@wix/auto_sdk_ecom_abandoned-checkouts 1.0.39 → 1.0.41

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.
@@ -77,8 +77,8 @@ function resolveWixEcomAbandonedCheckoutApiV1AbandonedCheckoutServiceUrl(opts) {
77
77
  destPath: "/v1/abandoned-checkout"
78
78
  },
79
79
  {
80
- srcPath: "/ecom/v1/bulk/abandoned-checkouts",
81
- destPath: "/v1/bulk/abandoned-checkouts"
80
+ srcPath: "/ecom/v1/bulk/abandoned-checkout",
81
+ destPath: "/v1/bulk/abandoned-checkout"
82
82
  }
83
83
  ],
84
84
  "manage._base_domain_": [
@@ -93,8 +93,8 @@ function resolveWixEcomAbandonedCheckoutApiV1AbandonedCheckoutServiceUrl(opts) {
93
93
  destPath: "/v1/abandoned-checkout"
94
94
  },
95
95
  {
96
- srcPath: "/ecom/v1/bulk/abandoned-checkouts",
97
- destPath: "/v1/bulk/abandoned-checkouts"
96
+ srcPath: "/ecom/v1/bulk/abandoned-checkout",
97
+ destPath: "/v1/bulk/abandoned-checkout"
98
98
  }
99
99
  ],
100
100
  _: [
@@ -103,8 +103,8 @@ function resolveWixEcomAbandonedCheckoutApiV1AbandonedCheckoutServiceUrl(opts) {
103
103
  destPath: "/v1/abandoned-checkout"
104
104
  },
105
105
  {
106
- srcPath: "/ecom/v1/bulk/abandoned-checkouts",
107
- destPath: "/v1/bulk/abandoned-checkouts"
106
+ srcPath: "/ecom/v1/bulk/abandoned-checkout",
107
+ destPath: "/v1/bulk/abandoned-checkout"
108
108
  }
109
109
  ]
110
110
  };
@@ -172,7 +172,7 @@ function bulkDeleteAbandonedCheckouts(payload) {
172
172
  methodFqn: "wix.ecom.abandoned_checkout.api.v1.AbandonedCheckoutService.BulkDeleteAbandonedCheckouts",
173
173
  packageName: PACKAGE_NAME,
174
174
  url: resolveWixEcomAbandonedCheckoutApiV1AbandonedCheckoutServiceUrl({
175
- protoPath: "/v1/bulk/abandoned-checkouts/delete",
175
+ protoPath: "/v1/bulk/abandoned-checkout/delete",
176
176
  data: payload,
177
177
  host
178
178
  }),