@wix/auto_sdk_bookings_bookings 1.0.44 → 1.0.45

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/es/meta.mjs CHANGED
@@ -24,6 +24,10 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
24
24
  {
25
25
  srcPath: "/_api/bookings-service/v2/bulk/multi_service_bookings",
26
26
  destPath: "/v2/bulk/multi_service_bookings"
27
+ },
28
+ {
29
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
30
+ destPath: "/v2/multi_service_bookings"
27
31
  }
28
32
  ],
29
33
  "manage._base_domain_": [
@@ -56,6 +60,10 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
56
60
  {
57
61
  srcPath: "/bookings/v2/bulk/bookings",
58
62
  destPath: "/v2/bulk/bookings"
63
+ },
64
+ {
65
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
66
+ destPath: "/v2/multi_service_bookings"
59
67
  }
60
68
  ],
61
69
  "www._base_domain_": [
@@ -102,6 +110,10 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
102
110
  {
103
111
  srcPath: "/_api/bookings-service",
104
112
  destPath: "/v2/bookings"
113
+ },
114
+ {
115
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
116
+ destPath: "/v2/multi_service_bookings"
105
117
  }
106
118
  ]
107
119
  };
@@ -125,6 +137,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
125
137
  {
126
138
  srcPath: "/_api/bookings-service/v2/bulk/multi_service_bookings",
127
139
  destPath: "/v2/bulk/multi_service_bookings"
140
+ },
141
+ {
142
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
143
+ destPath: "/v2/multi_service_bookings"
128
144
  }
129
145
  ],
130
146
  "manage._base_domain_": [
@@ -157,6 +173,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
157
173
  {
158
174
  srcPath: "/bookings/v2/bulk/bookings",
159
175
  destPath: "/v2/bulk/bookings"
176
+ },
177
+ {
178
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
179
+ destPath: "/v2/multi_service_bookings"
160
180
  }
161
181
  ],
162
182
  "www._base_domain_": [
@@ -203,6 +223,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
203
223
  {
204
224
  srcPath: "/_api/bookings-service",
205
225
  destPath: "/v2/bookings"
226
+ },
227
+ {
228
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
229
+ destPath: "/v2/multi_service_bookings"
206
230
  }
207
231
  ]
208
232
  };