@company-semantics/contracts 22.2.0 → 22.3.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": "22.2.0",
3
+ "version": "22.3.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 = '151972b62216' as const;
3
- export const SPEC_HASH_FULL = '151972b622165a687006fbe1047eb84210072a2c2be50fd1c7651312e5266e1f' as const;
2
+ export const SPEC_HASH = '36e1cefaf3bb' as const;
3
+ export const SPEC_HASH_FULL = '36e1cefaf3bb0ae0a262d93a1d27f6bed3abf36bbdbeb41df541db6dfcd0c0b9' as const;
@@ -3732,6 +3732,16 @@ export interface components {
3732
3732
  memberId: string;
3733
3733
  newManagerUserId: string | null;
3734
3734
  chatId: string;
3735
+ } | {
3736
+ /** Format: uuid */
3737
+ taskId: string;
3738
+ /** @constant */
3739
+ taskKind: "companyMd.importContextDoc";
3740
+ /** Format: uuid */
3741
+ destinationDocId: string;
3742
+ title: string;
3743
+ rawText: string;
3744
+ chatId: string;
3735
3745
  };
3736
3746
  RoleCatalogResponse: {
3737
3747
  roles: {
@@ -4841,6 +4851,8 @@ export interface components {
4841
4851
  /** Format: uuid */
4842
4852
  id: string;
4843
4853
  name: string;
4854
+ /** @enum {string} */
4855
+ mutability: "derived" | "user_managed";
4844
4856
  }[];
4845
4857
  }[];
4846
4858
  edges: {