@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.
package/build/es/meta.mjs CHANGED
@@ -8,11 +8,233 @@ import { transformSDKFieldMaskToRESTFieldMask } from "@wix/sdk-runtime/transform
8
8
  import { transformPaths } from "@wix/sdk-runtime/transformations/transform-paths";
9
9
  import { resolveUrl } from "@wix/sdk-runtime/rest-modules";
10
10
  function resolveWixBookingsServicesV2AddOnGroupsServiceUrl(opts) {
11
- const domainToMappings = {};
11
+ const domainToMappings = {
12
+ "*.dev.wix-code.com": [
13
+ {
14
+ srcPath: "/_api/services-2",
15
+ destPath: ""
16
+ },
17
+ {
18
+ srcPath: "/_api/bookings/v2/services",
19
+ destPath: "/v2/services"
20
+ }
21
+ ],
22
+ "www.wixapis.com": [
23
+ {
24
+ srcPath: "/_api/bookings/v2/services",
25
+ destPath: "/v2/services"
26
+ },
27
+ {
28
+ srcPath: "/bookings/v2/services",
29
+ destPath: "/v2/services"
30
+ },
31
+ {
32
+ srcPath: "/bookings/v2/bulk/services",
33
+ destPath: "/v2/bulk/services"
34
+ },
35
+ {
36
+ srcPath: "/bookings/services/v2/bulk/services",
37
+ destPath: "/v2/bulk/services"
38
+ }
39
+ ],
40
+ "manage._base_domain_": [
41
+ {
42
+ srcPath: "/_api/bookings/v2/services",
43
+ destPath: "/v2/services"
44
+ },
45
+ {
46
+ srcPath: "/_api/bookings/v2/bulk/services",
47
+ destPath: "/v2/bulk/services"
48
+ }
49
+ ],
50
+ "editor._base_domain_": [
51
+ {
52
+ srcPath: "/_api/bookings/v2/services",
53
+ destPath: "/v2/services"
54
+ },
55
+ {
56
+ srcPath: "/_api/bookings/v2/bulk/services",
57
+ destPath: "/v2/bulk/services"
58
+ }
59
+ ],
60
+ "blocks._base_domain_": [
61
+ {
62
+ srcPath: "/_api/bookings/v2/services",
63
+ destPath: "/v2/services"
64
+ },
65
+ {
66
+ srcPath: "/_api/bookings/v2/bulk/services",
67
+ destPath: "/v2/bulk/services"
68
+ }
69
+ ],
70
+ "create.editorx": [
71
+ {
72
+ srcPath: "/_api/bookings/v2/services",
73
+ destPath: "/v2/services"
74
+ },
75
+ {
76
+ srcPath: "/_api/bookings/v2/bulk/services",
77
+ destPath: "/v2/bulk/services"
78
+ }
79
+ ],
80
+ _: [
81
+ {
82
+ srcPath: "/_api/bookings/v2/services",
83
+ destPath: "/v2/services"
84
+ }
85
+ ],
86
+ "www._base_domain_": [
87
+ {
88
+ srcPath: "/_api/bookings/v2/services",
89
+ destPath: "/v2/services"
90
+ }
91
+ ],
92
+ "bo._base_domain_": [
93
+ {
94
+ srcPath: "/_api/bookings/v2/services",
95
+ destPath: "/v2/services"
96
+ }
97
+ ],
98
+ "wixbo.ai": [
99
+ {
100
+ srcPath: "/_api/bookings/v2/services",
101
+ destPath: "/v2/services"
102
+ }
103
+ ],
104
+ "wix-bo.com": [
105
+ {
106
+ srcPath: "/_api/bookings/v2/services",
107
+ destPath: "/v2/services"
108
+ }
109
+ ],
110
+ "editor.wixapps.net": [
111
+ {
112
+ srcPath: "/_api/bookings/v2/services",
113
+ destPath: "/v2/services"
114
+ }
115
+ ],
116
+ "api._api_base_domain_": [
117
+ {
118
+ srcPath: "/services-2",
119
+ destPath: ""
120
+ }
121
+ ]
122
+ };
12
123
  return resolveUrl(Object.assign(opts, { domainToMappings }));
13
124
  }
