vellum-ai 0.14.37 → 0.14.39
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.js +11 -11
- package/api/resources/adHoc/client/Client.js +1 -1
- package/api/resources/containerImages/client/Client.js +4 -4
- package/api/resources/deployments/client/Client.js +7 -7
- package/api/resources/documentIndexes/client/Client.js +8 -8
- package/api/resources/documents/client/Client.js +5 -5
- package/api/resources/folderEntities/client/Client.js +2 -2
- package/api/resources/metricDefinitions/client/Client.js +2 -2
- package/api/resources/mlModels/client/Client.js +1 -1
- package/api/resources/organizations/client/Client.js +1 -1
- package/api/resources/prompts/client/Client.js +1 -1
- package/api/resources/releaseReviews/client/Client.js +2 -2
- package/api/resources/sandboxes/client/Client.js +3 -3
- package/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/api/resources/testSuites/client/Client.js +4 -4
- package/api/resources/workflowDeployments/client/Client.js +8 -8
- package/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/api/resources/workflows/client/Client.js +2 -2
- package/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/api/resources/workspaces/client/Client.js +1 -1
- package/api/types/AdHocFulfilledPromptExecutionMeta.d.ts +1 -0
- package/api/types/FulfilledPromptExecutionMeta.d.ts +1 -0
- package/api/types/TestSuiteRunExecConfigRequest.d.ts +1 -1
- package/api/types/TestSuiteRunProgress.d.ts +7 -0
- package/api/types/TestSuiteRunProgress.js +5 -0
- package/api/types/TestSuiteRunPromptSandboxExecConfigDataRequest.d.ts +9 -0
- package/api/types/TestSuiteRunPromptSandboxExecConfigDataRequest.js +5 -0
- package/api/types/TestSuiteRunPromptSandboxExecConfigRequest.d.ts +13 -0
- package/api/types/TestSuiteRunPromptSandboxExecConfigRequest.js +5 -0
- package/api/types/TestSuiteRunRead.d.ts +1 -0
- package/api/types/TestSuiteRunWorkflowSandboxExecConfigDataRequest.d.ts +7 -0
- package/api/types/TestSuiteRunWorkflowSandboxExecConfigDataRequest.js +5 -0
- package/api/types/TestSuiteRunWorkflowSandboxExecConfigRequest.d.ts +13 -0
- package/api/types/TestSuiteRunWorkflowSandboxExecConfigRequest.js +5 -0
- package/api/types/VellumSdkErrorCodeEnum.d.ts +3 -1
- package/api/types/VellumSdkErrorCodeEnum.js +1 -0
- package/api/types/WorkflowExecutionEventErrorCode.d.ts +3 -1
- package/api/types/WorkflowExecutionEventErrorCode.js +1 -0
- package/api/types/index.d.ts +5 -0
- package/api/types/index.js +5 -0
- package/dist/Client.js +11 -11
- package/dist/api/resources/adHoc/client/Client.js +1 -1
- package/dist/api/resources/containerImages/client/Client.js +4 -4
- package/dist/api/resources/deployments/client/Client.js +7 -7
- package/dist/api/resources/documentIndexes/client/Client.js +8 -8
- package/dist/api/resources/documents/client/Client.js +5 -5
- package/dist/api/resources/folderEntities/client/Client.js +2 -2
- package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
- package/dist/api/resources/mlModels/client/Client.js +1 -1
- package/dist/api/resources/organizations/client/Client.js +1 -1
- package/dist/api/resources/prompts/client/Client.js +1 -1
- package/dist/api/resources/releaseReviews/client/Client.js +2 -2
- package/dist/api/resources/sandboxes/client/Client.js +3 -3
- package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/dist/api/resources/testSuites/client/Client.js +4 -4
- package/dist/api/resources/workflowDeployments/client/Client.js +8 -8
- package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/dist/api/resources/workflows/client/Client.js +2 -2
- package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/dist/api/resources/workspaces/client/Client.js +1 -1
- package/dist/api/types/AdHocFulfilledPromptExecutionMeta.d.ts +1 -0
- package/dist/api/types/FulfilledPromptExecutionMeta.d.ts +1 -0
- package/dist/api/types/TestSuiteRunExecConfigRequest.d.ts +1 -1
- package/dist/api/types/TestSuiteRunProgress.d.ts +7 -0
- package/dist/api/types/TestSuiteRunProgress.js +5 -0
- package/dist/api/types/TestSuiteRunPromptSandboxExecConfigDataRequest.d.ts +9 -0
- package/dist/api/types/TestSuiteRunPromptSandboxExecConfigDataRequest.js +5 -0
- package/dist/api/types/TestSuiteRunPromptSandboxExecConfigRequest.d.ts +13 -0
- package/dist/api/types/TestSuiteRunPromptSandboxExecConfigRequest.js +5 -0
- package/dist/api/types/TestSuiteRunRead.d.ts +1 -0
- package/dist/api/types/TestSuiteRunWorkflowSandboxExecConfigDataRequest.d.ts +7 -0
- package/dist/api/types/TestSuiteRunWorkflowSandboxExecConfigDataRequest.js +5 -0
- package/dist/api/types/TestSuiteRunWorkflowSandboxExecConfigRequest.d.ts +13 -0
- package/dist/api/types/TestSuiteRunWorkflowSandboxExecConfigRequest.js +5 -0
- package/dist/api/types/VellumSdkErrorCodeEnum.d.ts +3 -1
- package/dist/api/types/VellumSdkErrorCodeEnum.js +1 -0
- package/dist/api/types/WorkflowExecutionEventErrorCode.d.ts +3 -1
- package/dist/api/types/WorkflowExecutionEventErrorCode.js +1 -0
- package/dist/api/types/index.d.ts +5 -0
- package/dist/api/types/index.js +5 -0
- package/dist/serialization/types/AdHocFulfilledPromptExecutionMeta.d.ts +2 -0
- package/dist/serialization/types/AdHocFulfilledPromptExecutionMeta.js +2 -0
- package/dist/serialization/types/FulfilledPromptExecutionMeta.d.ts +2 -0
- package/dist/serialization/types/FulfilledPromptExecutionMeta.js +2 -0
- package/dist/serialization/types/TestSuiteRunExecConfigRequest.d.ts +3 -1
- package/dist/serialization/types/TestSuiteRunExecConfigRequest.js +4 -0
- package/dist/serialization/types/TestSuiteRunProgress.d.ts +13 -0
- package/dist/serialization/types/TestSuiteRunProgress.js +44 -0
- package/dist/serialization/types/TestSuiteRunPromptSandboxExecConfigDataRequest.d.ts +13 -0
- package/dist/serialization/types/TestSuiteRunPromptSandboxExecConfigDataRequest.js +44 -0
- package/dist/serialization/types/TestSuiteRunPromptSandboxExecConfigRequest.d.ts +15 -0
- package/dist/serialization/types/TestSuiteRunPromptSandboxExecConfigRequest.js +46 -0
- package/dist/serialization/types/TestSuiteRunRead.d.ts +2 -0
- package/dist/serialization/types/TestSuiteRunRead.js +2 -0
- package/dist/serialization/types/TestSuiteRunWorkflowSandboxExecConfigDataRequest.d.ts +12 -0
- package/dist/serialization/types/TestSuiteRunWorkflowSandboxExecConfigDataRequest.js +43 -0
- package/dist/serialization/types/TestSuiteRunWorkflowSandboxExecConfigRequest.d.ts +15 -0
- package/dist/serialization/types/TestSuiteRunWorkflowSandboxExecConfigRequest.js +46 -0
- package/dist/serialization/types/VellumSdkErrorCodeEnum.d.ts +1 -1
- package/dist/serialization/types/VellumSdkErrorCodeEnum.js +1 -0
- package/dist/serialization/types/WorkflowExecutionEventErrorCode.d.ts +1 -1
- package/dist/serialization/types/WorkflowExecutionEventErrorCode.js +1 -0
- package/dist/serialization/types/index.d.ts +5 -0
- package/dist/serialization/types/index.js +5 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/serialization/types/AdHocFulfilledPromptExecutionMeta.d.ts +2 -0
- package/serialization/types/AdHocFulfilledPromptExecutionMeta.js +2 -0
- package/serialization/types/FulfilledPromptExecutionMeta.d.ts +2 -0
- package/serialization/types/FulfilledPromptExecutionMeta.js +2 -0
- package/serialization/types/TestSuiteRunExecConfigRequest.d.ts +3 -1
- package/serialization/types/TestSuiteRunExecConfigRequest.js +4 -0
- package/serialization/types/TestSuiteRunProgress.d.ts +13 -0
- package/serialization/types/TestSuiteRunProgress.js +44 -0
- package/serialization/types/TestSuiteRunPromptSandboxExecConfigDataRequest.d.ts +13 -0
- package/serialization/types/TestSuiteRunPromptSandboxExecConfigDataRequest.js +44 -0
- package/serialization/types/TestSuiteRunPromptSandboxExecConfigRequest.d.ts +15 -0
- package/serialization/types/TestSuiteRunPromptSandboxExecConfigRequest.js +46 -0
- package/serialization/types/TestSuiteRunRead.d.ts +2 -0
- package/serialization/types/TestSuiteRunRead.js +2 -0
- package/serialization/types/TestSuiteRunWorkflowSandboxExecConfigDataRequest.d.ts +12 -0
- package/serialization/types/TestSuiteRunWorkflowSandboxExecConfigDataRequest.js +43 -0
- package/serialization/types/TestSuiteRunWorkflowSandboxExecConfigRequest.d.ts +15 -0
- package/serialization/types/TestSuiteRunWorkflowSandboxExecConfigRequest.js +46 -0
- package/serialization/types/VellumSdkErrorCodeEnum.d.ts +1 -1
- package/serialization/types/VellumSdkErrorCodeEnum.js +1 -0
- package/serialization/types/WorkflowExecutionEventErrorCode.d.ts +1 -1
- package/serialization/types/WorkflowExecutionEventErrorCode.js +1 -0
- package/serialization/types/index.d.ts +5 -0
- package/serialization/types/index.js +5 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -6,5 +6,5 @@ import * as Vellum from "../../api/index";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const VellumSdkErrorCodeEnum: core.serialization.Schema<serializers.VellumSdkErrorCodeEnum.Raw, Vellum.VellumSdkErrorCodeEnum>;
|
|
8
8
|
export declare namespace VellumSdkErrorCodeEnum {
|
|
9
|
-
type Raw = "INVALID_WORKFLOW" | "INVALID_INPUTS" | "INVALID_OUTPUTS" | "INVALID_STATE" | "INVALID_CODE" | "INVALID_TEMPLATE" | "INTERNAL_ERROR" | "PROVIDER_ERROR" | "USER_DEFINED_ERROR" | "WORKFLOW_CANCELLED" | "NODE_EXECUTION";
|
|
9
|
+
type Raw = "INVALID_WORKFLOW" | "INVALID_INPUTS" | "INVALID_OUTPUTS" | "INVALID_STATE" | "INVALID_CODE" | "INVALID_TEMPLATE" | "INTERNAL_ERROR" | "PROVIDER_CREDENTIALS_UNAVAILABLE" | "PROVIDER_ERROR" | "USER_DEFINED_ERROR" | "WORKFLOW_CANCELLED" | "NODE_EXECUTION";
|
|
10
10
|
}
|
|
@@ -6,5 +6,5 @@ import * as Vellum from "../../api/index";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const WorkflowExecutionEventErrorCode: core.serialization.Schema<serializers.WorkflowExecutionEventErrorCode.Raw, Vellum.WorkflowExecutionEventErrorCode>;
|
|
8
8
|
export declare namespace WorkflowExecutionEventErrorCode {
|
|
9
|
-
type Raw = "WORKFLOW_INITIALIZATION" | "WORKFLOW_CANCELLED" | "NODE_EXECUTION_COUNT_LIMIT_REACHED" | "INTERNAL_SERVER_ERROR" | "NODE_EXECUTION" | "LLM_PROVIDER" | "INVALID_TEMPLATE" | "INVALID_INPUTS" | "USER_DEFINED_ERROR";
|
|
9
|
+
type Raw = "WORKFLOW_INITIALIZATION" | "WORKFLOW_CANCELLED" | "PROVIDER_CREDENTIALS_UNAVAILABLE" | "NODE_EXECUTION_COUNT_LIMIT_REACHED" | "INTERNAL_SERVER_ERROR" | "NODE_EXECUTION" | "LLM_PROVIDER" | "INVALID_TEMPLATE" | "INVALID_INPUTS" | "USER_DEFINED_ERROR";
|
|
10
10
|
}
|
|
@@ -41,6 +41,7 @@ const core = __importStar(require("../../core"));
|
|
|
41
41
|
exports.WorkflowExecutionEventErrorCode = core.serialization.enum_([
|
|
42
42
|
"WORKFLOW_INITIALIZATION",
|
|
43
43
|
"WORKFLOW_CANCELLED",
|
|
44
|
+
"PROVIDER_CREDENTIALS_UNAVAILABLE",
|
|
44
45
|
"NODE_EXECUTION_COUNT_LIMIT_REACHED",
|
|
45
46
|
"INTERNAL_SERVER_ERROR",
|
|
46
47
|
"NODE_EXECUTION",
|
|
@@ -437,6 +437,9 @@ export * from "./TestSuiteRunMetricJsonOutput";
|
|
|
437
437
|
export * from "./TestSuiteRunMetricNumberOutput";
|
|
438
438
|
export * from "./TestSuiteRunMetricOutput";
|
|
439
439
|
export * from "./TestSuiteRunMetricStringOutput";
|
|
440
|
+
export * from "./TestSuiteRunProgress";
|
|
441
|
+
export * from "./TestSuiteRunPromptSandboxExecConfigDataRequest";
|
|
442
|
+
export * from "./TestSuiteRunPromptSandboxExecConfigRequest";
|
|
440
443
|
export * from "./TestSuiteRunPromptSandboxHistoryItemExecConfig";
|
|
441
444
|
export * from "./TestSuiteRunPromptSandboxHistoryItemExecConfigData";
|
|
442
445
|
export * from "./TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest";
|
|
@@ -448,6 +451,8 @@ export * from "./TestSuiteRunWorkflowReleaseTagExecConfig";
|
|
|
448
451
|
export * from "./TestSuiteRunWorkflowReleaseTagExecConfigData";
|
|
449
452
|
export * from "./TestSuiteRunWorkflowReleaseTagExecConfigDataRequest";
|
|
450
453
|
export * from "./TestSuiteRunWorkflowReleaseTagExecConfigRequest";
|
|
454
|
+
export * from "./TestSuiteRunWorkflowSandboxExecConfigDataRequest";
|
|
455
|
+
export * from "./TestSuiteRunWorkflowSandboxExecConfigRequest";
|
|
451
456
|
export * from "./TestSuiteRunWorkflowSandboxHistoryItemExecConfig";
|
|
452
457
|
export * from "./TestSuiteRunWorkflowSandboxHistoryItemExecConfigData";
|
|
453
458
|
export * from "./TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest";
|
|
@@ -453,6 +453,9 @@ __exportStar(require("./TestSuiteRunMetricJsonOutput"), exports);
|
|
|
453
453
|
__exportStar(require("./TestSuiteRunMetricNumberOutput"), exports);
|
|
454
454
|
__exportStar(require("./TestSuiteRunMetricOutput"), exports);
|
|
455
455
|
__exportStar(require("./TestSuiteRunMetricStringOutput"), exports);
|
|
456
|
+
__exportStar(require("./TestSuiteRunProgress"), exports);
|
|
457
|
+
__exportStar(require("./TestSuiteRunPromptSandboxExecConfigDataRequest"), exports);
|
|
458
|
+
__exportStar(require("./TestSuiteRunPromptSandboxExecConfigRequest"), exports);
|
|
456
459
|
__exportStar(require("./TestSuiteRunPromptSandboxHistoryItemExecConfig"), exports);
|
|
457
460
|
__exportStar(require("./TestSuiteRunPromptSandboxHistoryItemExecConfigData"), exports);
|
|
458
461
|
__exportStar(require("./TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest"), exports);
|
|
@@ -464,6 +467,8 @@ __exportStar(require("./TestSuiteRunWorkflowReleaseTagExecConfig"), exports);
|
|
|
464
467
|
__exportStar(require("./TestSuiteRunWorkflowReleaseTagExecConfigData"), exports);
|
|
465
468
|
__exportStar(require("./TestSuiteRunWorkflowReleaseTagExecConfigDataRequest"), exports);
|
|
466
469
|
__exportStar(require("./TestSuiteRunWorkflowReleaseTagExecConfigRequest"), exports);
|
|
470
|
+
__exportStar(require("./TestSuiteRunWorkflowSandboxExecConfigDataRequest"), exports);
|
|
471
|
+
__exportStar(require("./TestSuiteRunWorkflowSandboxExecConfigRequest"), exports);
|
|
467
472
|
__exportStar(require("./TestSuiteRunWorkflowSandboxHistoryItemExecConfig"), exports);
|
|
468
473
|
__exportStar(require("./TestSuiteRunWorkflowSandboxHistoryItemExecConfigData"), exports);
|
|
469
474
|
__exportStar(require("./TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest"), exports);
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.14.
|
|
1
|
+
export declare const SDK_VERSION = "0.14.39";
|
package/version.js
CHANGED