forked from baron/baron-sso
kratos SSOT 재설계
This commit is contained in:
@@ -159,6 +159,7 @@ export type UserProjectionStatus = {
|
||||
export type IdentityCacheStatus = {
|
||||
status: string;
|
||||
redisReady: boolean;
|
||||
mirrorVersion?: string;
|
||||
observedCount: number;
|
||||
keyCount: number;
|
||||
lastRefreshedAt?: string;
|
||||
@@ -167,7 +168,6 @@ export type IdentityCacheStatus = {
|
||||
};
|
||||
|
||||
export type OrySSOTSystemStatus = {
|
||||
userProjection: UserProjectionStatus;
|
||||
identityCache: IdentityCacheStatus;
|
||||
};
|
||||
|
||||
@@ -884,6 +884,8 @@ export type WorksmobileComparisonItem = {
|
||||
baronSlug?: string;
|
||||
baronName?: string;
|
||||
baronEmail?: string;
|
||||
baronPhone?: string;
|
||||
baronEmployeeNumber?: string;
|
||||
baronPrimaryOrgId?: string;
|
||||
baronPrimaryOrgSlug?: string;
|
||||
baronPrimaryOrgName?: string;
|
||||
@@ -894,6 +896,9 @@ export type WorksmobileComparisonItem = {
|
||||
externalKey?: string;
|
||||
worksmobileName?: string;
|
||||
worksmobileEmail?: string;
|
||||
worksmobilePhone?: string;
|
||||
worksmobileEmployeeNumber?: string;
|
||||
worksmobileAccountStatus?: string;
|
||||
worksmobileLevelId?: string;
|
||||
worksmobileLevelName?: string;
|
||||
worksmobileTask?: string;
|
||||
|
||||
Reference in New Issue
Block a user