@wix/auto_sdk_bookings_services 1.0.179 → 1.0.181

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.
@@ -98,11 +98,233 @@ var import_field_mask = require("@wix/sdk-runtime/transformations/field-mask");
98
98
  var import_transform_paths = require("@wix/sdk-runtime/transformations/transform-paths");
99
99
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
100
100
  function resolveWixBookingsServicesV2AddOnGroupsServiceUrl(opts) {
101
- const domainToMappings = {};
101
+ const domainToMappings = {
102
+ "*.dev.wix-code.com": [
103
+ {
104
+ srcPath: "/_api/services-2",
105
+ destPath: ""
106
+ },
107
+ {
108
+ srcPath: "/_api/bookings/v2/services",
109
+ destPath: "/v2/services"
110
+ }
111
+ ],
112
+ "www.wixapis.com": [
113
+ {
114
+ srcPath: "/_api/bookings/v2/services",
115
+ destPath: "/v2/services"
116
+ },
117
+ {
118
+ srcPath: "/bookings/v2/services",
119
+ destPath: "/v2/services"
120
+ },
121
+ {
122
+ srcPath: "/bookings/v2/bulk/services",
123
+ destPath: "/v2/bulk/services"
124
+ },
125
+ {
126
+ srcPath: "/bookings/services/v2/bulk/services",
127
+ destPath: "/v2/bulk/services"
128
+ }
129
+ ],
130
+ "manage._base_domain_": [
131
+ {
132
+ srcPath: "/_api/bookings/v2/services",
133
+ destPath: "/v2/services"
134
+ },
135
+ {
136
+ srcPath: "/_api/bookings/v2/bulk/services",
137
+ destPath: "/v2/bulk/services"
138
+ }
139
+ ],
140
+ "editor._base_domain_": [
141
+ {
142
+ srcPath: "/_api/bookings/v2/services",
143
+ destPath: "/v2/services"
144
+ },
145
+ {
146
+ srcPath: "/_api/bookings/v2/bulk/services",
147
+ destPath: "/v2/bulk/services"
148
+ }
149
+ ],
150
+ "blocks._base_domain_": [
151
+ {
152
+ srcPath: "/_api/bookings/v2/services",
153
+ destPath: "/v2/services"
154
+ },
155
+ {
156
+ srcPath: "/_api/bookings/v2/bulk/services",
157
+ destPath: "/v2/bulk/services"
158
+ }
159
+ ],
160
+ "create.editorx": [
161
+ {
162
+ srcPath: "/_api/bookings/v2/services",
163
+ destPath: "/v2/services"
164
+ },
165
+ {
166
+ srcPath: "/_api/bookings/v2/bulk/services",
167
+ destPath: "/v2/bulk/services"
168
+ }
169
+ ],
170
+ _: [
171
+ {
172
+ srcPath: "/_api/bookings/v2/services",
173
+ destPath: "/v2/services"
174
+ }
175
+ ],
176
+ "www._base_domain_": [
177
+ {
178
+ srcPath: "/_api/bookings/v2/services",
179
+ destPath: "/v2/services"
180
+ }
181
+ ],
182
+ "bo._base_domain_": [
183
+ {
184
+ srcPath: "/_api/bookings/v2/services",
185
+ destPath: "/v2/services"
186
+ }
187
+ ],
188
+ "wixbo.ai": [
189
+ {
190
+ srcPath: "/_api/bookings/v2/services",
191
+ destPath: "/v2/services"
192
+ }
193
+ ],
194
+ "wix-bo.com": [
195
+ {
196
+ srcPath: "/_api/bookings/v2/services",
197
+ destPath: "/v2/services"
198
+ }
199
+ ],
200
+ "editor.wixapps.net": [
201
+ {
202
+ srcPath: "/_api/bookings/v2/services",
203
+ destPath: "/v2/services"
204
+ }
205
+ ],
206
+ "api._api_base_domain_": [
207
+ {
208
+ srcPath: "/services-2",
209
+ destPath: ""
210
+ }
211
+ ]
212
+ };
102
213
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
103
214
  }
