@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,6 +1,6 @@
1
1
  {
2
2
  "name": "@company-semantics/contracts",
3
- "version": "53.0.0",
3
+ "version": "53.0.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,3 +1,3 @@
1
1
  // AUTO-GENERATED — do not edit. Run pnpm generate:spec-hash to regenerate.
2
- export const SPEC_HASH = 'b8fe0a02c492' as const;
3
- export const SPEC_HASH_FULL = 'b8fe0a02c49284e732adac870b9b0ff155865b53f5cc8571aa0eb77c4af78859' as const;
2
+ export const SPEC_HASH = '691f7bd81d0c' as const;
3
+ export const SPEC_HASH_FULL = '691f7bd81d0c34aebd47c457a170dd48443a3f9eb007312fa97af00d9a4ccf30' as const;
@@ -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;