diff --git a/package.json b/package.json
index cc625e0..68917cb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cohere-ai",
- "version": "7.13.2",
+ "version": "7.14.0",
"private": false,
"repository": "https://github.com/cohere-ai/cohere-typescript",
"main": "./index.js",
diff --git a/reference.md b/reference.md
index b621e7f..e10fc96 100644
--- a/reference.md
+++ b/reference.md
@@ -195,7 +195,6 @@ await client.v2.chat({
{
role: "tool",
toolCallId: "messages",
- toolContent: "messages",
},
],
});
@@ -266,9 +265,7 @@ If you want to learn more how to use the embedding model, have a look at the [Se
```typescript
await client.v2.embed({
- inputType: "image",
- images: ["string"],
- model: "string",
+ model: "model",
});
```
@@ -285,7 +282,7 @@ await client.v2.embed({
-
-**request:** `Cohere.EmbedRequestV2`
+**request:** `Cohere.V2EmbedRequest`
diff --git a/src/Client.ts b/src/Client.ts
index 38d4b4f..aa9ad94 100644
--- a/src/Client.ts
+++ b/src/Client.ts
@@ -63,8 +63,8 @@ export class CohereClient {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
Accepts: accepts != null ? accepts : undefined,
@@ -241,8 +241,8 @@ export class CohereClient {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
Accepts: accepts != null ? accepts : undefined,
@@ -382,8 +382,8 @@ export class CohereClient {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
@@ -553,8 +553,8 @@ export class CohereClient {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
@@ -712,8 +712,8 @@ export class CohereClient {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
@@ -867,8 +867,8 @@ export class CohereClient {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
@@ -1022,8 +1022,8 @@ export class CohereClient {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
@@ -1179,8 +1179,8 @@ export class CohereClient {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
@@ -1334,8 +1334,8 @@ export class CohereClient {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
@@ -1489,8 +1489,8 @@ export class CohereClient {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
@@ -1637,8 +1637,8 @@ export class CohereClient {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
diff --git a/src/api/resources/connectors/client/Client.ts b/src/api/resources/connectors/client/Client.ts
index 71355ac..bdac187 100644
--- a/src/api/resources/connectors/client/Client.ts
+++ b/src/api/resources/connectors/client/Client.ts
@@ -82,8 +82,8 @@ export class Connectors {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
@@ -233,8 +233,8 @@ export class Connectors {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
@@ -382,8 +382,8 @@ export class Connectors {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
@@ -529,8 +529,8 @@ export class Connectors {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
@@ -678,8 +678,8 @@ export class Connectors {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
@@ -838,8 +838,8 @@ export class Connectors {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
diff --git a/src/api/resources/embedJobs/client/Client.ts b/src/api/resources/embedJobs/client/Client.ts
index aa0e08a..aa90339 100644
--- a/src/api/resources/embedJobs/client/Client.ts
+++ b/src/api/resources/embedJobs/client/Client.ts
@@ -68,8 +68,8 @@ export class EmbedJobs {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
@@ -219,8 +219,8 @@ export class EmbedJobs {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
@@ -368,8 +368,8 @@ export class EmbedJobs {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
@@ -512,8 +512,8 @@ export class EmbedJobs {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
diff --git a/src/api/resources/finetuning/client/Client.ts b/src/api/resources/finetuning/client/Client.ts
index 228bfc8..4851400 100644
--- a/src/api/resources/finetuning/client/Client.ts
+++ b/src/api/resources/finetuning/client/Client.ts
@@ -82,8 +82,8 @@ export class Finetuning {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
@@ -181,8 +181,8 @@ export class Finetuning {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
@@ -276,8 +276,8 @@ export class Finetuning {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
@@ -366,8 +366,8 @@ export class Finetuning {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
@@ -466,8 +466,8 @@ export class Finetuning {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
@@ -577,8 +577,8 @@ export class Finetuning {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
@@ -680,8 +680,8 @@ export class Finetuning {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
diff --git a/src/api/resources/finetuning/resources/finetuning/types/BaseModel.ts b/src/api/resources/finetuning/resources/finetuning/types/BaseModel.ts
index 404b5bc..0059221 100644
--- a/src/api/resources/finetuning/resources/finetuning/types/BaseModel.ts
+++ b/src/api/resources/finetuning/resources/finetuning/types/BaseModel.ts
@@ -14,6 +14,6 @@ export interface BaseModel {
version?: string;
/** The type of the base model. */
baseType: Cohere.finetuning.BaseType;
- /** The fine-tuning strategy. */
+ /** Deprecated: The fine-tuning strategy. */
strategy?: Cohere.finetuning.Strategy;
}
diff --git a/src/api/resources/finetuning/resources/finetuning/types/Hyperparameters.ts b/src/api/resources/finetuning/resources/finetuning/types/Hyperparameters.ts
index 2463f96..13cd625 100644
--- a/src/api/resources/finetuning/resources/finetuning/types/Hyperparameters.ts
+++ b/src/api/resources/finetuning/resources/finetuning/types/Hyperparameters.ts
@@ -2,6 +2,8 @@
* This file was auto-generated by Fern from our API Definition.
*/
+import * as Cohere from "../../../../../index";
+
/**
* The fine-tuning hyperparameters.
*/
@@ -22,4 +24,16 @@ export interface Hyperparameters {
trainEpochs?: number;
/** The learning rate to be used during training. */
learningRate?: number;
+ /**
+ * Controls the scaling factor for LoRA updates. Higher values make the
+ * updates more impactful.
+ */
+ loraAlpha?: number;
+ /**
+ * Specifies the rank for low-rank matrices. Lower ranks reduce parameters
+ * but may limit model flexibility.
+ */
+ loraRank?: number;
+ /** The combination of LoRA modules to target. */
+ loraTargetModules?: Cohere.finetuning.LoraTargetModules;
}
diff --git a/src/api/resources/finetuning/resources/finetuning/types/LoraTargetModules.ts b/src/api/resources/finetuning/resources/finetuning/types/LoraTargetModules.ts
new file mode 100644
index 0000000..e8430ea
--- /dev/null
+++ b/src/api/resources/finetuning/resources/finetuning/types/LoraTargetModules.ts
@@ -0,0 +1,24 @@
+/**
+ * This file was auto-generated by Fern from our API Definition.
+ */
+
+/**
+ * The possible combinations of LoRA modules to target.
+ *
+ * - LORA_TARGET_MODULES_UNSPECIFIED: Unspecified LoRA target modules.
+ * - LORA_TARGET_MODULES_QV: LoRA adapts the query and value matrices in transformer attention layers.
+ * - LORA_TARGET_MODULES_QKVO: LoRA adapts query, key, value, and output matrices in attention layers.
+ * - LORA_TARGET_MODULES_QKVO_FFN: LoRA adapts attention projection matrices and feed-forward networks (FFN).
+ */
+export type LoraTargetModules =
+ | "LORA_TARGET_MODULES_UNSPECIFIED"
+ | "LORA_TARGET_MODULES_QV"
+ | "LORA_TARGET_MODULES_QKVO"
+ | "LORA_TARGET_MODULES_QKVO_FFN";
+
+export const LoraTargetModules = {
+ LoraTargetModulesUnspecified: "LORA_TARGET_MODULES_UNSPECIFIED",
+ LoraTargetModulesQv: "LORA_TARGET_MODULES_QV",
+ LoraTargetModulesQkvo: "LORA_TARGET_MODULES_QKVO",
+ LoraTargetModulesQkvoFfn: "LORA_TARGET_MODULES_QKVO_FFN",
+} as const;
diff --git a/src/api/resources/finetuning/resources/finetuning/types/index.ts b/src/api/resources/finetuning/resources/finetuning/types/index.ts
index f372706..cadba81 100644
--- a/src/api/resources/finetuning/resources/finetuning/types/index.ts
+++ b/src/api/resources/finetuning/resources/finetuning/types/index.ts
@@ -1,6 +1,7 @@
export * from "./BaseType";
export * from "./Strategy";
export * from "./BaseModel";
+export * from "./LoraTargetModules";
export * from "./Hyperparameters";
export * from "./WandbConfig";
export * from "./Settings";
diff --git a/src/api/resources/models/client/Client.ts b/src/api/resources/models/client/Client.ts
index f5e323c..b686151 100644
--- a/src/api/resources/models/client/Client.ts
+++ b/src/api/resources/models/client/Client.ts
@@ -69,8 +69,8 @@ export class Models {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
@@ -234,8 +234,8 @@ export class Models {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
diff --git a/src/api/resources/v2/client/Client.ts b/src/api/resources/v2/client/Client.ts
index 2c7e358..dd4ccf0 100644
--- a/src/api/resources/v2/client/Client.ts
+++ b/src/api/resources/v2/client/Client.ts
@@ -55,8 +55,8 @@ export class V2 {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
@@ -205,8 +205,7 @@ export class V2 {
* model: "model",
* messages: [{
* role: "tool",
- * toolCallId: "messages",
- * toolContent: "messages"
+ * toolCallId: "messages"
* }]
* })
*/
@@ -225,8 +224,8 @@ export class V2 {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
@@ -348,7 +347,7 @@ export class V2 {
*
* If you want to learn more how to use the embedding model, have a look at the [Semantic Search Guide](/docs/semantic-search).
*
- * @param {Cohere.EmbedRequestV2} request
+ * @param {Cohere.V2EmbedRequest} request
* @param {V2.RequestOptions} requestOptions - Request-specific configuration.
*
* @throws {@link Cohere.BadRequestError}
@@ -365,13 +364,11 @@ export class V2 {
*
* @example
* await client.v2.embed({
- * inputType: "image",
- * images: ["string"],
- * model: "string"
+ * model: "model"
* })
*/
public async embed(
- request: Cohere.EmbedRequestV2,
+ request: Cohere.V2EmbedRequest,
requestOptions?: V2.RequestOptions
): Promise {
const _response = await (this._options.fetcher ?? core.fetcher)({
@@ -388,14 +385,14 @@ export class V2 {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
contentType: "application/json",
requestType: "json",
- body: serializers.EmbedRequestV2.jsonOrThrow(request, {
+ body: serializers.V2EmbedRequest.jsonOrThrow(request, {
unrecognizedObjectKeys: "passthrough",
allowUnrecognizedUnionMembers: true,
allowUnrecognizedEnumValues: true,
@@ -544,8 +541,8 @@ export class V2 {
: undefined,
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "cohere-ai",
- "X-Fern-SDK-Version": "7.13.2",
- "User-Agent": "cohere-ai/7.13.2",
+ "X-Fern-SDK-Version": "7.14.0",
+ "User-Agent": "cohere-ai/7.14.0",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
diff --git a/src/api/resources/v2/client/requests/V2ChatRequest.ts b/src/api/resources/v2/client/requests/V2ChatRequest.ts
index 43c3e09..af71e11 100644
--- a/src/api/resources/v2/client/requests/V2ChatRequest.ts
+++ b/src/api/resources/v2/client/requests/V2ChatRequest.ts
@@ -10,8 +10,7 @@ import * as Cohere from "../../../../index";
* model: "model",
* messages: [{
* role: "tool",
- * toolCallId: "messages",
- * toolContent: "messages"
+ * toolCallId: "messages"
* }]
* }
*/
@@ -35,7 +34,7 @@ export interface V2ChatRequest {
responseFormat?: Cohere.ResponseFormatV2;
/**
* Used to select the [safety instruction](/docs/safety-modes) inserted into the prompt. Defaults to `CONTEXTUAL`.
- * When `NONE` is specified, the safety instruction will be omitted.
+ * When `OFF` is specified, the safety instruction will be omitted.
*
* Safety modes are not yet configurable in combination with `tools`, `tool_results` and `documents` parameters.
*
diff --git a/src/api/resources/v2/client/requests/V2ChatStreamRequest.ts b/src/api/resources/v2/client/requests/V2ChatStreamRequest.ts
index d4f86f7..2a03b14 100644
--- a/src/api/resources/v2/client/requests/V2ChatStreamRequest.ts
+++ b/src/api/resources/v2/client/requests/V2ChatStreamRequest.ts
@@ -63,7 +63,7 @@ export interface V2ChatStreamRequest {
responseFormat?: Cohere.ResponseFormatV2;
/**
* Used to select the [safety instruction](/docs/safety-modes) inserted into the prompt. Defaults to `CONTEXTUAL`.
- * When `NONE` is specified, the safety instruction will be omitted.
+ * When `OFF` is specified, the safety instruction will be omitted.
*
* Safety modes are not yet configurable in combination with `tools`, `tool_results` and `documents` parameters.
*
diff --git a/src/api/types/Texts.ts b/src/api/resources/v2/client/requests/V2EmbedRequest.ts
similarity index 56%
rename from src/api/types/Texts.ts
rename to src/api/resources/v2/client/requests/V2EmbedRequest.ts
index 464c39c..92bc33c 100644
--- a/src/api/types/Texts.ts
+++ b/src/api/resources/v2/client/requests/V2EmbedRequest.ts
@@ -2,11 +2,23 @@
* This file was auto-generated by Fern from our API Definition.
*/
-import * as Cohere from "../index";
+import * as Cohere from "../../../../index";
-export interface Texts {
+/**
+ * @example
+ * {
+ * model: "model"
+ * }
+ */
+export interface V2EmbedRequest {
/** An array of strings for the model to embed. Maximum number of texts per call is `96`. We recommend reducing the length of each text to be under `512` tokens for optimal quality. */
- texts: string[];
+ texts?: string[];
+ /**
+ * An array of image data URIs for the model to embed. Maximum number of images per call is `1`.
+ *
+ * The image must be a valid [data URI](https://developer.mozilla.org/en-US/docs/Web/URI/Schemes/data). The image must be in either `image/jpeg` or `image/png` format and has a maximum size of 5MB.
+ */
+ images?: string[];
/**
* Defaults to embed-english-v2.0
*
@@ -14,24 +26,25 @@ export interface Texts {
*
* Available models and corresponding embedding dimensions:
*
- * - `embed-english-v3.0` 1024
- * - `embed-multilingual-v3.0` 1024
- * - `embed-english-light-v3.0` 384
- * - `embed-multilingual-light-v3.0` 384
+ * * `embed-english-v3.0` 1024
+ * * `embed-multilingual-v3.0` 1024
+ * * `embed-english-light-v3.0` 384
+ * * `embed-multilingual-light-v3.0` 384
*
- * - `embed-english-v2.0` 4096
- * - `embed-english-light-v2.0` 1024
- * - `embed-multilingual-v2.0` 768
+ * * `embed-english-v2.0` 4096
+ * * `embed-english-light-v2.0` 1024
+ * * `embed-multilingual-v2.0` 768
*/
model: string;
+ inputType?: Cohere.EmbedInputType;
/**
* Specifies the types of embeddings you want to get back. Not required and default is None, which returns the Embed Floats response type. Can be one or more of the following types.
*
- * - `"float"`: Use this when you want to get back the default float embeddings. Valid for all models.
- * - `"int8"`: Use this when you want to get back signed int8 embeddings. Valid for only v3 models.
- * - `"uint8"`: Use this when you want to get back unsigned int8 embeddings. Valid for only v3 models.
- * - `"binary"`: Use this when you want to get back signed binary embeddings. Valid for only v3 models.
- * - `"ubinary"`: Use this when you want to get back unsigned binary embeddings. Valid for only v3 models.
+ * * `"float"`: Use this when you want to get back the default float embeddings. Valid for all models.
+ * * `"int8"`: Use this when you want to get back signed int8 embeddings. Valid for only v3 models.
+ * * `"uint8"`: Use this when you want to get back unsigned int8 embeddings. Valid for only v3 models.
+ * * `"binary"`: Use this when you want to get back signed binary embeddings. Valid for only v3 models.
+ * * `"ubinary"`: Use this when you want to get back unsigned binary embeddings. Valid for only v3 models.
*/
embeddingTypes?: Cohere.EmbeddingType[];
/**
@@ -41,5 +54,5 @@ export interface Texts {
*
* If `NONE` is selected, when the input exceeds the maximum input token length an error will be returned.
*/
- truncate?: Cohere.TextsTruncate;
+ truncate?: Cohere.V2EmbedRequestTruncate;
}
diff --git a/src/api/resources/v2/client/requests/index.ts b/src/api/resources/v2/client/requests/index.ts
index ed8c743..8130c96 100644
--- a/src/api/resources/v2/client/requests/index.ts
+++ b/src/api/resources/v2/client/requests/index.ts
@@ -1,3 +1,4 @@
export { type V2ChatStreamRequest } from "./V2ChatStreamRequest";
export { type V2ChatRequest } from "./V2ChatRequest";
+export { type V2EmbedRequest } from "./V2EmbedRequest";
export { type V2RerankRequest } from "./V2RerankRequest";
diff --git a/src/api/resources/v2/types/V2ChatRequestSafetyMode.ts b/src/api/resources/v2/types/V2ChatRequestSafetyMode.ts
index 9e0af74..82d8460 100644
--- a/src/api/resources/v2/types/V2ChatRequestSafetyMode.ts
+++ b/src/api/resources/v2/types/V2ChatRequestSafetyMode.ts
@@ -4,7 +4,7 @@
/**
* Used to select the [safety instruction](/docs/safety-modes) inserted into the prompt. Defaults to `CONTEXTUAL`.
- * When `NONE` is specified, the safety instruction will be omitted.
+ * When `OFF` is specified, the safety instruction will be omitted.
*
* Safety modes are not yet configurable in combination with `tools`, `tool_results` and `documents` parameters.
*
@@ -12,10 +12,10 @@
*
* Compatible Deployments: Cohere Platform, Azure, AWS Sagemaker/Bedrock, Private Deployments
*/
-export type V2ChatRequestSafetyMode = "CONTEXTUAL" | "STRICT" | "NONE";
+export type V2ChatRequestSafetyMode = "CONTEXTUAL" | "STRICT" | "OFF";
export const V2ChatRequestSafetyMode = {
Contextual: "CONTEXTUAL",
Strict: "STRICT",
- None: "NONE",
+ Off: "OFF",
} as const;
diff --git a/src/api/resources/v2/types/V2ChatStreamRequestSafetyMode.ts b/src/api/resources/v2/types/V2ChatStreamRequestSafetyMode.ts
index 22cb85e..7643b32 100644
--- a/src/api/resources/v2/types/V2ChatStreamRequestSafetyMode.ts
+++ b/src/api/resources/v2/types/V2ChatStreamRequestSafetyMode.ts
@@ -4,7 +4,7 @@
/**
* Used to select the [safety instruction](/docs/safety-modes) inserted into the prompt. Defaults to `CONTEXTUAL`.
- * When `NONE` is specified, the safety instruction will be omitted.
+ * When `OFF` is specified, the safety instruction will be omitted.
*
* Safety modes are not yet configurable in combination with `tools`, `tool_results` and `documents` parameters.
*
@@ -12,10 +12,10 @@
*
* Compatible Deployments: Cohere Platform, Azure, AWS Sagemaker/Bedrock, Private Deployments
*/
-export type V2ChatStreamRequestSafetyMode = "CONTEXTUAL" | "STRICT" | "NONE";
+export type V2ChatStreamRequestSafetyMode = "CONTEXTUAL" | "STRICT" | "OFF";
export const V2ChatStreamRequestSafetyMode = {
Contextual: "CONTEXTUAL",
Strict: "STRICT",
- None: "NONE",
+ Off: "OFF",
} as const;
diff --git a/src/api/types/TextsTruncate.ts b/src/api/resources/v2/types/V2EmbedRequestTruncate.ts
similarity index 84%
rename from src/api/types/TextsTruncate.ts
rename to src/api/resources/v2/types/V2EmbedRequestTruncate.ts
index 8e65508..4ee1ce6 100644
--- a/src/api/types/TextsTruncate.ts
+++ b/src/api/resources/v2/types/V2EmbedRequestTruncate.ts
@@ -9,9 +9,9 @@
*
* If `NONE` is selected, when the input exceeds the maximum input token length an error will be returned.
*/
-export type TextsTruncate = "NONE" | "START" | "END";
+export type V2EmbedRequestTruncate = "NONE" | "START" | "END";
-export const TextsTruncate = {
+export const V2EmbedRequestTruncate = {
None: "NONE",
Start: "START",
End: "END",
diff --git a/src/api/resources/v2/types/index.ts b/src/api/resources/v2/types/index.ts
index 725e17c..9f5be0c 100644
--- a/src/api/resources/v2/types/index.ts
+++ b/src/api/resources/v2/types/index.ts
@@ -2,6 +2,7 @@ export * from "./V2ChatStreamRequestDocumentsItem";
export * from "./V2ChatStreamRequestSafetyMode";
export * from "./V2ChatRequestDocumentsItem";
export * from "./V2ChatRequestSafetyMode";
+export * from "./V2EmbedRequestTruncate";
export * from "./V2RerankRequestDocumentsItem";
export * from "./V2RerankResponseResultsItemDocument";
export * from "./V2RerankResponseResultsItem";
diff --git a/src/api/types/Document.ts b/src/api/types/Document.ts
index fe4a253..202214f 100644
--- a/src/api/types/Document.ts
+++ b/src/api/types/Document.ts
@@ -10,6 +10,6 @@
export interface Document {
/** A relevant documents that the model can cite to generate a more accurate reply. Each document is a string-string dictionary. */
data: Record;
- /** Unique identifier for this document which will be referenced in citations. If not provided an ID will be automatically generated */
+ /** Unique identifier for this document which will be referenced in citations. If not provided an ID will be automatically generated. */
id?: string;
}
diff --git a/src/api/types/EmbedRequestV2.ts b/src/api/types/EmbedRequestV2.ts
deleted file mode 100644
index 5284774..0000000
--- a/src/api/types/EmbedRequestV2.ts
+++ /dev/null
@@ -1,34 +0,0 @@
-/**
- * This file was auto-generated by Fern from our API Definition.
- */
-
-import * as Cohere from "../index";
-
-export type EmbedRequestV2 =
- | Cohere.EmbedRequestV2.SearchDocument
- | Cohere.EmbedRequestV2.SearchQuery
- | Cohere.EmbedRequestV2.Classification
- | Cohere.EmbedRequestV2.Clustering
- | Cohere.EmbedRequestV2.Image;
-
-export declare namespace EmbedRequestV2 {
- interface SearchDocument extends Cohere.Texts {
- inputType: "search_document";
- }
-
- interface SearchQuery extends Cohere.Texts {
- inputType: "search_query";
- }
-
- interface Classification extends Cohere.Texts {
- inputType: "classification";
- }
-
- interface Clustering extends Cohere.Texts {
- inputType: "clustering";
- }
-
- interface Image extends Cohere.Images {
- inputType: "image";
- }
-}
diff --git a/src/api/types/Images.ts b/src/api/types/Images.ts
deleted file mode 100644
index fe55bc9..0000000
--- a/src/api/types/Images.ts
+++ /dev/null
@@ -1,37 +0,0 @@
-/**
- * This file was auto-generated by Fern from our API Definition.
- */
-
-import * as Cohere from "../index";
-
-export interface Images {
- /**
- * An array of image data URIs for the model to embed. Maximum number of images per call is `1`.
- * The image must be a valid [data URI](https://developer.mozilla.org/en-US/docs/Web/URI/Schemes/data). The image must be in either `image/jpeg` or `image/png` format and has a maximum size of 5MB.
- */
- images: string[];
- /**
- * Defaults to embed-english-v2.0
- * The identifier of the model. Smaller "light" models are faster, while larger models will perform better. [Custom models](/docs/training-custom-models) can also be supplied with their full ID.
- * Available models and corresponding embedding dimensions:
- *
- * - `embed-english-v3.0` 1024
- * - `embed-multilingual-v3.0` 1024
- * - `embed-english-light-v3.0` 384
- * - `embed-multilingual-light-v3.0` 384
- * - `embed-english-v2.0` 4096
- * - `embed-english-light-v2.0` 1024
- * - `embed-multilingual-v2.0` 768
- */
- model: string;
- /**
- * Specifies the types of embeddings you want to get back. Not required and default is None, which returns the Embed Floats response type. Can be one or more of the following types.
- *
- * - `"float"`: Use this when you want to get back the default float embeddings. Valid for all models.
- * - `"int8"`: Use this when you want to get back signed int8 embeddings. Valid for only v3 models.
- * - `"uint8"`: Use this when you want to get back unsigned int8 embeddings. Valid for only v3 models.
- * - `"binary"`: Use this when you want to get back signed binary embeddings. Valid for only v3 models.
- * - `"ubinary"`: Use this when you want to get back unsigned binary embeddings. Valid for only v3 models.
- */
- embeddingTypes?: Cohere.EmbeddingType[];
-}
diff --git a/src/api/types/ToolMessageV2.ts b/src/api/types/ToolMessageV2.ts
index 9491c63..34b7fa5 100644
--- a/src/api/types/ToolMessageV2.ts
+++ b/src/api/types/ToolMessageV2.ts
@@ -11,5 +11,5 @@ export interface ToolMessageV2 {
/** The id of the associated tool call that has provided the given content */
toolCallId: string;
/** A single or list of outputs from a tool. The content should formatted as a JSON object string, or a list of tool content blocks */
- toolContent: Cohere.ToolMessageV2ToolContent;
+ content?: Cohere.ToolMessageV2Content;
}
diff --git a/src/api/types/ToolMessageV2ToolContent.ts b/src/api/types/ToolMessageV2Content.ts
similarity index 78%
rename from src/api/types/ToolMessageV2ToolContent.ts
rename to src/api/types/ToolMessageV2Content.ts
index 2fe69f9..aa6e350 100644
--- a/src/api/types/ToolMessageV2ToolContent.ts
+++ b/src/api/types/ToolMessageV2Content.ts
@@ -7,4 +7,4 @@ import * as Cohere from "../index";
/**
* A single or list of outputs from a tool. The content should formatted as a JSON object string, or a list of tool content blocks
*/
-export type ToolMessageV2ToolContent = string | Cohere.ToolContent[];
+export type ToolMessageV2Content = string | Cohere.ToolContent[];
diff --git a/src/api/types/index.ts b/src/api/types/index.ts
index 51d03b7..3ca3518 100644
--- a/src/api/types/index.ts
+++ b/src/api/types/index.ts
@@ -86,7 +86,7 @@ export * from "./SystemMessage";
export * from "./Document";
export * from "./DocumentContent";
export * from "./ToolContent";
-export * from "./ToolMessageV2ToolContent";
+export * from "./ToolMessageV2Content";
export * from "./ToolMessageV2";
export * from "./ChatMessageV2";
export * from "./ChatMessages";
@@ -150,10 +150,6 @@ export * from "./EmbeddingType";
export * from "./EmbedFloatsResponse";
export * from "./EmbedByTypeResponseEmbeddings";
export * from "./EmbedByTypeResponse";
-export * from "./TextsTruncate";
-export * from "./Texts";
-export * from "./Images";
-export * from "./EmbedRequestV2";
export * from "./EmbedJobStatus";
export * from "./EmbedJobTruncate";
export * from "./EmbedJob";
diff --git a/src/serialization/resources/finetuning/resources/finetuning/types/Hyperparameters.ts b/src/serialization/resources/finetuning/resources/finetuning/types/Hyperparameters.ts
index 1b696dd..24c8095 100644
--- a/src/serialization/resources/finetuning/resources/finetuning/types/Hyperparameters.ts
+++ b/src/serialization/resources/finetuning/resources/finetuning/types/Hyperparameters.ts
@@ -5,6 +5,7 @@
import * as serializers from "../../../../../index";
import * as Cohere from "../../../../../../api/index";
import * as core from "../../../../../../core";
+import { LoraTargetModules } from "./LoraTargetModules";
export const Hyperparameters: core.serialization.ObjectSchema<
serializers.finetuning.Hyperparameters.Raw,
@@ -21,6 +22,9 @@ export const Hyperparameters: core.serialization.ObjectSchema<
trainBatchSize: core.serialization.property("train_batch_size", core.serialization.number().optional()),
trainEpochs: core.serialization.property("train_epochs", core.serialization.number().optional()),
learningRate: core.serialization.property("learning_rate", core.serialization.number().optional()),
+ loraAlpha: core.serialization.property("lora_alpha", core.serialization.number().optional()),
+ loraRank: core.serialization.property("lora_rank", core.serialization.number().optional()),
+ loraTargetModules: core.serialization.property("lora_target_modules", LoraTargetModules.optional()),
});
export declare namespace Hyperparameters {
@@ -30,5 +34,8 @@ export declare namespace Hyperparameters {
train_batch_size?: number | null;
train_epochs?: number | null;
learning_rate?: number | null;
+ lora_alpha?: number | null;
+ lora_rank?: number | null;
+ lora_target_modules?: LoraTargetModules.Raw | null;
}
}
diff --git a/src/serialization/resources/finetuning/resources/finetuning/types/LoraTargetModules.ts b/src/serialization/resources/finetuning/resources/finetuning/types/LoraTargetModules.ts
new file mode 100644
index 0000000..cd355a2
--- /dev/null
+++ b/src/serialization/resources/finetuning/resources/finetuning/types/LoraTargetModules.ts
@@ -0,0 +1,25 @@
+/**
+ * This file was auto-generated by Fern from our API Definition.
+ */
+
+import * as serializers from "../../../../../index";
+import * as Cohere from "../../../../../../api/index";
+import * as core from "../../../../../../core";
+
+export const LoraTargetModules: core.serialization.Schema<
+ serializers.finetuning.LoraTargetModules.Raw,
+ Cohere.finetuning.LoraTargetModules
+> = core.serialization.enum_([
+ "LORA_TARGET_MODULES_UNSPECIFIED",
+ "LORA_TARGET_MODULES_QV",
+ "LORA_TARGET_MODULES_QKVO",
+ "LORA_TARGET_MODULES_QKVO_FFN",
+]);
+
+export declare namespace LoraTargetModules {
+ type Raw =
+ | "LORA_TARGET_MODULES_UNSPECIFIED"
+ | "LORA_TARGET_MODULES_QV"
+ | "LORA_TARGET_MODULES_QKVO"
+ | "LORA_TARGET_MODULES_QKVO_FFN";
+}
diff --git a/src/serialization/resources/finetuning/resources/finetuning/types/index.ts b/src/serialization/resources/finetuning/resources/finetuning/types/index.ts
index f372706..cadba81 100644
--- a/src/serialization/resources/finetuning/resources/finetuning/types/index.ts
+++ b/src/serialization/resources/finetuning/resources/finetuning/types/index.ts
@@ -1,6 +1,7 @@
export * from "./BaseType";
export * from "./Strategy";
export * from "./BaseModel";
+export * from "./LoraTargetModules";
export * from "./Hyperparameters";
export * from "./WandbConfig";
export * from "./Settings";
diff --git a/src/serialization/resources/v2/client/requests/V2EmbedRequest.ts b/src/serialization/resources/v2/client/requests/V2EmbedRequest.ts
new file mode 100644
index 0000000..7c8b737
--- /dev/null
+++ b/src/serialization/resources/v2/client/requests/V2EmbedRequest.ts
@@ -0,0 +1,34 @@
+/**
+ * This file was auto-generated by Fern from our API Definition.
+ */
+
+import * as serializers from "../../../../index";
+import * as Cohere from "../../../../../api/index";
+import * as core from "../../../../../core";
+import { EmbedInputType } from "../../../../types/EmbedInputType";
+import { EmbeddingType } from "../../../../types/EmbeddingType";
+import { V2EmbedRequestTruncate } from "../../types/V2EmbedRequestTruncate";
+
+export const V2EmbedRequest: core.serialization.Schema =
+ core.serialization.object({
+ texts: core.serialization.list(core.serialization.string()).optional(),
+ images: core.serialization.list(core.serialization.string()).optional(),
+ model: core.serialization.string(),
+ inputType: core.serialization.property("input_type", EmbedInputType.optional()),
+ embeddingTypes: core.serialization.property(
+ "embedding_types",
+ core.serialization.list(EmbeddingType).optional()
+ ),
+ truncate: V2EmbedRequestTruncate.optional(),
+ });
+
+export declare namespace V2EmbedRequest {
+ interface Raw {
+ texts?: string[] | null;
+ images?: string[] | null;
+ model: string;
+ input_type?: EmbedInputType.Raw | null;
+ embedding_types?: EmbeddingType.Raw[] | null;
+ truncate?: V2EmbedRequestTruncate.Raw | null;
+ }
+}
diff --git a/src/serialization/resources/v2/client/requests/index.ts b/src/serialization/resources/v2/client/requests/index.ts
index e8a9f6e..5196f80 100644
--- a/src/serialization/resources/v2/client/requests/index.ts
+++ b/src/serialization/resources/v2/client/requests/index.ts
@@ -1,3 +1,4 @@
export { V2ChatStreamRequest } from "./V2ChatStreamRequest";
export { V2ChatRequest } from "./V2ChatRequest";
+export { V2EmbedRequest } from "./V2EmbedRequest";
export { V2RerankRequest } from "./V2RerankRequest";
diff --git a/src/serialization/resources/v2/types/V2ChatRequestSafetyMode.ts b/src/serialization/resources/v2/types/V2ChatRequestSafetyMode.ts
index abe173d..477374b 100644
--- a/src/serialization/resources/v2/types/V2ChatRequestSafetyMode.ts
+++ b/src/serialization/resources/v2/types/V2ChatRequestSafetyMode.ts
@@ -9,8 +9,8 @@ import * as core from "../../../../core";
export const V2ChatRequestSafetyMode: core.serialization.Schema<
serializers.V2ChatRequestSafetyMode.Raw,
Cohere.V2ChatRequestSafetyMode
-> = core.serialization.enum_(["CONTEXTUAL", "STRICT", "NONE"]);
+> = core.serialization.enum_(["CONTEXTUAL", "STRICT", "OFF"]);
export declare namespace V2ChatRequestSafetyMode {
- type Raw = "CONTEXTUAL" | "STRICT" | "NONE";
+ type Raw = "CONTEXTUAL" | "STRICT" | "OFF";
}
diff --git a/src/serialization/resources/v2/types/V2ChatStreamRequestSafetyMode.ts b/src/serialization/resources/v2/types/V2ChatStreamRequestSafetyMode.ts
index 77424de..7630241 100644
--- a/src/serialization/resources/v2/types/V2ChatStreamRequestSafetyMode.ts
+++ b/src/serialization/resources/v2/types/V2ChatStreamRequestSafetyMode.ts
@@ -9,8 +9,8 @@ import * as core from "../../../../core";
export const V2ChatStreamRequestSafetyMode: core.serialization.Schema<
serializers.V2ChatStreamRequestSafetyMode.Raw,
Cohere.V2ChatStreamRequestSafetyMode
-> = core.serialization.enum_(["CONTEXTUAL", "STRICT", "NONE"]);
+> = core.serialization.enum_(["CONTEXTUAL", "STRICT", "OFF"]);
export declare namespace V2ChatStreamRequestSafetyMode {
- type Raw = "CONTEXTUAL" | "STRICT" | "NONE";
+ type Raw = "CONTEXTUAL" | "STRICT" | "OFF";
}
diff --git a/src/serialization/resources/v2/types/V2EmbedRequestTruncate.ts b/src/serialization/resources/v2/types/V2EmbedRequestTruncate.ts
new file mode 100644
index 0000000..035e749
--- /dev/null
+++ b/src/serialization/resources/v2/types/V2EmbedRequestTruncate.ts
@@ -0,0 +1,16 @@
+/**
+ * This file was auto-generated by Fern from our API Definition.
+ */
+
+import * as serializers from "../../../index";
+import * as Cohere from "../../../../api/index";
+import * as core from "../../../../core";
+
+export const V2EmbedRequestTruncate: core.serialization.Schema<
+ serializers.V2EmbedRequestTruncate.Raw,
+ Cohere.V2EmbedRequestTruncate
+> = core.serialization.enum_(["NONE", "START", "END"]);
+
+export declare namespace V2EmbedRequestTruncate {
+ type Raw = "NONE" | "START" | "END";
+}
diff --git a/src/serialization/resources/v2/types/index.ts b/src/serialization/resources/v2/types/index.ts
index 725e17c..9f5be0c 100644
--- a/src/serialization/resources/v2/types/index.ts
+++ b/src/serialization/resources/v2/types/index.ts
@@ -2,6 +2,7 @@ export * from "./V2ChatStreamRequestDocumentsItem";
export * from "./V2ChatStreamRequestSafetyMode";
export * from "./V2ChatRequestDocumentsItem";
export * from "./V2ChatRequestSafetyMode";
+export * from "./V2EmbedRequestTruncate";
export * from "./V2RerankRequestDocumentsItem";
export * from "./V2RerankResponseResultsItemDocument";
export * from "./V2RerankResponseResultsItem";
diff --git a/src/serialization/types/EmbedRequestV2.ts b/src/serialization/types/EmbedRequestV2.ts
deleted file mode 100644
index f8043f3..0000000
--- a/src/serialization/types/EmbedRequestV2.ts
+++ /dev/null
@@ -1,52 +0,0 @@
-/**
- * This file was auto-generated by Fern from our API Definition.
- */
-
-import * as serializers from "../index";
-import * as Cohere from "../../api/index";
-import * as core from "../../core";
-import { Texts } from "./Texts";
-import { Images } from "./Images";
-
-export const EmbedRequestV2: core.serialization.Schema =
- core.serialization
- .union(core.serialization.discriminant("inputType", "input_type"), {
- search_document: Texts,
- search_query: Texts,
- classification: Texts,
- clustering: Texts,
- image: Images,
- })
- .transform({
- transform: (value) => value,
- untransform: (value) => value,
- });
-
-export declare namespace EmbedRequestV2 {
- type Raw =
- | EmbedRequestV2.SearchDocument
- | EmbedRequestV2.SearchQuery
- | EmbedRequestV2.Classification
- | EmbedRequestV2.Clustering
- | EmbedRequestV2.Image;
-
- interface SearchDocument extends Texts.Raw {
- input_type: "search_document";
- }
-
- interface SearchQuery extends Texts.Raw {
- input_type: "search_query";
- }
-
- interface Classification extends Texts.Raw {
- input_type: "classification";
- }
-
- interface Clustering extends Texts.Raw {
- input_type: "clustering";
- }
-
- interface Image extends Images.Raw {
- input_type: "image";
- }
-}
diff --git a/src/serialization/types/Images.ts b/src/serialization/types/Images.ts
deleted file mode 100644
index 34bf0e4..0000000
--- a/src/serialization/types/Images.ts
+++ /dev/null
@@ -1,27 +0,0 @@
-/**
- * This file was auto-generated by Fern from our API Definition.
- */
-
-import * as serializers from "../index";
-import * as Cohere from "../../api/index";
-import * as core from "../../core";
-import { EmbeddingType } from "./EmbeddingType";
-
-export const Images: core.serialization.ObjectSchema = core.serialization.object(
- {
- images: core.serialization.list(core.serialization.string()),
- model: core.serialization.string(),
- embeddingTypes: core.serialization.property(
- "embedding_types",
- core.serialization.list(EmbeddingType).optional()
- ),
- }
-);
-
-export declare namespace Images {
- interface Raw {
- images: string[];
- model: string;
- embedding_types?: EmbeddingType.Raw[] | null;
- }
-}
diff --git a/src/serialization/types/Texts.ts b/src/serialization/types/Texts.ts
deleted file mode 100644
index 1023608..0000000
--- a/src/serialization/types/Texts.ts
+++ /dev/null
@@ -1,25 +0,0 @@
-/**
- * This file was auto-generated by Fern from our API Definition.
- */
-
-import * as serializers from "../index";
-import * as Cohere from "../../api/index";
-import * as core from "../../core";
-import { EmbeddingType } from "./EmbeddingType";
-import { TextsTruncate } from "./TextsTruncate";
-
-export const Texts: core.serialization.ObjectSchema = core.serialization.object({
- texts: core.serialization.list(core.serialization.string()),
- model: core.serialization.string(),
- embeddingTypes: core.serialization.property("embedding_types", core.serialization.list(EmbeddingType).optional()),
- truncate: TextsTruncate.optional(),
-});
-
-export declare namespace Texts {
- interface Raw {
- texts: string[];
- model: string;
- embedding_types?: EmbeddingType.Raw[] | null;
- truncate?: TextsTruncate.Raw | null;
- }
-}
diff --git a/src/serialization/types/TextsTruncate.ts b/src/serialization/types/TextsTruncate.ts
deleted file mode 100644
index c1c8f28..0000000
--- a/src/serialization/types/TextsTruncate.ts
+++ /dev/null
@@ -1,14 +0,0 @@
-/**
- * This file was auto-generated by Fern from our API Definition.
- */
-
-import * as serializers from "../index";
-import * as Cohere from "../../api/index";
-import * as core from "../../core";
-
-export const TextsTruncate: core.serialization.Schema =
- core.serialization.enum_(["NONE", "START", "END"]);
-
-export declare namespace TextsTruncate {
- type Raw = "NONE" | "START" | "END";
-}
diff --git a/src/serialization/types/ToolMessageV2.ts b/src/serialization/types/ToolMessageV2.ts
index 09545a4..c6d4e10 100644
--- a/src/serialization/types/ToolMessageV2.ts
+++ b/src/serialization/types/ToolMessageV2.ts
@@ -5,17 +5,17 @@
import * as serializers from "../index";
import * as Cohere from "../../api/index";
import * as core from "../../core";
-import { ToolMessageV2ToolContent } from "./ToolMessageV2ToolContent";
+import { ToolMessageV2Content } from "./ToolMessageV2Content";
export const ToolMessageV2: core.serialization.ObjectSchema =
core.serialization.object({
toolCallId: core.serialization.property("tool_call_id", core.serialization.string()),
- toolContent: core.serialization.property("tool_content", ToolMessageV2ToolContent),
+ content: ToolMessageV2Content.optional(),
});
export declare namespace ToolMessageV2 {
interface Raw {
tool_call_id: string;
- tool_content: ToolMessageV2ToolContent.Raw;
+ content?: ToolMessageV2Content.Raw | null;
}
}
diff --git a/src/serialization/types/ToolMessageV2ToolContent.ts b/src/serialization/types/ToolMessageV2Content.ts
similarity index 66%
rename from src/serialization/types/ToolMessageV2ToolContent.ts
rename to src/serialization/types/ToolMessageV2Content.ts
index f2360b8..c117973 100644
--- a/src/serialization/types/ToolMessageV2ToolContent.ts
+++ b/src/serialization/types/ToolMessageV2Content.ts
@@ -7,11 +7,11 @@ import * as Cohere from "../../api/index";
import * as core from "../../core";
import { ToolContent } from "./ToolContent";
-export const ToolMessageV2ToolContent: core.serialization.Schema<
- serializers.ToolMessageV2ToolContent.Raw,
- Cohere.ToolMessageV2ToolContent
+export const ToolMessageV2Content: core.serialization.Schema<
+ serializers.ToolMessageV2Content.Raw,
+ Cohere.ToolMessageV2Content
> = core.serialization.undiscriminatedUnion([core.serialization.string(), core.serialization.list(ToolContent)]);
-export declare namespace ToolMessageV2ToolContent {
+export declare namespace ToolMessageV2Content {
type Raw = string | ToolContent.Raw[];
}
diff --git a/src/serialization/types/index.ts b/src/serialization/types/index.ts
index 51d03b7..3ca3518 100644
--- a/src/serialization/types/index.ts
+++ b/src/serialization/types/index.ts
@@ -86,7 +86,7 @@ export * from "./SystemMessage";
export * from "./Document";
export * from "./DocumentContent";
export * from "./ToolContent";
-export * from "./ToolMessageV2ToolContent";
+export * from "./ToolMessageV2Content";
export * from "./ToolMessageV2";
export * from "./ChatMessageV2";
export * from "./ChatMessages";
@@ -150,10 +150,6 @@ export * from "./EmbeddingType";
export * from "./EmbedFloatsResponse";
export * from "./EmbedByTypeResponseEmbeddings";
export * from "./EmbedByTypeResponse";
-export * from "./TextsTruncate";
-export * from "./Texts";
-export * from "./Images";
-export * from "./EmbedRequestV2";
export * from "./EmbedJobStatus";
export * from "./EmbedJobTruncate";
export * from "./EmbedJob";
diff --git a/yarn.lock b/yarn.lock
index 1258d54..a116b2f 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -66,17 +66,17 @@
"@smithy/util-utf8" "^2.0.0"
tslib "^2.6.2"
-"@aws-sdk/client-cognito-identity@3.654.0":
- version "3.654.0"
- resolved "https://registry.yarnpkg.com/@aws-sdk/client-cognito-identity/-/client-cognito-identity-3.654.0.tgz#07ba77f9c6feef5c52aec7a95cad16e90f54976e"
- integrity sha512-3K806KJVivVP011R7Wf4ujGKP8R6d7KFlo9t0Swr9YFnStCdSdjmRX1yW8RpzSzRC4xyuUw+bo8wPf+tE/YxnA==
+"@aws-sdk/client-cognito-identity@3.658.1":
+ version "3.658.1"
+ resolved "https://registry.yarnpkg.com/@aws-sdk/client-cognito-identity/-/client-cognito-identity-3.658.1.tgz#87f800883330c43d41426602dbe9b5149375743e"
+ integrity sha512-MCYLKmNy0FlNT9TvXfOxj0jh+ZQq+G9qEy/VZqu3JsQSgiFvFRdzgzcbQ9gQx7fZrDC/TPdABOTh483zI4cu9g==
dependencies:
"@aws-crypto/sha256-browser" "5.2.0"
"@aws-crypto/sha256-js" "5.2.0"
- "@aws-sdk/client-sso-oidc" "3.654.0"
- "@aws-sdk/client-sts" "3.654.0"
- "@aws-sdk/core" "3.654.0"
- "@aws-sdk/credential-provider-node" "3.654.0"
+ "@aws-sdk/client-sso-oidc" "3.658.1"
+ "@aws-sdk/client-sts" "3.658.1"
+ "@aws-sdk/core" "3.658.1"
+ "@aws-sdk/credential-provider-node" "3.658.1"
"@aws-sdk/middleware-host-header" "3.654.0"
"@aws-sdk/middleware-logger" "3.654.0"
"@aws-sdk/middleware-recursion-detection" "3.654.0"
@@ -87,26 +87,26 @@
"@aws-sdk/util-user-agent-browser" "3.654.0"
"@aws-sdk/util-user-agent-node" "3.654.0"
"@smithy/config-resolver" "^3.0.8"
- "@smithy/core" "^2.4.3"
- "@smithy/fetch-http-handler" "^3.2.7"
+ "@smithy/core" "^2.4.6"
+ "@smithy/fetch-http-handler" "^3.2.8"
"@smithy/hash-node" "^3.0.6"
"@smithy/invalid-dependency" "^3.0.6"
"@smithy/middleware-content-length" "^3.0.8"
"@smithy/middleware-endpoint" "^3.1.3"
- "@smithy/middleware-retry" "^3.0.18"
+ "@smithy/middleware-retry" "^3.0.21"
"@smithy/middleware-serde" "^3.0.6"
"@smithy/middleware-stack" "^3.0.6"
"@smithy/node-config-provider" "^3.1.7"
- "@smithy/node-http-handler" "^3.2.2"
+ "@smithy/node-http-handler" "^3.2.3"
"@smithy/protocol-http" "^4.1.3"
- "@smithy/smithy-client" "^3.3.2"
+ "@smithy/smithy-client" "^3.3.5"
"@smithy/types" "^3.4.2"
"@smithy/url-parser" "^3.0.6"
"@smithy/util-base64" "^3.0.0"
"@smithy/util-body-length-browser" "^3.0.0"
"@smithy/util-body-length-node" "^3.0.0"
- "@smithy/util-defaults-mode-browser" "^3.0.18"
- "@smithy/util-defaults-mode-node" "^3.0.18"
+ "@smithy/util-defaults-mode-browser" "^3.0.21"
+ "@smithy/util-defaults-mode-node" "^3.0.21"
"@smithy/util-endpoints" "^2.1.2"
"@smithy/util-middleware" "^3.0.6"
"@smithy/util-retry" "^3.0.6"
@@ -114,16 +114,16 @@
tslib "^2.6.2"
"@aws-sdk/client-sagemaker@^3.583.0":
- version "3.654.0"
- resolved "https://registry.yarnpkg.com/@aws-sdk/client-sagemaker/-/client-sagemaker-3.654.0.tgz#5d414bb96b04a5eeed02c5e04e55c5629f4ffc66"
- integrity sha512-Z57ckYGUgERGhoXsf9VE8aFu5LEhp3SqqgG4jiLO5VuBzg5mv7xAaJhkj4ZVEPyL4v4NnZMQZitPU9AoLcfb+g==
+ version "3.658.1"
+ resolved "https://registry.yarnpkg.com/@aws-sdk/client-sagemaker/-/client-sagemaker-3.658.1.tgz#78cc167a2208481f3ba09decfef36388a13b1094"
+ integrity sha512-WpVs1pCWkvSAC3k7bVGSQxj1wV5Mcd+xwi9XPFbeoSkSRw2lftCiNo2laiVCQU6T9WOIK0X3FpVFK1ipag0QVw==
dependencies:
"@aws-crypto/sha256-browser" "5.2.0"
"@aws-crypto/sha256-js" "5.2.0"
- "@aws-sdk/client-sso-oidc" "3.654.0"
- "@aws-sdk/client-sts" "3.654.0"
- "@aws-sdk/core" "3.654.0"
- "@aws-sdk/credential-provider-node" "3.654.0"
+ "@aws-sdk/client-sso-oidc" "3.658.1"
+ "@aws-sdk/client-sts" "3.658.1"
+ "@aws-sdk/core" "3.658.1"
+ "@aws-sdk/credential-provider-node" "3.658.1"
"@aws-sdk/middleware-host-header" "3.654.0"
"@aws-sdk/middleware-logger" "3.654.0"
"@aws-sdk/middleware-recursion-detection" "3.654.0"
@@ -134,26 +134,26 @@
"@aws-sdk/util-user-agent-browser" "3.654.0"
"@aws-sdk/util-user-agent-node" "3.654.0"
"@smithy/config-resolver" "^3.0.8"
- "@smithy/core" "^2.4.3"
- "@smithy/fetch-http-handler" "^3.2.7"
+ "@smithy/core" "^2.4.6"
+ "@smithy/fetch-http-handler" "^3.2.8"
"@smithy/hash-node" "^3.0.6"
"@smithy/invalid-dependency" "^3.0.6"
"@smithy/middleware-content-length" "^3.0.8"
"@smithy/middleware-endpoint" "^3.1.3"
- "@smithy/middleware-retry" "^3.0.18"
+ "@smithy/middleware-retry" "^3.0.21"
"@smithy/middleware-serde" "^3.0.6"
"@smithy/middleware-stack" "^3.0.6"
"@smithy/node-config-provider" "^3.1.7"
- "@smithy/node-http-handler" "^3.2.2"
+ "@smithy/node-http-handler" "^3.2.3"
"@smithy/protocol-http" "^4.1.3"
- "@smithy/smithy-client" "^3.3.2"
+ "@smithy/smithy-client" "^3.3.5"
"@smithy/types" "^3.4.2"
"@smithy/url-parser" "^3.0.6"
"@smithy/util-base64" "^3.0.0"
"@smithy/util-body-length-browser" "^3.0.0"
"@smithy/util-body-length-node" "^3.0.0"
- "@smithy/util-defaults-mode-browser" "^3.0.18"
- "@smithy/util-defaults-mode-node" "^3.0.18"
+ "@smithy/util-defaults-mode-browser" "^3.0.21"
+ "@smithy/util-defaults-mode-node" "^3.0.21"
"@smithy/util-endpoints" "^2.1.2"
"@smithy/util-middleware" "^3.0.6"
"@smithy/util-retry" "^3.0.6"
@@ -162,15 +162,15 @@
tslib "^2.6.2"
uuid "^9.0.1"
-"@aws-sdk/client-sso-oidc@3.654.0":
- version "3.654.0"
- resolved "https://registry.yarnpkg.com/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.654.0.tgz#9c02ce49f95203e8b99e896cf0dca6e4858e2da7"
- integrity sha512-gbHrKsEnaAtmkNCVQzLyiqMzpDaThV/bWl/ODEklI+t6stW3Pe3oDMstEHLfJ6JU5g8sYnx4VLuxlnJMtUkvPw==
+"@aws-sdk/client-sso-oidc@3.658.1":
+ version "3.658.1"
+ resolved "https://registry.yarnpkg.com/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.658.1.tgz#67286348374146e80a0345064d101175730012ed"
+ integrity sha512-RGcZAI3qEA05JszPKwa0cAyp8rnS1nUvs0Sqw4hqLNQ1kD7b7V6CPjRXe7EFQqCOMvM4kGqx0+cEEVTOmBsFLw==
dependencies:
"@aws-crypto/sha256-browser" "5.2.0"
"@aws-crypto/sha256-js" "5.2.0"
- "@aws-sdk/core" "3.654.0"
- "@aws-sdk/credential-provider-node" "3.654.0"
+ "@aws-sdk/core" "3.658.1"
+ "@aws-sdk/credential-provider-node" "3.658.1"
"@aws-sdk/middleware-host-header" "3.654.0"
"@aws-sdk/middleware-logger" "3.654.0"
"@aws-sdk/middleware-recursion-detection" "3.654.0"
@@ -181,40 +181,40 @@
"@aws-sdk/util-user-agent-browser" "3.654.0"
"@aws-sdk/util-user-agent-node" "3.654.0"
"@smithy/config-resolver" "^3.0.8"
- "@smithy/core" "^2.4.3"
- "@smithy/fetch-http-handler" "^3.2.7"
+ "@smithy/core" "^2.4.6"
+ "@smithy/fetch-http-handler" "^3.2.8"
"@smithy/hash-node" "^3.0.6"
"@smithy/invalid-dependency" "^3.0.6"
"@smithy/middleware-content-length" "^3.0.8"
"@smithy/middleware-endpoint" "^3.1.3"
- "@smithy/middleware-retry" "^3.0.18"
+ "@smithy/middleware-retry" "^3.0.21"
"@smithy/middleware-serde" "^3.0.6"
"@smithy/middleware-stack" "^3.0.6"
"@smithy/node-config-provider" "^3.1.7"
- "@smithy/node-http-handler" "^3.2.2"
+ "@smithy/node-http-handler" "^3.2.3"
"@smithy/protocol-http" "^4.1.3"
- "@smithy/smithy-client" "^3.3.2"
+ "@smithy/smithy-client" "^3.3.5"
"@smithy/types" "^3.4.2"
"@smithy/url-parser" "^3.0.6"
"@smithy/util-base64" "^3.0.0"
"@smithy/util-body-length-browser" "^3.0.0"
"@smithy/util-body-length-node" "^3.0.0"
- "@smithy/util-defaults-mode-browser" "^3.0.18"
- "@smithy/util-defaults-mode-node" "^3.0.18"
+ "@smithy/util-defaults-mode-browser" "^3.0.21"
+ "@smithy/util-defaults-mode-node" "^3.0.21"
"@smithy/util-endpoints" "^2.1.2"
"@smithy/util-middleware" "^3.0.6"
"@smithy/util-retry" "^3.0.6"
"@smithy/util-utf8" "^3.0.0"
tslib "^2.6.2"
-"@aws-sdk/client-sso@3.654.0":
- version "3.654.0"
- resolved "https://registry.yarnpkg.com/@aws-sdk/client-sso/-/client-sso-3.654.0.tgz#6d800f0cfca97f8acf1fbf46cdac46169201267b"
- integrity sha512-4kBxs2IzCDtj6a6lRXa/lXK5wWpMGzwKtb+HMXf/rJYVM6x7wYRzc1hYrOd3DYkFQ/sR3dUFj+0mTP0os3aAbA==
+"@aws-sdk/client-sso@3.658.1":
+ version "3.658.1"
+ resolved "https://registry.yarnpkg.com/@aws-sdk/client-sso/-/client-sso-3.658.1.tgz#f0e660148ab2786f1028a738285742fb97f888bf"
+ integrity sha512-lOuaBtqPTYGn6xpXlQF4LsNDsQ8Ij2kOdnk+i69Kp6yS76TYvtUuukyLL5kx8zE1c8WbYtxj9y8VNw9/6uKl7Q==
dependencies:
"@aws-crypto/sha256-browser" "5.2.0"
"@aws-crypto/sha256-js" "5.2.0"
- "@aws-sdk/core" "3.654.0"
+ "@aws-sdk/core" "3.658.1"
"@aws-sdk/middleware-host-header" "3.654.0"
"@aws-sdk/middleware-logger" "3.654.0"
"@aws-sdk/middleware-recursion-detection" "3.654.0"
@@ -225,42 +225,42 @@
"@aws-sdk/util-user-agent-browser" "3.654.0"
"@aws-sdk/util-user-agent-node" "3.654.0"
"@smithy/config-resolver" "^3.0.8"
- "@smithy/core" "^2.4.3"
- "@smithy/fetch-http-handler" "^3.2.7"
+ "@smithy/core" "^2.4.6"
+ "@smithy/fetch-http-handler" "^3.2.8"
"@smithy/hash-node" "^3.0.6"
"@smithy/invalid-dependency" "^3.0.6"
"@smithy/middleware-content-length" "^3.0.8"
"@smithy/middleware-endpoint" "^3.1.3"
- "@smithy/middleware-retry" "^3.0.18"
+ "@smithy/middleware-retry" "^3.0.21"
"@smithy/middleware-serde" "^3.0.6"
"@smithy/middleware-stack" "^3.0.6"
"@smithy/node-config-provider" "^3.1.7"
- "@smithy/node-http-handler" "^3.2.2"
+ "@smithy/node-http-handler" "^3.2.3"
"@smithy/protocol-http" "^4.1.3"
- "@smithy/smithy-client" "^3.3.2"
+ "@smithy/smithy-client" "^3.3.5"
"@smithy/types" "^3.4.2"
"@smithy/url-parser" "^3.0.6"
"@smithy/util-base64" "^3.0.0"
"@smithy/util-body-length-browser" "^3.0.0"
"@smithy/util-body-length-node" "^3.0.0"
- "@smithy/util-defaults-mode-browser" "^3.0.18"
- "@smithy/util-defaults-mode-node" "^3.0.18"
+ "@smithy/util-defaults-mode-browser" "^3.0.21"
+ "@smithy/util-defaults-mode-node" "^3.0.21"
"@smithy/util-endpoints" "^2.1.2"
"@smithy/util-middleware" "^3.0.6"
"@smithy/util-retry" "^3.0.6"
"@smithy/util-utf8" "^3.0.0"
tslib "^2.6.2"
-"@aws-sdk/client-sts@3.654.0":
- version "3.654.0"
- resolved "https://registry.yarnpkg.com/@aws-sdk/client-sts/-/client-sts-3.654.0.tgz#574194804834f6158cc06d44ab517ec6e4c1c1c2"
- integrity sha512-tyHa8jsBy+/NQZFHm6Q2Q09Vi9p3EH4yPy6PU8yPewpi2klreObtrUd0anJa6nzjS9SSuqnlZWsRic3cQ4QwCg==
+"@aws-sdk/client-sts@3.658.1":
+ version "3.658.1"
+ resolved "https://registry.yarnpkg.com/@aws-sdk/client-sts/-/client-sts-3.658.1.tgz#5e6af00f5b87f3d79a2b848241b832af20ce42ab"
+ integrity sha512-yw9hc5blTnbT1V6mR7Cx9HGc9KQpcLQ1QXj8rntiJi6tIYu3aFNVEyy81JHL7NsuBSeQulJTvHO3y6r3O0sfRg==
dependencies:
"@aws-crypto/sha256-browser" "5.2.0"
"@aws-crypto/sha256-js" "5.2.0"
- "@aws-sdk/client-sso-oidc" "3.654.0"
- "@aws-sdk/core" "3.654.0"
- "@aws-sdk/credential-provider-node" "3.654.0"
+ "@aws-sdk/client-sso-oidc" "3.658.1"
+ "@aws-sdk/core" "3.658.1"
+ "@aws-sdk/credential-provider-node" "3.658.1"
"@aws-sdk/middleware-host-header" "3.654.0"
"@aws-sdk/middleware-logger" "3.654.0"
"@aws-sdk/middleware-recursion-detection" "3.654.0"
@@ -271,54 +271,54 @@
"@aws-sdk/util-user-agent-browser" "3.654.0"
"@aws-sdk/util-user-agent-node" "3.654.0"
"@smithy/config-resolver" "^3.0.8"
- "@smithy/core" "^2.4.3"
- "@smithy/fetch-http-handler" "^3.2.7"
+ "@smithy/core" "^2.4.6"
+ "@smithy/fetch-http-handler" "^3.2.8"
"@smithy/hash-node" "^3.0.6"
"@smithy/invalid-dependency" "^3.0.6"
"@smithy/middleware-content-length" "^3.0.8"
"@smithy/middleware-endpoint" "^3.1.3"
- "@smithy/middleware-retry" "^3.0.18"
+ "@smithy/middleware-retry" "^3.0.21"
"@smithy/middleware-serde" "^3.0.6"
"@smithy/middleware-stack" "^3.0.6"
"@smithy/node-config-provider" "^3.1.7"
- "@smithy/node-http-handler" "^3.2.2"
+ "@smithy/node-http-handler" "^3.2.3"
"@smithy/protocol-http" "^4.1.3"
- "@smithy/smithy-client" "^3.3.2"
+ "@smithy/smithy-client" "^3.3.5"
"@smithy/types" "^3.4.2"
"@smithy/url-parser" "^3.0.6"
"@smithy/util-base64" "^3.0.0"
"@smithy/util-body-length-browser" "^3.0.0"
"@smithy/util-body-length-node" "^3.0.0"
- "@smithy/util-defaults-mode-browser" "^3.0.18"
- "@smithy/util-defaults-mode-node" "^3.0.18"
+ "@smithy/util-defaults-mode-browser" "^3.0.21"
+ "@smithy/util-defaults-mode-node" "^3.0.21"
"@smithy/util-endpoints" "^2.1.2"
"@smithy/util-middleware" "^3.0.6"
"@smithy/util-retry" "^3.0.6"
"@smithy/util-utf8" "^3.0.0"
tslib "^2.6.2"
-"@aws-sdk/core@3.654.0":
- version "3.654.0"
- resolved "https://registry.yarnpkg.com/@aws-sdk/core/-/core-3.654.0.tgz#9ccc3618af04b4ff198433a22e27d7db14890917"
- integrity sha512-4Rwx7BVaNaFqmXBDmnOkMbyuIFFbpZ+ru4lr660p45zY1QoNNSalechfoRffcokLFOZO+VWEJkdcorPUUU993w==
+"@aws-sdk/core@3.658.1":
+ version "3.658.1"
+ resolved "https://registry.yarnpkg.com/@aws-sdk/core/-/core-3.658.1.tgz#7b211f75a6048eba88ff33169047b4dc57fdc520"
+ integrity sha512-vJVMoMcSKXK2gBRSu9Ywwv6wQ7tXH8VL1fqB1uVxgCqBZ3IHfqNn4zvpMPWrwgO2/3wv7XFyikGQ5ypPTCw4jA==
dependencies:
- "@smithy/core" "^2.4.3"
+ "@smithy/core" "^2.4.6"
"@smithy/node-config-provider" "^3.1.7"
"@smithy/property-provider" "^3.1.6"
"@smithy/protocol-http" "^4.1.3"
- "@smithy/signature-v4" "^4.1.3"
- "@smithy/smithy-client" "^3.3.2"
+ "@smithy/signature-v4" "^4.1.4"
+ "@smithy/smithy-client" "^3.3.5"
"@smithy/types" "^3.4.2"
"@smithy/util-middleware" "^3.0.6"
fast-xml-parser "4.4.1"
tslib "^2.6.2"
-"@aws-sdk/credential-provider-cognito-identity@3.654.0":
- version "3.654.0"
- resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-cognito-identity/-/credential-provider-cognito-identity-3.654.0.tgz#08b6e06e8a1156a3f7466f7c42f74174798ee3f6"
- integrity sha512-0aq4Ri9VYjixS7AZKNmuJc/5MlQdfrkgtzHV1TBisoroi/ed1WWnZmQvUFi3ZqRkt1Cvi7oZi6J1gZEfzq8p8g==
+"@aws-sdk/credential-provider-cognito-identity@3.658.1":
+ version "3.658.1"
+ resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-cognito-identity/-/credential-provider-cognito-identity-3.658.1.tgz#deb61eb4d9b0a1aeb5c0118fe740de90618f3323"
+ integrity sha512-JY4rZ4e2emL7PNHCU7F/BQV8PpQGEBZLkEoPD55RO4CitaIhlVZRpUCGLih+0Hw4MOnTUqJdfQBM+qZk6G+Now==
dependencies:
- "@aws-sdk/client-cognito-identity" "3.654.0"
+ "@aws-sdk/client-cognito-identity" "3.658.1"
"@aws-sdk/types" "3.654.0"
"@smithy/property-provider" "^3.1.6"
"@smithy/types" "^3.4.2"
@@ -334,30 +334,30 @@
"@smithy/types" "^3.4.2"
tslib "^2.6.2"
-"@aws-sdk/credential-provider-http@3.654.0":
- version "3.654.0"
- resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-http/-/credential-provider-http-3.654.0.tgz#72ce2ff0136eb87ef0c90d435bf1dd61558fe96d"
- integrity sha512-tgmAH4MBi/aDR882lfw48+tDV95ZH3GWc1Eoe6DpNLiM3GN2VfU/cZwuHmi6aq+vAbdIlswBHJ/+va0fOvlyjw==
+"@aws-sdk/credential-provider-http@3.658.1":
+ version "3.658.1"
+ resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-http/-/credential-provider-http-3.658.1.tgz#35fa80fa8440e9fd5baf061bfd18862cbcabd3bd"
+ integrity sha512-4ubkJjEVCZflxkZnV1JDQv8P2pburxk1LrEp55telfJRzXrnowzBKwuV2ED0QMNC448g2B3VCaffS+Ct7c4IWQ==
dependencies:
"@aws-sdk/types" "3.654.0"
- "@smithy/fetch-http-handler" "^3.2.7"
- "@smithy/node-http-handler" "^3.2.2"
+ "@smithy/fetch-http-handler" "^3.2.8"
+ "@smithy/node-http-handler" "^3.2.3"
"@smithy/property-provider" "^3.1.6"
"@smithy/protocol-http" "^4.1.3"
- "@smithy/smithy-client" "^3.3.2"
+ "@smithy/smithy-client" "^3.3.5"
"@smithy/types" "^3.4.2"
- "@smithy/util-stream" "^3.1.6"
+ "@smithy/util-stream" "^3.1.8"
tslib "^2.6.2"
-"@aws-sdk/credential-provider-ini@3.654.0":
- version "3.654.0"
- resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.654.0.tgz#557b3774d4ab3d127f96cb2cd29419b2a8569796"
- integrity sha512-DKSdaNu2hwdmuvnm9KnA0NLqMWxxmxSOLWjSUSoFIm++wGXUjPrRMFYKvMktaXnPuyf5my8gF/yGbwzPZ8wlTg==
+"@aws-sdk/credential-provider-ini@3.658.1":
+ version "3.658.1"
+ resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.658.1.tgz#a451b8fc5d057b9c8473d452f4b8bcd221cdd201"
+ integrity sha512-2uwOamQg5ppwfegwen1ddPu5HM3/IBSnaGlaKLFhltkdtZ0jiqTZWUtX2V+4Q+buLnT0hQvLS/frQ+7QUam+0Q==
dependencies:
"@aws-sdk/credential-provider-env" "3.654.0"
- "@aws-sdk/credential-provider-http" "3.654.0"
+ "@aws-sdk/credential-provider-http" "3.658.1"
"@aws-sdk/credential-provider-process" "3.654.0"
- "@aws-sdk/credential-provider-sso" "3.654.0"
+ "@aws-sdk/credential-provider-sso" "3.658.1"
"@aws-sdk/credential-provider-web-identity" "3.654.0"
"@aws-sdk/types" "3.654.0"
"@smithy/credential-provider-imds" "^3.2.3"
@@ -366,16 +366,16 @@
"@smithy/types" "^3.4.2"
tslib "^2.6.2"
-"@aws-sdk/credential-provider-node@3.654.0":
- version "3.654.0"
- resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.654.0.tgz#a701dda47eea2a3d5996d97672c058949ef41d3b"
- integrity sha512-wPV7CNYaXDEc+SS+3R0v8SZwkHRUE1z2k2j1d49tH5QBDT4tb/k2V/biXWkwSk3hbR+IMWXmuhJDv/5lybhIvg==
+"@aws-sdk/credential-provider-node@3.658.1":
+ version "3.658.1"
+ resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.658.1.tgz#ad7209177f8c1c43d767e5c342960a2d19ee124e"
+ integrity sha512-XwxW6N+uPXPYAuyq+GfOEdfL/MZGAlCSfB5gEWtLBFmFbikhmEuqfWtI6CD60OwudCUOh6argd21BsJf8o1SJA==
dependencies:
"@aws-sdk/credential-provider-env" "3.654.0"
- "@aws-sdk/credential-provider-http" "3.654.0"
- "@aws-sdk/credential-provider-ini" "3.654.0"
+ "@aws-sdk/credential-provider-http" "3.658.1"
+ "@aws-sdk/credential-provider-ini" "3.658.1"
"@aws-sdk/credential-provider-process" "3.654.0"
- "@aws-sdk/credential-provider-sso" "3.654.0"
+ "@aws-sdk/credential-provider-sso" "3.658.1"
"@aws-sdk/credential-provider-web-identity" "3.654.0"
"@aws-sdk/types" "3.654.0"
"@smithy/credential-provider-imds" "^3.2.3"
@@ -395,12 +395,12 @@
"@smithy/types" "^3.4.2"
tslib "^2.6.2"
-"@aws-sdk/credential-provider-sso@3.654.0":
- version "3.654.0"
- resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.654.0.tgz#cb6cd05a8279c6ffe7e7399c03ba2db5ef2534f5"
- integrity sha512-7GFme6fWEdA/XYKzZPOAdj/jS6fMBy1NdSIZsDXikS0v9jU+ZzHrAaWt13YLzHyjgxB9Sg9id9ncdY1IiubQXQ==
+"@aws-sdk/credential-provider-sso@3.658.1":
+ version "3.658.1"
+ resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.658.1.tgz#62db3f09f08a33b5fb4827a8a8f1a640373b39b7"
+ integrity sha512-YOagVEsZEk9DmgJEBg+4MBXrPcw/tYas0VQ5OVBqC5XHNbi2OBGJqgmjVPesuu393E7W0VQxtJFDS00O1ewQgA==
dependencies:
- "@aws-sdk/client-sso" "3.654.0"
+ "@aws-sdk/client-sso" "3.658.1"
"@aws-sdk/token-providers" "3.654.0"
"@aws-sdk/types" "3.654.0"
"@smithy/property-provider" "^3.1.6"
@@ -419,20 +419,20 @@
tslib "^2.6.2"
"@aws-sdk/credential-providers@^3.583.0":
- version "3.654.0"
- resolved "https://registry.yarnpkg.com/@aws-sdk/credential-providers/-/credential-providers-3.654.0.tgz#2e5077ec5f9fdcfb29d99ad37fc92aacbbf872e7"
- integrity sha512-e9ZDKnmXOMOQW9e3RQyaLUcerZFzHCickRSPoSxAsGKnrhH/ltIm9Od3uyVILl1TGJoOCxVDMBE9nPfl+vNRzQ==
- dependencies:
- "@aws-sdk/client-cognito-identity" "3.654.0"
- "@aws-sdk/client-sso" "3.654.0"
- "@aws-sdk/client-sts" "3.654.0"
- "@aws-sdk/credential-provider-cognito-identity" "3.654.0"
+ version "3.658.1"
+ resolved "https://registry.yarnpkg.com/@aws-sdk/credential-providers/-/credential-providers-3.658.1.tgz#fea93637acaab5a0b56b5b3fcfd036ab9f94afb7"
+ integrity sha512-lfXA6kZS6GHyi/67EbfrKdLoqHR6j7G35eFwaqxyNkfMhNBpAF0eZK3SYiwnzdR9+Wb/enTFawYiFbG5R+dQzA==
+ dependencies:
+ "@aws-sdk/client-cognito-identity" "3.658.1"
+ "@aws-sdk/client-sso" "3.658.1"
+ "@aws-sdk/client-sts" "3.658.1"
+ "@aws-sdk/credential-provider-cognito-identity" "3.658.1"
"@aws-sdk/credential-provider-env" "3.654.0"
- "@aws-sdk/credential-provider-http" "3.654.0"
- "@aws-sdk/credential-provider-ini" "3.654.0"
- "@aws-sdk/credential-provider-node" "3.654.0"
+ "@aws-sdk/credential-provider-http" "3.658.1"
+ "@aws-sdk/credential-provider-ini" "3.658.1"
+ "@aws-sdk/credential-provider-node" "3.658.1"
"@aws-sdk/credential-provider-process" "3.654.0"
- "@aws-sdk/credential-provider-sso" "3.654.0"
+ "@aws-sdk/credential-provider-sso" "3.658.1"
"@aws-sdk/credential-provider-web-identity" "3.654.0"
"@aws-sdk/types" "3.654.0"
"@smithy/credential-provider-imds" "^3.2.3"
@@ -1145,16 +1145,16 @@
"@smithy/util-middleware" "^3.0.6"
tslib "^2.6.2"
-"@smithy/core@^2.4.3":
- version "2.4.3"
- resolved "https://registry.yarnpkg.com/@smithy/core/-/core-2.4.3.tgz#18344c2ff63f748f625ebc5171755816f3043849"
- integrity sha512-4LTusLqFMRVQUfC3RNuTg6IzYTeJNpydRdTKq7J5wdEyIRQSu3rGIa3s80mgG2hhe6WOZl9IqTSo1pgbn6EHhA==
+"@smithy/core@^2.4.6":
+ version "2.4.6"
+ resolved "https://registry.yarnpkg.com/@smithy/core/-/core-2.4.6.tgz#d367a047a88aceee22eda5a598db00a7e5c50e72"
+ integrity sha512-6lQQp99hnyuNNIzeTYSzCUXJHwvvFLY7hfdFGSJM95tjRDJGfzWYFRBXPaM9766LiiTsQ561KErtbufzUFSYUg==
dependencies:
"@smithy/middleware-endpoint" "^3.1.3"
- "@smithy/middleware-retry" "^3.0.18"
+ "@smithy/middleware-retry" "^3.0.21"
"@smithy/middleware-serde" "^3.0.6"
"@smithy/protocol-http" "^4.1.3"
- "@smithy/smithy-client" "^3.3.2"
+ "@smithy/smithy-client" "^3.3.5"
"@smithy/types" "^3.4.2"
"@smithy/util-body-length-browser" "^3.0.0"
"@smithy/util-middleware" "^3.0.6"
@@ -1182,10 +1182,10 @@
"@smithy/util-hex-encoding" "^1.1.0"
tslib "^2.5.0"
-"@smithy/fetch-http-handler@^3.2.7":
- version "3.2.7"
- resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-3.2.7.tgz#30520ca939fb817d3eb3ab9445ddc0f6c1df2960"
- integrity sha512-Ra6IPI1spYLO+t62/3jQbodjOwAbto9wlpJdHZwkycm0Kit+GVpzHW/NMmSgY4rK1bjJ4qLAmCnaBzePO5Nkkg==
+"@smithy/fetch-http-handler@^3.2.8":
+ version "3.2.8"
+ resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-3.2.8.tgz#985623d2824138b770c81db7c872474160b3c5b1"
+ integrity sha512-Lqe0B8F5RM7zkw//6avq1SJ8AfaRd3ubFUS1eVp5WszV7p6Ne5hQ4dSuMHDpNRPhgTvj4va9Kd/pcVigHEHRow==
dependencies:
"@smithy/protocol-http" "^4.1.3"
"@smithy/querystring-builder" "^3.0.6"
@@ -1254,15 +1254,15 @@
"@smithy/util-middleware" "^3.0.6"
tslib "^2.6.2"
-"@smithy/middleware-retry@^3.0.18":
- version "3.0.18"
- resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-3.0.18.tgz#58372e264ca0c3a35f0526c531eb433ed8472df0"
- integrity sha512-YU1o/vYob6vlqZdd97MN8cSXRToknLXhFBL3r+c9CZcnxkO/rgNZ++CfgX2vsmnEKvlqdi26+SRtSzlVp5z6Mg==
+"@smithy/middleware-retry@^3.0.21":
+ version "3.0.21"
+ resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-3.0.21.tgz#c26168f761d5b72c750fb4ed66c18a2b195b7f4d"
+ integrity sha512-/h0fElV95LekVVEJuSw+aI11S1Y3zIUwBc6h9ZbUv43Gl2weXsbQwjLoet6j/Qtb0phfrSxS6pNg6FqgJOWZkA==
dependencies:
"@smithy/node-config-provider" "^3.1.7"
"@smithy/protocol-http" "^4.1.3"
"@smithy/service-error-classification" "^3.0.6"
- "@smithy/smithy-client" "^3.3.2"
+ "@smithy/smithy-client" "^3.3.5"
"@smithy/types" "^3.4.2"
"@smithy/util-middleware" "^3.0.6"
"@smithy/util-retry" "^3.0.6"
@@ -1295,10 +1295,10 @@
"@smithy/types" "^3.4.2"
tslib "^2.6.2"
-"@smithy/node-http-handler@^3.2.2":
- version "3.2.2"
- resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-3.2.2.tgz#1e659d52ba4d27123efc7b8a5c1abe76f97ea915"
- integrity sha512-42Cy4/oT2O+00aiG1iQ7Kd7rE6q8j7vI0gFfnMlUiATvyo8vefJkhb7O10qZY0jAqo5WZdUzfl9IV6wQ3iMBCg==
+"@smithy/node-http-handler@^3.2.3":
+ version "3.2.3"
+ resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-3.2.3.tgz#6d10ece149b441f5417d34db45ddb76407d5c186"
+ integrity sha512-/gcm5DJ3k1b1zEInzBGAZC8ntJ+jwrz1NcSIu+9dSXd1FfG0G6QgkDI40tt8/WYUbHtLyo8fEqtm2v29koWo/w==
dependencies:
"@smithy/abort-controller" "^3.1.4"
"@smithy/protocol-http" "^4.1.3"
@@ -1376,10 +1376,10 @@
"@smithy/util-utf8" "^1.1.0"
tslib "^2.5.0"
-"@smithy/signature-v4@^4.1.3":
- version "4.1.3"
- resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-4.1.3.tgz#1a5adc19563b8cf8f28ae1ada4d6cda7d351943d"
- integrity sha512-YD2KYSCEEeFHcWZ1E3mLdAaHl8T/TANh6XwmocQ6nPcTdBfh4N5fusgnblnWDlnlU1/cUqEq3PiGi22GmT2Lkg==
+"@smithy/signature-v4@^4.1.4":
+ version "4.1.4"
+ resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-4.1.4.tgz#6baa7fe14e86516d2c2568d081c67553449cbb5e"
+ integrity sha512-72MiK7xYukNsnLJI9NqvUHqTu0ziEsfMsYNlWpiJfuGQnCTFKpckThlEatirvcA/LmT1h7rRO+pJD06PYsPu9Q==
dependencies:
"@smithy/is-array-buffer" "^3.0.0"
"@smithy/protocol-http" "^4.1.3"
@@ -1390,16 +1390,16 @@
"@smithy/util-utf8" "^3.0.0"
tslib "^2.6.2"
-"@smithy/smithy-client@^3.3.2":
- version "3.3.2"
- resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-3.3.2.tgz#0c5511525f3e64ac5132d513c38d5d0d4a770719"
- integrity sha512-RKDfhF2MTwXl7jan5d7QfS9eCC6XJbO3H+EZAvLQN8A5in4ib2Ml4zoeLo57w9QrqFekBPcsoC2hW3Ekw4vQ9Q==
+"@smithy/smithy-client@^3.3.5":
+ version "3.3.5"
+ resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-3.3.5.tgz#ded1f89b9d8b17689a87351f6d7708ce4f3b9ea6"
+ integrity sha512-7IZi8J3Dr9n3tX+lcpmJ/5tCYIqoXdblFBaPuv0SEKZFRpCxE+TqIWL6I3t7jLlk9TWu3JSvEZAhtjB9yvB+zA==
dependencies:
"@smithy/middleware-endpoint" "^3.1.3"
"@smithy/middleware-stack" "^3.0.6"
"@smithy/protocol-http" "^4.1.3"
"@smithy/types" "^3.4.2"
- "@smithy/util-stream" "^3.1.6"
+ "@smithy/util-stream" "^3.1.8"
tslib "^2.6.2"
"@smithy/types@^1.2.0":
@@ -1479,27 +1479,27 @@
dependencies:
tslib "^2.6.2"
-"@smithy/util-defaults-mode-browser@^3.0.18":
- version "3.0.18"
- resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-3.0.18.tgz#c3904b71db96c9b99861fc2017fea503fcff12a4"
- integrity sha512-/eveCzU6Z6Yw8dlYQLA4rcK30XY0E4L3lD3QFHm59mzDaWYelrXE1rlynuT3J6qxv+5yNy3a1JuzhG5hk5hcmw==
+"@smithy/util-defaults-mode-browser@^3.0.21":
+ version "3.0.21"
+ resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-3.0.21.tgz#cdcb9a29433d2659b7c83902e8f5fca396b8a805"
+ integrity sha512-M/FhTBk4c/SsB91dD/M4gMGfJO7z/qJaM9+XQQIqBOf4qzZYMExnP7R4VdGwxxH8IKMGW+8F0I4rNtVRrcfPoA==
dependencies:
"@smithy/property-provider" "^3.1.6"
- "@smithy/smithy-client" "^3.3.2"
+ "@smithy/smithy-client" "^3.3.5"
"@smithy/types" "^3.4.2"
bowser "^2.11.0"
tslib "^2.6.2"
-"@smithy/util-defaults-mode-node@^3.0.18":
- version "3.0.18"
- resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-3.0.18.tgz#6b46911f2f749bb048cdc287d7237be9d58f4a6b"
- integrity sha512-9cfzRjArtOFPlTYRREJk00suUxVXTgbrzVncOyMRTUeMKnecG/YentLF3cORa+R6mUOMSrMSnT18jos1PKqK6Q==
+"@smithy/util-defaults-mode-node@^3.0.21":
+ version "3.0.21"
+ resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-3.0.21.tgz#f767702cb1416610b6818c9edb966967ea75f524"
+ integrity sha512-NiLinPvF86U3S2Pdx/ycqd4bnY5dmFSPNL5KYRwbNjqQFS09M5Wzqk8BNk61/47xCYz1X/6KeiSk9qgYPTtuDw==
dependencies:
"@smithy/config-resolver" "^3.0.8"
"@smithy/credential-provider-imds" "^3.2.3"
"@smithy/node-config-provider" "^3.1.7"
"@smithy/property-provider" "^3.1.6"
- "@smithy/smithy-client" "^3.3.2"
+ "@smithy/smithy-client" "^3.3.5"
"@smithy/types" "^3.4.2"
tslib "^2.6.2"
@@ -1550,13 +1550,13 @@
"@smithy/types" "^3.4.2"
tslib "^2.6.2"
-"@smithy/util-stream@^3.1.6":
- version "3.1.6"
- resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-3.1.6.tgz#424dbb4e321129807e5fb01d961ef902ee7c04f8"
- integrity sha512-lQEUfTx1ht5CRdvIjdAN/gUL6vQt2wSARGGLaBHNe+iJSkRHlWzY+DOn0mFTmTgyU3jcI5n9DkT5gTzYuSOo6A==
+"@smithy/util-stream@^3.1.8":
+ version "3.1.8"
+ resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-3.1.8.tgz#31bcf460c54aae816e0789682426da522f894058"
+ integrity sha512-hoKOqSmb8FD3WLObuB5hwbM7bNIWgcnvkThokTvVq7J5PKjlLUK5qQQcB9zWLHIoSaIlf3VIv2OxZY2wtQjcRQ==
dependencies:
- "@smithy/fetch-http-handler" "^3.2.7"
- "@smithy/node-http-handler" "^3.2.2"
+ "@smithy/fetch-http-handler" "^3.2.8"
+ "@smithy/node-http-handler" "^3.2.3"
"@smithy/types" "^3.4.2"
"@smithy/util-base64" "^3.0.0"
"@smithy/util-buffer-from" "^3.0.0"
@@ -1711,9 +1711,9 @@
form-data "^4.0.0"
"@types/node@*":
- version "22.5.5"
- resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.5.tgz#52f939dd0f65fc552a4ad0b392f3c466cc5d7a44"
- integrity sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==
+ version "22.7.1"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-22.7.1.tgz#c6a2628c8a68511ab7b68f3be7c9b38716bdf04f"
+ integrity sha512-adOMRLVmleuWs/5V/w5/l7o0chDK/az+5ncCsIapTKogsu/3MVWvSgP58qVTXi5IwpfGt8pMobNq9rOWtJyu5Q==
dependencies:
undici-types "~6.19.2"
@@ -2109,12 +2109,12 @@ braces@^3.0.3:
fill-range "^7.1.1"
browserslist@^4.21.10, browserslist@^4.23.1:
- version "4.23.3"
- resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.3.tgz#debb029d3c93ebc97ffbc8d9cbb03403e227c800"
- integrity sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==
+ version "4.24.0"
+ resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.24.0.tgz#a1325fe4bc80b64fda169629fc01b3d6cecd38d4"
+ integrity sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A==
dependencies:
- caniuse-lite "^1.0.30001646"
- electron-to-chromium "^1.5.4"
+ caniuse-lite "^1.0.30001663"
+ electron-to-chromium "^1.5.28"
node-releases "^2.0.18"
update-browserslist-db "^1.1.0"
@@ -2171,10 +2171,10 @@ camelcase@^6.2.0:
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a"
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
-caniuse-lite@^1.0.30001646:
- version "1.0.30001662"
- resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001662.tgz#3574b22dfec54a3f3b6787331da1040fe8e763ec"
- integrity sha512-sgMUVwLmGseH8ZIrm1d51UbrhqMCH3jvS7gF/M6byuHOnKyLOBL7W8yz5V02OHwgLGA36o/AFhWzzh4uc5aqTA==
+caniuse-lite@^1.0.30001663:
+ version "1.0.30001663"
+ resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001663.tgz#1529a723505e429fdfd49532e9fc42273ba7fed7"
+ integrity sha512-o9C3X27GLKbLeTYZ6HBOLU1tsAcBZsLis28wrVzddShCS16RujjHp9GDHKZqrB3meE0YjhawvMFsGb/igqiPzA==
chalk@^2.4.2:
version "2.4.2"
@@ -2391,10 +2391,10 @@ ejs@^3.1.10:
dependencies:
jake "^10.8.5"
-electron-to-chromium@^1.5.4:
- version "1.5.25"
- resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.25.tgz#492ade1cde401332b9b75aa0c55fd5e1550ca66c"
- integrity sha512-kMb204zvK3PsSlgvvwzI3wBIcAw15tRkYk+NQdsjdDtcQWTp2RABbMQ9rUBy8KNEOM+/E6ep+XC3AykiWZld4g==
+electron-to-chromium@^1.5.28:
+ version "1.5.28"
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.28.tgz#aee074e202c6ee8a0030a9c2ef0b3fe9f967d576"
+ integrity sha512-VufdJl+rzaKZoYVUijN13QcXVF5dWPZANeFTLNy+OSpHdDL5ynXTF35+60RSBbaQYB1ae723lQXHCrf4pyLsMw==
emittery@^0.13.1:
version "0.13.1"
@@ -4217,9 +4217,9 @@ webpack-sources@^3.2.3:
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
webpack@^5.91.0:
- version "5.94.0"
- resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.94.0.tgz#77a6089c716e7ab90c1c67574a28da518a20970f"
- integrity sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==
+ version "5.95.0"
+ resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.95.0.tgz#8fd8c454fa60dad186fbe36c400a55848307b4c0"
+ integrity sha512-2t3XstrKULz41MNMBF+cJ97TyHdyQ8HCt//pqErqDvNjU9YQBnZxIHa11VXsi7F3mb5/aO2tuDxdeTPdU7xu9Q==
dependencies:
"@types/estree" "^1.0.5"
"@webassemblyjs/ast" "^1.12.1"