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
@@ -64,7 +64,7 @@ class Sandboxes {
64
64
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
65
65
  .default, `v1/sandboxes/${encodeURIComponent(id)}/prompts/${encodeURIComponent(promptVariantId)}/deploy`),
66
66
  method: "POST",
67
- 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())),
67
+ 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())),
68
68
  contentType: "application/json",
69
69
  requestType: "json",
70
70
  body: serializers.DeploySandboxPromptRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -151,7 +151,7 @@ class Sandboxes {
151
151
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
152
152
  .default, `v1/sandboxes/${encodeURIComponent(id)}/scenarios`),
153
153
  method: "POST",
154
- 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())),
154
+ 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())),
155
155
  contentType: "application/json",
156
156
  requestType: "json",
157
157
  body: serializers.UpsertSandboxScenarioRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -205,7 +205,7 @@ class Sandboxes {
205
205
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
206
206
  .default, `v1/sandboxes/${encodeURIComponent(id)}/scenarios/${encodeURIComponent(scenarioId)}`),
207
207
  method: "DELETE",
208
- 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())),
208
+ 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())),
209
209
  contentType: "application/json",
210
210
  requestType: "json",
211
211
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -71,7 +71,7 @@ class TestSuiteRuns {
71
71
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
72
72
  .default, "v1/test-suite-runs"),
73
73
  method: "POST",
74
- 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())),
74
+ 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())),
75
75
  contentType: "application/json",
76
76
  requestType: "json",
77
77
  body: serializers.TestSuiteRunCreateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -124,7 +124,7 @@ class TestSuiteRuns {
124
124
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
125
125
  .default, `v1/test-suite-runs/${encodeURIComponent(id)}`),
126
126
  method: "GET",
127
- 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())),
127
+ 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())),
128
128
  contentType: "application/json",
129
129
  requestType: "json",
130
130
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -191,7 +191,7 @@ class TestSuiteRuns {
191
191
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
192
192
  .default, `v1/test-suite-runs/${encodeURIComponent(id)}/executions`),
193
193
  method: "GET",
194
- 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())),
194
+ 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())),
195
195
  contentType: "application/json",
196
196
  queryParameters: _queryParams,
197
197
  requestType: "json",
@@ -73,7 +73,7 @@ class TestSuites {
73
73
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
74
74
  .default, `v1/test-suites/${encodeURIComponent(id)}/test-cases`),
75
75
  method: "GET",
76
- 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())),
76
+ 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())),
77
77
  contentType: "application/json",
78
78
  queryParameters: _queryParams,
79
79
  requestType: "json",
@@ -142,7 +142,7 @@ class TestSuites {
142
142
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
143
143
  .default, `v1/test-suites/${encodeURIComponent(id)}/test-cases`),
144
144
  method: "POST",
145
- 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())),
145
+ 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())),
146
146
  contentType: "application/json",
147
147
  requestType: "json",
148
148
  body: serializers.UpsertTestSuiteTestCaseRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -189,7 +189,7 @@ class TestSuites {
189
189
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
190
190
  .default, `v1/test-suites/${encodeURIComponent(id)}/test-cases-bulk`),
191
191
  method: "POST",
192
- 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())),
192
+ 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())),
193
193
  contentType: "application/json",
194
194
  requestType: "json",
195
195
  body: serializers.testSuites.testSuiteTestCasesBulk.Request.jsonOrThrow(request, {
@@ -256,7 +256,7 @@ class TestSuites {
256
256
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
257
257
  .default, `v1/test-suites/${encodeURIComponent(id)}/test-cases/${encodeURIComponent(testCaseId)}`),
258
258
  method: "DELETE",
259
- 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())),
259
+ 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())),
260
260
  contentType: "application/json",
261
261
  requestType: "json",
262
262
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -78,7 +78,7 @@ class WorkflowDeployments {
78
78
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
79
79
  .default, "v1/workflow-deployments"),
80
80
  method: "GET",
81
- 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())),
81
+ 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())),
82
82
  contentType: "application/json",
83
83
  queryParameters: _queryParams,
84
84
  requestType: "json",
@@ -131,7 +131,7 @@ class WorkflowDeployments {
131
131
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
132
132
  .default, `v1/workflow-deployments/${encodeURIComponent(id)}`),
133
133
  method: "GET",
134
- 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())),
134
+ 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())),
135
135
  contentType: "application/json",
136
136
  requestType: "json",
137
137
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -184,7 +184,7 @@ class WorkflowDeployments {
184
184
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
185
185
  .default, `v1/workflow-deployments/${encodeURIComponent(id)}/release-tags/${encodeURIComponent(name)}`),
186
186
  method: "GET",
187
- 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())),
187
+ 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())),
188
188
  contentType: "application/json",
189
189
  requestType: "json",
