vellum-ai 0.0.40 → 0.0.42

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 (259) hide show
  1. package/Client.d.ts +2 -14
  2. package/Client.js +2 -14
  3. package/api/client/requests/GenerateBodyRequest.d.ts +1 -1
  4. package/api/client/requests/GenerateStreamBodyRequest.d.ts +1 -1
  5. package/api/client/requests/SearchRequestBodyRequest.d.ts +1 -1
  6. package/api/resources/deployments/client/Client.d.ts +0 -4
  7. package/api/resources/deployments/client/Client.js +0 -4
  8. package/api/resources/documentIndexes/client/Client.d.ts +4 -2
  9. package/api/resources/documentIndexes/client/Client.js +39 -2
  10. package/api/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.d.ts +2 -2
  11. package/api/resources/documents/client/Client.d.ts +0 -10
  12. package/api/resources/documents/client/Client.js +0 -10
  13. package/api/resources/documents/client/requests/PatchedDocumentUpdateRequest.d.ts +1 -1
  14. package/api/resources/documents/client/requests/UploadDocumentBodyRequest.d.ts +1 -1
  15. package/api/resources/modelVersions/client/Client.d.ts +0 -6
  16. package/api/resources/modelVersions/client/Client.js +0 -6
  17. package/api/resources/registeredPrompts/client/Client.d.ts +0 -2
  18. package/api/resources/registeredPrompts/client/Client.js +0 -2
  19. package/api/resources/registeredPrompts/client/requests/RegisterPromptRequestRequest.d.ts +3 -3
  20. package/api/resources/sandboxes/client/Client.d.ts +0 -4
  21. package/api/resources/sandboxes/client/Client.js +0 -4
  22. package/api/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.d.ts +1 -1
  23. package/api/resources/testSuites/client/Client.d.ts +1 -4
  24. package/api/resources/testSuites/client/Client.js +1 -4
  25. package/api/resources/testSuites/client/requests/TestSuiteTestCaseRequest.d.ts +1 -1
  26. package/api/types/ApiNodeResult.d.ts +7 -0
  27. package/api/types/{ContentType.js → ApiNodeResult.js} +0 -5
  28. package/api/types/ApiNodeResultData.d.ts +11 -0
  29. package/{dist/api/types/ContentType.js → api/types/ApiNodeResultData.js} +0 -5
  30. package/api/types/DeploymentRead.d.ts +4 -4
  31. package/api/types/DocumentIndexRead.d.ts +3 -3
  32. package/api/types/DocumentRead.d.ts +2 -2
  33. package/api/types/EnrichedNormalizedCompletion.d.ts +1 -1
  34. package/api/types/LogicalOperator.d.ts +98 -0
  35. package/api/types/LogicalOperator.js +26 -0
  36. package/api/types/MetadataFilterConfigRequest.d.ts +1 -4
  37. package/api/types/MetadataFilterRuleRequest.d.ts +1 -4
  38. package/api/types/ModelVersionExecConfigParameters.d.ts +2 -2
  39. package/api/types/ModelVersionRead.d.ts +3 -3
  40. package/api/types/NodeInputCompiledNumberValue.d.ts +8 -0
  41. package/api/types/NodeInputCompiledNumberValue.js +5 -0
  42. package/api/types/NodeInputVariableCompiledValue.d.ts +4 -1
  43. package/api/types/PromptTemplateBlockProperties.d.ts +1 -1
  44. package/api/types/PromptTemplateBlockPropertiesRequest.d.ts +1 -3
  45. package/api/types/PromptTemplateBlockRequest.d.ts +0 -1
  46. package/api/types/RegisteredPromptInputVariableRequest.d.ts +0 -2
  47. package/api/types/ScenarioInputRequest.d.ts +0 -1
  48. package/api/types/SearchResultDocument.d.ts +1 -1
  49. package/api/types/SearchResultMergingRequest.d.ts +1 -1
  50. package/api/types/SearchWeightsRequest.d.ts +3 -3
  51. package/api/types/SlimDocument.d.ts +2 -2
  52. package/api/types/SubmitCompletionActualRequest.d.ts +1 -1
  53. package/api/types/TemplatingNodeNumberResult.d.ts +7 -0
  54. package/api/types/TemplatingNodeNumberResult.js +5 -0
  55. package/api/types/TemplatingNodeResultOutput.d.ts +4 -1
  56. package/api/types/TerminalNodeNumberResult.d.ts +9 -0
  57. package/api/types/TerminalNodeNumberResult.js +5 -0
  58. package/api/types/TerminalNodeResultOutput.d.ts +4 -1
  59. package/api/types/VellumVariableType.d.ts +6 -4
  60. package/api/types/VellumVariableType.js +1 -0
  61. package/api/types/WorkflowExecutionEventErrorCode.d.ts +3 -1
  62. package/api/types/WorkflowExecutionEventErrorCode.js +1 -0
  63. package/api/types/WorkflowNodeResultData.d.ts +4 -1
  64. package/api/types/WorkflowNodeResultEvent.d.ts +1 -1
  65. package/api/types/WorkflowRequestChatHistoryInputRequest.d.ts +1 -1
  66. package/api/types/WorkflowRequestJsonInputRequest.d.ts +1 -1
  67. package/api/types/WorkflowRequestStringInputRequest.d.ts +1 -1
  68. package/api/types/WorkflowResultEvent.d.ts +1 -1
  69. package/api/types/WorkflowResultEventOutputData.d.ts +4 -1
  70. package/api/types/WorkflowResultEventOutputDataNumber.d.ts +13 -0
  71. package/api/types/WorkflowResultEventOutputDataNumber.js +5 -0
  72. package/api/types/index.d.ts +7 -1
  73. package/api/types/index.js +7 -1
  74. package/dist/Client.d.ts +2 -14
  75. package/dist/Client.js +2 -14
  76. package/dist/api/client/requests/GenerateBodyRequest.d.ts +1 -1
  77. package/dist/api/client/requests/GenerateStreamBodyRequest.d.ts +1 -1
  78. package/dist/api/client/requests/SearchRequestBodyRequest.d.ts +1 -1
  79. package/dist/api/resources/deployments/client/Client.d.ts +0 -4
  80. package/dist/api/resources/deployments/client/Client.js +0 -4
  81. package/dist/api/resources/documentIndexes/client/Client.d.ts +4 -2
  82. package/dist/api/resources/documentIndexes/client/Client.js +39 -2
  83. package/dist/api/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.d.ts +2 -2
  84. package/dist/api/resources/documents/client/Client.d.ts +0 -10
  85. package/dist/api/resources/documents/client/Client.js +0 -10
  86. package/dist/api/resources/documents/client/requests/PatchedDocumentUpdateRequest.d.ts +1 -1
  87. package/dist/api/resources/documents/client/requests/UploadDocumentBodyRequest.d.ts +1 -1
  88. package/dist/api/resources/modelVersions/client/Client.d.ts +0 -6
  89. package/dist/api/resources/modelVersions/client/Client.js +0 -6
  90. package/dist/api/resources/registeredPrompts/client/Client.d.ts +0 -2
  91. package/dist/api/resources/registeredPrompts/client/Client.js +0 -2
  92. package/dist/api/resources/registeredPrompts/client/requests/RegisterPromptRequestRequest.d.ts +3 -3
  93. package/dist/api/resources/sandboxes/client/Client.d.ts +0 -4
  94. package/dist/api/resources/sandboxes/client/Client.js +0 -4
  95. package/dist/api/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.d.ts +1 -1
  96. package/dist/api/resources/testSuites/client/Client.d.ts +1 -4
  97. package/dist/api/resources/testSuites/client/Client.js +1 -4
  98. package/dist/api/resources/testSuites/client/requests/TestSuiteTestCaseRequest.d.ts +1 -1
  99. package/dist/api/types/ApiNodeResult.d.ts +7 -0
  100. package/dist/api/types/ApiNodeResult.js +5 -0
  101. package/dist/api/types/ApiNodeResultData.d.ts +11 -0
  102. package/dist/api/types/ApiNodeResultData.js +5 -0
  103. package/dist/api/types/DeploymentRead.d.ts +4 -4
  104. package/dist/api/types/DocumentIndexRead.d.ts +3 -3
  105. package/dist/api/types/DocumentRead.d.ts +2 -2
  106. package/dist/api/types/EnrichedNormalizedCompletion.d.ts +1 -1
  107. package/dist/api/types/LogicalOperator.d.ts +98 -0
  108. package/dist/api/types/LogicalOperator.js +26 -0
  109. package/dist/api/types/MetadataFilterConfigRequest.d.ts +1 -4
  110. package/dist/api/types/MetadataFilterRuleRequest.d.ts +1 -4
  111. package/dist/api/types/ModelVersionExecConfigParameters.d.ts +2 -2
  112. package/dist/api/types/ModelVersionRead.d.ts +3 -3
  113. package/dist/api/types/NodeInputCompiledNumberValue.d.ts +8 -0
  114. package/dist/api/types/NodeInputCompiledNumberValue.js +5 -0
  115. package/dist/api/types/NodeInputVariableCompiledValue.d.ts +4 -1
  116. package/dist/api/types/PromptTemplateBlockProperties.d.ts +1 -1
  117. package/dist/api/types/PromptTemplateBlockPropertiesRequest.d.ts +1 -3
  118. package/dist/api/types/PromptTemplateBlockRequest.d.ts +0 -1
  119. package/dist/api/types/RegisteredPromptInputVariableRequest.d.ts +0 -2
  120. package/dist/api/types/ScenarioInputRequest.d.ts +0 -1
  121. package/dist/api/types/SearchResultDocument.d.ts +1 -1
  122. package/dist/api/types/SearchResultMergingRequest.d.ts +1 -1
  123. package/dist/api/types/SearchWeightsRequest.d.ts +3 -3
  124. package/dist/api/types/SlimDocument.d.ts +2 -2
  125. package/dist/api/types/SubmitCompletionActualRequest.d.ts +1 -1
  126. package/dist/api/types/TemplatingNodeNumberResult.d.ts +7 -0
  127. package/dist/api/types/TemplatingNodeNumberResult.js +5 -0
  128. package/dist/api/types/TemplatingNodeResultOutput.d.ts +4 -1
  129. package/dist/api/types/TerminalNodeNumberResult.d.ts +9 -0
  130. package/dist/api/types/TerminalNodeNumberResult.js +5 -0
  131. package/dist/api/types/TerminalNodeResultOutput.d.ts +4 -1
  132. package/dist/api/types/VellumVariableType.d.ts +6 -4
  133. package/dist/api/types/VellumVariableType.js +1 -0
  134. package/dist/api/types/WorkflowExecutionEventErrorCode.d.ts +3 -1
  135. package/dist/api/types/WorkflowExecutionEventErrorCode.js +1 -0
  136. package/dist/api/types/WorkflowNodeResultData.d.ts +4 -1
  137. package/dist/api/types/WorkflowNodeResultEvent.d.ts +1 -1
  138. package/dist/api/types/WorkflowRequestChatHistoryInputRequest.d.ts +1 -1
  139. package/dist/api/types/WorkflowRequestJsonInputRequest.d.ts +1 -1
  140. package/dist/api/types/WorkflowRequestStringInputRequest.d.ts +1 -1
  141. package/dist/api/types/WorkflowResultEvent.d.ts +1 -1
  142. package/dist/api/types/WorkflowResultEventOutputData.d.ts +4 -1
  143. package/dist/api/types/WorkflowResultEventOutputDataNumber.d.ts +13 -0
  144. package/dist/api/types/WorkflowResultEventOutputDataNumber.js +5 -0
  145. package/dist/api/types/index.d.ts +7 -1
  146. package/dist/api/types/index.js +7 -1
  147. package/dist/serialization/types/ApiNodeResult.d.ts +12 -0
  148. package/dist/serialization/types/ApiNodeResult.js +33 -0
  149. package/dist/serialization/types/ApiNodeResultData.d.ts +17 -0
  150. package/dist/serialization/types/ApiNodeResultData.js +38 -0
  151. package/dist/serialization/types/DeploymentRead.js +2 -2
  152. package/dist/serialization/types/DocumentIndexRead.js +1 -1
  153. package/dist/serialization/types/DocumentRead.js +1 -1
  154. package/dist/serialization/types/EnrichedNormalizedCompletion.d.ts +1 -1
  155. package/dist/serialization/types/EnrichedNormalizedCompletion.js +1 -1
  156. package/dist/serialization/types/LogicalOperator.d.ts +10 -0
  157. package/dist/serialization/types/LogicalOperator.js +50 -0
  158. package/dist/serialization/types/MetadataFilterConfigRequest.d.ts +1 -1
  159. package/dist/serialization/types/MetadataFilterConfigRequest.js +1 -1
  160. package/dist/serialization/types/MetadataFilterRuleRequest.d.ts +1 -1
  161. package/dist/serialization/types/MetadataFilterRuleRequest.js +1 -1
  162. package/dist/serialization/types/ModelVersionExecConfigParameters.d.ts +2 -2
  163. package/dist/serialization/types/ModelVersionExecConfigParameters.js +2 -2
  164. package/dist/serialization/types/ModelVersionRead.js +1 -1
  165. package/dist/serialization/types/NodeInputCompiledNumberValue.d.ts +14 -0
  166. package/dist/serialization/types/NodeInputCompiledNumberValue.js +35 -0
  167. package/dist/serialization/types/NodeInputVariableCompiledValue.d.ts +4 -1
  168. package/dist/serialization/types/NodeInputVariableCompiledValue.js +1 -0
  169. package/dist/serialization/types/PromptTemplateBlockProperties.d.ts +1 -1
  170. package/dist/serialization/types/PromptTemplateBlockProperties.js +1 -1
  171. package/dist/serialization/types/PromptTemplateBlockPropertiesRequest.d.ts +1 -1
  172. package/dist/serialization/types/PromptTemplateBlockPropertiesRequest.js +1 -1
  173. package/dist/serialization/types/SearchResultMergingRequest.d.ts +1 -1
  174. package/dist/serialization/types/SearchResultMergingRequest.js +1 -1
  175. package/dist/serialization/types/SearchWeightsRequest.d.ts +2 -2
  176. package/dist/serialization/types/SearchWeightsRequest.js +2 -2
  177. package/dist/serialization/types/SlimDocument.js +1 -1
  178. package/dist/serialization/types/SubmitCompletionActualRequest.js +1 -1
  179. package/dist/serialization/types/TemplatingNodeNumberResult.d.ts +13 -0
  180. package/dist/serialization/types/{ContentType.js → TemplatingNodeNumberResult.js} +5 -2
  181. package/dist/serialization/types/TemplatingNodeResultOutput.d.ts +4 -1
  182. package/dist/serialization/types/TemplatingNodeResultOutput.js +1 -0
  183. package/dist/serialization/types/TerminalNodeNumberResult.d.ts +14 -0
  184. package/dist/serialization/types/TerminalNodeNumberResult.js +35 -0
  185. package/dist/serialization/types/TerminalNodeResultOutput.d.ts +4 -1
  186. package/dist/serialization/types/TerminalNodeResultOutput.js +1 -0
  187. package/dist/serialization/types/VellumVariableType.d.ts +1 -1
  188. package/dist/serialization/types/VellumVariableType.js +1 -1
  189. package/dist/serialization/types/WorkflowExecutionEventErrorCode.d.ts +1 -1
  190. package/dist/serialization/types/WorkflowExecutionEventErrorCode.js +1 -0
  191. package/dist/serialization/types/WorkflowNodeResultData.d.ts +4 -1
  192. package/dist/serialization/types/WorkflowNodeResultData.js +1 -0
  193. package/dist/serialization/types/WorkflowNodeResultEvent.js +1 -1
  194. package/dist/serialization/types/WorkflowResultEvent.js +1 -1
  195. package/dist/serialization/types/WorkflowResultEventOutputData.d.ts +4 -1
  196. package/dist/serialization/types/WorkflowResultEventOutputData.js +1 -0
  197. package/dist/serialization/types/WorkflowResultEventOutputDataNumber.d.ts +17 -0
  198. package/dist/serialization/types/WorkflowResultEventOutputDataNumber.js +38 -0
  199. package/dist/serialization/types/index.d.ts +7 -1
  200. package/dist/serialization/types/index.js +7 -1
  201. package/package.json +1 -1
  202. package/serialization/types/ApiNodeResult.d.ts +12 -0
  203. package/serialization/types/ApiNodeResult.js +33 -0
  204. package/serialization/types/ApiNodeResultData.d.ts +17 -0
  205. package/serialization/types/ApiNodeResultData.js +38 -0
  206. package/serialization/types/DeploymentRead.js +2 -2
  207. package/serialization/types/DocumentIndexRead.js +1 -1
  208. package/serialization/types/DocumentRead.js +1 -1
  209. package/serialization/types/EnrichedNormalizedCompletion.d.ts +1 -1
  210. package/serialization/types/EnrichedNormalizedCompletion.js +1 -1
  211. package/serialization/types/LogicalOperator.d.ts +10 -0
  212. package/serialization/types/LogicalOperator.js +50 -0
  213. package/serialization/types/MetadataFilterConfigRequest.d.ts +1 -1
  214. package/serialization/types/MetadataFilterConfigRequest.js +1 -1
  215. package/serialization/types/MetadataFilterRuleRequest.d.ts +1 -1
  216. package/serialization/types/MetadataFilterRuleRequest.js +1 -1
  217. package/serialization/types/ModelVersionExecConfigParameters.d.ts +2 -2
  218. package/serialization/types/ModelVersionExecConfigParameters.js +2 -2
  219. package/serialization/types/ModelVersionRead.js +1 -1
  220. package/serialization/types/NodeInputCompiledNumberValue.d.ts +14 -0
  221. package/serialization/types/NodeInputCompiledNumberValue.js +35 -0
  222. package/serialization/types/NodeInputVariableCompiledValue.d.ts +4 -1
  223. package/serialization/types/NodeInputVariableCompiledValue.js +1 -0
  224. package/serialization/types/PromptTemplateBlockProperties.d.ts +1 -1
  225. package/serialization/types/PromptTemplateBlockProperties.js +1 -1
  226. package/serialization/types/PromptTemplateBlockPropertiesRequest.d.ts +1 -1
  227. package/serialization/types/PromptTemplateBlockPropertiesRequest.js +1 -1
  228. package/serialization/types/SearchResultMergingRequest.d.ts +1 -1
  229. package/serialization/types/SearchResultMergingRequest.js +1 -1
  230. package/serialization/types/SearchWeightsRequest.d.ts +2 -2
  231. package/serialization/types/SearchWeightsRequest.js +2 -2
  232. package/serialization/types/SlimDocument.js +1 -1
  233. package/serialization/types/SubmitCompletionActualRequest.js +1 -1
  234. package/serialization/types/TemplatingNodeNumberResult.d.ts +13 -0
  235. package/serialization/types/{ContentType.js → TemplatingNodeNumberResult.js} +5 -2
  236. package/serialization/types/TemplatingNodeResultOutput.d.ts +4 -1
  237. package/serialization/types/TemplatingNodeResultOutput.js +1 -0
  238. package/serialization/types/TerminalNodeNumberResult.d.ts +14 -0
  239. package/serialization/types/TerminalNodeNumberResult.js +35 -0
  240. package/serialization/types/TerminalNodeResultOutput.d.ts +4 -1
  241. package/serialization/types/TerminalNodeResultOutput.js +1 -0
  242. package/serialization/types/VellumVariableType.d.ts +1 -1
  243. package/serialization/types/VellumVariableType.js +1 -1
  244. package/serialization/types/WorkflowExecutionEventErrorCode.d.ts +1 -1
  245. package/serialization/types/WorkflowExecutionEventErrorCode.js +1 -0
  246. package/serialization/types/WorkflowNodeResultData.d.ts +4 -1
  247. package/serialization/types/WorkflowNodeResultData.js +1 -0
  248. package/serialization/types/WorkflowNodeResultEvent.js +1 -1
  249. package/serialization/types/WorkflowResultEvent.js +1 -1
  250. package/serialization/types/WorkflowResultEventOutputData.d.ts +4 -1
  251. package/serialization/types/WorkflowResultEventOutputData.js +1 -0
  252. package/serialization/types/WorkflowResultEventOutputDataNumber.d.ts +17 -0
  253. package/serialization/types/WorkflowResultEventOutputDataNumber.js +38 -0
  254. package/serialization/types/index.d.ts +7 -1
  255. package/serialization/types/index.js +7 -1
  256. package/api/types/ContentType.d.ts +0 -12
  257. package/dist/api/types/ContentType.d.ts +0 -12
  258. package/dist/serialization/types/ContentType.d.ts +0 -10
  259. package/serialization/types/ContentType.d.ts +0 -10
