vellum-ai 0.14.74 → 0.14.76

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 (51) hide show
  1. package/Client.js +11 -11
  2. package/api/resources/adHoc/client/Client.js +2 -2
  3. package/api/resources/containerImages/client/Client.js +4 -4
  4. package/api/resources/deployments/client/Client.js +8 -8
  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/metricDefinitions/client/Client.js +2 -2
  9. package/api/resources/mlModels/client/Client.js +1 -1
  10. package/api/resources/organizations/client/Client.js +1 -1
  11. package/api/resources/prompts/client/Client.js +2 -2
  12. package/api/resources/prompts/client/requests/PromptPush.d.ts +4 -1
  13. package/api/resources/releaseReviews/client/Client.js +1 -1
  14. package/api/resources/sandboxes/client/Client.js +3 -3
  15. package/api/resources/testSuiteRuns/client/Client.js +3 -3
  16. package/api/resources/testSuites/client/Client.js +4 -4
  17. package/api/resources/workflowDeployments/client/Client.js +8 -8
  18. package/api/resources/workflowSandboxes/client/Client.js +2 -2
  19. package/api/resources/workflows/client/Client.js +2 -2
  20. package/api/resources/workspaceSecrets/client/Client.js +2 -2
  21. package/api/resources/workspaces/client/Client.js +1 -1
  22. package/dist/Client.js +11 -11
  23. package/dist/api/resources/adHoc/client/Client.js +2 -2
  24. package/dist/api/resources/containerImages/client/Client.js +4 -4
  25. package/dist/api/resources/deployments/client/Client.js +8 -8
  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 +2 -2
  30. package/dist/api/resources/mlModels/client/Client.js +1 -1
  31. package/dist/api/resources/organizations/client/Client.js +1 -1
  32. package/dist/api/resources/prompts/client/Client.js +2 -2
  33. package/dist/api/resources/prompts/client/requests/PromptPush.d.ts +4 -1
  34. package/dist/api/resources/releaseReviews/client/Client.js +1 -1
  35. package/dist/api/resources/sandboxes/client/Client.js +3 -3
  36. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  37. package/dist/api/resources/testSuites/client/Client.js +4 -4
  38. package/dist/api/resources/workflowDeployments/client/Client.js +8 -8
  39. package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
  40. package/dist/api/resources/workflows/client/Client.js +2 -2
  41. package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
  42. package/dist/api/resources/workspaces/client/Client.js +1 -1
  43. package/dist/serialization/resources/prompts/client/requests/PromptPush.d.ts +2 -1
  44. package/dist/serialization/resources/prompts/client/requests/PromptPush.js +2 -1
  45. package/dist/version.d.ts +1 -1
  46. package/dist/version.js +1 -1
  47. package/package.json +1 -1
  48. package/serialization/resources/prompts/client/requests/PromptPush.d.ts +2 -1
  49. package/serialization/resources/prompts/client/requests/PromptPush.js +2 -1
  50. package/version.d.ts +1 -1
  51. package/version.js +1 -1
@@ -8,8 +8,9 @@ import { PromptExecConfig } from "../../../../types/PromptExecConfig";
8
8
  export declare const PromptPush: core.serialization.Schema<serializers.PromptPush.Raw, Vellum.PromptPush>;
9
9
  export declare namespace PromptPush {
10
10
  interface Raw {
11
- exec_config: PromptExecConfig.Raw;
12
11
  prompt_variant_id?: (string | null) | null;
12
+ prompt_variant_label?: (string | null) | null;
13
13
  prompt_sandbox_id?: (string | null) | null;
14
+ exec_config: PromptExecConfig.Raw;
14
15
  }
15
16
  }
@@ -40,7 +40,8 @@ exports.PromptPush = void 0;
40
40
  const core = __importStar(require("../../../../../core"));
41
41
  const PromptExecConfig_1 = require("../../../../types/PromptExecConfig");
42
42
  exports.PromptPush = core.serialization.object({
43
- execConfig: core.serialization.property("exec_config", PromptExecConfig_1.PromptExecConfig),
44
43
  promptVariantId: core.serialization.property("prompt_variant_id", core.serialization.string().optionalNullable()),
44
+ promptVariantLabel: core.serialization.property("prompt_variant_label", core.serialization.string().optionalNullable()),
45
45
  promptSandboxId: core.serialization.property("prompt_sandbox_id", core.serialization.string().optionalNullable()),
46
+ execConfig: core.serialization.property("exec_config", PromptExecConfig_1.PromptExecConfig),
46
47
  });
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.14.74";
1
+ export declare const SDK_VERSION = "0.14.76";
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.74";
4
+ exports.SDK_VERSION = "0.14.76";