vellum-ai 0.12.14 → 0.12.15

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 (128) hide show
  1. package/.mock/definition/__package__.yml +48 -4
  2. package/.mock/definition/adHoc.yml +1 -4
  3. package/.mock/definition/api.yml +1 -1
  4. package/.mock/definition/containerImages.yml +0 -6
  5. package/.mock/definition/folderEntities.yml +1 -1
  6. package/.mock/definition/metricDefinitions.yml +1 -4
  7. package/.mock/definition/workflows.yml +3 -6
  8. package/.mock/openapi/openapi.yml +99 -14
  9. package/Client.d.ts +3 -5
  10. package/Client.js +12 -14
  11. package/api/resources/adHoc/client/Client.d.ts +3 -6
  12. package/api/resources/adHoc/client/Client.js +3 -6
  13. package/api/resources/containerImages/client/Client.d.ts +3 -7
  14. package/api/resources/containerImages/client/Client.js +5 -9
  15. package/api/resources/deployments/client/Client.d.ts +3 -3
  16. package/api/resources/deployments/client/Client.js +8 -8
  17. package/api/resources/documentIndexes/client/Client.d.ts +3 -3
  18. package/api/resources/documentIndexes/client/Client.js +9 -9
  19. package/api/resources/documents/client/Client.d.ts +3 -3
  20. package/api/resources/documents/client/Client.js +6 -6
  21. package/api/resources/folderEntities/client/Client.d.ts +3 -3
  22. package/api/resources/folderEntities/client/Client.js +3 -3
  23. package/api/resources/metricDefinitions/client/Client.d.ts +3 -5
  24. package/api/resources/metricDefinitions/client/Client.js +4 -6
  25. package/api/resources/mlModels/client/Client.d.ts +3 -3
  26. package/api/resources/mlModels/client/Client.js +2 -2
  27. package/api/resources/sandboxes/client/Client.d.ts +3 -3
  28. package/api/resources/sandboxes/client/Client.js +4 -4
  29. package/api/resources/testSuiteRuns/client/Client.d.ts +3 -3
  30. package/api/resources/testSuiteRuns/client/Client.js +4 -4
  31. package/api/resources/testSuites/client/Client.d.ts +3 -3
  32. package/api/resources/testSuites/client/Client.js +5 -5
  33. package/api/resources/workflowDeployments/client/Client.d.ts +3 -3
  34. package/api/resources/workflowDeployments/client/Client.js +7 -7
  35. package/api/resources/workflowSandboxes/client/Client.d.ts +3 -3
  36. package/api/resources/workflowSandboxes/client/Client.js +2 -2
  37. package/api/resources/workflows/client/Client.d.ts +3 -6
  38. package/api/resources/workflows/client/Client.js +6 -6
  39. package/api/resources/workflows/client/requests/WorkflowPushRequest.d.ts +1 -0
  40. package/api/resources/workspaceSecrets/client/Client.d.ts +3 -3
  41. package/api/resources/workspaceSecrets/client/Client.js +3 -3
  42. package/api/types/AudioPromptBlock.d.ts +14 -0
  43. package/api/types/AudioPromptBlock.js +5 -0
  44. package/api/types/FunctionCallPromptBlock.d.ts +15 -0
  45. package/api/types/FunctionCallPromptBlock.js +5 -0
  46. package/api/types/ImagePromptBlock.d.ts +14 -0
  47. package/api/types/ImagePromptBlock.js +5 -0
  48. package/api/types/PromptBlock.d.ts +1 -1
  49. package/api/types/WorkflowPushResponse.d.ts +1 -0
  50. package/api/types/index.d.ts +3 -0
  51. package/api/types/index.js +3 -0
  52. package/dist/Client.d.ts +3 -5
  53. package/dist/Client.js +12 -14
  54. package/dist/api/resources/adHoc/client/Client.d.ts +3 -6
  55. package/dist/api/resources/adHoc/client/Client.js +3 -6
  56. package/dist/api/resources/containerImages/client/Client.d.ts +3 -7
  57. package/dist/api/resources/containerImages/client/Client.js +5 -9
  58. package/dist/api/resources/deployments/client/Client.d.ts +3 -3
  59. package/dist/api/resources/deployments/client/Client.js +8 -8
  60. package/dist/api/resources/documentIndexes/client/Client.d.ts +3 -3
  61. package/dist/api/resources/documentIndexes/client/Client.js +9 -9
  62. package/dist/api/resources/documents/client/Client.d.ts +3 -3
  63. package/dist/api/resources/documents/client/Client.js +6 -6
  64. package/dist/api/resources/folderEntities/client/Client.d.ts +3 -3
  65. package/dist/api/resources/folderEntities/client/Client.js +3 -3
  66. package/dist/api/resources/metricDefinitions/client/Client.d.ts +3 -5
  67. package/dist/api/resources/metricDefinitions/client/Client.js +4 -6
  68. package/dist/api/resources/mlModels/client/Client.d.ts +3 -3
  69. package/dist/api/resources/mlModels/client/Client.js +2 -2
  70. package/dist/api/resources/sandboxes/client/Client.d.ts +3 -3
  71. package/dist/api/resources/sandboxes/client/Client.js +4 -4
  72. package/dist/api/resources/testSuiteRuns/client/Client.d.ts +3 -3
  73. package/dist/api/resources/testSuiteRuns/client/Client.js +4 -4
  74. package/dist/api/resources/testSuites/client/Client.d.ts +3 -3
  75. package/dist/api/resources/testSuites/client/Client.js +5 -5
  76. package/dist/api/resources/workflowDeployments/client/Client.d.ts +3 -3
  77. package/dist/api/resources/workflowDeployments/client/Client.js +7 -7
  78. package/dist/api/resources/workflowSandboxes/client/Client.d.ts +3 -3
  79. package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
  80. package/dist/api/resources/workflows/client/Client.d.ts +3 -6
  81. package/dist/api/resources/workflows/client/Client.js +6 -6
  82. package/dist/api/resources/workflows/client/requests/WorkflowPushRequest.d.ts +1 -0
  83. package/dist/api/resources/workspaceSecrets/client/Client.d.ts +3 -3
  84. package/dist/api/resources/workspaceSecrets/client/Client.js +3 -3
  85. package/dist/api/types/AudioPromptBlock.d.ts +14 -0
  86. package/dist/api/types/AudioPromptBlock.js +5 -0
  87. package/dist/api/types/FunctionCallPromptBlock.d.ts +15 -0
  88. package/dist/api/types/FunctionCallPromptBlock.js +5 -0
  89. package/dist/api/types/ImagePromptBlock.d.ts +14 -0
  90. package/dist/api/types/ImagePromptBlock.js +5 -0
  91. package/dist/api/types/PromptBlock.d.ts +1 -1
  92. package/dist/api/types/WorkflowPushResponse.d.ts +1 -0
  93. package/dist/api/types/index.d.ts +3 -0
  94. package/dist/api/types/index.js +3 -0
  95. package/dist/environments.d.ts +2 -2
  96. package/dist/environments.js +1 -1
  97. package/dist/serialization/types/AudioPromptBlock.d.ts +18 -0
  98. package/dist/serialization/types/AudioPromptBlock.js +39 -0
  99. package/dist/serialization/types/FunctionCallPromptBlock.d.ts +19 -0
  100. package/dist/serialization/types/FunctionCallPromptBlock.js +40 -0
  101. package/dist/serialization/types/ImagePromptBlock.d.ts +18 -0
  102. package/dist/serialization/types/ImagePromptBlock.js +39 -0
  103. package/dist/serialization/types/PromptBlock.d.ts +4 -1
  104. package/dist/serialization/types/PromptBlock.js +6 -0
  105. package/dist/serialization/types/WorkflowPushResponse.d.ts +1 -0
  106. package/dist/serialization/types/WorkflowPushResponse.js +1 -0
  107. package/dist/serialization/types/index.d.ts +3 -0
  108. package/dist/serialization/types/index.js +3 -0
  109. package/dist/version.d.ts +1 -1
  110. package/dist/version.js +1 -1
  111. package/environments.d.ts +2 -2
  112. package/environments.js +1 -1
  113. package/package.json +1 -1
  114. package/reference.md +0 -75
  115. package/serialization/types/AudioPromptBlock.d.ts +18 -0
  116. package/serialization/types/AudioPromptBlock.js +39 -0
  117. package/serialization/types/FunctionCallPromptBlock.d.ts +19 -0
  118. package/serialization/types/FunctionCallPromptBlock.js +40 -0
  119. package/serialization/types/ImagePromptBlock.d.ts +18 -0
  120. package/serialization/types/ImagePromptBlock.js +39 -0
  121. package/serialization/types/PromptBlock.d.ts +4 -1
  122. package/serialization/types/PromptBlock.js +6 -0
  123. package/serialization/types/WorkflowPushResponse.d.ts +1 -0
  124. package/serialization/types/WorkflowPushResponse.js +1 -0
  125. package/serialization/types/index.d.ts +3 -0
  126. package/serialization/types/index.js +3 -0
  127. package/version.d.ts +1 -1
  128. package/version.js +1 -1
