@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
|
@@ -49,11 +49,11 @@ export declare const MinAttribElementEnrichedSchema: z.ZodObject<{
|
|
|
49
49
|
JO_QUESTION: "JO_QUESTION";
|
|
50
50
|
JO_DEBAT: "JO_DEBAT";
|
|
51
51
|
}>>;
|
|
52
|
-
dateJO: z.
|
|
53
|
-
pageJO: z.
|
|
54
|
-
numJO: z.
|
|
55
|
-
urlLegifrance: z.
|
|
56
|
-
referenceNOR: z.
|
|
52
|
+
dateJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
53
|
+
pageJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
54
|
+
numJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
55
|
+
urlLegifrance: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
56
|
+
referenceNOR: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
57
57
|
}, z.core.$strip>;
|
|
58
58
|
denomination: z.ZodObject<{
|
|
59
59
|
organeRef: z.ZodString;
|
|
@@ -75,11 +75,11 @@ export declare const MinAttribsEnrichedSchema: z.ZodObject<{
|
|
|
75
75
|
JO_QUESTION: "JO_QUESTION";
|
|
76
76
|
JO_DEBAT: "JO_DEBAT";
|
|
77
77
|
}>>;
|
|
78
|
-
dateJO: z.
|
|
79
|
-
pageJO: z.
|
|
80
|
-
numJO: z.
|
|
81
|
-
urlLegifrance: z.
|
|
82
|
-
referenceNOR: z.
|
|
78
|
+
dateJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
79
|
+
pageJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
80
|
+
numJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
81
|
+
urlLegifrance: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
82
|
+
referenceNOR: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
83
83
|
}, z.core.$strip>;
|
|
84
84
|
denomination: z.ZodObject<{
|
|
85
85
|
organeRef: z.ZodString;
|
|
@@ -101,11 +101,11 @@ export declare const TexteQuestionEnrichedSchema: z.ZodObject<{
|
|
|
101
101
|
JO_QUESTION: "JO_QUESTION";
|
|
102
102
|
JO_DEBAT: "JO_DEBAT";
|
|
103
103
|
}>>;
|
|
104
|
-
dateJO: z.
|
|
105
|
-
pageJO: z.
|
|
106
|
-
numJO: z.
|
|
107
|
-
urlLegifrance: z.
|
|
108
|
-
referenceNOR: z.
|
|
104
|
+
dateJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
105
|
+
pageJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
106
|
+
numJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
107
|
+
urlLegifrance: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
108
|
+
referenceNOR: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
109
109
|
}, z.core.$strip>;
|
|
110
110
|
texte: z.ZodOptional<z.ZodString>;
|
|
111
111
|
erratum: z.ZodOptional<z.ZodString>;
|
|
@@ -123,11 +123,11 @@ export declare const TextesQuestionEnrichedSchema: z.ZodObject<{
|
|
|
123
123
|
JO_QUESTION: "JO_QUESTION";
|
|
124
124
|
JO_DEBAT: "JO_DEBAT";
|
|
125
125
|
}>>;
|
|
126
|
-
dateJO: z.
|
|
127
|
-
pageJO: z.
|
|
128
|
-
numJO: z.
|
|
129
|
-
urlLegifrance: z.
|
|
130
|
-
referenceNOR: z.
|
|
126
|
+
dateJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
127
|
+
pageJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
128
|
+
numJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
129
|
+
urlLegifrance: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
130
|
+
referenceNOR: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
131
131
|
}, z.core.$strip>;
|
|
132
132
|
texte: z.ZodOptional<z.ZodString>;
|
|
133
133
|
erratum: z.ZodOptional<z.ZodString>;
|
|
@@ -146,11 +146,11 @@ export declare const TextesReponseEnrichedSchema: z.ZodObject<{
|
|
|
146
146
|
JO_QUESTION: "JO_QUESTION";
|
|
147
147
|
JO_DEBAT: "JO_DEBAT";
|
|
148
148
|
}>>;
|
|
149
|
-
dateJO: z.
|
|
150
|
-
pageJO: z.
|
|
151
|
-
numJO: z.
|
|
152
|
-
urlLegifrance: z.
|
|
153
|
-
referenceNOR: z.
|
|
149
|
+
dateJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
150
|
+
pageJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
151
|
+
numJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
152
|
+
urlLegifrance: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
153
|
+
referenceNOR: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
154
154
|
}, z.core.$strip>;
|
|
155
155
|
texte: z.ZodOptional<z.ZodString>;
|
|
156
156
|
erratum: z.ZodOptional<z.ZodString>;
|
|
@@ -164,18 +164,18 @@ export type TextesReponseEnriched = z.infer<typeof TextesReponseEnrichedSchema>;
|
|
|
164
164
|
export declare const ClotureEnrichedSchema: z.ZodObject<{
|
|
165
165
|
codeCloture: z.ZodString;
|
|
166
166
|
libelleCloture: z.ZodString;
|
|
167
|
-
dateCloture: z.
|
|
167
|
+
dateCloture: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
168
168
|
infoJO: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
169
169
|
typeJO: z.ZodOptional<z.ZodEnum<{
|
|
170
170
|
JO_LOI_DECRET: "JO_LOI_DECRET";
|
|
171
171
|
JO_QUESTION: "JO_QUESTION";
|
|
172
172
|
JO_DEBAT: "JO_DEBAT";
|
|
173
173
|
}>>;
|
|
174
|
-
dateJO: z.
|
|
175
|
-
pageJO: z.
|
|
176
|
-
numJO: z.
|
|
177
|
-
urlLegifrance: z.
|
|
178
|
-
referenceNOR: z.
|
|
174
|
+
dateJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
175
|
+
pageJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
176
|
+
numJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
177
|
+
urlLegifrance: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
178
|
+
referenceNOR: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
179
179
|
}, z.core.$strip>>>;
|
|
180
180
|
}, z.core.$strip>;
|
|
181
181
|
export type ClotureEnriched = z.infer<typeof ClotureEnrichedSchema>;
|
|
@@ -191,11 +191,11 @@ export declare const SignalementEnrichedSchema: z.ZodObject<{
|
|
|
191
191
|
JO_QUESTION: "JO_QUESTION";
|
|
192
192
|
JO_DEBAT: "JO_DEBAT";
|
|
193
193
|
}>>;
|
|
194
|
-
dateJO: z.
|
|
195
|
-
pageJO: z.
|
|
196
|
-
numJO: z.
|
|
197
|
-
urlLegifrance: z.
|
|
198
|
-
referenceNOR: z.
|
|
194
|
+
dateJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
195
|
+
pageJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
196
|
+
numJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
197
|
+
urlLegifrance: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
198
|
+
referenceNOR: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
199
199
|
}, z.core.$strip>;
|
|
200
200
|
}, z.core.$strip>;
|
|
201
201
|
export type SignalementEnriched = z.infer<typeof SignalementEnrichedSchema>;
|
|
@@ -210,11 +210,11 @@ export declare const RenouvellementEnrichedSchema: z.ZodObject<{
|
|
|
210
210
|
JO_QUESTION: "JO_QUESTION";
|
|
211
211
|
JO_DEBAT: "JO_DEBAT";
|
|
212
212
|
}>>;
|
|
213
|
-
dateJO: z.
|
|
214
|
-
pageJO: z.
|
|
215
|
-
numJO: z.
|
|
216
|
-
urlLegifrance: z.
|
|
217
|
-
referenceNOR: z.
|
|
213
|
+
dateJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
214
|
+
pageJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
215
|
+
numJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
216
|
+
urlLegifrance: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
217
|
+
referenceNOR: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
218
218
|
}, z.core.$strip>;
|
|
219
219
|
}, z.core.$strip>;
|
|
220
220
|
export type RenouvellementEnriched = z.infer<typeof RenouvellementEnrichedSchema>;
|
|
@@ -230,11 +230,11 @@ export declare const RenouvellementEnrichedsSchema: z.ZodObject<{
|
|
|
230
230
|
JO_QUESTION: "JO_QUESTION";
|
|
231
231
|
JO_DEBAT: "JO_DEBAT";
|
|
232
232
|
}>>;
|
|
233
|
-
dateJO: z.
|
|
234
|
-
pageJO: z.
|
|
235
|
-
numJO: z.
|
|
236
|
-
urlLegifrance: z.
|
|
237
|
-
referenceNOR: z.
|
|
233
|
+
dateJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
234
|
+
pageJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
235
|
+
numJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
236
|
+
urlLegifrance: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
237
|
+
referenceNOR: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
238
238
|
}, z.core.$strip>;
|
|
239
239
|
}, z.core.$strip>>;
|
|
240
240
|
}, z.core.$strip>;
|
|
@@ -294,11 +294,11 @@ export declare const QuestionEnrichedSchema: z.ZodObject<{
|
|
|
294
294
|
JO_QUESTION: "JO_QUESTION";
|
|
295
295
|
JO_DEBAT: "JO_DEBAT";
|
|
296
296
|
}>>;
|
|
297
|
-
dateJO: z.
|
|
298
|
-
pageJO: z.
|
|
299
|
-
numJO: z.
|
|
300
|
-
urlLegifrance: z.
|
|
301
|
-
referenceNOR: z.
|
|
297
|
+
dateJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
298
|
+
pageJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
299
|
+
numJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
300
|
+
urlLegifrance: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
301
|
+
referenceNOR: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
302
302
|
}, z.core.$strip>;
|
|
303
303
|
denomination: z.ZodObject<{
|
|
304
304
|
organeRef: z.ZodString;
|
|
@@ -316,11 +316,11 @@ export declare const QuestionEnrichedSchema: z.ZodObject<{
|
|
|
316
316
|
JO_QUESTION: "JO_QUESTION";
|
|
317
317
|
JO_DEBAT: "JO_DEBAT";
|
|
318
318
|
}>>;
|
|
319
|
-
dateJO: z.
|
|
320
|
-
pageJO: z.
|
|
321
|
-
numJO: z.
|
|
322
|
-
urlLegifrance: z.
|
|
323
|
-
referenceNOR: z.
|
|
319
|
+
dateJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
320
|
+
pageJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
321
|
+
numJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
322
|
+
urlLegifrance: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
323
|
+
referenceNOR: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
324
324
|
}, z.core.$strip>;
|
|
325
325
|
texte: z.ZodOptional<z.ZodString>;
|
|
326
326
|
erratum: z.ZodOptional<z.ZodString>;
|
|
@@ -334,11 +334,11 @@ export declare const QuestionEnrichedSchema: z.ZodObject<{
|
|
|
334
334
|
JO_QUESTION: "JO_QUESTION";
|
|
335
335
|
JO_DEBAT: "JO_DEBAT";
|
|
336
336
|
}>>;
|
|
337
|
-
dateJO: z.
|
|
338
|
-
pageJO: z.
|
|
339
|
-
numJO: z.
|
|
340
|
-
urlLegifrance: z.
|
|
341
|
-
referenceNOR: z.
|
|
337
|
+
dateJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
338
|
+
pageJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
339
|
+
numJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
340
|
+
urlLegifrance: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
341
|
+
referenceNOR: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
342
342
|
}, z.core.$strip>;
|
|
343
343
|
texte: z.ZodOptional<z.ZodString>;
|
|
344
344
|
erratum: z.ZodOptional<z.ZodString>;
|
|
@@ -347,18 +347,18 @@ export declare const QuestionEnrichedSchema: z.ZodObject<{
|
|
|
347
347
|
cloture: z.ZodOptional<z.ZodObject<{
|
|
348
348
|
codeCloture: z.ZodString;
|
|
349
349
|
libelleCloture: z.ZodString;
|
|
350
|
-
dateCloture: z.
|
|
350
|
+
dateCloture: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
351
351
|
infoJO: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
352
352
|
typeJO: z.ZodOptional<z.ZodEnum<{
|
|
353
353
|
JO_LOI_DECRET: "JO_LOI_DECRET";
|
|
354
354
|
JO_QUESTION: "JO_QUESTION";
|
|
355
355
|
JO_DEBAT: "JO_DEBAT";
|
|
356
356
|
}>>;
|
|
357
|
-
dateJO: z.
|
|
358
|
-
pageJO: z.
|
|
359
|
-
numJO: z.
|
|
360
|
-
urlLegifrance: z.
|
|
361
|
-
referenceNOR: z.
|
|
357
|
+
dateJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
358
|
+
pageJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
359
|
+
numJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
360
|
+
urlLegifrance: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
361
|
+
referenceNOR: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
362
362
|
}, z.core.$strip>>>;
|
|
363
363
|
}, z.core.$strip>>;
|
|
364
364
|
signalement: z.ZodOptional<z.ZodObject<{
|
|
@@ -369,11 +369,11 @@ export declare const QuestionEnrichedSchema: z.ZodObject<{
|
|
|
369
369
|
JO_QUESTION: "JO_QUESTION";
|
|
370
370
|
JO_DEBAT: "JO_DEBAT";
|
|
371
371
|
}>>;
|
|
372
|
-
dateJO: z.
|
|
373
|
-
pageJO: z.
|
|
374
|
-
numJO: z.
|
|
375
|
-
urlLegifrance: z.
|
|
376
|
-
referenceNOR: z.
|
|
372
|
+
dateJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
373
|
+
pageJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
374
|
+
numJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
375
|
+
urlLegifrance: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
376
|
+
referenceNOR: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
377
377
|
}, z.core.$strip>;
|
|
378
378
|
}, z.core.$strip>>;
|
|
379
379
|
renouvellements: z.ZodOptional<z.ZodObject<{
|
|
@@ -384,11 +384,11 @@ export declare const QuestionEnrichedSchema: z.ZodObject<{
|
|
|
384
384
|
JO_QUESTION: "JO_QUESTION";
|
|
385
385
|
JO_DEBAT: "JO_DEBAT";
|
|
386
386
|
}>>;
|
|
387
|
-
dateJO: z.
|
|
388
|
-
pageJO: z.
|
|
389
|
-
numJO: z.
|
|
390
|
-
urlLegifrance: z.
|
|
391
|
-
referenceNOR: z.
|
|
387
|
+
dateJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
388
|
+
pageJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
389
|
+
numJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
390
|
+
urlLegifrance: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
391
|
+
referenceNOR: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
392
392
|
}, z.core.$strip>;
|
|
393
393
|
}, z.core.$strip>>;
|
|
394
394
|
}, z.core.$strip>>;
|
|
@@ -451,11 +451,11 @@ export declare const QuestionsEnrichedSchema: z.ZodObject<{
|
|
|
451
451
|
JO_QUESTION: "JO_QUESTION";
|
|
452
452
|
JO_DEBAT: "JO_DEBAT";
|
|
453
453
|
}>>;
|
|
454
|
-
dateJO: z.
|
|
455
|
-
pageJO: z.
|
|
456
|
-
numJO: z.
|
|
457
|
-
urlLegifrance: z.
|
|
458
|
-
referenceNOR: z.
|
|
454
|
+
dateJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
455
|
+
pageJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
456
|
+
numJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
457
|
+
urlLegifrance: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
458
|
+
referenceNOR: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
459
459
|
}, z.core.$strip>;
|
|
460
460
|
denomination: z.ZodObject<{
|
|
461
461
|
organeRef: z.ZodString;
|
|
@@ -473,11 +473,11 @@ export declare const QuestionsEnrichedSchema: z.ZodObject<{
|
|
|
473
473
|
JO_QUESTION: "JO_QUESTION";
|
|
474
474
|
JO_DEBAT: "JO_DEBAT";
|
|
475
475
|
}>>;
|
|
476
|
-
dateJO: z.
|
|
477
|
-
pageJO: z.
|
|
478
|
-
numJO: z.
|
|
479
|
-
urlLegifrance: z.
|
|
480
|
-
referenceNOR: z.
|
|
476
|
+
dateJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
477
|
+
pageJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
478
|
+
numJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
479
|
+
urlLegifrance: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
480
|
+
referenceNOR: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
481
481
|
}, z.core.$strip>;
|
|
482
482
|
texte: z.ZodOptional<z.ZodString>;
|
|
483
483
|
erratum: z.ZodOptional<z.ZodString>;
|
|
@@ -491,11 +491,11 @@ export declare const QuestionsEnrichedSchema: z.ZodObject<{
|
|
|
491
491
|
JO_QUESTION: "JO_QUESTION";
|
|
492
492
|
JO_DEBAT: "JO_DEBAT";
|
|
493
493
|
}>>;
|
|
494
|
-
dateJO: z.
|
|
495
|
-
pageJO: z.
|
|
496
|
-
numJO: z.
|
|
497
|
-
urlLegifrance: z.
|
|
498
|
-
referenceNOR: z.
|
|
494
|
+
dateJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
495
|
+
pageJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
496
|
+
numJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
497
|
+
urlLegifrance: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
498
|
+
referenceNOR: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
499
499
|
}, z.core.$strip>;
|
|
500
500
|
texte: z.ZodOptional<z.ZodString>;
|
|
501
501
|
erratum: z.ZodOptional<z.ZodString>;
|
|
@@ -504,18 +504,18 @@ export declare const QuestionsEnrichedSchema: z.ZodObject<{
|
|
|
504
504
|
cloture: z.ZodOptional<z.ZodObject<{
|
|
505
505
|
codeCloture: z.ZodString;
|
|
506
506
|
libelleCloture: z.ZodString;
|
|
507
|
-
dateCloture: z.
|
|
507
|
+
dateCloture: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
508
508
|
infoJO: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
509
509
|
typeJO: z.ZodOptional<z.ZodEnum<{
|
|
510
510
|
JO_LOI_DECRET: "JO_LOI_DECRET";
|
|
511
511
|
JO_QUESTION: "JO_QUESTION";
|
|
512
512
|
JO_DEBAT: "JO_DEBAT";
|
|
513
513
|
}>>;
|
|
514
|
-
dateJO: z.
|
|
515
|
-
pageJO: z.
|
|
516
|
-
numJO: z.
|
|
517
|
-
urlLegifrance: z.
|
|
518
|
-
referenceNOR: z.
|
|
514
|
+
dateJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
515
|
+
pageJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
516
|
+
numJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
517
|
+
urlLegifrance: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
518
|
+
referenceNOR: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
519
519
|
}, z.core.$strip>>>;
|
|
520
520
|
}, z.core.$strip>>;
|
|
521
521
|
signalement: z.ZodOptional<z.ZodObject<{
|
|
@@ -526,11 +526,11 @@ export declare const QuestionsEnrichedSchema: z.ZodObject<{
|
|
|
526
526
|
JO_QUESTION: "JO_QUESTION";
|
|
527
527
|
JO_DEBAT: "JO_DEBAT";
|
|
528
528
|
}>>;
|
|
529
|
-
dateJO: z.
|
|
530
|
-
pageJO: z.
|
|
531
|
-
numJO: z.
|
|
532
|
-
urlLegifrance: z.
|
|
533
|
-
referenceNOR: z.
|
|
529
|
+
dateJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
530
|
+
pageJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
531
|
+
numJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
532
|
+
urlLegifrance: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
533
|
+
referenceNOR: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
534
534
|
}, z.core.$strip>;
|
|
535
535
|
}, z.core.$strip>>;
|
|
536
536
|
renouvellements: z.ZodOptional<z.ZodObject<{
|
|
@@ -541,11 +541,11 @@ export declare const QuestionsEnrichedSchema: z.ZodObject<{
|
|
|
541
541
|
JO_QUESTION: "JO_QUESTION";
|
|
542
542
|
JO_DEBAT: "JO_DEBAT";
|
|
543
543
|
}>>;
|
|
544
|
-
dateJO: z.
|
|
545
|
-
pageJO: z.
|
|
546
|
-
numJO: z.
|
|
547
|
-
urlLegifrance: z.
|
|
548
|
-
referenceNOR: z.
|
|
544
|
+
dateJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
545
|
+
pageJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
546
|
+
numJO: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
547
|
+
urlLegifrance: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
548
|
+
referenceNOR: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
|
|
549
549
|
}, z.core.$strip>;
|
|
550
550
|
}, z.core.$strip>>;
|
|
551
551
|
}, z.core.$strip>>;
|
|
@@ -500,7 +500,7 @@ export declare const ScrutinEnrichedSchema: z.ZodObject<{
|
|
|
500
500
|
legislature: z.ZodString;
|
|
501
501
|
sessionRef: z.ZodString;
|
|
502
502
|
seanceRef: z.ZodString;
|
|
503
|
-
dateScrutin: z.ZodPipe<z.
|
|
503
|
+
dateScrutin: z.ZodPipe<z.ZodPreprocess<z.ZodOptional<z.ZodDate>> & z.ZodType<Date, unknown, z.core.$ZodTypeInternals<Date, unknown>>, z.ZodTransform<Date, Date>>;
|
|
504
504
|
quantiemeJourSeance: z.ZodString;
|
|
505
505
|
typeVote: z.ZodObject<{
|
|
506
506
|
codeTypeVote: z.ZodEnum<{
|
|
@@ -789,7 +789,7 @@ export declare const ScrutinsEnrichedSchema: z.ZodObject<{
|
|
|
789
789
|
legislature: z.ZodString;
|
|
790
790
|
sessionRef: z.ZodString;
|
|
791
791
|
seanceRef: z.ZodString;
|
|
792
|
-
dateScrutin: z.ZodPipe<z.
|
|
792
|
+
dateScrutin: z.ZodPipe<z.ZodPreprocess<z.ZodOptional<z.ZodDate>> & z.ZodType<Date, unknown, z.core.$ZodTypeInternals<Date, unknown>>, z.ZodTransform<Date, Date>>;
|
|
793
793
|
quantiemeJourSeance: z.ZodString;
|
|
794
794
|
typeVote: z.ZodObject<{
|
|
795
795
|
codeTypeVote: z.ZodEnum<{
|