@wix/auto_sdk_quick-pages_contents 1.0.1 → 1.0.2

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.
@@ -112,6 +112,9 @@ function getContent(payload) {
112
112
  method: "GET",
113
113
  methodFqn: "wix.quickpages.content.v1.ContentService.GetContent",
114
114
  packageName: PACKAGE_NAME,
115
+ migrationOptions: {
116
+ optInTransformResponse: true
117
+ },
115
118
  url: resolveWixQuickpagesContentV1ContentServiceUrl({
116
119
  protoPath: "/v1/contents/{contentId}",
117
120
  data: payload,
@@ -313,6 +316,9 @@ function submitContent(payload) {
313
316
  method: "POST",
314
317
  methodFqn: "wix.quickpages.content.v1.ContentService.SubmitContent",
315
318
  packageName: PACKAGE_NAME,
319
+ migrationOptions: {
320
+ optInTransformResponse: true
321
+ },
316
322
  url: resolveWixQuickpagesContentV1ContentServiceUrl({
317
323
  protoPath: "/v1/contents/submit",
318
324
  data: serializedData,
@@ -431,6 +437,9 @@ function getLatestContentByPageId(payload) {
431
437
  method: "GET",
432
438
  methodFqn: "wix.quickpages.content.v1.ContentService.GetLatestContentByPageId",
433
439
  packageName: PACKAGE_NAME,
440
+ migrationOptions: {
441
+ optInTransformResponse: true
442
+ },
434
443
  url: resolveWixQuickpagesContentV1ContentServiceUrl({
435
444
  protoPath: "/v1/contents/page/{pageId}",
436
445
  data: payload,
@@ -549,6 +558,9 @@ function lockLatestContentByPageId(payload) {
549
558
  method: "PATCH",
550
559
  methodFqn: "wix.quickpages.content.v1.ContentService.LockLatestContentByPageId",
551
560
  packageName: PACKAGE_NAME,
561
+ migrationOptions: {
562
+ optInTransformResponse: true
563
+ },
552
564
  url: resolveWixQuickpagesContentV1ContentServiceUrl({
553
565
  protoPath: "/v1/contents/page/{pageId}/lock",
554
566
  data: payload,
@@ -667,6 +679,9 @@ function queryContents(payload) {
667
679
  method: "GET",
668
680
  methodFqn: "wix.quickpages.content.v1.ContentService.QueryContents",
669
681
  packageName: PACKAGE_NAME,
682
+ migrationOptions: {
683
+ optInTransformResponse: true
684
+ },
670
685
  url: resolveWixQuickpagesContentV1ContentServiceUrl({
671
686
  protoPath: "/v1/contents/query",
672
687
  data: payload,