@wix/auto_sdk_subscription_subscriptions 1.0.22 → 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 +0 -8
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +21 -33
- package/build/cjs/index.typings.js +0 -8
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -13
- 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 +0 -7
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +21 -33
- package/build/es/index.typings.mjs +0 -7
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1 -13
- 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 +0 -8
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +22 -34
- package/build/internal/cjs/index.typings.js +0 -8
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +1 -13
- 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 +0 -7
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +22 -34
- package/build/internal/es/index.typings.mjs +0 -7
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +1 -13
- 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";
|
|
@@ -4818,7 +4811,6 @@ async function listSubscriptionHistory2(subscriptionId, options) {
|
|
|
4818
4811
|
OrderMethod,
|
|
4819
4812
|
PauseAt,
|
|
4820
4813
|
PausePolicy,
|
|
4821
|
-
PauseType,
|
|
4822
4814
|
PaymentAttemptStatus,
|
|
4823
4815
|
PaymentMode,
|
|
4824
4816
|
PaymentSettlementMethod,
|