@company-semantics/contracts 7.1.1 → 8.0.0
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 = 'd5c4d68c1410' as const;
|
|
3
|
+
export const SPEC_HASH_FULL = 'd5c4d68c1410e999a926f5083aea803e110c951dfd10e43de7e8f629a332742b' as const;
|
package/src/api/generated.ts
CHANGED
|
@@ -3119,6 +3119,7 @@ export interface components {
|
|
|
3119
3119
|
id: string;
|
|
3120
3120
|
name: string;
|
|
3121
3121
|
email: string;
|
|
3122
|
+
avatarUrl?: string | null;
|
|
3122
3123
|
jobTitle: string | null;
|
|
3123
3124
|
role: ("ceo" | "leader" | "delegate" | "admin") | null;
|
|
3124
3125
|
roleNames: string[];
|
|
@@ -3313,6 +3314,7 @@ export interface components {
|
|
|
3313
3314
|
id: string;
|
|
3314
3315
|
name: string;
|
|
3315
3316
|
email: string;
|
|
3317
|
+
avatarUrl?: string | null;
|
|
3316
3318
|
jobTitle: string | null;
|
|
3317
3319
|
role: ("ceo" | "leader" | "delegate" | "admin") | null;
|
|
3318
3320
|
roleNames: string[];
|
|
@@ -3650,10 +3652,6 @@ export interface components {
|
|
|
3650
3652
|
requiredScope?: string;
|
|
3651
3653
|
};
|
|
3652
3654
|
};
|
|
3653
|
-
orgUnit?: {
|
|
3654
|
-
/** @enum {string} */
|
|
3655
|
-
manage: "allowed" | "blocked";
|
|
3656
|
-
};
|
|
3657
3655
|
actions?: {
|
|
3658
3656
|
members: {
|
|
3659
3657
|
invite: {
|
|
@@ -3679,6 +3677,13 @@ export interface components {
|
|
|
3679
3677
|
requiredScope?: string;
|
|
3680
3678
|
};
|
|
3681
3679
|
};
|
|
3680
|
+
orgUnit: {
|
|
3681
|
+
manage: {
|
|
3682
|
+
/** @enum {string} */
|
|
3683
|
+
state: "allowed" | "blocked";
|
|
3684
|
+
requiredScope?: string;
|
|
3685
|
+
};
|
|
3686
|
+
};
|
|
3682
3687
|
};
|
|
3683
3688
|
};
|
|
3684
3689
|
CompanyMdListResponse: {
|