@wix/auto_sdk_table-reservations_experiences 1.0.44 → 1.0.45

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/index.d.ts +2 -2
  2. package/build/cjs/index.js +551 -5
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +2 -2
  5. package/build/cjs/index.typings.js +395 -5
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +60 -34
  8. package/build/cjs/meta.js +395 -5
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/cjs/{table-reservations-v1-experience-experiences.universal-Dye8qAKg.d.ts → table-reservations-v1-experience-experiences.universal-Cqe_JOHB.d.ts} +74 -47
  11. package/build/es/index.d.mts +2 -2
  12. package/build/es/index.mjs +551 -5
  13. package/build/es/index.mjs.map +1 -1
  14. package/build/es/index.typings.d.mts +2 -2
  15. package/build/es/index.typings.mjs +395 -5
  16. package/build/es/index.typings.mjs.map +1 -1
  17. package/build/es/meta.d.mts +60 -34
  18. package/build/es/meta.mjs +395 -5
  19. package/build/es/meta.mjs.map +1 -1
  20. package/build/es/{table-reservations-v1-experience-experiences.universal-Dye8qAKg.d.mts → table-reservations-v1-experience-experiences.universal-Cqe_JOHB.d.mts} +74 -47
  21. package/build/internal/cjs/index.d.ts +2 -2
  22. package/build/internal/cjs/index.js +551 -5
  23. package/build/internal/cjs/index.js.map +1 -1
  24. package/build/internal/cjs/index.typings.d.ts +2 -2
  25. package/build/internal/cjs/index.typings.js +395 -5
  26. package/build/internal/cjs/index.typings.js.map +1 -1
  27. package/build/internal/cjs/meta.d.ts +60 -34
  28. package/build/internal/cjs/meta.js +395 -5
  29. package/build/internal/cjs/meta.js.map +1 -1
  30. package/build/internal/cjs/{table-reservations-v1-experience-experiences.universal-Dye8qAKg.d.ts → table-reservations-v1-experience-experiences.universal-Cqe_JOHB.d.ts} +74 -47
  31. package/build/internal/es/index.d.mts +2 -2
  32. package/build/internal/es/index.mjs +551 -5
  33. package/build/internal/es/index.mjs.map +1 -1
  34. package/build/internal/es/index.typings.d.mts +2 -2
  35. package/build/internal/es/index.typings.mjs +395 -5
  36. package/build/internal/es/index.typings.mjs.map +1 -1
  37. package/build/internal/es/meta.d.mts +60 -34
  38. package/build/internal/es/meta.mjs +395 -5
  39. package/build/internal/es/meta.mjs.map +1 -1
  40. package/build/internal/es/{table-reservations-v1-experience-experiences.universal-Dye8qAKg.d.mts → table-reservations-v1-experience-experiences.universal-Cqe_JOHB.d.mts} +74 -47
  41. package/package.json +2 -2
