@wix/auto_sdk_bookings_services 1.0.177 → 1.0.179

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.
Files changed (41) hide show
  1. package/build/cjs/{bookings-services-v2-service-services.universal-CBboc0J2.d.ts → bookings-services-v2-service-services.universal-B7-Plu-S.d.ts} +160 -189
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js +10 -232
  4. package/build/cjs/index.js.map +1 -1
  5. package/build/cjs/index.typings.d.ts +2 -2
  6. package/build/cjs/index.typings.js +10 -232
  7. package/build/cjs/index.typings.js.map +1 -1
  8. package/build/cjs/meta.d.ts +162 -191
  9. package/build/cjs/meta.js +10 -232
  10. package/build/cjs/meta.js.map +1 -1
  11. package/build/es/{bookings-services-v2-service-services.universal-CBboc0J2.d.mts → bookings-services-v2-service-services.universal-B7-Plu-S.d.mts} +160 -189
  12. package/build/es/index.d.mts +2 -2
  13. package/build/es/index.mjs +10 -232
  14. package/build/es/index.mjs.map +1 -1
  15. package/build/es/index.typings.d.mts +2 -2
  16. package/build/es/index.typings.mjs +10 -232
  17. package/build/es/index.typings.mjs.map +1 -1
  18. package/build/es/meta.d.mts +162 -191
  19. package/build/es/meta.mjs +10 -232
  20. package/build/es/meta.mjs.map +1 -1
  21. package/build/internal/cjs/{bookings-services-v2-service-services.universal-CBboc0J2.d.ts → bookings-services-v2-service-services.universal-B7-Plu-S.d.ts} +160 -189
  22. package/build/internal/cjs/index.d.ts +2 -2
  23. package/build/internal/cjs/index.js +10 -232
  24. package/build/internal/cjs/index.js.map +1 -1
  25. package/build/internal/cjs/index.typings.d.ts +2 -2
  26. package/build/internal/cjs/index.typings.js +10 -232
  27. package/build/internal/cjs/index.typings.js.map +1 -1
  28. package/build/internal/cjs/meta.d.ts +162 -191
  29. package/build/internal/cjs/meta.js +10 -232
  30. package/build/internal/cjs/meta.js.map +1 -1
  31. package/build/internal/es/{bookings-services-v2-service-services.universal-CBboc0J2.d.mts → bookings-services-v2-service-services.universal-B7-Plu-S.d.mts} +160 -189
  32. package/build/internal/es/index.d.mts +2 -2
  33. package/build/internal/es/index.mjs +10 -232
  34. package/build/internal/es/index.mjs.map +1 -1
  35. package/build/internal/es/index.typings.d.mts +2 -2
  36. package/build/internal/es/index.typings.mjs +10 -232
  37. package/build/internal/es/index.typings.mjs.map +1 -1
  38. package/build/internal/es/meta.d.mts +162 -191
  39. package/build/internal/es/meta.mjs +10 -232
  40. package/build/internal/es/meta.mjs.map +1 -1
  41. package/package.json +2 -2
@@ -92,233 +92,11 @@ var import_field_mask = require("@wix/sdk-runtime/transformations/field-mask");
92
92
  var import_transform_paths = require("@wix/sdk-runtime/transformations/transform-paths");
