@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.
@@ -31,6 +31,10 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
31
31
  {
32
32
  srcPath: "/_api/bookings-service/v2/bulk/multi_service_bookings",
33
33
  destPath: "/v2/bulk/multi_service_bookings"
34
+ },
35
+ {
36
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
37
+ destPath: "/v2/multi_service_bookings"
34
38
  }
35
39
  ],
36
40
  "manage._base_domain_": [
@@ -63,6 +67,10 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
63
67
  {
64
68
  srcPath: "/bookings/v2/bulk/bookings",
65
69
  destPath: "/v2/bulk/bookings"
70
+ },
71
+ {
72
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
73
+ destPath: "/v2/multi_service_bookings"
66
74
  }
67
75
  ],
68
76
  "www._base_domain_": [
@@ -109,6 +117,10 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
109
117
  {
110
118
  srcPath: "/_api/bookings-service",
111
119
  destPath: "/v2/bookings"
120
+ },
121
+ {
122
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
123
+ destPath: "/v2/multi_service_bookings"
112
124
  }
113
125
  ]
114
126
  };
@@ -132,6 +144,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
132
144
  {
133
145
  srcPath: "/_api/bookings-service/v2/bulk/multi_service_bookings",
134
146
  destPath: "/v2/bulk/multi_service_bookings"
147
+ },
148
+ {
149
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
150
+ destPath: "/v2/multi_service_bookings"
135
151
  }
136
152
  ],
137
153
  "manage._base_domain_": [
@@ -164,6 +180,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
164
180
  {
165
181
  srcPath: "/bookings/v2/bulk/bookings",
166
182
  destPath: "/v2/bulk/bookings"
183
+ },
184
+ {
185
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
186
+ destPath: "/v2/multi_service_bookings"
167
187
  }
168
188
  ],
169
189
  "www._base_domain_": [
@@ -210,6 +230,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
210
230
  {
211
231
  srcPath: "/_api/bookings-service",
212
232
  destPath: "/v2/bookings"
233
+ },
234
+ {
235
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
236
+ destPath: "/v2/multi_service_bookings"
213
237
  }
214
238
  ]
215
239
  };