@company-semantics/contracts 13.12.1 → 13.13.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 = 'afe43c58e0be' as const;
|
|
3
|
+
export const SPEC_HASH_FULL = 'afe43c58e0be9fb60f1e34f047c3c40dfff055e88079d8d0c9e7f64f587f0c53' as const;
|
package/src/api/generated.ts
CHANGED
|
@@ -3358,7 +3358,7 @@ export interface components {
|
|
|
3358
3358
|
};
|
|
3359
3359
|
ownerTitle: string;
|
|
3360
3360
|
/** @enum {string} */
|
|
3361
|
-
ownerIcon: "crown" | "crown-cross" | "person" | "
|
|
3361
|
+
ownerIcon: "crown" | "crown-cross" | "person" | "medal-military" | "dog" | "cat";
|
|
3362
3362
|
createdAt: string;
|
|
3363
3363
|
memberCount: number;
|
|
3364
3364
|
claimable: boolean;
|
|
@@ -3372,7 +3372,7 @@ export interface components {
|
|
|
3372
3372
|
OrgRenameRequest: {
|
|
3373
3373
|
name?: string;
|
|
3374
3374
|
ownerTitle?: string | null;
|
|
3375
|
-
ownerIcon?: ("crown" | "crown-cross" | "person" | "
|
|
3375
|
+
ownerIcon?: ("crown" | "crown-cross" | "person" | "medal-military" | "dog" | "cat") | null;
|
|
3376
3376
|
};
|
|
3377
3377
|
WorkspaceMembersResponse: {
|
|
3378
3378
|
items: {
|
package/src/org/schemas.ts
CHANGED