@@ -0,0 +1,18 @@
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 { PromptBlockState } from "./PromptBlockState";
8
+ import { EphemeralPromptCacheConfig } from "./EphemeralPromptCacheConfig";
9
+ export declare const AudioPromptBlock: core.serialization.ObjectSchema<serializers.AudioPromptBlock.Raw, Vellum.AudioPromptBlock>;
10
+ export declare namespace AudioPromptBlock {
11
+ interface Raw {
12
+ block_type: "AUDIO";
13
+ state?: PromptBlockState.Raw | null;
14
+ cache_config?: EphemeralPromptCacheConfig.Raw | null;
15
+ src: string;
16
+ metadata?: Record<string, unknown> | null;
17
+ }
18
+ }
@@ -0,0 +1,39 @@
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.AudioPromptBlock = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const PromptBlockState_1 = require("./PromptBlockState");
32
+ const EphemeralPromptCacheConfig_1 = require("./EphemeralPromptCacheConfig");
33
+ exports.AudioPromptBlock = core.serialization.object({
34
+ blockType: core.serialization.property("block_type", core.serialization.stringLiteral("AUDIO")),
35
+ state: PromptBlockState_1.PromptBlockState.optional(),
36
+ cacheConfig: core.serialization.property("cache_config", EphemeralPromptCacheConfig_1.EphemeralPromptCacheConfig.optional()),
37
+ src: core.serialization.string(),
38
+ metadata: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
39
+ });
@@ -0,0 +1,19 @@
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 { PromptBlockState } from "./PromptBlockState";
8
+ import { EphemeralPromptCacheConfig } from "./EphemeralPromptCacheConfig";
9
+ export declare const FunctionCallPromptBlock: core.serialization.ObjectSchema<serializers.FunctionCallPromptBlock.Raw, Vellum.FunctionCallPromptBlock>;
10
+ export declare namespace FunctionCallPromptBlock {
11
+ interface Raw {
12
+ block_type: "FUNCTION_CALL";
13
+ state?: PromptBlockState.Raw | null;
14
+ cache_config?: EphemeralPromptCacheConfig.Raw | null;
15
+ id?: string | null;
16
+ name: string;
17
+ arguments: Record<string, unknown>;
18
+ }
19
+ }
@@ -0,0 +1,40 @@
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.FunctionCallPromptBlock = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const PromptBlockState_1 = require("./PromptBlockState");
32
+ const EphemeralPromptCacheConfig_1 = require("./EphemeralPromptCacheConfig");
33
+ exports.FunctionCallPromptBlock = core.serialization.object({
34
+ blockType: core.serialization.property("block_type", core.serialization.stringLiteral("FUNCTION_CALL")),
35
+ state: PromptBlockState_1.PromptBlockState.optional(),
36
+ cacheConfig: core.serialization.property("cache_config", EphemeralPromptCacheConfig_1.EphemeralPromptCacheConfig.optional()),
37
+ id: core.serialization.string().optional(),
38
+ name: core.serialization.string(),
39
+ arguments: core.serialization.record(core.serialization.string(), core.serialization.unknown()),
40
+ });
@@ -0,0 +1,18 @@
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 { PromptBlockState } from "./PromptBlockState";
8
+ import { EphemeralPromptCacheConfig } from "./EphemeralPromptCacheConfig";
9
+ export declare const ImagePromptBlock: core.serialization.ObjectSchema<serializers.ImagePromptBlock.Raw, Vellum.ImagePromptBlock>;
10
+ export declare namespace ImagePromptBlock {
11
+ interface Raw {
12
+ block_type: "IMAGE";
13
+ state?: PromptBlockState.Raw | null;
14
+ cache_config?: EphemeralPromptCacheConfig.Raw | null;
15
+ src: string;
16
+ metadata?: Record<string, unknown> | null;
17
+ }
18
+ }
@@ -0,0 +1,39 @@
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.ImagePromptBlock = void 0;
30
+ const core = __importStar(require("../../core"));
31
+ const PromptBlockState_1 = require("./PromptBlockState");
32
+ const EphemeralPromptCacheConfig_1 = require("./EphemeralPromptCacheConfig");
33
+ exports.ImagePromptBlock = core.serialization.object({
34
+ blockType: core.serialization.property("block_type", core.serialization.stringLiteral("IMAGE")),
35
+ state: PromptBlockState_1.PromptBlockState.optional(),
36
+ cacheConfig: core.serialization.property("cache_config", EphemeralPromptCacheConfig_1.EphemeralPromptCacheConfig.optional()),
37
+ src: core.serialization.string(),
38
+ metadata: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
39
+ });
@@ -7,7 +7,10 @@ import * as core from "../../core";
7
7
  import { JinjaPromptBlock } from "./JinjaPromptBlock";
