@wix/auto_sdk_multilingual_translation-published-contents 1.0.36 → 1.0.37

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.
@@ -157,6 +157,9 @@ function queryPublishedContent(payload) {
157
157
  method: "GET",
158
158
  methodFqn: "com.wixpress.localizationpublic.v3.TranslationPublishedContent.QueryPublishedContent",
159
159
  packageName: PACKAGE_NAME,
160
+ migrationOptions: {
161
+ optInTransformResponse: true
162
+ },
160
163
  url: resolveComWixpressLocalizationpublicV3TranslationPublishedContentUrl(
161
164
  { protoPath: "/v3/published-contents/query", data: payload, host }
162
165
  ),