@wix/auto_sdk_bookings_extended-bookings 1.0.113 → 1.0.114

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.
@@ -148,7 +148,8 @@ function query(payload) {
148
148
  {
149
149
  path: "extendedBookings.transactions.chargedMembershipPaymentDetails.expirationDate"
150
150
  },
151
- { path: "extendedBookings.subscriptionInfo.cancellationDate" }
151
+ { path: "extendedBookings.subscriptionInfo.cancellationDate" },
152
+ { path: "extendedBookings.subscriptionInfo.nextBillingDate" }
152
153
  ]
153
154
  },
154
155
  {
@@ -197,7 +198,8 @@ function queryExtendedBookings(payload) {
197
198
  {
198
199
  path: "extendedBookings.transactions.chargedMembershipPaymentDetails.expirationDate"
199
200
  },
200
- { path: "extendedBookings.subscriptionInfo.cancellationDate" }
201
+ { path: "extendedBookings.subscriptionInfo.cancellationDate" },
202
+ { path: "extendedBookings.subscriptionInfo.nextBillingDate" }
201
203
  ]
202
204
  },
203
205
  {