@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.
@@ -3904,7 +3904,8 @@ async function pauseSubscription2(_id, options) {
3904
3904
  pauseAt: options?.pauseAt,
3905
3905
  pauseAtSchedule: options?.pauseAtSchedule,
3906
3906
  autoResumeAtSchedule: options?.autoResumeAtSchedule,
3907
- actionContext: options?.actionContext
3907
+ actionContext: options?.actionContext,
3908
+ pauseType: options?.pauseType
3908
3909
  });
3909
3910
  const reqOpts = pauseSubscription(payload);
3910
3911
  sideEffects?.onSiteCall?.();
@@ -3933,7 +3934,8 @@ async function pauseSubscription2(_id, options) {
3933
3934
  pauseAt: "$[1].pauseAt",
3934
3935
  pauseAtSchedule: "$[1].pauseAtSchedule",
3935
3936
  autoResumeAtSchedule: "$[1].autoResumeAtSchedule",
3936
- actionContext: "$[1].actionContext"
3937
+ actionContext: "$[1].actionContext",
3938
+ pauseType: "$[1].pauseType"
3937
3939
  },
3938
3940
  singleArgumentUnchanged: false
3939
3941
  },