@wix/auto_sdk_stores_info-sections-v-3 1.0.37 → 1.0.39

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.
@@ -123,6 +123,9 @@ function createInfoSection(payload) {
123
123
  method: "POST",
124
124
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.CreateInfoSection",
125
125
  packageName: PACKAGE_NAME,
126
+ migrationOptions: {
127
+ optInTransformResponse: true
128
+ },
126
129
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
127
130
  protoPath: "/v3/info-sections",
128
131
  data: serializedData,
@@ -198,6 +201,9 @@ function getInfoSection(payload) {
198
201
  method: "GET",
199
202
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.GetInfoSection",
200
203
  packageName: PACKAGE_NAME,
204
+ migrationOptions: {
205
+ optInTransformResponse: true
206
+ },
201
207
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
202
208
  protoPath: "/v3/info-sections/{infoSectionId}",
203
209
  data: payload,
@@ -320,6 +326,9 @@ function getOrCreateInfoSection(payload) {
320
326
  method: "POST",
321
327
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.GetOrCreateInfoSection",
322
328
  packageName: PACKAGE_NAME,
329
+ migrationOptions: {
330
+ optInTransformResponse: true
331
+ },
323
332
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
324
333
  protoPath: "/v3/info-sections/get-or-create",
325
334
  data: serializedData,
@@ -444,6 +453,9 @@ function bulkGetOrCreateInfoSections(payload) {
444
453
  method: "POST",
445
454
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.BulkGetOrCreateInfoSections",
446
455
  packageName: PACKAGE_NAME,
456
+ migrationOptions: {
457
+ optInTransformResponse: true
458
+ },
447
459
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
448
460
  protoPath: "/v3/bulk/info-sections/get-or-create",
449
461
  data: serializedData,
@@ -576,6 +588,9 @@ function updateInfoSection(payload) {
576
588
  method: "PATCH",
577
589
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.UpdateInfoSection",
578
590
  packageName: PACKAGE_NAME,
591
+ migrationOptions: {
592
+ optInTransformResponse: true
593
+ },
579
594
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
580
595
  protoPath: "/v3/info-sections/{infoSection.id}",
581
596
  data: serializedData,
@@ -651,6 +666,9 @@ function deleteInfoSection(payload) {
651
666
  method: "DELETE",
652
667
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.DeleteInfoSection",
653
668
  packageName: PACKAGE_NAME,
669
+ migrationOptions: {
670
+ optInTransformResponse: true
671
+ },
654
672
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
655
673
  protoPath: "/v3/info-sections/{infoSectionId}",
656
674
  data: payload,
@@ -669,6 +687,9 @@ function queryInfoSections(payload) {
669
687
  method: "GET",
670
688
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.QueryInfoSections",
671
689
  packageName: PACKAGE_NAME,
690
+ migrationOptions: {
691
+ optInTransformResponse: true
692
+ },
672
693
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
673
694
  protoPath: "/v3/info-sections/query",
674
695
  data: payload,
@@ -810,6 +831,9 @@ function bulkCreateInfoSections(payload) {
810
831
  method: "POST",
811
832
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.BulkCreateInfoSections",
812
833
  packageName: PACKAGE_NAME,
834
+ migrationOptions: {
835
+ optInTransformResponse: true
836
+ },
813
837
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
814
838
  protoPath: "/v3/bulk/info-sections/create",
815
839
  data: serializedData,
@@ -958,6 +982,9 @@ function bulkUpdateInfoSections(payload) {
958
982
  method: "POST",
959
983
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.BulkUpdateInfoSections",
960
984
  packageName: PACKAGE_NAME,
985
+ migrationOptions: {
986
+ optInTransformResponse: true
987
+ },
961
988
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
962
989
  protoPath: "/v3/bulk/info-sections/update",
963
990
  data: serializedData,
@@ -1037,6 +1064,9 @@ function bulkDeleteInfoSections(payload) {
1037
1064
  method: "POST",
1038
1065
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.BulkDeleteInfoSections",
1039
1066
  packageName: PACKAGE_NAME,
1067
+ migrationOptions: {
1068
+ optInTransformResponse: true
1069
+ },
1040
1070
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
1041
1071
  protoPath: "/v3/bulk/info-sections/delete",
1042
1072
  data: payload,