vellum-ai 0.9.0 → 0.9.2

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 (182) hide show
  1. package/.mock/definition/__package__.yml +85 -0
  2. package/.mock/definition/containerImages.yml +122 -0
  3. package/.mock/definition/workflows.yml +4 -0
  4. package/.mock/openapi/openapi.yml +238 -0
  5. package/Client.d.ts +3 -0
  6. package/Client.js +39 -34
  7. package/api/resources/adHoc/client/Client.js +1 -1
  8. package/api/resources/containerImages/client/Client.d.ts +61 -0
  9. package/api/resources/containerImages/client/Client.js +231 -0
  10. package/api/resources/containerImages/client/index.d.ts +1 -0
  11. package/api/resources/containerImages/client/index.js +17 -0
  12. package/api/resources/containerImages/client/requests/ContainerImagesListRequest.d.ts +21 -0
  13. package/api/resources/containerImages/client/requests/ContainerImagesListRequest.js +5 -0
  14. package/api/resources/containerImages/client/requests/PushContainerImageRequest.d.ts +16 -0
  15. package/api/resources/containerImages/client/requests/PushContainerImageRequest.js +5 -0
  16. package/api/resources/containerImages/client/requests/index.d.ts +2 -0
  17. package/api/resources/containerImages/client/requests/index.js +2 -0
  18. package/api/resources/containerImages/index.d.ts +1 -0
  19. package/api/resources/containerImages/index.js +17 -0
  20. package/api/resources/deployments/client/Client.js +5 -5
  21. package/api/resources/documentIndexes/client/Client.js +8 -8
  22. package/api/resources/documents/client/Client.js +5 -5
  23. package/api/resources/folderEntities/client/Client.js +2 -2
  24. package/api/resources/index.d.ts +2 -0
  25. package/api/resources/index.js +3 -1
  26. package/api/resources/metricDefinitions/client/Client.js +1 -1
  27. package/api/resources/sandboxes/client/Client.js +3 -3
  28. package/api/resources/testSuiteRuns/client/Client.js +3 -3
  29. package/api/resources/testSuites/client/Client.js +4 -4
  30. package/api/resources/workflowDeployments/client/Client.js +4 -4
  31. package/api/resources/workflowSandboxes/client/Client.js +1 -1
  32. package/api/resources/workflows/client/Client.js +1 -1
  33. package/api/resources/workflows/client/requests/WorkflowPushRequest.d.ts +1 -0
  34. package/api/resources/workspaceSecrets/client/Client.js +2 -2
  35. package/api/types/ArrayChatMessageContentItem.d.ts +1 -1
  36. package/api/types/ArrayChatMessageContentItemRequest.d.ts +1 -1
  37. package/api/types/AudioChatMessageContent.d.ts +11 -0
  38. package/api/types/AudioChatMessageContent.js +5 -0
  39. package/api/types/AudioChatMessageContentRequest.d.ts +11 -0
  40. package/api/types/AudioChatMessageContentRequest.js +5 -0
  41. package/api/types/ChatMessageContent.d.ts +1 -1
  42. package/api/types/ChatMessageContentRequest.d.ts +1 -1
  43. package/api/types/ContainerImageRead.d.ts +14 -0
  44. package/api/types/ContainerImageRead.js +5 -0
  45. package/api/types/EntityVisibility.d.ts +16 -0
  46. package/api/types/EntityVisibility.js +12 -0
  47. package/api/types/PaginatedContainerImageReadList.d.ts +10 -0
  48. package/api/types/PaginatedContainerImageReadList.js +5 -0
  49. package/api/types/VellumAudio.d.ts +7 -0
  50. package/api/types/VellumAudio.js +5 -0
  51. package/api/types/VellumAudioRequest.d.ts +7 -0
  52. package/api/types/VellumAudioRequest.js +5 -0
  53. package/api/types/index.d.ts +7 -0
  54. package/api/types/index.js +7 -0
  55. package/dist/Client.d.ts +3 -0
  56. package/dist/Client.js +39 -34
  57. package/dist/api/resources/adHoc/client/Client.js +1 -1
  58. package/dist/api/resources/containerImages/client/Client.d.ts +61 -0
  59. package/dist/api/resources/containerImages/client/Client.js +231 -0
  60. package/dist/api/resources/containerImages/client/index.d.ts +1 -0
  61. package/dist/api/resources/containerImages/client/index.js +17 -0
  62. package/dist/api/resources/containerImages/client/requests/ContainerImagesListRequest.d.ts +21 -0
  63. package/dist/api/resources/containerImages/client/requests/ContainerImagesListRequest.js +5 -0
  64. package/dist/api/resources/containerImages/client/requests/PushContainerImageRequest.d.ts +16 -0
  65. package/dist/api/resources/containerImages/client/requests/PushContainerImageRequest.js +5 -0
  66. package/dist/api/resources/containerImages/client/requests/index.d.ts +2 -0
  67. package/dist/api/resources/containerImages/client/requests/index.js +2 -0
  68. package/dist/api/resources/containerImages/index.d.ts +1 -0
  69. package/dist/api/resources/containerImages/index.js +17 -0
  70. package/dist/api/resources/deployments/client/Client.js +5 -5
  71. package/dist/api/resources/documentIndexes/client/Client.js +8 -8
  72. package/dist/api/resources/documents/client/Client.js +5 -5
  73. package/dist/api/resources/folderEntities/client/Client.js +2 -2
  74. package/dist/api/resources/index.d.ts +2 -0
  75. package/dist/api/resources/index.js +3 -1
  76. package/dist/api/resources/metricDefinitions/client/Client.js +1 -1
  77. package/dist/api/resources/sandboxes/client/Client.js +3 -3
  78. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  79. package/dist/api/resources/testSuites/client/Client.js +4 -4
  80. package/dist/api/resources/workflowDeployments/client/Client.js +4 -4
  81. package/dist/api/resources/workflowSandboxes/client/Client.js +1 -1
  82. package/dist/api/resources/workflows/client/Client.js +1 -1
  83. package/dist/api/resources/workflows/client/requests/WorkflowPushRequest.d.ts +1 -0
  84. package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
  85. package/dist/api/types/ArrayChatMessageContentItem.d.ts +1 -1
  86. package/dist/api/types/ArrayChatMessageContentItemRequest.d.ts +1 -1
  87. package/dist/api/types/AudioChatMessageContent.d.ts +11 -0
  88. package/dist/api/types/AudioChatMessageContent.js +5 -0
  89. package/dist/api/types/AudioChatMessageContentRequest.d.ts +11 -0
  90. package/dist/api/types/AudioChatMessageContentRequest.js +5 -0
  91. package/dist/api/types/ChatMessageContent.d.ts +1 -1
  92. package/dist/api/types/ChatMessageContentRequest.d.ts +1 -1
  93. package/dist/api/types/ContainerImageRead.d.ts +14 -0
  94. package/dist/api/types/ContainerImageRead.js +5 -0
  95. package/dist/api/types/EntityVisibility.d.ts +16 -0
  96. package/dist/api/types/EntityVisibility.js +12 -0
  97. package/dist/api/types/PaginatedContainerImageReadList.d.ts +10 -0
  98. package/dist/api/types/PaginatedContainerImageReadList.js +5 -0
  99. package/dist/api/types/VellumAudio.d.ts +7 -0
  100. package/dist/api/types/VellumAudio.js +5 -0
  101. package/dist/api/types/VellumAudioRequest.d.ts +7 -0
  102. package/dist/api/types/VellumAudioRequest.js +5 -0
  103. package/dist/api/types/index.d.ts +7 -0
  104. package/dist/api/types/index.js +7 -0
  105. package/dist/serialization/resources/containerImages/client/index.d.ts +1 -0
  106. package/dist/serialization/resources/containerImages/client/index.js +17 -0
  107. package/dist/serialization/resources/containerImages/client/requests/PushContainerImageRequest.d.ts +14 -0
  108. package/dist/serialization/resources/containerImages/client/requests/PushContainerImageRequest.js +35 -0
  109. package/dist/serialization/resources/containerImages/client/requests/index.d.ts +1 -0
  110. package/dist/serialization/resources/containerImages/client/requests/index.js +5 -0
  111. package/dist/serialization/resources/containerImages/index.d.ts +1 -0
  112. package/dist/serialization/resources/containerImages/index.js +17 -0
  113. package/dist/serialization/resources/index.d.ts +2 -0
  114. package/dist/serialization/resources/index.js +3 -1
  115. package/dist/serialization/resources/workflows/client/requests/WorkflowPushRequest.d.ts +1 -0
  116. package/dist/serialization/resources/workflows/client/requests/WorkflowPushRequest.js +1 -0
  117. package/dist/serialization/types/ArrayChatMessageContentItem.d.ts +2 -1
  118. package/dist/serialization/types/ArrayChatMessageContentItem.js +2 -0
  119. package/dist/serialization/types/ArrayChatMessageContentItemRequest.d.ts +2 -1
  120. package/dist/serialization/types/ArrayChatMessageContentItemRequest.js +2 -0
  121. package/dist/serialization/types/AudioChatMessageContent.d.ts +14 -0
  122. package/dist/serialization/types/AudioChatMessageContent.js +35 -0
  123. package/dist/serialization/types/AudioChatMessageContentRequest.d.ts +14 -0
  124. package/dist/serialization/types/AudioChatMessageContentRequest.js +35 -0
  125. package/dist/serialization/types/ChatMessageContent.d.ts +2 -1
  126. package/dist/serialization/types/ChatMessageContent.js +2 -0
  127. package/dist/serialization/types/ChatMessageContentRequest.d.ts +2 -1
  128. package/dist/serialization/types/ChatMessageContentRequest.js +2 -0
  129. package/dist/serialization/types/ContainerImageRead.d.ts +20 -0
  130. package/dist/serialization/types/ContainerImageRead.js +41 -0
  131. package/dist/serialization/types/EntityVisibility.d.ts +10 -0
  132. package/dist/serialization/types/EntityVisibility.js +31 -0
  133. package/dist/serialization/types/PaginatedContainerImageReadList.d.ts +16 -0
  134. package/dist/serialization/types/PaginatedContainerImageReadList.js +37 -0
  135. package/dist/serialization/types/VellumAudio.d.ts +13 -0
  136. package/dist/serialization/types/VellumAudio.js +34 -0
  137. package/dist/serialization/types/VellumAudioRequest.d.ts +13 -0
  138. package/dist/serialization/types/VellumAudioRequest.js +34 -0
  139. package/dist/serialization/types/index.d.ts +7 -0
  140. package/dist/serialization/types/index.js +7 -0
  141. package/dist/version.d.ts +1 -1
  142. package/dist/version.js +1 -1
  143. package/package.json +1 -1
  144. package/reference.md +195 -0
  145. package/serialization/resources/containerImages/client/index.d.ts +1 -0
  146. package/serialization/resources/containerImages/client/index.js +17 -0
  147. package/serialization/resources/containerImages/client/requests/PushContainerImageRequest.d.ts +14 -0
  148. package/serialization/resources/containerImages/client/requests/PushContainerImageRequest.js +35 -0
  149. package/serialization/resources/containerImages/client/requests/index.d.ts +1 -0
  150. package/serialization/resources/containerImages/client/requests/index.js +5 -0
  151. package/serialization/resources/containerImages/index.d.ts +1 -0
  152. package/serialization/resources/containerImages/index.js +17 -0
  153. package/serialization/resources/index.d.ts +2 -0
  154. package/serialization/resources/index.js +3 -1
  155. package/serialization/resources/workflows/client/requests/WorkflowPushRequest.d.ts +1 -0
  156. package/serialization/resources/workflows/client/requests/WorkflowPushRequest.js +1 -0
  157. package/serialization/types/ArrayChatMessageContentItem.d.ts +2 -1
  158. package/serialization/types/ArrayChatMessageContentItem.js +2 -0
  159. package/serialization/types/ArrayChatMessageContentItemRequest.d.ts +2 -1
  160. package/serialization/types/ArrayChatMessageContentItemRequest.js +2 -0
  161. package/serialization/types/AudioChatMessageContent.d.ts +14 -0
  162. package/serialization/types/AudioChatMessageContent.js +35 -0
  163. package/serialization/types/AudioChatMessageContentRequest.d.ts +14 -0
  164. package/serialization/types/AudioChatMessageContentRequest.js +35 -0
  165. package/serialization/types/ChatMessageContent.d.ts +2 -1
  166. package/serialization/types/ChatMessageContent.js +2 -0
  167. package/serialization/types/ChatMessageContentRequest.d.ts +2 -1
  168. package/serialization/types/ChatMessageContentRequest.js +2 -0
  169. package/serialization/types/ContainerImageRead.d.ts +20 -0
  170. package/serialization/types/ContainerImageRead.js +41 -0
  171. package/serialization/types/EntityVisibility.d.ts +10 -0
  172. package/serialization/types/EntityVisibility.js +31 -0
  173. package/serialization/types/PaginatedContainerImageReadList.d.ts +16 -0
  174. package/serialization/types/PaginatedContainerImageReadList.js +37 -0
  175. package/serialization/types/VellumAudio.d.ts +13 -0
  176. package/serialization/types/VellumAudio.js +34 -0
  177. package/serialization/types/VellumAudioRequest.d.ts +13 -0
  178. package/serialization/types/VellumAudioRequest.js +34 -0
  179. package/serialization/types/index.d.ts +7 -0
  180. package/serialization/types/index.js +7 -0
  181. package/version.d.ts +1 -1
  182. package/version.js +1 -1
