@syntrologie/adapt-faq 2.27.0 → 2.28.0
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.
- package/dist/{chunk-RYRNJ2UU.js → chunk-IMSLXYXR.js} +5 -7
- package/dist/chunk-IMSLXYXR.js.map +7 -0
- package/dist/editor.js +615 -1455
- package/dist/editor.js.map +3 -3
- package/dist/runtime.js +1 -1
- package/dist/schema.d.ts +155 -154
- package/dist/schema.d.ts.map +1 -1
- package/dist/schema.js +3 -6
- package/dist/schema.js.map +2 -2
- package/package.json +1 -1
- package/dist/chunk-RYRNJ2UU.js.map +0 -7
package/dist/schema.d.ts
CHANGED
|
@@ -284,7 +284,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
284
284
|
count: z.ZodNumber;
|
|
285
285
|
withinMs: z.ZodOptional<z.ZodNumber>;
|
|
286
286
|
counter: z.ZodOptional<z.ZodObject<{
|
|
287
|
-
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "
|
|
287
|
+
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "ui.hesitate", "ui.rage_click", "nav.page_view", "nav.page_leave"]>, "many">;
|
|
288
288
|
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
289
289
|
equals: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
290
290
|
contains: z.ZodOptional<z.ZodString>;
|
|
@@ -296,13 +296,13 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
296
296
|
contains?: string | undefined;
|
|
297
297
|
}>>>;
|
|
298
298
|
}, "strip", z.ZodTypeAny, {
|
|
299
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
299
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
300
300
|
match?: Record<string, {
|
|
301
301
|
equals?: string | number | boolean | undefined;
|
|
302
302
|
contains?: string | undefined;
|
|
303
303
|
}> | undefined;
|
|
304
304
|
}, {
|
|
305
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
305
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
306
306
|
match?: Record<string, {
|
|
307
307
|
equals?: string | number | boolean | undefined;
|
|
308
308
|
contains?: string | undefined;
|
|
@@ -315,7 +315,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
315
315
|
count: number;
|
|
316
316
|
withinMs?: number | undefined;
|
|
317
317
|
counter?: {
|
|
318
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
318
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
319
319
|
match?: Record<string, {
|
|
320
320
|
equals?: string | number | boolean | undefined;
|
|
321
321
|
contains?: string | undefined;
|
|
@@ -328,7 +328,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
328
328
|
count: number;
|
|
329
329
|
withinMs?: number | undefined;
|
|
330
330
|
counter?: {
|
|
331
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
331
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
332
332
|
match?: Record<string, {
|
|
333
333
|
equals?: string | number | boolean | undefined;
|
|
334
334
|
contains?: string | undefined;
|
|
@@ -386,7 +386,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
386
386
|
count: number;
|
|
387
387
|
withinMs?: number | undefined;
|
|
388
388
|
counter?: {
|
|
389
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
389
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
390
390
|
match?: Record<string, {
|
|
391
391
|
equals?: string | number | boolean | undefined;
|
|
392
392
|
contains?: string | undefined;
|
|
@@ -444,7 +444,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
444
444
|
count: number;
|
|
445
445
|
withinMs?: number | undefined;
|
|
446
446
|
counter?: {
|
|
447
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
447
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
448
448
|
match?: Record<string, {
|
|
449
449
|
equals?: string | number | boolean | undefined;
|
|
450
450
|
contains?: string | undefined;
|
|
@@ -506,7 +506,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
506
506
|
count: number;
|
|
507
507
|
withinMs?: number | undefined;
|
|
508
508
|
counter?: {
|
|
509
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
509
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
510
510
|
match?: Record<string, {
|
|
511
511
|
equals?: string | number | boolean | undefined;
|
|
512
512
|
contains?: string | undefined;
|
|
@@ -568,7 +568,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
568
568
|
count: number;
|
|
569
569
|
withinMs?: number | undefined;
|
|
570
570
|
counter?: {
|
|
571
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
571
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
572
572
|
match?: Record<string, {
|
|
573
573
|
equals?: string | number | boolean | undefined;
|
|
574
574
|
contains?: string | undefined;
|
|
@@ -734,7 +734,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
734
734
|
count: number;
|
|
735
735
|
withinMs?: number | undefined;
|
|
736
736
|
counter?: {
|
|
737
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
737
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
738
738
|
match?: Record<string, {
|
|
739
739
|
equals?: string | number | boolean | undefined;
|
|
740
740
|
contains?: string | undefined;
|
|
@@ -853,7 +853,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
853
853
|
count: number;
|
|
854
854
|
withinMs?: number | undefined;
|
|
855
855
|
counter?: {
|
|
856
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
856
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
857
857
|
match?: Record<string, {
|
|
858
858
|
equals?: string | number | boolean | undefined;
|
|
859
859
|
contains?: string | undefined;
|
|
@@ -972,7 +972,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
972
972
|
count: number;
|
|
973
973
|
withinMs?: number | undefined;
|
|
974
974
|
counter?: {
|
|
975
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
975
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
976
976
|
match?: Record<string, {
|
|
977
977
|
equals?: string | number | boolean | undefined;
|
|
978
978
|
contains?: string | undefined;
|
|
@@ -1091,7 +1091,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1091
1091
|
count: number;
|
|
1092
1092
|
withinMs?: number | undefined;
|
|
1093
1093
|
counter?: {
|
|
1094
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1094
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
1095
1095
|
match?: Record<string, {
|
|
1096
1096
|
equals?: string | number | boolean | undefined;
|
|
1097
1097
|
contains?: string | undefined;
|
|
@@ -1418,7 +1418,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1418
1418
|
count: z.ZodNumber;
|
|
1419
1419
|
withinMs: z.ZodOptional<z.ZodNumber>;
|
|
1420
1420
|
counter: z.ZodOptional<z.ZodObject<{
|
|
1421
|
-
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "
|
|
1421
|
+
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "ui.hesitate", "ui.rage_click", "nav.page_view", "nav.page_leave"]>, "many">;
|
|
1422
1422
|
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1423
1423
|
equals: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
1424
1424
|
contains: z.ZodOptional<z.ZodString>;
|
|
@@ -1430,13 +1430,13 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1430
1430
|
contains?: string | undefined;
|
|
1431
1431
|
}>>>;
|
|
1432
1432
|
}, "strip", z.ZodTypeAny, {
|
|
1433
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1433
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
1434
1434
|
match?: Record<string, {
|
|
1435
1435
|
equals?: string | number | boolean | undefined;
|
|
1436
1436
|
contains?: string | undefined;
|
|
1437
1437
|
}> | undefined;
|
|
1438
1438
|
}, {
|
|
1439
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1439
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
1440
1440
|
match?: Record<string, {
|
|
1441
1441
|
equals?: string | number | boolean | undefined;
|
|
1442
1442
|
contains?: string | undefined;
|
|
@@ -1449,7 +1449,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1449
1449
|
count: number;
|
|
1450
1450
|
withinMs?: number | undefined;
|
|
1451
1451
|
counter?: {
|
|
1452
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1452
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
1453
1453
|
match?: Record<string, {
|
|
1454
1454
|
equals?: string | number | boolean | undefined;
|
|
1455
1455
|
contains?: string | undefined;
|
|
@@ -1462,7 +1462,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1462
1462
|
count: number;
|
|
1463
1463
|
withinMs?: number | undefined;
|
|
1464
1464
|
counter?: {
|
|
1465
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1465
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
1466
1466
|
match?: Record<string, {
|
|
1467
1467
|
equals?: string | number | boolean | undefined;
|
|
1468
1468
|
contains?: string | undefined;
|
|
@@ -1520,7 +1520,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1520
1520
|
count: number;
|
|
1521
1521
|
withinMs?: number | undefined;
|
|
1522
1522
|
counter?: {
|
|
1523
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1523
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
1524
1524
|
match?: Record<string, {
|
|
1525
1525
|
equals?: string | number | boolean | undefined;
|
|
1526
1526
|
contains?: string | undefined;
|
|
@@ -1578,7 +1578,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1578
1578
|
count: number;
|
|
1579
1579
|
withinMs?: number | undefined;
|
|
1580
1580
|
counter?: {
|
|
1581
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1581
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
1582
1582
|
match?: Record<string, {
|
|
1583
1583
|
equals?: string | number | boolean | undefined;
|
|
1584
1584
|
contains?: string | undefined;
|
|
@@ -1640,7 +1640,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1640
1640
|
count: number;
|
|
1641
1641
|
withinMs?: number | undefined;
|
|
1642
1642
|
counter?: {
|
|
1643
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1643
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
1644
1644
|
match?: Record<string, {
|
|
1645
1645
|
equals?: string | number | boolean | undefined;
|
|
1646
1646
|
contains?: string | undefined;
|
|
@@ -1702,7 +1702,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1702
1702
|
count: number;
|
|
1703
1703
|
withinMs?: number | undefined;
|
|
1704
1704
|
counter?: {
|
|
1705
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1705
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
1706
1706
|
match?: Record<string, {
|
|
1707
1707
|
equals?: string | number | boolean | undefined;
|
|
1708
1708
|
contains?: string | undefined;
|
|
@@ -1868,7 +1868,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1868
1868
|
count: number;
|
|
1869
1869
|
withinMs?: number | undefined;
|
|
1870
1870
|
counter?: {
|
|
1871
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1871
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
1872
1872
|
match?: Record<string, {
|
|
1873
1873
|
equals?: string | number | boolean | undefined;
|
|
1874
1874
|
contains?: string | undefined;
|
|
@@ -1987,7 +1987,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1987
1987
|
count: number;
|
|
1988
1988
|
withinMs?: number | undefined;
|
|
1989
1989
|
counter?: {
|
|
1990
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1990
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
1991
1991
|
match?: Record<string, {
|
|
1992
1992
|
equals?: string | number | boolean | undefined;
|
|
1993
1993
|
contains?: string | undefined;
|
|
@@ -2106,7 +2106,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2106
2106
|
count: number;
|
|
2107
2107
|
withinMs?: number | undefined;
|
|
2108
2108
|
counter?: {
|
|
2109
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2109
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
2110
2110
|
match?: Record<string, {
|
|
2111
2111
|
equals?: string | number | boolean | undefined;
|
|
2112
2112
|
contains?: string | undefined;
|
|
@@ -2225,7 +2225,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2225
2225
|
count: number;
|
|
2226
2226
|
withinMs?: number | undefined;
|
|
2227
2227
|
counter?: {
|
|
2228
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2228
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
2229
2229
|
match?: Record<string, {
|
|
2230
2230
|
equals?: string | number | boolean | undefined;
|
|
2231
2231
|
contains?: string | undefined;
|
|
@@ -2422,7 +2422,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2422
2422
|
count: z.ZodNumber;
|
|
2423
2423
|
withinMs: z.ZodOptional<z.ZodNumber>;
|
|
2424
2424
|
counter: z.ZodOptional<z.ZodObject<{
|
|
2425
|
-
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "
|
|
2425
|
+
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "ui.hesitate", "ui.rage_click", "nav.page_view", "nav.page_leave"]>, "many">;
|
|
2426
2426
|
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2427
2427
|
equals: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
2428
2428
|
contains: z.ZodOptional<z.ZodString>;
|
|
@@ -2434,13 +2434,13 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2434
2434
|
contains?: string | undefined;
|
|
2435
2435
|
}>>>;
|
|
2436
2436
|
}, "strip", z.ZodTypeAny, {
|
|
2437
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2437
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
2438
2438
|
match?: Record<string, {
|
|
2439
2439
|
equals?: string | number | boolean | undefined;
|
|
2440
2440
|
contains?: string | undefined;
|
|
2441
2441
|
}> | undefined;
|
|
2442
2442
|
}, {
|
|
2443
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2443
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
2444
2444
|
match?: Record<string, {
|
|
2445
2445
|
equals?: string | number | boolean | undefined;
|
|
2446
2446
|
contains?: string | undefined;
|
|
@@ -2453,7 +2453,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2453
2453
|
count: number;
|
|
2454
2454
|
withinMs?: number | undefined;
|
|
2455
2455
|
counter?: {
|
|
2456
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2456
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
2457
2457
|
match?: Record<string, {
|
|
2458
2458
|
equals?: string | number | boolean | undefined;
|
|
2459
2459
|
contains?: string | undefined;
|
|
@@ -2466,7 +2466,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2466
2466
|
count: number;
|
|
2467
2467
|
withinMs?: number | undefined;
|
|
2468
2468
|
counter?: {
|
|
2469
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2469
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
2470
2470
|
match?: Record<string, {
|
|
2471
2471
|
equals?: string | number | boolean | undefined;
|
|
2472
2472
|
contains?: string | undefined;
|
|
@@ -2524,7 +2524,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2524
2524
|
count: number;
|
|
2525
2525
|
withinMs?: number | undefined;
|
|
2526
2526
|
counter?: {
|
|
2527
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2527
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
2528
2528
|
match?: Record<string, {
|
|
2529
2529
|
equals?: string | number | boolean | undefined;
|
|
2530
2530
|
contains?: string | undefined;
|
|
@@ -2582,7 +2582,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2582
2582
|
count: number;
|
|
2583
2583
|
withinMs?: number | undefined;
|
|
2584
2584
|
counter?: {
|
|
2585
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2585
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
2586
2586
|
match?: Record<string, {
|
|
2587
2587
|
equals?: string | number | boolean | undefined;
|
|
2588
2588
|
contains?: string | undefined;
|
|
@@ -2644,7 +2644,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2644
2644
|
count: number;
|
|
2645
2645
|
withinMs?: number | undefined;
|
|
2646
2646
|
counter?: {
|
|
2647
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2647
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
2648
2648
|
match?: Record<string, {
|
|
2649
2649
|
equals?: string | number | boolean | undefined;
|
|
2650
2650
|
contains?: string | undefined;
|
|
@@ -2706,7 +2706,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2706
2706
|
count: number;
|
|
2707
2707
|
withinMs?: number | undefined;
|
|
2708
2708
|
counter?: {
|
|
2709
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2709
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
2710
2710
|
match?: Record<string, {
|
|
2711
2711
|
equals?: string | number | boolean | undefined;
|
|
2712
2712
|
contains?: string | undefined;
|
|
@@ -3047,7 +3047,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3047
3047
|
count: z.ZodNumber;
|
|
3048
3048
|
withinMs: z.ZodOptional<z.ZodNumber>;
|
|
3049
3049
|
counter: z.ZodOptional<z.ZodObject<{
|
|
3050
|
-
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "
|
|
3050
|
+
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "ui.hesitate", "ui.rage_click", "nav.page_view", "nav.page_leave"]>, "many">;
|
|
3051
3051
|
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3052
3052
|
equals: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
3053
3053
|
contains: z.ZodOptional<z.ZodString>;
|
|
@@ -3059,13 +3059,13 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3059
3059
|
contains?: string | undefined;
|
|
3060
3060
|
}>>>;
|
|
3061
3061
|
}, "strip", z.ZodTypeAny, {
|
|
3062
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3062
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
3063
3063
|
match?: Record<string, {
|
|
3064
3064
|
equals?: string | number | boolean | undefined;
|
|
3065
3065
|
contains?: string | undefined;
|
|
3066
3066
|
}> | undefined;
|
|
3067
3067
|
}, {
|
|
3068
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3068
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
3069
3069
|
match?: Record<string, {
|
|
3070
3070
|
equals?: string | number | boolean | undefined;
|
|
3071
3071
|
contains?: string | undefined;
|
|
@@ -3078,7 +3078,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3078
3078
|
count: number;
|
|
3079
3079
|
withinMs?: number | undefined;
|
|
3080
3080
|
counter?: {
|
|
3081
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3081
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
3082
3082
|
match?: Record<string, {
|
|
3083
3083
|
equals?: string | number | boolean | undefined;
|
|
3084
3084
|
contains?: string | undefined;
|
|
@@ -3091,7 +3091,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3091
3091
|
count: number;
|
|
3092
3092
|
withinMs?: number | undefined;
|
|
3093
3093
|
counter?: {
|
|
3094
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3094
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
3095
3095
|
match?: Record<string, {
|
|
3096
3096
|
equals?: string | number | boolean | undefined;
|
|
3097
3097
|
contains?: string | undefined;
|
|
@@ -3149,7 +3149,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3149
3149
|
count: number;
|
|
3150
3150
|
withinMs?: number | undefined;
|
|
3151
3151
|
counter?: {
|
|
3152
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3152
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
3153
3153
|
match?: Record<string, {
|
|
3154
3154
|
equals?: string | number | boolean | undefined;
|
|
3155
3155
|
contains?: string | undefined;
|
|
@@ -3207,7 +3207,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3207
3207
|
count: number;
|
|
3208
3208
|
withinMs?: number | undefined;
|
|
3209
3209
|
counter?: {
|
|
3210
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3210
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
3211
3211
|
match?: Record<string, {
|
|
3212
3212
|
equals?: string | number | boolean | undefined;
|
|
3213
3213
|
contains?: string | undefined;
|
|
@@ -3269,7 +3269,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3269
3269
|
count: number;
|
|
3270
3270
|
withinMs?: number | undefined;
|
|
3271
3271
|
counter?: {
|
|
3272
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3272
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
3273
3273
|
match?: Record<string, {
|
|
3274
3274
|
equals?: string | number | boolean | undefined;
|
|
3275
3275
|
contains?: string | undefined;
|
|
@@ -3331,7 +3331,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3331
3331
|
count: number;
|
|
3332
3332
|
withinMs?: number | undefined;
|
|
3333
3333
|
counter?: {
|
|
3334
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3334
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
3335
3335
|
match?: Record<string, {
|
|
3336
3336
|
equals?: string | number | boolean | undefined;
|
|
3337
3337
|
contains?: string | undefined;
|
|
@@ -3497,7 +3497,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3497
3497
|
count: number;
|
|
3498
3498
|
withinMs?: number | undefined;
|
|
3499
3499
|
counter?: {
|
|
3500
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3500
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
3501
3501
|
match?: Record<string, {
|
|
3502
3502
|
equals?: string | number | boolean | undefined;
|
|
3503
3503
|
contains?: string | undefined;
|
|
@@ -3616,7 +3616,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3616
3616
|
count: number;
|
|
3617
3617
|
withinMs?: number | undefined;
|
|
3618
3618
|
counter?: {
|
|
3619
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3619
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
3620
3620
|
match?: Record<string, {
|
|
3621
3621
|
equals?: string | number | boolean | undefined;
|
|
3622
3622
|
contains?: string | undefined;
|
|
@@ -3735,7 +3735,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3735
3735
|
count: number;
|
|
3736
3736
|
withinMs?: number | undefined;
|
|
3737
3737
|
counter?: {
|
|
3738
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3738
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
3739
3739
|
match?: Record<string, {
|
|
3740
3740
|
equals?: string | number | boolean | undefined;
|
|
3741
3741
|
contains?: string | undefined;
|
|
@@ -3854,7 +3854,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3854
3854
|
count: number;
|
|
3855
3855
|
withinMs?: number | undefined;
|
|
3856
3856
|
counter?: {
|
|
3857
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3857
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
3858
3858
|
match?: Record<string, {
|
|
3859
3859
|
equals?: string | number | boolean | undefined;
|
|
3860
3860
|
contains?: string | undefined;
|
|
@@ -3977,7 +3977,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3977
3977
|
count: number;
|
|
3978
3978
|
withinMs?: number | undefined;
|
|
3979
3979
|
counter?: {
|
|
3980
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3980
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
3981
3981
|
match?: Record<string, {
|
|
3982
3982
|
equals?: string | number | boolean | undefined;
|
|
3983
3983
|
contains?: string | undefined;
|
|
@@ -4066,7 +4066,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4066
4066
|
count: number;
|
|
4067
4067
|
withinMs?: number | undefined;
|
|
4068
4068
|
counter?: {
|
|
4069
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4069
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
4070
4070
|
match?: Record<string, {
|
|
4071
4071
|
equals?: string | number | boolean | undefined;
|
|
4072
4072
|
contains?: string | undefined;
|
|
@@ -4181,7 +4181,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4181
4181
|
count: number;
|
|
4182
4182
|
withinMs?: number | undefined;
|
|
4183
4183
|
counter?: {
|
|
4184
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4184
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
4185
4185
|
match?: Record<string, {
|
|
4186
4186
|
equals?: string | number | boolean | undefined;
|
|
4187
4187
|
contains?: string | undefined;
|
|
@@ -4270,7 +4270,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4270
4270
|
count: number;
|
|
4271
4271
|
withinMs?: number | undefined;
|
|
4272
4272
|
counter?: {
|
|
4273
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4273
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
4274
4274
|
match?: Record<string, {
|
|
4275
4275
|
equals?: string | number | boolean | undefined;
|
|
4276
4276
|
contains?: string | undefined;
|
|
@@ -4389,7 +4389,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4389
4389
|
count: number;
|
|
4390
4390
|
withinMs?: number | undefined;
|
|
4391
4391
|
counter?: {
|
|
4392
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4392
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
4393
4393
|
match?: Record<string, {
|
|
4394
4394
|
equals?: string | number | boolean | undefined;
|
|
4395
4395
|
contains?: string | undefined;
|
|
@@ -4519,7 +4519,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4519
4519
|
count: number;
|
|
4520
4520
|
withinMs?: number | undefined;
|
|
4521
4521
|
counter?: {
|
|
4522
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4522
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
4523
4523
|
match?: Record<string, {
|
|
4524
4524
|
equals?: string | number | boolean | undefined;
|
|
4525
4525
|
contains?: string | undefined;
|
|
@@ -4608,7 +4608,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4608
4608
|
count: number;
|
|
4609
4609
|
withinMs?: number | undefined;
|
|
4610
4610
|
counter?: {
|
|
4611
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4611
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
4612
4612
|
match?: Record<string, {
|
|
4613
4613
|
equals?: string | number | boolean | undefined;
|
|
4614
4614
|
contains?: string | undefined;
|
|
@@ -4728,7 +4728,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4728
4728
|
count: number;
|
|
4729
4729
|
withinMs?: number | undefined;
|
|
4730
4730
|
counter?: {
|
|
4731
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4731
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
4732
4732
|
match?: Record<string, {
|
|
4733
4733
|
equals?: string | number | boolean | undefined;
|
|
4734
4734
|
contains?: string | undefined;
|
|
@@ -4857,7 +4857,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4857
4857
|
count: number;
|
|
4858
4858
|
withinMs?: number | undefined;
|
|
4859
4859
|
counter?: {
|
|
4860
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4860
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
4861
4861
|
match?: Record<string, {
|
|
4862
4862
|
equals?: string | number | boolean | undefined;
|
|
4863
4863
|
contains?: string | undefined;
|
|
@@ -4946,7 +4946,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4946
4946
|
count: number;
|
|
4947
4947
|
withinMs?: number | undefined;
|
|
4948
4948
|
counter?: {
|
|
4949
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4949
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
4950
4950
|
match?: Record<string, {
|
|
4951
4951
|
equals?: string | number | boolean | undefined;
|
|
4952
4952
|
contains?: string | undefined;
|
|
@@ -5372,7 +5372,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5372
5372
|
count: z.ZodNumber;
|
|
5373
5373
|
withinMs: z.ZodOptional<z.ZodNumber>;
|
|
5374
5374
|
counter: z.ZodOptional<z.ZodObject<{
|
|
5375
|
-
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "
|
|
5375
|
+
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "ui.hesitate", "ui.rage_click", "nav.page_view", "nav.page_leave"]>, "many">;
|
|
5376
5376
|
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
5377
5377
|
equals: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
5378
5378
|
contains: z.ZodOptional<z.ZodString>;
|
|
@@ -5384,13 +5384,13 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5384
5384
|
contains?: string | undefined;
|
|
5385
5385
|
}>>>;
|
|
5386
5386
|
}, "strip", z.ZodTypeAny, {
|
|
5387
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
5387
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
5388
5388
|
match?: Record<string, {
|
|
5389
5389
|
equals?: string | number | boolean | undefined;
|
|
5390
5390
|
contains?: string | undefined;
|
|
5391
5391
|
}> | undefined;
|
|
5392
5392
|
}, {
|
|
5393
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
5393
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
5394
5394
|
match?: Record<string, {
|
|
5395
5395
|
equals?: string | number | boolean | undefined;
|
|
5396
5396
|
contains?: string | undefined;
|
|
@@ -5403,7 +5403,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5403
5403
|
count: number;
|
|
5404
5404
|
withinMs?: number | undefined;
|
|
5405
5405
|
counter?: {
|
|
5406
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
5406
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
5407
5407
|
match?: Record<string, {
|
|
5408
5408
|
equals?: string | number | boolean | undefined;
|
|
5409
5409
|
contains?: string | undefined;
|
|
@@ -5416,7 +5416,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5416
5416
|
count: number;
|
|
5417
5417
|
withinMs?: number | undefined;
|
|
5418
5418
|
counter?: {
|
|
5419
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
5419
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
5420
5420
|
match?: Record<string, {
|
|
5421
5421
|
equals?: string | number | boolean | undefined;
|
|
5422
5422
|
contains?: string | undefined;
|
|
@@ -5474,7 +5474,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5474
5474
|
count: number;
|
|
5475
5475
|
withinMs?: number | undefined;
|
|
5476
5476
|
counter?: {
|
|
5477
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
5477
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
5478
5478
|
match?: Record<string, {
|
|
5479
5479
|
equals?: string | number | boolean | undefined;
|
|
5480
5480
|
contains?: string | undefined;
|
|
@@ -5532,7 +5532,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5532
5532
|
count: number;
|
|
5533
5533
|
withinMs?: number | undefined;
|
|
5534
5534
|
counter?: {
|
|
5535
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
5535
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
5536
5536
|
match?: Record<string, {
|
|
5537
5537
|
equals?: string | number | boolean | undefined;
|
|
5538
5538
|
contains?: string | undefined;
|
|
@@ -5594,7 +5594,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5594
5594
|
count: number;
|
|
5595
5595
|
withinMs?: number | undefined;
|
|
5596
5596
|
counter?: {
|
|
5597
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
5597
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
5598
5598
|
match?: Record<string, {
|
|
5599
5599
|
equals?: string | number | boolean | undefined;
|
|
5600
5600
|
contains?: string | undefined;
|
|
@@ -5656,7 +5656,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5656
5656
|
count: number;
|
|
5657
5657
|
withinMs?: number | undefined;
|
|
5658
5658
|
counter?: {
|
|
5659
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
5659
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
5660
5660
|
match?: Record<string, {
|
|
5661
5661
|
equals?: string | number | boolean | undefined;
|
|
5662
5662
|
contains?: string | undefined;
|
|
@@ -5822,7 +5822,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5822
5822
|
count: number;
|
|
5823
5823
|
withinMs?: number | undefined;
|
|
5824
5824
|
counter?: {
|
|
5825
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
5825
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
5826
5826
|
match?: Record<string, {
|
|
5827
5827
|
equals?: string | number | boolean | undefined;
|
|
5828
5828
|
contains?: string | undefined;
|
|
@@ -5941,7 +5941,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5941
5941
|
count: number;
|
|
5942
5942
|
withinMs?: number | undefined;
|
|
5943
5943
|
counter?: {
|
|
5944
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
5944
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
5945
5945
|
match?: Record<string, {
|
|
5946
5946
|
equals?: string | number | boolean | undefined;
|
|
5947
5947
|
contains?: string | undefined;
|
|
@@ -6060,7 +6060,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6060
6060
|
count: number;
|
|
6061
6061
|
withinMs?: number | undefined;
|
|
6062
6062
|
counter?: {
|
|
6063
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
6063
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
6064
6064
|
match?: Record<string, {
|
|
6065
6065
|
equals?: string | number | boolean | undefined;
|
|
6066
6066
|
contains?: string | undefined;
|
|
@@ -6179,7 +6179,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6179
6179
|
count: number;
|
|
6180
6180
|
withinMs?: number | undefined;
|
|
6181
6181
|
counter?: {
|
|
6182
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
6182
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
6183
6183
|
match?: Record<string, {
|
|
6184
6184
|
equals?: string | number | boolean | undefined;
|
|
6185
6185
|
contains?: string | undefined;
|
|
@@ -6321,7 +6321,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6321
6321
|
count: number;
|
|
6322
6322
|
withinMs?: number | undefined;
|
|
6323
6323
|
counter?: {
|
|
6324
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
6324
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
6325
6325
|
match?: Record<string, {
|
|
6326
6326
|
equals?: string | number | boolean | undefined;
|
|
6327
6327
|
contains?: string | undefined;
|
|
@@ -6455,7 +6455,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6455
6455
|
count: number;
|
|
6456
6456
|
withinMs?: number | undefined;
|
|
6457
6457
|
counter?: {
|
|
6458
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
6458
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
6459
6459
|
match?: Record<string, {
|
|
6460
6460
|
equals?: string | number | boolean | undefined;
|
|
6461
6461
|
contains?: string | undefined;
|
|
@@ -6589,7 +6589,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6589
6589
|
count: number;
|
|
6590
6590
|
withinMs?: number | undefined;
|
|
6591
6591
|
counter?: {
|
|
6592
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
6592
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
6593
6593
|
match?: Record<string, {
|
|
6594
6594
|
equals?: string | number | boolean | undefined;
|
|
6595
6595
|
contains?: string | undefined;
|
|
@@ -6723,7 +6723,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6723
6723
|
count: number;
|
|
6724
6724
|
withinMs?: number | undefined;
|
|
6725
6725
|
counter?: {
|
|
6726
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
6726
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
6727
6727
|
match?: Record<string, {
|
|
6728
6728
|
equals?: string | number | boolean | undefined;
|
|
6729
6729
|
contains?: string | undefined;
|
|
@@ -6856,7 +6856,7 @@ export declare function validateFAQQuestion(data: unknown): z.SafeParseReturnTyp
|
|
|
6856
6856
|
count: number;
|
|
6857
6857
|
withinMs?: number | undefined;
|
|
6858
6858
|
counter?: {
|
|
6859
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
6859
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
6860
6860
|
match?: Record<string, {
|
|
6861
6861
|
equals?: string | number | boolean | undefined;
|
|
6862
6862
|
contains?: string | undefined;
|
|
@@ -6975,7 +6975,7 @@ export declare function validateFAQQuestion(data: unknown): z.SafeParseReturnTyp
|
|
|
6975
6975
|
count: number;
|
|
6976
6976
|
withinMs?: number | undefined;
|
|
6977
6977
|
counter?: {
|
|
6978
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
6978
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
6979
6979
|
match?: Record<string, {
|
|
6980
6980
|
equals?: string | number | boolean | undefined;
|
|
6981
6981
|
contains?: string | undefined;
|
|
@@ -7103,7 +7103,7 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7103
7103
|
count: number;
|
|
7104
7104
|
withinMs?: number | undefined;
|
|
7105
7105
|
counter?: {
|
|
7106
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
7106
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
7107
7107
|
match?: Record<string, {
|
|
7108
7108
|
equals?: string | number | boolean | undefined;
|
|
7109
7109
|
contains?: string | undefined;
|
|
@@ -7232,7 +7232,7 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7232
7232
|
count: number;
|
|
7233
7233
|
withinMs?: number | undefined;
|
|
7234
7234
|
counter?: {
|
|
7235
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
7235
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
7236
7236
|
match?: Record<string, {
|
|
7237
7237
|
equals?: string | number | boolean | undefined;
|
|
7238
7238
|
contains?: string | undefined;
|
|
@@ -7321,7 +7321,7 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7321
7321
|
count: number;
|
|
7322
7322
|
withinMs?: number | undefined;
|
|
7323
7323
|
counter?: {
|
|
7324
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
7324
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
7325
7325
|
match?: Record<string, {
|
|
7326
7326
|
equals?: string | number | boolean | undefined;
|
|
7327
7327
|
contains?: string | undefined;
|
|
@@ -7440,7 +7440,7 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7440
7440
|
count: number;
|
|
7441
7441
|
withinMs?: number | undefined;
|
|
7442
7442
|
counter?: {
|
|
7443
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
7443
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
7444
7444
|
match?: Record<string, {
|
|
7445
7445
|
equals?: string | number | boolean | undefined;
|
|
7446
7446
|
contains?: string | undefined;
|
|
@@ -7570,7 +7570,7 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7570
7570
|
count: number;
|
|
7571
7571
|
withinMs?: number | undefined;
|
|
7572
7572
|
counter?: {
|
|
7573
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
7573
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
7574
7574
|
match?: Record<string, {
|
|
7575
7575
|
equals?: string | number | boolean | undefined;
|
|
7576
7576
|
contains?: string | undefined;
|
|
@@ -7659,7 +7659,7 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7659
7659
|
count: number;
|
|
7660
7660
|
withinMs?: number | undefined;
|
|
7661
7661
|
counter?: {
|
|
7662
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
7662
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
7663
7663
|
match?: Record<string, {
|
|
7664
7664
|
equals?: string | number | boolean | undefined;
|
|
7665
7665
|
contains?: string | undefined;
|
|
@@ -7978,7 +7978,7 @@ export declare const actionStepSchemas: ({
|
|
|
7978
7978
|
count: z.ZodNumber;
|
|
7979
7979
|
withinMs: z.ZodOptional<z.ZodNumber>;
|
|
7980
7980
|
counter: z.ZodOptional<z.ZodObject<{
|
|
7981
|
-
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "
|
|
7981
|
+
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "ui.hesitate", "ui.rage_click", "nav.page_view", "nav.page_leave"]>, "many">;
|
|
7982
7982
|
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
7983
7983
|
equals: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
7984
7984
|
contains: z.ZodOptional<z.ZodString>;
|
|
@@ -7990,13 +7990,13 @@ export declare const actionStepSchemas: ({
|
|
|
7990
7990
|
contains?: string | undefined;
|
|
7991
7991
|
}>>>;
|
|
7992
7992
|
}, "strip", z.ZodTypeAny, {
|
|
7993
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
7993
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
7994
7994
|
match?: Record<string, {
|
|
7995
7995
|
equals?: string | number | boolean | undefined;
|
|
7996
7996
|
contains?: string | undefined;
|
|
7997
7997
|
}> | undefined;
|
|
7998
7998
|
}, {
|
|
7999
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
7999
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
8000
8000
|
match?: Record<string, {
|
|
8001
8001
|
equals?: string | number | boolean | undefined;
|
|
8002
8002
|
contains?: string | undefined;
|
|
@@ -8009,7 +8009,7 @@ export declare const actionStepSchemas: ({
|
|
|
8009
8009
|
count: number;
|
|
8010
8010
|
withinMs?: number | undefined;
|
|
8011
8011
|
counter?: {
|
|
8012
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
8012
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
8013
8013
|
match?: Record<string, {
|
|
8014
8014
|
equals?: string | number | boolean | undefined;
|
|
8015
8015
|
contains?: string | undefined;
|
|
@@ -8022,7 +8022,7 @@ export declare const actionStepSchemas: ({
|
|
|
8022
8022
|
count: number;
|
|
8023
8023
|
withinMs?: number | undefined;
|
|
8024
8024
|
counter?: {
|
|
8025
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
8025
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
8026
8026
|
match?: Record<string, {
|
|
8027
8027
|
equals?: string | number | boolean | undefined;
|
|
8028
8028
|
contains?: string | undefined;
|
|
@@ -8080,7 +8080,7 @@ export declare const actionStepSchemas: ({
|
|
|
8080
8080
|
count: number;
|
|
8081
8081
|
withinMs?: number | undefined;
|
|
8082
8082
|
counter?: {
|
|
8083
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
8083
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
8084
8084
|
match?: Record<string, {
|
|
8085
8085
|
equals?: string | number | boolean | undefined;
|
|
8086
8086
|
contains?: string | undefined;
|
|
@@ -8138,7 +8138,7 @@ export declare const actionStepSchemas: ({
|
|
|
8138
8138
|
count: number;
|
|
8139
8139
|
withinMs?: number | undefined;
|
|
8140
8140
|
counter?: {
|
|
8141
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
8141
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
8142
8142
|
match?: Record<string, {
|
|
8143
8143
|
equals?: string | number | boolean | undefined;
|
|
8144
8144
|
contains?: string | undefined;
|
|
@@ -8200,7 +8200,7 @@ export declare const actionStepSchemas: ({
|
|
|
8200
8200
|
count: number;
|
|
8201
8201
|
withinMs?: number | undefined;
|
|
8202
8202
|
counter?: {
|
|
8203
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
8203
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
8204
8204
|
match?: Record<string, {
|
|
8205
8205
|
equals?: string | number | boolean | undefined;
|
|
8206
8206
|
contains?: string | undefined;
|
|
@@ -8262,7 +8262,7 @@ export declare const actionStepSchemas: ({
|
|
|
8262
8262
|
count: number;
|
|
8263
8263
|
withinMs?: number | undefined;
|
|
8264
8264
|
counter?: {
|
|
8265
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
8265
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
8266
8266
|
match?: Record<string, {
|
|
8267
8267
|
equals?: string | number | boolean | undefined;
|
|
8268
8268
|
contains?: string | undefined;
|
|
@@ -8428,7 +8428,7 @@ export declare const actionStepSchemas: ({
|
|
|
8428
8428
|
count: number;
|
|
8429
8429
|
withinMs?: number | undefined;
|
|
8430
8430
|
counter?: {
|
|
8431
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
8431
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
8432
8432
|
match?: Record<string, {
|
|
8433
8433
|
equals?: string | number | boolean | undefined;
|
|
8434
8434
|
contains?: string | undefined;
|
|
@@ -8547,7 +8547,7 @@ export declare const actionStepSchemas: ({
|
|
|
8547
8547
|
count: number;
|
|
8548
8548
|
withinMs?: number | undefined;
|
|
8549
8549
|
counter?: {
|
|
8550
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
8550
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
8551
8551
|
match?: Record<string, {
|
|
8552
8552
|
equals?: string | number | boolean | undefined;
|
|
8553
8553
|
contains?: string | undefined;
|
|
@@ -8928,7 +8928,7 @@ export declare const actionStepSchemas: ({
|
|
|
8928
8928
|
count: z.ZodNumber;
|
|
8929
8929
|
withinMs: z.ZodOptional<z.ZodNumber>;
|
|
8930
8930
|
counter: z.ZodOptional<z.ZodObject<{
|
|
8931
|
-
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "
|
|
8931
|
+
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "ui.hesitate", "ui.rage_click", "nav.page_view", "nav.page_leave"]>, "many">;
|
|
8932
8932
|
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
8933
8933
|
equals: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
8934
8934
|
contains: z.ZodOptional<z.ZodString>;
|
|
@@ -8940,13 +8940,13 @@ export declare const actionStepSchemas: ({
|
|
|
8940
8940
|
contains?: string | undefined;
|
|
8941
8941
|
}>>>;
|
|
8942
8942
|
}, "strip", z.ZodTypeAny, {
|
|
8943
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
8943
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
8944
8944
|
match?: Record<string, {
|
|
8945
8945
|
equals?: string | number | boolean | undefined;
|
|
8946
8946
|
contains?: string | undefined;
|
|
8947
8947
|
}> | undefined;
|
|
8948
8948
|
}, {
|
|
8949
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
8949
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
8950
8950
|
match?: Record<string, {
|
|
8951
8951
|
equals?: string | number | boolean | undefined;
|
|
8952
8952
|
contains?: string | undefined;
|
|
@@ -8959,7 +8959,7 @@ export declare const actionStepSchemas: ({
|
|
|
8959
8959
|
count: number;
|
|
8960
8960
|
withinMs?: number | undefined;
|
|
8961
8961
|
counter?: {
|
|
8962
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
8962
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
8963
8963
|
match?: Record<string, {
|
|
8964
8964
|
equals?: string | number | boolean | undefined;
|
|
8965
8965
|
contains?: string | undefined;
|
|
@@ -8972,7 +8972,7 @@ export declare const actionStepSchemas: ({
|
|
|
8972
8972
|
count: number;
|
|
8973
8973
|
withinMs?: number | undefined;
|
|
8974
8974
|
counter?: {
|
|
8975
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
8975
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
8976
8976
|
match?: Record<string, {
|
|
8977
8977
|
equals?: string | number | boolean | undefined;
|
|
8978
8978
|
contains?: string | undefined;
|
|
@@ -9030,7 +9030,7 @@ export declare const actionStepSchemas: ({
|
|
|
9030
9030
|
count: number;
|
|
9031
9031
|
withinMs?: number | undefined;
|
|
9032
9032
|
counter?: {
|
|
9033
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
9033
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
9034
9034
|
match?: Record<string, {
|
|
9035
9035
|
equals?: string | number | boolean | undefined;
|
|
9036
9036
|
contains?: string | undefined;
|
|
@@ -9088,7 +9088,7 @@ export declare const actionStepSchemas: ({
|
|
|
9088
9088
|
count: number;
|
|
9089
9089
|
withinMs?: number | undefined;
|
|
9090
9090
|
counter?: {
|
|
9091
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
9091
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
9092
9092
|
match?: Record<string, {
|
|
9093
9093
|
equals?: string | number | boolean | undefined;
|
|
9094
9094
|
contains?: string | undefined;
|
|
@@ -9150,7 +9150,7 @@ export declare const actionStepSchemas: ({
|
|
|
9150
9150
|
count: number;
|
|
9151
9151
|
withinMs?: number | undefined;
|
|
9152
9152
|
counter?: {
|
|
9153
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
9153
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
9154
9154
|
match?: Record<string, {
|
|
9155
9155
|
equals?: string | number | boolean | undefined;
|
|
9156
9156
|
contains?: string | undefined;
|
|
@@ -9212,7 +9212,7 @@ export declare const actionStepSchemas: ({
|
|
|
9212
9212
|
count: number;
|
|
9213
9213
|
withinMs?: number | undefined;
|
|
9214
9214
|
counter?: {
|
|
9215
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
9215
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
9216
9216
|
match?: Record<string, {
|
|
9217
9217
|
equals?: string | number | boolean | undefined;
|
|
9218
9218
|
contains?: string | undefined;
|
|
@@ -9378,7 +9378,7 @@ export declare const actionStepSchemas: ({
|
|
|
9378
9378
|
count: number;
|
|
9379
9379
|
withinMs?: number | undefined;
|
|
9380
9380
|
counter?: {
|
|
9381
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
9381
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
9382
9382
|
match?: Record<string, {
|
|
9383
9383
|
equals?: string | number | boolean | undefined;
|
|
9384
9384
|
contains?: string | undefined;
|
|
@@ -9497,7 +9497,7 @@ export declare const actionStepSchemas: ({
|
|
|
9497
9497
|
count: number;
|
|
9498
9498
|
withinMs?: number | undefined;
|
|
9499
9499
|
counter?: {
|
|
9500
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
9500
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
9501
9501
|
match?: Record<string, {
|
|
9502
9502
|
equals?: string | number | boolean | undefined;
|
|
9503
9503
|
contains?: string | undefined;
|
|
@@ -9616,7 +9616,7 @@ export declare const actionStepSchemas: ({
|
|
|
9616
9616
|
count: number;
|
|
9617
9617
|
withinMs?: number | undefined;
|
|
9618
9618
|
counter?: {
|
|
9619
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
9619
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
9620
9620
|
match?: Record<string, {
|
|
9621
9621
|
equals?: string | number | boolean | undefined;
|
|
9622
9622
|
contains?: string | undefined;
|
|
@@ -9735,7 +9735,7 @@ export declare const actionStepSchemas: ({
|
|
|
9735
9735
|
count: number;
|
|
9736
9736
|
withinMs?: number | undefined;
|
|
9737
9737
|
counter?: {
|
|
9738
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
9738
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
9739
9739
|
match?: Record<string, {
|
|
9740
9740
|
equals?: string | number | boolean | undefined;
|
|
9741
9741
|
contains?: string | undefined;
|
|
@@ -9877,7 +9877,7 @@ export declare const actionStepSchemas: ({
|
|
|
9877
9877
|
count: number;
|
|
9878
9878
|
withinMs?: number | undefined;
|
|
9879
9879
|
counter?: {
|
|
9880
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
9880
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
9881
9881
|
match?: Record<string, {
|
|
9882
9882
|
equals?: string | number | boolean | undefined;
|
|
9883
9883
|
contains?: string | undefined;
|
|
@@ -10011,7 +10011,7 @@ export declare const actionStepSchemas: ({
|
|
|
10011
10011
|
count: number;
|
|
10012
10012
|
withinMs?: number | undefined;
|
|
10013
10013
|
counter?: {
|
|
10014
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
10014
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
10015
10015
|
match?: Record<string, {
|
|
10016
10016
|
equals?: string | number | boolean | undefined;
|
|
10017
10017
|
contains?: string | undefined;
|
|
@@ -10353,7 +10353,7 @@ export declare const tileWidgets: {
|
|
|
10353
10353
|
count: z.ZodNumber;
|
|
10354
10354
|
withinMs: z.ZodOptional<z.ZodNumber>;
|
|
10355
10355
|
counter: z.ZodOptional<z.ZodObject<{
|
|
10356
|
-
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "
|
|
10356
|
+
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "ui.hesitate", "ui.rage_click", "nav.page_view", "nav.page_leave"]>, "many">;
|
|
10357
10357
|
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
10358
10358
|
equals: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
10359
10359
|
contains: z.ZodOptional<z.ZodString>;
|
|
@@ -10365,13 +10365,13 @@ export declare const tileWidgets: {
|
|
|
10365
10365
|
contains?: string | undefined;
|
|
10366
10366
|
}>>>;
|
|
10367
10367
|
}, "strip", z.ZodTypeAny, {
|
|
10368
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
10368
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
10369
10369
|
match?: Record<string, {
|
|
10370
10370
|
equals?: string | number | boolean | undefined;
|
|
10371
10371
|
contains?: string | undefined;
|
|
10372
10372
|
}> | undefined;
|
|
10373
10373
|
}, {
|
|
10374
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
10374
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
10375
10375
|
match?: Record<string, {
|
|
10376
10376
|
equals?: string | number | boolean | undefined;
|
|
10377
10377
|
contains?: string | undefined;
|
|
@@ -10384,7 +10384,7 @@ export declare const tileWidgets: {
|
|
|
10384
10384
|
count: number;
|
|
10385
10385
|
withinMs?: number | undefined;
|
|
10386
10386
|
counter?: {
|
|
10387
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
10387
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
10388
10388
|
match?: Record<string, {
|
|
10389
10389
|
equals?: string | number | boolean | undefined;
|
|
10390
10390
|
contains?: string | undefined;
|
|
@@ -10397,7 +10397,7 @@ export declare const tileWidgets: {
|
|
|
10397
10397
|
count: number;
|
|
10398
10398
|
withinMs?: number | undefined;
|
|
10399
10399
|
counter?: {
|
|
10400
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
10400
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
10401
10401
|
match?: Record<string, {
|
|
10402
10402
|
equals?: string | number | boolean | undefined;
|
|
10403
10403
|
contains?: string | undefined;
|
|
@@ -10455,7 +10455,7 @@ export declare const tileWidgets: {
|
|
|
10455
10455
|
count: number;
|
|
10456
10456
|
withinMs?: number | undefined;
|
|
10457
10457
|
counter?: {
|
|
10458
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
10458
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
10459
10459
|
match?: Record<string, {
|
|
10460
10460
|
equals?: string | number | boolean | undefined;
|
|
10461
10461
|
contains?: string | undefined;
|
|
@@ -10513,7 +10513,7 @@ export declare const tileWidgets: {
|
|
|
10513
10513
|
count: number;
|
|
10514
10514
|
withinMs?: number | undefined;
|
|
10515
10515
|
counter?: {
|
|
10516
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
10516
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
10517
10517
|
match?: Record<string, {
|
|
10518
10518
|
equals?: string | number | boolean | undefined;
|
|
10519
10519
|
contains?: string | undefined;
|
|
@@ -10575,7 +10575,7 @@ export declare const tileWidgets: {
|
|
|
10575
10575
|
count: number;
|
|
10576
10576
|
withinMs?: number | undefined;
|
|
10577
10577
|
counter?: {
|
|
10578
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
10578
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
10579
10579
|
match?: Record<string, {
|
|
10580
10580
|
equals?: string | number | boolean | undefined;
|
|
10581
10581
|
contains?: string | undefined;
|
|
@@ -10637,7 +10637,7 @@ export declare const tileWidgets: {
|
|
|
10637
10637
|
count: number;
|
|
10638
10638
|
withinMs?: number | undefined;
|
|
10639
10639
|
counter?: {
|
|
10640
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
10640
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
10641
10641
|
match?: Record<string, {
|
|
10642
10642
|
equals?: string | number | boolean | undefined;
|
|
10643
10643
|
contains?: string | undefined;
|
|
@@ -10803,7 +10803,7 @@ export declare const tileWidgets: {
|
|
|
10803
10803
|
count: number;
|
|
10804
10804
|
withinMs?: number | undefined;
|
|
10805
10805
|
counter?: {
|
|
10806
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
10806
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
10807
10807
|
match?: Record<string, {
|
|
10808
10808
|
equals?: string | number | boolean | undefined;
|
|
10809
10809
|
contains?: string | undefined;
|
|
@@ -10922,7 +10922,7 @@ export declare const tileWidgets: {
|
|
|
10922
10922
|
count: number;
|
|
10923
10923
|
withinMs?: number | undefined;
|
|
10924
10924
|
counter?: {
|
|
10925
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
10925
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
10926
10926
|
match?: Record<string, {
|
|
10927
10927
|
equals?: string | number | boolean | undefined;
|
|
10928
10928
|
contains?: string | undefined;
|
|
@@ -11041,7 +11041,7 @@ export declare const tileWidgets: {
|
|
|
11041
11041
|
count: number;
|
|
11042
11042
|
withinMs?: number | undefined;
|
|
11043
11043
|
counter?: {
|
|
11044
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
11044
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
11045
11045
|
match?: Record<string, {
|
|
11046
11046
|
equals?: string | number | boolean | undefined;
|
|
11047
11047
|
contains?: string | undefined;
|
|
@@ -11160,7 +11160,7 @@ export declare const tileWidgets: {
|
|
|
11160
11160
|
count: number;
|
|
11161
11161
|
withinMs?: number | undefined;
|
|
11162
11162
|
counter?: {
|
|
11163
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
11163
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
11164
11164
|
match?: Record<string, {
|
|
11165
11165
|
equals?: string | number | boolean | undefined;
|
|
11166
11166
|
contains?: string | undefined;
|
|
@@ -11357,7 +11357,7 @@ export declare const tileWidgets: {
|
|
|
11357
11357
|
count: z.ZodNumber;
|
|
11358
11358
|
withinMs: z.ZodOptional<z.ZodNumber>;
|
|
11359
11359
|
counter: z.ZodOptional<z.ZodObject<{
|
|
11360
|
-
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "
|
|
11360
|
+
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "ui.hesitate", "ui.rage_click", "nav.page_view", "nav.page_leave"]>, "many">;
|
|
11361
11361
|
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
11362
11362
|
equals: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
11363
11363
|
contains: z.ZodOptional<z.ZodString>;
|
|
@@ -11369,13 +11369,13 @@ export declare const tileWidgets: {
|
|
|
11369
11369
|
contains?: string | undefined;
|
|
11370
11370
|
}>>>;
|
|
11371
11371
|
}, "strip", z.ZodTypeAny, {
|
|
11372
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
11372
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
11373
11373
|
match?: Record<string, {
|
|
11374
11374
|
equals?: string | number | boolean | undefined;
|
|
11375
11375
|
contains?: string | undefined;
|
|
11376
11376
|
}> | undefined;
|
|
11377
11377
|
}, {
|
|
11378
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
11378
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
11379
11379
|
match?: Record<string, {
|
|
11380
11380
|
equals?: string | number | boolean | undefined;
|
|
11381
11381
|
contains?: string | undefined;
|
|
@@ -11388,7 +11388,7 @@ export declare const tileWidgets: {
|
|
|
11388
11388
|
count: number;
|
|
11389
11389
|
withinMs?: number | undefined;
|
|
11390
11390
|
counter?: {
|
|
11391
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
11391
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
11392
11392
|
match?: Record<string, {
|
|
11393
11393
|
equals?: string | number | boolean | undefined;
|
|
11394
11394
|
contains?: string | undefined;
|
|
@@ -11401,7 +11401,7 @@ export declare const tileWidgets: {
|
|
|
11401
11401
|
count: number;
|
|
11402
11402
|
withinMs?: number | undefined;
|
|
11403
11403
|
counter?: {
|
|
11404
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
11404
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
11405
11405
|
match?: Record<string, {
|
|
11406
11406
|
equals?: string | number | boolean | undefined;
|
|
11407
11407
|
contains?: string | undefined;
|
|
@@ -11459,7 +11459,7 @@ export declare const tileWidgets: {
|
|
|
11459
11459
|
count: number;
|
|
11460
11460
|
withinMs?: number | undefined;
|
|
11461
11461
|
counter?: {
|
|
11462
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
11462
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
11463
11463
|
match?: Record<string, {
|
|
11464
11464
|
equals?: string | number | boolean | undefined;
|
|
11465
11465
|
contains?: string | undefined;
|
|
@@ -11517,7 +11517,7 @@ export declare const tileWidgets: {
|
|
|
11517
11517
|
count: number;
|
|
11518
11518
|
withinMs?: number | undefined;
|
|
11519
11519
|
counter?: {
|
|
11520
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
11520
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
11521
11521
|
match?: Record<string, {
|
|
11522
11522
|
equals?: string | number | boolean | undefined;
|
|
11523
11523
|
contains?: string | undefined;
|
|
@@ -11579,7 +11579,7 @@ export declare const tileWidgets: {
|
|
|
11579
11579
|
count: number;
|
|
11580
11580
|
withinMs?: number | undefined;
|
|
11581
11581
|
counter?: {
|
|
11582
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
11582
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
11583
11583
|
match?: Record<string, {
|
|
11584
11584
|
equals?: string | number | boolean | undefined;
|
|
11585
11585
|
contains?: string | undefined;
|
|
@@ -11641,7 +11641,7 @@ export declare const tileWidgets: {
|
|
|
11641
11641
|
count: number;
|
|
11642
11642
|
withinMs?: number | undefined;
|
|
11643
11643
|
counter?: {
|
|
11644
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
11644
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
11645
11645
|
match?: Record<string, {
|
|
11646
11646
|
equals?: string | number | boolean | undefined;
|
|
11647
11647
|
contains?: string | undefined;
|
|
@@ -11982,7 +11982,7 @@ export declare const tileWidgets: {
|
|
|
11982
11982
|
count: z.ZodNumber;
|
|
11983
11983
|
withinMs: z.ZodOptional<z.ZodNumber>;
|
|
11984
11984
|
counter: z.ZodOptional<z.ZodObject<{
|
|
11985
|
-
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "
|
|
11985
|
+
events: z.ZodArray<z.ZodEnum<["ui.click", "ui.scroll", "ui.input", "ui.change", "ui.submit", "ui.hover", "ui.idle", "ui.scroll_thrash", "ui.focus_bounce", "ui.hesitate", "ui.rage_click", "nav.page_view", "nav.page_leave"]>, "many">;
|
|
11986
11986
|
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
11987
11987
|
equals: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
11988
11988
|
contains: z.ZodOptional<z.ZodString>;
|
|
@@ -11994,13 +11994,13 @@ export declare const tileWidgets: {
|
|
|
11994
11994
|
contains?: string | undefined;
|
|
11995
11995
|
}>>>;
|
|
11996
11996
|
}, "strip", z.ZodTypeAny, {
|
|
11997
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
11997
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
11998
11998
|
match?: Record<string, {
|
|
11999
11999
|
equals?: string | number | boolean | undefined;
|
|
12000
12000
|
contains?: string | undefined;
|
|
12001
12001
|
}> | undefined;
|
|
12002
12002
|
}, {
|
|
12003
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
12003
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
12004
12004
|
match?: Record<string, {
|
|
12005
12005
|
equals?: string | number | boolean | undefined;
|
|
12006
12006
|
contains?: string | undefined;
|
|
@@ -12013,7 +12013,7 @@ export declare const tileWidgets: {
|
|
|
12013
12013
|
count: number;
|
|
12014
12014
|
withinMs?: number | undefined;
|
|
12015
12015
|
counter?: {
|
|
12016
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
12016
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
12017
12017
|
match?: Record<string, {
|
|
12018
12018
|
equals?: string | number | boolean | undefined;
|
|
12019
12019
|
contains?: string | undefined;
|
|
@@ -12026,7 +12026,7 @@ export declare const tileWidgets: {
|
|
|
12026
12026
|
count: number;
|
|
12027
12027
|
withinMs?: number | undefined;
|
|
12028
12028
|
counter?: {
|
|
12029
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
12029
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
12030
12030
|
match?: Record<string, {
|
|
12031
12031
|
equals?: string | number | boolean | undefined;
|
|
12032
12032
|
contains?: string | undefined;
|
|
@@ -12084,7 +12084,7 @@ export declare const tileWidgets: {
|
|
|
12084
12084
|
count: number;
|
|
12085
12085
|
withinMs?: number | undefined;
|
|
12086
12086
|
counter?: {
|
|
12087
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
12087
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
12088
12088
|
match?: Record<string, {
|
|
12089
12089
|
equals?: string | number | boolean | undefined;
|
|
12090
12090
|
contains?: string | undefined;
|
|
@@ -12142,7 +12142,7 @@ export declare const tileWidgets: {
|
|
|
12142
12142
|
count: number;
|
|
12143
12143
|
withinMs?: number | undefined;
|
|
12144
12144
|
counter?: {
|
|
12145
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
12145
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
12146
12146
|
match?: Record<string, {
|
|
12147
12147
|
equals?: string | number | boolean | undefined;
|
|
12148
12148
|
contains?: string | undefined;
|
|
@@ -12204,7 +12204,7 @@ export declare const tileWidgets: {
|
|
|
12204
12204
|
count: number;
|
|
12205
12205
|
withinMs?: number | undefined;
|
|
12206
12206
|
counter?: {
|
|
12207
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
12207
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
12208
12208
|
match?: Record<string, {
|
|
12209
12209
|
equals?: string | number | boolean | undefined;
|
|
12210
12210
|
contains?: string | undefined;
|
|
@@ -12266,7 +12266,7 @@ export declare const tileWidgets: {
|
|
|
12266
12266
|
count: number;
|
|
12267
12267
|
withinMs?: number | undefined;
|
|
12268
12268
|
counter?: {
|
|
12269
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
12269
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
12270
12270
|
match?: Record<string, {
|
|
12271
12271
|
equals?: string | number | boolean | undefined;
|
|
12272
12272
|
contains?: string | undefined;
|
|
@@ -12432,7 +12432,7 @@ export declare const tileWidgets: {
|
|
|
12432
12432
|
count: number;
|
|
12433
12433
|
withinMs?: number | undefined;
|
|
12434
12434
|
counter?: {
|
|
12435
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
12435
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
12436
12436
|
match?: Record<string, {
|
|
12437
12437
|
equals?: string | number | boolean | undefined;
|
|
12438
12438
|
contains?: string | undefined;
|
|
@@ -12551,7 +12551,7 @@ export declare const tileWidgets: {
|
|
|
12551
12551
|
count: number;
|
|
12552
12552
|
withinMs?: number | undefined;
|
|
12553
12553
|
counter?: {
|
|
12554
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
12554
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
12555
12555
|
match?: Record<string, {
|
|
12556
12556
|
equals?: string | number | boolean | undefined;
|
|
12557
12557
|
contains?: string | undefined;
|
|
@@ -12670,7 +12670,7 @@ export declare const tileWidgets: {
|
|
|
12670
12670
|
count: number;
|
|
12671
12671
|
withinMs?: number | undefined;
|
|
12672
12672
|
counter?: {
|
|
12673
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
12673
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
12674
12674
|
match?: Record<string, {
|
|
12675
12675
|
equals?: string | number | boolean | undefined;
|
|
12676
12676
|
contains?: string | undefined;
|
|
@@ -12789,7 +12789,7 @@ export declare const tileWidgets: {
|
|
|
12789
12789
|
count: number;
|
|
12790
12790
|
withinMs?: number | undefined;
|
|
12791
12791
|
counter?: {
|
|
12792
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
12792
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
12793
12793
|
match?: Record<string, {
|
|
12794
12794
|
equals?: string | number | boolean | undefined;
|
|
12795
12795
|
contains?: string | undefined;
|
|
@@ -12912,7 +12912,7 @@ export declare const tileWidgets: {
|
|
|
12912
12912
|
count: number;
|
|
12913
12913
|
withinMs?: number | undefined;
|
|
12914
12914
|
counter?: {
|
|
12915
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
12915
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
12916
12916
|
match?: Record<string, {
|
|
12917
12917
|
equals?: string | number | boolean | undefined;
|
|
12918
12918
|
contains?: string | undefined;
|
|
@@ -13001,7 +13001,7 @@ export declare const tileWidgets: {
|
|
|
13001
13001
|
count: number;
|
|
13002
13002
|
withinMs?: number | undefined;
|
|
13003
13003
|
counter?: {
|
|
13004
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
13004
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
13005
13005
|
match?: Record<string, {
|
|
13006
13006
|
equals?: string | number | boolean | undefined;
|
|
13007
13007
|
contains?: string | undefined;
|
|
@@ -13116,7 +13116,7 @@ export declare const tileWidgets: {
|
|
|
13116
13116
|
count: number;
|
|
13117
13117
|
withinMs?: number | undefined;
|
|
13118
13118
|
counter?: {
|
|
13119
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
13119
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
13120
13120
|
match?: Record<string, {
|
|
13121
13121
|
equals?: string | number | boolean | undefined;
|
|
13122
13122
|
contains?: string | undefined;
|
|
@@ -13205,7 +13205,7 @@ export declare const tileWidgets: {
|
|
|
13205
13205
|
count: number;
|
|
13206
13206
|
withinMs?: number | undefined;
|
|
13207
13207
|
counter?: {
|
|
13208
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
13208
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
13209
13209
|
match?: Record<string, {
|
|
13210
13210
|
equals?: string | number | boolean | undefined;
|
|
13211
13211
|
contains?: string | undefined;
|
|
@@ -13324,7 +13324,7 @@ export declare const tileWidgets: {
|
|
|
13324
13324
|
count: number;
|
|
13325
13325
|
withinMs?: number | undefined;
|
|
13326
13326
|
counter?: {
|
|
13327
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
13327
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
13328
13328
|
match?: Record<string, {
|
|
13329
13329
|
equals?: string | number | boolean | undefined;
|
|
13330
13330
|
contains?: string | undefined;
|
|
@@ -13454,7 +13454,7 @@ export declare const tileWidgets: {
|
|
|
13454
13454
|
count: number;
|
|
13455
13455
|
withinMs?: number | undefined;
|
|
13456
13456
|
counter?: {
|
|
13457
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
13457
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
13458
13458
|
match?: Record<string, {
|
|
13459
13459
|
equals?: string | number | boolean | undefined;
|
|
13460
13460
|
contains?: string | undefined;
|
|
@@ -13543,7 +13543,7 @@ export declare const tileWidgets: {
|
|
|
13543
13543
|
count: number;
|
|
13544
13544
|
withinMs?: number | undefined;
|
|
13545
13545
|
counter?: {
|
|
13546
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
13546
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
13547
13547
|
match?: Record<string, {
|
|
13548
13548
|
equals?: string | number | boolean | undefined;
|
|
13549
13549
|
contains?: string | undefined;
|
|
@@ -13663,7 +13663,7 @@ export declare const tileWidgets: {
|
|
|
13663
13663
|
count: number;
|
|
13664
13664
|
withinMs?: number | undefined;
|
|
13665
13665
|
counter?: {
|
|
13666
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
13666
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
13667
13667
|
match?: Record<string, {
|
|
13668
13668
|
equals?: string | number | boolean | undefined;
|
|
13669
13669
|
contains?: string | undefined;
|
|
@@ -13792,7 +13792,7 @@ export declare const tileWidgets: {
|
|
|
13792
13792
|
count: number;
|
|
13793
13793
|
withinMs?: number | undefined;
|
|
13794
13794
|
counter?: {
|
|
13795
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
13795
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
13796
13796
|
match?: Record<string, {
|
|
13797
13797
|
equals?: string | number | boolean | undefined;
|
|
13798
13798
|
contains?: string | undefined;
|
|
@@ -13881,7 +13881,7 @@ export declare const tileWidgets: {
|
|
|
13881
13881
|
count: number;
|
|
13882
13882
|
withinMs?: number | undefined;
|
|
13883
13883
|
counter?: {
|
|
13884
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
13884
|
+
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "ui.hesitate" | "ui.rage_click" | "nav.page_view" | "nav.page_leave")[];
|
|
13885
13885
|
match?: Record<string, {
|
|
13886
13886
|
equals?: string | number | boolean | undefined;
|
|
13887
13887
|
contains?: string | undefined;
|
|
@@ -13917,6 +13917,7 @@ export declare const tileWidgets: {
|
|
|
13917
13917
|
}[];
|
|
13918
13918
|
export declare const CAPABILITIES_DOCUMENTATION: {
|
|
13919
13919
|
packageId: string;
|
|
13920
|
+
plannerSummary: string;
|
|
13920
13921
|
description: string;
|
|
13921
13922
|
whenToUse: {
|
|
13922
13923
|
goal: string;
|