vellum-ai 0.6.0 → 0.6.2

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 (230) hide show
  1. package/Client.d.ts +3 -0
  2. package/Client.js +22 -17
  3. package/README.md +1 -1
  4. package/api/resources/deployments/client/Client.d.ts +15 -0
  5. package/api/resources/deployments/client/Client.js +144 -3
  6. package/api/resources/deployments/client/requests/DeploySandboxWorkflowRequest.d.ts +17 -0
  7. package/api/resources/deployments/client/requests/DeploySandboxWorkflowRequest.js +5 -0
  8. package/api/resources/deployments/client/requests/PatchedDeploymentReleaseTagUpdateRequest.d.ts +11 -0
  9. package/api/resources/deployments/client/requests/PatchedDeploymentReleaseTagUpdateRequest.js +5 -0
  10. package/api/resources/deployments/client/requests/index.d.ts +2 -0
  11. package/api/resources/documentIndexes/client/Client.js +6 -6
  12. package/api/resources/documents/client/Client.js +5 -5
  13. package/api/resources/folderEntities/client/Client.js +1 -1
  14. package/api/resources/index.d.ts +2 -0
  15. package/api/resources/index.js +3 -1
  16. package/api/resources/promptVersions/client/Client.d.ts +24 -0
  17. package/api/resources/promptVersions/client/Client.js +102 -0
  18. package/api/resources/promptVersions/client/index.d.ts +1 -0
  19. package/api/resources/promptVersions/client/index.js +17 -0
  20. package/api/resources/promptVersions/client/requests/DeploySandboxPromptRequest.d.ts +17 -0
  21. package/api/resources/promptVersions/client/requests/DeploySandboxPromptRequest.js +5 -0
  22. package/api/resources/promptVersions/client/requests/index.d.ts +1 -0
  23. package/api/resources/promptVersions/client/requests/index.js +2 -0
  24. package/api/resources/promptVersions/index.d.ts +1 -0
  25. package/api/resources/promptVersions/index.js +17 -0
  26. package/api/resources/sandboxes/client/Client.js +2 -2
  27. package/api/resources/testSuiteRuns/client/Client.js +3 -3
  28. package/api/resources/testSuites/client/Client.js +3 -3
  29. package/api/resources/workflowDeployments/client/Client.d.ts +14 -0
  30. package/api/resources/workflowDeployments/client/Client.js +99 -2
  31. package/api/resources/workflowDeployments/client/requests/PatchedWorkflowReleaseTagUpdateRequest.d.ts +11 -0
  32. package/api/resources/workflowDeployments/client/requests/PatchedWorkflowReleaseTagUpdateRequest.js +5 -0
  33. package/api/resources/workflowDeployments/client/requests/index.d.ts +1 -0
  34. package/api/types/DeploymentReleaseTagDeploymentHistoryItem.d.ts +7 -0
  35. package/api/types/DeploymentReleaseTagDeploymentHistoryItem.js +5 -0
  36. package/api/types/DeploymentReleaseTagRead.d.ts +17 -0
  37. package/api/types/DeploymentReleaseTagRead.js +5 -0
  38. package/api/types/DocumentStatus.d.ts +3 -0
  39. package/api/types/MergeEnum.d.ts +4 -0
  40. package/api/types/MergeEnum.js +5 -0
  41. package/api/types/MergeNodeResult.d.ts +8 -0
  42. package/api/types/MergeNodeResult.js +5 -0
  43. package/api/types/ReleaseTagSource.d.ts +12 -0
  44. package/api/types/ReleaseTagSource.js +10 -0
  45. package/api/types/SearchResultDocument.d.ts +1 -1
  46. package/api/types/SearchResultDocumentRequest.d.ts +2 -0
  47. package/api/types/SubmitCompletionActualRequest.d.ts +2 -0
  48. package/api/types/SubworkflowNodeResult.d.ts +2 -0
  49. package/api/types/SubworkflowNodeResultData.d.ts +6 -0
  50. package/api/types/SubworkflowNodeResultData.js +5 -0
  51. package/api/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.d.ts +3 -0
  52. package/api/types/TestSuiteRunExternalExecConfigTypeEnum.d.ts +3 -0
  53. package/api/types/TestSuiteRunMetricErrorOutputTypeEnum.d.ts +3 -0
  54. package/api/types/TestSuiteRunMetricNumberOutputTypeEnum.d.ts +3 -0
  55. package/api/types/TestSuiteRunMetricStringOutputTypeEnum.d.ts +3 -0
  56. package/api/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.d.ts +3 -0
  57. package/api/types/WorkflowNodeResultData.d.ts +4 -1
  58. package/api/types/WorkflowReleaseTagRead.d.ts +17 -0
  59. package/api/types/WorkflowReleaseTagRead.js +5 -0
  60. package/api/types/WorkflowReleaseTagWorkflowDeploymentHistoryItem.d.ts +9 -0
  61. package/api/types/WorkflowReleaseTagWorkflowDeploymentHistoryItem.js +5 -0
  62. package/api/types/index.d.ts +8 -0
  63. package/api/types/index.js +8 -0
  64. package/dist/Client.d.ts +3 -0
  65. package/dist/Client.js +22 -17
  66. package/dist/api/resources/deployments/client/Client.d.ts +15 -0
  67. package/dist/api/resources/deployments/client/Client.js +144 -3
  68. package/dist/api/resources/deployments/client/requests/DeploySandboxWorkflowRequest.d.ts +17 -0
  69. package/dist/api/resources/deployments/client/requests/DeploySandboxWorkflowRequest.js +5 -0
  70. package/dist/api/resources/deployments/client/requests/PatchedDeploymentReleaseTagUpdateRequest.d.ts +11 -0
  71. package/dist/api/resources/deployments/client/requests/PatchedDeploymentReleaseTagUpdateRequest.js +5 -0
  72. package/dist/api/resources/deployments/client/requests/index.d.ts +2 -0
  73. package/dist/api/resources/documentIndexes/client/Client.js +6 -6
  74. package/dist/api/resources/documents/client/Client.js +5 -5
  75. package/dist/api/resources/folderEntities/client/Client.js +1 -1
  76. package/dist/api/resources/index.d.ts +2 -0
  77. package/dist/api/resources/index.js +3 -1
  78. package/dist/api/resources/promptVersions/client/Client.d.ts +24 -0
  79. package/dist/api/resources/promptVersions/client/Client.js +102 -0
  80. package/dist/api/resources/promptVersions/client/index.d.ts +1 -0
  81. package/dist/api/resources/promptVersions/client/index.js +17 -0
  82. package/dist/api/resources/promptVersions/client/requests/DeploySandboxPromptRequest.d.ts +17 -0
  83. package/dist/api/resources/promptVersions/client/requests/DeploySandboxPromptRequest.js +5 -0
  84. package/dist/api/resources/promptVersions/client/requests/index.d.ts +1 -0
  85. package/dist/api/resources/promptVersions/client/requests/index.js +2 -0
  86. package/dist/api/resources/promptVersions/index.d.ts +1 -0
  87. package/dist/api/resources/promptVersions/index.js +17 -0
  88. package/dist/api/resources/sandboxes/client/Client.js +2 -2
  89. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  90. package/dist/api/resources/testSuites/client/Client.js +3 -3
  91. package/dist/api/resources/workflowDeployments/client/Client.d.ts +14 -0
  92. package/dist/api/resources/workflowDeployments/client/Client.js +99 -2
  93. package/dist/api/resources/workflowDeployments/client/requests/PatchedWorkflowReleaseTagUpdateRequest.d.ts +11 -0
  94. package/dist/api/resources/workflowDeployments/client/requests/PatchedWorkflowReleaseTagUpdateRequest.js +5 -0
  95. package/dist/api/resources/workflowDeployments/client/requests/index.d.ts +1 -0
  96. package/dist/api/types/DeploymentReleaseTagDeploymentHistoryItem.d.ts +7 -0
  97. package/dist/api/types/DeploymentReleaseTagDeploymentHistoryItem.js +5 -0
  98. package/dist/api/types/DeploymentReleaseTagRead.d.ts +17 -0
  99. package/dist/api/types/DeploymentReleaseTagRead.js +5 -0
  100. package/dist/api/types/DocumentStatus.d.ts +3 -0
  101. package/dist/api/types/MergeEnum.d.ts +4 -0
  102. package/dist/api/types/MergeEnum.js +5 -0
  103. package/dist/api/types/MergeNodeResult.d.ts +8 -0
  104. package/dist/api/types/MergeNodeResult.js +5 -0
  105. package/dist/api/types/ReleaseTagSource.d.ts +12 -0
  106. package/dist/api/types/ReleaseTagSource.js +10 -0
  107. package/dist/api/types/SearchResultDocument.d.ts +1 -1
  108. package/dist/api/types/SearchResultDocumentRequest.d.ts +2 -0
  109. package/dist/api/types/SubmitCompletionActualRequest.d.ts +2 -0
  110. package/dist/api/types/SubworkflowNodeResult.d.ts +2 -0
  111. package/dist/api/types/SubworkflowNodeResultData.d.ts +6 -0
  112. package/dist/api/types/SubworkflowNodeResultData.js +5 -0
  113. package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.d.ts +3 -0
  114. package/dist/api/types/TestSuiteRunExternalExecConfigTypeEnum.d.ts +3 -0
  115. package/dist/api/types/TestSuiteRunMetricErrorOutputTypeEnum.d.ts +3 -0
  116. package/dist/api/types/TestSuiteRunMetricNumberOutputTypeEnum.d.ts +3 -0
  117. package/dist/api/types/TestSuiteRunMetricStringOutputTypeEnum.d.ts +3 -0
  118. package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.d.ts +3 -0
  119. package/dist/api/types/WorkflowNodeResultData.d.ts +4 -1
  120. package/dist/api/types/WorkflowReleaseTagRead.d.ts +17 -0
  121. package/dist/api/types/WorkflowReleaseTagRead.js +5 -0
  122. package/dist/api/types/WorkflowReleaseTagWorkflowDeploymentHistoryItem.d.ts +9 -0
  123. package/dist/api/types/WorkflowReleaseTagWorkflowDeploymentHistoryItem.js +5 -0
  124. package/dist/api/types/index.d.ts +8 -0
  125. package/dist/api/types/index.js +8 -0
  126. package/dist/serialization/resources/deployments/client/requests/DeploySandboxWorkflowRequest.d.ts +15 -0
  127. package/dist/serialization/resources/deployments/client/requests/DeploySandboxWorkflowRequest.js +36 -0
  128. package/dist/serialization/resources/deployments/client/requests/PatchedDeploymentReleaseTagUpdateRequest.d.ts +12 -0
  129. package/dist/serialization/resources/deployments/client/requests/PatchedDeploymentReleaseTagUpdateRequest.js +33 -0
  130. package/dist/serialization/resources/deployments/client/requests/index.d.ts +2 -0
  131. package/dist/serialization/resources/deployments/client/requests/index.js +5 -1
  132. package/dist/serialization/resources/index.d.ts +3 -0
  133. package/dist/serialization/resources/index.js +4 -1
  134. package/dist/serialization/resources/promptVersions/client/index.d.ts +1 -0
  135. package/dist/serialization/resources/promptVersions/client/index.js +17 -0
  136. package/dist/serialization/resources/promptVersions/client/requests/DeploySandboxPromptRequest.d.ts +15 -0
  137. package/dist/serialization/resources/promptVersions/client/requests/DeploySandboxPromptRequest.js +36 -0
  138. package/dist/serialization/resources/promptVersions/client/requests/index.d.ts +1 -0
  139. package/dist/serialization/resources/promptVersions/client/requests/index.js +5 -0
  140. package/dist/serialization/resources/promptVersions/index.d.ts +1 -0
  141. package/dist/serialization/resources/promptVersions/index.js +17 -0
  142. package/dist/serialization/resources/workflowDeployments/client/index.d.ts +1 -0
  143. package/dist/serialization/resources/workflowDeployments/client/index.js +17 -0
  144. package/dist/serialization/resources/workflowDeployments/client/requests/PatchedWorkflowReleaseTagUpdateRequest.d.ts +12 -0
  145. package/dist/serialization/resources/workflowDeployments/client/requests/PatchedWorkflowReleaseTagUpdateRequest.js +33 -0
  146. package/dist/serialization/resources/workflowDeployments/client/requests/index.d.ts +1 -0
  147. package/dist/serialization/resources/workflowDeployments/client/requests/index.js +5 -0
  148. package/dist/serialization/resources/workflowDeployments/index.d.ts +1 -0
  149. package/dist/serialization/resources/workflowDeployments/index.js +1 -0
  150. package/dist/serialization/types/DeploymentReleaseTagDeploymentHistoryItem.d.ts +13 -0
  151. package/dist/serialization/types/DeploymentReleaseTagDeploymentHistoryItem.js +34 -0
  152. package/dist/serialization/types/DeploymentReleaseTagRead.d.ts +16 -0
  153. package/dist/serialization/types/DeploymentReleaseTagRead.js +37 -0
  154. package/dist/serialization/types/MergeEnum.d.ts +10 -0
  155. package/dist/serialization/types/MergeEnum.js +31 -0
  156. package/dist/serialization/types/MergeNodeResult.d.ts +11 -0
  157. package/dist/serialization/types/MergeNodeResult.js +31 -0
  158. package/dist/serialization/types/ReleaseTagSource.d.ts +10 -0
  159. package/dist/serialization/types/ReleaseTagSource.js +31 -0
  160. package/dist/serialization/types/SearchResultDocument.d.ts +1 -1
  161. package/dist/serialization/types/SearchResultDocument.js +1 -1
  162. package/dist/serialization/types/SearchResultDocumentRequest.d.ts +1 -0
  163. package/dist/serialization/types/SearchResultDocumentRequest.js +1 -0
  164. package/dist/serialization/types/SubmitCompletionActualRequest.d.ts +1 -0
  165. package/dist/serialization/types/SubmitCompletionActualRequest.js +1 -0
  166. package/dist/serialization/types/SubworkflowNodeResult.d.ts +2 -0
  167. package/dist/serialization/types/SubworkflowNodeResult.js +4 -1
  168. package/dist/serialization/types/SubworkflowNodeResultData.d.ts +12 -0
  169. package/dist/serialization/types/SubworkflowNodeResultData.js +33 -0
  170. package/dist/serialization/types/WorkflowNodeResultData.d.ts +5 -1
  171. package/dist/serialization/types/WorkflowNodeResultData.js +2 -0
  172. package/dist/serialization/types/WorkflowReleaseTagRead.d.ts +16 -0
  173. package/dist/serialization/types/WorkflowReleaseTagRead.js +37 -0
  174. package/dist/serialization/types/WorkflowReleaseTagWorkflowDeploymentHistoryItem.d.ts +13 -0
  175. package/dist/serialization/types/WorkflowReleaseTagWorkflowDeploymentHistoryItem.js +34 -0
  176. package/dist/serialization/types/index.d.ts +8 -0
  177. package/dist/serialization/types/index.js +8 -0
  178. package/package.json +1 -1
  179. package/serialization/resources/deployments/client/requests/DeploySandboxWorkflowRequest.d.ts +15 -0
  180. package/serialization/resources/deployments/client/requests/DeploySandboxWorkflowRequest.js +36 -0
  181. package/serialization/resources/deployments/client/requests/PatchedDeploymentReleaseTagUpdateRequest.d.ts +12 -0
  182. package/serialization/resources/deployments/client/requests/PatchedDeploymentReleaseTagUpdateRequest.js +33 -0
  183. package/serialization/resources/deployments/client/requests/index.d.ts +2 -0
  184. package/serialization/resources/deployments/client/requests/index.js +5 -1
  185. package/serialization/resources/index.d.ts +3 -0
  186. package/serialization/resources/index.js +4 -1
  187. package/serialization/resources/promptVersions/client/index.d.ts +1 -0
  188. package/serialization/resources/promptVersions/client/index.js +17 -0
  189. package/serialization/resources/promptVersions/client/requests/DeploySandboxPromptRequest.d.ts +15 -0
  190. package/serialization/resources/promptVersions/client/requests/DeploySandboxPromptRequest.js +36 -0
  191. package/serialization/resources/promptVersions/client/requests/index.d.ts +1 -0
  192. package/serialization/resources/promptVersions/client/requests/index.js +5 -0
  193. package/serialization/resources/promptVersions/index.d.ts +1 -0
  194. package/serialization/resources/promptVersions/index.js +17 -0
  195. package/serialization/resources/workflowDeployments/client/index.d.ts +1 -0
  196. package/serialization/resources/workflowDeployments/client/index.js +17 -0
  197. package/serialization/resources/workflowDeployments/client/requests/PatchedWorkflowReleaseTagUpdateRequest.d.ts +12 -0
  198. package/serialization/resources/workflowDeployments/client/requests/PatchedWorkflowReleaseTagUpdateRequest.js +33 -0
  199. package/serialization/resources/workflowDeployments/client/requests/index.d.ts +1 -0
  200. package/serialization/resources/workflowDeployments/client/requests/index.js +5 -0
  201. package/serialization/resources/workflowDeployments/index.d.ts +1 -0
  202. package/serialization/resources/workflowDeployments/index.js +1 -0
  203. package/serialization/types/DeploymentReleaseTagDeploymentHistoryItem.d.ts +13 -0
  204. package/serialization/types/DeploymentReleaseTagDeploymentHistoryItem.js +34 -0
  205. package/serialization/types/DeploymentReleaseTagRead.d.ts +16 -0
  206. package/serialization/types/DeploymentReleaseTagRead.js +37 -0
  207. package/serialization/types/MergeEnum.d.ts +10 -0
  208. package/serialization/types/MergeEnum.js +31 -0
  209. package/serialization/types/MergeNodeResult.d.ts +11 -0
  210. package/serialization/types/MergeNodeResult.js +31 -0
  211. package/serialization/types/ReleaseTagSource.d.ts +10 -0
  212. package/serialization/types/ReleaseTagSource.js +31 -0
  213. package/serialization/types/SearchResultDocument.d.ts +1 -1
  214. package/serialization/types/SearchResultDocument.js +1 -1
  215. package/serialization/types/SearchResultDocumentRequest.d.ts +1 -0
  216. package/serialization/types/SearchResultDocumentRequest.js +1 -0
  217. package/serialization/types/SubmitCompletionActualRequest.d.ts +1 -0
  218. package/serialization/types/SubmitCompletionActualRequest.js +1 -0
  219. package/serialization/types/SubworkflowNodeResult.d.ts +2 -0
  220. package/serialization/types/SubworkflowNodeResult.js +4 -1
  221. package/serialization/types/SubworkflowNodeResultData.d.ts +12 -0
  222. package/serialization/types/SubworkflowNodeResultData.js +33 -0
  223. package/serialization/types/WorkflowNodeResultData.d.ts +5 -1
  224. package/serialization/types/WorkflowNodeResultData.js +2 -0
  225. package/serialization/types/WorkflowReleaseTagRead.d.ts +16 -0
  226. package/serialization/types/WorkflowReleaseTagRead.js +37 -0
  227. package/serialization/types/WorkflowReleaseTagWorkflowDeploymentHistoryItem.d.ts +13 -0
  228. package/serialization/types/WorkflowReleaseTagWorkflowDeploymentHistoryItem.js +34 -0
  229. package/serialization/types/index.d.ts +8 -0
  230. package/serialization/types/index.js +8 -0
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface DeploymentReleaseTagDeploymentHistoryItem {
5
+ id: string;
6
+ timestamp: Date;
7
+ }
@@ -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,17 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "..";
5
+ export interface DeploymentReleaseTagRead {
6
+ /** The name of the Release Tag */
7
+ name: string;
8
+ /**
9
+ * The source of how the Release Tag was originally created
10
+ *
11
+ * - `SYSTEM` - System
12
+ * - `USER` - User
13
+ */
14
+ source: Vellum.ReleaseTagSource;
15
+ /** The Deployment History Item that this Release Tag is associated with */
16
+ historyItem: Vellum.DeploymentReleaseTagDeploymentHistoryItem;
17
+ }
@@ -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 });
@@ -1,4 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
+ /**
5
+ * - `ACTIVE` - Active
6
+ */
4
7
  export declare type DocumentStatus = "ACTIVE";