@@ -0,0 +1,41 @@
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.ContainerImageRead = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const EntityVisibility_1 = require("./EntityVisibility");
32
+ exports.ContainerImageRead = core.serialization.object({
33
+ id: core.serialization.string(),
34
+ name: core.serialization.string(),
35
+ visibility: EntityVisibility_1.EntityVisibility,
36
+ created: core.serialization.date(),
37
+ modified: core.serialization.date(),
38
+ repository: core.serialization.string(),
39
+ sha: core.serialization.string(),
40
+ tags: core.serialization.list(core.serialization.string()),
41
+ });
@@ -0,0 +1,10 @@
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 EntityVisibility: core.serialization.Schema<serializers.EntityVisibility.Raw, Vellum.EntityVisibility>;
8
+ export declare namespace EntityVisibility {
9
+ type Raw = "DEFAULT" | "PUBLIC" | "PRIVATE" | "DISABLED";
10
+ }
@@ -0,0 +1,31 @@
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.EntityVisibility = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.EntityVisibility = core.serialization.enum_(["DEFAULT", "PUBLIC", "PRIVATE", "DISABLED"]);
@@ -0,0 +1,16 @@
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 { ContainerImageRead } from "./ContainerImageRead";
8
+ export declare const PaginatedContainerImageReadList: core.serialization.ObjectSchema<serializers.PaginatedContainerImageReadList.Raw, Vellum.PaginatedContainerImageReadList>;
9
+ export declare namespace PaginatedContainerImageReadList {
10
+ interface Raw {
11
+ count?: number | null;
12
+ next?: string | null;
13
+ previous?: string | null;
14
+ results?: ContainerImageRead.Raw[] | null;
15
+ }
16
+ }
@@ -0,0 +1,37 @@
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.PaginatedContainerImageReadList = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const ContainerImageRead_1 = require("./ContainerImageRead");
32
+ exports.PaginatedContainerImageReadList = core.serialization.object({
33
+ count: core.serialization.number().optional(),
34
+ next: core.serialization.string().optional(),
35
+ previous: core.serialization.string().optional(),
36
+ results: core.serialization.list(ContainerImageRead_1.ContainerImageRead).optional(),
37
+ });
@@ -0,0 +1,13 @@
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 VellumAudio: core.serialization.ObjectSchema<serializers.VellumAudio.Raw, Vellum.VellumAudio>;
8
+ export declare namespace VellumAudio {
9
+ interface Raw {
10
+ src: string;
11
+ metadata?: Record<string, unknown> | null;
12
+ }
13
+ }
@@ -0,0 +1,34 @@
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.VellumAudio = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.VellumAudio = core.serialization.object({
32
+ src: core.serialization.string(),
33
+ metadata: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
34
+ });
@@ -0,0 +1,13 @@
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 VellumAudioRequest: core.serialization.ObjectSchema<serializers.VellumAudioRequest.Raw, Vellum.VellumAudioRequest>;
8
+ export declare namespace VellumAudioRequest {
9
+ interface Raw {
10
+ src: string;
11
+ metadata?: Record<string, unknown> | null;
12
+ }
13
+ }
@@ -0,0 +1,34 @@
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.VellumAudioRequest = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ exports.VellumAudioRequest = core.serialization.object({
32
+ src: core.serialization.string(),
33
+ metadata: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
34
+ });
@@ -16,6 +16,8 @@ export * from "./ArrayVariableValue";
16
16
  export * from "./ArrayVariableValueItem";
