@wix/auto_sdk_table-reservations_experiences 1.0.43 → 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 +563 -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 +407 -5
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +89 -37
  8. package/build/cjs/meta.js +407 -5
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/cjs/{table-reservations-v1-experience-experiences.universal-BqhRReXL.d.ts → table-reservations-v1-experience-experiences.universal-Cqe_JOHB.d.ts} +104 -51
  11. package/build/es/index.d.mts +2 -2
  12. package/build/es/index.mjs +562 -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 +406 -5
  16. package/build/es/index.typings.mjs.map +1 -1
  17. package/build/es/meta.d.mts +89 -37
  18. package/build/es/meta.mjs +406 -5
  19. package/build/es/meta.mjs.map +1 -1
  20. package/build/es/{table-reservations-v1-experience-experiences.universal-BqhRReXL.d.mts → table-reservations-v1-experience-experiences.universal-Cqe_JOHB.d.mts} +104 -51
  21. package/build/internal/cjs/index.d.ts +2 -2
  22. package/build/internal/cjs/index.js +563 -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 +407 -5
  26. package/build/internal/cjs/index.typings.js.map +1 -1
  27. package/build/internal/cjs/meta.d.ts +89 -37
  28. package/build/internal/cjs/meta.js +407 -5
  29. package/build/internal/cjs/meta.js.map +1 -1
  30. package/build/internal/cjs/{table-reservations-v1-experience-experiences.universal-BqhRReXL.d.ts → table-reservations-v1-experience-experiences.universal-Cqe_JOHB.d.ts} +104 -51
  31. package/build/internal/es/index.d.mts +2 -2
  32. package/build/internal/es/index.mjs +562 -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 +406 -5
  36. package/build/internal/es/index.typings.mjs.map +1 -1
  37. package/build/internal/es/meta.d.mts +89 -37
  38. package/build/internal/es/meta.mjs +406 -5
  39. package/build/internal/es/meta.mjs.map +1 -1
  40. package/build/internal/es/{table-reservations-v1-experience-experiences.universal-BqhRReXL.d.mts → table-reservations-v1-experience-experiences.universal-Cqe_JOHB.d.mts} +104 -51
  41. package/package.json +2 -2
