@wix/auto_sdk_ecom_delivery-profile 1.0.63 → 1.0.65
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 +3 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +4 -2
- package/build/cjs/index.typings.js +3 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +2 -2
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +3 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +4 -2
- package/build/es/index.typings.mjs +3 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +2 -2
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +3 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +4 -2
- package/build/internal/cjs/index.typings.js +3 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +2 -2
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +3 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +4 -2
- package/build/internal/es/index.typings.mjs +3 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +2 -2
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -237,7 +237,7 @@ function queryDeliveryProfiles(payload) {
|
|
|
237
237
|
function __queryDeliveryProfiles({ host }) {
|
|
238
238
|
const metadata = {
|
|
239
239
|
entityFqdn: "wix.ecom.v1.delivery_profile",
|
|
240
|
-
method: "
|
|
240
|
+
method: "GET",
|
|
241
241
|
methodFqn: "wix.ecom.deliveryprofile.v1.DeliveryProfiles.QueryDeliveryProfiles",
|
|
242
242
|
packageName: PACKAGE_NAME,
|
|
243
243
|
url: resolveWixEcomDeliveryprofileV1DeliveryProfilesUrl({
|
|
@@ -245,7 +245,7 @@ function queryDeliveryProfiles(payload) {
|
|
|
245
245
|
data: payload,
|
|
246
246
|
host
|
|
247
247
|
}),
|
|
248
|
-
|
|
248
|
+
params: (0, import_rest_modules.toURLSearchParams)(payload, true),
|
|
249
249
|
transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
|
|
250
250
|
{
|
|
251
251
|
transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,
|
|
@@ -638,6 +638,7 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
|
|
|
638
638
|
Namespace2["STANDALONE_EVENTS"] = "STANDALONE_EVENTS";
|
|
639
639
|
Namespace2["MIMIR"] = "MIMIR";
|
|
640
640
|
Namespace2["TWINS"] = "TWINS";
|
|
641
|
+
Namespace2["NANO"] = "NANO";
|
|
641
642
|
return Namespace2;
|
|
642
643
|
})(Namespace || {});
|
|
643
644
|
var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {
|