@doyourjob/gravity-ui-page-constructor 5.31.76 → 5.31.78

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 (126) hide show
  1. package/build/cjs/blocks/CardLayout/schema.d.ts +234 -0
  2. package/build/cjs/blocks/ContentLayout/schema.d.ts +117 -0
  3. package/build/cjs/blocks/ExtendedFeatures/schema.d.ts +117 -0
  4. package/build/cjs/blocks/FilterBlock/schema.d.ts +234 -0
  5. package/build/cjs/blocks/Form/schema.d.ts +234 -0
  6. package/build/cjs/blocks/Info/schema.d.ts +234 -0
  7. package/build/cjs/blocks/LinkTable/schema.d.ts +117 -0
  8. package/build/cjs/blocks/Map/schema.d.ts +117 -0
  9. package/build/cjs/blocks/Media/schema.d.ts +234 -0
  10. package/build/cjs/blocks/PromoFeaturesBlock/schema.d.ts +117 -0
  11. package/build/cjs/blocks/Questions/schema.d.ts +117 -0
  12. package/build/cjs/blocks/RelevantPosts/schema.d.ts +117 -0
  13. package/build/cjs/blocks/RelevantReports/RelevantReports.css +8 -0
  14. package/build/cjs/blocks/RelevantReports/RelevantReports.d.ts +3 -0
  15. package/build/cjs/blocks/RelevantReports/RelevantReports.js +77 -0
  16. package/build/cjs/blocks/RelevantReports/schema.d.ts +297 -0
  17. package/build/cjs/blocks/RelevantReports/schema.js +22 -0
  18. package/build/cjs/blocks/RelevantReportsCards/RelevantReportsCards.css +8 -0
  19. package/build/cjs/blocks/RelevantReportsCards/RelevantReportsCards.d.ts +3 -0
  20. package/build/cjs/blocks/RelevantReportsCards/RelevantReportsCards.js +77 -0
  21. package/build/cjs/blocks/RelevantReportsCards/schema.d.ts +297 -0
  22. package/build/cjs/blocks/RelevantReportsCards/schema.js +22 -0
  23. package/build/cjs/blocks/Reports/Reports.js +11 -2
  24. package/build/cjs/blocks/Reports/schema.d.ts +117 -0
  25. package/build/cjs/blocks/ReportsCards/schema.d.ts +117 -0
  26. package/build/cjs/blocks/ReportsSections/schema.d.ts +117 -0
  27. package/build/cjs/blocks/Slider/schema.d.ts +117 -0
  28. package/build/cjs/blocks/SliderNew/schema.d.ts +117 -0
  29. package/build/cjs/blocks/Tabs/schema.d.ts +234 -0
  30. package/build/cjs/blocks/index.d.ts +2 -0
  31. package/build/cjs/blocks/index.js +5 -1
  32. package/build/cjs/components/ProgressCircular/ProgressCircular.css +30 -0
  33. package/build/cjs/components/ProgressCircular/ProgressCircular.d.ts +8 -0
  34. package/build/cjs/components/ProgressCircular/ProgressCircular.js +14 -0
  35. package/build/cjs/components/Title/Title.css +8 -0
  36. package/build/cjs/components/Title/Title.d.ts +1 -1
  37. package/build/cjs/components/Title/Title.js +5 -3
  38. package/build/cjs/components/index.d.ts +1 -0
  39. package/build/cjs/components/index.js +3 -1
  40. package/build/cjs/constructor-items.d.ts +2 -0
  41. package/build/cjs/constructor-items.js +2 -0
  42. package/build/cjs/context/reportsCardsContext/ReportsCardsContext.d.ts +3 -0
  43. package/build/cjs/context/reportsContext/ReportsContext.d.ts +5 -0
  44. package/build/cjs/models/constructor-items/blocks.d.ts +29 -1
  45. package/build/cjs/models/constructor-items/blocks.js +2 -0
  46. package/build/cjs/models/constructor-items/common.d.ts +1 -0
  47. package/build/cjs/schema/constants.d.ts +703 -1
  48. package/build/cjs/schema/constants.js +3 -1
  49. package/build/cjs/schema/validators/blocks.d.ts +2 -0
  50. package/build/cjs/schema/validators/blocks.js +2 -0
  51. package/build/cjs/schema/validators/common.d.ts +234 -0
  52. package/build/cjs/schema/validators/common.js +1 -0
  53. package/build/cjs/sub-blocks/AttachmentCard/schema.d.ts +117 -0
  54. package/build/cjs/sub-blocks/BackgroundCard/schema.d.ts +117 -0
  55. package/build/cjs/sub-blocks/BasicCard/schema.d.ts +117 -0
  56. package/build/cjs/sub-blocks/Content/schema.d.ts +234 -0
  57. package/build/cjs/sub-blocks/ContentLayoutCard/schema.d.ts +117 -0
  58. package/build/cjs/sub-blocks/EventPersonCard/schema.d.ts +117 -0
  59. package/build/cjs/sub-blocks/ImageCard/schema.d.ts +117 -0
  60. package/build/cjs/sub-blocks/LayoutItem/schema.d.ts +117 -0
  61. package/build/esm/blocks/CardLayout/schema.d.ts +234 -0
  62. package/build/esm/blocks/ContentLayout/schema.d.ts +117 -0
  63. package/build/esm/blocks/ExtendedFeatures/schema.d.ts +117 -0
  64. package/build/esm/blocks/FilterBlock/schema.d.ts +234 -0
  65. package/build/esm/blocks/Form/schema.d.ts +234 -0
  66. package/build/esm/blocks/Info/schema.d.ts +234 -0
  67. package/build/esm/blocks/LinkTable/schema.d.ts +117 -0
  68. package/build/esm/blocks/Map/schema.d.ts +117 -0
  69. package/build/esm/blocks/Media/schema.d.ts +234 -0
  70. package/build/esm/blocks/PromoFeaturesBlock/schema.d.ts +117 -0
  71. package/build/esm/blocks/Questions/schema.d.ts +117 -0
  72. package/build/esm/blocks/RelevantPosts/schema.d.ts +117 -0
  73. package/build/esm/blocks/RelevantReports/RelevantReports.css +8 -0
  74. package/build/esm/blocks/RelevantReports/RelevantReports.d.ts +4 -0
  75. package/build/esm/blocks/RelevantReports/RelevantReports.js +73 -0
  76. package/build/esm/blocks/RelevantReports/schema.d.ts +297 -0
  77. package/build/esm/blocks/RelevantReports/schema.js +19 -0
  78. package/build/esm/blocks/RelevantReportsCards/RelevantReportsCards.css +8 -0
  79. package/build/esm/blocks/RelevantReportsCards/RelevantReportsCards.d.ts +4 -0
  80. package/build/esm/blocks/RelevantReportsCards/RelevantReportsCards.js +73 -0
  81. package/build/esm/blocks/RelevantReportsCards/schema.d.ts +297 -0
  82. package/build/esm/blocks/RelevantReportsCards/schema.js +19 -0
  83. package/build/esm/blocks/Reports/Reports.js +12 -3
  84. package/build/esm/blocks/Reports/schema.d.ts +117 -0
  85. package/build/esm/blocks/ReportsCards/schema.d.ts +117 -0
  86. package/build/esm/blocks/ReportsSections/schema.d.ts +117 -0
  87. package/build/esm/blocks/Slider/schema.d.ts +117 -0
  88. package/build/esm/blocks/SliderNew/schema.d.ts +117 -0
  89. package/build/esm/blocks/Tabs/schema.d.ts +234 -0
  90. package/build/esm/blocks/index.d.ts +2 -0
  91. package/build/esm/blocks/index.js +2 -0
  92. package/build/esm/components/ProgressCircular/ProgressCircular.css +30 -0
  93. package/build/esm/components/ProgressCircular/ProgressCircular.d.ts +9 -0
  94. package/build/esm/components/ProgressCircular/ProgressCircular.js +11 -0
  95. package/build/esm/components/Title/Title.css +8 -0
  96. package/build/esm/components/Title/Title.d.ts +1 -1
  97. package/build/esm/components/Title/Title.js +5 -3
  98. package/build/esm/components/index.d.ts +1 -0
  99. package/build/esm/components/index.js +1 -0
  100. package/build/esm/constructor-items.d.ts +2 -0
  101. package/build/esm/constructor-items.js +3 -1
  102. package/build/esm/context/reportsCardsContext/ReportsCardsContext.d.ts +3 -0
  103. package/build/esm/context/reportsContext/ReportsContext.d.ts +5 -0
  104. package/build/esm/models/constructor-items/blocks.d.ts +29 -1
  105. package/build/esm/models/constructor-items/blocks.js +2 -0
  106. package/build/esm/models/constructor-items/common.d.ts +1 -0
  107. package/build/esm/schema/constants.d.ts +703 -1
  108. package/build/esm/schema/constants.js +4 -2
  109. package/build/esm/schema/validators/blocks.d.ts +2 -0
  110. package/build/esm/schema/validators/blocks.js +2 -0
  111. package/build/esm/schema/validators/common.d.ts +234 -0
  112. package/build/esm/schema/validators/common.js +1 -0
  113. package/build/esm/sub-blocks/AttachmentCard/schema.d.ts +117 -0
  114. package/build/esm/sub-blocks/BackgroundCard/schema.d.ts +117 -0
  115. package/build/esm/sub-blocks/BasicCard/schema.d.ts +117 -0
  116. package/build/esm/sub-blocks/Content/schema.d.ts +234 -0
  117. package/build/esm/sub-blocks/ContentLayoutCard/schema.d.ts +117 -0
  118. package/build/esm/sub-blocks/EventPersonCard/schema.d.ts +117 -0
  119. package/build/esm/sub-blocks/ImageCard/schema.d.ts +117 -0
  120. package/build/esm/sub-blocks/LayoutItem/schema.d.ts +117 -0
  121. package/package.json +1 -1
  122. package/schema/index.js +1 -1
  123. package/server/models/constructor-items/blocks.d.ts +29 -1
  124. package/server/models/constructor-items/blocks.js +2 -0
  125. package/server/models/constructor-items/common.d.ts +1 -0
  126. package/widget/index.js +1 -1
