vellum-ai 0.14.82 → 0.14.84

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 (123) 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/documents/client/requests/PatchedDocumentUpdateRequest.d.ts +2 -0
  8. package/api/resources/folderEntities/client/Client.js +2 -2
  9. package/api/resources/metricDefinitions/client/Client.js +2 -2
  10. package/api/resources/mlModels/client/Client.js +1 -1
  11. package/api/resources/organizations/client/Client.js +1 -1
  12. package/api/resources/prompts/client/Client.js +2 -2
  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/api/types/ContainerImageBuildConfig.d.ts +1 -0
  23. package/api/types/DocumentRead.d.ts +2 -0
  24. package/api/types/ExecutionThinkingVellumValue.d.ts +1 -1
  25. package/api/types/GoogleVertexAiVectorizerGeminiEmbedding001.d.ts +8 -0
  26. package/api/types/GoogleVertexAiVectorizerGeminiEmbedding001.js +5 -0
  27. package/api/types/GoogleVertexAiVectorizerGeminiEmbedding001Request.d.ts +8 -0
  28. package/api/types/GoogleVertexAiVectorizerGeminiEmbedding001Request.js +5 -0
  29. package/api/types/IndexingConfigVectorizer.d.ts +1 -1
  30. package/api/types/IndexingConfigVectorizerRequest.d.ts +1 -1
  31. package/api/types/ThinkingVellumValue.d.ts +1 -1
  32. package/api/types/ThinkingVellumValueRequest.d.ts +1 -1
  33. package/api/types/WorkflowSandboxExample.d.ts +2 -0
  34. package/api/types/index.d.ts +2 -0
  35. package/api/types/index.js +2 -0
  36. package/dist/Client.js +11 -11
  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.js +8 -8
  40. package/dist/api/resources/documentIndexes/client/Client.js +8 -8
  41. package/dist/api/resources/documents/client/Client.js +5 -5
  42. package/dist/api/resources/documents/client/requests/PatchedDocumentUpdateRequest.d.ts +2 -0
  43. package/dist/api/resources/folderEntities/client/Client.js +2 -2
  44. package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
  45. package/dist/api/resources/mlModels/client/Client.js +1 -1
  46. package/dist/api/resources/organizations/client/Client.js +1 -1
  47. package/dist/api/resources/prompts/client/Client.js +2 -2
  48. package/dist/api/resources/releaseReviews/client/Client.js +1 -1
  49. package/dist/api/resources/sandboxes/client/Client.js +3 -3
  50. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  51. package/dist/api/resources/testSuites/client/Client.js +4 -4
  52. package/dist/api/resources/workflowDeployments/client/Client.js +8 -8
  53. package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
  54. package/dist/api/resources/workflows/client/Client.js +2 -2
  55. package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
  56. package/dist/api/resources/workspaces/client/Client.js +1 -1
  57. package/dist/api/types/ContainerImageBuildConfig.d.ts +1 -0
  58. package/dist/api/types/DocumentRead.d.ts +2 -0
  59. package/dist/api/types/ExecutionThinkingVellumValue.d.ts +1 -1
  60. package/dist/api/types/GoogleVertexAiVectorizerGeminiEmbedding001.d.ts +8 -0
  61. package/dist/api/types/GoogleVertexAiVectorizerGeminiEmbedding001.js +5 -0
  62. package/dist/api/types/GoogleVertexAiVectorizerGeminiEmbedding001Request.d.ts +8 -0
  63. package/dist/api/types/GoogleVertexAiVectorizerGeminiEmbedding001Request.js +5 -0
  64. package/dist/api/types/IndexingConfigVectorizer.d.ts +1 -1
  65. package/dist/api/types/IndexingConfigVectorizerRequest.d.ts +1 -1
  66. package/dist/api/types/ThinkingVellumValue.d.ts +1 -1
  67. package/dist/api/types/ThinkingVellumValueRequest.d.ts +1 -1
  68. package/dist/api/types/WorkflowSandboxExample.d.ts +2 -0
  69. package/dist/api/types/index.d.ts +2 -0
  70. package/dist/api/types/index.js +2 -0
  71. package/dist/serialization/resources/documents/client/requests/PatchedDocumentUpdateRequest.d.ts +1 -0
  72. package/dist/serialization/resources/documents/client/requests/PatchedDocumentUpdateRequest.js +1 -0
  73. package/dist/serialization/types/ContainerImageBuildConfig.d.ts +1 -0
  74. package/dist/serialization/types/ContainerImageBuildConfig.js +1 -0
  75. package/dist/serialization/types/DocumentRead.d.ts +1 -0
  76. package/dist/serialization/types/DocumentRead.js +1 -0
  77. package/dist/serialization/types/ExecutionThinkingVellumValue.d.ts +1 -1
  78. package/dist/serialization/types/ExecutionThinkingVellumValue.js +1 -1
  79. package/dist/serialization/types/GoogleVertexAiVectorizerGeminiEmbedding001.d.ts +14 -0
  80. package/dist/serialization/types/GoogleVertexAiVectorizerGeminiEmbedding001.js +45 -0
  81. package/dist/serialization/types/GoogleVertexAiVectorizerGeminiEmbedding001Request.d.ts +14 -0
  82. package/dist/serialization/types/GoogleVertexAiVectorizerGeminiEmbedding001Request.js +45 -0
  83. package/dist/serialization/types/IndexingConfigVectorizer.d.ts +2 -1
  84. package/dist/serialization/types/IndexingConfigVectorizer.js +2 -0
  85. package/dist/serialization/types/IndexingConfigVectorizerRequest.d.ts +2 -1
  86. package/dist/serialization/types/IndexingConfigVectorizerRequest.js +2 -0
  87. package/dist/serialization/types/ThinkingVellumValue.d.ts +1 -1
  88. package/dist/serialization/types/ThinkingVellumValue.js +1 -1
  89. package/dist/serialization/types/ThinkingVellumValueRequest.d.ts +1 -1
  90. package/dist/serialization/types/ThinkingVellumValueRequest.js +1 -1
  91. package/dist/serialization/types/WorkflowSandboxExample.d.ts +2 -0
  92. package/dist/serialization/types/WorkflowSandboxExample.js +2 -0
  93. package/dist/serialization/types/index.d.ts +2 -0
  94. package/dist/serialization/types/index.js +2 -0
  95. package/dist/version.d.ts +1 -1
  96. package/dist/version.js +1 -1
  97. package/package.json +1 -1
  98. package/serialization/resources/documents/client/requests/PatchedDocumentUpdateRequest.d.ts +1 -0
  99. package/serialization/resources/documents/client/requests/PatchedDocumentUpdateRequest.js +1 -0
  100. package/serialization/types/ContainerImageBuildConfig.d.ts +1 -0
  101. package/serialization/types/ContainerImageBuildConfig.js +1 -0
  102. package/serialization/types/DocumentRead.d.ts +1 -0
  103. package/serialization/types/DocumentRead.js +1 -0
  104. package/serialization/types/ExecutionThinkingVellumValue.d.ts +1 -1
  105. package/serialization/types/ExecutionThinkingVellumValue.js +1 -1
  106. package/serialization/types/GoogleVertexAiVectorizerGeminiEmbedding001.d.ts +14 -0
  107. package/serialization/types/GoogleVertexAiVectorizerGeminiEmbedding001.js +45 -0
  108. package/serialization/types/GoogleVertexAiVectorizerGeminiEmbedding001Request.d.ts +14 -0
  109. package/serialization/types/GoogleVertexAiVectorizerGeminiEmbedding001Request.js +45 -0
  110. package/serialization/types/IndexingConfigVectorizer.d.ts +2 -1
  111. package/serialization/types/IndexingConfigVectorizer.js +2 -0
  112. package/serialization/types/IndexingConfigVectorizerRequest.d.ts +2 -1
  113. package/serialization/types/IndexingConfigVectorizerRequest.js +2 -0
  114. package/serialization/types/ThinkingVellumValue.d.ts +1 -1
  115. package/serialization/types/ThinkingVellumValue.js +1 -1
  116. package/serialization/types/ThinkingVellumValueRequest.d.ts +1 -1
  117. package/serialization/types/ThinkingVellumValueRequest.js +1 -1
  118. package/serialization/types/WorkflowSandboxExample.d.ts +2 -0
  119. package/serialization/types/WorkflowSandboxExample.js +2 -0
  120. package/serialization/types/index.d.ts +2 -0
  121. package/serialization/types/index.js +2 -0
  122. package/version.d.ts +1 -1
  123. package/version.js +1 -1
