@syntrologie/adapt-faq 2.20.0 → 2.21.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.map +1 -1
- package/dist/FAQWidgetLit.editable.d.ts +154 -0
- package/dist/FAQWidgetLit.editable.d.ts.map +1 -0
- package/dist/answerRendering.d.ts +4 -0
- package/dist/answerRendering.d.ts.map +1 -0
- package/dist/{chunk-S6WIENQP.js → chunk-KRKRB4OL.js} +22 -2
- package/dist/{chunk-S6WIENQP.js.map → chunk-KRKRB4OL.js.map} +3 -3
- package/dist/editor.d.ts +28 -3
- package/dist/editor.d.ts.map +1 -1
- package/dist/editor.js +1154 -163
- package/dist/editor.js.map +4 -4
- package/dist/faq-item-editor.d.ts +33 -0
- package/dist/faq-item-editor.d.ts.map +1 -0
- package/dist/runtime.js +3 -17
- package/dist/runtime.js.map +2 -2
- package/dist/schema.d.ts +116 -116
- package/dist/schema.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/schema.d.ts
CHANGED
|
@@ -86,12 +86,12 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
86
86
|
}, "strip", z.ZodTypeAny, {
|
|
87
87
|
endpoint: string;
|
|
88
88
|
context?: string[] | undefined;
|
|
89
|
-
cache?: "
|
|
89
|
+
cache?: "session" | "none" | undefined;
|
|
90
90
|
fallback?: string | undefined;
|
|
91
91
|
}, {
|
|
92
92
|
endpoint: string;
|
|
93
93
|
context?: string[] | undefined;
|
|
94
|
-
cache?: "
|
|
94
|
+
cache?: "session" | "none" | undefined;
|
|
95
95
|
fallback?: string | undefined;
|
|
96
96
|
}>>;
|
|
97
97
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -117,7 +117,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
117
117
|
answerStrategy?: {
|
|
118
118
|
endpoint: string;
|
|
119
119
|
context?: string[] | undefined;
|
|
120
|
-
cache?: "
|
|
120
|
+
cache?: "session" | "none" | undefined;
|
|
121
121
|
fallback?: string | undefined;
|
|
122
122
|
} | undefined;
|
|
123
123
|
}, {
|
|
@@ -143,7 +143,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
143
143
|
answerStrategy?: {
|
|
144
144
|
endpoint: string;
|
|
145
145
|
context?: string[] | undefined;
|
|
146
|
-
cache?: "
|
|
146
|
+
cache?: "session" | "none" | undefined;
|
|
147
147
|
fallback?: string | undefined;
|
|
148
148
|
} | undefined;
|
|
149
149
|
}>;
|
|
@@ -674,7 +674,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
674
674
|
answerStrategy?: {
|
|
675
675
|
endpoint: string;
|
|
676
676
|
context?: string[] | undefined;
|
|
677
|
-
cache?: "
|
|
677
|
+
cache?: "session" | "none" | undefined;
|
|
678
678
|
fallback?: string | undefined;
|
|
679
679
|
} | undefined;
|
|
680
680
|
};
|
|
@@ -792,7 +792,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
792
792
|
answerStrategy?: {
|
|
793
793
|
endpoint: string;
|
|
794
794
|
context?: string[] | undefined;
|
|
795
|
-
cache?: "
|
|
795
|
+
cache?: "session" | "none" | undefined;
|
|
796
796
|
fallback?: string | undefined;
|
|
797
797
|
} | undefined;
|
|
798
798
|
};
|
|
@@ -910,7 +910,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
910
910
|
answerStrategy?: {
|
|
911
911
|
endpoint: string;
|
|
912
912
|
context?: string[] | undefined;
|
|
913
|
-
cache?: "
|
|
913
|
+
cache?: "session" | "none" | undefined;
|
|
914
914
|
fallback?: string | undefined;
|
|
915
915
|
} | undefined;
|
|
916
916
|
};
|
|
@@ -1028,7 +1028,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1028
1028
|
answerStrategy?: {
|
|
1029
1029
|
endpoint: string;
|
|
1030
1030
|
context?: string[] | undefined;
|
|
1031
|
-
cache?: "
|
|
1031
|
+
cache?: "session" | "none" | undefined;
|
|
1032
1032
|
fallback?: string | undefined;
|
|
1033
1033
|
} | undefined;
|
|
1034
1034
|
};
|
|
@@ -1215,12 +1215,12 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1215
1215
|
}, "strip", z.ZodTypeAny, {
|
|
1216
1216
|
endpoint: string;
|
|
1217
1217
|
context?: string[] | undefined;
|
|
1218
|
-
cache?: "
|
|
1218
|
+
cache?: "session" | "none" | undefined;
|
|
1219
1219
|
fallback?: string | undefined;
|
|
1220
1220
|
}, {
|
|
1221
1221
|
endpoint: string;
|
|
1222
1222
|
context?: string[] | undefined;
|
|
1223
|
-
cache?: "
|
|
1223
|
+
cache?: "session" | "none" | undefined;
|
|
1224
1224
|
fallback?: string | undefined;
|
|
1225
1225
|
}>>;
|
|
1226
1226
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1246,7 +1246,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1246
1246
|
answerStrategy?: {
|
|
1247
1247
|
endpoint: string;
|
|
1248
1248
|
context?: string[] | undefined;
|
|
1249
|
-
cache?: "
|
|
1249
|
+
cache?: "session" | "none" | undefined;
|
|
1250
1250
|
fallback?: string | undefined;
|
|
1251
1251
|
} | undefined;
|
|
1252
1252
|
}, {
|
|
@@ -1272,7 +1272,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1272
1272
|
answerStrategy?: {
|
|
1273
1273
|
endpoint: string;
|
|
1274
1274
|
context?: string[] | undefined;
|
|
1275
|
-
cache?: "
|
|
1275
|
+
cache?: "session" | "none" | undefined;
|
|
1276
1276
|
fallback?: string | undefined;
|
|
1277
1277
|
} | undefined;
|
|
1278
1278
|
}>;
|
|
@@ -1803,7 +1803,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1803
1803
|
answerStrategy?: {
|
|
1804
1804
|
endpoint: string;
|
|
1805
1805
|
context?: string[] | undefined;
|
|
1806
|
-
cache?: "
|
|
1806
|
+
cache?: "session" | "none" | undefined;
|
|
1807
1807
|
fallback?: string | undefined;
|
|
1808
1808
|
} | undefined;
|
|
1809
1809
|
};
|
|
@@ -1921,7 +1921,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1921
1921
|
answerStrategy?: {
|
|
1922
1922
|
endpoint: string;
|
|
1923
1923
|
context?: string[] | undefined;
|
|
1924
|
-
cache?: "
|
|
1924
|
+
cache?: "session" | "none" | undefined;
|
|
1925
1925
|
fallback?: string | undefined;
|
|
1926
1926
|
} | undefined;
|
|
1927
1927
|
};
|
|
@@ -2039,7 +2039,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2039
2039
|
answerStrategy?: {
|
|
2040
2040
|
endpoint: string;
|
|
2041
2041
|
context?: string[] | undefined;
|
|
2042
|
-
cache?: "
|
|
2042
|
+
cache?: "session" | "none" | undefined;
|
|
2043
2043
|
fallback?: string | undefined;
|
|
2044
2044
|
} | undefined;
|
|
2045
2045
|
};
|
|
@@ -2157,7 +2157,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2157
2157
|
answerStrategy?: {
|
|
2158
2158
|
endpoint: string;
|
|
2159
2159
|
context?: string[] | undefined;
|
|
2160
|
-
cache?: "
|
|
2160
|
+
cache?: "session" | "none" | undefined;
|
|
2161
2161
|
fallback?: string | undefined;
|
|
2162
2162
|
} | undefined;
|
|
2163
2163
|
};
|
|
@@ -2839,12 +2839,12 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2839
2839
|
}, "strip", z.ZodTypeAny, {
|
|
2840
2840
|
endpoint: string;
|
|
2841
2841
|
context?: string[] | undefined;
|
|
2842
|
-
cache?: "
|
|
2842
|
+
cache?: "session" | "none" | undefined;
|
|
2843
2843
|
fallback?: string | undefined;
|
|
2844
2844
|
}, {
|
|
2845
2845
|
endpoint: string;
|
|
2846
2846
|
context?: string[] | undefined;
|
|
2847
|
-
cache?: "
|
|
2847
|
+
cache?: "session" | "none" | undefined;
|
|
2848
2848
|
fallback?: string | undefined;
|
|
2849
2849
|
}>>;
|
|
2850
2850
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2870,7 +2870,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2870
2870
|
answerStrategy?: {
|
|
2871
2871
|
endpoint: string;
|
|
2872
2872
|
context?: string[] | undefined;
|
|
2873
|
-
cache?: "
|
|
2873
|
+
cache?: "session" | "none" | undefined;
|
|
2874
2874
|
fallback?: string | undefined;
|
|
2875
2875
|
} | undefined;
|
|
2876
2876
|
}, {
|
|
@@ -2896,7 +2896,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2896
2896
|
answerStrategy?: {
|
|
2897
2897
|
endpoint: string;
|
|
2898
2898
|
context?: string[] | undefined;
|
|
2899
|
-
cache?: "
|
|
2899
|
+
cache?: "session" | "none" | undefined;
|
|
2900
2900
|
fallback?: string | undefined;
|
|
2901
2901
|
} | undefined;
|
|
2902
2902
|
}>;
|
|
@@ -3427,7 +3427,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3427
3427
|
answerStrategy?: {
|
|
3428
3428
|
endpoint: string;
|
|
3429
3429
|
context?: string[] | undefined;
|
|
3430
|
-
cache?: "
|
|
3430
|
+
cache?: "session" | "none" | undefined;
|
|
3431
3431
|
fallback?: string | undefined;
|
|
3432
3432
|
} | undefined;
|
|
3433
3433
|
};
|
|
@@ -3545,7 +3545,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3545
3545
|
answerStrategy?: {
|
|
3546
3546
|
endpoint: string;
|
|
3547
3547
|
context?: string[] | undefined;
|
|
3548
|
-
cache?: "
|
|
3548
|
+
cache?: "session" | "none" | undefined;
|
|
3549
3549
|
fallback?: string | undefined;
|
|
3550
3550
|
} | undefined;
|
|
3551
3551
|
};
|
|
@@ -3663,7 +3663,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3663
3663
|
answerStrategy?: {
|
|
3664
3664
|
endpoint: string;
|
|
3665
3665
|
context?: string[] | undefined;
|
|
3666
|
-
cache?: "
|
|
3666
|
+
cache?: "session" | "none" | undefined;
|
|
3667
3667
|
fallback?: string | undefined;
|
|
3668
3668
|
} | undefined;
|
|
3669
3669
|
};
|
|
@@ -3781,7 +3781,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3781
3781
|
answerStrategy?: {
|
|
3782
3782
|
endpoint: string;
|
|
3783
3783
|
context?: string[] | undefined;
|
|
3784
|
-
cache?: "
|
|
3784
|
+
cache?: "session" | "none" | undefined;
|
|
3785
3785
|
fallback?: string | undefined;
|
|
3786
3786
|
} | undefined;
|
|
3787
3787
|
};
|
|
@@ -3903,7 +3903,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3903
3903
|
answerStrategy?: {
|
|
3904
3904
|
endpoint: string;
|
|
3905
3905
|
context?: string[] | undefined;
|
|
3906
|
-
cache?: "
|
|
3906
|
+
cache?: "session" | "none" | undefined;
|
|
3907
3907
|
fallback?: string | undefined;
|
|
3908
3908
|
} | undefined;
|
|
3909
3909
|
};
|
|
@@ -4106,7 +4106,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4106
4106
|
answerStrategy?: {
|
|
4107
4107
|
endpoint: string;
|
|
4108
4108
|
context?: string[] | undefined;
|
|
4109
|
-
cache?: "
|
|
4109
|
+
cache?: "session" | "none" | undefined;
|
|
4110
4110
|
fallback?: string | undefined;
|
|
4111
4111
|
} | undefined;
|
|
4112
4112
|
};
|
|
@@ -4286,9 +4286,9 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4286
4286
|
once?: boolean | undefined;
|
|
4287
4287
|
}>, "many">>;
|
|
4288
4288
|
}, "strip", z.ZodTypeAny, {
|
|
4289
|
-
theme: "light" | "dark" | "auto";
|
|
4290
4289
|
searchable: boolean;
|
|
4291
4290
|
expandBehavior: "single" | "multiple";
|
|
4291
|
+
theme: "light" | "dark" | "auto";
|
|
4292
4292
|
actions: {
|
|
4293
4293
|
config: {
|
|
4294
4294
|
question: string;
|
|
@@ -4313,7 +4313,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4313
4313
|
answerStrategy?: {
|
|
4314
4314
|
endpoint: string;
|
|
4315
4315
|
context?: string[] | undefined;
|
|
4316
|
-
cache?: "
|
|
4316
|
+
cache?: "session" | "none" | undefined;
|
|
4317
4317
|
fallback?: string | undefined;
|
|
4318
4318
|
} | undefined;
|
|
4319
4319
|
};
|
|
@@ -4442,7 +4442,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4442
4442
|
answerStrategy?: {
|
|
4443
4443
|
endpoint: string;
|
|
4444
4444
|
context?: string[] | undefined;
|
|
4445
|
-
cache?: "
|
|
4445
|
+
cache?: "session" | "none" | undefined;
|
|
4446
4446
|
fallback?: string | undefined;
|
|
4447
4447
|
} | undefined;
|
|
4448
4448
|
};
|
|
@@ -4622,10 +4622,10 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4622
4622
|
once?: boolean | undefined;
|
|
4623
4623
|
}[] | undefined;
|
|
4624
4624
|
}, {
|
|
4625
|
-
theme?: "light" | "dark" | "auto" | undefined;
|
|
4626
4625
|
title?: string | undefined;
|
|
4627
4626
|
searchable?: boolean | undefined;
|
|
4628
4627
|
expandBehavior?: "single" | "multiple" | undefined;
|
|
4628
|
+
theme?: "light" | "dark" | "auto" | undefined;
|
|
4629
4629
|
actions?: {
|
|
4630
4630
|
config: {
|
|
4631
4631
|
question: string;
|
|
@@ -4650,7 +4650,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4650
4650
|
answerStrategy?: {
|
|
4651
4651
|
endpoint: string;
|
|
4652
4652
|
context?: string[] | undefined;
|
|
4653
|
-
cache?: "
|
|
4653
|
+
cache?: "session" | "none" | undefined;
|
|
4654
4654
|
fallback?: string | undefined;
|
|
4655
4655
|
} | undefined;
|
|
4656
4656
|
};
|
|
@@ -4778,7 +4778,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4778
4778
|
answerStrategy?: {
|
|
4779
4779
|
endpoint: string;
|
|
4780
4780
|
context?: string[] | undefined;
|
|
4781
|
-
cache?: "
|
|
4781
|
+
cache?: "session" | "none" | undefined;
|
|
4782
4782
|
fallback?: string | undefined;
|
|
4783
4783
|
} | undefined;
|
|
4784
4784
|
};
|
|
@@ -4974,8 +4974,8 @@ export declare const ScrollToFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4974
4974
|
validation: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4975
4975
|
}, "strip", z.ZodTypeAny, {
|
|
4976
4976
|
kind: "faq:scroll_to";
|
|
4977
|
-
itemId?: string | undefined;
|
|
4978
4977
|
title?: string | undefined;
|
|
4978
|
+
itemId?: string | undefined;
|
|
4979
4979
|
behavior?: "auto" | "smooth" | "instant" | undefined;
|
|
4980
4980
|
description?: string | undefined;
|
|
4981
4981
|
validation?: string[] | undefined;
|
|
@@ -4983,8 +4983,8 @@ export declare const ScrollToFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4983
4983
|
expand?: boolean | undefined;
|
|
4984
4984
|
}, {
|
|
4985
4985
|
kind: "faq:scroll_to";
|
|
4986
|
-
itemId?: string | undefined;
|
|
4987
4986
|
title?: string | undefined;
|
|
4987
|
+
itemId?: string | undefined;
|
|
4988
4988
|
behavior?: "auto" | "smooth" | "instant" | undefined;
|
|
4989
4989
|
description?: string | undefined;
|
|
4990
4990
|
validation?: string[] | undefined;
|
|
@@ -4992,8 +4992,8 @@ export declare const ScrollToFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4992
4992
|
expand?: boolean | undefined;
|
|
4993
4993
|
}>, {
|
|
4994
4994
|
kind: "faq:scroll_to";
|
|
4995
|
-
itemId?: string | undefined;
|
|
4996
4995
|
title?: string | undefined;
|
|
4996
|
+
itemId?: string | undefined;
|
|
4997
4997
|
behavior?: "auto" | "smooth" | "instant" | undefined;
|
|
4998
4998
|
description?: string | undefined;
|
|
4999
4999
|
validation?: string[] | undefined;
|
|
@@ -5001,8 +5001,8 @@ export declare const ScrollToFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5001
5001
|
expand?: boolean | undefined;
|
|
5002
5002
|
}, {
|
|
5003
5003
|
kind: "faq:scroll_to";
|
|
5004
|
-
itemId?: string | undefined;
|
|
5005
5004
|
title?: string | undefined;
|
|
5005
|
+
itemId?: string | undefined;
|
|
5006
5006
|
behavior?: "auto" | "smooth" | "instant" | undefined;
|
|
5007
5007
|
description?: string | undefined;
|
|
5008
5008
|
validation?: string[] | undefined;
|
|
@@ -5024,15 +5024,15 @@ export declare const ToggleFaqItemSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5024
5024
|
}, "strip", z.ZodTypeAny, {
|
|
5025
5025
|
state: "open" | "closed" | "toggle";
|
|
5026
5026
|
kind: "faq:toggle_item";
|
|
5027
|
-
itemId?: string | undefined;
|
|
5028
5027
|
title?: string | undefined;
|
|
5028
|
+
itemId?: string | undefined;
|
|
5029
5029
|
description?: string | undefined;
|
|
5030
5030
|
validation?: string[] | undefined;
|
|
5031
5031
|
itemQuestion?: string | undefined;
|
|
5032
5032
|
}, {
|
|
5033
5033
|
kind: "faq:toggle_item";
|
|
5034
|
-
itemId?: string | undefined;
|
|
5035
5034
|
title?: string | undefined;
|
|
5035
|
+
itemId?: string | undefined;
|
|
5036
5036
|
state?: "open" | "closed" | "toggle" | undefined;
|
|
5037
5037
|
description?: string | undefined;
|
|
5038
5038
|
validation?: string[] | undefined;
|
|
@@ -5040,15 +5040,15 @@ export declare const ToggleFaqItemSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5040
5040
|
}>, {
|
|
5041
5041
|
state: "open" | "closed" | "toggle";
|
|
5042
5042
|
kind: "faq:toggle_item";
|
|
5043
|
-
itemId?: string | undefined;
|
|
5044
5043
|
title?: string | undefined;
|
|
5044
|
+
itemId?: string | undefined;
|
|
5045
5045
|
description?: string | undefined;
|
|
5046
5046
|
validation?: string[] | undefined;
|
|
5047
5047
|
itemQuestion?: string | undefined;
|
|
5048
5048
|
}, {
|
|
5049
5049
|
kind: "faq:toggle_item";
|
|
5050
|
-
itemId?: string | undefined;
|
|
5051
5050
|
title?: string | undefined;
|
|
5051
|
+
itemId?: string | undefined;
|
|
5052
5052
|
state?: "open" | "closed" | "toggle" | undefined;
|
|
5053
5053
|
description?: string | undefined;
|
|
5054
5054
|
validation?: string[] | undefined;
|
|
@@ -5143,12 +5143,12 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5143
5143
|
}, "strip", z.ZodTypeAny, {
|
|
5144
5144
|
endpoint: string;
|
|
5145
5145
|
context?: string[] | undefined;
|
|
5146
|
-
cache?: "
|
|
5146
|
+
cache?: "session" | "none" | undefined;
|
|
5147
5147
|
fallback?: string | undefined;
|
|
5148
5148
|
}, {
|
|
5149
5149
|
endpoint: string;
|
|
5150
5150
|
context?: string[] | undefined;
|
|
5151
|
-
cache?: "
|
|
5151
|
+
cache?: "session" | "none" | undefined;
|
|
5152
5152
|
fallback?: string | undefined;
|
|
5153
5153
|
}>>;
|
|
5154
5154
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5174,7 +5174,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5174
5174
|
answerStrategy?: {
|
|
5175
5175
|
endpoint: string;
|
|
5176
5176
|
context?: string[] | undefined;
|
|
5177
|
-
cache?: "
|
|
5177
|
+
cache?: "session" | "none" | undefined;
|
|
5178
5178
|
fallback?: string | undefined;
|
|
5179
5179
|
} | undefined;
|
|
5180
5180
|
}, {
|
|
@@ -5200,7 +5200,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5200
5200
|
answerStrategy?: {
|
|
5201
5201
|
endpoint: string;
|
|
5202
5202
|
context?: string[] | undefined;
|
|
5203
|
-
cache?: "
|
|
5203
|
+
cache?: "session" | "none" | undefined;
|
|
5204
5204
|
fallback?: string | undefined;
|
|
5205
5205
|
} | undefined;
|
|
5206
5206
|
}>;
|
|
@@ -5731,7 +5731,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5731
5731
|
answerStrategy?: {
|
|
5732
5732
|
endpoint: string;
|
|
5733
5733
|
context?: string[] | undefined;
|
|
5734
|
-
cache?: "
|
|
5734
|
+
cache?: "session" | "none" | undefined;
|
|
5735
5735
|
fallback?: string | undefined;
|
|
5736
5736
|
} | undefined;
|
|
5737
5737
|
};
|
|
@@ -5849,7 +5849,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5849
5849
|
answerStrategy?: {
|
|
5850
5850
|
endpoint: string;
|
|
5851
5851
|
context?: string[] | undefined;
|
|
5852
|
-
cache?: "
|
|
5852
|
+
cache?: "session" | "none" | undefined;
|
|
5853
5853
|
fallback?: string | undefined;
|
|
5854
5854
|
} | undefined;
|
|
5855
5855
|
};
|
|
@@ -5967,7 +5967,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5967
5967
|
answerStrategy?: {
|
|
5968
5968
|
endpoint: string;
|
|
5969
5969
|
context?: string[] | undefined;
|
|
5970
|
-
cache?: "
|
|
5970
|
+
cache?: "session" | "none" | undefined;
|
|
5971
5971
|
fallback?: string | undefined;
|
|
5972
5972
|
} | undefined;
|
|
5973
5973
|
};
|
|
@@ -6085,7 +6085,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6085
6085
|
answerStrategy?: {
|
|
6086
6086
|
endpoint: string;
|
|
6087
6087
|
context?: string[] | undefined;
|
|
6088
|
-
cache?: "
|
|
6088
|
+
cache?: "session" | "none" | undefined;
|
|
6089
6089
|
fallback?: string | undefined;
|
|
6090
6090
|
} | undefined;
|
|
6091
6091
|
};
|
|
@@ -6199,6 +6199,8 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6199
6199
|
}, "strip", z.ZodTypeAny, {
|
|
6200
6200
|
operation: "add" | "remove" | "reorder" | "replace";
|
|
6201
6201
|
kind: "faq:update";
|
|
6202
|
+
title?: string | undefined;
|
|
6203
|
+
position?: "prepend" | "append" | "before" | "after" | undefined;
|
|
6202
6204
|
items?: {
|
|
6203
6205
|
config: {
|
|
6204
6206
|
question: string;
|
|
@@ -6223,7 +6225,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6223
6225
|
answerStrategy?: {
|
|
6224
6226
|
endpoint: string;
|
|
6225
6227
|
context?: string[] | undefined;
|
|
6226
|
-
cache?: "
|
|
6228
|
+
cache?: "session" | "none" | undefined;
|
|
6227
6229
|
fallback?: string | undefined;
|
|
6228
6230
|
} | undefined;
|
|
6229
6231
|
};
|
|
@@ -6319,8 +6321,6 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6319
6321
|
} | null | undefined;
|
|
6320
6322
|
}[] | undefined;
|
|
6321
6323
|
itemId?: string | undefined;
|
|
6322
|
-
title?: string | undefined;
|
|
6323
|
-
position?: "prepend" | "append" | "before" | "after" | undefined;
|
|
6324
6324
|
anchorId?: {
|
|
6325
6325
|
selector: string;
|
|
6326
6326
|
route: string | string[];
|
|
@@ -6331,6 +6331,8 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6331
6331
|
}, {
|
|
6332
6332
|
operation: "add" | "remove" | "reorder" | "replace";
|
|
6333
6333
|
kind: "faq:update";
|
|
6334
|
+
title?: string | undefined;
|
|
6335
|
+
position?: "prepend" | "append" | "before" | "after" | undefined;
|
|
6334
6336
|
items?: {
|
|
6335
6337
|
config: {
|
|
6336
6338
|
question: string;
|
|
@@ -6355,7 +6357,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6355
6357
|
answerStrategy?: {
|
|
6356
6358
|
endpoint: string;
|
|
6357
6359
|
context?: string[] | undefined;
|
|
6358
|
-
cache?: "
|
|
6360
|
+
cache?: "session" | "none" | undefined;
|
|
6359
6361
|
fallback?: string | undefined;
|
|
6360
6362
|
} | undefined;
|
|
6361
6363
|
};
|
|
@@ -6451,8 +6453,6 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6451
6453
|
} | null | undefined;
|
|
6452
6454
|
}[] | undefined;
|
|
6453
6455
|
itemId?: string | undefined;
|
|
6454
|
-
title?: string | undefined;
|
|
6455
|
-
position?: "prepend" | "append" | "before" | "after" | undefined;
|
|
6456
6456
|
anchorId?: {
|
|
6457
6457
|
selector: string;
|
|
6458
6458
|
route: string | string[];
|
|
@@ -6463,6 +6463,8 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6463
6463
|
}>, {
|
|
6464
6464
|
operation: "add" | "remove" | "reorder" | "replace";
|
|
6465
6465
|
kind: "faq:update";
|
|
6466
|
+
title?: string | undefined;
|
|
6467
|
+
position?: "prepend" | "append" | "before" | "after" | undefined;
|
|
6466
6468
|
items?: {
|
|
6467
6469
|
config: {
|
|
6468
6470
|
question: string;
|
|
@@ -6487,7 +6489,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6487
6489
|
answerStrategy?: {
|
|
6488
6490
|
endpoint: string;
|
|
6489
6491
|
context?: string[] | undefined;
|
|
6490
|
-
cache?: "
|
|
6492
|
+
cache?: "session" | "none" | undefined;
|
|
6491
6493
|
fallback?: string | undefined;
|
|
6492
6494
|
} | undefined;
|
|
6493
6495
|
};
|
|
@@ -6583,8 +6585,6 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6583
6585
|
} | null | undefined;
|
|
6584
6586
|
}[] | undefined;
|
|
6585
6587
|
itemId?: string | undefined;
|
|
6586
|
-
title?: string | undefined;
|
|
6587
|
-
position?: "prepend" | "append" | "before" | "after" | undefined;
|
|
6588
6588
|
anchorId?: {
|
|
6589
6589
|
selector: string;
|
|
6590
6590
|
route: string | string[];
|
|
@@ -6595,6 +6595,8 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6595
6595
|
}, {
|
|
6596
6596
|
operation: "add" | "remove" | "reorder" | "replace";
|
|
6597
6597
|
kind: "faq:update";
|
|
6598
|
+
title?: string | undefined;
|
|
6599
|
+
position?: "prepend" | "append" | "before" | "after" | undefined;
|
|
6598
6600
|
items?: {
|
|
6599
6601
|
config: {
|
|
6600
6602
|
question: string;
|
|
@@ -6619,7 +6621,7 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6619
6621
|
answerStrategy?: {
|
|
6620
6622
|
endpoint: string;
|
|
6621
6623
|
context?: string[] | undefined;
|
|
6622
|
-
cache?: "
|
|
6624
|
+
cache?: "session" | "none" | undefined;
|
|
6623
6625
|
fallback?: string | undefined;
|
|
6624
6626
|
} | undefined;
|
|
6625
6627
|
};
|
|
@@ -6715,8 +6717,6 @@ export declare const UpdateFaqSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6715
6717
|
} | null | undefined;
|
|
6716
6718
|
}[] | undefined;
|
|
6717
6719
|
itemId?: string | undefined;
|
|
6718
|
-
title?: string | undefined;
|
|
6719
|
-
position?: "prepend" | "append" | "before" | "after" | undefined;
|
|
6720
6720
|
anchorId?: {
|
|
6721
6721
|
selector: string;
|
|
6722
6722
|
route: string | string[];
|
|
@@ -6752,7 +6752,7 @@ export declare function validateFAQQuestion(data: unknown): z.SafeParseReturnTyp
|
|
|
6752
6752
|
answerStrategy?: {
|
|
6753
6753
|
endpoint: string;
|
|
6754
6754
|
context?: string[] | undefined;
|
|
6755
|
-
cache?: "
|
|
6755
|
+
cache?: "session" | "none" | undefined;
|
|
6756
6756
|
fallback?: string | undefined;
|
|
6757
6757
|
} | undefined;
|
|
6758
6758
|
};
|
|
@@ -6870,7 +6870,7 @@ export declare function validateFAQQuestion(data: unknown): z.SafeParseReturnTyp
|
|
|
6870
6870
|
answerStrategy?: {
|
|
6871
6871
|
endpoint: string;
|
|
6872
6872
|
context?: string[] | undefined;
|
|
6873
|
-
cache?: "
|
|
6873
|
+
cache?: "session" | "none" | undefined;
|
|
6874
6874
|
fallback?: string | undefined;
|
|
6875
6875
|
} | undefined;
|
|
6876
6876
|
};
|
|
@@ -6969,10 +6969,10 @@ export declare function validateFAQQuestion(data: unknown): z.SafeParseReturnTyp
|
|
|
6969
6969
|
* Validate the full FAQ config.
|
|
6970
6970
|
*/
|
|
6971
6971
|
export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<{
|
|
6972
|
-
theme?: "light" | "dark" | "auto" | undefined;
|
|
6973
6972
|
title?: string | undefined;
|
|
6974
6973
|
searchable?: boolean | undefined;
|
|
6975
6974
|
expandBehavior?: "single" | "multiple" | undefined;
|
|
6975
|
+
theme?: "light" | "dark" | "auto" | undefined;
|
|
6976
6976
|
actions?: {
|
|
6977
6977
|
config: {
|
|
6978
6978
|
question: string;
|
|
@@ -6997,7 +6997,7 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
6997
6997
|
answerStrategy?: {
|
|
6998
6998
|
endpoint: string;
|
|
6999
6999
|
context?: string[] | undefined;
|
|
7000
|
-
cache?: "
|
|
7000
|
+
cache?: "session" | "none" | undefined;
|
|
7001
7001
|
fallback?: string | undefined;
|
|
7002
7002
|
} | undefined;
|
|
7003
7003
|
};
|
|
@@ -7125,7 +7125,7 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7125
7125
|
answerStrategy?: {
|
|
7126
7126
|
endpoint: string;
|
|
7127
7127
|
context?: string[] | undefined;
|
|
7128
|
-
cache?: "
|
|
7128
|
+
cache?: "session" | "none" | undefined;
|
|
7129
7129
|
fallback?: string | undefined;
|
|
7130
7130
|
} | undefined;
|
|
7131
7131
|
};
|
|
@@ -7305,9 +7305,9 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7305
7305
|
once?: boolean | undefined;
|
|
7306
7306
|
}[] | undefined;
|
|
7307
7307
|
}, {
|
|
7308
|
-
theme: "light" | "dark" | "auto";
|
|
7309
7308
|
searchable: boolean;
|
|
7310
7309
|
expandBehavior: "single" | "multiple";
|
|
7310
|
+
theme: "light" | "dark" | "auto";
|
|
7311
7311
|
actions: {
|
|
7312
7312
|
config: {
|
|
7313
7313
|
question: string;
|
|
@@ -7332,7 +7332,7 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7332
7332
|
answerStrategy?: {
|
|
7333
7333
|
endpoint: string;
|
|
7334
7334
|
context?: string[] | undefined;
|
|
7335
|
-
cache?: "
|
|
7335
|
+
cache?: "session" | "none" | undefined;
|
|
7336
7336
|
fallback?: string | undefined;
|
|
7337
7337
|
} | undefined;
|
|
7338
7338
|
};
|
|
@@ -7461,7 +7461,7 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7461
7461
|
answerStrategy?: {
|
|
7462
7462
|
endpoint: string;
|
|
7463
7463
|
context?: string[] | undefined;
|
|
7464
|
-
cache?: "
|
|
7464
|
+
cache?: "session" | "none" | undefined;
|
|
7465
7465
|
fallback?: string | undefined;
|
|
7466
7466
|
} | undefined;
|
|
7467
7467
|
};
|
|
@@ -7729,12 +7729,12 @@ export declare const actionStepSchemas: ({
|
|
|
7729
7729
|
}, "strip", z.ZodTypeAny, {
|
|
7730
7730
|
endpoint: string;
|
|
7731
7731
|
context?: string[] | undefined;
|
|
7732
|
-
cache?: "
|
|
7732
|
+
cache?: "session" | "none" | undefined;
|
|
7733
7733
|
fallback?: string | undefined;
|
|
7734
7734
|
}, {
|
|
7735
7735
|
endpoint: string;
|
|
7736
7736
|
context?: string[] | undefined;
|
|
7737
|
-
cache?: "
|
|
7737
|
+
cache?: "session" | "none" | undefined;
|
|
7738
7738
|
fallback?: string | undefined;
|
|
7739
7739
|
}>>;
|
|
7740
7740
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7760,7 +7760,7 @@ export declare const actionStepSchemas: ({
|
|
|
7760
7760
|
answerStrategy?: {
|
|
7761
7761
|
endpoint: string;
|
|
7762
7762
|
context?: string[] | undefined;
|
|
7763
|
-
cache?: "
|
|
7763
|
+
cache?: "session" | "none" | undefined;
|
|
7764
7764
|
fallback?: string | undefined;
|
|
7765
7765
|
} | undefined;
|
|
7766
7766
|
}, {
|
|
@@ -7786,7 +7786,7 @@ export declare const actionStepSchemas: ({
|
|
|
7786
7786
|
answerStrategy?: {
|
|
7787
7787
|
endpoint: string;
|
|
7788
7788
|
context?: string[] | undefined;
|
|
7789
|
-
cache?: "
|
|
7789
|
+
cache?: "session" | "none" | undefined;
|
|
7790
7790
|
fallback?: string | undefined;
|
|
7791
7791
|
} | undefined;
|
|
7792
7792
|
}>;
|
|
@@ -8317,7 +8317,7 @@ export declare const actionStepSchemas: ({
|
|
|
8317
8317
|
answerStrategy?: {
|
|
8318
8318
|
endpoint: string;
|
|
8319
8319
|
context?: string[] | undefined;
|
|
8320
|
-
cache?: "
|
|
8320
|
+
cache?: "session" | "none" | undefined;
|
|
8321
8321
|
fallback?: string | undefined;
|
|
8322
8322
|
} | undefined;
|
|
8323
8323
|
};
|
|
@@ -8435,7 +8435,7 @@ export declare const actionStepSchemas: ({
|
|
|
8435
8435
|
answerStrategy?: {
|
|
8436
8436
|
endpoint: string;
|
|
8437
8437
|
context?: string[] | undefined;
|
|
8438
|
-
cache?: "
|
|
8438
|
+
cache?: "session" | "none" | undefined;
|
|
8439
8439
|
fallback?: string | undefined;
|
|
8440
8440
|
} | undefined;
|
|
8441
8441
|
};
|
|
@@ -8543,8 +8543,8 @@ export declare const actionStepSchemas: ({
|
|
|
8543
8543
|
validation: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
8544
8544
|
}, "strip", z.ZodTypeAny, {
|
|
8545
8545
|
kind: "faq:scroll_to";
|
|
8546
|
-
itemId?: string | undefined;
|
|
8547
8546
|
title?: string | undefined;
|
|
8547
|
+
itemId?: string | undefined;
|
|
8548
8548
|
behavior?: "auto" | "smooth" | "instant" | undefined;
|
|
8549
8549
|
description?: string | undefined;
|
|
8550
8550
|
validation?: string[] | undefined;
|
|
@@ -8552,8 +8552,8 @@ export declare const actionStepSchemas: ({
|
|
|
8552
8552
|
expand?: boolean | undefined;
|
|
8553
8553
|
}, {
|
|
8554
8554
|
kind: "faq:scroll_to";
|
|
8555
|
-
itemId?: string | undefined;
|
|
8556
8555
|
title?: string | undefined;
|
|
8556
|
+
itemId?: string | undefined;
|
|
8557
8557
|
behavior?: "auto" | "smooth" | "instant" | undefined;
|
|
8558
8558
|
description?: string | undefined;
|
|
8559
8559
|
validation?: string[] | undefined;
|
|
@@ -8573,15 +8573,15 @@ export declare const actionStepSchemas: ({
|
|
|
8573
8573
|
}, "strip", z.ZodTypeAny, {
|
|
8574
8574
|
state: "open" | "closed" | "toggle";
|
|
8575
8575
|
kind: "faq:toggle_item";
|
|
8576
|
-
itemId?: string | undefined;
|
|
8577
8576
|
title?: string | undefined;
|
|
8577
|
+
itemId?: string | undefined;
|
|
8578
8578
|
description?: string | undefined;
|
|
8579
8579
|
validation?: string[] | undefined;
|
|
8580
8580
|
itemQuestion?: string | undefined;
|
|
8581
8581
|
}, {
|
|
8582
8582
|
kind: "faq:toggle_item";
|
|
8583
|
-
itemId?: string | undefined;
|
|
8584
8583
|
title?: string | undefined;
|
|
8584
|
+
itemId?: string | undefined;
|
|
8585
8585
|
state?: "open" | "closed" | "toggle" | undefined;
|
|
8586
8586
|
description?: string | undefined;
|
|
8587
8587
|
validation?: string[] | undefined;
|
|
@@ -8670,12 +8670,12 @@ export declare const actionStepSchemas: ({
|
|
|
8670
8670
|
}, "strip", z.ZodTypeAny, {
|
|
8671
8671
|
endpoint: string;
|
|
8672
8672
|
context?: string[] | undefined;
|
|
8673
|
-
cache?: "
|
|
8673
|
+
cache?: "session" | "none" | undefined;
|
|
8674
8674
|
fallback?: string | undefined;
|
|
8675
8675
|
}, {
|
|
8676
8676
|
endpoint: string;
|
|
8677
8677
|
context?: string[] | undefined;
|
|
8678
|
-
cache?: "
|
|
8678
|
+
cache?: "session" | "none" | undefined;
|
|
8679
8679
|
fallback?: string | undefined;
|
|
8680
8680
|
}>>;
|
|
8681
8681
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -8701,7 +8701,7 @@ export declare const actionStepSchemas: ({
|
|
|
8701
8701
|
answerStrategy?: {
|
|
8702
8702
|
endpoint: string;
|
|
8703
8703
|
context?: string[] | undefined;
|
|
8704
|
-
cache?: "
|
|
8704
|
+
cache?: "session" | "none" | undefined;
|
|
8705
8705
|
fallback?: string | undefined;
|
|
8706
8706
|
} | undefined;
|
|
8707
8707
|
}, {
|
|
@@ -8727,7 +8727,7 @@ export declare const actionStepSchemas: ({
|
|
|
8727
8727
|
answerStrategy?: {
|
|
8728
8728
|
endpoint: string;
|
|
8729
8729
|
context?: string[] | undefined;
|
|
8730
|
-
cache?: "
|
|
8730
|
+
cache?: "session" | "none" | undefined;
|
|
8731
8731
|
fallback?: string | undefined;
|
|
8732
8732
|
} | undefined;
|
|
8733
8733
|
}>;
|
|
@@ -9258,7 +9258,7 @@ export declare const actionStepSchemas: ({
|
|
|
9258
9258
|
answerStrategy?: {
|
|
9259
9259
|
endpoint: string;
|
|
9260
9260
|
context?: string[] | undefined;
|
|
9261
|
-
cache?: "
|
|
9261
|
+
cache?: "session" | "none" | undefined;
|
|
9262
9262
|
fallback?: string | undefined;
|
|
9263
9263
|
} | undefined;
|
|
9264
9264
|
};
|
|
@@ -9376,7 +9376,7 @@ export declare const actionStepSchemas: ({
|
|
|
9376
9376
|
answerStrategy?: {
|
|
9377
9377
|
endpoint: string;
|
|
9378
9378
|
context?: string[] | undefined;
|
|
9379
|
-
cache?: "
|
|
9379
|
+
cache?: "session" | "none" | undefined;
|
|
9380
9380
|
fallback?: string | undefined;
|
|
9381
9381
|
} | undefined;
|
|
9382
9382
|
};
|
|
@@ -9494,7 +9494,7 @@ export declare const actionStepSchemas: ({
|
|
|
9494
9494
|
answerStrategy?: {
|
|
9495
9495
|
endpoint: string;
|
|
9496
9496
|
context?: string[] | undefined;
|
|
9497
|
-
cache?: "
|
|
9497
|
+
cache?: "session" | "none" | undefined;
|
|
9498
9498
|
fallback?: string | undefined;
|
|
9499
9499
|
} | undefined;
|
|
9500
9500
|
};
|
|
@@ -9612,7 +9612,7 @@ export declare const actionStepSchemas: ({
|
|
|
9612
9612
|
answerStrategy?: {
|
|
9613
9613
|
endpoint: string;
|
|
9614
9614
|
context?: string[] | undefined;
|
|
9615
|
-
cache?: "
|
|
9615
|
+
cache?: "session" | "none" | undefined;
|
|
9616
9616
|
fallback?: string | undefined;
|
|
9617
9617
|
} | undefined;
|
|
9618
9618
|
};
|
|
@@ -9726,6 +9726,8 @@ export declare const actionStepSchemas: ({
|
|
|
9726
9726
|
}, "strip", z.ZodTypeAny, {
|
|
9727
9727
|
operation: "add" | "remove" | "reorder" | "replace";
|
|
9728
9728
|
kind: "faq:update";
|
|
9729
|
+
title?: string | undefined;
|
|
9730
|
+
position?: "prepend" | "append" | "before" | "after" | undefined;
|
|
9729
9731
|
items?: {
|
|
9730
9732
|
config: {
|
|
9731
9733
|
question: string;
|
|
@@ -9750,7 +9752,7 @@ export declare const actionStepSchemas: ({
|
|
|
9750
9752
|
answerStrategy?: {
|
|
9751
9753
|
endpoint: string;
|
|
9752
9754
|
context?: string[] | undefined;
|
|
9753
|
-
cache?: "
|
|
9755
|
+
cache?: "session" | "none" | undefined;
|
|
9754
9756
|
fallback?: string | undefined;
|
|
9755
9757
|
} | undefined;
|
|
9756
9758
|
};
|
|
@@ -9846,8 +9848,6 @@ export declare const actionStepSchemas: ({
|
|
|
9846
9848
|
} | null | undefined;
|
|
9847
9849
|
}[] | undefined;
|
|
9848
9850
|
itemId?: string | undefined;
|
|
9849
|
-
title?: string | undefined;
|
|
9850
|
-
position?: "prepend" | "append" | "before" | "after" | undefined;
|
|
9851
9851
|
anchorId?: {
|
|
9852
9852
|
selector: string;
|
|
9853
9853
|
route: string | string[];
|
|
@@ -9858,6 +9858,8 @@ export declare const actionStepSchemas: ({
|
|
|
9858
9858
|
}, {
|
|
9859
9859
|
operation: "add" | "remove" | "reorder" | "replace";
|
|
9860
9860
|
kind: "faq:update";
|
|
9861
|
+
title?: string | undefined;
|
|
9862
|
+
position?: "prepend" | "append" | "before" | "after" | undefined;
|
|
9861
9863
|
items?: {
|
|
9862
9864
|
config: {
|
|
9863
9865
|
question: string;
|
|
@@ -9882,7 +9884,7 @@ export declare const actionStepSchemas: ({
|
|
|
9882
9884
|
answerStrategy?: {
|
|
9883
9885
|
endpoint: string;
|
|
9884
9886
|
context?: string[] | undefined;
|
|
9885
|
-
cache?: "
|
|
9887
|
+
cache?: "session" | "none" | undefined;
|
|
9886
9888
|
fallback?: string | undefined;
|
|
9887
9889
|
} | undefined;
|
|
9888
9890
|
};
|
|
@@ -9978,8 +9980,6 @@ export declare const actionStepSchemas: ({
|
|
|
9978
9980
|
} | null | undefined;
|
|
9979
9981
|
}[] | undefined;
|
|
9980
9982
|
itemId?: string | undefined;
|
|
9981
|
-
title?: string | undefined;
|
|
9982
|
-
position?: "prepend" | "append" | "before" | "after" | undefined;
|
|
9983
9983
|
anchorId?: {
|
|
9984
9984
|
selector: string;
|
|
9985
9985
|
route: string | string[];
|
|
@@ -10085,12 +10085,12 @@ export declare const tileWidgets: {
|
|
|
10085
10085
|
}, "strip", z.ZodTypeAny, {
|
|
10086
10086
|
endpoint: string;
|
|
10087
10087
|
context?: string[] | undefined;
|
|
10088
|
-
cache?: "
|
|
10088
|
+
cache?: "session" | "none" | undefined;
|
|
10089
10089
|
fallback?: string | undefined;
|
|
10090
10090
|
}, {
|
|
10091
10091
|
endpoint: string;
|
|
10092
10092
|
context?: string[] | undefined;
|
|
10093
|
-
cache?: "
|
|
10093
|
+
cache?: "session" | "none" | undefined;
|
|
10094
10094
|
fallback?: string | undefined;
|
|
10095
10095
|
}>>;
|
|
10096
10096
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -10116,7 +10116,7 @@ export declare const tileWidgets: {
|
|
|
10116
10116
|
answerStrategy?: {
|
|
10117
10117
|
endpoint: string;
|
|
10118
10118
|
context?: string[] | undefined;
|
|
10119
|
-
cache?: "
|
|
10119
|
+
cache?: "session" | "none" | undefined;
|
|
10120
10120
|
fallback?: string | undefined;
|
|
10121
10121
|
} | undefined;
|
|
10122
10122
|
}, {
|
|
@@ -10142,7 +10142,7 @@ export declare const tileWidgets: {
|
|
|
10142
10142
|
answerStrategy?: {
|
|
10143
10143
|
endpoint: string;
|
|
10144
10144
|
context?: string[] | undefined;
|
|
10145
|
-
cache?: "
|
|
10145
|
+
cache?: "session" | "none" | undefined;
|
|
10146
10146
|
fallback?: string | undefined;
|
|
10147
10147
|
} | undefined;
|
|
10148
10148
|
}>;
|
|
@@ -10673,7 +10673,7 @@ export declare const tileWidgets: {
|
|
|
10673
10673
|
answerStrategy?: {
|
|
10674
10674
|
endpoint: string;
|
|
10675
10675
|
context?: string[] | undefined;
|
|
10676
|
-
cache?: "
|
|
10676
|
+
cache?: "session" | "none" | undefined;
|
|
10677
10677
|
fallback?: string | undefined;
|
|
10678
10678
|
} | undefined;
|
|
10679
10679
|
};
|
|
@@ -10791,7 +10791,7 @@ export declare const tileWidgets: {
|
|
|
10791
10791
|
answerStrategy?: {
|
|
10792
10792
|
endpoint: string;
|
|
10793
10793
|
context?: string[] | undefined;
|
|
10794
|
-
cache?: "
|
|
10794
|
+
cache?: "session" | "none" | undefined;
|
|
10795
10795
|
fallback?: string | undefined;
|
|
10796
10796
|
} | undefined;
|
|
10797
10797
|
};
|
|
@@ -10909,7 +10909,7 @@ export declare const tileWidgets: {
|
|
|
10909
10909
|
answerStrategy?: {
|
|
10910
10910
|
endpoint: string;
|
|
10911
10911
|
context?: string[] | undefined;
|
|
10912
|
-
cache?: "
|
|
10912
|
+
cache?: "session" | "none" | undefined;
|
|
10913
10913
|
fallback?: string | undefined;
|
|
10914
10914
|
} | undefined;
|
|
10915
10915
|
};
|
|
@@ -11027,7 +11027,7 @@ export declare const tileWidgets: {
|
|
|
11027
11027
|
answerStrategy?: {
|
|
11028
11028
|
endpoint: string;
|
|
11029
11029
|
context?: string[] | undefined;
|
|
11030
|
-
cache?: "
|
|
11030
|
+
cache?: "session" | "none" | undefined;
|
|
11031
11031
|
fallback?: string | undefined;
|
|
11032
11032
|
} | undefined;
|
|
11033
11033
|
};
|
|
@@ -11709,12 +11709,12 @@ export declare const tileWidgets: {
|
|
|
11709
11709
|
}, "strip", z.ZodTypeAny, {
|
|
11710
11710
|
endpoint: string;
|
|
11711
11711
|
context?: string[] | undefined;
|
|
11712
|
-
cache?: "
|
|
11712
|
+
cache?: "session" | "none" | undefined;
|
|
11713
11713
|
fallback?: string | undefined;
|
|
11714
11714
|
}, {
|
|
11715
11715
|
endpoint: string;
|
|
11716
11716
|
context?: string[] | undefined;
|
|
11717
|
-
cache?: "
|
|
11717
|
+
cache?: "session" | "none" | undefined;
|
|
11718
11718
|
fallback?: string | undefined;
|
|
11719
11719
|
}>>;
|
|
11720
11720
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -11740,7 +11740,7 @@ export declare const tileWidgets: {
|
|
|
11740
11740
|
answerStrategy?: {
|
|
11741
11741
|
endpoint: string;
|
|
11742
11742
|
context?: string[] | undefined;
|
|
11743
|
-
cache?: "
|
|
11743
|
+
cache?: "session" | "none" | undefined;
|
|
11744
11744
|
fallback?: string | undefined;
|
|
11745
11745
|
} | undefined;
|
|
11746
11746
|
}, {
|
|
@@ -11766,7 +11766,7 @@ export declare const tileWidgets: {
|
|
|
11766
11766
|
answerStrategy?: {
|
|
11767
11767
|
endpoint: string;
|
|
11768
11768
|
context?: string[] | undefined;
|
|
11769
|
-
cache?: "
|
|
11769
|
+
cache?: "session" | "none" | undefined;
|
|
11770
11770
|
fallback?: string | undefined;
|
|
11771
11771
|
} | undefined;
|
|
11772
11772
|
}>;
|
|
@@ -12297,7 +12297,7 @@ export declare const tileWidgets: {
|
|
|
12297
12297
|
answerStrategy?: {
|
|
12298
12298
|
endpoint: string;
|
|
12299
12299
|
context?: string[] | undefined;
|
|
12300
|
-
cache?: "
|
|
12300
|
+
cache?: "session" | "none" | undefined;
|
|
12301
12301
|
fallback?: string | undefined;
|
|
12302
12302
|
} | undefined;
|
|
12303
12303
|
};
|
|
@@ -12415,7 +12415,7 @@ export declare const tileWidgets: {
|
|
|
12415
12415
|
answerStrategy?: {
|
|
12416
12416
|
endpoint: string;
|
|
12417
12417
|
context?: string[] | undefined;
|
|
12418
|
-
cache?: "
|
|
12418
|
+
cache?: "session" | "none" | undefined;
|
|
12419
12419
|
fallback?: string | undefined;
|
|
12420
12420
|
} | undefined;
|
|
12421
12421
|
};
|
|
@@ -12533,7 +12533,7 @@ export declare const tileWidgets: {
|
|
|
12533
12533
|
answerStrategy?: {
|
|
12534
12534
|
endpoint: string;
|
|
12535
12535
|
context?: string[] | undefined;
|
|
12536
|
-
cache?: "
|
|
12536
|
+
cache?: "session" | "none" | undefined;
|
|
12537
12537
|
fallback?: string | undefined;
|
|
12538
12538
|
} | undefined;
|
|
12539
12539
|
};
|
|
@@ -12651,7 +12651,7 @@ export declare const tileWidgets: {
|
|
|
12651
12651
|
answerStrategy?: {
|
|
12652
12652
|
endpoint: string;
|
|
12653
12653
|
context?: string[] | undefined;
|
|
12654
|
-
cache?: "
|
|
12654
|
+
cache?: "session" | "none" | undefined;
|
|
12655
12655
|
fallback?: string | undefined;
|
|
12656
12656
|
} | undefined;
|
|
12657
12657
|
};
|
|
@@ -12773,7 +12773,7 @@ export declare const tileWidgets: {
|
|
|
12773
12773
|
answerStrategy?: {
|
|
12774
12774
|
endpoint: string;
|
|
12775
12775
|
context?: string[] | undefined;
|
|
12776
|
-
cache?: "
|
|
12776
|
+
cache?: "session" | "none" | undefined;
|
|
12777
12777
|
fallback?: string | undefined;
|
|
12778
12778
|
} | undefined;
|
|
12779
12779
|
};
|
|
@@ -12976,7 +12976,7 @@ export declare const tileWidgets: {
|
|
|
12976
12976
|
answerStrategy?: {
|
|
12977
12977
|
endpoint: string;
|
|
12978
12978
|
context?: string[] | undefined;
|
|
12979
|
-
cache?: "
|
|
12979
|
+
cache?: "session" | "none" | undefined;
|
|
12980
12980
|
fallback?: string | undefined;
|
|
12981
12981
|
} | undefined;
|
|
12982
12982
|
};
|
|
@@ -13156,9 +13156,9 @@ export declare const tileWidgets: {
|
|
|
13156
13156
|
once?: boolean | undefined;
|
|
13157
13157
|
}>, "many">>;
|
|
13158
13158
|
}, "strip", z.ZodTypeAny, {
|
|
13159
|
-
theme: "light" | "dark" | "auto";
|
|
13160
13159
|
searchable: boolean;
|
|
13161
13160
|
expandBehavior: "single" | "multiple";
|
|
13161
|
+
theme: "light" | "dark" | "auto";
|
|
13162
13162
|
actions: {
|
|
13163
13163
|
config: {
|
|
13164
13164
|
question: string;
|
|
@@ -13183,7 +13183,7 @@ export declare const tileWidgets: {
|
|
|
13183
13183
|
answerStrategy?: {
|
|
13184
13184
|
endpoint: string;
|
|
13185
13185
|
context?: string[] | undefined;
|
|
13186
|
-
cache?: "
|
|
13186
|
+
cache?: "session" | "none" | undefined;
|
|
13187
13187
|
fallback?: string | undefined;
|
|
13188
13188
|
} | undefined;
|
|
13189
13189
|
};
|
|
@@ -13312,7 +13312,7 @@ export declare const tileWidgets: {
|
|
|
13312
13312
|
answerStrategy?: {
|
|
13313
13313
|
endpoint: string;
|
|
13314
13314
|
context?: string[] | undefined;
|
|
13315
|
-
cache?: "
|
|
13315
|
+
cache?: "session" | "none" | undefined;
|
|
13316
13316
|
fallback?: string | undefined;
|
|
13317
13317
|
} | undefined;
|
|
13318
13318
|
};
|
|
@@ -13492,10 +13492,10 @@ export declare const tileWidgets: {
|
|
|
13492
13492
|
once?: boolean | undefined;
|
|
13493
13493
|
}[] | undefined;
|
|
13494
13494
|
}, {
|
|
13495
|
-
theme?: "light" | "dark" | "auto" | undefined;
|
|
13496
13495
|
title?: string | undefined;
|
|
13497
13496
|
searchable?: boolean | undefined;
|
|
13498
13497
|
expandBehavior?: "single" | "multiple" | undefined;
|
|
13498
|
+
theme?: "light" | "dark" | "auto" | undefined;
|
|
13499
13499
|
actions?: {
|
|
13500
13500
|
config: {
|
|
13501
13501
|
question: string;
|
|
@@ -13520,7 +13520,7 @@ export declare const tileWidgets: {
|
|
|
13520
13520
|
answerStrategy?: {
|
|
13521
13521
|
endpoint: string;
|
|
13522
13522
|
context?: string[] | undefined;
|
|
13523
|
-
cache?: "
|
|
13523
|
+
cache?: "session" | "none" | undefined;
|
|
13524
13524
|
fallback?: string | undefined;
|
|
13525
13525
|
} | undefined;
|
|
13526
13526
|
};
|
|
@@ -13648,7 +13648,7 @@ export declare const tileWidgets: {
|
|
|
13648
13648
|
answerStrategy?: {
|
|
13649
13649
|
endpoint: string;
|
|
13650
13650
|
context?: string[] | undefined;
|
|
13651
|
-
cache?: "
|
|
13651
|
+
cache?: "session" | "none" | undefined;
|
|
13652
13652
|
fallback?: string | undefined;
|
|
13653
13653
|
} | undefined;
|
|
13654
13654
|
};
|