104
215
  function resolveWixBookingsServicesV2ServicesServiceUrl(opts) {
105
- const domainToMappings = {};
216
+ const domainToMappings = {
217
+ "*.dev.wix-code.com": [
218
+ {
219
+ srcPath: "/_api/services-2",
220
+ destPath: ""
221
+ },
222
+ {
223
+ srcPath: "/_api/bookings/v2/services",
224
+ destPath: "/v2/services"
225
+ }
226
+ ],
227
+ "www.wixapis.com": [
228
+ {
229
+ srcPath: "/_api/bookings/v2/services",
230
+ destPath: "/v2/services"
231
+ },
232
+ {
233
+ srcPath: "/bookings/v2/services",
234
+ destPath: "/v2/services"
235
+ },
236
+ {
237
+ srcPath: "/bookings/v2/bulk/services",
238
+ destPath: "/v2/bulk/services"
239
+ },
240
+ {
241
+ srcPath: "/bookings/services/v2/bulk/services",
242
+ destPath: "/v2/bulk/services"
243
+ }
244
+ ],
245
+ "manage._base_domain_": [
246
+ {
247
+ srcPath: "/_api/bookings/v2/services",
248
+ destPath: "/v2/services"
249
+ },
250
+ {
251
+ srcPath: "/_api/bookings/v2/bulk/services",
252
+ destPath: "/v2/bulk/services"
253
+ }
254
+ ],
255
+ "editor._base_domain_": [
256
+ {
257
+ srcPath: "/_api/bookings/v2/services",
258
+ destPath: "/v2/services"
259
+ },
260
+ {
261
+ srcPath: "/_api/bookings/v2/bulk/services",
262
+ destPath: "/v2/bulk/services"
263
+ }
264
+ ],
265
+ "blocks._base_domain_": [
266
+ {
267
+ srcPath: "/_api/bookings/v2/services",
268
+ destPath: "/v2/services"
269
+ },
270
+ {
271
+ srcPath: "/_api/bookings/v2/bulk/services",
272
+ destPath: "/v2/bulk/services"
273
+ }
274
+ ],
275
+ "create.editorx": [
276
+ {
277
+ srcPath: "/_api/bookings/v2/services",
278
+ destPath: "/v2/services"
279
+ },
280
+ {
281
+ srcPath: "/_api/bookings/v2/bulk/services",
282
+ destPath: "/v2/bulk/services"
283
+ }
284
+ ],
285
+ _: [
286
+ {
287
+ srcPath: "/_api/bookings/v2/services",
288
+ destPath: "/v2/services"
289
+ }
290
+ ],
291
+ "www._base_domain_": [
292
+ {
293
+ srcPath: "/_api/bookings/v2/services",
294
+ destPath: "/v2/services"
295
+ }
296
+ ],
297
+ "bo._base_domain_": [
298
+ {
299
+ srcPath: "/_api/bookings/v2/services",
300
+ destPath: "/v2/services"
301
+ }
302
+ ],
303
+ "wixbo.ai": [
304
+ {
305
+ srcPath: "/_api/bookings/v2/services",
306
+ destPath: "/v2/services"
307
+ }
308
+ ],
309
+ "wix-bo.com": [
310
+ {
311
+ srcPath: "/_api/bookings/v2/services",
312
+ destPath: "/v2/services"
313
+ }
314
+ ],
315
+ "editor.wixapps.net": [
316
+ {
317
+ srcPath: "/_api/bookings/v2/services",
318
+ destPath: "/v2/services"
319
+ }
320
+ ],
321
+ "api._api_base_domain_": [
322
+ {
323
+ srcPath: "/services-2",
324
+ destPath: ""
325
+ }
326
+ ]
327
+ };
106
328
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
107
329
  }
108
330
  var PACKAGE_NAME = "@wix/auto_sdk_bookings_services";