@orq-ai/node 4.0.0-rc.31 → 4.0.0-rc.34

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.
Files changed (160) hide show
  1. package/README.md +1 -1
  2. package/bin/mcp-server.js +539 -527
  3. package/bin/mcp-server.js.map +53 -53
  4. package/docs/sdks/deployments/README.md +43 -43
  5. package/examples/package-lock.json +2 -10
  6. package/funcs/deploymentsInvoke.d.ts +1 -1
  7. package/funcs/deploymentsInvoke.d.ts.map +1 -1
  8. package/funcs/deploymentsInvoke.js +1 -1
  9. package/funcs/deploymentsInvoke.js.map +1 -1
  10. package/jsr.json +1 -1
  11. package/lib/config.d.ts +3 -3
  12. package/lib/config.js +3 -3
  13. package/mcp-server/mcp-server.js +1 -1
  14. package/mcp-server/server.js +2 -2
  15. package/mcp-server/server.js.map +1 -1
  16. package/mcp-server/tools/deploymentsInvoke.d.ts +1 -1
  17. package/mcp-server/tools/deploymentsInvoke.js +1 -1
  18. package/mcp-server/tools/deploymentsInvoke.js.map +1 -1
  19. package/models/components/index.d.ts +1 -1
  20. package/models/components/index.d.ts.map +1 -1
  21. package/models/components/index.js +1 -1
  22. package/models/components/index.js.map +1 -1
  23. package/models/components/{deployments.d.ts → invokedeploymentrequest.d.ts} +280 -266
  24. package/models/components/invokedeploymentrequest.d.ts.map +1 -0
  25. package/models/components/{deployments.js → invokedeploymentrequest.js} +377 -363
  26. package/models/components/invokedeploymentrequest.js.map +1 -0
  27. package/models/operations/createbudget.js +2 -2
  28. package/models/operations/createcontact.js +2 -2
  29. package/models/operations/createdataset.js +2 -2
  30. package/models/operations/createdatasetitem.js +8 -8
  31. package/models/operations/createdatasource.js +2 -2
  32. package/models/operations/createeval.js +28 -28
  33. package/models/operations/createprompt.d.ts +2 -0
  34. package/models/operations/createprompt.d.ts.map +1 -1
  35. package/models/operations/createprompt.js +2 -0
  36. package/models/operations/createprompt.js.map +1 -1
  37. package/models/operations/createtool.js +10 -10
  38. package/models/operations/deploymentgetconfig.d.ts +42 -32
  39. package/models/operations/deploymentgetconfig.d.ts.map +1 -1
  40. package/models/operations/deploymentgetconfig.js +42 -42
  41. package/models/operations/deploymentgetconfig.js.map +1 -1
  42. package/models/operations/deploymentinvoke.d.ts +15 -15
  43. package/models/operations/deploymentinvoke.d.ts.map +1 -1
  44. package/models/operations/deploymentinvoke.js +17 -17
  45. package/models/operations/deploymentinvoke.js.map +1 -1
  46. package/models/operations/deployments.d.ts +1 -0
  47. package/models/operations/deployments.d.ts.map +1 -1
  48. package/models/operations/deployments.js +1 -0
  49. package/models/operations/deployments.js.map +1 -1
  50. package/models/operations/deploymentstream.d.ts +41 -32
  51. package/models/operations/deploymentstream.d.ts.map +1 -1
  52. package/models/operations/deploymentstream.js +42 -41
  53. package/models/operations/deploymentstream.js.map +1 -1
  54. package/models/operations/duplicatetool.js +10 -10
  55. package/models/operations/fileget.js +2 -2
  56. package/models/operations/filelist.js +2 -2
  57. package/models/operations/fileupload.js +2 -2
  58. package/models/operations/getallprompts.d.ts +1 -0
  59. package/models/operations/getallprompts.d.ts.map +1 -1
  60. package/models/operations/getallprompts.js +1 -0
  61. package/models/operations/getallprompts.js.map +1 -1
  62. package/models/operations/getalltools.js +10 -10
  63. package/models/operations/getbudget.js +2 -2
  64. package/models/operations/getevals.js +28 -28
  65. package/models/operations/getoneprompt.d.ts +1 -0
  66. package/models/operations/getoneprompt.d.ts.map +1 -1
  67. package/models/operations/getoneprompt.js +1 -0
  68. package/models/operations/getoneprompt.js.map +1 -1
  69. package/models/operations/getpromptversion.d.ts +1 -0
  70. package/models/operations/getpromptversion.d.ts.map +1 -1
  71. package/models/operations/getpromptversion.js +1 -0
  72. package/models/operations/getpromptversion.js.map +1 -1
  73. package/models/operations/listbudgets.js +2 -2
  74. package/models/operations/listcontacts.js +2 -2
  75. package/models/operations/listdatasetdatapoints.js +8 -8
  76. package/models/operations/listdatasets.js +2 -2
  77. package/models/operations/listdatasources.js +2 -2
  78. package/models/operations/listpromptversions.d.ts +1 -0
  79. package/models/operations/listpromptversions.d.ts.map +1 -1
  80. package/models/operations/listpromptversions.js +1 -0
  81. package/models/operations/listpromptversions.js.map +1 -1
  82. package/models/operations/retrievecontact.js +2 -2
  83. package/models/operations/retrievedatapoint.js +8 -8
  84. package/models/operations/retrievedataset.js +2 -2
  85. package/models/operations/retrievedatasource.js +2 -2
  86. package/models/operations/retrievetool.js +10 -10
  87. package/models/operations/searchknowledge.d.ts +41 -32
  88. package/models/operations/searchknowledge.d.ts.map +1 -1
  89. package/models/operations/searchknowledge.js +40 -40
  90. package/models/operations/searchknowledge.js.map +1 -1
  91. package/models/operations/syncmcptool.js +10 -10
  92. package/models/operations/updatebudget.js +2 -2
  93. package/models/operations/updatecontact.js +2 -2
  94. package/models/operations/updatedatapoint.js +8 -8
  95. package/models/operations/updatedataset.js +2 -2
  96. package/models/operations/updatedatasource.js +2 -2
  97. package/models/operations/updateeval.js +28 -28
  98. package/models/operations/updateprompt.d.ts +2 -0
  99. package/models/operations/updateprompt.d.ts.map +1 -1
  100. package/models/operations/updateprompt.js +2 -0
  101. package/models/operations/updateprompt.js.map +1 -1
  102. package/models/operations/updatetool.js +10 -10
  103. package/package.json +3 -6
  104. package/sdk/deployments.d.ts +7 -7
  105. package/sdk/deployments.d.ts.map +1 -1
  106. package/sdk/deployments.js +9 -9
  107. package/sdk/deployments.js.map +1 -1
  108. package/src/funcs/deploymentsInvoke.ts +3 -3
  109. package/src/lib/config.ts +3 -3
  110. package/src/mcp-server/mcp-server.ts +1 -1
  111. package/src/mcp-server/server.ts +2 -2
  112. package/src/mcp-server/tools/deploymentsInvoke.ts +1 -1
  113. package/src/models/components/index.ts +1 -1
  114. package/src/models/components/{deployments.ts → invokedeploymentrequest.ts} +822 -728
  115. package/src/models/operations/createbudget.ts +2 -2
  116. package/src/models/operations/createcontact.ts +2 -2
  117. package/src/models/operations/createdataset.ts +2 -2
  118. package/src/models/operations/createdatasetitem.ts +8 -8
  119. package/src/models/operations/createdatasource.ts +2 -2
  120. package/src/models/operations/createeval.ts +28 -28
  121. package/src/models/operations/createprompt.ts +2 -0
  122. package/src/models/operations/createtool.ts +10 -10
  123. package/src/models/operations/deploymentgetconfig.ts +78 -66
  124. package/src/models/operations/deploymentinvoke.ts +35 -35
  125. package/src/models/operations/deployments.ts +1 -0
  126. package/src/models/operations/deploymentstream.ts +80 -78
  127. package/src/models/operations/duplicatetool.ts +10 -10
  128. package/src/models/operations/fileget.ts +2 -2
  129. package/src/models/operations/filelist.ts +2 -2
  130. package/src/models/operations/fileupload.ts +2 -2
  131. package/src/models/operations/getallprompts.ts +1 -0
  132. package/src/models/operations/getalltools.ts +10 -10
  133. package/src/models/operations/getbudget.ts +2 -2
  134. package/src/models/operations/getevals.ts +28 -28
  135. package/src/models/operations/getoneprompt.ts +1 -0
  136. package/src/models/operations/getpromptversion.ts +1 -0
  137. package/src/models/operations/listbudgets.ts +2 -2
  138. package/src/models/operations/listcontacts.ts +2 -2
  139. package/src/models/operations/listdatasetdatapoints.ts +8 -8
  140. package/src/models/operations/listdatasets.ts +2 -2
  141. package/src/models/operations/listdatasources.ts +2 -2
  142. package/src/models/operations/listpromptversions.ts +1 -0
  143. package/src/models/operations/retrievecontact.ts +2 -2
  144. package/src/models/operations/retrievedatapoint.ts +8 -8
  145. package/src/models/operations/retrievedataset.ts +2 -2
  146. package/src/models/operations/retrievedatasource.ts +2 -2
  147. package/src/models/operations/retrievetool.ts +10 -10
  148. package/src/models/operations/searchknowledge.ts +79 -70
  149. package/src/models/operations/syncmcptool.ts +10 -10
  150. package/src/models/operations/updatebudget.ts +2 -2
  151. package/src/models/operations/updatecontact.ts +2 -2
  152. package/src/models/operations/updatedatapoint.ts +8 -8
  153. package/src/models/operations/updatedataset.ts +2 -2
  154. package/src/models/operations/updatedatasource.ts +2 -2
  155. package/src/models/operations/updateeval.ts +28 -28
  156. package/src/models/operations/updateprompt.ts +2 -0
  157. package/src/models/operations/updatetool.ts +10 -10
  158. package/src/sdk/deployments.ts +17 -17
  159. package/models/components/deployments.d.ts.map +0 -1
  160. package/models/components/deployments.js.map +0 -1
@@ -5,22 +5,22 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
5
  /**
6
6
  * The role of the messages author, in this case tool.
7
7
  */