93
93
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
94
94
  function resolveWixBookingsServicesV2AddOnGroupsServiceUrl(opts) {
95
- const domainToMappings = {
96
- "*.dev.wix-code.com": [
97
- {
98
- srcPath: "/_api/services-2",
99
- destPath: ""
100
- },
101
- {
102
- srcPath: "/_api/bookings/v2/services",
103
- destPath: "/v2/services"
104
- }
105
- ],
106
- "www.wixapis.com": [
107
- {
108
- srcPath: "/_api/bookings/v2/services",
109
- destPath: "/v2/services"
110
- },
111
- {
112
- srcPath: "/bookings/v2/services",
113
- destPath: "/v2/services"
114
- },
115
- {
116
- srcPath: "/bookings/v2/bulk/services",
117
- destPath: "/v2/bulk/services"
118
- },
119
- {
120
- srcPath: "/bookings/services/v2/bulk/services",
121
- destPath: "/v2/bulk/services"
122
- }
123
- ],
124
- "manage._base_domain_": [
125
- {
126
- srcPath: "/_api/bookings/v2/services",
127
- destPath: "/v2/services"
128
- },
129
- {
130
- srcPath: "/_api/bookings/v2/bulk/services",
131
- destPath: "/v2/bulk/services"
132
- }
133
- ],
134
- "editor._base_domain_": [
135
- {
136
- srcPath: "/_api/bookings/v2/services",
137
- destPath: "/v2/services"
138
- },
139
- {
140
- srcPath: "/_api/bookings/v2/bulk/services",
141
- destPath: "/v2/bulk/services"
142
- }
143
- ],
144
- "blocks._base_domain_": [
145
- {
146
- srcPath: "/_api/bookings/v2/services",
147
- destPath: "/v2/services"
148
- },
149
- {
150
- srcPath: "/_api/bookings/v2/bulk/services",
151
- destPath: "/v2/bulk/services"
152
- }
153
- ],
154
- "create.editorx": [
155
- {
156
- srcPath: "/_api/bookings/v2/services",
157
- destPath: "/v2/services"
158
- },
159
- {
160
- srcPath: "/_api/bookings/v2/bulk/services",
161
- destPath: "/v2/bulk/services"
162
- }
163
- ],
164
- _: [
165
- {
166
- srcPath: "/_api/bookings/v2/services",
167
- destPath: "/v2/services"
168
- }
169
- ],
170
- "www._base_domain_": [
171
- {
172
- srcPath: "/_api/bookings/v2/services",
173
- destPath: "/v2/services"
174
- }
175
- ],
176
- "bo._base_domain_": [
177
- {
178
- srcPath: "/_api/bookings/v2/services",
179
- destPath: "/v2/services"
180
- }
181
- ],
182
- "wixbo.ai": [
183
- {
184
- srcPath: "/_api/bookings/v2/services",
185
- destPath: "/v2/services"
186
- }
187
- ],
188
- "wix-bo.com": [
189
- {
190
- srcPath: "/_api/bookings/v2/services",
191
- destPath: "/v2/services"
192
- }
193
- ],
194
- "editor.wixapps.net": [
195
- {
196
- srcPath: "/_api/bookings/v2/services",
197
- destPath: "/v2/services"
198
- }
199
- ],
200
- "api._api_base_domain_": [
201
- {
202
- srcPath: "/services-2",
203
- destPath: ""
204
- }
205
- ]
206
- };
95
+ const domainToMappings = {};
207
96
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
208
97
  }
