vellum-ai 1.7.4 → 1.7.5
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 +2 -2
- package/api/resources/containerImages/client/Client.js +4 -4
- package/api/resources/deployments/client/Client.js +8 -8
- package/api/resources/documentIndexes/client/Client.js +8 -8
- package/api/resources/documents/client/Client.js +5 -5
- package/api/resources/events/client/Client.js +1 -1
- package/api/resources/folderEntities/client/Client.js +2 -2
- package/api/resources/integrationAuthConfigs/client/Client.js +1 -1
- package/api/resources/integrationProviders/client/Client.js +2 -2
- package/api/resources/integrations/client/Client.js +4 -4
- 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 +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.d.ts +12 -0
- package/api/resources/workflowDeployments/client/Client.js +87 -9
- package/api/resources/workflowDeployments/client/requests/ListWorkflowDeploymentReleasesRequest.d.ts +21 -0
- package/api/resources/workflowDeployments/client/requests/ListWorkflowDeploymentReleasesRequest.js +5 -0
- package/api/resources/workflowDeployments/client/requests/index.d.ts +1 -0
- package/api/resources/workflowExecutions/client/Client.js +1 -1
- package/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/api/resources/workflows/client/Client.js +4 -4
- package/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/api/resources/workspaces/client/Client.js +1 -1
- package/api/types/PaginatedWorkflowDeploymentReleaseList.d.ts +10 -0
- package/api/types/PaginatedWorkflowDeploymentReleaseList.js +5 -0
- package/api/types/VellumErrorCodeEnum.d.ts +5 -1
- package/api/types/VellumErrorCodeEnum.js +2 -0
- package/api/types/VellumSdkErrorCodeEnum.d.ts +5 -1
- package/api/types/VellumSdkErrorCodeEnum.js +2 -0
- package/api/types/WorkflowExecutionEventErrorCode.d.ts +5 -1
- package/api/types/WorkflowExecutionEventErrorCode.js +2 -0
- package/api/types/index.d.ts +1 -0
- package/api/types/index.js +1 -0
- package/dist/Client.js +11 -11
- package/dist/api/resources/adHoc/client/Client.js +2 -2
- package/dist/api/resources/containerImages/client/Client.js +4 -4
- package/dist/api/resources/deployments/client/Client.js +8 -8
- package/dist/api/resources/documentIndexes/client/Client.js +8 -8
- package/dist/api/resources/documents/client/Client.js +5 -5
- package/dist/api/resources/events/client/Client.js +1 -1
- package/dist/api/resources/folderEntities/client/Client.js +2 -2
- package/dist/api/resources/integrationAuthConfigs/client/Client.js +1 -1
- package/dist/api/resources/integrationProviders/client/Client.js +2 -2
- package/dist/api/resources/integrations/client/Client.js +4 -4
- 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 +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.d.ts +12 -0
- package/dist/api/resources/workflowDeployments/client/Client.js +87 -9
- package/dist/api/resources/workflowDeployments/client/requests/ListWorkflowDeploymentReleasesRequest.d.ts +21 -0
- package/dist/api/resources/workflowDeployments/client/requests/ListWorkflowDeploymentReleasesRequest.js +5 -0
- package/dist/api/resources/workflowDeployments/client/requests/index.d.ts +1 -0
- package/dist/api/resources/workflowExecutions/client/Client.js +1 -1
- package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/dist/api/resources/workflows/client/Client.js +4 -4
- package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/dist/api/resources/workspaces/client/Client.js +1 -1
- package/dist/api/types/PaginatedWorkflowDeploymentReleaseList.d.ts +10 -0
- package/dist/api/types/PaginatedWorkflowDeploymentReleaseList.js +5 -0
- package/dist/api/types/VellumErrorCodeEnum.d.ts +5 -1
- package/dist/api/types/VellumErrorCodeEnum.js +2 -0
- package/dist/api/types/VellumSdkErrorCodeEnum.d.ts +5 -1
- package/dist/api/types/VellumSdkErrorCodeEnum.js +2 -0
- package/dist/api/types/WorkflowExecutionEventErrorCode.d.ts +5 -1
- package/dist/api/types/WorkflowExecutionEventErrorCode.js +2 -0
- package/dist/api/types/index.d.ts +1 -0
- package/dist/api/types/index.js +1 -0
- package/dist/serialization/types/PaginatedWorkflowDeploymentReleaseList.d.ts +16 -0
- package/dist/serialization/types/PaginatedWorkflowDeploymentReleaseList.js +47 -0
- package/dist/serialization/types/VellumErrorCodeEnum.d.ts +1 -1
- package/dist/serialization/types/VellumErrorCodeEnum.js +2 -0
- package/dist/serialization/types/VellumSdkErrorCodeEnum.d.ts +1 -1
- package/dist/serialization/types/VellumSdkErrorCodeEnum.js +2 -0
- package/dist/serialization/types/WorkflowExecutionEventErrorCode.d.ts +1 -1
- package/dist/serialization/types/WorkflowExecutionEventErrorCode.js +2 -0
- package/dist/serialization/types/index.d.ts +1 -0
- package/dist/serialization/types/index.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +71 -0
- package/serialization/types/PaginatedWorkflowDeploymentReleaseList.d.ts +16 -0
- package/serialization/types/PaginatedWorkflowDeploymentReleaseList.js +47 -0
- package/serialization/types/VellumErrorCodeEnum.d.ts +1 -1
- package/serialization/types/VellumErrorCodeEnum.js +2 -0
- package/serialization/types/VellumSdkErrorCodeEnum.d.ts +1 -1
- package/serialization/types/VellumSdkErrorCodeEnum.js +2 -0
- package/serialization/types/WorkflowExecutionEventErrorCode.d.ts +1 -1
- package/serialization/types/WorkflowExecutionEventErrorCode.js +2 -0
- package/serialization/types/index.d.ts +1 -0
- package/serialization/types/index.js +1 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { WorkflowDeploymentRelease } from "./WorkflowDeploymentRelease";
|
|
8
|
+
export declare const PaginatedWorkflowDeploymentReleaseList: core.serialization.ObjectSchema<serializers.PaginatedWorkflowDeploymentReleaseList.Raw, Vellum.PaginatedWorkflowDeploymentReleaseList>;
|
|
9
|
+
export declare namespace PaginatedWorkflowDeploymentReleaseList {
|
|
10
|
+
interface Raw {
|
|
11
|
+
count?: number | null;
|
|
12
|
+
next?: (string | null) | null;
|
|
13
|
+
previous?: (string | null) | null;
|
|
14
|
+
results?: WorkflowDeploymentRelease.Raw[] | null;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.PaginatedWorkflowDeploymentReleaseList = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const WorkflowDeploymentRelease_1 = require("./WorkflowDeploymentRelease");
|
|
42
|
+
exports.PaginatedWorkflowDeploymentReleaseList = core.serialization.object({
|
|
43
|
+
count: core.serialization.number().optional(),
|
|
44
|
+
next: core.serialization.string().optionalNullable(),
|
|
45
|
+
previous: core.serialization.string().optionalNullable(),
|
|
46
|
+
results: core.serialization.list(WorkflowDeploymentRelease_1.WorkflowDeploymentRelease).optional(),
|
|
47
|
+
});
|
|
@@ -6,5 +6,5 @@ import * as Vellum from "../../api/index";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const VellumErrorCodeEnum: core.serialization.Schema<serializers.VellumErrorCodeEnum.Raw, Vellum.VellumErrorCodeEnum>;
|
|
8
8
|
export declare namespace VellumErrorCodeEnum {
|
|
9
|
-
type Raw = "INVALID_REQUEST" | "INVALID_INPUTS" | "PROVIDER_ERROR" | "PROVIDER_CREDENTIALS_UNAVAILABLE" | "REQUEST_TIMEOUT" | "INTERNAL_SERVER_ERROR" | "USER_DEFINED_ERROR" | "WORKFLOW_CANCELLED";
|
|
9
|
+
type Raw = "INVALID_REQUEST" | "INVALID_INPUTS" | "PROVIDER_ERROR" | "PROVIDER_CREDENTIALS_UNAVAILABLE" | "INTEGRATION_CREDENTIALS_UNAVAILABLE" | "REQUEST_TIMEOUT" | "INTERNAL_SERVER_ERROR" | "USER_DEFINED_ERROR" | "WORKFLOW_CANCELLED" | "NODE_CANCELLED";
|
|
10
10
|
}
|
|
@@ -43,8 +43,10 @@ exports.VellumErrorCodeEnum = core.serialization.enum_([
|
|
|
43
43
|
"INVALID_INPUTS",
|
|
44
44
|
"PROVIDER_ERROR",
|
|
45
45
|
"PROVIDER_CREDENTIALS_UNAVAILABLE",
|
|
46
|
+
"INTEGRATION_CREDENTIALS_UNAVAILABLE",
|
|
46
47
|
"REQUEST_TIMEOUT",
|
|
47
48
|
"INTERNAL_SERVER_ERROR",
|
|
48
49
|
"USER_DEFINED_ERROR",
|
|
49
50
|
"WORKFLOW_CANCELLED",
|
|
51
|
+
"NODE_CANCELLED",
|
|
50
52
|
]);
|
|
@@ -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_CREDENTIALS_UNAVAILABLE" | "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" | "INTEGRATION_CREDENTIALS_UNAVAILABLE" | "PROVIDER_ERROR" | "USER_DEFINED_ERROR" | "WORKFLOW_CANCELLED" | "NODE_CANCELLED" | "NODE_EXECUTION";
|
|
10
10
|
}
|
|
@@ -47,8 +47,10 @@ exports.VellumSdkErrorCodeEnum = core.serialization.enum_([
|
|
|
47
47
|
"INVALID_TEMPLATE",
|
|
48
48
|
"INTERNAL_ERROR",
|
|
49
49
|
"PROVIDER_CREDENTIALS_UNAVAILABLE",
|
|
50
|
+
"INTEGRATION_CREDENTIALS_UNAVAILABLE",
|
|
50
51
|
"PROVIDER_ERROR",
|
|
51
52
|
"USER_DEFINED_ERROR",
|
|
52
53
|
"WORKFLOW_CANCELLED",
|
|
54
|
+
"NODE_CANCELLED",
|
|
53
55
|
"NODE_EXECUTION",
|
|
54
56
|
]);
|
|
@@ -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" | "PROVIDER_CREDENTIALS_UNAVAILABLE" | "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" | "INTEGRATION_CREDENTIALS_UNAVAILABLE" | "NODE_EXECUTION_COUNT_LIMIT_REACHED" | "INTERNAL_SERVER_ERROR" | "NODE_EXECUTION" | "NODE_CANCELLED" | "LLM_PROVIDER" | "INVALID_TEMPLATE" | "INVALID_INPUTS" | "USER_DEFINED_ERROR";
|
|
10
10
|
}
|
|
@@ -42,9 +42,11 @@ exports.WorkflowExecutionEventErrorCode = core.serialization.enum_([
|
|
|
42
42
|
"WORKFLOW_INITIALIZATION",
|
|
43
43
|
"WORKFLOW_CANCELLED",
|
|
44
44
|
"PROVIDER_CREDENTIALS_UNAVAILABLE",
|
|
45
|
+
"INTEGRATION_CREDENTIALS_UNAVAILABLE",
|
|
45
46
|
"NODE_EXECUTION_COUNT_LIMIT_REACHED",
|
|
46
47
|
"INTERNAL_SERVER_ERROR",
|
|
47
48
|
"NODE_EXECUTION",
|
|
49
|
+
"NODE_CANCELLED",
|
|
48
50
|
"LLM_PROVIDER",
|
|
49
51
|
"INVALID_TEMPLATE",
|
|
50
52
|
"INVALID_INPUTS",
|
|
@@ -340,6 +340,7 @@ export * from "./PaginatedSlimToolDefinitionList";
|
|
|
340
340
|
export * from "./PaginatedSlimWorkflowDeploymentList";
|
|
341
341
|
export * from "./PaginatedTestSuiteRunExecutionList";
|
|
342
342
|
export * from "./PaginatedTestSuiteTestCaseList";
|
|
343
|
+
export * from "./PaginatedWorkflowDeploymentReleaseList";
|
|
343
344
|
export * from "./PaginatedWorkflowReleaseTagReadList";
|
|
344
345
|
export * from "./PaginatedWorkflowSandboxExampleList";
|
|
345
346
|
export * from "./ParentContext";
|
|
@@ -356,6 +356,7 @@ __exportStar(require("./PaginatedSlimToolDefinitionList"), exports);
|
|
|
356
356
|
__exportStar(require("./PaginatedSlimWorkflowDeploymentList"), exports);
|
|
357
357
|
__exportStar(require("./PaginatedTestSuiteRunExecutionList"), exports);
|
|
358
358
|
__exportStar(require("./PaginatedTestSuiteTestCaseList"), exports);
|
|
359
|
+
__exportStar(require("./PaginatedWorkflowDeploymentReleaseList"), exports);
|
|
359
360
|
__exportStar(require("./PaginatedWorkflowReleaseTagReadList"), exports);
|
|
360
361
|
__exportStar(require("./PaginatedWorkflowSandboxExampleList"), exports);
|
|
361
362
|
__exportStar(require("./ParentContext"), exports);
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.7.
|
|
1
|
+
export declare const SDK_VERSION = "1.7.5";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
package/reference.md
CHANGED
|
@@ -4343,6 +4343,77 @@ await client.workflowDeployments.updateWorkflowReleaseTag("id", "name");
|
|
|
4343
4343
|
</dl>
|
|
4344
4344
|
</details>
|
|
4345
4345
|
|
|
4346
|
+
<details><summary><code>client.workflowDeployments.<a href="/src/api/resources/workflowDeployments/client/Client.ts">listWorkflowDeploymentReleases</a>(id, { ...params }) -> Vellum.PaginatedWorkflowDeploymentReleaseList</code></summary>
|
|
4347
|
+
<dl>
|
|
4348
|
+
<dd>
|
|
4349
|
+
|
|
4350
|
+
#### 📝 Description
|
|
4351
|
+
|
|
4352
|
+
<dl>
|
|
4353
|
+
<dd>
|
|
4354
|
+
|
|
4355
|
+
<dl>
|
|
4356
|
+
<dd>
|
|
4357
|
+
|
|
4358
|
+
List the Releases of the specified Workflow Deployment for the current Environment.
|
|
4359
|
+
|
|
4360
|
+
</dd>
|
|
4361
|
+
</dl>
|
|
4362
|
+
</dd>
|
|
4363
|
+
</dl>
|
|
4364
|
+
|
|
4365
|
+
#### 🔌 Usage
|
|
4366
|
+
|
|
4367
|
+
<dl>
|
|
4368
|
+
<dd>
|
|
4369
|
+
|
|
4370
|
+
<dl>
|
|
4371
|
+
<dd>
|
|
4372
|
+
|
|
4373
|
+
```typescript
|
|
4374
|
+
await client.workflowDeployments.listWorkflowDeploymentReleases("id");
|
|
4375
|
+
```
|
|
4376
|
+
|
|
4377
|
+
</dd>
|
|
4378
|
+
</dl>
|
|
4379
|
+
</dd>
|
|
4380
|
+
</dl>
|
|
4381
|
+
|
|
4382
|
+
#### ⚙️ Parameters
|
|
4383
|
+
|
|
4384
|
+
<dl>
|
|
4385
|
+
<dd>
|
|
4386
|
+
|
|
4387
|
+
<dl>
|
|
4388
|
+
<dd>
|
|
4389
|
+
|
|
4390
|
+
**id:** `string` — Either the Workflow Deployment's ID or its unique name
|
|
4391
|
+
|
|
4392
|
+
</dd>
|
|
4393
|
+
</dl>
|
|
4394
|
+
|
|
4395
|
+
<dl>
|
|
4396
|
+
<dd>
|
|
4397
|
+
|
|
4398
|
+
**request:** `Vellum.ListWorkflowDeploymentReleasesRequest`
|
|
4399
|
+
|
|
4400
|
+
</dd>
|
|
4401
|
+
</dl>
|
|
4402
|
+
|
|
4403
|
+
<dl>
|
|
4404
|
+
<dd>
|
|
4405
|
+
|
|
4406
|
+
**requestOptions:** `WorkflowDeployments.RequestOptions`
|
|
4407
|
+
|
|
4408
|
+
</dd>
|
|
4409
|
+
</dl>
|
|
4410
|
+
</dd>
|
|
4411
|
+
</dl>
|
|
4412
|
+
|
|
4413
|
+
</dd>
|
|
4414
|
+
</dl>
|
|
4415
|
+
</details>
|
|
4416
|
+
|
|
4346
4417
|
<details><summary><code>client.workflowDeployments.<a href="/src/api/resources/workflowDeployments/client/Client.ts">retrieveWorkflowDeploymentRelease</a>(id, releaseIdOrReleaseTag) -> Vellum.WorkflowDeploymentRelease</code></summary>
|
|
4347
4418
|
<dl>
|
|
4348
4419
|
<dd>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { WorkflowDeploymentRelease } from "./WorkflowDeploymentRelease";
|
|
8
|
+
export declare const PaginatedWorkflowDeploymentReleaseList: core.serialization.ObjectSchema<serializers.PaginatedWorkflowDeploymentReleaseList.Raw, Vellum.PaginatedWorkflowDeploymentReleaseList>;
|
|
9
|
+
export declare namespace PaginatedWorkflowDeploymentReleaseList {
|
|
10
|
+
interface Raw {
|
|
11
|
+
count?: number | null;
|
|
12
|
+
next?: (string | null) | null;
|
|
13
|
+
previous?: (string | null) | null;
|
|
14
|
+
results?: WorkflowDeploymentRelease.Raw[] | null;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.PaginatedWorkflowDeploymentReleaseList = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const WorkflowDeploymentRelease_1 = require("./WorkflowDeploymentRelease");
|
|
42
|
+
exports.PaginatedWorkflowDeploymentReleaseList = core.serialization.object({
|
|
43
|
+
count: core.serialization.number().optional(),
|
|
44
|
+
next: core.serialization.string().optionalNullable(),
|
|
45
|
+
previous: core.serialization.string().optionalNullable(),
|
|
46
|
+
results: core.serialization.list(WorkflowDeploymentRelease_1.WorkflowDeploymentRelease).optional(),
|
|
47
|
+
});
|
|
@@ -6,5 +6,5 @@ import * as Vellum from "../../api/index";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const VellumErrorCodeEnum: core.serialization.Schema<serializers.VellumErrorCodeEnum.Raw, Vellum.VellumErrorCodeEnum>;
|
|
8
8
|
export declare namespace VellumErrorCodeEnum {
|
|
9
|
-
type Raw = "INVALID_REQUEST" | "INVALID_INPUTS" | "PROVIDER_ERROR" | "PROVIDER_CREDENTIALS_UNAVAILABLE" | "REQUEST_TIMEOUT" | "INTERNAL_SERVER_ERROR" | "USER_DEFINED_ERROR" | "WORKFLOW_CANCELLED";
|
|
9
|
+
type Raw = "INVALID_REQUEST" | "INVALID_INPUTS" | "PROVIDER_ERROR" | "PROVIDER_CREDENTIALS_UNAVAILABLE" | "INTEGRATION_CREDENTIALS_UNAVAILABLE" | "REQUEST_TIMEOUT" | "INTERNAL_SERVER_ERROR" | "USER_DEFINED_ERROR" | "WORKFLOW_CANCELLED" | "NODE_CANCELLED";
|
|
10
10
|
}
|
|
@@ -43,8 +43,10 @@ exports.VellumErrorCodeEnum = core.serialization.enum_([
|
|
|
43
43
|
"INVALID_INPUTS",
|
|
44
44
|
"PROVIDER_ERROR",
|
|
45
45
|
"PROVIDER_CREDENTIALS_UNAVAILABLE",
|
|
46
|
+
"INTEGRATION_CREDENTIALS_UNAVAILABLE",
|
|
46
47
|
"REQUEST_TIMEOUT",
|
|
47
48
|
"INTERNAL_SERVER_ERROR",
|
|
48
49
|
"USER_DEFINED_ERROR",
|
|
49
50
|
"WORKFLOW_CANCELLED",
|
|
51
|
+
"NODE_CANCELLED",
|
|
50
52
|
]);
|
|
@@ -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_CREDENTIALS_UNAVAILABLE" | "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" | "INTEGRATION_CREDENTIALS_UNAVAILABLE" | "PROVIDER_ERROR" | "USER_DEFINED_ERROR" | "WORKFLOW_CANCELLED" | "NODE_CANCELLED" | "NODE_EXECUTION";
|
|
10
10
|
}
|
|
@@ -47,8 +47,10 @@ exports.VellumSdkErrorCodeEnum = core.serialization.enum_([
|
|
|
47
47
|
"INVALID_TEMPLATE",
|
|
48
48
|
"INTERNAL_ERROR",
|
|
49
49
|
"PROVIDER_CREDENTIALS_UNAVAILABLE",
|
|
50
|
+
"INTEGRATION_CREDENTIALS_UNAVAILABLE",
|
|
50
51
|
"PROVIDER_ERROR",
|
|
51
52
|
"USER_DEFINED_ERROR",
|
|
52
53
|
"WORKFLOW_CANCELLED",
|
|
54
|
+
"NODE_CANCELLED",
|
|
53
55
|
"NODE_EXECUTION",
|
|
54
56
|
]);
|
|
@@ -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" | "PROVIDER_CREDENTIALS_UNAVAILABLE" | "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" | "INTEGRATION_CREDENTIALS_UNAVAILABLE" | "NODE_EXECUTION_COUNT_LIMIT_REACHED" | "INTERNAL_SERVER_ERROR" | "NODE_EXECUTION" | "NODE_CANCELLED" | "LLM_PROVIDER" | "INVALID_TEMPLATE" | "INVALID_INPUTS" | "USER_DEFINED_ERROR";
|
|
10
10
|
}
|
|
@@ -42,9 +42,11 @@ exports.WorkflowExecutionEventErrorCode = core.serialization.enum_([
|
|
|
42
42
|
"WORKFLOW_INITIALIZATION",
|
|
43
43
|
"WORKFLOW_CANCELLED",
|
|
44
44
|
"PROVIDER_CREDENTIALS_UNAVAILABLE",
|
|
45
|
+
"INTEGRATION_CREDENTIALS_UNAVAILABLE",
|
|
45
46
|
"NODE_EXECUTION_COUNT_LIMIT_REACHED",
|
|
46
47
|
"INTERNAL_SERVER_ERROR",
|
|
47
48
|
"NODE_EXECUTION",
|
|
49
|
+
"NODE_CANCELLED",
|
|
48
50
|
"LLM_PROVIDER",
|
|
49
51
|
"INVALID_TEMPLATE",
|
|
50
52
|
"INVALID_INPUTS",
|
|
@@ -340,6 +340,7 @@ export * from "./PaginatedSlimToolDefinitionList";
|
|
|
340
340
|
export * from "./PaginatedSlimWorkflowDeploymentList";
|
|
341
341
|
export * from "./PaginatedTestSuiteRunExecutionList";
|
|
342
342
|
export * from "./PaginatedTestSuiteTestCaseList";
|
|
343
|
+
export * from "./PaginatedWorkflowDeploymentReleaseList";
|
|
343
344
|
export * from "./PaginatedWorkflowReleaseTagReadList";
|
|
344
345
|
export * from "./PaginatedWorkflowSandboxExampleList";
|
|
345
346
|
export * from "./ParentContext";
|
|
@@ -356,6 +356,7 @@ __exportStar(require("./PaginatedSlimToolDefinitionList"), exports);
|
|
|
356
356
|
__exportStar(require("./PaginatedSlimWorkflowDeploymentList"), exports);
|
|
357
357
|
__exportStar(require("./PaginatedTestSuiteRunExecutionList"), exports);
|
|
358
358
|
__exportStar(require("./PaginatedTestSuiteTestCaseList"), exports);
|
|
359
|
+
__exportStar(require("./PaginatedWorkflowDeploymentReleaseList"), exports);
|
|
359
360
|
__exportStar(require("./PaginatedWorkflowReleaseTagReadList"), exports);
|
|
360
361
|
__exportStar(require("./PaginatedWorkflowSandboxExampleList"), exports);
|
|
361
362
|
__exportStar(require("./ParentContext"), exports);
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.7.
|
|
1
|
+
export declare const SDK_VERSION = "1.7.5";
|
package/version.js
CHANGED