@wix/auto_sdk_bookings_services 1.0.178 → 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.
- package/build/cjs/{bookings-services-v2-service-services.universal-V03VQ8tx.d.ts → bookings-services-v2-service-services.universal-B7-Plu-S.d.ts} +158 -187
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js +10 -232
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +10 -232
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +161 -190
- package/build/cjs/meta.js +10 -232
- package/build/cjs/meta.js.map +1 -1
- package/build/es/{bookings-services-v2-service-services.universal-V03VQ8tx.d.mts → bookings-services-v2-service-services.universal-B7-Plu-S.d.mts} +158 -187
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs +10 -232
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +10 -232
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +161 -190
- package/build/es/meta.mjs +10 -232
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/{bookings-services-v2-service-services.universal-V03VQ8tx.d.ts → bookings-services-v2-service-services.universal-B7-Plu-S.d.ts} +158 -187
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js +10 -232
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js +10 -232
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +161 -190
- package/build/internal/cjs/meta.js +10 -232
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/{bookings-services-v2-service-services.universal-V03VQ8tx.d.mts → bookings-services-v2-service-services.universal-B7-Plu-S.d.mts} +158 -187
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs +10 -232
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs +10 -232
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +161 -190
- package/build/internal/es/meta.mjs +10 -232
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/meta.mjs
CHANGED
|
@@ -8,233 +8,11 @@ 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 = {
|
|
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
|
-
};
|
|
11
|
+
const domainToMappings = {};
|
|
123
12
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
124
13
|
}
|
|
125
14
|
function resolveWixBookingsServicesV2ServicesServiceUrl(opts) {
|
|
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
|
-
};
|
|
15
|
+
const domainToMappings = {};
|
|
238
16
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
239
17
|
}
|
|
240
18
|
var PACKAGE_NAME = "@wix/auto_sdk_bookings_services";
|
|
@@ -1758,14 +1536,6 @@ var TaxableAddressType = /* @__PURE__ */ ((TaxableAddressType2) => {
|
|
|
1758
1536
|
TaxableAddressType2["BILLING"] = "BILLING";
|
|
1759
1537
|
return TaxableAddressType2;
|
|
1760
1538
|
})(TaxableAddressType || {});
|
|
1761
|
-
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
1762
|
-
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
1763
|
-
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
1764
|
-
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
1765
|
-
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
1766
|
-
WebhookIdentityType2["APP"] = "APP";
|
|
1767
|
-
return WebhookIdentityType2;
|
|
1768
|
-
})(WebhookIdentityType || {});
|
|
1769
1539
|
var V2RequestedFields = /* @__PURE__ */ ((V2RequestedFields2) => {
|
|
1770
1540
|
V2RequestedFields2["UNKNOWN_REQUESTED_FIELD"] = "UNKNOWN_REQUESTED_FIELD";
|
|
1771
1541
|
V2RequestedFields2["STAFF_MEMBER_DETAILS"] = "STAFF_MEMBER_DETAILS";
|
|
@@ -1909,6 +1679,14 @@ var ResolutionMethod = /* @__PURE__ */ ((ResolutionMethod2) => {
|
|
|
1909
1679
|
ResolutionMethod2["SUBDIRECTORY"] = "SUBDIRECTORY";
|
|
1910
1680
|
return ResolutionMethod2;
|
|
1911
1681
|
})(ResolutionMethod || {});
|
|
1682
|
+
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
1683
|
+
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
1684
|
+
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
1685
|
+
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
1686
|
+
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
1687
|
+
WebhookIdentityType2["APP"] = "APP";
|
|
1688
|
+
return WebhookIdentityType2;
|
|
1689
|
+
})(WebhookIdentityType || {});
|
|
1912
1690
|
|
|
1913
1691
|
// src/bookings-services-v2-service-services.meta.ts
|
|
1914
1692
|
function createService2() {
|