@syntrologie/adapt-faq 2.25.2 → 2.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunk-RYRNJ2UU.js +186 -0
- package/dist/chunk-RYRNJ2UU.js.map +7 -0
- package/dist/editor.js +125 -48
- package/dist/editor.js.map +4 -4
- package/dist/runtime.d.ts +5 -6
- package/dist/runtime.d.ts.map +1 -1
- package/dist/runtime.js +14 -10
- package/dist/runtime.js.map +2 -2
- package/dist/schema.d.ts +86 -0
- package/dist/schema.d.ts.map +1 -1
- package/dist/schema.js +76 -232
- package/dist/schema.js.map +4 -4
- package/package.json +1 -1
package/dist/schema.d.ts
CHANGED
|
@@ -647,6 +647,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
647
647
|
body?: string | undefined;
|
|
648
648
|
icon?: string | undefined;
|
|
649
649
|
}>>>;
|
|
650
|
+
id: z.ZodOptional<z.ZodString>;
|
|
650
651
|
title: z.ZodOptional<z.ZodString>;
|
|
651
652
|
description: z.ZodOptional<z.ZodString>;
|
|
652
653
|
validation: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -680,6 +681,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
680
681
|
};
|
|
681
682
|
kind: "faq:question";
|
|
682
683
|
title?: string | undefined;
|
|
684
|
+
id?: string | undefined;
|
|
683
685
|
triggerWhen?: {
|
|
684
686
|
type: "rules";
|
|
685
687
|
rules: {
|
|
@@ -798,6 +800,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
798
800
|
};
|
|
799
801
|
kind: "faq:question";
|
|
800
802
|
title?: string | undefined;
|
|
803
|
+
id?: string | undefined;
|
|
801
804
|
triggerWhen?: {
|
|
802
805
|
type: "rules";
|
|
803
806
|
rules: {
|
|
@@ -916,6 +919,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
916
919
|
};
|
|
917
920
|
kind: "faq:question";
|
|
918
921
|
title?: string | undefined;
|
|
922
|
+
id?: string | undefined;
|
|
919
923
|
triggerWhen?: {
|
|
920
924
|
type: "rules";
|
|
921
925
|
rules: {
|
|
@@ -1034,6 +1038,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1034
1038
|
};
|
|
1035
1039
|
kind: "faq:question";
|
|
1036
1040
|
title?: string | undefined;
|
|
1041
|
+
id?: string | undefined;
|
|
1037
1042
|
triggerWhen?: {
|
|
1038
1043
|
type: "rules";
|
|
1039
1044
|
rules: {
|
|
@@ -1776,6 +1781,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1776
1781
|
body?: string | undefined;
|
|
1777
1782
|
icon?: string | undefined;
|
|
1778
1783
|
}>>>;
|
|
1784
|
+
id: z.ZodOptional<z.ZodString>;
|
|
1779
1785
|
title: z.ZodOptional<z.ZodString>;
|
|
1780
1786
|
description: z.ZodOptional<z.ZodString>;
|
|
1781
1787
|
validation: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -1809,6 +1815,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1809
1815
|
};
|
|
1810
1816
|
kind: "faq:question";
|
|
1811
1817
|
title?: string | undefined;
|
|
1818
|
+
id?: string | undefined;
|
|
1812
1819
|
triggerWhen?: {
|
|
1813
1820
|
type: "rules";
|
|
1814
1821
|
rules: {
|
|
@@ -1927,6 +1934,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1927
1934
|
};
|
|
1928
1935
|
kind: "faq:question";
|
|
1929
1936
|
title?: string | undefined;
|
|
1937
|
+
id?: string | undefined;
|
|
1930
1938
|
triggerWhen?: {
|
|
1931
1939
|
type: "rules";
|
|
1932
1940
|
rules: {
|
|
@@ -2045,6 +2053,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2045
2053
|
};
|
|
2046
2054
|
kind: "faq:question";
|
|
2047
2055
|
title?: string | undefined;
|
|
2056
|
+
id?: string | undefined;
|
|
2048
2057
|
triggerWhen?: {
|
|
2049
2058
|
type: "rules";
|
|
2050
2059
|
rules: {
|
|
@@ -2163,6 +2172,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2163
2172
|
};
|
|
2164
2173
|
kind: "faq:question";
|
|
2165
2174
|
title?: string | undefined;
|
|
2175
|
+
id?: string | undefined;
|
|
2166
2176
|
triggerWhen?: {
|
|
2167
2177
|
type: "rules";
|
|
2168
2178
|
rules: {
|
|
@@ -3400,6 +3410,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3400
3410
|
body?: string | undefined;
|
|
3401
3411
|
icon?: string | undefined;
|
|
3402
3412
|
}>>>;
|
|
3413
|
+
id: z.ZodOptional<z.ZodString>;
|
|
3403
3414
|
title: z.ZodOptional<z.ZodString>;
|
|
3404
3415
|
description: z.ZodOptional<z.ZodString>;
|
|
3405
3416
|
validation: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -3433,6 +3444,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3433
3444
|
};
|
|
3434
3445
|
kind: "faq:question";
|
|
3435
3446
|
title?: string | undefined;
|
|
3447
|
+
id?: string | undefined;
|
|
3436
3448
|
triggerWhen?: {
|
|
3437
3449
|
type: "rules";
|
|
3438
3450
|
rules: {
|
|
@@ -3551,6 +3563,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3551
3563
|
};
|
|
3552
3564
|
kind: "faq:question";
|
|
3553
3565
|
title?: string | undefined;
|
|
3566
|
+
id?: string | undefined;
|
|
3554
3567
|
triggerWhen?: {
|
|
3555
3568
|
type: "rules";
|
|
3556
3569
|
rules: {
|
|
@@ -3669,6 +3682,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3669
3682
|
};
|
|
3670
3683
|
kind: "faq:question";
|
|
3671
3684
|
title?: string | undefined;
|
|
3685
|
+
id?: string | undefined;
|
|
3672
3686
|
triggerWhen?: {
|
|
3673
3687
|
type: "rules";
|
|
3674
3688
|
rules: {
|
|
@@ -3787,6 +3801,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3787
3801
|
};
|
|
3788
3802
|
kind: "faq:question";
|
|
3789
3803
|
title?: string | undefined;
|
|
3804
|
+
id?: string | undefined;
|
|
3790
3805
|
triggerWhen?: {
|
|
3791
3806
|
type: "rules";
|
|
3792
3807
|
rules: {
|
|
@@ -3909,6 +3924,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3909
3924
|
};
|
|
3910
3925
|
kind: "faq:question";
|
|
3911
3926
|
title?: string | undefined;
|
|
3927
|
+
id?: string | undefined;
|
|
3912
3928
|
triggerWhen?: {
|
|
3913
3929
|
type: "rules";
|
|
3914
3930
|
rules: {
|
|
@@ -4112,6 +4128,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4112
4128
|
};
|
|
4113
4129
|
kind: "faq:question";
|
|
4114
4130
|
title?: string | undefined;
|
|
4131
|
+
id?: string | undefined;
|
|
4115
4132
|
triggerWhen?: {
|
|
4116
4133
|
type: "rules";
|
|
4117
4134
|
rules: {
|
|
@@ -4319,6 +4336,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4319
4336
|
};
|
|
4320
4337
|
kind: "faq:question";
|
|
4321
4338
|
title?: string | undefined;
|
|
4339
|
+
id?: string | undefined;
|
|
4322
4340
|
triggerWhen?: {
|
|
4323
4341
|
type: "rules";
|
|
4324
4342
|
rules: {
|
|
@@ -4448,6 +4466,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4448
4466
|
};
|
|
4449
4467
|
kind: "faq:question";
|
|
4450
4468
|
title?: string | undefined;
|
|
4469
|
+
id?: string | undefined;
|
|
4451
4470
|
triggerWhen?: {
|
|
4452
4471
|
type: "rules";
|
|
4453
4472
|
rules: {
|
|
@@ -4656,6 +4675,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4656
4675
|
};
|
|
4657
4676
|
kind: "faq:question";
|
|
4658
4677
|
title?: string | undefined;
|
|
4678
|
+
id?: string | undefined;
|
|
4659
4679
|
triggerWhen?: {
|
|
4660
4680
|
type: "rules";
|
|
4661
4681
|
rules: {
|
|
@@ -4784,6 +4804,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4784
4804
|
};
|
|
4785
4805
|
kind: "faq:question";
|
|
4786
4806
|
title?: string | undefined;
|
|
4807
|
+
id?: string | undefined;
|
|
4787
4808
|
triggerWhen?: {
|
|
4788
4809
|
type: "rules";
|
|
4789
4810
|
rules: {
|
|
@@ -4969,6 +4990,7 @@ export declare const ScrollToFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4969
4990
|
itemQuestion: z.ZodOptional<z.ZodString>;
|
|
4970
4991
|
expand: z.ZodOptional<z.ZodBoolean>;
|
|
4971
4992
|
behavior: z.ZodOptional<z.ZodEnum<["smooth", "instant", "auto"]>>;
|
|
4993
|
+
id: z.ZodOptional<z.ZodString>;
|
|
4972
4994
|
title: z.ZodOptional<z.ZodString>;
|
|
4973
4995
|
description: z.ZodOptional<z.ZodString>;
|
|
4974
4996
|
validation: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -4977,6 +4999,7 @@ export declare const ScrollToFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4977
4999
|
title?: string | undefined;
|
|
4978
5000
|
itemId?: string | undefined;
|
|
4979
5001
|
behavior?: "auto" | "smooth" | "instant" | undefined;
|
|
5002
|
+
id?: string | undefined;
|
|
4980
5003
|
description?: string | undefined;
|
|
4981
5004
|
validation?: string[] | undefined;
|
|
4982
5005
|
itemQuestion?: string | undefined;
|
|
@@ -4986,6 +5009,7 @@ export declare const ScrollToFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4986
5009
|
title?: string | undefined;
|
|
4987
5010
|
itemId?: string | undefined;
|
|
4988
5011
|
behavior?: "auto" | "smooth" | "instant" | undefined;
|
|
5012
|
+
id?: string | undefined;
|
|
4989
5013
|
description?: string | undefined;
|
|
4990
5014
|
validation?: string[] | undefined;
|
|
4991
5015
|
itemQuestion?: string | undefined;
|
|
@@ -4995,6 +5019,7 @@ export declare const ScrollToFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4995
5019
|
title?: string | undefined;
|
|
4996
5020
|
itemId?: string | undefined;
|
|
4997
5021
|
behavior?: "auto" | "smooth" | "instant" | undefined;
|
|
5022
|
+
id?: string | undefined;
|
|
4998
5023
|
description?: string | undefined;
|
|
4999
5024
|
validation?: string[] | undefined;
|
|
5000
5025
|
itemQuestion?: string | undefined;
|
|
@@ -5004,6 +5029,7 @@ export declare const ScrollToFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5004
5029
|
title?: string | undefined;
|
|
5005
5030
|
itemId?: string | undefined;
|
|
5006
5031
|
behavior?: "auto" | "smooth" | "instant" | undefined;
|
|
5032
|
+
id?: string | undefined;
|
|
5007
5033
|
description?: string | undefined;
|
|
5008
5034
|
validation?: string[] | undefined;
|
|
5009
5035
|
itemQuestion?: string | undefined;
|
|
@@ -5018,6 +5044,7 @@ export declare const ToggleFaqItemSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5018
5044
|
itemId: z.ZodOptional<z.ZodString>;
|
|
5019
5045
|
itemQuestion: z.ZodOptional<z.ZodString>;
|
|
5020
5046
|
state: z.ZodDefault<z.ZodEnum<["open", "closed", "toggle"]>>;
|
|
5047
|
+
id: z.ZodOptional<z.ZodString>;
|
|
5021
5048
|
title: z.ZodOptional<z.ZodString>;
|
|
5022
5049
|
description: z.ZodOptional<z.ZodString>;
|
|
5023
5050
|
validation: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -5026,6 +5053,7 @@ export declare const ToggleFaqItemSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5026
5053
|
kind: "faq:toggle_item";
|
|
5027
5054
|
title?: string | undefined;
|
|
5028
5055
|
itemId?: string | undefined;
|
|
5056
|
+
id?: string | undefined;
|
|
5029
5057
|
description?: string | undefined;
|
|
5030
5058
|
validation?: string[] | undefined;
|
|
5031
5059
|
itemQuestion?: string | undefined;
|
|
@@ -5033,6 +5061,7 @@ export declare const ToggleFaqItemSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5033
5061
|
kind: "faq:toggle_item";
|
|
5034
5062
|
title?: string | undefined;
|
|
5035
5063
|
itemId?: string | undefined;
|
|
5064
|
+
id?: string | undefined;
|
|
5036
5065
|
state?: "open" | "closed" | "toggle" | undefined;
|
|
5037
5066
|
description?: string | undefined;
|
|
5038
5067
|
validation?: string[] | undefined;
|
|
@@ -5042,6 +5071,7 @@ export declare const ToggleFaqItemSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5042
5071
|
kind: "faq:toggle_item";
|
|
5043
5072
|
title?: string | undefined;
|
|
5044
5073
|
itemId?: string | undefined;
|
|
5074
|
+
id?: string | undefined;
|
|
5045
5075
|
description?: string | undefined;
|
|
5046
5076
|
validation?: string[] | undefined;
|
|
5047
5077
|
itemQuestion?: string | undefined;
|
|
@@ -5049,6 +5079,7 @@ export declare const ToggleFaqItemSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5049
5079
|
kind: "faq:toggle_item";
|
|
5050
5080
|
title?: string | undefined;
|
|
5051
5081
|
itemId?: string | undefined;
|
|
5082
|
+
id?: string | undefined;
|
|
5052
5083
|
state?: "open" | "closed" | "toggle" | undefined;
|
|
5053
5084
|
description?: string | undefined;
|
|
5054
5085
|
validation?: string[] | undefined;
|
|
@@ -5704,6 +5735,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5704
5735
|
body?: string | undefined;
|
|
5705
5736
|
icon?: string | undefined;
|
|
5706
5737
|
}>>>;
|
|
5738
|
+
id: z.ZodOptional<z.ZodString>;
|
|
5707
5739
|
title: z.ZodOptional<z.ZodString>;
|
|
5708
5740
|
description: z.ZodOptional<z.ZodString>;
|
|
5709
5741
|
validation: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -5737,6 +5769,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5737
5769
|
};
|
|
5738
5770
|
kind: "faq:question";
|
|
5739
5771
|
title?: string | undefined;
|
|
5772
|
+
id?: string | undefined;
|
|
5740
5773
|
triggerWhen?: {
|
|
5741
5774
|
type: "rules";
|
|
5742
5775
|
rules: {
|
|
@@ -5855,6 +5888,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5855
5888
|
};
|
|
5856
5889
|
kind: "faq:question";
|
|
5857
5890
|
title?: string | undefined;
|
|
5891
|
+
id?: string | undefined;
|
|
5858
5892
|
triggerWhen?: {
|
|
5859
5893
|
type: "rules";
|
|
5860
5894
|
rules: {
|
|
@@ -5973,6 +6007,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5973
6007
|
};
|
|
5974
6008
|
kind: "faq:question";
|
|
5975
6009
|
title?: string | undefined;
|
|
6010
|
+
id?: string | undefined;
|
|
5976
6011
|
triggerWhen?: {
|
|
5977
6012
|
type: "rules";
|
|
5978
6013
|
rules: {
|
|
@@ -6091,6 +6126,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6091
6126
|
};
|
|
6092
6127
|
kind: "faq:question";
|
|
6093
6128
|
title?: string | undefined;
|
|
6129
|
+
id?: string | undefined;
|
|
6094
6130
|
triggerWhen?: {
|
|
6095
6131
|
type: "rules";
|
|
6096
6132
|
rules: {
|
|
@@ -6193,6 +6229,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6193
6229
|
selector: string;
|
|
6194
6230
|
route: string | string[];
|
|
6195
6231
|
}>>;
|
|
6232
|
+
id: z.ZodOptional<z.ZodString>;
|
|
6196
6233
|
title: z.ZodOptional<z.ZodString>;
|
|
6197
6234
|
description: z.ZodOptional<z.ZodString>;
|
|
6198
6235
|
validation: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -6231,6 +6268,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6231
6268
|
};
|
|
6232
6269
|
kind: "faq:question";
|
|
6233
6270
|
title?: string | undefined;
|
|
6271
|
+
id?: string | undefined;
|
|
6234
6272
|
triggerWhen?: {
|
|
6235
6273
|
type: "rules";
|
|
6236
6274
|
rules: {
|
|
@@ -6321,6 +6359,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6321
6359
|
} | null | undefined;
|
|
6322
6360
|
}[] | undefined;
|
|
6323
6361
|
itemId?: string | undefined;
|
|
6362
|
+
id?: string | undefined;
|
|
6324
6363
|
anchorId?: {
|
|
6325
6364
|
selector: string;
|
|
6326
6365
|
route: string | string[];
|
|
@@ -6363,6 +6402,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6363
6402
|
};
|
|
6364
6403
|
kind: "faq:question";
|
|
6365
6404
|
title?: string | undefined;
|
|
6405
|
+
id?: string | undefined;
|
|
6366
6406
|
triggerWhen?: {
|
|
6367
6407
|
type: "rules";
|
|
6368
6408
|
rules: {
|
|
@@ -6453,6 +6493,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6453
6493
|
} | null | undefined;
|
|
6454
6494
|
}[] | undefined;
|
|
6455
6495
|
itemId?: string | undefined;
|
|
6496
|
+
id?: string | undefined;
|
|
6456
6497
|
anchorId?: {
|
|
6457
6498
|
selector: string;
|
|
6458
6499
|
route: string | string[];
|
|
@@ -6495,6 +6536,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6495
6536
|
};
|
|
6496
6537
|
kind: "faq:question";
|
|
6497
6538
|
title?: string | undefined;
|
|
6539
|
+
id?: string | undefined;
|
|
6498
6540
|
triggerWhen?: {
|
|
6499
6541
|
type: "rules";
|
|
6500
6542
|
rules: {
|
|
@@ -6585,6 +6627,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6585
6627
|
} | null | undefined;
|
|
6586
6628
|
}[] | undefined;
|
|
6587
6629
|
itemId?: string | undefined;
|
|
6630
|
+
id?: string | undefined;
|
|
6588
6631
|
anchorId?: {
|
|
6589
6632
|
selector: string;
|
|
6590
6633
|
route: string | string[];
|
|
@@ -6627,6 +6670,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6627
6670
|
};
|
|
6628
6671
|
kind: "faq:question";
|
|
6629
6672
|
title?: string | undefined;
|
|
6673
|
+
id?: string | undefined;
|
|
6630
6674
|
triggerWhen?: {
|
|
6631
6675
|
type: "rules";
|
|
6632
6676
|
rules: {
|
|
@@ -6717,6 +6761,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6717
6761
|
} | null | undefined;
|
|
6718
6762
|
}[] | undefined;
|
|
6719
6763
|
itemId?: string | undefined;
|
|
6764
|
+
id?: string | undefined;
|
|
6720
6765
|
anchorId?: {
|
|
6721
6766
|
selector: string;
|
|
6722
6767
|
route: string | string[];
|
|
@@ -6758,6 +6803,7 @@ export declare function validateFAQQuestion(data: unknown): z.SafeParseReturnTyp
|
|
|
6758
6803
|
};
|
|
6759
6804
|
kind: "faq:question";
|
|
6760
6805
|
title?: string | undefined;
|
|
6806
|
+
id?: string | undefined;
|
|
6761
6807
|
triggerWhen?: {
|
|
6762
6808
|
type: "rules";
|
|
6763
6809
|
rules: {
|
|
@@ -6876,6 +6922,7 @@ export declare function validateFAQQuestion(data: unknown): z.SafeParseReturnTyp
|
|
|
6876
6922
|
};
|
|
6877
6923
|
kind: "faq:question";
|
|
6878
6924
|
title?: string | undefined;
|
|
6925
|
+
id?: string | undefined;
|
|
6879
6926
|
triggerWhen?: {
|
|
6880
6927
|
type: "rules";
|
|
6881
6928
|
rules: {
|
|
@@ -7003,6 +7050,7 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7003
7050
|
};
|
|
7004
7051
|
kind: "faq:question";
|
|
7005
7052
|
title?: string | undefined;
|
|
7053
|
+
id?: string | undefined;
|
|
7006
7054
|
triggerWhen?: {
|
|
7007
7055
|
type: "rules";
|
|
7008
7056
|
rules: {
|
|
@@ -7131,6 +7179,7 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7131
7179
|
};
|
|
7132
7180
|
kind: "faq:question";
|
|
7133
7181
|
title?: string | undefined;
|
|
7182
|
+
id?: string | undefined;
|
|
7134
7183
|
triggerWhen?: {
|
|
7135
7184
|
type: "rules";
|
|
7136
7185
|
rules: {
|
|
@@ -7338,6 +7387,7 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7338
7387
|
};
|
|
7339
7388
|
kind: "faq:question";
|
|
7340
7389
|
title?: string | undefined;
|
|
7390
|
+
id?: string | undefined;
|
|
7341
7391
|
triggerWhen?: {
|
|
7342
7392
|
type: "rules";
|
|
7343
7393
|
rules: {
|
|
@@ -7467,6 +7517,7 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7467
7517
|
};
|
|
7468
7518
|
kind: "faq:question";
|
|
7469
7519
|
title?: string | undefined;
|
|
7520
|
+
id?: string | undefined;
|
|
7470
7521
|
triggerWhen?: {
|
|
7471
7522
|
type: "rules";
|
|
7472
7523
|
rules: {
|
|
@@ -8290,6 +8341,7 @@ export declare const actionStepSchemas: ({
|
|
|
8290
8341
|
body?: string | undefined;
|
|
8291
8342
|
icon?: string | undefined;
|
|
8292
8343
|
}>>>;
|
|
8344
|
+
id: z.ZodOptional<z.ZodString>;
|
|
8293
8345
|
title: z.ZodOptional<z.ZodString>;
|
|
8294
8346
|
description: z.ZodOptional<z.ZodString>;
|
|
8295
8347
|
validation: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -8323,6 +8375,7 @@ export declare const actionStepSchemas: ({
|
|
|
8323
8375
|
};
|
|
8324
8376
|
kind: "faq:question";
|
|
8325
8377
|
title?: string | undefined;
|
|
8378
|
+
id?: string | undefined;
|
|
8326
8379
|
triggerWhen?: {
|
|
8327
8380
|
type: "rules";
|
|
8328
8381
|
rules: {
|
|
@@ -8441,6 +8494,7 @@ export declare const actionStepSchemas: ({
|
|
|
8441
8494
|
};
|
|
8442
8495
|
kind: "faq:question";
|
|
8443
8496
|
title?: string | undefined;
|
|
8497
|
+
id?: string | undefined;
|
|
8444
8498
|
triggerWhen?: {
|
|
8445
8499
|
type: "rules";
|
|
8446
8500
|
rules: {
|
|
@@ -8538,6 +8592,7 @@ export declare const actionStepSchemas: ({
|
|
|
8538
8592
|
itemQuestion: z.ZodOptional<z.ZodString>;
|
|
8539
8593
|
expand: z.ZodOptional<z.ZodBoolean>;
|
|
8540
8594
|
behavior: z.ZodOptional<z.ZodEnum<["smooth", "instant", "auto"]>>;
|
|
8595
|
+
id: z.ZodOptional<z.ZodString>;
|
|
8541
8596
|
title: z.ZodOptional<z.ZodString>;
|
|
8542
8597
|
description: z.ZodOptional<z.ZodString>;
|
|
8543
8598
|
validation: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -8546,6 +8601,7 @@ export declare const actionStepSchemas: ({
|
|
|
8546
8601
|
title?: string | undefined;
|
|
8547
8602
|
itemId?: string | undefined;
|
|
8548
8603
|
behavior?: "auto" | "smooth" | "instant" | undefined;
|
|
8604
|
+
id?: string | undefined;
|
|
8549
8605
|
description?: string | undefined;
|
|
8550
8606
|
validation?: string[] | undefined;
|
|
8551
8607
|
itemQuestion?: string | undefined;
|
|
@@ -8555,6 +8611,7 @@ export declare const actionStepSchemas: ({
|
|
|
8555
8611
|
title?: string | undefined;
|
|
8556
8612
|
itemId?: string | undefined;
|
|
8557
8613
|
behavior?: "auto" | "smooth" | "instant" | undefined;
|
|
8614
|
+
id?: string | undefined;
|
|
8558
8615
|
description?: string | undefined;
|
|
8559
8616
|
validation?: string[] | undefined;
|
|
8560
8617
|
itemQuestion?: string | undefined;
|
|
@@ -8567,6 +8624,7 @@ export declare const actionStepSchemas: ({
|
|
|
8567
8624
|
itemId: z.ZodOptional<z.ZodString>;
|
|
8568
8625
|
itemQuestion: z.ZodOptional<z.ZodString>;
|
|
8569
8626
|
state: z.ZodDefault<z.ZodEnum<["open", "closed", "toggle"]>>;
|
|
8627
|
+
id: z.ZodOptional<z.ZodString>;
|
|
8570
8628
|
title: z.ZodOptional<z.ZodString>;
|
|
8571
8629
|
description: z.ZodOptional<z.ZodString>;
|
|
8572
8630
|
validation: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -8575,6 +8633,7 @@ export declare const actionStepSchemas: ({
|
|
|
8575
8633
|
kind: "faq:toggle_item";
|
|
8576
8634
|
title?: string | undefined;
|
|
8577
8635
|
itemId?: string | undefined;
|
|
8636
|
+
id?: string | undefined;
|
|
8578
8637
|
description?: string | undefined;
|
|
8579
8638
|
validation?: string[] | undefined;
|
|
8580
8639
|
itemQuestion?: string | undefined;
|
|
@@ -8582,6 +8641,7 @@ export declare const actionStepSchemas: ({
|
|
|
8582
8641
|
kind: "faq:toggle_item";
|
|
8583
8642
|
title?: string | undefined;
|
|
8584
8643
|
itemId?: string | undefined;
|
|
8644
|
+
id?: string | undefined;
|
|
8585
8645
|
state?: "open" | "closed" | "toggle" | undefined;
|
|
8586
8646
|
description?: string | undefined;
|
|
8587
8647
|
validation?: string[] | undefined;
|
|
@@ -9231,6 +9291,7 @@ export declare const actionStepSchemas: ({
|
|
|
9231
9291
|
body?: string | undefined;
|
|
9232
9292
|
icon?: string | undefined;
|
|
9233
9293
|
}>>>;
|
|
9294
|
+
id: z.ZodOptional<z.ZodString>;
|
|
9234
9295
|
title: z.ZodOptional<z.ZodString>;
|
|
9235
9296
|
description: z.ZodOptional<z.ZodString>;
|
|
9236
9297
|
validation: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -9264,6 +9325,7 @@ export declare const actionStepSchemas: ({
|
|
|
9264
9325
|
};
|
|
9265
9326
|
kind: "faq:question";
|
|
9266
9327
|
title?: string | undefined;
|
|
9328
|
+
id?: string | undefined;
|
|
9267
9329
|
triggerWhen?: {
|
|
9268
9330
|
type: "rules";
|
|
9269
9331
|
rules: {
|
|
@@ -9382,6 +9444,7 @@ export declare const actionStepSchemas: ({
|
|
|
9382
9444
|
};
|
|
9383
9445
|
kind: "faq:question";
|
|
9384
9446
|
title?: string | undefined;
|
|
9447
|
+
id?: string | undefined;
|
|
9385
9448
|
triggerWhen?: {
|
|
9386
9449
|
type: "rules";
|
|
9387
9450
|
rules: {
|
|
@@ -9500,6 +9563,7 @@ export declare const actionStepSchemas: ({
|
|
|
9500
9563
|
};
|
|
9501
9564
|
kind: "faq:question";
|
|
9502
9565
|
title?: string | undefined;
|
|
9566
|
+
id?: string | undefined;
|
|
9503
9567
|
triggerWhen?: {
|
|
9504
9568
|
type: "rules";
|
|
9505
9569
|
rules: {
|
|
@@ -9618,6 +9682,7 @@ export declare const actionStepSchemas: ({
|
|
|
9618
9682
|
};
|
|
9619
9683
|
kind: "faq:question";
|
|
9620
9684
|
title?: string | undefined;
|
|
9685
|
+
id?: string | undefined;
|
|
9621
9686
|
triggerWhen?: {
|
|
9622
9687
|
type: "rules";
|
|
9623
9688
|
rules: {
|
|
@@ -9720,6 +9785,7 @@ export declare const actionStepSchemas: ({
|
|
|
9720
9785
|
selector: string;
|
|
9721
9786
|
route: string | string[];
|
|
9722
9787
|
}>>;
|
|
9788
|
+
id: z.ZodOptional<z.ZodString>;
|
|
9723
9789
|
title: z.ZodOptional<z.ZodString>;
|
|
9724
9790
|
description: z.ZodOptional<z.ZodString>;
|
|
9725
9791
|
validation: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -9758,6 +9824,7 @@ export declare const actionStepSchemas: ({
|
|
|
9758
9824
|
};
|
|
9759
9825
|
kind: "faq:question";
|
|
9760
9826
|
title?: string | undefined;
|
|
9827
|
+
id?: string | undefined;
|
|
9761
9828
|
triggerWhen?: {
|
|
9762
9829
|
type: "rules";
|
|
9763
9830
|
rules: {
|
|
@@ -9848,6 +9915,7 @@ export declare const actionStepSchemas: ({
|
|
|
9848
9915
|
} | null | undefined;
|
|
9849
9916
|
}[] | undefined;
|
|
9850
9917
|
itemId?: string | undefined;
|
|
9918
|
+
id?: string | undefined;
|
|
9851
9919
|
anchorId?: {
|
|
9852
9920
|
selector: string;
|
|
9853
9921
|
route: string | string[];
|
|
@@ -9890,6 +9958,7 @@ export declare const actionStepSchemas: ({
|
|
|
9890
9958
|
};
|
|
9891
9959
|
kind: "faq:question";
|
|
9892
9960
|
title?: string | undefined;
|
|
9961
|
+
id?: string | undefined;
|
|
9893
9962
|
triggerWhen?: {
|
|
9894
9963
|
type: "rules";
|
|
9895
9964
|
rules: {
|
|
@@ -9980,6 +10049,7 @@ export declare const actionStepSchemas: ({
|
|
|
9980
10049
|
} | null | undefined;
|
|
9981
10050
|
}[] | undefined;
|
|
9982
10051
|
itemId?: string | undefined;
|
|
10052
|
+
id?: string | undefined;
|
|
9983
10053
|
anchorId?: {
|
|
9984
10054
|
selector: string;
|
|
9985
10055
|
route: string | string[];
|
|
@@ -10646,6 +10716,7 @@ export declare const tileWidgets: {
|
|
|
10646
10716
|
body?: string | undefined;
|
|
10647
10717
|
icon?: string | undefined;
|
|
10648
10718
|
}>>>;
|
|
10719
|
+
id: z.ZodOptional<z.ZodString>;
|
|
10649
10720
|
title: z.ZodOptional<z.ZodString>;
|
|
10650
10721
|
description: z.ZodOptional<z.ZodString>;
|
|
10651
10722
|
validation: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -10679,6 +10750,7 @@ export declare const tileWidgets: {
|
|
|
10679
10750
|
};
|
|
10680
10751
|
kind: "faq:question";
|
|
10681
10752
|
title?: string | undefined;
|
|
10753
|
+
id?: string | undefined;
|
|
10682
10754
|
triggerWhen?: {
|
|
10683
10755
|
type: "rules";
|
|
10684
10756
|
rules: {
|
|
@@ -10797,6 +10869,7 @@ export declare const tileWidgets: {
|
|
|
10797
10869
|
};
|
|
10798
10870
|
kind: "faq:question";
|
|
10799
10871
|
title?: string | undefined;
|
|
10872
|
+
id?: string | undefined;
|
|
10800
10873
|
triggerWhen?: {
|
|
10801
10874
|
type: "rules";
|
|
10802
10875
|
rules: {
|
|
@@ -10915,6 +10988,7 @@ export declare const tileWidgets: {
|
|
|
10915
10988
|
};
|
|
10916
10989
|
kind: "faq:question";
|
|
10917
10990
|
title?: string | undefined;
|
|
10991
|
+
id?: string | undefined;
|
|
10918
10992
|
triggerWhen?: {
|
|
10919
10993
|
type: "rules";
|
|
10920
10994
|
rules: {
|
|
@@ -11033,6 +11107,7 @@ export declare const tileWidgets: {
|
|
|
11033
11107
|
};
|
|
11034
11108
|
kind: "faq:question";
|
|
11035
11109
|
title?: string | undefined;
|
|
11110
|
+
id?: string | undefined;
|
|
11036
11111
|
triggerWhen?: {
|
|
11037
11112
|
type: "rules";
|
|
11038
11113
|
rules: {
|
|
@@ -12270,6 +12345,7 @@ export declare const tileWidgets: {
|
|
|
12270
12345
|
body?: string | undefined;
|
|
12271
12346
|
icon?: string | undefined;
|
|
12272
12347
|
}>>>;
|
|
12348
|
+
id: z.ZodOptional<z.ZodString>;
|
|
12273
12349
|
title: z.ZodOptional<z.ZodString>;
|
|
12274
12350
|
description: z.ZodOptional<z.ZodString>;
|
|
12275
12351
|
validation: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -12303,6 +12379,7 @@ export declare const tileWidgets: {
|
|
|
12303
12379
|
};
|
|
12304
12380
|
kind: "faq:question";
|
|
12305
12381
|
title?: string | undefined;
|
|
12382
|
+
id?: string | undefined;
|
|
12306
12383
|
triggerWhen?: {
|
|
12307
12384
|
type: "rules";
|
|
12308
12385
|
rules: {
|
|
@@ -12421,6 +12498,7 @@ export declare const tileWidgets: {
|
|
|
12421
12498
|
};
|
|
12422
12499
|
kind: "faq:question";
|
|
12423
12500
|
title?: string | undefined;
|
|
12501
|
+
id?: string | undefined;
|
|
12424
12502
|
triggerWhen?: {
|
|
12425
12503
|
type: "rules";
|
|
12426
12504
|
rules: {
|
|
@@ -12539,6 +12617,7 @@ export declare const tileWidgets: {
|
|
|
12539
12617
|
};
|
|
12540
12618
|
kind: "faq:question";
|
|
12541
12619
|
title?: string | undefined;
|
|
12620
|
+
id?: string | undefined;
|
|
12542
12621
|
triggerWhen?: {
|
|
12543
12622
|
type: "rules";
|
|
12544
12623
|
rules: {
|
|
@@ -12657,6 +12736,7 @@ export declare const tileWidgets: {
|
|
|
12657
12736
|
};
|
|
12658
12737
|
kind: "faq:question";
|
|
12659
12738
|
title?: string | undefined;
|
|
12739
|
+
id?: string | undefined;
|
|
12660
12740
|
triggerWhen?: {
|
|
12661
12741
|
type: "rules";
|
|
12662
12742
|
rules: {
|
|
@@ -12779,6 +12859,7 @@ export declare const tileWidgets: {
|
|
|
12779
12859
|
};
|
|
12780
12860
|
kind: "faq:question";
|
|
12781
12861
|
title?: string | undefined;
|
|
12862
|
+
id?: string | undefined;
|
|
12782
12863
|
triggerWhen?: {
|
|
12783
12864
|
type: "rules";
|
|
12784
12865
|
rules: {
|
|
@@ -12982,6 +13063,7 @@ export declare const tileWidgets: {
|
|
|
12982
13063
|
};
|
|
12983
13064
|
kind: "faq:question";
|
|
12984
13065
|
title?: string | undefined;
|
|
13066
|
+
id?: string | undefined;
|
|
12985
13067
|
triggerWhen?: {
|
|
12986
13068
|
type: "rules";
|
|
12987
13069
|
rules: {
|
|
@@ -13189,6 +13271,7 @@ export declare const tileWidgets: {
|
|
|
13189
13271
|
};
|
|
13190
13272
|
kind: "faq:question";
|
|
13191
13273
|
title?: string | undefined;
|
|
13274
|
+
id?: string | undefined;
|
|
13192
13275
|
triggerWhen?: {
|
|
13193
13276
|
type: "rules";
|
|
13194
13277
|
rules: {
|
|
@@ -13318,6 +13401,7 @@ export declare const tileWidgets: {
|
|
|
13318
13401
|
};
|
|
13319
13402
|
kind: "faq:question";
|
|
13320
13403
|
title?: string | undefined;
|
|
13404
|
+
id?: string | undefined;
|
|
13321
13405
|
triggerWhen?: {
|
|
13322
13406
|
type: "rules";
|
|
13323
13407
|
rules: {
|
|
@@ -13526,6 +13610,7 @@ export declare const tileWidgets: {
|
|
|
13526
13610
|
};
|
|
13527
13611
|
kind: "faq:question";
|
|
13528
13612
|
title?: string | undefined;
|
|
13613
|
+
id?: string | undefined;
|
|
13529
13614
|
triggerWhen?: {
|
|
13530
13615
|
type: "rules";
|
|
13531
13616
|
rules: {
|
|
@@ -13654,6 +13739,7 @@ export declare const tileWidgets: {
|
|
|
13654
13739
|
};
|
|
13655
13740
|
kind: "faq:question";
|
|
13656
13741
|
title?: string | undefined;
|
|
13742
|
+
id?: string | undefined;
|
|
13657
13743
|
triggerWhen?: {
|
|
13658
13744
|
type: "rules";
|
|
13659
13745
|
rules: {
|