@crewdle/web-sdk-types 1.0.40 → 1.0.41

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.
@@ -23,6 +23,10 @@ export interface IGenerativeAIInferenceCreateJobParameters extends IGenerativeAI
23
23
  * The agent id of the job.
24
24
  */
25
25
  agentId?: string;
26
+ /**
27
+ * The workflow id of the job.
28
+ */
29
+ workflowId?: string;
26
30
  /**
27
31
  * The prompt to be processed.
28
32
  */
@@ -18,6 +18,10 @@ export interface IGenerativeAIInferenceJob extends IGenerativeAIJob {
18
18
  * The agent id of the job.
19
19
  */
20
20
  agentId?: string;
21
+ /**
22
+ * The workflow id of the job.
23
+ */
24
+ workflowId?: string;
21
25
  /**
22
26
  * The prompt to be processed.
23
27
  */
@@ -22,6 +22,10 @@ export interface IGenerativeAIInferenceWorkerParameters extends IGenerativeAIWor
22
22
  * The agent id of the job.
23
23
  */
24
24
  agentId?: string;
25
+ /**
26
+ * The workflow id of the job.
27
+ */
28
+ workflowId?: string;
25
29
  /**
26
30
  * The prompt to be processed.
27
31
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crewdle/web-sdk-types",
3
- "version": "1.0.40",
3
+ "version": "1.0.41",
4
4
  "description": "The Crewdle Mist Web SDK public types and interfaces",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",