@wix/auto_sdk_subscription_subscriptions 1.0.21 → 1.0.23
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 +21 -21
- package/build/cjs/index.js +2 -12
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +21 -37
- package/build/cjs/index.typings.js +2 -12
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -15
- package/build/cjs/meta.js +0 -8
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +21 -21
- package/build/es/index.mjs +2 -11
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +21 -37
- package/build/es/index.typings.mjs +2 -11
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1 -15
- package/build/es/meta.mjs +0 -7
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +22 -22
- package/build/internal/cjs/index.js +2 -12
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +22 -38
- package/build/internal/cjs/index.typings.js +2 -12
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +1 -15
- package/build/internal/cjs/meta.js +0 -8
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +22 -22
- package/build/internal/es/index.mjs +2 -11
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +22 -38
- package/build/internal/es/index.typings.mjs +2 -11
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +1 -15
- package/build/internal/es/meta.mjs +0 -7
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -37,7 +37,6 @@ __export(index_typings_exports, {
|
|
|
37
37
|
OrderMethod: () => OrderMethod,
|
|
38
38
|
PauseAt: () => PauseAt,
|
|
39
39
|
PausePolicy: () => PausePolicy,
|
|
40
|
-
PauseType: () => PauseType,
|
|
41
40
|
PaymentAttemptStatus: () => PaymentAttemptStatus,
|
|
42
41
|
PaymentMode: () => PaymentMode,
|
|
43
42
|
PaymentSettlementMethod: () => PaymentSettlementMethod,
|
|
@@ -3249,12 +3248,6 @@ var ResumeAt = /* @__PURE__ */ ((ResumeAt2) => {
|
|
|
3249
3248
|
ResumeAt2["SPECIFIC_DATE"] = "SPECIFIC_DATE";
|
|
3250
3249
|
return ResumeAt2;
|
|
3251
3250
|
})(ResumeAt || {});
|
|
3252
|
-
var PauseType = /* @__PURE__ */ ((PauseType2) => {
|
|
3253
|
-
PauseType2["UNKNOWN_PAUSE_TYPE"] = "UNKNOWN_PAUSE_TYPE";
|
|
3254
|
-
PauseType2["PAUSE"] = "PAUSE";
|
|
3255
|
-
PauseType2["SKIP_CYCLE"] = "SKIP_CYCLE";
|
|
3256
|
-
return PauseType2;
|
|
3257
|
-
})(PauseType || {});
|
|
3258
3251
|
var HistoryActionInitiator = /* @__PURE__ */ ((HistoryActionInitiator2) => {
|
|
3259
3252
|
HistoryActionInitiator2["UNDEFINED"] = "UNDEFINED";
|
|
3260
3253
|
HistoryActionInitiator2["BUSINESS"] = "BUSINESS";
|
|
@@ -3996,8 +3989,7 @@ async function pauseSubscription2(_id, options) {
|
|
|
3996
3989
|
pauseAt: options?.pauseAt,
|
|
3997
3990
|
pauseAtSchedule: options?.pauseAtSchedule,
|
|
3998
3991
|
autoResumeAtSchedule: options?.autoResumeAtSchedule,
|
|
3999
|
-
actionContext: options?.actionContext
|
|
4000
|
-
pauseType: options?.pauseType
|
|
3992
|
+
actionContext: options?.actionContext
|
|
4001
3993
|
});
|
|
4002
3994
|
const reqOpts = pauseSubscription(payload);
|
|
4003
3995
|
sideEffects?.onSiteCall?.();
|
|
@@ -4026,8 +4018,7 @@ async function pauseSubscription2(_id, options) {
|
|
|
4026
4018
|
pauseAt: "$[1].pauseAt",
|
|
4027
4019
|
pauseAtSchedule: "$[1].pauseAtSchedule",
|
|
4028
4020
|
autoResumeAtSchedule: "$[1].autoResumeAtSchedule",
|
|
4029
|
-
actionContext: "$[1].actionContext"
|
|
4030
|
-
pauseType: "$[1].pauseType"
|
|
4021
|
+
actionContext: "$[1].actionContext"
|
|
4031
4022
|
},
|
|
4032
4023
|
singleArgumentUnchanged: false
|
|
4033
4024
|
},
|
|
@@ -4820,7 +4811,6 @@ async function listSubscriptionHistory2(subscriptionId, options) {
|
|
|
4820
4811
|
OrderMethod,
|
|
4821
4812
|
PauseAt,
|
|
4822
4813
|
PausePolicy,
|
|
4823
|
-
PauseType,
|
|
4824
4814
|
PaymentAttemptStatus,
|
|
4825
4815
|
PaymentMode,
|
|
4826
4816
|
PaymentSettlementMethod,
|