@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.
- package/build/cjs/index.d.ts +21 -21
- package/build/cjs/index.js +4 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +68 -22
- package/build/cjs/index.typings.js +4 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +46 -2
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +21 -21
- package/build/es/index.mjs +4 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +68 -22
- package/build/es/index.typings.mjs +4 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +46 -2
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +22 -22
- package/build/internal/cjs/index.js +4 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +69 -23
- package/build/internal/cjs/index.typings.js +4 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +46 -2
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +22 -22
- package/build/internal/es/index.mjs +4 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +69 -23
- package/build/internal/es/index.typings.mjs +4 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +46 -2
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -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
|
},
|