@company-semantics/contracts 13.12.0 → 13.12.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 = '96e4027ac1c0' as const;
|
|
3
|
+
export const SPEC_HASH_FULL = '96e4027ac1c0c18ce85a7ade0cf100eaae0ce3f55216e8a1384c1d96f3588ca8' as const;
|
package/src/api/generated.ts
CHANGED
|
@@ -3357,6 +3357,8 @@ export interface components {
|
|
|
3357
3357
|
email: string;
|
|
3358
3358
|
};
|
|
3359
3359
|
ownerTitle: string;
|
|
3360
|
+
/** @enum {string} */
|
|
3361
|
+
ownerIcon: "crown" | "crown-cross" | "person" | "person-simple-circle" | "medal-military";
|
|
3360
3362
|
createdAt: string;
|
|
3361
3363
|
memberCount: number;
|
|
3362
3364
|
claimable: boolean;
|
|
@@ -3370,6 +3372,7 @@ export interface components {
|
|
|
3370
3372
|
OrgRenameRequest: {
|
|
3371
3373
|
name?: string;
|
|
3372
3374
|
ownerTitle?: string | null;
|
|
3375
|
+
ownerIcon?: ("crown" | "crown-cross" | "person" | "person-simple-circle" | "medal-military") | null;
|
|
3373
3376
|
};
|
|
3374
3377
|
WorkspaceMembersResponse: {
|
|
3375
3378
|
items: {
|