8
8
  import { VariablePromptBlock } from "./VariablePromptBlock";
9
9
  import { RichTextPromptBlock } from "./RichTextPromptBlock";
10
+ import { AudioPromptBlock } from "./AudioPromptBlock";
11
+ import { FunctionCallPromptBlock } from "./FunctionCallPromptBlock";
12
+ import { ImagePromptBlock } from "./ImagePromptBlock";
10
13
  export declare const PromptBlock: core.serialization.Schema<serializers.PromptBlock.Raw, Vellum.PromptBlock>;
11
14
  export declare namespace PromptBlock {
12
- type Raw = JinjaPromptBlock.Raw | serializers.ChatMessagePromptBlock.Raw | VariablePromptBlock.Raw | RichTextPromptBlock.Raw;
15
+ type Raw = JinjaPromptBlock.Raw | serializers.ChatMessagePromptBlock.Raw | VariablePromptBlock.Raw | RichTextPromptBlock.Raw | AudioPromptBlock.Raw | FunctionCallPromptBlock.Raw | ImagePromptBlock.Raw;
13
16
  }
@@ -32,9 +32,15 @@ const core = __importStar(require("../../core"));
32
32
  const JinjaPromptBlock_1 = require("./JinjaPromptBlock");
33
33
  const VariablePromptBlock_1 = require("./VariablePromptBlock");
