@company-semantics/contracts 53.0.0 → 53.0.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 = '691f7bd81d0c' as const;
|
|
3
|
+
export const SPEC_HASH_FULL = '691f7bd81d0c34aebd47c457a170dd48443a3f9eb007312fa97af00d9a4ccf30' as const;
|
package/src/api/generated.ts
CHANGED
|
@@ -4130,6 +4130,7 @@ export interface components {
|
|
|
4130
4130
|
email: string;
|
|
4131
4131
|
avatarUrl?: string | null;
|
|
4132
4132
|
jobTitle: string | null;
|
|
4133
|
+
seatPositionId: string | null;
|
|
4133
4134
|
role: ("owner" | "unit_owner" | "delegate" | "admin") | null;
|
|
4134
4135
|
roleNames: string[];
|
|
4135
4136
|
joinedAt: string;
|
|
@@ -4327,6 +4328,7 @@ export interface components {
|
|
|
4327
4328
|
email: string;
|
|
4328
4329
|
avatarUrl?: string | null;
|
|
4329
4330
|
jobTitle: string | null;
|
|
4331
|
+
seatPositionId: string | null;
|
|
4330
4332
|
role: ("owner" | "unit_owner" | "delegate" | "admin") | null;
|
|
4331
4333
|
roleNames: string[];
|
|
4332
4334
|
joinedAt: string;
|