vellum-ai 0.14.54 → 0.14.55

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 (94) hide show
  1. package/Client.d.ts +3 -3
  2. package/Client.js +38 -38
  3. package/api/resources/adHoc/client/Client.js +2 -2
  4. package/api/resources/containerImages/client/Client.js +4 -4
  5. package/api/resources/deployments/client/Client.d.ts +14 -1
  6. package/api/resources/deployments/client/Client.js +71 -8
  7. package/api/resources/documentIndexes/client/Client.js +8 -8
  8. package/api/resources/documents/client/Client.js +5 -5
  9. package/api/resources/folderEntities/client/Client.js +2 -2
  10. package/api/resources/index.d.ts +1 -1
  11. package/api/resources/index.js +2 -2
  12. package/api/resources/metricDefinitions/client/Client.js +2 -2
  13. package/api/resources/mlModels/client/Client.js +1 -1
  14. package/api/resources/organizations/client/Client.js +1 -1
  15. package/api/resources/prompts/client/Client.js +2 -2
  16. package/api/resources/releaseReviews/client/Client.d.ts +0 -12
  17. package/api/resources/releaseReviews/client/Client.js +1 -63
  18. package/api/resources/sandboxes/client/Client.js +3 -3
  19. package/api/resources/testSuiteRuns/client/Client.js +3 -3
  20. package/api/resources/testSuites/client/Client.js +4 -4
  21. package/api/resources/workflowDeployments/client/Client.d.ts +2 -1
  22. package/api/resources/workflowDeployments/client/Client.js +10 -9
  23. package/api/resources/workflowSandboxes/client/Client.js +2 -2
  24. package/api/resources/workflows/client/Client.js +2 -2
  25. package/api/resources/workspaceSecrets/client/Client.js +2 -2
  26. package/api/resources/workspaces/client/Client.js +1 -1
  27. package/api/types/ComponentsSchemasPromptVersionBuildConfigSandbox.d.ts +5 -0
  28. package/api/types/ComponentsSchemasPromptVersionBuildConfigSandbox.js +5 -0
  29. package/api/types/ExecuteApiRequestBody.d.ts +1 -1
  30. package/api/types/PromptDeploymentReleasePromptVersion.d.ts +3 -0
  31. package/api/types/PromptVersionBuildConfigSandbox.d.ts +9 -0
  32. package/api/types/PromptVersionBuildConfigSandbox.js +5 -0
  33. package/api/types/index.d.ts +2 -0
  34. package/api/types/index.js +2 -0
  35. package/dist/Client.d.ts +3 -3
  36. package/dist/Client.js +38 -38
  37. package/dist/api/resources/adHoc/client/Client.js +2 -2
  38. package/dist/api/resources/containerImages/client/Client.js +4 -4
  39. package/dist/api/resources/deployments/client/Client.d.ts +14 -1
  40. package/dist/api/resources/deployments/client/Client.js +71 -8
  41. package/dist/api/resources/documentIndexes/client/Client.js +8 -8
  42. package/dist/api/resources/documents/client/Client.js +5 -5
  43. package/dist/api/resources/folderEntities/client/Client.js +2 -2
  44. package/dist/api/resources/index.d.ts +1 -1
  45. package/dist/api/resources/index.js +2 -2
  46. package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
  47. package/dist/api/resources/mlModels/client/Client.js +1 -1
  48. package/dist/api/resources/organizations/client/Client.js +1 -1
  49. package/dist/api/resources/prompts/client/Client.js +2 -2
  50. package/dist/api/resources/releaseReviews/client/Client.d.ts +0 -12
  51. package/dist/api/resources/releaseReviews/client/Client.js +1 -63
  52. package/dist/api/resources/sandboxes/client/Client.js +3 -3
  53. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  54. package/dist/api/resources/testSuites/client/Client.js +4 -4
  55. package/dist/api/resources/workflowDeployments/client/Client.d.ts +2 -1
  56. package/dist/api/resources/workflowDeployments/client/Client.js +10 -9
  57. package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
  58. package/dist/api/resources/workflows/client/Client.js +2 -2
  59. package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
  60. package/dist/api/resources/workspaces/client/Client.js +1 -1
  61. package/dist/api/types/ComponentsSchemasPromptVersionBuildConfigSandbox.d.ts +5 -0
  62. package/dist/api/types/ComponentsSchemasPromptVersionBuildConfigSandbox.js +5 -0
  63. package/dist/api/types/ExecuteApiRequestBody.d.ts +1 -1
  64. package/dist/api/types/PromptDeploymentReleasePromptVersion.d.ts +3 -0
  65. package/dist/api/types/PromptVersionBuildConfigSandbox.d.ts +9 -0
  66. package/dist/api/types/PromptVersionBuildConfigSandbox.js +5 -0
  67. package/dist/api/types/index.d.ts +2 -0
  68. package/dist/api/types/index.js +2 -0
  69. package/dist/serialization/types/ComponentsSchemasPromptVersionBuildConfigSandbox.d.ts +11 -0
  70. package/dist/serialization/types/ComponentsSchemasPromptVersionBuildConfigSandbox.js +8 -0
  71. package/dist/serialization/types/ExecuteApiRequestBody.d.ts +1 -1
  72. package/dist/serialization/types/ExecuteApiRequestBody.js +1 -0
  73. package/dist/serialization/types/PromptDeploymentReleasePromptVersion.d.ts +2 -0
  74. package/dist/serialization/types/PromptDeploymentReleasePromptVersion.js +2 -0
  75. package/dist/serialization/types/PromptVersionBuildConfigSandbox.d.ts +15 -0
  76. package/dist/serialization/types/PromptVersionBuildConfigSandbox.js +46 -0
  77. package/dist/serialization/types/index.d.ts +2 -0
  78. package/dist/serialization/types/index.js +2 -0
  79. package/dist/version.d.ts +1 -1
  80. package/dist/version.js +1 -1
  81. package/package.json +1 -1
  82. package/reference.md +102 -100
  83. package/serialization/types/ComponentsSchemasPromptVersionBuildConfigSandbox.d.ts +11 -0
  84. package/serialization/types/ComponentsSchemasPromptVersionBuildConfigSandbox.js +8 -0
  85. package/serialization/types/ExecuteApiRequestBody.d.ts +1 -1
  86. package/serialization/types/ExecuteApiRequestBody.js +1 -0
  87. package/serialization/types/PromptDeploymentReleasePromptVersion.d.ts +2 -0
  88. package/serialization/types/PromptDeploymentReleasePromptVersion.js +2 -0
  89. package/serialization/types/PromptVersionBuildConfigSandbox.d.ts +15 -0
  90. package/serialization/types/PromptVersionBuildConfigSandbox.js +46 -0
  91. package/serialization/types/index.d.ts +2 -0
  92. package/serialization/types/index.js +2 -0
  93. package/version.d.ts +1 -1
  94. package/version.js +1 -1
