@tricoteuses/assemblee 2.5.31 → 3.0.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/LICENSE.md +16 -6
- package/README.md +1 -19
- package/lib/amendements-CXmsqoof.js +170 -0
- package/lib/amendements-CZHXlq07.js +4198 -0
- package/lib/cleaners/acteurs.d.ts +2 -1
- package/lib/cleaners/amendements.d.ts +2 -1
- package/lib/cleaners/debats.d.ts +2 -1
- package/lib/cleaners/documents.d.ts +2 -1
- package/lib/cleaners/dossiers_legislatifs.d.ts +2 -1
- package/lib/cleaners/organes.d.ts +2 -1
- package/lib/cleaners/questions.d.ts +2 -1
- package/lib/cleaners/reunions.d.ts +2 -1
- package/lib/cleaners/scrutins.d.ts +2 -1
- package/lib/cleaners/xml.d.ts +5 -5
- package/lib/cleaners.js +186 -179
- package/lib/datasets.d.ts +5 -7
- package/lib/dossiers_legislatifs.d.ts +5 -2
- package/lib/file_systems.d.ts +9 -4
- package/lib/index.d.ts +24 -19
- package/lib/index.js +390 -1234
- package/lib/inserters.d.ts +466 -9
- package/lib/loaders.d.ts +13 -12
- package/lib/loaders.js +1900 -538
- package/lib/organes.d.ts +1 -1
- package/lib/parsers/compte_rendu.d.ts +2 -1
- package/lib/parsers/compte_rendu_commission.d.ts +1 -1
- package/lib/parsers/recherche_amendements.d.ts +2 -2
- package/lib/parsers/textes_lois.d.ts +1 -1
- package/lib/parsers.js +2109 -2075
- package/lib/questions-DTO3nK5V.js +2777 -0
- package/lib/questions-DXAzvI1T.js +230 -0
- package/lib/registries.d.ts +112 -0
- package/lib/schemas/clean/acteurs_et_organes.d.ts +2377 -0
- package/lib/schemas/clean/agendas.d.ts +830 -0
- package/lib/schemas/clean/amendements.d.ts +2305 -0
- package/lib/schemas/clean/debats.d.ts +300 -0
- package/lib/schemas/clean/dossiers_legislatifs.d.ts +1365 -0
- package/lib/schemas/clean/questions.d.ts +625 -0
- package/lib/schemas/clean/scrutins.d.ts +1137 -0
- package/lib/schemas/enriched/acteurs_et_organes.d.ts +112 -0
- package/lib/schemas/enriched/agendas.d.ts +501 -0
- package/lib/schemas/enriched/amendements.d.ts +1230 -0
- package/lib/schemas/enriched/debats.d.ts +308 -0
- package/lib/schemas/enriched/dossiers_legislatifs.d.ts +1131 -0
- package/lib/schemas/enriched/questions.d.ts +589 -0
- package/lib/schemas/enriched/scrutins.d.ts +1094 -0
- package/lib/schemas/raw/acteurs_et_organes.d.ts +5870 -0
- package/lib/schemas/raw/agendas.d.ts +1734 -0
- package/lib/schemas/raw/amendements.d.ts +4758 -0
- package/lib/schemas/raw/debats.d.ts +410 -0
- package/lib/schemas/raw/dossiers_legislatifs.d.ts +3252 -0
- package/lib/schemas/raw/questions.d.ts +983 -0
- package/lib/schemas/raw/scrutins.d.ts +2763 -0
- package/lib/scripts/retrieve_deputes_photos.d.ts +58 -4
- package/lib/scripts/retrieve_documents.d.ts +86 -12
- package/lib/scripts/retrieve_open_data.d.ts +39 -4
- package/lib/scripts/retrieve_videos.d.ts +1 -1
- package/lib/scripts/shared/cli_helpers.d.ts +41 -77
- package/lib/scripts/shared/photos.d.ts +106 -0
- package/lib/scripts/shared/utils.d.ts +4 -1
- package/lib/urls.d.ts +2 -2
- package/package.json +16 -12
- package/lib/amendements-40Z7OJLT.js +0 -682
- package/lib/amendements-J6Sx61n8.js +0 -154
- package/lib/datasets-Cb3wpfRH.js +0 -3580
- package/lib/parse-Ccs6wcUg.js +0 -2512
- package/lib/raw_types/acteurs_et_organes.d.ts +0 -464
- package/lib/raw_types/agendas.d.ts +0 -265
- package/lib/raw_types/amendements.d.ts +0 -365
- package/lib/raw_types/debats.d.ts +0 -140
- package/lib/raw_types/dossiers_legislatifs.d.ts +0 -567
- package/lib/raw_types/questions.d.ts +0 -115
- package/lib/raw_types/scrutins.d.ts +0 -187
- package/lib/schemas/acteurs_et_organes.json +0 -1167
- package/lib/schemas/agendas.json +0 -1757
- package/lib/schemas/amendements.json +0 -2087
- package/lib/schemas/compte_rendu_commission/CompteRenduCommission.json +0 -63
- package/lib/schemas/debats.json +0 -847
- package/lib/schemas/dossiers_legislatifs.json +0 -3884
- package/lib/schemas/legislatures.json +0 -17
- package/lib/schemas/questions.json +0 -711
- package/lib/schemas/scrutins.json +0 -701
- package/lib/scripts/copy-schemas.d.ts +0 -1
- package/lib/scripts/generate-json-schemas.d.ts +0 -1
- package/lib/shared_types/acteurs_et_organes.d.ts +0 -149
- package/lib/shared_types/dossiers_legislatifs.d.ts +0 -222
- package/lib/types/acteurs_et_organes.d.ts +0 -598
- package/lib/types/agendas.d.ts +0 -442
- package/lib/types/amendements.d.ts +0 -615
- package/lib/types/debats.d.ts +0 -186
- package/lib/types/dossiers_legislatifs.d.ts +0 -826
- package/lib/types/questions.d.ts +0 -203
- package/lib/types/scrutins.d.ts +0 -254
- /package/lib/{types/legislatures.d.ts → legislatures.d.ts} +0 -0
|
@@ -0,0 +1,589 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
/**
|
|
3
|
+
* Identite enriched - extends IdentiteAuteurQuestionClean
|
|
4
|
+
* Currently no enrichment fields, structure in place for future use
|
|
5
|
+
*/
|
|
6
|
+
export declare const IdentiteAuteurQuestionEnrichedSchema: z.ZodObject<{
|
|
7
|
+
acteurRef: z.ZodString;
|
|
8
|
+
mandatRef: z.ZodString;
|
|
9
|
+
acteur: z.ZodOptional<z.ZodLazy<z.ZodType<import('./acteurs_et_organes.js').ActeurEnriched, unknown, z.core.$ZodTypeInternals<import('./acteurs_et_organes.js').ActeurEnriched, unknown>>>>;
|
|
10
|
+
}, z.core.$strip>;
|
|
11
|
+
export type IdentiteAuteurQuestionEnriched = z.infer<typeof IdentiteAuteurQuestionEnrichedSchema>;
|
|
12
|
+
/**
|
|
13
|
+
* Groupe enriched - extends GroupeClean
|
|
14
|
+
* Currently no enrichment fields, structure in place for future use
|
|
15
|
+
*/
|
|
16
|
+
export declare const GroupeEnrichedSchema: z.ZodObject<{
|
|
17
|
+
organeRef: z.ZodString;
|
|
18
|
+
abrege: z.ZodString;
|
|
19
|
+
developpe: z.ZodString;
|
|
20
|
+
organe: z.ZodOptional<z.ZodLazy<z.ZodType<import('../clean/acteurs_et_organes.js').OrganeClean, unknown, z.core.$ZodTypeInternals<import('../clean/acteurs_et_organes.js').OrganeClean, unknown>>>>;
|
|
21
|
+
}, z.core.$strip>;
|
|
22
|
+
export type GroupeEnriched = z.infer<typeof GroupeEnrichedSchema>;
|
|
23
|
+
/**
|
|
24
|
+
* Auteur enriched - extends AuteurQuestionClean
|
|
25
|
+
* Uses enriched nested types
|
|
26
|
+
*/
|
|
27
|
+
export declare const AuteurQuestionEnrichedSchema: z.ZodObject<{
|
|
28
|
+
identite: z.ZodObject<{
|
|
29
|
+
acteurRef: z.ZodString;
|
|
30
|
+
mandatRef: z.ZodString;
|
|
31
|
+
acteur: z.ZodOptional<z.ZodLazy<z.ZodType<import('./acteurs_et_organes.js').ActeurEnriched, unknown, z.core.$ZodTypeInternals<import('./acteurs_et_organes.js').ActeurEnriched, unknown>>>>;
|
|
32
|
+
}, z.core.$strip>;
|
|
33
|
+
groupe: z.ZodObject<{
|
|
34
|
+
organeRef: z.ZodString;
|
|
35
|
+
abrege: z.ZodString;
|
|
36
|
+
developpe: z.ZodString;
|
|
37
|
+
organe: z.ZodOptional<z.ZodLazy<z.ZodType<import('../clean/acteurs_et_organes.js').OrganeClean, unknown, z.core.$ZodTypeInternals<import('../clean/acteurs_et_organes.js').OrganeClean, unknown>>>>;
|
|
38
|
+
}, z.core.$strip>;
|
|
39
|
+
}, z.core.$strip>;
|
|
40
|
+
export type AuteurQuestionEnriched = z.infer<typeof AuteurQuestionEnrichedSchema>;
|
|
41
|
+
/**
|
|
42
|
+
* MinAttribElement enriched - extends MinAttribElementClean
|
|
43
|
+
* Uses enriched nested types
|
|
44
|
+
*/
|
|
45
|
+
export declare const MinAttribElementEnrichedSchema: z.ZodObject<{
|
|
46
|
+
infoJO: z.ZodObject<{
|
|
47
|
+
typeJO: z.ZodOptional<z.ZodEnum<{
|
|
48
|
+
JO_LOI_DECRET: "JO_LOI_DECRET";
|
|
49
|
+
JO_QUESTION: "JO_QUESTION";
|
|
50
|
+
JO_DEBAT: "JO_DEBAT";
|
|
51
|
+
}>>;
|
|
52
|
+
dateJO: z.ZodISODateTime;
|
|
53
|
+
pageJO: z.ZodOptional<z.ZodString>;
|
|
54
|
+
numJO: z.ZodOptional<z.ZodString>;
|
|
55
|
+
urlLegifrance: z.ZodOptional<z.ZodString>;
|
|
56
|
+
referenceNOR: z.ZodOptional<z.ZodString>;
|
|
57
|
+
}, z.core.$strip>;
|
|
58
|
+
denomination: z.ZodObject<{
|
|
59
|
+
organeRef: z.ZodString;
|
|
60
|
+
abrege: z.ZodString;
|
|
61
|
+
developpe: z.ZodString;
|
|
62
|
+
organe: z.ZodOptional<z.ZodLazy<z.ZodType<import('../clean/acteurs_et_organes.js').OrganeClean, unknown, z.core.$ZodTypeInternals<import('../clean/acteurs_et_organes.js').OrganeClean, unknown>>>>;
|
|
63
|
+
}, z.core.$strip>;
|
|
64
|
+
}, z.core.$strip>;
|
|
65
|
+
export type MinAttribElementEnriched = z.infer<typeof MinAttribElementEnrichedSchema>;
|
|
66
|
+
/**
|
|
67
|
+
* MinAttribs enriched - extends MinAttribsClean
|
|
68
|
+
* Uses MinAttribElementEnriched
|
|
69
|
+
*/
|
|
70
|
+
export declare const MinAttribsEnrichedSchema: z.ZodObject<{
|
|
71
|
+
minAttrib: z.ZodArray<z.ZodObject<{
|
|
72
|
+
infoJO: z.ZodObject<{
|
|
73
|
+
typeJO: z.ZodOptional<z.ZodEnum<{
|
|
74
|
+
JO_LOI_DECRET: "JO_LOI_DECRET";
|
|
75
|
+
JO_QUESTION: "JO_QUESTION";
|
|
76
|
+
JO_DEBAT: "JO_DEBAT";
|
|
77
|
+
}>>;
|
|
78
|
+
dateJO: z.ZodISODateTime;
|
|
79
|
+
pageJO: z.ZodOptional<z.ZodString>;
|
|
80
|
+
numJO: z.ZodOptional<z.ZodString>;
|
|
81
|
+
urlLegifrance: z.ZodOptional<z.ZodString>;
|
|
82
|
+
referenceNOR: z.ZodOptional<z.ZodString>;
|
|
83
|
+
}, z.core.$strip>;
|
|
84
|
+
denomination: z.ZodObject<{
|
|
85
|
+
organeRef: z.ZodString;
|
|
86
|
+
abrege: z.ZodString;
|
|
87
|
+
developpe: z.ZodString;
|
|
88
|
+
organe: z.ZodOptional<z.ZodLazy<z.ZodType<import('../clean/acteurs_et_organes.js').OrganeClean, unknown, z.core.$ZodTypeInternals<import('../clean/acteurs_et_organes.js').OrganeClean, unknown>>>>;
|
|
89
|
+
}, z.core.$strip>;
|
|
90
|
+
}, z.core.$strip>>;
|
|
91
|
+
}, z.core.$strip>;
|
|
92
|
+
export type MinAttribsEnriched = z.infer<typeof MinAttribsEnrichedSchema>;
|
|
93
|
+
/**
|
|
94
|
+
* TexteQuestion enriched - extends TexteQuestionClean
|
|
95
|
+
* Currently no enrichment fields, structure in place for future use
|
|
96
|
+
*/
|
|
97
|
+
export declare const TexteQuestionEnrichedSchema: z.ZodObject<{
|
|
98
|
+
infoJO: z.ZodObject<{
|
|
99
|
+
typeJO: z.ZodOptional<z.ZodEnum<{
|
|
100
|
+
JO_LOI_DECRET: "JO_LOI_DECRET";
|
|
101
|
+
JO_QUESTION: "JO_QUESTION";
|
|
102
|
+
JO_DEBAT: "JO_DEBAT";
|
|
103
|
+
}>>;
|
|
104
|
+
dateJO: z.ZodISODateTime;
|
|
105
|
+
pageJO: z.ZodOptional<z.ZodString>;
|
|
106
|
+
numJO: z.ZodOptional<z.ZodString>;
|
|
107
|
+
urlLegifrance: z.ZodOptional<z.ZodString>;
|
|
108
|
+
referenceNOR: z.ZodOptional<z.ZodString>;
|
|
109
|
+
}, z.core.$strip>;
|
|
110
|
+
texte: z.ZodOptional<z.ZodString>;
|
|
111
|
+
erratum: z.ZodOptional<z.ZodString>;
|
|
112
|
+
}, z.core.$strip>;
|
|
113
|
+
export type TexteQuestionEnriched = z.infer<typeof TexteQuestionEnrichedSchema>;
|
|
114
|
+
/**
|
|
115
|
+
* TextesQuestion enriched - extends TextesQuestionClean
|
|
116
|
+
* Uses TexteQuestionEnriched
|
|
117
|
+
*/
|
|
118
|
+
export declare const TextesQuestionEnrichedSchema: z.ZodObject<{
|
|
119
|
+
texteQuestion: z.ZodArray<z.ZodObject<{
|
|
120
|
+
infoJO: z.ZodObject<{
|
|
121
|
+
typeJO: z.ZodOptional<z.ZodEnum<{
|
|
122
|
+
JO_LOI_DECRET: "JO_LOI_DECRET";
|
|
123
|
+
JO_QUESTION: "JO_QUESTION";
|
|
124
|
+
JO_DEBAT: "JO_DEBAT";
|
|
125
|
+
}>>;
|
|
126
|
+
dateJO: z.ZodISODateTime;
|
|
127
|
+
pageJO: z.ZodOptional<z.ZodString>;
|
|
128
|
+
numJO: z.ZodOptional<z.ZodString>;
|
|
129
|
+
urlLegifrance: z.ZodOptional<z.ZodString>;
|
|
130
|
+
referenceNOR: z.ZodOptional<z.ZodString>;
|
|
131
|
+
}, z.core.$strip>;
|
|
132
|
+
texte: z.ZodOptional<z.ZodString>;
|
|
133
|
+
erratum: z.ZodOptional<z.ZodString>;
|
|
134
|
+
}, z.core.$strip>>;
|
|
135
|
+
}, z.core.$strip>;
|
|
136
|
+
export type TextesQuestionEnriched = z.infer<typeof TextesQuestionEnrichedSchema>;
|
|
137
|
+
/**
|
|
138
|
+
* TextesReponse enriched - extends TextesReponseClean
|
|
139
|
+
* Uses TexteQuestionEnriched
|
|
140
|
+
*/
|
|
141
|
+
export declare const TextesReponseEnrichedSchema: z.ZodObject<{
|
|
142
|
+
texteReponse: z.ZodArray<z.ZodObject<{
|
|
143
|
+
infoJO: z.ZodObject<{
|
|
144
|
+
typeJO: z.ZodOptional<z.ZodEnum<{
|
|
145
|
+
JO_LOI_DECRET: "JO_LOI_DECRET";
|
|
146
|
+
JO_QUESTION: "JO_QUESTION";
|
|
147
|
+
JO_DEBAT: "JO_DEBAT";
|
|
148
|
+
}>>;
|
|
149
|
+
dateJO: z.ZodISODateTime;
|
|
150
|
+
pageJO: z.ZodOptional<z.ZodString>;
|
|
151
|
+
numJO: z.ZodOptional<z.ZodString>;
|
|
152
|
+
urlLegifrance: z.ZodOptional<z.ZodString>;
|
|
153
|
+
referenceNOR: z.ZodOptional<z.ZodString>;
|
|
154
|
+
}, z.core.$strip>;
|
|
155
|
+
texte: z.ZodOptional<z.ZodString>;
|
|
156
|
+
erratum: z.ZodOptional<z.ZodString>;
|
|
157
|
+
}, z.core.$strip>>;
|
|
158
|
+
}, z.core.$strip>;
|
|
159
|
+
export type TextesReponseEnriched = z.infer<typeof TextesReponseEnrichedSchema>;
|
|
160
|
+
/**
|
|
161
|
+
* Cloture enriched - extends ClotureClean
|
|
162
|
+
* Currently no enrichment fields, structure in place for future use
|
|
163
|
+
*/
|
|
164
|
+
export declare const ClotureEnrichedSchema: z.ZodObject<{
|
|
165
|
+
codeCloture: z.ZodString;
|
|
166
|
+
libelleCloture: z.ZodString;
|
|
167
|
+
dateCloture: z.ZodOptional<z.ZodISODateTime>;
|
|
168
|
+
infoJO: z.ZodOptional<z.ZodObject<{
|
|
169
|
+
typeJO: z.ZodOptional<z.ZodEnum<{
|
|
170
|
+
JO_LOI_DECRET: "JO_LOI_DECRET";
|
|
171
|
+
JO_QUESTION: "JO_QUESTION";
|
|
172
|
+
JO_DEBAT: "JO_DEBAT";
|
|
173
|
+
}>>;
|
|
174
|
+
dateJO: z.ZodISODateTime;
|
|
175
|
+
pageJO: z.ZodOptional<z.ZodString>;
|
|
176
|
+
numJO: z.ZodOptional<z.ZodString>;
|
|
177
|
+
urlLegifrance: z.ZodOptional<z.ZodString>;
|
|
178
|
+
referenceNOR: z.ZodOptional<z.ZodString>;
|
|
179
|
+
}, z.core.$strip>>;
|
|
180
|
+
}, z.core.$strip>;
|
|
181
|
+
export type ClotureEnriched = z.infer<typeof ClotureEnrichedSchema>;
|
|
182
|
+
/**
|
|
183
|
+
* Signalement enriched - extends SignalementClean
|
|
184
|
+
* Currently no enrichment fields, structure in place for future use
|
|
185
|
+
*/
|
|
186
|
+
export declare const SignalementEnrichedSchema: z.ZodObject<{
|
|
187
|
+
dateDepotSignal: z.ZodString;
|
|
188
|
+
infoJO: z.ZodObject<{
|
|
189
|
+
typeJO: z.ZodOptional<z.ZodEnum<{
|
|
190
|
+
JO_LOI_DECRET: "JO_LOI_DECRET";
|
|
191
|
+
JO_QUESTION: "JO_QUESTION";
|
|
192
|
+
JO_DEBAT: "JO_DEBAT";
|
|
193
|
+
}>>;
|
|
194
|
+
dateJO: z.ZodISODateTime;
|
|
195
|
+
pageJO: z.ZodOptional<z.ZodString>;
|
|
196
|
+
numJO: z.ZodOptional<z.ZodString>;
|
|
197
|
+
urlLegifrance: z.ZodOptional<z.ZodString>;
|
|
198
|
+
referenceNOR: z.ZodOptional<z.ZodString>;
|
|
199
|
+
}, z.core.$strip>;
|
|
200
|
+
}, z.core.$strip>;
|
|
201
|
+
export type SignalementEnriched = z.infer<typeof SignalementEnrichedSchema>;
|
|
202
|
+
/**
|
|
203
|
+
* Renouvellement enriched - extends RenouvellementClean
|
|
204
|
+
* Currently no enrichment fields, structure in place for future use
|
|
205
|
+
*/
|
|
206
|
+
export declare const RenouvellementEnrichedSchema: z.ZodObject<{
|
|
207
|
+
infoJO: z.ZodObject<{
|
|
208
|
+
typeJO: z.ZodOptional<z.ZodEnum<{
|
|
209
|
+
JO_LOI_DECRET: "JO_LOI_DECRET";
|
|
210
|
+
JO_QUESTION: "JO_QUESTION";
|
|
211
|
+
JO_DEBAT: "JO_DEBAT";
|
|
212
|
+
}>>;
|
|
213
|
+
dateJO: z.ZodISODateTime;
|
|
214
|
+
pageJO: z.ZodOptional<z.ZodString>;
|
|
215
|
+
numJO: z.ZodOptional<z.ZodString>;
|
|
216
|
+
urlLegifrance: z.ZodOptional<z.ZodString>;
|
|
217
|
+
referenceNOR: z.ZodOptional<z.ZodString>;
|
|
218
|
+
}, z.core.$strip>;
|
|
219
|
+
}, z.core.$strip>;
|
|
220
|
+
export type RenouvellementEnriched = z.infer<typeof RenouvellementEnrichedSchema>;
|
|
221
|
+
/**
|
|
222
|
+
* Renouvellements enriched - extends RenouvellementCleansSchema
|
|
223
|
+
* Uses RenouvellementEnriched
|
|
224
|
+
*/
|
|
225
|
+
export declare const RenouvellementEnrichedsSchema: z.ZodObject<{
|
|
226
|
+
renouvellement: z.ZodArray<z.ZodObject<{
|
|
227
|
+
infoJO: z.ZodObject<{
|
|
228
|
+
typeJO: z.ZodOptional<z.ZodEnum<{
|
|
229
|
+
JO_LOI_DECRET: "JO_LOI_DECRET";
|
|
230
|
+
JO_QUESTION: "JO_QUESTION";
|
|
231
|
+
JO_DEBAT: "JO_DEBAT";
|
|
232
|
+
}>>;
|
|
233
|
+
dateJO: z.ZodISODateTime;
|
|
234
|
+
pageJO: z.ZodOptional<z.ZodString>;
|
|
235
|
+
numJO: z.ZodOptional<z.ZodString>;
|
|
236
|
+
urlLegifrance: z.ZodOptional<z.ZodString>;
|
|
237
|
+
referenceNOR: z.ZodOptional<z.ZodString>;
|
|
238
|
+
}, z.core.$strip>;
|
|
239
|
+
}, z.core.$strip>>;
|
|
240
|
+
}, z.core.$strip>;
|
|
241
|
+
export type RenouvellementEnricheds = z.infer<typeof RenouvellementEnrichedsSchema>;
|
|
242
|
+
/**
|
|
243
|
+
* Question enriched - extends QuestionClean
|
|
244
|
+
* Uses enriched nested types
|
|
245
|
+
*/
|
|
246
|
+
export declare const QuestionEnrichedSchema: z.ZodObject<{
|
|
247
|
+
schemaVersion: z.ZodOptional<z.ZodString>;
|
|
248
|
+
"@xsi:type": z.ZodOptional<z.ZodEnum<{
|
|
249
|
+
QuestionEcrite_Type: "QuestionEcrite_Type";
|
|
250
|
+
QuestionGouvernement_Type: "QuestionGouvernement_Type";
|
|
251
|
+
QuestionOrale_Type: "QuestionOrale_Type";
|
|
252
|
+
}>>;
|
|
253
|
+
uid: z.ZodString;
|
|
254
|
+
identifiant: z.ZodObject<{
|
|
255
|
+
numero: z.ZodString;
|
|
256
|
+
regime: z.ZodString;
|
|
257
|
+
legislature: z.ZodString;
|
|
258
|
+
}, z.core.$strip>;
|
|
259
|
+
type: z.ZodEnum<{
|
|
260
|
+
QE: "QE";
|
|
261
|
+
QG: "QG";
|
|
262
|
+
QOSD: "QOSD";
|
|
263
|
+
}>;
|
|
264
|
+
indexationAN: z.ZodOptional<z.ZodObject<{
|
|
265
|
+
rubrique: z.ZodOptional<z.ZodString>;
|
|
266
|
+
analyses: z.ZodOptional<z.ZodObject<{
|
|
267
|
+
analyse: z.ZodOptional<z.ZodString>;
|
|
268
|
+
}, z.core.$strip>>;
|
|
269
|
+
}, z.core.$strip>>;
|
|
270
|
+
auteur: z.ZodObject<{
|
|
271
|
+
identite: z.ZodObject<{
|
|
272
|
+
acteurRef: z.ZodString;
|
|
273
|
+
mandatRef: z.ZodString;
|
|
274
|
+
acteur: z.ZodOptional<z.ZodLazy<z.ZodType<import('./acteurs_et_organes.js').ActeurEnriched, unknown, z.core.$ZodTypeInternals<import('./acteurs_et_organes.js').ActeurEnriched, unknown>>>>;
|
|
275
|
+
}, z.core.$strip>;
|
|
276
|
+
groupe: z.ZodObject<{
|
|
277
|
+
organeRef: z.ZodString;
|
|
278
|
+
abrege: z.ZodString;
|
|
279
|
+
developpe: z.ZodString;
|
|
280
|
+
organe: z.ZodOptional<z.ZodLazy<z.ZodType<import('../clean/acteurs_et_organes.js').OrganeClean, unknown, z.core.$ZodTypeInternals<import('../clean/acteurs_et_organes.js').OrganeClean, unknown>>>>;
|
|
281
|
+
}, z.core.$strip>;
|
|
282
|
+
}, z.core.$strip>;
|
|
283
|
+
minInt: z.ZodObject<{
|
|
284
|
+
organeRef: z.ZodString;
|
|
285
|
+
abrege: z.ZodString;
|
|
286
|
+
developpe: z.ZodString;
|
|
287
|
+
organe: z.ZodOptional<z.ZodLazy<z.ZodType<import('../clean/acteurs_et_organes.js').OrganeClean, unknown, z.core.$ZodTypeInternals<import('../clean/acteurs_et_organes.js').OrganeClean, unknown>>>>;
|
|
288
|
+
}, z.core.$strip>;
|
|
289
|
+
minAttribs: z.ZodObject<{
|
|
290
|
+
minAttrib: z.ZodArray<z.ZodObject<{
|
|
291
|
+
infoJO: z.ZodObject<{
|
|
292
|
+
typeJO: z.ZodOptional<z.ZodEnum<{
|
|
293
|
+
JO_LOI_DECRET: "JO_LOI_DECRET";
|
|
294
|
+
JO_QUESTION: "JO_QUESTION";
|
|
295
|
+
JO_DEBAT: "JO_DEBAT";
|
|
296
|
+
}>>;
|
|
297
|
+
dateJO: z.ZodISODateTime;
|
|
298
|
+
pageJO: z.ZodOptional<z.ZodString>;
|
|
299
|
+
numJO: z.ZodOptional<z.ZodString>;
|
|
300
|
+
urlLegifrance: z.ZodOptional<z.ZodString>;
|
|
301
|
+
referenceNOR: z.ZodOptional<z.ZodString>;
|
|
302
|
+
}, z.core.$strip>;
|
|
303
|
+
denomination: z.ZodObject<{
|
|
304
|
+
organeRef: z.ZodString;
|
|
305
|
+
abrege: z.ZodString;
|
|
306
|
+
developpe: z.ZodString;
|
|
307
|
+
organe: z.ZodOptional<z.ZodLazy<z.ZodType<import('../clean/acteurs_et_organes.js').OrganeClean, unknown, z.core.$ZodTypeInternals<import('../clean/acteurs_et_organes.js').OrganeClean, unknown>>>>;
|
|
308
|
+
}, z.core.$strip>;
|
|
309
|
+
}, z.core.$strip>>;
|
|
310
|
+
}, z.core.$strip>;
|
|
311
|
+
textesQuestion: z.ZodOptional<z.ZodObject<{
|
|
312
|
+
texteQuestion: z.ZodArray<z.ZodObject<{
|
|
313
|
+
infoJO: z.ZodObject<{
|
|
314
|
+
typeJO: z.ZodOptional<z.ZodEnum<{
|
|
315
|
+
JO_LOI_DECRET: "JO_LOI_DECRET";
|
|
316
|
+
JO_QUESTION: "JO_QUESTION";
|
|
317
|
+
JO_DEBAT: "JO_DEBAT";
|
|
318
|
+
}>>;
|
|
319
|
+
dateJO: z.ZodISODateTime;
|
|
320
|
+
pageJO: z.ZodOptional<z.ZodString>;
|
|
321
|
+
numJO: z.ZodOptional<z.ZodString>;
|
|
322
|
+
urlLegifrance: z.ZodOptional<z.ZodString>;
|
|
323
|
+
referenceNOR: z.ZodOptional<z.ZodString>;
|
|
324
|
+
}, z.core.$strip>;
|
|
325
|
+
texte: z.ZodOptional<z.ZodString>;
|
|
326
|
+
erratum: z.ZodOptional<z.ZodString>;
|
|
327
|
+
}, z.core.$strip>>;
|
|
328
|
+
}, z.core.$strip>>;
|
|
329
|
+
textesReponse: z.ZodOptional<z.ZodObject<{
|
|
330
|
+
texteReponse: z.ZodArray<z.ZodObject<{
|
|
331
|
+
infoJO: z.ZodObject<{
|
|
332
|
+
typeJO: z.ZodOptional<z.ZodEnum<{
|
|
333
|
+
JO_LOI_DECRET: "JO_LOI_DECRET";
|
|
334
|
+
JO_QUESTION: "JO_QUESTION";
|
|
335
|
+
JO_DEBAT: "JO_DEBAT";
|
|
336
|
+
}>>;
|
|
337
|
+
dateJO: z.ZodISODateTime;
|
|
338
|
+
pageJO: z.ZodOptional<z.ZodString>;
|
|
339
|
+
numJO: z.ZodOptional<z.ZodString>;
|
|
340
|
+
urlLegifrance: z.ZodOptional<z.ZodString>;
|
|
341
|
+
referenceNOR: z.ZodOptional<z.ZodString>;
|
|
342
|
+
}, z.core.$strip>;
|
|
343
|
+
texte: z.ZodOptional<z.ZodString>;
|
|
344
|
+
erratum: z.ZodOptional<z.ZodString>;
|
|
345
|
+
}, z.core.$strip>>;
|
|
346
|
+
}, z.core.$strip>>;
|
|
347
|
+
cloture: z.ZodOptional<z.ZodObject<{
|
|
348
|
+
codeCloture: z.ZodString;
|
|
349
|
+
libelleCloture: z.ZodString;
|
|
350
|
+
dateCloture: z.ZodOptional<z.ZodISODateTime>;
|
|
351
|
+
infoJO: z.ZodOptional<z.ZodObject<{
|
|
352
|
+
typeJO: z.ZodOptional<z.ZodEnum<{
|
|
353
|
+
JO_LOI_DECRET: "JO_LOI_DECRET";
|
|
354
|
+
JO_QUESTION: "JO_QUESTION";
|
|
355
|
+
JO_DEBAT: "JO_DEBAT";
|
|
356
|
+
}>>;
|
|
357
|
+
dateJO: z.ZodISODateTime;
|
|
358
|
+
pageJO: z.ZodOptional<z.ZodString>;
|
|
359
|
+
numJO: z.ZodOptional<z.ZodString>;
|
|
360
|
+
urlLegifrance: z.ZodOptional<z.ZodString>;
|
|
361
|
+
referenceNOR: z.ZodOptional<z.ZodString>;
|
|
362
|
+
}, z.core.$strip>>;
|
|
363
|
+
}, z.core.$strip>>;
|
|
364
|
+
signalement: z.ZodOptional<z.ZodObject<{
|
|
365
|
+
dateDepotSignal: z.ZodString;
|
|
366
|
+
infoJO: z.ZodObject<{
|
|
367
|
+
typeJO: z.ZodOptional<z.ZodEnum<{
|
|
368
|
+
JO_LOI_DECRET: "JO_LOI_DECRET";
|
|
369
|
+
JO_QUESTION: "JO_QUESTION";
|
|
370
|
+
JO_DEBAT: "JO_DEBAT";
|
|
371
|
+
}>>;
|
|
372
|
+
dateJO: z.ZodISODateTime;
|
|
373
|
+
pageJO: z.ZodOptional<z.ZodString>;
|
|
374
|
+
numJO: z.ZodOptional<z.ZodString>;
|
|
375
|
+
urlLegifrance: z.ZodOptional<z.ZodString>;
|
|
376
|
+
referenceNOR: z.ZodOptional<z.ZodString>;
|
|
377
|
+
}, z.core.$strip>;
|
|
378
|
+
}, z.core.$strip>>;
|
|
379
|
+
renouvellements: z.ZodOptional<z.ZodObject<{
|
|
380
|
+
renouvellement: z.ZodArray<z.ZodObject<{
|
|
381
|
+
infoJO: z.ZodObject<{
|
|
382
|
+
typeJO: z.ZodOptional<z.ZodEnum<{
|
|
383
|
+
JO_LOI_DECRET: "JO_LOI_DECRET";
|
|
384
|
+
JO_QUESTION: "JO_QUESTION";
|
|
385
|
+
JO_DEBAT: "JO_DEBAT";
|
|
386
|
+
}>>;
|
|
387
|
+
dateJO: z.ZodISODateTime;
|
|
388
|
+
pageJO: z.ZodOptional<z.ZodString>;
|
|
389
|
+
numJO: z.ZodOptional<z.ZodString>;
|
|
390
|
+
urlLegifrance: z.ZodOptional<z.ZodString>;
|
|
391
|
+
referenceNOR: z.ZodOptional<z.ZodString>;
|
|
392
|
+
}, z.core.$strip>;
|
|
393
|
+
}, z.core.$strip>>;
|
|
394
|
+
}, z.core.$strip>>;
|
|
395
|
+
acteur: z.ZodOptional<z.ZodLazy<z.ZodType<import('./acteurs_et_organes.js').ActeurEnriched, unknown, z.core.$ZodTypeInternals<import('./acteurs_et_organes.js').ActeurEnriched, unknown>>>>;
|
|
396
|
+
organe: z.ZodOptional<z.ZodLazy<z.ZodType<import('../clean/acteurs_et_organes.js').OrganeClean, unknown, z.core.$ZodTypeInternals<import('../clean/acteurs_et_organes.js').OrganeClean, unknown>>>>;
|
|
397
|
+
}, z.core.$strip>;
|
|
398
|
+
export type QuestionEnriched = z.infer<typeof QuestionEnrichedSchema>;
|
|
399
|
+
/**
|
|
400
|
+
* Questions enriched - extends QuestionsClean
|
|
401
|
+
*/
|
|
402
|
+
export declare const QuestionsEnrichedSchema: z.ZodObject<{
|
|
403
|
+
questions: z.ZodArray<z.ZodObject<{
|
|
404
|
+
schemaVersion: z.ZodOptional<z.ZodString>;
|
|
405
|
+
"@xsi:type": z.ZodOptional<z.ZodEnum<{
|
|
406
|
+
QuestionEcrite_Type: "QuestionEcrite_Type";
|
|
407
|
+
QuestionGouvernement_Type: "QuestionGouvernement_Type";
|
|
408
|
+
QuestionOrale_Type: "QuestionOrale_Type";
|
|
409
|
+
}>>;
|
|
410
|
+
uid: z.ZodString;
|
|
411
|
+
identifiant: z.ZodObject<{
|
|
412
|
+
numero: z.ZodString;
|
|
413
|
+
regime: z.ZodString;
|
|
414
|
+
legislature: z.ZodString;
|
|
415
|
+
}, z.core.$strip>;
|
|
416
|
+
type: z.ZodEnum<{
|
|
417
|
+
QE: "QE";
|
|
418
|
+
QG: "QG";
|
|
419
|
+
QOSD: "QOSD";
|
|
420
|
+
}>;
|
|
421
|
+
indexationAN: z.ZodOptional<z.ZodObject<{
|
|
422
|
+
rubrique: z.ZodOptional<z.ZodString>;
|
|
423
|
+
analyses: z.ZodOptional<z.ZodObject<{
|
|
424
|
+
analyse: z.ZodOptional<z.ZodString>;
|
|
425
|
+
}, z.core.$strip>>;
|
|
426
|
+
}, z.core.$strip>>;
|
|
427
|
+
auteur: z.ZodObject<{
|
|
428
|
+
identite: z.ZodObject<{
|
|
429
|
+
acteurRef: z.ZodString;
|
|
430
|
+
mandatRef: z.ZodString;
|
|
431
|
+
acteur: z.ZodOptional<z.ZodLazy<z.ZodType<import('./acteurs_et_organes.js').ActeurEnriched, unknown, z.core.$ZodTypeInternals<import('./acteurs_et_organes.js').ActeurEnriched, unknown>>>>;
|
|
432
|
+
}, z.core.$strip>;
|
|
433
|
+
groupe: z.ZodObject<{
|
|
434
|
+
organeRef: z.ZodString;
|
|
435
|
+
abrege: z.ZodString;
|
|
436
|
+
developpe: z.ZodString;
|
|
437
|
+
organe: z.ZodOptional<z.ZodLazy<z.ZodType<import('../clean/acteurs_et_organes.js').OrganeClean, unknown, z.core.$ZodTypeInternals<import('../clean/acteurs_et_organes.js').OrganeClean, unknown>>>>;
|
|
438
|
+
}, z.core.$strip>;
|
|
439
|
+
}, z.core.$strip>;
|
|
440
|
+
minInt: z.ZodObject<{
|
|
441
|
+
organeRef: z.ZodString;
|
|
442
|
+
abrege: z.ZodString;
|
|
443
|
+
developpe: z.ZodString;
|
|
444
|
+
organe: z.ZodOptional<z.ZodLazy<z.ZodType<import('../clean/acteurs_et_organes.js').OrganeClean, unknown, z.core.$ZodTypeInternals<import('../clean/acteurs_et_organes.js').OrganeClean, unknown>>>>;
|
|
445
|
+
}, z.core.$strip>;
|
|
446
|
+
minAttribs: z.ZodObject<{
|
|
447
|
+
minAttrib: z.ZodArray<z.ZodObject<{
|
|
448
|
+
infoJO: z.ZodObject<{
|
|
449
|
+
typeJO: z.ZodOptional<z.ZodEnum<{
|
|
450
|
+
JO_LOI_DECRET: "JO_LOI_DECRET";
|
|
451
|
+
JO_QUESTION: "JO_QUESTION";
|
|
452
|
+
JO_DEBAT: "JO_DEBAT";
|
|
453
|
+
}>>;
|
|
454
|
+
dateJO: z.ZodISODateTime;
|
|
455
|
+
pageJO: z.ZodOptional<z.ZodString>;
|
|
456
|
+
numJO: z.ZodOptional<z.ZodString>;
|
|
457
|
+
urlLegifrance: z.ZodOptional<z.ZodString>;
|
|
458
|
+
referenceNOR: z.ZodOptional<z.ZodString>;
|
|
459
|
+
}, z.core.$strip>;
|
|
460
|
+
denomination: z.ZodObject<{
|
|
461
|
+
organeRef: z.ZodString;
|
|
462
|
+
abrege: z.ZodString;
|
|
463
|
+
developpe: z.ZodString;
|
|
464
|
+
organe: z.ZodOptional<z.ZodLazy<z.ZodType<import('../clean/acteurs_et_organes.js').OrganeClean, unknown, z.core.$ZodTypeInternals<import('../clean/acteurs_et_organes.js').OrganeClean, unknown>>>>;
|
|
465
|
+
}, z.core.$strip>;
|
|
466
|
+
}, z.core.$strip>>;
|
|
467
|
+
}, z.core.$strip>;
|
|
468
|
+
textesQuestion: z.ZodOptional<z.ZodObject<{
|
|
469
|
+
texteQuestion: z.ZodArray<z.ZodObject<{
|
|
470
|
+
infoJO: z.ZodObject<{
|
|
471
|
+
typeJO: z.ZodOptional<z.ZodEnum<{
|
|
472
|
+
JO_LOI_DECRET: "JO_LOI_DECRET";
|
|
473
|
+
JO_QUESTION: "JO_QUESTION";
|
|
474
|
+
JO_DEBAT: "JO_DEBAT";
|
|
475
|
+
}>>;
|
|
476
|
+
dateJO: z.ZodISODateTime;
|
|
477
|
+
pageJO: z.ZodOptional<z.ZodString>;
|
|
478
|
+
numJO: z.ZodOptional<z.ZodString>;
|
|
479
|
+
urlLegifrance: z.ZodOptional<z.ZodString>;
|
|
480
|
+
referenceNOR: z.ZodOptional<z.ZodString>;
|
|
481
|
+
}, z.core.$strip>;
|
|
482
|
+
texte: z.ZodOptional<z.ZodString>;
|
|
483
|
+
erratum: z.ZodOptional<z.ZodString>;
|
|
484
|
+
}, z.core.$strip>>;
|
|
485
|
+
}, z.core.$strip>>;
|
|
486
|
+
textesReponse: z.ZodOptional<z.ZodObject<{
|
|
487
|
+
texteReponse: z.ZodArray<z.ZodObject<{
|
|
488
|
+
infoJO: z.ZodObject<{
|
|
489
|
+
typeJO: z.ZodOptional<z.ZodEnum<{
|
|
490
|
+
JO_LOI_DECRET: "JO_LOI_DECRET";
|
|
491
|
+
JO_QUESTION: "JO_QUESTION";
|
|
492
|
+
JO_DEBAT: "JO_DEBAT";
|
|
493
|
+
}>>;
|
|
494
|
+
dateJO: z.ZodISODateTime;
|
|
495
|
+
pageJO: z.ZodOptional<z.ZodString>;
|
|
496
|
+
numJO: z.ZodOptional<z.ZodString>;
|
|
497
|
+
urlLegifrance: z.ZodOptional<z.ZodString>;
|
|
498
|
+
referenceNOR: z.ZodOptional<z.ZodString>;
|
|
499
|
+
}, z.core.$strip>;
|
|
500
|
+
texte: z.ZodOptional<z.ZodString>;
|
|
501
|
+
erratum: z.ZodOptional<z.ZodString>;
|
|
502
|
+
}, z.core.$strip>>;
|
|
503
|
+
}, z.core.$strip>>;
|
|
504
|
+
cloture: z.ZodOptional<z.ZodObject<{
|
|
505
|
+
codeCloture: z.ZodString;
|
|
506
|
+
libelleCloture: z.ZodString;
|
|
507
|
+
dateCloture: z.ZodOptional<z.ZodISODateTime>;
|
|
508
|
+
infoJO: z.ZodOptional<z.ZodObject<{
|
|
509
|
+
typeJO: z.ZodOptional<z.ZodEnum<{
|
|
510
|
+
JO_LOI_DECRET: "JO_LOI_DECRET";
|
|
511
|
+
JO_QUESTION: "JO_QUESTION";
|
|
512
|
+
JO_DEBAT: "JO_DEBAT";
|
|
513
|
+
}>>;
|
|
514
|
+
dateJO: z.ZodISODateTime;
|
|
515
|
+
pageJO: z.ZodOptional<z.ZodString>;
|
|
516
|
+
numJO: z.ZodOptional<z.ZodString>;
|
|
517
|
+
urlLegifrance: z.ZodOptional<z.ZodString>;
|
|
518
|
+
referenceNOR: z.ZodOptional<z.ZodString>;
|
|
519
|
+
}, z.core.$strip>>;
|
|
520
|
+
}, z.core.$strip>>;
|
|
521
|
+
signalement: z.ZodOptional<z.ZodObject<{
|
|
522
|
+
dateDepotSignal: z.ZodString;
|
|
523
|
+
infoJO: z.ZodObject<{
|
|
524
|
+
typeJO: z.ZodOptional<z.ZodEnum<{
|
|
525
|
+
JO_LOI_DECRET: "JO_LOI_DECRET";
|
|
526
|
+
JO_QUESTION: "JO_QUESTION";
|
|
527
|
+
JO_DEBAT: "JO_DEBAT";
|
|
528
|
+
}>>;
|
|
529
|
+
dateJO: z.ZodISODateTime;
|
|
530
|
+
pageJO: z.ZodOptional<z.ZodString>;
|
|
531
|
+
numJO: z.ZodOptional<z.ZodString>;
|
|
532
|
+
urlLegifrance: z.ZodOptional<z.ZodString>;
|
|
533
|
+
referenceNOR: z.ZodOptional<z.ZodString>;
|
|
534
|
+
}, z.core.$strip>;
|
|
535
|
+
}, z.core.$strip>>;
|
|
536
|
+
renouvellements: z.ZodOptional<z.ZodObject<{
|
|
537
|
+
renouvellement: z.ZodArray<z.ZodObject<{
|
|
538
|
+
infoJO: z.ZodObject<{
|
|
539
|
+
typeJO: z.ZodOptional<z.ZodEnum<{
|
|
540
|
+
JO_LOI_DECRET: "JO_LOI_DECRET";
|
|
541
|
+
JO_QUESTION: "JO_QUESTION";
|
|
542
|
+
JO_DEBAT: "JO_DEBAT";
|
|
543
|
+
}>>;
|
|
544
|
+
dateJO: z.ZodISODateTime;
|
|
545
|
+
pageJO: z.ZodOptional<z.ZodString>;
|
|
546
|
+
numJO: z.ZodOptional<z.ZodString>;
|
|
547
|
+
urlLegifrance: z.ZodOptional<z.ZodString>;
|
|
548
|
+
referenceNOR: z.ZodOptional<z.ZodString>;
|
|
549
|
+
}, z.core.$strip>;
|
|
550
|
+
}, z.core.$strip>>;
|
|
551
|
+
}, z.core.$strip>>;
|
|
552
|
+
acteur: z.ZodOptional<z.ZodLazy<z.ZodType<import('./acteurs_et_organes.js').ActeurEnriched, unknown, z.core.$ZodTypeInternals<import('./acteurs_et_organes.js').ActeurEnriched, unknown>>>>;
|
|
553
|
+
organe: z.ZodOptional<z.ZodLazy<z.ZodType<import('../clean/acteurs_et_organes.js').OrganeClean, unknown, z.core.$ZodTypeInternals<import('../clean/acteurs_et_organes.js').OrganeClean, unknown>>>>;
|
|
554
|
+
}, z.core.$strip>>;
|
|
555
|
+
}, z.core.$strip>;
|
|
556
|
+
export type QuestionsEnriched = z.infer<typeof QuestionsEnrichedSchema>;
|
|
557
|
+
/**
|
|
558
|
+
* Parse Question from JSON string
|
|
559
|
+
*/
|
|
560
|
+
export declare function parseQuestionEnriched(json: string): QuestionEnriched;
|
|
561
|
+
/**
|
|
562
|
+
* Parse Questions from JSON string
|
|
563
|
+
*/
|
|
564
|
+
export declare function parseQuestionsEnriched(json: string): QuestionsEnriched;
|
|
565
|
+
/**
|
|
566
|
+
* Serialize Question to JSON string
|
|
567
|
+
*/
|
|
568
|
+
export declare function questionEnrichedToJson(value: QuestionEnriched): string;
|
|
569
|
+
/**
|
|
570
|
+
* Serialize Questions to JSON string
|
|
571
|
+
*/
|
|
572
|
+
export declare function questionsEnrichedToJson(value: QuestionsEnriched): string;
|
|
573
|
+
/**
|
|
574
|
+
* File-specific Convert object matching Quicktype's Convert class API
|
|
575
|
+
*
|
|
576
|
+
* @example
|
|
577
|
+
* ```typescript
|
|
578
|
+
* import { QuestionsEnrichedConvert } from "@tricoteuses/assemblee/zod"
|
|
579
|
+
*
|
|
580
|
+
* const question = QuestionsEnrichedConvert.toQuestion(json)
|
|
581
|
+
* const json = QuestionsEnrichedConvert.questionToJson(question)
|
|
582
|
+
* ```
|
|
583
|
+
*/
|
|
584
|
+
export declare const QuestionsEnrichedConvert: {
|
|
585
|
+
toQuestion: typeof parseQuestionEnriched;
|
|
586
|
+
questionToJson: typeof questionEnrichedToJson;
|
|
587
|
+
toQuestions: typeof parseQuestionsEnriched;
|
|
588
|
+
questionsToJson: typeof questionsEnrichedToJson;
|
|
589
|
+
};
|