@wix/auto_sdk_ecom_delivery-profile 1.0.64 → 1.0.66
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.d.ts +1 -1
- package/build/cjs/index.js +1 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +5 -4
- package/build/cjs/index.typings.js +1 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +1 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +5 -4
- package/build/es/index.typings.mjs +1 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +1 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +5 -4
- package/build/internal/cjs/index.typings.js +1 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +1 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +5 -4
- package/build/internal/es/index.typings.mjs +1 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -11,7 +11,7 @@ interface CreateDeliveryProfileSignature {
|
|
|
11
11
|
* @param - DeliveryProfile to be created.
|
|
12
12
|
* @returns The created DeliveryProfile.
|
|
13
13
|
*/
|
|
14
|
-
(deliveryProfile: NonNullablePaths<DeliveryProfile, `deliveryRegions.${number}.destinations
|
|
14
|
+
(deliveryProfile: NonNullablePaths<DeliveryProfile, `deliveryRegions.${number}.destinations.${number}.countryCode` | `deliveryRegions.${number}.name` | `name`, 6>): Promise<NonNullablePaths<DeliveryProfile, `deliveryRegions`, 2> & {
|
|
15
15
|
__applicationErrorsType?: CreateDeliveryProfileApplicationErrors;
|
|
16
16
|
__validationErrorsType?: CreateDeliveryProfileValidationErrors;
|
|
17
17
|
}>;
|
|
@@ -592,6 +592,7 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
|
|
|
592
592
|
Namespace2["STANDALONE_EVENTS"] = "STANDALONE_EVENTS";
|
|
593
593
|
Namespace2["MIMIR"] = "MIMIR";
|
|
594
594
|
Namespace2["TWINS"] = "TWINS";
|
|
595
|
+
Namespace2["NANO"] = "NANO";
|
|
595
596
|
return Namespace2;
|
|
596
597
|
})(Namespace || {});
|
|
597
598
|
var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {
|