@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_typings_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,
@@ -272,6 +273,18 @@ function createExperience(payload) {
272
273
  {
273
274
  path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
274
275
  },
276
+ {
277
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
278
+ },
279
+ {
280
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
281
+ },
282
+ {
283
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
284
+ },
285
+ {
286
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
287
+ },
275
288
  {
276
289
  path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
277
290
  },
@@ -305,9 +318,27 @@ function createExperience(payload) {
305
318
  {
306
319
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
307
320
  },
321
+ {
322
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
323
+ },
324
+ {
325
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
326
+ },
327
+ {
328
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
329
+ },
308
330
  {
309
331
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
310
332
  },
333
+ {
334
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
335
+ },
336
+ {
337
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
338
+ },
339
+ {
340
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
341
+ },
311
342
  {
312
343
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
313
344
  },
@@ -341,6 +372,15 @@ function createExperience(payload) {
341
372
  {
342
373
  path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
343
374
  },
375
+ {
376
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
377
+ },
378
+ {
379
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
380
+ },
381
+ {
382
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
383
+ },
344
384
  {
345
385
  path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
346
386
  },
@@ -417,6 +457,18 @@ function createExperience(payload) {
417
457
  {
418
458
  path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
419
459
  },
460
+ {
461
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
462
+ },
463
+ {
464
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
465
+ },
466
+ {
467
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
468
+ },
469
+ {
470
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
471
+ },
420
472
  {
421
473
  path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
422
474
  },
@@ -450,9 +502,27 @@ function createExperience(payload) {
450
502
  {
451
503
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
452
504
  },
505
+ {
506
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
507
+ },
508
+ {
509
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
510
+ },
511
+ {
512
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
513
+ },
453
514
  {
454
515
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
455
516
  },
517
+ {
518
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
519
+ },
520
+ {
521
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
522
+ },
523
+ {
524
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
525
+ },
456
526
  {
457
527
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
458
528
  },
@@ -486,6 +556,15 @@ function createExperience(payload) {
486
556
  {
487
557
  path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
488
558
  },
559
+ {
560
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
561
+ },
562
+ {
563
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
564
+ },
565
+ {
566
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
567
+ },
489
568
  {
490
569
  path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
491
570
  },
@@ -569,6 +648,18 @@ function getExperience(payload) {
569
648
  {
570
649
  path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
571
650
  },
651
+ {
652
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
653
+ },
654
+ {
655
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
656
+ },
657
+ {
658
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
659
+ },
660
+ {
661
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
662
+ },
572
663
  {
573
664
  path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
574
665
  },
@@ -602,9 +693,27 @@ function getExperience(payload) {
602
693
  {
603
694
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
604
695
  },
696
+ {
697
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
698
+ },
699
+ {
700
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
701
+ },
702
+ {
703
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
704
+ },
605
705
  {
606
706
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
607
707
  },
708
+ {
709
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
710
+ },
711
+ {
712
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
713
+ },
714
+ {
715
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
716
+ },
608
717
  {
609
718
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
610
719
  },
@@ -638,6 +747,15 @@ function getExperience(payload) {
638
747
  {
639
748
  path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
640
749
  },
750
+ {
751
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
752
+ },
753
+ {
754
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
755
+ },
756
+ {
757
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
758
+ },
641
759
  {
642
760
  path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
643
761
  },
@@ -721,6 +839,18 @@ function getExperienceBySlug(payload) {
721
839
  {
722
840
  path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
723
841
  },
842
+ {
843
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
844
+ },
845
+ {
846
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
847
+ },
848
+ {
849
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
850
+ },
851
+ {
852
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
853
+ },
724
854
  {
725
855
  path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
726
856
  },
@@ -754,9 +884,27 @@ function getExperienceBySlug(payload) {
754
884
  {
755
885
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
756
886
  },
887
+ {
888
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
889
+ },
890
+ {
891
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
892
+ },
893
+ {
894
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
895
+ },
757
896
  {
758
897
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
759
898
  },
899
+ {
900
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
901
+ },
902
+ {
903
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
904
+ },
905
+ {
906
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
907
+ },
760
908
  {
761
909
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
762
910
  },
@@ -790,6 +938,15 @@ function getExperienceBySlug(payload) {
790
938
  {
791
939
  path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
792
940
  },
941
+ {
942
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
943
+ },
944
+ {
945
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
946
+ },
947
+ {
948
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
949
+ },
793
950
  {
794
951
  path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
795
952
  },
@@ -863,6 +1020,18 @@ function updateExperience(payload) {
863
1020
  {
864
1021
  path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
865
1022
  },
1023
+ {
1024
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
1025
+ },
1026
+ {
1027
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
1028
+ },
1029
+ {
1030
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
1031
+ },
1032
+ {
1033
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
1034
+ },
866
1035
  {
867
1036
  path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
868
1037
  },
@@ -896,9 +1065,27 @@ function updateExperience(payload) {
896
1065
  {
897
1066
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
898
1067
  },
1068
+ {
1069
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1070
+ },
1071
+ {
1072
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1073
+ },
1074
+ {
1075
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1076
+ },
899
1077
  {
900
1078
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
901
1079
  },
1080
+ {
1081
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1082
+ },
1083
+ {
1084
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1085
+ },
1086
+ {
1087
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1088
+ },
902
1089
  {
903
1090
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
904
1091
  },
@@ -932,6 +1119,15 @@ function updateExperience(payload) {
932
1119
  {
933
1120
  path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
934
1121
  },
1122
+ {
1123
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1124
+ },
1125
+ {
1126
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1127
+ },
1128
+ {
1129
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1130
+ },
935
1131
  {
936
1132
  path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
937
1133
  },
@@ -1008,6 +1204,18 @@ function updateExperience(payload) {
1008
1204
  {
1009
1205
  path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
1010
1206
  },
1207
+ {
1208
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
1209
+ },
1210
+ {
1211
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
1212
+ },
1213
+ {
1214
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
1215
+ },
1216
+ {
1217
+ path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
1218
+ },
1011
1219
  {
1012
1220
  path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
1013
1221
  },
@@ -1041,9 +1249,27 @@ function updateExperience(payload) {
1041
1249
  {
1042
1250
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
1043
1251
  },
1252
+ {
1253
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1254
+ },
1255
+ {
1256
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1257
+ },
1258
+ {
1259
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1260
+ },
1044
1261
  {
1045
1262
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
1046
1263
  },
1264
+ {
1265
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1266
+ },
1267
+ {
1268
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1269
+ },
1270
+ {
1271
+ path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1272
+ },
1047
1273
  {
1048
1274
  path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
1049
1275
  },
@@ -1077,6 +1303,15 @@ function updateExperience(payload) {
1077
1303
  {
1078
1304
  path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
1079
1305
  },
1306
+ {
1307
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1308
+ },
1309
+ {
1310
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1311
+ },
1312
+ {
1313
+ path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1314
+ },
1080
1315
  {
1081
1316
  path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
1082
1317
  },
@@ -1160,6 +1395,18 @@ function queryExperiences(payload) {
1160
1395
  {
1161
1396
  path: "experiences.configuration.displayInfo.richContent.nodes.imageData.image.duration"
1162
1397
  },
1398
+ {
1399
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.x"
1400
+ },
1401
+ {
1402
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.y"
1403
+ },
1404
+ {
1405
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.width"
1406
+ },
1407
+ {
1408
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.height"
1409
+ },
1163
1410
  {
1164
1411
  path: "experiences.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
1165
1412
  },
@@ -1193,9 +1440,27 @@ function queryExperiences(payload) {
1193
1440
  {
1194
1441
  path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
1195
1442
  },
1443
+ {
1444
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1445
+ },
1446
+ {
1447
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1448
+ },
1449
+ {
1450
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1451
+ },
1196
1452
  {
1197
1453
  path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
1198
1454
  },
1455
+ {
1456
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1457
+ },
1458
+ {
1459
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1460
+ },
1461
+ {
1462
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1463
+ },
1199
1464
  {
1200
1465
  path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
1201
1466
  },
@@ -1229,6 +1494,15 @@ function queryExperiences(payload) {
1229
1494
  {
1230
1495
  path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
1231
1496
  },
1497
+ {
1498
+ path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1499
+ },
1500
+ {
1501
+ path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1502
+ },
1503
+ {
1504
+ path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1505
+ },
1232
1506
  {
1233
1507
  path: "experiences.configuration.displayInfo.richContent.nodes.tocData.fontSize"
1234
1508
  },
@@ -1338,6 +1612,18 @@ function searchExperiences(payload) {
1338
1612
  {
1339
1613
  path: "experiences.configuration.displayInfo.richContent.nodes.imageData.image.duration"
1340
1614
  },
1615
+ {
1616
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.x"
1617
+ },
1618
+ {
1619
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.y"
1620
+ },
1621
+ {
1622
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.width"
1623
+ },
1624
+ {
1625
+ path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.height"
1626
+ },
1341
1627
  {
1342
1628
  path: "experiences.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
1343
1629
  },
@@ -1371,9 +1657,27 @@ function searchExperiences(payload) {
1371
1657
  {
1372
1658
  path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
1373
1659
  },
1660
+ {
1661
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1662
+ },
1663
+ {
1664
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1665
+ },
1666
+ {
1667
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1668
+ },
1374
1669
  {
1375
1670
  path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
1376
1671
  },
1672
+ {
1673
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1674
+ },
1675
+ {
1676
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1677
+ },
1678
+ {
1679
+ path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1680
+ },
1377
1681
  {
1378
1682
  path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
1379
1683
  },
@@ -1407,6 +1711,15 @@ function searchExperiences(payload) {
1407
1711
  {
1408
1712
  path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
1409
1713
  },
1714
+ {
1715
+ path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1716
+ },
1717
+ {
1718
+ path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1719
+ },
1720
+ {
1721
+ path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1722
+ },
1410
1723
  {
1411
1724
  path: "experiences.configuration.displayInfo.richContent.nodes.tocData.fontSize"
1412
1725
  },
@@ -1512,6 +1825,18 @@ function bulkUpdateExperiences(payload) {
1512
1825
  {
1513
1826
  path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
1514
1827
  },
1828
+ {
1829
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
1830
+ },
1831
+ {
1832
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
1833
+ },
1834
+ {
1835
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
1836
+ },
1837
+ {
1838
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
1839
+ },
1515
1840
  {
1516
1841
  path: "experiences.experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
1517
1842
  },
@@ -1545,9 +1870,27 @@ function bulkUpdateExperiences(payload) {
1545
1870
  {
1546
1871
  path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
1547
1872
  },
1873
+ {
1874
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1875
+ },
1876
+ {
1877
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1878
+ },
1879
+ {
1880
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1881
+ },
1548
1882
  {
1549
1883
  path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
1550
1884
  },
1885
+ {
1886
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1887
+ },
1888
+ {
1889
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1890
+ },
1891
+ {
1892
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1893
+ },
1551
1894
  {
1552
1895
  path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
1553
1896
  },
@@ -1581,6 +1924,15 @@ function bulkUpdateExperiences(payload) {
1581
1924
  {
1582
1925
  path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
1583
1926
  },
1927
+ {
1928
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1929
+ },
1930
+ {
1931
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1932
+ },
1933
+ {
1934
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1935
+ },
1584
1936
  {
1585
1937
  path: "experiences.experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
1586
1938
  },
@@ -1657,6 +2009,18 @@ function bulkUpdateExperiences(payload) {
1657
2009
  {
1658
2010
  path: "results.item.configuration.displayInfo.richContent.nodes.imageData.image.duration"
1659
2011
  },
2012
+ {
2013
+ path: "results.item.configuration.displayInfo.richContent.nodes.imageData.crop.x"
2014
+ },
2015
+ {
2016
+ path: "results.item.configuration.displayInfo.richContent.nodes.imageData.crop.y"
2017
+ },
2018
+ {
2019
+ path: "results.item.configuration.displayInfo.richContent.nodes.imageData.crop.width"
2020
+ },
2021
+ {
2022
+ path: "results.item.configuration.displayInfo.richContent.nodes.imageData.crop.height"
2023
+ },
1660
2024
  {
1661
2025
  path: "results.item.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
1662
2026
  },
@@ -1690,9 +2054,27 @@ function bulkUpdateExperiences(payload) {
1690
2054
  {
1691
2055
  path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
1692
2056
  },
2057
+ {
2058
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
2059
+ },
2060
+ {
2061
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
2062
+ },
2063
+ {
2064
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
2065
+ },
1693
2066
  {
1694
2067
  path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
1695
2068
  },
2069
+ {
2070
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
2071
+ },
2072
+ {
2073
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
2074
+ },
2075
+ {
2076
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
2077
+ },
1696
2078
  {
1697
2079
  path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
1698
2080
  },
@@ -1726,6 +2108,15 @@ function bulkUpdateExperiences(payload) {
1726
2108
  {
1727
2109
  path: "results.item.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
1728
2110
  },
2111
+ {
2112
+ path: "results.item.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
2113
+ },
2114
+ {
2115
+ path: "results.item.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
2116
+ },
2117
+ {
2118
+ path: "results.item.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
2119
+ },
1729
2120
  {
1730
2121
  path: "results.item.configuration.displayInfo.richContent.nodes.tocData.fontSize"
1731
2122
  },
@@ -2086,6 +2477,7 @@ var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
2086
2477
  DecorationType2["SUPERSCRIPT"] = "SUPERSCRIPT";
2087
2478
  DecorationType2["SUBSCRIPT"] = "SUBSCRIPT";
2088
2479
  DecorationType2["FONT_FAMILY"] = "FONT_FAMILY";
2480
+ DecorationType2["SKETCH"] = "SKETCH";
2089
2481
  return DecorationType2;
2090
2482
  })(DecorationType || {});
2091
2483
  var FontType = /* @__PURE__ */ ((FontType2) => {
@@ -2093,6 +2485,15 @@ var FontType = /* @__PURE__ */ ((FontType2) => {
2093
2485
  FontType2["EM"] = "EM";
2094
2486
  return FontType2;
2095
2487
  })(FontType || {});
2488
+ var Variant = /* @__PURE__ */ ((Variant2) => {
2489
+ Variant2["UNDERLINE"] = "UNDERLINE";
2490
+ Variant2["BOX"] = "BOX";
2491
+ Variant2["CIRCLE"] = "CIRCLE";
2492
+ Variant2["HIGHLIGHT"] = "HIGHLIGHT";
2493
+ Variant2["STRIKETHROUGH"] = "STRIKETHROUGH";
2494
+ Variant2["CROSSED_OFF"] = "CROSSED_OFF";
2495
+ return Variant2;
2496
+ })(Variant || {});
2096
2497
  var Position = /* @__PURE__ */ ((Position2) => {
2097
2498
  Position2["START"] = "START";
2098
2499
  Position2["END"] = "END";
@@ -2175,6 +2576,11 @@ var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
2175
2576
  ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
2176
2577
  return ImagePosition2;
2177
2578
  })(ImagePosition || {});
2579
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
2580
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
2581
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
2582
+ return LayoutDataBackgroundType2;
2583
+ })(LayoutDataBackgroundType || {});
2178
2584
  var Origin = /* @__PURE__ */ ((Origin2) => {
2179
2585
  Origin2["IMAGE"] = "IMAGE";
2180
2586
  Origin2["LAYOUT"] = "LAYOUT";
@@ -2185,11 +2591,6 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
2185
2591
  BannerPosition2["BOTTOM"] = "BOTTOM";
2186
2592
  return BannerPosition2;
2187
2593
  })(BannerPosition || {});
2188
- var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
2189
- LayoutDataBackgroundType2["COLOR"] = "COLOR";
2190
- LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
2191
- return LayoutDataBackgroundType2;
2192
- })(LayoutDataBackgroundType || {});
2193
2594
  var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
2194
2595
  BackdropType2["COLOR"] = "COLOR";
2195
2596
  BackdropType2["GRADIENT"] = "GRADIENT";
@@ -3024,6 +3425,7 @@ async function bulkUnarchiveExperiences2(experienceIds) {
3024
3425
  ThumbnailsAlignment,
3025
3426
  Type,
3026
3427
  Unit,
3428
+ Variant,
3027
3429
  VerticalAlignment,
3028
3430
  VerticalAlignmentAlignment,
3029
3431
  ViewMode,