@@ -0,0 +1,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export declare type MergeEnum = "MERGE";
@@ -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,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * A Node Result Event emitted from a Merge Node.
6
+ */
7
+ export interface MergeNodeResult {
8
+ }
@@ -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,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * - `SYSTEM` - System
6
+ * - `USER` - User
7
+ */
8
+ export declare type ReleaseTagSource = "SYSTEM" | "USER";
9
+ export declare const ReleaseTagSource: {
10
+ readonly System: "SYSTEM";
11
+ readonly User: "USER";
12
+ };
@@ -0,0 +1,10 @@
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.ReleaseTagSource = void 0;
7
+ exports.ReleaseTagSource = {
8
+ System: "SYSTEM",
9
+ User: "USER",
10
+ };
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export interface SearchResultDocument {
5
5
  /** The ID of the document. */
6
- id: string;
6
+ id?: string;
7
7
  /** The human-readable name for the document. */
8
8
  label: string;
9
9
  /** The unique ID of the document as represented in an external system and specified when it was originally uploaded. */
@@ -2,6 +2,8 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  export interface SearchResultDocumentRequest {
5
+ /** The ID of the document. */
6
+ id?: string;
5
7
  /** The human-readable name for the document. */
6
8
  label: string;
7
9
  /** The unique ID of the document as represented in an external system and specified when it was originally uploaded. */
@@ -12,4 +12,6 @@ export interface SubmitCompletionActualRequest {
12
12
  quality?: number;
13
13
  /** Optionally provide the timestamp representing when this feedback was collected. Used for reporting purposes. */
14
14
  timestamp?: Date;
15
+ /** Optionally provide additional metadata about the feedback submission. */
16
+ metadata?: Record<string, unknown>;
15
17
  }
@@ -1,8 +1,10 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
+ import * as Vellum from "..";
4
5
  /**
5
6
  * A Node Result Event emitted from a Subworkflow Node.
6
7
  */
7
8
  export interface SubworkflowNodeResult {
9
+ data?: Vellum.SubworkflowNodeResultData;
8
10
  }
@@ -0,0 +1,6 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface SubworkflowNodeResultData {
5
+ executionId?: string;
6
+ }
@@ -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 });
@@ -1,4 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
+ /**
5
+ * - `DEPLOYMENT_RELEASE_TAG` - DEPLOYMENT_RELEASE_TAG
6
+ */
4
7
  export declare type TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum = "DEPLOYMENT_RELEASE_TAG";
