@company-semantics/contracts 13.19.0 → 13.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 = '4c830693f0ba' as const;
|
|
3
|
+
export const SPEC_HASH_FULL = '4c830693f0ba3d236b60cb5494fbfe4d62bdb8bf4cc6fedc1df0e2d1a5d7a2d6' as const;
|
package/src/api/generated.ts
CHANGED
|
@@ -3376,7 +3376,7 @@ export interface components {
|
|
|
3376
3376
|
};
|
|
3377
3377
|
ownerTitle: string;
|
|
3378
3378
|
/** @enum {string} */
|
|
3379
|
-
ownerIcon: "crown" | "crown-cross" | "person" | "medal-military" | "dog" | "cat";
|
|
3379
|
+
ownerIcon: "crown" | "crown-cross" | "person-simple-run" | "person" | "medal-military" | "dog" | "cat" | "linux-logo";
|
|
3380
3380
|
createdAt: string;
|
|
3381
3381
|
memberCount: number;
|
|
3382
3382
|
claimable: boolean;
|
|
@@ -3390,7 +3390,7 @@ export interface components {
|
|
|
3390
3390
|
OrgRenameRequest: {
|
|
3391
3391
|
name?: string;
|
|
3392
3392
|
ownerTitle?: string | null;
|
|
3393
|
-
ownerIcon?: ("crown" | "crown-cross" | "person" | "medal-military" | "dog" | "cat") | null;
|
|
3393
|
+
ownerIcon?: ("crown" | "crown-cross" | "person-simple-run" | "person" | "medal-military" | "dog" | "cat" | "linux-logo") | null;
|
|
3394
3394
|
};
|
|
3395
3395
|
WorkspaceMembersResponse: {
|
|
3396
3396
|
items: {
|