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.
- package/Client.d.ts +2 -14
- package/Client.js +2 -14
- package/api/client/requests/GenerateBodyRequest.d.ts +1 -1
- package/api/client/requests/GenerateStreamBodyRequest.d.ts +1 -1
- package/api/client/requests/SearchRequestBodyRequest.d.ts +1 -1
- package/api/resources/deployments/client/Client.d.ts +0 -4
- package/api/resources/deployments/client/Client.js +0 -4
- package/api/resources/documentIndexes/client/Client.d.ts +4 -2
- package/api/resources/documentIndexes/client/Client.js +39 -2
- package/api/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.d.ts +2 -2
- package/api/resources/documents/client/Client.d.ts +0 -10
- package/api/resources/documents/client/Client.js +0 -10
- package/api/resources/documents/client/requests/PatchedDocumentUpdateRequest.d.ts +1 -1
- package/api/resources/documents/client/requests/UploadDocumentBodyRequest.d.ts +1 -1
- package/api/resources/modelVersions/client/Client.d.ts +0 -6
- package/api/resources/modelVersions/client/Client.js +0 -6
- package/api/resources/registeredPrompts/client/Client.d.ts +0 -2
- package/api/resources/registeredPrompts/client/Client.js +0 -2
- package/api/resources/registeredPrompts/client/requests/RegisterPromptRequestRequest.d.ts +3 -3
- package/api/resources/sandboxes/client/Client.d.ts +0 -4
- package/api/resources/sandboxes/client/Client.js +0 -4
- package/api/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.d.ts +1 -1
- package/api/resources/testSuites/client/Client.d.ts +1 -4
- package/api/resources/testSuites/client/Client.js +1 -4
- package/api/resources/testSuites/client/requests/TestSuiteTestCaseRequest.d.ts +1 -1
- package/api/types/ApiNodeResult.d.ts +7 -0
- package/api/types/{ContentType.js → ApiNodeResult.js} +0 -5
- package/api/types/ApiNodeResultData.d.ts +11 -0
- package/{dist/api/types/ContentType.js → api/types/ApiNodeResultData.js} +0 -5
- package/api/types/DeploymentRead.d.ts +4 -4
- package/api/types/DocumentIndexRead.d.ts +3 -3
- package/api/types/DocumentRead.d.ts +2 -2
- package/api/types/EnrichedNormalizedCompletion.d.ts +1 -1
- package/api/types/LogicalOperator.d.ts +98 -0
- package/api/types/LogicalOperator.js +26 -0
- package/api/types/MetadataFilterConfigRequest.d.ts +1 -4
- package/api/types/MetadataFilterRuleRequest.d.ts +1 -4
- package/api/types/ModelVersionExecConfigParameters.d.ts +2 -2
- package/api/types/ModelVersionRead.d.ts +3 -3
- package/api/types/NodeInputCompiledNumberValue.d.ts +8 -0
- package/api/types/NodeInputCompiledNumberValue.js +5 -0
- package/api/types/NodeInputVariableCompiledValue.d.ts +4 -1
- package/api/types/PromptTemplateBlockProperties.d.ts +1 -1
- package/api/types/PromptTemplateBlockPropertiesRequest.d.ts +1 -3
- package/api/types/PromptTemplateBlockRequest.d.ts +0 -1
- package/api/types/RegisteredPromptInputVariableRequest.d.ts +0 -2
- package/api/types/ScenarioInputRequest.d.ts +0 -1
- package/api/types/SearchResultDocument.d.ts +1 -1
- package/api/types/SearchResultMergingRequest.d.ts +1 -1
- package/api/types/SearchWeightsRequest.d.ts +3 -3
- package/api/types/SlimDocument.d.ts +2 -2
- package/api/types/SubmitCompletionActualRequest.d.ts +1 -1
- package/api/types/TemplatingNodeNumberResult.d.ts +7 -0
- package/api/types/TemplatingNodeNumberResult.js +5 -0
- package/api/types/TemplatingNodeResultOutput.d.ts +4 -1
- package/api/types/TerminalNodeNumberResult.d.ts +9 -0
- package/api/types/TerminalNodeNumberResult.js +5 -0
- package/api/types/TerminalNodeResultOutput.d.ts +4 -1
- package/api/types/VellumVariableType.d.ts +6 -4
- package/api/types/VellumVariableType.js +1 -0
- package/api/types/WorkflowExecutionEventErrorCode.d.ts +3 -1
- package/api/types/WorkflowExecutionEventErrorCode.js +1 -0
- package/api/types/WorkflowNodeResultData.d.ts +4 -1
- package/api/types/WorkflowNodeResultEvent.d.ts +1 -1
- package/api/types/WorkflowRequestChatHistoryInputRequest.d.ts +1 -1
- package/api/types/WorkflowRequestJsonInputRequest.d.ts +1 -1
- package/api/types/WorkflowRequestStringInputRequest.d.ts +1 -1
- package/api/types/WorkflowResultEvent.d.ts +1 -1
- package/api/types/WorkflowResultEventOutputData.d.ts +4 -1
- package/api/types/WorkflowResultEventOutputDataNumber.d.ts +13 -0
- package/api/types/WorkflowResultEventOutputDataNumber.js +5 -0
- package/api/types/index.d.ts +7 -1
- package/api/types/index.js +7 -1
- package/dist/Client.d.ts +2 -14
- package/dist/Client.js +2 -14
- package/dist/api/client/requests/GenerateBodyRequest.d.ts +1 -1
- package/dist/api/client/requests/GenerateStreamBodyRequest.d.ts +1 -1
- package/dist/api/client/requests/SearchRequestBodyRequest.d.ts +1 -1
- package/dist/api/resources/deployments/client/Client.d.ts +0 -4
- package/dist/api/resources/deployments/client/Client.js +0 -4
- package/dist/api/resources/documentIndexes/client/Client.d.ts +4 -2
- package/dist/api/resources/documentIndexes/client/Client.js +39 -2
- package/dist/api/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.d.ts +2 -2
- package/dist/api/resources/documents/client/Client.d.ts +0 -10
- package/dist/api/resources/documents/client/Client.js +0 -10
- package/dist/api/resources/documents/client/requests/PatchedDocumentUpdateRequest.d.ts +1 -1
- package/dist/api/resources/documents/client/requests/UploadDocumentBodyRequest.d.ts +1 -1
- package/dist/api/resources/modelVersions/client/Client.d.ts +0 -6
- package/dist/api/resources/modelVersions/client/Client.js +0 -6
- package/dist/api/resources/registeredPrompts/client/Client.d.ts +0 -2
- package/dist/api/resources/registeredPrompts/client/Client.js +0 -2
- package/dist/api/resources/registeredPrompts/client/requests/RegisterPromptRequestRequest.d.ts +3 -3
- package/dist/api/resources/sandboxes/client/Client.d.ts +0 -4
- package/dist/api/resources/sandboxes/client/Client.js +0 -4
- package/dist/api/resources/sandboxes/client/requests/UpsertSandboxScenarioRequestRequest.d.ts +1 -1
- package/dist/api/resources/testSuites/client/Client.d.ts +1 -4
- package/dist/api/resources/testSuites/client/Client.js +1 -4
- package/dist/api/resources/testSuites/client/requests/TestSuiteTestCaseRequest.d.ts +1 -1
- package/dist/api/types/ApiNodeResult.d.ts +7 -0
- package/dist/api/types/ApiNodeResult.js +5 -0
- package/dist/api/types/ApiNodeResultData.d.ts +11 -0
- package/dist/api/types/ApiNodeResultData.js +5 -0
- package/dist/api/types/DeploymentRead.d.ts +4 -4
- package/dist/api/types/DocumentIndexRead.d.ts +3 -3
- package/dist/api/types/DocumentRead.d.ts +2 -2
- package/dist/api/types/EnrichedNormalizedCompletion.d.ts +1 -1
- package/dist/api/types/LogicalOperator.d.ts +98 -0
- package/dist/api/types/LogicalOperator.js +26 -0
- package/dist/api/types/MetadataFilterConfigRequest.d.ts +1 -4
- package/dist/api/types/MetadataFilterRuleRequest.d.ts +1 -4
- package/dist/api/types/ModelVersionExecConfigParameters.d.ts +2 -2
- package/dist/api/types/ModelVersionRead.d.ts +3 -3
- package/dist/api/types/NodeInputCompiledNumberValue.d.ts +8 -0
- package/dist/api/types/NodeInputCompiledNumberValue.js +5 -0
- package/dist/api/types/NodeInputVariableCompiledValue.d.ts +4 -1
- package/dist/api/types/PromptTemplateBlockProperties.d.ts +1 -1
- package/dist/api/types/PromptTemplateBlockPropertiesRequest.d.ts +1 -3
- package/dist/api/types/PromptTemplateBlockRequest.d.ts +0 -1
- package/dist/api/types/RegisteredPromptInputVariableRequest.d.ts +0 -2
- package/dist/api/types/ScenarioInputRequest.d.ts +0 -1
- package/dist/api/types/SearchResultDocument.d.ts +1 -1
- package/dist/api/types/SearchResultMergingRequest.d.ts +1 -1
- package/dist/api/types/SearchWeightsRequest.d.ts +3 -3
- package/dist/api/types/SlimDocument.d.ts +2 -2
- package/dist/api/types/SubmitCompletionActualRequest.d.ts +1 -1
- package/dist/api/types/TemplatingNodeNumberResult.d.ts +7 -0
- package/dist/api/types/TemplatingNodeNumberResult.js +5 -0
- package/dist/api/types/TemplatingNodeResultOutput.d.ts +4 -1
- package/dist/api/types/TerminalNodeNumberResult.d.ts +9 -0
- package/dist/api/types/TerminalNodeNumberResult.js +5 -0
- package/dist/api/types/TerminalNodeResultOutput.d.ts +4 -1
- package/dist/api/types/VellumVariableType.d.ts +6 -4
- package/dist/api/types/VellumVariableType.js +1 -0
- package/dist/api/types/WorkflowExecutionEventErrorCode.d.ts +3 -1
- package/dist/api/types/WorkflowExecutionEventErrorCode.js +1 -0
- package/dist/api/types/WorkflowNodeResultData.d.ts +4 -1
- package/dist/api/types/WorkflowNodeResultEvent.d.ts +1 -1
- package/dist/api/types/WorkflowRequestChatHistoryInputRequest.d.ts +1 -1
- package/dist/api/types/WorkflowRequestJsonInputRequest.d.ts +1 -1
- package/dist/api/types/WorkflowRequestStringInputRequest.d.ts +1 -1
- package/dist/api/types/WorkflowResultEvent.d.ts +1 -1
- package/dist/api/types/WorkflowResultEventOutputData.d.ts +4 -1
- package/dist/api/types/WorkflowResultEventOutputDataNumber.d.ts +13 -0
- package/dist/api/types/WorkflowResultEventOutputDataNumber.js +5 -0
- package/dist/api/types/index.d.ts +7 -1
- package/dist/api/types/index.js +7 -1
- package/dist/serialization/types/ApiNodeResult.d.ts +12 -0
- package/dist/serialization/types/ApiNodeResult.js +33 -0
- package/dist/serialization/types/ApiNodeResultData.d.ts +17 -0
- package/dist/serialization/types/ApiNodeResultData.js +38 -0
- package/dist/serialization/types/DeploymentRead.js +2 -2
- package/dist/serialization/types/DocumentIndexRead.js +1 -1
- package/dist/serialization/types/DocumentRead.js +1 -1
- package/dist/serialization/types/EnrichedNormalizedCompletion.d.ts +1 -1
- package/dist/serialization/types/EnrichedNormalizedCompletion.js +1 -1
- package/dist/serialization/types/LogicalOperator.d.ts +10 -0
- package/dist/serialization/types/LogicalOperator.js +50 -0
- package/dist/serialization/types/MetadataFilterConfigRequest.d.ts +1 -1
- package/dist/serialization/types/MetadataFilterConfigRequest.js +1 -1
- package/dist/serialization/types/MetadataFilterRuleRequest.d.ts +1 -1
- package/dist/serialization/types/MetadataFilterRuleRequest.js +1 -1
- package/dist/serialization/types/ModelVersionExecConfigParameters.d.ts +2 -2
- package/dist/serialization/types/ModelVersionExecConfigParameters.js +2 -2
- package/dist/serialization/types/ModelVersionRead.js +1 -1
- package/dist/serialization/types/NodeInputCompiledNumberValue.d.ts +14 -0
- package/dist/serialization/types/NodeInputCompiledNumberValue.js +35 -0
- package/dist/serialization/types/NodeInputVariableCompiledValue.d.ts +4 -1
- package/dist/serialization/types/NodeInputVariableCompiledValue.js +1 -0
- package/dist/serialization/types/PromptTemplateBlockProperties.d.ts +1 -1
- package/dist/serialization/types/PromptTemplateBlockProperties.js +1 -1
- package/dist/serialization/types/PromptTemplateBlockPropertiesRequest.d.ts +1 -1
- package/dist/serialization/types/PromptTemplateBlockPropertiesRequest.js +1 -1
- package/dist/serialization/types/SearchResultMergingRequest.d.ts +1 -1
- package/dist/serialization/types/SearchResultMergingRequest.js +1 -1
- package/dist/serialization/types/SearchWeightsRequest.d.ts +2 -2
- package/dist/serialization/types/SearchWeightsRequest.js +2 -2
- package/dist/serialization/types/SlimDocument.js +1 -1
- package/dist/serialization/types/SubmitCompletionActualRequest.js +1 -1
- package/dist/serialization/types/TemplatingNodeNumberResult.d.ts +13 -0
- package/dist/serialization/types/{ContentType.js → TemplatingNodeNumberResult.js} +5 -2
- package/dist/serialization/types/TemplatingNodeResultOutput.d.ts +4 -1
- package/dist/serialization/types/TemplatingNodeResultOutput.js +1 -0
- package/dist/serialization/types/TerminalNodeNumberResult.d.ts +14 -0
- package/dist/serialization/types/TerminalNodeNumberResult.js +35 -0
- package/dist/serialization/types/TerminalNodeResultOutput.d.ts +4 -1
- package/dist/serialization/types/TerminalNodeResultOutput.js +1 -0
- package/dist/serialization/types/VellumVariableType.d.ts +1 -1
- package/dist/serialization/types/VellumVariableType.js +1 -1
- package/dist/serialization/types/WorkflowExecutionEventErrorCode.d.ts +1 -1
- package/dist/serialization/types/WorkflowExecutionEventErrorCode.js +1 -0
- package/dist/serialization/types/WorkflowNodeResultData.d.ts +4 -1
- package/dist/serialization/types/WorkflowNodeResultData.js +1 -0
- package/dist/serialization/types/WorkflowNodeResultEvent.js +1 -1
- package/dist/serialization/types/WorkflowResultEvent.js +1 -1
- package/dist/serialization/types/WorkflowResultEventOutputData.d.ts +4 -1
- package/dist/serialization/types/WorkflowResultEventOutputData.js +1 -0
- package/dist/serialization/types/WorkflowResultEventOutputDataNumber.d.ts +17 -0
- package/dist/serialization/types/WorkflowResultEventOutputDataNumber.js +38 -0
- package/dist/serialization/types/index.d.ts +7 -1
- package/dist/serialization/types/index.js +7 -1
- package/package.json +1 -1
- package/serialization/types/ApiNodeResult.d.ts +12 -0
- package/serialization/types/ApiNodeResult.js +33 -0
- package/serialization/types/ApiNodeResultData.d.ts +17 -0
- package/serialization/types/ApiNodeResultData.js +38 -0
- package/serialization/types/DeploymentRead.js +2 -2
- package/serialization/types/DocumentIndexRead.js +1 -1
- package/serialization/types/DocumentRead.js +1 -1
- package/serialization/types/EnrichedNormalizedCompletion.d.ts +1 -1
- package/serialization/types/EnrichedNormalizedCompletion.js +1 -1
- package/serialization/types/LogicalOperator.d.ts +10 -0
- package/serialization/types/LogicalOperator.js +50 -0
- package/serialization/types/MetadataFilterConfigRequest.d.ts +1 -1
- package/serialization/types/MetadataFilterConfigRequest.js +1 -1
- package/serialization/types/MetadataFilterRuleRequest.d.ts +1 -1
- package/serialization/types/MetadataFilterRuleRequest.js +1 -1
- package/serialization/types/ModelVersionExecConfigParameters.d.ts +2 -2
- package/serialization/types/ModelVersionExecConfigParameters.js +2 -2
- package/serialization/types/ModelVersionRead.js +1 -1
- package/serialization/types/NodeInputCompiledNumberValue.d.ts +14 -0
- package/serialization/types/NodeInputCompiledNumberValue.js +35 -0
- package/serialization/types/NodeInputVariableCompiledValue.d.ts +4 -1
- package/serialization/types/NodeInputVariableCompiledValue.js +1 -0
- package/serialization/types/PromptTemplateBlockProperties.d.ts +1 -1
- package/serialization/types/PromptTemplateBlockProperties.js +1 -1
- package/serialization/types/PromptTemplateBlockPropertiesRequest.d.ts +1 -1
- package/serialization/types/PromptTemplateBlockPropertiesRequest.js +1 -1
- package/serialization/types/SearchResultMergingRequest.d.ts +1 -1
- package/serialization/types/SearchResultMergingRequest.js +1 -1
- package/serialization/types/SearchWeightsRequest.d.ts +2 -2
- package/serialization/types/SearchWeightsRequest.js +2 -2
- package/serialization/types/SlimDocument.js +1 -1
- package/serialization/types/SubmitCompletionActualRequest.js +1 -1
- package/serialization/types/TemplatingNodeNumberResult.d.ts +13 -0
- package/serialization/types/{ContentType.js → TemplatingNodeNumberResult.js} +5 -2
- package/serialization/types/TemplatingNodeResultOutput.d.ts +4 -1
- package/serialization/types/TemplatingNodeResultOutput.js +1 -0
- package/serialization/types/TerminalNodeNumberResult.d.ts +14 -0
- package/serialization/types/TerminalNodeNumberResult.js +35 -0
- package/serialization/types/TerminalNodeResultOutput.d.ts +4 -1
- package/serialization/types/TerminalNodeResultOutput.js +1 -0
- package/serialization/types/VellumVariableType.d.ts +1 -1
- package/serialization/types/VellumVariableType.js +1 -1
- package/serialization/types/WorkflowExecutionEventErrorCode.d.ts +1 -1
- package/serialization/types/WorkflowExecutionEventErrorCode.js +1 -0
- package/serialization/types/WorkflowNodeResultData.d.ts +4 -1
- package/serialization/types/WorkflowNodeResultData.js +1 -0
- package/serialization/types/WorkflowNodeResultEvent.js +1 -1
- package/serialization/types/WorkflowResultEvent.js +1 -1
- package/serialization/types/WorkflowResultEventOutputData.d.ts +4 -1
- package/serialization/types/WorkflowResultEventOutputData.js +1 -0
- package/serialization/types/WorkflowResultEventOutputDataNumber.d.ts +17 -0
- package/serialization/types/WorkflowResultEventOutputDataNumber.js +38 -0
- package/serialization/types/index.d.ts +7 -1
- package/serialization/types/index.js +7 -1
- package/api/types/ContentType.d.ts +0 -12
- package/dist/api/types/ContentType.d.ts +0 -12
- package/dist/serialization/types/ContentType.d.ts +0 -10
- 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:
|
|
10
|
-
/** A human-readable label for the document. Defaults to the originally uploaded file's file name.
|
|
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
|
|
@@ -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
|
-
|
|
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
|
-
|
|
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
|
|
6
|
-
maxTokens
|
|
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:
|
|
10
|
-
/** Human-friendly name for this model version.
|
|
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.
|
|
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;
|
|
@@ -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.
|
|
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.
|
|
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,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
|
}
|
|
@@ -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.
|
|
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,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export interface SearchWeightsRequest {
|
|
5
5
|
/** The relative weight to give to semantic similarity */
|
|
6
|
-
semanticSimilarity
|
|
7
|
-
/** The relative weight to give to
|
|
8
|
-
keywords
|
|
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:
|
|
12
|
-
/** Human-friendly name for this document.
|
|
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?:
|
|
14
|
+
timestamp?: Date;
|
|
15
15
|
}
|
|
@@ -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
|
}
|
|
@@ -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` -
|
|
5
|
+
* * `STRING` - STRING
|
|
6
|
+
* * `NUMBER` - NUMBER
|
|
6
7
|
* * `JSON` - JSON
|
|
7
|
-
* * `CHAT_HISTORY` -
|
|
8
|
-
* * `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";
|
|
@@ -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?:
|
|
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.
|
|
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.
|
|
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.
|
|
5
|
+
/** The variable's name, as defined in the Workflow. */
|
|
6
6
|
name: string;
|
|
7
7
|
value: string;
|
|
8
8
|
}
|
|
@@ -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
|
+
}
|
|
@@ -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";
|