17
17
  export * from "./ArrayVellumValue";
18
18
  export * from "./ArrayVellumValueRequest";
19
+ export * from "./AudioChatMessageContent";
20
+ export * from "./AudioChatMessageContentRequest";
19
21
  export * from "./BasicVectorizerIntfloatMultilingualE5Large";
20
22
  export * from "./BasicVectorizerIntfloatMultilingualE5LargeRequest";
21
23
  export * from "./BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1";
@@ -54,6 +56,7 @@ export * from "./CompilePromptMeta";
54
56
  export * from "./ConditionCombinator";
55
57
  export * from "./ConditionalNodeResult";
56
58
  export * from "./ConditionalNodeResultData";
59
+ export * from "./ContainerImageRead";
57
60
  export * from "./CreateTestSuiteTestCaseRequest";
58
61
  export * from "./DeploymentProviderPayloadResponsePayload";
59
62
  export * from "./DeploymentProviderPayloadResponse";
@@ -70,6 +73,7 @@ export * from "./DocumentRead";
70
73
  export * from "./DocumentStatus";
71
74
  export * from "./EnrichedNormalizedCompletion";
72
75
  export * from "./EntityStatus";
76
+ export * from "./EntityVisibility";
73
77
  export * from "./EnvironmentEnum";
74
78
  export * from "./EphemeralPromptCacheConfigRequest";
