@wix/auto_sdk_bookings_bookings 1.0.68 → 1.0.69

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_": [
@@ -67,6 +71,10 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
67
71
  {
68
72
  srcPath: "/_api/bookings-service/v2/multi_service_bookings",
69
73
  destPath: "/v2/multi_service_bookings"
74
+ },
75
+ {
76
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
77
+ destPath: "/v2/multi_service_bookings"
70
78
  }
71
79
  ],
72
80
  "www._base_domain_": [
@@ -113,6 +121,10 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
113
121
  {
114
122
  srcPath: "/_api/bookings-service",
115
123
  destPath: "/v2/bookings"
124
+ },
125
+ {
126
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
127
+ destPath: "/v2/multi_service_bookings"
116
128
  }
117
129
  ]
118
130
  };
@@ -136,6 +148,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
136
148
  {
137
149
  srcPath: "/_api/bookings-service/v2/bulk/multi_service_bookings",
138
150
  destPath: "/v2/bulk/multi_service_bookings"
151
+ },
152
+ {
153
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
154
+ destPath: "/v2/multi_service_bookings"
139
155
  }
140
156
  ],
141
157
  "manage._base_domain_": [
@@ -172,6 +188,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
172
188
  {
173
189
  srcPath: "/_api/bookings-service/v2/multi_service_bookings",
174
190
  destPath: "/v2/multi_service_bookings"
191
+ },
192
+ {
193
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
194
+ destPath: "/v2/multi_service_bookings"
175
195
  }
176
196
  ],
177
197
  "www._base_domain_": [
@@ -218,6 +238,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
218
238
  {
219
239
  srcPath: "/_api/bookings-service",
220
240
  destPath: "/v2/bookings"
241
+ },
242
+ {
243
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
244
+ destPath: "/v2/multi_service_bookings"
221
245
  }
222
246
  ]
223
247
  };