@company-semantics/contracts 13.3.0 → 13.3.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": "13.3.0",
3
+ "version": "13.3.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 = '4dd221ddc8fd' as const;
3
- export const SPEC_HASH_FULL = '4dd221ddc8fd1a1ff75153543db47c0e2c5a667d1f428e855026a035cdc3b3c6' as const;
2
+ export const SPEC_HASH = '5961c9041966' as const;
3
+ export const SPEC_HASH_FULL = '5961c9041966a739d90bd6f60228167aeccf4c1f28d37a28a924499eb452acd0' as const;
@@ -3843,6 +3843,20 @@ export interface components {
3843
3843
  requiredScope?: string;
3844
3844
  };
3845
3845
  };
3846
+ companyMd?: {
3847
+ transferOwnership: {
3848
+ /** @enum {string} */
3849
+ state: "allowed" | "blocked";
3850
+ requiredScope?: string;
3851
+ };
3852
+ };
3853
+ workItem?: {
3854
+ transferOwnership: {
3855
+ /** @enum {string} */
3856
+ state: "allowed" | "blocked";
3857
+ requiredScope?: string;
3858
+ };
3859
+ };
3846
3860
  };
3847
3861
  };
3848
3862
  CompanyMdListResponse: {