@wix/auto_sdk_bookings_service-options-and-variants 1.0.49 → 1.0.51
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/index.js +24 -3
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +24 -3
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +24 -3
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +24 -3
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +24 -3
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +24 -3
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +24 -3
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +24 -3
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +24 -3
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +24 -3
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +24 -3
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +24 -3
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -94,7 +94,7 @@ function resolveWixBookingsCatalogV1ServiceOptionsAndVariantsServiceUrl(opts) {
|
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
96
|
srcPath: "/_api/bookings/v1/service-options-and-variants",
|
|
97
|
-
destPath: "
|
|
97
|
+
destPath: ""
|
|
98
98
|
}
|
|
99
99
|
],
|
|
100
100
|
"blocks._base_domain_": [
|
|
@@ -104,7 +104,7 @@ function resolveWixBookingsCatalogV1ServiceOptionsAndVariantsServiceUrl(opts) {
|
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
106
|
srcPath: "/_api/bookings/v1/service-options-and-variants",
|
|
107
|
-
destPath: "
|
|
107
|
+
destPath: ""
|
|
108
108
|
}
|
|
109
109
|
],
|
|
110
110
|
"create.editorx": [
|
|
@@ -114,7 +114,7 @@ function resolveWixBookingsCatalogV1ServiceOptionsAndVariantsServiceUrl(opts) {
|
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
116
|
srcPath: "/_api/bookings/v1/service-options-and-variants",
|
|
117
|
-
destPath: "
|
|
117
|
+
destPath: ""
|
|
118
118
|
}
|
|
119
119
|
],
|
|
120
120
|
"www.wixapis.com": [
|
|
@@ -152,6 +152,9 @@ function createServiceOptionsAndVariants(payload) {
|
|
|
152
152
|
method: "POST",
|
|
153
153
|
methodFqn: "wix.bookings.catalog.v1.ServiceOptionsAndVariantsService.CreateServiceOptionsAndVariants",
|
|
154
154
|
packageName: PACKAGE_NAME,
|
|
155
|
+
migrationOptions: {
|
|
156
|
+
optInTransformResponse: true
|
|
157
|
+
},
|
|
155
158
|
url: resolveWixBookingsCatalogV1ServiceOptionsAndVariantsServiceUrl({
|
|
156
159
|
protoPath: "/v1/serviceOptionsAndVariants",
|
|
157
160
|
data: payload,
|
|
@@ -170,6 +173,9 @@ function cloneServiceOptionsAndVariants(payload) {
|
|
|
170
173
|
method: "POST",
|
|
171
174
|
methodFqn: "wix.bookings.catalog.v1.ServiceOptionsAndVariantsService.CloneServiceOptionsAndVariants",
|
|
172
175
|
packageName: PACKAGE_NAME,
|
|
176
|
+
migrationOptions: {
|
|
177
|
+
optInTransformResponse: true
|
|
178
|
+
},
|
|
173
179
|
url: resolveWixBookingsCatalogV1ServiceOptionsAndVariantsServiceUrl({
|
|
174
180
|
protoPath: "/v1/serviceOptionsAndVariants/{cloneFromId}/clone",
|
|
175
181
|
data: payload,
|
|
@@ -188,6 +194,9 @@ function getServiceOptionsAndVariants(payload) {
|
|
|
188
194
|
method: "GET",
|
|
189
195
|
methodFqn: "wix.bookings.catalog.v1.ServiceOptionsAndVariantsService.GetServiceOptionsAndVariants",
|
|
190
196
|
packageName: PACKAGE_NAME,
|
|
197
|
+
migrationOptions: {
|
|
198
|
+
optInTransformResponse: true
|
|
199
|
+
},
|
|
191
200
|
url: resolveWixBookingsCatalogV1ServiceOptionsAndVariantsServiceUrl({
|
|
192
201
|
protoPath: "/v1/serviceOptionsAndVariants/{serviceOptionsAndVariantsId}",
|
|
193
202
|
data: payload,
|
|
@@ -217,6 +226,9 @@ function getServiceOptionsAndVariantsByServiceId(payload) {
|
|
|
217
226
|
method: "GET",
|
|
218
227
|
methodFqn: "wix.bookings.catalog.v1.ServiceOptionsAndVariantsService.GetServiceOptionsAndVariantsByServiceId",
|
|
219
228
|
packageName: PACKAGE_NAME,
|
|
229
|
+
migrationOptions: {
|
|
230
|
+
optInTransformResponse: true
|
|
231
|
+
},
|
|
220
232
|
url: resolveWixBookingsCatalogV1ServiceOptionsAndVariantsServiceUrl({
|
|
221
233
|
protoPath: "/v1/serviceOptionsAndVariants/service_id/{serviceId}",
|
|
222
234
|
data: payload,
|
|
@@ -252,6 +264,9 @@ function updateServiceOptionsAndVariants(payload) {
|
|
|
252
264
|
method: "PATCH",
|
|
253
265
|
methodFqn: "wix.bookings.catalog.v1.ServiceOptionsAndVariantsService.UpdateServiceOptionsAndVariants",
|
|
254
266
|
packageName: PACKAGE_NAME,
|
|
267
|
+
migrationOptions: {
|
|
268
|
+
optInTransformResponse: true
|
|
269
|
+
},
|
|
255
270
|
url: resolveWixBookingsCatalogV1ServiceOptionsAndVariantsServiceUrl({
|
|
256
271
|
protoPath: "/v1/serviceOptionsAndVariants/{serviceOptionsAndVariants.id}",
|
|
257
272
|
data: serializedData,
|
|
@@ -270,6 +285,9 @@ function deleteServiceOptionsAndVariants(payload) {
|
|
|
270
285
|
method: "DELETE",
|
|
271
286
|
methodFqn: "wix.bookings.catalog.v1.ServiceOptionsAndVariantsService.DeleteServiceOptionsAndVariants",
|
|
272
287
|
packageName: PACKAGE_NAME,
|
|
288
|
+
migrationOptions: {
|
|
289
|
+
optInTransformResponse: true
|
|
290
|
+
},
|
|
273
291
|
url: resolveWixBookingsCatalogV1ServiceOptionsAndVariantsServiceUrl({
|
|
274
292
|
protoPath: "/v1/serviceOptionsAndVariants/{serviceOptionsAndVariantsId}",
|
|
275
293
|
data: payload,
|
|
@@ -288,6 +306,9 @@ function queryServiceOptionsAndVariants(payload) {
|
|
|
288
306
|
method: "POST",
|
|
289
307
|
methodFqn: "wix.bookings.catalog.v1.ServiceOptionsAndVariantsService.QueryServiceOptionsAndVariants",
|
|
290
308
|
packageName: PACKAGE_NAME,
|
|
309
|
+
migrationOptions: {
|
|
310
|
+
optInTransformResponse: true
|
|
311
|
+
},
|
|
291
312
|
url: resolveWixBookingsCatalogV1ServiceOptionsAndVariantsServiceUrl({
|
|
292
313
|
protoPath: "/v1/serviceOptionsAndVariants/query",
|
|
293
314
|
data: payload,
|