vellum-ai 0.14.24 → 0.14.26

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.
Files changed (119) hide show
  1. package/Client.js +11 -11
  2. package/api/resources/adHoc/client/Client.js +1 -1
  3. package/api/resources/containerImages/client/Client.js +4 -4
  4. package/api/resources/deployments/client/Client.js +7 -7
  5. package/api/resources/documentIndexes/client/Client.js +8 -8
  6. package/api/resources/documents/client/Client.js +5 -5
  7. package/api/resources/folderEntities/client/Client.js +2 -2
  8. package/api/resources/index.d.ts +1 -2
  9. package/api/resources/index.js +2 -3
  10. package/api/resources/metricDefinitions/client/Client.js +2 -2
  11. package/api/resources/mlModels/client/Client.js +1 -1
  12. package/api/resources/organizations/client/Client.js +1 -1
  13. package/api/resources/sandboxes/client/Client.js +3 -3
  14. package/api/resources/testSuiteRuns/client/Client.js +3 -3
  15. package/api/resources/testSuites/client/Client.js +4 -4
  16. package/api/resources/workflowDeployments/client/Client.js +8 -8
  17. package/api/resources/workflowSandboxes/client/Client.js +2 -2
  18. package/api/resources/workflows/client/Client.js +4 -9
  19. package/api/resources/workflows/client/requests/WorkflowsPullRequest.d.ts +0 -2
  20. package/api/resources/workflows/index.d.ts +0 -1
  21. package/api/resources/workflows/index.js +0 -1
  22. package/api/resources/workspaceSecrets/client/Client.js +2 -2
  23. package/api/resources/workspaces/client/Client.js +1 -1
  24. package/api/types/DeploymentReleaseTagRead.d.ts +3 -1
  25. package/{dist/api/types/Release.d.ts → api/types/ReleaseTagRelease.d.ts} +1 -1
  26. package/api/types/VellumSdkError.d.ts +1 -1
  27. package/api/types/WorkflowExecutionEventErrorCode.d.ts +3 -1
  28. package/api/types/WorkflowExecutionEventErrorCode.js +1 -0
  29. package/api/types/WorkflowReleaseTagRead.d.ts +1 -1
  30. package/api/types/WorkflowReleaseTagWorkflowDeploymentHistoryItem.d.ts +0 -2
  31. package/api/types/index.d.ts +1 -1
  32. package/api/types/index.js +1 -1
  33. package/dist/Client.js +11 -11
  34. package/dist/api/resources/adHoc/client/Client.js +1 -1
  35. package/dist/api/resources/containerImages/client/Client.js +4 -4
  36. package/dist/api/resources/deployments/client/Client.js +7 -7
  37. package/dist/api/resources/documentIndexes/client/Client.js +8 -8
  38. package/dist/api/resources/documents/client/Client.js +5 -5
  39. package/dist/api/resources/folderEntities/client/Client.js +2 -2
  40. package/dist/api/resources/index.d.ts +1 -2
  41. package/dist/api/resources/index.js +2 -3
  42. package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
  43. package/dist/api/resources/mlModels/client/Client.js +1 -1
  44. package/dist/api/resources/organizations/client/Client.js +1 -1
  45. package/dist/api/resources/sandboxes/client/Client.js +3 -3
  46. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  47. package/dist/api/resources/testSuites/client/Client.js +4 -4
  48. package/dist/api/resources/workflowDeployments/client/Client.js +8 -8
  49. package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
  50. package/dist/api/resources/workflows/client/Client.js +4 -9
  51. package/dist/api/resources/workflows/client/requests/WorkflowsPullRequest.d.ts +0 -2
  52. package/dist/api/resources/workflows/index.d.ts +0 -1
  53. package/dist/api/resources/workflows/index.js +0 -1
  54. package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
  55. package/dist/api/resources/workspaces/client/Client.js +1 -1
  56. package/dist/api/types/DeploymentReleaseTagRead.d.ts +3 -1
  57. package/{api/types/Release.d.ts → dist/api/types/ReleaseTagRelease.d.ts} +1 -1
  58. package/dist/api/types/VellumSdkError.d.ts +1 -1
  59. package/dist/api/types/WorkflowExecutionEventErrorCode.d.ts +3 -1
  60. package/dist/api/types/WorkflowExecutionEventErrorCode.js +1 -0
  61. package/dist/api/types/WorkflowReleaseTagRead.d.ts +1 -1
  62. package/dist/api/types/WorkflowReleaseTagWorkflowDeploymentHistoryItem.d.ts +0 -2
  63. package/dist/api/types/index.d.ts +1 -1
  64. package/dist/api/types/index.js +1 -1
  65. package/dist/serialization/resources/index.d.ts +0 -2
  66. package/dist/serialization/resources/index.js +1 -3
  67. package/dist/serialization/types/DeploymentReleaseTagRead.d.ts +2 -0
  68. package/dist/serialization/types/DeploymentReleaseTagRead.js +2 -0
  69. package/dist/serialization/types/{Release.d.ts → ReleaseTagRelease.d.ts} +2 -2
  70. package/dist/serialization/types/{Release.js → ReleaseTagRelease.js} +2 -2
  71. package/dist/serialization/types/VellumSdkError.d.ts +1 -1
  72. package/dist/serialization/types/VellumSdkError.js +1 -1
  73. package/dist/serialization/types/WorkflowExecutionEventErrorCode.d.ts +1 -1
  74. package/dist/serialization/types/WorkflowExecutionEventErrorCode.js +1 -0
  75. package/dist/serialization/types/WorkflowReleaseTagRead.d.ts +2 -2
  76. package/dist/serialization/types/WorkflowReleaseTagRead.js +2 -2
  77. package/dist/serialization/types/index.d.ts +1 -1
  78. package/dist/serialization/types/index.js +1 -1
  79. package/dist/version.d.ts +1 -1
  80. package/dist/version.js +1 -1
  81. package/package.json +1 -1
  82. package/serialization/resources/index.d.ts +0 -2
  83. package/serialization/resources/index.js +1 -3
  84. package/serialization/types/DeploymentReleaseTagRead.d.ts +2 -0
  85. package/serialization/types/DeploymentReleaseTagRead.js +2 -0
  86. package/serialization/types/{Release.d.ts → ReleaseTagRelease.d.ts} +2 -2
  87. package/serialization/types/{Release.js → ReleaseTagRelease.js} +2 -2
  88. package/serialization/types/VellumSdkError.d.ts +1 -1
  89. package/serialization/types/VellumSdkError.js +1 -1
  90. package/serialization/types/WorkflowExecutionEventErrorCode.d.ts +1 -1
  91. package/serialization/types/WorkflowExecutionEventErrorCode.js +1 -0
  92. package/serialization/types/WorkflowReleaseTagRead.d.ts +2 -2
  93. package/serialization/types/WorkflowReleaseTagRead.js +2 -2
  94. package/serialization/types/index.d.ts +1 -1
  95. package/serialization/types/index.js +1 -1
  96. package/version.d.ts +1 -1
  97. package/version.js +1 -1
  98. package/api/resources/workflows/types/WorkflowsPullRequestFormat.d.ts +0 -8
  99. package/api/resources/workflows/types/WorkflowsPullRequestFormat.js +0 -10
  100. package/api/resources/workflows/types/index.d.ts +0 -1
  101. package/api/resources/workflows/types/index.js +0 -17
  102. package/dist/api/resources/workflows/types/WorkflowsPullRequestFormat.d.ts +0 -8
  103. package/dist/api/resources/workflows/types/WorkflowsPullRequestFormat.js +0 -10
  104. package/dist/api/resources/workflows/types/index.d.ts +0 -1
  105. package/dist/api/resources/workflows/types/index.js +0 -17
  106. package/dist/serialization/resources/workflows/index.d.ts +0 -1
  107. package/dist/serialization/resources/workflows/index.js +0 -17
  108. package/dist/serialization/resources/workflows/types/WorkflowsPullRequestFormat.d.ts +0 -10
  109. package/dist/serialization/resources/workflows/types/WorkflowsPullRequestFormat.js +0 -41
  110. package/dist/serialization/resources/workflows/types/index.d.ts +0 -1
  111. package/dist/serialization/resources/workflows/types/index.js +0 -17
  112. package/serialization/resources/workflows/index.d.ts +0 -1
  113. package/serialization/resources/workflows/index.js +0 -17
  114. package/serialization/resources/workflows/types/WorkflowsPullRequestFormat.d.ts +0 -10
  115. package/serialization/resources/workflows/types/WorkflowsPullRequestFormat.js +0 -41
  116. package/serialization/resources/workflows/types/index.d.ts +0 -1
  117. package/serialization/resources/workflows/types/index.js +0 -17
  118. /package/api/types/{Release.js → ReleaseTagRelease.js} +0 -0
  119. /package/dist/api/types/{Release.js → ReleaseTagRelease.js} +0 -0