@@ -88,6 +88,7 @@ __export(index_exports, {
88
88
  ThumbnailsAlignment: () => ThumbnailsAlignment,
89
89
  Type: () => Type,
90
90
  Unit: () => Unit,
91
+ Variant: () => Variant,
91
92
  VerticalAlignment: () => VerticalAlignment,
92
93
  VerticalAlignmentAlignment: () => VerticalAlignmentAlignment,
93
94
  ViewMode: () => ViewMode,
@@ -283,6 +284,18 @@ function createExperience(payload) {
283
284
  {
284
285
  path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
285
286
  },
287
+ {
288
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
289
+ },
290
+ {
291
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
292
+ },
293
+ {
294
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
295
+ },
296
+ {
297
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
298
+ },
286
299
  {
287
300
  path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
288
301
  },
@@ -316,9 +329,27 @@ function createExperience(payload) {
316
329
  {
317
330
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
318
331
  },
332
+ {
333
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
334
+ },
335
+ {
336
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
337
+ },
338
+ {
339
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
340
+ },
319
341
  {
320
342
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
321
343
  },
344
+ {
345
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
346
+ },
347
+ {
348
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
349
+ },
350
+ {
351
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
352
+ },
322
353
  {
323
354
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
324
355
  },
@@ -352,6 +383,15 @@ function createExperience(payload) {
352
383
  {
353
384
  path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
354
385
  },
386
+ {
387
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
388
+ },
389
+ {
390
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
391
+ },
392
+ {
393
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
394
+ },
355
395
  {
356
396
  path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
357
397
  },
@@ -428,6 +468,18 @@ function createExperience(payload) {
428
468
  {
429
469
  path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
430
470
  },
471
+ {
472
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
473
+ },
474
+ {
475
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
476
+ },
477
+ {
478
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
479
+ },
480
+ {
481
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
482
+ },
431
483
  {
432
484
  path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
433
485
  },
@@ -461,9 +513,27 @@ function createExperience(payload) {
461
513
  {
462
514
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
463
515
  },
516
+ {
517
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
518
+ },
519
+ {
520
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
521
+ },
522
+ {
523
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
524
+ },
464
525
  {
465
526
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
466
527
  },
528
+ {
529
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
530
+ },
531
+ {
532
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
533
+ },
534
+ {
535
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
536
+ },
467
537
  {
468
538
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
469
539
  },
@@ -497,6 +567,15 @@ function createExperience(payload) {
497
567
  {
498
568
  path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
499
569
  },
570
+ {
571
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
572
+ },
573
+ {
574
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
575
+ },
576
+ {
577
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
578
+ },
500
579
  {
501
580
  path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
502
581
  },
@@ -580,6 +659,18 @@ function getExperience(payload) {
580
659
  {
581
660
  path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
582
661
  },
662
+ {
663
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
664
+ },
665
+ {
666
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
667
+ },
668
+ {
669
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
670
+ },
671
+ {
672
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
673
+ },
583
674
  {
584
675
  path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
585
676
  },
@@ -613,9 +704,27 @@ function getExperience(payload) {
613
704
  {
614
705
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
615
706
  },
707
+ {
708
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
709
+ },
710
+ {
711
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
712
+ },
713
+ {
714
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
715
+ },
616
716
  {
617
717
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
618
718
  },
719
+ {
720
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
721
+ },
722
+ {
723
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
724
+ },
725
+ {
726
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
727
+ },
619
728
  {
620
729
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
621
730
  },
@@ -649,6 +758,15 @@ function getExperience(payload) {
649
758
  {
650
759
  path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
651
760
  },
761
+ {
762
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
763
+ },
764
+ {
765
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
766
+ },
767
+ {
768
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
769
+ },
652
770
  {
653
771
  path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
654
772
  },
@@ -732,6 +850,18 @@ function getExperienceBySlug(payload) {
732
850
  {
733
851
  path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
734
852
  },
853
+ {
854
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
855
+ },
856
+ {
857
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
858
+ },
859
+ {
860
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
861
+ },
862
+ {
863
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
864
+ },
735
865
  {
736
866
  path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
737
867
  },
@@ -765,9 +895,27 @@ function getExperienceBySlug(payload) {
765
895
  {
766
896
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
767
897
  },
898
+ {
899
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
900
+ },
901
+ {
902
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
903
+ },
904
+ {
905
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
906
+ },
768
907
  {
769
908
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
770
909
  },
910
+ {
911
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
912
+ },
913
+ {
914
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
915
+ },
916
+ {
917
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
918
+ },
771
919
  {
772
920
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
773
921
  },
@@ -801,6 +949,15 @@ function getExperienceBySlug(payload) {
801
949
  {
802
950
  path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
803
951
  },
952
+ {
953
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
954
+ },
955
+ {
956
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
957
+ },
958
+ {
959
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
960
+ },
804
961
  {
805
962
  path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
806
963
  },
@@ -874,6 +1031,18 @@ function updateExperience(payload) {
874
1031
  {
875
1032
  path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
876
1033
  },
1034
+ {
1035
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
1036
+ },
1037
+ {
1038
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
1039
+ },
1040
+ {
1041
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
1042
+ },
1043
+ {
1044
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
1045
+ },
877
1046
  {
878
1047
  path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
879
1048
  },
@@ -907,9 +1076,27 @@ function updateExperience(payload) {
907
1076
  {
908
1077
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
909
1078
  },
1079
+ {
1080
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1081
+ },
1082
+ {
1083
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1084
+ },
1085
+ {
1086
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1087
+ },
910
1088
  {
911
1089
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
912
1090
  },
1091
+ {
1092
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1093
+ },
1094
+ {
1095
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1096
+ },
1097
+ {
1098
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1099
+ },
913
1100
  {
914
1101
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
915
1102
  },
@@ -943,6 +1130,15 @@ function updateExperience(payload) {
943
1130
  {
944
1131
  path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
945
1132
  },
1133
+ {
1134
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1135
+ },
1136
+ {
1137
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1138
+ },
1139
+ {
1140
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1141
+ },
946
1142
  {
947
1143
  path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
948
1144
  },
@@ -1019,6 +1215,18 @@ function updateExperience(payload) {
1019
1215
  {
1020
1216
  path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
1021
1217
  },
1218
+ {
1219
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
1220
+ },
1221
+ {
1222
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
1223
+ },
1224
+ {
1225
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
1226
+ },
1227
+ {
1228
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
1229
+ },
1022
1230
  {
1023
1231
  path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
1024
1232
  },
@@ -1052,9 +1260,27 @@ function updateExperience(payload) {
1052
1260
  {
1053
1261
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
1054
1262
  },
1263
+ {
1264
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1265
+ },
1266
+ {
1267
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1268
+ },
1269
+ {
1270
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1271
+ },
1055
1272
  {
1056
1273
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
1057
1274
  },
1275
+ {
1276
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1277
+ },
1278
+ {
1279
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1280
+ },
1281
+ {
1282
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1283
+ },
1058
1284
  {
1059
1285
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
1060
1286
  },
@@ -1088,6 +1314,15 @@ function updateExperience(payload) {
1088
1314
  {
1089
1315
  path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
1090
1316
  },
1317
+ {
1318
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1319
+ },
1320
+ {
1321
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1322
+ },
1323
+ {
1324
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1325
+ },
1091
1326
  {
1092
1327
  path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
1093
1328
  },
@@ -1171,6 +1406,18 @@ function queryExperiences(payload) {
1171
1406
  {
1172
1407
  path: "experiences.configuration.displayInfo.richContent.nodes.imageData.image.duration"
1173
1408
  },
1409
+ {
1410
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.x"
1411
+ },
1412
+ {
1413
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.y"
1414
+ },
1415
+ {
1416
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.width"
1417
+ },
1418
+ {
1419
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.height"
1420
+ },
1174
1421
  {
1175
1422
  path: "experiences.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
1176
1423
  },
@@ -1204,9 +1451,27 @@ function queryExperiences(payload) {
1204
1451
  {
1205
1452
  path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
1206
1453
  },
1454
+ {
1455
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1456
+ },
1457
+ {
1458
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1459
+ },
1460
+ {
1461
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1462
+ },
1207
1463
  {
1208
1464
  path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
1209
1465
  },
1466
+ {
1467
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1468
+ },
1469
+ {
1470
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1471
+ },
1472
+ {
1473
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1474
+ },
1210
1475
  {
1211
1476
  path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
1212
1477
  },
@@ -1240,6 +1505,15 @@ function queryExperiences(payload) {
1240
1505
  {
1241
1506
  path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
1242
1507
  },
1508
+ {
1509
+ path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1510
+ },
1511
+ {
1512
+ path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1513
+ },
1514
+ {
1515
+ path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1516
+ },
1243
1517
  {
1244
1518
  path: "experiences.configuration.displayInfo.richContent.nodes.tocData.fontSize"
1245
1519
  },
@@ -1349,6 +1623,18 @@ function searchExperiences(payload) {
1349
1623
  {
1350
1624
  path: "experiences.configuration.displayInfo.richContent.nodes.imageData.image.duration"
1351
1625
  },
1626
+ {
1627
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.x"
1628
+ },
1629
+ {
1630
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.y"
1631
+ },
1632
+ {
1633
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.width"
1634
+ },
1635
+ {
1636
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.height"
1637
+ },
1352
1638
  {
1353
1639
  path: "experiences.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
1354
1640
  },
@@ -1382,9 +1668,27 @@ function searchExperiences(payload) {
1382
1668
  {
1383
1669
  path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
1384
1670
  },
1671
+ {
1672
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1673
+ },
1674
+ {
1675
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1676
+ },
1677
+ {
1678
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1679
+ },
1385
1680
  {
1386
1681
  path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
1387
1682
  },
1683
+ {
1684
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1685
+ },
1686
+ {
1687
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1688
+ },
1689
+ {
1690
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1691
+ },
1388
1692
  {
1389
1693
  path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
1390
1694
  },
@@ -1418,6 +1722,15 @@ function searchExperiences(payload) {
1418
1722
  {
1419
1723
  path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
1420
1724
  },
1725
+ {
1726
+ path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1727
+ },
1728
+ {
1729
+ path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1730
+ },
1731
+ {
1732
+ path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1733
+ },
1421
1734
  {
1422
1735
  path: "experiences.configuration.displayInfo.richContent.nodes.tocData.fontSize"
1423
1736
  },
@@ -1523,6 +1836,18 @@ function bulkUpdateExperiences(payload) {
1523
1836
  {
1524
1837
  path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
1525
1838
  },
1839
+ {
1840
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
1841
+ },
1842
+ {
1843
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
1844
+ },
1845
+ {
1846
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
1847
+ },
1848
+ {
1849
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
1850
+ },
1526
1851
  {
1527
1852
  path: "experiences.experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
1528
1853
  },
@@ -1556,9 +1881,27 @@ function bulkUpdateExperiences(payload) {
1556
1881
  {
1557
1882
  path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
1558
1883
  },
1884
+ {
1885
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1886
+ },
1887
+ {
1888
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1889
+ },
1890
+ {
1891
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1892
+ },
1559
1893
  {
1560
1894
  path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
1561
1895
  },
1896
+ {
1897
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1898
+ },
1899
+ {
1900
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1901
+ },
1902
+ {
1903
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1904
+ },
1562
1905
  {
1563
1906
  path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
1564
1907
  },
@@ -1592,6 +1935,15 @@ function bulkUpdateExperiences(payload) {
1592
1935
  {
1593
1936
  path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
1594
1937
  },
1938
+ {
1939
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1940
+ },
1941
+ {
1942
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1943
+ },
1944
+ {
1945
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1946
+ },
1595
1947
  {
1596
1948
  path: "experiences.experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
1597
1949
  },
@@ -1668,6 +2020,18 @@ function bulkUpdateExperiences(payload) {
1668
2020
  {
1669
2021
  path: "results.item.configuration.displayInfo.richContent.nodes.imageData.image.duration"
1670
2022
  },
2023
+ {
2024
+ path: "results.item.configuration.displayInfo.richContent.nodes.imageData.crop.x"
2025
+ },
2026
+ {
2027
+ path: "results.item.configuration.displayInfo.richContent.nodes.imageData.crop.y"
2028
+ },
2029
+ {
2030
+ path: "results.item.configuration.displayInfo.richContent.nodes.imageData.crop.width"
2031
+ },
2032
+ {
2033
+ path: "results.item.configuration.displayInfo.richContent.nodes.imageData.crop.height"
2034
+ },
1671
2035
  {
1672
2036
  path: "results.item.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
1673
2037
  },
@@ -1701,9 +2065,27 @@ function bulkUpdateExperiences(payload) {
1701
2065
  {
1702
2066
  path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
1703
2067
  },
2068
+ {
2069
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
2070
+ },
2071
+ {
2072
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
2073
+ },
2074
+ {
2075
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
2076
+ },
1704
2077
  {
1705
2078
  path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
1706
2079
  },
2080
+ {
2081
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
2082
+ },
2083
+ {
2084
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
2085
+ },
2086
+ {
2087
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
2088
+ },
1707
2089
  {
1708
2090
  path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
1709
2091
  },
@@ -1737,6 +2119,15 @@ function bulkUpdateExperiences(payload) {
1737
2119
  {
1738
2120
  path: "results.item.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
1739
2121
  },
2122
+ {
2123
+ path: "results.item.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
2124
+ },
2125
+ {
2126
+ path: "results.item.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
2127
+ },
2128
+ {
2129
+ path: "results.item.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
2130
+ },
1740
2131
  {
1741
2132
  path: "results.item.configuration.displayInfo.richContent.nodes.tocData.fontSize"
1742
2133
  },
@@ -2097,6 +2488,7 @@ var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
2097
2488
  DecorationType2["SUPERSCRIPT"] = "SUPERSCRIPT";
2098
2489
  DecorationType2["SUBSCRIPT"] = "SUBSCRIPT";
2099
2490
  DecorationType2["FONT_FAMILY"] = "FONT_FAMILY";
2491
+ DecorationType2["SKETCH"] = "SKETCH";
2100
2492
  return DecorationType2;
2101
2493
  })(DecorationType || {});
2102
2494
  var FontType = /* @__PURE__ */ ((FontType2) => {
@@ -2104,6 +2496,15 @@ var FontType = /* @__PURE__ */ ((FontType2) => {
2104
2496
  FontType2["EM"] = "EM";
2105
2497
  return FontType2;
2106
2498
  })(FontType || {});
2499
+ var Variant = /* @__PURE__ */ ((Variant2) => {
2500
+ Variant2["UNDERLINE"] = "UNDERLINE";
2501
+ Variant2["BOX"] = "BOX";
2502
+ Variant2["CIRCLE"] = "CIRCLE";
2503
+ Variant2["HIGHLIGHT"] = "HIGHLIGHT";
2504
+ Variant2["STRIKETHROUGH"] = "STRIKETHROUGH";
2505
+ Variant2["CROSSED_OFF"] = "CROSSED_OFF";
2506
+ return Variant2;
2507
+ })(Variant || {});
2107
2508
  var Position = /* @__PURE__ */ ((Position2) => {
2108
2509
  Position2["START"] = "START";
2109
2510
  Position2["END"] = "END";
@@ -2186,6 +2587,11 @@ var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
2186
2587
  ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
2187
2588
  return ImagePosition2;
2188
2589
  })(ImagePosition || {});
2590
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
2591
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
2592
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
2593
+ return LayoutDataBackgroundType2;
2594
+ })(LayoutDataBackgroundType || {});
2189
2595
  var Origin = /* @__PURE__ */ ((Origin2) => {
2190
2596
  Origin2["IMAGE"] = "IMAGE";
2191
2597
  Origin2["LAYOUT"] = "LAYOUT";
@@ -2196,11 +2602,6 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
2196
2602
  BannerPosition2["BOTTOM"] = "BOTTOM";
2197
2603
  return BannerPosition2;
2198
2604
  })(BannerPosition || {});
2199
- var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
2200
- LayoutDataBackgroundType2["COLOR"] = "COLOR";
2201
- LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
2202
- return LayoutDataBackgroundType2;
2203
- })(LayoutDataBackgroundType || {});
2204
2605
  var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
2205
2606
  BackdropType2["COLOR"] = "COLOR";
2206
2607
  BackdropType2["GRADIENT"] = "GRADIENT";
@@ -3123,6 +3524,18 @@ var onExperienceCreated = (0, import_sdk_types.EventDefinition)(
3123
3524
  {
3124
3525
  path: "entity.configuration.displayInfo.richContent.nodes.imageData.image.duration"
3125
3526
  },
3527
+ {
3528
+ path: "entity.configuration.displayInfo.richContent.nodes.imageData.crop.x"
3529
+ },
3530
+ {
3531
+ path: "entity.configuration.displayInfo.richContent.nodes.imageData.crop.y"
3532
+ },
3533
+ {
3534
+ path: "entity.configuration.displayInfo.richContent.nodes.imageData.crop.width"
3535
+ },
3536
+ {
3537
+ path: "entity.configuration.displayInfo.richContent.nodes.imageData.crop.height"
3538
+ },
3126
3539
  {
3127
3540
  path: "entity.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
3128
3541
  },
@@ -3156,9 +3569,27 @@ var onExperienceCreated = (0, import_sdk_types.EventDefinition)(
3156
3569
  {
3157
3570
  path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
3158
3571
  },
3572
+ {
3573
+ path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
3574
+ },
3575
+ {
3576
+ path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
3577
+ },
3578
+ {
3579
+ path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
3580
+ },
3159
3581
  {
3160
3582
  path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
3161
3583
  },
3584
+ {
3585
+ path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
3586
+ },
3587
+ {
3588
+ path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
3589
+ },
3590
+ {
3591
+ path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
3592
+ },
3162
3593
  {
3163
3594
  path: "entity.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
3164
3595
  },
@@ -3192,6 +3623,15 @@ var onExperienceCreated = (0, import_sdk_types.EventDefinition)(
3192
3623
  {
3193
3624
  path: "entity.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
3194
3625
  },
3626
+ {
3627
+ path: "entity.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
3628
+ },
3629
+ {
3630
+ path: "entity.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
3631
+ },
3632
+ {
3633
+ path: "entity.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
3634
+ },
3195
3635
  {
3196
3636
  path: "entity.configuration.displayInfo.richContent.nodes.tocData.fontSize"
3197
3637
  },
@@ -3279,6 +3719,18 @@ var onExperienceTagsModified = (0, import_sdk_types.EventDefinition)(
3279
3719
  {
3280
3720
  path: "data.experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
3281
3721
  },
3722
+ {
3723
+ path: "data.experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
3724
+ },
3725
+ {
3726
+ path: "data.experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
3727
+ },
3728
+ {
3729
+ path: "data.experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
3730
+ },
3731
+ {
3732
+ path: "data.experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
3733
+ },
3282
3734
  {
3283
3735
  path: "data.experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
3284
3736
  },
@@ -3312,9 +3764,27 @@ var onExperienceTagsModified = (0, import_sdk_types.EventDefinition)(
3312
3764
  {
3313
3765
  path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
3314
3766
  },
3767
+ {
3768
+ path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
3769
+ },
3770
+ {
3771
+ path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
3772
+ },
3773
+ {
3774
+ path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
3775
+ },
3315
3776
  {
3316
3777
  path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
3317
3778
  },
3779
+ {
3780
+ path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
3781
+ },
3782
+ {
3783
+ path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
3784
+ },
3785
+ {
3786
+ path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
3787
+ },
3318
3788
  {
3319
3789
  path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
3320
3790
  },
@@ -3348,6 +3818,15 @@ var onExperienceTagsModified = (0, import_sdk_types.EventDefinition)(
3348
3818
  {
3349
3819
  path: "data.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
3350
3820
  },
3821
+ {
3822
+ path: "data.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
3823
+ },
3824
+ {
3825
+ path: "data.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
3826
+ },
3827
+ {
3828
+ path: "data.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
3829
+ },
3351
3830
  {
3352
3831
  path: "data.experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
3353
3832
  },
@@ -3449,6 +3928,18 @@ var onExperienceUpdated = (0, import_sdk_types.EventDefinition)(
3449
3928
  {
3450
3929
  path: "entity.configuration.displayInfo.richContent.nodes.imageData.image.duration"
3451
3930
  },
3931
+ {
3932
+ path: "entity.configuration.displayInfo.richContent.nodes.imageData.crop.x"
3933
+ },
3934
+ {
3935
+ path: "entity.configuration.displayInfo.richContent.nodes.imageData.crop.y"
3936
+ },
3937
+ {
3938
+ path: "entity.configuration.displayInfo.richContent.nodes.imageData.crop.width"
3939
+ },
3940
+ {
3941
+ path: "entity.configuration.displayInfo.richContent.nodes.imageData.crop.height"
3942
+ },
3452
3943
  {
3453
3944
  path: "entity.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
3454
3945
  },
@@ -3482,9 +3973,27 @@ var onExperienceUpdated = (0, import_sdk_types.EventDefinition)(
3482
3973
  {
3483
3974
  path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
3484
3975
  },
3976
+ {
3977
+ path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
3978
+ },
3979
+ {
3980
+ path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
3981
+ },
3982
+ {
3983
+ path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
3984
+ },
3485
3985
  {
3486
3986
  path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
3487
3987
  },
3988
+ {
3989
+ path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
3990
+ },
3991
+ {
3992
+ path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
3993
+ },
3994
+ {
3995
+ path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
3996
+ },
3488
3997
  {
3489
3998
  path: "entity.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
3490
3999
  },
@@ -3518,6 +4027,15 @@ var onExperienceUpdated = (0, import_sdk_types.EventDefinition)(
3518
4027
  {
3519
4028
  path: "entity.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
3520
4029
  },
4030
+ {
4031
+ path: "entity.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
4032
+ },
4033
+ {
4034
+ path: "entity.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
4035
+ },
4036
+ {
4037
+ path: "entity.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
4038
+ },
3521
4039
  {
3522
4040
  path: "entity.configuration.displayInfo.richContent.nodes.tocData.fontSize"
3523
4041
  },
@@ -3560,6 +4078,18 @@ var onExperienceUpdated = (0, import_sdk_types.EventDefinition)(
3560
4078
  {
3561
4079
  path: "modifiedFields.configuration.displayInfo.richContent.nodes.imageData.image.duration"
3562
4080
  },
4081
+ {
4082
+ path: "modifiedFields.configuration.displayInfo.richContent.nodes.imageData.crop.x"
4083
+ },
4084
+ {
4085
+ path: "modifiedFields.configuration.displayInfo.richContent.nodes.imageData.crop.y"
4086
+ },
4087
+ {
4088
+ path: "modifiedFields.configuration.displayInfo.richContent.nodes.imageData.crop.width"
4089
+ },
4090
+ {
4091
+ path: "modifiedFields.configuration.displayInfo.richContent.nodes.imageData.crop.height"
4092
+ },
3563
4093
  {
3564
4094
  path: "modifiedFields.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
3565
4095
  },
@@ -3593,9 +4123,27 @@ var onExperienceUpdated = (0, import_sdk_types.EventDefinition)(
3593
4123
  {
3594
4124
  path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
3595
4125
  },
4126
+ {
4127
+ path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
4128
+ },
4129
+ {
4130
+ path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
4131
+ },
4132
+ {
4133
+ path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
4134
+ },
3596
4135
  {
3597
4136
  path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
3598
4137
  },
4138
+ {
4139
+ path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
4140
+ },
4141
+ {
4142
+ path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
4143
+ },
4144
+ {
4145
+ path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
4146
+ },
3599
4147
  {
3600
4148
  path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
3601
4149
  },
@@ -3629,6 +4177,15 @@ var onExperienceUpdated = (0, import_sdk_types.EventDefinition)(
3629
4177
  {
3630
4178
  path: "modifiedFields.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
3631
4179
  },
4180
+ {
4181
+ path: "modifiedFields.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
4182
+ },
4183
+ {
4184
+ path: "modifiedFields.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
4185
+ },
4186
+ {
4187
+ path: "modifiedFields.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
4188
+ },
3632
4189
  {
3633
4190
  path: "modifiedFields.configuration.displayInfo.richContent.nodes.tocData.fontSize"
3634
4191
  },
@@ -3749,6 +4306,7 @@ var onExperienceUpdated2 = (0, import_event_definition_modules.createEventModule
3749
4306
  ThumbnailsAlignment,
3750
4307
  Type,
3751
4308
  Unit,
4309
+ Variant,
3752
4310
  VerticalAlignment,
3753
4311
  VerticalAlignmentAlignment,
3754
4312
  ViewMode,