@ai-sdk/gateway 2.0.22 → 2.0.23
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.
- package/CHANGELOG.md +6 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -125,6 +125,7 @@ declare const gatewayProviderOptions: _ai_sdk_provider_utils.LazyValidator<{
|
|
|
125
125
|
tags?: string[] | undefined;
|
|
126
126
|
models?: string[] | undefined;
|
|
127
127
|
byok?: Record<string, Record<string, unknown>[]> | undefined;
|
|
128
|
+
zeroDataRetention?: boolean | undefined;
|
|
128
129
|
}>;
|
|
129
130
|
type GatewayProviderOptions = InferValidator<typeof gatewayProviderOptions>;
|
|
130
131
|
|
package/dist/index.d.ts
CHANGED
|
@@ -125,6 +125,7 @@ declare const gatewayProviderOptions: _ai_sdk_provider_utils.LazyValidator<{
|
|
|
125
125
|
tags?: string[] | undefined;
|
|
126
126
|
models?: string[] | undefined;
|
|
127
127
|
byok?: Record<string, Record<string, unknown>[]> | undefined;
|
|
128
|
+
zeroDataRetention?: boolean | undefined;
|
|
128
129
|
}>;
|
|
129
130
|
type GatewayProviderOptions = InferValidator<typeof gatewayProviderOptions>;
|
|
130
131
|
|
package/dist/index.js
CHANGED
|
@@ -806,7 +806,7 @@ async function getVercelRequestId() {
|
|
|
806
806
|
var import_provider_utils9 = require("@ai-sdk/provider-utils");
|
|
807
807
|
|
|
808
808
|
// src/version.ts
|
|
809
|
-
var VERSION = true ? "2.0.
|
|
809
|
+
var VERSION = true ? "2.0.23" : "0.0.0-test";
|
|
810
810
|
|
|
811
811
|
// src/gateway-provider.ts
|
|
812
812
|
var AI_GATEWAY_PROTOCOL_VERSION = "0.0.1";
|
package/dist/index.mjs
CHANGED
|
@@ -810,7 +810,7 @@ async function getVercelRequestId() {
|
|
|
810
810
|
import { withUserAgentSuffix } from "@ai-sdk/provider-utils";
|
|
811
811
|
|
|
812
812
|
// src/version.ts
|
|
813
|
-
var VERSION = true ? "2.0.
|
|
813
|
+
var VERSION = true ? "2.0.23" : "0.0.0-test";
|
|
814
814
|
|
|
815
815
|
// src/gateway-provider.ts
|
|
816
816
|
var AI_GATEWAY_PROTOCOL_VERSION = "0.0.1";
|