8
- export declare const DeploymentsPrefixMessages5Role: {
8
+ export declare const InvokeDeploymentRequestPrefixMessages5Role: {
9
9
  readonly Tool: "tool";
10
10
  };
11
11
  /**
12
12
  * The role of the messages author, in this case tool.
13
13
  */
14
- export type DeploymentsPrefixMessages5Role = ClosedEnum<typeof DeploymentsPrefixMessages5Role>;
14
+ export type InvokeDeploymentRequestPrefixMessages5Role = ClosedEnum<typeof InvokeDeploymentRequestPrefixMessages5Role>;
15
15
  /**
16
16
  * The contents of the tool message.
17
17
  */
18
- export type DeploymentsPrefixMessagesContent = string | Array<string>;
18
+ export type InvokeDeploymentRequestPrefixMessagesContent = string | Array<string>;
19
19
  export type ToolMessage = {
20
20
  /**
21
21
  * The role of the messages author, in this case tool.
22
22
  */
23
- role: DeploymentsPrefixMessages5Role;
23
+ role: InvokeDeploymentRequestPrefixMessages5Role;
24
24
  /**
25
25
  * The contents of the tool message.
26
26
  */
@@ -33,18 +33,18 @@ export type ToolMessage = {
33
33
  /**
34
34
  * The type of the content part.
35
35
  */
36
- export declare const Deployments2PrefixMessages4ContentType: {
36
+ export declare const InvokeDeploymentRequest2PrefixMessages4ContentType: {
37
37
  readonly Refusal: "refusal";
38
38
  };
39
39
  /**
40
40
  * The type of the content part.
41
41
  */
42
- export type Deployments2PrefixMessages4ContentType = ClosedEnum<typeof Deployments2PrefixMessages4ContentType>;
42
+ export type InvokeDeploymentRequest2PrefixMessages4ContentType = ClosedEnum<typeof InvokeDeploymentRequest2PrefixMessages4ContentType>;
43
43
  export type RefusalContentPart = {
44
44
  /**
45
45
  * The type of the content part.
46
46
  */
47
- type: Deployments2PrefixMessages4ContentType;
47
+ type: InvokeDeploymentRequest2PrefixMessages4ContentType;
48
48
  /**
49
49
  * The refusal message generated by the model.
50
50
  */
@@ -53,22 +53,22 @@ export type RefusalContentPart = {
53
53
  /**
54
54
  * The type of the content part.
55
55
  */
56
- export declare const Deployments2PrefixMessages4Type: {
56
+ export declare const InvokeDeploymentRequest2PrefixMessages4Type: {
57
57
  readonly Text: "text";
58
58
  };
59
59
  /**
60
60
  * The type of the content part.
61
61
  */
62
- export type Deployments2PrefixMessages4Type = ClosedEnum<typeof Deployments2PrefixMessages4Type>;
63
- export declare const DeploymentsAnnotationsType: {
62
+ export type InvokeDeploymentRequest2PrefixMessages4Type = ClosedEnum<typeof InvokeDeploymentRequest2PrefixMessages4Type>;
63
+ export declare const InvokeDeploymentRequestAnnotationsType: {
64
64
  readonly FilePath: "file_path";
65
65
  };
66
- export type DeploymentsAnnotationsType = ClosedEnum<typeof DeploymentsAnnotationsType>;
66
+ export type InvokeDeploymentRequestAnnotationsType = ClosedEnum<typeof InvokeDeploymentRequestAnnotationsType>;
67
67
  export type FilePath = {
68
68
  fileId: string;
69
69
  };
70
70
  export type Annotations2 = {
71
- type: DeploymentsAnnotationsType;
71
+ type: InvokeDeploymentRequestAnnotationsType;
72
72
  text: string;
73
73
  filePath: FilePath;
74
74
  startIndex: number;
@@ -94,7 +94,7 @@ export type TextContentPart = {
94
94
  /**
95
95
  * The type of the content part.
96
96
  */
97
- type: Deployments2PrefixMessages4Type;
97
+ type: InvokeDeploymentRequest2PrefixMessages4Type;
98
98
  /**
99
99
  * The text content.
100
100
  */
@@ -112,13 +112,13 @@ export type PrefixMessagesContent = string | Array<TextContentPart | RefusalCont
112
112
  /**
113
113
  * The role of the messages author, in this case `assistant`.
114
114
  */
115
- export declare const DeploymentsPrefixMessages4Role: {
115
+ export declare const InvokeDeploymentRequestPrefixMessages4Role: {
116
116
  readonly Assistant: "assistant";
117
117
  };
118
118
  /**
119
119
  * The role of the messages author, in this case `assistant`.
120
120
  */
121
- export type DeploymentsPrefixMessages4Role = ClosedEnum<typeof DeploymentsPrefixMessages4Role>;
121
+ export type InvokeDeploymentRequestPrefixMessages4Role = ClosedEnum<typeof InvokeDeploymentRequestPrefixMessages4Role>;
122
122
  /**
123
123
  * Data about a previous audio response from the model.
124
124
  */
@@ -171,7 +171,7 @@ export type AssistantMessage = {
171
171
  /**
172
172
  * The role of the messages author, in this case `assistant`.
173
173
  */
174
- role: DeploymentsPrefixMessages4Role;
174
+ role: InvokeDeploymentRequestPrefixMessages4Role;
175
175
  /**
176
176
  * An optional name for the participant. Provides the model information to differentiate between participants of the same role.
177
177
  */
@@ -200,23 +200,23 @@ export type AssistantMessage = {
200
200
  /**
201
201
  * The role of the messages author, in this case `user`.
202
202
  */
203
- export declare const DeploymentsPrefixMessagesRole: {
203
+ export declare const InvokeDeploymentRequestPrefixMessagesRole: {
204
204
  readonly User: "user";
205
205
  };
206
206
  /**
207
207
  * The role of the messages author, in this case `user`.
208
208
  */
209
- export type DeploymentsPrefixMessagesRole = ClosedEnum<typeof DeploymentsPrefixMessagesRole>;
209
+ export type InvokeDeploymentRequestPrefixMessagesRole = ClosedEnum<typeof InvokeDeploymentRequestPrefixMessagesRole>;
210
210
  /**
211
211
  * The type of the content part. Always `file`.
212
212
  */
213
- export declare const Deployments2PrefixMessagesType: {
213
+ export declare const InvokeDeploymentRequest2PrefixMessagesType: {
214
214
  readonly File: "file";
215
215
  };
216
216
  /**
217
217
  * The type of the content part. Always `file`.
218
218
  */
219
- export type Deployments2PrefixMessagesType = ClosedEnum<typeof Deployments2PrefixMessagesType>;
219
+ export type InvokeDeploymentRequest2PrefixMessagesType = ClosedEnum<typeof InvokeDeploymentRequest2PrefixMessagesType>;
220
220
  /**
221
221
  * File data for the content part. Must contain either file_data or uri, but not both.
222
222
  */
@@ -242,16 +242,16 @@ export type Four = {
242
242
  /**
243
243
  * The type of the content part. Always `file`.
244
244
  */
245
- type: Deployments2PrefixMessagesType;
245
+ type: InvokeDeploymentRequest2PrefixMessagesType;
246
246
  /**
247
247
  * File data for the content part. Must contain either file_data or uri, but not both.
248
248
  */
249
249
  file: FileT;
250
250
  };
251
- export declare const Deployments2Type: {
251
+ export declare const InvokeDeploymentRequest2Type: {
252
252
  readonly InputAudio: "input_audio";
253
253
  };
254
- export type Deployments2Type = ClosedEnum<typeof Deployments2Type>;
254
+ export type InvokeDeploymentRequest2Type = ClosedEnum<typeof InvokeDeploymentRequest2Type>;
255
255
  /**
256
256
  * The format of the encoded audio data. Currently supports `wav` and `mp3`.
257
257
  */
@@ -273,8 +273,8 @@ export type InputAudio = {
273
273
  */
274
274
  format: Format;
275
275
  };
276
- export type Deployments23 = {
277
- type: Deployments2Type;
276
+ export type Three = {
277
+ type: InvokeDeploymentRequest2Type;
278
278
  inputAudio: InputAudio;
279
279
  };
280
280
  export declare const TwoType: {
@@ -307,24 +307,24 @@ export type Two2 = {
307
307
  type: TwoType;
308
308
  imageUrl: ImageUrl;
309
309
  };
310
- export declare const Deployments2PrefixMessages3Type: {
310
+ export declare const InvokeDeploymentRequest2PrefixMessages3Type: {
311
311
  readonly Text: "text";
312
312
  };
313
- export type Deployments2PrefixMessages3Type = ClosedEnum<typeof Deployments2PrefixMessages3Type>;
314
- export type Deployments21 = {
315
- type: Deployments2PrefixMessages3Type;
313
+ export type InvokeDeploymentRequest2PrefixMessages3Type = ClosedEnum<typeof InvokeDeploymentRequest2PrefixMessages3Type>;
314
+ export type InvokeDeploymentRequest21 = {
315
+ type: InvokeDeploymentRequest2PrefixMessages3Type;
316
316
  text: string;
317
317
  };
318
- export type Two = Deployments21 | Two2 | Deployments23 | Four;
318
+ export type Two = InvokeDeploymentRequest21 | Two2 | Three | Four;
319
319
  /**
320
320
  * The contents of the user message.
321
321
  */
322
- export type Content = string | Array<Deployments21 | Two2 | Deployments23 | Four>;
322
+ export type Content = string | Array<InvokeDeploymentRequest21 | Two2 | Three | Four>;
323
323
  export type UserMessage = {
324
324
  /**
325
325
  * The role of the messages author, in this case `user`.
326
326
  */
327
- role: DeploymentsPrefixMessagesRole;
327
+ role: InvokeDeploymentRequestPrefixMessagesRole;
328
328
  /**
329
329
  * An optional name for the participant. Provides the model information to differentiate between participants of the same role.
330
330
  */
@@ -332,7 +332,7 @@ export type UserMessage = {
332
332
  /**
333
333
  * The contents of the user message.
334
334
  */
335
- content: string | Array<Deployments21 | Two2 | Deployments23 | Four>;
335
+ content: string | Array<InvokeDeploymentRequest21 | Two2 | Three | Four>;
336
336
  };
337
337
  /**
338
338
  * The role of the messages author, in this case `system`.
@@ -386,22 +386,22 @@ export type PrefixMessages = ToolMessage | DeveloperMessage | SystemMessage | Us
386
386
  /**
387
387
  * The role of the messages author, in this case tool.
388
388
  */
389
- export declare const DeploymentsMessages5Role: {
389
+ export declare const InvokeDeploymentRequestMessages5Role: {
390
390
  readonly Tool: "tool";
391
391
  };
392
392
  /**
393
393
  * The role of the messages author, in this case tool.
394
394
  */
395
- export type DeploymentsMessages5Role = ClosedEnum<typeof DeploymentsMessages5Role>;
395
+ export type InvokeDeploymentRequestMessages5Role = ClosedEnum<typeof InvokeDeploymentRequestMessages5Role>;
396
396
  /**
397
397
  * The contents of the tool message.
398
398
  */
399
- export type DeploymentsMessages5Content = string | Array<string>;
399
+ export type InvokeDeploymentRequestMessages5Content = string | Array<string>;
400
400
  export type MessagesToolMessage = {
401
401
  /**
402
402
  * The role of the messages author, in this case tool.
403
403
  */
404
- role: DeploymentsMessages5Role;
404
+ role: InvokeDeploymentRequestMessages5Role;
405
405
  /**
406
406
  * The contents of the tool message.
407
407
  */
@@ -414,18 +414,18 @@ export type MessagesToolMessage = {
414
414
  /**
415
415
  * The type of the content part.
416
416
  */
417
- export declare const Deployments2Messages4ContentType: {
417
+ export declare const InvokeDeploymentRequest2Messages4ContentType: {
418
418
  readonly Refusal: "refusal";
419
419
  };
420
420
  /**
421
421
  * The type of the content part.
422
422
  */
423
- export type Deployments2Messages4ContentType = ClosedEnum<typeof Deployments2Messages4ContentType>;
423
+ export type InvokeDeploymentRequest2Messages4ContentType = ClosedEnum<typeof InvokeDeploymentRequest2Messages4ContentType>;
424
424
  export type TwoRefusalContentPart = {
425
425
  /**
426
426
  * The type of the content part.
427
427
  */
428
- type: Deployments2Messages4ContentType;
428
+ type: InvokeDeploymentRequest2Messages4ContentType;
429
429
  /**
430
430
  * The refusal message generated by the model.
431
431
  */
@@ -434,48 +434,48 @@ export type TwoRefusalContentPart = {
434
434
  /**
435
435
  * The type of the content part.
436
436
  */
437
- export declare const Deployments2Messages4Type: {
437
+ export declare const InvokeDeploymentRequest2Messages4Type: {
438
438
  readonly Text: "text";
439
439
  };
440
440
  /**
441
441
  * The type of the content part.
442
442
  */
443
- export type Deployments2Messages4Type = ClosedEnum<typeof Deployments2Messages4Type>;
444
- export declare const DeploymentsAnnotationsMessages4Type: {
443
+ export type InvokeDeploymentRequest2Messages4Type = ClosedEnum<typeof InvokeDeploymentRequest2Messages4Type>;
444
+ export declare const InvokeDeploymentRequestAnnotationsMessages4Type: {
445
445
  readonly FilePath: "file_path";
446
446
  };
447
- export type DeploymentsAnnotationsMessages4Type = ClosedEnum<typeof DeploymentsAnnotationsMessages4Type>;
447
+ export type InvokeDeploymentRequestAnnotationsMessages4Type = ClosedEnum<typeof InvokeDeploymentRequestAnnotationsMessages4Type>;
448
448
  export type AnnotationsFilePath = {
449
449
  fileId: string;
450
450
  };
451
- export type DeploymentsAnnotations2 = {
452
- type: DeploymentsAnnotationsMessages4Type;
451
+ export type InvokeDeploymentRequestAnnotations2 = {
452
+ type: InvokeDeploymentRequestAnnotationsMessages4Type;
453
453
  text: string;
454
454
  filePath: AnnotationsFilePath;
455
455
  startIndex: number;
456
456
  endIndex: number;
457
457
  };
458
- export declare const DeploymentsAnnotationsMessagesType: {
458
+ export declare const InvokeDeploymentRequestAnnotationsMessagesType: {
459
459
  readonly FileCitation: "file_citation";
460
460
  };
461
- export type DeploymentsAnnotationsMessagesType = ClosedEnum<typeof DeploymentsAnnotationsMessagesType>;
461
+ export type InvokeDeploymentRequestAnnotationsMessagesType = ClosedEnum<typeof InvokeDeploymentRequestAnnotationsMessagesType>;
462
462
  export type AnnotationsFileCitation = {
463
463
  fileId: string;
464
464
  quote?: string | undefined;
465
465
  };
466
- export type DeploymentsAnnotations1 = {
467
- type: DeploymentsAnnotationsMessagesType;
466
+ export type InvokeDeploymentRequestAnnotations1 = {
467
+ type: InvokeDeploymentRequestAnnotationsMessagesType;
468
468
  text: string;
469
469
  fileCitation: AnnotationsFileCitation;
470
470
  startIndex: number;
471
471
  endIndex: number;
472
472
  };
473
- export type TwoAnnotations = DeploymentsAnnotations1 | DeploymentsAnnotations2;
473
+ export type TwoAnnotations = InvokeDeploymentRequestAnnotations1 | InvokeDeploymentRequestAnnotations2;
474
474
  export type TwoTextContentPart = {
475
475
  /**
476
476
  * The type of the content part.
477
477
  */
478
- type: Deployments2Messages4Type;
478
+ type: InvokeDeploymentRequest2Messages4Type;
479
479
  /**
480
480
  * The text content.
481
481
  */
@@ -483,23 +483,23 @@ export type TwoTextContentPart = {
483
483
  /**
484
484
  * Annotations for the text content.
485
485
  */
486
- annotations?: Array<DeploymentsAnnotations1 | DeploymentsAnnotations2> | undefined;
486
+ annotations?: Array<InvokeDeploymentRequestAnnotations1 | InvokeDeploymentRequestAnnotations2> | undefined;
487
487
  };
488
- export type DeploymentsContentMessages2 = TwoTextContentPart | TwoRefusalContentPart;
488
+ export type InvokeDeploymentRequestContentMessages2 = TwoTextContentPart | TwoRefusalContentPart;
489
489
  /**
490
490
  * The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
491
491
  */
492
- export type DeploymentsMessagesContent = string | Array<TwoTextContentPart | TwoRefusalContentPart>;
492
+ export type InvokeDeploymentRequestMessagesContent = string | Array<TwoTextContentPart | TwoRefusalContentPart>;
493
493
  /**
494
494
  * The role of the messages author, in this case `assistant`.
495
495
  */
496
- export declare const DeploymentsMessages4Role: {
496
+ export declare const InvokeDeploymentRequestMessages4Role: {
497
497
  readonly Assistant: "assistant";
498
498
  };
499
499
  /**
500
500
  * The role of the messages author, in this case `assistant`.
501
501
  */
502
- export type DeploymentsMessages4Role = ClosedEnum<typeof DeploymentsMessages4Role>;
502
+ export type InvokeDeploymentRequestMessages4Role = ClosedEnum<typeof InvokeDeploymentRequestMessages4Role>;
503
503
  /**
504
504
  * Data about a previous audio response from the model.
505
505
  */
@@ -552,7 +552,7 @@ export type MessagesAssistantMessage = {
552
552
  /**
553
553
  * The role of the messages author, in this case `assistant`.
554
554
  */
555
- role: DeploymentsMessages4Role;
555
+ role: InvokeDeploymentRequestMessages4Role;
556
556
  /**
557
557
  * An optional name for the participant. Provides the model information to differentiate between participants of the same role.
558
558
  */
@@ -581,23 +581,23 @@ export type MessagesAssistantMessage = {
581
581
  /**
582
582
  * The role of the messages author, in this case `user`.
583
583
  */
584
- export declare const DeploymentsMessages3Role: {
584
+ export declare const InvokeDeploymentRequestMessages3Role: {
585
585
  readonly User: "user";
586
586
  };
587
587
  /**
588
588
  * The role of the messages author, in this case `user`.
589
589
  */
590
- export type DeploymentsMessages3Role = ClosedEnum<typeof DeploymentsMessages3Role>;
590
+ export type InvokeDeploymentRequestMessages3Role = ClosedEnum<typeof InvokeDeploymentRequestMessages3Role>;
591
591
  /**
592
592
  * The type of the content part. Always `file`.
593
593
  */
594
- export declare const Deployments2Messages3Content4Type: {
594
+ export declare const InvokeDeploymentRequest2Messages3Content4Type: {
595
595
  readonly File: "file";
596
596
  };
597
597
  /**
598
598
  * The type of the content part. Always `file`.
599
599
  */
600
- export type Deployments2Messages3Content4Type = ClosedEnum<typeof Deployments2Messages3Content4Type>;
600
+ export type InvokeDeploymentRequest2Messages3Content4Type = ClosedEnum<typeof InvokeDeploymentRequest2Messages3Content4Type>;
601
601
  /**
602
602
  * File data for the content part. Must contain either file_data or uri, but not both.
603
603
  */
@@ -623,16 +623,16 @@ export type Two4 = {
623
623
  /**
624
624
  * The type of the content part. Always `file`.
625
625
  */
626
- type: Deployments2Messages3Content4Type;
626
+ type: InvokeDeploymentRequest2Messages3Content4Type;
627
627
  /**
628
628
  * File data for the content part. Must contain either file_data or uri, but not both.
629
629
  */
630
630
  file: TwoFile;
631
631
  };
632
- export declare const Deployments2Messages3ContentType: {
632
+ export declare const InvokeDeploymentRequest2Messages3ContentType: {
633
633
  readonly InputAudio: "input_audio";
634
634
  };
635
- export type Deployments2Messages3ContentType = ClosedEnum<typeof Deployments2Messages3ContentType>;
635
+ export type InvokeDeploymentRequest2Messages3ContentType = ClosedEnum<typeof InvokeDeploymentRequest2Messages3ContentType>;
636
636
  /**
637
637
  * The format of the encoded audio data. Currently supports `wav` and `mp3`.
638
638
  */
@@ -655,13 +655,13 @@ export type TwoInputAudio = {
655
655
  format: TwoFormat;
656
656
  };
657
657
  export type Two3 = {
658
- type: Deployments2Messages3ContentType;
658
+ type: InvokeDeploymentRequest2Messages3ContentType;
659
659
  inputAudio: TwoInputAudio;
660
660
  };
661
- export declare const Deployments2Messages3Type: {
661
+ export declare const InvokeDeploymentRequest2Messages3Type: {
662
662
  readonly ImageUrl: "image_url";
663
663
  };
664
- export type Deployments2Messages3Type = ClosedEnum<typeof Deployments2Messages3Type>;
664
+ export type InvokeDeploymentRequest2Messages3Type = ClosedEnum<typeof InvokeDeploymentRequest2Messages3Type>;
665
665
  /**
666
666
  * Specifies the detail level of the image.
667
667
  */
@@ -684,28 +684,28 @@ export type TwoImageUrl = {
684
684
  */
685
685
  detail?: TwoDetail | undefined;
686
686
  };
687
- export type Deployments22 = {
688
- type: Deployments2Messages3Type;
687
+ export type InvokeDeploymentRequest22 = {
688
+ type: InvokeDeploymentRequest2Messages3Type;
689
689
  imageUrl: TwoImageUrl;
690
690
  };
691
- export declare const Deployments2MessagesType: {
691
+ export declare const InvokeDeploymentRequest2MessagesType: {
692
692
  readonly Text: "text";
693
693
  };
694
- export type Deployments2MessagesType = ClosedEnum<typeof Deployments2MessagesType>;
694
+ export type InvokeDeploymentRequest2MessagesType = ClosedEnum<typeof InvokeDeploymentRequest2MessagesType>;
695
695
  export type Two1 = {
696
- type: Deployments2MessagesType;
696
+ type: InvokeDeploymentRequest2MessagesType;
697
697
  text: string;
698
698
  };
699
- export type DeploymentsContent2 = Two1 | Deployments22 | Two3 | Two4;
699
+ export type InvokeDeploymentRequestContent2 = Two1 | InvokeDeploymentRequest22 | Two3 | Two4;
700
700
  /**
701
701
  * The contents of the user message.
702
702
  */
703
- export type MessagesContent = string | Array<Two1 | Deployments22 | Two3 | Two4>;
703
+ export type MessagesContent = string | Array<Two1 | InvokeDeploymentRequest22 | Two3 | Two4>;
704
704
  export type MessagesUserMessage = {
705
705
  /**
706
706
  * The role of the messages author, in this case `user`.
707
707
  */
708
- role: DeploymentsMessages3Role;
708
+ role: InvokeDeploymentRequestMessages3Role;
709
709
  /**
710
710
  * An optional name for the participant. Provides the model information to differentiate between participants of the same role.
711
711
  */
@@ -713,23 +713,23 @@ export type MessagesUserMessage = {
713
713
  /**
714
714
  * The contents of the user message.
715
715
  */
716
- content: string | Array<Two1 | Deployments22 | Two3 | Two4>;
716
+ content: string | Array<Two1 | InvokeDeploymentRequest22 | Two3 | Two4>;
717
717
  };
718
718
  /**
719
719
  * The role of the messages author, in this case `system`.
720
720
  */
721
- export declare const DeploymentsMessagesRole: {
721
+ export declare const InvokeDeploymentRequestMessagesRole: {
722
722
  readonly System: "system";
723
723
  };
724
724
  /**
725
725
  * The role of the messages author, in this case `system`.
726
726
  */
727
- export type DeploymentsMessagesRole = ClosedEnum<typeof DeploymentsMessagesRole>;
727
+ export type InvokeDeploymentRequestMessagesRole = ClosedEnum<typeof InvokeDeploymentRequestMessagesRole>;
728
728
  export type MessagesSystemMessage = {
729
729
  /**
730
730
  * The role of the messages author, in this case `system`.
731
731
  */
732
- role: DeploymentsMessagesRole;
732
+ role: InvokeDeploymentRequestMessagesRole;
733
733
  /**
734
734
  * The contents of the system message.
735
735
  */
@@ -821,14 +821,14 @@ export type OrNin = string | number | boolean;
821
821
  /**
822
822
  * Not in
823
823
  */
824
- export type DeploymentsOrNin = {
824
+ export type InvokeDeploymentRequestOrNin = {
825
825
  nin: Array<string | number | boolean>;
826
826
  };
827
827
  export type OrIn = string | number | boolean;
828
828
  /**
829
829
  * In
830
830
  */
831
- export type DeploymentsOrIn = {
831
+ export type InvokeDeploymentRequestOrIn = {
832
832
  in: Array<string | number | boolean>;
833
833
  };
834
834
  /**
@@ -849,30 +849,33 @@ export type OrLt = {
849
849
  export type OrGte = {
850
850
  gte: number;
851
851
  };
852
- export type Or3 = {
852
+ /**
853
+ * Greater than
854
+ */
855
+ export type OrGt = {
853
856
  gt: number;
854
857
  };
855
858
  export type OrNe = string | number | boolean;
856
859
  /**
857
860
  * Not equal to
858
861
  */
859
- export type DeploymentsOrNe = {
862
+ export type InvokeDeploymentRequestOrNe = {
860
863
  ne: string | number | boolean;
861
864
  };
862
865
  export type OrEq = string | number | boolean;
863
866
  /**
864
867
  * Equal to
865
868
  */
866
- export type DeploymentsOrEq = {
869
+ export type InvokeDeploymentRequestOrEq = {
867
870
  eq: string | number | boolean;
868
871
  };
869
- export type Or = DeploymentsOrEq | DeploymentsOrNe | Or3 | OrGte | OrLt | OrLte | DeploymentsOrIn | DeploymentsOrNin | OrExists;
872
+ export type Or = InvokeDeploymentRequestOrEq | InvokeDeploymentRequestOrNe | OrGt | OrGte | OrLt | OrLte | InvokeDeploymentRequestOrIn | InvokeDeploymentRequestOrNin | OrExists;
870
873
  /**
871
874
  * Or
872
875
  */
873
876
  export type KnowledgeFilterOr = {
874
877
  or: Array<{
875
- [k: string]: DeploymentsOrEq | DeploymentsOrNe | Or3 | OrGte | OrLt | OrLte | DeploymentsOrIn | DeploymentsOrNin | OrExists;
878
+ [k: string]: InvokeDeploymentRequestOrEq | InvokeDeploymentRequestOrNe | OrGt | OrGte | OrLt | OrLte | InvokeDeploymentRequestOrIn | InvokeDeploymentRequestOrNin | OrExists;
876
879
  }>;
877
880
  };
878
881
  /**
@@ -885,14 +888,14 @@ export type AndNin = string | number | boolean;
885
888
  /**
886
889
  * Not in
887
890
  */
888
- export type DeploymentsAndNin = {
891
+ export type InvokeDeploymentRequestAndNin = {
889
892
  nin: Array<string | number | boolean>;
890
893
  };
891
894
  export type AndIn = string | number | boolean;
892
895
  /**
893
896
  * In
894
897
  */
895
- export type DeploymentsAndIn = {
898
+ export type InvokeDeploymentRequestAndIn = {
896
899
  in: Array<string | number | boolean>;
897
900
  };
898
901
  /**
@@ -913,30 +916,33 @@ export type AndLt = {
913
916
  export type AndGte = {
914
917
  gte: number;
915
918
  };
916
- export type And3 = {
919
+ /**
920
+ * Greater than
921
+ */
922
+ export type AndGt = {
917
923
  gt: number;
918
924
  };
919
925
  export type AndNe = string | number | boolean;
920
926
  /**
921
927
  * Not equal to
922
928
  */
923
- export type DeploymentsAndNe = {
929
+ export type InvokeDeploymentRequestAndNe = {
924
930
  ne: string | number | boolean;
925
931
  };
926
932
  export type AndEq = string | number | boolean;
927
933
  /**
928
934
  * Equal to
929
935
  */
930
- export type DeploymentsAndEq = {
936
+ export type InvokeDeploymentRequestAndEq = {
931
937
  eq: string | number | boolean;
932
938
  };
933
- export type And = DeploymentsAndEq | DeploymentsAndNe | And3 | AndGte | AndLt | AndLte | DeploymentsAndIn | DeploymentsAndNin | AndExists;
939
+ export type And = InvokeDeploymentRequestAndEq | InvokeDeploymentRequestAndNe | AndGt | AndGte | AndLt | AndLte | InvokeDeploymentRequestAndIn | InvokeDeploymentRequestAndNin | AndExists;
934
940
  /**
935
941
  * And
936
942
  */
937
943
  export type KnowledgeFilterAnd = {
938
944
  and: Array<{
939
- [k: string]: DeploymentsAndEq | DeploymentsAndNe | And3 | AndGte | AndLt | AndLte | DeploymentsAndIn | DeploymentsAndNin | AndExists;
945
+ [k: string]: InvokeDeploymentRequestAndEq | InvokeDeploymentRequestAndNe | AndGt | AndGte | AndLt | AndLte | InvokeDeploymentRequestAndIn | InvokeDeploymentRequestAndNin | AndExists;
940
946
  }>;
941
947
  };
942
948
  /**
@@ -977,7 +983,10 @@ export type Lt = {
977
983
  export type Gte = {
978
984
  gte: number;
979
985
  };
980
- export type Three = {
986
+ /**
987
+ * Greater than
988
+ */
989
+ export type Gt = {
981
990
  gt: number;
982
991
  };
983
992
  export type Ne = string | number | boolean;
@@ -994,21 +1003,25 @@ export type Eq = string | number | boolean;
994
1003
  export type OneEq = {
995
1004
  eq: string | number | boolean;
996
1005
  };
997
- export type One = OneEq | OneNe | Three | Gte | Lt | Lte | OneIn | OneNin | Exists;
1006
+ export type One = OneEq | OneNe | Gt | Gte | Lt | Lte | OneIn | OneNin | Exists;
998
1007
  /**
999
1008
  * A filter to apply to the knowledge base chunk metadata when using knowledge bases in the deployment.
1000
1009
  */
1001
1010
  export type KnowledgeFilter = KnowledgeFilterAnd | KnowledgeFilterOr | {
1002
- [k: string]: OneEq | OneNe | Three | Gte | Lt | Lte | OneIn | OneNin | Exists;
1011
+ [k: string]: OneEq | OneNe | Gt | Gte | Lt | Lte | OneIn | OneNin | Exists;
1003
1012
  };
1004
1013
  /**
1005
1014
  * The deployment request payload
1006
1015
  */
1007
- export type Deployments = {
1016
+ export type InvokeDeploymentRequest = {
1008
1017
  /**
1009
1018
  * The deployment key to invoke
1010
1019
  */
1011
1020
  key: string;
1021
+ /**
1022
+ * If set, partial message content will be sent. Tokens will be sent as data-only `server-sent events` as they become available, with the stream terminated by a `data: [DONE]` message.
1023
+ */
1024
+ stream?: boolean | undefined;
1012
1025
  /**
1013
1026
  * Key-value pairs variables to replace in your prompts. If a variable is not provided that is defined in the prompt, the default variables are used.
1014
1027
  */
@@ -1055,21 +1068,21 @@ export type Deployments = {
1055
1068
  * A filter to apply to the knowledge base chunk metadata when using knowledge bases in the deployment.
1056
1069
  */
1057
1070
  knowledgeFilter?: KnowledgeFilterAnd | KnowledgeFilterOr | {
1058
- [k: string]: OneEq | OneNe | Three | Gte | Lt | Lte | OneIn | OneNin | Exists;
1071
+ [k: string]: OneEq | OneNe | Gt | Gte | Lt | Lte | OneIn | OneNin | Exists;
1059
1072
  } | undefined;
1060
1073
  };
1061
1074
  /** @internal */
1062
- export declare const DeploymentsPrefixMessages5Role$inboundSchema: z.ZodNativeEnum<typeof DeploymentsPrefixMessages5Role>;
1075
+ export declare const InvokeDeploymentRequestPrefixMessages5Role$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestPrefixMessages5Role>;
1063
1076
  /** @internal */
1064
- export declare const DeploymentsPrefixMessages5Role$outboundSchema: z.ZodNativeEnum<typeof DeploymentsPrefixMessages5Role>;
1077
+ export declare const InvokeDeploymentRequestPrefixMessages5Role$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestPrefixMessages5Role>;
1065
1078
  /** @internal */
1066
- export declare const DeploymentsPrefixMessagesContent$inboundSchema: z.ZodType<DeploymentsPrefixMessagesContent, z.ZodTypeDef, unknown>;
1079
+ export declare const InvokeDeploymentRequestPrefixMessagesContent$inboundSchema: z.ZodType<InvokeDeploymentRequestPrefixMessagesContent, z.ZodTypeDef, unknown>;
1067
1080
  /** @internal */
1068
- export type DeploymentsPrefixMessagesContent$Outbound = string | Array<string>;
1081
+ export type InvokeDeploymentRequestPrefixMessagesContent$Outbound = string | Array<string>;
1069
1082
  /** @internal */
1070
- export declare const DeploymentsPrefixMessagesContent$outboundSchema: z.ZodType<DeploymentsPrefixMessagesContent$Outbound, z.ZodTypeDef, DeploymentsPrefixMessagesContent>;
1071
- export declare function deploymentsPrefixMessagesContentToJSON(deploymentsPrefixMessagesContent: DeploymentsPrefixMessagesContent): string;
1072
- export declare function deploymentsPrefixMessagesContentFromJSON(jsonString: string): SafeParseResult<DeploymentsPrefixMessagesContent, SDKValidationError>;
1083
+ export declare const InvokeDeploymentRequestPrefixMessagesContent$outboundSchema: z.ZodType<InvokeDeploymentRequestPrefixMessagesContent$Outbound, z.ZodTypeDef, InvokeDeploymentRequestPrefixMessagesContent>;
1084
+ export declare function invokeDeploymentRequestPrefixMessagesContentToJSON(invokeDeploymentRequestPrefixMessagesContent: InvokeDeploymentRequestPrefixMessagesContent): string;
1085
+ export declare function invokeDeploymentRequestPrefixMessagesContentFromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestPrefixMessagesContent, SDKValidationError>;
1073
1086
  /** @internal */
1074
1087
  export declare const ToolMessage$inboundSchema: z.ZodType<ToolMessage, z.ZodTypeDef, unknown>;
1075
1088
  /** @internal */
@@ -1083,9 +1096,9 @@ export declare const ToolMessage$outboundSchema: z.ZodType<ToolMessage$Outbound,
1083
1096
  export declare function toolMessageToJSON(toolMessage: ToolMessage): string;
1084
1097
  export declare function toolMessageFromJSON(jsonString: string): SafeParseResult<ToolMessage, SDKValidationError>;
1085
1098
  /** @internal */
1086
- export declare const Deployments2PrefixMessages4ContentType$inboundSchema: z.ZodNativeEnum<typeof Deployments2PrefixMessages4ContentType>;
1099
+ export declare const InvokeDeploymentRequest2PrefixMessages4ContentType$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2PrefixMessages4ContentType>;
1087
1100
  /** @internal */
1088
- export declare const Deployments2PrefixMessages4ContentType$outboundSchema: z.ZodNativeEnum<typeof Deployments2PrefixMessages4ContentType>;
1101
+ export declare const InvokeDeploymentRequest2PrefixMessages4ContentType$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2PrefixMessages4ContentType>;
1089
1102
  /** @internal */
1090
1103
  export declare const RefusalContentPart$inboundSchema: z.ZodType<RefusalContentPart, z.ZodTypeDef, unknown>;
1091
1104
  /** @internal */
@@ -1098,13 +1111,13 @@ export declare const RefusalContentPart$outboundSchema: z.ZodType<RefusalContent
1098
1111
  export declare function refusalContentPartToJSON(refusalContentPart: RefusalContentPart): string;
1099
1112
  export declare function refusalContentPartFromJSON(jsonString: string): SafeParseResult<RefusalContentPart, SDKValidationError>;
1100
1113
  /** @internal */
1101
- export declare const Deployments2PrefixMessages4Type$inboundSchema: z.ZodNativeEnum<typeof Deployments2PrefixMessages4Type>;
1114
+ export declare const InvokeDeploymentRequest2PrefixMessages4Type$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2PrefixMessages4Type>;
1102
1115
  /** @internal */
1103
- export declare const Deployments2PrefixMessages4Type$outboundSchema: z.ZodNativeEnum<typeof Deployments2PrefixMessages4Type>;
1116
+ export declare const InvokeDeploymentRequest2PrefixMessages4Type$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2PrefixMessages4Type>;
1104
1117
  /** @internal */
1105
- export declare const DeploymentsAnnotationsType$inboundSchema: z.ZodNativeEnum<typeof DeploymentsAnnotationsType>;
1118
+ export declare const InvokeDeploymentRequestAnnotationsType$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestAnnotationsType>;
1106
1119
  /** @internal */
1107
- export declare const DeploymentsAnnotationsType$outboundSchema: z.ZodNativeEnum<typeof DeploymentsAnnotationsType>;
1120
+ export declare const InvokeDeploymentRequestAnnotationsType$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestAnnotationsType>;
1108
1121
  /** @internal */
1109
1122
  export declare const FilePath$inboundSchema: z.ZodType<FilePath, z.ZodTypeDef, unknown>;
1110
1123
  /** @internal */
@@ -1195,9 +1208,9 @@ export declare const PrefixMessagesContent$outboundSchema: z.ZodType<PrefixMessa
1195
1208
  export declare function prefixMessagesContentToJSON(prefixMessagesContent: PrefixMessagesContent): string;
1196
1209
  export declare function prefixMessagesContentFromJSON(jsonString: string): SafeParseResult<PrefixMessagesContent, SDKValidationError>;
1197
1210
  /** @internal */
1198
- export declare const DeploymentsPrefixMessages4Role$inboundSchema: z.ZodNativeEnum<typeof DeploymentsPrefixMessages4Role>;
1211
+ export declare const InvokeDeploymentRequestPrefixMessages4Role$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestPrefixMessages4Role>;
1199
1212
  /** @internal */
1200
- export declare const DeploymentsPrefixMessages4Role$outboundSchema: z.ZodNativeEnum<typeof DeploymentsPrefixMessages4Role>;
1213
+ export declare const InvokeDeploymentRequestPrefixMessages4Role$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestPrefixMessages4Role>;
1201
1214
  /** @internal */
1202
1215
  export declare const Audio$inboundSchema: z.ZodType<Audio, z.ZodTypeDef, unknown>;
1203
1216
  /** @internal */
@@ -1254,13 +1267,13 @@ export declare const AssistantMessage$outboundSchema: z.ZodType<AssistantMessage
1254
1267
  export declare function assistantMessageToJSON(assistantMessage: AssistantMessage): string;
1255
1268
  export declare function assistantMessageFromJSON(jsonString: string): SafeParseResult<AssistantMessage, SDKValidationError>;
1256
1269
  /** @internal */
1257
- export declare const DeploymentsPrefixMessagesRole$inboundSchema: z.ZodNativeEnum<typeof DeploymentsPrefixMessagesRole>;
1270
+ export declare const InvokeDeploymentRequestPrefixMessagesRole$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestPrefixMessagesRole>;
1258
1271
  /** @internal */
1259
- export declare const DeploymentsPrefixMessagesRole$outboundSchema: z.ZodNativeEnum<typeof DeploymentsPrefixMessagesRole>;
1272
+ export declare const InvokeDeploymentRequestPrefixMessagesRole$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestPrefixMessagesRole>;
1260
1273
  /** @internal */
1261
- export declare const Deployments2PrefixMessagesType$inboundSchema: z.ZodNativeEnum<typeof Deployments2PrefixMessagesType>;
1274
+ export declare const InvokeDeploymentRequest2PrefixMessagesType$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2PrefixMessagesType>;
1262
1275
  /** @internal */
1263
- export declare const Deployments2PrefixMessagesType$outboundSchema: z.ZodNativeEnum<typeof Deployments2PrefixMessagesType>;
1276
+ export declare const InvokeDeploymentRequest2PrefixMessagesType$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2PrefixMessagesType>;
1264
1277
  /** @internal */
1265
1278
  export declare const FileT$inboundSchema: z.ZodType<FileT, z.ZodTypeDef, unknown>;
1266
1279
  /** @internal */
@@ -1286,9 +1299,9 @@ export declare const Four$outboundSchema: z.ZodType<Four$Outbound, z.ZodTypeDef,
1286
1299
  export declare function fourToJSON(four: Four): string;
1287
1300
  export declare function fourFromJSON(jsonString: string): SafeParseResult<Four, SDKValidationError>;
1288
1301
  /** @internal */
1289
- export declare const Deployments2Type$inboundSchema: z.ZodNativeEnum<typeof Deployments2Type>;
1302
+ export declare const InvokeDeploymentRequest2Type$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2Type>;
1290
1303
  /** @internal */
1291
- export declare const Deployments2Type$outboundSchema: z.ZodNativeEnum<typeof Deployments2Type>;
1304
+ export declare const InvokeDeploymentRequest2Type$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2Type>;
1292
1305
  /** @internal */
1293
1306
  export declare const Format$inboundSchema: z.ZodNativeEnum<typeof Format>;
1294
1307
  /** @internal */
@@ -1305,16 +1318,16 @@ export declare const InputAudio$outboundSchema: z.ZodType<InputAudio$Outbound, z
1305
1318
  export declare function inputAudioToJSON(inputAudio: InputAudio): string;
1306
1319
  export declare function inputAudioFromJSON(jsonString: string): SafeParseResult<InputAudio, SDKValidationError>;
1307
1320
  /** @internal */
1308
- export declare const Deployments23$inboundSchema: z.ZodType<Deployments23, z.ZodTypeDef, unknown>;
1321
+ export declare const Three$inboundSchema: z.ZodType<Three, z.ZodTypeDef, unknown>;
1309
1322
  /** @internal */
1310
- export type Deployments23$Outbound = {
1323
+ export type Three$Outbound = {
1311
1324
  type: string;
1312
1325
  input_audio: InputAudio$Outbound;
1313
1326
  };
1314
1327
  /** @internal */
1315
- export declare const Deployments23$outboundSchema: z.ZodType<Deployments23$Outbound, z.ZodTypeDef, Deployments23>;
1316
- export declare function deployments23ToJSON(deployments23: Deployments23): string;
1317
- export declare function deployments23FromJSON(jsonString: string): SafeParseResult<Deployments23, SDKValidationError>;
1328
+ export declare const Three$outboundSchema: z.ZodType<Three$Outbound, z.ZodTypeDef, Three>;
1329
+ export declare function threeToJSON(three: Three): string;
1330
+ export declare function threeFromJSON(jsonString: string): SafeParseResult<Three, SDKValidationError>;
1318
1331
  /** @internal */
1319
1332
  export declare const TwoType$inboundSchema: z.ZodNativeEnum<typeof TwoType>;
1320
1333
  /** @internal */
@@ -1346,24 +1359,24 @@ export declare const Two2$outboundSchema: z.ZodType<Two2$Outbound, z.ZodTypeDef,
1346
1359
  export declare function two2ToJSON(two2: Two2): string;
1347
1360
  export declare function two2FromJSON(jsonString: string): SafeParseResult<Two2, SDKValidationError>;
1348
1361
  /** @internal */
1349
- export declare const Deployments2PrefixMessages3Type$inboundSchema: z.ZodNativeEnum<typeof Deployments2PrefixMessages3Type>;
1362
+ export declare const InvokeDeploymentRequest2PrefixMessages3Type$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2PrefixMessages3Type>;
1350
1363
  /** @internal */
1351
- export declare const Deployments2PrefixMessages3Type$outboundSchema: z.ZodNativeEnum<typeof Deployments2PrefixMessages3Type>;
1364
+ export declare const InvokeDeploymentRequest2PrefixMessages3Type$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2PrefixMessages3Type>;
1352
1365
  /** @internal */
1353
- export declare const Deployments21$inboundSchema: z.ZodType<Deployments21, z.ZodTypeDef, unknown>;
1366
+ export declare const InvokeDeploymentRequest21$inboundSchema: z.ZodType<InvokeDeploymentRequest21, z.ZodTypeDef, unknown>;
1354
1367
  /** @internal */
1355
- export type Deployments21$Outbound = {
1368
+ export type InvokeDeploymentRequest21$Outbound = {
1356
1369
  type: string;
1357
1370
  text: string;
1358
1371
  };
1359
1372
  /** @internal */
1360
- export declare const Deployments21$outboundSchema: z.ZodType<Deployments21$Outbound, z.ZodTypeDef, Deployments21>;
1361
- export declare function deployments21ToJSON(deployments21: Deployments21): string;
1362
- export declare function deployments21FromJSON(jsonString: string): SafeParseResult<Deployments21, SDKValidationError>;
1373
+ export declare const InvokeDeploymentRequest21$outboundSchema: z.ZodType<InvokeDeploymentRequest21$Outbound, z.ZodTypeDef, InvokeDeploymentRequest21>;
1374
+ export declare function invokeDeploymentRequest21ToJSON(invokeDeploymentRequest21: InvokeDeploymentRequest21): string;
1375
+ export declare function invokeDeploymentRequest21FromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequest21, SDKValidationError>;
1363
1376
  /** @internal */
1364
1377
  export declare const Two$inboundSchema: z.ZodType<Two, z.ZodTypeDef, unknown>;
1365
1378
  /** @internal */
1366
- export type Two$Outbound = Deployments21$Outbound | Two2$Outbound | Deployments23$Outbound | Four$Outbound;
1379
+ export type Two$Outbound = InvokeDeploymentRequest21$Outbound | Two2$Outbound | Three$Outbound | Four$Outbound;
1367
1380
  /** @internal */
1368
1381
  export declare const Two$outboundSchema: z.ZodType<Two$Outbound, z.ZodTypeDef, Two>;
1369
1382
  export declare function twoToJSON(two: Two): string;
@@ -1371,7 +1384,7 @@ export declare function twoFromJSON(jsonString: string): SafeParseResult<Two, SD
1371
1384
  /** @internal */
1372
1385
  export declare const Content$inboundSchema: z.ZodType<Content, z.ZodTypeDef, unknown>;
1373
1386
  /** @internal */
1374
- export type Content$Outbound = string | Array<Deployments21$Outbound | Two2$Outbound | Deployments23$Outbound | Four$Outbound>;
1387
+ export type Content$Outbound = string | Array<InvokeDeploymentRequest21$Outbound | Two2$Outbound | Three$Outbound | Four$Outbound>;
1375
1388
  /** @internal */
1376
1389
  export declare const Content$outboundSchema: z.ZodType<Content$Outbound, z.ZodTypeDef, Content>;
1377
1390
  export declare function contentToJSON(content: Content): string;
@@ -1382,7 +1395,7 @@ export declare const UserMessage$inboundSchema: z.ZodType<UserMessage, z.ZodType
1382
1395
  export type UserMessage$Outbound = {
1383
1396
  role: string;
1384
1397
  name?: string | undefined;
1385
- content: string | Array<Deployments21$Outbound | Two2$Outbound | Deployments23$Outbound | Four$Outbound>;
1398
+ content: string | Array<InvokeDeploymentRequest21$Outbound | Two2$Outbound | Three$Outbound | Four$Outbound>;
1386
1399
  };
1387
1400
  /** @internal */
1388
1401
  export declare const UserMessage$outboundSchema: z.ZodType<UserMessage$Outbound, z.ZodTypeDef, UserMessage>;
@@ -1429,17 +1442,17 @@ export declare const PrefixMessages$outboundSchema: z.ZodType<PrefixMessages$Out
1429
1442
  export declare function prefixMessagesToJSON(prefixMessages: PrefixMessages): string;
1430
1443
  export declare function prefixMessagesFromJSON(jsonString: string): SafeParseResult<PrefixMessages, SDKValidationError>;
1431
1444
  /** @internal */
1432
- export declare const DeploymentsMessages5Role$inboundSchema: z.ZodNativeEnum<typeof DeploymentsMessages5Role>;
1445
+ export declare const InvokeDeploymentRequestMessages5Role$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestMessages5Role>;
1433
1446
  /** @internal */
1434
- export declare const DeploymentsMessages5Role$outboundSchema: z.ZodNativeEnum<typeof DeploymentsMessages5Role>;
1447
+ export declare const InvokeDeploymentRequestMessages5Role$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestMessages5Role>;
1435
1448
  /** @internal */
1436
- export declare const DeploymentsMessages5Content$inboundSchema: z.ZodType<DeploymentsMessages5Content, z.ZodTypeDef, unknown>;
1449
+ export declare const InvokeDeploymentRequestMessages5Content$inboundSchema: z.ZodType<InvokeDeploymentRequestMessages5Content, z.ZodTypeDef, unknown>;
1437
1450
  /** @internal */
1438
- export type DeploymentsMessages5Content$Outbound = string | Array<string>;
1451
+ export type InvokeDeploymentRequestMessages5Content$Outbound = string | Array<string>;
1439
1452
  /** @internal */
1440
- export declare const DeploymentsMessages5Content$outboundSchema: z.ZodType<DeploymentsMessages5Content$Outbound, z.ZodTypeDef, DeploymentsMessages5Content>;
1441
- export declare function deploymentsMessages5ContentToJSON(deploymentsMessages5Content: DeploymentsMessages5Content): string;
1442
- export declare function deploymentsMessages5ContentFromJSON(jsonString: string): SafeParseResult<DeploymentsMessages5Content, SDKValidationError>;
1453
+ export declare const InvokeDeploymentRequestMessages5Content$outboundSchema: z.ZodType<InvokeDeploymentRequestMessages5Content$Outbound, z.ZodTypeDef, InvokeDeploymentRequestMessages5Content>;
1454
+ export declare function invokeDeploymentRequestMessages5ContentToJSON(invokeDeploymentRequestMessages5Content: InvokeDeploymentRequestMessages5Content): string;
1455
+ export declare function invokeDeploymentRequestMessages5ContentFromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestMessages5Content, SDKValidationError>;
1443
1456
  /** @internal */
1444
1457
  export declare const MessagesToolMessage$inboundSchema: z.ZodType<MessagesToolMessage, z.ZodTypeDef, unknown>;
1445
1458
  /** @internal */
@@ -1453,9 +1466,9 @@ export declare const MessagesToolMessage$outboundSchema: z.ZodType<MessagesToolM
1453
1466
  export declare function messagesToolMessageToJSON(messagesToolMessage: MessagesToolMessage): string;
1454
1467
  export declare function messagesToolMessageFromJSON(jsonString: string): SafeParseResult<MessagesToolMessage, SDKValidationError>;
1455
1468
  /** @internal */
1456
- export declare const Deployments2Messages4ContentType$inboundSchema: z.ZodNativeEnum<typeof Deployments2Messages4ContentType>;
1469
+ export declare const InvokeDeploymentRequest2Messages4ContentType$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2Messages4ContentType>;
1457
1470
  /** @internal */
1458
- export declare const Deployments2Messages4ContentType$outboundSchema: z.ZodNativeEnum<typeof Deployments2Messages4ContentType>;
1471
+ export declare const InvokeDeploymentRequest2Messages4ContentType$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2Messages4ContentType>;
1459
1472
  /** @internal */
1460
1473
  export declare const TwoRefusalContentPart$inboundSchema: z.ZodType<TwoRefusalContentPart, z.ZodTypeDef, unknown>;
1461
1474
  /** @internal */
@@ -1468,13 +1481,13 @@ export declare const TwoRefusalContentPart$outboundSchema: z.ZodType<TwoRefusalC
1468
1481
  export declare function twoRefusalContentPartToJSON(twoRefusalContentPart: TwoRefusalContentPart): string;
1469
1482
  export declare function twoRefusalContentPartFromJSON(jsonString: string): SafeParseResult<TwoRefusalContentPart, SDKValidationError>;
1470
1483
  /** @internal */
1471
- export declare const Deployments2Messages4Type$inboundSchema: z.ZodNativeEnum<typeof Deployments2Messages4Type>;
1484
+ export declare const InvokeDeploymentRequest2Messages4Type$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2Messages4Type>;
1472
1485
  /** @internal */
1473
- export declare const Deployments2Messages4Type$outboundSchema: z.ZodNativeEnum<typeof Deployments2Messages4Type>;
1486
+ export declare const InvokeDeploymentRequest2Messages4Type$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2Messages4Type>;
1474
1487
  /** @internal */
1475
- export declare const DeploymentsAnnotationsMessages4Type$inboundSchema: z.ZodNativeEnum<typeof DeploymentsAnnotationsMessages4Type>;
1488
+ export declare const InvokeDeploymentRequestAnnotationsMessages4Type$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestAnnotationsMessages4Type>;
1476
1489
  /** @internal */
1477
- export declare const DeploymentsAnnotationsMessages4Type$outboundSchema: z.ZodNativeEnum<typeof DeploymentsAnnotationsMessages4Type>;
1490
+ export declare const InvokeDeploymentRequestAnnotationsMessages4Type$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestAnnotationsMessages4Type>;
1478
1491
  /** @internal */
1479
1492
  export declare const AnnotationsFilePath$inboundSchema: z.ZodType<AnnotationsFilePath, z.ZodTypeDef, unknown>;
1480
1493
  /** @internal */
@@ -1486,9 +1499,9 @@ export declare const AnnotationsFilePath$outboundSchema: z.ZodType<AnnotationsFi
1486
1499
  export declare function annotationsFilePathToJSON(annotationsFilePath: AnnotationsFilePath): string;
1487
1500
  export declare function annotationsFilePathFromJSON(jsonString: string): SafeParseResult<AnnotationsFilePath, SDKValidationError>;
1488
1501
  /** @internal */
1489
- export declare const DeploymentsAnnotations2$inboundSchema: z.ZodType<DeploymentsAnnotations2, z.ZodTypeDef, unknown>;
1502
+ export declare const InvokeDeploymentRequestAnnotations2$inboundSchema: z.ZodType<InvokeDeploymentRequestAnnotations2, z.ZodTypeDef, unknown>;
1490
1503
  /** @internal */
1491
- export type DeploymentsAnnotations2$Outbound = {
1504
+ export type InvokeDeploymentRequestAnnotations2$Outbound = {
1492
1505
  type: string;
1493
1506
  text: string;
1494
1507
  file_path: AnnotationsFilePath$Outbound;
@@ -1496,13 +1509,13 @@ export type DeploymentsAnnotations2$Outbound = {
1496
1509
  end_index: number;
1497
1510
  };
1498
1511
  /** @internal */
1499
- export declare const DeploymentsAnnotations2$outboundSchema: z.ZodType<DeploymentsAnnotations2$Outbound, z.ZodTypeDef, DeploymentsAnnotations2>;
1500
- export declare function deploymentsAnnotations2ToJSON(deploymentsAnnotations2: DeploymentsAnnotations2): string;
1501
- export declare function deploymentsAnnotations2FromJSON(jsonString: string): SafeParseResult<DeploymentsAnnotations2, SDKValidationError>;
1512
+ export declare const InvokeDeploymentRequestAnnotations2$outboundSchema: z.ZodType<InvokeDeploymentRequestAnnotations2$Outbound, z.ZodTypeDef, InvokeDeploymentRequestAnnotations2>;
1513
+ export declare function invokeDeploymentRequestAnnotations2ToJSON(invokeDeploymentRequestAnnotations2: InvokeDeploymentRequestAnnotations2): string;
1514
+ export declare function invokeDeploymentRequestAnnotations2FromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestAnnotations2, SDKValidationError>;
1502
1515
  /** @internal */
1503
- export declare const DeploymentsAnnotationsMessagesType$inboundSchema: z.ZodNativeEnum<typeof DeploymentsAnnotationsMessagesType>;
1516
+ export declare const InvokeDeploymentRequestAnnotationsMessagesType$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestAnnotationsMessagesType>;
1504
1517
  /** @internal */
1505
- export declare const DeploymentsAnnotationsMessagesType$outboundSchema: z.ZodNativeEnum<typeof DeploymentsAnnotationsMessagesType>;
1518
+ export declare const InvokeDeploymentRequestAnnotationsMessagesType$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestAnnotationsMessagesType>;
1506
1519
  /** @internal */
1507
1520
  export declare const AnnotationsFileCitation$inboundSchema: z.ZodType<AnnotationsFileCitation, z.ZodTypeDef, unknown>;
1508
1521
  /** @internal */
@@ -1515,9 +1528,9 @@ export declare const AnnotationsFileCitation$outboundSchema: z.ZodType<Annotatio
1515
1528
  export declare function annotationsFileCitationToJSON(annotationsFileCitation: AnnotationsFileCitation): string;
1516
1529
  export declare function annotationsFileCitationFromJSON(jsonString: string): SafeParseResult<AnnotationsFileCitation, SDKValidationError>;
1517
1530
  /** @internal */
1518
- export declare const DeploymentsAnnotations1$inboundSchema: z.ZodType<DeploymentsAnnotations1, z.ZodTypeDef, unknown>;
1531
+ export declare const InvokeDeploymentRequestAnnotations1$inboundSchema: z.ZodType<InvokeDeploymentRequestAnnotations1, z.ZodTypeDef, unknown>;
1519
1532
  /** @internal */
1520
- export type DeploymentsAnnotations1$Outbound = {
1533
+ export type InvokeDeploymentRequestAnnotations1$Outbound = {
1521
1534
  type: string;
1522
1535
  text: string;
1523
1536
  file_citation: AnnotationsFileCitation$Outbound;
@@ -1525,13 +1538,13 @@ export type DeploymentsAnnotations1$Outbound = {
1525
1538
  end_index: number;
1526
1539
  };
1527
1540
  /** @internal */
1528
- export declare const DeploymentsAnnotations1$outboundSchema: z.ZodType<DeploymentsAnnotations1$Outbound, z.ZodTypeDef, DeploymentsAnnotations1>;
1529
- export declare function deploymentsAnnotations1ToJSON(deploymentsAnnotations1: DeploymentsAnnotations1): string;
1530
- export declare function deploymentsAnnotations1FromJSON(jsonString: string): SafeParseResult<DeploymentsAnnotations1, SDKValidationError>;
1541
+ export declare const InvokeDeploymentRequestAnnotations1$outboundSchema: z.ZodType<InvokeDeploymentRequestAnnotations1$Outbound, z.ZodTypeDef, InvokeDeploymentRequestAnnotations1>;
1542
+ export declare function invokeDeploymentRequestAnnotations1ToJSON(invokeDeploymentRequestAnnotations1: InvokeDeploymentRequestAnnotations1): string;
1543
+ export declare function invokeDeploymentRequestAnnotations1FromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestAnnotations1, SDKValidationError>;
1531
1544
  /** @internal */
1532
1545
  export declare const TwoAnnotations$inboundSchema: z.ZodType<TwoAnnotations, z.ZodTypeDef, unknown>;
1533
1546
  /** @internal */
1534
- export type TwoAnnotations$Outbound = DeploymentsAnnotations1$Outbound | DeploymentsAnnotations2$Outbound;
1547
+ export type TwoAnnotations$Outbound = InvokeDeploymentRequestAnnotations1$Outbound | InvokeDeploymentRequestAnnotations2$Outbound;
1535
1548
  /** @internal */
1536
1549
  export declare const TwoAnnotations$outboundSchema: z.ZodType<TwoAnnotations$Outbound, z.ZodTypeDef, TwoAnnotations>;
1537
1550
  export declare function twoAnnotationsToJSON(twoAnnotations: TwoAnnotations): string;
@@ -1542,32 +1555,32 @@ export declare const TwoTextContentPart$inboundSchema: z.ZodType<TwoTextContentP
1542
1555
  export type TwoTextContentPart$Outbound = {
1543
1556
  type: string;
1544
1557
  text: string;
1545
- annotations?: Array<DeploymentsAnnotations1$Outbound | DeploymentsAnnotations2$Outbound> | undefined;
1558
+ annotations?: Array<InvokeDeploymentRequestAnnotations1$Outbound | InvokeDeploymentRequestAnnotations2$Outbound> | undefined;
1546
1559
  };
1547
1560
  /** @internal */
1548
1561
  export declare const TwoTextContentPart$outboundSchema: z.ZodType<TwoTextContentPart$Outbound, z.ZodTypeDef, TwoTextContentPart>;
1549
1562
  export declare function twoTextContentPartToJSON(twoTextContentPart: TwoTextContentPart): string;
1550
1563
  export declare function twoTextContentPartFromJSON(jsonString: string): SafeParseResult<TwoTextContentPart, SDKValidationError>;
1551
1564
  /** @internal */
1552
- export declare const DeploymentsContentMessages2$inboundSchema: z.ZodType<DeploymentsContentMessages2, z.ZodTypeDef, unknown>;
1565
+ export declare const InvokeDeploymentRequestContentMessages2$inboundSchema: z.ZodType<InvokeDeploymentRequestContentMessages2, z.ZodTypeDef, unknown>;
1553
1566
  /** @internal */
1554
- export type DeploymentsContentMessages2$Outbound = TwoTextContentPart$Outbound | TwoRefusalContentPart$Outbound;
1567
+ export type InvokeDeploymentRequestContentMessages2$Outbound = TwoTextContentPart$Outbound | TwoRefusalContentPart$Outbound;
1555
1568
  /** @internal */
1556
- export declare const DeploymentsContentMessages2$outboundSchema: z.ZodType<DeploymentsContentMessages2$Outbound, z.ZodTypeDef, DeploymentsContentMessages2>;
1557
- export declare function deploymentsContentMessages2ToJSON(deploymentsContentMessages2: DeploymentsContentMessages2): string;
1558
- export declare function deploymentsContentMessages2FromJSON(jsonString: string): SafeParseResult<DeploymentsContentMessages2, SDKValidationError>;
1569
+ export declare const InvokeDeploymentRequestContentMessages2$outboundSchema: z.ZodType<InvokeDeploymentRequestContentMessages2$Outbound, z.ZodTypeDef, InvokeDeploymentRequestContentMessages2>;
1570
+ export declare function invokeDeploymentRequestContentMessages2ToJSON(invokeDeploymentRequestContentMessages2: InvokeDeploymentRequestContentMessages2): string;
1571
+ export declare function invokeDeploymentRequestContentMessages2FromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestContentMessages2, SDKValidationError>;
1559
1572
  /** @internal */
1560
- export declare const DeploymentsMessagesContent$inboundSchema: z.ZodType<DeploymentsMessagesContent, z.ZodTypeDef, unknown>;
1573
+ export declare const InvokeDeploymentRequestMessagesContent$inboundSchema: z.ZodType<InvokeDeploymentRequestMessagesContent, z.ZodTypeDef, unknown>;
1561
1574
  /** @internal */
1562
- export type DeploymentsMessagesContent$Outbound = string | Array<TwoTextContentPart$Outbound | TwoRefusalContentPart$Outbound>;
1575
+ export type InvokeDeploymentRequestMessagesContent$Outbound = string | Array<TwoTextContentPart$Outbound | TwoRefusalContentPart$Outbound>;
1563
1576
  /** @internal */
1564
- export declare const DeploymentsMessagesContent$outboundSchema: z.ZodType<DeploymentsMessagesContent$Outbound, z.ZodTypeDef, DeploymentsMessagesContent>;
1565
- export declare function deploymentsMessagesContentToJSON(deploymentsMessagesContent: DeploymentsMessagesContent): string;
1566
- export declare function deploymentsMessagesContentFromJSON(jsonString: string): SafeParseResult<DeploymentsMessagesContent, SDKValidationError>;
1577
+ export declare const InvokeDeploymentRequestMessagesContent$outboundSchema: z.ZodType<InvokeDeploymentRequestMessagesContent$Outbound, z.ZodTypeDef, InvokeDeploymentRequestMessagesContent>;
1578
+ export declare function invokeDeploymentRequestMessagesContentToJSON(invokeDeploymentRequestMessagesContent: InvokeDeploymentRequestMessagesContent): string;
1579
+ export declare function invokeDeploymentRequestMessagesContentFromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestMessagesContent, SDKValidationError>;
1567
1580
  /** @internal */
1568
- export declare const DeploymentsMessages4Role$inboundSchema: z.ZodNativeEnum<typeof DeploymentsMessages4Role>;
1581
+ export declare const InvokeDeploymentRequestMessages4Role$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestMessages4Role>;
1569
1582
  /** @internal */
1570
- export declare const DeploymentsMessages4Role$outboundSchema: z.ZodNativeEnum<typeof DeploymentsMessages4Role>;
1583
+ export declare const InvokeDeploymentRequestMessages4Role$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestMessages4Role>;
1571
1584
  /** @internal */
1572
1585
  export declare const MessagesAudio$inboundSchema: z.ZodType<MessagesAudio, z.ZodTypeDef, unknown>;
1573
1586
  /** @internal */
@@ -1624,13 +1637,13 @@ export declare const MessagesAssistantMessage$outboundSchema: z.ZodType<Messages
1624
1637
  export declare function messagesAssistantMessageToJSON(messagesAssistantMessage: MessagesAssistantMessage): string;
1625
1638
  export declare function messagesAssistantMessageFromJSON(jsonString: string): SafeParseResult<MessagesAssistantMessage, SDKValidationError>;
1626
1639
  /** @internal */
1627
- export declare const DeploymentsMessages3Role$inboundSchema: z.ZodNativeEnum<typeof DeploymentsMessages3Role>;
1640
+ export declare const InvokeDeploymentRequestMessages3Role$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestMessages3Role>;
1628
1641
  /** @internal */
1629
- export declare const DeploymentsMessages3Role$outboundSchema: z.ZodNativeEnum<typeof DeploymentsMessages3Role>;
1642
+ export declare const InvokeDeploymentRequestMessages3Role$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestMessages3Role>;
1630
1643
  /** @internal */
1631
- export declare const Deployments2Messages3Content4Type$inboundSchema: z.ZodNativeEnum<typeof Deployments2Messages3Content4Type>;
1644
+ export declare const InvokeDeploymentRequest2Messages3Content4Type$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2Messages3Content4Type>;
1632
1645
  /** @internal */
1633
- export declare const Deployments2Messages3Content4Type$outboundSchema: z.ZodNativeEnum<typeof Deployments2Messages3Content4Type>;
1646
+ export declare const InvokeDeploymentRequest2Messages3Content4Type$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2Messages3Content4Type>;
1634
1647
  /** @internal */
1635
1648
  export declare const TwoFile$inboundSchema: z.ZodType<TwoFile, z.ZodTypeDef, unknown>;
1636
1649
  /** @internal */
@@ -1656,9 +1669,9 @@ export declare const Two4$outboundSchema: z.ZodType<Two4$Outbound, z.ZodTypeDef,
1656
1669
  export declare function two4ToJSON(two4: Two4): string;
1657
1670
  export declare function two4FromJSON(jsonString: string): SafeParseResult<Two4, SDKValidationError>;
1658
1671
  /** @internal */
1659
- export declare const Deployments2Messages3ContentType$inboundSchema: z.ZodNativeEnum<typeof Deployments2Messages3ContentType>;
1672
+ export declare const InvokeDeploymentRequest2Messages3ContentType$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2Messages3ContentType>;
1660
1673
  /** @internal */
1661
- export declare const Deployments2Messages3ContentType$outboundSchema: z.ZodNativeEnum<typeof Deployments2Messages3ContentType>;
1674
+ export declare const InvokeDeploymentRequest2Messages3ContentType$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2Messages3ContentType>;
1662
1675
  /** @internal */
1663
1676
  export declare const TwoFormat$inboundSchema: z.ZodNativeEnum<typeof TwoFormat>;
1664
1677
  /** @internal */
@@ -1686,9 +1699,9 @@ export declare const Two3$outboundSchema: z.ZodType<Two3$Outbound, z.ZodTypeDef,
1686
1699
  export declare function two3ToJSON(two3: Two3): string;
1687
1700
  export declare function two3FromJSON(jsonString: string): SafeParseResult<Two3, SDKValidationError>;
1688
1701
  /** @internal */
1689
- export declare const Deployments2Messages3Type$inboundSchema: z.ZodNativeEnum<typeof Deployments2Messages3Type>;
1702
+ export declare const InvokeDeploymentRequest2Messages3Type$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2Messages3Type>;
1690
1703
  /** @internal */
1691
- export declare const Deployments2Messages3Type$outboundSchema: z.ZodNativeEnum<typeof Deployments2Messages3Type>;
1704
+ export declare const InvokeDeploymentRequest2Messages3Type$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2Messages3Type>;
1692
1705
  /** @internal */
1693
1706
  export declare const TwoDetail$inboundSchema: z.ZodNativeEnum<typeof TwoDetail>;
1694
1707
  /** @internal */
@@ -1705,20 +1718,20 @@ export declare const TwoImageUrl$outboundSchema: z.ZodType<TwoImageUrl$Outbound,
1705
1718
  export declare function twoImageUrlToJSON(twoImageUrl: TwoImageUrl): string;
1706
1719
  export declare function twoImageUrlFromJSON(jsonString: string): SafeParseResult<TwoImageUrl, SDKValidationError>;
1707
1720
  /** @internal */
1708
- export declare const Deployments22$inboundSchema: z.ZodType<Deployments22, z.ZodTypeDef, unknown>;
1721
+ export declare const InvokeDeploymentRequest22$inboundSchema: z.ZodType<InvokeDeploymentRequest22, z.ZodTypeDef, unknown>;
1709
1722
  /** @internal */
1710
- export type Deployments22$Outbound = {
1723
+ export type InvokeDeploymentRequest22$Outbound = {
1711
1724
  type: string;
1712
1725
  image_url: TwoImageUrl$Outbound;
1713
1726
  };
1714
1727
  /** @internal */
1715
- export declare const Deployments22$outboundSchema: z.ZodType<Deployments22$Outbound, z.ZodTypeDef, Deployments22>;
1716
- export declare function deployments22ToJSON(deployments22: Deployments22): string;
1717
- export declare function deployments22FromJSON(jsonString: string): SafeParseResult<Deployments22, SDKValidationError>;
1728
+ export declare const InvokeDeploymentRequest22$outboundSchema: z.ZodType<InvokeDeploymentRequest22$Outbound, z.ZodTypeDef, InvokeDeploymentRequest22>;
1729
+ export declare function invokeDeploymentRequest22ToJSON(invokeDeploymentRequest22: InvokeDeploymentRequest22): string;
1730
+ export declare function invokeDeploymentRequest22FromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequest22, SDKValidationError>;
1718
1731
  /** @internal */
1719
- export declare const Deployments2MessagesType$inboundSchema: z.ZodNativeEnum<typeof Deployments2MessagesType>;
1732
+ export declare const InvokeDeploymentRequest2MessagesType$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2MessagesType>;
1720
1733
  /** @internal */
1721
- export declare const Deployments2MessagesType$outboundSchema: z.ZodNativeEnum<typeof Deployments2MessagesType>;
1734
+ export declare const InvokeDeploymentRequest2MessagesType$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequest2MessagesType>;
1722
1735
  /** @internal */
1723
1736
  export declare const Two1$inboundSchema: z.ZodType<Two1, z.ZodTypeDef, unknown>;
1724
1737
  /** @internal */
@@ -1731,17 +1744,17 @@ export declare const Two1$outboundSchema: z.ZodType<Two1$Outbound, z.ZodTypeDef,
1731
1744
  export declare function two1ToJSON(two1: Two1): string;
1732
1745
  export declare function two1FromJSON(jsonString: string): SafeParseResult<Two1, SDKValidationError>;
1733
1746
  /** @internal */
1734
- export declare const DeploymentsContent2$inboundSchema: z.ZodType<DeploymentsContent2, z.ZodTypeDef, unknown>;
1747
+ export declare const InvokeDeploymentRequestContent2$inboundSchema: z.ZodType<InvokeDeploymentRequestContent2, z.ZodTypeDef, unknown>;
1735
1748
  /** @internal */
1736
- export type DeploymentsContent2$Outbound = Two1$Outbound | Deployments22$Outbound | Two3$Outbound | Two4$Outbound;
1749
+ export type InvokeDeploymentRequestContent2$Outbound = Two1$Outbound | InvokeDeploymentRequest22$Outbound | Two3$Outbound | Two4$Outbound;
1737
1750
  /** @internal */
1738
- export declare const DeploymentsContent2$outboundSchema: z.ZodType<DeploymentsContent2$Outbound, z.ZodTypeDef, DeploymentsContent2>;
1739
- export declare function deploymentsContent2ToJSON(deploymentsContent2: DeploymentsContent2): string;
1740
- export declare function deploymentsContent2FromJSON(jsonString: string): SafeParseResult<DeploymentsContent2, SDKValidationError>;
1751
+ export declare const InvokeDeploymentRequestContent2$outboundSchema: z.ZodType<InvokeDeploymentRequestContent2$Outbound, z.ZodTypeDef, InvokeDeploymentRequestContent2>;
1752
+ export declare function invokeDeploymentRequestContent2ToJSON(invokeDeploymentRequestContent2: InvokeDeploymentRequestContent2): string;
1753
+ export declare function invokeDeploymentRequestContent2FromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestContent2, SDKValidationError>;
1741
1754
  /** @internal */
1742
1755
  export declare const MessagesContent$inboundSchema: z.ZodType<MessagesContent, z.ZodTypeDef, unknown>;
1743
1756
  /** @internal */
1744
- export type MessagesContent$Outbound = string | Array<Two1$Outbound | Deployments22$Outbound | Two3$Outbound | Two4$Outbound>;
1757
+ export type MessagesContent$Outbound = string | Array<Two1$Outbound | InvokeDeploymentRequest22$Outbound | Two3$Outbound | Two4$Outbound>;
1745
1758
  /** @internal */
1746
1759
  export declare const MessagesContent$outboundSchema: z.ZodType<MessagesContent$Outbound, z.ZodTypeDef, MessagesContent>;
1747
1760
  export declare function messagesContentToJSON(messagesContent: MessagesContent): string;
@@ -1752,16 +1765,16 @@ export declare const MessagesUserMessage$inboundSchema: z.ZodType<MessagesUserMe
1752
1765
  export type MessagesUserMessage$Outbound = {
1753
1766
  role: string;
1754
1767
  name?: string | undefined;
1755
- content: string | Array<Two1$Outbound | Deployments22$Outbound | Two3$Outbound | Two4$Outbound>;
1768
+ content: string | Array<Two1$Outbound | InvokeDeploymentRequest22$Outbound | Two3$Outbound | Two4$Outbound>;
1756
1769
  };
1757
1770
  /** @internal */
1758
1771
  export declare const MessagesUserMessage$outboundSchema: z.ZodType<MessagesUserMessage$Outbound, z.ZodTypeDef, MessagesUserMessage>;
1759
1772
  export declare function messagesUserMessageToJSON(messagesUserMessage: MessagesUserMessage): string;
1760
1773
  export declare function messagesUserMessageFromJSON(jsonString: string): SafeParseResult<MessagesUserMessage, SDKValidationError>;
1761
1774
  /** @internal */
1762
- export declare const DeploymentsMessagesRole$inboundSchema: z.ZodNativeEnum<typeof DeploymentsMessagesRole>;
1775
+ export declare const InvokeDeploymentRequestMessagesRole$inboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestMessagesRole>;
1763
1776
  /** @internal */
1764
- export declare const DeploymentsMessagesRole$outboundSchema: z.ZodNativeEnum<typeof DeploymentsMessagesRole>;
1777
+ export declare const InvokeDeploymentRequestMessagesRole$outboundSchema: z.ZodNativeEnum<typeof InvokeDeploymentRequestMessagesRole>;
1765
1778
  /** @internal */
1766
1779
  export declare const MessagesSystemMessage$inboundSchema: z.ZodType<MessagesSystemMessage, z.ZodTypeDef, unknown>;
1767
1780
  /** @internal */
@@ -1862,15 +1875,15 @@ export declare const OrNin$outboundSchema: z.ZodType<OrNin$Outbound, z.ZodTypeDe
1862
1875
  export declare function orNinToJSON(orNin: OrNin): string;
1863
1876
  export declare function orNinFromJSON(jsonString: string): SafeParseResult<OrNin, SDKValidationError>;
1864
1877
  /** @internal */
1865
- export declare const DeploymentsOrNin$inboundSchema: z.ZodType<DeploymentsOrNin, z.ZodTypeDef, unknown>;
1878
+ export declare const InvokeDeploymentRequestOrNin$inboundSchema: z.ZodType<InvokeDeploymentRequestOrNin, z.ZodTypeDef, unknown>;
1866
1879
  /** @internal */
1867
- export type DeploymentsOrNin$Outbound = {
1880
+ export type InvokeDeploymentRequestOrNin$Outbound = {
1868
1881
  nin: Array<string | number | boolean>;
1869
1882
  };
1870
1883
  /** @internal */
1871
- export declare const DeploymentsOrNin$outboundSchema: z.ZodType<DeploymentsOrNin$Outbound, z.ZodTypeDef, DeploymentsOrNin>;
1872
- export declare function deploymentsOrNinToJSON(deploymentsOrNin: DeploymentsOrNin): string;
1873
- export declare function deploymentsOrNinFromJSON(jsonString: string): SafeParseResult<DeploymentsOrNin, SDKValidationError>;
1884
+ export declare const InvokeDeploymentRequestOrNin$outboundSchema: z.ZodType<InvokeDeploymentRequestOrNin$Outbound, z.ZodTypeDef, InvokeDeploymentRequestOrNin>;
1885
+ export declare function invokeDeploymentRequestOrNinToJSON(invokeDeploymentRequestOrNin: InvokeDeploymentRequestOrNin): string;
1886
+ export declare function invokeDeploymentRequestOrNinFromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestOrNin, SDKValidationError>;
1874
1887
  /** @internal */
1875
1888
  export declare const OrIn$inboundSchema: z.ZodType<OrIn, z.ZodTypeDef, unknown>;
1876
1889
  /** @internal */
@@ -1880,15 +1893,15 @@ export declare const OrIn$outboundSchema: z.ZodType<OrIn$Outbound, z.ZodTypeDef,
1880
1893
  export declare function orInToJSON(orIn: OrIn): string;
1881
1894
  export declare function orInFromJSON(jsonString: string): SafeParseResult<OrIn, SDKValidationError>;
1882
1895
  /** @internal */
1883
- export declare const DeploymentsOrIn$inboundSchema: z.ZodType<DeploymentsOrIn, z.ZodTypeDef, unknown>;
1896
+ export declare const InvokeDeploymentRequestOrIn$inboundSchema: z.ZodType<InvokeDeploymentRequestOrIn, z.ZodTypeDef, unknown>;
1884
1897
  /** @internal */
1885
- export type DeploymentsOrIn$Outbound = {
1898
+ export type InvokeDeploymentRequestOrIn$Outbound = {
1886
1899
  in: Array<string | number | boolean>;
1887
1900
  };
1888
1901
  /** @internal */
1889
- export declare const DeploymentsOrIn$outboundSchema: z.ZodType<DeploymentsOrIn$Outbound, z.ZodTypeDef, DeploymentsOrIn>;
1890
- export declare function deploymentsOrInToJSON(deploymentsOrIn: DeploymentsOrIn): string;
1891
- export declare function deploymentsOrInFromJSON(jsonString: string): SafeParseResult<DeploymentsOrIn, SDKValidationError>;
1902
+ export declare const InvokeDeploymentRequestOrIn$outboundSchema: z.ZodType<InvokeDeploymentRequestOrIn$Outbound, z.ZodTypeDef, InvokeDeploymentRequestOrIn>;
1903
+ export declare function invokeDeploymentRequestOrInToJSON(invokeDeploymentRequestOrIn: InvokeDeploymentRequestOrIn): string;
1904
+ export declare function invokeDeploymentRequestOrInFromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestOrIn, SDKValidationError>;
1892
1905
  /** @internal */
1893
1906
  export declare const OrLte$inboundSchema: z.ZodType<OrLte, z.ZodTypeDef, unknown>;
1894
1907
  /** @internal */
@@ -1920,15 +1933,15 @@ export declare const OrGte$outboundSchema: z.ZodType<OrGte$Outbound, z.ZodTypeDe
1920
1933
  export declare function orGteToJSON(orGte: OrGte): string;
1921
1934
  export declare function orGteFromJSON(jsonString: string): SafeParseResult<OrGte, SDKValidationError>;
1922
1935
  /** @internal */
1923
- export declare const Or3$inboundSchema: z.ZodType<Or3, z.ZodTypeDef, unknown>;
1936
+ export declare const OrGt$inboundSchema: z.ZodType<OrGt, z.ZodTypeDef, unknown>;
1924
1937
  /** @internal */
1925
- export type Or3$Outbound = {
1938
+ export type OrGt$Outbound = {
1926
1939
  gt: number;
1927
1940
  };
1928
1941
  /** @internal */
1929
- export declare const Or3$outboundSchema: z.ZodType<Or3$Outbound, z.ZodTypeDef, Or3>;
1930
- export declare function or3ToJSON(or3: Or3): string;
1931
- export declare function or3FromJSON(jsonString: string): SafeParseResult<Or3, SDKValidationError>;
1942
+ export declare const OrGt$outboundSchema: z.ZodType<OrGt$Outbound, z.ZodTypeDef, OrGt>;
1943
+ export declare function orGtToJSON(orGt: OrGt): string;
1944
+ export declare function orGtFromJSON(jsonString: string): SafeParseResult<OrGt, SDKValidationError>;
1932
1945
  /** @internal */
1933
1946
  export declare const OrNe$inboundSchema: z.ZodType<OrNe, z.ZodTypeDef, unknown>;
1934
1947
  /** @internal */
@@ -1938,15 +1951,15 @@ export declare const OrNe$outboundSchema: z.ZodType<OrNe$Outbound, z.ZodTypeDef,
1938
1951
  export declare function orNeToJSON(orNe: OrNe): string;
1939
1952
  export declare function orNeFromJSON(jsonString: string): SafeParseResult<OrNe, SDKValidationError>;
1940
1953
  /** @internal */
1941
- export declare const DeploymentsOrNe$inboundSchema: z.ZodType<DeploymentsOrNe, z.ZodTypeDef, unknown>;
1954
+ export declare const InvokeDeploymentRequestOrNe$inboundSchema: z.ZodType<InvokeDeploymentRequestOrNe, z.ZodTypeDef, unknown>;
1942
1955
  /** @internal */
1943
- export type DeploymentsOrNe$Outbound = {
1956
+ export type InvokeDeploymentRequestOrNe$Outbound = {
1944
1957
  ne: string | number | boolean;
1945
1958
  };
1946
1959
  /** @internal */
1947
- export declare const DeploymentsOrNe$outboundSchema: z.ZodType<DeploymentsOrNe$Outbound, z.ZodTypeDef, DeploymentsOrNe>;
1948
- export declare function deploymentsOrNeToJSON(deploymentsOrNe: DeploymentsOrNe): string;
1949
- export declare function deploymentsOrNeFromJSON(jsonString: string): SafeParseResult<DeploymentsOrNe, SDKValidationError>;
1960
+ export declare const InvokeDeploymentRequestOrNe$outboundSchema: z.ZodType<InvokeDeploymentRequestOrNe$Outbound, z.ZodTypeDef, InvokeDeploymentRequestOrNe>;
1961
+ export declare function invokeDeploymentRequestOrNeToJSON(invokeDeploymentRequestOrNe: InvokeDeploymentRequestOrNe): string;
1962
+ export declare function invokeDeploymentRequestOrNeFromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestOrNe, SDKValidationError>;
1950
1963
  /** @internal */
1951
1964
  export declare const OrEq$inboundSchema: z.ZodType<OrEq, z.ZodTypeDef, unknown>;
1952
1965
  /** @internal */
@@ -1956,19 +1969,19 @@ export declare const OrEq$outboundSchema: z.ZodType<OrEq$Outbound, z.ZodTypeDef,
1956
1969
  export declare function orEqToJSON(orEq: OrEq): string;
1957
1970
  export declare function orEqFromJSON(jsonString: string): SafeParseResult<OrEq, SDKValidationError>;
1958
1971
  /** @internal */
1959
- export declare const DeploymentsOrEq$inboundSchema: z.ZodType<DeploymentsOrEq, z.ZodTypeDef, unknown>;
1972
+ export declare const InvokeDeploymentRequestOrEq$inboundSchema: z.ZodType<InvokeDeploymentRequestOrEq, z.ZodTypeDef, unknown>;
1960
1973
  /** @internal */
1961
- export type DeploymentsOrEq$Outbound = {
1974
+ export type InvokeDeploymentRequestOrEq$Outbound = {
1962
1975
  eq: string | number | boolean;
1963
1976
  };
1964
1977
  /** @internal */
1965
- export declare const DeploymentsOrEq$outboundSchema: z.ZodType<DeploymentsOrEq$Outbound, z.ZodTypeDef, DeploymentsOrEq>;
1966
- export declare function deploymentsOrEqToJSON(deploymentsOrEq: DeploymentsOrEq): string;
1967
- export declare function deploymentsOrEqFromJSON(jsonString: string): SafeParseResult<DeploymentsOrEq, SDKValidationError>;
1978
+ export declare const InvokeDeploymentRequestOrEq$outboundSchema: z.ZodType<InvokeDeploymentRequestOrEq$Outbound, z.ZodTypeDef, InvokeDeploymentRequestOrEq>;
1979
+ export declare function invokeDeploymentRequestOrEqToJSON(invokeDeploymentRequestOrEq: InvokeDeploymentRequestOrEq): string;
1980
+ export declare function invokeDeploymentRequestOrEqFromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestOrEq, SDKValidationError>;
1968
1981
  /** @internal */
1969
1982
  export declare const Or$inboundSchema: z.ZodType<Or, z.ZodTypeDef, unknown>;
1970
1983
  /** @internal */
1971
- export type Or$Outbound = DeploymentsOrEq$Outbound | DeploymentsOrNe$Outbound | Or3$Outbound | OrGte$Outbound | OrLt$Outbound | OrLte$Outbound | DeploymentsOrIn$Outbound | DeploymentsOrNin$Outbound | OrExists$Outbound;
1984
+ export type Or$Outbound = InvokeDeploymentRequestOrEq$Outbound | InvokeDeploymentRequestOrNe$Outbound | OrGt$Outbound | OrGte$Outbound | OrLt$Outbound | OrLte$Outbound | InvokeDeploymentRequestOrIn$Outbound | InvokeDeploymentRequestOrNin$Outbound | OrExists$Outbound;
1972
1985
  /** @internal */
1973
1986
  export declare const Or$outboundSchema: z.ZodType<Or$Outbound, z.ZodTypeDef, Or>;
1974
1987
  export declare function orToJSON(or: Or): string;
@@ -1978,7 +1991,7 @@ export declare const KnowledgeFilterOr$inboundSchema: z.ZodType<KnowledgeFilterO
1978
1991
  /** @internal */
1979
1992
  export type KnowledgeFilterOr$Outbound = {
1980
1993
  or: Array<{
1981
- [k: string]: DeploymentsOrEq$Outbound | DeploymentsOrNe$Outbound | Or3$Outbound | OrGte$Outbound | OrLt$Outbound | OrLte$Outbound | DeploymentsOrIn$Outbound | DeploymentsOrNin$Outbound | OrExists$Outbound;
1994
+ [k: string]: InvokeDeploymentRequestOrEq$Outbound | InvokeDeploymentRequestOrNe$Outbound | OrGt$Outbound | OrGte$Outbound | OrLt$Outbound | OrLte$Outbound | InvokeDeploymentRequestOrIn$Outbound | InvokeDeploymentRequestOrNin$Outbound | OrExists$Outbound;
1982
1995
  }>;
1983
1996
  };
1984
1997
  /** @internal */
@@ -2004,15 +2017,15 @@ export declare const AndNin$outboundSchema: z.ZodType<AndNin$Outbound, z.ZodType
2004
2017
  export declare function andNinToJSON(andNin: AndNin): string;
2005
2018
  export declare function andNinFromJSON(jsonString: string): SafeParseResult<AndNin, SDKValidationError>;
2006
2019
  /** @internal */
2007
- export declare const DeploymentsAndNin$inboundSchema: z.ZodType<DeploymentsAndNin, z.ZodTypeDef, unknown>;
2020
+ export declare const InvokeDeploymentRequestAndNin$inboundSchema: z.ZodType<InvokeDeploymentRequestAndNin, z.ZodTypeDef, unknown>;
2008
2021
  /** @internal */
2009
- export type DeploymentsAndNin$Outbound = {
2022
+ export type InvokeDeploymentRequestAndNin$Outbound = {
2010
2023
  nin: Array<string | number | boolean>;
2011
2024
  };
2012
2025
  /** @internal */
2013
- export declare const DeploymentsAndNin$outboundSchema: z.ZodType<DeploymentsAndNin$Outbound, z.ZodTypeDef, DeploymentsAndNin>;
2014
- export declare function deploymentsAndNinToJSON(deploymentsAndNin: DeploymentsAndNin): string;
2015
- export declare function deploymentsAndNinFromJSON(jsonString: string): SafeParseResult<DeploymentsAndNin, SDKValidationError>;
2026
+ export declare const InvokeDeploymentRequestAndNin$outboundSchema: z.ZodType<InvokeDeploymentRequestAndNin$Outbound, z.ZodTypeDef, InvokeDeploymentRequestAndNin>;
2027
+ export declare function invokeDeploymentRequestAndNinToJSON(invokeDeploymentRequestAndNin: InvokeDeploymentRequestAndNin): string;
2028
+ export declare function invokeDeploymentRequestAndNinFromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestAndNin, SDKValidationError>;
2016
2029
  /** @internal */
2017
2030
  export declare const AndIn$inboundSchema: z.ZodType<AndIn, z.ZodTypeDef, unknown>;
2018
2031
  /** @internal */
@@ -2022,15 +2035,15 @@ export declare const AndIn$outboundSchema: z.ZodType<AndIn$Outbound, z.ZodTypeDe
2022
2035
  export declare function andInToJSON(andIn: AndIn): string;
2023
2036
  export declare function andInFromJSON(jsonString: string): SafeParseResult<AndIn, SDKValidationError>;
2024
2037
  /** @internal */
2025
- export declare const DeploymentsAndIn$inboundSchema: z.ZodType<DeploymentsAndIn, z.ZodTypeDef, unknown>;
2038
+ export declare const InvokeDeploymentRequestAndIn$inboundSchema: z.ZodType<InvokeDeploymentRequestAndIn, z.ZodTypeDef, unknown>;
2026
2039
  /** @internal */
2027
- export type DeploymentsAndIn$Outbound = {
2040
+ export type InvokeDeploymentRequestAndIn$Outbound = {
2028
2041
  in: Array<string | number | boolean>;
2029
2042
  };
2030
2043
  /** @internal */
2031
- export declare const DeploymentsAndIn$outboundSchema: z.ZodType<DeploymentsAndIn$Outbound, z.ZodTypeDef, DeploymentsAndIn>;
2032
- export declare function deploymentsAndInToJSON(deploymentsAndIn: DeploymentsAndIn): string;
2033
- export declare function deploymentsAndInFromJSON(jsonString: string): SafeParseResult<DeploymentsAndIn, SDKValidationError>;
2044
+ export declare const InvokeDeploymentRequestAndIn$outboundSchema: z.ZodType<InvokeDeploymentRequestAndIn$Outbound, z.ZodTypeDef, InvokeDeploymentRequestAndIn>;
2045
+ export declare function invokeDeploymentRequestAndInToJSON(invokeDeploymentRequestAndIn: InvokeDeploymentRequestAndIn): string;
2046
+ export declare function invokeDeploymentRequestAndInFromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestAndIn, SDKValidationError>;
2034
2047
  /** @internal */
2035
2048
  export declare const AndLte$inboundSchema: z.ZodType<AndLte, z.ZodTypeDef, unknown>;
2036
2049
  /** @internal */
@@ -2062,15 +2075,15 @@ export declare const AndGte$outboundSchema: z.ZodType<AndGte$Outbound, z.ZodType
2062
2075
  export declare function andGteToJSON(andGte: AndGte): string;
2063
2076
  export declare function andGteFromJSON(jsonString: string): SafeParseResult<AndGte, SDKValidationError>;
2064
2077
  /** @internal */
2065
- export declare const And3$inboundSchema: z.ZodType<And3, z.ZodTypeDef, unknown>;
2078
+ export declare const AndGt$inboundSchema: z.ZodType<AndGt, z.ZodTypeDef, unknown>;
2066
2079
  /** @internal */
2067
- export type And3$Outbound = {
2080
+ export type AndGt$Outbound = {
2068
2081
  gt: number;
2069
2082
  };
2070
2083
  /** @internal */
2071
- export declare const And3$outboundSchema: z.ZodType<And3$Outbound, z.ZodTypeDef, And3>;
2072
- export declare function and3ToJSON(and3: And3): string;
2073
- export declare function and3FromJSON(jsonString: string): SafeParseResult<And3, SDKValidationError>;
2084
+ export declare const AndGt$outboundSchema: z.ZodType<AndGt$Outbound, z.ZodTypeDef, AndGt>;
2085
+ export declare function andGtToJSON(andGt: AndGt): string;
2086
+ export declare function andGtFromJSON(jsonString: string): SafeParseResult<AndGt, SDKValidationError>;
2074
2087
  /** @internal */
2075
2088
  export declare const AndNe$inboundSchema: z.ZodType<AndNe, z.ZodTypeDef, unknown>;
2076
2089
  /** @internal */
@@ -2080,15 +2093,15 @@ export declare const AndNe$outboundSchema: z.ZodType<AndNe$Outbound, z.ZodTypeDe
2080
2093
  export declare function andNeToJSON(andNe: AndNe): string;
2081
2094
  export declare function andNeFromJSON(jsonString: string): SafeParseResult<AndNe, SDKValidationError>;
2082
2095
  /** @internal */
2083
- export declare const DeploymentsAndNe$inboundSchema: z.ZodType<DeploymentsAndNe, z.ZodTypeDef, unknown>;
2096
+ export declare const InvokeDeploymentRequestAndNe$inboundSchema: z.ZodType<InvokeDeploymentRequestAndNe, z.ZodTypeDef, unknown>;
2084
2097
  /** @internal */
2085
- export type DeploymentsAndNe$Outbound = {
2098
+ export type InvokeDeploymentRequestAndNe$Outbound = {
2086
2099
  ne: string | number | boolean;
2087
2100
  };
2088
2101
  /** @internal */
2089
- export declare const DeploymentsAndNe$outboundSchema: z.ZodType<DeploymentsAndNe$Outbound, z.ZodTypeDef, DeploymentsAndNe>;
2090
- export declare function deploymentsAndNeToJSON(deploymentsAndNe: DeploymentsAndNe): string;
2091
- export declare function deploymentsAndNeFromJSON(jsonString: string): SafeParseResult<DeploymentsAndNe, SDKValidationError>;
2102
+ export declare const InvokeDeploymentRequestAndNe$outboundSchema: z.ZodType<InvokeDeploymentRequestAndNe$Outbound, z.ZodTypeDef, InvokeDeploymentRequestAndNe>;
2103
+ export declare function invokeDeploymentRequestAndNeToJSON(invokeDeploymentRequestAndNe: InvokeDeploymentRequestAndNe): string;
2104
+ export declare function invokeDeploymentRequestAndNeFromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestAndNe, SDKValidationError>;
2092
2105
  /** @internal */
2093
2106
  export declare const AndEq$inboundSchema: z.ZodType<AndEq, z.ZodTypeDef, unknown>;
2094
2107
  /** @internal */
@@ -2098,19 +2111,19 @@ export declare const AndEq$outboundSchema: z.ZodType<AndEq$Outbound, z.ZodTypeDe
2098
2111
  export declare function andEqToJSON(andEq: AndEq): string;
2099
2112
  export declare function andEqFromJSON(jsonString: string): SafeParseResult<AndEq, SDKValidationError>;
2100
2113
  /** @internal */
2101
- export declare const DeploymentsAndEq$inboundSchema: z.ZodType<DeploymentsAndEq, z.ZodTypeDef, unknown>;
2114
+ export declare const InvokeDeploymentRequestAndEq$inboundSchema: z.ZodType<InvokeDeploymentRequestAndEq, z.ZodTypeDef, unknown>;
2102
2115
  /** @internal */
2103
- export type DeploymentsAndEq$Outbound = {
2116
+ export type InvokeDeploymentRequestAndEq$Outbound = {
2104
2117
  eq: string | number | boolean;
2105
2118
  };
2106
2119
  /** @internal */
2107
- export declare const DeploymentsAndEq$outboundSchema: z.ZodType<DeploymentsAndEq$Outbound, z.ZodTypeDef, DeploymentsAndEq>;
2108
- export declare function deploymentsAndEqToJSON(deploymentsAndEq: DeploymentsAndEq): string;
2109
- export declare function deploymentsAndEqFromJSON(jsonString: string): SafeParseResult<DeploymentsAndEq, SDKValidationError>;
2120
+ export declare const InvokeDeploymentRequestAndEq$outboundSchema: z.ZodType<InvokeDeploymentRequestAndEq$Outbound, z.ZodTypeDef, InvokeDeploymentRequestAndEq>;
2121
+ export declare function invokeDeploymentRequestAndEqToJSON(invokeDeploymentRequestAndEq: InvokeDeploymentRequestAndEq): string;
2122
+ export declare function invokeDeploymentRequestAndEqFromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequestAndEq, SDKValidationError>;
2110
2123
  /** @internal */
2111
2124
  export declare const And$inboundSchema: z.ZodType<And, z.ZodTypeDef, unknown>;
2112
2125
  /** @internal */
2113
- export type And$Outbound = DeploymentsAndEq$Outbound | DeploymentsAndNe$Outbound | And3$Outbound | AndGte$Outbound | AndLt$Outbound | AndLte$Outbound | DeploymentsAndIn$Outbound | DeploymentsAndNin$Outbound | AndExists$Outbound;
2126
+ export type And$Outbound = InvokeDeploymentRequestAndEq$Outbound | InvokeDeploymentRequestAndNe$Outbound | AndGt$Outbound | AndGte$Outbound | AndLt$Outbound | AndLte$Outbound | InvokeDeploymentRequestAndIn$Outbound | InvokeDeploymentRequestAndNin$Outbound | AndExists$Outbound;
2114
2127
  /** @internal */
2115
2128
  export declare const And$outboundSchema: z.ZodType<And$Outbound, z.ZodTypeDef, And>;
2116
2129
  export declare function andToJSON(and: And): string;
@@ -2120,7 +2133,7 @@ export declare const KnowledgeFilterAnd$inboundSchema: z.ZodType<KnowledgeFilter
2120
2133
  /** @internal */
2121
2134
  export type KnowledgeFilterAnd$Outbound = {
2122
2135
  and: Array<{
2123
- [k: string]: DeploymentsAndEq$Outbound | DeploymentsAndNe$Outbound | And3$Outbound | AndGte$Outbound | AndLt$Outbound | AndLte$Outbound | DeploymentsAndIn$Outbound | DeploymentsAndNin$Outbound | AndExists$Outbound;
2136
+ [k: string]: InvokeDeploymentRequestAndEq$Outbound | InvokeDeploymentRequestAndNe$Outbound | AndGt$Outbound | AndGte$Outbound | AndLt$Outbound | AndLte$Outbound | InvokeDeploymentRequestAndIn$Outbound | InvokeDeploymentRequestAndNin$Outbound | AndExists$Outbound;
2124
2137
  }>;
2125
2138
  };
2126
2139
  /** @internal */
@@ -2204,15 +2217,15 @@ export declare const Gte$outboundSchema: z.ZodType<Gte$Outbound, z.ZodTypeDef, G
2204
2217
  export declare function gteToJSON(gte: Gte): string;
2205
2218
  export declare function gteFromJSON(jsonString: string): SafeParseResult<Gte, SDKValidationError>;
2206
2219
  /** @internal */
2207
- export declare const Three$inboundSchema: z.ZodType<Three, z.ZodTypeDef, unknown>;
2220
+ export declare const Gt$inboundSchema: z.ZodType<Gt, z.ZodTypeDef, unknown>;
2208
2221
  /** @internal */
2209
- export type Three$Outbound = {
2222
+ export type Gt$Outbound = {
2210
2223
  gt: number;
2211
2224
  };
2212
2225
  /** @internal */
2213
- export declare const Three$outboundSchema: z.ZodType<Three$Outbound, z.ZodTypeDef, Three>;
2214
- export declare function threeToJSON(three: Three): string;
2215
- export declare function threeFromJSON(jsonString: string): SafeParseResult<Three, SDKValidationError>;
2226
+ export declare const Gt$outboundSchema: z.ZodType<Gt$Outbound, z.ZodTypeDef, Gt>;
2227
+ export declare function gtToJSON(gt: Gt): string;
2228
+ export declare function gtFromJSON(jsonString: string): SafeParseResult<Gt, SDKValidationError>;
2216
2229
  /** @internal */
2217
2230
  export declare const Ne$inboundSchema: z.ZodType<Ne, z.ZodTypeDef, unknown>;
2218
2231
  /** @internal */
@@ -2252,7 +2265,7 @@ export declare function oneEqFromJSON(jsonString: string): SafeParseResult<OneEq
2252
2265
  /** @internal */
2253
2266
  export declare const One$inboundSchema: z.ZodType<One, z.ZodTypeDef, unknown>;
2254
2267
  /** @internal */
2255
- export type One$Outbound = OneEq$Outbound | OneNe$Outbound | Three$Outbound | Gte$Outbound | Lt$Outbound | Lte$Outbound | OneIn$Outbound | OneNin$Outbound | Exists$Outbound;
2268
+ export type One$Outbound = OneEq$Outbound | OneNe$Outbound | Gt$Outbound | Gte$Outbound | Lt$Outbound | Lte$Outbound | OneIn$Outbound | OneNin$Outbound | Exists$Outbound;
2256
2269
  /** @internal */
2257
2270
  export declare const One$outboundSchema: z.ZodType<One$Outbound, z.ZodTypeDef, One>;
2258
2271
  export declare function oneToJSON(one: One): string;
@@ -2261,17 +2274,18 @@ export declare function oneFromJSON(jsonString: string): SafeParseResult<One, SD
2261
2274
  export declare const KnowledgeFilter$inboundSchema: z.ZodType<KnowledgeFilter, z.ZodTypeDef, unknown>;
2262
2275
  /** @internal */
2263
2276
  export type KnowledgeFilter$Outbound = KnowledgeFilterAnd$Outbound | KnowledgeFilterOr$Outbound | {
2264
- [k: string]: OneEq$Outbound | OneNe$Outbound | Three$Outbound | Gte$Outbound | Lt$Outbound | Lte$Outbound | OneIn$Outbound | OneNin$Outbound | Exists$Outbound;
2277
+ [k: string]: OneEq$Outbound | OneNe$Outbound | Gt$Outbound | Gte$Outbound | Lt$Outbound | Lte$Outbound | OneIn$Outbound | OneNin$Outbound | Exists$Outbound;
2265
2278
  };
2266
2279
  /** @internal */
2267
2280
  export declare const KnowledgeFilter$outboundSchema: z.ZodType<KnowledgeFilter$Outbound, z.ZodTypeDef, KnowledgeFilter>;
2268
2281
  export declare function knowledgeFilterToJSON(knowledgeFilter: KnowledgeFilter): string;
2269
2282
  export declare function knowledgeFilterFromJSON(jsonString: string): SafeParseResult<KnowledgeFilter, SDKValidationError>;
2270
2283
  /** @internal */
2271
- export declare const Deployments$inboundSchema: z.ZodType<Deployments, z.ZodTypeDef, unknown>;
2284
+ export declare const InvokeDeploymentRequest$inboundSchema: z.ZodType<InvokeDeploymentRequest, z.ZodTypeDef, unknown>;
2272
2285
  /** @internal */
2273
- export type Deployments$Outbound = {
2286
+ export type InvokeDeploymentRequest$Outbound = {
2274
2287
  key: string;
2288
+ stream: boolean;
2275
2289
  inputs?: {
2276
2290
  [k: string]: any;
2277
2291
  } | undefined;
@@ -2291,11 +2305,11 @@ export type Deployments$Outbound = {
2291
2305
  invoke_options?: InvokeOptions$Outbound | undefined;
2292
2306
  thread?: Thread$Outbound | undefined;
2293
2307
  knowledge_filter?: KnowledgeFilterAnd$Outbound | KnowledgeFilterOr$Outbound | {
2294
- [k: string]: OneEq$Outbound | OneNe$Outbound | Three$Outbound | Gte$Outbound | Lt$Outbound | Lte$Outbound | OneIn$Outbound | OneNin$Outbound | Exists$Outbound;
2308
+ [k: string]: OneEq$Outbound | OneNe$Outbound | Gt$Outbound | Gte$Outbound | Lt$Outbound | Lte$Outbound | OneIn$Outbound | OneNin$Outbound | Exists$Outbound;
2295
2309
  } | undefined;
2296
2310
  };
2297
2311
  /** @internal */
2298
- export declare const Deployments$outboundSchema: z.ZodType<Deployments$Outbound, z.ZodTypeDef, Deployments>;
2299
- export declare function deploymentsToJSON(deployments: Deployments): string;
2300
- export declare function deploymentsFromJSON(jsonString: string): SafeParseResult<Deployments, SDKValidationError>;
2301
- //# sourceMappingURL=deployments.d.ts.map
2312
+ export declare const InvokeDeploymentRequest$outboundSchema: z.ZodType<InvokeDeploymentRequest$Outbound, z.ZodTypeDef, InvokeDeploymentRequest>;
2313
+ export declare function invokeDeploymentRequestToJSON(invokeDeploymentRequest: InvokeDeploymentRequest): string;
2314
+ export declare function invokeDeploymentRequestFromJSON(jsonString: string): SafeParseResult<InvokeDeploymentRequest, SDKValidationError>;
2315
+ //# sourceMappingURL=invokedeploymentrequest.d.ts.map