@wix/auto_sdk_ecom_subscription-contracts 1.0.64 → 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.d.ts +1 -1
- package/build/cjs/index.js +10 -10
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +5 -5
- package/build/cjs/index.typings.js +10 -10
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +5 -5
- package/build/cjs/meta.js +10 -10
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +9 -9
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +5 -5
- package/build/es/index.typings.mjs +9 -9
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +5 -5
- package/build/es/meta.mjs +9 -9
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +10 -10
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +5 -5
- package/build/internal/cjs/index.typings.js +10 -10
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +5 -5
- package/build/internal/cjs/meta.js +10 -10
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +9 -9
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +5 -5
- package/build/internal/es/index.typings.mjs +9 -9
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +5 -5
- package/build/internal/es/meta.mjs +9 -9
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -25,7 +25,7 @@ __export(index_exports, {
|
|
|
25
25
|
DescriptionLineType: () => DescriptionLineType,
|
|
26
26
|
DiscountReason: () => DiscountReason,
|
|
27
27
|
DiscountType: () => DiscountType,
|
|
28
|
-
|
|
28
|
+
ItemTypePreset: () => ItemTypePreset,
|
|
29
29
|
JurisdictionType: () => JurisdictionType,
|
|
30
30
|
PaymentOptionType: () => PaymentOptionType,
|
|
31
31
|
PickupMethod: () => PickupMethod,
|
|
@@ -284,14 +284,14 @@ var DescriptionLineType = /* @__PURE__ */ ((DescriptionLineType2) => {
|
|
|
284
284
|
DescriptionLineType2["COLOR"] = "COLOR";
|
|
285
285
|
return DescriptionLineType2;
|
|
286
286
|
})(DescriptionLineType || {});
|
|
287
|
-
var
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
return
|
|
294
|
-
})(
|
|
287
|
+
var ItemTypePreset = /* @__PURE__ */ ((ItemTypePreset2) => {
|
|
288
|
+
ItemTypePreset2["UNRECOGNISED"] = "UNRECOGNISED";
|
|
289
|
+
ItemTypePreset2["PHYSICAL"] = "PHYSICAL";
|
|
290
|
+
ItemTypePreset2["DIGITAL"] = "DIGITAL";
|
|
291
|
+
ItemTypePreset2["GIFT_CARD"] = "GIFT_CARD";
|
|
292
|
+
ItemTypePreset2["SERVICE"] = "SERVICE";
|
|
293
|
+
return ItemTypePreset2;
|
|
294
|
+
})(ItemTypePreset || {});
|
|
295
295
|
var PaymentOptionType = /* @__PURE__ */ ((PaymentOptionType2) => {
|
|
296
296
|
PaymentOptionType2["FULL_PAYMENT_ONLINE"] = "FULL_PAYMENT_ONLINE";
|
|
297
297
|
PaymentOptionType2["FULL_PAYMENT_OFFLINE"] = "FULL_PAYMENT_OFFLINE";
|
|
@@ -672,7 +672,7 @@ var onSubscriptionContractUpdated2 = (0, import_event_definition_modules.createE
|
|
|
672
672
|
DescriptionLineType,
|
|
673
673
|
DiscountReason,
|
|
674
674
|
DiscountType,
|
|
675
|
-
|
|
675
|
+
ItemTypePreset,
|
|
676
676
|
JurisdictionType,
|
|
677
677
|
PaymentOptionType,
|
|
678
678
|
PickupMethod,
|