75
79
  export * from "./EphemeralPromptCacheConfigTypeEnum";
@@ -229,6 +233,7 @@ export * from "./OpenAiVectorizerTextEmbedding3Small";
229
233
  export * from "./OpenAiVectorizerTextEmbedding3SmallRequest";
230
234
  export * from "./OpenAiVectorizerTextEmbeddingAda002";
231
235
  export * from "./OpenAiVectorizerTextEmbeddingAda002Request";
236
+ export * from "./PaginatedContainerImageReadList";
232
237
  export * from "./PaginatedDocumentIndexReadList";
233
238
  export * from "./PaginatedFolderEntityList";
234
239
  export * from "./PaginatedSlimDeploymentReadList";
@@ -406,6 +411,8 @@ export * from "./UnitEnum";
406
411
  export * from "./UploadDocumentResponse";
407
412
  export * from "./UpsertTestSuiteTestCaseRequest";
408
413
  export * from "./VariablePromptBlockRequest";
414
+ export * from "./VellumAudio";
415
+ export * from "./VellumAudioRequest";
409
416
  export * from "./VellumError";
410
417
  export * from "./VellumErrorCodeEnum";
411
418
  export * from "./VellumErrorRequest";
@@ -32,6 +32,8 @@ __exportStar(require("./ArrayVariableValue"), exports);
32
32
  __exportStar(require("./ArrayVariableValueItem"), exports);