@@ -153,6 +153,18 @@ function createExperience(payload) {
153
153
  {
154
154
  path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
155
155
  },
156
+ {
157
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
158
+ },
159
+ {
160
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
161
+ },
162
+ {
163
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
164
+ },
165
+ {
166
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
167
+ },
156
168
  {
157
169
  path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
158
170
  },
@@ -186,9 +198,27 @@ function createExperience(payload) {
186
198
  {
187
199
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
188
200
  },
201
+ {
202
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
203
+ },
204
+ {
205
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
206
+ },
207
+ {
208
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
209
+ },
189
210
  {
190
211
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
191
212
  },
213
+ {
214
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
215
+ },
216
+ {
217
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
218
+ },
219
+ {
220
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
221
+ },
192
222
  {
193
223
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
194
224
  },
@@ -222,6 +252,15 @@ function createExperience(payload) {
222
252
  {
223
253
  path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
224
254
  },
255
+ {
256
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
257
+ },
258
+ {
259
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
260
+ },
261
+ {
262
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
263
+ },
225
264
  {
226
265
  path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
227
266
  },
@@ -298,6 +337,18 @@ function createExperience(payload) {
298
337
  {
299
338
  path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
300
339
  },
340
+ {
341
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
342
+ },
343
+ {
344
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
345
+ },
346
+ {
347
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
348
+ },
349
+ {
350
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
351
+ },
301
352
  {
302
353
  path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
303
354
  },
@@ -331,9 +382,27 @@ function createExperience(payload) {
331
382
  {
332
383
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
333
384
  },
385
+ {
386
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
387
+ },
388
+ {
389
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
390
+ },
391
+ {
392
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
393
+ },
334
394
  {
335
395
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
336
396
  },
397
+ {
398
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
399
+ },
400
+ {
401
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
402
+ },
403
+ {
404
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
405
+ },
337
406
  {
338
407
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
339
408
  },
@@ -367,6 +436,15 @@ function createExperience(payload) {
367
436
  {
368
437
  path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
369
438
  },
439
+ {
440
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
441
+ },
442
+ {
443
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
444
+ },
445
+ {
446
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
447
+ },
370
448
  {
371
449
  path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
372
450
  },
@@ -450,6 +528,18 @@ function getExperience(payload) {
450
528
  {
451
529
  path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
452
530
  },
531
+ {
532
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
533
+ },
534
+ {
535
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
536
+ },
537
+ {
538
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
539
+ },
540
+ {
541
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
542
+ },
453
543
  {
454
544
  path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
455
545
  },
@@ -483,9 +573,27 @@ function getExperience(payload) {
483
573
  {
484
574
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
485
575
  },
576
+ {
577
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
578
+ },
579
+ {
580
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
581
+ },
582
+ {
583
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
584
+ },
486
585
  {
487
586
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
488
587
  },
588
+ {
589
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
590
+ },
591
+ {
592
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
593
+ },
594
+ {
595
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
596
+ },
489
597
  {
490
598
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
491
599
  },
@@ -519,6 +627,15 @@ function getExperience(payload) {
519
627
  {
520
628
  path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
521
629
  },
630
+ {
631
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
632
+ },
633
+ {
634
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
635
+ },
636
+ {
637
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
638
+ },
522
639
  {
523
640
  path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
524
641
  },
@@ -602,6 +719,18 @@ function getExperienceBySlug(payload) {
602
719
  {
603
720
  path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
604
721
  },
722
+ {
723
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
724
+ },
725
+ {
726
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
727
+ },
728
+ {
729
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
730
+ },
731
+ {
732
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
733
+ },
605
734
  {
606
735
  path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
607
736
  },
@@ -635,9 +764,27 @@ function getExperienceBySlug(payload) {
635
764
  {
636
765
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
637
766
  },
767
+ {
768
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
769
+ },
770
+ {
771
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
772
+ },
773
+ {
774
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
775
+ },
638
776
  {
639
777
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
640
778
  },
779
+ {
780
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
781
+ },
782
+ {
783
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
784
+ },
785
+ {
786
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
787
+ },
641
788
  {
642
789
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
643
790
  },
@@ -671,6 +818,15 @@ function getExperienceBySlug(payload) {
671
818
  {
672
819
  path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
673
820
  },
821
+ {
822
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
823
+ },
824
+ {
825
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
826
+ },
827
+ {
828
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
829
+ },
674
830
  {
675
831
  path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
676
832
  },
@@ -744,6 +900,18 @@ function updateExperience(payload) {
744
900
  {
745
901
  path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
746
902
  },
903
+ {
904
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
905
+ },
906
+ {
907
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
908
+ },
909
+ {
910
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
911
+ },
912
+ {
913
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
914
+ },
747
915
  {
748
916
  path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
749
917
  },
@@ -777,9 +945,27 @@ function updateExperience(payload) {
777
945
  {
778
946
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
779
947
  },
948
+ {
949
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
950
+ },
951
+ {
952
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
953
+ },
954
+ {
955
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
956
+ },
780
957
  {
781
958
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
782
959
  },
960
+ {
961
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
962
+ },
963
+ {
964
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
965
+ },
966
+ {
967
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
968
+ },
783
969
  {
784
970
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
785
971
  },
@@ -813,6 +999,15 @@ function updateExperience(payload) {
813
999
  {
814
1000
  path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
815
1001
  },
1002
+ {
1003
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1004
+ },
1005
+ {
1006
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1007
+ },
1008
+ {
1009
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1010
+ },
816
1011
  {
817
1012
  path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
818
1013
  },
@@ -889,6 +1084,18 @@ function updateExperience(payload) {
889
1084
  {
890
1085
  path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
891
1086
  },
1087
+ {
1088
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
1089
+ },
1090
+ {
1091
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
1092
+ },
1093
+ {
1094
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
1095
+ },
1096
+ {
1097
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
1098
+ },
892
1099
  {
893
1100
  path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
894
1101
  },
@@ -922,9 +1129,27 @@ function updateExperience(payload) {
922
1129
  {
923
1130
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
924
1131
  },
1132
+ {
1133
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1134
+ },
1135
+ {
1136
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1137
+ },
1138
+ {
1139
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1140
+ },
925
1141
  {
926
1142
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
927
1143
  },
1144
+ {
1145
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1146
+ },
1147
+ {
1148
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1149
+ },
1150
+ {
1151
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1152
+ },
928
1153
  {
929
1154
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
930
1155
  },
@@ -958,6 +1183,15 @@ function updateExperience(payload) {
958
1183
  {
959
1184
  path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
960
1185
  },
1186
+ {
1187
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1188
+ },
1189
+ {
1190
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1191
+ },
1192
+ {
1193
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1194
+ },
961
1195
  {
962
1196
  path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
963
1197
  },
@@ -1041,6 +1275,18 @@ function queryExperiences(payload) {
1041
1275
  {
1042
1276
  path: "experiences.configuration.displayInfo.richContent.nodes.imageData.image.duration"
1043
1277
  },
1278
+ {
1279
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.x"
1280
+ },
1281
+ {
1282
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.y"
1283
+ },
1284
+ {
1285
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.width"
1286
+ },
1287
+ {
1288
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.height"
1289
+ },
1044
1290
  {
1045
1291
  path: "experiences.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
1046
1292
  },
@@ -1074,9 +1320,27 @@ function queryExperiences(payload) {
1074
1320
  {
1075
1321
  path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
1076
1322
  },
1323
+ {
1324
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1325
+ },
1326
+ {
1327
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1328
+ },
1329
+ {
1330
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1331
+ },
1077
1332
  {
1078
1333
  path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
1079
1334
  },
1335
+ {
1336
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1337
+ },
1338
+ {
1339
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1340
+ },
1341
+ {
1342
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1343
+ },
1080
1344
  {
1081
1345
  path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
1082
1346
  },
@@ -1110,6 +1374,15 @@ function queryExperiences(payload) {
1110
1374
  {
1111
1375
  path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
1112
1376
  },
1377
+ {
1378
+ path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1379
+ },
1380
+ {
1381
+ path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1382
+ },
1383
+ {
1384
+ path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1385
+ },
1113
1386
  {
1114
1387
  path: "experiences.configuration.displayInfo.richContent.nodes.tocData.fontSize"
1115
1388
  },
@@ -1219,6 +1492,18 @@ function searchExperiences(payload) {
1219
1492
  {
1220
1493
  path: "experiences.configuration.displayInfo.richContent.nodes.imageData.image.duration"
1221
1494
  },
1495
+ {
1496
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.x"
1497
+ },
1498
+ {
1499
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.y"
1500
+ },
1501
+ {
1502
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.width"
1503
+ },
1504
+ {
1505
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.height"
1506
+ },
1222
1507
  {
1223
1508
  path: "experiences.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
1224
1509
  },
@@ -1252,9 +1537,27 @@ function searchExperiences(payload) {
1252
1537
  {
1253
1538
  path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
1254
1539
  },
1540
+ {
1541
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1542
+ },
1543
+ {
1544
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1545
+ },
1546
+ {
1547
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1548
+ },
1255
1549
  {
1256
1550
  path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
1257
1551
  },
1552
+ {
1553
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1554
+ },
1555
+ {
1556
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1557
+ },
1558
+ {
1559
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1560
+ },
1258
1561
  {
1259
1562
  path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
1260
1563
  },
@@ -1288,6 +1591,15 @@ function searchExperiences(payload) {
1288
1591
  {
1289
1592
  path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
1290
1593
  },
1594
+ {
1595
+ path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1596
+ },
1597
+ {
1598
+ path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1599
+ },
1600
+ {
1601
+ path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1602
+ },
1291
1603
  {
1292
1604
  path: "experiences.configuration.displayInfo.richContent.nodes.tocData.fontSize"
1293
1605
  },
@@ -1393,6 +1705,18 @@ function bulkUpdateExperiences(payload) {
1393
1705
  {
1394
1706
  path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
1395
1707
  },
1708
+ {
1709
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
1710
+ },
1711
+ {
1712
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
1713
+ },
1714
+ {
1715
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
1716
+ },
1717
+ {
1718
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
1719
+ },
1396
1720
  {
1397
1721
  path: "experiences.experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
1398
1722
  },
@@ -1426,9 +1750,27 @@ function bulkUpdateExperiences(payload) {
1426
1750
  {
1427
1751
  path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
1428
1752
  },
1753
+ {
1754
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1755
+ },
1756
+ {
1757
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1758
+ },
1759
+ {
1760
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1761
+ },
1429
1762
  {
1430
1763
  path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
1431
1764
  },
1765
+ {
1766
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1767
+ },
1768
+ {
1769
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1770
+ },
1771
+ {
1772
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1773
+ },
1432
1774
  {
1433
1775
  path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
1434
1776
  },
@@ -1462,6 +1804,15 @@ function bulkUpdateExperiences(payload) {
1462
1804
  {
1463
1805
  path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
1464
1806
  },
1807
+ {
1808
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1809
+ },
1810
+ {
1811
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1812
+ },
1813
+ {
1814
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1815
+ },
1465
1816
  {
1466
1817
  path: "experiences.experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
1467
1818
  },
@@ -1538,6 +1889,18 @@ function bulkUpdateExperiences(payload) {
1538
1889
  {
1539
1890
  path: "results.item.configuration.displayInfo.richContent.nodes.imageData.image.duration"
1540
1891
  },
1892
+ {
1893
+ path: "results.item.configuration.displayInfo.richContent.nodes.imageData.crop.x"
1894
+ },
1895
+ {
1896
+ path: "results.item.configuration.displayInfo.richContent.nodes.imageData.crop.y"
1897
+ },
1898
+ {
1899
+ path: "results.item.configuration.displayInfo.richContent.nodes.imageData.crop.width"
1900
+ },
1901
+ {
1902
+ path: "results.item.configuration.displayInfo.richContent.nodes.imageData.crop.height"
1903
+ },
1541
1904
  {
1542
1905
  path: "results.item.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
1543
1906
  },
@@ -1571,9 +1934,27 @@ function bulkUpdateExperiences(payload) {
1571
1934
  {
1572
1935
  path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
1573
1936
  },
1937
+ {
1938
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1939
+ },
1940
+ {
1941
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1942
+ },
1943
+ {
1944
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1945
+ },
1574
1946
  {
1575
1947
  path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
1576
1948
  },
1949
+ {
1950
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1951
+ },
1952
+ {
1953
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1954
+ },
1955
+ {
1956
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1957
+ },
1577
1958
  {
1578
1959
  path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
1579
1960
  },
@@ -1607,6 +1988,15 @@ function bulkUpdateExperiences(payload) {
1607
1988
  {
1608
1989
  path: "results.item.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
1609
1990
  },
1991
+ {
1992
+ path: "results.item.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1993
+ },
1994
+ {
1995
+ path: "results.item.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1996
+ },
1997
+ {
1998
+ path: "results.item.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1999
+ },
1610
2000
  {
1611
2001
  path: "results.item.configuration.displayInfo.richContent.nodes.tocData.fontSize"
1612
2002
  },
@@ -2059,6 +2449,11 @@ var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
2059
2449
  ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
2060
2450
  return ImagePosition2;
2061
2451
  })(ImagePosition || {});
2452
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
2453
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
2454
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
2455
+ return LayoutDataBackgroundType2;
2456
+ })(LayoutDataBackgroundType || {});
2062
2457
  var Origin = /* @__PURE__ */ ((Origin2) => {
2063
2458
  Origin2["IMAGE"] = "IMAGE";
2064
2459
  Origin2["LAYOUT"] = "LAYOUT";
@@ -2069,11 +2464,6 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
2069
2464
  BannerPosition2["BOTTOM"] = "BOTTOM";
2070
2465
  return BannerPosition2;
2071
2466
  })(BannerPosition || {});
2072
- var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
2073
- LayoutDataBackgroundType2["COLOR"] = "COLOR";
2074
- LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
2075
- return LayoutDataBackgroundType2;
2076
- })(LayoutDataBackgroundType || {});
2077
2467
  var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
2078
2468
  BackdropType2["COLOR"] = "COLOR";
2079
2469
  BackdropType2["GRADIENT"] = "GRADIENT";