@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
|
@@ -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
|
},
|