33
33
  __exportStar(require("./ArrayVellumValue"), exports);
34
34
  __exportStar(require("./ArrayVellumValueRequest"), exports);
35
+ __exportStar(require("./AudioChatMessageContent"), exports);
36
+ __exportStar(require("./AudioChatMessageContentRequest"), exports);
35
37
  __exportStar(require("./BasicVectorizerIntfloatMultilingualE5Large"), exports);
36
38
  __exportStar(require("./BasicVectorizerIntfloatMultilingualE5LargeRequest"), exports);
37
39
  __exportStar(require("./BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1"), exports);
@@ -70,6 +72,7 @@ __exportStar(require("./CompilePromptMeta"), exports);
70
72
  __exportStar(require("./ConditionCombinator"), exports);
71
73
  __exportStar(require("./ConditionalNodeResult"), exports);
72
74
  __exportStar(require("./ConditionalNodeResultData"), exports);
75
+ __exportStar(require("./ContainerImageRead"), exports);
73
76
  __exportStar(require("./CreateTestSuiteTestCaseRequest"), exports);
74
77
  __exportStar(require("./DeploymentProviderPayloadResponsePayload"), exports);
75
78
  __exportStar(require("./DeploymentProviderPayloadResponse"), exports);
@@ -86,6 +89,7 @@ __exportStar(require("./DocumentRead"), exports);
86
89
  __exportStar(require("./DocumentStatus"), exports);
87
90
  __exportStar(require("./EnrichedNormalizedCompletion"), exports);
88
91
  __exportStar(require("./EntityStatus"), exports);
92
+ __exportStar(require("./EntityVisibility"), exports);
89
93
  __exportStar(require("./EnvironmentEnum"), exports);
90
94
  __exportStar(require("./EphemeralPromptCacheConfigRequest"), exports);
91
95
  __exportStar(require("./EphemeralPromptCacheConfigTypeEnum"), exports);
@@ -245,6 +249,7 @@ __exportStar(require("./OpenAiVectorizerTextEmbedding3Small"), exports);
245
249
  __exportStar(require("./OpenAiVectorizerTextEmbedding3SmallRequest"), exports);
