fix packedRoleCondFormulaValueAssignedRoleSchema

This commit is contained in:
syuilo 2024-03-01 12:03:33 +09:00
parent 593358ed3f
commit a74406677c
2 changed files with 4 additions and 0 deletions

View file

@ -60,6 +60,9 @@ export const packedRoleCondFormulaValueIsLocalOrRemoteSchema = {
export const packedRoleCondFormulaValueAssignedRoleSchema = {
type: 'object',
properties: {
id: {
type: 'string', optional: false,
},
type: {
type: 'string',
nullable: false, optional: false,

View file

@ -4583,6 +4583,7 @@ export type components = {
type: 'isLocal' | 'isRemote';
};
RoleCondFormulaValueAssignedRole: {
id: string;
/** @enum {string} */
type: 'roleAssignedTo';
/**