@tricoteuses/assemblee 3.2.7 → 3.2.9
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/lib/{amendements-BXPskmEj.js → amendements-DFejZtrB.js} +1 -1
- package/lib/{amendements-DvACs8jj.js → amendements-Xaw7TqV2.js} +5 -5
- package/lib/cleaners.js +3 -3
- package/lib/index.js +69 -58
- package/lib/{loaders-Dd4mhFYb.js → loaders-CXywwmAa.js} +2 -2
- package/lib/loaders.js +1 -1
- package/lib/parsers.js +8 -8
- package/lib/{scrutins-Dgargfhk.js → scrutins-98SJXpIE.js} +391 -390
- package/lib/{index.d.ts → src/index.d.ts} +1 -1
- package/lib/{registries.d.ts → src/registries.d.ts} +8 -8
- package/lib/{schemas → src/schemas}/clean/acteurs_et_organes.d.ts +37 -37
- package/lib/{schemas → src/schemas}/clean/amendements.d.ts +12 -12
- package/lib/{schemas → src/schemas}/clean/debats.d.ts +26 -26
- package/lib/{schemas → src/schemas}/clean/dossiers_legislatifs.d.ts +16 -16
- package/lib/{schemas → src/schemas}/clean/questions.d.ts +122 -122
- package/lib/{schemas → src/schemas}/clean/scrutins.d.ts +2 -2
- package/lib/{schemas → src/schemas}/enriched/acteurs_et_organes.d.ts +2 -2
- package/lib/{schemas → src/schemas}/enriched/amendements.d.ts +9 -9
- package/lib/{schemas → src/schemas}/enriched/dossiers_legislatifs.d.ts +12 -12
- package/lib/{schemas → src/schemas}/enriched/questions.d.ts +108 -108
- package/lib/{schemas → src/schemas}/enriched/scrutins.d.ts +2 -2
- package/lib/{schemas → src/schemas}/raw/acteurs_et_organes.d.ts +132 -132
- package/lib/{schemas → src/schemas}/raw/agendas.d.ts +97 -97
- package/lib/{schemas → src/schemas}/raw/amendements.d.ts +83 -83
- package/lib/{schemas → src/schemas}/raw/debats.d.ts +51 -51
- package/lib/{schemas → src/schemas}/raw/dossiers_legislatifs.d.ts +187 -182
- package/lib/src/schemas/raw/questions.d.ts +983 -0
- package/lib/{schemas → src/schemas}/raw/scrutins.d.ts +164 -164
- package/lib/src/scripts/validate_json.d.ts +1 -0
- package/lib/{urls.d.ts → src/urls.d.ts} +2 -0
- package/lib/src/urls.test.d.ts +1 -0
- package/package.json +20 -18
- package/lib/schemas/raw/questions.d.ts +0 -983
- /package/lib/{api.d.ts → src/api.d.ts} +0 -0
- /package/lib/{cleaners → src/cleaners}/actes_legislatifs.d.ts +0 -0
- /package/lib/{cleaners → src/cleaners}/acteurs.d.ts +0 -0
- /package/lib/{cleaners → src/cleaners}/amendements.d.ts +0 -0
- /package/lib/{cleaners → src/cleaners}/debats.d.ts +0 -0
- /package/lib/{cleaners → src/cleaners}/documents.d.ts +0 -0
- /package/lib/{cleaners → src/cleaners}/dossiers_legislatifs.d.ts +0 -0
- /package/lib/{cleaners → src/cleaners}/index.d.ts +0 -0
- /package/lib/{cleaners → src/cleaners}/organes.d.ts +0 -0
- /package/lib/{cleaners → src/cleaners}/questions.d.ts +0 -0
- /package/lib/{cleaners → src/cleaners}/reunions.d.ts +0 -0
- /package/lib/{cleaners → src/cleaners}/scrutins.d.ts +0 -0
- /package/lib/{cleaners → src/cleaners}/xml.d.ts +0 -0
- /package/lib/{datasets.d.ts → src/datasets.d.ts} +0 -0
- /package/lib/{dates.d.ts → src/dates.d.ts} +0 -0
- /package/lib/{dossiers_legislatifs.d.ts → src/dossiers_legislatifs.d.ts} +0 -0
- /package/lib/{file_systems.d.ts → src/file_systems.d.ts} +0 -0
- /package/lib/{git.d.ts → src/git.d.ts} +0 -0
- /package/lib/{inserters.d.ts → src/inserters.d.ts} +0 -0
- /package/lib/{legislatures.d.ts → src/legislatures.d.ts} +0 -0
- /package/lib/{loaders.d.ts → src/loaders.d.ts} +0 -0
- /package/lib/{logger.d.ts → src/logger.d.ts} +0 -0
- /package/lib/{numbers.d.ts → src/numbers.d.ts} +0 -0
- /package/lib/{organes.d.ts → src/organes.d.ts} +0 -0
- /package/lib/{parsers → src/parsers}/compte_rendu_commission.d.ts +0 -0
- /package/lib/{parsers → src/parsers}/index.d.ts +0 -0
- /package/lib/{parsers → src/parsers}/recherche_amendements.d.ts +0 -0
- /package/lib/{parsers → src/parsers}/textes_lois.d.ts +0 -0
- /package/lib/{parsers → src/parsers}/videos.d.ts +0 -0
- /package/lib/{schemas → src/schemas}/clean/agendas.d.ts +0 -0
- /package/lib/{schemas → src/schemas}/enriched/agendas.d.ts +0 -0
- /package/lib/{schemas → src/schemas}/enriched/debats.d.ts +0 -0
- /package/lib/{scripts/clean_reorganized_data.d.ts → src/schemas/raw/dossiers_legislatifs.test.d.ts} +0 -0
- /package/lib/{schemas → src/schemas}/zod_errors.d.ts +0 -0
- /package/lib/{scripts/data-download.d.ts → src/scripts/clean_reorganized_data.d.ts} +0 -0
- /package/lib/{scripts/diff_amendements.d.ts → src/scripts/data-download.d.ts} +0 -0
- /package/lib/{scripts/document_dossiers_legislatifs.d.ts → src/scripts/diff_amendements.d.ts} +0 -0
- /package/lib/{scripts/get_today_reunions.d.ts → src/scripts/document_dossiers_legislatifs.d.ts} +0 -0
- /package/lib/{scripts/merge_scrutins.d.ts → src/scripts/get_today_reunions.d.ts} +0 -0
- /package/lib/{scripts/reorganize_data.d.ts → src/scripts/merge_scrutins.d.ts} +0 -0
- /package/lib/{scripts → src/scripts}/raw_types_from_amendements.d.ts +0 -0
- /package/lib/{scripts/retrieve_pending_amendments.d.ts → src/scripts/reorganize_data.d.ts} +0 -0
- /package/lib/{scripts → src/scripts}/retrieve_deputes_photos.d.ts +0 -0
- /package/lib/{scripts → src/scripts}/retrieve_documents.d.ts +0 -0
- /package/lib/{scripts → src/scripts}/retrieve_open_data.d.ts +0 -0
- /package/lib/{scripts/retrieve_senateurs_photos.d.ts → src/scripts/retrieve_pending_amendments.d.ts} +0 -0
- /package/lib/{scripts/test_iter_load.d.ts → src/scripts/retrieve_senateurs_photos.d.ts} +0 -0
- /package/lib/{scripts → src/scripts}/retrieve_videos.d.ts +0 -0
- /package/lib/{scripts → src/scripts}/shared/cli_helpers.d.ts +0 -0
- /package/lib/{scripts → src/scripts}/shared/photos.d.ts +0 -0
- /package/lib/{scripts → src/scripts}/shared/utils.d.ts +0 -0
- /package/lib/{scripts/validate_json.d.ts → src/scripts/test_iter_load.d.ts} +0 -0
- /package/lib/{scripts → src/scripts}/test_load.d.ts +0 -0
- /package/lib/{scripts → src/scripts}/test_load_big_files.d.ts +0 -0
- /package/lib/{strings.d.ts → src/strings.d.ts} +0 -0
- /package/lib/{uids.d.ts → src/uids.d.ts} +0 -0
|
@@ -40,19 +40,19 @@ export type TexteDebatRaw = {
|
|
|
40
40
|
* Orateur element
|
|
41
41
|
*/
|
|
42
42
|
export declare const OrateurElementRawSchema: z.ZodObject<{
|
|
43
|
-
nom: z.
|
|
44
|
-
id: z.ZodPipe<z.
|
|
45
|
-
qualite: z.
|
|
43
|
+
nom: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
44
|
+
id: z.ZodPipe<z.ZodPreprocess<z.ZodOptional<z.ZodString>> & z.ZodType<string, unknown, z.core.$ZodTypeInternals<string, unknown>>, z.ZodTransform<string, string>>;
|
|
45
|
+
qualite: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
46
46
|
}, z.core.$strip>;
|
|
47
47
|
export type OrateurElementRaw = z.infer<typeof OrateurElementRawSchema>;
|
|
48
48
|
/**
|
|
49
49
|
* Orateurs (list of speakers)
|
|
50
50
|
*/
|
|
51
51
|
export declare const OrateursRawSchema: z.ZodObject<{
|
|
52
|
-
orateur: z.
|
|
53
|
-
nom: z.
|
|
54
|
-
id: z.ZodPipe<z.
|
|
55
|
-
qualite: z.
|
|
52
|
+
orateur: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
|
|
53
|
+
nom: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
54
|
+
id: z.ZodPipe<z.ZodPreprocess<z.ZodOptional<z.ZodString>> & z.ZodType<string, unknown, z.core.$ZodTypeInternals<string, unknown>>, z.ZodTransform<string, string>>;
|
|
55
|
+
qualite: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
56
56
|
}, z.core.$strip>>>;
|
|
57
57
|
}, z.core.$strip>;
|
|
58
58
|
export type OrateursRaw = z.infer<typeof OrateursRawSchema>;
|
|
@@ -118,12 +118,12 @@ export declare const ContenuRawSchema: z.ZodObject<{
|
|
|
118
118
|
journee: z.ZodString;
|
|
119
119
|
session: z.ZodString;
|
|
120
120
|
}, z.core.$strip>;
|
|
121
|
-
ouvertureSeance: z.ZodOptional<z.
|
|
122
|
-
point: z.
|
|
121
|
+
ouvertureSeance: z.ZodOptional<z.ZodPreprocess<z.ZodArray<z.ZodType<PointRaw, unknown, z.core.$ZodTypeInternals<PointRaw, unknown>>>>>;
|
|
122
|
+
point: z.ZodPreprocess<z.ZodArray<z.ZodType<PointRaw, unknown, z.core.$ZodTypeInternals<PointRaw, unknown>>>>;
|
|
123
123
|
finSeance: z.ZodOptional<z.ZodObject<{
|
|
124
124
|
point: z.ZodType<PointRaw, unknown, z.core.$ZodTypeInternals<PointRaw, unknown>>;
|
|
125
125
|
}, z.core.$strip>>;
|
|
126
|
-
paragraphe: z.ZodOptional<z.
|
|
126
|
+
paragraphe: z.ZodOptional<z.ZodPreprocess<z.ZodArray<z.ZodType<PointRaw, unknown, z.core.$ZodTypeInternals<PointRaw, unknown>>>>>;
|
|
127
127
|
}, z.core.$strip>;
|
|
128
128
|
export type ContenuRaw = z.infer<typeof ContenuRawSchema>;
|
|
129
129
|
/**
|
|
@@ -131,9 +131,9 @@ export type ContenuRaw = z.infer<typeof ContenuRawSchema>;
|
|
|
131
131
|
*/
|
|
132
132
|
export declare const TitreStructRawSchema: z.ZodObject<{
|
|
133
133
|
id_syceron: z.ZodString;
|
|
134
|
-
intitule: z.
|
|
135
|
-
sousIntitule: z.
|
|
136
|
-
type_debat: z.
|
|
134
|
+
intitule: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
135
|
+
sousIntitule: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
136
|
+
type_debat: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
137
137
|
}, z.core.$strip>;
|
|
138
138
|
export type TitreStructRaw = z.infer<typeof TitreStructRawSchema>;
|
|
139
139
|
/**
|
|
@@ -154,10 +154,10 @@ export type SommaireElementRaw = {
|
|
|
154
154
|
*/
|
|
155
155
|
export declare const SommaireRawSchema: z.ZodObject<{
|
|
156
156
|
presidentSeance: z.ZodType<TexteDebatRaw, unknown, z.core.$ZodTypeInternals<TexteDebatRaw, unknown>>;
|
|
157
|
-
sommaire1: z.
|
|
158
|
-
sommaire2: z.ZodOptional<z.
|
|
159
|
-
sommaire3: z.ZodOptional<z.
|
|
160
|
-
para: z.ZodOptional<z.
|
|
157
|
+
sommaire1: z.ZodPreprocess<z.ZodArray<z.ZodType<SommaireElementRaw, unknown, z.core.$ZodTypeInternals<SommaireElementRaw, unknown>>>>;
|
|
158
|
+
sommaire2: z.ZodOptional<z.ZodPreprocess<z.ZodArray<z.ZodType<SommaireElementRaw, unknown, z.core.$ZodTypeInternals<SommaireElementRaw, unknown>>>>>;
|
|
159
|
+
sommaire3: z.ZodOptional<z.ZodPreprocess<z.ZodArray<z.ZodType<SommaireElementRaw, unknown, z.core.$ZodTypeInternals<SommaireElementRaw, unknown>>>>>;
|
|
160
|
+
para: z.ZodOptional<z.ZodPreprocess<z.ZodArray<z.ZodType<TexteDebatRaw, unknown, z.core.$ZodTypeInternals<TexteDebatRaw, unknown>>>>>;
|
|
161
161
|
}, z.core.$strip>;
|
|
162
162
|
export type SommaireRaw = z.infer<typeof SommaireRawSchema>;
|
|
163
163
|
/**
|
|
@@ -180,10 +180,10 @@ export declare const MetadonneesRawSchema: z.ZodObject<{
|
|
|
180
180
|
heureGeneration: z.ZodISODateTime;
|
|
181
181
|
sommaire: z.ZodObject<{
|
|
182
182
|
presidentSeance: z.ZodType<TexteDebatRaw, unknown, z.core.$ZodTypeInternals<TexteDebatRaw, unknown>>;
|
|
183
|
-
sommaire1: z.
|
|
184
|
-
sommaire2: z.ZodOptional<z.
|
|
185
|
-
sommaire3: z.ZodOptional<z.
|
|
186
|
-
para: z.ZodOptional<z.
|
|
183
|
+
sommaire1: z.ZodPreprocess<z.ZodArray<z.ZodType<SommaireElementRaw, unknown, z.core.$ZodTypeInternals<SommaireElementRaw, unknown>>>>;
|
|
184
|
+
sommaire2: z.ZodOptional<z.ZodPreprocess<z.ZodArray<z.ZodType<SommaireElementRaw, unknown, z.core.$ZodTypeInternals<SommaireElementRaw, unknown>>>>>;
|
|
185
|
+
sommaire3: z.ZodOptional<z.ZodPreprocess<z.ZodArray<z.ZodType<SommaireElementRaw, unknown, z.core.$ZodTypeInternals<SommaireElementRaw, unknown>>>>>;
|
|
186
|
+
para: z.ZodOptional<z.ZodPreprocess<z.ZodArray<z.ZodType<TexteDebatRaw, unknown, z.core.$ZodTypeInternals<TexteDebatRaw, unknown>>>>>;
|
|
187
187
|
}, z.core.$strip>;
|
|
188
188
|
}, z.core.$strip>;
|
|
189
189
|
export type MetadonneesRaw = z.infer<typeof MetadonneesRawSchema>;
|
|
@@ -212,10 +212,10 @@ export declare const CompteRenduRawSchema: z.ZodObject<{
|
|
|
212
212
|
heureGeneration: z.ZodISODateTime;
|
|
213
213
|
sommaire: z.ZodObject<{
|
|
214
214
|
presidentSeance: z.ZodType<TexteDebatRaw, unknown, z.core.$ZodTypeInternals<TexteDebatRaw, unknown>>;
|
|
215
|
-
sommaire1: z.
|
|
216
|
-
sommaire2: z.ZodOptional<z.
|
|
217
|
-
sommaire3: z.ZodOptional<z.
|
|
218
|
-
para: z.ZodOptional<z.
|
|
215
|
+
sommaire1: z.ZodPreprocess<z.ZodArray<z.ZodType<SommaireElementRaw, unknown, z.core.$ZodTypeInternals<SommaireElementRaw, unknown>>>>;
|
|
216
|
+
sommaire2: z.ZodOptional<z.ZodPreprocess<z.ZodArray<z.ZodType<SommaireElementRaw, unknown, z.core.$ZodTypeInternals<SommaireElementRaw, unknown>>>>>;
|
|
217
|
+
sommaire3: z.ZodOptional<z.ZodPreprocess<z.ZodArray<z.ZodType<SommaireElementRaw, unknown, z.core.$ZodTypeInternals<SommaireElementRaw, unknown>>>>>;
|
|
218
|
+
para: z.ZodOptional<z.ZodPreprocess<z.ZodArray<z.ZodType<TexteDebatRaw, unknown, z.core.$ZodTypeInternals<TexteDebatRaw, unknown>>>>>;
|
|
219
219
|
}, z.core.$strip>;
|
|
220
220
|
}, z.core.$strip>;
|
|
221
221
|
contenu: z.ZodObject<{
|
|
@@ -223,12 +223,12 @@ export declare const CompteRenduRawSchema: z.ZodObject<{
|
|
|
223
223
|
journee: z.ZodString;
|
|
224
224
|
session: z.ZodString;
|
|
225
225
|
}, z.core.$strip>;
|
|
226
|
-
ouvertureSeance: z.ZodOptional<z.
|
|
227
|
-
point: z.
|
|
226
|
+
ouvertureSeance: z.ZodOptional<z.ZodPreprocess<z.ZodArray<z.ZodType<PointRaw, unknown, z.core.$ZodTypeInternals<PointRaw, unknown>>>>>;
|
|
227
|
+
point: z.ZodPreprocess<z.ZodArray<z.ZodType<PointRaw, unknown, z.core.$ZodTypeInternals<PointRaw, unknown>>>>;
|
|
228
228
|
finSeance: z.ZodOptional<z.ZodObject<{
|
|
229
229
|
point: z.ZodType<PointRaw, unknown, z.core.$ZodTypeInternals<PointRaw, unknown>>;
|
|
230
230
|
}, z.core.$strip>>;
|
|
231
|
-
paragraphe: z.ZodOptional<z.
|
|
231
|
+
paragraphe: z.ZodOptional<z.ZodPreprocess<z.ZodArray<z.ZodType<PointRaw, unknown, z.core.$ZodTypeInternals<PointRaw, unknown>>>>>;
|
|
232
232
|
}, z.core.$strip>;
|
|
233
233
|
}, z.core.$strip>;
|
|
234
234
|
export type CompteRenduRaw = z.infer<typeof CompteRenduRawSchema>;
|
|
@@ -258,10 +258,10 @@ export declare const CompteRenduWrapperRawSchema: z.ZodObject<{
|
|
|
258
258
|
heureGeneration: z.ZodISODateTime;
|
|
259
259
|
sommaire: z.ZodObject<{
|
|
260
260
|
presidentSeance: z.ZodType<TexteDebatRaw, unknown, z.core.$ZodTypeInternals<TexteDebatRaw, unknown>>;
|
|
261
|
-
sommaire1: z.
|
|
262
|
-
sommaire2: z.ZodOptional<z.
|
|
263
|
-
sommaire3: z.ZodOptional<z.
|
|
264
|
-
para: z.ZodOptional<z.
|
|
261
|
+
sommaire1: z.ZodPreprocess<z.ZodArray<z.ZodType<SommaireElementRaw, unknown, z.core.$ZodTypeInternals<SommaireElementRaw, unknown>>>>;
|
|
262
|
+
sommaire2: z.ZodOptional<z.ZodPreprocess<z.ZodArray<z.ZodType<SommaireElementRaw, unknown, z.core.$ZodTypeInternals<SommaireElementRaw, unknown>>>>>;
|
|
263
|
+
sommaire3: z.ZodOptional<z.ZodPreprocess<z.ZodArray<z.ZodType<SommaireElementRaw, unknown, z.core.$ZodTypeInternals<SommaireElementRaw, unknown>>>>>;
|
|
264
|
+
para: z.ZodOptional<z.ZodPreprocess<z.ZodArray<z.ZodType<TexteDebatRaw, unknown, z.core.$ZodTypeInternals<TexteDebatRaw, unknown>>>>>;
|
|
265
265
|
}, z.core.$strip>;
|
|
266
266
|
}, z.core.$strip>;
|
|
267
267
|
contenu: z.ZodObject<{
|
|
@@ -269,12 +269,12 @@ export declare const CompteRenduWrapperRawSchema: z.ZodObject<{
|
|
|
269
269
|
journee: z.ZodString;
|
|
270
270
|
session: z.ZodString;
|
|
271
271
|
}, z.core.$strip>;
|
|
272
|
-
ouvertureSeance: z.ZodOptional<z.
|
|
273
|
-
point: z.
|
|
272
|
+
ouvertureSeance: z.ZodOptional<z.ZodPreprocess<z.ZodArray<z.ZodType<PointRaw, unknown, z.core.$ZodTypeInternals<PointRaw, unknown>>>>>;
|
|
273
|
+
point: z.ZodPreprocess<z.ZodArray<z.ZodType<PointRaw, unknown, z.core.$ZodTypeInternals<PointRaw, unknown>>>>;
|
|
274
274
|
finSeance: z.ZodOptional<z.ZodObject<{
|
|
275
275
|
point: z.ZodType<PointRaw, unknown, z.core.$ZodTypeInternals<PointRaw, unknown>>;
|
|
276
276
|
}, z.core.$strip>>;
|
|
277
|
-
paragraphe: z.ZodOptional<z.
|
|
277
|
+
paragraphe: z.ZodOptional<z.ZodPreprocess<z.ZodArray<z.ZodType<PointRaw, unknown, z.core.$ZodTypeInternals<PointRaw, unknown>>>>>;
|
|
278
278
|
}, z.core.$strip>;
|
|
279
279
|
}, z.core.$strip>;
|
|
280
280
|
}, z.core.$strip>;
|
|
@@ -283,7 +283,7 @@ export type CompteRenduWrapperRaw = z.infer<typeof CompteRenduWrapperRawSchema>;
|
|
|
283
283
|
* CompteRenduClass (inner array wrapper)
|
|
284
284
|
*/
|
|
285
285
|
export declare const CompteRenduClassRawSchema: z.ZodObject<{
|
|
286
|
-
compteRendu: z.
|
|
286
|
+
compteRendu: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
|
|
287
287
|
xmlns: z.ZodString;
|
|
288
288
|
uid: z.ZodString;
|
|
289
289
|
seanceRef: z.ZodString;
|
|
@@ -305,10 +305,10 @@ export declare const CompteRenduClassRawSchema: z.ZodObject<{
|
|
|
305
305
|
heureGeneration: z.ZodISODateTime;
|
|
306
306
|
sommaire: z.ZodObject<{
|
|
307
307
|
presidentSeance: z.ZodType<TexteDebatRaw, unknown, z.core.$ZodTypeInternals<TexteDebatRaw, unknown>>;
|
|
308
|
-
sommaire1: z.
|
|
309
|
-
sommaire2: z.ZodOptional<z.
|
|
310
|
-
sommaire3: z.ZodOptional<z.
|
|
311
|
-
para: z.ZodOptional<z.
|
|
308
|
+
sommaire1: z.ZodPreprocess<z.ZodArray<z.ZodType<SommaireElementRaw, unknown, z.core.$ZodTypeInternals<SommaireElementRaw, unknown>>>>;
|
|
309
|
+
sommaire2: z.ZodOptional<z.ZodPreprocess<z.ZodArray<z.ZodType<SommaireElementRaw, unknown, z.core.$ZodTypeInternals<SommaireElementRaw, unknown>>>>>;
|
|
310
|
+
sommaire3: z.ZodOptional<z.ZodPreprocess<z.ZodArray<z.ZodType<SommaireElementRaw, unknown, z.core.$ZodTypeInternals<SommaireElementRaw, unknown>>>>>;
|
|
311
|
+
para: z.ZodOptional<z.ZodPreprocess<z.ZodArray<z.ZodType<TexteDebatRaw, unknown, z.core.$ZodTypeInternals<TexteDebatRaw, unknown>>>>>;
|
|
312
312
|
}, z.core.$strip>;
|
|
313
313
|
}, z.core.$strip>;
|
|
314
314
|
contenu: z.ZodObject<{
|
|
@@ -316,12 +316,12 @@ export declare const CompteRenduClassRawSchema: z.ZodObject<{
|
|
|
316
316
|
journee: z.ZodString;
|
|
317
317
|
session: z.ZodString;
|
|
318
318
|
}, z.core.$strip>;
|
|
319
|
-
ouvertureSeance: z.ZodOptional<z.
|
|
320
|
-
point: z.
|
|
319
|
+
ouvertureSeance: z.ZodOptional<z.ZodPreprocess<z.ZodArray<z.ZodType<PointRaw, unknown, z.core.$ZodTypeInternals<PointRaw, unknown>>>>>;
|
|
320
|
+
point: z.ZodPreprocess<z.ZodArray<z.ZodType<PointRaw, unknown, z.core.$ZodTypeInternals<PointRaw, unknown>>>>;
|
|
321
321
|
finSeance: z.ZodOptional<z.ZodObject<{
|
|
322
322
|
point: z.ZodType<PointRaw, unknown, z.core.$ZodTypeInternals<PointRaw, unknown>>;
|
|
323
323
|
}, z.core.$strip>>;
|
|
324
|
-
paragraphe: z.ZodOptional<z.
|
|
324
|
+
paragraphe: z.ZodOptional<z.ZodPreprocess<z.ZodArray<z.ZodType<PointRaw, unknown, z.core.$ZodTypeInternals<PointRaw, unknown>>>>>;
|
|
325
325
|
}, z.core.$strip>;
|
|
326
326
|
}, z.core.$strip>>>;
|
|
327
327
|
}, z.core.$strip>;
|
|
@@ -331,7 +331,7 @@ export type CompteRenduClassRaw = z.infer<typeof CompteRenduClassRawSchema>;
|
|
|
331
331
|
*/
|
|
332
332
|
export declare const ComptesRendusRawSchema: z.ZodObject<{
|
|
333
333
|
compteRendu: z.ZodObject<{
|
|
334
|
-
compteRendu: z.
|
|
334
|
+
compteRendu: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
|
|
335
335
|
xmlns: z.ZodString;
|
|
336
336
|
uid: z.ZodString;
|
|
337
337
|
seanceRef: z.ZodString;
|
|
@@ -353,10 +353,10 @@ export declare const ComptesRendusRawSchema: z.ZodObject<{
|
|
|
353
353
|
heureGeneration: z.ZodISODateTime;
|
|
354
354
|
sommaire: z.ZodObject<{
|
|
355
355
|
presidentSeance: z.ZodType<TexteDebatRaw, unknown, z.core.$ZodTypeInternals<TexteDebatRaw, unknown>>;
|
|
356
|
-
sommaire1: z.
|
|
357
|
-
sommaire2: z.ZodOptional<z.
|
|
358
|
-
sommaire3: z.ZodOptional<z.
|
|
359
|
-
para: z.ZodOptional<z.
|
|
356
|
+
sommaire1: z.ZodPreprocess<z.ZodArray<z.ZodType<SommaireElementRaw, unknown, z.core.$ZodTypeInternals<SommaireElementRaw, unknown>>>>;
|
|
357
|
+
sommaire2: z.ZodOptional<z.ZodPreprocess<z.ZodArray<z.ZodType<SommaireElementRaw, unknown, z.core.$ZodTypeInternals<SommaireElementRaw, unknown>>>>>;
|
|
358
|
+
sommaire3: z.ZodOptional<z.ZodPreprocess<z.ZodArray<z.ZodType<SommaireElementRaw, unknown, z.core.$ZodTypeInternals<SommaireElementRaw, unknown>>>>>;
|
|
359
|
+
para: z.ZodOptional<z.ZodPreprocess<z.ZodArray<z.ZodType<TexteDebatRaw, unknown, z.core.$ZodTypeInternals<TexteDebatRaw, unknown>>>>>;
|
|
360
360
|
}, z.core.$strip>;
|
|
361
361
|
}, z.core.$strip>;
|
|
362
362
|
contenu: z.ZodObject<{
|
|
@@ -364,12 +364,12 @@ export declare const ComptesRendusRawSchema: z.ZodObject<{
|
|
|
364
364
|
journee: z.ZodString;
|
|
365
365
|
session: z.ZodString;
|
|
366
366
|
}, z.core.$strip>;
|
|
367
|
-
ouvertureSeance: z.ZodOptional<z.
|
|
368
|
-
point: z.
|
|
367
|
+
ouvertureSeance: z.ZodOptional<z.ZodPreprocess<z.ZodArray<z.ZodType<PointRaw, unknown, z.core.$ZodTypeInternals<PointRaw, unknown>>>>>;
|
|
368
|
+
point: z.ZodPreprocess<z.ZodArray<z.ZodType<PointRaw, unknown, z.core.$ZodTypeInternals<PointRaw, unknown>>>>;
|
|
369
369
|
finSeance: z.ZodOptional<z.ZodObject<{
|
|
370
370
|
point: z.ZodType<PointRaw, unknown, z.core.$ZodTypeInternals<PointRaw, unknown>>;
|
|
371
371
|
}, z.core.$strip>>;
|
|
372
|
-
paragraphe: z.ZodOptional<z.
|
|
372
|
+
paragraphe: z.ZodOptional<z.ZodPreprocess<z.ZodArray<z.ZodType<PointRaw, unknown, z.core.$ZodTypeInternals<PointRaw, unknown>>>>>;
|
|
373
373
|
}, z.core.$strip>;
|
|
374
374
|
}, z.core.$strip>>>;
|
|
375
375
|
}, z.core.$strip>;
|