190
190
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -238,7 +238,7 @@ class WorkflowDeployments {
238
238
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
239
239
  .default, `v1/workflow-deployments/${encodeURIComponent(id)}/release-tags/${encodeURIComponent(name)}`),
240
240
  method: "PATCH",
241
- 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())),
241
+ 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())),
242
242
  contentType: "application/json",
243
243
  requestType: "json",
244
244
  body: serializers.PatchedWorkflowReleaseTagUpdateRequest.jsonOrThrow(request, {
@@ -64,7 +64,7 @@ class WorkflowSandboxes {
64
64
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
65
65
  .default, `v1/workflow-sandboxes/${encodeURIComponent(id)}/workflows/${encodeURIComponent(workflowId)}/deploy`),
66
66
  method: "POST",
67
- 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())),
67
+ 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())),
68
68
  contentType: "application/json",
69
69
  requestType: "json",
70
70
  body: serializers.DeploySandboxWorkflowRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -69,7 +69,7 @@ class Workflows {
69
69
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
70
70
  .default, "v1/workflows/push"),
71
71
  method: "POST",
72
- 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())),
72
+ 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())),
73
73
  contentType: "application/json",
74
74
  requestType: "json",
75
75
  body: serializers.WorkflowPushRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -64,7 +64,7 @@ class WorkspaceSecrets {
64
64
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
65
65
  .default, `v1/workspace-secrets/${encodeURIComponent(id)}`),
66
66
  method: "GET",
67
- 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())),
67
+ 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())),
68
68
  contentType: "application/json",
69
69
  requestType: "json",
70
70
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -117,7 +117,7 @@ class WorkspaceSecrets {
117
117
  url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
118
118
  .default, `v1/workspace-secrets/${encodeURIComponent(id)}`),
119
119
  method: "PATCH",
120
- 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())),
120
+ 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())),
121
121
  contentType: "application/json",
122
122
  requestType: "json",
