vellum-ai 1.0.0 → 1.0.4
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 +3 -0
- package/Client.js +24 -19
- 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/folderEntities/client/Client.js +2 -2
- package/api/resources/index.d.ts +1 -0
- package/api/resources/index.js +2 -1
- 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/releaseReviews/client/Client.js +1 -1
- 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/workflowExecutions/client/Client.d.ts +44 -0
- package/api/resources/workflowExecutions/client/Client.js +131 -0
- package/api/resources/workflowExecutions/client/index.d.ts +1 -0
- package/api/resources/workflowExecutions/client/index.js +2 -0
- package/api/resources/workflowExecutions/index.d.ts +1 -0
- package/api/resources/workflowExecutions/index.js +17 -0
- 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/DeploymentRead.d.ts +1 -1
- package/api/types/NodeOutputCompiledThinkingValue.d.ts +13 -0
- package/api/types/NodeOutputCompiledThinkingValue.js +5 -0
- package/api/types/NodeOutputCompiledValue.d.ts +1 -1
- package/api/types/OrganizationLimitConfig.d.ts +11 -0
- package/api/types/OrganizationLimitConfig.js +5 -0
- package/api/types/OrganizationRead.d.ts +1 -0
- package/api/types/Quota.d.ts +8 -0
- package/api/types/Quota.js +5 -0
- package/api/types/SlimDeploymentRead.d.ts +1 -1
- package/api/types/SlimWorkflowDeployment.d.ts +1 -1
- package/api/types/VembdaServiceTierEnum.d.ts +12 -0
- package/api/types/VembdaServiceTierEnum.js +10 -0
- package/api/types/WorkflowDeploymentRead.d.ts +1 -1
- package/api/types/WorkflowExecutionActual.d.ts +1 -1
- package/api/types/WorkflowExecutionDetail.d.ts +16 -0
- package/api/types/WorkflowExecutionDetail.js +5 -0
- package/api/types/index.d.ts +5 -0
- package/api/types/index.js +5 -0
- package/dist/Client.d.ts +3 -0
- package/dist/Client.js +24 -19
- 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/folderEntities/client/Client.js +2 -2
- package/dist/api/resources/index.d.ts +1 -0
- package/dist/api/resources/index.js +2 -1
- 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/releaseReviews/client/Client.js +1 -1
- 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/workflowExecutions/client/Client.d.ts +44 -0
- package/dist/api/resources/workflowExecutions/client/Client.js +131 -0
- package/dist/api/resources/workflowExecutions/client/index.d.ts +1 -0
- package/dist/api/resources/workflowExecutions/client/index.js +2 -0
- package/dist/api/resources/workflowExecutions/index.d.ts +1 -0
- package/dist/api/resources/workflowExecutions/index.js +17 -0
- 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/DeploymentRead.d.ts +1 -1
- package/dist/api/types/NodeOutputCompiledThinkingValue.d.ts +13 -0
- package/dist/api/types/NodeOutputCompiledThinkingValue.js +5 -0
- package/dist/api/types/NodeOutputCompiledValue.d.ts +1 -1
- package/dist/api/types/OrganizationLimitConfig.d.ts +11 -0
- package/dist/api/types/OrganizationLimitConfig.js +5 -0
- package/dist/api/types/OrganizationRead.d.ts +1 -0
- package/dist/api/types/Quota.d.ts +8 -0
- package/dist/api/types/Quota.js +5 -0
- package/dist/api/types/SlimDeploymentRead.d.ts +1 -1
- package/dist/api/types/SlimWorkflowDeployment.d.ts +1 -1
- package/dist/api/types/VembdaServiceTierEnum.d.ts +12 -0
- package/dist/api/types/VembdaServiceTierEnum.js +10 -0
- package/dist/api/types/WorkflowDeploymentRead.d.ts +1 -1
- package/dist/api/types/WorkflowExecutionActual.d.ts +1 -1
- package/dist/api/types/WorkflowExecutionDetail.d.ts +16 -0
- package/dist/api/types/WorkflowExecutionDetail.js +5 -0
- package/dist/api/types/index.d.ts +5 -0
- package/dist/api/types/index.js +5 -0
- package/dist/serialization/types/DeploymentRead.d.ts +1 -1
- package/dist/serialization/types/DeploymentRead.js +1 -1
- package/dist/serialization/types/NodeOutputCompiledThinkingValue.d.ts +17 -0
- package/dist/serialization/types/NodeOutputCompiledThinkingValue.js +48 -0
- package/dist/serialization/types/NodeOutputCompiledValue.d.ts +2 -1
- package/dist/serialization/types/NodeOutputCompiledValue.js +2 -0
- package/dist/serialization/types/OrganizationLimitConfig.d.ts +18 -0
- package/dist/serialization/types/OrganizationLimitConfig.js +49 -0
- package/dist/serialization/types/OrganizationRead.d.ts +2 -0
- package/dist/serialization/types/OrganizationRead.js +2 -0
- package/dist/serialization/types/Quota.d.ts +14 -0
- package/dist/serialization/types/Quota.js +45 -0
- package/dist/serialization/types/SlimDeploymentRead.d.ts +1 -1
- package/dist/serialization/types/SlimDeploymentRead.js +1 -1
- package/dist/serialization/types/SlimWorkflowDeployment.d.ts +1 -1
- package/dist/serialization/types/SlimWorkflowDeployment.js +1 -1
- package/dist/serialization/types/VembdaServiceTierEnum.d.ts +10 -0
- package/dist/serialization/types/VembdaServiceTierEnum.js +41 -0
- package/dist/serialization/types/WorkflowDeploymentRead.d.ts +1 -1
- package/dist/serialization/types/WorkflowDeploymentRead.js +1 -1
- package/dist/serialization/types/WorkflowExecutionActual.d.ts +1 -1
- package/dist/serialization/types/WorkflowExecutionActual.js +1 -1
- package/dist/serialization/types/WorkflowExecutionDetail.d.ts +25 -0
- package/dist/serialization/types/WorkflowExecutionDetail.js +57 -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/ee/automation/.nvmrc +1 -0
- package/ee/automation/README.md +11 -0
- package/ee/automation/ci-workflow-server.yaml +46 -0
- package/ee/automation/package-lock.json +517 -0
- package/ee/automation/package.json +17 -0
- package/package.json +1 -1
- package/reference.md +50 -0
- package/serialization/types/DeploymentRead.d.ts +1 -1
- package/serialization/types/DeploymentRead.js +1 -1
- package/serialization/types/NodeOutputCompiledThinkingValue.d.ts +17 -0
- package/serialization/types/NodeOutputCompiledThinkingValue.js +48 -0
- package/serialization/types/NodeOutputCompiledValue.d.ts +2 -1
- package/serialization/types/NodeOutputCompiledValue.js +2 -0
- package/serialization/types/OrganizationLimitConfig.d.ts +18 -0
- package/serialization/types/OrganizationLimitConfig.js +49 -0
- package/serialization/types/OrganizationRead.d.ts +2 -0
- package/serialization/types/OrganizationRead.js +2 -0
- package/serialization/types/Quota.d.ts +14 -0
- package/serialization/types/Quota.js +45 -0
- package/serialization/types/SlimDeploymentRead.d.ts +1 -1
- package/serialization/types/SlimDeploymentRead.js +1 -1
- package/serialization/types/SlimWorkflowDeployment.d.ts +1 -1
- package/serialization/types/SlimWorkflowDeployment.js +1 -1
- package/serialization/types/VembdaServiceTierEnum.d.ts +10 -0
- package/serialization/types/VembdaServiceTierEnum.js +41 -0
- package/serialization/types/WorkflowDeploymentRead.d.ts +1 -1
- package/serialization/types/WorkflowDeploymentRead.js +1 -1
- package/serialization/types/WorkflowExecutionActual.d.ts +1 -1
- package/serialization/types/WorkflowExecutionActual.js +1 -1
- package/serialization/types/WorkflowExecutionDetail.d.ts +25 -0
- package/serialization/types/WorkflowExecutionDetail.js +57 -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
|
@@ -0,0 +1,48 @@
|
|
|
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.NodeOutputCompiledThinkingValue = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const StringVellumValue_1 = require("./StringVellumValue");
|
|
42
|
+
const WorkflowNodeResultEventState_1 = require("./WorkflowNodeResultEventState");
|
|
43
|
+
exports.NodeOutputCompiledThinkingValue = core.serialization.object({
|
|
44
|
+
type: core.serialization.stringLiteral("THINKING"),
|
|
45
|
+
value: StringVellumValue_1.StringVellumValue.optionalNullable(),
|
|
46
|
+
nodeOutputId: core.serialization.property("node_output_id", core.serialization.string()),
|
|
47
|
+
state: WorkflowNodeResultEventState_1.WorkflowNodeResultEventState.optional(),
|
|
48
|
+
});
|
|
@@ -12,7 +12,8 @@ import { NodeOutputCompiledSearchResultsValue } from "./NodeOutputCompiledSearch
|
|
|
12
12
|
import { NodeOutputCompiledErrorValue } from "./NodeOutputCompiledErrorValue";
|
|
13
13
|
import { NodeOutputCompiledArrayValue } from "./NodeOutputCompiledArrayValue";
|
|
14
14
|
import { NodeOutputCompiledFunctionCallValue } from "./NodeOutputCompiledFunctionCallValue";
|
|
15
|
+
import { NodeOutputCompiledThinkingValue } from "./NodeOutputCompiledThinkingValue";
|
|
15
16
|
export declare const NodeOutputCompiledValue: core.serialization.Schema<serializers.NodeOutputCompiledValue.Raw, Vellum.NodeOutputCompiledValue>;
|
|
16
17
|
export declare namespace NodeOutputCompiledValue {
|
|
17
|
-
type Raw = NodeOutputCompiledStringValue.Raw | NodeOutputCompiledNumberValue.Raw | NodeOutputCompiledJsonValue.Raw | NodeOutputCompiledChatHistoryValue.Raw | NodeOutputCompiledSearchResultsValue.Raw | NodeOutputCompiledErrorValue.Raw | NodeOutputCompiledArrayValue.Raw | NodeOutputCompiledFunctionCallValue.Raw;
|
|
18
|
+
type Raw = NodeOutputCompiledStringValue.Raw | NodeOutputCompiledNumberValue.Raw | NodeOutputCompiledJsonValue.Raw | NodeOutputCompiledChatHistoryValue.Raw | NodeOutputCompiledSearchResultsValue.Raw | NodeOutputCompiledErrorValue.Raw | NodeOutputCompiledArrayValue.Raw | NodeOutputCompiledFunctionCallValue.Raw | NodeOutputCompiledThinkingValue.Raw;
|
|
18
19
|
}
|
|
@@ -46,6 +46,7 @@ const NodeOutputCompiledSearchResultsValue_1 = require("./NodeOutputCompiledSear
|
|
|
46
46
|
const NodeOutputCompiledErrorValue_1 = require("./NodeOutputCompiledErrorValue");
|
|
47
47
|
const NodeOutputCompiledArrayValue_1 = require("./NodeOutputCompiledArrayValue");
|
|
48
48
|
const NodeOutputCompiledFunctionCallValue_1 = require("./NodeOutputCompiledFunctionCallValue");
|
|
49
|
+
const NodeOutputCompiledThinkingValue_1 = require("./NodeOutputCompiledThinkingValue");
|
|
49
50
|
exports.NodeOutputCompiledValue = core.serialization.undiscriminatedUnion([
|
|
50
51
|
NodeOutputCompiledStringValue_1.NodeOutputCompiledStringValue,
|
|
51
52
|
NodeOutputCompiledNumberValue_1.NodeOutputCompiledNumberValue,
|
|
@@ -55,4 +56,5 @@ exports.NodeOutputCompiledValue = core.serialization.undiscriminatedUnion([
|
|
|
55
56
|
NodeOutputCompiledErrorValue_1.NodeOutputCompiledErrorValue,
|
|
56
57
|
NodeOutputCompiledArrayValue_1.NodeOutputCompiledArrayValue,
|
|
57
58
|
NodeOutputCompiledFunctionCallValue_1.NodeOutputCompiledFunctionCallValue,
|
|
59
|
+
NodeOutputCompiledThinkingValue_1.NodeOutputCompiledThinkingValue,
|
|
58
60
|
]);
|
|
@@ -0,0 +1,18 @@
|
|
|
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 { VembdaServiceTierEnum } from "./VembdaServiceTierEnum";
|
|
8
|
+
import { Quota } from "./Quota";
|
|
9
|
+
export declare const OrganizationLimitConfig: core.serialization.ObjectSchema<serializers.OrganizationLimitConfig.Raw, Vellum.OrganizationLimitConfig>;
|
|
10
|
+
export declare namespace OrganizationLimitConfig {
|
|
11
|
+
interface Raw {
|
|
12
|
+
vembda_service_tier?: VembdaServiceTierEnum.Raw | null;
|
|
13
|
+
prompt_executions_quota?: (Quota.Raw | null) | null;
|
|
14
|
+
workflow_executions_quota?: (Quota.Raw | null) | null;
|
|
15
|
+
workflow_runtime_seconds_quota?: (Quota.Raw | null) | null;
|
|
16
|
+
max_workflow_runtime_seconds?: (number | null) | null;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
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.OrganizationLimitConfig = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const VembdaServiceTierEnum_1 = require("./VembdaServiceTierEnum");
|
|
42
|
+
const Quota_1 = require("./Quota");
|
|
43
|
+
exports.OrganizationLimitConfig = core.serialization.object({
|
|
44
|
+
vembdaServiceTier: core.serialization.property("vembda_service_tier", VembdaServiceTierEnum_1.VembdaServiceTierEnum.optional()),
|
|
45
|
+
promptExecutionsQuota: core.serialization.property("prompt_executions_quota", Quota_1.Quota.optionalNullable()),
|
|
46
|
+
workflowExecutionsQuota: core.serialization.property("workflow_executions_quota", Quota_1.Quota.optionalNullable()),
|
|
47
|
+
workflowRuntimeSecondsQuota: core.serialization.property("workflow_runtime_seconds_quota", Quota_1.Quota.optionalNullable()),
|
|
48
|
+
maxWorkflowRuntimeSeconds: core.serialization.property("max_workflow_runtime_seconds", core.serialization.number().optionalNullable()),
|
|
49
|
+
});
|
|
@@ -5,6 +5,7 @@ import * as serializers from "../index";
|
|
|
5
5
|
import * as Vellum from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
import { NewMemberJoinBehaviorEnum } from "./NewMemberJoinBehaviorEnum";
|
|
8
|
+
import { OrganizationLimitConfig } from "./OrganizationLimitConfig";
|
|
8
9
|
export declare const OrganizationRead: core.serialization.ObjectSchema<serializers.OrganizationRead.Raw, Vellum.OrganizationRead>;
|
|
9
10
|
export declare namespace OrganizationRead {
|
|
10
11
|
interface Raw {
|
|
@@ -12,5 +13,6 @@ export declare namespace OrganizationRead {
|
|
|
12
13
|
name: string;
|
|
13
14
|
allow_staff_access?: boolean | null;
|
|
14
15
|
new_member_join_behavior: NewMemberJoinBehaviorEnum.Raw;
|
|
16
|
+
limit_config: OrganizationLimitConfig.Raw;
|
|
15
17
|
}
|
|
16
18
|
}
|
|
@@ -39,9 +39,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
39
39
|
exports.OrganizationRead = void 0;
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
41
|
const NewMemberJoinBehaviorEnum_1 = require("./NewMemberJoinBehaviorEnum");
|
|
42
|
+
const OrganizationLimitConfig_1 = require("./OrganizationLimitConfig");
|
|
42
43
|
exports.OrganizationRead = core.serialization.object({
|
|
43
44
|
id: core.serialization.string(),
|
|
44
45
|
name: core.serialization.string(),
|
|
45
46
|
allowStaffAccess: core.serialization.property("allow_staff_access", core.serialization.boolean().optional()),
|
|
46
47
|
newMemberJoinBehavior: core.serialization.property("new_member_join_behavior", NewMemberJoinBehaviorEnum_1.NewMemberJoinBehaviorEnum),
|
|
48
|
+
limitConfig: core.serialization.property("limit_config", OrganizationLimitConfig_1.OrganizationLimitConfig),
|
|
47
49
|
});
|
|
@@ -0,0 +1,14 @@
|
|
|
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 Quota: core.serialization.ObjectSchema<serializers.Quota.Raw, Vellum.Quota>;
|
|
8
|
+
export declare namespace Quota {
|
|
9
|
+
interface Raw {
|
|
10
|
+
name: string;
|
|
11
|
+
value?: (number | null) | null;
|
|
12
|
+
period_seconds?: (number | null) | null;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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.Quota = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
exports.Quota = core.serialization.object({
|
|
42
|
+
name: core.serialization.string(),
|
|
43
|
+
value: core.serialization.number().optionalNullable(),
|
|
44
|
+
periodSeconds: core.serialization.property("period_seconds", core.serialization.number().optionalNullable()),
|
|
45
|
+
});
|
|
@@ -15,7 +15,7 @@ export declare namespace SlimDeploymentRead {
|
|
|
15
15
|
label: string;
|
|
16
16
|
name: string;
|
|
17
17
|
status?: EntityStatus.Raw | null;
|
|
18
|
-
environment?: EnvironmentEnum.Raw | null;
|
|
18
|
+
environment?: (EnvironmentEnum.Raw | null) | null;
|
|
19
19
|
last_deployed_on: string;
|
|
20
20
|
input_variables: VellumVariable.Raw[];
|
|
21
21
|
description?: (string | null) | null;
|
|
@@ -47,7 +47,7 @@ exports.SlimDeploymentRead = core.serialization.object({
|
|
|
47
47
|
label: core.serialization.string(),
|
|
48
48
|
name: core.serialization.string(),
|
|
49
49
|
status: EntityStatus_1.EntityStatus.optional(),
|
|
50
|
-
environment: EnvironmentEnum_1.EnvironmentEnum.
|
|
50
|
+
environment: EnvironmentEnum_1.EnvironmentEnum.optionalNullable(),
|
|
51
51
|
lastDeployedOn: core.serialization.property("last_deployed_on", core.serialization.date()),
|
|
52
52
|
inputVariables: core.serialization.property("input_variables", core.serialization.list(VellumVariable_1.VellumVariable)),
|
|
53
53
|
description: core.serialization.string().optionalNullable(),
|
|
@@ -14,7 +14,7 @@ export declare namespace SlimWorkflowDeployment {
|
|
|
14
14
|
name: string;
|
|
15
15
|
label: string;
|
|
16
16
|
status?: EntityStatus.Raw | null;
|
|
17
|
-
environment?: EnvironmentEnum.Raw | null;
|
|
17
|
+
environment?: (EnvironmentEnum.Raw | null) | null;
|
|
18
18
|
created: string;
|
|
19
19
|
last_deployed_on: string;
|
|
20
20
|
input_variables: VellumVariable.Raw[];
|
|
@@ -46,7 +46,7 @@ exports.SlimWorkflowDeployment = core.serialization.object({
|
|
|
46
46
|
name: core.serialization.string(),
|
|
47
47
|
label: core.serialization.string(),
|
|
48
48
|
status: EntityStatus_1.EntityStatus.optional(),
|
|
49
|
-
environment: EnvironmentEnum_1.EnvironmentEnum.
|
|
49
|
+
environment: EnvironmentEnum_1.EnvironmentEnum.optionalNullable(),
|
|
50
50
|
created: core.serialization.date(),
|
|
51
51
|
lastDeployedOn: core.serialization.property("last_deployed_on", core.serialization.date()),
|
|
52
52
|
inputVariables: core.serialization.property("input_variables", core.serialization.list(VellumVariable_1.VellumVariable)),
|
|
@@ -0,0 +1,10 @@
|
|
|
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 VembdaServiceTierEnum: core.serialization.Schema<serializers.VembdaServiceTierEnum.Raw, Vellum.VembdaServiceTierEnum>;
|
|
8
|
+
export declare namespace VembdaServiceTierEnum {
|
|
9
|
+
type Raw = "FREE" | "PAID";
|
|
10
|
+
}
|
|
@@ -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.VembdaServiceTierEnum = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
exports.VembdaServiceTierEnum = core.serialization.enum_(["FREE", "PAID"]);
|
|
@@ -14,7 +14,7 @@ export declare namespace WorkflowDeploymentRead {
|
|
|
14
14
|
name: string;
|
|
15
15
|
label: string;
|
|
16
16
|
status?: EntityStatus.Raw | null;
|
|
17
|
-
environment?: EnvironmentEnum.Raw | null;
|
|
17
|
+
environment?: (EnvironmentEnum.Raw | null) | null;
|
|
18
18
|
created: string;
|
|
19
19
|
last_deployed_on: string;
|
|
20
20
|
last_deployed_history_item_id: string;
|
|
@@ -46,7 +46,7 @@ exports.WorkflowDeploymentRead = core.serialization.object({
|
|
|
46
46
|
name: core.serialization.string(),
|
|
47
47
|
label: core.serialization.string(),
|
|
48
48
|
status: EntityStatus_1.EntityStatus.optional(),
|
|
49
|
-
environment: EnvironmentEnum_1.EnvironmentEnum.
|
|
49
|
+
environment: EnvironmentEnum_1.EnvironmentEnum.optionalNullable(),
|
|
50
50
|
created: core.serialization.date(),
|
|
51
51
|
lastDeployedOn: core.serialization.property("last_deployed_on", core.serialization.date()),
|
|
52
52
|
lastDeployedHistoryItemId: core.serialization.property("last_deployed_history_item_id", core.serialization.string()),
|
|
@@ -42,6 +42,6 @@ const ExecutionVellumValue_1 = require("./ExecutionVellumValue");
|
|
|
42
42
|
exports.WorkflowExecutionActual = core.serialization.object({
|
|
43
43
|
output: ExecutionVellumValue_1.ExecutionVellumValue,
|
|
44
44
|
timestamp: core.serialization.date(),
|
|
45
|
-
quality: core.serialization.number(),
|
|
45
|
+
quality: core.serialization.number().optionalNullable(),
|
|
46
46
|
metadata: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optionalNullable(),
|
|
47
47
|
});
|
|
@@ -0,0 +1,25 @@
|
|
|
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 { ExecutionVellumValue } from "./ExecutionVellumValue";
|
|
8
|
+
import { WorkflowError } from "./WorkflowError";
|
|
9
|
+
import { WorkflowExecutionUsageResult } from "./WorkflowExecutionUsageResult";
|
|
10
|
+
import { VellumSpan } from "./VellumSpan";
|
|
11
|
+
export declare const WorkflowExecutionDetail: core.serialization.ObjectSchema<serializers.WorkflowExecutionDetail.Raw, Vellum.WorkflowExecutionDetail>;
|
|
12
|
+
export declare namespace WorkflowExecutionDetail {
|
|
13
|
+
interface Raw {
|
|
14
|
+
span_id: string;
|
|
15
|
+
parent_context?: (serializers.ParentContext.Raw | null) | null;
|
|
16
|
+
start: string;
|
|
17
|
+
end?: (string | null) | null;
|
|
18
|
+
inputs: ExecutionVellumValue.Raw[];
|
|
19
|
+
outputs: ExecutionVellumValue.Raw[];
|
|
20
|
+
error?: (WorkflowError.Raw | null) | null;
|
|
21
|
+
usage_results?: (WorkflowExecutionUsageResult.Raw[] | null) | null;
|
|
22
|
+
spans: VellumSpan.Raw[];
|
|
23
|
+
state?: (Record<string, unknown> | null) | null;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
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.WorkflowExecutionDetail = void 0;
|
|
40
|
+
const serializers = __importStar(require("../index"));
|
|
41
|
+
const core = __importStar(require("../../core"));
|
|
42
|
+
const ExecutionVellumValue_1 = require("./ExecutionVellumValue");
|
|
43
|
+
const WorkflowError_1 = require("./WorkflowError");
|
|
44
|
+
const WorkflowExecutionUsageResult_1 = require("./WorkflowExecutionUsageResult");
|
|
45
|
+
const VellumSpan_1 = require("./VellumSpan");
|
|
46
|
+
exports.WorkflowExecutionDetail = core.serialization.object({
|
|
47
|
+
spanId: core.serialization.property("span_id", core.serialization.string()),
|
|
48
|
+
parentContext: core.serialization.property("parent_context", core.serialization.lazy(() => serializers.ParentContext).optionalNullable()),
|
|
49
|
+
start: core.serialization.date(),
|
|
50
|
+
end: core.serialization.date().optionalNullable(),
|
|
51
|
+
inputs: core.serialization.list(ExecutionVellumValue_1.ExecutionVellumValue),
|
|
52
|
+
outputs: core.serialization.list(ExecutionVellumValue_1.ExecutionVellumValue),
|
|
53
|
+
error: WorkflowError_1.WorkflowError.optionalNullable(),
|
|
54
|
+
usageResults: core.serialization.property("usage_results", core.serialization.list(WorkflowExecutionUsageResult_1.WorkflowExecutionUsageResult).optionalNullable()),
|
|
55
|
+
spans: core.serialization.list(VellumSpan_1.VellumSpan),
|
|
56
|
+
state: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optionalNullable(),
|
|
57
|
+
});
|
|
@@ -263,6 +263,7 @@ export * from "./NodeOutputCompiledJsonValue";
|
|
|
263
263
|
export * from "./NodeOutputCompiledNumberValue";
|
|
264
264
|
export * from "./NodeOutputCompiledSearchResultsValue";
|
|
265
265
|
export * from "./NodeOutputCompiledStringValue";
|
|
266
|
+
export * from "./NodeOutputCompiledThinkingValue";
|
|
266
267
|
export * from "./NodeOutputCompiledValue";
|
|
267
268
|
export * from "./NodeParentContext";
|
|
268
269
|
export * from "./NormalizedLogProbs";
|
|
@@ -278,6 +279,7 @@ export * from "./OpenAiVectorizerTextEmbedding3Small";
|
|
|
278
279
|
export * from "./OpenAiVectorizerTextEmbedding3SmallRequest";
|
|
279
280
|
export * from "./OpenAiVectorizerTextEmbeddingAda002";
|
|
280
281
|
export * from "./OpenAiVectorizerTextEmbeddingAda002Request";
|
|
282
|
+
export * from "./OrganizationLimitConfig";
|
|
281
283
|
export * from "./OrganizationRead";
|
|
282
284
|
export * from "./PaginatedContainerImageReadList";
|
|
283
285
|
export * from "./PaginatedDeploymentReleaseTagReadList";
|
|
@@ -319,6 +321,7 @@ export * from "./PromptRequestStringInput";
|
|
|
319
321
|
export * from "./PromptSettings";
|
|
320
322
|
export * from "./ComponentsSchemasPromptVersionBuildConfigSandbox";
|
|
321
323
|
export * from "./PromptVersionBuildConfigSandbox";
|
|
324
|
+
export * from "./Quota";
|
|
322
325
|
export * from "./RawPromptExecutionOverridesRequest";
|
|
323
326
|
export * from "./ReductoChunkerConfig";
|
|
324
327
|
export * from "./ReductoChunkerConfigRequest";
|
|
@@ -518,6 +521,7 @@ export * from "./VellumVariable";
|
|
|
518
521
|
export * from "./VellumVariableExtensions";
|
|
519
522
|
export * from "./VellumVariableType";
|
|
520
523
|
export * from "./VellumWorkflowExecutionEvent";
|
|
524
|
+
export * from "./VembdaServiceTierEnum";
|
|
521
525
|
export * from "./WorkflowDeploymentEventExecutionsResponse";
|
|
522
526
|
export * from "./WorkflowDeploymentHistoryItem";
|
|
523
527
|
export * from "./WorkflowDeploymentParentContext";
|
|
@@ -532,6 +536,7 @@ export * from "./WorkflowExecutionActual";
|
|
|
532
536
|
export * from "./WorkflowExecutionActualChatHistoryRequest";
|
|
533
537
|
export * from "./WorkflowExecutionActualJsonRequest";
|
|
534
538
|
export * from "./WorkflowExecutionActualStringRequest";
|
|
539
|
+
export * from "./WorkflowExecutionDetail";
|
|
535
540
|
export * from "./WorkflowExecutionEventErrorCode";
|
|
536
541
|
export * from "./WorkflowExecutionEventType";
|
|
537
542
|
export * from "./WorkflowExecutionFulfilledBody";
|
|
@@ -279,6 +279,7 @@ __exportStar(require("./NodeOutputCompiledJsonValue"), exports);
|
|
|
279
279
|
__exportStar(require("./NodeOutputCompiledNumberValue"), exports);
|
|
280
280
|
__exportStar(require("./NodeOutputCompiledSearchResultsValue"), exports);
|
|
281
281
|
__exportStar(require("./NodeOutputCompiledStringValue"), exports);
|
|
282
|
+
__exportStar(require("./NodeOutputCompiledThinkingValue"), exports);
|
|
282
283
|
__exportStar(require("./NodeOutputCompiledValue"), exports);
|
|
283
284
|
__exportStar(require("./NodeParentContext"), exports);
|
|
284
285
|
__exportStar(require("./NormalizedLogProbs"), exports);
|
|
@@ -294,6 +295,7 @@ __exportStar(require("./OpenAiVectorizerTextEmbedding3Small"), exports);
|
|
|
294
295
|
__exportStar(require("./OpenAiVectorizerTextEmbedding3SmallRequest"), exports);
|
|
295
296
|
__exportStar(require("./OpenAiVectorizerTextEmbeddingAda002"), exports);
|
|
296
297
|
__exportStar(require("./OpenAiVectorizerTextEmbeddingAda002Request"), exports);
|
|
298
|
+
__exportStar(require("./OrganizationLimitConfig"), exports);
|
|
297
299
|
__exportStar(require("./OrganizationRead"), exports);
|
|
298
300
|
__exportStar(require("./PaginatedContainerImageReadList"), exports);
|
|
299
301
|
__exportStar(require("./PaginatedDeploymentReleaseTagReadList"), exports);
|
|
@@ -335,6 +337,7 @@ __exportStar(require("./PromptRequestStringInput"), exports);
|
|
|
335
337
|
__exportStar(require("./PromptSettings"), exports);
|
|
336
338
|
__exportStar(require("./ComponentsSchemasPromptVersionBuildConfigSandbox"), exports);
|
|
337
339
|
__exportStar(require("./PromptVersionBuildConfigSandbox"), exports);
|
|
340
|
+
__exportStar(require("./Quota"), exports);
|
|
338
341
|
__exportStar(require("./RawPromptExecutionOverridesRequest"), exports);
|
|
339
342
|
__exportStar(require("./ReductoChunkerConfig"), exports);
|
|
340
343
|
__exportStar(require("./ReductoChunkerConfigRequest"), exports);
|
|
@@ -534,6 +537,7 @@ __exportStar(require("./VellumVariable"), exports);
|
|
|
534
537
|
__exportStar(require("./VellumVariableExtensions"), exports);
|
|
535
538
|
__exportStar(require("./VellumVariableType"), exports);
|
|
536
539
|
__exportStar(require("./VellumWorkflowExecutionEvent"), exports);
|
|
540
|
+
__exportStar(require("./VembdaServiceTierEnum"), exports);
|
|
537
541
|
__exportStar(require("./WorkflowDeploymentEventExecutionsResponse"), exports);
|
|
538
542
|
__exportStar(require("./WorkflowDeploymentHistoryItem"), exports);
|
|
539
543
|
__exportStar(require("./WorkflowDeploymentParentContext"), exports);
|
|
@@ -548,6 +552,7 @@ __exportStar(require("./WorkflowExecutionActual"), exports);
|
|
|
548
552
|
__exportStar(require("./WorkflowExecutionActualChatHistoryRequest"), exports);
|
|
549
553
|
__exportStar(require("./WorkflowExecutionActualJsonRequest"), exports);
|
|
550
554
|
__exportStar(require("./WorkflowExecutionActualStringRequest"), exports);
|
|
555
|
+
__exportStar(require("./WorkflowExecutionDetail"), exports);
|
|
551
556
|
__exportStar(require("./WorkflowExecutionEventErrorCode"), exports);
|
|
552
557
|
__exportStar(require("./WorkflowExecutionEventType"), exports);
|
|
553
558
|
__exportStar(require("./WorkflowExecutionFulfilledBody"), exports);
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.0.
|
|
1
|
+
export declare const SDK_VERSION = "1.0.4";
|
package/version.js
CHANGED