34
34
  const RichTextPromptBlock_1 = require("./RichTextPromptBlock");
35
+ const AudioPromptBlock_1 = require("./AudioPromptBlock");
36
+ const FunctionCallPromptBlock_1 = require("./FunctionCallPromptBlock");
37
+ const ImagePromptBlock_1 = require("./ImagePromptBlock");
35
38
  exports.PromptBlock = core.serialization.undiscriminatedUnion([
36
39
  JinjaPromptBlock_1.JinjaPromptBlock,
37
40
  core.serialization.lazyObject(() => serializers.ChatMessagePromptBlock),
38
41
  VariablePromptBlock_1.VariablePromptBlock,
39
42
  RichTextPromptBlock_1.RichTextPromptBlock,
43
+ AudioPromptBlock_1.AudioPromptBlock,
44
+ FunctionCallPromptBlock_1.FunctionCallPromptBlock,
45
+ ImagePromptBlock_1.ImagePromptBlock,
40
46
  ]);
@@ -9,5 +9,6 @@ export declare namespace WorkflowPushResponse {
9
9
  interface Raw {
10
10
  workflow_sandbox_id: string;
11
11
  workflow_deployment_id?: string | null;
12
+ proposed_diffs?: Record<string, unknown> | null;
12
13
  }
13
14
  }
