@company-semantics/contracts 62.4.0 → 62.5.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": "62.4.0",
3
+ "version": "62.5.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 = 'bd8b060aedb2' as const;
3
- export const SPEC_HASH_FULL = 'bd8b060aedb2cd35af45ee8c8b0e1dc97da92305f985757cd19a57fbd44866e3' as const;
2
+ export const SPEC_HASH = '2933a0834a99' as const;
3
+ export const SPEC_HASH_FULL = '2933a0834a99c8c5e38751cc8127ead37642d7e57bd91f5ab37aae991bfd5a3b' as const;
@@ -4293,6 +4293,12 @@ export interface components {
4293
4293
  };
4294
4294
  /** @enum {string} */
4295
4295
  origin?: "user" | "proactive";
4296
+ launch?: {
4297
+ /** @constant */
4298
+ kind: "structure-review";
4299
+ /** Format: uuid */
4300
+ proposalId: string;
4301
+ };
4296
4302
  } | {
4297
4303
  /** @constant */
4298
4304
  trigger: "regenerate-message";
@@ -4315,6 +4321,12 @@ export interface components {
4315
4321
  };
4316
4322
  /** @enum {string} */
4317
4323
  origin?: "user" | "proactive";
4324
+ launch?: {
4325
+ /** @constant */
4326
+ kind: "structure-review";
4327
+ /** Format: uuid */
4328
+ proposalId: string;
4329
+ };
4318
4330
  };
4319
4331
  ProactiveChatResolution: {
4320
4332
  /** @constant */