@wix/auto_sdk_subscription_subscriptions 1.0.19 → 1.0.21

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.
@@ -3996,7 +3996,8 @@ async function pauseSubscription2(_id, options) {
3996
3996
  pauseAt: options?.pauseAt,
3997
3997
  pauseAtSchedule: options?.pauseAtSchedule,
3998
3998
  autoResumeAtSchedule: options?.autoResumeAtSchedule,
3999
- actionContext: options?.actionContext
3999
+ actionContext: options?.actionContext,
4000
+ pauseType: options?.pauseType
4000
4001
  });
4001
4002
  const reqOpts = pauseSubscription(payload);
4002
4003
  sideEffects?.onSiteCall?.();
@@ -4025,7 +4026,8 @@ async function pauseSubscription2(_id, options) {
4025
4026
  pauseAt: "$[1].pauseAt",
4026
4027
  pauseAtSchedule: "$[1].pauseAtSchedule",
4027
4028
  autoResumeAtSchedule: "$[1].autoResumeAtSchedule",
4028
- actionContext: "$[1].actionContext"
4029
+ actionContext: "$[1].actionContext",
4030
+ pauseType: "$[1].pauseType"
4029
4031
  },
4030
4032
  singleArgumentUnchanged: false
4031
4033
  },