@@ -77,7 +77,7 @@ class WorkspaceSecrets {
77
77
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
78
78
  .default, `v1/workspace-secrets/${encodeURIComponent(id)}`),
79
79
  method: "GET",
80
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.82", "User-Agent": "vellum-ai/0.14.82", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
80
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.84", "User-Agent": "vellum-ai/0.14.84", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
81
81
  contentType: "application/json",
82
82
  requestType: "json",
83
83
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -139,7 +139,7 @@ class WorkspaceSecrets {
139
139
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
140
140
  .default, `v1/workspace-secrets/${encodeURIComponent(id)}`),
141
141
  method: "PATCH",
142
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.82", "User-Agent": "vellum-ai/0.14.82", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
142
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.84", "User-Agent": "vellum-ai/0.14.84", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
143
143
  contentType: "application/json",
144
144
  requestType: "json",
145
145
  body: serializers.PatchedWorkspaceSecretUpdateRequest.jsonOrThrow(request, {
@@ -76,7 +76,7 @@ class Workspaces {
76
76
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
77
77
  .default, "v1/workspaces/identity"),
78
78
  method: "GET",
79
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.82", "User-Agent": "vellum-ai/0.14.82", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
79
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.84", "User-Agent": "vellum-ai/0.14.84", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
80
80
  contentType: "application/json",
81
81
  requestType: "json",
82
82
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -4,4 +4,5 @@
4
4
  import * as Vellum from "../index";
5
5
  export interface ContainerImageBuildConfig {
6
6
  packages: Vellum.CodeExecutionPackage[];
7
+ userScript?: string | null;
7
8
  }
@@ -16,6 +16,8 @@ export interface DocumentRead {
16
16
  * * `ACTIVE` - Active
17
17
  */
18
18
  status?: Vellum.DocumentStatus;
19
+ /** A list of keywords that'll be associated with the document. Used as part of keyword search. */
20
+ keywords?: string[];
19
21
  originalFileUrl?: string | null;
20
22
  documentToDocumentIndexes: Vellum.DocumentDocumentToDocumentIndex[];
21
23
  /** A previously supplied JSON object containing metadata that can be filtered on when searching. */
@@ -10,5 +10,5 @@ export interface ExecutionThinkingVellumValue {
10
10
  id: string;
11
11
  name: string;
12
12
  type: "THINKING";
13
- value: Vellum.StringVellumValue[];
13
+ value: Vellum.StringVellumValue;
14
14
  }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "../index";
5
+ export interface GoogleVertexAiVectorizerGeminiEmbedding001 {
6
+ modelName: "gemini-embedding-001";
7
+ config: Vellum.GoogleVertexAiVectorizerConfig;
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "../index";
5
+ export interface GoogleVertexAiVectorizerGeminiEmbedding001Request {
6
+ modelName: "gemini-embedding-001";
7
+ config: Vellum.GoogleVertexAiVectorizerConfigRequest;
8
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -2,4 +2,4 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Vellum from "../index";
5
- export type IndexingConfigVectorizer = Vellum.OpenAiVectorizerTextEmbedding3Small | Vellum.OpenAiVectorizerTextEmbedding3Large | Vellum.OpenAiVectorizerTextEmbeddingAda002 | Vellum.BasicVectorizerIntfloatMultilingualE5Large | Vellum.BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1 | Vellum.BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1 | Vellum.HkunlpInstructorXlVectorizer | Vellum.GoogleVertexAiVectorizerTextEmbedding004 | Vellum.GoogleVertexAiVectorizerTextMultilingualEmbedding002 | Vellum.FastEmbedVectorizerBaaiBgeSmallEnV15;
5
+ export type IndexingConfigVectorizer = Vellum.OpenAiVectorizerTextEmbedding3Small | Vellum.OpenAiVectorizerTextEmbedding3Large | Vellum.OpenAiVectorizerTextEmbeddingAda002 | Vellum.BasicVectorizerIntfloatMultilingualE5Large | Vellum.BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1 | Vellum.BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1 | Vellum.HkunlpInstructorXlVectorizer | Vellum.GoogleVertexAiVectorizerTextEmbedding004 | Vellum.GoogleVertexAiVectorizerTextMultilingualEmbedding002 | Vellum.GoogleVertexAiVectorizerGeminiEmbedding001 | Vellum.FastEmbedVectorizerBaaiBgeSmallEnV15;
@@ -2,4 +2,4 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Vellum from "../index";
5
- export type IndexingConfigVectorizerRequest = Vellum.OpenAiVectorizerTextEmbedding3SmallRequest | Vellum.OpenAiVectorizerTextEmbedding3LargeRequest | Vellum.OpenAiVectorizerTextEmbeddingAda002Request | Vellum.BasicVectorizerIntfloatMultilingualE5LargeRequest | Vellum.BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request | Vellum.BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request | Vellum.HkunlpInstructorXlVectorizerRequest | Vellum.GoogleVertexAiVectorizerTextEmbedding004Request | Vellum.GoogleVertexAiVectorizerTextMultilingualEmbedding002Request | Vellum.FastEmbedVectorizerBaaiBgeSmallEnV15Request;
5
+ export type IndexingConfigVectorizerRequest = Vellum.OpenAiVectorizerTextEmbedding3SmallRequest | Vellum.OpenAiVectorizerTextEmbedding3LargeRequest | Vellum.OpenAiVectorizerTextEmbeddingAda002Request | Vellum.BasicVectorizerIntfloatMultilingualE5LargeRequest | Vellum.BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request | Vellum.BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request | Vellum.HkunlpInstructorXlVectorizerRequest | Vellum.GoogleVertexAiVectorizerTextEmbedding004Request | Vellum.GoogleVertexAiVectorizerTextMultilingualEmbedding002Request | Vellum.GoogleVertexAiVectorizerGeminiEmbedding001Request | Vellum.FastEmbedVectorizerBaaiBgeSmallEnV15Request;
@@ -7,5 +7,5 @@ import * as Vellum from "../index";
7
7
  */
8
8
  export interface ThinkingVellumValue {
9
9
  type: "THINKING";
10
- value: Vellum.StringVellumValue[];
10
+ value: Vellum.StringVellumValue;
11
11
  }
@@ -7,5 +7,5 @@ import * as Vellum from "../index";
7
7
  */
8
8
  export interface ThinkingVellumValueRequest {
9
9
  type: "THINKING";
10
- value: Vellum.StringVellumValueRequest[];
10
+ value: Vellum.StringVellumValueRequest;
11
11
  }
@@ -6,4 +6,6 @@ export interface WorkflowSandboxExample {
6
6
  label: string;
7
7
  description?: string | null;
8
8
  iconName?: string | null;
9
+ uiImageUrl?: string | null;
10
+ codeImageUrl?: string | null;
9
11
  }
@@ -161,6 +161,8 @@ export * from "./GenerateStreamResult";
161
161
  export * from "./GenerateStreamResultData";
162
162
  export * from "./GoogleVertexAiVectorizerConfig";
163
163
  export * from "./GoogleVertexAiVectorizerConfigRequest";
164
+ export * from "./GoogleVertexAiVectorizerGeminiEmbedding001";
165
+ export * from "./GoogleVertexAiVectorizerGeminiEmbedding001Request";
164
166
  export * from "./GoogleVertexAiVectorizerTextEmbedding004";
165
167
  export * from "./GoogleVertexAiVectorizerTextEmbedding004Request";
166
168
  export * from "./GoogleVertexAiVectorizerTextMultilingualEmbedding002";
@@ -177,6 +177,8 @@ __exportStar(require("./GenerateStreamResult"), exports);
177
177
  __exportStar(require("./GenerateStreamResultData"), exports);
178
178
  __exportStar(require("./GoogleVertexAiVectorizerConfig"), exports);
179
179
  __exportStar(require("./GoogleVertexAiVectorizerConfigRequest"), exports);
180
+ __exportStar(require("./GoogleVertexAiVectorizerGeminiEmbedding001"), exports);
181
+ __exportStar(require("./GoogleVertexAiVectorizerGeminiEmbedding001Request"), exports);
180
182
  __exportStar(require("./GoogleVertexAiVectorizerTextEmbedding004"), exports);
181
183
  __exportStar(require("./GoogleVertexAiVectorizerTextEmbedding004Request"), exports);
182
184
  __exportStar(require("./GoogleVertexAiVectorizerTextMultilingualEmbedding002"), exports);
@@ -10,6 +10,7 @@ export declare namespace PatchedDocumentUpdateRequest {
10
10
  interface Raw {
11
11
  label?: string | null;
12
12
  status?: DocumentStatus.Raw | null;
13
+ keywords?: string[] | null;
13
14
  metadata?: (Record<string, unknown> | null) | null;
14
15
  }
15
16
  }
@@ -42,5 +42,6 @@ const DocumentStatus_1 = require("../../../../types/DocumentStatus");
42
42
  exports.PatchedDocumentUpdateRequest = core.serialization.object({
43
43
  label: core.serialization.string().optional(),
44
44
  status: DocumentStatus_1.DocumentStatus.optional(),
45
+ keywords: core.serialization.list(core.serialization.string()).optional(),
45
46
  metadata: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optionalNullable(),
46
47
  });
@@ -9,5 +9,6 @@ export declare const ContainerImageBuildConfig: core.serialization.ObjectSchema<
9
9
  export declare namespace ContainerImageBuildConfig {
10
10
  interface Raw {
11
11
  packages: CodeExecutionPackage.Raw[];
12
+ user_script?: (string | null) | null;
12
13
  }
13
14
  }
@@ -41,4 +41,5 @@ const core = __importStar(require("../../core"));
41
41
  const CodeExecutionPackage_1 = require("./CodeExecutionPackage");
42
42
  exports.ContainerImageBuildConfig = core.serialization.object({
43
43
  packages: core.serialization.list(CodeExecutionPackage_1.CodeExecutionPackage),
44
+ userScript: core.serialization.property("user_script", core.serialization.string().optionalNullable()),
44
45
  });
@@ -16,6 +16,7 @@ export declare namespace DocumentRead {
16
16
  label: string;
17
17
  processing_state: DocumentProcessingState.Raw;
18
18
  status?: DocumentStatus.Raw | null;
19
+ keywords?: string[] | null;
19
20
  original_file_url?: (string | null) | null;
20
21
  document_to_document_indexes: DocumentDocumentToDocumentIndex.Raw[];
21
22
  metadata?: (Record<string, unknown> | null) | null;
@@ -48,6 +48,7 @@ exports.DocumentRead = core.serialization.object({
48
48
  label: core.serialization.string(),
49
49
  processingState: core.serialization.property("processing_state", DocumentProcessingState_1.DocumentProcessingState),
50
50
  status: DocumentStatus_1.DocumentStatus.optional(),
51
+ keywords: core.serialization.list(core.serialization.string()).optional(),
51
52
  originalFileUrl: core.serialization.property("original_file_url", core.serialization.string().optionalNullable()),
52
53
  documentToDocumentIndexes: core.serialization.property("document_to_document_indexes", core.serialization.list(DocumentDocumentToDocumentIndex_1.DocumentDocumentToDocumentIndex)),
53
54
  metadata: core.serialization
@@ -11,6 +11,6 @@ export declare namespace ExecutionThinkingVellumValue {
11
11
  id: string;
12
12
  name: string;
13
13
  type: "THINKING";
14
- value: StringVellumValue.Raw[];
14
+ value: StringVellumValue.Raw;
15
15
  }
16
16
  }
@@ -43,5 +43,5 @@ exports.ExecutionThinkingVellumValue = core.serialization.object({
43
43
  id: core.serialization.string(),
44
44
  name: core.serialization.string(),
45
45
  type: core.serialization.stringLiteral("THINKING"),
46
- value: core.serialization.list(StringVellumValue_1.StringVellumValue),
46
+ value: StringVellumValue_1.StringVellumValue,
47
47
  });
@@ -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
+ import { GoogleVertexAiVectorizerConfig } from "./GoogleVertexAiVectorizerConfig";
8
+ export declare const GoogleVertexAiVectorizerGeminiEmbedding001: core.serialization.ObjectSchema<serializers.GoogleVertexAiVectorizerGeminiEmbedding001.Raw, Vellum.GoogleVertexAiVectorizerGeminiEmbedding001>;
9
+ export declare namespace GoogleVertexAiVectorizerGeminiEmbedding001 {
10
+ interface Raw {
11
+ model_name: "gemini-embedding-001";
12
+ config: GoogleVertexAiVectorizerConfig.Raw;
13
+ }
14
+ }
@@ -0,0 +1,45 @@
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.GoogleVertexAiVectorizerGeminiEmbedding001 = void 0;
40
+ const core = __importStar(require("../../core"));
41
+ const GoogleVertexAiVectorizerConfig_1 = require("./GoogleVertexAiVectorizerConfig");
42
+ exports.GoogleVertexAiVectorizerGeminiEmbedding001 = core.serialization.object({
43
+ modelName: core.serialization.property("model_name", core.serialization.stringLiteral("gemini-embedding-001")),
44
+ config: GoogleVertexAiVectorizerConfig_1.GoogleVertexAiVectorizerConfig,
45
+ });
@@ -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
+ import { GoogleVertexAiVectorizerConfigRequest } from "./GoogleVertexAiVectorizerConfigRequest";
8
+ export declare const GoogleVertexAiVectorizerGeminiEmbedding001Request: core.serialization.ObjectSchema<serializers.GoogleVertexAiVectorizerGeminiEmbedding001Request.Raw, Vellum.GoogleVertexAiVectorizerGeminiEmbedding001Request>;
9
+ export declare namespace GoogleVertexAiVectorizerGeminiEmbedding001Request {
10
+ interface Raw {
11
+ model_name: "gemini-embedding-001";
12
+ config: GoogleVertexAiVectorizerConfigRequest.Raw;
13
+ }
14
+ }
@@ -0,0 +1,45 @@
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.GoogleVertexAiVectorizerGeminiEmbedding001Request = void 0;
40
+ const core = __importStar(require("../../core"));
41
+ const GoogleVertexAiVectorizerConfigRequest_1 = require("./GoogleVertexAiVectorizerConfigRequest");
42
+ exports.GoogleVertexAiVectorizerGeminiEmbedding001Request = core.serialization.object({
43
+ modelName: core.serialization.property("model_name", core.serialization.stringLiteral("gemini-embedding-001")),
44
+ config: GoogleVertexAiVectorizerConfigRequest_1.GoogleVertexAiVectorizerConfigRequest,
45
+ });
@@ -13,8 +13,9 @@ import { BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1 } from "./Basi
13
13
  import { HkunlpInstructorXlVectorizer } from "./HkunlpInstructorXlVectorizer";
14
14
  import { GoogleVertexAiVectorizerTextEmbedding004 } from "./GoogleVertexAiVectorizerTextEmbedding004";
15
15
  import { GoogleVertexAiVectorizerTextMultilingualEmbedding002 } from "./GoogleVertexAiVectorizerTextMultilingualEmbedding002";
16
+ import { GoogleVertexAiVectorizerGeminiEmbedding001 } from "./GoogleVertexAiVectorizerGeminiEmbedding001";
16
17
  import { FastEmbedVectorizerBaaiBgeSmallEnV15 } from "./FastEmbedVectorizerBaaiBgeSmallEnV15";
17
18
  export declare const IndexingConfigVectorizer: core.serialization.Schema<serializers.IndexingConfigVectorizer.Raw, Vellum.IndexingConfigVectorizer>;
18
19
  export declare namespace IndexingConfigVectorizer {
19
- type Raw = OpenAiVectorizerTextEmbedding3Small.Raw | OpenAiVectorizerTextEmbedding3Large.Raw | OpenAiVectorizerTextEmbeddingAda002.Raw | BasicVectorizerIntfloatMultilingualE5Large.Raw | BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.Raw | BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.Raw | HkunlpInstructorXlVectorizer.Raw | GoogleVertexAiVectorizerTextEmbedding004.Raw | GoogleVertexAiVectorizerTextMultilingualEmbedding002.Raw | FastEmbedVectorizerBaaiBgeSmallEnV15.Raw;
20
+ type Raw = OpenAiVectorizerTextEmbedding3Small.Raw | OpenAiVectorizerTextEmbedding3Large.Raw | OpenAiVectorizerTextEmbeddingAda002.Raw | BasicVectorizerIntfloatMultilingualE5Large.Raw | BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.Raw | BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.Raw | HkunlpInstructorXlVectorizer.Raw | GoogleVertexAiVectorizerTextEmbedding004.Raw | GoogleVertexAiVectorizerTextMultilingualEmbedding002.Raw | GoogleVertexAiVectorizerGeminiEmbedding001.Raw | FastEmbedVectorizerBaaiBgeSmallEnV15.Raw;
20
21
  }
@@ -47,6 +47,7 @@ const BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1_1 = require("./Ba
47
47
  const HkunlpInstructorXlVectorizer_1 = require("./HkunlpInstructorXlVectorizer");
48
48
  const GoogleVertexAiVectorizerTextEmbedding004_1 = require("./GoogleVertexAiVectorizerTextEmbedding004");
49
49
  const GoogleVertexAiVectorizerTextMultilingualEmbedding002_1 = require("./GoogleVertexAiVectorizerTextMultilingualEmbedding002");
50
+ const GoogleVertexAiVectorizerGeminiEmbedding001_1 = require("./GoogleVertexAiVectorizerGeminiEmbedding001");
50
51
  const FastEmbedVectorizerBaaiBgeSmallEnV15_1 = require("./FastEmbedVectorizerBaaiBgeSmallEnV15");
51
52
  exports.IndexingConfigVectorizer = core.serialization.undiscriminatedUnion([
52
53
  OpenAiVectorizerTextEmbedding3Small_1.OpenAiVectorizerTextEmbedding3Small,
@@ -58,5 +59,6 @@ exports.IndexingConfigVectorizer = core.serialization.undiscriminatedUnion([
58
59
  HkunlpInstructorXlVectorizer_1.HkunlpInstructorXlVectorizer,
59
60
  GoogleVertexAiVectorizerTextEmbedding004_1.GoogleVertexAiVectorizerTextEmbedding004,
60
61
  GoogleVertexAiVectorizerTextMultilingualEmbedding002_1.GoogleVertexAiVectorizerTextMultilingualEmbedding002,
62
+ GoogleVertexAiVectorizerGeminiEmbedding001_1.GoogleVertexAiVectorizerGeminiEmbedding001,
61
63
  FastEmbedVectorizerBaaiBgeSmallEnV15_1.FastEmbedVectorizerBaaiBgeSmallEnV15,
62
64
  ]);
@@ -13,8 +13,9 @@ import { BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request } from
13
13
  import { HkunlpInstructorXlVectorizerRequest } from "./HkunlpInstructorXlVectorizerRequest";
14
14
  import { GoogleVertexAiVectorizerTextEmbedding004Request } from "./GoogleVertexAiVectorizerTextEmbedding004Request";
15
15
  import { GoogleVertexAiVectorizerTextMultilingualEmbedding002Request } from "./GoogleVertexAiVectorizerTextMultilingualEmbedding002Request";
16
+ import { GoogleVertexAiVectorizerGeminiEmbedding001Request } from "./GoogleVertexAiVectorizerGeminiEmbedding001Request";
16
17
  import { FastEmbedVectorizerBaaiBgeSmallEnV15Request } from "./FastEmbedVectorizerBaaiBgeSmallEnV15Request";
17
18
  export declare const IndexingConfigVectorizerRequest: core.serialization.Schema<serializers.IndexingConfigVectorizerRequest.Raw, Vellum.IndexingConfigVectorizerRequest>;
18
19
  export declare namespace IndexingConfigVectorizerRequest {
19
- type Raw = OpenAiVectorizerTextEmbedding3SmallRequest.Raw | OpenAiVectorizerTextEmbedding3LargeRequest.Raw | OpenAiVectorizerTextEmbeddingAda002Request.Raw | BasicVectorizerIntfloatMultilingualE5LargeRequest.Raw | BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.Raw | BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.Raw | HkunlpInstructorXlVectorizerRequest.Raw | GoogleVertexAiVectorizerTextEmbedding004Request.Raw | GoogleVertexAiVectorizerTextMultilingualEmbedding002Request.Raw | FastEmbedVectorizerBaaiBgeSmallEnV15Request.Raw;
20
+ type Raw = OpenAiVectorizerTextEmbedding3SmallRequest.Raw | OpenAiVectorizerTextEmbedding3LargeRequest.Raw | OpenAiVectorizerTextEmbeddingAda002Request.Raw | BasicVectorizerIntfloatMultilingualE5LargeRequest.Raw | BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.Raw | BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.Raw | HkunlpInstructorXlVectorizerRequest.Raw | GoogleVertexAiVectorizerTextEmbedding004Request.Raw | GoogleVertexAiVectorizerTextMultilingualEmbedding002Request.Raw | GoogleVertexAiVectorizerGeminiEmbedding001Request.Raw | FastEmbedVectorizerBaaiBgeSmallEnV15Request.Raw;
20
21
  }
@@ -47,6 +47,7 @@ const BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request_1 = requir
47
47
  const HkunlpInstructorXlVectorizerRequest_1 = require("./HkunlpInstructorXlVectorizerRequest");
48
48
  const GoogleVertexAiVectorizerTextEmbedding004Request_1 = require("./GoogleVertexAiVectorizerTextEmbedding004Request");
49
49
  const GoogleVertexAiVectorizerTextMultilingualEmbedding002Request_1 = require("./GoogleVertexAiVectorizerTextMultilingualEmbedding002Request");
50
+ const GoogleVertexAiVectorizerGeminiEmbedding001Request_1 = require("./GoogleVertexAiVectorizerGeminiEmbedding001Request");
50
51
  const FastEmbedVectorizerBaaiBgeSmallEnV15Request_1 = require("./FastEmbedVectorizerBaaiBgeSmallEnV15Request");
51
52
  exports.IndexingConfigVectorizerRequest = core.serialization.undiscriminatedUnion([
52
53
  OpenAiVectorizerTextEmbedding3SmallRequest_1.OpenAiVectorizerTextEmbedding3SmallRequest,
@@ -58,5 +59,6 @@ exports.IndexingConfigVectorizerRequest = core.serialization.undiscriminatedUnio
58
59
  HkunlpInstructorXlVectorizerRequest_1.HkunlpInstructorXlVectorizerRequest,
59
60
  GoogleVertexAiVectorizerTextEmbedding004Request_1.GoogleVertexAiVectorizerTextEmbedding004Request,
60
61
  GoogleVertexAiVectorizerTextMultilingualEmbedding002Request_1.GoogleVertexAiVectorizerTextMultilingualEmbedding002Request,
62
+ GoogleVertexAiVectorizerGeminiEmbedding001Request_1.GoogleVertexAiVectorizerGeminiEmbedding001Request,
61
63
  FastEmbedVectorizerBaaiBgeSmallEnV15Request_1.FastEmbedVectorizerBaaiBgeSmallEnV15Request,
62
64
  ]);
@@ -9,6 +9,6 @@ export declare const ThinkingVellumValue: core.serialization.ObjectSchema<serial
9
9
  export declare namespace ThinkingVellumValue {
10
10
  interface Raw {
11
11
  type: "THINKING";
12
- value: StringVellumValue.Raw[];
12
+ value: StringVellumValue.Raw;
13
13
  }
14
14
  }
@@ -41,5 +41,5 @@ const core = __importStar(require("../../core"));
41
41
  const StringVellumValue_1 = require("./StringVellumValue");
42
42
  exports.ThinkingVellumValue = core.serialization.object({
43
43
  type: core.serialization.stringLiteral("THINKING"),
44
- value: core.serialization.list(StringVellumValue_1.StringVellumValue),
44
+ value: StringVellumValue_1.StringVellumValue,
45
45
  });
@@ -9,6 +9,6 @@ export declare const ThinkingVellumValueRequest: core.serialization.ObjectSchema
9
9
  export declare namespace ThinkingVellumValueRequest {
10
10
  interface Raw {
11
11
  type: "THINKING";
12
- value: StringVellumValueRequest.Raw[];
12
+ value: StringVellumValueRequest.Raw;
13
13
  }
14
14
  }
@@ -41,5 +41,5 @@ const core = __importStar(require("../../core"));
41
41
  const StringVellumValueRequest_1 = require("./StringVellumValueRequest");
42
42
  exports.ThinkingVellumValueRequest = core.serialization.object({
43
43
  type: core.serialization.stringLiteral("THINKING"),
44
- value: core.serialization.list(StringVellumValueRequest_1.StringVellumValueRequest),
44
+ value: StringVellumValueRequest_1.StringVellumValueRequest,
45
45
  });
@@ -11,5 +11,7 @@ export declare namespace WorkflowSandboxExample {
11
11
  label: string;
12
12
  description?: (string | null) | null;
13
13
  icon_name?: (string | null) | null;
14
+ ui_image_url?: (string | null) | null;
15
+ code_image_url?: (string | null) | null;
14
16
  }
15
17
  }
@@ -43,4 +43,6 @@ exports.WorkflowSandboxExample = core.serialization.object({
43
43
  label: core.serialization.string(),
44
44
  description: core.serialization.string().optionalNullable(),
45
45
  iconName: core.serialization.property("icon_name", core.serialization.string().optionalNullable()),
46
+ uiImageUrl: core.serialization.property("ui_image_url", core.serialization.string().optionalNullable()),
47
+ codeImageUrl: core.serialization.property("code_image_url", core.serialization.string().optionalNullable()),
46
48
  });
@@ -161,6 +161,8 @@ export * from "./GenerateStreamResult";
161
161
  export * from "./GenerateStreamResultData";
162
162
  export * from "./GoogleVertexAiVectorizerConfig";
163
163
  export * from "./GoogleVertexAiVectorizerConfigRequest";
164
+ export * from "./GoogleVertexAiVectorizerGeminiEmbedding001";
165
+ export * from "./GoogleVertexAiVectorizerGeminiEmbedding001Request";
164
166
  export * from "./GoogleVertexAiVectorizerTextEmbedding004";
165
167
  export * from "./GoogleVertexAiVectorizerTextEmbedding004Request";
166
168
  export * from "./GoogleVertexAiVectorizerTextMultilingualEmbedding002";
@@ -177,6 +177,8 @@ __exportStar(require("./GenerateStreamResult"), exports);
177
177
  __exportStar(require("./GenerateStreamResultData"), exports);
178
178
  __exportStar(require("./GoogleVertexAiVectorizerConfig"), exports);
179
179
  __exportStar(require("./GoogleVertexAiVectorizerConfigRequest"), exports);
180
+ __exportStar(require("./GoogleVertexAiVectorizerGeminiEmbedding001"), exports);
181
+ __exportStar(require("./GoogleVertexAiVectorizerGeminiEmbedding001Request"), exports);
180
182
  __exportStar(require("./GoogleVertexAiVectorizerTextEmbedding004"), exports);
181
183
  __exportStar(require("./GoogleVertexAiVectorizerTextEmbedding004Request"), exports);
182
184
  __exportStar(require("./GoogleVertexAiVectorizerTextMultilingualEmbedding002"), exports);
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.14.82";
1
+ export declare const SDK_VERSION = "0.14.84";
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.14.82";
4
+ exports.SDK_VERSION = "0.14.84";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vellum-ai",
3
- "version": "0.14.82",
3
+ "version": "0.14.84",
4
4
  "private": false,
5
5
  "repository": "https://github.com/vellum-ai/vellum-client-node",
6
6
  "license": "MIT",
@@ -10,6 +10,7 @@ export declare namespace PatchedDocumentUpdateRequest {
10
10
  interface Raw {
11
11
  label?: string | null;
12
12
  status?: DocumentStatus.Raw | null;
13
+ keywords?: string[] | null;
13
14
  metadata?: (Record<string, unknown> | null) | null;
14
15
  }
15
16
  }
@@ -42,5 +42,6 @@ const DocumentStatus_1 = require("../../../../types/DocumentStatus");
42
42
  exports.PatchedDocumentUpdateRequest = core.serialization.object({
43
43
  label: core.serialization.string().optional(),
44
44
  status: DocumentStatus_1.DocumentStatus.optional(),
45
+ keywords: core.serialization.list(core.serialization.string()).optional(),
45
46
  metadata: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optionalNullable(),
46
47
  });
@@ -9,5 +9,6 @@ export declare const ContainerImageBuildConfig: core.serialization.ObjectSchema<
9
9
  export declare namespace ContainerImageBuildConfig {
10
10
  interface Raw {
11
11
  packages: CodeExecutionPackage.Raw[];
12
+ user_script?: (string | null) | null;
12
13
  }
13
14
  }
@@ -41,4 +41,5 @@ const core = __importStar(require("../../core"));
41
41
  const CodeExecutionPackage_1 = require("./CodeExecutionPackage");
42
42
  exports.ContainerImageBuildConfig = core.serialization.object({
43
43
  packages: core.serialization.list(CodeExecutionPackage_1.CodeExecutionPackage),
44
+ userScript: core.serialization.property("user_script", core.serialization.string().optionalNullable()),
44
45
  });
@@ -16,6 +16,7 @@ export declare namespace DocumentRead {
16
16
  label: string;
17
17
  processing_state: DocumentProcessingState.Raw;
18
18
  status?: DocumentStatus.Raw | null;
19
+ keywords?: string[] | null;
19
20
  original_file_url?: (string | null) | null;
20
21
  document_to_document_indexes: DocumentDocumentToDocumentIndex.Raw[];
21
22
  metadata?: (Record<string, unknown> | null) | null;
@@ -48,6 +48,7 @@ exports.DocumentRead = core.serialization.object({
48
48
  label: core.serialization.string(),
49
49
  processingState: core.serialization.property("processing_state", DocumentProcessingState_1.DocumentProcessingState),
50
50
  status: DocumentStatus_1.DocumentStatus.optional(),
51
+ keywords: core.serialization.list(core.serialization.string()).optional(),
51
52
  originalFileUrl: core.serialization.property("original_file_url", core.serialization.string().optionalNullable()),
52
53
  documentToDocumentIndexes: core.serialization.property("document_to_document_indexes", core.serialization.list(DocumentDocumentToDocumentIndex_1.DocumentDocumentToDocumentIndex)),
53
54
  metadata: core.serialization
@@ -11,6 +11,6 @@ export declare namespace ExecutionThinkingVellumValue {
11
11
  id: string;
12
12
  name: string;
13
13
  type: "THINKING";
14
- value: StringVellumValue.Raw[];
14
+ value: StringVellumValue.Raw;
15
15
  }
16
16
  }
@@ -43,5 +43,5 @@ exports.ExecutionThinkingVellumValue = core.serialization.object({
43
43
  id: core.serialization.string(),
44
44
  name: core.serialization.string(),
45
45
  type: core.serialization.stringLiteral("THINKING"),
46
- value: core.serialization.list(StringVellumValue_1.StringVellumValue),
46
+ value: StringVellumValue_1.StringVellumValue,
47
47
  });
@@ -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
+ import { GoogleVertexAiVectorizerConfig } from "./GoogleVertexAiVectorizerConfig";
8
+ export declare const GoogleVertexAiVectorizerGeminiEmbedding001: core.serialization.ObjectSchema<serializers.GoogleVertexAiVectorizerGeminiEmbedding001.Raw, Vellum.GoogleVertexAiVectorizerGeminiEmbedding001>;
9
+ export declare namespace GoogleVertexAiVectorizerGeminiEmbedding001 {
10
+ interface Raw {
11
+ model_name: "gemini-embedding-001";
12
+ config: GoogleVertexAiVectorizerConfig.Raw;
13
+ }
14
+ }