vellum-ai 0.8.30 → 0.9.1

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 (237) hide show
  1. package/.mock/definition/__package__.yml +67 -42
  2. package/.mock/definition/containerImages.yml +122 -0
  3. package/.mock/openapi/openapi.yml +3627 -3761
  4. package/Client.d.ts +3 -0
  5. package/Client.js +39 -34
  6. package/api/resources/adHoc/client/Client.js +1 -1
  7. package/api/resources/containerImages/client/Client.d.ts +61 -0
  8. package/api/resources/containerImages/client/Client.js +231 -0
  9. package/api/resources/containerImages/client/index.d.ts +1 -0
  10. package/api/resources/containerImages/client/index.js +17 -0
  11. package/api/resources/containerImages/client/requests/ContainerImagesListRequest.d.ts +21 -0
  12. package/api/resources/containerImages/client/requests/PushContainerImageRequest.d.ts +16 -0
  13. package/api/resources/containerImages/client/requests/index.d.ts +2 -0
  14. package/api/resources/containerImages/client/requests/index.js +2 -0
  15. package/api/resources/containerImages/index.d.ts +1 -0
  16. package/api/resources/containerImages/index.js +17 -0
  17. package/api/resources/deployments/client/Client.js +5 -5
  18. package/api/resources/documentIndexes/client/Client.js +8 -8
  19. package/api/resources/documents/client/Client.js +5 -5
  20. package/api/resources/folderEntities/client/Client.js +2 -2
  21. package/api/resources/index.d.ts +2 -0
  22. package/api/resources/index.js +3 -1
  23. package/api/resources/metricDefinitions/client/Client.js +1 -1
  24. package/api/resources/sandboxes/client/Client.js +3 -3
  25. package/api/resources/testSuiteRuns/client/Client.js +3 -3
  26. package/api/resources/testSuites/client/Client.js +4 -4
  27. package/api/resources/workflowDeployments/client/Client.js +4 -4
  28. package/api/resources/workflowSandboxes/client/Client.js +1 -1
  29. package/api/resources/workflows/client/Client.js +1 -1
  30. package/api/resources/workspaceSecrets/client/Client.js +2 -2
  31. package/api/types/ArrayInputRequest.d.ts +1 -1
  32. package/api/types/ArrayVellumValue.d.ts +1 -1
  33. package/api/types/ArrayVellumValueRequest.d.ts +1 -1
  34. package/api/types/CodeExecutionNodeArrayResult.d.ts +1 -1
  35. package/api/types/ContainerImageRead.d.ts +14 -0
  36. package/api/types/EntityVisibility.d.ts +16 -0
  37. package/api/types/EntityVisibility.js +12 -0
  38. package/api/types/ExecutionArrayVellumValue.d.ts +1 -1
  39. package/api/types/NamedTestCaseArrayVariableValue.d.ts +1 -1
  40. package/api/types/NamedTestCaseArrayVariableValueRequest.d.ts +1 -1
  41. package/api/types/NodeInputCompiledArrayValue.d.ts +1 -1
  42. package/api/types/NodeOutputCompiledArrayValue.d.ts +1 -1
  43. package/api/types/PaginatedContainerImageReadList.d.ts +10 -0
  44. package/api/types/TemplatingNodeArrayResult.d.ts +1 -1
  45. package/api/types/TerminalNodeArrayResult.d.ts +1 -1
  46. package/api/types/TestCaseArrayVariableValue.d.ts +1 -1
  47. package/api/types/TestSuiteRunExecutionArrayOutput.d.ts +1 -1
  48. package/api/types/VellumVariableType.d.ts +3 -1
  49. package/api/types/VellumVariableType.js +1 -0
  50. package/api/types/WorkflowOutputArray.d.ts +1 -1
  51. package/api/types/index.d.ts +3 -2
  52. package/api/types/index.js +3 -2
  53. package/dist/Client.d.ts +3 -0
  54. package/dist/Client.js +39 -34
  55. package/dist/api/resources/adHoc/client/Client.js +1 -1
  56. package/dist/api/resources/containerImages/client/Client.d.ts +61 -0
  57. package/dist/api/resources/containerImages/client/Client.js +231 -0
  58. package/dist/api/resources/containerImages/client/index.d.ts +1 -0
  59. package/dist/api/resources/containerImages/client/index.js +17 -0
  60. package/dist/api/resources/containerImages/client/requests/ContainerImagesListRequest.d.ts +21 -0
  61. package/dist/api/resources/containerImages/client/requests/ContainerImagesListRequest.js +5 -0
  62. package/dist/api/resources/containerImages/client/requests/PushContainerImageRequest.d.ts +16 -0
  63. package/dist/api/resources/containerImages/client/requests/PushContainerImageRequest.js +5 -0
  64. package/dist/api/resources/containerImages/client/requests/index.d.ts +2 -0
  65. package/dist/api/resources/containerImages/client/requests/index.js +2 -0
  66. package/dist/api/resources/containerImages/index.d.ts +1 -0
  67. package/dist/api/resources/containerImages/index.js +17 -0
  68. package/dist/api/resources/deployments/client/Client.js +5 -5
  69. package/dist/api/resources/documentIndexes/client/Client.js +8 -8
  70. package/dist/api/resources/documents/client/Client.js +5 -5
  71. package/dist/api/resources/folderEntities/client/Client.js +2 -2
  72. package/dist/api/resources/index.d.ts +2 -0
  73. package/dist/api/resources/index.js +3 -1
  74. package/dist/api/resources/metricDefinitions/client/Client.js +1 -1
  75. package/dist/api/resources/sandboxes/client/Client.js +3 -3
  76. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  77. package/dist/api/resources/testSuites/client/Client.js +4 -4
  78. package/dist/api/resources/workflowDeployments/client/Client.js +4 -4
  79. package/dist/api/resources/workflowSandboxes/client/Client.js +1 -1
  80. package/dist/api/resources/workflows/client/Client.js +1 -1
  81. package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
  82. package/dist/api/types/ArrayInputRequest.d.ts +1 -1
  83. package/dist/api/types/ArrayVellumValue.d.ts +1 -1
  84. package/dist/api/types/ArrayVellumValueRequest.d.ts +1 -1
  85. package/dist/api/types/CodeExecutionNodeArrayResult.d.ts +1 -1
  86. package/dist/api/types/ContainerImageRead.d.ts +14 -0
  87. package/dist/api/types/ContainerImageRead.js +5 -0
  88. package/dist/api/types/EntityVisibility.d.ts +16 -0
  89. package/dist/api/types/EntityVisibility.js +12 -0
  90. package/dist/api/types/ExecutionArrayVellumValue.d.ts +1 -1
  91. package/dist/api/types/NamedTestCaseArrayVariableValue.d.ts +1 -1
  92. package/dist/api/types/NamedTestCaseArrayVariableValueRequest.d.ts +1 -1
  93. package/dist/api/types/NodeInputCompiledArrayValue.d.ts +1 -1
  94. package/dist/api/types/NodeOutputCompiledArrayValue.d.ts +1 -1
  95. package/dist/api/types/PaginatedContainerImageReadList.d.ts +10 -0
  96. package/dist/api/types/PaginatedContainerImageReadList.js +5 -0
  97. package/dist/api/types/TemplatingNodeArrayResult.d.ts +1 -1
  98. package/dist/api/types/TerminalNodeArrayResult.d.ts +1 -1
  99. package/dist/api/types/TestCaseArrayVariableValue.d.ts +1 -1
  100. package/dist/api/types/TestSuiteRunExecutionArrayOutput.d.ts +1 -1
  101. package/dist/api/types/VellumVariableType.d.ts +3 -1
  102. package/dist/api/types/VellumVariableType.js +1 -0
  103. package/dist/api/types/WorkflowOutputArray.d.ts +1 -1
  104. package/dist/api/types/index.d.ts +3 -2
  105. package/dist/api/types/index.js +3 -2
  106. package/dist/serialization/resources/containerImages/client/index.d.ts +1 -0
  107. package/dist/serialization/resources/containerImages/client/index.js +17 -0
  108. package/dist/serialization/resources/containerImages/client/requests/PushContainerImageRequest.d.ts +14 -0
  109. package/dist/serialization/resources/containerImages/client/requests/PushContainerImageRequest.js +35 -0
  110. package/dist/serialization/resources/containerImages/client/requests/index.d.ts +1 -0
  111. package/dist/serialization/resources/containerImages/client/requests/index.js +5 -0
  112. package/dist/serialization/resources/containerImages/index.d.ts +1 -0
  113. package/dist/serialization/resources/containerImages/index.js +17 -0
  114. package/dist/serialization/resources/index.d.ts +2 -0
  115. package/dist/serialization/resources/index.js +3 -1
  116. package/dist/serialization/types/ArrayInputRequest.d.ts +1 -1
  117. package/dist/serialization/types/ArrayInputRequest.js +1 -1
  118. package/dist/serialization/types/ArrayVellumValue.d.ts +1 -1
  119. package/dist/serialization/types/ArrayVellumValue.js +1 -1
  120. package/dist/serialization/types/ArrayVellumValueRequest.d.ts +1 -1
  121. package/dist/serialization/types/ArrayVellumValueRequest.js +1 -1
  122. package/dist/serialization/types/CodeExecutionNodeArrayResult.d.ts +1 -1
  123. package/dist/serialization/types/CodeExecutionNodeArrayResult.js +1 -1
  124. package/dist/serialization/types/CodeExecutorResponse.d.ts +1 -2
  125. package/dist/serialization/types/CodeExecutorResponse.js +2 -2
  126. package/dist/serialization/types/ContainerImageRead.d.ts +20 -0
  127. package/{serialization/types/ArrayVellumValueItem.js → dist/serialization/types/ContainerImageRead.js} +12 -21
  128. package/dist/serialization/types/EntityVisibility.d.ts +10 -0
  129. package/dist/serialization/types/{ArrayVellumValueItem.js → EntityVisibility.js} +2 -21
  130. package/dist/serialization/types/ExecutionArrayVellumValue.d.ts +1 -1
  131. package/dist/serialization/types/ExecutionArrayVellumValue.js +1 -1
  132. package/dist/serialization/types/NamedTestCaseArrayVariableValue.d.ts +1 -1
  133. package/dist/serialization/types/NamedTestCaseArrayVariableValue.js +1 -1
  134. package/dist/serialization/types/NamedTestCaseArrayVariableValueRequest.d.ts +1 -1
  135. package/dist/serialization/types/NamedTestCaseArrayVariableValueRequest.js +1 -1
  136. package/dist/serialization/types/NodeInputCompiledArrayValue.d.ts +1 -1
  137. package/dist/serialization/types/NodeInputCompiledArrayValue.js +1 -1
  138. package/dist/serialization/types/NodeOutputCompiledArrayValue.d.ts +1 -1
  139. package/dist/serialization/types/NodeOutputCompiledArrayValue.js +1 -1
  140. package/dist/serialization/types/PaginatedContainerImageReadList.d.ts +16 -0
  141. package/dist/serialization/types/PaginatedContainerImageReadList.js +37 -0
  142. package/dist/serialization/types/TemplatingNodeArrayResult.d.ts +1 -1
  143. package/dist/serialization/types/TemplatingNodeArrayResult.js +1 -1
  144. package/dist/serialization/types/TerminalNodeArrayResult.d.ts +1 -1
  145. package/dist/serialization/types/TerminalNodeArrayResult.js +1 -1
  146. package/dist/serialization/types/TestCaseArrayVariableValue.d.ts +1 -1
  147. package/dist/serialization/types/TestCaseArrayVariableValue.js +1 -1
  148. package/dist/serialization/types/TestSuiteRunExecutionArrayOutput.d.ts +1 -1
  149. package/dist/serialization/types/TestSuiteRunExecutionArrayOutput.js +1 -1
  150. package/dist/serialization/types/VellumValueLogicalConditionRequest.d.ts +2 -3
  151. package/dist/serialization/types/VellumValueLogicalConditionRequest.js +3 -3
  152. package/dist/serialization/types/VellumVariable.d.ts +1 -2
  153. package/dist/serialization/types/VellumVariable.js +2 -2
  154. package/dist/serialization/types/VellumVariableRequest.d.ts +1 -2
  155. package/dist/serialization/types/VellumVariableRequest.js +2 -2
  156. package/dist/serialization/types/VellumVariableType.d.ts +1 -1
  157. package/dist/serialization/types/VellumVariableType.js +1 -0
  158. package/dist/serialization/types/WorkflowOutputArray.d.ts +1 -1
  159. package/dist/serialization/types/WorkflowOutputArray.js +1 -1
  160. package/dist/serialization/types/index.d.ts +3 -2
  161. package/dist/serialization/types/index.js +3 -2
  162. package/dist/version.d.ts +1 -1
  163. package/dist/version.js +1 -1
  164. package/package.json +1 -1
  165. package/reference.md +195 -0
  166. package/serialization/resources/containerImages/client/index.d.ts +1 -0
  167. package/serialization/resources/containerImages/client/index.js +17 -0
  168. package/serialization/resources/containerImages/client/requests/PushContainerImageRequest.d.ts +14 -0
  169. package/serialization/resources/containerImages/client/requests/PushContainerImageRequest.js +35 -0
  170. package/serialization/resources/containerImages/client/requests/index.d.ts +1 -0
  171. package/serialization/resources/containerImages/client/requests/index.js +5 -0
  172. package/serialization/resources/containerImages/index.d.ts +1 -0
  173. package/serialization/resources/containerImages/index.js +17 -0
  174. package/serialization/resources/index.d.ts +2 -0
  175. package/serialization/resources/index.js +3 -1
  176. package/serialization/types/ArrayInputRequest.d.ts +1 -1
  177. package/serialization/types/ArrayInputRequest.js +1 -1
  178. package/serialization/types/ArrayVellumValue.d.ts +1 -1
  179. package/serialization/types/ArrayVellumValue.js +1 -1
  180. package/serialization/types/ArrayVellumValueRequest.d.ts +1 -1
  181. package/serialization/types/ArrayVellumValueRequest.js +1 -1
  182. package/serialization/types/CodeExecutionNodeArrayResult.d.ts +1 -1
  183. package/serialization/types/CodeExecutionNodeArrayResult.js +1 -1
  184. package/serialization/types/CodeExecutorResponse.d.ts +1 -2
  185. package/serialization/types/CodeExecutorResponse.js +2 -2
  186. package/serialization/types/ContainerImageRead.d.ts +20 -0
  187. package/serialization/types/ContainerImageRead.js +41 -0
  188. package/serialization/types/EntityVisibility.d.ts +10 -0
  189. package/serialization/types/EntityVisibility.js +31 -0
  190. package/serialization/types/ExecutionArrayVellumValue.d.ts +1 -1
  191. package/serialization/types/ExecutionArrayVellumValue.js +1 -1
  192. package/serialization/types/NamedTestCaseArrayVariableValue.d.ts +1 -1
  193. package/serialization/types/NamedTestCaseArrayVariableValue.js +1 -1
  194. package/serialization/types/NamedTestCaseArrayVariableValueRequest.d.ts +1 -1
  195. package/serialization/types/NamedTestCaseArrayVariableValueRequest.js +1 -1
  196. package/serialization/types/NodeInputCompiledArrayValue.d.ts +1 -1
  197. package/serialization/types/NodeInputCompiledArrayValue.js +1 -1
  198. package/serialization/types/NodeOutputCompiledArrayValue.d.ts +1 -1
  199. package/serialization/types/NodeOutputCompiledArrayValue.js +1 -1
  200. package/serialization/types/PaginatedContainerImageReadList.d.ts +16 -0
  201. package/serialization/types/PaginatedContainerImageReadList.js +37 -0
  202. package/serialization/types/TemplatingNodeArrayResult.d.ts +1 -1
  203. package/serialization/types/TemplatingNodeArrayResult.js +1 -1
  204. package/serialization/types/TerminalNodeArrayResult.d.ts +1 -1
  205. package/serialization/types/TerminalNodeArrayResult.js +1 -1
  206. package/serialization/types/TestCaseArrayVariableValue.d.ts +1 -1
  207. package/serialization/types/TestCaseArrayVariableValue.js +1 -1
  208. package/serialization/types/TestSuiteRunExecutionArrayOutput.d.ts +1 -1
  209. package/serialization/types/TestSuiteRunExecutionArrayOutput.js +1 -1
  210. package/serialization/types/VellumValueLogicalConditionRequest.d.ts +2 -3
  211. package/serialization/types/VellumValueLogicalConditionRequest.js +3 -3
  212. package/serialization/types/VellumVariable.d.ts +1 -2
  213. package/serialization/types/VellumVariable.js +2 -2
  214. package/serialization/types/VellumVariableRequest.d.ts +1 -2
  215. package/serialization/types/VellumVariableRequest.js +2 -2
  216. package/serialization/types/VellumVariableType.d.ts +1 -1
  217. package/serialization/types/VellumVariableType.js +1 -0
  218. package/serialization/types/WorkflowOutputArray.d.ts +1 -1
  219. package/serialization/types/WorkflowOutputArray.js +1 -1
  220. package/serialization/types/index.d.ts +3 -2
  221. package/serialization/types/index.js +3 -2
  222. package/version.d.ts +1 -1
  223. package/version.js +1 -1
  224. package/api/types/ArrayVellumValueItem.d.ts +0 -5
  225. package/api/types/ArrayVellumValueItemRequest.d.ts +0 -5
  226. package/dist/api/types/ArrayVellumValueItem.d.ts +0 -5
  227. package/dist/api/types/ArrayVellumValueItemRequest.d.ts +0 -5
  228. package/dist/serialization/types/ArrayVellumValueItem.d.ts +0 -18
  229. package/dist/serialization/types/ArrayVellumValueItemRequest.d.ts +0 -18
  230. package/dist/serialization/types/ArrayVellumValueItemRequest.js +0 -50
  231. package/serialization/types/ArrayVellumValueItem.d.ts +0 -18
  232. package/serialization/types/ArrayVellumValueItemRequest.d.ts +0 -18
  233. package/serialization/types/ArrayVellumValueItemRequest.js +0 -50
  234. /package/api/{types/ArrayVellumValueItem.js → resources/containerImages/client/requests/ContainerImagesListRequest.js} +0 -0
  235. /package/api/{types/ArrayVellumValueItemRequest.js → resources/containerImages/client/requests/PushContainerImageRequest.js} +0 -0
  236. /package/{dist/api/types/ArrayVellumValueItem.js → api/types/ContainerImageRead.js} +0 -0
  237. /package/{dist/api/types/ArrayVellumValueItemRequest.js → api/types/PaginatedContainerImageReadList.js} +0 -0
