@company-semantics/contracts 1.19.0 → 1.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
// AUTO-GENERATED — do not edit. Run pnpm generate:spec-hash to regenerate.
|
|
2
|
-
export const SPEC_HASH = '
|
|
3
|
-
export const SPEC_HASH_FULL = '
|
|
2
|
+
export const SPEC_HASH = '31649ac66bff' as const;
|
|
3
|
+
export const SPEC_HASH_FULL = '31649ac66bff5a6c278ce4139c06aa4df50333ef325c11e916698f9b578d68e8' as const;
|
package/src/api/generated.ts
CHANGED
|
@@ -2394,6 +2394,7 @@ export interface components {
|
|
|
2394
2394
|
roleNames: string[];
|
|
2395
2395
|
joinedAt: string;
|
|
2396
2396
|
lastActiveAt: string | null;
|
|
2397
|
+
primaryUnitId: string | null;
|
|
2397
2398
|
unitMemberships: {
|
|
2398
2399
|
unitId: string;
|
|
2399
2400
|
unitName: string;
|
|
@@ -2581,6 +2582,7 @@ export interface components {
|
|
|
2581
2582
|
roleNames: string[];
|
|
2582
2583
|
joinedAt: string;
|
|
2583
2584
|
lastActiveAt: string | null;
|
|
2585
|
+
primaryUnitId: string | null;
|
|
2584
2586
|
unitMemberships: {
|
|
2585
2587
|
unitId: string;
|
|
2586
2588
|
unitName: string;
|
|
@@ -3085,6 +3087,10 @@ export interface components {
|
|
|
3085
3087
|
depth: number;
|
|
3086
3088
|
hasChildren: boolean;
|
|
3087
3089
|
memberCount: number;
|
|
3090
|
+
missingAtNextLevel: {
|
|
3091
|
+
count: number;
|
|
3092
|
+
userIds: string[];
|
|
3093
|
+
} | null;
|
|
3088
3094
|
}[];
|
|
3089
3095
|
};
|
|
3090
3096
|
OrgUnitDescendantsResponse: {
|
|
@@ -3228,6 +3234,10 @@ export interface components {
|
|
|
3228
3234
|
depth: number;
|
|
3229
3235
|
hasChildren: boolean;
|
|
3230
3236
|
memberCount: number;
|
|
3237
|
+
missingAtNextLevel: {
|
|
3238
|
+
count: number;
|
|
3239
|
+
userIds: string[];
|
|
3240
|
+
} | null;
|
|
3231
3241
|
}[];
|
|
3232
3242
|
levelConfig: {
|
|
3233
3243
|
/** Format: uuid */
|