@wix/auto_sdk_ai-gateway_generators 1.0.105 → 1.0.107
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 +223 -31
- package/build/cjs/index.js +36 -5
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +1 -1
- package/build/cjs/index.typings.js +36 -5
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +205 -31
- package/build/cjs/meta.js +28 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +223 -31
- package/build/es/index.mjs +34 -5
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +1 -1
- package/build/es/index.typings.mjs +34 -5
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +205 -31
- package/build/es/meta.mjs +26 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +6 -6
- package/build/internal/cjs/index.js +36 -5
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +226 -34
- package/build/internal/cjs/index.typings.js +36 -5
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +205 -31
- package/build/internal/cjs/meta.js +28 -1
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +6 -6
- package/build/internal/es/index.mjs +34 -5
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +226 -34
- package/build/internal/es/index.typings.mjs +34 -5
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +205 -31
- package/build/internal/es/meta.mjs +26 -1
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -35,6 +35,7 @@ __export(meta_exports, {
|
|
|
35
35
|
EditImageModelOriginal: () => EditImageModel,
|
|
36
36
|
EditImageRequestModelOriginal: () => EditImageRequestModel,
|
|
37
37
|
EditImageWithPromptRequestModelOriginal: () => EditImageWithPromptRequestModel,
|
|
38
|
+
EditVideoRequestModelOriginal: () => EditVideoRequestModel,
|
|
38
39
|
ElevenLabsTextToSpeechModelOriginal: () => ElevenLabsTextToSpeechModel,
|
|
39
40
|
EmbeddingEncodingFormatOriginal: () => EmbeddingEncodingFormat,
|
|
40
41
|
EmbeddingModelOriginal: () => EmbeddingModel,
|
|
@@ -100,6 +101,7 @@ __export(meta_exports, {
|
|
|
100
101
|
ThresholdOriginal: () => Threshold,
|
|
101
102
|
TimestampGranularityOriginal: () => TimestampGranularity,
|
|
102
103
|
ToolChoiceTypeOriginal: () => ToolChoiceType,
|
|
104
|
+
TraceModeOriginal: () => TraceMode,
|
|
103
105
|
TranscriptionModelOriginal: () => TranscriptionModel,
|
|
104
106
|
TypeOriginal: () => Type,
|
|
105
107
|
V1CacheControlTypeOriginal: () => V1CacheControlType,
|
|
@@ -3288,8 +3290,20 @@ function editImage(payload) {
|
|
|
3288
3290
|
{ path: "photoroomImageEditingRequest.margin.bottom" },
|
|
3289
3291
|
{ path: "photoroomImageEditingRequest.margin.left" },
|
|
3290
3292
|
{ path: "photoroomImageEditingRequest.margin.right" },
|
|
3291
|
-
{ path: "photoroomImageEditingRequest.margin.top" }
|
|
3293
|
+
{ path: "photoroomImageEditingRequest.margin.top" },
|
|
3294
|
+
{ path: "montracerProxyTraceRequest.traceRequest.params.smoothing" },
|
|
3295
|
+
{
|
|
3296
|
+
path: "montracerProxyTraceRequest.traceRequest.params.mergeTolerance"
|
|
3297
|
+
},
|
|
3298
|
+
{
|
|
3299
|
+
path: "montracerProxyTraceRequest.traceRequest.params.simplifyTolerance"
|
|
3300
|
+
},
|
|
3301
|
+
{ path: "montracerProxyTraceRequest.traceRequest.params.gapFix" }
|
|
3292
3302
|
]
|
|
3303
|
+
},
|
|
3304
|
+
{
|
|
3305
|
+
transformFn: import_bytes.transformSDKBytesToRESTBytes,
|
|
3306
|
+
paths: [{ path: "montracerProxyTraceRequest.traceRequest.image" }]
|
|
3293
3307
|
}
|
|
3294
3308
|
]);
|
|
3295
3309
|
const metadata = {
|
|
@@ -4295,11 +4309,22 @@ var EditImageRequestModel = /* @__PURE__ */ ((EditImageRequestModel2) => {
|
|
|
4295
4309
|
EditImageRequestModel2["FROM_MODEL_ID"] = "FROM_MODEL_ID";
|
|
4296
4310
|
return EditImageRequestModel2;
|
|
4297
4311
|
})(EditImageRequestModel || {});
|
|
4312
|
+
var TraceMode = /* @__PURE__ */ ((TraceMode2) => {
|
|
4313
|
+
TraceMode2["TRACE_MODE_UNSPECIFIED"] = "TRACE_MODE_UNSPECIFIED";
|
|
4314
|
+
TraceMode2["TRACE_MODE_BW"] = "TRACE_MODE_BW";
|
|
4315
|
+
TraceMode2["TRACE_MODE_COLOR"] = "TRACE_MODE_COLOR";
|
|
4316
|
+
return TraceMode2;
|
|
4317
|
+
})(TraceMode || {});
|
|
4298
4318
|
var VideoUpscaleRequestModel = /* @__PURE__ */ ((VideoUpscaleRequestModel2) => {
|
|
4299
4319
|
VideoUpscaleRequestModel2["UNKNOWN_MODEL"] = "UNKNOWN_MODEL";
|
|
4300
4320
|
VideoUpscaleRequestModel2["FROM_MODEL_ID"] = "FROM_MODEL_ID";
|
|
4301
4321
|
return VideoUpscaleRequestModel2;
|
|
4302
4322
|
})(VideoUpscaleRequestModel || {});
|
|
4323
|
+
var EditVideoRequestModel = /* @__PURE__ */ ((EditVideoRequestModel2) => {
|
|
4324
|
+
EditVideoRequestModel2["UNKNOWN_MODEL"] = "UNKNOWN_MODEL";
|
|
4325
|
+
EditVideoRequestModel2["FROM_MODEL_ID"] = "FROM_MODEL_ID";
|
|
4326
|
+
return EditVideoRequestModel2;
|
|
4327
|
+
})(EditVideoRequestModel || {});
|
|
4303
4328
|
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
4304
4329
|
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
4305
4330
|
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
@@ -4797,6 +4822,7 @@ function pollImageGenerationResult2() {
|
|
|
4797
4822
|
EditImageModelOriginal,
|
|
4798
4823
|
EditImageRequestModelOriginal,
|
|
4799
4824
|
EditImageWithPromptRequestModelOriginal,
|
|
4825
|
+
EditVideoRequestModelOriginal,
|
|
4800
4826
|
ElevenLabsTextToSpeechModelOriginal,
|
|
4801
4827
|
EmbeddingEncodingFormatOriginal,
|
|
4802
4828
|
EmbeddingModelOriginal,
|
|
@@ -4862,6 +4888,7 @@ function pollImageGenerationResult2() {
|
|
|
4862
4888
|
ThresholdOriginal,
|
|
4863
4889
|
TimestampGranularityOriginal,
|
|
4864
4890
|
ToolChoiceTypeOriginal,
|
|
4891
|
+
TraceModeOriginal,
|
|
4865
4892
|
TranscriptionModelOriginal,
|
|
4866
4893
|
TypeOriginal,
|
|
4867
4894
|
V1CacheControlTypeOriginal,
|