@syntrologie/adapt-faq 2.11.0 → 2.13.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/FAQWidget.d.ts +4 -49
- package/dist/FAQWidget.d.ts.map +1 -1
- package/dist/FAQWidget.js +9 -215
- package/dist/cdn.d.ts +2 -2
- package/dist/cdn.d.ts.map +1 -1
- package/dist/faq-styles.d.ts +198 -0
- package/dist/faq-styles.d.ts.map +1 -0
- package/dist/faq-styles.js +204 -0
- package/dist/faq-types.d.ts +55 -0
- package/dist/faq-types.d.ts.map +1 -0
- package/dist/faq-types.js +7 -0
- package/dist/runtime.d.ts +2 -2
- package/dist/runtime.d.ts.map +1 -1
- package/dist/schema.d.ts +84 -84
- package/node_modules/@syntrologie/sdk-contracts/package.json +2 -2
- package/node_modules/marked/LICENSE.md +44 -0
- package/node_modules/marked/README.md +107 -0
- package/node_modules/marked/bin/main.js +283 -0
- package/node_modules/marked/bin/marked.js +16 -0
- package/node_modules/marked/lib/marked.d.ts +759 -0
- package/node_modules/marked/lib/marked.esm.js +72 -0
- package/node_modules/marked/lib/marked.esm.js.map +7 -0
- package/node_modules/marked/lib/marked.umd.js +74 -0
- package/node_modules/marked/lib/marked.umd.js.map +7 -0
- package/node_modules/marked/man/marked.1 +113 -0
- package/node_modules/marked/man/marked.1.md +93 -0
- package/node_modules/marked/package.json +103 -0
- package/package.json +13 -13
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?: "none" | "session" | undefined;
|
|
90
90
|
fallback?: string | undefined;
|
|
91
91
|
}, {
|
|
92
92
|
endpoint: string;
|
|
93
93
|
context?: string[] | undefined;
|
|
94
|
-
cache?: "
|
|
94
|
+
cache?: "none" | "session" | 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?: "none" | "session" | 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?: "none" | "session" | undefined;
|
|
147
147
|
fallback?: string | undefined;
|
|
148
148
|
} | undefined;
|
|
149
149
|
}>;
|
|
@@ -671,7 +671,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
671
671
|
answerStrategy?: {
|
|
672
672
|
endpoint: string;
|
|
673
673
|
context?: string[] | undefined;
|
|
674
|
-
cache?: "
|
|
674
|
+
cache?: "none" | "session" | undefined;
|
|
675
675
|
fallback?: string | undefined;
|
|
676
676
|
} | undefined;
|
|
677
677
|
};
|
|
@@ -786,7 +786,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
786
786
|
answerStrategy?: {
|
|
787
787
|
endpoint: string;
|
|
788
788
|
context?: string[] | undefined;
|
|
789
|
-
cache?: "
|
|
789
|
+
cache?: "none" | "session" | undefined;
|
|
790
790
|
fallback?: string | undefined;
|
|
791
791
|
} | undefined;
|
|
792
792
|
};
|
|
@@ -901,7 +901,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
901
901
|
answerStrategy?: {
|
|
902
902
|
endpoint: string;
|
|
903
903
|
context?: string[] | undefined;
|
|
904
|
-
cache?: "
|
|
904
|
+
cache?: "none" | "session" | undefined;
|
|
905
905
|
fallback?: string | undefined;
|
|
906
906
|
} | undefined;
|
|
907
907
|
};
|
|
@@ -1016,7 +1016,7 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1016
1016
|
answerStrategy?: {
|
|
1017
1017
|
endpoint: string;
|
|
1018
1018
|
context?: string[] | undefined;
|
|
1019
|
-
cache?: "
|
|
1019
|
+
cache?: "none" | "session" | undefined;
|
|
1020
1020
|
fallback?: string | undefined;
|
|
1021
1021
|
} | undefined;
|
|
1022
1022
|
};
|
|
@@ -1200,12 +1200,12 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1200
1200
|
}, "strip", z.ZodTypeAny, {
|
|
1201
1201
|
endpoint: string;
|
|
1202
1202
|
context?: string[] | undefined;
|
|
1203
|
-
cache?: "
|
|
1203
|
+
cache?: "none" | "session" | undefined;
|
|
1204
1204
|
fallback?: string | undefined;
|
|
1205
1205
|
}, {
|
|
1206
1206
|
endpoint: string;
|
|
1207
1207
|
context?: string[] | undefined;
|
|
1208
|
-
cache?: "
|
|
1208
|
+
cache?: "none" | "session" | undefined;
|
|
1209
1209
|
fallback?: string | undefined;
|
|
1210
1210
|
}>>;
|
|
1211
1211
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1231,7 +1231,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1231
1231
|
answerStrategy?: {
|
|
1232
1232
|
endpoint: string;
|
|
1233
1233
|
context?: string[] | undefined;
|
|
1234
|
-
cache?: "
|
|
1234
|
+
cache?: "none" | "session" | undefined;
|
|
1235
1235
|
fallback?: string | undefined;
|
|
1236
1236
|
} | undefined;
|
|
1237
1237
|
}, {
|
|
@@ -1257,7 +1257,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1257
1257
|
answerStrategy?: {
|
|
1258
1258
|
endpoint: string;
|
|
1259
1259
|
context?: string[] | undefined;
|
|
1260
|
-
cache?: "
|
|
1260
|
+
cache?: "none" | "session" | undefined;
|
|
1261
1261
|
fallback?: string | undefined;
|
|
1262
1262
|
} | undefined;
|
|
1263
1263
|
}>;
|
|
@@ -1785,7 +1785,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1785
1785
|
answerStrategy?: {
|
|
1786
1786
|
endpoint: string;
|
|
1787
1787
|
context?: string[] | undefined;
|
|
1788
|
-
cache?: "
|
|
1788
|
+
cache?: "none" | "session" | undefined;
|
|
1789
1789
|
fallback?: string | undefined;
|
|
1790
1790
|
} | undefined;
|
|
1791
1791
|
};
|
|
@@ -1900,7 +1900,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1900
1900
|
answerStrategy?: {
|
|
1901
1901
|
endpoint: string;
|
|
1902
1902
|
context?: string[] | undefined;
|
|
1903
|
-
cache?: "
|
|
1903
|
+
cache?: "none" | "session" | undefined;
|
|
1904
1904
|
fallback?: string | undefined;
|
|
1905
1905
|
} | undefined;
|
|
1906
1906
|
};
|
|
@@ -2015,7 +2015,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2015
2015
|
answerStrategy?: {
|
|
2016
2016
|
endpoint: string;
|
|
2017
2017
|
context?: string[] | undefined;
|
|
2018
|
-
cache?: "
|
|
2018
|
+
cache?: "none" | "session" | undefined;
|
|
2019
2019
|
fallback?: string | undefined;
|
|
2020
2020
|
} | undefined;
|
|
2021
2021
|
};
|
|
@@ -2130,7 +2130,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2130
2130
|
answerStrategy?: {
|
|
2131
2131
|
endpoint: string;
|
|
2132
2132
|
context?: string[] | undefined;
|
|
2133
|
-
cache?: "
|
|
2133
|
+
cache?: "none" | "session" | undefined;
|
|
2134
2134
|
fallback?: string | undefined;
|
|
2135
2135
|
} | undefined;
|
|
2136
2136
|
};
|
|
@@ -2809,12 +2809,12 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2809
2809
|
}, "strip", z.ZodTypeAny, {
|
|
2810
2810
|
endpoint: string;
|
|
2811
2811
|
context?: string[] | undefined;
|
|
2812
|
-
cache?: "
|
|
2812
|
+
cache?: "none" | "session" | undefined;
|
|
2813
2813
|
fallback?: string | undefined;
|
|
2814
2814
|
}, {
|
|
2815
2815
|
endpoint: string;
|
|
2816
2816
|
context?: string[] | undefined;
|
|
2817
|
-
cache?: "
|
|
2817
|
+
cache?: "none" | "session" | undefined;
|
|
2818
2818
|
fallback?: string | undefined;
|
|
2819
2819
|
}>>;
|
|
2820
2820
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2840,7 +2840,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2840
2840
|
answerStrategy?: {
|
|
2841
2841
|
endpoint: string;
|
|
2842
2842
|
context?: string[] | undefined;
|
|
2843
|
-
cache?: "
|
|
2843
|
+
cache?: "none" | "session" | undefined;
|
|
2844
2844
|
fallback?: string | undefined;
|
|
2845
2845
|
} | undefined;
|
|
2846
2846
|
}, {
|
|
@@ -2866,7 +2866,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2866
2866
|
answerStrategy?: {
|
|
2867
2867
|
endpoint: string;
|
|
2868
2868
|
context?: string[] | undefined;
|
|
2869
|
-
cache?: "
|
|
2869
|
+
cache?: "none" | "session" | undefined;
|
|
2870
2870
|
fallback?: string | undefined;
|
|
2871
2871
|
} | undefined;
|
|
2872
2872
|
}>;
|
|
@@ -3394,7 +3394,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3394
3394
|
answerStrategy?: {
|
|
3395
3395
|
endpoint: string;
|
|
3396
3396
|
context?: string[] | undefined;
|
|
3397
|
-
cache?: "
|
|
3397
|
+
cache?: "none" | "session" | undefined;
|
|
3398
3398
|
fallback?: string | undefined;
|
|
3399
3399
|
} | undefined;
|
|
3400
3400
|
};
|
|
@@ -3509,7 +3509,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3509
3509
|
answerStrategy?: {
|
|
3510
3510
|
endpoint: string;
|
|
3511
3511
|
context?: string[] | undefined;
|
|
3512
|
-
cache?: "
|
|
3512
|
+
cache?: "none" | "session" | undefined;
|
|
3513
3513
|
fallback?: string | undefined;
|
|
3514
3514
|
} | undefined;
|
|
3515
3515
|
};
|
|
@@ -3624,7 +3624,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3624
3624
|
answerStrategy?: {
|
|
3625
3625
|
endpoint: string;
|
|
3626
3626
|
context?: string[] | undefined;
|
|
3627
|
-
cache?: "
|
|
3627
|
+
cache?: "none" | "session" | undefined;
|
|
3628
3628
|
fallback?: string | undefined;
|
|
3629
3629
|
} | undefined;
|
|
3630
3630
|
};
|
|
@@ -3739,7 +3739,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3739
3739
|
answerStrategy?: {
|
|
3740
3740
|
endpoint: string;
|
|
3741
3741
|
context?: string[] | undefined;
|
|
3742
|
-
cache?: "
|
|
3742
|
+
cache?: "none" | "session" | undefined;
|
|
3743
3743
|
fallback?: string | undefined;
|
|
3744
3744
|
} | undefined;
|
|
3745
3745
|
};
|
|
@@ -3858,7 +3858,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3858
3858
|
answerStrategy?: {
|
|
3859
3859
|
endpoint: string;
|
|
3860
3860
|
context?: string[] | undefined;
|
|
3861
|
-
cache?: "
|
|
3861
|
+
cache?: "none" | "session" | undefined;
|
|
3862
3862
|
fallback?: string | undefined;
|
|
3863
3863
|
} | undefined;
|
|
3864
3864
|
};
|
|
@@ -4058,7 +4058,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4058
4058
|
answerStrategy?: {
|
|
4059
4059
|
endpoint: string;
|
|
4060
4060
|
context?: string[] | undefined;
|
|
4061
|
-
cache?: "
|
|
4061
|
+
cache?: "none" | "session" | undefined;
|
|
4062
4062
|
fallback?: string | undefined;
|
|
4063
4063
|
} | undefined;
|
|
4064
4064
|
};
|
|
@@ -4262,7 +4262,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4262
4262
|
answerStrategy?: {
|
|
4263
4263
|
endpoint: string;
|
|
4264
4264
|
context?: string[] | undefined;
|
|
4265
|
-
cache?: "
|
|
4265
|
+
cache?: "none" | "session" | undefined;
|
|
4266
4266
|
fallback?: string | undefined;
|
|
4267
4267
|
} | undefined;
|
|
4268
4268
|
};
|
|
@@ -4387,7 +4387,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4387
4387
|
answerStrategy?: {
|
|
4388
4388
|
endpoint: string;
|
|
4389
4389
|
context?: string[] | undefined;
|
|
4390
|
-
cache?: "
|
|
4390
|
+
cache?: "none" | "session" | undefined;
|
|
4391
4391
|
fallback?: string | undefined;
|
|
4392
4392
|
} | undefined;
|
|
4393
4393
|
};
|
|
@@ -4592,7 +4592,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4592
4592
|
answerStrategy?: {
|
|
4593
4593
|
endpoint: string;
|
|
4594
4594
|
context?: string[] | undefined;
|
|
4595
|
-
cache?: "
|
|
4595
|
+
cache?: "none" | "session" | undefined;
|
|
4596
4596
|
fallback?: string | undefined;
|
|
4597
4597
|
} | undefined;
|
|
4598
4598
|
};
|
|
@@ -4717,7 +4717,7 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4717
4717
|
answerStrategy?: {
|
|
4718
4718
|
endpoint: string;
|
|
4719
4719
|
context?: string[] | undefined;
|
|
4720
|
-
cache?: "
|
|
4720
|
+
cache?: "none" | "session" | undefined;
|
|
4721
4721
|
fallback?: string | undefined;
|
|
4722
4722
|
} | undefined;
|
|
4723
4723
|
};
|
|
@@ -5045,12 +5045,12 @@ export declare const UpdateFaqSchema: z.ZodObject<{
|
|
|
5045
5045
|
}, "strip", z.ZodTypeAny, {
|
|
5046
5046
|
endpoint: string;
|
|
5047
5047
|
context?: string[] | undefined;
|
|
5048
|
-
cache?: "
|
|
5048
|
+
cache?: "none" | "session" | undefined;
|
|
5049
5049
|
fallback?: string | undefined;
|
|
5050
5050
|
}, {
|
|
5051
5051
|
endpoint: string;
|
|
5052
5052
|
context?: string[] | undefined;
|
|
5053
|
-
cache?: "
|
|
5053
|
+
cache?: "none" | "session" | undefined;
|
|
5054
5054
|
fallback?: string | undefined;
|
|
5055
5055
|
}>>;
|
|
5056
5056
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5076,7 +5076,7 @@ export declare const UpdateFaqSchema: z.ZodObject<{
|
|
|
5076
5076
|
answerStrategy?: {
|
|
5077
5077
|
endpoint: string;
|
|
5078
5078
|
context?: string[] | undefined;
|
|
5079
|
-
cache?: "
|
|
5079
|
+
cache?: "none" | "session" | undefined;
|
|
5080
5080
|
fallback?: string | undefined;
|
|
5081
5081
|
} | undefined;
|
|
5082
5082
|
}, {
|
|
@@ -5102,7 +5102,7 @@ export declare const UpdateFaqSchema: z.ZodObject<{
|
|
|
5102
5102
|
answerStrategy?: {
|
|
5103
5103
|
endpoint: string;
|
|
5104
5104
|
context?: string[] | undefined;
|
|
5105
|
-
cache?: "
|
|
5105
|
+
cache?: "none" | "session" | undefined;
|
|
5106
5106
|
fallback?: string | undefined;
|
|
5107
5107
|
} | undefined;
|
|
5108
5108
|
}>;
|
|
@@ -5630,7 +5630,7 @@ export declare const UpdateFaqSchema: z.ZodObject<{
|
|
|
5630
5630
|
answerStrategy?: {
|
|
5631
5631
|
endpoint: string;
|
|
5632
5632
|
context?: string[] | undefined;
|
|
5633
|
-
cache?: "
|
|
5633
|
+
cache?: "none" | "session" | undefined;
|
|
5634
5634
|
fallback?: string | undefined;
|
|
5635
5635
|
} | undefined;
|
|
5636
5636
|
};
|
|
@@ -5745,7 +5745,7 @@ export declare const UpdateFaqSchema: z.ZodObject<{
|
|
|
5745
5745
|
answerStrategy?: {
|
|
5746
5746
|
endpoint: string;
|
|
5747
5747
|
context?: string[] | undefined;
|
|
5748
|
-
cache?: "
|
|
5748
|
+
cache?: "none" | "session" | undefined;
|
|
5749
5749
|
fallback?: string | undefined;
|
|
5750
5750
|
} | undefined;
|
|
5751
5751
|
};
|
|
@@ -5860,7 +5860,7 @@ export declare const UpdateFaqSchema: z.ZodObject<{
|
|
|
5860
5860
|
answerStrategy?: {
|
|
5861
5861
|
endpoint: string;
|
|
5862
5862
|
context?: string[] | undefined;
|
|
5863
|
-
cache?: "
|
|
5863
|
+
cache?: "none" | "session" | undefined;
|
|
5864
5864
|
fallback?: string | undefined;
|
|
5865
5865
|
} | undefined;
|
|
5866
5866
|
};
|
|
@@ -5975,7 +5975,7 @@ export declare const UpdateFaqSchema: z.ZodObject<{
|
|
|
5975
5975
|
answerStrategy?: {
|
|
5976
5976
|
endpoint: string;
|
|
5977
5977
|
context?: string[] | undefined;
|
|
5978
|
-
cache?: "
|
|
5978
|
+
cache?: "none" | "session" | undefined;
|
|
5979
5979
|
fallback?: string | undefined;
|
|
5980
5980
|
} | undefined;
|
|
5981
5981
|
};
|
|
@@ -6108,7 +6108,7 @@ export declare const UpdateFaqSchema: z.ZodObject<{
|
|
|
6108
6108
|
answerStrategy?: {
|
|
6109
6109
|
endpoint: string;
|
|
6110
6110
|
context?: string[] | undefined;
|
|
6111
|
-
cache?: "
|
|
6111
|
+
cache?: "none" | "session" | undefined;
|
|
6112
6112
|
fallback?: string | undefined;
|
|
6113
6113
|
} | undefined;
|
|
6114
6114
|
};
|
|
@@ -6234,7 +6234,7 @@ export declare const UpdateFaqSchema: z.ZodObject<{
|
|
|
6234
6234
|
answerStrategy?: {
|
|
6235
6235
|
endpoint: string;
|
|
6236
6236
|
context?: string[] | undefined;
|
|
6237
|
-
cache?: "
|
|
6237
|
+
cache?: "none" | "session" | undefined;
|
|
6238
6238
|
fallback?: string | undefined;
|
|
6239
6239
|
} | undefined;
|
|
6240
6240
|
};
|
|
@@ -6360,7 +6360,7 @@ export declare function validateFAQQuestion(data: unknown): z.SafeParseReturnTyp
|
|
|
6360
6360
|
answerStrategy?: {
|
|
6361
6361
|
endpoint: string;
|
|
6362
6362
|
context?: string[] | undefined;
|
|
6363
|
-
cache?: "
|
|
6363
|
+
cache?: "none" | "session" | undefined;
|
|
6364
6364
|
fallback?: string | undefined;
|
|
6365
6365
|
} | undefined;
|
|
6366
6366
|
};
|
|
@@ -6475,7 +6475,7 @@ export declare function validateFAQQuestion(data: unknown): z.SafeParseReturnTyp
|
|
|
6475
6475
|
answerStrategy?: {
|
|
6476
6476
|
endpoint: string;
|
|
6477
6477
|
context?: string[] | undefined;
|
|
6478
|
-
cache?: "
|
|
6478
|
+
cache?: "none" | "session" | undefined;
|
|
6479
6479
|
fallback?: string | undefined;
|
|
6480
6480
|
} | undefined;
|
|
6481
6481
|
};
|
|
@@ -6598,7 +6598,7 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
6598
6598
|
answerStrategy?: {
|
|
6599
6599
|
endpoint: string;
|
|
6600
6600
|
context?: string[] | undefined;
|
|
6601
|
-
cache?: "
|
|
6601
|
+
cache?: "none" | "session" | undefined;
|
|
6602
6602
|
fallback?: string | undefined;
|
|
6603
6603
|
} | undefined;
|
|
6604
6604
|
};
|
|
@@ -6723,7 +6723,7 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
6723
6723
|
answerStrategy?: {
|
|
6724
6724
|
endpoint: string;
|
|
6725
6725
|
context?: string[] | undefined;
|
|
6726
|
-
cache?: "
|
|
6726
|
+
cache?: "none" | "session" | undefined;
|
|
6727
6727
|
fallback?: string | undefined;
|
|
6728
6728
|
} | undefined;
|
|
6729
6729
|
};
|
|
@@ -6928,7 +6928,7 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
6928
6928
|
answerStrategy?: {
|
|
6929
6929
|
endpoint: string;
|
|
6930
6930
|
context?: string[] | undefined;
|
|
6931
|
-
cache?: "
|
|
6931
|
+
cache?: "none" | "session" | undefined;
|
|
6932
6932
|
fallback?: string | undefined;
|
|
6933
6933
|
} | undefined;
|
|
6934
6934
|
};
|
|
@@ -7053,7 +7053,7 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7053
7053
|
answerStrategy?: {
|
|
7054
7054
|
endpoint: string;
|
|
7055
7055
|
context?: string[] | undefined;
|
|
7056
|
-
cache?: "
|
|
7056
|
+
cache?: "none" | "session" | undefined;
|
|
7057
7057
|
fallback?: string | undefined;
|
|
7058
7058
|
} | undefined;
|
|
7059
7059
|
};
|
|
@@ -7319,12 +7319,12 @@ export declare const actionStepSchemas: ({
|
|
|
7319
7319
|
}, "strip", z.ZodTypeAny, {
|
|
7320
7320
|
endpoint: string;
|
|
7321
7321
|
context?: string[] | undefined;
|
|
7322
|
-
cache?: "
|
|
7322
|
+
cache?: "none" | "session" | undefined;
|
|
7323
7323
|
fallback?: string | undefined;
|
|
7324
7324
|
}, {
|
|
7325
7325
|
endpoint: string;
|
|
7326
7326
|
context?: string[] | undefined;
|
|
7327
|
-
cache?: "
|
|
7327
|
+
cache?: "none" | "session" | undefined;
|
|
7328
7328
|
fallback?: string | undefined;
|
|
7329
7329
|
}>>;
|
|
7330
7330
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7350,7 +7350,7 @@ export declare const actionStepSchemas: ({
|
|
|
7350
7350
|
answerStrategy?: {
|
|
7351
7351
|
endpoint: string;
|
|
7352
7352
|
context?: string[] | undefined;
|
|
7353
|
-
cache?: "
|
|
7353
|
+
cache?: "none" | "session" | undefined;
|
|
7354
7354
|
fallback?: string | undefined;
|
|
7355
7355
|
} | undefined;
|
|
7356
7356
|
}, {
|
|
@@ -7376,7 +7376,7 @@ export declare const actionStepSchemas: ({
|
|
|
7376
7376
|
answerStrategy?: {
|
|
7377
7377
|
endpoint: string;
|
|
7378
7378
|
context?: string[] | undefined;
|
|
7379
|
-
cache?: "
|
|
7379
|
+
cache?: "none" | "session" | undefined;
|
|
7380
7380
|
fallback?: string | undefined;
|
|
7381
7381
|
} | undefined;
|
|
7382
7382
|
}>;
|
|
@@ -7904,7 +7904,7 @@ export declare const actionStepSchemas: ({
|
|
|
7904
7904
|
answerStrategy?: {
|
|
7905
7905
|
endpoint: string;
|
|
7906
7906
|
context?: string[] | undefined;
|
|
7907
|
-
cache?: "
|
|
7907
|
+
cache?: "none" | "session" | undefined;
|
|
7908
7908
|
fallback?: string | undefined;
|
|
7909
7909
|
} | undefined;
|
|
7910
7910
|
};
|
|
@@ -8019,7 +8019,7 @@ export declare const actionStepSchemas: ({
|
|
|
8019
8019
|
answerStrategy?: {
|
|
8020
8020
|
endpoint: string;
|
|
8021
8021
|
context?: string[] | undefined;
|
|
8022
|
-
cache?: "
|
|
8022
|
+
cache?: "none" | "session" | undefined;
|
|
8023
8023
|
fallback?: string | undefined;
|
|
8024
8024
|
} | undefined;
|
|
8025
8025
|
};
|
|
@@ -8233,12 +8233,12 @@ export declare const actionStepSchemas: ({
|
|
|
8233
8233
|
}, "strip", z.ZodTypeAny, {
|
|
8234
8234
|
endpoint: string;
|
|
8235
8235
|
context?: string[] | undefined;
|
|
8236
|
-
cache?: "
|
|
8236
|
+
cache?: "none" | "session" | undefined;
|
|
8237
8237
|
fallback?: string | undefined;
|
|
8238
8238
|
}, {
|
|
8239
8239
|
endpoint: string;
|
|
8240
8240
|
context?: string[] | undefined;
|
|
8241
|
-
cache?: "
|
|
8241
|
+
cache?: "none" | "session" | undefined;
|
|
8242
8242
|
fallback?: string | undefined;
|
|
8243
8243
|
}>>;
|
|
8244
8244
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -8264,7 +8264,7 @@ export declare const actionStepSchemas: ({
|
|
|
8264
8264
|
answerStrategy?: {
|
|
8265
8265
|
endpoint: string;
|
|
8266
8266
|
context?: string[] | undefined;
|
|
8267
|
-
cache?: "
|
|
8267
|
+
cache?: "none" | "session" | undefined;
|
|
8268
8268
|
fallback?: string | undefined;
|
|
8269
8269
|
} | undefined;
|
|
8270
8270
|
}, {
|
|
@@ -8290,7 +8290,7 @@ export declare const actionStepSchemas: ({
|
|
|
8290
8290
|
answerStrategy?: {
|
|
8291
8291
|
endpoint: string;
|
|
8292
8292
|
context?: string[] | undefined;
|
|
8293
|
-
cache?: "
|
|
8293
|
+
cache?: "none" | "session" | undefined;
|
|
8294
8294
|
fallback?: string | undefined;
|
|
8295
8295
|
} | undefined;
|
|
8296
8296
|
}>;
|
|
@@ -8818,7 +8818,7 @@ export declare const actionStepSchemas: ({
|
|
|
8818
8818
|
answerStrategy?: {
|
|
8819
8819
|
endpoint: string;
|
|
8820
8820
|
context?: string[] | undefined;
|
|
8821
|
-
cache?: "
|
|
8821
|
+
cache?: "none" | "session" | undefined;
|
|
8822
8822
|
fallback?: string | undefined;
|
|
8823
8823
|
} | undefined;
|
|
8824
8824
|
};
|
|
@@ -8933,7 +8933,7 @@ export declare const actionStepSchemas: ({
|
|
|
8933
8933
|
answerStrategy?: {
|
|
8934
8934
|
endpoint: string;
|
|
8935
8935
|
context?: string[] | undefined;
|
|
8936
|
-
cache?: "
|
|
8936
|
+
cache?: "none" | "session" | undefined;
|
|
8937
8937
|
fallback?: string | undefined;
|
|
8938
8938
|
} | undefined;
|
|
8939
8939
|
};
|
|
@@ -9048,7 +9048,7 @@ export declare const actionStepSchemas: ({
|
|
|
9048
9048
|
answerStrategy?: {
|
|
9049
9049
|
endpoint: string;
|
|
9050
9050
|
context?: string[] | undefined;
|
|
9051
|
-
cache?: "
|
|
9051
|
+
cache?: "none" | "session" | undefined;
|
|
9052
9052
|
fallback?: string | undefined;
|
|
9053
9053
|
} | undefined;
|
|
9054
9054
|
};
|
|
@@ -9163,7 +9163,7 @@ export declare const actionStepSchemas: ({
|
|
|
9163
9163
|
answerStrategy?: {
|
|
9164
9164
|
endpoint: string;
|
|
9165
9165
|
context?: string[] | undefined;
|
|
9166
|
-
cache?: "
|
|
9166
|
+
cache?: "none" | "session" | undefined;
|
|
9167
9167
|
fallback?: string | undefined;
|
|
9168
9168
|
} | undefined;
|
|
9169
9169
|
};
|
|
@@ -9296,7 +9296,7 @@ export declare const actionStepSchemas: ({
|
|
|
9296
9296
|
answerStrategy?: {
|
|
9297
9297
|
endpoint: string;
|
|
9298
9298
|
context?: string[] | undefined;
|
|
9299
|
-
cache?: "
|
|
9299
|
+
cache?: "none" | "session" | undefined;
|
|
9300
9300
|
fallback?: string | undefined;
|
|
9301
9301
|
} | undefined;
|
|
9302
9302
|
};
|
|
@@ -9422,7 +9422,7 @@ export declare const actionStepSchemas: ({
|
|
|
9422
9422
|
answerStrategy?: {
|
|
9423
9423
|
endpoint: string;
|
|
9424
9424
|
context?: string[] | undefined;
|
|
9425
|
-
cache?: "
|
|
9425
|
+
cache?: "none" | "session" | undefined;
|
|
9426
9426
|
fallback?: string | undefined;
|
|
9427
9427
|
} | undefined;
|
|
9428
9428
|
};
|
|
@@ -9618,12 +9618,12 @@ export declare const tileWidgets: {
|
|
|
9618
9618
|
}, "strip", z.ZodTypeAny, {
|
|
9619
9619
|
endpoint: string;
|
|
9620
9620
|
context?: string[] | undefined;
|
|
9621
|
-
cache?: "
|
|
9621
|
+
cache?: "none" | "session" | undefined;
|
|
9622
9622
|
fallback?: string | undefined;
|
|
9623
9623
|
}, {
|
|
9624
9624
|
endpoint: string;
|
|
9625
9625
|
context?: string[] | undefined;
|
|
9626
|
-
cache?: "
|
|
9626
|
+
cache?: "none" | "session" | undefined;
|
|
9627
9627
|
fallback?: string | undefined;
|
|
9628
9628
|
}>>;
|
|
9629
9629
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -9649,7 +9649,7 @@ export declare const tileWidgets: {
|
|
|
9649
9649
|
answerStrategy?: {
|
|
9650
9650
|
endpoint: string;
|
|
9651
9651
|
context?: string[] | undefined;
|
|
9652
|
-
cache?: "
|
|
9652
|
+
cache?: "none" | "session" | undefined;
|
|
9653
9653
|
fallback?: string | undefined;
|
|
9654
9654
|
} | undefined;
|
|
9655
9655
|
}, {
|
|
@@ -9675,7 +9675,7 @@ export declare const tileWidgets: {
|
|
|
9675
9675
|
answerStrategy?: {
|
|
9676
9676
|
endpoint: string;
|
|
9677
9677
|
context?: string[] | undefined;
|
|
9678
|
-
cache?: "
|
|
9678
|
+
cache?: "none" | "session" | undefined;
|
|
9679
9679
|
fallback?: string | undefined;
|
|
9680
9680
|
} | undefined;
|
|
9681
9681
|
}>;
|
|
@@ -10203,7 +10203,7 @@ export declare const tileWidgets: {
|
|
|
10203
10203
|
answerStrategy?: {
|
|
10204
10204
|
endpoint: string;
|
|
10205
10205
|
context?: string[] | undefined;
|
|
10206
|
-
cache?: "
|
|
10206
|
+
cache?: "none" | "session" | undefined;
|
|
10207
10207
|
fallback?: string | undefined;
|
|
10208
10208
|
} | undefined;
|
|
10209
10209
|
};
|
|
@@ -10318,7 +10318,7 @@ export declare const tileWidgets: {
|
|
|
10318
10318
|
answerStrategy?: {
|
|
10319
10319
|
endpoint: string;
|
|
10320
10320
|
context?: string[] | undefined;
|
|
10321
|
-
cache?: "
|
|
10321
|
+
cache?: "none" | "session" | undefined;
|
|
10322
10322
|
fallback?: string | undefined;
|
|
10323
10323
|
} | undefined;
|
|
10324
10324
|
};
|
|
@@ -10433,7 +10433,7 @@ export declare const tileWidgets: {
|
|
|
10433
10433
|
answerStrategy?: {
|
|
10434
10434
|
endpoint: string;
|
|
10435
10435
|
context?: string[] | undefined;
|
|
10436
|
-
cache?: "
|
|
10436
|
+
cache?: "none" | "session" | undefined;
|
|
10437
10437
|
fallback?: string | undefined;
|
|
10438
10438
|
} | undefined;
|
|
10439
10439
|
};
|
|
@@ -10548,7 +10548,7 @@ export declare const tileWidgets: {
|
|
|
10548
10548
|
answerStrategy?: {
|
|
10549
10549
|
endpoint: string;
|
|
10550
10550
|
context?: string[] | undefined;
|
|
10551
|
-
cache?: "
|
|
10551
|
+
cache?: "none" | "session" | undefined;
|
|
10552
10552
|
fallback?: string | undefined;
|
|
10553
10553
|
} | undefined;
|
|
10554
10554
|
};
|
|
@@ -11227,12 +11227,12 @@ export declare const tileWidgets: {
|
|
|
11227
11227
|
}, "strip", z.ZodTypeAny, {
|
|
11228
11228
|
endpoint: string;
|
|
11229
11229
|
context?: string[] | undefined;
|
|
11230
|
-
cache?: "
|
|
11230
|
+
cache?: "none" | "session" | undefined;
|
|
11231
11231
|
fallback?: string | undefined;
|
|
11232
11232
|
}, {
|
|
11233
11233
|
endpoint: string;
|
|
11234
11234
|
context?: string[] | undefined;
|
|
11235
|
-
cache?: "
|
|
11235
|
+
cache?: "none" | "session" | undefined;
|
|
11236
11236
|
fallback?: string | undefined;
|
|
11237
11237
|
}>>;
|
|
11238
11238
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -11258,7 +11258,7 @@ export declare const tileWidgets: {
|
|
|
11258
11258
|
answerStrategy?: {
|
|
11259
11259
|
endpoint: string;
|
|
11260
11260
|
context?: string[] | undefined;
|
|
11261
|
-
cache?: "
|
|
11261
|
+
cache?: "none" | "session" | undefined;
|
|
11262
11262
|
fallback?: string | undefined;
|
|
11263
11263
|
} | undefined;
|
|
11264
11264
|
}, {
|
|
@@ -11284,7 +11284,7 @@ export declare const tileWidgets: {
|
|
|
11284
11284
|
answerStrategy?: {
|
|
11285
11285
|
endpoint: string;
|
|
11286
11286
|
context?: string[] | undefined;
|
|
11287
|
-
cache?: "
|
|
11287
|
+
cache?: "none" | "session" | undefined;
|
|
11288
11288
|
fallback?: string | undefined;
|
|
11289
11289
|
} | undefined;
|
|
11290
11290
|
}>;
|
|
@@ -11812,7 +11812,7 @@ export declare const tileWidgets: {
|
|
|
11812
11812
|
answerStrategy?: {
|
|
11813
11813
|
endpoint: string;
|
|
11814
11814
|
context?: string[] | undefined;
|
|
11815
|
-
cache?: "
|
|
11815
|
+
cache?: "none" | "session" | undefined;
|
|
11816
11816
|
fallback?: string | undefined;
|
|
11817
11817
|
} | undefined;
|
|
11818
11818
|
};
|
|
@@ -11927,7 +11927,7 @@ export declare const tileWidgets: {
|
|
|
11927
11927
|
answerStrategy?: {
|
|
11928
11928
|
endpoint: string;
|
|
11929
11929
|
context?: string[] | undefined;
|
|
11930
|
-
cache?: "
|
|
11930
|
+
cache?: "none" | "session" | undefined;
|
|
11931
11931
|
fallback?: string | undefined;
|
|
11932
11932
|
} | undefined;
|
|
11933
11933
|
};
|
|
@@ -12042,7 +12042,7 @@ export declare const tileWidgets: {
|
|
|
12042
12042
|
answerStrategy?: {
|
|
12043
12043
|
endpoint: string;
|
|
12044
12044
|
context?: string[] | undefined;
|
|
12045
|
-
cache?: "
|
|
12045
|
+
cache?: "none" | "session" | undefined;
|
|
12046
12046
|
fallback?: string | undefined;
|
|
12047
12047
|
} | undefined;
|
|
12048
12048
|
};
|
|
@@ -12157,7 +12157,7 @@ export declare const tileWidgets: {
|
|
|
12157
12157
|
answerStrategy?: {
|
|
12158
12158
|
endpoint: string;
|
|
12159
12159
|
context?: string[] | undefined;
|
|
12160
|
-
cache?: "
|
|
12160
|
+
cache?: "none" | "session" | undefined;
|
|
12161
12161
|
fallback?: string | undefined;
|
|
12162
12162
|
} | undefined;
|
|
12163
12163
|
};
|
|
@@ -12276,7 +12276,7 @@ export declare const tileWidgets: {
|
|
|
12276
12276
|
answerStrategy?: {
|
|
12277
12277
|
endpoint: string;
|
|
12278
12278
|
context?: string[] | undefined;
|
|
12279
|
-
cache?: "
|
|
12279
|
+
cache?: "none" | "session" | undefined;
|
|
12280
12280
|
fallback?: string | undefined;
|
|
12281
12281
|
} | undefined;
|
|
12282
12282
|
};
|
|
@@ -12476,7 +12476,7 @@ export declare const tileWidgets: {
|
|
|
12476
12476
|
answerStrategy?: {
|
|
12477
12477
|
endpoint: string;
|
|
12478
12478
|
context?: string[] | undefined;
|
|
12479
|
-
cache?: "
|
|
12479
|
+
cache?: "none" | "session" | undefined;
|
|
12480
12480
|
fallback?: string | undefined;
|
|
12481
12481
|
} | undefined;
|
|
12482
12482
|
};
|
|
@@ -12680,7 +12680,7 @@ export declare const tileWidgets: {
|
|
|
12680
12680
|
answerStrategy?: {
|
|
12681
12681
|
endpoint: string;
|
|
12682
12682
|
context?: string[] | undefined;
|
|
12683
|
-
cache?: "
|
|
12683
|
+
cache?: "none" | "session" | undefined;
|
|
12684
12684
|
fallback?: string | undefined;
|
|
12685
12685
|
} | undefined;
|
|
12686
12686
|
};
|
|
@@ -12805,7 +12805,7 @@ export declare const tileWidgets: {
|
|
|
12805
12805
|
answerStrategy?: {
|
|
12806
12806
|
endpoint: string;
|
|
12807
12807
|
context?: string[] | undefined;
|
|
12808
|
-
cache?: "
|
|
12808
|
+
cache?: "none" | "session" | undefined;
|
|
12809
12809
|
fallback?: string | undefined;
|
|
12810
12810
|
} | undefined;
|
|
12811
12811
|
};
|
|
@@ -13010,7 +13010,7 @@ export declare const tileWidgets: {
|
|
|
13010
13010
|
answerStrategy?: {
|
|
13011
13011
|
endpoint: string;
|
|
13012
13012
|
context?: string[] | undefined;
|
|
13013
|
-
cache?: "
|
|
13013
|
+
cache?: "none" | "session" | undefined;
|
|
13014
13014
|
fallback?: string | undefined;
|
|
13015
13015
|
} | undefined;
|
|
13016
13016
|
};
|
|
@@ -13135,7 +13135,7 @@ export declare const tileWidgets: {
|
|
|
13135
13135
|
answerStrategy?: {
|
|
13136
13136
|
endpoint: string;
|
|
13137
13137
|
context?: string[] | undefined;
|
|
13138
|
-
cache?: "
|
|
13138
|
+
cache?: "none" | "session" | undefined;
|
|
13139
13139
|
fallback?: string | undefined;
|
|
13140
13140
|
} | undefined;
|
|
13141
13141
|
};
|