@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.
@@ -132,6 +132,9 @@ function machineTranslate(payload) {
132
132
  method: "POST",
133
133
  methodFqn: "wix.multilingual.machine.v3.MachineTranslation.MachineTranslate",
134
134
  packageName: PACKAGE_NAME,
135
+ migrationOptions: {
136
+ optInTransformResponse: true
137
+ },
135
138
  url: resolveWixMultilingualMachineV3MachineTranslationUrl({
136
139
  protoPath: "/v3/machine-translate",
137
140
  data: serializedData,
@@ -272,6 +275,9 @@ function bulkMachineTranslate(payload) {
272
275
  method: "POST",
273
276
  methodFqn: "wix.multilingual.machine.v3.MachineTranslation.BulkMachineTranslate",
274
277
  packageName: PACKAGE_NAME,
278
+ migrationOptions: {
279
+ optInTransformResponse: true
280
+ },
275
281
  url: resolveWixMultilingualMachineV3MachineTranslationUrl({
276
282
  protoPath: "/v3/bulk-machine-translate",
277
283
  data: serializedData,