@wix/auto_sdk_ai-gateway_generators 1.0.128 → 1.0.129
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/build/cjs/index.d.ts +39 -6
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +19 -2
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +39 -6
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +19 -2
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +39 -6
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +19 -2
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +39 -6
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +19 -2
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -8321,6 +8321,15 @@ interface ContentGenerationRequestedEvent {
|
|
|
8321
8321
|
/** Dynamic request configuration, including dynamic tools and messages. */
|
|
8322
8322
|
dynamicRequestConfig?: DynamicRequestConfig;
|
|
8323
8323
|
}
|
|
8324
|
+
/**
|
|
8325
|
+
* The WixAiGatewayAuditor service used to live in this file, along with its request, response and
|
|
8326
|
+
* quota-policy messages. It was replaced by wix.ds.ai.gateway.auditor.v2.WixAiGatewayAuditorV2 and
|
|
8327
|
+
* removed once nothing called it any more.
|
|
8328
|
+
*
|
|
8329
|
+
* UserRequestInfo outlived it. The AI gateway's public API, and around a dozen services outside this
|
|
8330
|
+
* repo, declare their user_request_info field with this exact type, so both the file name and the
|
|
8331
|
+
* message name have to stay as they are - callers compile against them.
|
|
8332
|
+
*/
|
|
8324
8333
|
interface UserRequestInfo {
|
|
8325
8334
|
/**
|
|
8326
8335
|
* Interaction id
|
|
@@ -12633,7 +12642,11 @@ interface V1Segment {
|
|
|
12633
12642
|
interface GenerateAudioRequest extends GenerateAudioRequestAudioRequestOneOf {
|
|
12634
12643
|
/** OpenAi create speech request */
|
|
12635
12644
|
openAiCreateSpeechRequest?: CreateSpeechRequest;
|
|
12636
|
-
/**
|
|
12645
|
+
/**
|
|
12646
|
+
* ElevenLabs text to speech request
|
|
12647
|
+
* @deprecated ElevenLabs text to speech request
|
|
12648
|
+
* @targetRemovalDate 2026-07-31
|
|
12649
|
+
*/
|
|
12637
12650
|
elevenlabsTextToSpeechRequest?: TextToSpeechRequest;
|
|
12638
12651
|
/** Contains additional information for the request. */
|
|
12639
12652
|
userRequestInfo?: UserRequestInfo;
|
|
@@ -12642,7 +12655,11 @@ interface GenerateAudioRequest extends GenerateAudioRequestAudioRequestOneOf {
|
|
|
12642
12655
|
interface GenerateAudioRequestAudioRequestOneOf {
|
|
12643
12656
|
/** OpenAi create speech request */
|
|
12644
12657
|
openAiCreateSpeechRequest?: CreateSpeechRequest;
|
|
12645
|
-
/**
|
|
12658
|
+
/**
|
|
12659
|
+
* ElevenLabs text to speech request
|
|
12660
|
+
* @deprecated ElevenLabs text to speech request
|
|
12661
|
+
* @targetRemovalDate 2026-07-31
|
|
12662
|
+
*/
|
|
12646
12663
|
elevenlabsTextToSpeechRequest?: TextToSpeechRequest;
|
|
12647
12664
|
}
|
|
12648
12665
|
interface CreateSpeechRequest {
|
|
@@ -15152,7 +15169,11 @@ declare function generateAudio(options?: GenerateAudioOptions): Promise<Generate
|
|
|
15152
15169
|
interface GenerateAudioOptions extends GenerateAudioOptionsAudioRequestOneOf {
|
|
15153
15170
|
/** OpenAi create speech request */
|
|
15154
15171
|
openAiCreateSpeechRequest?: CreateSpeechRequest;
|
|
15155
|
-
/**
|
|
15172
|
+
/**
|
|
15173
|
+
* ElevenLabs text to speech request
|
|
15174
|
+
* @deprecated ElevenLabs text to speech request
|
|
15175
|
+
* @targetRemovalDate 2026-07-31
|
|
15176
|
+
*/
|
|
15156
15177
|
elevenlabsTextToSpeechRequest?: TextToSpeechRequest;
|
|
15157
15178
|
/** Contains additional information for the request. */
|
|
15158
15179
|
userRequestInfo?: UserRequestInfo;
|
|
@@ -15161,7 +15182,11 @@ interface GenerateAudioOptions extends GenerateAudioOptionsAudioRequestOneOf {
|
|
|
15161
15182
|
interface GenerateAudioOptionsAudioRequestOneOf {
|
|
15162
15183
|
/** OpenAi create speech request */
|
|
15163
15184
|
openAiCreateSpeechRequest?: CreateSpeechRequest;
|
|
15164
|
-
/**
|
|
15185
|
+
/**
|
|
15186
|
+
* ElevenLabs text to speech request
|
|
15187
|
+
* @deprecated ElevenLabs text to speech request
|
|
15188
|
+
* @targetRemovalDate 2026-07-31
|
|
15189
|
+
*/
|
|
15165
15190
|
elevenlabsTextToSpeechRequest?: TextToSpeechRequest;
|
|
15166
15191
|
}
|
|
15167
15192
|
/**
|
|
@@ -15175,7 +15200,11 @@ declare function generateAudioStreamed(options?: GenerateAudioStreamedOptions):
|
|
|
15175
15200
|
interface GenerateAudioStreamedOptions extends GenerateAudioStreamedOptionsAudioRequestOneOf {
|
|
15176
15201
|
/** OpenAi create speech request */
|
|
15177
15202
|
openAiCreateSpeechRequest?: CreateSpeechRequest;
|
|
15178
|
-
/**
|
|
15203
|
+
/**
|
|
15204
|
+
* ElevenLabs text to speech request
|
|
15205
|
+
* @deprecated ElevenLabs text to speech request
|
|
15206
|
+
* @targetRemovalDate 2026-07-31
|
|
15207
|
+
*/
|
|
15179
15208
|
elevenlabsTextToSpeechRequest?: TextToSpeechRequest;
|
|
15180
15209
|
/** Contains additional information for the request. */
|
|
15181
15210
|
userRequestInfo?: UserRequestInfo;
|
|
@@ -15184,7 +15213,11 @@ interface GenerateAudioStreamedOptions extends GenerateAudioStreamedOptionsAudio
|
|
|
15184
15213
|
interface GenerateAudioStreamedOptionsAudioRequestOneOf {
|
|
15185
15214
|
/** OpenAi create speech request */
|
|
15186
15215
|
openAiCreateSpeechRequest?: CreateSpeechRequest;
|
|
15187
|
-
/**
|
|
15216
|
+
/**
|
|
15217
|
+
* ElevenLabs text to speech request
|
|
15218
|
+
* @deprecated ElevenLabs text to speech request
|
|
15219
|
+
* @targetRemovalDate 2026-07-31
|
|
15220
|
+
*/
|
|
15188
15221
|
elevenlabsTextToSpeechRequest?: TextToSpeechRequest;
|
|
15189
15222
|
}
|
|
15190
15223
|
/**
|