@syntrologie/adapt-faq 2.14.0 → 2.15.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 +85 -0
- package/dist/FAQWidgetLit.d.ts.map +1 -0
- package/dist/FAQWidgetLit.js +534 -0
- package/dist/editor-lit.d.ts +37 -0
- package/dist/editor-lit.d.ts.map +1 -0
- package/dist/editor-lit.js +195 -0
- package/dist/faq-types.d.ts +4 -0
- package/dist/faq-types.d.ts.map +1 -1
- package/dist/runtime-lit.d.ts +85 -0
- package/dist/runtime-lit.d.ts.map +1 -0
- package/dist/runtime-lit.js +94 -0
- package/dist/runtime.d.ts +17 -2
- package/dist/runtime.d.ts.map +1 -1
- package/dist/runtime.js +28 -0
- package/dist/schema.d.ts +100 -100
- package/package.json +12 -1
package/dist/schema.d.ts
CHANGED
|
@@ -39,15 +39,15 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
39
39
|
type: "image" | "video";
|
|
40
40
|
id: string;
|
|
41
41
|
src: string;
|
|
42
|
-
height?: number | undefined;
|
|
43
42
|
width?: number | undefined;
|
|
43
|
+
height?: number | undefined;
|
|
44
44
|
alt?: string | undefined;
|
|
45
45
|
}, {
|
|
46
46
|
type: "image" | "video";
|
|
47
47
|
id: string;
|
|
48
48
|
src: string;
|
|
49
|
-
height?: number | undefined;
|
|
50
49
|
width?: number | undefined;
|
|
50
|
+
height?: number | undefined;
|
|
51
51
|
alt?: string | undefined;
|
|
52
52
|
}>, "many">>;
|
|
53
53
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -57,8 +57,8 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
57
57
|
type: "image" | "video";
|
|
58
58
|
id: string;
|
|
59
59
|
src: string;
|
|
60
|
-
height?: number | undefined;
|
|
61
60
|
width?: number | undefined;
|
|
61
|
+
height?: number | undefined;
|
|
62
62
|
alt?: string | undefined;
|
|
63
63
|
}[] | undefined;
|
|
64
64
|
}, {
|
|
@@ -68,8 +68,8 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
68
68
|
type: "image" | "video";
|
|
69
69
|
id: string;
|
|
70
70
|
src: string;
|
|
71
|
-
height?: number | undefined;
|
|
72
71
|
width?: number | undefined;
|
|
72
|
+
height?: number | undefined;
|
|
73
73
|
alt?: string | undefined;
|
|
74
74
|
}[] | undefined;
|
|
75
75
|
}>]>;
|
|
@@ -106,8 +106,8 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
106
106
|
type: "image" | "video";
|
|
107
107
|
id: string;
|
|
108
108
|
src: string;
|
|
109
|
-
height?: number | undefined;
|
|
110
109
|
width?: number | undefined;
|
|
110
|
+
height?: number | undefined;
|
|
111
111
|
alt?: string | undefined;
|
|
112
112
|
}[] | undefined;
|
|
113
113
|
};
|
|
@@ -132,8 +132,8 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
132
132
|
type: "image" | "video";
|
|
133
133
|
id: string;
|
|
134
134
|
src: string;
|
|
135
|
-
height?: number | undefined;
|
|
136
135
|
width?: number | undefined;
|
|
136
|
+
height?: number | undefined;
|
|
137
137
|
alt?: string | undefined;
|
|
138
138
|
}[] | undefined;
|
|
139
139
|
};
|
|
@@ -660,8 +660,8 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
660
660
|
type: "image" | "video";
|
|
661
661
|
id: string;
|
|
662
662
|
src: string;
|
|
663
|
-
height?: number | undefined;
|
|
664
663
|
width?: number | undefined;
|
|
664
|
+
height?: number | undefined;
|
|
665
665
|
alt?: string | undefined;
|
|
666
666
|
}[] | undefined;
|
|
667
667
|
};
|
|
@@ -775,8 +775,8 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
775
775
|
type: "image" | "video";
|
|
776
776
|
id: string;
|
|
777
777
|
src: string;
|
|
778
|
-
height?: number | undefined;
|
|
779
778
|
width?: number | undefined;
|
|
779
|
+
height?: number | undefined;
|
|
780
780
|
alt?: string | undefined;
|
|
781
781
|
}[] | undefined;
|
|
782
782
|
};
|
|
@@ -890,8 +890,8 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
890
890
|
type: "image" | "video";
|
|
891
891
|
id: string;
|
|
892
892
|
src: string;
|
|
893
|
-
height?: number | undefined;
|
|
894
893
|
width?: number | undefined;
|
|
894
|
+
height?: number | undefined;
|
|
895
895
|
alt?: string | undefined;
|
|
896
896
|
}[] | undefined;
|
|
897
897
|
};
|
|
@@ -1005,8 +1005,8 @@ export declare const FAQQuestionSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1005
1005
|
type: "image" | "video";
|
|
1006
1006
|
id: string;
|
|
1007
1007
|
src: string;
|
|
1008
|
-
height?: number | undefined;
|
|
1009
1008
|
width?: number | undefined;
|
|
1009
|
+
height?: number | undefined;
|
|
1010
1010
|
alt?: string | undefined;
|
|
1011
1011
|
}[] | undefined;
|
|
1012
1012
|
};
|
|
@@ -1153,15 +1153,15 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1153
1153
|
type: "image" | "video";
|
|
1154
1154
|
id: string;
|
|
1155
1155
|
src: string;
|
|
1156
|
-
height?: number | undefined;
|
|
1157
1156
|
width?: number | undefined;
|
|
1157
|
+
height?: number | undefined;
|
|
1158
1158
|
alt?: string | undefined;
|
|
1159
1159
|
}, {
|
|
1160
1160
|
type: "image" | "video";
|
|
1161
1161
|
id: string;
|
|
1162
1162
|
src: string;
|
|
1163
|
-
height?: number | undefined;
|
|
1164
1163
|
width?: number | undefined;
|
|
1164
|
+
height?: number | undefined;
|
|
1165
1165
|
alt?: string | undefined;
|
|
1166
1166
|
}>, "many">>;
|
|
1167
1167
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1171,8 +1171,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1171
1171
|
type: "image" | "video";
|
|
1172
1172
|
id: string;
|
|
1173
1173
|
src: string;
|
|
1174
|
-
height?: number | undefined;
|
|
1175
1174
|
width?: number | undefined;
|
|
1175
|
+
height?: number | undefined;
|
|
1176
1176
|
alt?: string | undefined;
|
|
1177
1177
|
}[] | undefined;
|
|
1178
1178
|
}, {
|
|
@@ -1182,8 +1182,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1182
1182
|
type: "image" | "video";
|
|
1183
1183
|
id: string;
|
|
1184
1184
|
src: string;
|
|
1185
|
-
height?: number | undefined;
|
|
1186
1185
|
width?: number | undefined;
|
|
1186
|
+
height?: number | undefined;
|
|
1187
1187
|
alt?: string | undefined;
|
|
1188
1188
|
}[] | undefined;
|
|
1189
1189
|
}>]>;
|
|
@@ -1220,8 +1220,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1220
1220
|
type: "image" | "video";
|
|
1221
1221
|
id: string;
|
|
1222
1222
|
src: string;
|
|
1223
|
-
height?: number | undefined;
|
|
1224
1223
|
width?: number | undefined;
|
|
1224
|
+
height?: number | undefined;
|
|
1225
1225
|
alt?: string | undefined;
|
|
1226
1226
|
}[] | undefined;
|
|
1227
1227
|
};
|
|
@@ -1246,8 +1246,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1246
1246
|
type: "image" | "video";
|
|
1247
1247
|
id: string;
|
|
1248
1248
|
src: string;
|
|
1249
|
-
height?: number | undefined;
|
|
1250
1249
|
width?: number | undefined;
|
|
1250
|
+
height?: number | undefined;
|
|
1251
1251
|
alt?: string | undefined;
|
|
1252
1252
|
}[] | undefined;
|
|
1253
1253
|
};
|
|
@@ -1774,8 +1774,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1774
1774
|
type: "image" | "video";
|
|
1775
1775
|
id: string;
|
|
1776
1776
|
src: string;
|
|
1777
|
-
height?: number | undefined;
|
|
1778
1777
|
width?: number | undefined;
|
|
1778
|
+
height?: number | undefined;
|
|
1779
1779
|
alt?: string | undefined;
|
|
1780
1780
|
}[] | undefined;
|
|
1781
1781
|
};
|
|
@@ -1889,8 +1889,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
1889
1889
|
type: "image" | "video";
|
|
1890
1890
|
id: string;
|
|
1891
1891
|
src: string;
|
|
1892
|
-
height?: number | undefined;
|
|
1893
1892
|
width?: number | undefined;
|
|
1893
|
+
height?: number | undefined;
|
|
1894
1894
|
alt?: string | undefined;
|
|
1895
1895
|
}[] | undefined;
|
|
1896
1896
|
};
|
|
@@ -2004,8 +2004,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2004
2004
|
type: "image" | "video";
|
|
2005
2005
|
id: string;
|
|
2006
2006
|
src: string;
|
|
2007
|
-
height?: number | undefined;
|
|
2008
2007
|
width?: number | undefined;
|
|
2008
|
+
height?: number | undefined;
|
|
2009
2009
|
alt?: string | undefined;
|
|
2010
2010
|
}[] | undefined;
|
|
2011
2011
|
};
|
|
@@ -2119,8 +2119,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2119
2119
|
type: "image" | "video";
|
|
2120
2120
|
id: string;
|
|
2121
2121
|
src: string;
|
|
2122
|
-
height?: number | undefined;
|
|
2123
2122
|
width?: number | undefined;
|
|
2123
|
+
height?: number | undefined;
|
|
2124
2124
|
alt?: string | undefined;
|
|
2125
2125
|
}[] | undefined;
|
|
2126
2126
|
};
|
|
@@ -2762,15 +2762,15 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2762
2762
|
type: "image" | "video";
|
|
2763
2763
|
id: string;
|
|
2764
2764
|
src: string;
|
|
2765
|
-
height?: number | undefined;
|
|
2766
2765
|
width?: number | undefined;
|
|
2766
|
+
height?: number | undefined;
|
|
2767
2767
|
alt?: string | undefined;
|
|
2768
2768
|
}, {
|
|
2769
2769
|
type: "image" | "video";
|
|
2770
2770
|
id: string;
|
|
2771
2771
|
src: string;
|
|
2772
|
-
height?: number | undefined;
|
|
2773
2772
|
width?: number | undefined;
|
|
2773
|
+
height?: number | undefined;
|
|
2774
2774
|
alt?: string | undefined;
|
|
2775
2775
|
}>, "many">>;
|
|
2776
2776
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2780,8 +2780,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2780
2780
|
type: "image" | "video";
|
|
2781
2781
|
id: string;
|
|
2782
2782
|
src: string;
|
|
2783
|
-
height?: number | undefined;
|
|
2784
2783
|
width?: number | undefined;
|
|
2784
|
+
height?: number | undefined;
|
|
2785
2785
|
alt?: string | undefined;
|
|
2786
2786
|
}[] | undefined;
|
|
2787
2787
|
}, {
|
|
@@ -2791,8 +2791,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2791
2791
|
type: "image" | "video";
|
|
2792
2792
|
id: string;
|
|
2793
2793
|
src: string;
|
|
2794
|
-
height?: number | undefined;
|
|
2795
2794
|
width?: number | undefined;
|
|
2795
|
+
height?: number | undefined;
|
|
2796
2796
|
alt?: string | undefined;
|
|
2797
2797
|
}[] | undefined;
|
|
2798
2798
|
}>]>;
|
|
@@ -2829,8 +2829,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2829
2829
|
type: "image" | "video";
|
|
2830
2830
|
id: string;
|
|
2831
2831
|
src: string;
|
|
2832
|
-
height?: number | undefined;
|
|
2833
2832
|
width?: number | undefined;
|
|
2833
|
+
height?: number | undefined;
|
|
2834
2834
|
alt?: string | undefined;
|
|
2835
2835
|
}[] | undefined;
|
|
2836
2836
|
};
|
|
@@ -2855,8 +2855,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
2855
2855
|
type: "image" | "video";
|
|
2856
2856
|
id: string;
|
|
2857
2857
|
src: string;
|
|
2858
|
-
height?: number | undefined;
|
|
2859
2858
|
width?: number | undefined;
|
|
2859
|
+
height?: number | undefined;
|
|
2860
2860
|
alt?: string | undefined;
|
|
2861
2861
|
}[] | undefined;
|
|
2862
2862
|
};
|
|
@@ -3383,8 +3383,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3383
3383
|
type: "image" | "video";
|
|
3384
3384
|
id: string;
|
|
3385
3385
|
src: string;
|
|
3386
|
-
height?: number | undefined;
|
|
3387
3386
|
width?: number | undefined;
|
|
3387
|
+
height?: number | undefined;
|
|
3388
3388
|
alt?: string | undefined;
|
|
3389
3389
|
}[] | undefined;
|
|
3390
3390
|
};
|
|
@@ -3498,8 +3498,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3498
3498
|
type: "image" | "video";
|
|
3499
3499
|
id: string;
|
|
3500
3500
|
src: string;
|
|
3501
|
-
height?: number | undefined;
|
|
3502
3501
|
width?: number | undefined;
|
|
3502
|
+
height?: number | undefined;
|
|
3503
3503
|
alt?: string | undefined;
|
|
3504
3504
|
}[] | undefined;
|
|
3505
3505
|
};
|
|
@@ -3613,8 +3613,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3613
3613
|
type: "image" | "video";
|
|
3614
3614
|
id: string;
|
|
3615
3615
|
src: string;
|
|
3616
|
-
height?: number | undefined;
|
|
3617
3616
|
width?: number | undefined;
|
|
3617
|
+
height?: number | undefined;
|
|
3618
3618
|
alt?: string | undefined;
|
|
3619
3619
|
}[] | undefined;
|
|
3620
3620
|
};
|
|
@@ -3728,8 +3728,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3728
3728
|
type: "image" | "video";
|
|
3729
3729
|
id: string;
|
|
3730
3730
|
src: string;
|
|
3731
|
-
height?: number | undefined;
|
|
3732
3731
|
width?: number | undefined;
|
|
3732
|
+
height?: number | undefined;
|
|
3733
3733
|
alt?: string | undefined;
|
|
3734
3734
|
}[] | undefined;
|
|
3735
3735
|
};
|
|
@@ -3847,8 +3847,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
3847
3847
|
type: "image" | "video";
|
|
3848
3848
|
id: string;
|
|
3849
3849
|
src: string;
|
|
3850
|
-
height?: number | undefined;
|
|
3851
3850
|
width?: number | undefined;
|
|
3851
|
+
height?: number | undefined;
|
|
3852
3852
|
alt?: string | undefined;
|
|
3853
3853
|
}[] | undefined;
|
|
3854
3854
|
};
|
|
@@ -4047,8 +4047,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4047
4047
|
type: "image" | "video";
|
|
4048
4048
|
id: string;
|
|
4049
4049
|
src: string;
|
|
4050
|
-
height?: number | undefined;
|
|
4051
4050
|
width?: number | undefined;
|
|
4051
|
+
height?: number | undefined;
|
|
4052
4052
|
alt?: string | undefined;
|
|
4053
4053
|
}[] | undefined;
|
|
4054
4054
|
};
|
|
@@ -4251,8 +4251,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4251
4251
|
type: "image" | "video";
|
|
4252
4252
|
id: string;
|
|
4253
4253
|
src: string;
|
|
4254
|
-
height?: number | undefined;
|
|
4255
4254
|
width?: number | undefined;
|
|
4255
|
+
height?: number | undefined;
|
|
4256
4256
|
alt?: string | undefined;
|
|
4257
4257
|
}[] | undefined;
|
|
4258
4258
|
};
|
|
@@ -4376,8 +4376,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4376
4376
|
type: "image" | "video";
|
|
4377
4377
|
id: string;
|
|
4378
4378
|
src: string;
|
|
4379
|
-
height?: number | undefined;
|
|
4380
4379
|
width?: number | undefined;
|
|
4380
|
+
height?: number | undefined;
|
|
4381
4381
|
alt?: string | undefined;
|
|
4382
4382
|
}[] | undefined;
|
|
4383
4383
|
};
|
|
@@ -4581,8 +4581,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4581
4581
|
type: "image" | "video";
|
|
4582
4582
|
id: string;
|
|
4583
4583
|
src: string;
|
|
4584
|
-
height?: number | undefined;
|
|
4585
4584
|
width?: number | undefined;
|
|
4585
|
+
height?: number | undefined;
|
|
4586
4586
|
alt?: string | undefined;
|
|
4587
4587
|
}[] | undefined;
|
|
4588
4588
|
};
|
|
@@ -4706,8 +4706,8 @@ export declare const configSchema: z.ZodObject<{
|
|
|
4706
4706
|
type: "image" | "video";
|
|
4707
4707
|
id: string;
|
|
4708
4708
|
src: string;
|
|
4709
|
-
height?: number | undefined;
|
|
4710
4709
|
width?: number | undefined;
|
|
4710
|
+
height?: number | undefined;
|
|
4711
4711
|
alt?: string | undefined;
|
|
4712
4712
|
}[] | undefined;
|
|
4713
4713
|
};
|
|
@@ -4998,15 +4998,15 @@ export declare const UpdateFaqSchema: z.ZodObject<{
|
|
|
4998
4998
|
type: "image" | "video";
|
|
4999
4999
|
id: string;
|
|
5000
5000
|
src: string;
|
|
5001
|
-
height?: number | undefined;
|
|
5002
5001
|
width?: number | undefined;
|
|
5002
|
+
height?: number | undefined;
|
|
5003
5003
|
alt?: string | undefined;
|
|
5004
5004
|
}, {
|
|
5005
5005
|
type: "image" | "video";
|
|
5006
5006
|
id: string;
|
|
5007
5007
|
src: string;
|
|
5008
|
-
height?: number | undefined;
|
|
5009
5008
|
width?: number | undefined;
|
|
5009
|
+
height?: number | undefined;
|
|
5010
5010
|
alt?: string | undefined;
|
|
5011
5011
|
}>, "many">>;
|
|
5012
5012
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5016,8 +5016,8 @@ export declare const UpdateFaqSchema: z.ZodObject<{
|
|
|
5016
5016
|
type: "image" | "video";
|
|
5017
5017
|
id: string;
|
|
5018
5018
|
src: string;
|
|
5019
|
-
height?: number | undefined;
|
|
5020
5019
|
width?: number | undefined;
|
|
5020
|
+
height?: number | undefined;
|
|
5021
5021
|
alt?: string | undefined;
|
|
5022
5022
|
}[] | undefined;
|
|
5023
5023
|
}, {
|
|
@@ -5027,8 +5027,8 @@ export declare const UpdateFaqSchema: z.ZodObject<{
|
|
|
5027
5027
|
type: "image" | "video";
|
|
5028
5028
|
id: string;
|
|
5029
5029
|
src: string;
|
|
5030
|
-
height?: number | undefined;
|
|
5031
5030
|
width?: number | undefined;
|
|
5031
|
+
height?: number | undefined;
|
|
5032
5032
|
alt?: string | undefined;
|
|
5033
5033
|
}[] | undefined;
|
|
5034
5034
|
}>]>;
|
|
@@ -5065,8 +5065,8 @@ export declare const UpdateFaqSchema: z.ZodObject<{
|
|
|
5065
5065
|
type: "image" | "video";
|
|
5066
5066
|
id: string;
|
|
5067
5067
|
src: string;
|
|
5068
|
-
height?: number | undefined;
|
|
5069
5068
|
width?: number | undefined;
|
|
5069
|
+
height?: number | undefined;
|
|
5070
5070
|
alt?: string | undefined;
|
|
5071
5071
|
}[] | undefined;
|
|
5072
5072
|
};
|
|
@@ -5091,8 +5091,8 @@ export declare const UpdateFaqSchema: z.ZodObject<{
|
|
|
5091
5091
|
type: "image" | "video";
|
|
5092
5092
|
id: string;
|
|
5093
5093
|
src: string;
|
|
5094
|
-
height?: number | undefined;
|
|
5095
5094
|
width?: number | undefined;
|
|
5095
|
+
height?: number | undefined;
|
|
5096
5096
|
alt?: string | undefined;
|
|
5097
5097
|
}[] | undefined;
|
|
5098
5098
|
};
|
|
@@ -5619,8 +5619,8 @@ export declare const UpdateFaqSchema: z.ZodObject<{
|
|
|
5619
5619
|
type: "image" | "video";
|
|
5620
5620
|
id: string;
|
|
5621
5621
|
src: string;
|
|
5622
|
-
height?: number | undefined;
|
|
5623
5622
|
width?: number | undefined;
|
|
5623
|
+
height?: number | undefined;
|
|
5624
5624
|
alt?: string | undefined;
|
|
5625
5625
|
}[] | undefined;
|
|
5626
5626
|
};
|
|
@@ -5734,8 +5734,8 @@ export declare const UpdateFaqSchema: z.ZodObject<{
|
|
|
5734
5734
|
type: "image" | "video";
|
|
5735
5735
|
id: string;
|
|
5736
5736
|
src: string;
|
|
5737
|
-
height?: number | undefined;
|
|
5738
5737
|
width?: number | undefined;
|
|
5738
|
+
height?: number | undefined;
|
|
5739
5739
|
alt?: string | undefined;
|
|
5740
5740
|
}[] | undefined;
|
|
5741
5741
|
};
|
|
@@ -5849,8 +5849,8 @@ export declare const UpdateFaqSchema: z.ZodObject<{
|
|
|
5849
5849
|
type: "image" | "video";
|
|
5850
5850
|
id: string;
|
|
5851
5851
|
src: string;
|
|
5852
|
-
height?: number | undefined;
|
|
5853
5852
|
width?: number | undefined;
|
|
5853
|
+
height?: number | undefined;
|
|
5854
5854
|
alt?: string | undefined;
|
|
5855
5855
|
}[] | undefined;
|
|
5856
5856
|
};
|
|
@@ -5964,8 +5964,8 @@ export declare const UpdateFaqSchema: z.ZodObject<{
|
|
|
5964
5964
|
type: "image" | "video";
|
|
5965
5965
|
id: string;
|
|
5966
5966
|
src: string;
|
|
5967
|
-
height?: number | undefined;
|
|
5968
5967
|
width?: number | undefined;
|
|
5968
|
+
height?: number | undefined;
|
|
5969
5969
|
alt?: string | undefined;
|
|
5970
5970
|
}[] | undefined;
|
|
5971
5971
|
};
|
|
@@ -6097,8 +6097,8 @@ export declare const UpdateFaqSchema: z.ZodObject<{
|
|
|
6097
6097
|
type: "image" | "video";
|
|
6098
6098
|
id: string;
|
|
6099
6099
|
src: string;
|
|
6100
|
-
height?: number | undefined;
|
|
6101
6100
|
width?: number | undefined;
|
|
6101
|
+
height?: number | undefined;
|
|
6102
6102
|
alt?: string | undefined;
|
|
6103
6103
|
}[] | undefined;
|
|
6104
6104
|
};
|
|
@@ -6223,8 +6223,8 @@ export declare const UpdateFaqSchema: z.ZodObject<{
|
|
|
6223
6223
|
type: "image" | "video";
|
|
6224
6224
|
id: string;
|
|
6225
6225
|
src: string;
|
|
6226
|
-
height?: number | undefined;
|
|
6227
6226
|
width?: number | undefined;
|
|
6227
|
+
height?: number | undefined;
|
|
6228
6228
|
alt?: string | undefined;
|
|
6229
6229
|
}[] | undefined;
|
|
6230
6230
|
};
|
|
@@ -6349,8 +6349,8 @@ export declare function validateFAQQuestion(data: unknown): z.SafeParseReturnTyp
|
|
|
6349
6349
|
type: "image" | "video";
|
|
6350
6350
|
id: string;
|
|
6351
6351
|
src: string;
|
|
6352
|
-
height?: number | undefined;
|
|
6353
6352
|
width?: number | undefined;
|
|
6353
|
+
height?: number | undefined;
|
|
6354
6354
|
alt?: string | undefined;
|
|
6355
6355
|
}[] | undefined;
|
|
6356
6356
|
};
|
|
@@ -6464,8 +6464,8 @@ export declare function validateFAQQuestion(data: unknown): z.SafeParseReturnTyp
|
|
|
6464
6464
|
type: "image" | "video";
|
|
6465
6465
|
id: string;
|
|
6466
6466
|
src: string;
|
|
6467
|
-
height?: number | undefined;
|
|
6468
6467
|
width?: number | undefined;
|
|
6468
|
+
height?: number | undefined;
|
|
6469
6469
|
alt?: string | undefined;
|
|
6470
6470
|
}[] | undefined;
|
|
6471
6471
|
};
|
|
@@ -6587,8 +6587,8 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
6587
6587
|
type: "image" | "video";
|
|
6588
6588
|
id: string;
|
|
6589
6589
|
src: string;
|
|
6590
|
-
height?: number | undefined;
|
|
6591
6590
|
width?: number | undefined;
|
|
6591
|
+
height?: number | undefined;
|
|
6592
6592
|
alt?: string | undefined;
|
|
6593
6593
|
}[] | undefined;
|
|
6594
6594
|
};
|
|
@@ -6712,8 +6712,8 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
6712
6712
|
type: "image" | "video";
|
|
6713
6713
|
id: string;
|
|
6714
6714
|
src: string;
|
|
6715
|
-
height?: number | undefined;
|
|
6716
6715
|
width?: number | undefined;
|
|
6716
|
+
height?: number | undefined;
|
|
6717
6717
|
alt?: string | undefined;
|
|
6718
6718
|
}[] | undefined;
|
|
6719
6719
|
};
|
|
@@ -6917,8 +6917,8 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
6917
6917
|
type: "image" | "video";
|
|
6918
6918
|
id: string;
|
|
6919
6919
|
src: string;
|
|
6920
|
-
height?: number | undefined;
|
|
6921
6920
|
width?: number | undefined;
|
|
6921
|
+
height?: number | undefined;
|
|
6922
6922
|
alt?: string | undefined;
|
|
6923
6923
|
}[] | undefined;
|
|
6924
6924
|
};
|
|
@@ -7042,8 +7042,8 @@ export declare function validateFAQConfig(data: unknown): z.SafeParseReturnType<
|
|
|
7042
7042
|
type: "image" | "video";
|
|
7043
7043
|
id: string;
|
|
7044
7044
|
src: string;
|
|
7045
|
-
height?: number | undefined;
|
|
7046
7045
|
width?: number | undefined;
|
|
7046
|
+
height?: number | undefined;
|
|
7047
7047
|
alt?: string | undefined;
|
|
7048
7048
|
}[] | undefined;
|
|
7049
7049
|
};
|
|
@@ -7272,15 +7272,15 @@ export declare const actionStepSchemas: ({
|
|
|
7272
7272
|
type: "image" | "video";
|
|
7273
7273
|
id: string;
|
|
7274
7274
|
src: string;
|
|
7275
|
-
height?: number | undefined;
|
|
7276
7275
|
width?: number | undefined;
|
|
7276
|
+
height?: number | undefined;
|
|
7277
7277
|
alt?: string | undefined;
|
|
7278
7278
|
}, {
|
|
7279
7279
|
type: "image" | "video";
|
|
7280
7280
|
id: string;
|
|
7281
7281
|
src: string;
|
|
7282
|
-
height?: number | undefined;
|
|
7283
7282
|
width?: number | undefined;
|
|
7283
|
+
height?: number | undefined;
|
|
7284
7284
|
alt?: string | undefined;
|
|
7285
7285
|
}>, "many">>;
|
|
7286
7286
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7290,8 +7290,8 @@ export declare const actionStepSchemas: ({
|
|
|
7290
7290
|
type: "image" | "video";
|
|
7291
7291
|
id: string;
|
|
7292
7292
|
src: string;
|
|
7293
|
-
height?: number | undefined;
|
|
7294
7293
|
width?: number | undefined;
|
|
7294
|
+
height?: number | undefined;
|
|
7295
7295
|
alt?: string | undefined;
|
|
7296
7296
|
}[] | undefined;
|
|
7297
7297
|
}, {
|
|
@@ -7301,8 +7301,8 @@ export declare const actionStepSchemas: ({
|
|
|
7301
7301
|
type: "image" | "video";
|
|
7302
7302
|
id: string;
|
|
7303
7303
|
src: string;
|
|
7304
|
-
height?: number | undefined;
|
|
7305
7304
|
width?: number | undefined;
|
|
7305
|
+
height?: number | undefined;
|
|
7306
7306
|
alt?: string | undefined;
|
|
7307
7307
|
}[] | undefined;
|
|
7308
7308
|
}>]>;
|
|
@@ -7339,8 +7339,8 @@ export declare const actionStepSchemas: ({
|
|
|
7339
7339
|
type: "image" | "video";
|
|
7340
7340
|
id: string;
|
|
7341
7341
|
src: string;
|
|
7342
|
-
height?: number | undefined;
|
|
7343
7342
|
width?: number | undefined;
|
|
7343
|
+
height?: number | undefined;
|
|
7344
7344
|
alt?: string | undefined;
|
|
7345
7345
|
}[] | undefined;
|
|
7346
7346
|
};
|
|
@@ -7365,8 +7365,8 @@ export declare const actionStepSchemas: ({
|
|
|
7365
7365
|
type: "image" | "video";
|
|
7366
7366
|
id: string;
|
|
7367
7367
|
src: string;
|
|
7368
|
-
height?: number | undefined;
|
|
7369
7368
|
width?: number | undefined;
|
|
7369
|
+
height?: number | undefined;
|
|
7370
7370
|
alt?: string | undefined;
|
|
7371
7371
|
}[] | undefined;
|
|
7372
7372
|
};
|
|
@@ -7893,8 +7893,8 @@ export declare const actionStepSchemas: ({
|
|
|
7893
7893
|
type: "image" | "video";
|
|
7894
7894
|
id: string;
|
|
7895
7895
|
src: string;
|
|
7896
|
-
height?: number | undefined;
|
|
7897
7896
|
width?: number | undefined;
|
|
7897
|
+
height?: number | undefined;
|
|
7898
7898
|
alt?: string | undefined;
|
|
7899
7899
|
}[] | undefined;
|
|
7900
7900
|
};
|
|
@@ -8008,8 +8008,8 @@ export declare const actionStepSchemas: ({
|
|
|
8008
8008
|
type: "image" | "video";
|
|
8009
8009
|
id: string;
|
|
8010
8010
|
src: string;
|
|
8011
|
-
height?: number | undefined;
|
|
8012
8011
|
width?: number | undefined;
|
|
8012
|
+
height?: number | undefined;
|
|
8013
8013
|
alt?: string | undefined;
|
|
8014
8014
|
}[] | undefined;
|
|
8015
8015
|
};
|
|
@@ -8186,15 +8186,15 @@ export declare const actionStepSchemas: ({
|
|
|
8186
8186
|
type: "image" | "video";
|
|
8187
8187
|
id: string;
|
|
8188
8188
|
src: string;
|
|
8189
|
-
height?: number | undefined;
|
|
8190
8189
|
width?: number | undefined;
|
|
8190
|
+
height?: number | undefined;
|
|
8191
8191
|
alt?: string | undefined;
|
|
8192
8192
|
}, {
|
|
8193
8193
|
type: "image" | "video";
|
|
8194
8194
|
id: string;
|
|
8195
8195
|
src: string;
|
|
8196
|
-
height?: number | undefined;
|
|
8197
8196
|
width?: number | undefined;
|
|
8197
|
+
height?: number | undefined;
|
|
8198
8198
|
alt?: string | undefined;
|
|
8199
8199
|
}>, "many">>;
|
|
8200
8200
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -8204,8 +8204,8 @@ export declare const actionStepSchemas: ({
|
|
|
8204
8204
|
type: "image" | "video";
|
|
8205
8205
|
id: string;
|
|
8206
8206
|
src: string;
|
|
8207
|
-
height?: number | undefined;
|
|
8208
8207
|
width?: number | undefined;
|
|
8208
|
+
height?: number | undefined;
|
|
8209
8209
|
alt?: string | undefined;
|
|
8210
8210
|
}[] | undefined;
|
|
8211
8211
|
}, {
|
|
@@ -8215,8 +8215,8 @@ export declare const actionStepSchemas: ({
|
|
|
8215
8215
|
type: "image" | "video";
|
|
8216
8216
|
id: string;
|
|
8217
8217
|
src: string;
|
|
8218
|
-
height?: number | undefined;
|
|
8219
8218
|
width?: number | undefined;
|
|
8219
|
+
height?: number | undefined;
|
|
8220
8220
|
alt?: string | undefined;
|
|
8221
8221
|
}[] | undefined;
|
|
8222
8222
|
}>]>;
|
|
@@ -8253,8 +8253,8 @@ export declare const actionStepSchemas: ({
|
|
|
8253
8253
|
type: "image" | "video";
|
|
8254
8254
|
id: string;
|
|
8255
8255
|
src: string;
|
|
8256
|
-
height?: number | undefined;
|
|
8257
8256
|
width?: number | undefined;
|
|
8257
|
+
height?: number | undefined;
|
|
8258
8258
|
alt?: string | undefined;
|
|
8259
8259
|
}[] | undefined;
|
|
8260
8260
|
};
|
|
@@ -8279,8 +8279,8 @@ export declare const actionStepSchemas: ({
|
|
|
8279
8279
|
type: "image" | "video";
|
|
8280
8280
|
id: string;
|
|
8281
8281
|
src: string;
|
|
8282
|
-
height?: number | undefined;
|
|
8283
8282
|
width?: number | undefined;
|
|
8283
|
+
height?: number | undefined;
|
|
8284
8284
|
alt?: string | undefined;
|
|
8285
8285
|
}[] | undefined;
|
|
8286
8286
|
};
|
|
@@ -8807,8 +8807,8 @@ export declare const actionStepSchemas: ({
|
|
|
8807
8807
|
type: "image" | "video";
|
|
8808
8808
|
id: string;
|
|
8809
8809
|
src: string;
|
|
8810
|
-
height?: number | undefined;
|
|
8811
8810
|
width?: number | undefined;
|
|
8811
|
+
height?: number | undefined;
|
|
8812
8812
|
alt?: string | undefined;
|
|
8813
8813
|
}[] | undefined;
|
|
8814
8814
|
};
|
|
@@ -8922,8 +8922,8 @@ export declare const actionStepSchemas: ({
|
|
|
8922
8922
|
type: "image" | "video";
|
|
8923
8923
|
id: string;
|
|
8924
8924
|
src: string;
|
|
8925
|
-
height?: number | undefined;
|
|
8926
8925
|
width?: number | undefined;
|
|
8926
|
+
height?: number | undefined;
|
|
8927
8927
|
alt?: string | undefined;
|
|
8928
8928
|
}[] | undefined;
|
|
8929
8929
|
};
|
|
@@ -9037,8 +9037,8 @@ export declare const actionStepSchemas: ({
|
|
|
9037
9037
|
type: "image" | "video";
|
|
9038
9038
|
id: string;
|
|
9039
9039
|
src: string;
|
|
9040
|
-
height?: number | undefined;
|
|
9041
9040
|
width?: number | undefined;
|
|
9041
|
+
height?: number | undefined;
|
|
9042
9042
|
alt?: string | undefined;
|
|
9043
9043
|
}[] | undefined;
|
|
9044
9044
|
};
|
|
@@ -9152,8 +9152,8 @@ export declare const actionStepSchemas: ({
|
|
|
9152
9152
|
type: "image" | "video";
|
|
9153
9153
|
id: string;
|
|
9154
9154
|
src: string;
|
|
9155
|
-
height?: number | undefined;
|
|
9156
9155
|
width?: number | undefined;
|
|
9156
|
+
height?: number | undefined;
|
|
9157
9157
|
alt?: string | undefined;
|
|
9158
9158
|
}[] | undefined;
|
|
9159
9159
|
};
|
|
@@ -9285,8 +9285,8 @@ export declare const actionStepSchemas: ({
|
|
|
9285
9285
|
type: "image" | "video";
|
|
9286
9286
|
id: string;
|
|
9287
9287
|
src: string;
|
|
9288
|
-
height?: number | undefined;
|
|
9289
9288
|
width?: number | undefined;
|
|
9289
|
+
height?: number | undefined;
|
|
9290
9290
|
alt?: string | undefined;
|
|
9291
9291
|
}[] | undefined;
|
|
9292
9292
|
};
|
|
@@ -9411,8 +9411,8 @@ export declare const actionStepSchemas: ({
|
|
|
9411
9411
|
type: "image" | "video";
|
|
9412
9412
|
id: string;
|
|
9413
9413
|
src: string;
|
|
9414
|
-
height?: number | undefined;
|
|
9415
9414
|
width?: number | undefined;
|
|
9415
|
+
height?: number | undefined;
|
|
9416
9416
|
alt?: string | undefined;
|
|
9417
9417
|
}[] | undefined;
|
|
9418
9418
|
};
|
|
@@ -9571,15 +9571,15 @@ export declare const tileWidgets: {
|
|
|
9571
9571
|
type: "image" | "video";
|
|
9572
9572
|
id: string;
|
|
9573
9573
|
src: string;
|
|
9574
|
-
height?: number | undefined;
|
|
9575
9574
|
width?: number | undefined;
|
|
9575
|
+
height?: number | undefined;
|
|
9576
9576
|
alt?: string | undefined;
|
|
9577
9577
|
}, {
|
|
9578
9578
|
type: "image" | "video";
|
|
9579
9579
|
id: string;
|
|
9580
9580
|
src: string;
|
|
9581
|
-
height?: number | undefined;
|
|
9582
9581
|
width?: number | undefined;
|
|
9582
|
+
height?: number | undefined;
|
|
9583
9583
|
alt?: string | undefined;
|
|
9584
9584
|
}>, "many">>;
|
|
9585
9585
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -9589,8 +9589,8 @@ export declare const tileWidgets: {
|
|
|
9589
9589
|
type: "image" | "video";
|
|
9590
9590
|
id: string;
|
|
9591
9591
|
src: string;
|
|
9592
|
-
height?: number | undefined;
|
|
9593
9592
|
width?: number | undefined;
|
|
9593
|
+
height?: number | undefined;
|
|
9594
9594
|
alt?: string | undefined;
|
|
9595
9595
|
}[] | undefined;
|
|
9596
9596
|
}, {
|
|
@@ -9600,8 +9600,8 @@ export declare const tileWidgets: {
|
|
|
9600
9600
|
type: "image" | "video";
|
|
9601
9601
|
id: string;
|
|
9602
9602
|
src: string;
|
|
9603
|
-
height?: number | undefined;
|
|
9604
9603
|
width?: number | undefined;
|
|
9604
|
+
height?: number | undefined;
|
|
9605
9605
|
alt?: string | undefined;
|
|
9606
9606
|
}[] | undefined;
|
|
9607
9607
|
}>]>;
|
|
@@ -9638,8 +9638,8 @@ export declare const tileWidgets: {
|
|
|
9638
9638
|
type: "image" | "video";
|
|
9639
9639
|
id: string;
|
|
9640
9640
|
src: string;
|
|
9641
|
-
height?: number | undefined;
|
|
9642
9641
|
width?: number | undefined;
|
|
9642
|
+
height?: number | undefined;
|
|
9643
9643
|
alt?: string | undefined;
|
|
9644
9644
|
}[] | undefined;
|
|
9645
9645
|
};
|
|
@@ -9664,8 +9664,8 @@ export declare const tileWidgets: {
|
|
|
9664
9664
|
type: "image" | "video";
|
|
9665
9665
|
id: string;
|
|
9666
9666
|
src: string;
|
|
9667
|
-
height?: number | undefined;
|
|
9668
9667
|
width?: number | undefined;
|
|
9668
|
+
height?: number | undefined;
|
|
9669
9669
|
alt?: string | undefined;
|
|
9670
9670
|
}[] | undefined;
|
|
9671
9671
|
};
|
|
@@ -10192,8 +10192,8 @@ export declare const tileWidgets: {
|
|
|
10192
10192
|
type: "image" | "video";
|
|
10193
10193
|
id: string;
|
|
10194
10194
|
src: string;
|
|
10195
|
-
height?: number | undefined;
|
|
10196
10195
|
width?: number | undefined;
|
|
10196
|
+
height?: number | undefined;
|
|
10197
10197
|
alt?: string | undefined;
|
|
10198
10198
|
}[] | undefined;
|
|
10199
10199
|
};
|
|
@@ -10307,8 +10307,8 @@ export declare const tileWidgets: {
|
|
|
10307
10307
|
type: "image" | "video";
|
|
10308
10308
|
id: string;
|
|
10309
10309
|
src: string;
|
|
10310
|
-
height?: number | undefined;
|
|
10311
10310
|
width?: number | undefined;
|
|
10311
|
+
height?: number | undefined;
|
|
10312
10312
|
alt?: string | undefined;
|
|
10313
10313
|
}[] | undefined;
|
|
10314
10314
|
};
|
|
@@ -10422,8 +10422,8 @@ export declare const tileWidgets: {
|
|
|
10422
10422
|
type: "image" | "video";
|
|
10423
10423
|
id: string;
|
|
10424
10424
|
src: string;
|
|
10425
|
-
height?: number | undefined;
|
|
10426
10425
|
width?: number | undefined;
|
|
10426
|
+
height?: number | undefined;
|
|
10427
10427
|
alt?: string | undefined;
|
|
10428
10428
|
}[] | undefined;
|
|
10429
10429
|
};
|
|
@@ -10537,8 +10537,8 @@ export declare const tileWidgets: {
|
|
|
10537
10537
|
type: "image" | "video";
|
|
10538
10538
|
id: string;
|
|
10539
10539
|
src: string;
|
|
10540
|
-
height?: number | undefined;
|
|
10541
10540
|
width?: number | undefined;
|
|
10541
|
+
height?: number | undefined;
|
|
10542
10542
|
alt?: string | undefined;
|
|
10543
10543
|
}[] | undefined;
|
|
10544
10544
|
};
|
|
@@ -11180,15 +11180,15 @@ export declare const tileWidgets: {
|
|
|
11180
11180
|
type: "image" | "video";
|
|
11181
11181
|
id: string;
|
|
11182
11182
|
src: string;
|
|
11183
|
-
height?: number | undefined;
|
|
11184
11183
|
width?: number | undefined;
|
|
11184
|
+
height?: number | undefined;
|
|
11185
11185
|
alt?: string | undefined;
|
|
11186
11186
|
}, {
|
|
11187
11187
|
type: "image" | "video";
|
|
11188
11188
|
id: string;
|
|
11189
11189
|
src: string;
|
|
11190
|
-
height?: number | undefined;
|
|
11191
11190
|
width?: number | undefined;
|
|
11191
|
+
height?: number | undefined;
|
|
11192
11192
|
alt?: string | undefined;
|
|
11193
11193
|
}>, "many">>;
|
|
11194
11194
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -11198,8 +11198,8 @@ export declare const tileWidgets: {
|
|
|
11198
11198
|
type: "image" | "video";
|
|
11199
11199
|
id: string;
|
|
11200
11200
|
src: string;
|
|
11201
|
-
height?: number | undefined;
|
|
11202
11201
|
width?: number | undefined;
|
|
11202
|
+
height?: number | undefined;
|
|
11203
11203
|
alt?: string | undefined;
|
|
11204
11204
|
}[] | undefined;
|
|
11205
11205
|
}, {
|
|
@@ -11209,8 +11209,8 @@ export declare const tileWidgets: {
|
|
|
11209
11209
|
type: "image" | "video";
|
|
11210
11210
|
id: string;
|
|
11211
11211
|
src: string;
|
|
11212
|
-
height?: number | undefined;
|
|
11213
11212
|
width?: number | undefined;
|
|
11213
|
+
height?: number | undefined;
|
|
11214
11214
|
alt?: string | undefined;
|
|
11215
11215
|
}[] | undefined;
|
|
11216
11216
|
}>]>;
|
|
@@ -11247,8 +11247,8 @@ export declare const tileWidgets: {
|
|
|
11247
11247
|
type: "image" | "video";
|
|
11248
11248
|
id: string;
|
|
11249
11249
|
src: string;
|
|
11250
|
-
height?: number | undefined;
|
|
11251
11250
|
width?: number | undefined;
|
|
11251
|
+
height?: number | undefined;
|
|
11252
11252
|
alt?: string | undefined;
|
|
11253
11253
|
}[] | undefined;
|
|
11254
11254
|
};
|
|
@@ -11273,8 +11273,8 @@ export declare const tileWidgets: {
|
|
|
11273
11273
|
type: "image" | "video";
|
|
11274
11274
|
id: string;
|
|
11275
11275
|
src: string;
|
|
11276
|
-
height?: number | undefined;
|
|
11277
11276
|
width?: number | undefined;
|
|
11277
|
+
height?: number | undefined;
|
|
11278
11278
|
alt?: string | undefined;
|
|
11279
11279
|
}[] | undefined;
|
|
11280
11280
|
};
|
|
@@ -11801,8 +11801,8 @@ export declare const tileWidgets: {
|
|
|
11801
11801
|
type: "image" | "video";
|
|
11802
11802
|
id: string;
|
|
11803
11803
|
src: string;
|
|
11804
|
-
height?: number | undefined;
|
|
11805
11804
|
width?: number | undefined;
|
|
11805
|
+
height?: number | undefined;
|
|
11806
11806
|
alt?: string | undefined;
|
|
11807
11807
|
}[] | undefined;
|
|
11808
11808
|
};
|
|
@@ -11916,8 +11916,8 @@ export declare const tileWidgets: {
|
|
|
11916
11916
|
type: "image" | "video";
|
|
11917
11917
|
id: string;
|
|
11918
11918
|
src: string;
|
|
11919
|
-
height?: number | undefined;
|
|
11920
11919
|
width?: number | undefined;
|
|
11920
|
+
height?: number | undefined;
|
|
11921
11921
|
alt?: string | undefined;
|
|
11922
11922
|
}[] | undefined;
|
|
11923
11923
|
};
|
|
@@ -12031,8 +12031,8 @@ export declare const tileWidgets: {
|
|
|
12031
12031
|
type: "image" | "video";
|
|
12032
12032
|
id: string;
|
|
12033
12033
|
src: string;
|
|
12034
|
-
height?: number | undefined;
|
|
12035
12034
|
width?: number | undefined;
|
|
12035
|
+
height?: number | undefined;
|
|
12036
12036
|
alt?: string | undefined;
|
|
12037
12037
|
}[] | undefined;
|
|
12038
12038
|
};
|
|
@@ -12146,8 +12146,8 @@ export declare const tileWidgets: {
|
|
|
12146
12146
|
type: "image" | "video";
|
|
12147
12147
|
id: string;
|
|
12148
12148
|
src: string;
|
|
12149
|
-
height?: number | undefined;
|
|
12150
12149
|
width?: number | undefined;
|
|
12150
|
+
height?: number | undefined;
|
|
12151
12151
|
alt?: string | undefined;
|
|
12152
12152
|
}[] | undefined;
|
|
12153
12153
|
};
|
|
@@ -12265,8 +12265,8 @@ export declare const tileWidgets: {
|
|
|
12265
12265
|
type: "image" | "video";
|
|
12266
12266
|
id: string;
|
|
12267
12267
|
src: string;
|
|
12268
|
-
height?: number | undefined;
|
|
12269
12268
|
width?: number | undefined;
|
|
12269
|
+
height?: number | undefined;
|
|
12270
12270
|
alt?: string | undefined;
|
|
12271
12271
|
}[] | undefined;
|
|
12272
12272
|
};
|
|
@@ -12465,8 +12465,8 @@ export declare const tileWidgets: {
|
|
|
12465
12465
|
type: "image" | "video";
|
|
12466
12466
|
id: string;
|
|
12467
12467
|
src: string;
|
|
12468
|
-
height?: number | undefined;
|
|
12469
12468
|
width?: number | undefined;
|
|
12469
|
+
height?: number | undefined;
|
|
12470
12470
|
alt?: string | undefined;
|
|
12471
12471
|
}[] | undefined;
|
|
12472
12472
|
};
|
|
@@ -12669,8 +12669,8 @@ export declare const tileWidgets: {
|
|
|
12669
12669
|
type: "image" | "video";
|
|
12670
12670
|
id: string;
|
|
12671
12671
|
src: string;
|
|
12672
|
-
height?: number | undefined;
|
|
12673
12672
|
width?: number | undefined;
|
|
12673
|
+
height?: number | undefined;
|
|
12674
12674
|
alt?: string | undefined;
|
|
12675
12675
|
}[] | undefined;
|
|
12676
12676
|
};
|
|
@@ -12794,8 +12794,8 @@ export declare const tileWidgets: {
|
|
|
12794
12794
|
type: "image" | "video";
|
|
12795
12795
|
id: string;
|
|
12796
12796
|
src: string;
|
|
12797
|
-
height?: number | undefined;
|
|
12798
12797
|
width?: number | undefined;
|
|
12798
|
+
height?: number | undefined;
|
|
12799
12799
|
alt?: string | undefined;
|
|
12800
12800
|
}[] | undefined;
|
|
12801
12801
|
};
|
|
@@ -12999,8 +12999,8 @@ export declare const tileWidgets: {
|
|
|
12999
12999
|
type: "image" | "video";
|
|
13000
13000
|
id: string;
|
|
13001
13001
|
src: string;
|
|
13002
|
-
height?: number | undefined;
|
|
13003
13002
|
width?: number | undefined;
|
|
13003
|
+
height?: number | undefined;
|
|
13004
13004
|
alt?: string | undefined;
|
|
13005
13005
|
}[] | undefined;
|
|
13006
13006
|
};
|
|
@@ -13124,8 +13124,8 @@ export declare const tileWidgets: {
|
|
|
13124
13124
|
type: "image" | "video";
|
|
13125
13125
|
id: string;
|
|
13126
13126
|
src: string;
|
|
13127
|
-
height?: number | undefined;
|
|
13128
13127
|
width?: number | undefined;
|
|
13128
|
+
height?: number | undefined;
|
|
13129
13129
|
alt?: string | undefined;
|
|
13130
13130
|
}[] | undefined;
|
|
13131
13131
|
};
|