246
250
  __exportStar(require("./OpenAiVectorizerTextEmbeddingAda002"), exports);
247
251
  __exportStar(require("./OpenAiVectorizerTextEmbeddingAda002Request"), exports);
252
+ __exportStar(require("./PaginatedContainerImageReadList"), exports);
248
253
  __exportStar(require("./PaginatedDocumentIndexReadList"), exports);
249
254
  __exportStar(require("./PaginatedFolderEntityList"), exports);
250
255
  __exportStar(require("./PaginatedSlimDeploymentReadList"), exports);
@@ -422,6 +427,8 @@ __exportStar(require("./UnitEnum"), exports);
422
427
  __exportStar(require("./UploadDocumentResponse"), exports);
423
428
  __exportStar(require("./UpsertTestSuiteTestCaseRequest"), exports);
424
429
  __exportStar(require("./VariablePromptBlockRequest"), exports);
430
+ __exportStar(require("./VellumAudio"), exports);
431
+ __exportStar(require("./VellumAudioRequest"), exports);
425
432
  __exportStar(require("./VellumError"), exports);
426
433
  __exportStar(require("./VellumErrorCodeEnum"), exports);
427
434
  __exportStar(require("./VellumErrorRequest"), exports);
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.9.0";
1
+ export declare const SDK_VERSION = "0.9.2";
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.9.0";
4
+ exports.SDK_VERSION = "0.9.2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vellum-ai",
3
- "version": "0.9.0",
3
+ "version": "0.9.2",
4
4
  "private": false,
5
5
  "repository": "https://github.com/vellum-ai/vellum-client-node",
6
6
  "license": "MIT",
