@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.
Files changed (37) hide show
  1. package/build/cjs/index.d.ts +21 -21
  2. package/build/cjs/index.js +2 -12
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +21 -37
  5. package/build/cjs/index.typings.js +2 -12
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +1 -15
  8. package/build/cjs/meta.js +0 -8
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/index.d.mts +21 -21
  11. package/build/es/index.mjs +2 -11
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +21 -37
  14. package/build/es/index.typings.mjs +2 -11
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +1 -15
  17. package/build/es/meta.mjs +0 -7
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/internal/cjs/index.d.ts +22 -22
  20. package/build/internal/cjs/index.js +2 -12
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +22 -38
  23. package/build/internal/cjs/index.typings.js +2 -12
  24. package/build/internal/cjs/index.typings.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +1 -15
  26. package/build/internal/cjs/meta.js +0 -8
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/es/index.d.mts +22 -22
  29. package/build/internal/es/index.mjs +2 -11
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +22 -38
  32. package/build/internal/es/index.typings.mjs +2 -11
  33. package/build/internal/es/index.typings.mjs.map +1 -1
  34. package/build/internal/es/meta.d.mts +1 -15
  35. package/build/internal/es/meta.mjs +0 -7
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. 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,