vellum-ai 1.0.4 → 1.0.6
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/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/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.js +1 -1
- 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/OrganizationRead.d.ts +1 -1
- package/api/types/index.d.ts +0 -3
- package/api/types/index.js +0 -3
- 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/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/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.js +1 -1
- 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/OrganizationRead.d.ts +1 -1
- package/dist/api/types/index.d.ts +0 -3
- package/dist/api/types/index.js +0 -3
- package/dist/serialization/types/OrganizationRead.d.ts +1 -2
- package/dist/serialization/types/OrganizationRead.js +1 -2
- package/dist/serialization/types/index.d.ts +0 -3
- package/dist/serialization/types/index.js +0 -3
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/serialization/types/OrganizationRead.d.ts +1 -2
- package/serialization/types/OrganizationRead.js +1 -2
- package/serialization/types/index.d.ts +0 -3
- package/serialization/types/index.js +0 -3
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/types/OrganizationLimitConfig.d.ts +0 -11
- package/api/types/OrganizationLimitConfig.js +0 -5
- package/api/types/Quota.d.ts +0 -8
- package/api/types/Quota.js +0 -5
- package/api/types/VembdaServiceTierEnum.d.ts +0 -12
- package/api/types/VembdaServiceTierEnum.js +0 -10
- package/dist/api/types/OrganizationLimitConfig.d.ts +0 -11
- package/dist/api/types/OrganizationLimitConfig.js +0 -5
- package/dist/api/types/Quota.d.ts +0 -8
- package/dist/api/types/Quota.js +0 -5
- package/dist/api/types/VembdaServiceTierEnum.d.ts +0 -12
- package/dist/api/types/VembdaServiceTierEnum.js +0 -10
- package/dist/serialization/types/OrganizationLimitConfig.d.ts +0 -18
- package/dist/serialization/types/OrganizationLimitConfig.js +0 -49
- package/dist/serialization/types/Quota.d.ts +0 -14
- package/dist/serialization/types/Quota.js +0 -45
- package/dist/serialization/types/VembdaServiceTierEnum.d.ts +0 -10
- package/dist/serialization/types/VembdaServiceTierEnum.js +0 -41
- package/serialization/types/OrganizationLimitConfig.d.ts +0 -18
- package/serialization/types/OrganizationLimitConfig.js +0 -49
- package/serialization/types/Quota.d.ts +0 -14
- package/serialization/types/Quota.js +0 -45
- package/serialization/types/VembdaServiceTierEnum.d.ts +0 -10
- package/serialization/types/VembdaServiceTierEnum.js +0 -41
|
@@ -39,11 +39,10 @@ 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");
|
|
43
42
|
exports.OrganizationRead = core.serialization.object({
|
|
44
43
|
id: core.serialization.string(),
|
|
45
44
|
name: core.serialization.string(),
|
|
46
45
|
allowStaffAccess: core.serialization.property("allow_staff_access", core.serialization.boolean().optional()),
|
|
47
46
|
newMemberJoinBehavior: core.serialization.property("new_member_join_behavior", NewMemberJoinBehaviorEnum_1.NewMemberJoinBehaviorEnum),
|
|
48
|
-
limitConfig: core.serialization.property("limit_config",
|
|
47
|
+
limitConfig: core.serialization.property("limit_config", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
49
48
|
});
|
|
@@ -279,7 +279,6 @@ export * from "./OpenAiVectorizerTextEmbedding3Small";
|
|
|
279
279
|
export * from "./OpenAiVectorizerTextEmbedding3SmallRequest";
|
|
280
280
|
export * from "./OpenAiVectorizerTextEmbeddingAda002";
|
|
281
281
|
export * from "./OpenAiVectorizerTextEmbeddingAda002Request";
|
|
282
|
-
export * from "./OrganizationLimitConfig";
|
|
283
282
|
export * from "./OrganizationRead";
|
|
284
283
|
export * from "./PaginatedContainerImageReadList";
|
|
285
284
|
export * from "./PaginatedDeploymentReleaseTagReadList";
|
|
@@ -321,7 +320,6 @@ export * from "./PromptRequestStringInput";
|
|
|
321
320
|
export * from "./PromptSettings";
|
|
322
321
|
export * from "./ComponentsSchemasPromptVersionBuildConfigSandbox";
|
|
323
322
|
export * from "./PromptVersionBuildConfigSandbox";
|
|
324
|
-
export * from "./Quota";
|
|
325
323
|
export * from "./RawPromptExecutionOverridesRequest";
|
|
326
324
|
export * from "./ReductoChunkerConfig";
|
|
327
325
|
export * from "./ReductoChunkerConfigRequest";
|
|
@@ -521,7 +519,6 @@ export * from "./VellumVariable";
|
|
|
521
519
|
export * from "./VellumVariableExtensions";
|
|
522
520
|
export * from "./VellumVariableType";
|
|
523
521
|
export * from "./VellumWorkflowExecutionEvent";
|
|
524
|
-
export * from "./VembdaServiceTierEnum";
|
|
525
522
|
export * from "./WorkflowDeploymentEventExecutionsResponse";
|
|
526
523
|
export * from "./WorkflowDeploymentHistoryItem";
|
|
527
524
|
export * from "./WorkflowDeploymentParentContext";
|
|
@@ -295,7 +295,6 @@ __exportStar(require("./OpenAiVectorizerTextEmbedding3Small"), exports);
|
|
|
295
295
|
__exportStar(require("./OpenAiVectorizerTextEmbedding3SmallRequest"), exports);
|
|
296
296
|
__exportStar(require("./OpenAiVectorizerTextEmbeddingAda002"), exports);
|
|
297
297
|
__exportStar(require("./OpenAiVectorizerTextEmbeddingAda002Request"), exports);
|
|
298
|
-
__exportStar(require("./OrganizationLimitConfig"), exports);
|
|
299
298
|
__exportStar(require("./OrganizationRead"), exports);
|
|
300
299
|
__exportStar(require("./PaginatedContainerImageReadList"), exports);
|
|
301
300
|
__exportStar(require("./PaginatedDeploymentReleaseTagReadList"), exports);
|
|
@@ -337,7 +336,6 @@ __exportStar(require("./PromptRequestStringInput"), exports);
|
|
|
337
336
|
__exportStar(require("./PromptSettings"), exports);
|
|
338
337
|
__exportStar(require("./ComponentsSchemasPromptVersionBuildConfigSandbox"), exports);
|
|
339
338
|
__exportStar(require("./PromptVersionBuildConfigSandbox"), exports);
|
|
340
|
-
__exportStar(require("./Quota"), exports);
|
|
341
339
|
__exportStar(require("./RawPromptExecutionOverridesRequest"), exports);
|
|
342
340
|
__exportStar(require("./ReductoChunkerConfig"), exports);
|
|
343
341
|
__exportStar(require("./ReductoChunkerConfigRequest"), exports);
|
|
@@ -537,7 +535,6 @@ __exportStar(require("./VellumVariable"), exports);
|
|
|
537
535
|
__exportStar(require("./VellumVariableExtensions"), exports);
|
|
538
536
|
__exportStar(require("./VellumVariableType"), exports);
|
|
539
537
|
__exportStar(require("./VellumWorkflowExecutionEvent"), exports);
|
|
540
|
-
__exportStar(require("./VembdaServiceTierEnum"), exports);
|
|
541
538
|
__exportStar(require("./WorkflowDeploymentEventExecutionsResponse"), exports);
|
|
542
539
|
__exportStar(require("./WorkflowDeploymentHistoryItem"), exports);
|
|
543
540
|
__exportStar(require("./WorkflowDeploymentParentContext"), exports);
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.0.
|
|
1
|
+
export declare const SDK_VERSION = "1.0.6";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -5,7 +5,6 @@ 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";
|
|
9
8
|
export declare const OrganizationRead: core.serialization.ObjectSchema<serializers.OrganizationRead.Raw, Vellum.OrganizationRead>;
|
|
10
9
|
export declare namespace OrganizationRead {
|
|
11
10
|
interface Raw {
|
|
@@ -13,6 +12,6 @@ export declare namespace OrganizationRead {
|
|
|
13
12
|
name: string;
|
|
14
13
|
allow_staff_access?: boolean | null;
|
|
15
14
|
new_member_join_behavior: NewMemberJoinBehaviorEnum.Raw;
|
|
16
|
-
limit_config
|
|
15
|
+
limit_config?: Record<string, unknown> | null;
|
|
17
16
|
}
|
|
18
17
|
}
|
|
@@ -39,11 +39,10 @@ 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");
|
|
43
42
|
exports.OrganizationRead = core.serialization.object({
|
|
44
43
|
id: core.serialization.string(),
|
|
45
44
|
name: core.serialization.string(),
|
|
46
45
|
allowStaffAccess: core.serialization.property("allow_staff_access", core.serialization.boolean().optional()),
|
|
47
46
|
newMemberJoinBehavior: core.serialization.property("new_member_join_behavior", NewMemberJoinBehaviorEnum_1.NewMemberJoinBehaviorEnum),
|
|
48
|
-
limitConfig: core.serialization.property("limit_config",
|
|
47
|
+
limitConfig: core.serialization.property("limit_config", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
49
48
|
});
|
|
@@ -279,7 +279,6 @@ export * from "./OpenAiVectorizerTextEmbedding3Small";
|
|
|
279
279
|
export * from "./OpenAiVectorizerTextEmbedding3SmallRequest";
|
|
280
280
|
export * from "./OpenAiVectorizerTextEmbeddingAda002";
|
|
281
281
|
export * from "./OpenAiVectorizerTextEmbeddingAda002Request";
|
|
282
|
-
export * from "./OrganizationLimitConfig";
|
|
283
282
|
export * from "./OrganizationRead";
|
|
284
283
|
export * from "./PaginatedContainerImageReadList";
|
|
285
284
|
export * from "./PaginatedDeploymentReleaseTagReadList";
|
|
@@ -321,7 +320,6 @@ export * from "./PromptRequestStringInput";
|
|
|
321
320
|
export * from "./PromptSettings";
|
|
322
321
|
export * from "./ComponentsSchemasPromptVersionBuildConfigSandbox";
|
|
323
322
|
export * from "./PromptVersionBuildConfigSandbox";
|
|
324
|
-
export * from "./Quota";
|
|
325
323
|
export * from "./RawPromptExecutionOverridesRequest";
|
|
326
324
|
export * from "./ReductoChunkerConfig";
|
|
327
325
|
export * from "./ReductoChunkerConfigRequest";
|
|
@@ -521,7 +519,6 @@ export * from "./VellumVariable";
|
|
|
521
519
|
export * from "./VellumVariableExtensions";
|
|
522
520
|
export * from "./VellumVariableType";
|
|
523
521
|
export * from "./VellumWorkflowExecutionEvent";
|
|
524
|
-
export * from "./VembdaServiceTierEnum";
|
|
525
522
|
export * from "./WorkflowDeploymentEventExecutionsResponse";
|
|
526
523
|
export * from "./WorkflowDeploymentHistoryItem";
|
|
527
524
|
export * from "./WorkflowDeploymentParentContext";
|
|
@@ -295,7 +295,6 @@ __exportStar(require("./OpenAiVectorizerTextEmbedding3Small"), exports);
|
|
|
295
295
|
__exportStar(require("./OpenAiVectorizerTextEmbedding3SmallRequest"), exports);
|
|
296
296
|
__exportStar(require("./OpenAiVectorizerTextEmbeddingAda002"), exports);
|
|
297
297
|
__exportStar(require("./OpenAiVectorizerTextEmbeddingAda002Request"), exports);
|
|
298
|
-
__exportStar(require("./OrganizationLimitConfig"), exports);
|
|
299
298
|
__exportStar(require("./OrganizationRead"), exports);
|
|
300
299
|
__exportStar(require("./PaginatedContainerImageReadList"), exports);
|
|
301
300
|
__exportStar(require("./PaginatedDeploymentReleaseTagReadList"), exports);
|
|
@@ -337,7 +336,6 @@ __exportStar(require("./PromptRequestStringInput"), exports);
|
|
|
337
336
|
__exportStar(require("./PromptSettings"), exports);
|
|
338
337
|
__exportStar(require("./ComponentsSchemasPromptVersionBuildConfigSandbox"), exports);
|
|
339
338
|
__exportStar(require("./PromptVersionBuildConfigSandbox"), exports);
|
|
340
|
-
__exportStar(require("./Quota"), exports);
|
|
341
339
|
__exportStar(require("./RawPromptExecutionOverridesRequest"), exports);
|
|
342
340
|
__exportStar(require("./ReductoChunkerConfig"), exports);
|
|
343
341
|
__exportStar(require("./ReductoChunkerConfigRequest"), exports);
|
|
@@ -537,7 +535,6 @@ __exportStar(require("./VellumVariable"), exports);
|
|
|
537
535
|
__exportStar(require("./VellumVariableExtensions"), exports);
|
|
538
536
|
__exportStar(require("./VellumVariableType"), exports);
|
|
539
537
|
__exportStar(require("./VellumWorkflowExecutionEvent"), exports);
|
|
540
|
-
__exportStar(require("./VembdaServiceTierEnum"), exports);
|
|
541
538
|
__exportStar(require("./WorkflowDeploymentEventExecutionsResponse"), exports);
|
|
542
539
|
__exportStar(require("./WorkflowDeploymentHistoryItem"), exports);
|
|
543
540
|
__exportStar(require("./WorkflowDeploymentParentContext"), exports);
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.0.
|
|
1
|
+
export declare const SDK_VERSION = "1.0.6";
|
package/version.js
CHANGED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Vellum from "../index";
|
|
5
|
-
export interface OrganizationLimitConfig {
|
|
6
|
-
vembdaServiceTier?: Vellum.VembdaServiceTierEnum;
|
|
7
|
-
promptExecutionsQuota?: Vellum.Quota | null;
|
|
8
|
-
workflowExecutionsQuota?: Vellum.Quota | null;
|
|
9
|
-
workflowRuntimeSecondsQuota?: Vellum.Quota | null;
|
|
10
|
-
maxWorkflowRuntimeSeconds?: number | null;
|
|
11
|
-
}
|
package/api/types/Quota.d.ts
DELETED
package/api/types/Quota.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* * `FREE` - FREE
|
|
6
|
-
* * `PAID` - PAID
|
|
7
|
-
*/
|
|
8
|
-
export type VembdaServiceTierEnum = "FREE" | "PAID";
|
|
9
|
-
export declare const VembdaServiceTierEnum: {
|
|
10
|
-
readonly Free: "FREE";
|
|
11
|
-
readonly Paid: "PAID";
|
|
12
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.VembdaServiceTierEnum = void 0;
|
|
7
|
-
exports.VembdaServiceTierEnum = {
|
|
8
|
-
Free: "FREE",
|
|
9
|
-
Paid: "PAID",
|
|
10
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Vellum from "../index";
|
|
5
|
-
export interface OrganizationLimitConfig {
|
|
6
|
-
vembdaServiceTier?: Vellum.VembdaServiceTierEnum;
|
|
7
|
-
promptExecutionsQuota?: Vellum.Quota | null;
|
|
8
|
-
workflowExecutionsQuota?: Vellum.Quota | null;
|
|
9
|
-
workflowRuntimeSecondsQuota?: Vellum.Quota | null;
|
|
10
|
-
maxWorkflowRuntimeSeconds?: number | null;
|
|
11
|
-
}
|
package/dist/api/types/Quota.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* * `FREE` - FREE
|
|
6
|
-
* * `PAID` - PAID
|
|
7
|
-
*/
|
|
8
|
-
export type VembdaServiceTierEnum = "FREE" | "PAID";
|
|
9
|
-
export declare const VembdaServiceTierEnum: {
|
|
10
|
-
readonly Free: "FREE";
|
|
11
|
-
readonly Paid: "PAID";
|
|
12
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.VembdaServiceTierEnum = void 0;
|
|
7
|
-
exports.VembdaServiceTierEnum = {
|
|
8
|
-
Free: "FREE",
|
|
9
|
-
Paid: "PAID",
|
|
10
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
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
|
-
});
|
|
@@ -1,14 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
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
|
-
});
|
|
@@ -1,10 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
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"]);
|
|
@@ -1,18 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
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
|
-
});
|
|
@@ -1,14 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
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
|
-
});
|
|
@@ -1,10 +0,0 @@
|
|
|
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
|
-
}
|