@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.
@@ -38,6 +38,10 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
38
38
  {
39
39
  srcPath: "/_api/bookings-service/v2/bulk/multi_service_bookings",
40
40
  destPath: "/v2/bulk/multi_service_bookings"
41
+ },
42
+ {
43
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
44
+ destPath: "/v2/multi_service_bookings"
41
45
  }
42
46
  ],
43
47
  "manage._base_domain_": [
@@ -70,6 +74,10 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
70
74
  {
71
75
  srcPath: "/bookings/v2/bulk/bookings",
72
76
  destPath: "/v2/bulk/bookings"
77
+ },
78
+ {
79
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
80
+ destPath: "/v2/multi_service_bookings"
73
81
  }
74
82
  ],
75
83
  "www._base_domain_": [
@@ -116,6 +124,10 @@ function resolveComWixpressBookingsBookingsV2MultiServiceBookingsUrl(opts) {
116
124
  {
117
125
  srcPath: "/_api/bookings-service",
118
126
  destPath: "/v2/bookings"
127
+ },
128
+ {
129
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
130
+ destPath: "/v2/multi_service_bookings"
119
131
  }
120
132
  ]
121
133
  };
@@ -139,6 +151,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
139
151
  {
140
152
  srcPath: "/_api/bookings-service/v2/bulk/multi_service_bookings",
141
153
  destPath: "/v2/bulk/multi_service_bookings"
154
+ },
155
+ {
156
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
157
+ destPath: "/v2/multi_service_bookings"
142
158
  }
143
159
  ],
144
160
  "manage._base_domain_": [
@@ -171,6 +187,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
171
187
  {
172
188
  srcPath: "/bookings/v2/bulk/bookings",
173
189
  destPath: "/v2/bulk/bookings"
190
+ },
191
+ {
192
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
193
+ destPath: "/v2/multi_service_bookings"
174
194
  }
175
195
  ],
176
196
  "www._base_domain_": [
@@ -217,6 +237,10 @@ function resolveComWixpressBookingsBookingsV2BookingsUrl(opts) {
217
237
  {
218
238
  srcPath: "/_api/bookings-service",
219
239
  destPath: "/v2/bookings"
240
+ },
241
+ {
242
+ srcPath: "/bookings/multiServiceBookings/v2/multi_service_bookings",
243
+ destPath: "/v2/multi_service_bookings"
220
244
  }
221
245
  ]
222
246
  };