14
125
  function resolveWixBookingsServicesV2ServicesServiceUrl(opts) {
15
- const domainToMappings = {};
126
+ const domainToMappings = {
127
+ "*.dev.wix-code.com": [
128
+ {
129
+ srcPath: "/_api/services-2",
130
+ destPath: ""
131
+ },
132
+ {
133
+ srcPath: "/_api/bookings/v2/services",
134
+ destPath: "/v2/services"
135
+ }
136
+ ],
137
+ "www.wixapis.com": [
138
+ {
139
+ srcPath: "/_api/bookings/v2/services",
140
+ destPath: "/v2/services"
141
+ },
142
+ {
143
+ srcPath: "/bookings/v2/services",
144
+ destPath: "/v2/services"
145
+ },
146
+ {
147
+ srcPath: "/bookings/v2/bulk/services",
148
+ destPath: "/v2/bulk/services"
149
+ },
150
+ {
151
+ srcPath: "/bookings/services/v2/bulk/services",
152
+ destPath: "/v2/bulk/services"
153
+ }
154
+ ],
155
+ "manage._base_domain_": [
156
+ {
157
+ srcPath: "/_api/bookings/v2/services",
158
+ destPath: "/v2/services"
159
+ },
160
+ {
161
+ srcPath: "/_api/bookings/v2/bulk/services",
162
+ destPath: "/v2/bulk/services"
163
+ }
164
+ ],
165
+ "editor._base_domain_": [
166
+ {
167
+ srcPath: "/_api/bookings/v2/services",
168
+ destPath: "/v2/services"
169
+ },
170
+ {
171
+ srcPath: "/_api/bookings/v2/bulk/services",
172
+ destPath: "/v2/bulk/services"
173
+ }
174
+ ],
175
+ "blocks._base_domain_": [
176
+ {
177
+ srcPath: "/_api/bookings/v2/services",
178
+ destPath: "/v2/services"
179
+ },
180
+ {
181
+ srcPath: "/_api/bookings/v2/bulk/services",
182
+ destPath: "/v2/bulk/services"
183
+ }
184
+ ],
185
+ "create.editorx": [
186
+ {
187
+ srcPath: "/_api/bookings/v2/services",
188
+ destPath: "/v2/services"
189
+ },
190
+ {
191
+ srcPath: "/_api/bookings/v2/bulk/services",
192
+ destPath: "/v2/bulk/services"
193
+ }
194
+ ],
195
+ _: [
196
+ {
197
+ srcPath: "/_api/bookings/v2/services",
198
+ destPath: "/v2/services"
199
+ }
200
+ ],
201
+ "www._base_domain_": [
202
+ {
203
+ srcPath: "/_api/bookings/v2/services",
204
+ destPath: "/v2/services"
205
+ }
206
+ ],
207
+ "bo._base_domain_": [
208
+ {
209
+ srcPath: "/_api/bookings/v2/services",
210
+ destPath: "/v2/services"
211
+ }
212
+ ],
213
+ "wixbo.ai": [
214
+ {
215
+ srcPath: "/_api/bookings/v2/services",
216
+ destPath: "/v2/services"
217
+ }
218
+ ],
219
+ "wix-bo.com": [
220
+ {
221
+ srcPath: "/_api/bookings/v2/services",
222
+ destPath: "/v2/services"
223
+ }
224
+ ],
225
+ "editor.wixapps.net": [
226
+ {
227
+ srcPath: "/_api/bookings/v2/services",
228
+ destPath: "/v2/services"
229
+ }
230
+ ],
231
+ "api._api_base_domain_": [
232
+ {
233
+ srcPath: "/services-2",
234
+ destPath: ""
235
+ }
236
+ ]
237
+ };
16
238
  return resolveUrl(Object.assign(opts, { domainToMappings }));
17
239
  }
18
240
  var PACKAGE_NAME = "@wix/auto_sdk_bookings_services";