@company-semantics/contracts 62.7.0 → 62.8.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,3 +1,3 @@
|
|
|
1
1
|
// AUTO-GENERATED — do not edit. Run pnpm generate:spec-hash to regenerate.
|
|
2
|
-
export const SPEC_HASH = '
|
|
3
|
-
export const SPEC_HASH_FULL = '
|
|
2
|
+
export const SPEC_HASH = '71dd78eccef8' as const;
|
|
3
|
+
export const SPEC_HASH_FULL = '71dd78eccef89c2b48c1ac446802164817d850a8c3a5680a3096956f17e59f08' as const;
|
package/src/api/generated.ts
CHANGED
|
@@ -4298,6 +4298,11 @@ export interface components {
|
|
|
4298
4298
|
kind: "structure-review";
|
|
4299
4299
|
/** Format: uuid */
|
|
4300
4300
|
proposalId: string;
|
|
4301
|
+
} | {
|
|
4302
|
+
/** @constant */
|
|
4303
|
+
kind: "workflow";
|
|
4304
|
+
/** Format: uuid */
|
|
4305
|
+
workflowId: string;
|
|
4301
4306
|
};
|
|
4302
4307
|
} | {
|
|
4303
4308
|
/** @constant */
|
|
@@ -4326,6 +4331,39 @@ export interface components {
|
|
|
4326
4331
|
kind: "structure-review";
|
|
4327
4332
|
/** Format: uuid */
|
|
4328
4333
|
proposalId: string;
|
|
4334
|
+
} | {
|
|
4335
|
+
/** @constant */
|
|
4336
|
+
kind: "workflow";
|
|
4337
|
+
/** Format: uuid */
|
|
4338
|
+
workflowId: string;
|
|
4339
|
+
};
|
|
4340
|
+
} | {
|
|
4341
|
+
/** @constant */
|
|
4342
|
+
trigger: "launch";
|
|
4343
|
+
id?: string;
|
|
4344
|
+
message?: unknown;
|
|
4345
|
+
messageId?: unknown;
|
|
4346
|
+
messages?: unknown;
|
|
4347
|
+
runtimeProfile?: string;
|
|
4348
|
+
pageContext?: {
|
|
4349
|
+
route: string;
|
|
4350
|
+
/** @enum {string} */
|
|
4351
|
+
view: "chat" | "chats" | "company-md" | "execution-detail" | "internal-admin" | "org-settings" | "settings" | "teams" | "teamwork" | "teamwork-member" | "timeline" | "upgrade" | "user-md" | "work";
|
|
4352
|
+
/** @enum {string} */
|
|
4353
|
+
scope: "none" | "me" | "org";
|
|
4354
|
+
entity?: {
|
|
4355
|
+
/** @enum {string} */
|
|
4356
|
+
type: "document" | "person" | "chat" | "execution" | "work-item";
|
|
4357
|
+
id: string;
|
|
4358
|
+
};
|
|
4359
|
+
};
|
|
4360
|
+
/** @enum {string} */
|
|
4361
|
+
origin?: "user" | "proactive";
|
|
4362
|
+
launch: {
|
|
4363
|
+
/** @constant */
|
|
4364
|
+
kind: "workflow";
|
|
4365
|
+
/** Format: uuid */
|
|
4366
|
+
workflowId: string;
|
|
4329
4367
|
};
|
|
4330
4368
|
};
|
|
4331
4369
|
ProactiveChatResolution: {
|