@wix/auto_sdk_ecom_abandoned-checkouts 1.0.43 → 1.0.45

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.
@@ -119,6 +119,9 @@ function getAbandonedCheckout(payload) {
119
119
  method: "GET",
120
120
  methodFqn: "wix.ecom.abandoned_checkout.api.v1.AbandonedCheckoutService.GetAbandonedCheckout",
121
121
  packageName: PACKAGE_NAME,
122
+ migrationOptions: {
123
+ optInTransformResponse: true
124
+ },
122
125
  url: resolveWixEcomAbandonedCheckoutApiV1AbandonedCheckoutServiceUrl({
123
126
  protoPath: "/v1/abandoned-checkout/{abandonedCheckoutId}",
124
127
  data: payload,
@@ -157,6 +160,9 @@ function deleteAbandonedCheckout(payload) {
157
160
  method: "DELETE",
158
161
  methodFqn: "wix.ecom.abandoned_checkout.api.v1.AbandonedCheckoutService.DeleteAbandonedCheckout",
159
162
  packageName: PACKAGE_NAME,
163
+ migrationOptions: {
164
+ optInTransformResponse: true
165
+ },
160
166
  url: resolveWixEcomAbandonedCheckoutApiV1AbandonedCheckoutServiceUrl({
161
167
  protoPath: "/v1/abandoned-checkout/{abandonedCheckoutId}",
162
168
  data: payload,
@@ -175,6 +181,9 @@ function bulkDeleteAbandonedCheckouts(payload) {
175
181
  method: "POST",
176
182
  methodFqn: "wix.ecom.abandoned_checkout.api.v1.AbandonedCheckoutService.BulkDeleteAbandonedCheckouts",
177
183
  packageName: PACKAGE_NAME,
184
+ migrationOptions: {
185
+ optInTransformResponse: true
186
+ },
178
187
  url: resolveWixEcomAbandonedCheckoutApiV1AbandonedCheckoutServiceUrl({
179
188
  protoPath: "/v1/bulk/abandoned-checkout/delete",
180
189
  data: payload,
@@ -193,6 +202,9 @@ function queryAbandonedCheckouts(payload) {
193
202
  method: "POST",
194
203
  methodFqn: "wix.ecom.abandoned_checkout.api.v1.AbandonedCheckoutService.QueryAbandonedCheckouts",
195
204
  packageName: PACKAGE_NAME,
205
+ migrationOptions: {
206
+ optInTransformResponse: true
207
+ },
196
208
  url: resolveWixEcomAbandonedCheckoutApiV1AbandonedCheckoutServiceUrl({
197
209
  protoPath: "/v1/abandoned-checkout/query",
198
210
  data: payload,
@@ -239,6 +251,9 @@ function searchAbandonedCheckouts(payload) {
239
251
  method: "POST",
240
252
  methodFqn: "wix.ecom.abandoned_checkout.api.v1.AbandonedCheckoutService.SearchAbandonedCheckouts",
241
253
  packageName: PACKAGE_NAME,
254
+ migrationOptions: {
255
+ optInTransformResponse: true
256
+ },
242
257
  url: resolveWixEcomAbandonedCheckoutApiV1AbandonedCheckoutServiceUrl({
243
258
  protoPath: "/v1/abandoned-checkout/search",
244
259
  data: payload,
@@ -279,6 +294,9 @@ function addAbandonedCheckoutActivity(payload) {
279
294
  method: "POST",
280
295
  methodFqn: "wix.ecom.abandoned_checkout.api.v1.AbandonedCheckoutService.AddAbandonedCheckoutActivity",
281
296
  packageName: PACKAGE_NAME,
297
+ migrationOptions: {
298
+ optInTransformResponse: true
299
+ },
282
300
  url: resolveWixEcomAbandonedCheckoutApiV1AbandonedCheckoutServiceUrl({
283
301
  protoPath: "/v1/abandoned-checkouts/{abandonedCheckoutId}/add-activity",
284
302
  data: payload,
@@ -317,6 +335,9 @@ function redirectToCheckout(payload) {
317
335
  method: "GET",
318
336
  methodFqn: "wix.ecom.abandoned_checkout.api.v1.AbandonedCheckoutService.RedirectToCheckout",
319
337
  packageName: PACKAGE_NAME,
338
+ migrationOptions: {
339
+ optInTransformResponse: true
340
+ },
320
341
  url: resolveWixEcomAbandonedCheckoutApiV1AbandonedCheckoutServiceUrl({
321
342
  protoPath: "/v1/abandoned-checkout/{abandonedCheckoutId}/redirect-to-checkout",
322
343
  data: payload,