@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.
- package/build/cjs/index.js +7 -7
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +7 -7
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +8 -8
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +7 -7
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +7 -7
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +8 -8
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +7 -7
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +7 -7
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +8 -8
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +7 -7
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +7 -7
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +8 -8
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -77,8 +77,8 @@ function resolveWixEcomAbandonedCheckoutApiV1AbandonedCheckoutServiceUrl(opts) {
|
|
|
77
77
|
destPath: "/v1/abandoned-checkout"
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
|
-
srcPath: "/ecom/v1/bulk/abandoned-
|
|
81
|
-
destPath: "/v1/bulk/abandoned-
|
|
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-
|
|
97
|
-
destPath: "/v1/bulk/abandoned-
|
|
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-
|
|
107
|
-
destPath: "/v1/bulk/abandoned-
|
|
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-
|
|
175
|
+
protoPath: "/v1/bulk/abandoned-checkout/delete",
|
|
176
176
|
data: payload,
|
|
177
177
|
host
|
|
178
178
|
}),
|