@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
package/build/cjs/meta.js CHANGED
@@ -266,6 +266,18 @@ function createExperience(payload) {
266
266
  {
267
267
  path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
268
268
  },
269
+ {
270
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
271
+ },
272
+ {
273
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
274
+ },
275
+ {
276
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
277
+ },
278
+ {
279
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
280
+ },
269
281
  {
270
282
  path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
271
283
  },
@@ -299,9 +311,27 @@ function createExperience(payload) {
299
311
  {
300
312
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
301
313
  },
314
+ {
315
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
316
+ },
317
+ {
318
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
319
+ },
320
+ {
321
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
322
+ },
302
323
  {
303
324
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
304
325
  },
326
+ {
327
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
328
+ },
329
+ {
330
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
331
+ },
332
+ {
333
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
334
+ },
305
335
  {
306
336
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
307
337
  },
@@ -335,6 +365,15 @@ function createExperience(payload) {
335
365
  {
336
366
  path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
337
367
  },
368
+ {
369
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
370
+ },
371
+ {
372
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
373
+ },
374
+ {
375
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
376
+ },
338
377
  {
339
378
  path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
340
379
  },
@@ -411,6 +450,18 @@ function createExperience(payload) {
411
450
  {
412
451
  path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
413
452
  },
453
+ {
454
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
455
+ },
456
+ {
457
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
458
+ },
459
+ {
460
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
461
+ },
462
+ {
463
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
464
+ },
414
465
  {
415
466
  path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
416
467
  },
@@ -444,9 +495,27 @@ function createExperience(payload) {
444
495
  {
445
496
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
446
497
  },
498
+ {
499
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
500
+ },
501
+ {
502
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
503
+ },
504
+ {
505
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
506
+ },
447
507
  {
448
508
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
449
509
  },
510
+ {
511
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
512
+ },
513
+ {
514
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
515
+ },
516
+ {
517
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
518
+ },
450
519
  {
451
520
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
452
521
  },
@@ -480,6 +549,15 @@ function createExperience(payload) {
480
549
  {
481
550
  path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
482
551
  },
552
+ {
553
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
554
+ },
555
+ {
556
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
557
+ },
558
+ {
559
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
560
+ },
483
561
  {
484
562
  path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
485
563
  },
@@ -563,6 +641,18 @@ function getExperience(payload) {
563
641
  {
564
642
  path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
565
643
  },
644
+ {
645
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
646
+ },
647
+ {
648
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
649
+ },
650
+ {
651
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
652
+ },
653
+ {
654
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
655
+ },
566
656
  {
567
657
  path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
568
658
  },
@@ -596,9 +686,27 @@ function getExperience(payload) {
596
686
  {
597
687
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
598
688
  },
689
+ {
690
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
691
+ },
692
+ {
693
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
694
+ },
695
+ {
696
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
697
+ },
599
698
  {
600
699
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
601
700
  },
701
+ {
702
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
703
+ },
704
+ {
705
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
706
+ },
707
+ {
708
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
709
+ },
602
710
  {
603
711
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
604
712
  },
@@ -632,6 +740,15 @@ function getExperience(payload) {
632
740
  {
633
741
  path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
634
742
  },
743
+ {
744
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
745
+ },
746
+ {
747
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
748
+ },
749
+ {
750
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
751
+ },
635
752
  {
636
753
  path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
637
754
  },
@@ -715,6 +832,18 @@ function getExperienceBySlug(payload) {
715
832
  {
716
833
  path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
717
834
  },
835
+ {
836
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
837
+ },
838
+ {
839
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
840
+ },
841
+ {
842
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
843
+ },
844
+ {
845
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
846
+ },
718
847
  {
719
848
  path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
720
849
  },
@@ -748,9 +877,27 @@ function getExperienceBySlug(payload) {
748
877
  {
749
878
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
750
879
  },
880
+ {
881
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
882
+ },
883
+ {
884
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
885
+ },
886
+ {
887
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
888
+ },
751
889
  {
752
890
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
753
891
  },
892
+ {
893
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
894
+ },
895
+ {
896
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
897
+ },
898
+ {
899
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
900
+ },
754
901
  {
755
902
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
756
903
  },
@@ -784,6 +931,15 @@ function getExperienceBySlug(payload) {
784
931
  {
785
932
  path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
786
933
  },
934
+ {
935
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
936
+ },
937
+ {
938
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
939
+ },
940
+ {
941
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
942
+ },
787
943
  {
788
944
  path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
789
945
  },
@@ -857,6 +1013,18 @@ function updateExperience(payload) {
857
1013
  {
858
1014
  path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
859
1015
  },
1016
+ {
1017
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
1018
+ },
1019
+ {
1020
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
1021
+ },
1022
+ {
1023
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
1024
+ },
1025
+ {
1026
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
1027
+ },
860
1028
  {
861
1029
  path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
862
1030
  },
@@ -890,9 +1058,27 @@ function updateExperience(payload) {
890
1058
  {
891
1059
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
892
1060
  },
1061
+ {
1062
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1063
+ },
1064
+ {
1065
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1066
+ },
1067
+ {
1068
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1069
+ },
893
1070
  {
894
1071
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
895
1072
  },
1073
+ {
1074
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1075
+ },
1076
+ {
1077
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1078
+ },
1079
+ {
1080
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1081
+ },
896
1082
  {
897
1083
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
898
1084
  },
@@ -926,6 +1112,15 @@ function updateExperience(payload) {
926
1112
  {
927
1113
  path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
928
1114
  },
1115
+ {
1116
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1117
+ },
1118
+ {
1119
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1120
+ },
1121
+ {
1122
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1123
+ },
929
1124
  {
930
1125
  path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
931
1126
  },
@@ -1002,6 +1197,18 @@ function updateExperience(payload) {
1002
1197
  {
1003
1198
  path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
1004
1199
  },
1200
+ {
1201
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
1202
+ },
1203
+ {
1204
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
1205
+ },
1206
+ {
1207
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
1208
+ },
1209
+ {
1210
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
1211
+ },
1005
1212
  {
1006
1213
  path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
1007
1214
  },
@@ -1035,9 +1242,27 @@ function updateExperience(payload) {
1035
1242
  {
1036
1243
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
1037
1244
  },
1245
+ {
1246
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1247
+ },
1248
+ {
1249
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1250
+ },
1251
+ {
1252
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1253
+ },
1038
1254
  {
1039
1255
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
1040
1256
  },
1257
+ {
1258
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1259
+ },
1260
+ {
1261
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1262
+ },
1263
+ {
1264
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1265
+ },
1041
1266
  {
1042
1267
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
1043
1268
  },
@@ -1071,6 +1296,15 @@ function updateExperience(payload) {
1071
1296
  {
1072
1297
  path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
1073
1298
  },
1299
+ {
1300
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1301
+ },
1302
+ {
1303
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1304
+ },
1305
+ {
1306
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1307
+ },
1074
1308
  {
1075
1309
  path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
1076
1310
  },
@@ -1154,6 +1388,18 @@ function queryExperiences(payload) {
1154
1388
  {
1155
1389
  path: "experiences.configuration.displayInfo.richContent.nodes.imageData.image.duration"
1156
1390
  },
1391
+ {
1392
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.x"
1393
+ },
1394
+ {
1395
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.y"
1396
+ },
1397
+ {
1398
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.width"
1399
+ },
1400
+ {
1401
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.height"
1402
+ },
1157
1403
  {
1158
1404
  path: "experiences.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
1159
1405
  },
@@ -1187,9 +1433,27 @@ function queryExperiences(payload) {
1187
1433
  {
1188
1434
  path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
1189
1435
  },
1436
+ {
1437
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1438
+ },
1439
+ {
1440
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1441
+ },
1442
+ {
1443
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1444
+ },
1190
1445
  {
1191
1446
  path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
1192
1447
  },
1448
+ {
1449
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1450
+ },
1451
+ {
1452
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1453
+ },
1454
+ {
1455
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1456
+ },
1193
1457
  {
1194
1458
  path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
1195
1459
  },
@@ -1223,6 +1487,15 @@ function queryExperiences(payload) {
1223
1487
  {
1224
1488
  path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
1225
1489
  },
1490
+ {
1491
+ path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1492
+ },
1493
+ {
1494
+ path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1495
+ },
1496
+ {
1497
+ path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1498
+ },
1226
1499
  {
1227
1500
  path: "experiences.configuration.displayInfo.richContent.nodes.tocData.fontSize"
1228
1501
  },
@@ -1332,6 +1605,18 @@ function searchExperiences(payload) {
1332
1605
  {
1333
1606
  path: "experiences.configuration.displayInfo.richContent.nodes.imageData.image.duration"
1334
1607
  },
1608
+ {
1609
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.x"
1610
+ },
1611
+ {
1612
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.y"
1613
+ },
1614
+ {
1615
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.width"
1616
+ },
1617
+ {
1618
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.height"
1619
+ },
1335
1620
  {
1336
1621
  path: "experiences.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
1337
1622
  },
@@ -1365,9 +1650,27 @@ function searchExperiences(payload) {
1365
1650
  {
1366
1651
  path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
1367
1652
  },
1653
+ {
1654
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1655
+ },
1656
+ {
1657
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1658
+ },
1659
+ {
1660
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1661
+ },
1368
1662
  {
1369
1663
  path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
1370
1664
  },
1665
+ {
1666
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1667
+ },
1668
+ {
1669
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1670
+ },
1671
+ {
1672
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1673
+ },
1371
1674
  {
1372
1675
  path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
1373
1676
  },
@@ -1401,6 +1704,15 @@ function searchExperiences(payload) {
1401
1704
  {
1402
1705
  path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
1403
1706
  },
1707
+ {
1708
+ path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1709
+ },
1710
+ {
1711
+ path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1712
+ },
1713
+ {
1714
+ path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1715
+ },
1404
1716
  {
1405
1717
  path: "experiences.configuration.displayInfo.richContent.nodes.tocData.fontSize"
1406
1718
  },
@@ -1506,6 +1818,18 @@ function bulkUpdateExperiences(payload) {
1506
1818
  {
1507
1819
  path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
1508
1820
  },
1821
+ {
1822
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
1823
+ },
1824
+ {
1825
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
1826
+ },
1827
+ {
1828
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
1829
+ },
1830
+ {
1831
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
1832
+ },
1509
1833
  {
1510
1834
  path: "experiences.experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
1511
1835
  },
@@ -1539,9 +1863,27 @@ function bulkUpdateExperiences(payload) {
1539
1863
  {
1540
1864
  path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
1541
1865
  },
1866
+ {
1867
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1868
+ },
1869
+ {
1870
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1871
+ },
1872
+ {
1873
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1874
+ },
1542
1875
  {
1543
1876
  path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
1544
1877
  },
1878
+ {
1879
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1880
+ },
1881
+ {
1882
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1883
+ },
1884
+ {
1885
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1886
+ },
1545
1887
  {
1546
1888
  path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
1547
1889
  },
@@ -1575,6 +1917,15 @@ function bulkUpdateExperiences(payload) {
1575
1917
  {
1576
1918
  path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
1577
1919
  },
1920
+ {
1921
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1922
+ },
1923
+ {
1924
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1925
+ },
1926
+ {
1927
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1928
+ },
1578
1929
  {
1579
1930
  path: "experiences.experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
1580
1931
  },
@@ -1651,6 +2002,18 @@ function bulkUpdateExperiences(payload) {
1651
2002
  {
1652
2003
  path: "results.item.configuration.displayInfo.richContent.nodes.imageData.image.duration"
1653
2004
  },
2005
+ {
2006
+ path: "results.item.configuration.displayInfo.richContent.nodes.imageData.crop.x"
2007
+ },
2008
+ {
2009
+ path: "results.item.configuration.displayInfo.richContent.nodes.imageData.crop.y"
2010
+ },
2011
+ {
2012
+ path: "results.item.configuration.displayInfo.richContent.nodes.imageData.crop.width"
2013
+ },
2014
+ {
2015
+ path: "results.item.configuration.displayInfo.richContent.nodes.imageData.crop.height"
2016
+ },
1654
2017
  {
1655
2018
  path: "results.item.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
1656
2019
  },
@@ -1684,9 +2047,27 @@ function bulkUpdateExperiences(payload) {
1684
2047
  {
1685
2048
  path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
1686
2049
  },
2050
+ {
2051
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
2052
+ },
2053
+ {
2054
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
2055
+ },
2056
+ {
2057
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
2058
+ },
1687
2059
  {
1688
2060
  path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
1689
2061
  },
2062
+ {
2063
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
2064
+ },
2065
+ {
2066
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
2067
+ },
2068
+ {
2069
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
2070
+ },
1690
2071
  {
1691
2072
  path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
1692
2073
  },
@@ -1720,6 +2101,15 @@ function bulkUpdateExperiences(payload) {
1720
2101
  {
1721
2102
  path: "results.item.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
1722
2103
  },
2104
+ {
2105
+ path: "results.item.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
2106
+ },
2107
+ {
2108
+ path: "results.item.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
2109
+ },
2110
+ {
2111
+ path: "results.item.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
2112
+ },
1723
2113
  {
1724
2114
  path: "results.item.configuration.displayInfo.richContent.nodes.tocData.fontSize"
1725
2115
  },
@@ -2172,6 +2562,11 @@ var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
2172
2562
  ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
2173
2563
  return ImagePosition2;
2174
2564
  })(ImagePosition || {});
2565
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
2566
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
2567
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
2568
+ return LayoutDataBackgroundType2;
2569
+ })(LayoutDataBackgroundType || {});
2175
2570
  var Origin = /* @__PURE__ */ ((Origin2) => {
2176
2571
  Origin2["IMAGE"] = "IMAGE";
2177
2572
  Origin2["LAYOUT"] = "LAYOUT";
@@ -2182,11 +2577,6 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
2182
2577
  BannerPosition2["BOTTOM"] = "BOTTOM";
2183
2578
  return BannerPosition2;
2184
2579
  })(BannerPosition || {});
2185
- var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
2186
- LayoutDataBackgroundType2["COLOR"] = "COLOR";
2187
- LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
2188
- return LayoutDataBackgroundType2;
2189
- })(LayoutDataBackgroundType || {});
2190
2580
  var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
2191
2581
  BackdropType2["COLOR"] = "COLOR";
2192
2582
  BackdropType2["GRADIENT"] = "GRADIENT";