@wix/auto_sdk_subscription_subscriptions 1.0.8 → 1.0.10
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 +18 -18
- package/build/cjs/index.js +54 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +63 -43
- package/build/cjs/index.typings.js +54 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +45 -25
- package/build/cjs/meta.js +48 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +18 -18
- package/build/es/index.mjs +54 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +63 -43
- package/build/es/index.typings.mjs +54 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +45 -25
- package/build/es/meta.mjs +48 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +19 -19
- package/build/internal/cjs/index.js +54 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +64 -44
- package/build/internal/cjs/index.typings.js +54 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +45 -25
- package/build/internal/cjs/meta.js +48 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +19 -19
- package/build/internal/es/index.mjs +54 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +64 -44
- package/build/internal/es/index.typings.mjs +54 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +45 -25
- package/build/internal/es/meta.mjs +48 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -2976,6 +2976,54 @@ function listSubscriptionHistory(payload) {
|
|
|
2976
2976
|
{
|
|
2977
2977
|
path: "historyEntries.event.initiatePaymentMethodSetup.subscription.specificDatePendingUpdateData.executionDate"
|
|
2978
2978
|
},
|
|
2979
|
+
{
|
|
2980
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.createdDate"
|
|
2981
|
+
},
|
|
2982
|
+
{
|
|
2983
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.updatedDate"
|
|
2984
|
+
},
|
|
2985
|
+
{
|
|
2986
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.startDate"
|
|
2987
|
+
},
|
|
2988
|
+
{
|
|
2989
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.endDate"
|
|
2990
|
+
},
|
|
2991
|
+
{
|
|
2992
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.billingStatus.nextBillingDate"
|
|
2993
|
+
},
|
|
2994
|
+
{
|
|
2995
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.billingStatus.previousBillingDate"
|
|
2996
|
+
},
|
|
2997
|
+
{
|
|
2998
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.billingStatus.latestPaymentData.initialFailedPaymentDate"
|
|
2999
|
+
},
|
|
3000
|
+
{
|
|
3001
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.billingStatus.freeTrialData.startDate"
|
|
3002
|
+
},
|
|
3003
|
+
{
|
|
3004
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.billingStatus.freeTrialData.endDate"
|
|
3005
|
+
},
|
|
3006
|
+
{
|
|
3007
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.billingStatus.updateBillingDateData.paidUntil"
|
|
3008
|
+
},
|
|
3009
|
+
{
|
|
3010
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.billingStatus.gracePeriodData.startDate"
|
|
3011
|
+
},
|
|
3012
|
+
{
|
|
3013
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.billingStatus.gracePeriodData.endDate"
|
|
3014
|
+
},
|
|
3015
|
+
{
|
|
3016
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.pauseInfo.startDate"
|
|
3017
|
+
},
|
|
3018
|
+
{
|
|
3019
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.pauseInfo.resumeDate"
|
|
3020
|
+
},
|
|
3021
|
+
{
|
|
3022
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.cancellationInfo.cancellationDate"
|
|
3023
|
+
},
|
|
3024
|
+
{
|
|
3025
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.specificDatePendingUpdateData.executionDate"
|
|
3026
|
+
},
|
|
2979
3027
|
{
|
|
2980
3028
|
path: "historyEntries.event.subscriptionBoAction.subscription.createdDate"
|
|
2981
3029
|
},
|
|
@@ -4614,6 +4662,12 @@ async function listSubscriptionHistory2(subscriptionId, options) {
|
|
|
4614
4662
|
{
|
|
4615
4663
|
path: "historyEntries.event.initiatePaymentMethodSetup.subscription.shippingAddress.address"
|
|
4616
4664
|
},
|
|
4665
|
+
{
|
|
4666
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.billingSettings.billingAddress.address"
|
|
4667
|
+
},
|
|
4668
|
+
{
|
|
4669
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.shippingAddress.address"
|
|
4670
|
+
},
|
|
4617
4671
|
{
|
|
4618
4672
|
path: "historyEntries.event.subscriptionBoAction.subscription.billingSettings.billingAddress.address"
|
|
4619
4673
|
},
|