@@ -5,5 +5,5 @@ import * as Vellum from "../index";
5
5
  export interface TemplatingNodeArrayResult {
6
6
  id: string;
7
7
  type: "ARRAY";
8
- value?: Vellum.ArrayVellumValueItem[];
8
+ value?: Vellum.VellumValue[];
9
9
  }
@@ -7,5 +7,5 @@ export interface TerminalNodeArrayResult {
7
7
  /** The unique name given to the terminal node that produced this output. */
8
8
  name: string;
9
9
  type: "ARRAY";
10
- value?: Vellum.ArrayVellumValueItem[];
10
+ value?: Vellum.VellumValue[];
11
11
  }
@@ -9,5 +9,5 @@ export interface TestCaseArrayVariableValue {
9
9
  variableId: string;
10
10
  name: string;
11
11
  type: "ARRAY";
12
- value?: Vellum.ArrayVellumValueItem[];
12
+ value?: Vellum.VellumValue[];
13
13
  }
@@ -8,6 +8,6 @@ import * as Vellum from "../index";
8
8
  export interface TestSuiteRunExecutionArrayOutput {
9
9
  name: string;
10
10
  type: "ARRAY";
11
- value?: Vellum.ArrayVellumValueItem[];
11
+ value?: Vellum.VellumValue[];
12
12
  outputVariableId: string;
13
13
  }