@@ -85,6 +85,123 @@ export declare const cardSchemas: {
85
85
  type: string;
86
86
  contentType: string;
87
87
  };
88
+ link: {
89
+ type: string;
90
+ additionalProperties: boolean;
91
+ required: string[];
92
+ properties: {
93
+ text: {
94
+ type: string;
95
+ contentType: string;
96
+ };
97
+ url: {
98
+ type: string;
99
+ };
100
+ urlTitle: {
101
+ type: string;
102
+ };
103
+ arrow: {
104
+ type: string;
105
+ };
106
+ theme: {
107
+ type: string;
108
+ enum: string[];
109
+ };
110
+ textSize: {
111
+ type: string;
112
+ enum: string[];
113
+ };
114
+ target: {
115
+ type: string;
116
+ enum: string[];
117
+ };
118
+ analyticsEvents: {
119
+ oneOf: ({
120
+ optionName: string;
121
+ type: string;
122
+ additionalProperties: {
123
+ type: string;
124
+ };
125
+ required: string[];
126
+ properties: {
127
+ name: {
128
+ type: string;
129
+ };
130
+ type: {
131
+ type: string;
132
+ };
133
+ counters: {
134
+ type: string;
135
+ additionalProperties: boolean;
136
+ required: never[];
137
+ properties: {
138
+ include: {
139
+ type: string;
140
+ items: {
141
+ type: string;
142
+ };
143
+ };
144
+ exclude: {
145
+ type: string;
146
+ items: {
147
+ type: string;
148
+ };
149
+ };
150
+ };
151
+ };
152
+ context: {
153
+ type: string;
154
+ };
155
+ };
156
+ items?: undefined;
157
+ } | {
158
+ type: string;
159
+ items: {
160
+ type: string;
161
+ additionalProperties: {
162
+ type: string;
163
+ };
164
+ required: string[];
165
+ properties: {
166
+ name: {
167
+ type: string;
168
+ };
169
+ type: {
170
+ type: string;
171
+ };
172
+ counters: {
173
+ type: string;
174
+ additionalProperties: boolean;
175
+ required: never[];
176
+ properties: {
177
+ include: {
178
+ type: string;
179
+ items: {
180
+ type: string;
181
+ };
182
+ };
183
+ exclude: {
184
+ type: string;
185
+ items: {
186
+ type: string;
187
+ };
188
+ };
189
+ };
190
+ };
191
+ context: {
192
+ type: string;
193
+ };
194
+ };
195
+ };
196
+ optionName: string;
197
+ })[];
198
+ };
199
+ type: {};
200
+ when: {
201
+ type: string;
202
+ };
203
+ };
204
+ };
88
205
  textSize: {
89
206
  type: string;
90
207
  enum: string[];
@@ -190,6 +307,123 @@ export declare const cardSchemas: {
190
307
  type: string;
191
308
  contentType: string;
192
309
  };
310
+ link: {
311
+ type: string;
312
+ additionalProperties: boolean;
313
+ required: string[];
314
+ properties: {
315
+ text: {
316
+ type: string;
317
+ contentType: string;
318
+ };
319
+ url: {
320
+ type: string;
321
+ };
322
+ urlTitle: {
323
+ type: string;
324
+ };
325
+ arrow: {
326
+ type: string;
327
+ };
328
+ theme: {
329
+ type: string;
330
+ enum: string[];
331
+ };
332
+ textSize: {
333
+ type: string;
334
+ enum: string[];
335
+ };
336
+ target: {
337
+ type: string;
338
+ enum: string[];
339
+ };
340
+ analyticsEvents: {
341
+ oneOf: ({
342
+ optionName: string;
343
+ type: string;
344
+ additionalProperties: {
345
+ type: string;
346
+ };
347
+ required: string[];
348
+ properties: {
349
+ name: {
350
+ type: string;
351
+ };
352
+ type: {
353
+ type: string;
354
+ };
355
+ counters: {
356
+ type: string;
357
+ additionalProperties: boolean;
358
+ required: never[];
359
+ properties: {
360
+ include: {
361
+ type: string;
362
+ items: {
363
+ type: string;
364
+ };
365
+ };
366
+ exclude: {
367
+ type: string;
368
+ items: {
369
+ type: string;
370
+ };
371
+ };
372
+ };
373
+ };
374
+ context: {
375
+ type: string;
376
+ };
377
+ };
378
+ items?: undefined;
379
+ } | {
380
+ type: string;
381
+ items: {
382
+ type: string;
383
+ additionalProperties: {
384
+ type: string;
385
+ };
386
+ required: string[];
387
+ properties: {
388
+ name: {
389
+ type: string;
390
+ };
391
+ type: {
392
+ type: string;
393
+ };
394
+ counters: {
395
+ type: string;
396
+ additionalProperties: boolean;
397
+ required: never[];
398
+ properties: {
399
+ include: {
400
+ type: string;
401
+ items: {
402
+ type: string;
403
+ };
404
+ };
405
+ exclude: {
406
+ type: string;
407
+ items: {
408
+ type: string;
409
+ };
410
+ };
411
+ };
412
+ };
413
+ context: {
414
+ type: string;
415
+ };
416
+ };
417
+ };
418
+ optionName: string;
419
+ })[];
420
+ };
421
+ type: {};
422
+ when: {
423
+ type: string;
424
+ };
425
+ };
426
+ };
193
427
  textSize: {
194
428
  type: string;
195
429
  enum: string[];
@@ -519,6 +753,123 @@ export declare const cardSchemas: {
519
753
  type: string;
520
754
  contentType: string;
521
755
  };
756
+ link: {
757
+ type: string;
758
+ additionalProperties: boolean;
759
+ required: string[];
760
+ properties: {
761
+ text: {
762
+ type: string;
763
+ contentType: string;
764
+ };
765
+ url: {
766
+ type: string;
767
+ };
768
+ urlTitle: {
769
+ type: string;
770
+ };
771
+ arrow: {
772
+ type: string;
773
+ };
774
+ theme: {
775
+ type: string;
776
+ enum: string[];
777
+ };
778
+ textSize: {
779
+ type: string;
780
+ enum: string[];
781
+ };
782
+ target: {
783
+ type: string;
784
+ enum: string[];
785
+ };
786
+ analyticsEvents: {
787
+ oneOf: ({
788
+ optionName: string;
789
+ type: string;
790
+ additionalProperties: {
791
+ type: string;
792
+ };
793
+ required: string[];
794
+ properties: {
795
+ name: {
796
+ type: string;
797
+ };
798
+ type: {
799
+ type: string;
800
+ };
801
+ counters: {
802
+ type: string;
803
+ additionalProperties: boolean;
804
+ required: never[];
805
+ properties: {
806
+ include: {
807
+ type: string;
808
+ items: {
809
+ type: string;
810
+ };
811
+ };
812
+ exclude: {
813
+ type: string;
814
+ items: {
815
+ type: string;
816
+ };
817
+ };
818
+ };
819
+ };
820
+ context: {
821
+ type: string;
822
+ };
823
+ };
824
+ items?: undefined;
825
+ } | {
826
+ type: string;
827
+ items: {
828
+ type: string;
829
+ additionalProperties: {
830
+ type: string;
831
+ };
832
+ required: string[];
833
+ properties: {
834
+ name: {
835
+ type: string;
836
+ };
837
+ type: {
838
+ type: string;
839
+ };
840
+ counters: {
841
+ type: string;
842
+ additionalProperties: boolean;
843
+ required: never[];
844
+ properties: {
845
+ include: {
846
+ type: string;
847
+ items: {
848
+ type: string;
849
+ };
850
+ };
851
+ exclude: {
852
+ type: string;
853
+ items: {
854
+ type: string;
855
+ };
856
+ };
857
+ };
858
+ };
859
+ context: {
860
+ type: string;
861
+ };
862
+ };
863
+ };
864
+ optionName: string;
865
+ })[];
866
+ };
867
+ type: {};
868
+ when: {
869
+ type: string;
870
+ };
871
+ };
872
+ };
522
873
  textSize: {
523
874
  type: string;
524
875
  enum: string[];
@@ -920,6 +1271,123 @@ export declare const cardSchemas: {
920
1271
  type: string;
921
1272
  contentType: string;
922
1273
  };
1274
+ link: {
1275
+ type: string;
1276
+ additionalProperties: boolean;
1277
+ required: string[];
1278
+ properties: {
1279
+ text: {
1280
+ type: string;
1281
+ contentType: string;
1282
+ };
1283
+ url: {
1284
+ type: string;
1285
+ };
1286
+ urlTitle: {
1287
+ type: string;
1288
+ };
1289
+ arrow: {
1290
+ type: string;
1291
+ };
1292
+ theme: {
1293
+ type: string;
1294
+ enum: string[];
1295
+ };
1296
+ textSize: {
1297
+ type: string;
1298
+ enum: string[];
1299
+ };
1300
+ target: {
1301
+ type: string;
1302
+ enum: string[];
1303
+ };
1304
+ analyticsEvents: {
1305
+ oneOf: ({
1306
+ optionName: string;
1307
+ type: string;
1308
+ additionalProperties: {
1309
+ type: string;
1310
+ };
1311
+ required: string[];
1312
+ properties: {
1313
+ name: {
1314
+ type: string;
1315
+ };
1316
+ type: {
1317
+ type: string;
1318
+ };
1319
+ counters: {
1320
+ type: string;
1321
+ additionalProperties: boolean;
1322
+ required: never[];
1323
+ properties: {
1324
+ include: {
1325
+ type: string;
1326
+ items: {
1327
+ type: string;
1328
+ };
1329
+ };
1330
+ exclude: {
1331
+ type: string;
1332
+ items: {
1333
+ type: string;
1334
+ };
1335
+ };
1336
+ };
1337
+ };
1338
+ context: {
1339
+ type: string;
1340
+ };
1341
+ };
1342
+ items?: undefined;
1343
+ } | {
1344
+ type: string;
1345
+ items: {
1346
+ type: string;
1347
+ additionalProperties: {
1348
+ type: string;
1349
+ };
1350
+ required: string[];
1351
+ properties: {
1352
+ name: {
1353
+ type: string;
1354
+ };
1355
+ type: {
1356
+ type: string;
1357
+ };
1358
+ counters: {
1359
+ type: string;
1360
+ additionalProperties: boolean;
1361
+ required: never[];
1362
+ properties: {
1363
+ include: {
1364
+ type: string;
1365
+ items: {
1366
+ type: string;
1367
+ };
1368
+ };
1369
+ exclude: {
1370
+ type: string;
1371
+ items: {
1372
+ type: string;
1373
+ };
1374
+ };
1375
+ };
1376
+ };
1377
+ context: {
1378
+ type: string;
1379
+ };
1380
+ };
1381
+ };
1382
+ optionName: string;
1383
+ })[];
1384
+ };
1385
+ type: {};
1386
+ when: {
1387
+ type: string;
1388
+ };
1389
+ };
1390
+ };
923
1391
  textSize: {
924
1392
  type: string;
925
1393
  enum: string[];
@@ -1445,6 +1913,123 @@ export declare const cardSchemas: {
1445
1913
  type: string;
1446
1914
  contentType: string;
1447
1915
  };
1916
+ link: {
1917
+ type: string;
1918
+ additionalProperties: boolean;
1919
+ required: string[];
1920
+ properties: {
1921
+ text: {
1922
+ type: string;
1923
+ contentType: string;
1924
+ };
1925
+ url: {
1926
+ type: string;
1927
+ };
1928
+ urlTitle: {
1929
+ type: string;
1930
+ };
1931
+ arrow: {
1932
+ type: string;
1933
+ };
1934
+ theme: {
1935
+ type: string;
1936
+ enum: string[];
1937
+ };
1938
+ textSize: {
1939
+ type: string;
1940
+ enum: string[];
1941
+ };
1942
+ target: {
1943
+ type: string;
1944
+ enum: string[];
1945
+ };
1946
+ analyticsEvents: {
1947
+ oneOf: ({
1948
+ optionName: string;
1949
+ type: string;
1950
+ additionalProperties: {
1951
+ type: string;
1952
+ };
1953
+ required: string[];
1954
+ properties: {
1955
+ name: {
1956
+ type: string;
1957
+ };
1958
+ type: {
1959
+ type: string;
1960
+ };
1961
+ counters: {
1962
+ type: string;
1963
+ additionalProperties: boolean;
1964
+ required: never[];
1965
+ properties: {
1966
+ include: {
1967
+ type: string;
1968
+ items: {
1969
+ type: string;
1970
+ };
1971
+ };
1972
+ exclude: {
1973
+ type: string;
1974
+ items: {
1975
+ type: string;
1976
+ };
1977
+ };
1978
+ };
1979
+ };
1980
+ context: {
1981
+ type: string;
1982
+ };
1983
+ };
1984
+ items?: undefined;
1985
+ } | {
1986
+ type: string;
1987
+ items: {
1988
+ type: string;
1989
+ additionalProperties: {
1990
+ type: string;
1991
+ };
1992
+ required: string[];
1993
+ properties: {
1994
+ name: {
1995
+ type: string;
1996
+ };
1997
+ type: {
1998
+ type: string;
1999
+ };
2000
+ counters: {
2001
+ type: string;
2002
+ additionalProperties: boolean;
2003
+ required: never[];
2004
+ properties: {
2005
+ include: {
2006
+ type: string;
2007
+ items: {
2008
+ type: string;
2009
+ };
2010
+ };
2011
+ exclude: {
2012
+ type: string;
2013
+ items: {
2014
+ type: string;
2015
+ };
2016
+ };
2017
+ };
2018
+ };
2019
+ context: {
2020
+ type: string;
2021
+ };
2022
+ };
2023
+ };
2024
+ optionName: string;
2025
+ })[];
2026
+ };
2027
+ type: {};
2028
+ when: {
2029
+ type: string;
2030
+ };
2031
+ };
2032
+ };
1448
2033
  textSize: {
1449
2034
  type: string;
1450
2035
  enum: string[];
@@ -1874,6 +2459,123 @@ export declare const cardSchemas: {
1874
2459
  type: string;
1875
2460
  contentType: string;
1876
2461
  };
2462
+ link: {
2463
+ type: string;
2464
+ additionalProperties: boolean;
2465
+ required: string[];
2466
+ properties: {
2467
+ text: {
2468
+ type: string;
2469
+ contentType: string;
2470
+ };
2471
+ url: {
2472
+ type: string;
2473
+ };
2474
+ urlTitle: {
2475
+ type: string;
2476
+ };
2477
+ arrow: {
2478
+ type: string;
2479
+ };
2480
+ theme: {
2481
+ type: string;
2482
+ enum: string[];
2483
+ };
2484
+ textSize: {
2485
+ type: string;
2486
+ enum: string[];
2487
+ };
2488
+ target: {
2489
+ type: string;
2490
+ enum: string[];
2491
+ };
2492
+ analyticsEvents: {
2493
+ oneOf: ({
2494
+ optionName: string;
2495
+ type: string;
2496
+ additionalProperties: {
2497
+ type: string;
2498
+ };
2499
+ required: string[];
2500
+ properties: {
2501
+ name: {
2502
+ type: string;
2503
+ };
2504
+ type: {
2505
+ type: string;
2506
+ };
2507
+ counters: {
2508
+ type: string;
2509
+ additionalProperties: boolean;
2510
+ required: never[];
2511
+ properties: {
2512
+ include: {
2513
+ type: string;
2514
+ items: {
2515
+ type: string;
2516
+ };
2517
+ };
2518
+ exclude: {
2519
+ type: string;
2520
+ items: {
2521
+ type: string;
2522
+ };
2523
+ };
2524
+ };
2525
+ };
2526
+ context: {
2527
+ type: string;
2528
+ };
2529
+ };
2530
+ items?: undefined;
2531
+ } | {
2532
+ type: string;
2533
+ items: {
2534
+ type: string;
2535
+ additionalProperties: {
2536
+ type: string;
2537
+ };
2538
+ required: string[];
2539
+ properties: {
2540
+ name: {
2541
+ type: string;
2542
+ };
2543
+ type: {
2544
+ type: string;
2545
+ };
2546
+ counters: {
2547
+ type: string;
2548
+ additionalProperties: boolean;
2549
+ required: never[];
2550
+ properties: {
2551
+ include: {
2552
+ type: string;
2553
+ items: {
2554
+ type: string;
2555
+ };
2556
+ };
2557
+ exclude: {
2558
+ type: string;
2559
+ items: {
2560
+ type: string;
2561
+ };
2562
+ };
2563
+ };
2564
+ };
2565
+ context: {
2566
+ type: string;
2567
+ };
2568
+ };
2569
+ };
2570
+ optionName: string;
2571
+ })[];
2572
+ };
2573
+ type: {};
2574
+ when: {
2575
+ type: string;
2576
+ };
2577
+ };
2578
+ };
1877
2579
  textSize: {
1878
2580
  type: string;
1879
2581
  enum: string[];
@@ -2516,7 +3218,7 @@ export declare const cardSchemas: {
2516
3218
  properties: {
2517
3219
  type: {
2518
3220
  type: string;
2519
- enum: import("../models").CustomControlsType[]; /** @deprecated */
3221
+ enum: import("../models").CustomControlsType[];
2520
3222
  };
2521
3223
  muteButtonShown: {
2522
3224
  type: string;