123
123
  body: serializers.PatchedWorkspaceSecretUpdateRequest.jsonOrThrow(request, {
@@ -9,5 +9,5 @@ export interface ArrayInputRequest {
9
9
  /** The variable's name */
10
10
  name: string;
11
11
  type: "ARRAY";
12
- value: Vellum.ArrayVellumValueItemRequest[];
12
+ value: Vellum.VellumValueRequest[];
13
13
  }
@@ -7,5 +7,5 @@ import * as Vellum from "../index";
7
7
  */
8
8
  export interface ArrayVellumValue {
9
9
  type: "ARRAY";
10
- value?: Vellum.ArrayVellumValueItem[];
10
+ value?: Vellum.VellumValue[];
11
11
  }
@@ -7,5 +7,5 @@ import * as Vellum from "../index";
7
7
  */
8
8
  export interface ArrayVellumValueRequest {
9
9
  type: "ARRAY";
10
- value?: Vellum.ArrayVellumValueItemRequest[];
10
+ value?: Vellum.VellumValueRequest[];
11
11
  }
@@ -5,5 +5,5 @@ import * as Vellum from "../index";
5
5
  export interface CodeExecutionNodeArrayResult {
6
6
  id: string;
7
7
  type: "ARRAY";
8
- value?: Vellum.ArrayVellumValueItem[];
8
+ value?: Vellum.VellumValue[];
9
9
  }
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "../index";
5
+ export interface ContainerImageRead {
6
+ id: string;
7
+ name: string;
8
+ visibility: Vellum.EntityVisibility;
9
+ created: Date;
10
+ modified: Date;
11
+ repository: string;
12
+ sha: string;
13
+ tags: string[];
14
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * - `DEFAULT` - Default
6
+ * - `PUBLIC` - Public
7
+ * - `PRIVATE` - Private
8
+ * - `DISABLED` - Disabled
9
+ */
10
+ export declare type EntityVisibility = "DEFAULT" | "PUBLIC" | "PRIVATE" | "DISABLED";
11
+ export declare const EntityVisibility: {
12
+ readonly Default: "DEFAULT";
13
+ readonly Public: "PUBLIC";
14
+ readonly Private: "PRIVATE";
15
+ readonly Disabled: "DISABLED";
16
+ };
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.EntityVisibility = void 0;
7
+ exports.EntityVisibility = {
8
+ Default: "DEFAULT",
9
+ Public: "PUBLIC",
10
+ Private: "PRIVATE",
11
+ Disabled: "DISABLED",
12
+ };
@@ -10,5 +10,5 @@ export interface ExecutionArrayVellumValue {
10
10
  id: string;
11
11
  name: string;
12
12
  type: "ARRAY";
13
- value?: Vellum.ArrayVellumValueItem[];
13
+ value?: Vellum.VellumValue[];
14
14
  }
@@ -7,6 +7,6 @@ import * as Vellum from "../index";
7
7
  */
8
8
  export interface NamedTestCaseArrayVariableValue {
9
9
  type: "ARRAY";
10
- value?: Vellum.ArrayVellumValueItem[];
10
+ value?: Vellum.VellumValue[];
11
11
  name: string;
12
12
  }
@@ -7,6 +7,6 @@ import * as Vellum from "../index";
7
7
  */
8
8
  export interface NamedTestCaseArrayVariableValueRequest {
9
9
  type: "ARRAY";
10
- value?: Vellum.ArrayVellumValueItemRequest[];
10
+ value?: Vellum.VellumValueRequest[];
11
11
  name: string;
12
12
  }
@@ -6,5 +6,5 @@ export interface NodeInputCompiledArrayValue {
6
6
  nodeInputId: string;
7
7
  key: string;
8
8
  type: "ARRAY";
9
- value?: Vellum.ArrayVellumValueItem[];
9
+ value?: Vellum.VellumValue[];
10
10
  }
@@ -7,7 +7,7 @@ import * as Vellum from "../index";
7
7
  */
8
8
  export interface NodeOutputCompiledArrayValue {
9
9
  type: "ARRAY";
10
- value?: Vellum.ArrayVellumValueItem[];
10
+ value?: Vellum.VellumValue[];
11
11
  nodeOutputId: string;
12
12
  state?: Vellum.WorkflowNodeResultEventState;
13
13
  }
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "../index";
5
+ export interface PaginatedContainerImageReadList {
6
+ count?: number;
7
+ next?: string;
8
+ previous?: string;
9
+ results?: Vellum.ContainerImageRead[];
10
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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);
@@ -0,0 +1 @@
1
+ export * from "./requests";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./requests"), exports);
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../../index";
5
+ import * as Vellum from "../../../../../api/index";
6
+ import * as core from "../../../../../core";
7
+ export declare const PushContainerImageRequest: core.serialization.Schema<serializers.PushContainerImageRequest.Raw, Vellum.PushContainerImageRequest>;
8
+ export declare namespace PushContainerImageRequest {
9
+ interface Raw {
10
+ name: string;
11
+ sha: string;
12
+ tags: string[];
13
+ }
14
+ }
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.PushContainerImageRequest = void 0;
30
+ const core = __importStar(require("../../../../../core"));
31
+ exports.PushContainerImageRequest = core.serialization.object({
32
+ name: core.serialization.string(),
33
+ sha: core.serialization.string(),
34
+ tags: core.serialization.list(core.serialization.string()),
35
+ });
@@ -0,0 +1 @@
1
+ export { PushContainerImageRequest } from "./PushContainerImageRequest";
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PushContainerImageRequest = void 0;
4
+ var PushContainerImageRequest_1 = require("./PushContainerImageRequest");
5
+ Object.defineProperty(exports, "PushContainerImageRequest", { enumerable: true, get: function () { return PushContainerImageRequest_1.PushContainerImageRequest; } });
@@ -0,0 +1 @@
1
+ export * from "./client";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./client"), exports);
@@ -9,6 +9,8 @@ export * from "./workflowDeployments/types";
9
9
  export * as testSuites from "./testSuites";
10
10
  export * as adHoc from "./adHoc";
11
11
  export * from "./adHoc/client/requests";
12
+ export * as containerImages from "./containerImages";
13
+ export * from "./containerImages/client/requests";
12
14
  export * from "./deployments/client/requests";
13
15
  export * from "./documentIndexes/client/requests";
14
16
  export * as documents from "./documents";
@@ -26,7 +26,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
26
26
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.workspaceSecrets = exports.workflows = exports.workflowSandboxes = exports.testSuiteRuns = exports.sandboxes = exports.metricDefinitions = exports.documents = exports.adHoc = exports.testSuites = exports.workflowDeployments = exports.folderEntities = exports.documentIndexes = exports.deployments = void 0;
29
+ exports.workspaceSecrets = exports.workflows = exports.workflowSandboxes = exports.testSuiteRuns = exports.sandboxes = exports.metricDefinitions = exports.documents = exports.containerImages = exports.adHoc = exports.testSuites = exports.workflowDeployments = exports.folderEntities = exports.documentIndexes = exports.deployments = void 0;
30
30
  exports.deployments = __importStar(require("./deployments"));
31
31
  __exportStar(require("./deployments/types"), exports);
32
32
  exports.documentIndexes = __importStar(require("./documentIndexes"));
@@ -38,6 +38,8 @@ __exportStar(require("./workflowDeployments/types"), exports);
38
38
  exports.testSuites = __importStar(require("./testSuites"));
39
39
  exports.adHoc = __importStar(require("./adHoc"));
40
40
  __exportStar(require("./adHoc/client/requests"), exports);
41
+ exports.containerImages = __importStar(require("./containerImages"));
42
+ __exportStar(require("./containerImages/client/requests"), exports);
41
43
  __exportStar(require("./deployments/client/requests"), exports);
42
44
  __exportStar(require("./documentIndexes/client/requests"), exports);
43
45
  exports.documents = __importStar(require("./documents"));