@@ -38,6 +38,8 @@ var __importStar = (this && this.__importStar) || (function () {
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.PromptDeploymentReleasePromptVersion = void 0;
40
40
  const core = __importStar(require("../../core"));
41
+ const ComponentsSchemasPromptVersionBuildConfigSandbox_1 = require("./ComponentsSchemasPromptVersionBuildConfigSandbox");
41
42
  exports.PromptDeploymentReleasePromptVersion = core.serialization.object({
42
43
  id: core.serialization.string(),
44
+ buildConfig: core.serialization.property("build_config", ComponentsSchemasPromptVersionBuildConfigSandbox_1.ComponentsSchemasPromptVersionBuildConfigSandbox),
43
45
  });
@@ -0,0 +1,15 @@
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 PromptVersionBuildConfigSandbox: core.serialization.ObjectSchema<serializers.PromptVersionBuildConfigSandbox.Raw, Vellum.PromptVersionBuildConfigSandbox>;
8
+ export declare namespace PromptVersionBuildConfigSandbox {
9
+ interface Raw {
10
+ source: "SANDBOX";
11
+ sandbox_id: string;
12
+ sandbox_snapshot_id: string;
13
+ prompt_id: string;
14
+ }
15
+ }
@@ -0,0 +1,46 @@
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.PromptVersionBuildConfigSandbox = void 0;
40
+ const core = __importStar(require("../../core"));
41
+ exports.PromptVersionBuildConfigSandbox = core.serialization.object({
42
+ source: core.serialization.stringLiteral("SANDBOX"),
43
+ sandboxId: core.serialization.property("sandbox_id", core.serialization.string()),
44
+ sandboxSnapshotId: core.serialization.property("sandbox_snapshot_id", core.serialization.string()),
45
+ promptId: core.serialization.property("prompt_id", core.serialization.string()),
46
+ });
@@ -308,6 +308,8 @@ export * from "./PromptRequestInput";
308
308
  export * from "./PromptRequestJsonInput";
309
309
  export * from "./PromptRequestStringInput";
310
310
  export * from "./PromptSettings";
311
+ export * from "./ComponentsSchemasPromptVersionBuildConfigSandbox";
312
+ export * from "./PromptVersionBuildConfigSandbox";
311
313
  export * from "./RawPromptExecutionOverridesRequest";
312
314
  export * from "./ReductoChunkerConfig";
313
315
  export * from "./ReductoChunkerConfigRequest";
@@ -324,6 +324,8 @@ __exportStar(require("./PromptRequestInput"), exports);
324
324
  __exportStar(require("./PromptRequestJsonInput"), exports);
325
325
  __exportStar(require("./PromptRequestStringInput"), exports);
326
326
  __exportStar(require("./PromptSettings"), exports);
327
+ __exportStar(require("./ComponentsSchemasPromptVersionBuildConfigSandbox"), exports);
328
+ __exportStar(require("./PromptVersionBuildConfigSandbox"), exports);
327
329
  __exportStar(require("./RawPromptExecutionOverridesRequest"), exports);
328
330
  __exportStar(require("./ReductoChunkerConfig"), exports);
329
331
  __exportStar(require("./ReductoChunkerConfigRequest"), exports);
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.14.54";
1
+ export declare const SDK_VERSION = "0.14.55";
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.54";
4
+ exports.SDK_VERSION = "0.14.55";