209
98
  function resolveWixBookingsServicesV2ServicesServiceUrl(opts) {
210
- const domainToMappings = {
211
- "*.dev.wix-code.com": [
212
- {
213
- srcPath: "/_api/services-2",
214
- destPath: ""
215
- },
216
- {
217
- srcPath: "/_api/bookings/v2/services",
218
- destPath: "/v2/services"
219
- }
220
- ],
221
- "www.wixapis.com": [
222
- {
223
- srcPath: "/_api/bookings/v2/services",
224
- destPath: "/v2/services"
225
- },
226
- {
227
- srcPath: "/bookings/v2/services",
228
- destPath: "/v2/services"
229
- },
230
- {
231
- srcPath: "/bookings/v2/bulk/services",
232
- destPath: "/v2/bulk/services"
233
- },
234
- {
235
- srcPath: "/bookings/services/v2/bulk/services",
236
- destPath: "/v2/bulk/services"
237
- }
238
- ],
239
- "manage._base_domain_": [
240
- {
241
- srcPath: "/_api/bookings/v2/services",
242
- destPath: "/v2/services"
243
- },
244
- {
245
- srcPath: "/_api/bookings/v2/bulk/services",
246
- destPath: "/v2/bulk/services"
247
- }
248
- ],
249
- "editor._base_domain_": [
250
- {
251
- srcPath: "/_api/bookings/v2/services",
252
- destPath: "/v2/services"
253
- },
254
- {
255
- srcPath: "/_api/bookings/v2/bulk/services",
256
- destPath: "/v2/bulk/services"
257
- }
258
- ],
259
- "blocks._base_domain_": [
260
- {
261
- srcPath: "/_api/bookings/v2/services",
262
- destPath: "/v2/services"
263
- },
264
- {
265
- srcPath: "/_api/bookings/v2/bulk/services",
266
- destPath: "/v2/bulk/services"
267
- }
268
- ],
269
- "create.editorx": [
270
- {
271
- srcPath: "/_api/bookings/v2/services",
272
- destPath: "/v2/services"
273
- },
274
- {
275
- srcPath: "/_api/bookings/v2/bulk/services",
276
- destPath: "/v2/bulk/services"
277
- }
278
- ],
279
- _: [
280
- {
281
- srcPath: "/_api/bookings/v2/services",
282
- destPath: "/v2/services"
283
- }
284
- ],
285
- "www._base_domain_": [
286
- {
287
- srcPath: "/_api/bookings/v2/services",
288
- destPath: "/v2/services"
289
- }
290
- ],
291
- "bo._base_domain_": [
292
- {
293
- srcPath: "/_api/bookings/v2/services",
294
- destPath: "/v2/services"
295
- }
296
- ],
297
- "wixbo.ai": [
298
- {
299
- srcPath: "/_api/bookings/v2/services",
300
- destPath: "/v2/services"
301
- }
302
- ],
303
- "wix-bo.com": [
304
- {
305
- srcPath: "/_api/bookings/v2/services",
306
- destPath: "/v2/services"
307
- }
308
- ],
309
- "editor.wixapps.net": [
310
- {
311
- srcPath: "/_api/bookings/v2/services",
312
- destPath: "/v2/services"
313
- }
314
- ],
315
- "api._api_base_domain_": [
316
- {
317
- srcPath: "/services-2",
318
- destPath: ""
319
- }
320
- ]
321
- };
99
+ const domainToMappings = {};
322
100
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
323
101
  }
324
102
  var PACKAGE_NAME = "@wix/auto_sdk_bookings_services";
@@ -1842,14 +1620,6 @@ var TaxableAddressType = /* @__PURE__ */ ((TaxableAddressType2) => {
1842
1620
  TaxableAddressType2["BILLING"] = "BILLING";
1843
1621
  return TaxableAddressType2;
1844
1622
  })(TaxableAddressType || {});
1845
- var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1846
- WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1847
- WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1848
- WebhookIdentityType2["MEMBER"] = "MEMBER";
1849
- WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1850
- WebhookIdentityType2["APP"] = "APP";
1851
- return WebhookIdentityType2;
1852
- })(WebhookIdentityType || {});
1853
1623
  var V2RequestedFields = /* @__PURE__ */ ((V2RequestedFields2) => {
1854
1624
  V2RequestedFields2["UNKNOWN_REQUESTED_FIELD"] = "UNKNOWN_REQUESTED_FIELD";
1855
1625
  V2RequestedFields2["STAFF_MEMBER_DETAILS"] = "STAFF_MEMBER_DETAILS";
@@ -1993,6 +1763,14 @@ var ResolutionMethod = /* @__PURE__ */ ((ResolutionMethod2) => {
1993
1763
  ResolutionMethod2["SUBDIRECTORY"] = "SUBDIRECTORY";
1994
1764
  return ResolutionMethod2;
1995
1765
  })(ResolutionMethod || {});
1766
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1767
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1768
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1769
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
1770
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1771
+ WebhookIdentityType2["APP"] = "APP";
1772
+ return WebhookIdentityType2;
1773
+ })(WebhookIdentityType || {});
1996
1774
 
1997
1775
  // src/bookings-services-v2-service-services.meta.ts
1998
1776
  function createService2() {