vellum-ai 1.3.7 → 1.3.9
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/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.js +9 -9
- package/api/resources/workflowExecutions/client/Client.js +1 -1
- package/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/api/resources/workflows/client/Client.d.ts +17 -0
- package/api/resources/workflows/client/Client.js +74 -2
- package/api/resources/workflows/client/requests/SerializeWorkflowFilesRequest.d.ts +16 -0
- package/api/resources/workflows/client/requests/SerializeWorkflowFilesRequest.js +5 -0
- package/api/resources/workflows/client/requests/index.d.ts +1 -0
- package/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/api/resources/workspaces/client/Client.js +1 -1
- package/api/types/NodeExecutionRejectedBody.d.ts +1 -0
- package/api/types/VellumError.d.ts +2 -1
- package/api/types/VellumErrorRequest.d.ts +2 -1
- package/api/types/WorkflowEventError.d.ts +1 -0
- package/api/types/WorkflowExecutionRejectedBody.d.ts +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/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.js +9 -9
- 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.d.ts +17 -0
- package/dist/api/resources/workflows/client/Client.js +74 -2
- package/dist/api/resources/workflows/client/requests/SerializeWorkflowFilesRequest.d.ts +16 -0
- package/dist/api/resources/workflows/client/requests/SerializeWorkflowFilesRequest.js +5 -0
- package/dist/api/resources/workflows/client/requests/index.d.ts +1 -0
- package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/dist/api/resources/workspaces/client/Client.js +1 -1
- package/dist/api/types/NodeExecutionRejectedBody.d.ts +1 -0
- package/dist/api/types/VellumError.d.ts +2 -1
- package/dist/api/types/VellumErrorRequest.d.ts +2 -1
- package/dist/api/types/WorkflowEventError.d.ts +1 -0
- package/dist/api/types/WorkflowExecutionRejectedBody.d.ts +1 -0
- package/dist/serialization/resources/index.d.ts +2 -0
- package/dist/serialization/resources/index.js +3 -1
- package/dist/serialization/resources/workflows/client/index.d.ts +2 -0
- package/dist/serialization/resources/workflows/client/index.js +41 -0
- package/dist/serialization/resources/workflows/client/requests/SerializeWorkflowFilesRequest.d.ts +12 -0
- package/dist/serialization/resources/workflows/client/requests/SerializeWorkflowFilesRequest.js +43 -0
- package/dist/serialization/resources/workflows/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/workflows/client/requests/index.js +5 -0
- package/dist/serialization/resources/workflows/client/serializeWorkflowFiles.d.ts +9 -0
- package/dist/serialization/resources/workflows/client/serializeWorkflowFiles.js +41 -0
- package/dist/serialization/resources/workflows/index.d.ts +1 -0
- package/dist/serialization/resources/workflows/index.js +17 -0
- package/dist/serialization/types/NodeExecutionRejectedBody.d.ts +1 -0
- package/dist/serialization/types/NodeExecutionRejectedBody.js +1 -0
- package/dist/serialization/types/VellumError.d.ts +2 -1
- package/dist/serialization/types/VellumError.js +2 -1
- package/dist/serialization/types/VellumErrorRequest.d.ts +2 -1
- package/dist/serialization/types/VellumErrorRequest.js +2 -1
- package/dist/serialization/types/WorkflowEventError.d.ts +1 -0
- package/dist/serialization/types/WorkflowEventError.js +1 -0
- package/dist/serialization/types/WorkflowExecutionRejectedBody.d.ts +1 -0
- package/dist/serialization/types/WorkflowExecutionRejectedBody.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +69 -0
- package/serialization/resources/index.d.ts +2 -0
- package/serialization/resources/index.js +3 -1
- package/serialization/resources/workflows/client/index.d.ts +2 -0
- package/serialization/resources/workflows/client/index.js +41 -0
- package/serialization/resources/workflows/client/requests/SerializeWorkflowFilesRequest.d.ts +12 -0
- package/serialization/resources/workflows/client/requests/SerializeWorkflowFilesRequest.js +43 -0
- package/serialization/resources/workflows/client/requests/index.d.ts +1 -0
- package/serialization/resources/workflows/client/requests/index.js +5 -0
- package/serialization/resources/workflows/client/serializeWorkflowFiles.d.ts +9 -0
- package/serialization/resources/workflows/client/serializeWorkflowFiles.js +41 -0
- package/serialization/resources/workflows/index.d.ts +1 -0
- package/serialization/resources/workflows/index.js +17 -0
- package/serialization/types/NodeExecutionRejectedBody.d.ts +1 -0
- package/serialization/types/NodeExecutionRejectedBody.js +1 -0
- package/serialization/types/VellumError.d.ts +2 -1
- package/serialization/types/VellumError.js +2 -1
- package/serialization/types/VellumErrorRequest.d.ts +2 -1
- package/serialization/types/VellumErrorRequest.js +2 -1
- package/serialization/types/WorkflowEventError.d.ts +1 -0
- package/serialization/types/WorkflowEventError.js +1 -0
- package/serialization/types/WorkflowExecutionRejectedBody.d.ts +1 -0
- package/serialization/types/WorkflowExecutionRejectedBody.js +1 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -36,7 +36,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
36
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.workspaceSecrets = exports.testSuiteRuns = exports.sandboxes = exports.prompts = exports.metricDefinitions = exports.documents = exports.containerImages = exports.adHoc = exports.testSuites = exports.workflowSandboxes = exports.workflowDeployments = exports.folderEntities = exports.documentIndexes = exports.deployments = void 0;
|
|
39
|
+
exports.workspaceSecrets = exports.testSuiteRuns = exports.sandboxes = exports.prompts = exports.metricDefinitions = exports.documents = exports.containerImages = exports.adHoc = exports.workflows = exports.testSuites = exports.workflowSandboxes = exports.workflowDeployments = exports.folderEntities = exports.documentIndexes = exports.deployments = void 0;
|
|
40
40
|
exports.deployments = __importStar(require("./deployments"));
|
|
41
41
|
__exportStar(require("./deployments/types"), exports);
|
|
42
42
|
exports.documentIndexes = __importStar(require("./documentIndexes"));
|
|
@@ -48,6 +48,7 @@ __exportStar(require("./workflowDeployments/types"), exports);
|
|
|
48
48
|
exports.workflowSandboxes = __importStar(require("./workflowSandboxes"));
|
|
49
49
|
__exportStar(require("./workflowSandboxes/types"), exports);
|
|
50
50
|
exports.testSuites = __importStar(require("./testSuites"));
|
|
51
|
+
exports.workflows = __importStar(require("./workflows"));
|
|
51
52
|
exports.adHoc = __importStar(require("./adHoc"));
|
|
52
53
|
__exportStar(require("./adHoc/client/requests"), exports);
|
|
53
54
|
exports.containerImages = __importStar(require("./containerImages"));
|
|
@@ -67,5 +68,6 @@ exports.testSuiteRuns = __importStar(require("./testSuiteRuns"));
|
|
|
67
68
|
__exportStar(require("./testSuiteRuns/client/requests"), exports);
|
|
68
69
|
__exportStar(require("./workflowDeployments/client/requests"), exports);
|
|
69
70
|
__exportStar(require("./workflowSandboxes/client/requests"), exports);
|
|
71
|
+
__exportStar(require("./workflows/client/requests"), exports);
|
|
70
72
|
exports.workspaceSecrets = __importStar(require("./workspaceSecrets"));
|
|
71
73
|
__exportStar(require("./workspaceSecrets/client/requests"), exports);
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
36
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
|
+
};
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.serializeWorkflowFiles = void 0;
|
|
40
|
+
exports.serializeWorkflowFiles = __importStar(require("./serializeWorkflowFiles"));
|
|
41
|
+
__exportStar(require("./requests"), exports);
|
|
@@ -0,0 +1,12 @@
|
|
|
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
|
+
export declare const SerializeWorkflowFilesRequest: core.serialization.Schema<serializers.SerializeWorkflowFilesRequest.Raw, Vellum.SerializeWorkflowFilesRequest>;
|
|
8
|
+
export declare namespace SerializeWorkflowFilesRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
files: Record<string, unknown>;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
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.SerializeWorkflowFilesRequest = void 0;
|
|
40
|
+
const core = __importStar(require("../../../../../core"));
|
|
41
|
+
exports.SerializeWorkflowFilesRequest = core.serialization.object({
|
|
42
|
+
files: core.serialization.record(core.serialization.string(), core.serialization.unknown()),
|
|
43
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SerializeWorkflowFilesRequest } from "./SerializeWorkflowFilesRequest";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SerializeWorkflowFilesRequest = void 0;
|
|
4
|
+
var SerializeWorkflowFilesRequest_1 = require("./SerializeWorkflowFilesRequest");
|
|
5
|
+
Object.defineProperty(exports, "SerializeWorkflowFilesRequest", { enumerable: true, get: function () { return SerializeWorkflowFilesRequest_1.SerializeWorkflowFilesRequest; } });
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../index";
|
|
5
|
+
import * as core from "../../../../core";
|
|
6
|
+
export declare const Response: core.serialization.Schema<serializers.workflows.serializeWorkflowFiles.Response.Raw, Record<string, unknown>>;
|
|
7
|
+
export declare namespace Response {
|
|
8
|
+
type Raw = Record<string, unknown>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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.Response = void 0;
|
|
40
|
+
const core = __importStar(require("../../../../core"));
|
|
41
|
+
exports.Response = core.serialization.record(core.serialization.string(), core.serialization.unknown());
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./client";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./client"), exports);
|
|
@@ -43,4 +43,5 @@ const VellumSdkError_1 = require("./VellumSdkError");
|
|
|
43
43
|
exports.NodeExecutionRejectedBody = core.serialization.object({
|
|
44
44
|
nodeDefinition: core.serialization.property("node_definition", VellumCodeResourceDefinition_1.VellumCodeResourceDefinition),
|
|
45
45
|
error: VellumSdkError_1.VellumSdkError,
|
|
46
|
+
stacktrace: core.serialization.string().optionalNullable(),
|
|
46
47
|
});
|
|
@@ -8,7 +8,8 @@ import { VellumErrorCodeEnum } from "./VellumErrorCodeEnum";
|
|
|
8
8
|
export declare const VellumError: core.serialization.ObjectSchema<serializers.VellumError.Raw, Vellum.VellumError>;
|
|
9
9
|
export declare namespace VellumError {
|
|
10
10
|
interface Raw {
|
|
11
|
-
message: string;
|
|
12
11
|
code: VellumErrorCodeEnum.Raw;
|
|
12
|
+
message: string;
|
|
13
|
+
raw_data?: (Record<string, unknown> | null) | null;
|
|
13
14
|
}
|
|
14
15
|
}
|
|
@@ -40,6 +40,7 @@ exports.VellumError = void 0;
|
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
41
|
const VellumErrorCodeEnum_1 = require("./VellumErrorCodeEnum");
|
|
42
42
|
exports.VellumError = core.serialization.object({
|
|
43
|
-
message: core.serialization.string(),
|
|
44
43
|
code: VellumErrorCodeEnum_1.VellumErrorCodeEnum,
|
|
44
|
+
message: core.serialization.string(),
|
|
45
|
+
rawData: core.serialization.property("raw_data", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optionalNullable()),
|
|
45
46
|
});
|
|
@@ -8,7 +8,8 @@ import { VellumErrorCodeEnum } from "./VellumErrorCodeEnum";
|
|
|
8
8
|
export declare const VellumErrorRequest: core.serialization.ObjectSchema<serializers.VellumErrorRequest.Raw, Vellum.VellumErrorRequest>;
|
|
9
9
|
export declare namespace VellumErrorRequest {
|
|
10
10
|
interface Raw {
|
|
11
|
-
message: string;
|
|
12
11
|
code: VellumErrorCodeEnum.Raw;
|
|
12
|
+
message: string;
|
|
13
|
+
raw_data?: (Record<string, unknown> | null) | null;
|
|
13
14
|
}
|
|
14
15
|
}
|
|
@@ -40,6 +40,7 @@ exports.VellumErrorRequest = void 0;
|
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
41
|
const VellumErrorCodeEnum_1 = require("./VellumErrorCodeEnum");
|
|
42
42
|
exports.VellumErrorRequest = core.serialization.object({
|
|
43
|
-
message: core.serialization.string(),
|
|
44
43
|
code: VellumErrorCodeEnum_1.VellumErrorCodeEnum,
|
|
44
|
+
message: core.serialization.string(),
|
|
45
|
+
rawData: core.serialization.property("raw_data", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optionalNullable()),
|
|
45
46
|
});
|
|
@@ -42,4 +42,5 @@ const WorkflowExecutionEventErrorCode_1 = require("./WorkflowExecutionEventError
|
|
|
42
42
|
exports.WorkflowEventError = core.serialization.object({
|
|
43
43
|
message: core.serialization.string(),
|
|
44
44
|
code: WorkflowExecutionEventErrorCode_1.WorkflowExecutionEventErrorCode,
|
|
45
|
+
stacktrace: core.serialization.string().optionalNullable(),
|
|
45
46
|
});
|
|
@@ -43,4 +43,5 @@ const VellumSdkError_1 = require("./VellumSdkError");
|
|
|
43
43
|
exports.WorkflowExecutionRejectedBody = core.serialization.object({
|
|
44
44
|
workflowDefinition: core.serialization.property("workflow_definition", VellumCodeResourceDefinition_1.VellumCodeResourceDefinition),
|
|
45
45
|
error: VellumSdkError_1.VellumSdkError,
|
|
46
|
+
stacktrace: core.serialization.string().optionalNullable(),
|
|
46
47
|
});
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.3.
|
|
1
|
+
export declare const SDK_VERSION = "1.3.9";
|
package/version.js
CHANGED