@@ -31,4 +31,5 @@ const core = __importStar(require("../../core"));
31
31
  exports.WorkflowPushResponse = core.serialization.object({
32
32
  workflowSandboxId: core.serialization.property("workflow_sandbox_id", core.serialization.string()),
33
33
  workflowDeploymentId: core.serialization.property("workflow_deployment_id", core.serialization.string().optional()),
34
+ proposedDiffs: core.serialization.property("proposed_diffs", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
34
35
  });
@@ -18,6 +18,7 @@ export * from "./ArrayVellumValue";
18
18
  export * from "./ArrayVellumValueRequest";
19
19
  export * from "./AudioChatMessageContent";
20
20
  export * from "./AudioChatMessageContentRequest";
21
+ export * from "./AudioPromptBlock";
21
22
  export * from "./AudioVariableValue";
22
23
  export * from "./AudioVellumValue";
23
24
  export * from "./AudioVellumValueRequest";
@@ -126,6 +127,7 @@ export * from "./FunctionCallChatMessageContentRequest";
126
127
  export * from "./FunctionCallChatMessageContentValue";
127
128
  export * from "./FunctionCallChatMessageContentValueRequest";
128
129
  export * from "./FunctionCallInput";
130
+ export * from "./FunctionCallPromptBlock";
129
131
  export * from "./FunctionCallRequest";
130
132
  export * from "./FunctionCallVariableValue";
131
133
  export * from "./FunctionCallVellumValue";
@@ -150,6 +152,7 @@ export * from "./HkunlpInstructorXlVectorizer";
150
152
  export * from "./HkunlpInstructorXlVectorizerRequest";
151
153
  export * from "./ImageChatMessageContent";
152
154
  export * from "./ImageChatMessageContentRequest";
155
+ export * from "./ImagePromptBlock";
153
156
  export * from "./ImageVariableValue";
154
157
  export * from "./ImageVellumValue";
155
158
  export * from "./ImageVellumValueRequest";
@@ -34,6 +34,7 @@ __exportStar(require("./ArrayVellumValue"), exports);
34
34
  __exportStar(require("./ArrayVellumValueRequest"), exports);
35
35
  __exportStar(require("./AudioChatMessageContent"), exports);
36
36
  __exportStar(require("./AudioChatMessageContentRequest"), exports);
37
+ __exportStar(require("./AudioPromptBlock"), exports);
37
38
  __exportStar(require("./AudioVariableValue"), exports);
38
39
  __exportStar(require("./AudioVellumValue"), exports);
39
40
  __exportStar(require("./AudioVellumValueRequest"), exports);
@@ -142,6 +143,7 @@ __exportStar(require("./FunctionCallChatMessageContentRequest"), exports);
142
143
  __exportStar(require("./FunctionCallChatMessageContentValue"), exports);
143
144
  __exportStar(require("./FunctionCallChatMessageContentValueRequest"), exports);
144
145
  __exportStar(require("./FunctionCallInput"), exports);
146
+ __exportStar(require("./FunctionCallPromptBlock"), exports);
145
147
  __exportStar(require("./FunctionCallRequest"), exports);
146
148
  __exportStar(require("./FunctionCallVariableValue"), exports);
147
149
  __exportStar(require("./FunctionCallVellumValue"), exports);
@@ -166,6 +168,7 @@ __exportStar(require("./HkunlpInstructorXlVectorizer"), exports);
166
168
  __exportStar(require("./HkunlpInstructorXlVectorizerRequest"), exports);
167
169
  __exportStar(require("./ImageChatMessageContent"), exports);
168
170
  __exportStar(require("./ImageChatMessageContentRequest"), exports);
171
+ __exportStar(require("./ImagePromptBlock"), exports);
169
172
  __exportStar(require("./ImageVariableValue"), exports);
170
173
  __exportStar(require("./ImageVellumValue"), exports);
171
174
  __exportStar(require("./ImageVellumValueRequest"), exports);
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.12.14";
1
+ export declare const SDK_VERSION = "0.12.15";
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.12.14";
4
+ exports.SDK_VERSION = "0.12.15";