@wix/auto_sdk_seatings_seating-plan 1.0.19 → 1.0.21
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.d.ts +19 -17
- package/build/cjs/index.js +39 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +266 -166
- package/build/cjs/index.typings.js +39 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +456 -119
- package/build/cjs/meta.js +140 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +19 -17
- package/build/es/index.mjs +39 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +266 -166
- package/build/es/index.typings.mjs +39 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +456 -119
- package/build/es/meta.mjs +131 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +19 -17
- package/build/internal/cjs/index.js +39 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +266 -166
- package/build/internal/cjs/index.typings.js +39 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +456 -119
- package/build/internal/cjs/meta.js +140 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +19 -17
- package/build/internal/es/index.mjs +39 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +266 -166
- package/build/internal/es/index.typings.mjs +39 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +456 -119
- package/build/internal/es/meta.mjs +131 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +3 -3
|
@@ -116,6 +116,12 @@ function resolveComWixpressSeatingSeatingPlanThumbnailServiceUrl(opts) {
|
|
|
116
116
|
srcPath: "/_api/seating-plans",
|
|
117
117
|
destPath: ""
|
|
118
118
|
}
|
|
119
|
+
],
|
|
120
|
+
"www.wixapis.com": [
|
|
121
|
+
{
|
|
122
|
+
srcPath: "/seating/v1/plans",
|
|
123
|
+
destPath: "/v1/plans"
|
|
124
|
+
}
|
|
119
125
|
]
|
|
120
126
|
};
|
|
121
127
|
return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
|
|
@@ -181,6 +187,12 @@ function resolveComWixpressSeatingSeatingPlanManagementUrl(opts) {
|
|
|
181
187
|
srcPath: "/_api/seating-plans",
|
|
182
188
|
destPath: ""
|
|
183
189
|
}
|
|
190
|
+
],
|
|
191
|
+
"www.wixapis.com": [
|
|
192
|
+
{
|
|
193
|
+
srcPath: "/seating/v1/plans",
|
|
194
|
+
destPath: "/v1/plans"
|
|
195
|
+
}
|
|
184
196
|
]
|
|
185
197
|
};
|
|
186
198
|
return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
|
|
@@ -228,6 +240,9 @@ function createSeatingPlan(payload) {
|
|
|
228
240
|
method: "POST",
|
|
229
241
|
methodFqn: "com.wixpress.seating.SeatingPlanManagement.CreateSeatingPlan",
|
|
230
242
|
packageName: PACKAGE_NAME,
|
|
243
|
+
migrationOptions: {
|
|
244
|
+
optInTransformResponse: true
|
|
245
|
+
},
|
|
231
246
|
url: resolveComWixpressSeatingSeatingPlanManagementUrl({
|
|
232
247
|
protoPath: "/v1/plans",
|
|
233
248
|
data: serializedData,
|
|
@@ -324,6 +339,9 @@ function updateSeatingPlan(payload) {
|
|
|
324
339
|
method: "PUT",
|
|
325
340
|
methodFqn: "com.wixpress.seating.SeatingPlanManagement.UpdateSeatingPlan",
|
|
326
341
|
packageName: PACKAGE_NAME,
|
|
342
|
+
migrationOptions: {
|
|
343
|
+
optInTransformResponse: true
|
|
344
|
+
},
|
|
327
345
|
url: resolveComWixpressSeatingSeatingPlanManagementUrl({
|
|
328
346
|
protoPath: "/v1/plans",
|
|
329
347
|
data: serializedData,
|
|
@@ -381,6 +399,9 @@ function copySeatingPlan(payload) {
|
|
|
381
399
|
method: "POST",
|
|
382
400
|
methodFqn: "com.wixpress.seating.SeatingPlanManagement.CopySeatingPlan",
|
|
383
401
|
packageName: PACKAGE_NAME,
|
|
402
|
+
migrationOptions: {
|
|
403
|
+
optInTransformResponse: true
|
|
404
|
+
},
|
|
384
405
|
url: resolveComWixpressSeatingSeatingPlanManagementUrl({
|
|
385
406
|
protoPath: "/v1/plans/copy",
|
|
386
407
|
data: payload,
|
|
@@ -438,6 +459,9 @@ function querySeatingPlan(payload) {
|
|
|
438
459
|
method: "POST",
|
|
439
460
|
methodFqn: "com.wixpress.seating.SeatingPlanManagement.QuerySeatingPlan",
|
|
440
461
|
packageName: PACKAGE_NAME,
|
|
462
|
+
migrationOptions: {
|
|
463
|
+
optInTransformResponse: true
|
|
464
|
+
},
|
|
441
465
|
url: resolveComWixpressSeatingSeatingPlanManagementUrl({
|
|
442
466
|
protoPath: "/v1/plans/query",
|
|
443
467
|
data: payload,
|
|
@@ -498,6 +522,9 @@ function getSeatingPlan(payload) {
|
|
|
498
522
|
method: "GET",
|
|
499
523
|
methodFqn: "com.wixpress.seating.SeatingPlanManagement.GetSeatingPlan",
|
|
500
524
|
packageName: PACKAGE_NAME,
|
|
525
|
+
migrationOptions: {
|
|
526
|
+
optInTransformResponse: true
|
|
527
|
+
},
|
|
501
528
|
url: resolveComWixpressSeatingSeatingPlanManagementUrl({
|
|
502
529
|
protoPath: "/v1/plans/{id}",
|
|
503
530
|
data: payload,
|
|
@@ -555,6 +582,9 @@ function findSeatingPlan(payload) {
|
|
|
555
582
|
method: "POST",
|
|
556
583
|
methodFqn: "com.wixpress.seating.SeatingPlanManagement.FindSeatingPlan",
|
|
557
584
|
packageName: PACKAGE_NAME,
|
|
585
|
+
migrationOptions: {
|
|
586
|
+
optInTransformResponse: true
|
|
587
|
+
},
|
|
558
588
|
url: resolveComWixpressSeatingSeatingPlanManagementUrl({
|
|
559
589
|
protoPath: "/v1/plans/find",
|
|
560
590
|
data: payload,
|
|
@@ -612,6 +642,9 @@ function deleteSeatingPlan(payload) {
|
|
|
612
642
|
method: "DELETE",
|
|
613
643
|
methodFqn: "com.wixpress.seating.SeatingPlanManagement.DeleteSeatingPlan",
|
|
614
644
|
packageName: PACKAGE_NAME,
|
|
645
|
+
migrationOptions: {
|
|
646
|
+
optInTransformResponse: true
|
|
647
|
+
},
|
|
615
648
|
url: resolveComWixpressSeatingSeatingPlanManagementUrl({
|
|
616
649
|
protoPath: "/v1/plans/{id}",
|
|
617
650
|
data: payload,
|
|
@@ -669,6 +702,9 @@ function updateSeatingPlanThumbnail(payload) {
|
|
|
669
702
|
method: "POST",
|
|
670
703
|
methodFqn: "com.wixpress.seating.SeatingPlanThumbnailService.UpdateSeatingPlanThumbnail",
|
|
671
704
|
packageName: PACKAGE_NAME,
|
|
705
|
+
migrationOptions: {
|
|
706
|
+
optInTransformResponse: true
|
|
707
|
+
},
|
|
672
708
|
url: resolveComWixpressSeatingSeatingPlanThumbnailServiceUrl({
|
|
673
709
|
protoPath: "/v1/plan-thumbnails",
|
|
674
710
|
data: payload,
|
|
@@ -687,6 +723,9 @@ function getSeatingPlanThumbnail(payload) {
|
|
|
687
723
|
method: "GET",
|
|
688
724
|
methodFqn: "com.wixpress.seating.SeatingPlanThumbnailService.GetSeatingPlanThumbnail",
|
|
689
725
|
packageName: PACKAGE_NAME,
|
|
726
|
+
migrationOptions: {
|
|
727
|
+
optInTransformResponse: true
|
|
728
|
+
},
|
|
690
729
|
url: resolveComWixpressSeatingSeatingPlanThumbnailServiceUrl({
|
|
691
730
|
protoPath: "/v1/plan-thumbnails",
|
|
692
731
|
data: payload,
|