vellum-ai 0.9.13 → 0.9.14

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 (69) hide show
  1. package/.mock/definition/__package__.yml +4 -1
  2. package/.mock/definition/workflows.yml +6 -3
  3. package/.mock/openapi/openapi.yml +12 -3
  4. package/Client.js +10 -10
  5. package/api/resources/adHoc/client/Client.js +1 -1
  6. package/api/resources/containerImages/client/Client.js +4 -4
  7. package/api/resources/deployments/client/Client.js +6 -6
  8. package/api/resources/documentIndexes/client/Client.js +8 -8
  9. package/api/resources/documents/client/Client.js +5 -5
  10. package/api/resources/folderEntities/client/Client.js +2 -2
  11. package/api/resources/metricDefinitions/client/Client.js +1 -1
  12. package/api/resources/sandboxes/client/Client.js +3 -3
  13. package/api/resources/testSuiteRuns/client/Client.js +3 -3
  14. package/api/resources/testSuites/client/Client.js +4 -4
  15. package/api/resources/workflowDeployments/client/Client.js +5 -5
  16. package/api/resources/workflowSandboxes/client/Client.js +1 -1
  17. package/api/resources/workflows/client/Client.d.ts +6 -5
  18. package/api/resources/workflows/client/Client.js +22 -10
  19. package/api/resources/workflows/client/requests/WorkflowPushRequest.d.ts +2 -3
  20. package/api/resources/workspaceSecrets/client/Client.js +2 -2
  21. package/api/types/WorkflowPushExecConfig.d.ts +1 -1
  22. package/dist/Client.js +10 -10
  23. package/dist/api/resources/adHoc/client/Client.js +1 -1
  24. package/dist/api/resources/containerImages/client/Client.js +4 -4
  25. package/dist/api/resources/deployments/client/Client.js +6 -6
  26. package/dist/api/resources/documentIndexes/client/Client.js +8 -8
  27. package/dist/api/resources/documents/client/Client.js +5 -5
  28. package/dist/api/resources/folderEntities/client/Client.js +2 -2
  29. package/dist/api/resources/metricDefinitions/client/Client.js +1 -1
  30. package/dist/api/resources/sandboxes/client/Client.js +3 -3
  31. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  32. package/dist/api/resources/testSuites/client/Client.js +4 -4
  33. package/dist/api/resources/workflowDeployments/client/Client.js +5 -5
  34. package/dist/api/resources/workflowSandboxes/client/Client.js +1 -1
  35. package/dist/api/resources/workflows/client/Client.d.ts +6 -5
  36. package/dist/api/resources/workflows/client/Client.js +22 -10
  37. package/dist/api/resources/workflows/client/requests/WorkflowPushRequest.d.ts +2 -3
  38. package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
  39. package/dist/api/types/WorkflowPushExecConfig.d.ts +1 -1
  40. package/dist/serialization/resources/index.d.ts +0 -1
  41. package/dist/serialization/resources/index.js +0 -1
  42. package/dist/serialization/resources/workflows/index.d.ts +0 -1
  43. package/dist/serialization/resources/workflows/index.js +0 -1
  44. package/dist/serialization/types/WorkflowPushExecConfig.d.ts +1 -1
  45. package/dist/serialization/types/WorkflowPushExecConfig.js +1 -1
  46. package/dist/version.d.ts +1 -1
  47. package/dist/version.js +1 -1
  48. package/package.json +1 -1
  49. package/reference.md +11 -5
  50. package/serialization/resources/index.d.ts +0 -1
  51. package/serialization/resources/index.js +0 -1
  52. package/serialization/resources/workflows/index.d.ts +0 -1
  53. package/serialization/resources/workflows/index.js +0 -1
  54. package/serialization/types/WorkflowPushExecConfig.d.ts +1 -1
  55. package/serialization/types/WorkflowPushExecConfig.js +1 -1
  56. package/version.d.ts +1 -1
  57. package/version.js +1 -1
  58. package/dist/serialization/resources/workflows/client/index.d.ts +0 -1
  59. package/dist/serialization/resources/workflows/client/index.js +0 -17
  60. package/dist/serialization/resources/workflows/client/requests/WorkflowPushRequest.d.ts +0 -17
  61. package/dist/serialization/resources/workflows/client/requests/WorkflowPushRequest.js +0 -38
  62. package/dist/serialization/resources/workflows/client/requests/index.d.ts +0 -1
  63. package/dist/serialization/resources/workflows/client/requests/index.js +0 -5
  64. package/serialization/resources/workflows/client/index.d.ts +0 -1
  65. package/serialization/resources/workflows/client/index.js +0 -17
  66. package/serialization/resources/workflows/client/requests/WorkflowPushRequest.d.ts +0 -17
  67. package/serialization/resources/workflows/client/requests/WorkflowPushRequest.js +0 -38
  68. package/serialization/resources/workflows/client/requests/index.d.ts +0 -1
  69. package/serialization/resources/workflows/client/requests/index.js +0 -5
@@ -1,38 +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 (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.WorkflowPushRequest = void 0;
30
- const core = __importStar(require("../../../../../core"));
31
- const WorkflowPushExecConfig_1 = require("../../../../types/WorkflowPushExecConfig");
32
- const WorkflowPushDeploymentConfigRequest_1 = require("../../../../types/WorkflowPushDeploymentConfigRequest");
33
- exports.WorkflowPushRequest = core.serialization.object({
34
- execConfig: core.serialization.property("exec_config", WorkflowPushExecConfig_1.WorkflowPushExecConfig),
35
- label: core.serialization.string(),
36
- workflowSandboxId: core.serialization.property("workflow_sandbox_id", core.serialization.string().optional()),
37
- deploymentConfig: core.serialization.property("deployment_config", WorkflowPushDeploymentConfigRequest_1.WorkflowPushDeploymentConfigRequest.optional()),
38
- });
@@ -1 +0,0 @@
1
- export { WorkflowPushRequest } from "./WorkflowPushRequest";
@@ -1,5 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.WorkflowPushRequest = void 0;
4
- var WorkflowPushRequest_1 = require("./WorkflowPushRequest");
5
- Object.defineProperty(exports, "WorkflowPushRequest", { enumerable: true, get: function () { return WorkflowPushRequest_1.WorkflowPushRequest; } });