@wix/auto_sdk_multilingual_machine-translation 1.0.28 → 1.0.29

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.
@@ -195,6 +195,9 @@ function machineTranslate(payload) {
195
195
  method: "POST",
196
196
  methodFqn: "wix.multilingual.machine.v3.MachineTranslation.MachineTranslate",
197
197
  packageName: PACKAGE_NAME,
198
+ migrationOptions: {
199
+ optInTransformResponse: true
200
+ },
198
201
  url: resolveWixMultilingualMachineV3MachineTranslationUrl({
199
202
  protoPath: "/v3/machine-translate",
200
203
  data: serializedData,
@@ -335,6 +338,9 @@ function bulkMachineTranslate(payload) {
335
338
  method: "POST",
336
339
  methodFqn: "wix.multilingual.machine.v3.MachineTranslation.BulkMachineTranslate",
337
340
  packageName: PACKAGE_NAME,
341
+ migrationOptions: {
342
+ optInTransformResponse: true
343
+ },
338
344
  url: resolveWixMultilingualMachineV3MachineTranslationUrl({
339
345
  protoPath: "/v3/bulk-machine-translate",
340
346
  data: serializedData,