@company-semantics/contracts 13.2.0 → 13.2.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.2.0",
3
+ "version": "13.2.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 = 'dd85c63b3fd6' as const;
3
- export const SPEC_HASH_FULL = 'dd85c63b3fd6d351429bf5f601815dea1e6b22e52f31f467c7d1df4616d0b03f' as const;
2
+ export const SPEC_HASH = '4dd221ddc8fd' as const;
3
+ export const SPEC_HASH_FULL = '4dd221ddc8fd1a1ff75153543db47c0e2c5a667d1f428e855026a035cdc3b3c6' as const;
@@ -4868,6 +4868,8 @@ export interface components {
4868
4868
  AclGrantRequest: {
4869
4869
  /** @enum {string} */
4870
4870
  access_level: "editor" | "commenter" | "viewer";
4871
+ note?: string;
4872
+ notify?: boolean;
4871
4873
  };
4872
4874
  VisibilityPatchRequest: {
4873
4875
  /** @enum {string} */