@company-semantics/contracts 33.0.0 → 34.0.0

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": "33.0.0",
3
+ "version": "34.0.0",
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 = 'f12a9039164d' as const;
3
- export const SPEC_HASH_FULL = 'f12a9039164d9b743f154e65127c54971b513ed58f3f7f0e49a25397961de8d3' as const;
2
+ export const SPEC_HASH = 'e5d6dea0b94a' as const;
3
+ export const SPEC_HASH_FULL = 'e5d6dea0b94a349899118cd662dae5f352b808061a2bf430c5ff284534a5b770' as const;
@@ -4540,10 +4540,10 @@ export interface components {
4540
4540
  classification: "public" | "internal" | "confidential" | "highly_confidential";
4541
4541
  parentId: string | null;
4542
4542
  owningUnitId: string | null;
4543
- owner: {
4543
+ owners: {
4544
4544
  id: string;
4545
4545
  name: string;
4546
- } | null;
4546
+ }[];
4547
4547
  canEdit: boolean;
4548
4548
  canUploadContext?: boolean;
4549
4549
  inheritsFromId: string | null;