@@ -6,8 +6,8 @@ export interface DocumentRead {
6
6
  id: string;
7
7
  /** The unique id of this document as it exists in the user's system. */
8
8
  externalId?: string;
9
- lastUploadedAt: string;
10
- /** A human-readable label for the document. Defaults to the originally uploaded file's file name. <span style="white-space: nowrap">`<= 1000 characters`</span> */
9
+ lastUploadedAt: Date;
10
+ /** A human-readable label for the document. Defaults to the originally uploaded file's file name. */
11
11
  label: string;
12
12
  /**
13
13
  * The current processing state of the document
@@ -21,5 +21,5 @@ export interface EnrichedNormalizedCompletion {
21
21
  logprobs?: Vellum.NormalizedLogProbs;
22
22
  /** The ID of the model version used to generate this completion. */
23
23
  modelVersionId: string;
24
- type?: Vellum.ContentType;
24
+ type?: Vellum.VellumVariableType;
25
25
  }
@@ -0,0 +1,98 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * * `=` - EQUALS
6
+ * * `!=` - DOES_NOT_EQUAL
7
+ * * `<` - LESS_THAN
8
+ * * `>` - GREATER_THAN
9
+ * * `<=` - LESS_THAN_OR_EQUAL_TO
10
+ * * `>=` - GREATER_THAN_OR_EQUAL_TO
11
+ * * `contains` - CONTAINS
12
+ * * `beginsWith` - BEGINS_WITH
13
+ * * `endsWith` - ENDS_WITH
14
+ * * `doesNotContain` - DOES_NOT_CONTAIN
15
+ * * `doesNotBeginWith` - DOES_NOT_BEGIN_WITH
16
+ * * `doesNotEndWith` - DOES_NOT_END_WITH
17
+ * * `null` - NULL
18
+ * * `notNull` - NOT_NULL
19
+ * * `in` - IN
20
+ * * `notIn` - NOT_IN
21
+ * * `between` - BETWEEN
22
+ * * `notBetween` - NOT_BETWEEN
23
+ */
24
+ export declare type LogicalOperator =
25
+ /**
26
+ * Equals */
27
+ "="
28
+ /**
29
+ * Does not equal */
30
+ | "!="
31
+ /**
32
+ * Less than */
33
+ | "<"
34
+ /**
35
+ * Greater than */
36
+ | ">"
37
+ /**
38
+ * Less than or equal to */
39
+ | "<="
40
+ /**
41
+ * Greater than or equal to */
42
+ | ">="
43
+ /**
44
+ * Contains */
45
+ | "contains"
46
+ /**
47
+ * Begins with */
48
+ | "beginsWith"
49
+ /**
50
+ * Ends with */
51
+ | "endsWith"
52
+ /**
53
+ * Does not contain */
54
+ | "doesNotContain"
55
+ /**
56
+ * Does not begin with */
57
+ | "doesNotBeginWith"
58
+ /**
59
+ * Does not end with */
60
+ | "doesNotEndWith"
61
+ /**
62
+ * Null */
63
+ | "null"
64
+ /**
65
+ * Not null */
66
+ | "notNull"
67
+ /**
68
+ * In */
69
+ | "in"
70
+ /**
71
+ * Not in */
72
+ | "notIn"
73
+ /**
74
+ * Between */
75
+ | "between"
76
+ /**
77
+ * Not between */
78
+ | "notBetween";
79
+ export declare const LogicalOperator: {
80
+ readonly Equals: "=";
81
+ readonly DoesNotEqual: "!=";
82
+ readonly LessThan: "<";
83
+ readonly GreaterThan: ">";
84
+ readonly LessThanOrEqualTo: "<=";
85
+ readonly GreaterThanOrEqualTo: ">=";
86
+ readonly Contains: "contains";
87
+ readonly BeginsWith: "beginsWith";
88
+ readonly EndsWith: "endsWith";
89
+ readonly DoesNotContain: "doesNotContain";
90
+ readonly DoesNotBeginWith: "doesNotBeginWith";
91
+ readonly DoesNotEndWith: "doesNotEndWith";
92
+ readonly Null: "null";
93
+ readonly NotNull: "notNull";
94
+ readonly In: "in";
95
+ readonly NotIn: "notIn";
96
+ readonly Between: "between";
97
+ readonly NotBetween: "notBetween";
98
+ };
@@ -0,0 +1,26 @@
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.LogicalOperator = void 0;
7
+ exports.LogicalOperator = {
8
+ Equals: "=",
9
+ DoesNotEqual: "!=",
10
+ LessThan: "<",
11
+ GreaterThan: ">",
12
+ LessThanOrEqualTo: "<=",
13
+ GreaterThanOrEqualTo: ">=",
14
+ Contains: "contains",
15
+ BeginsWith: "beginsWith",
16
+ EndsWith: "endsWith",
17
+ DoesNotContain: "doesNotContain",
18
+ DoesNotBeginWith: "doesNotBeginWith",
19
+ DoesNotEndWith: "doesNotEndWith",
20
+ Null: "null",
21
+ NotNull: "notNull",
22
+ In: "in",
23
+ NotIn: "notIn",
24
+ Between: "between",
25
+ NotBetween: "notBetween",
26
+ };
@@ -6,10 +6,7 @@ export interface MetadataFilterConfigRequest {
6
6
  combinator?: Vellum.MetadataFilterRuleCombinator;
7
7
  negated?: boolean;
8
8
  rules?: Vellum.MetadataFilterRuleRequest[];
9
- /** <span style="white-space: nowrap">`non-empty`</span> */
10
9
  field?: string;
11
- /** <span style="white-space: nowrap">`non-empty`</span> */
12
- operator?: string;
13
- /** <span style="white-space: nowrap">`non-empty`</span> */
10
+ operator?: Vellum.LogicalOperator;
14
11
  value?: string;
15
12
  }
