@syntrologie/adapt-faq 2.28.0 → 2.29.1

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/schema.d.ts CHANGED
@@ -285,7 +285,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
285
285
  withinMs: z.ZodOptional<z.ZodNumber>;
286
286
  counter: z.ZodOptional<z.ZodObject<{
287
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.ZodObject<{
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,6 +294,12 @@ 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
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")[];
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -1419,7 +1425,7 @@ export declare const configSchema: z.ZodObject<{
1419
1425
  withinMs: z.ZodOptional<z.ZodNumber>;
1420
1426
  counter: z.ZodOptional<z.ZodObject<{
1421
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">;
1422
- match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
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,6 +1434,12 @@ 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
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")[];
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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"]>;
@@ -2423,7 +2449,7 @@ export declare const configSchema: z.ZodObject<{
2423
2449
  withinMs: z.ZodOptional<z.ZodNumber>;
2424
2450
  counter: z.ZodOptional<z.ZodObject<{
2425
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">;
2426
- match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
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,6 +2458,12 @@ 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
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")[];
@@ -3048,7 +3080,7 @@ export declare const configSchema: z.ZodObject<{
3048
3080
  withinMs: z.ZodOptional<z.ZodNumber>;
3049
3081
  counter: z.ZodOptional<z.ZodObject<{
3050
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">;
3051
- match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
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,6 +3089,12 @@ 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
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")[];
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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;
@@ -5373,7 +5421,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
5373
5421
  withinMs: z.ZodOptional<z.ZodNumber>;
5374
5422
  counter: z.ZodOptional<z.ZodObject<{
5375
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">;
5376
- match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
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,6 +5430,12 @@ 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
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")[];
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -7979,7 +8043,7 @@ export declare const actionStepSchemas: ({
7979
8043
  withinMs: z.ZodOptional<z.ZodNumber>;
7980
8044
  counter: z.ZodOptional<z.ZodObject<{
7981
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">;
7982
- match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
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,6 +8052,12 @@ 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
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")[];
@@ -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?: {
@@ -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?: {
@@ -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;
@@ -8929,7 +8999,7 @@ export declare const actionStepSchemas: ({
8929
8999
  withinMs: z.ZodOptional<z.ZodNumber>;
8930
9000
  counter: z.ZodOptional<z.ZodObject<{
8931
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">;
8932
- match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
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,6 +9008,12 @@ 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
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")[];
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -10354,7 +10430,7 @@ export declare const tileWidgets: {
10354
10430
  withinMs: z.ZodOptional<z.ZodNumber>;
10355
10431
  counter: z.ZodOptional<z.ZodObject<{
10356
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">;
10357
- match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
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,6 +10439,12 @@ 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
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")[];
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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"]>;
@@ -11358,7 +11454,7 @@ export declare const tileWidgets: {
11358
11454
  withinMs: z.ZodOptional<z.ZodNumber>;
11359
11455
  counter: z.ZodOptional<z.ZodObject<{
11360
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">;
11361
- match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
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,6 +11463,12 @@ 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
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")[];
@@ -11983,7 +12085,7 @@ export declare const tileWidgets: {
11983
12085
  withinMs: z.ZodOptional<z.ZodNumber>;
11984
12086
  counter: z.ZodOptional<z.ZodObject<{
11985
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">;
11986
- match: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
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,6 +12094,12 @@ 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
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")[];
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {
@@ -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?: {