@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.
Files changed (37) hide show
  1. package/build/cjs/index.d.ts +223 -31
  2. package/build/cjs/index.js +36 -5
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +1 -1
  5. package/build/cjs/index.typings.js +36 -5
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +205 -31
  8. package/build/cjs/meta.js +28 -1
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/index.d.mts +223 -31
  11. package/build/es/index.mjs +34 -5
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +1 -1
  14. package/build/es/index.typings.mjs +34 -5
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +205 -31
  17. package/build/es/meta.mjs +26 -1
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/internal/cjs/index.d.ts +6 -6
  20. package/build/internal/cjs/index.js +36 -5
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +226 -34
  23. package/build/internal/cjs/index.typings.js +36 -5
  24. package/build/internal/cjs/index.typings.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +205 -31
  26. package/build/internal/cjs/meta.js +28 -1
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/es/index.d.mts +6 -6
  29. package/build/internal/es/index.mjs +34 -5
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +226 -34
  32. package/build/internal/es/index.typings.mjs +34 -5
  33. package/build/internal/es/index.typings.mjs.map +1 -1
  34. package/build/internal/es/meta.d.mts +205 -31
  35. package/build/internal/es/meta.mjs +26 -1
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. package/package.json +2 -2
@@ -3136,8 +3136,20 @@ function editImage(payload) {
3136
3136
  { path: "photoroomImageEditingRequest.margin.bottom" },
3137
3137
  { path: "photoroomImageEditingRequest.margin.left" },
3138
3138
  { path: "photoroomImageEditingRequest.margin.right" },
3139
- { path: "photoroomImageEditingRequest.margin.top" }
3139
+ { path: "photoroomImageEditingRequest.margin.top" },
3140
+ { path: "montracerProxyTraceRequest.traceRequest.params.smoothing" },
3141
+ {
3142
+ path: "montracerProxyTraceRequest.traceRequest.params.mergeTolerance"
3143
+ },
3144
+ {
3145
+ path: "montracerProxyTraceRequest.traceRequest.params.simplifyTolerance"
3146
+ },
3147
+ { path: "montracerProxyTraceRequest.traceRequest.params.gapFix" }
3140
3148
  ]
3149
+ },
3150
+ {
3151
+ transformFn: transformSDKBytesToRESTBytes,
3152
+ paths: [{ path: "montracerProxyTraceRequest.traceRequest.image" }]
3141
3153
  }
3142
3154
  ]);
3143
3155
  const metadata = {
@@ -4143,11 +4155,22 @@ var EditImageRequestModel = /* @__PURE__ */ ((EditImageRequestModel2) => {
4143
4155
  EditImageRequestModel2["FROM_MODEL_ID"] = "FROM_MODEL_ID";
4144
4156
  return EditImageRequestModel2;
4145
4157
  })(EditImageRequestModel || {});
4158
+ var TraceMode = /* @__PURE__ */ ((TraceMode2) => {
4159
+ TraceMode2["TRACE_MODE_UNSPECIFIED"] = "TRACE_MODE_UNSPECIFIED";
4160
+ TraceMode2["TRACE_MODE_BW"] = "TRACE_MODE_BW";
4161
+ TraceMode2["TRACE_MODE_COLOR"] = "TRACE_MODE_COLOR";
4162
+ return TraceMode2;
4163
+ })(TraceMode || {});
4146
4164
  var VideoUpscaleRequestModel = /* @__PURE__ */ ((VideoUpscaleRequestModel2) => {
4147
4165
  VideoUpscaleRequestModel2["UNKNOWN_MODEL"] = "UNKNOWN_MODEL";
4148
4166
  VideoUpscaleRequestModel2["FROM_MODEL_ID"] = "FROM_MODEL_ID";
4149
4167
  return VideoUpscaleRequestModel2;
4150
4168
  })(VideoUpscaleRequestModel || {});
4169
+ var EditVideoRequestModel = /* @__PURE__ */ ((EditVideoRequestModel2) => {
4170
+ EditVideoRequestModel2["UNKNOWN_MODEL"] = "UNKNOWN_MODEL";
4171
+ EditVideoRequestModel2["FROM_MODEL_ID"] = "FROM_MODEL_ID";
4172
+ return EditVideoRequestModel2;
4173
+ })(EditVideoRequestModel || {});
4151
4174
  var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
4152
4175
  WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
4153
4176
  WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
@@ -4644,6 +4667,7 @@ export {
4644
4667
  EditImageModel as EditImageModelOriginal,
4645
4668
  EditImageRequestModel as EditImageRequestModelOriginal,
4646
4669
  EditImageWithPromptRequestModel as EditImageWithPromptRequestModelOriginal,
4670
+ EditVideoRequestModel as EditVideoRequestModelOriginal,
4647
4671
  ElevenLabsTextToSpeechModel as ElevenLabsTextToSpeechModelOriginal,
4648
4672
  EmbeddingEncodingFormat as EmbeddingEncodingFormatOriginal,
4649
4673
  EmbeddingModel as EmbeddingModelOriginal,
@@ -4709,6 +4733,7 @@ export {
4709
4733
  Threshold as ThresholdOriginal,
4710
4734
  TimestampGranularity as TimestampGranularityOriginal,
4711
4735
  ToolChoiceType as ToolChoiceTypeOriginal,
4736
+ TraceMode as TraceModeOriginal,
4712
4737
  TranscriptionModel as TranscriptionModelOriginal,
4713
4738
  Type as TypeOriginal,
4714
4739
  V1CacheControlType as V1CacheControlTypeOriginal,