@@ -6,10 +6,7 @@ export interface MetadataFilterRuleRequest {
6
6
  combinator?: Vellum.MetadataFilterRuleCombinator;
7
7
  negated?: boolean;
8
8
  rules?: Vellum.MetadataFilterRuleRequest[];
9
- /** <span style="white-space: nowrap">`non-empty`</span> */
10
9
  field?: string;
11
- /** <span style="white-space: nowrap">`non-empty`</span> */
12
- operator?: string;
13
- /** <span style="white-space: nowrap">`non-empty`</span> */
10
+ operator?: Vellum.LogicalOperator;
14
11
  value?: string;
15
12
  }
@@ -2,8 +2,8 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  export interface ModelVersionExecConfigParameters {
5
- temperature: number;
6
- maxTokens: number;
5
+ temperature?: number;
6
+ maxTokens?: number;
7
7
  topP: number;
8
8
  frequencyPenalty: number;
9
9
  presencePenalty: number;
@@ -6,8 +6,8 @@ export interface ModelVersionRead {
6
6
  /** Vellum-generated ID that uniquely identifies this model version. */
7
7
  id: string;
8
8
  /** Timestamp of when this model version was created. */
9
- created: string;
10
- /** Human-friendly name for this model version. <span style="white-space: nowrap">`<= 150 characters`</span> */
9
+ created: Date;
10
+ /** Human-friendly name for this model version. */
11
11
  label: string;
12
12
  modelType: Vellum.ModelTypeDeprecated;
13
13
  /**
@@ -23,7 +23,7 @@ export interface ModelVersionRead {
23
23
  * * `PYQ` - Pyq
24
24
  */
25
25
  provider: Vellum.ProviderEnum;
26
- /** The unique id of this model version as it exists in the above provider's system. <span style="white-space: nowrap">`<= 250 characters`</span> */
26
+ /** The unique id of this model version as it exists in the above provider's system. */
27
27
  externalId: string;
28
28
  /** Configuration used to build this model version. */
29
29
  buildConfig: Vellum.ModelVersionBuildConfig;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface NodeInputCompiledNumberValue {
5
+ nodeInputId: string;
6
+ key: string;
7
+ value?: number;
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 });
@@ -2,11 +2,14 @@
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 NodeInputVariableCompiledValue = Vellum.NodeInputVariableCompiledValue.String | Vellum.NodeInputVariableCompiledValue.Json | Vellum.NodeInputVariableCompiledValue.ChatHistory | Vellum.NodeInputVariableCompiledValue.SearchResults;
5
+ export declare type NodeInputVariableCompiledValue = Vellum.NodeInputVariableCompiledValue.String | Vellum.NodeInputVariableCompiledValue.Number | Vellum.NodeInputVariableCompiledValue.Json | Vellum.NodeInputVariableCompiledValue.ChatHistory | Vellum.NodeInputVariableCompiledValue.SearchResults;
6
6
  export declare namespace NodeInputVariableCompiledValue {
7
7
  interface String extends Vellum.NodeInputCompiledStringValue {
8
8
  type: "STRING";
9
9
  }
10
+ interface Number extends Vellum.NodeInputCompiledNumberValue {
11
+ type: "NUMBER";
12
+ }
10
13
  interface Json extends Vellum.NodeInputCompiledJsonValue {
11
14
  type: "JSON";
12
15
  }
@@ -6,7 +6,7 @@ export interface PromptTemplateBlockProperties {
6
6
  chatRole?: Vellum.ChatMessageRole;
7
7
  chatMessageUnterminated?: boolean;
8
8
  template?: string;
9
- templateType?: Vellum.ContentType;
9
+ templateType?: Vellum.VellumVariableType;
10
10
  functionName?: string;
11
11
  functionDescription?: string;
12
12
  functionParameters?: Record<string, unknown>;
@@ -6,10 +6,8 @@ export interface PromptTemplateBlockPropertiesRequest {
6
6
  chatRole?: Vellum.ChatMessageRole;
7
7
  chatMessageUnterminated?: boolean;
8
8
  template?: string;
9
- templateType?: Vellum.ContentType;
10
- /** <span style="white-space: nowrap">`non-empty`</span> */
9
+ templateType?: Vellum.VellumVariableType;
11
10
  functionName?: string;
12
- /** <span style="white-space: nowrap">`non-empty`</span> */
13
11
  functionDescription?: string;
14
12
  functionParameters?: Record<string, unknown>;
15
13
  functionForced?: boolean;
@@ -3,7 +3,6 @@
3
3
  */
4
4
  import * as Vellum from "..";
5
5
  export interface PromptTemplateBlockRequest {
6
- /** <span style="white-space: nowrap">`non-empty`</span> */
7
6
  id: string;
8
7
  blockType: Vellum.BlockTypeEnum;
9
8
  properties: Vellum.PromptTemplateBlockPropertiesRequest;
@@ -3,9 +3,7 @@
3
3
  */
4
4
  import * as Vellum from "..";
5
5
  export interface RegisteredPromptInputVariableRequest {
6
- /** <span style="white-space: nowrap">`non-empty`</span> */
7
6
  key: string;
8
- /** <span style="white-space: nowrap">`non-empty`</span> */
9
7
  id?: string;
10
8
  type?: Vellum.VellumVariableType;
11
9
  }
@@ -3,7 +3,6 @@
3
3
  */
4
4
  import * as Vellum from "..";
5
5
  export interface ScenarioInputRequest {
6
- /** <span style="white-space: nowrap">`non-empty`</span> */
7
6
  key: string;
8
7
  type?: Vellum.ScenarioInputTypeEnum;
9
8
  value?: string;
@@ -4,7 +4,7 @@
4
4
  export interface SearchResultDocument {
5
5
  /** The ID of the document. */
6
6
  id: string;
7
- /** The human-readable name for the document. <span style="white-space: nowrap">`<= 1000 characters`</span> */
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. */
10
10
  externalId?: string;
@@ -3,5 +3,5 @@
3
3
  */
4
4
  export interface SearchResultMergingRequest {
5
5
  /** Whether to enable merging results */
6
- enabled: boolean;
6
+ enabled?: boolean;
7
7
  }
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export interface SearchWeightsRequest {
5
5
  /** The relative weight to give to semantic similarity */
6
- semanticSimilarity: number;
7
- /** The relative weight to give to keyword matches */
8
- keywords: number;
6
+ semanticSimilarity?: number;
7
+ /** The relative weight to give to keywords */
8
+ keywords?: number;
9
9
  }
@@ -8,8 +8,8 @@ export interface SlimDocument {
8
8
  /** The external ID that was originally provided when uploading the document. */
9
9
  externalId?: string;
10
10
  /** A timestamp representing when this document was most recently uploaded. */
11
- lastUploadedAt: string;
12
- /** Human-friendly name for this document. <span style="white-space: nowrap">`<= 1000 characters`</span> */
11
+ lastUploadedAt: Date;
12
+ /** Human-friendly name for this document. */
13
13
  label: string;
14
14
  /**
15
15
  * An enum value representing where this document is along its processing lifecycle. Note that this is different than its indexing lifecycle.
@@ -11,5 +11,5 @@ export interface SubmitCompletionActualRequest {
11
11
  /** A number between 0 and 1 representing the quality of the completion. 0 is the worst, 1 is the best. */
12
12
  quality?: number;
13
13
  /** Optionally provide the timestamp representing when this feedback was collected. Used for reporting purposes. */
14
- timestamp?: string;
14
+ timestamp?: Date;
15
15
  }
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface TemplatingNodeNumberResult {
5
+ id: string;
6
+ value?: number;
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 });
@@ -2,11 +2,14 @@
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 TemplatingNodeResultOutput = Vellum.TemplatingNodeResultOutput.String | Vellum.TemplatingNodeResultOutput.Json | Vellum.TemplatingNodeResultOutput.ChatHistory | Vellum.TemplatingNodeResultOutput.SearchResults;
5
+ export declare type TemplatingNodeResultOutput = Vellum.TemplatingNodeResultOutput.String | Vellum.TemplatingNodeResultOutput.Number | Vellum.TemplatingNodeResultOutput.Json | Vellum.TemplatingNodeResultOutput.ChatHistory | Vellum.TemplatingNodeResultOutput.SearchResults;
6
6
  export declare namespace TemplatingNodeResultOutput {
7
7
  interface String extends Vellum.TemplatingNodeStringResult {
8
8
  type: "STRING";
9
9
  }
10
+ interface Number extends Vellum.TemplatingNodeNumberResult {
11
+ type: "NUMBER";
12
+ }
10
13
  interface Json extends Vellum.TemplatingNodeJsonResult {
11
14
  type: "JSON";
12
15
  }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface TerminalNodeNumberResult {
5
+ id?: string;
6
+ /** The unique name given to the terminal node that produced this output. */
7
+ name: string;
8
+ value?: number;
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 });
@@ -2,11 +2,14 @@
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 TerminalNodeResultOutput = Vellum.TerminalNodeResultOutput.String | Vellum.TerminalNodeResultOutput.Json | Vellum.TerminalNodeResultOutput.ChatHistory | Vellum.TerminalNodeResultOutput.SearchResults;
5
+ export declare type TerminalNodeResultOutput = Vellum.TerminalNodeResultOutput.String | Vellum.TerminalNodeResultOutput.Number | Vellum.TerminalNodeResultOutput.Json | Vellum.TerminalNodeResultOutput.ChatHistory | Vellum.TerminalNodeResultOutput.SearchResults;
6
6
  export declare namespace TerminalNodeResultOutput {
7
7
  interface String extends Vellum.TerminalNodeStringResult {
8
8
  type: "STRING";
9
9
  }
10
+ interface Number extends Vellum.TerminalNodeNumberResult {
11
+ type: "NUMBER";
12
+ }
10
13
  interface Json extends Vellum.TerminalNodeJsonResult {
11
14
  type: "JSON";
12
15
  }
@@ -2,14 +2,16 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  /**
5
- * * `STRING` - String
5
+ * * `STRING` - STRING
6
+ * * `NUMBER` - NUMBER
6
7
  * * `JSON` - JSON
7
- * * `CHAT_HISTORY` - Chat History
8
- * * `SEARCH_RESULTS` - Search Results
8
+ * * `CHAT_HISTORY` - CHAT_HISTORY
9
+ * * `SEARCH_RESULTS` - SEARCH_RESULTS
9
10
  */
10
- export declare type VellumVariableType = "STRING" | "JSON" | "CHAT_HISTORY" | "SEARCH_RESULTS";
11
+ export declare type VellumVariableType = "STRING" | "NUMBER" | "JSON" | "CHAT_HISTORY" | "SEARCH_RESULTS";
11
12
  export declare const VellumVariableType: {
12
13
  readonly String: "STRING";
14
+ readonly Number: "NUMBER";
13
15
  readonly Json: "JSON";
14
16
  readonly ChatHistory: "CHAT_HISTORY";
15
17
  readonly SearchResults: "SEARCH_RESULTS";
@@ -6,6 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.VellumVariableType = void 0;
7
7
  exports.VellumVariableType = {
8
8
  String: "STRING",
9
+ Number: "NUMBER",
9
10
  Json: "JSON",
10
11
  ChatHistory: "CHAT_HISTORY",
11
12
  SearchResults: "SEARCH_RESULTS",
@@ -4,14 +4,16 @@
4
4
  /**
5
5
  * * `WORKFLOW_INITIALIZATION` - WORKFLOW_INITIALIZATION
6
6
  * * `NODE_EXECUTION_COUNT_LIMIT_REACHED` - NODE_EXECUTION_COUNT_LIMIT_REACHED
7
+ * * `INTERNAL_SERVER_ERROR` - INTERNAL_SERVER_ERROR
7
8
  * * `NODE_EXECUTION` - NODE_EXECUTION
8
9
  * * `LLM_PROVIDER` - LLM_PROVIDER
9
10
  * * `INVALID_TEMPLATE` - INVALID_TEMPLATE
10
11
  */
11
- export declare type WorkflowExecutionEventErrorCode = "WORKFLOW_INITIALIZATION" | "NODE_EXECUTION_COUNT_LIMIT_REACHED" | "NODE_EXECUTION" | "LLM_PROVIDER" | "INVALID_TEMPLATE";
12
+ export declare type WorkflowExecutionEventErrorCode = "WORKFLOW_INITIALIZATION" | "NODE_EXECUTION_COUNT_LIMIT_REACHED" | "INTERNAL_SERVER_ERROR" | "NODE_EXECUTION" | "LLM_PROVIDER" | "INVALID_TEMPLATE";
12
13
  export declare const WorkflowExecutionEventErrorCode: {
13
14
  readonly WorkflowInitialization: "WORKFLOW_INITIALIZATION";
14
15
  readonly NodeExecutionCountLimitReached: "NODE_EXECUTION_COUNT_LIMIT_REACHED";
16
+ readonly InternalServerError: "INTERNAL_SERVER_ERROR";
15
17
  readonly NodeExecution: "NODE_EXECUTION";
16
18
  readonly LlmProvider: "LLM_PROVIDER";
17
19
  readonly InvalidTemplate: "INVALID_TEMPLATE";
@@ -7,6 +7,7 @@ exports.WorkflowExecutionEventErrorCode = void 0;
7
7
  exports.WorkflowExecutionEventErrorCode = {
8
8
  WorkflowInitialization: "WORKFLOW_INITIALIZATION",
9
9
  NodeExecutionCountLimitReached: "NODE_EXECUTION_COUNT_LIMIT_REACHED",
10
+ InternalServerError: "INTERNAL_SERVER_ERROR",
10
11
  NodeExecution: "NODE_EXECUTION",
11
12
  LlmProvider: "LLM_PROVIDER",
12
13
  InvalidTemplate: "INVALID_TEMPLATE",
@@ -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.Conditional | Vellum.WorkflowNodeResultData.Terminal;
5
+ export declare type WorkflowNodeResultData = Vellum.WorkflowNodeResultData.Prompt | Vellum.WorkflowNodeResultData.Search | Vellum.WorkflowNodeResultData.Templating | Vellum.WorkflowNodeResultData.Conditional | Vellum.WorkflowNodeResultData.Api | Vellum.WorkflowNodeResultData.Terminal;
6
6
  export declare namespace WorkflowNodeResultData {
7
7
  interface Prompt extends Vellum.PromptNodeResult {
8
8
  type: "PROMPT";
@@ -16,6 +16,9 @@ export declare namespace WorkflowNodeResultData {
16
16
  interface Conditional extends Vellum.ConditionalNodeResult {
17
17
  type: "CONDITIONAL";
18
18
  }
19
+ interface Api extends Vellum.ApiNodeResult {
20
+ type: "API";
21
+ }
19
22
  interface Terminal extends Vellum.TerminalNodeResult {
20
23
  type: "TERMINAL";
21
24
  }
@@ -7,7 +7,7 @@ export interface WorkflowNodeResultEvent {
7
7
  nodeId: string;
8
8
  nodeResultId: string;
9
9
  state: Vellum.WorkflowNodeResultEventState;
10
- ts?: string;
10
+ ts?: Date;
11
11
  data?: Vellum.WorkflowNodeResultData;
12
12
  error?: Vellum.WorkflowEventError;
13
13
  inputValues?: Vellum.NodeInputVariableCompiledValue[];
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import * as Vellum from "..";
5
5
  export interface WorkflowRequestChatHistoryInputRequest {
6
- /** The variable's name, as defined in the Workflow. <span style="white-space: nowrap">`non-empty`</span> */
6
+ /** The variable's name, as defined in the Workflow. */
7
7
  name: string;
8
8
  value: Vellum.ChatMessageRequest[];
9
9
  }
@@ -2,7 +2,7 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  export interface WorkflowRequestJsonInputRequest {
5
- /** The variable's name, as defined in the Workflow. <span style="white-space: nowrap">`non-empty`</span> */
5
+ /** The variable's name, as defined in the Workflow. */
6
6
  name: string;
7
7
  value: Record<string, unknown>;
8
8
  }
@@ -2,7 +2,7 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  export interface WorkflowRequestStringInputRequest {
5
- /** The variable's name, as defined in the Workflow. <span style="white-space: nowrap">`non-empty`</span> */
5
+ /** The variable's name, as defined in the Workflow. */
6
6
  name: string;
7
7
  value: string;
8
8
  }
@@ -5,7 +5,7 @@ import * as Vellum from "..";
5
5
  export interface WorkflowResultEvent {
6
6
  id: string;
7
7
  state: Vellum.WorkflowNodeResultEventState;
8
- ts: string;
8
+ ts: Date;
9
9
  output?: Vellum.WorkflowResultEventOutputData;
10
10
  error?: Vellum.WorkflowEventError;
11
11
  }
@@ -2,11 +2,14 @@
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 WorkflowResultEventOutputData = Vellum.WorkflowResultEventOutputData.String | Vellum.WorkflowResultEventOutputData.Json | Vellum.WorkflowResultEventOutputData.ChatHistory | Vellum.WorkflowResultEventOutputData.SearchResults;
5
+ export declare type WorkflowResultEventOutputData = Vellum.WorkflowResultEventOutputData.String | Vellum.WorkflowResultEventOutputData.Number | Vellum.WorkflowResultEventOutputData.Json | Vellum.WorkflowResultEventOutputData.ChatHistory | Vellum.WorkflowResultEventOutputData.SearchResults;
6
6
  export declare namespace WorkflowResultEventOutputData {
7
7
  interface String extends Vellum.WorkflowResultEventOutputDataString {
8
8
  type: "STRING";
9
9
  }
10
+ interface Number extends Vellum.WorkflowResultEventOutputDataNumber {
11
+ type: "NUMBER";
12
+ }
10
13
  interface Json extends Vellum.WorkflowResultEventOutputDataJson {
11
14
  type: "JSON";
12
15
  }
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "..";
5
+ export interface WorkflowResultEventOutputDataNumber {
6
+ id?: string;
7
+ name: string;
8
+ state: Vellum.WorkflowNodeResultEventState;
9
+ nodeId: string;
10
+ /** The newly output string value. Only relevant for string outputs with a state of STREAMING. */
11
+ delta?: string;
12
+ value?: number;
13
+ }
@@ -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,10 +1,11 @@
1
+ export * from "./ApiNodeResult";
2
+ export * from "./ApiNodeResultData";
1
3
  export * from "./BlockTypeEnum";
2
4
  export * from "./ChatMessage";
3
5
  export * from "./ChatMessageRequest";
4
6
  export * from "./ChatMessageRole";
5
7
  export * from "./ConditionalNodeResult";
6
8
  export * from "./ConditionalNodeResultData";
7
- export * from "./ContentType";
8
9
  export * from "./DeploymentRead";
9
10
  export * from "./DeploymentStatus";
10
11
  export * from "./DocumentDocumentToDocumentIndex";
@@ -29,6 +30,7 @@ export * from "./GenerateStreamResponse";
29
30
  export * from "./GenerateStreamResult";
30
31
  export * from "./GenerateStreamResultData";
31
32
  export * from "./IndexingStateEnum";
33
+ export * from "./LogicalOperator";
32
34
  export * from "./LogprobsEnum";
33
35
  export * from "./MetadataFilterConfigRequest";
34
36
  export * from "./MetadataFilterRuleCombinator";
@@ -44,6 +46,7 @@ export * from "./ModelVersionReadStatusEnum";
44
46
  export * from "./ModelVersionSandboxSnapshot";
45
47
  export * from "./NodeInputCompiledChatHistoryValue";
46
48
  export * from "./NodeInputCompiledJsonValue";
49
+ export * from "./NodeInputCompiledNumberValue";
47
50
  export * from "./NodeInputCompiledSearchResultsValue";
48
51
  export * from "./NodeInputCompiledStringValue";
49
52
  export * from "./NodeInputVariableCompiledValue";
@@ -93,6 +96,7 @@ export * from "./SubmitCompletionActualsErrorResponse";
93
96
  export * from "./SubmitWorkflowExecutionActualRequest";
94
97
  export * from "./TemplatingNodeChatHistoryResult";
95
98
  export * from "./TemplatingNodeJsonResult";
99
+ export * from "./TemplatingNodeNumberResult";
96
100
  export * from "./TemplatingNodeResult";
97
101
  export * from "./TemplatingNodeResultData";
98
102
  export * from "./TemplatingNodeResultOutput";
@@ -100,6 +104,7 @@ export * from "./TemplatingNodeSearchResultsResult";
100
104
  export * from "./TemplatingNodeStringResult";
101
105
  export * from "./TerminalNodeChatHistoryResult";
102
106
  export * from "./TerminalNodeJsonResult";
107
+ export * from "./TerminalNodeNumberResult";
103
108
  export * from "./TerminalNodeResult";
104
109
  export * from "./TerminalNodeResultData";
105
110
  export * from "./TerminalNodeResultOutput";
@@ -129,6 +134,7 @@ export * from "./WorkflowResultEvent";
129
134
  export * from "./WorkflowResultEventOutputData";
130
135
  export * from "./WorkflowResultEventOutputDataChatHistory";
131
136
  export * from "./WorkflowResultEventOutputDataJson";
137
+ export * from "./WorkflowResultEventOutputDataNumber";
132
138
  export * from "./WorkflowResultEventOutputDataSearchResults";
133
139
  export * from "./WorkflowResultEventOutputDataString";
134
140
  export * from "./WorkflowStreamEvent";