@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
|
@@ -2885,6 +2885,54 @@ function listSubscriptionHistory(payload) {
|
|
|
2885
2885
|
{
|
|
2886
2886
|
path: "historyEntries.event.initiatePaymentMethodSetup.subscription.specificDatePendingUpdateData.executionDate"
|
|
2887
2887
|
},
|
|
2888
|
+
{
|
|
2889
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.createdDate"
|
|
2890
|
+
},
|
|
2891
|
+
{
|
|
2892
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.updatedDate"
|
|
2893
|
+
},
|
|
2894
|
+
{
|
|
2895
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.startDate"
|
|
2896
|
+
},
|
|
2897
|
+
{
|
|
2898
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.endDate"
|
|
2899
|
+
},
|
|
2900
|
+
{
|
|
2901
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.billingStatus.nextBillingDate"
|
|
2902
|
+
},
|
|
2903
|
+
{
|
|
2904
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.billingStatus.previousBillingDate"
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.billingStatus.latestPaymentData.initialFailedPaymentDate"
|
|
2908
|
+
},
|
|
2909
|
+
{
|
|
2910
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.billingStatus.freeTrialData.startDate"
|
|
2911
|
+
},
|
|
2912
|
+
{
|
|
2913
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.billingStatus.freeTrialData.endDate"
|
|
2914
|
+
},
|
|
2915
|
+
{
|
|
2916
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.billingStatus.updateBillingDateData.paidUntil"
|
|
2917
|
+
},
|
|
2918
|
+
{
|
|
2919
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.billingStatus.gracePeriodData.startDate"
|
|
2920
|
+
},
|
|
2921
|
+
{
|
|
2922
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.billingStatus.gracePeriodData.endDate"
|
|
2923
|
+
},
|
|
2924
|
+
{
|
|
2925
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.pauseInfo.startDate"
|
|
2926
|
+
},
|
|
2927
|
+
{
|
|
2928
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.pauseInfo.resumeDate"
|
|
2929
|
+
},
|
|
2930
|
+
{
|
|
2931
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.cancellationInfo.cancellationDate"
|
|
2932
|
+
},
|
|
2933
|
+
{
|
|
2934
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.specificDatePendingUpdateData.executionDate"
|
|
2935
|
+
},
|
|
2888
2936
|
{
|
|
2889
2937
|
path: "historyEntries.event.subscriptionBoAction.subscription.createdDate"
|
|
2890
2938
|
},
|
|
@@ -4523,6 +4571,12 @@ async function listSubscriptionHistory2(subscriptionId, options) {
|
|
|
4523
4571
|
{
|
|
4524
4572
|
path: "historyEntries.event.initiatePaymentMethodSetup.subscription.shippingAddress.address"
|
|
4525
4573
|
},
|
|
4574
|
+
{
|
|
4575
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.billingSettings.billingAddress.address"
|
|
4576
|
+
},
|
|
4577
|
+
{
|
|
4578
|
+
path: "historyEntries.event.futurePriceUpdatesRequested.subscription.shippingAddress.address"
|
|
4579
|
+
},
|
|
4526
4580
|
{
|
|
4527
4581
|
path: "historyEntries.event.subscriptionBoAction.subscription.billingSettings.billingAddress.address"
|
|
4528
4582
|
},
|