fix packedRoleCondFormulaValueAssignedRoleSchema
This commit is contained in:
parent
593358ed3f
commit
a74406677c
2 changed files with 4 additions and 0 deletions
|
@ -60,6 +60,9 @@ export const packedRoleCondFormulaValueIsLocalOrRemoteSchema = {
|
||||||
export const packedRoleCondFormulaValueAssignedRoleSchema = {
|
export const packedRoleCondFormulaValueAssignedRoleSchema = {
|
||||||
type: 'object',
|
type: 'object',
|
||||||
properties: {
|
properties: {
|
||||||
|
id: {
|
||||||
|
type: 'string', optional: false,
|
||||||
|
},
|
||||||
type: {
|
type: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
nullable: false, optional: false,
|
nullable: false, optional: false,
|
||||||
|
|
|
@ -4583,6 +4583,7 @@ export type components = {
|
||||||
type: 'isLocal' | 'isRemote';
|
type: 'isLocal' | 'isRemote';
|
||||||
};
|
};
|
||||||
RoleCondFormulaValueAssignedRole: {
|
RoleCondFormulaValueAssignedRole: {
|
||||||
|
id: string;
|
||||||
/** @enum {string} */
|
/** @enum {string} */
|
||||||
type: 'roleAssignedTo';
|
type: 'roleAssignedTo';
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue