@wix/auto_sdk_bookings_extended-bookings 1.0.113 → 1.0.115

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.
@@ -114,6 +114,12 @@ function resolveComWixpressBookingsReaderV2BookingsReaderUrl(opts) {
114
114
  srcPath: "/_api/bookings-reader",
115
115
  destPath: ""
116
116
  }
117
+ ],
118
+ "*.dev.wix-code.com": [
119
+ {
120
+ srcPath: "/bookings/reader/extendedBookings/v2/extended-bookings",
121
+ destPath: "/v2/extended-bookings"
122
+ }
117
123
  ]
118
124
  };
119
125
  return (0, import_rest_modules.resolveUrl)(Object.assign(opts, { domainToMappings }));
@@ -148,7 +154,8 @@ function query(payload) {
148
154
  {
149
155
  path: "extendedBookings.transactions.chargedMembershipPaymentDetails.expirationDate"
150
156
  },
151
- { path: "extendedBookings.subscriptionInfo.cancellationDate" }
157
+ { path: "extendedBookings.subscriptionInfo.cancellationDate" },
158
+ { path: "extendedBookings.subscriptionInfo.nextBillingDate" }
152
159
  ]
153
160
  },
154
161
  {
@@ -197,7 +204,8 @@ function queryExtendedBookings(payload) {
197
204
  {
198
205
  path: "extendedBookings.transactions.chargedMembershipPaymentDetails.expirationDate"
199
206
  },
200
- { path: "extendedBookings.subscriptionInfo.cancellationDate" }
207
+ { path: "extendedBookings.subscriptionInfo.cancellationDate" },
208
+ { path: "extendedBookings.subscriptionInfo.nextBillingDate" }
201
209
  ]
202
210
  },
203
211
  {