@@ -1,4 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
+ /**
5
+ * - `EXTERNAL` - EXTERNAL
6
+ */
4
7
  export declare type TestSuiteRunExternalExecConfigTypeEnum = "EXTERNAL";
@@ -1,4 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
+ /**
5
+ * - `ERROR` - ERROR
6
+ */
4
7
  export declare type TestSuiteRunMetricErrorOutputTypeEnum = "ERROR";
@@ -1,4 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
+ /**
5
+ * - `NUMBER` - NUMBER
6
+ */
4
7
  export declare type TestSuiteRunMetricNumberOutputTypeEnum = "NUMBER";
@@ -1,4 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
+ /**
5
+ * - `STRING` - STRING
6
+ */
4
7
  export declare type TestSuiteRunMetricStringOutputTypeEnum = "STRING";
@@ -1,4 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
+ /**
5
+ * - `WORKFLOW_RELEASE_TAG` - WORKFLOW_RELEASE_TAG
6
+ */
4
7
  export declare type TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum = "WORKFLOW_RELEASE_TAG";
@@ -2,7 +2,7 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Vellum from "..";
5
- export declare type WorkflowNodeResultData = Vellum.WorkflowNodeResultData.Prompt | Vellum.WorkflowNodeResultData.Search | Vellum.WorkflowNodeResultData.Templating | Vellum.WorkflowNodeResultData.CodeExecution | Vellum.WorkflowNodeResultData.Conditional | Vellum.WorkflowNodeResultData.Api | Vellum.WorkflowNodeResultData.Terminal | Vellum.WorkflowNodeResultData.Subworkflow | Vellum.WorkflowNodeResultData.Metric;
5
+ export declare type WorkflowNodeResultData = Vellum.WorkflowNodeResultData.Prompt | Vellum.WorkflowNodeResultData.Search | Vellum.WorkflowNodeResultData.Templating | Vellum.WorkflowNodeResultData.CodeExecution | Vellum.WorkflowNodeResultData.Conditional | Vellum.WorkflowNodeResultData.Api | Vellum.WorkflowNodeResultData.Terminal | Vellum.WorkflowNodeResultData.Merge | Vellum.WorkflowNodeResultData.Subworkflow | Vellum.WorkflowNodeResultData.Metric;
6
6
  export declare namespace WorkflowNodeResultData {
7
7
  interface Prompt extends Vellum.PromptNodeResult {
8
8
  type: "PROMPT";
@@ -25,6 +25,9 @@ export declare namespace WorkflowNodeResultData {
25
25
  interface Terminal extends Vellum.TerminalNodeResult {
26
26
  type: "TERMINAL";
27
27
  }
28
+ interface Merge extends Vellum.MergeNodeResult {
29
+ type: "MERGE";
30
+ }
28
31
  interface Subworkflow extends Vellum.SubworkflowNodeResult {
29
32
  type: "SUBWORKFLOW";
30
33
  }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "..";
5
+ export interface WorkflowReleaseTagRead {
6
+ /** The name of the Release Tag */
7
+ name: string;
8
+ /**
9
+ * The source of how the Release Tag was originally created
10
+ *
11
+ * - `SYSTEM` - System
12
+ * - `USER` - User
13
+ */
14
+ source: Vellum.ReleaseTagSource;
15
+ /** The Workflow Deployment History Item that this Release Tag is associated with */
16
+ historyItem: Vellum.WorkflowReleaseTagWorkflowDeploymentHistoryItem;
17
+ }
@@ -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,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface WorkflowReleaseTagWorkflowDeploymentHistoryItem {
5
+ /** The ID of the Workflow Deployment History Item */
6
+ id: string;
7
+ /** The timestamp representing when this History Item was created */
8
+ timestamp: Date;
9
+ }
@@ -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 });
@@ -36,6 +36,8 @@ export * from "./ConditionalNodeResult";
36
36
  export * from "./ConditionalNodeResultData";
37
37
  export * from "./DeploymentProviderPayloadResponse";
38
38
  export * from "./DeploymentRead";
39
+ export * from "./DeploymentReleaseTagDeploymentHistoryItem";
40
+ export * from "./DeploymentReleaseTagRead";
39
41
  export * from "./DocumentDocumentToDocumentIndex";
40
42
  export * from "./DocumentIndexChunking";
41
43
  export * from "./DocumentIndexChunkingRequest";
@@ -117,6 +119,8 @@ export * from "./JsonVellumValue";
117
119
  export * from "./LogicalOperator";
118
120
  export * from "./LogprobsEnum";
119
121
  export * from "./MlModelUsage";
122
+ export * from "./MergeEnum";
123
+ export * from "./MergeNodeResult";
120
124
  export * from "./MetadataFilterConfigRequest";
121
125
  export * from "./MetadataFilterRuleCombinator";
122
126
  export * from "./MetadataFilterRuleRequest";
@@ -197,6 +201,7 @@ export * from "./RejectedExecutePromptResponse";
197
201
  export * from "./RejectedExecuteWorkflowWorkflowResultEvent";
198
202
  export * from "./RejectedPromptExecutionMeta";
199
203
  export * from "./RejectedWorkflowNodeResultEvent";
204
+ export * from "./ReleaseTagSource";
200
205
  export * from "./SandboxScenario";
201
206
  export * from "./ScenarioInput";
202
207
  export * from "./ScenarioInputChatHistoryVariableValue";
@@ -236,6 +241,7 @@ export * from "./SubmitCompletionActualsErrorResponse";
236
241
  export * from "./SubmitWorkflowExecutionActualRequest";
237
242
  export * from "./SubworkflowEnum";
238
243
  export * from "./SubworkflowNodeResult";
244
+ export * from "./SubworkflowNodeResultData";
239
245
  export * from "./TemplatingNodeArrayResult";
240
246
  export * from "./TemplatingNodeChatHistoryResult";
241
247
  export * from "./TemplatingNodeErrorResult";
@@ -340,6 +346,8 @@ export * from "./WorkflowOutputJson";
340
346
  export * from "./WorkflowOutputNumber";
341
347
  export * from "./WorkflowOutputSearchResults";
342
348
  export * from "./WorkflowOutputString";
349
+ export * from "./WorkflowReleaseTagRead";
350
+ export * from "./WorkflowReleaseTagWorkflowDeploymentHistoryItem";
343
351
  export * from "./WorkflowRequestChatHistoryInputRequest";
344
352
  export * from "./WorkflowRequestInputRequest";
345
353
  export * from "./WorkflowRequestJsonInputRequest";
@@ -52,6 +52,8 @@ __exportStar(require("./ConditionalNodeResult"), exports);
52
52
  __exportStar(require("./ConditionalNodeResultData"), exports);
53
53
  __exportStar(require("./DeploymentProviderPayloadResponse"), exports);
54
54
  __exportStar(require("./DeploymentRead"), exports);
55
+ __exportStar(require("./DeploymentReleaseTagDeploymentHistoryItem"), exports);
56
+ __exportStar(require("./DeploymentReleaseTagRead"), exports);
55
57
  __exportStar(require("./DocumentDocumentToDocumentIndex"), exports);
56
58
  __exportStar(require("./DocumentIndexChunking"), exports);
57
59
  __exportStar(require("./DocumentIndexChunkingRequest"), exports);
@@ -133,6 +135,8 @@ __exportStar(require("./JsonVellumValue"), exports);
133
135
  __exportStar(require("./LogicalOperator"), exports);
134
136
  __exportStar(require("./LogprobsEnum"), exports);
135
137
  __exportStar(require("./MlModelUsage"), exports);
138
+ __exportStar(require("./MergeEnum"), exports);
139
+ __exportStar(require("./MergeNodeResult"), exports);
136
140
  __exportStar(require("./MetadataFilterConfigRequest"), exports);
137
141
  __exportStar(require("./MetadataFilterRuleCombinator"), exports);
138
142
  __exportStar(require("./MetadataFilterRuleRequest"), exports);
@@ -213,6 +217,7 @@ __exportStar(require("./RejectedExecutePromptResponse"), exports);
213
217
  __exportStar(require("./RejectedExecuteWorkflowWorkflowResultEvent"), exports);
214
218
  __exportStar(require("./RejectedPromptExecutionMeta"), exports);
215
219
  __exportStar(require("./RejectedWorkflowNodeResultEvent"), exports);
220
+ __exportStar(require("./ReleaseTagSource"), exports);
216
221
  __exportStar(require("./SandboxScenario"), exports);
217
222
  __exportStar(require("./ScenarioInput"), exports);
218
223
  __exportStar(require("./ScenarioInputChatHistoryVariableValue"), exports);
@@ -252,6 +257,7 @@ __exportStar(require("./SubmitCompletionActualsErrorResponse"), exports);
252
257
  __exportStar(require("./SubmitWorkflowExecutionActualRequest"), exports);
253
258
  __exportStar(require("./SubworkflowEnum"), exports);
254
259
  __exportStar(require("./SubworkflowNodeResult"), exports);
260
+ __exportStar(require("./SubworkflowNodeResultData"), exports);
255
261
  __exportStar(require("./TemplatingNodeArrayResult"), exports);
256
262
  __exportStar(require("./TemplatingNodeChatHistoryResult"), exports);
257
263
  __exportStar(require("./TemplatingNodeErrorResult"), exports);
@@ -356,6 +362,8 @@ __exportStar(require("./WorkflowOutputJson"), exports);
356
362
  __exportStar(require("./WorkflowOutputNumber"), exports);
357
363
  __exportStar(require("./WorkflowOutputSearchResults"), exports);
358
364
  __exportStar(require("./WorkflowOutputString"), exports);
365
+ __exportStar(require("./WorkflowReleaseTagRead"), exports);
366
+ __exportStar(require("./WorkflowReleaseTagWorkflowDeploymentHistoryItem"), exports);
359
367
  __exportStar(require("./WorkflowRequestChatHistoryInputRequest"), exports);
360
368
  __exportStar(require("./WorkflowRequestInputRequest"), exports);
361
369
  __exportStar(require("./WorkflowRequestJsonInputRequest"), exports);
@@ -0,0 +1,15 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../..";
5
+ import * as Vellum from "../../../../../api";
6
+ import * as core from "../../../../../core";
7
+ export declare const DeploySandboxWorkflowRequest: core.serialization.Schema<serializers.DeploySandboxWorkflowRequest.Raw, Vellum.DeploySandboxWorkflowRequest>;
8
+ export declare namespace DeploySandboxWorkflowRequest {
9
+ interface Raw {
10
+ workflow_deployment_id?: string | null;
11
+ workflow_deployment_name?: string | null;
12
+ label?: string | null;
13
+ release_tags?: string[] | null;
14
+ }
15
+ }
@@ -0,0 +1,36 @@
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.DeploySandboxWorkflowRequest = void 0;
30
+ const core = __importStar(require("../../../../../core"));
31
+ exports.DeploySandboxWorkflowRequest = core.serialization.object({
32
+ workflowDeploymentId: core.serialization.property("workflow_deployment_id", core.serialization.string().optional()),
33
+ workflowDeploymentName: core.serialization.property("workflow_deployment_name", core.serialization.string().optional()),
34
+ label: core.serialization.string().optional(),
35
+ releaseTags: core.serialization.property("release_tags", core.serialization.list(core.serialization.string()).optional()),
36
+ });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../..";
5
+ import * as Vellum from "../../../../../api";
6
+ import * as core from "../../../../../core";
7
+ export declare const PatchedDeploymentReleaseTagUpdateRequest: core.serialization.Schema<serializers.PatchedDeploymentReleaseTagUpdateRequest.Raw, Vellum.PatchedDeploymentReleaseTagUpdateRequest>;
8
+ export declare namespace PatchedDeploymentReleaseTagUpdateRequest {
9
+ interface Raw {
10
+ history_item_id?: string | null;
11
+ }
12
+ }
@@ -0,0 +1,33 @@
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.PatchedDeploymentReleaseTagUpdateRequest = void 0;
30
+ const core = __importStar(require("../../../../../core"));
31
+ exports.PatchedDeploymentReleaseTagUpdateRequest = core.serialization.object({
32
+ historyItemId: core.serialization.property("history_item_id", core.serialization.string().optional()),
33
+ });
@@ -1 +1,3 @@
1
+ export { PatchedDeploymentReleaseTagUpdateRequest } from "./PatchedDeploymentReleaseTagUpdateRequest";
1
2
  export { DeploymentProviderPayloadRequest } from "./DeploymentProviderPayloadRequest";
3
+ export { DeploySandboxWorkflowRequest } from "./DeploySandboxWorkflowRequest";
@@ -1,5 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeploymentProviderPayloadRequest = void 0;
3
+ exports.DeploySandboxWorkflowRequest = exports.DeploymentProviderPayloadRequest = exports.PatchedDeploymentReleaseTagUpdateRequest = void 0;
4
+ var PatchedDeploymentReleaseTagUpdateRequest_1 = require("./PatchedDeploymentReleaseTagUpdateRequest");
5
+ Object.defineProperty(exports, "PatchedDeploymentReleaseTagUpdateRequest", { enumerable: true, get: function () { return PatchedDeploymentReleaseTagUpdateRequest_1.PatchedDeploymentReleaseTagUpdateRequest; } });
4
6
  var DeploymentProviderPayloadRequest_1 = require("./DeploymentProviderPayloadRequest");
5
7
  Object.defineProperty(exports, "DeploymentProviderPayloadRequest", { enumerable: true, get: function () { return DeploymentProviderPayloadRequest_1.DeploymentProviderPayloadRequest; } });
8
+ var DeploySandboxWorkflowRequest_1 = require("./DeploySandboxWorkflowRequest");
9
+ Object.defineProperty(exports, "DeploySandboxWorkflowRequest", { enumerable: true, get: function () { return DeploySandboxWorkflowRequest_1.DeploySandboxWorkflowRequest; } });
@@ -10,9 +10,12 @@ export * as documents from "./documents";
10
10
  export * from "./documents/client/requests";
11
11
  export * as folderEntities from "./folderEntities";
12
12
  export * from "./folderEntities/client/requests";
13
+ export * as promptVersions from "./promptVersions";
14
+ export * from "./promptVersions/client/requests";
13
15
  export * as sandboxes from "./sandboxes";
14
16
  export * from "./sandboxes/client/requests";
15
17
  export * as testSuiteRuns from "./testSuiteRuns";
16
18
  export * from "./testSuiteRuns/client/requests";
17
19
  export * as testSuites from "./testSuites";
18
20
  export * from "./testSuites/client/requests";
21
+ export * from "./workflowDeployments/client/requests";
@@ -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.testSuites = exports.testSuiteRuns = exports.sandboxes = exports.folderEntities = exports.documents = exports.workflowDeployments = exports.documentIndexes = exports.deployments = void 0;
29
+ exports.testSuites = exports.testSuiteRuns = exports.sandboxes = exports.promptVersions = exports.folderEntities = exports.documents = exports.workflowDeployments = 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"));
@@ -39,9 +39,12 @@ exports.documents = __importStar(require("./documents"));
39
39
  __exportStar(require("./documents/client/requests"), exports);
40
40
  exports.folderEntities = __importStar(require("./folderEntities"));
41
41
  __exportStar(require("./folderEntities/client/requests"), exports);
42
+ exports.promptVersions = __importStar(require("./promptVersions"));
43
+ __exportStar(require("./promptVersions/client/requests"), exports);
42
44
  exports.sandboxes = __importStar(require("./sandboxes"));
43
45
  __exportStar(require("./sandboxes/client/requests"), exports);
44
46
  exports.testSuiteRuns = __importStar(require("./testSuiteRuns"));
45
47
  __exportStar(require("./testSuiteRuns/client/requests"), exports);
46
48
  exports.testSuites = __importStar(require("./testSuites"));
47
49
  __exportStar(require("./testSuites/client/requests"), exports);
50
+ __exportStar(require("./workflowDeployments/client/requests"), 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,15 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../..";
5
+ import * as Vellum from "../../../../../api";
6
+ import * as core from "../../../../../core";
7
+ export declare const DeploySandboxPromptRequest: core.serialization.Schema<serializers.DeploySandboxPromptRequest.Raw, Vellum.DeploySandboxPromptRequest>;
8
+ export declare namespace DeploySandboxPromptRequest {
9
+ interface Raw {
10
+ prompt_deployment_id?: string | null;
11
+ prompt_deployment_name?: string | null;
12
+ label?: string | null;
13
+ release_tags?: string[] | null;
14
+ }
15
+ }
@@ -0,0 +1,36 @@
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.DeploySandboxPromptRequest = void 0;
30
+ const core = __importStar(require("../../../../../core"));
31
+ exports.DeploySandboxPromptRequest = core.serialization.object({
32
+ promptDeploymentId: core.serialization.property("prompt_deployment_id", core.serialization.string().optional()),
33
+ promptDeploymentName: core.serialization.property("prompt_deployment_name", core.serialization.string().optional()),
34
+ label: core.serialization.string().optional(),
35
+ releaseTags: core.serialization.property("release_tags", core.serialization.list(core.serialization.string()).optional()),
36
+ });
@@ -0,0 +1 @@
1
+ export { DeploySandboxPromptRequest } from "./DeploySandboxPromptRequest";
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeploySandboxPromptRequest = void 0;
4
+ var DeploySandboxPromptRequest_1 = require("./DeploySandboxPromptRequest");
5
+ Object.defineProperty(exports, "DeploySandboxPromptRequest", { enumerable: true, get: function () { return DeploySandboxPromptRequest_1.DeploySandboxPromptRequest; } });
@@ -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);
@@ -0,0 +1 @@
1
+ export * from "./requests";