package/reference.md CHANGED
@@ -206,6 +206,201 @@ await client.adHoc.adhocExecutePromptStream({
206
206
  </dl>
207
207
  </details>
208
208
 
209
+ ## ContainerImages
210
+
211
+ <details><summary><code>client.containerImages.<a href="/src/api/resources/containerImages/client/Client.ts">list</a>({ ...params }) -> Vellum.PaginatedContainerImageReadList</code></summary>
212
+ <dl>
213
+ <dd>
214
+
215
+ #### 📝 Description
216
+
217
+ <dl>
218
+ <dd>
219
+
220
+ <dl>
221
+ <dd>
222
+
223
+ Retrieve a list of container images for the organization.
224
+
225
+ </dd>
226
+ </dl>
227
+ </dd>
228
+ </dl>
229
+
230
+ #### 🔌 Usage
231
+
232
+ <dl>
233
+ <dd>
234
+
235
+ <dl>
236
+ <dd>
237
+
238
+ ```typescript
239
+ await client.containerImages.list();
240
+ ```
241
+
242
+ </dd>
243
+ </dl>
244
+ </dd>
245
+ </dl>
246
+
247
+ #### ⚙️ Parameters
248
+
249
+ <dl>
250
+ <dd>
251
+
252
+ <dl>
253
+ <dd>
254
+
255
+ **request:** `Vellum.ContainerImagesListRequest`
256
+
257
+ </dd>
258
+ </dl>
259
+
260
+ <dl>
261
+ <dd>
262
+
263
+ **requestOptions:** `ContainerImages.RequestOptions`
264
+
265
+ </dd>
266
+ </dl>
267
+ </dd>
268
+ </dl>
269
+
270
+ </dd>
271
+ </dl>
272
+ </details>
273
+
274
+ <details><summary><code>client.containerImages.<a href="/src/api/resources/containerImages/client/Client.ts">retrieve</a>(id) -> Vellum.ContainerImageRead</code></summary>
275
+ <dl>
276
+ <dd>
277
+
278
+ #### 📝 Description
279
+
280
+ <dl>
281
+ <dd>
282
+
283
+ <dl>
284
+ <dd>
285
+
286
+ Retrieve a Container Image by its ID or name.
287
+
288
+ </dd>
289
+ </dl>
290
+ </dd>
291
+ </dl>
292
+
293
+ #### 🔌 Usage
294
+
295
+ <dl>
296
+ <dd>
297
+
298
+ <dl>
299
+ <dd>
300
+
301
+ ```typescript
302
+ await client.containerImages.retrieve("id");
303
+ ```
304
+
305
+ </dd>
306
+ </dl>
307
+ </dd>
308
+ </dl>
309
+
310
+ #### ⚙️ Parameters
311
+
312
+ <dl>
313
+ <dd>
314
+
315
+ <dl>
316
+ <dd>
317
+
318
+ **id:** `string` — Either the Container Image's ID or its unique name
319
+
320
+ </dd>
321
+ </dl>
322
+
323
+ <dl>
324
+ <dd>
325
+
326
+ **requestOptions:** `ContainerImages.RequestOptions`
327
+
328
+ </dd>
329
+ </dl>
330
+ </dd>
331
+ </dl>
332
+
333
+ </dd>
334
+ </dl>
335
+ </details>
336
+
337
+ <details><summary><code>client.containerImages.<a href="/src/api/resources/containerImages/client/Client.ts">pushContainerImage</a>({ ...params }) -> Vellum.ContainerImageRead</code></summary>
338
+ <dl>
339
+ <dd>
340
+
341
+ #### 📝 Description
342
+
343
+ <dl>
344
+ <dd>
345
+
346
+ <dl>
347
+ <dd>
348
+
349
+ An internal-only endpoint that's subject to breaking changes without notice. Not intended for public use.
350
+
351
+ </dd>
352
+ </dl>
353
+ </dd>
354
+ </dl>
355
+
356
+ #### 🔌 Usage
357
+
358
+ <dl>
359
+ <dd>
360
+
361
+ <dl>
362
+ <dd>
363
+
364
+ ```typescript
365
+ await client.containerImages.pushContainerImage({
366
+ name: "name",
367
+ sha: "sha",
368
+ tags: ["tags"],
369
+ });
370
+ ```
371
+
372
+ </dd>
373
+ </dl>
374
+ </dd>
375
+ </dl>
376
+
377
+ #### ⚙️ Parameters
378
+
379
+ <dl>
380
+ <dd>
381
+
382
+ <dl>
383
+ <dd>
384
+
385
+ **request:** `Vellum.PushContainerImageRequest`
386
+
387
+ </dd>
388
+ </dl>
389
+
390
+ <dl>
391
+ <dd>
392
+
393
+ **requestOptions:** `ContainerImages.RequestOptions`
394
+
395
+ </dd>
396
+ </dl>
397
+ </dd>
398
+ </dl>
399
+
400
+ </dd>
401
+ </dl>
402
+ </details>
403
+
209
404
  ## Deployments
210
405
 
211
406
  <details><summary><code>client.deployments.<a href="/src/api/resources/deployments/client/Client.ts">list</a>({ ...params }) -> Vellum.PaginatedSlimDeploymentReadList</code></summary>
@@ -0,0 +1 @@
1
+ export * from "./requests";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./requests"), exports);
@@ -0,0 +1,14 @@
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 PushContainerImageRequest: core.serialization.Schema<serializers.PushContainerImageRequest.Raw, Vellum.PushContainerImageRequest>;
8
+ export declare namespace PushContainerImageRequest {
9
+ interface Raw {
10
+ name: string;
11
+ sha: string;
12
+ tags: string[];
13
+ }
14
+ }
@@ -0,0 +1,35 @@
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.PushContainerImageRequest = void 0;
30
+ const core = __importStar(require("../../../../../core"));
31
+ exports.PushContainerImageRequest = core.serialization.object({
32
+ name: core.serialization.string(),
33
+ sha: core.serialization.string(),
34
+ tags: core.serialization.list(core.serialization.string()),
35
+ });
@@ -0,0 +1 @@
1
+ export { PushContainerImageRequest } from "./PushContainerImageRequest";
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PushContainerImageRequest = void 0;
4
+ var PushContainerImageRequest_1 = require("./PushContainerImageRequest");
5
+ Object.defineProperty(exports, "PushContainerImageRequest", { enumerable: true, get: function () { return PushContainerImageRequest_1.PushContainerImageRequest; } });
@@ -0,0 +1 @@
1
+ export * from "./client";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./client"), exports);
@@ -9,6 +9,8 @@ export * from "./workflowDeployments/types";
9
9
  export * as testSuites from "./testSuites";
10
10
  export * as adHoc from "./adHoc";
11
11
  export * from "./adHoc/client/requests";
12
+ export * as containerImages from "./containerImages";
13
+ export * from "./containerImages/client/requests";
12
14
  export * from "./deployments/client/requests";
13
15
  export * from "./documentIndexes/client/requests";
14
16
  export * as documents from "./documents";