@@ -11,9 +11,10 @@
11
11
  * - `ARRAY` - ARRAY
12
12
  * - `FUNCTION_CALL` - FUNCTION_CALL
13
13
  * - `IMAGE` - IMAGE
14
+ * - `AUDIO` - AUDIO
14
15
  * - `NULL` - NULL
15
16
  */
16
- export declare type VellumVariableType = "STRING" | "NUMBER" | "JSON" | "CHAT_HISTORY" | "SEARCH_RESULTS" | "ERROR" | "ARRAY" | "FUNCTION_CALL" | "IMAGE" | "NULL";
17
+ export declare type VellumVariableType = "STRING" | "NUMBER" | "JSON" | "CHAT_HISTORY" | "SEARCH_RESULTS" | "ERROR" | "ARRAY" | "FUNCTION_CALL" | "IMAGE" | "AUDIO" | "NULL";
17
18
  export declare const VellumVariableType: {
18
19
  readonly String: "STRING";
19
20
  readonly Number: "NUMBER";
@@ -24,5 +25,6 @@ export declare const VellumVariableType: {
24
25
  readonly Array: "ARRAY";
25
26
  readonly FunctionCall: "FUNCTION_CALL";
26
27
  readonly Image: "IMAGE";
28
+ readonly Audio: "AUDIO";
27
29
  readonly Null: "NULL";
28
30
  };
@@ -14,5 +14,6 @@ exports.VellumVariableType = {
14
14
  Array: "ARRAY",
15
15
  FunctionCall: "FUNCTION_CALL",
16
16
  Image: "IMAGE",
17
+ Audio: "AUDIO",
17
18
  Null: "NULL",
18
19
  };
@@ -10,5 +10,5 @@ export interface WorkflowOutputArray {
10
10
  /** The output's name, as defined in the workflow */
11
11
  name: string;
12
12
  type: "ARRAY";
13
- value?: Vellum.ArrayVellumValueItem[];
13
+ value?: Vellum.VellumValue[];
14
14
  }
@@ -15,8 +15,6 @@ export * from "./ArrayInputRequest";
15
15
  export * from "./ArrayVariableValue";
16
16
  export * from "./ArrayVariableValueItem";
17
17
  export * from "./ArrayVellumValue";
18
- export * from "./ArrayVellumValueItem";
19
- export * from "./ArrayVellumValueItemRequest";
20
18
  export * from "./ArrayVellumValueRequest";
21
19
  export * from "./BasicVectorizerIntfloatMultilingualE5Large";
22
20
  export * from "./BasicVectorizerIntfloatMultilingualE5LargeRequest";
@@ -56,6 +54,7 @@ export * from "./CompilePromptMeta";
56
54
  export * from "./ConditionCombinator";
57
55
  export * from "./ConditionalNodeResult";
58
56
  export * from "./ConditionalNodeResultData";
57
+ export * from "./ContainerImageRead";
59
58
  export * from "./CreateTestSuiteTestCaseRequest";
60
59
  export * from "./DeploymentProviderPayloadResponsePayload";
61
60
  export * from "./DeploymentProviderPayloadResponse";
@@ -72,6 +71,7 @@ export * from "./DocumentRead";
72
71
  export * from "./DocumentStatus";
73
72
  export * from "./EnrichedNormalizedCompletion";
74
73
  export * from "./EntityStatus";
74
+ export * from "./EntityVisibility";
75
75
  export * from "./EnvironmentEnum";
76
76
  export * from "./EphemeralPromptCacheConfigRequest";
77
77
  export * from "./EphemeralPromptCacheConfigTypeEnum";
@@ -231,6 +231,7 @@ export * from "./OpenAiVectorizerTextEmbedding3Small";
231
231
  export * from "./OpenAiVectorizerTextEmbedding3SmallRequest";
232
232
  export * from "./OpenAiVectorizerTextEmbeddingAda002";
233
233
  export * from "./OpenAiVectorizerTextEmbeddingAda002Request";
234
+ export * from "./PaginatedContainerImageReadList";
234
235
  export * from "./PaginatedDocumentIndexReadList";
235
236
  export * from "./PaginatedFolderEntityList";
236
237
  export * from "./PaginatedSlimDeploymentReadList";
@@ -31,8 +31,6 @@ __exportStar(require("./ArrayInputRequest"), exports);
31
31
  __exportStar(require("./ArrayVariableValue"), exports);
32
32
  __exportStar(require("./ArrayVariableValueItem"), exports);
33
33
  __exportStar(require("./ArrayVellumValue"), exports);
34
- __exportStar(require("./ArrayVellumValueItem"), exports);
35
- __exportStar(require("./ArrayVellumValueItemRequest"), exports);
36
34
  __exportStar(require("./ArrayVellumValueRequest"), exports);
37
35
  __exportStar(require("./BasicVectorizerIntfloatMultilingualE5Large"), exports);
38
36
  __exportStar(require("./BasicVectorizerIntfloatMultilingualE5LargeRequest"), exports);
@@ -72,6 +70,7 @@ __exportStar(require("./CompilePromptMeta"), exports);
72
70
  __exportStar(require("./ConditionCombinator"), exports);
73
71
  __exportStar(require("./ConditionalNodeResult"), exports);
74
72
  __exportStar(require("./ConditionalNodeResultData"), exports);
73
+ __exportStar(require("./ContainerImageRead"), exports);
75
74
  __exportStar(require("./CreateTestSuiteTestCaseRequest"), exports);
76
75
  __exportStar(require("./DeploymentProviderPayloadResponsePayload"), exports);
77
76
  __exportStar(require("./DeploymentProviderPayloadResponse"), exports);
@@ -88,6 +87,7 @@ __exportStar(require("./DocumentRead"), exports);
88
87
  __exportStar(require("./DocumentStatus"), exports);
89
88
  __exportStar(require("./EnrichedNormalizedCompletion"), exports);
90
89
  __exportStar(require("./EntityStatus"), exports);
90
+ __exportStar(require("./EntityVisibility"), exports);
91
91
  __exportStar(require("./EnvironmentEnum"), exports);
92
92
  __exportStar(require("./EphemeralPromptCacheConfigRequest"), exports);
93
93
  __exportStar(require("./EphemeralPromptCacheConfigTypeEnum"), exports);
@@ -247,6 +247,7 @@ __exportStar(require("./OpenAiVectorizerTextEmbedding3Small"), exports);
247
247
  __exportStar(require("./OpenAiVectorizerTextEmbedding3SmallRequest"), exports);
248
248
  __exportStar(require("./OpenAiVectorizerTextEmbeddingAda002"), exports);
249
249
  __exportStar(require("./OpenAiVectorizerTextEmbeddingAda002Request"), exports);
250
+ __exportStar(require("./PaginatedContainerImageReadList"), exports);
250
251
  __exportStar(require("./PaginatedDocumentIndexReadList"), exports);
251
252
  __exportStar(require("./PaginatedFolderEntityList"), exports);
252
253
  __exportStar(require("./PaginatedSlimDeploymentReadList"), exports);
package/dist/Client.d.ts CHANGED
@@ -5,6 +5,7 @@ import * as environments from "./environments";
5
5
  import * as core from "./core";
6
6
  import * as Vellum from "./api/index";
7
7
  import { AdHoc } from "./api/resources/adHoc/client/Client";
8
+ import { ContainerImages } from "./api/resources/containerImages/client/Client";
8
9
  import { Deployments } from "./api/resources/deployments/client/Client";
9
10
  import { DocumentIndexes } from "./api/resources/documentIndexes/client/Client";
10
11
  import { Documents } from "./api/resources/documents/client/Client";
@@ -189,6 +190,8 @@ export declare class VellumClient {
189
190
  submitWorkflowExecutionActuals(request: Vellum.SubmitWorkflowExecutionActualsRequest, requestOptions?: VellumClient.RequestOptions): Promise<void>;
190
191
  protected _adHoc: AdHoc | undefined;
191
192
  get adHoc(): AdHoc;
193
+ protected _containerImages: ContainerImages | undefined;
194
+ get containerImages(): ContainerImages;
192
195
  protected _deployments: Deployments | undefined;
193
196
  get deployments(): Deployments;
194
197
  protected _documentIndexes: DocumentIndexes | undefined;
package/dist/Client.js CHANGED
@@ -46,18 +46,19 @@ const serializers = __importStar(require("./serialization/index"));
46
46
  const url_join_1 = __importDefault(require("url-join"));
47
47
  const errors = __importStar(require("./errors/index"));
48
48
  const Client_1 = require("./api/resources/adHoc/client/Client");
49
- const Client_2 = require("./api/resources/deployments/client/Client");
50
- const Client_3 = require("./api/resources/documentIndexes/client/Client");
51
- const Client_4 = require("./api/resources/documents/client/Client");
52
- const Client_5 = require("./api/resources/folderEntities/client/Client");
53
- const Client_6 = require("./api/resources/metricDefinitions/client/Client");
54
- const Client_7 = require("./api/resources/sandboxes/client/Client");
55
- const Client_8 = require("./api/resources/testSuiteRuns/client/Client");
56
- const Client_9 = require("./api/resources/testSuites/client/Client");
57
- const Client_10 = require("./api/resources/workflowDeployments/client/Client");
58
- const Client_11 = require("./api/resources/workflowSandboxes/client/Client");
59
- const Client_12 = require("./api/resources/workflows/client/Client");
60
- const Client_13 = require("./api/resources/workspaceSecrets/client/Client");
49
+ const Client_2 = require("./api/resources/containerImages/client/Client");
50
+ const Client_3 = require("./api/resources/deployments/client/Client");
51
+ const Client_4 = require("./api/resources/documentIndexes/client/Client");
52
+ const Client_5 = require("./api/resources/documents/client/Client");
53
+ const Client_6 = require("./api/resources/folderEntities/client/Client");
54
+ const Client_7 = require("./api/resources/metricDefinitions/client/Client");
55
+ const Client_8 = require("./api/resources/sandboxes/client/Client");
56
+ const Client_9 = require("./api/resources/testSuiteRuns/client/Client");
57
+ const Client_10 = require("./api/resources/testSuites/client/Client");
58
+ const Client_11 = require("./api/resources/workflowDeployments/client/Client");
59
+ const Client_12 = require("./api/resources/workflowSandboxes/client/Client");
60
+ const Client_13 = require("./api/resources/workflows/client/Client");
61
+ const Client_14 = require("./api/resources/workspaceSecrets/client/Client");
61
62
  class VellumClient {
62
63
  constructor(_options = {}) {
63
64
  this._options = _options;
@@ -93,7 +94,7 @@ class VellumClient {
93
94
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
94
95
  .default, "v1/execute-code"),
95
96
  method: "POST",
96
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.8.30", "User-Agent": "vellum-ai/0.8.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
97
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "v0.9.1", "User-Agent": "vellum-ai/v0.9.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
97
98
  contentType: "application/json",
98
99
  requestType: "json",
99
100
  body: serializers.CodeExecutorRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -162,7 +163,7 @@ class VellumClient {
162
163
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
163
164
  .predict, "v1/execute-prompt"),
164
165
  method: "POST",
165
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.8.30", "User-Agent": "vellum-ai/0.8.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
166
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "v0.9.1", "User-Agent": "vellum-ai/v0.9.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
166
167
  contentType: "application/json",
167
168
  requestType: "json",
168
169
  body: serializers.ExecutePromptRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -220,7 +221,7 @@ class VellumClient {
220
221
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
221
222
  .predict, "v1/execute-prompt-stream"),
222
223
  method: "POST",
223
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.8.30", "User-Agent": "vellum-ai/0.8.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
224
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "v0.9.1", "User-Agent": "vellum-ai/v0.9.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
224
225
  contentType: "application/json",
225
226
  requestType: "json",
226
227
  body: serializers.ExecutePromptStreamRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -305,7 +306,7 @@ class VellumClient {
305
306
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
306
307
  .predict, "v1/execute-workflow"),
307
308
  method: "POST",
308
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.8.30", "User-Agent": "vellum-ai/0.8.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
309
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "v0.9.1", "User-Agent": "vellum-ai/v0.9.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
309
310
  contentType: "application/json",
310
311
  requestType: "json",
311
312
  body: serializers.ExecuteWorkflowRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -361,7 +362,7 @@ class VellumClient {
361
362
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
362
363
  .predict, "v1/execute-workflow-stream"),
363
364
  method: "POST",
364
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.8.30", "User-Agent": "vellum-ai/0.8.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
365
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "v0.9.1", "User-Agent": "vellum-ai/v0.9.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
365
366
  contentType: "application/json",
366
367
  requestType: "json",
367
368
  body: serializers.ExecuteWorkflowStreamRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -448,7 +449,7 @@ class VellumClient {
448
449
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
449
450
  .predict, "v1/generate"),
450
451
  method: "POST",
451
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.8.30", "User-Agent": "vellum-ai/0.8.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
452
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "v0.9.1", "User-Agent": "vellum-ai/v0.9.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
452
453
  contentType: "application/json",
453
454
  requestType: "json",
454
455
  body: serializers.GenerateBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -509,7 +510,7 @@ class VellumClient {
509
510
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
510
511
  .predict, "v1/generate-stream"),
511
512
  method: "POST",
512
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.8.30", "User-Agent": "vellum-ai/0.8.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
513
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "v0.9.1", "User-Agent": "vellum-ai/v0.9.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
513
514
  contentType: "application/json",
514
515
  requestType: "json",
515
516
  body: serializers.GenerateStreamBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -590,7 +591,7 @@ class VellumClient {
590
591
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
591
592
  .predict, "v1/search"),
592
593
  method: "POST",
593
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.8.30", "User-Agent": "vellum-ai/0.8.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
594
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "v0.9.1", "User-Agent": "vellum-ai/v0.9.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
594
595
  contentType: "application/json",
595
596
  requestType: "json",
596
597
  body: serializers.SearchRequestBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -658,7 +659,7 @@ class VellumClient {
658
659
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
659
660
  .predict, "v1/submit-completion-actuals"),
660
661
  method: "POST",
661
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.8.30", "User-Agent": "vellum-ai/0.8.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
662
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "v0.9.1", "User-Agent": "vellum-ai/v0.9.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
662
663
  contentType: "application/json",
663
664
  requestType: "json",
664
665
  body: serializers.SubmitCompletionActualsRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -721,7 +722,7 @@ class VellumClient {
721
722
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
722
723
  .predict, "v1/submit-workflow-execution-actuals"),
723
724
  method: "POST",
724
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.8.30", "User-Agent": "vellum-ai/0.8.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
725
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "v0.9.1", "User-Agent": "vellum-ai/v0.9.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
725
726
  contentType: "application/json",
726
727
  requestType: "json",
727
728
  body: serializers.SubmitWorkflowExecutionActualsRequest.jsonOrThrow(request, {
@@ -759,53 +760,57 @@ class VellumClient {
759
760
  var _a;
760
761
  return ((_a = this._adHoc) !== null && _a !== void 0 ? _a : (this._adHoc = new Client_1.AdHoc(this._options)));
761
762
  }
763
+ get containerImages() {
764
+ var _a;
765
+ return ((_a = this._containerImages) !== null && _a !== void 0 ? _a : (this._containerImages = new Client_2.ContainerImages(this._options)));
766
+ }
762
767
  get deployments() {
763
768
  var _a;
764
- return ((_a = this._deployments) !== null && _a !== void 0 ? _a : (this._deployments = new Client_2.Deployments(this._options)));
769
+ return ((_a = this._deployments) !== null && _a !== void 0 ? _a : (this._deployments = new Client_3.Deployments(this._options)));
765
770
  }
766
771
  get documentIndexes() {
767
772
  var _a;
768
- return ((_a = this._documentIndexes) !== null && _a !== void 0 ? _a : (this._documentIndexes = new Client_3.DocumentIndexes(this._options)));
773
+ return ((_a = this._documentIndexes) !== null && _a !== void 0 ? _a : (this._documentIndexes = new Client_4.DocumentIndexes(this._options)));
769
774
  }
770
775
  get documents() {
771
776
  var _a;
772
- return ((_a = this._documents) !== null && _a !== void 0 ? _a : (this._documents = new Client_4.Documents(this._options)));
777
+ return ((_a = this._documents) !== null && _a !== void 0 ? _a : (this._documents = new Client_5.Documents(this._options)));
773
778
  }
774
779
  get folderEntities() {
775
780
  var _a;
776
- return ((_a = this._folderEntities) !== null && _a !== void 0 ? _a : (this._folderEntities = new Client_5.FolderEntities(this._options)));
781
+ return ((_a = this._folderEntities) !== null && _a !== void 0 ? _a : (this._folderEntities = new Client_6.FolderEntities(this._options)));
777
782
  }
778
783
  get metricDefinitions() {
779
784
  var _a;
780
- return ((_a = this._metricDefinitions) !== null && _a !== void 0 ? _a : (this._metricDefinitions = new Client_6.MetricDefinitions(this._options)));
785
+ return ((_a = this._metricDefinitions) !== null && _a !== void 0 ? _a : (this._metricDefinitions = new Client_7.MetricDefinitions(this._options)));
781
786
  }
782
787
  get sandboxes() {
783
788
  var _a;
784
- return ((_a = this._sandboxes) !== null && _a !== void 0 ? _a : (this._sandboxes = new Client_7.Sandboxes(this._options)));
789
+ return ((_a = this._sandboxes) !== null && _a !== void 0 ? _a : (this._sandboxes = new Client_8.Sandboxes(this._options)));
785
790
  }
786
791
  get testSuiteRuns() {
787
792
  var _a;
788
- return ((_a = this._testSuiteRuns) !== null && _a !== void 0 ? _a : (this._testSuiteRuns = new Client_8.TestSuiteRuns(this._options)));
793
+ return ((_a = this._testSuiteRuns) !== null && _a !== void 0 ? _a : (this._testSuiteRuns = new Client_9.TestSuiteRuns(this._options)));
789
794
  }
790
795
  get testSuites() {
791
796
  var _a;
792
- return ((_a = this._testSuites) !== null && _a !== void 0 ? _a : (this._testSuites = new Client_9.TestSuites(this._options)));
797
+ return ((_a = this._testSuites) !== null && _a !== void 0 ? _a : (this._testSuites = new Client_10.TestSuites(this._options)));
793
798
  }
794
799
  get workflowDeployments() {
795
800
  var _a;
796
- return ((_a = this._workflowDeployments) !== null && _a !== void 0 ? _a : (this._workflowDeployments = new Client_10.WorkflowDeployments(this._options)));
801
+ return ((_a = this._workflowDeployments) !== null && _a !== void 0 ? _a : (this._workflowDeployments = new Client_11.WorkflowDeployments(this._options)));
797
802
  }
798
803
  get workflowSandboxes() {
799
804
  var _a;
800
- return ((_a = this._workflowSandboxes) !== null && _a !== void 0 ? _a : (this._workflowSandboxes = new Client_11.WorkflowSandboxes(this._options)));
805
+ return ((_a = this._workflowSandboxes) !== null && _a !== void 0 ? _a : (this._workflowSandboxes = new Client_12.WorkflowSandboxes(this._options)));
801
806
  }
802
807
  get workflows() {
803
808
  var _a;
804
- return ((_a = this._workflows) !== null && _a !== void 0 ? _a : (this._workflows = new Client_12.Workflows(this._options)));
809
+ return ((_a = this._workflows) !== null && _a !== void 0 ? _a : (this._workflows = new Client_13.Workflows(this._options)));
805
810
  }
806
811
  get workspaceSecrets() {
807
812
  var _a;
808
- return ((_a = this._workspaceSecrets) !== null && _a !== void 0 ? _a : (this._workspaceSecrets = new Client_13.WorkspaceSecrets(this._options)));
813
+ return ((_a = this._workspaceSecrets) !== null && _a !== void 0 ? _a : (this._workspaceSecrets = new Client_14.WorkspaceSecrets(this._options)));
809
814
  }
810
815
  _getCustomAuthorizationHeaders() {
811
816
  return __awaiter(this, void 0, void 0, function* () {
@@ -59,7 +59,7 @@ class AdHoc {
59
59
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
60
60
  .default, "v1/ad-hoc/execute-prompt-stream"),
61
61
  method: "POST",
62
- headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.8.30", "User-Agent": "vellum-ai/0.8.30", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
62
+ headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "v0.9.1", "User-Agent": "vellum-ai/v0.9.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
63
63
  contentType: "application/json",
64
64
  requestType: "json",
65
65
  body: serializers.AdHocExecutePromptStreamRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -0,0 +1,61 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as environments from "../../../../environments";
5
+ import * as core from "../../../../core";
6
+ import * as Vellum from "../../../index";
7
+ export declare namespace ContainerImages {
8
+ interface Options {
9
+ environment?: core.Supplier<environments.VellumEnvironment | environments.VellumEnvironmentUrls>;
10
+ apiKey?: core.Supplier<string | undefined>;
11
+ }
12
+ interface RequestOptions {
13
+ /** The maximum time to wait for a response in seconds. */
14
+ timeoutInSeconds?: number;
15
+ /** The number of times to retry the request. Defaults to 2. */
16
+ maxRetries?: number;
17
+ /** A hook to abort the request. */
18
+ abortSignal?: AbortSignal;
19
+ }
20
+ }
21
+ export declare class ContainerImages {
22
+ protected readonly _options: ContainerImages.Options;
23
+ constructor(_options?: ContainerImages.Options);
24
+ /**
25
+ * Retrieve a list of container images for the organization.
26
+ *
27
+ * @param {Vellum.ContainerImagesListRequest} request
28
+ * @param {ContainerImages.RequestOptions} requestOptions - Request-specific configuration.
29
+ *
30
+ * @example
31
+ * await client.containerImages.list()
32
+ */
33
+ list(request?: Vellum.ContainerImagesListRequest, requestOptions?: ContainerImages.RequestOptions): Promise<Vellum.PaginatedContainerImageReadList>;
34
+ /**
35
+ * Retrieve a Container Image by its ID or name.
36
+ *
37
+ * @param {string} id - Either the Container Image's ID or its unique name
38
+ * @param {ContainerImages.RequestOptions} requestOptions - Request-specific configuration.
39
+ *
40
+ * @example
41
+ * await client.containerImages.retrieve("id")
42
+ */
43
+ retrieve(id: string, requestOptions?: ContainerImages.RequestOptions): Promise<Vellum.ContainerImageRead>;
44
+ /**
45
+ * An internal-only endpoint that's subject to breaking changes without notice. Not intended for public use.
46
+ *
47
+ * @param {Vellum.PushContainerImageRequest} request
48
+ * @param {ContainerImages.RequestOptions} requestOptions - Request-specific configuration.
49
+ *
50
+ * @example
51
+ * await client.containerImages.pushContainerImage({
52
+ * name: "name",
53
+ * sha: "sha",
54
+ * tags: ["tags"]
55
+ * })
56
+ */
57
+ pushContainerImage(request: Vellum.PushContainerImageRequest, requestOptions?: ContainerImages.RequestOptions): Promise<Vellum.ContainerImageRead>;
58
+ protected _getCustomAuthorizationHeaders(): Promise<{
59
+ X_API_KEY: string | undefined;
60
+ }>;
61
+ }