@@ -52,9 +52,9 @@ exports.Workflows = void 0;
52
52
  const environments = __importStar(require("../../../../environments"));
53
53
  const core = __importStar(require("../../../../core"));
54
54
  const Vellum = __importStar(require("../../../index"));
55
- const serializers = __importStar(require("../../../../serialization/index"));
56
55
  const url_join_1 = __importDefault(require("url-join"));
57
56
  const errors = __importStar(require("../../../../errors/index"));
57
+ const serializers = __importStar(require("../../../../serialization/index"));
58
58
  const json_1 = require("../../../../core/json");
59
59
  class Workflows {
60
60
  constructor(_options) {
@@ -66,16 +66,11 @@ class Workflows {
66
66
  pull(id_1) {
67
67
  return __awaiter(this, arguments, void 0, function* (id, request = {}, requestOptions) {
68
68
  var _a, _b;
69
- const { excludeCode, format, includeJson, includeSandbox, strict } = request;
69
+ const { excludeCode, includeJson, includeSandbox, strict } = request;
70
70
  const _queryParams = {};
71
71
  if (excludeCode != null) {
72
72
  _queryParams["exclude_code"] = excludeCode.toString();
73
73
  }
74
- if (format != null) {
75
- _queryParams["format"] = serializers.WorkflowsPullRequestFormat.jsonOrThrow(format, {
76
- unrecognizedObjectKeys: "strip",
77
- });
78
- }
79
74
  if (includeJson != null) {
80
75
  _queryParams["include_json"] = includeJson.toString();
81
76
  }
@@ -89,7 +84,7 @@ class Workflows {
89
84
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
90
85
  .default, `v1/workflows/${encodeURIComponent(id)}/pull`),
91
86
  method: "GET",
92
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.24", "User-Agent": "vellum-ai/0.14.24", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
87
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.26", "User-Agent": "vellum-ai/0.14.26", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
93
88
  contentType: "application/json",
94
89
  queryParameters: _queryParams,
95
90
  requestType: "json",
@@ -164,7 +159,7 @@ class Workflows {
164
159
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
165
160
  .default, "v1/workflows/push"),
166
161
  method: "POST",
167
- headers: Object.assign(Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.24", "User-Agent": "vellum-ai/0.14.24", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), _maybeEncodedRequest.headers), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
162
+ headers: Object.assign(Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.26", "User-Agent": "vellum-ai/0.14.26", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), _maybeEncodedRequest.headers), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
168
163
  requestType: "file",
169
164
  duplex: _maybeEncodedRequest.duplex,
170
165
  body: _maybeEncodedRequest.body,
@@ -1,10 +1,8 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- import * as Vellum from "../../../../index";
5
4
  export interface WorkflowsPullRequest {
6
5
  excludeCode?: boolean;
7
- format?: Vellum.WorkflowsPullRequestFormat;
8
6
  includeJson?: boolean;
9
7
  includeSandbox?: boolean;
10
8
  strict?: boolean;
@@ -1,2 +1 @@
1
- export * from "./types";
2
1
  export * from "./client";
@@ -14,5 +14,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./types"), exports);
18
17
  __exportStar(require("./client"), exports);
@@ -74,7 +74,7 @@ class WorkspaceSecrets {
74
74
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
75
75
  .default, `v1/workspace-secrets/${encodeURIComponent(id)}`),
76
76
  method: "GET",
77
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.24", "User-Agent": "vellum-ai/0.14.24", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
77
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.26", "User-Agent": "vellum-ai/0.14.26", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
78
78
  contentType: "application/json",
79
79
  requestType: "json",
80
80
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -127,7 +127,7 @@ class WorkspaceSecrets {
127
127
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
128
128
  .default, `v1/workspace-secrets/${encodeURIComponent(id)}`),
129
129
  method: "PATCH",
130
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.24", "User-Agent": "vellum-ai/0.14.24", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
130
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.26", "User-Agent": "vellum-ai/0.14.26", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
131
131
  contentType: "application/json",
132
132
  requestType: "json",
133
133
  body: serializers.PatchedWorkspaceSecretUpdateRequest.jsonOrThrow(request, {
@@ -73,7 +73,7 @@ class Workspaces {
73
73
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
74
74
  .default, "v1/workspaces/identity"),
75
75
  method: "GET",
76
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.24", "User-Agent": "vellum-ai/0.14.24", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
76
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.26", "User-Agent": "vellum-ai/0.14.26", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
77
77
  contentType: "application/json",
78
78
  requestType: "json",
79
79
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -12,6 +12,8 @@ export interface DeploymentReleaseTagRead {
12
12
  * * `USER` - User
13
13
  */
14
14
  source: Vellum.ReleaseTagSource;
15
- /** The Deployment History Item that this Release Tag is associated with */
15
+ /** Deprecated. Reference the `release` field instead. */
16
16
  historyItem: Vellum.DeploymentReleaseTagDeploymentHistoryItem;
17
+ /** The Release that this Release Tag points to. */
18
+ release: Vellum.ReleaseTagRelease;
17
19
  }
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export interface Release {
4
+ export interface ReleaseTagRelease {
5
5
  id: string;
6
6
  timestamp: Date;
7
7
  }
@@ -3,6 +3,6 @@
3
3
  */
4
4
  import * as Vellum from "../index";
5
5
  export interface VellumSdkError {
6
- code: Vellum.VellumSdkErrorCodeEnum;
7
6
  message: string;
7
+ code: Vellum.VellumSdkErrorCodeEnum;
8
8
  }
@@ -9,9 +9,10 @@
9
9
  * * `NODE_EXECUTION` - NODE_EXECUTION
10
10
  * * `LLM_PROVIDER` - LLM_PROVIDER
11
11
  * * `INVALID_TEMPLATE` - INVALID_TEMPLATE
12
+ * * `INVALID_INPUTS` - INVALID_INPUTS
12
13
  * * `USER_DEFINED_ERROR` - USER_DEFINED_ERROR
13
14
  */
14
- export type WorkflowExecutionEventErrorCode = "WORKFLOW_INITIALIZATION" | "WORKFLOW_CANCELLED" | "NODE_EXECUTION_COUNT_LIMIT_REACHED" | "INTERNAL_SERVER_ERROR" | "NODE_EXECUTION" | "LLM_PROVIDER" | "INVALID_TEMPLATE" | "USER_DEFINED_ERROR";
15
+ export type WorkflowExecutionEventErrorCode = "WORKFLOW_INITIALIZATION" | "WORKFLOW_CANCELLED" | "NODE_EXECUTION_COUNT_LIMIT_REACHED" | "INTERNAL_SERVER_ERROR" | "NODE_EXECUTION" | "LLM_PROVIDER" | "INVALID_TEMPLATE" | "INVALID_INPUTS" | "USER_DEFINED_ERROR";
15
16
  export declare const WorkflowExecutionEventErrorCode: {
16
17
  readonly WorkflowInitialization: "WORKFLOW_INITIALIZATION";
17
18
  readonly WorkflowCancelled: "WORKFLOW_CANCELLED";
@@ -20,5 +21,6 @@ export declare const WorkflowExecutionEventErrorCode: {
20
21
  readonly NodeExecution: "NODE_EXECUTION";
21
22
  readonly LlmProvider: "LLM_PROVIDER";
22
23
  readonly InvalidTemplate: "INVALID_TEMPLATE";
24
+ readonly InvalidInputs: "INVALID_INPUTS";
23
25
  readonly UserDefinedError: "USER_DEFINED_ERROR";
24
26
  };
@@ -12,5 +12,6 @@ exports.WorkflowExecutionEventErrorCode = {
12
12
  NodeExecution: "NODE_EXECUTION",
13
13
  LlmProvider: "LLM_PROVIDER",
14
14
  InvalidTemplate: "INVALID_TEMPLATE",
15
+ InvalidInputs: "INVALID_INPUTS",
15
16
  UserDefinedError: "USER_DEFINED_ERROR",
16
17
  };
@@ -15,5 +15,5 @@ export interface WorkflowReleaseTagRead {
15
15
  /** Deprecated. Reference the `release` field instead. */
16
16
  historyItem: Vellum.WorkflowReleaseTagWorkflowDeploymentHistoryItem;
17
17
  /** The Release that this Release Tag points to. */
18
- release: Vellum.Release;
18
+ release: Vellum.ReleaseTagRelease;
19
19
  }
@@ -2,8 +2,6 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  export interface WorkflowReleaseTagWorkflowDeploymentHistoryItem {
5
- /** The ID of the Workflow Deployment History Item */
6
5
  id: string;
7
- /** The timestamp representing when this History Item was created */
8
6
  timestamp: Date;
9
7
  }
@@ -314,7 +314,7 @@ export * from "./RejectedExecutePromptResponse";
314
314
  export * from "./RejectedExecuteWorkflowWorkflowResultEvent";
315
315
  export * from "./RejectedPromptExecutionMeta";
316
316
  export * from "./RejectedWorkflowNodeResultEvent";
317
- export * from "./Release";
317
+ export * from "./ReleaseTagRelease";
318
318
  export * from "./ReleaseTagSource";
319
319
  export * from "./ReplaceTestSuiteTestCaseRequest";
320
320
  export * from "./RichTextChildBlock";
@@ -330,7 +330,7 @@ __exportStar(require("./RejectedExecutePromptResponse"), exports);
330
330
  __exportStar(require("./RejectedExecuteWorkflowWorkflowResultEvent"), exports);
331
331
  __exportStar(require("./RejectedPromptExecutionMeta"), exports);
332
332
  __exportStar(require("./RejectedWorkflowNodeResultEvent"), exports);
333
- __exportStar(require("./Release"), exports);
333
+ __exportStar(require("./ReleaseTagRelease"), exports);
334
334
  __exportStar(require("./ReleaseTagSource"), exports);
335
335
  __exportStar(require("./ReplaceTestSuiteTestCaseRequest"), exports);
336
336
  __exportStar(require("./RichTextChildBlock"), exports);
@@ -8,8 +8,6 @@ export * as workflowDeployments from "./workflowDeployments";
8
8
  export * from "./workflowDeployments/types";
9
9
  export * as workflowSandboxes from "./workflowSandboxes";
10
10
  export * from "./workflowSandboxes/types";
11
- export * as workflows from "./workflows";
12
- export * from "./workflows/types";
13
11
  export * as testSuites from "./testSuites";
14
12
  export * as adHoc from "./adHoc";
15
13
  export * from "./adHoc/client/requests";
@@ -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.metricDefinitions = exports.documents = exports.containerImages = exports.adHoc = exports.testSuites = exports.workflows = exports.workflowSandboxes = exports.workflowDeployments = exports.folderEntities = exports.documentIndexes = exports.deployments = void 0;
39
+ exports.workspaceSecrets = exports.testSuiteRuns = exports.sandboxes = exports.metricDefinitions = exports.documents = exports.containerImages = exports.adHoc = 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"));
@@ -47,8 +47,6 @@ exports.workflowDeployments = __importStar(require("./workflowDeployments"));
47
47
  __exportStar(require("./workflowDeployments/types"), exports);
48
48
  exports.workflowSandboxes = __importStar(require("./workflowSandboxes"));
49
49
  __exportStar(require("./workflowSandboxes/types"), exports);
50
- exports.workflows = __importStar(require("./workflows"));
51
- __exportStar(require("./workflows/types"), exports);
52
50
  exports.testSuites = __importStar(require("./testSuites"));
53
51
  exports.adHoc = __importStar(require("./adHoc"));
54
52
  __exportStar(require("./adHoc/client/requests"), exports);
@@ -6,11 +6,13 @@ import * as Vellum from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  import { ReleaseTagSource } from "./ReleaseTagSource";
8
8
  import { DeploymentReleaseTagDeploymentHistoryItem } from "./DeploymentReleaseTagDeploymentHistoryItem";
9
+ import { ReleaseTagRelease } from "./ReleaseTagRelease";
9
10
  export declare const DeploymentReleaseTagRead: core.serialization.ObjectSchema<serializers.DeploymentReleaseTagRead.Raw, Vellum.DeploymentReleaseTagRead>;
10
11
  export declare namespace DeploymentReleaseTagRead {
11
12
  interface Raw {
12
13
  name: string;
13
14
  source: ReleaseTagSource.Raw;
14
15
  history_item: DeploymentReleaseTagDeploymentHistoryItem.Raw;
16
+ release: ReleaseTagRelease.Raw;
15
17
  }
16
18
  }
@@ -40,8 +40,10 @@ exports.DeploymentReleaseTagRead = void 0;
40
40
  const core = __importStar(require("../../core"));
41
41
  const ReleaseTagSource_1 = require("./ReleaseTagSource");
42
42
  const DeploymentReleaseTagDeploymentHistoryItem_1 = require("./DeploymentReleaseTagDeploymentHistoryItem");
43
+ const ReleaseTagRelease_1 = require("./ReleaseTagRelease");
43
44
  exports.DeploymentReleaseTagRead = core.serialization.object({
44
45
  name: core.serialization.string(),
45
46
  source: ReleaseTagSource_1.ReleaseTagSource,
46
47
  historyItem: core.serialization.property("history_item", DeploymentReleaseTagDeploymentHistoryItem_1.DeploymentReleaseTagDeploymentHistoryItem),
48
+ release: ReleaseTagRelease_1.ReleaseTagRelease,
47
49
  });
@@ -4,8 +4,8 @@
4
4
  import * as serializers from "../index";
5
5
  import * as Vellum from "../../api/index";
6
6
  import * as core from "../../core";
7
- export declare const Release: core.serialization.ObjectSchema<serializers.Release.Raw, Vellum.Release>;
8
- export declare namespace Release {
7
+ export declare const ReleaseTagRelease: core.serialization.ObjectSchema<serializers.ReleaseTagRelease.Raw, Vellum.ReleaseTagRelease>;
8
+ export declare namespace ReleaseTagRelease {
9
9
  interface Raw {
10
10
  id: string;
11
11
  timestamp: string;
@@ -36,9 +36,9 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.Release = void 0;
39
+ exports.ReleaseTagRelease = void 0;
40
40
  const core = __importStar(require("../../core"));
41
- exports.Release = core.serialization.object({
41
+ exports.ReleaseTagRelease = core.serialization.object({
42
42
  id: core.serialization.string(),
43
43
  timestamp: core.serialization.date(),
44
44
  });
@@ -8,7 +8,7 @@ import { VellumSdkErrorCodeEnum } from "./VellumSdkErrorCodeEnum";
8
8
  export declare const VellumSdkError: core.serialization.ObjectSchema<serializers.VellumSdkError.Raw, Vellum.VellumSdkError>;
9
9
  export declare namespace VellumSdkError {
10
10
  interface Raw {
11
- code: VellumSdkErrorCodeEnum.Raw;
12
11
  message: string;
12
+ code: VellumSdkErrorCodeEnum.Raw;
13
13
  }
14
14
  }
@@ -40,6 +40,6 @@ exports.VellumSdkError = void 0;
40
40
  const core = __importStar(require("../../core"));
41
41
  const VellumSdkErrorCodeEnum_1 = require("./VellumSdkErrorCodeEnum");
42
42
  exports.VellumSdkError = core.serialization.object({
43
- code: VellumSdkErrorCodeEnum_1.VellumSdkErrorCodeEnum,
44
43
  message: core.serialization.string(),
44
+ code: VellumSdkErrorCodeEnum_1.VellumSdkErrorCodeEnum,
45
45
  });
@@ -6,5 +6,5 @@ import * as Vellum from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  export declare const WorkflowExecutionEventErrorCode: core.serialization.Schema<serializers.WorkflowExecutionEventErrorCode.Raw, Vellum.WorkflowExecutionEventErrorCode>;
8
8
  export declare namespace WorkflowExecutionEventErrorCode {
9
- type Raw = "WORKFLOW_INITIALIZATION" | "WORKFLOW_CANCELLED" | "NODE_EXECUTION_COUNT_LIMIT_REACHED" | "INTERNAL_SERVER_ERROR" | "NODE_EXECUTION" | "LLM_PROVIDER" | "INVALID_TEMPLATE" | "USER_DEFINED_ERROR";
9
+ type Raw = "WORKFLOW_INITIALIZATION" | "WORKFLOW_CANCELLED" | "NODE_EXECUTION_COUNT_LIMIT_REACHED" | "INTERNAL_SERVER_ERROR" | "NODE_EXECUTION" | "LLM_PROVIDER" | "INVALID_TEMPLATE" | "INVALID_INPUTS" | "USER_DEFINED_ERROR";
10
10
  }
@@ -46,5 +46,6 @@ exports.WorkflowExecutionEventErrorCode = core.serialization.enum_([
46
46
  "NODE_EXECUTION",
47
47
  "LLM_PROVIDER",
48
48
  "INVALID_TEMPLATE",
49
+ "INVALID_INPUTS",
49
50
  "USER_DEFINED_ERROR",
50
51
  ]);
@@ -6,13 +6,13 @@ import * as Vellum from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  import { ReleaseTagSource } from "./ReleaseTagSource";
8
8
  import { WorkflowReleaseTagWorkflowDeploymentHistoryItem } from "./WorkflowReleaseTagWorkflowDeploymentHistoryItem";
9
- import { Release } from "./Release";
9
+ import { ReleaseTagRelease } from "./ReleaseTagRelease";
10
10
  export declare const WorkflowReleaseTagRead: core.serialization.ObjectSchema<serializers.WorkflowReleaseTagRead.Raw, Vellum.WorkflowReleaseTagRead>;
11
11
  export declare namespace WorkflowReleaseTagRead {
12
12
  interface Raw {
13
13
  name: string;
14
14
  source: ReleaseTagSource.Raw;
15
15
  history_item: WorkflowReleaseTagWorkflowDeploymentHistoryItem.Raw;
16
- release: Release.Raw;
16
+ release: ReleaseTagRelease.Raw;
17
17
  }
18
18
  }
@@ -40,10 +40,10 @@ exports.WorkflowReleaseTagRead = void 0;
40
40
  const core = __importStar(require("../../core"));
41
41
  const ReleaseTagSource_1 = require("./ReleaseTagSource");
42
42
  const WorkflowReleaseTagWorkflowDeploymentHistoryItem_1 = require("./WorkflowReleaseTagWorkflowDeploymentHistoryItem");
43
- const Release_1 = require("./Release");
43
+ const ReleaseTagRelease_1 = require("./ReleaseTagRelease");
44
44
  exports.WorkflowReleaseTagRead = core.serialization.object({
45
45
  name: core.serialization.string(),
46
46
  source: ReleaseTagSource_1.ReleaseTagSource,
47
47
  historyItem: core.serialization.property("history_item", WorkflowReleaseTagWorkflowDeploymentHistoryItem_1.WorkflowReleaseTagWorkflowDeploymentHistoryItem),
48
- release: Release_1.Release,
48
+ release: ReleaseTagRelease_1.ReleaseTagRelease,
49
49
  });
@@ -314,7 +314,7 @@ export * from "./RejectedExecutePromptResponse";
314
314
  export * from "./RejectedExecuteWorkflowWorkflowResultEvent";
315
315
  export * from "./RejectedPromptExecutionMeta";
316
316
  export * from "./RejectedWorkflowNodeResultEvent";
317
- export * from "./Release";
317
+ export * from "./ReleaseTagRelease";
318
318
  export * from "./ReleaseTagSource";
319
319
  export * from "./ReplaceTestSuiteTestCaseRequest";
320
320
  export * from "./RichTextChildBlock";
@@ -330,7 +330,7 @@ __exportStar(require("./RejectedExecutePromptResponse"), exports);
330
330
  __exportStar(require("./RejectedExecuteWorkflowWorkflowResultEvent"), exports);
331
331
  __exportStar(require("./RejectedPromptExecutionMeta"), exports);
332
332
  __exportStar(require("./RejectedWorkflowNodeResultEvent"), exports);
333
- __exportStar(require("./Release"), exports);
333
+ __exportStar(require("./ReleaseTagRelease"), exports);
334
334
  __exportStar(require("./ReleaseTagSource"), exports);
335
335
  __exportStar(require("./ReplaceTestSuiteTestCaseRequest"), exports);
336
336
  __exportStar(require("./RichTextChildBlock"), exports);
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.14.24";
1
+ export declare const SDK_VERSION = "0.14.26";
package/dist/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "0.14.24";
4
+ exports.SDK_VERSION = "0.14.26";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vellum-ai",
3
- "version": "0.14.24",
3
+ "version": "0.14.26",
4
4
  "private": false,
5
5
  "repository": "https://github.com/vellum-ai/vellum-client-node",
6
6
  "license": "MIT",
@@ -8,8 +8,6 @@ export * as workflowDeployments from "./workflowDeployments";
8
8
  export * from "./workflowDeployments/types";
9
9
  export * as workflowSandboxes from "./workflowSandboxes";
10
10
  export * from "./workflowSandboxes/types";
11
- export * as workflows from "./workflows";
12
- export * from "./workflows/types";
13
11
  export * as testSuites from "./testSuites";
14
12
  export * as adHoc from "./adHoc";
15
13
  export * from "./adHoc/client/requests";
@@ -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.metricDefinitions = exports.documents = exports.containerImages = exports.adHoc = exports.testSuites = exports.workflows = exports.workflowSandboxes = exports.workflowDeployments = exports.folderEntities = exports.documentIndexes = exports.deployments = void 0;
39
+ exports.workspaceSecrets = exports.testSuiteRuns = exports.sandboxes = exports.metricDefinitions = exports.documents = exports.containerImages = exports.adHoc = 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"));
@@ -47,8 +47,6 @@ exports.workflowDeployments = __importStar(require("./workflowDeployments"));
47
47
  __exportStar(require("./workflowDeployments/types"), exports);
48
48
  exports.workflowSandboxes = __importStar(require("./workflowSandboxes"));
49
49
  __exportStar(require("./workflowSandboxes/types"), exports);
50
- exports.workflows = __importStar(require("./workflows"));
51
- __exportStar(require("./workflows/types"), exports);
52
50
  exports.testSuites = __importStar(require("./testSuites"));
53
51
  exports.adHoc = __importStar(require("./adHoc"));
54
52
  __exportStar(require("./adHoc/client/requests"), exports);
@@ -6,11 +6,13 @@ import * as Vellum from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  import { ReleaseTagSource } from "./ReleaseTagSource";
8
8
  import { DeploymentReleaseTagDeploymentHistoryItem } from "./DeploymentReleaseTagDeploymentHistoryItem";
9
+ import { ReleaseTagRelease } from "./ReleaseTagRelease";
9
10
  export declare const DeploymentReleaseTagRead: core.serialization.ObjectSchema<serializers.DeploymentReleaseTagRead.Raw, Vellum.DeploymentReleaseTagRead>;
10
11
  export declare namespace DeploymentReleaseTagRead {
11
12
  interface Raw {
12
13
  name: string;
13
14
  source: ReleaseTagSource.Raw;
14
15
  history_item: DeploymentReleaseTagDeploymentHistoryItem.Raw;
16
+ release: ReleaseTagRelease.Raw;
15
17
  }
16
18
  }
@@ -40,8 +40,10 @@ exports.DeploymentReleaseTagRead = void 0;
40
40
  const core = __importStar(require("../../core"));
41
41
  const ReleaseTagSource_1 = require("./ReleaseTagSource");
42
42
  const DeploymentReleaseTagDeploymentHistoryItem_1 = require("./DeploymentReleaseTagDeploymentHistoryItem");
43
+ const ReleaseTagRelease_1 = require("./ReleaseTagRelease");
43
44
  exports.DeploymentReleaseTagRead = core.serialization.object({
44
45
  name: core.serialization.string(),
45
46
  source: ReleaseTagSource_1.ReleaseTagSource,
46
47
  historyItem: core.serialization.property("history_item", DeploymentReleaseTagDeploymentHistoryItem_1.DeploymentReleaseTagDeploymentHistoryItem),
48
+ release: ReleaseTagRelease_1.ReleaseTagRelease,
47
49
  });
@@ -4,8 +4,8 @@
4
4
  import * as serializers from "../index";
5
5
  import * as Vellum from "../../api/index";
6
6
  import * as core from "../../core";
7
- export declare const Release: core.serialization.ObjectSchema<serializers.Release.Raw, Vellum.Release>;
8
- export declare namespace Release {
7
+ export declare const ReleaseTagRelease: core.serialization.ObjectSchema<serializers.ReleaseTagRelease.Raw, Vellum.ReleaseTagRelease>;
8
+ export declare namespace ReleaseTagRelease {
9
9
  interface Raw {
10
10
  id: string;
11
11
  timestamp: string;
@@ -36,9 +36,9 @@ var __importStar = (this && this.__importStar) || (function () {
36
36
  };
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- exports.Release = void 0;
39
+ exports.ReleaseTagRelease = void 0;
40
40
  const core = __importStar(require("../../core"));
41
- exports.Release = core.serialization.object({
41
+ exports.ReleaseTagRelease = core.serialization.object({
42
42
  id: core.serialization.string(),
43
43
  timestamp: core.serialization.date(),
44
44
  });
@@ -8,7 +8,7 @@ import { VellumSdkErrorCodeEnum } from "./VellumSdkErrorCodeEnum";
8
8
  export declare const VellumSdkError: core.serialization.ObjectSchema<serializers.VellumSdkError.Raw, Vellum.VellumSdkError>;
9
9
  export declare namespace VellumSdkError {
10
10
  interface Raw {
11
- code: VellumSdkErrorCodeEnum.Raw;
12
11
  message: string;
12
+ code: VellumSdkErrorCodeEnum.Raw;
13
13
  }
14
14
  }
@@ -40,6 +40,6 @@ exports.VellumSdkError = void 0;
40
40
  const core = __importStar(require("../../core"));
41
41
  const VellumSdkErrorCodeEnum_1 = require("./VellumSdkErrorCodeEnum");
42
42
  exports.VellumSdkError = core.serialization.object({
43
- code: VellumSdkErrorCodeEnum_1.VellumSdkErrorCodeEnum,
44
43
  message: core.serialization.string(),
44
+ code: VellumSdkErrorCodeEnum_1.VellumSdkErrorCodeEnum,
45
45
  });
@@ -6,5 +6,5 @@ import * as Vellum from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  export declare const WorkflowExecutionEventErrorCode: core.serialization.Schema<serializers.WorkflowExecutionEventErrorCode.Raw, Vellum.WorkflowExecutionEventErrorCode>;
8
8
  export declare namespace WorkflowExecutionEventErrorCode {
9
- type Raw = "WORKFLOW_INITIALIZATION" | "WORKFLOW_CANCELLED" | "NODE_EXECUTION_COUNT_LIMIT_REACHED" | "INTERNAL_SERVER_ERROR" | "NODE_EXECUTION" | "LLM_PROVIDER" | "INVALID_TEMPLATE" | "USER_DEFINED_ERROR";
9
+ type Raw = "WORKFLOW_INITIALIZATION" | "WORKFLOW_CANCELLED" | "NODE_EXECUTION_COUNT_LIMIT_REACHED" | "INTERNAL_SERVER_ERROR" | "NODE_EXECUTION" | "LLM_PROVIDER" | "INVALID_TEMPLATE" | "INVALID_INPUTS" | "USER_DEFINED_ERROR";
10
10
  }
@@ -46,5 +46,6 @@ exports.WorkflowExecutionEventErrorCode = core.serialization.enum_([
46
46
  "NODE_EXECUTION",
47
47
  "LLM_PROVIDER",
48
48
  "INVALID_TEMPLATE",
49
+ "INVALID_INPUTS",
49
50
  "USER_DEFINED_ERROR",
50
51
  ]);
@@ -6,13 +6,13 @@ import * as Vellum from "../../api/index";
6
6
  import * as core from "../../core";
7
7
  import { ReleaseTagSource } from "./ReleaseTagSource";
8
8
  import { WorkflowReleaseTagWorkflowDeploymentHistoryItem } from "./WorkflowReleaseTagWorkflowDeploymentHistoryItem";
9
- import { Release } from "./Release";
9
+ import { ReleaseTagRelease } from "./ReleaseTagRelease";
10
10
  export declare const WorkflowReleaseTagRead: core.serialization.ObjectSchema<serializers.WorkflowReleaseTagRead.Raw, Vellum.WorkflowReleaseTagRead>;
11
11
  export declare namespace WorkflowReleaseTagRead {
12
12
  interface Raw {
13
13
  name: string;
14
14
  source: ReleaseTagSource.Raw;
15
15
  history_item: WorkflowReleaseTagWorkflowDeploymentHistoryItem.Raw;
16
- release: Release.Raw;
16
+ release: ReleaseTagRelease.Raw;
17
17
  }
18
18
  }
@@ -40,10 +40,10 @@ exports.WorkflowReleaseTagRead = void 0;
40
40
  const core = __importStar(require("../../core"));
41
41
  const ReleaseTagSource_1 = require("./ReleaseTagSource");
42
42
  const WorkflowReleaseTagWorkflowDeploymentHistoryItem_1 = require("./WorkflowReleaseTagWorkflowDeploymentHistoryItem");
43
- const Release_1 = require("./Release");
43
+ const ReleaseTagRelease_1 = require("./ReleaseTagRelease");
44
44
  exports.WorkflowReleaseTagRead = core.serialization.object({
45
45
  name: core.serialization.string(),
46
46
  source: ReleaseTagSource_1.ReleaseTagSource,
47
47
  historyItem: core.serialization.property("history_item", WorkflowReleaseTagWorkflowDeploymentHistoryItem_1.WorkflowReleaseTagWorkflowDeploymentHistoryItem),
48
- release: Release_1.Release,
48
+ release: ReleaseTagRelease_1.ReleaseTagRelease,
49
49
  });
@@ -314,7 +314,7 @@ export * from "./RejectedExecutePromptResponse";
314
314
  export * from "./RejectedExecuteWorkflowWorkflowResultEvent";
315
315
  export * from "./RejectedPromptExecutionMeta";
316
316
  export * from "./RejectedWorkflowNodeResultEvent";
317
- export * from "./Release";
317
+ export * from "./ReleaseTagRelease";
318
318
  export * from "./ReleaseTagSource";
319
319
  export * from "./ReplaceTestSuiteTestCaseRequest";
320
320
  export * from "./RichTextChildBlock";
@@ -330,7 +330,7 @@ __exportStar(require("./RejectedExecutePromptResponse"), exports);
330
330
  __exportStar(require("./RejectedExecuteWorkflowWorkflowResultEvent"), exports);
331
331
  __exportStar(require("./RejectedPromptExecutionMeta"), exports);
332
332
  __exportStar(require("./RejectedWorkflowNodeResultEvent"), exports);
333
- __exportStar(require("./Release"), exports);
333
+ __exportStar(require("./ReleaseTagRelease"), exports);
334
334
  __exportStar(require("./ReleaseTagSource"), exports);
335
335
  __exportStar(require("./ReplaceTestSuiteTestCaseRequest"), exports);
336
336
  __exportStar(require("./RichTextChildBlock"), exports);
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.14.24";
1
+ export declare const SDK_VERSION = "0.14.26";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "0.14.24";
4
+ exports.SDK_VERSION = "0.14.26";
@@ -1,8 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export type WorkflowsPullRequestFormat = "json" | "zip";
5
- export declare const WorkflowsPullRequestFormat: {
6
- readonly Json: "json";
7
- readonly Zip: "zip";
8
- };
@@ -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.WorkflowsPullRequestFormat = void 0;
7
- exports.WorkflowsPullRequestFormat = {
8
- Json: "json",
9
- Zip: "zip",
10
- };
@@ -1 +0,0 @@
1
- export * from "./WorkflowsPullRequestFormat";