@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
@@ -3157,12 +3157,6 @@ var ResumeAt = /* @__PURE__ */ ((ResumeAt2) => {
3157
3157
  ResumeAt2["SPECIFIC_DATE"] = "SPECIFIC_DATE";
3158
3158
  return ResumeAt2;
3159
3159
  })(ResumeAt || {});
3160
- var PauseType = /* @__PURE__ */ ((PauseType2) => {
3161
- PauseType2["UNKNOWN_PAUSE_TYPE"] = "UNKNOWN_PAUSE_TYPE";
3162
- PauseType2["PAUSE"] = "PAUSE";
3163
- PauseType2["SKIP_CYCLE"] = "SKIP_CYCLE";
3164
- return PauseType2;
3165
- })(PauseType || {});
3166
3160
  var HistoryActionInitiator = /* @__PURE__ */ ((HistoryActionInitiator2) => {
3167
3161
  HistoryActionInitiator2["UNDEFINED"] = "UNDEFINED";
3168
3162
  HistoryActionInitiator2["BUSINESS"] = "BUSINESS";
@@ -3904,8 +3898,7 @@ async function pauseSubscription2(_id, options) {
3904
3898
  pauseAt: options?.pauseAt,
3905
3899
  pauseAtSchedule: options?.pauseAtSchedule,
3906
3900
  autoResumeAtSchedule: options?.autoResumeAtSchedule,
3907
- actionContext: options?.actionContext,
3908
- pauseType: options?.pauseType
3901
+ actionContext: options?.actionContext
3909
3902
  });
3910
3903
  const reqOpts = pauseSubscription(payload);
3911
3904
  sideEffects?.onSiteCall?.();
@@ -3934,8 +3927,7 @@ async function pauseSubscription2(_id, options) {
3934
3927
  pauseAt: "$[1].pauseAt",
3935
3928
  pauseAtSchedule: "$[1].pauseAtSchedule",
3936
3929
  autoResumeAtSchedule: "$[1].autoResumeAtSchedule",
3937
- actionContext: "$[1].actionContext",
3938
- pauseType: "$[1].pauseType"
3930
+ actionContext: "$[1].actionContext"
3939
3931
  },
3940
3932
  singleArgumentUnchanged: false
3941
3933
  },
@@ -4727,7 +4719,6 @@ export {
4727
4719
  OrderMethod,
4728
4720
  PauseAt,
4729
4721
  PausePolicy,
4730
- PauseType,
4731
4722
  PaymentAttemptStatus,
4732
4723
  PaymentMode,
4733
4724
  PaymentSettlementMethod,