@syntrologie/adapt-faq 2.27.0 → 2.29.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/FAQWidgetLit.d.ts +147 -7
- package/dist/FAQWidgetLit.d.ts.map +1 -1
- package/dist/cdn.d.ts +56 -0
- package/dist/cdn.d.ts.map +1 -0
- package/dist/cdn.js +35 -0
- package/dist/cdn.js.map +7 -0
- package/dist/{chunk-5WRI5ZAA.js → chunk-7DTOSQNC.js} +14 -2
- package/dist/chunk-AJELMQH5.js +1671 -0
- package/dist/chunk-AJELMQH5.js.map +7 -0
- package/dist/{chunk-RYRNJ2UU.js → chunk-YNDAVOD7.js} +55 -7
- package/dist/chunk-YNDAVOD7.js.map +7 -0
- package/dist/editor.js +620 -1457
- package/dist/editor.js.map +3 -3
- package/dist/faq-styles.d.ts +66 -1
- package/dist/faq-styles.d.ts.map +1 -1
- package/dist/renderHealth.d.ts +81 -0
- package/dist/renderHealth.d.ts.map +1 -0
- package/dist/runtime.js +7 -834
- package/dist/runtime.js.map +4 -4
- package/dist/schema.d.ts +346 -227
- package/dist/schema.d.ts.map +1 -1
- package/dist/schema.js +14 -7
- package/dist/schema.js.map +2 -2
- package/dist/types.d.ts +17 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +8 -1
- package/dist/chunk-RYRNJ2UU.js.map +0 -7
- /package/dist/{chunk-5WRI5ZAA.js.map → chunk-7DTOSQNC.js.map} +0 -0
package/dist/schema.d.ts
CHANGED
|
@@ -284,8 +284,8 @@ 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", "
|
|
288
|
-
match: z.ZodOptional<z.ZodRecord<z.ZodString, 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", "ui.hesitate", "ui.rage_click", "nav.page_view", "nav.page_leave"]>, "many">;
|
|
288
|
+
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
|
|
289
289
|
equals: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
290
290
|
contains: z.ZodOptional<z.ZodString>;
|
|
291
291
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -294,15 +294,21 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
294
294
|
}, {
|
|
295
295
|
equals?: string | number | boolean | undefined;
|
|
296
296
|
contains?: string | undefined;
|
|
297
|
+
}>, {
|
|
298
|
+
equals?: string | number | boolean | undefined;
|
|
299
|
+
contains?: string | undefined;
|
|
300
|
+
}, {
|
|
301
|
+
equals?: string | number | boolean | undefined;
|
|
302
|
+
contains?: string | undefined;
|
|
297
303
|
}>>>;
|
|
298
304
|
}, "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" | "
|
|
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")[];
|
|
300
306
|
match?: Record<string, {
|
|
301
307
|
equals?: string | number | boolean | undefined;
|
|
302
308
|
contains?: string | undefined;
|
|
303
309
|
}> | undefined;
|
|
304
310
|
}, {
|
|
305
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
311
|
+
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
312
|
match?: Record<string, {
|
|
307
313
|
equals?: string | number | boolean | undefined;
|
|
308
314
|
contains?: string | undefined;
|
|
@@ -315,7 +321,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
315
321
|
count: number;
|
|
316
322
|
withinMs?: number | undefined;
|
|
317
323
|
counter?: {
|
|
318
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
324
|
+
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
325
|
match?: Record<string, {
|
|
320
326
|
equals?: string | number | boolean | undefined;
|
|
321
327
|
contains?: string | undefined;
|
|
@@ -328,7 +334,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
328
334
|
count: number;
|
|
329
335
|
withinMs?: number | undefined;
|
|
330
336
|
counter?: {
|
|
331
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
337
|
+
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
338
|
match?: Record<string, {
|
|
333
339
|
equals?: string | number | boolean | undefined;
|
|
334
340
|
contains?: string | undefined;
|
|
@@ -386,7 +392,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
386
392
|
count: number;
|
|
387
393
|
withinMs?: number | undefined;
|
|
388
394
|
counter?: {
|
|
389
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
395
|
+
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
396
|
match?: Record<string, {
|
|
391
397
|
equals?: string | number | boolean | undefined;
|
|
392
398
|
contains?: string | undefined;
|
|
@@ -444,7 +450,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
444
450
|
count: number;
|
|
445
451
|
withinMs?: number | undefined;
|
|
446
452
|
counter?: {
|
|
447
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
453
|
+
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
454
|
match?: Record<string, {
|
|
449
455
|
equals?: string | number | boolean | undefined;
|
|
450
456
|
contains?: string | undefined;
|
|
@@ -506,7 +512,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
506
512
|
count: number;
|
|
507
513
|
withinMs?: number | undefined;
|
|
508
514
|
counter?: {
|
|
509
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
515
|
+
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
516
|
match?: Record<string, {
|
|
511
517
|
equals?: string | number | boolean | undefined;
|
|
512
518
|
contains?: string | undefined;
|
|
@@ -568,7 +574,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
568
574
|
count: number;
|
|
569
575
|
withinMs?: number | undefined;
|
|
570
576
|
counter?: {
|
|
571
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
577
|
+
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
578
|
match?: Record<string, {
|
|
573
579
|
equals?: string | number | boolean | undefined;
|
|
574
580
|
contains?: string | undefined;
|
|
@@ -652,6 +658,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
652
658
|
description: z.ZodOptional<z.ZodString>;
|
|
653
659
|
validation: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
654
660
|
}, "strip", z.ZodTypeAny, {
|
|
661
|
+
kind: "faq:question";
|
|
655
662
|
config: {
|
|
656
663
|
question: string;
|
|
657
664
|
id: string;
|
|
@@ -679,7 +686,6 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
679
686
|
fallback?: string | undefined;
|
|
680
687
|
} | undefined;
|
|
681
688
|
};
|
|
682
|
-
kind: "faq:question";
|
|
683
689
|
title?: string | undefined;
|
|
684
690
|
id?: string | undefined;
|
|
685
691
|
triggerWhen?: {
|
|
@@ -734,7 +740,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
734
740
|
count: number;
|
|
735
741
|
withinMs?: number | undefined;
|
|
736
742
|
counter?: {
|
|
737
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
743
|
+
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
744
|
match?: Record<string, {
|
|
739
745
|
equals?: string | number | boolean | undefined;
|
|
740
746
|
contains?: string | undefined;
|
|
@@ -771,6 +777,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
771
777
|
icon?: string | undefined;
|
|
772
778
|
} | null | undefined;
|
|
773
779
|
}, {
|
|
780
|
+
kind: "faq:question";
|
|
774
781
|
config: {
|
|
775
782
|
question: string;
|
|
776
783
|
id: string;
|
|
@@ -798,7 +805,6 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
798
805
|
fallback?: string | undefined;
|
|
799
806
|
} | undefined;
|
|
800
807
|
};
|
|
801
|
-
kind: "faq:question";
|
|
802
808
|
title?: string | undefined;
|
|
803
809
|
id?: string | undefined;
|
|
804
810
|
triggerWhen?: {
|
|
@@ -853,7 +859,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
853
859
|
count: number;
|
|
854
860
|
withinMs?: number | undefined;
|
|
855
861
|
counter?: {
|
|
856
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
862
|
+
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
863
|
match?: Record<string, {
|
|
858
864
|
equals?: string | number | boolean | undefined;
|
|
859
865
|
contains?: string | undefined;
|
|
@@ -890,6 +896,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
890
896
|
icon?: string | undefined;
|
|
891
897
|
} | null | undefined;
|
|
892
898
|
}>, {
|
|
899
|
+
kind: "faq:question";
|
|
893
900
|
config: {
|
|
894
901
|
question: string;
|
|
895
902
|
id: string;
|
|
@@ -917,7 +924,6 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
917
924
|
fallback?: string | undefined;
|
|
918
925
|
} | undefined;
|
|
919
926
|
};
|
|
920
|
-
kind: "faq:question";
|
|
921
927
|
title?: string | undefined;
|
|
922
928
|
id?: string | undefined;
|
|
923
929
|
triggerWhen?: {
|
|
@@ -972,7 +978,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
972
978
|
count: number;
|
|
973
979
|
withinMs?: number | undefined;
|
|
974
980
|
counter?: {
|
|
975
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
981
|
+
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
982
|
match?: Record<string, {
|
|
977
983
|
equals?: string | number | boolean | undefined;
|
|
978
984
|
contains?: string | undefined;
|
|
@@ -1009,6 +1015,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1009
1015
|
icon?: string | undefined;
|
|
1010
1016
|
} | null | undefined;
|
|
1011
1017
|
}, {
|
|
1018
|
+
kind: "faq:question";
|
|
1012
1019
|
config: {
|
|
1013
1020
|
question: string;
|
|
1014
1021
|
id: string;
|
|
@@ -1036,7 +1043,6 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1036
1043
|
fallback?: string | undefined;
|
|
1037
1044
|
} | undefined;
|
|
1038
1045
|
};
|
|
1039
|
-
kind: "faq:question";
|
|
1040
1046
|
title?: string | undefined;
|
|
1041
1047
|
id?: string | undefined;
|
|
1042
1048
|
triggerWhen?: {
|
|
@@ -1091,7 +1097,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1091
1097
|
count: number;
|
|
1092
1098
|
withinMs?: number | undefined;
|
|
1093
1099
|
counter?: {
|
|
1094
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1100
|
+
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
1101
|
match?: Record<string, {
|
|
1096
1102
|
equals?: string | number | boolean | undefined;
|
|
1097
1103
|
contains?: string | undefined;
|
|
@@ -1418,8 +1424,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1418
1424
|
count: z.ZodNumber;
|
|
1419
1425
|
withinMs: z.ZodOptional<z.ZodNumber>;
|
|
1420
1426
|
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", "
|
|
1422
|
-
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1427
|
+
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">;
|
|
1428
|
+
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
|
|
1423
1429
|
equals: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
1424
1430
|
contains: z.ZodOptional<z.ZodString>;
|
|
1425
1431
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1428,15 +1434,21 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1428
1434
|
}, {
|
|
1429
1435
|
equals?: string | number | boolean | undefined;
|
|
1430
1436
|
contains?: string | undefined;
|
|
1437
|
+
}>, {
|
|
1438
|
+
equals?: string | number | boolean | undefined;
|
|
1439
|
+
contains?: string | undefined;
|
|
1440
|
+
}, {
|
|
1441
|
+
equals?: string | number | boolean | undefined;
|
|
1442
|
+
contains?: string | undefined;
|
|
1431
1443
|
}>>>;
|
|
1432
1444
|
}, "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" | "
|
|
1445
|
+
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
1446
|
match?: Record<string, {
|
|
1435
1447
|
equals?: string | number | boolean | undefined;
|
|
1436
1448
|
contains?: string | undefined;
|
|
1437
1449
|
}> | undefined;
|
|
1438
1450
|
}, {
|
|
1439
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1451
|
+
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
1452
|
match?: Record<string, {
|
|
1441
1453
|
equals?: string | number | boolean | undefined;
|
|
1442
1454
|
contains?: string | undefined;
|
|
@@ -1449,7 +1461,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1449
1461
|
count: number;
|
|
1450
1462
|
withinMs?: number | undefined;
|
|
1451
1463
|
counter?: {
|
|
1452
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1464
|
+
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
1465
|
match?: Record<string, {
|
|
1454
1466
|
equals?: string | number | boolean | undefined;
|
|
1455
1467
|
contains?: string | undefined;
|
|
@@ -1462,7 +1474,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1462
1474
|
count: number;
|
|
1463
1475
|
withinMs?: number | undefined;
|
|
1464
1476
|
counter?: {
|
|
1465
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1477
|
+
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
1478
|
match?: Record<string, {
|
|
1467
1479
|
equals?: string | number | boolean | undefined;
|
|
1468
1480
|
contains?: string | undefined;
|
|
@@ -1520,7 +1532,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1520
1532
|
count: number;
|
|
1521
1533
|
withinMs?: number | undefined;
|
|
1522
1534
|
counter?: {
|
|
1523
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1535
|
+
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
1536
|
match?: Record<string, {
|
|
1525
1537
|
equals?: string | number | boolean | undefined;
|
|
1526
1538
|
contains?: string | undefined;
|
|
@@ -1578,7 +1590,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1578
1590
|
count: number;
|
|
1579
1591
|
withinMs?: number | undefined;
|
|
1580
1592
|
counter?: {
|
|
1581
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1593
|
+
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
1594
|
match?: Record<string, {
|
|
1583
1595
|
equals?: string | number | boolean | undefined;
|
|
1584
1596
|
contains?: string | undefined;
|
|
@@ -1640,7 +1652,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1640
1652
|
count: number;
|
|
1641
1653
|
withinMs?: number | undefined;
|
|
1642
1654
|
counter?: {
|
|
1643
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1655
|
+
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
1656
|
match?: Record<string, {
|
|
1645
1657
|
equals?: string | number | boolean | undefined;
|
|
1646
1658
|
contains?: string | undefined;
|
|
@@ -1702,7 +1714,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1702
1714
|
count: number;
|
|
1703
1715
|
withinMs?: number | undefined;
|
|
1704
1716
|
counter?: {
|
|
1705
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1717
|
+
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
1718
|
match?: Record<string, {
|
|
1707
1719
|
equals?: string | number | boolean | undefined;
|
|
1708
1720
|
contains?: string | undefined;
|
|
@@ -1786,6 +1798,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1786
1798
|
description: z.ZodOptional<z.ZodString>;
|
|
1787
1799
|
validation: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1788
1800
|
}, "strip", z.ZodTypeAny, {
|
|
1801
|
+
kind: "faq:question";
|
|
1789
1802
|
config: {
|
|
1790
1803
|
question: string;
|
|
1791
1804
|
id: string;
|
|
@@ -1813,7 +1826,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1813
1826
|
fallback?: string | undefined;
|
|
1814
1827
|
} | undefined;
|
|
1815
1828
|
};
|
|
1816
|
-
kind: "faq:question";
|
|
1817
1829
|
title?: string | undefined;
|
|
1818
1830
|
id?: string | undefined;
|
|
1819
1831
|
triggerWhen?: {
|
|
@@ -1868,7 +1880,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1868
1880
|
count: number;
|
|
1869
1881
|
withinMs?: number | undefined;
|
|
1870
1882
|
counter?: {
|
|
1871
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
1883
|
+
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
1884
|
match?: Record<string, {
|
|
1873
1885
|
equals?: string | number | boolean | undefined;
|
|
1874
1886
|
contains?: string | undefined;
|
|
@@ -1905,6 +1917,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1905
1917
|
icon?: string | undefined;
|
|
1906
1918
|
} | null | undefined;
|
|
1907
1919
|
}, {
|
|
1920
|
+
kind: "faq:question";
|
|
1908
1921
|
config: {
|
|
1909
1922
|
question: string;
|
|
1910
1923
|
id: string;
|
|
@@ -1932,7 +1945,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1932
1945
|
fallback?: string | undefined;
|
|
1933
1946
|
} | undefined;
|
|
1934
1947
|
};
|
|
1935
|
-
kind: "faq:question";
|
|
1936
1948
|
title?: string | undefined;
|
|
1937
1949
|
id?: string | undefined;
|
|
1938
1950
|
triggerWhen?: {
|
|
@@ -1987,7 +1999,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1987
1999
|
count: number;
|
|
1988
2000
|
withinMs?: number | undefined;
|
|
1989
2001
|
counter?: {
|
|
1990
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2002
|
+
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
2003
|
match?: Record<string, {
|
|
1992
2004
|
equals?: string | number | boolean | undefined;
|
|
1993
2005
|
contains?: string | undefined;
|
|
@@ -2024,6 +2036,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2024
2036
|
icon?: string | undefined;
|
|
2025
2037
|
} | null | undefined;
|
|
2026
2038
|
}>, {
|
|
2039
|
+
kind: "faq:question";
|
|
2027
2040
|
config: {
|
|
2028
2041
|
question: string;
|
|
2029
2042
|
id: string;
|
|
@@ -2051,7 +2064,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2051
2064
|
fallback?: string | undefined;
|
|
2052
2065
|
} | undefined;
|
|
2053
2066
|
};
|
|
2054
|
-
kind: "faq:question";
|
|
2055
2067
|
title?: string | undefined;
|
|
2056
2068
|
id?: string | undefined;
|
|
2057
2069
|
triggerWhen?: {
|
|
@@ -2106,7 +2118,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2106
2118
|
count: number;
|
|
2107
2119
|
withinMs?: number | undefined;
|
|
2108
2120
|
counter?: {
|
|
2109
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2121
|
+
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
2122
|
match?: Record<string, {
|
|
2111
2123
|
equals?: string | number | boolean | undefined;
|
|
2112
2124
|
contains?: string | undefined;
|
|
@@ -2143,6 +2155,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2143
2155
|
icon?: string | undefined;
|
|
2144
2156
|
} | null | undefined;
|
|
2145
2157
|
}, {
|
|
2158
|
+
kind: "faq:question";
|
|
2146
2159
|
config: {
|
|
2147
2160
|
question: string;
|
|
2148
2161
|
id: string;
|
|
@@ -2170,7 +2183,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2170
2183
|
fallback?: string | undefined;
|
|
2171
2184
|
} | undefined;
|
|
2172
2185
|
};
|
|
2173
|
-
kind: "faq:question";
|
|
2174
2186
|
title?: string | undefined;
|
|
2175
2187
|
id?: string | undefined;
|
|
2176
2188
|
triggerWhen?: {
|
|
@@ -2225,7 +2237,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2225
2237
|
count: number;
|
|
2226
2238
|
withinMs?: number | undefined;
|
|
2227
2239
|
counter?: {
|
|
2228
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2240
|
+
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
2241
|
match?: Record<string, {
|
|
2230
2242
|
equals?: string | number | boolean | undefined;
|
|
2231
2243
|
contains?: string | undefined;
|
|
@@ -2262,6 +2274,20 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2262
2274
|
icon?: string | undefined;
|
|
2263
2275
|
} | null | undefined;
|
|
2264
2276
|
}>, "many">>;
|
|
2277
|
+
/** Atomically-authored FAQ rows (the struct_list path). */
|
|
2278
|
+
questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2279
|
+
question: z.ZodString;
|
|
2280
|
+
answer: z.ZodString;
|
|
2281
|
+
category: z.ZodOptional<z.ZodString>;
|
|
2282
|
+
}, "strip", z.ZodTypeAny, {
|
|
2283
|
+
question: string;
|
|
2284
|
+
answer: string;
|
|
2285
|
+
category?: string | undefined;
|
|
2286
|
+
}, {
|
|
2287
|
+
question: string;
|
|
2288
|
+
answer: string;
|
|
2289
|
+
category?: string | undefined;
|
|
2290
|
+
}>, "many">>;
|
|
2265
2291
|
/** Feedback widget configuration */
|
|
2266
2292
|
feedback: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodObject<{
|
|
2267
2293
|
style: z.ZodEnum<["thumbs", "rating"]>;
|
|
@@ -2422,8 +2448,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2422
2448
|
count: z.ZodNumber;
|
|
2423
2449
|
withinMs: z.ZodOptional<z.ZodNumber>;
|
|
2424
2450
|
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", "
|
|
2426
|
-
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2451
|
+
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">;
|
|
2452
|
+
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
|
|
2427
2453
|
equals: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
2428
2454
|
contains: z.ZodOptional<z.ZodString>;
|
|
2429
2455
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2432,15 +2458,21 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2432
2458
|
}, {
|
|
2433
2459
|
equals?: string | number | boolean | undefined;
|
|
2434
2460
|
contains?: string | undefined;
|
|
2461
|
+
}>, {
|
|
2462
|
+
equals?: string | number | boolean | undefined;
|
|
2463
|
+
contains?: string | undefined;
|
|
2464
|
+
}, {
|
|
2465
|
+
equals?: string | number | boolean | undefined;
|
|
2466
|
+
contains?: string | undefined;
|
|
2435
2467
|
}>>>;
|
|
2436
2468
|
}, "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" | "
|
|
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")[];
|
|
2438
2470
|
match?: Record<string, {
|
|
2439
2471
|
equals?: string | number | boolean | undefined;
|
|
2440
2472
|
contains?: string | undefined;
|
|
2441
2473
|
}> | undefined;
|
|
2442
2474
|
}, {
|
|
2443
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2475
|
+
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
2476
|
match?: Record<string, {
|
|
2445
2477
|
equals?: string | number | boolean | undefined;
|
|
2446
2478
|
contains?: string | undefined;
|
|
@@ -2453,7 +2485,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2453
2485
|
count: number;
|
|
2454
2486
|
withinMs?: number | undefined;
|
|
2455
2487
|
counter?: {
|
|
2456
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2488
|
+
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
2489
|
match?: Record<string, {
|
|
2458
2490
|
equals?: string | number | boolean | undefined;
|
|
2459
2491
|
contains?: string | undefined;
|
|
@@ -2466,7 +2498,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2466
2498
|
count: number;
|
|
2467
2499
|
withinMs?: number | undefined;
|
|
2468
2500
|
counter?: {
|
|
2469
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2501
|
+
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
2502
|
match?: Record<string, {
|
|
2471
2503
|
equals?: string | number | boolean | undefined;
|
|
2472
2504
|
contains?: string | undefined;
|
|
@@ -2524,7 +2556,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2524
2556
|
count: number;
|
|
2525
2557
|
withinMs?: number | undefined;
|
|
2526
2558
|
counter?: {
|
|
2527
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2559
|
+
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
2560
|
match?: Record<string, {
|
|
2529
2561
|
equals?: string | number | boolean | undefined;
|
|
2530
2562
|
contains?: string | undefined;
|
|
@@ -2582,7 +2614,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2582
2614
|
count: number;
|
|
2583
2615
|
withinMs?: number | undefined;
|
|
2584
2616
|
counter?: {
|
|
2585
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2617
|
+
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
2618
|
match?: Record<string, {
|
|
2587
2619
|
equals?: string | number | boolean | undefined;
|
|
2588
2620
|
contains?: string | undefined;
|
|
@@ -2644,7 +2676,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2644
2676
|
count: number;
|
|
2645
2677
|
withinMs?: number | undefined;
|
|
2646
2678
|
counter?: {
|
|
2647
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2679
|
+
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
2680
|
match?: Record<string, {
|
|
2649
2681
|
equals?: string | number | boolean | undefined;
|
|
2650
2682
|
contains?: string | undefined;
|
|
@@ -2706,7 +2738,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2706
2738
|
count: number;
|
|
2707
2739
|
withinMs?: number | undefined;
|
|
2708
2740
|
counter?: {
|
|
2709
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
2741
|
+
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
2742
|
match?: Record<string, {
|
|
2711
2743
|
equals?: string | number | boolean | undefined;
|
|
2712
2744
|
contains?: string | undefined;
|
|
@@ -3047,8 +3079,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3047
3079
|
count: z.ZodNumber;
|
|
3048
3080
|
withinMs: z.ZodOptional<z.ZodNumber>;
|
|
3049
3081
|
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", "
|
|
3051
|
-
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
3082
|
+
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">;
|
|
3083
|
+
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
|
|
3052
3084
|
equals: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
3053
3085
|
contains: z.ZodOptional<z.ZodString>;
|
|
3054
3086
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3057,15 +3089,21 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3057
3089
|
}, {
|
|
3058
3090
|
equals?: string | number | boolean | undefined;
|
|
3059
3091
|
contains?: string | undefined;
|
|
3092
|
+
}>, {
|
|
3093
|
+
equals?: string | number | boolean | undefined;
|
|
3094
|
+
contains?: string | undefined;
|
|
3095
|
+
}, {
|
|
3096
|
+
equals?: string | number | boolean | undefined;
|
|
3097
|
+
contains?: string | undefined;
|
|
3060
3098
|
}>>>;
|
|
3061
3099
|
}, "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" | "
|
|
3100
|
+
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
3101
|
match?: Record<string, {
|
|
3064
3102
|
equals?: string | number | boolean | undefined;
|
|
3065
3103
|
contains?: string | undefined;
|
|
3066
3104
|
}> | undefined;
|
|
3067
3105
|
}, {
|
|
3068
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3106
|
+
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
3107
|
match?: Record<string, {
|
|
3070
3108
|
equals?: string | number | boolean | undefined;
|
|
3071
3109
|
contains?: string | undefined;
|
|
@@ -3078,7 +3116,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3078
3116
|
count: number;
|
|
3079
3117
|
withinMs?: number | undefined;
|
|
3080
3118
|
counter?: {
|
|
3081
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3119
|
+
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
3120
|
match?: Record<string, {
|
|
3083
3121
|
equals?: string | number | boolean | undefined;
|
|
3084
3122
|
contains?: string | undefined;
|
|
@@ -3091,7 +3129,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3091
3129
|
count: number;
|
|
3092
3130
|
withinMs?: number | undefined;
|
|
3093
3131
|
counter?: {
|
|
3094
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3132
|
+
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
3133
|
match?: Record<string, {
|
|
3096
3134
|
equals?: string | number | boolean | undefined;
|
|
3097
3135
|
contains?: string | undefined;
|
|
@@ -3149,7 +3187,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3149
3187
|
count: number;
|
|
3150
3188
|
withinMs?: number | undefined;
|
|
3151
3189
|
counter?: {
|
|
3152
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3190
|
+
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
3191
|
match?: Record<string, {
|
|
3154
3192
|
equals?: string | number | boolean | undefined;
|
|
3155
3193
|
contains?: string | undefined;
|
|
@@ -3207,7 +3245,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3207
3245
|
count: number;
|
|
3208
3246
|
withinMs?: number | undefined;
|
|
3209
3247
|
counter?: {
|
|
3210
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3248
|
+
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
3249
|
match?: Record<string, {
|
|
3212
3250
|
equals?: string | number | boolean | undefined;
|
|
3213
3251
|
contains?: string | undefined;
|
|
@@ -3269,7 +3307,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3269
3307
|
count: number;
|
|
3270
3308
|
withinMs?: number | undefined;
|
|
3271
3309
|
counter?: {
|
|
3272
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3310
|
+
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
3311
|
match?: Record<string, {
|
|
3274
3312
|
equals?: string | number | boolean | undefined;
|
|
3275
3313
|
contains?: string | undefined;
|
|
@@ -3331,7 +3369,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3331
3369
|
count: number;
|
|
3332
3370
|
withinMs?: number | undefined;
|
|
3333
3371
|
counter?: {
|
|
3334
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3372
|
+
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
3373
|
match?: Record<string, {
|
|
3336
3374
|
equals?: string | number | boolean | undefined;
|
|
3337
3375
|
contains?: string | undefined;
|
|
@@ -3415,6 +3453,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3415
3453
|
description: z.ZodOptional<z.ZodString>;
|
|
3416
3454
|
validation: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3417
3455
|
}, "strip", z.ZodTypeAny, {
|
|
3456
|
+
kind: "faq:question";
|
|
3418
3457
|
config: {
|
|
3419
3458
|
question: string;
|
|
3420
3459
|
id: string;
|
|
@@ -3442,7 +3481,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3442
3481
|
fallback?: string | undefined;
|
|
3443
3482
|
} | undefined;
|
|
3444
3483
|
};
|
|
3445
|
-
kind: "faq:question";
|
|
3446
3484
|
title?: string | undefined;
|
|
3447
3485
|
id?: string | undefined;
|
|
3448
3486
|
triggerWhen?: {
|
|
@@ -3497,7 +3535,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3497
3535
|
count: number;
|
|
3498
3536
|
withinMs?: number | undefined;
|
|
3499
3537
|
counter?: {
|
|
3500
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3538
|
+
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
3539
|
match?: Record<string, {
|
|
3502
3540
|
equals?: string | number | boolean | undefined;
|
|
3503
3541
|
contains?: string | undefined;
|
|
@@ -3534,6 +3572,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3534
3572
|
icon?: string | undefined;
|
|
3535
3573
|
} | null | undefined;
|
|
3536
3574
|
}, {
|
|
3575
|
+
kind: "faq:question";
|
|
3537
3576
|
config: {
|
|
3538
3577
|
question: string;
|
|
3539
3578
|
id: string;
|
|
@@ -3561,7 +3600,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3561
3600
|
fallback?: string | undefined;
|
|
3562
3601
|
} | undefined;
|
|
3563
3602
|
};
|
|
3564
|
-
kind: "faq:question";
|
|
3565
3603
|
title?: string | undefined;
|
|
3566
3604
|
id?: string | undefined;
|
|
3567
3605
|
triggerWhen?: {
|
|
@@ -3616,7 +3654,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3616
3654
|
count: number;
|
|
3617
3655
|
withinMs?: number | undefined;
|
|
3618
3656
|
counter?: {
|
|
3619
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3657
|
+
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
3658
|
match?: Record<string, {
|
|
3621
3659
|
equals?: string | number | boolean | undefined;
|
|
3622
3660
|
contains?: string | undefined;
|
|
@@ -3653,6 +3691,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3653
3691
|
icon?: string | undefined;
|
|
3654
3692
|
} | null | undefined;
|
|
3655
3693
|
}>, {
|
|
3694
|
+
kind: "faq:question";
|
|
3656
3695
|
config: {
|
|
3657
3696
|
question: string;
|
|
3658
3697
|
id: string;
|
|
@@ -3680,7 +3719,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3680
3719
|
fallback?: string | undefined;
|
|
3681
3720
|
} | undefined;
|
|
3682
3721
|
};
|
|
3683
|
-
kind: "faq:question";
|
|
3684
3722
|
title?: string | undefined;
|
|
3685
3723
|
id?: string | undefined;
|
|
3686
3724
|
triggerWhen?: {
|
|
@@ -3735,7 +3773,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3735
3773
|
count: number;
|
|
3736
3774
|
withinMs?: number | undefined;
|
|
3737
3775
|
counter?: {
|
|
3738
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3776
|
+
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
3777
|
match?: Record<string, {
|
|
3740
3778
|
equals?: string | number | boolean | undefined;
|
|
3741
3779
|
contains?: string | undefined;
|
|
@@ -3772,6 +3810,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3772
3810
|
icon?: string | undefined;
|
|
3773
3811
|
} | null | undefined;
|
|
3774
3812
|
}, {
|
|
3813
|
+
kind: "faq:question";
|
|
3775
3814
|
config: {
|
|
3776
3815
|
question: string;
|
|
3777
3816
|
id: string;
|
|
@@ -3799,7 +3838,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3799
3838
|
fallback?: string | undefined;
|
|
3800
3839
|
} | undefined;
|
|
3801
3840
|
};
|
|
3802
|
-
kind: "faq:question";
|
|
3803
3841
|
title?: string | undefined;
|
|
3804
3842
|
id?: string | undefined;
|
|
3805
3843
|
triggerWhen?: {
|
|
@@ -3854,7 +3892,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3854
3892
|
count: number;
|
|
3855
3893
|
withinMs?: number | undefined;
|
|
3856
3894
|
counter?: {
|
|
3857
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
3895
|
+
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
3896
|
match?: Record<string, {
|
|
3859
3897
|
equals?: string | number | boolean | undefined;
|
|
3860
3898
|
contains?: string | undefined;
|
|
@@ -3895,6 +3933,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3895
3933
|
once: z.ZodOptional<z.ZodBoolean>;
|
|
3896
3934
|
}, "strip", z.ZodTypeAny, {
|
|
3897
3935
|
items: {
|
|
3936
|
+
kind: "faq:question";
|
|
3898
3937
|
config: {
|
|
3899
3938
|
question: string;
|
|
3900
3939
|
id: string;
|
|
@@ -3922,7 +3961,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3922
3961
|
fallback?: string | undefined;
|
|
3923
3962
|
} | undefined;
|
|
3924
3963
|
};
|
|
3925
|
-
kind: "faq:question";
|
|
3926
3964
|
title?: string | undefined;
|
|
3927
3965
|
id?: string | undefined;
|
|
3928
3966
|
triggerWhen?: {
|
|
@@ -3977,7 +4015,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3977
4015
|
count: number;
|
|
3978
4016
|
withinMs?: number | undefined;
|
|
3979
4017
|
counter?: {
|
|
3980
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4018
|
+
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
4019
|
match?: Record<string, {
|
|
3982
4020
|
equals?: string | number | boolean | undefined;
|
|
3983
4021
|
contains?: string | undefined;
|
|
@@ -4066,7 +4104,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4066
4104
|
count: number;
|
|
4067
4105
|
withinMs?: number | undefined;
|
|
4068
4106
|
counter?: {
|
|
4069
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4107
|
+
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
4108
|
match?: Record<string, {
|
|
4071
4109
|
equals?: string | number | boolean | undefined;
|
|
4072
4110
|
contains?: string | undefined;
|
|
@@ -4099,6 +4137,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4099
4137
|
once?: boolean | undefined;
|
|
4100
4138
|
}, {
|
|
4101
4139
|
items: {
|
|
4140
|
+
kind: "faq:question";
|
|
4102
4141
|
config: {
|
|
4103
4142
|
question: string;
|
|
4104
4143
|
id: string;
|
|
@@ -4126,7 +4165,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4126
4165
|
fallback?: string | undefined;
|
|
4127
4166
|
} | undefined;
|
|
4128
4167
|
};
|
|
4129
|
-
kind: "faq:question";
|
|
4130
4168
|
title?: string | undefined;
|
|
4131
4169
|
id?: string | undefined;
|
|
4132
4170
|
triggerWhen?: {
|
|
@@ -4181,7 +4219,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4181
4219
|
count: number;
|
|
4182
4220
|
withinMs?: number | undefined;
|
|
4183
4221
|
counter?: {
|
|
4184
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4222
|
+
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
4223
|
match?: Record<string, {
|
|
4186
4224
|
equals?: string | number | boolean | undefined;
|
|
4187
4225
|
contains?: string | undefined;
|
|
@@ -4270,7 +4308,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4270
4308
|
count: number;
|
|
4271
4309
|
withinMs?: number | undefined;
|
|
4272
4310
|
counter?: {
|
|
4273
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4311
|
+
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
4312
|
match?: Record<string, {
|
|
4275
4313
|
equals?: string | number | boolean | undefined;
|
|
4276
4314
|
contains?: string | undefined;
|
|
@@ -4307,6 +4345,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4307
4345
|
expandBehavior: "single" | "multiple";
|
|
4308
4346
|
theme: "light" | "dark" | "auto";
|
|
4309
4347
|
actions: {
|
|
4348
|
+
kind: "faq:question";
|
|
4310
4349
|
config: {
|
|
4311
4350
|
question: string;
|
|
4312
4351
|
id: string;
|
|
@@ -4334,7 +4373,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4334
4373
|
fallback?: string | undefined;
|
|
4335
4374
|
} | undefined;
|
|
4336
4375
|
};
|
|
4337
|
-
kind: "faq:question";
|
|
4338
4376
|
title?: string | undefined;
|
|
4339
4377
|
id?: string | undefined;
|
|
4340
4378
|
triggerWhen?: {
|
|
@@ -4389,7 +4427,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4389
4427
|
count: number;
|
|
4390
4428
|
withinMs?: number | undefined;
|
|
4391
4429
|
counter?: {
|
|
4392
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4430
|
+
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
4431
|
match?: Record<string, {
|
|
4394
4432
|
equals?: string | number | boolean | undefined;
|
|
4395
4433
|
contains?: string | undefined;
|
|
@@ -4427,6 +4465,11 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4427
4465
|
} | null | undefined;
|
|
4428
4466
|
}[];
|
|
4429
4467
|
title?: string | undefined;
|
|
4468
|
+
questions?: {
|
|
4469
|
+
question: string;
|
|
4470
|
+
answer: string;
|
|
4471
|
+
category?: string | undefined;
|
|
4472
|
+
}[] | undefined;
|
|
4430
4473
|
feedback?: boolean | {
|
|
4431
4474
|
style: "thumbs" | "rating";
|
|
4432
4475
|
prompt?: string | undefined;
|
|
@@ -4437,6 +4480,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4437
4480
|
} | undefined;
|
|
4438
4481
|
injections?: {
|
|
4439
4482
|
items: {
|
|
4483
|
+
kind: "faq:question";
|
|
4440
4484
|
config: {
|
|
4441
4485
|
question: string;
|
|
4442
4486
|
id: string;
|
|
@@ -4464,7 +4508,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4464
4508
|
fallback?: string | undefined;
|
|
4465
4509
|
} | undefined;
|
|
4466
4510
|
};
|
|
4467
|
-
kind: "faq:question";
|
|
4468
4511
|
title?: string | undefined;
|
|
4469
4512
|
id?: string | undefined;
|
|
4470
4513
|
triggerWhen?: {
|
|
@@ -4519,7 +4562,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4519
4562
|
count: number;
|
|
4520
4563
|
withinMs?: number | undefined;
|
|
4521
4564
|
counter?: {
|
|
4522
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4565
|
+
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
4566
|
match?: Record<string, {
|
|
4524
4567
|
equals?: string | number | boolean | undefined;
|
|
4525
4568
|
contains?: string | undefined;
|
|
@@ -4608,7 +4651,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4608
4651
|
count: number;
|
|
4609
4652
|
withinMs?: number | undefined;
|
|
4610
4653
|
counter?: {
|
|
4611
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4654
|
+
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
4655
|
match?: Record<string, {
|
|
4613
4656
|
equals?: string | number | boolean | undefined;
|
|
4614
4657
|
contains?: string | undefined;
|
|
@@ -4646,6 +4689,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4646
4689
|
expandBehavior?: "single" | "multiple" | undefined;
|
|
4647
4690
|
theme?: "light" | "dark" | "auto" | undefined;
|
|
4648
4691
|
actions?: {
|
|
4692
|
+
kind: "faq:question";
|
|
4649
4693
|
config: {
|
|
4650
4694
|
question: string;
|
|
4651
4695
|
id: string;
|
|
@@ -4673,7 +4717,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4673
4717
|
fallback?: string | undefined;
|
|
4674
4718
|
} | undefined;
|
|
4675
4719
|
};
|
|
4676
|
-
kind: "faq:question";
|
|
4677
4720
|
title?: string | undefined;
|
|
4678
4721
|
id?: string | undefined;
|
|
4679
4722
|
triggerWhen?: {
|
|
@@ -4728,7 +4771,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4728
4771
|
count: number;
|
|
4729
4772
|
withinMs?: number | undefined;
|
|
4730
4773
|
counter?: {
|
|
4731
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4774
|
+
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
4775
|
match?: Record<string, {
|
|
4733
4776
|
equals?: string | number | boolean | undefined;
|
|
4734
4777
|
contains?: string | undefined;
|
|
@@ -4765,6 +4808,11 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4765
4808
|
icon?: string | undefined;
|
|
4766
4809
|
} | null | undefined;
|
|
4767
4810
|
}[] | undefined;
|
|
4811
|
+
questions?: {
|
|
4812
|
+
question: string;
|
|
4813
|
+
answer: string;
|
|
4814
|
+
category?: string | undefined;
|
|
4815
|
+
}[] | undefined;
|
|
4768
4816
|
feedback?: boolean | {
|
|
4769
4817
|
style: "thumbs" | "rating";
|
|
4770
4818
|
prompt?: string | undefined;
|
|
@@ -4775,6 +4823,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4775
4823
|
} | undefined;
|
|
4776
4824
|
injections?: {
|
|
4777
4825
|
items: {
|
|
4826
|
+
kind: "faq:question";
|
|
4778
4827
|
config: {
|
|
4779
4828
|
question: string;
|
|
4780
4829
|
id: string;
|
|
@@ -4802,7 +4851,6 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4802
4851
|
fallback?: string | undefined;
|
|
4803
4852
|
} | undefined;
|
|
4804
4853
|
};
|
|
4805
|
-
kind: "faq:question";
|
|
4806
4854
|
title?: string | undefined;
|
|
4807
4855
|
id?: string | undefined;
|
|
4808
4856
|
triggerWhen?: {
|
|
@@ -4857,7 +4905,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4857
4905
|
count: number;
|
|
4858
4906
|
withinMs?: number | undefined;
|
|
4859
4907
|
counter?: {
|
|
4860
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4908
|
+
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
4909
|
match?: Record<string, {
|
|
4862
4910
|
equals?: string | number | boolean | undefined;
|
|
4863
4911
|
contains?: string | undefined;
|
|
@@ -4946,7 +4994,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4946
4994
|
count: number;
|
|
4947
4995
|
withinMs?: number | undefined;
|
|
4948
4996
|
counter?: {
|
|
4949
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
4997
|
+
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
4998
|
match?: Record<string, {
|
|
4951
4999
|
equals?: string | number | boolean | undefined;
|
|
4952
5000
|
contains?: string | undefined;
|
|
@@ -4998,8 +5046,8 @@ export declare const ScrollToFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4998
5046
|
kind: "faq:scroll_to";
|
|
4999
5047
|
title?: string | undefined;
|
|
5000
5048
|
itemId?: string | undefined;
|
|
5001
|
-
behavior?: "auto" | "smooth" | "instant" | undefined;
|
|
5002
5049
|
id?: string | undefined;
|
|
5050
|
+
behavior?: "auto" | "smooth" | "instant" | undefined;
|
|
5003
5051
|
description?: string | undefined;
|
|
5004
5052
|
validation?: string[] | undefined;
|
|
5005
5053
|
itemQuestion?: string | undefined;
|
|
@@ -5008,8 +5056,8 @@ export declare const ScrollToFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5008
5056
|
kind: "faq:scroll_to";
|
|
5009
5057
|
title?: string | undefined;
|
|
5010
5058
|
itemId?: string | undefined;
|
|
5011
|
-
behavior?: "auto" | "smooth" | "instant" | undefined;
|
|
5012
5059
|
id?: string | undefined;
|
|
5060
|
+
behavior?: "auto" | "smooth" | "instant" | undefined;
|
|
5013
5061
|
description?: string | undefined;
|
|
5014
5062
|
validation?: string[] | undefined;
|
|
5015
5063
|
itemQuestion?: string | undefined;
|
|
@@ -5018,8 +5066,8 @@ export declare const ScrollToFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5018
5066
|
kind: "faq:scroll_to";
|
|
5019
5067
|
title?: string | undefined;
|
|
5020
5068
|
itemId?: string | undefined;
|
|
5021
|
-
behavior?: "auto" | "smooth" | "instant" | undefined;
|
|
5022
5069
|
id?: string | undefined;
|
|
5070
|
+
behavior?: "auto" | "smooth" | "instant" | undefined;
|
|
5023
5071
|
description?: string | undefined;
|
|
5024
5072
|
validation?: string[] | undefined;
|
|
5025
5073
|
itemQuestion?: string | undefined;
|
|
@@ -5028,8 +5076,8 @@ export declare const ScrollToFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5028
5076
|
kind: "faq:scroll_to";
|
|
5029
5077
|
title?: string | undefined;
|
|
5030
5078
|
itemId?: string | undefined;
|
|
5031
|
-
behavior?: "auto" | "smooth" | "instant" | undefined;
|
|
5032
5079
|
id?: string | undefined;
|
|
5080
|
+
behavior?: "auto" | "smooth" | "instant" | undefined;
|
|
5033
5081
|
description?: string | undefined;
|
|
5034
5082
|
validation?: string[] | undefined;
|
|
5035
5083
|
itemQuestion?: string | undefined;
|
|
@@ -5049,8 +5097,8 @@ export declare const ToggleFaqItemSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5049
5097
|
description: z.ZodOptional<z.ZodString>;
|
|
5050
5098
|
validation: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5051
5099
|
}, "strip", z.ZodTypeAny, {
|
|
5052
|
-
state: "open" | "closed" | "toggle";
|
|
5053
5100
|
kind: "faq:toggle_item";
|
|
5101
|
+
state: "open" | "closed" | "toggle";
|
|
5054
5102
|
title?: string | undefined;
|
|
5055
5103
|
itemId?: string | undefined;
|
|
5056
5104
|
id?: string | undefined;
|
|
@@ -5067,8 +5115,8 @@ export declare const ToggleFaqItemSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5067
5115
|
validation?: string[] | undefined;
|
|
5068
5116
|
itemQuestion?: string | undefined;
|
|
5069
5117
|
}>, {
|
|
5070
|
-
state: "open" | "closed" | "toggle";
|
|
5071
5118
|
kind: "faq:toggle_item";
|
|
5119
|
+
state: "open" | "closed" | "toggle";
|
|
5072
5120
|
title?: string | undefined;
|
|
5073
5121
|
itemId?: string | undefined;
|
|
5074
5122
|
id?: string | undefined;
|
|
@@ -5372,8 +5420,8 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5372
5420
|
count: z.ZodNumber;
|
|
5373
5421
|
withinMs: z.ZodOptional<z.ZodNumber>;
|
|
5374
5422
|
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", "
|
|
5376
|
-
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
5423
|
+
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">;
|
|
5424
|
+
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
|
|
5377
5425
|
equals: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
5378
5426
|
contains: z.ZodOptional<z.ZodString>;
|
|
5379
5427
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5382,15 +5430,21 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5382
5430
|
}, {
|
|
5383
5431
|
equals?: string | number | boolean | undefined;
|
|
5384
5432
|
contains?: string | undefined;
|
|
5433
|
+
}>, {
|
|
5434
|
+
equals?: string | number | boolean | undefined;
|
|
5435
|
+
contains?: string | undefined;
|
|
5436
|
+
}, {
|
|
5437
|
+
equals?: string | number | boolean | undefined;
|
|
5438
|
+
contains?: string | undefined;
|
|
5385
5439
|
}>>>;
|
|
5386
5440
|
}, "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" | "
|
|
5441
|
+
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
5442
|
match?: Record<string, {
|
|
5389
5443
|
equals?: string | number | boolean | undefined;
|
|
5390
5444
|
contains?: string | undefined;
|
|
5391
5445
|
}> | undefined;
|
|
5392
5446
|
}, {
|
|
5393
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
5447
|
+
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
5448
|
match?: Record<string, {
|
|
5395
5449
|
equals?: string | number | boolean | undefined;
|
|
5396
5450
|
contains?: string | undefined;
|
|
@@ -5403,7 +5457,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5403
5457
|
count: number;
|
|
5404
5458
|
withinMs?: number | undefined;
|
|
5405
5459
|
counter?: {
|
|
5406
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
5460
|
+
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
5461
|
match?: Record<string, {
|
|
5408
5462
|
equals?: string | number | boolean | undefined;
|
|
5409
5463
|
contains?: string | undefined;
|
|
@@ -5416,7 +5470,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5416
5470
|
count: number;
|
|
5417
5471
|
withinMs?: number | undefined;
|
|
5418
5472
|
counter?: {
|
|
5419
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
5473
|
+
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
5474
|
match?: Record<string, {
|
|
5421
5475
|
equals?: string | number | boolean | undefined;
|
|
5422
5476
|
contains?: string | undefined;
|
|
@@ -5474,7 +5528,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5474
5528
|
count: number;
|
|
5475
5529
|
withinMs?: number | undefined;
|
|
5476
5530
|
counter?: {
|
|
5477
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
5531
|
+
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
5532
|
match?: Record<string, {
|
|
5479
5533
|
equals?: string | number | boolean | undefined;
|
|
5480
5534
|
contains?: string | undefined;
|
|
@@ -5532,7 +5586,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5532
5586
|
count: number;
|
|
5533
5587
|
withinMs?: number | undefined;
|
|
5534
5588
|
counter?: {
|
|
5535
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
5589
|
+
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
5590
|
match?: Record<string, {
|
|
5537
5591
|
equals?: string | number | boolean | undefined;
|
|
5538
5592
|
contains?: string | undefined;
|
|
@@ -5594,7 +5648,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5594
5648
|
count: number;
|
|
5595
5649
|
withinMs?: number | undefined;
|
|
5596
5650
|
counter?: {
|
|
5597
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
5651
|
+
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
5652
|
match?: Record<string, {
|
|
5599
5653
|
equals?: string | number | boolean | undefined;
|
|
5600
5654
|
contains?: string | undefined;
|
|
@@ -5656,7 +5710,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5656
5710
|
count: number;
|
|
5657
5711
|
withinMs?: number | undefined;
|
|
5658
5712
|
counter?: {
|
|
5659
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
5713
|
+
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
5714
|
match?: Record<string, {
|
|
5661
5715
|
equals?: string | number | boolean | undefined;
|
|
5662
5716
|
contains?: string | undefined;
|
|
@@ -5740,6 +5794,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5740
5794
|
description: z.ZodOptional<z.ZodString>;
|
|
5741
5795
|
validation: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5742
5796
|
}, "strip", z.ZodTypeAny, {
|
|
5797
|
+
kind: "faq:question";
|
|
5743
5798
|
config: {
|
|
5744
5799
|
question: string;
|
|
5745
5800
|
id: string;
|
|
@@ -5767,7 +5822,6 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5767
5822
|
fallback?: string | undefined;
|
|
5768
5823
|
} | undefined;
|
|
5769
5824
|
};
|
|
5770
|
-
kind: "faq:question";
|
|
5771
5825
|
title?: string | undefined;
|
|
5772
5826
|
id?: string | undefined;
|
|
5773
5827
|
triggerWhen?: {
|
|
@@ -5822,7 +5876,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5822
5876
|
count: number;
|
|
5823
5877
|
withinMs?: number | undefined;
|
|
5824
5878
|
counter?: {
|
|
5825
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
5879
|
+
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
5880
|
match?: Record<string, {
|
|
5827
5881
|
equals?: string | number | boolean | undefined;
|
|
5828
5882
|
contains?: string | undefined;
|
|
@@ -5859,6 +5913,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5859
5913
|
icon?: string | undefined;
|
|
5860
5914
|
} | null | undefined;
|
|
5861
5915
|
}, {
|
|
5916
|
+
kind: "faq:question";
|
|
5862
5917
|
config: {
|
|
5863
5918
|
question: string;
|
|
5864
5919
|
id: string;
|
|
@@ -5886,7 +5941,6 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5886
5941
|
fallback?: string | undefined;
|
|
5887
5942
|
} | undefined;
|
|
5888
5943
|
};
|
|
5889
|
-
kind: "faq:question";
|
|
5890
5944
|
title?: string | undefined;
|
|
5891
5945
|
id?: string | undefined;
|
|
5892
5946
|
triggerWhen?: {
|
|
@@ -5941,7 +5995,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5941
5995
|
count: number;
|
|
5942
5996
|
withinMs?: number | undefined;
|
|
5943
5997
|
counter?: {
|
|
5944
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
5998
|
+
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
5999
|
match?: Record<string, {
|
|
5946
6000
|
equals?: string | number | boolean | undefined;
|
|
5947
6001
|
contains?: string | undefined;
|
|
@@ -5978,6 +6032,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5978
6032
|
icon?: string | undefined;
|
|
5979
6033
|
} | null | undefined;
|
|
5980
6034
|
}>, {
|
|
6035
|
+
kind: "faq:question";
|
|
5981
6036
|
config: {
|
|
5982
6037
|
question: string;
|
|
5983
6038
|
id: string;
|
|
@@ -6005,7 +6060,6 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6005
6060
|
fallback?: string | undefined;
|
|
6006
6061
|
} | undefined;
|
|
6007
6062
|
};
|
|
6008
|
-
kind: "faq:question";
|
|
6009
6063
|
title?: string | undefined;
|
|
6010
6064
|
id?: string | undefined;
|
|
6011
6065
|
triggerWhen?: {
|
|
@@ -6060,7 +6114,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6060
6114
|
count: number;
|
|
6061
6115
|
withinMs?: number | undefined;
|
|
6062
6116
|
counter?: {
|
|
6063
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
6117
|
+
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
6118
|
match?: Record<string, {
|
|
6065
6119
|
equals?: string | number | boolean | undefined;
|
|
6066
6120
|
contains?: string | undefined;
|
|
@@ -6097,6 +6151,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6097
6151
|
icon?: string | undefined;
|
|
6098
6152
|
} | null | undefined;
|
|
6099
6153
|
}, {
|
|
6154
|
+
kind: "faq:question";
|
|
6100
6155
|
config: {
|
|
6101
6156
|
question: string;
|
|
6102
6157
|
id: string;
|
|
@@ -6124,7 +6179,6 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6124
6179
|
fallback?: string | undefined;
|
|
6125
6180
|
} | undefined;
|
|
6126
6181
|
};
|
|
6127
|
-
kind: "faq:question";
|
|
6128
6182
|
title?: string | undefined;
|
|
6129
6183
|
id?: string | undefined;
|
|
6130
6184
|
triggerWhen?: {
|
|
@@ -6179,7 +6233,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6179
6233
|
count: number;
|
|
6180
6234
|
withinMs?: number | undefined;
|
|
6181
6235
|
counter?: {
|
|
6182
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
6236
|
+
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
6237
|
match?: Record<string, {
|
|
6184
6238
|
equals?: string | number | boolean | undefined;
|
|
6185
6239
|
contains?: string | undefined;
|
|
@@ -6239,6 +6293,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6239
6293
|
title?: string | undefined;
|
|
6240
6294
|
position?: "prepend" | "append" | "before" | "after" | undefined;
|
|
6241
6295
|
items?: {
|
|
6296
|
+
kind: "faq:question";
|
|
6242
6297
|
config: {
|
|
6243
6298
|
question: string;
|
|
6244
6299
|
id: string;
|
|
@@ -6266,7 +6321,6 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6266
6321
|
fallback?: string | undefined;
|
|
6267
6322
|
} | undefined;
|
|
6268
6323
|
};
|
|
6269
|
-
kind: "faq:question";
|
|
6270
6324
|
title?: string | undefined;
|
|
6271
6325
|
id?: string | undefined;
|
|
6272
6326
|
triggerWhen?: {
|
|
@@ -6321,7 +6375,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6321
6375
|
count: number;
|
|
6322
6376
|
withinMs?: number | undefined;
|
|
6323
6377
|
counter?: {
|
|
6324
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
6378
|
+
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
6379
|
match?: Record<string, {
|
|
6326
6380
|
equals?: string | number | boolean | undefined;
|
|
6327
6381
|
contains?: string | undefined;
|
|
@@ -6373,6 +6427,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6373
6427
|
title?: string | undefined;
|
|
6374
6428
|
position?: "prepend" | "append" | "before" | "after" | undefined;
|
|
6375
6429
|
items?: {
|
|
6430
|
+
kind: "faq:question";
|
|
6376
6431
|
config: {
|
|
6377
6432
|
question: string;
|
|
6378
6433
|
id: string;
|
|
@@ -6400,7 +6455,6 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6400
6455
|
fallback?: string | undefined;
|
|
6401
6456
|
} | undefined;
|
|
6402
6457
|
};
|
|
6403
|
-
kind: "faq:question";
|
|
6404
6458
|
title?: string | undefined;
|
|
6405
6459
|
id?: string | undefined;
|
|
6406
6460
|
triggerWhen?: {
|
|
@@ -6455,7 +6509,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6455
6509
|
count: number;
|
|
6456
6510
|
withinMs?: number | undefined;
|
|
6457
6511
|
counter?: {
|
|
6458
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
6512
|
+
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
6513
|
match?: Record<string, {
|
|
6460
6514
|
equals?: string | number | boolean | undefined;
|
|
6461
6515
|
contains?: string | undefined;
|
|
@@ -6507,6 +6561,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6507
6561
|
title?: string | undefined;
|
|
6508
6562
|
position?: "prepend" | "append" | "before" | "after" | undefined;
|
|
6509
6563
|
items?: {
|
|
6564
|
+
kind: "faq:question";
|
|
6510
6565
|
config: {
|
|
6511
6566
|
question: string;
|
|
6512
6567
|
id: string;
|
|
@@ -6534,7 +6589,6 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6534
6589
|
fallback?: string | undefined;
|
|
6535
6590
|
} | undefined;
|
|
6536
6591
|
};
|
|
6537
|
-
kind: "faq:question";
|
|
6538
6592
|
title?: string | undefined;
|
|
6539
6593
|
id?: string | undefined;
|
|
6540
6594
|
triggerWhen?: {
|
|
@@ -6589,7 +6643,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6589
6643
|
count: number;
|
|
6590
6644
|
withinMs?: number | undefined;
|
|
6591
6645
|
counter?: {
|
|
6592
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
6646
|
+
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
6647
|
match?: Record<string, {
|
|
6594
6648
|
equals?: string | number | boolean | undefined;
|
|
6595
6649
|
contains?: string | undefined;
|
|
@@ -6641,6 +6695,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6641
6695
|
title?: string | undefined;
|
|
6642
6696
|
position?: "prepend" | "append" | "before" | "after" | undefined;
|
|
6643
6697
|
items?: {
|
|
6698
|
+
kind: "faq:question";
|
|
6644
6699
|
config: {
|
|
6645
6700
|
question: string;
|
|
6646
6701
|
id: string;
|
|
@@ -6668,7 +6723,6 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6668
6723
|
fallback?: string | undefined;
|
|
6669
6724
|
} | undefined;
|
|
6670
6725
|
};
|
|
6671
|
-
kind: "faq:question";
|
|
6672
6726
|
title?: string | undefined;
|
|
6673
6727
|
id?: string | undefined;
|
|
6674
6728
|
triggerWhen?: {
|
|
@@ -6723,7 +6777,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6723
6777
|
count: number;
|
|
6724
6778
|
withinMs?: number | undefined;
|
|
6725
6779
|
counter?: {
|
|
6726
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
6780
|
+
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
6781
|
match?: Record<string, {
|
|
6728
6782
|
equals?: string | number | boolean | undefined;
|
|
6729
6783
|
contains?: string | undefined;
|
|
@@ -6774,6 +6828,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6774
6828
|
* Validate a FAQ question action.
|
|
6775
6829
|
*/
|
|
6776
6830
|
export declare function validateFAQQuestion(data: unknown): z.SafeParseReturnType<{
|
|
6831
|
+
kind: "faq:question";
|
|
6777
6832
|
config: {
|
|
6778
6833
|
question: string;
|
|
6779
6834
|
id: string;
|
|
@@ -6801,7 +6856,6 @@ export declare function validateFAQQuestion(data: unknown): z.SafeParseReturnTyp
|
|
|
6801
6856
|
fallback?: string | undefined;
|
|
6802
6857
|
} | undefined;
|
|
6803
6858
|
};
|
|
6804
|
-
kind: "faq:question";
|
|
6805
6859
|
title?: string | undefined;
|
|
6806
6860
|
id?: string | undefined;
|
|
6807
6861
|
triggerWhen?: {
|
|
@@ -6856,7 +6910,7 @@ export declare function validateFAQQuestion(data: unknown): z.SafeParseReturnTyp
|
|
|
6856
6910
|
count: number;
|
|
6857
6911
|
withinMs?: number | undefined;
|
|
6858
6912
|
counter?: {
|
|
6859
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
6913
|
+
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
6914
|
match?: Record<string, {
|
|
6861
6915
|
equals?: string | number | boolean | undefined;
|
|
6862
6916
|
contains?: string | undefined;
|
|
@@ -6893,6 +6947,7 @@ export declare function validateFAQQuestion(data: unknown): z.SafeParseReturnTyp
|
|
|
6893
6947
|
icon?: string | undefined;
|
|
6894
6948
|
} | null | undefined;
|
|
6895
6949
|
}, {
|
|
6950
|
+
kind: "faq:question";
|
|
6896
6951
|
config: {
|
|
6897
6952
|
question: string;
|
|
6898
6953
|
id: string;
|
|
@@ -6920,7 +6975,6 @@ export declare function validateFAQQuestion(data: unknown): z.SafeParseReturnTyp
|
|
|
6920
6975
|
fallback?: string | undefined;
|
|
6921
6976
|
} | undefined;
|
|
6922
6977
|
};
|
|
6923
|
-
kind: "faq:question";
|
|
6924
6978
|
title?: string | undefined;
|
|
6925
6979
|
id?: string | undefined;
|
|
6926
6980
|
triggerWhen?: {
|
|
@@ -6975,7 +7029,7 @@ export declare function validateFAQQuestion(data: unknown): z.SafeParseReturnTyp
|
|
|
6975
7029
|
count: number;
|
|
6976
7030
|
withinMs?: number | undefined;
|
|
6977
7031
|
counter?: {
|
|
6978
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
7032
|
+
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
7033
|
match?: Record<string, {
|
|
6980
7034
|
equals?: string | number | boolean | undefined;
|
|
6981
7035
|
contains?: string | undefined;
|
|
@@ -7021,6 +7075,7 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7021
7075
|
expandBehavior?: "single" | "multiple" | undefined;
|
|
7022
7076
|
theme?: "light" | "dark" | "auto" | undefined;
|
|
7023
7077
|
actions?: {
|
|
7078
|
+
kind: "faq:question";
|
|
7024
7079
|
config: {
|
|
7025
7080
|
question: string;
|
|
7026
7081
|
id: string;
|
|
@@ -7048,7 +7103,6 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7048
7103
|
fallback?: string | undefined;
|
|
7049
7104
|
} | undefined;
|
|
7050
7105
|
};
|
|
7051
|
-
kind: "faq:question";
|
|
7052
7106
|
title?: string | undefined;
|
|
7053
7107
|
id?: string | undefined;
|
|
7054
7108
|
triggerWhen?: {
|
|
@@ -7103,7 +7157,7 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7103
7157
|
count: number;
|
|
7104
7158
|
withinMs?: number | undefined;
|
|
7105
7159
|
counter?: {
|
|
7106
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
7160
|
+
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
7161
|
match?: Record<string, {
|
|
7108
7162
|
equals?: string | number | boolean | undefined;
|
|
7109
7163
|
contains?: string | undefined;
|
|
@@ -7140,6 +7194,11 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7140
7194
|
icon?: string | undefined;
|
|
7141
7195
|
} | null | undefined;
|
|
7142
7196
|
}[] | undefined;
|
|
7197
|
+
questions?: {
|
|
7198
|
+
question: string;
|
|
7199
|
+
answer: string;
|
|
7200
|
+
category?: string | undefined;
|
|
7201
|
+
}[] | undefined;
|
|
7143
7202
|
feedback?: boolean | {
|
|
7144
7203
|
style: "thumbs" | "rating";
|
|
7145
7204
|
prompt?: string | undefined;
|
|
@@ -7150,6 +7209,7 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7150
7209
|
} | undefined;
|
|
7151
7210
|
injections?: {
|
|
7152
7211
|
items: {
|
|
7212
|
+
kind: "faq:question";
|
|
7153
7213
|
config: {
|
|
7154
7214
|
question: string;
|
|
7155
7215
|
id: string;
|
|
@@ -7177,7 +7237,6 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7177
7237
|
fallback?: string | undefined;
|
|
7178
7238
|
} | undefined;
|
|
7179
7239
|
};
|
|
7180
|
-
kind: "faq:question";
|
|
7181
7240
|
title?: string | undefined;
|
|
7182
7241
|
id?: string | undefined;
|
|
7183
7242
|
triggerWhen?: {
|
|
@@ -7232,7 +7291,7 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7232
7291
|
count: number;
|
|
7233
7292
|
withinMs?: number | undefined;
|
|
7234
7293
|
counter?: {
|
|
7235
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
7294
|
+
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
7295
|
match?: Record<string, {
|
|
7237
7296
|
equals?: string | number | boolean | undefined;
|
|
7238
7297
|
contains?: string | undefined;
|
|
@@ -7321,7 +7380,7 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7321
7380
|
count: number;
|
|
7322
7381
|
withinMs?: number | undefined;
|
|
7323
7382
|
counter?: {
|
|
7324
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
7383
|
+
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
7384
|
match?: Record<string, {
|
|
7326
7385
|
equals?: string | number | boolean | undefined;
|
|
7327
7386
|
contains?: string | undefined;
|
|
@@ -7358,6 +7417,7 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7358
7417
|
expandBehavior: "single" | "multiple";
|
|
7359
7418
|
theme: "light" | "dark" | "auto";
|
|
7360
7419
|
actions: {
|
|
7420
|
+
kind: "faq:question";
|
|
7361
7421
|
config: {
|
|
7362
7422
|
question: string;
|
|
7363
7423
|
id: string;
|
|
@@ -7385,7 +7445,6 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7385
7445
|
fallback?: string | undefined;
|
|
7386
7446
|
} | undefined;
|
|
7387
7447
|
};
|
|
7388
|
-
kind: "faq:question";
|
|
7389
7448
|
title?: string | undefined;
|
|
7390
7449
|
id?: string | undefined;
|
|
7391
7450
|
triggerWhen?: {
|
|
@@ -7440,7 +7499,7 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7440
7499
|
count: number;
|
|
7441
7500
|
withinMs?: number | undefined;
|
|
7442
7501
|
counter?: {
|
|
7443
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
7502
|
+
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
7503
|
match?: Record<string, {
|
|
7445
7504
|
equals?: string | number | boolean | undefined;
|
|
7446
7505
|
contains?: string | undefined;
|
|
@@ -7478,6 +7537,11 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7478
7537
|
} | null | undefined;
|
|
7479
7538
|
}[];
|
|
7480
7539
|
title?: string | undefined;
|
|
7540
|
+
questions?: {
|
|
7541
|
+
question: string;
|
|
7542
|
+
answer: string;
|
|
7543
|
+
category?: string | undefined;
|
|
7544
|
+
}[] | undefined;
|
|
7481
7545
|
feedback?: boolean | {
|
|
7482
7546
|
style: "thumbs" | "rating";
|
|
7483
7547
|
prompt?: string | undefined;
|
|
@@ -7488,6 +7552,7 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7488
7552
|
} | undefined;
|
|
7489
7553
|
injections?: {
|
|
7490
7554
|
items: {
|
|
7555
|
+
kind: "faq:question";
|
|
7491
7556
|
config: {
|
|
7492
7557
|
question: string;
|
|
7493
7558
|
id: string;
|
|
@@ -7515,7 +7580,6 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7515
7580
|
fallback?: string | undefined;
|
|
7516
7581
|
} | undefined;
|
|
7517
7582
|
};
|
|
7518
|
-
kind: "faq:question";
|
|
7519
7583
|
title?: string | undefined;
|
|
7520
7584
|
id?: string | undefined;
|
|
7521
7585
|
triggerWhen?: {
|
|
@@ -7570,7 +7634,7 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7570
7634
|
count: number;
|
|
7571
7635
|
withinMs?: number | undefined;
|
|
7572
7636
|
counter?: {
|
|
7573
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
7637
|
+
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
7638
|
match?: Record<string, {
|
|
7575
7639
|
equals?: string | number | boolean | undefined;
|
|
7576
7640
|
contains?: string | undefined;
|
|
@@ -7659,7 +7723,7 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7659
7723
|
count: number;
|
|
7660
7724
|
withinMs?: number | undefined;
|
|
7661
7725
|
counter?: {
|
|
7662
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
7726
|
+
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
7727
|
match?: Record<string, {
|
|
7664
7728
|
equals?: string | number | boolean | undefined;
|
|
7665
7729
|
contains?: string | undefined;
|
|
@@ -7978,8 +8042,8 @@ export declare const actionStepSchemas: ({
|
|
|
7978
8042
|
count: z.ZodNumber;
|
|
7979
8043
|
withinMs: z.ZodOptional<z.ZodNumber>;
|
|
7980
8044
|
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", "
|
|
7982
|
-
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
8045
|
+
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">;
|
|
8046
|
+
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
|
|
7983
8047
|
equals: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
7984
8048
|
contains: z.ZodOptional<z.ZodString>;
|
|
7985
8049
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7988,15 +8052,21 @@ export declare const actionStepSchemas: ({
|
|
|
7988
8052
|
}, {
|
|
7989
8053
|
equals?: string | number | boolean | undefined;
|
|
7990
8054
|
contains?: string | undefined;
|
|
8055
|
+
}>, {
|
|
8056
|
+
equals?: string | number | boolean | undefined;
|
|
8057
|
+
contains?: string | undefined;
|
|
8058
|
+
}, {
|
|
8059
|
+
equals?: string | number | boolean | undefined;
|
|
8060
|
+
contains?: string | undefined;
|
|
7991
8061
|
}>>>;
|
|
7992
8062
|
}, "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" | "
|
|
8063
|
+
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
8064
|
match?: Record<string, {
|
|
7995
8065
|
equals?: string | number | boolean | undefined;
|
|
7996
8066
|
contains?: string | undefined;
|
|
7997
8067
|
}> | undefined;
|
|
7998
8068
|
}, {
|
|
7999
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
8069
|
+
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
8070
|
match?: Record<string, {
|
|
8001
8071
|
equals?: string | number | boolean | undefined;
|
|
8002
8072
|
contains?: string | undefined;
|
|
@@ -8009,7 +8079,7 @@ export declare const actionStepSchemas: ({
|
|
|
8009
8079
|
count: number;
|
|
8010
8080
|
withinMs?: number | undefined;
|
|
8011
8081
|
counter?: {
|
|
8012
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
8082
|
+
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
8083
|
match?: Record<string, {
|
|
8014
8084
|
equals?: string | number | boolean | undefined;
|
|
8015
8085
|
contains?: string | undefined;
|
|
@@ -8022,7 +8092,7 @@ export declare const actionStepSchemas: ({
|
|
|
8022
8092
|
count: number;
|
|
8023
8093
|
withinMs?: number | undefined;
|
|
8024
8094
|
counter?: {
|
|
8025
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
8095
|
+
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
8096
|
match?: Record<string, {
|
|
8027
8097
|
equals?: string | number | boolean | undefined;
|
|
8028
8098
|
contains?: string | undefined;
|
|
@@ -8080,7 +8150,7 @@ export declare const actionStepSchemas: ({
|
|
|
8080
8150
|
count: number;
|
|
8081
8151
|
withinMs?: number | undefined;
|
|
8082
8152
|
counter?: {
|
|
8083
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
8153
|
+
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
8154
|
match?: Record<string, {
|
|
8085
8155
|
equals?: string | number | boolean | undefined;
|
|
8086
8156
|
contains?: string | undefined;
|
|
@@ -8138,7 +8208,7 @@ export declare const actionStepSchemas: ({
|
|
|
8138
8208
|
count: number;
|
|
8139
8209
|
withinMs?: number | undefined;
|
|
8140
8210
|
counter?: {
|
|
8141
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
8211
|
+
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
8212
|
match?: Record<string, {
|
|
8143
8213
|
equals?: string | number | boolean | undefined;
|
|
8144
8214
|
contains?: string | undefined;
|
|
@@ -8200,7 +8270,7 @@ export declare const actionStepSchemas: ({
|
|
|
8200
8270
|
count: number;
|
|
8201
8271
|
withinMs?: number | undefined;
|
|
8202
8272
|
counter?: {
|
|
8203
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
8273
|
+
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
8274
|
match?: Record<string, {
|
|
8205
8275
|
equals?: string | number | boolean | undefined;
|
|
8206
8276
|
contains?: string | undefined;
|
|
@@ -8262,7 +8332,7 @@ export declare const actionStepSchemas: ({
|
|
|
8262
8332
|
count: number;
|
|
8263
8333
|
withinMs?: number | undefined;
|
|
8264
8334
|
counter?: {
|
|
8265
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
8335
|
+
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
8336
|
match?: Record<string, {
|
|
8267
8337
|
equals?: string | number | boolean | undefined;
|
|
8268
8338
|
contains?: string | undefined;
|
|
@@ -8346,6 +8416,7 @@ export declare const actionStepSchemas: ({
|
|
|
8346
8416
|
description: z.ZodOptional<z.ZodString>;
|
|
8347
8417
|
validation: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
8348
8418
|
}, "strip", z.ZodTypeAny, {
|
|
8419
|
+
kind: "faq:question";
|
|
8349
8420
|
config: {
|
|
8350
8421
|
question: string;
|
|
8351
8422
|
id: string;
|
|
@@ -8373,7 +8444,6 @@ export declare const actionStepSchemas: ({
|
|
|
8373
8444
|
fallback?: string | undefined;
|
|
8374
8445
|
} | undefined;
|
|
8375
8446
|
};
|
|
8376
|
-
kind: "faq:question";
|
|
8377
8447
|
title?: string | undefined;
|
|
8378
8448
|
id?: string | undefined;
|
|
8379
8449
|
triggerWhen?: {
|
|
@@ -8428,7 +8498,7 @@ export declare const actionStepSchemas: ({
|
|
|
8428
8498
|
count: number;
|
|
8429
8499
|
withinMs?: number | undefined;
|
|
8430
8500
|
counter?: {
|
|
8431
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
8501
|
+
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
8502
|
match?: Record<string, {
|
|
8433
8503
|
equals?: string | number | boolean | undefined;
|
|
8434
8504
|
contains?: string | undefined;
|
|
@@ -8465,6 +8535,7 @@ export declare const actionStepSchemas: ({
|
|
|
8465
8535
|
icon?: string | undefined;
|
|
8466
8536
|
} | null | undefined;
|
|
8467
8537
|
}, {
|
|
8538
|
+
kind: "faq:question";
|
|
8468
8539
|
config: {
|
|
8469
8540
|
question: string;
|
|
8470
8541
|
id: string;
|
|
@@ -8492,7 +8563,6 @@ export declare const actionStepSchemas: ({
|
|
|
8492
8563
|
fallback?: string | undefined;
|
|
8493
8564
|
} | undefined;
|
|
8494
8565
|
};
|
|
8495
|
-
kind: "faq:question";
|
|
8496
8566
|
title?: string | undefined;
|
|
8497
8567
|
id?: string | undefined;
|
|
8498
8568
|
triggerWhen?: {
|
|
@@ -8547,7 +8617,7 @@ export declare const actionStepSchemas: ({
|
|
|
8547
8617
|
count: number;
|
|
8548
8618
|
withinMs?: number | undefined;
|
|
8549
8619
|
counter?: {
|
|
8550
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
8620
|
+
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
8621
|
match?: Record<string, {
|
|
8552
8622
|
equals?: string | number | boolean | undefined;
|
|
8553
8623
|
contains?: string | undefined;
|
|
@@ -8600,8 +8670,8 @@ export declare const actionStepSchemas: ({
|
|
|
8600
8670
|
kind: "faq:scroll_to";
|
|
8601
8671
|
title?: string | undefined;
|
|
8602
8672
|
itemId?: string | undefined;
|
|
8603
|
-
behavior?: "auto" | "smooth" | "instant" | undefined;
|
|
8604
8673
|
id?: string | undefined;
|
|
8674
|
+
behavior?: "auto" | "smooth" | "instant" | undefined;
|
|
8605
8675
|
description?: string | undefined;
|
|
8606
8676
|
validation?: string[] | undefined;
|
|
8607
8677
|
itemQuestion?: string | undefined;
|
|
@@ -8610,8 +8680,8 @@ export declare const actionStepSchemas: ({
|
|
|
8610
8680
|
kind: "faq:scroll_to";
|
|
8611
8681
|
title?: string | undefined;
|
|
8612
8682
|
itemId?: string | undefined;
|
|
8613
|
-
behavior?: "auto" | "smooth" | "instant" | undefined;
|
|
8614
8683
|
id?: string | undefined;
|
|
8684
|
+
behavior?: "auto" | "smooth" | "instant" | undefined;
|
|
8615
8685
|
description?: string | undefined;
|
|
8616
8686
|
validation?: string[] | undefined;
|
|
8617
8687
|
itemQuestion?: string | undefined;
|
|
@@ -8629,8 +8699,8 @@ export declare const actionStepSchemas: ({
|
|
|
8629
8699
|
description: z.ZodOptional<z.ZodString>;
|
|
8630
8700
|
validation: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
8631
8701
|
}, "strip", z.ZodTypeAny, {
|
|
8632
|
-
state: "open" | "closed" | "toggle";
|
|
8633
8702
|
kind: "faq:toggle_item";
|
|
8703
|
+
state: "open" | "closed" | "toggle";
|
|
8634
8704
|
title?: string | undefined;
|
|
8635
8705
|
itemId?: string | undefined;
|
|
8636
8706
|
id?: string | undefined;
|
|
@@ -8928,8 +8998,8 @@ export declare const actionStepSchemas: ({
|
|
|
8928
8998
|
count: z.ZodNumber;
|
|
8929
8999
|
withinMs: z.ZodOptional<z.ZodNumber>;
|
|
8930
9000
|
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", "
|
|
8932
|
-
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
9001
|
+
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">;
|
|
9002
|
+
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
|
|
8933
9003
|
equals: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
8934
9004
|
contains: z.ZodOptional<z.ZodString>;
|
|
8935
9005
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -8938,15 +9008,21 @@ export declare const actionStepSchemas: ({
|
|
|
8938
9008
|
}, {
|
|
8939
9009
|
equals?: string | number | boolean | undefined;
|
|
8940
9010
|
contains?: string | undefined;
|
|
9011
|
+
}>, {
|
|
9012
|
+
equals?: string | number | boolean | undefined;
|
|
9013
|
+
contains?: string | undefined;
|
|
9014
|
+
}, {
|
|
9015
|
+
equals?: string | number | boolean | undefined;
|
|
9016
|
+
contains?: string | undefined;
|
|
8941
9017
|
}>>>;
|
|
8942
9018
|
}, "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" | "
|
|
9019
|
+
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
9020
|
match?: Record<string, {
|
|
8945
9021
|
equals?: string | number | boolean | undefined;
|
|
8946
9022
|
contains?: string | undefined;
|
|
8947
9023
|
}> | undefined;
|
|
8948
9024
|
}, {
|
|
8949
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
9025
|
+
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
9026
|
match?: Record<string, {
|
|
8951
9027
|
equals?: string | number | boolean | undefined;
|
|
8952
9028
|
contains?: string | undefined;
|
|
@@ -8959,7 +9035,7 @@ export declare const actionStepSchemas: ({
|
|
|
8959
9035
|
count: number;
|
|
8960
9036
|
withinMs?: number | undefined;
|
|
8961
9037
|
counter?: {
|
|
8962
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
9038
|
+
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
9039
|
match?: Record<string, {
|
|
8964
9040
|
equals?: string | number | boolean | undefined;
|
|
8965
9041
|
contains?: string | undefined;
|
|
@@ -8972,7 +9048,7 @@ export declare const actionStepSchemas: ({
|
|
|
8972
9048
|
count: number;
|
|
8973
9049
|
withinMs?: number | undefined;
|
|
8974
9050
|
counter?: {
|
|
8975
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
9051
|
+
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
9052
|
match?: Record<string, {
|
|
8977
9053
|
equals?: string | number | boolean | undefined;
|
|
8978
9054
|
contains?: string | undefined;
|
|
@@ -9030,7 +9106,7 @@ export declare const actionStepSchemas: ({
|
|
|
9030
9106
|
count: number;
|
|
9031
9107
|
withinMs?: number | undefined;
|
|
9032
9108
|
counter?: {
|
|
9033
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
9109
|
+
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
9110
|
match?: Record<string, {
|
|
9035
9111
|
equals?: string | number | boolean | undefined;
|
|
9036
9112
|
contains?: string | undefined;
|
|
@@ -9088,7 +9164,7 @@ export declare const actionStepSchemas: ({
|
|
|
9088
9164
|
count: number;
|
|
9089
9165
|
withinMs?: number | undefined;
|
|
9090
9166
|
counter?: {
|
|
9091
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
9167
|
+
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
9168
|
match?: Record<string, {
|
|
9093
9169
|
equals?: string | number | boolean | undefined;
|
|
9094
9170
|
contains?: string | undefined;
|
|
@@ -9150,7 +9226,7 @@ export declare const actionStepSchemas: ({
|
|
|
9150
9226
|
count: number;
|
|
9151
9227
|
withinMs?: number | undefined;
|
|
9152
9228
|
counter?: {
|
|
9153
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
9229
|
+
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
9230
|
match?: Record<string, {
|
|
9155
9231
|
equals?: string | number | boolean | undefined;
|
|
9156
9232
|
contains?: string | undefined;
|
|
@@ -9212,7 +9288,7 @@ export declare const actionStepSchemas: ({
|
|
|
9212
9288
|
count: number;
|
|
9213
9289
|
withinMs?: number | undefined;
|
|
9214
9290
|
counter?: {
|
|
9215
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
9291
|
+
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
9292
|
match?: Record<string, {
|
|
9217
9293
|
equals?: string | number | boolean | undefined;
|
|
9218
9294
|
contains?: string | undefined;
|
|
@@ -9296,6 +9372,7 @@ export declare const actionStepSchemas: ({
|
|
|
9296
9372
|
description: z.ZodOptional<z.ZodString>;
|
|
9297
9373
|
validation: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
9298
9374
|
}, "strip", z.ZodTypeAny, {
|
|
9375
|
+
kind: "faq:question";
|
|
9299
9376
|
config: {
|
|
9300
9377
|
question: string;
|
|
9301
9378
|
id: string;
|
|
@@ -9323,7 +9400,6 @@ export declare const actionStepSchemas: ({
|
|
|
9323
9400
|
fallback?: string | undefined;
|
|
9324
9401
|
} | undefined;
|
|
9325
9402
|
};
|
|
9326
|
-
kind: "faq:question";
|
|
9327
9403
|
title?: string | undefined;
|
|
9328
9404
|
id?: string | undefined;
|
|
9329
9405
|
triggerWhen?: {
|
|
@@ -9378,7 +9454,7 @@ export declare const actionStepSchemas: ({
|
|
|
9378
9454
|
count: number;
|
|
9379
9455
|
withinMs?: number | undefined;
|
|
9380
9456
|
counter?: {
|
|
9381
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
9457
|
+
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
9458
|
match?: Record<string, {
|
|
9383
9459
|
equals?: string | number | boolean | undefined;
|
|
9384
9460
|
contains?: string | undefined;
|
|
@@ -9415,6 +9491,7 @@ export declare const actionStepSchemas: ({
|
|
|
9415
9491
|
icon?: string | undefined;
|
|
9416
9492
|
} | null | undefined;
|
|
9417
9493
|
}, {
|
|
9494
|
+
kind: "faq:question";
|
|
9418
9495
|
config: {
|
|
9419
9496
|
question: string;
|
|
9420
9497
|
id: string;
|
|
@@ -9442,7 +9519,6 @@ export declare const actionStepSchemas: ({
|
|
|
9442
9519
|
fallback?: string | undefined;
|
|
9443
9520
|
} | undefined;
|
|
9444
9521
|
};
|
|
9445
|
-
kind: "faq:question";
|
|
9446
9522
|
title?: string | undefined;
|
|
9447
9523
|
id?: string | undefined;
|
|
9448
9524
|
triggerWhen?: {
|
|
@@ -9497,7 +9573,7 @@ export declare const actionStepSchemas: ({
|
|
|
9497
9573
|
count: number;
|
|
9498
9574
|
withinMs?: number | undefined;
|
|
9499
9575
|
counter?: {
|
|
9500
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
9576
|
+
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
9577
|
match?: Record<string, {
|
|
9502
9578
|
equals?: string | number | boolean | undefined;
|
|
9503
9579
|
contains?: string | undefined;
|
|
@@ -9534,6 +9610,7 @@ export declare const actionStepSchemas: ({
|
|
|
9534
9610
|
icon?: string | undefined;
|
|
9535
9611
|
} | null | undefined;
|
|
9536
9612
|
}>, {
|
|
9613
|
+
kind: "faq:question";
|
|
9537
9614
|
config: {
|
|
9538
9615
|
question: string;
|
|
9539
9616
|
id: string;
|
|
@@ -9561,7 +9638,6 @@ export declare const actionStepSchemas: ({
|
|
|
9561
9638
|
fallback?: string | undefined;
|
|
9562
9639
|
} | undefined;
|
|
9563
9640
|
};
|
|
9564
|
-
kind: "faq:question";
|
|
9565
9641
|
title?: string | undefined;
|
|
9566
9642
|
id?: string | undefined;
|
|
9567
9643
|
triggerWhen?: {
|
|
@@ -9616,7 +9692,7 @@ export declare const actionStepSchemas: ({
|
|
|
9616
9692
|
count: number;
|
|
9617
9693
|
withinMs?: number | undefined;
|
|
9618
9694
|
counter?: {
|
|
9619
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
9695
|
+
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
9696
|
match?: Record<string, {
|
|
9621
9697
|
equals?: string | number | boolean | undefined;
|
|
9622
9698
|
contains?: string | undefined;
|
|
@@ -9653,6 +9729,7 @@ export declare const actionStepSchemas: ({
|
|
|
9653
9729
|
icon?: string | undefined;
|
|
9654
9730
|
} | null | undefined;
|
|
9655
9731
|
}, {
|
|
9732
|
+
kind: "faq:question";
|
|
9656
9733
|
config: {
|
|
9657
9734
|
question: string;
|
|
9658
9735
|
id: string;
|
|
@@ -9680,7 +9757,6 @@ export declare const actionStepSchemas: ({
|
|
|
9680
9757
|
fallback?: string | undefined;
|
|
9681
9758
|
} | undefined;
|
|
9682
9759
|
};
|
|
9683
|
-
kind: "faq:question";
|
|
9684
9760
|
title?: string | undefined;
|
|
9685
9761
|
id?: string | undefined;
|
|
9686
9762
|
triggerWhen?: {
|
|
@@ -9735,7 +9811,7 @@ export declare const actionStepSchemas: ({
|
|
|
9735
9811
|
count: number;
|
|
9736
9812
|
withinMs?: number | undefined;
|
|
9737
9813
|
counter?: {
|
|
9738
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
9814
|
+
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
9815
|
match?: Record<string, {
|
|
9740
9816
|
equals?: string | number | boolean | undefined;
|
|
9741
9817
|
contains?: string | undefined;
|
|
@@ -9795,6 +9871,7 @@ export declare const actionStepSchemas: ({
|
|
|
9795
9871
|
title?: string | undefined;
|
|
9796
9872
|
position?: "prepend" | "append" | "before" | "after" | undefined;
|
|
9797
9873
|
items?: {
|
|
9874
|
+
kind: "faq:question";
|
|
9798
9875
|
config: {
|
|
9799
9876
|
question: string;
|
|
9800
9877
|
id: string;
|
|
@@ -9822,7 +9899,6 @@ export declare const actionStepSchemas: ({
|
|
|
9822
9899
|
fallback?: string | undefined;
|
|
9823
9900
|
} | undefined;
|
|
9824
9901
|
};
|
|
9825
|
-
kind: "faq:question";
|
|
9826
9902
|
title?: string | undefined;
|
|
9827
9903
|
id?: string | undefined;
|
|
9828
9904
|
triggerWhen?: {
|
|
@@ -9877,7 +9953,7 @@ export declare const actionStepSchemas: ({
|
|
|
9877
9953
|
count: number;
|
|
9878
9954
|
withinMs?: number | undefined;
|
|
9879
9955
|
counter?: {
|
|
9880
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
9956
|
+
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
9957
|
match?: Record<string, {
|
|
9882
9958
|
equals?: string | number | boolean | undefined;
|
|
9883
9959
|
contains?: string | undefined;
|
|
@@ -9929,6 +10005,7 @@ export declare const actionStepSchemas: ({
|
|
|
9929
10005
|
title?: string | undefined;
|
|
9930
10006
|
position?: "prepend" | "append" | "before" | "after" | undefined;
|
|
9931
10007
|
items?: {
|
|
10008
|
+
kind: "faq:question";
|
|
9932
10009
|
config: {
|
|
9933
10010
|
question: string;
|
|
9934
10011
|
id: string;
|
|
@@ -9956,7 +10033,6 @@ export declare const actionStepSchemas: ({
|
|
|
9956
10033
|
fallback?: string | undefined;
|
|
9957
10034
|
} | undefined;
|
|
9958
10035
|
};
|
|
9959
|
-
kind: "faq:question";
|
|
9960
10036
|
title?: string | undefined;
|
|
9961
10037
|
id?: string | undefined;
|
|
9962
10038
|
triggerWhen?: {
|
|
@@ -10011,7 +10087,7 @@ export declare const actionStepSchemas: ({
|
|
|
10011
10087
|
count: number;
|
|
10012
10088
|
withinMs?: number | undefined;
|
|
10013
10089
|
counter?: {
|
|
10014
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
10090
|
+
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
10091
|
match?: Record<string, {
|
|
10016
10092
|
equals?: string | number | boolean | undefined;
|
|
10017
10093
|
contains?: string | undefined;
|
|
@@ -10353,8 +10429,8 @@ export declare const tileWidgets: {
|
|
|
10353
10429
|
count: z.ZodNumber;
|
|
10354
10430
|
withinMs: z.ZodOptional<z.ZodNumber>;
|
|
10355
10431
|
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", "
|
|
10357
|
-
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
10432
|
+
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">;
|
|
10433
|
+
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
|
|
10358
10434
|
equals: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
10359
10435
|
contains: z.ZodOptional<z.ZodString>;
|
|
10360
10436
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -10363,15 +10439,21 @@ export declare const tileWidgets: {
|
|
|
10363
10439
|
}, {
|
|
10364
10440
|
equals?: string | number | boolean | undefined;
|
|
10365
10441
|
contains?: string | undefined;
|
|
10442
|
+
}>, {
|
|
10443
|
+
equals?: string | number | boolean | undefined;
|
|
10444
|
+
contains?: string | undefined;
|
|
10445
|
+
}, {
|
|
10446
|
+
equals?: string | number | boolean | undefined;
|
|
10447
|
+
contains?: string | undefined;
|
|
10366
10448
|
}>>>;
|
|
10367
10449
|
}, "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" | "
|
|
10450
|
+
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
10451
|
match?: Record<string, {
|
|
10370
10452
|
equals?: string | number | boolean | undefined;
|
|
10371
10453
|
contains?: string | undefined;
|
|
10372
10454
|
}> | undefined;
|
|
10373
10455
|
}, {
|
|
10374
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
10456
|
+
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
10457
|
match?: Record<string, {
|
|
10376
10458
|
equals?: string | number | boolean | undefined;
|
|
10377
10459
|
contains?: string | undefined;
|
|
@@ -10384,7 +10466,7 @@ export declare const tileWidgets: {
|
|
|
10384
10466
|
count: number;
|
|
10385
10467
|
withinMs?: number | undefined;
|
|
10386
10468
|
counter?: {
|
|
10387
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
10469
|
+
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
10470
|
match?: Record<string, {
|
|
10389
10471
|
equals?: string | number | boolean | undefined;
|
|
10390
10472
|
contains?: string | undefined;
|
|
@@ -10397,7 +10479,7 @@ export declare const tileWidgets: {
|
|
|
10397
10479
|
count: number;
|
|
10398
10480
|
withinMs?: number | undefined;
|
|
10399
10481
|
counter?: {
|
|
10400
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
10482
|
+
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
10483
|
match?: Record<string, {
|
|
10402
10484
|
equals?: string | number | boolean | undefined;
|
|
10403
10485
|
contains?: string | undefined;
|
|
@@ -10455,7 +10537,7 @@ export declare const tileWidgets: {
|
|
|
10455
10537
|
count: number;
|
|
10456
10538
|
withinMs?: number | undefined;
|
|
10457
10539
|
counter?: {
|
|
10458
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
10540
|
+
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
10541
|
match?: Record<string, {
|
|
10460
10542
|
equals?: string | number | boolean | undefined;
|
|
10461
10543
|
contains?: string | undefined;
|
|
@@ -10513,7 +10595,7 @@ export declare const tileWidgets: {
|
|
|
10513
10595
|
count: number;
|
|
10514
10596
|
withinMs?: number | undefined;
|
|
10515
10597
|
counter?: {
|
|
10516
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
10598
|
+
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
10599
|
match?: Record<string, {
|
|
10518
10600
|
equals?: string | number | boolean | undefined;
|
|
10519
10601
|
contains?: string | undefined;
|
|
@@ -10575,7 +10657,7 @@ export declare const tileWidgets: {
|
|
|
10575
10657
|
count: number;
|
|
10576
10658
|
withinMs?: number | undefined;
|
|
10577
10659
|
counter?: {
|
|
10578
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
10660
|
+
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
10661
|
match?: Record<string, {
|
|
10580
10662
|
equals?: string | number | boolean | undefined;
|
|
10581
10663
|
contains?: string | undefined;
|
|
@@ -10637,7 +10719,7 @@ export declare const tileWidgets: {
|
|
|
10637
10719
|
count: number;
|
|
10638
10720
|
withinMs?: number | undefined;
|
|
10639
10721
|
counter?: {
|
|
10640
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
10722
|
+
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
10723
|
match?: Record<string, {
|
|
10642
10724
|
equals?: string | number | boolean | undefined;
|
|
10643
10725
|
contains?: string | undefined;
|
|
@@ -10721,6 +10803,7 @@ export declare const tileWidgets: {
|
|
|
10721
10803
|
description: z.ZodOptional<z.ZodString>;
|
|
10722
10804
|
validation: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
10723
10805
|
}, "strip", z.ZodTypeAny, {
|
|
10806
|
+
kind: "faq:question";
|
|
10724
10807
|
config: {
|
|
10725
10808
|
question: string;
|
|
10726
10809
|
id: string;
|
|
@@ -10748,7 +10831,6 @@ export declare const tileWidgets: {
|
|
|
10748
10831
|
fallback?: string | undefined;
|
|
10749
10832
|
} | undefined;
|
|
10750
10833
|
};
|
|
10751
|
-
kind: "faq:question";
|
|
10752
10834
|
title?: string | undefined;
|
|
10753
10835
|
id?: string | undefined;
|
|
10754
10836
|
triggerWhen?: {
|
|
@@ -10803,7 +10885,7 @@ export declare const tileWidgets: {
|
|
|
10803
10885
|
count: number;
|
|
10804
10886
|
withinMs?: number | undefined;
|
|
10805
10887
|
counter?: {
|
|
10806
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
10888
|
+
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
10889
|
match?: Record<string, {
|
|
10808
10890
|
equals?: string | number | boolean | undefined;
|
|
10809
10891
|
contains?: string | undefined;
|
|
@@ -10840,6 +10922,7 @@ export declare const tileWidgets: {
|
|
|
10840
10922
|
icon?: string | undefined;
|
|
10841
10923
|
} | null | undefined;
|
|
10842
10924
|
}, {
|
|
10925
|
+
kind: "faq:question";
|
|
10843
10926
|
config: {
|
|
10844
10927
|
question: string;
|
|
10845
10928
|
id: string;
|
|
@@ -10867,7 +10950,6 @@ export declare const tileWidgets: {
|
|
|
10867
10950
|
fallback?: string | undefined;
|
|
10868
10951
|
} | undefined;
|
|
10869
10952
|
};
|
|
10870
|
-
kind: "faq:question";
|
|
10871
10953
|
title?: string | undefined;
|
|
10872
10954
|
id?: string | undefined;
|
|
10873
10955
|
triggerWhen?: {
|
|
@@ -10922,7 +11004,7 @@ export declare const tileWidgets: {
|
|
|
10922
11004
|
count: number;
|
|
10923
11005
|
withinMs?: number | undefined;
|
|
10924
11006
|
counter?: {
|
|
10925
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
11007
|
+
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
11008
|
match?: Record<string, {
|
|
10927
11009
|
equals?: string | number | boolean | undefined;
|
|
10928
11010
|
contains?: string | undefined;
|
|
@@ -10959,6 +11041,7 @@ export declare const tileWidgets: {
|
|
|
10959
11041
|
icon?: string | undefined;
|
|
10960
11042
|
} | null | undefined;
|
|
10961
11043
|
}>, {
|
|
11044
|
+
kind: "faq:question";
|
|
10962
11045
|
config: {
|
|
10963
11046
|
question: string;
|
|
10964
11047
|
id: string;
|
|
@@ -10986,7 +11069,6 @@ export declare const tileWidgets: {
|
|
|
10986
11069
|
fallback?: string | undefined;
|
|
10987
11070
|
} | undefined;
|
|
10988
11071
|
};
|
|
10989
|
-
kind: "faq:question";
|
|
10990
11072
|
title?: string | undefined;
|
|
10991
11073
|
id?: string | undefined;
|
|
10992
11074
|
triggerWhen?: {
|
|
@@ -11041,7 +11123,7 @@ export declare const tileWidgets: {
|
|
|
11041
11123
|
count: number;
|
|
11042
11124
|
withinMs?: number | undefined;
|
|
11043
11125
|
counter?: {
|
|
11044
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
11126
|
+
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
11127
|
match?: Record<string, {
|
|
11046
11128
|
equals?: string | number | boolean | undefined;
|
|
11047
11129
|
contains?: string | undefined;
|
|
@@ -11078,6 +11160,7 @@ export declare const tileWidgets: {
|
|
|
11078
11160
|
icon?: string | undefined;
|
|
11079
11161
|
} | null | undefined;
|
|
11080
11162
|
}, {
|
|
11163
|
+
kind: "faq:question";
|
|
11081
11164
|
config: {
|
|
11082
11165
|
question: string;
|
|
11083
11166
|
id: string;
|
|
@@ -11105,7 +11188,6 @@ export declare const tileWidgets: {
|
|
|
11105
11188
|
fallback?: string | undefined;
|
|
11106
11189
|
} | undefined;
|
|
11107
11190
|
};
|
|
11108
|
-
kind: "faq:question";
|
|
11109
11191
|
title?: string | undefined;
|
|
11110
11192
|
id?: string | undefined;
|
|
11111
11193
|
triggerWhen?: {
|
|
@@ -11160,7 +11242,7 @@ export declare const tileWidgets: {
|
|
|
11160
11242
|
count: number;
|
|
11161
11243
|
withinMs?: number | undefined;
|
|
11162
11244
|
counter?: {
|
|
11163
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
11245
|
+
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
11246
|
match?: Record<string, {
|
|
11165
11247
|
equals?: string | number | boolean | undefined;
|
|
11166
11248
|
contains?: string | undefined;
|
|
@@ -11197,6 +11279,20 @@ export declare const tileWidgets: {
|
|
|
11197
11279
|
icon?: string | undefined;
|
|
11198
11280
|
} | null | undefined;
|
|
11199
11281
|
}>, "many">>;
|
|
11282
|
+
/** Atomically-authored FAQ rows (the struct_list path). */
|
|
11283
|
+
questions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
11284
|
+
question: z.ZodString;
|
|
11285
|
+
answer: z.ZodString;
|
|
11286
|
+
category: z.ZodOptional<z.ZodString>;
|
|
11287
|
+
}, "strip", z.ZodTypeAny, {
|
|
11288
|
+
question: string;
|
|
11289
|
+
answer: string;
|
|
11290
|
+
category?: string | undefined;
|
|
11291
|
+
}, {
|
|
11292
|
+
question: string;
|
|
11293
|
+
answer: string;
|
|
11294
|
+
category?: string | undefined;
|
|
11295
|
+
}>, "many">>;
|
|
11200
11296
|
/** Feedback widget configuration */
|
|
11201
11297
|
feedback: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodObject<{
|
|
11202
11298
|
style: z.ZodEnum<["thumbs", "rating"]>;
|
|
@@ -11357,8 +11453,8 @@ export declare const tileWidgets: {
|
|
|
11357
11453
|
count: z.ZodNumber;
|
|
11358
11454
|
withinMs: z.ZodOptional<z.ZodNumber>;
|
|
11359
11455
|
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", "
|
|
11361
|
-
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
11456
|
+
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">;
|
|
11457
|
+
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
|
|
11362
11458
|
equals: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
11363
11459
|
contains: z.ZodOptional<z.ZodString>;
|
|
11364
11460
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -11367,15 +11463,21 @@ export declare const tileWidgets: {
|
|
|
11367
11463
|
}, {
|
|
11368
11464
|
equals?: string | number | boolean | undefined;
|
|
11369
11465
|
contains?: string | undefined;
|
|
11466
|
+
}>, {
|
|
11467
|
+
equals?: string | number | boolean | undefined;
|
|
11468
|
+
contains?: string | undefined;
|
|
11469
|
+
}, {
|
|
11470
|
+
equals?: string | number | boolean | undefined;
|
|
11471
|
+
contains?: string | undefined;
|
|
11370
11472
|
}>>>;
|
|
11371
11473
|
}, "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" | "
|
|
11474
|
+
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
11475
|
match?: Record<string, {
|
|
11374
11476
|
equals?: string | number | boolean | undefined;
|
|
11375
11477
|
contains?: string | undefined;
|
|
11376
11478
|
}> | undefined;
|
|
11377
11479
|
}, {
|
|
11378
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
11480
|
+
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
11481
|
match?: Record<string, {
|
|
11380
11482
|
equals?: string | number | boolean | undefined;
|
|
11381
11483
|
contains?: string | undefined;
|
|
@@ -11388,7 +11490,7 @@ export declare const tileWidgets: {
|
|
|
11388
11490
|
count: number;
|
|
11389
11491
|
withinMs?: number | undefined;
|
|
11390
11492
|
counter?: {
|
|
11391
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
11493
|
+
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
11494
|
match?: Record<string, {
|
|
11393
11495
|
equals?: string | number | boolean | undefined;
|
|
11394
11496
|
contains?: string | undefined;
|
|
@@ -11401,7 +11503,7 @@ export declare const tileWidgets: {
|
|
|
11401
11503
|
count: number;
|
|
11402
11504
|
withinMs?: number | undefined;
|
|
11403
11505
|
counter?: {
|
|
11404
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
11506
|
+
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
11507
|
match?: Record<string, {
|
|
11406
11508
|
equals?: string | number | boolean | undefined;
|
|
11407
11509
|
contains?: string | undefined;
|
|
@@ -11459,7 +11561,7 @@ export declare const tileWidgets: {
|
|
|
11459
11561
|
count: number;
|
|
11460
11562
|
withinMs?: number | undefined;
|
|
11461
11563
|
counter?: {
|
|
11462
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
11564
|
+
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
11565
|
match?: Record<string, {
|
|
11464
11566
|
equals?: string | number | boolean | undefined;
|
|
11465
11567
|
contains?: string | undefined;
|
|
@@ -11517,7 +11619,7 @@ export declare const tileWidgets: {
|
|
|
11517
11619
|
count: number;
|
|
11518
11620
|
withinMs?: number | undefined;
|
|
11519
11621
|
counter?: {
|
|
11520
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
11622
|
+
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
11623
|
match?: Record<string, {
|
|
11522
11624
|
equals?: string | number | boolean | undefined;
|
|
11523
11625
|
contains?: string | undefined;
|
|
@@ -11579,7 +11681,7 @@ export declare const tileWidgets: {
|
|
|
11579
11681
|
count: number;
|
|
11580
11682
|
withinMs?: number | undefined;
|
|
11581
11683
|
counter?: {
|
|
11582
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
11684
|
+
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
11685
|
match?: Record<string, {
|
|
11584
11686
|
equals?: string | number | boolean | undefined;
|
|
11585
11687
|
contains?: string | undefined;
|
|
@@ -11641,7 +11743,7 @@ export declare const tileWidgets: {
|
|
|
11641
11743
|
count: number;
|
|
11642
11744
|
withinMs?: number | undefined;
|
|
11643
11745
|
counter?: {
|
|
11644
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
11746
|
+
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
11747
|
match?: Record<string, {
|
|
11646
11748
|
equals?: string | number | boolean | undefined;
|
|
11647
11749
|
contains?: string | undefined;
|
|
@@ -11982,8 +12084,8 @@ export declare const tileWidgets: {
|
|
|
11982
12084
|
count: z.ZodNumber;
|
|
11983
12085
|
withinMs: z.ZodOptional<z.ZodNumber>;
|
|
11984
12086
|
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", "
|
|
11986
|
-
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
12087
|
+
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">;
|
|
12088
|
+
match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodObject<{
|
|
11987
12089
|
equals: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
11988
12090
|
contains: z.ZodOptional<z.ZodString>;
|
|
11989
12091
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -11992,15 +12094,21 @@ export declare const tileWidgets: {
|
|
|
11992
12094
|
}, {
|
|
11993
12095
|
equals?: string | number | boolean | undefined;
|
|
11994
12096
|
contains?: string | undefined;
|
|
12097
|
+
}>, {
|
|
12098
|
+
equals?: string | number | boolean | undefined;
|
|
12099
|
+
contains?: string | undefined;
|
|
12100
|
+
}, {
|
|
12101
|
+
equals?: string | number | boolean | undefined;
|
|
12102
|
+
contains?: string | undefined;
|
|
11995
12103
|
}>>>;
|
|
11996
12104
|
}, "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" | "
|
|
12105
|
+
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
12106
|
match?: Record<string, {
|
|
11999
12107
|
equals?: string | number | boolean | undefined;
|
|
12000
12108
|
contains?: string | undefined;
|
|
12001
12109
|
}> | undefined;
|
|
12002
12110
|
}, {
|
|
12003
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
12111
|
+
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
12112
|
match?: Record<string, {
|
|
12005
12113
|
equals?: string | number | boolean | undefined;
|
|
12006
12114
|
contains?: string | undefined;
|
|
@@ -12013,7 +12121,7 @@ export declare const tileWidgets: {
|
|
|
12013
12121
|
count: number;
|
|
12014
12122
|
withinMs?: number | undefined;
|
|
12015
12123
|
counter?: {
|
|
12016
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
12124
|
+
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
12125
|
match?: Record<string, {
|
|
12018
12126
|
equals?: string | number | boolean | undefined;
|
|
12019
12127
|
contains?: string | undefined;
|
|
@@ -12026,7 +12134,7 @@ export declare const tileWidgets: {
|
|
|
12026
12134
|
count: number;
|
|
12027
12135
|
withinMs?: number | undefined;
|
|
12028
12136
|
counter?: {
|
|
12029
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
12137
|
+
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
12138
|
match?: Record<string, {
|
|
12031
12139
|
equals?: string | number | boolean | undefined;
|
|
12032
12140
|
contains?: string | undefined;
|
|
@@ -12084,7 +12192,7 @@ export declare const tileWidgets: {
|
|
|
12084
12192
|
count: number;
|
|
12085
12193
|
withinMs?: number | undefined;
|
|
12086
12194
|
counter?: {
|
|
12087
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
12195
|
+
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
12196
|
match?: Record<string, {
|
|
12089
12197
|
equals?: string | number | boolean | undefined;
|
|
12090
12198
|
contains?: string | undefined;
|
|
@@ -12142,7 +12250,7 @@ export declare const tileWidgets: {
|
|
|
12142
12250
|
count: number;
|
|
12143
12251
|
withinMs?: number | undefined;
|
|
12144
12252
|
counter?: {
|
|
12145
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
12253
|
+
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
12254
|
match?: Record<string, {
|
|
12147
12255
|
equals?: string | number | boolean | undefined;
|
|
12148
12256
|
contains?: string | undefined;
|
|
@@ -12204,7 +12312,7 @@ export declare const tileWidgets: {
|
|
|
12204
12312
|
count: number;
|
|
12205
12313
|
withinMs?: number | undefined;
|
|
12206
12314
|
counter?: {
|
|
12207
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
12315
|
+
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
12316
|
match?: Record<string, {
|
|
12209
12317
|
equals?: string | number | boolean | undefined;
|
|
12210
12318
|
contains?: string | undefined;
|
|
@@ -12266,7 +12374,7 @@ export declare const tileWidgets: {
|
|
|
12266
12374
|
count: number;
|
|
12267
12375
|
withinMs?: number | undefined;
|
|
12268
12376
|
counter?: {
|
|
12269
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
12377
|
+
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
12378
|
match?: Record<string, {
|
|
12271
12379
|
equals?: string | number | boolean | undefined;
|
|
12272
12380
|
contains?: string | undefined;
|
|
@@ -12350,6 +12458,7 @@ export declare const tileWidgets: {
|
|
|
12350
12458
|
description: z.ZodOptional<z.ZodString>;
|
|
12351
12459
|
validation: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
12352
12460
|
}, "strip", z.ZodTypeAny, {
|
|
12461
|
+
kind: "faq:question";
|
|
12353
12462
|
config: {
|
|
12354
12463
|
question: string;
|
|
12355
12464
|
id: string;
|
|
@@ -12377,7 +12486,6 @@ export declare const tileWidgets: {
|
|
|
12377
12486
|
fallback?: string | undefined;
|
|
12378
12487
|
} | undefined;
|
|
12379
12488
|
};
|
|
12380
|
-
kind: "faq:question";
|
|
12381
12489
|
title?: string | undefined;
|
|
12382
12490
|
id?: string | undefined;
|
|
12383
12491
|
triggerWhen?: {
|
|
@@ -12432,7 +12540,7 @@ export declare const tileWidgets: {
|
|
|
12432
12540
|
count: number;
|
|
12433
12541
|
withinMs?: number | undefined;
|
|
12434
12542
|
counter?: {
|
|
12435
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
12543
|
+
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
12544
|
match?: Record<string, {
|
|
12437
12545
|
equals?: string | number | boolean | undefined;
|
|
12438
12546
|
contains?: string | undefined;
|
|
@@ -12469,6 +12577,7 @@ export declare const tileWidgets: {
|
|
|
12469
12577
|
icon?: string | undefined;
|
|
12470
12578
|
} | null | undefined;
|
|
12471
12579
|
}, {
|
|
12580
|
+
kind: "faq:question";
|
|
12472
12581
|
config: {
|
|
12473
12582
|
question: string;
|
|
12474
12583
|
id: string;
|
|
@@ -12496,7 +12605,6 @@ export declare const tileWidgets: {
|
|
|
12496
12605
|
fallback?: string | undefined;
|
|
12497
12606
|
} | undefined;
|
|
12498
12607
|
};
|
|
12499
|
-
kind: "faq:question";
|
|
12500
12608
|
title?: string | undefined;
|
|
12501
12609
|
id?: string | undefined;
|
|
12502
12610
|
triggerWhen?: {
|
|
@@ -12551,7 +12659,7 @@ export declare const tileWidgets: {
|
|
|
12551
12659
|
count: number;
|
|
12552
12660
|
withinMs?: number | undefined;
|
|
12553
12661
|
counter?: {
|
|
12554
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
12662
|
+
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
12663
|
match?: Record<string, {
|
|
12556
12664
|
equals?: string | number | boolean | undefined;
|
|
12557
12665
|
contains?: string | undefined;
|
|
@@ -12588,6 +12696,7 @@ export declare const tileWidgets: {
|
|
|
12588
12696
|
icon?: string | undefined;
|
|
12589
12697
|
} | null | undefined;
|
|
12590
12698
|
}>, {
|
|
12699
|
+
kind: "faq:question";
|
|
12591
12700
|
config: {
|
|
12592
12701
|
question: string;
|
|
12593
12702
|
id: string;
|
|
@@ -12615,7 +12724,6 @@ export declare const tileWidgets: {
|
|
|
12615
12724
|
fallback?: string | undefined;
|
|
12616
12725
|
} | undefined;
|
|
12617
12726
|
};
|
|
12618
|
-
kind: "faq:question";
|
|
12619
12727
|
title?: string | undefined;
|
|
12620
12728
|
id?: string | undefined;
|
|
12621
12729
|
triggerWhen?: {
|
|
@@ -12670,7 +12778,7 @@ export declare const tileWidgets: {
|
|
|
12670
12778
|
count: number;
|
|
12671
12779
|
withinMs?: number | undefined;
|
|
12672
12780
|
counter?: {
|
|
12673
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
12781
|
+
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
12782
|
match?: Record<string, {
|
|
12675
12783
|
equals?: string | number | boolean | undefined;
|
|
12676
12784
|
contains?: string | undefined;
|
|
@@ -12707,6 +12815,7 @@ export declare const tileWidgets: {
|
|
|
12707
12815
|
icon?: string | undefined;
|
|
12708
12816
|
} | null | undefined;
|
|
12709
12817
|
}, {
|
|
12818
|
+
kind: "faq:question";
|
|
12710
12819
|
config: {
|
|
12711
12820
|
question: string;
|
|
12712
12821
|
id: string;
|
|
@@ -12734,7 +12843,6 @@ export declare const tileWidgets: {
|
|
|
12734
12843
|
fallback?: string | undefined;
|
|
12735
12844
|
} | undefined;
|
|
12736
12845
|
};
|
|
12737
|
-
kind: "faq:question";
|
|
12738
12846
|
title?: string | undefined;
|
|
12739
12847
|
id?: string | undefined;
|
|
12740
12848
|
triggerWhen?: {
|
|
@@ -12789,7 +12897,7 @@ export declare const tileWidgets: {
|
|
|
12789
12897
|
count: number;
|
|
12790
12898
|
withinMs?: number | undefined;
|
|
12791
12899
|
counter?: {
|
|
12792
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
12900
|
+
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
12901
|
match?: Record<string, {
|
|
12794
12902
|
equals?: string | number | boolean | undefined;
|
|
12795
12903
|
contains?: string | undefined;
|
|
@@ -12830,6 +12938,7 @@ export declare const tileWidgets: {
|
|
|
12830
12938
|
once: z.ZodOptional<z.ZodBoolean>;
|
|
12831
12939
|
}, "strip", z.ZodTypeAny, {
|
|
12832
12940
|
items: {
|
|
12941
|
+
kind: "faq:question";
|
|
12833
12942
|
config: {
|
|
12834
12943
|
question: string;
|
|
12835
12944
|
id: string;
|
|
@@ -12857,7 +12966,6 @@ export declare const tileWidgets: {
|
|
|
12857
12966
|
fallback?: string | undefined;
|
|
12858
12967
|
} | undefined;
|
|
12859
12968
|
};
|
|
12860
|
-
kind: "faq:question";
|
|
12861
12969
|
title?: string | undefined;
|
|
12862
12970
|
id?: string | undefined;
|
|
12863
12971
|
triggerWhen?: {
|
|
@@ -12912,7 +13020,7 @@ export declare const tileWidgets: {
|
|
|
12912
13020
|
count: number;
|
|
12913
13021
|
withinMs?: number | undefined;
|
|
12914
13022
|
counter?: {
|
|
12915
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
13023
|
+
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
13024
|
match?: Record<string, {
|
|
12917
13025
|
equals?: string | number | boolean | undefined;
|
|
12918
13026
|
contains?: string | undefined;
|
|
@@ -13001,7 +13109,7 @@ export declare const tileWidgets: {
|
|
|
13001
13109
|
count: number;
|
|
13002
13110
|
withinMs?: number | undefined;
|
|
13003
13111
|
counter?: {
|
|
13004
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
13112
|
+
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
13113
|
match?: Record<string, {
|
|
13006
13114
|
equals?: string | number | boolean | undefined;
|
|
13007
13115
|
contains?: string | undefined;
|
|
@@ -13034,6 +13142,7 @@ export declare const tileWidgets: {
|
|
|
13034
13142
|
once?: boolean | undefined;
|
|
13035
13143
|
}, {
|
|
13036
13144
|
items: {
|
|
13145
|
+
kind: "faq:question";
|
|
13037
13146
|
config: {
|
|
13038
13147
|
question: string;
|
|
13039
13148
|
id: string;
|
|
@@ -13061,7 +13170,6 @@ export declare const tileWidgets: {
|
|
|
13061
13170
|
fallback?: string | undefined;
|
|
13062
13171
|
} | undefined;
|
|
13063
13172
|
};
|
|
13064
|
-
kind: "faq:question";
|
|
13065
13173
|
title?: string | undefined;
|
|
13066
13174
|
id?: string | undefined;
|
|
13067
13175
|
triggerWhen?: {
|
|
@@ -13116,7 +13224,7 @@ export declare const tileWidgets: {
|
|
|
13116
13224
|
count: number;
|
|
13117
13225
|
withinMs?: number | undefined;
|
|
13118
13226
|
counter?: {
|
|
13119
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
13227
|
+
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
13228
|
match?: Record<string, {
|
|
13121
13229
|
equals?: string | number | boolean | undefined;
|
|
13122
13230
|
contains?: string | undefined;
|
|
@@ -13205,7 +13313,7 @@ export declare const tileWidgets: {
|
|
|
13205
13313
|
count: number;
|
|
13206
13314
|
withinMs?: number | undefined;
|
|
13207
13315
|
counter?: {
|
|
13208
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
13316
|
+
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
13317
|
match?: Record<string, {
|
|
13210
13318
|
equals?: string | number | boolean | undefined;
|
|
13211
13319
|
contains?: string | undefined;
|
|
@@ -13242,6 +13350,7 @@ export declare const tileWidgets: {
|
|
|
13242
13350
|
expandBehavior: "single" | "multiple";
|
|
13243
13351
|
theme: "light" | "dark" | "auto";
|
|
13244
13352
|
actions: {
|
|
13353
|
+
kind: "faq:question";
|
|
13245
13354
|
config: {
|
|
13246
13355
|
question: string;
|
|
13247
13356
|
id: string;
|
|
@@ -13269,7 +13378,6 @@ export declare const tileWidgets: {
|
|
|
13269
13378
|
fallback?: string | undefined;
|
|
13270
13379
|
} | undefined;
|
|
13271
13380
|
};
|
|
13272
|
-
kind: "faq:question";
|
|
13273
13381
|
title?: string | undefined;
|
|
13274
13382
|
id?: string | undefined;
|
|
13275
13383
|
triggerWhen?: {
|
|
@@ -13324,7 +13432,7 @@ export declare const tileWidgets: {
|
|
|
13324
13432
|
count: number;
|
|
13325
13433
|
withinMs?: number | undefined;
|
|
13326
13434
|
counter?: {
|
|
13327
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
13435
|
+
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
13436
|
match?: Record<string, {
|
|
13329
13437
|
equals?: string | number | boolean | undefined;
|
|
13330
13438
|
contains?: string | undefined;
|
|
@@ -13362,6 +13470,11 @@ export declare const tileWidgets: {
|
|
|
13362
13470
|
} | null | undefined;
|
|
13363
13471
|
}[];
|
|
13364
13472
|
title?: string | undefined;
|
|
13473
|
+
questions?: {
|
|
13474
|
+
question: string;
|
|
13475
|
+
answer: string;
|
|
13476
|
+
category?: string | undefined;
|
|
13477
|
+
}[] | undefined;
|
|
13365
13478
|
feedback?: boolean | {
|
|
13366
13479
|
style: "thumbs" | "rating";
|
|
13367
13480
|
prompt?: string | undefined;
|
|
@@ -13372,6 +13485,7 @@ export declare const tileWidgets: {
|
|
|
13372
13485
|
} | undefined;
|
|
13373
13486
|
injections?: {
|
|
13374
13487
|
items: {
|
|
13488
|
+
kind: "faq:question";
|
|
13375
13489
|
config: {
|
|
13376
13490
|
question: string;
|
|
13377
13491
|
id: string;
|
|
@@ -13399,7 +13513,6 @@ export declare const tileWidgets: {
|
|
|
13399
13513
|
fallback?: string | undefined;
|
|
13400
13514
|
} | undefined;
|
|
13401
13515
|
};
|
|
13402
|
-
kind: "faq:question";
|
|
13403
13516
|
title?: string | undefined;
|
|
13404
13517
|
id?: string | undefined;
|
|
13405
13518
|
triggerWhen?: {
|
|
@@ -13454,7 +13567,7 @@ export declare const tileWidgets: {
|
|
|
13454
13567
|
count: number;
|
|
13455
13568
|
withinMs?: number | undefined;
|
|
13456
13569
|
counter?: {
|
|
13457
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
13570
|
+
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
13571
|
match?: Record<string, {
|
|
13459
13572
|
equals?: string | number | boolean | undefined;
|
|
13460
13573
|
contains?: string | undefined;
|
|
@@ -13543,7 +13656,7 @@ export declare const tileWidgets: {
|
|
|
13543
13656
|
count: number;
|
|
13544
13657
|
withinMs?: number | undefined;
|
|
13545
13658
|
counter?: {
|
|
13546
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
13659
|
+
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
13660
|
match?: Record<string, {
|
|
13548
13661
|
equals?: string | number | boolean | undefined;
|
|
13549
13662
|
contains?: string | undefined;
|
|
@@ -13581,6 +13694,7 @@ export declare const tileWidgets: {
|
|
|
13581
13694
|
expandBehavior?: "single" | "multiple" | undefined;
|
|
13582
13695
|
theme?: "light" | "dark" | "auto" | undefined;
|
|
13583
13696
|
actions?: {
|
|
13697
|
+
kind: "faq:question";
|
|
13584
13698
|
config: {
|
|
13585
13699
|
question: string;
|
|
13586
13700
|
id: string;
|
|
@@ -13608,7 +13722,6 @@ export declare const tileWidgets: {
|
|
|
13608
13722
|
fallback?: string | undefined;
|
|
13609
13723
|
} | undefined;
|
|
13610
13724
|
};
|
|
13611
|
-
kind: "faq:question";
|
|
13612
13725
|
title?: string | undefined;
|
|
13613
13726
|
id?: string | undefined;
|
|
13614
13727
|
triggerWhen?: {
|
|
@@ -13663,7 +13776,7 @@ export declare const tileWidgets: {
|
|
|
13663
13776
|
count: number;
|
|
13664
13777
|
withinMs?: number | undefined;
|
|
13665
13778
|
counter?: {
|
|
13666
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
13779
|
+
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
13780
|
match?: Record<string, {
|
|
13668
13781
|
equals?: string | number | boolean | undefined;
|
|
13669
13782
|
contains?: string | undefined;
|
|
@@ -13700,6 +13813,11 @@ export declare const tileWidgets: {
|
|
|
13700
13813
|
icon?: string | undefined;
|
|
13701
13814
|
} | null | undefined;
|
|
13702
13815
|
}[] | undefined;
|
|
13816
|
+
questions?: {
|
|
13817
|
+
question: string;
|
|
13818
|
+
answer: string;
|
|
13819
|
+
category?: string | undefined;
|
|
13820
|
+
}[] | undefined;
|
|
13703
13821
|
feedback?: boolean | {
|
|
13704
13822
|
style: "thumbs" | "rating";
|
|
13705
13823
|
prompt?: string | undefined;
|
|
@@ -13710,6 +13828,7 @@ export declare const tileWidgets: {
|
|
|
13710
13828
|
} | undefined;
|
|
13711
13829
|
injections?: {
|
|
13712
13830
|
items: {
|
|
13831
|
+
kind: "faq:question";
|
|
13713
13832
|
config: {
|
|
13714
13833
|
question: string;
|
|
13715
13834
|
id: string;
|
|
@@ -13737,7 +13856,6 @@ export declare const tileWidgets: {
|
|
|
13737
13856
|
fallback?: string | undefined;
|
|
13738
13857
|
} | undefined;
|
|
13739
13858
|
};
|
|
13740
|
-
kind: "faq:question";
|
|
13741
13859
|
title?: string | undefined;
|
|
13742
13860
|
id?: string | undefined;
|
|
13743
13861
|
triggerWhen?: {
|
|
@@ -13792,7 +13910,7 @@ export declare const tileWidgets: {
|
|
|
13792
13910
|
count: number;
|
|
13793
13911
|
withinMs?: number | undefined;
|
|
13794
13912
|
counter?: {
|
|
13795
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
13913
|
+
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
13914
|
match?: Record<string, {
|
|
13797
13915
|
equals?: string | number | boolean | undefined;
|
|
13798
13916
|
contains?: string | undefined;
|
|
@@ -13881,7 +13999,7 @@ export declare const tileWidgets: {
|
|
|
13881
13999
|
count: number;
|
|
13882
14000
|
withinMs?: number | undefined;
|
|
13883
14001
|
counter?: {
|
|
13884
|
-
events: ("ui.click" | "ui.scroll" | "ui.input" | "ui.change" | "ui.submit" | "ui.hover" | "ui.idle" | "ui.scroll_thrash" | "ui.focus_bounce" | "
|
|
14002
|
+
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
14003
|
match?: Record<string, {
|
|
13886
14004
|
equals?: string | number | boolean | undefined;
|
|
13887
14005
|
contains?: string | undefined;
|
|
@@ -13917,6 +14035,7 @@ export declare const tileWidgets: {
|
|
|
13917
14035
|
}[];
|
|
13918
14036
|
export declare const CAPABILITIES_DOCUMENTATION: {
|
|
13919
14037
|
packageId: string;
|
|
14038
|
+
plannerSummary: string;
|
|
13920
14039
|
description: string;
|
|
13921
14040
|
whenToUse: {
|
|
13922
14041
|
goal: string;
|