@tricoteuses/assemblee 2.5.31 → 3.0.1
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 +100 -12
- package/lib/scripts/retrieve_open_data.d.ts +75 -4
- package/lib/scripts/retrieve_videos.d.ts +1 -1
- package/lib/scripts/shared/cli_helpers.d.ts +103 -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,3252 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
/**
|
|
3
|
+
* Available options for legislative act codes.
|
|
4
|
+
*
|
|
5
|
+
* Legislative act codes representing different stages and types of legislative procedures.
|
|
6
|
+
*/
|
|
7
|
+
export declare const codeActeOptions: readonly ["AN1", "AN1-ACIN", "AN1-AVCE", "AN1-COM", "AN1-COM-AVIS", "AN1-COM-AVIS-NOMIN", "AN1-COM-AVIS-RAPPORT", "AN1-COM-AVIS-REUNION", "AN1-COM-AVIS-SAISIE", "AN1-COM-FOND", "AN1-COM-FOND-NOMIN", "AN1-COM-FOND-RAPPORT", "AN1-COM-FOND-REUNION", "AN1-COM-FOND-SAISIE", "AN1-DEBATS", "AN1-DEBATS-DEC", "AN1-DEBATS-MOTION", "AN1-DEBATS-MOTION-VOTE", "AN1-DEBATS-SEANCE", "AN1-DEPOT", "AN1-DGVT", "AN1-DPTLETTRECT", "AN1-ETI", "AN1-MOTION", "AN1-MOTION-VOTE", "AN1-PROCACC", "AN1-RECBUREAU", "AN1-RTRINI", "AN2", "AN20", "AN20-COMENQ", "AN20-COMENQ-CREA", "AN20-COMENQ-NOMIN", "AN20-COMENQ-RAPPORT", "AN20-MISINF", "AN20-MISINF-CREA", "AN20-MISINF-NOMIN", "AN20-MISINF-RAPPORT", "AN20-RAPPORT", "AN21", "AN21-APAN", "AN21-DEBATS", "AN21-DEBATS-MOTION-VOTE", "AN21-DEBATS-SEANCE", "AN21-DGVT", "AN21-MOTION", "AN21-MOTION-VOTE", "AN21-MPR", "AN2-COM", "AN2-COM-AVIS", "AN2-COM-AVIS-RAPPORT", "AN2-COM-AVIS-REUNION", "AN2-COM-AVIS-SAISIE", "AN2-COM-FOND", "AN2-COM-FOND-NOMIN", "AN2-COM-FOND-RAPPORT", "AN2-COM-FOND-REUNION", "AN2-COM-FOND-SAISIE", "AN2-DEBATS", "AN2-DEBATS-DEC", "AN2-DEBATS-SEANCE", "AN2-DEPOT", "AN3", "AN3-COM", "AN3-COM-FOND", "AN3-COM-FOND-NOMIN", "AN3-COM-FOND-RAPPORT", "AN3-COM-FOND-REUNION", "AN3-COM-FOND-SAISIE", "AN3-DEBATS", "AN3-DEBATS-DEC", "AN3-DEBATS-SEANCE", "AN3-DEPOT", "AN-APPLI", "AN-APPLI-RAPPORT", "ANLDEF", "ANLDEF-COM", "ANLDEF-COM-FOND", "ANLDEF-COM-FOND-RAPPORT", "ANLDEF-COM-FOND-REUNION", "ANLDEF-COM-FOND-SAISIE", "ANLDEF-DEBATS", "ANLDEF-DEBATS-DEC", "ANLDEF-DEBATS-MOTION-VOTE", "ANLDEF-DEBATS-SEANCE", "ANLDEF-DEPOT", "ANLDEF-DGVT", "ANLDEF-MOTION", "ANLDEF-MOTION-VOTE", "ANLUNI", "ANLUNI-COM", "ANLUNI-COM-CAE", "ANLUNI-COM-CAE-DEC", "ANLUNI-COM-CAE-NOMIN", "ANLUNI-COM-CAE-RAPPORT", "ANLUNI-COM-CAE-REUNION", "ANLUNI-COM-CAE-SAISIE", "ANLUNI-COM-FOND", "ANLUNI-COM-FOND-NOMIN", "ANLUNI-COM-FOND-RAPPORT", "ANLUNI-COM-FOND-REUNION", "ANLUNI-COM-FOND-SAISIE", "ANLUNI-DEBATS", "ANLUNI-DEBATS-DEC", "ANLUNI-DEBATS-SEANCE", "ANLUNI-DEPOT", "ANLUNI-RTRINI", "ANNLEC", "ANNLEC-COM", "ANNLEC-COM-AVIS", "ANNLEC-COM-AVIS-NOMIN", "ANNLEC-COM-AVIS-RAPPORT", "ANNLEC-COM-AVIS-REUNION", "ANNLEC-COM-AVIS-SAISIE", "ANNLEC-COM-FOND", "ANNLEC-COM-FOND-NOMIN", "ANNLEC-COM-FOND-RAPPORT", "ANNLEC-COM-FOND-REUNION", "ANNLEC-COM-FOND-SAISIE", "ANNLEC-DEBATS", "ANNLEC-DEBATS-DEC", "ANNLEC-DEBATS-MOTION-VOTE", "ANNLEC-DEBATS-SEANCE", "ANNLEC-DEPOT", "ANNLEC-DGVT", "ANNLEC-MOTION", "ANNLEC-MOTION-VOTE", "CC", "CC-CONCLUSION", "CC-SAISIE-AN", "CC-SAISIE-DROIT", "CC-SAISIE-PAN", "CC-SAISIE-PM", "CC-SAISIE-PR", "CC-SAISIE-PSN", "CC-SAISIE-SN", "CG22", "CG22-CONV", "CG22-DEBATS", "CG22-DEBATS-DEC", "CG22-DEBATS-SEANCE", "CMP", "CMP-COM", "CMP-COM-NOMIN", "CMP-COM-RAPPORT-AN", "CMP-COM-RAPPORT-SN", "CMP-DEBATS", "CMP-DEBATS-AN", "CMP-DEBATS-AN-DEC", "CMP-DEBATS-AN-SEANCE", "CMP-DEBATS-DEC", "CMP-DEBATS-SN", "CMP-DEBATS-SN-DEC", "CMP-DEBATS-SN-SEANCE", "CMP-DEC", "CMP-DEPOT", "CMP-DGVT", "CMP-MOTION", "CMP-MOTION-VOTE", "CMP-SAISIE", "EU", "EU-DEC", "MOTION", "MOTION-VOTE", "PROM", "PROM-PUB", "SN1", "SN1-AVCE", "SN1-COM", "SN1-COM-AVIS", "SN1-COM-AVIS-NOMIN", "SN1-COM-AVIS-RAPPORT", "SN1-COM-AVIS-SAISIE", "SN1-COM-FOND", "SN1-COM-FOND-NOMIN", "SN1-COM-FOND-RAPPORT", "SN1-COM-FOND-SAISIE", "SN1-DEBATS", "SN1-DEBATS-DEC", "SN1-DEBATS-MOTION", "SN1-DEBATS-MOTION-VOTE", "SN1-DEBATS-SEANCE", "SN1-DEPOT", "SN1-DPTLETTRECT", "SN1-ETI", "SN1-PROCACC", "SN1-RTRINI", "SN2", "SN2-COM", "SN2-COM-AVIS", "SN2-COM-AVIS-NOMIN", "SN2-COM-AVIS-RAPPORT", "SN2-COM-AVIS-SAISIE", "SN2-COM-FOND", "SN2-COM-FOND-NOMIN", "SN2-COM-FOND-RAPPORT", "SN2-COM-FOND-SAISIE", "SN2-DEBATS", "SN2-DEBATS-DEC", "SN2-DEBATS-SEANCE", "SN2-DEPOT", "SN3", "SN3-COM", "SN3-COM-FOND", "SN3-COM-FOND-RAPPORT", "SN3-COM-FOND-SAISIE", "SN3-DEBATS", "SN3-DEBATS-DEC", "SN3-DEBATS-SEANCE", "SN3-DEPOT", "SNNLEC", "SNNLEC-COM", "SNNLEC-COM-FOND", "SNNLEC-COM-FOND-NOMIN", "SNNLEC-COM-FOND-RAPPORT", "SNNLEC-COM-FOND-SAISIE", "SNNLEC-DEBATS", "SNNLEC-DEBATS-DEC", "SNNLEC-DEBATS-SEANCE", "SNNLEC-DEPOT"];
|
|
8
|
+
/**
|
|
9
|
+
* Zod schema for legislative act codes.
|
|
10
|
+
*/
|
|
11
|
+
export declare const CodeActeSchema: z.ZodEnum<{
|
|
12
|
+
CMP: "CMP";
|
|
13
|
+
AN1: "AN1";
|
|
14
|
+
"AN1-ACIN": "AN1-ACIN";
|
|
15
|
+
"AN1-AVCE": "AN1-AVCE";
|
|
16
|
+
"AN1-COM": "AN1-COM";
|
|
17
|
+
"AN1-COM-AVIS": "AN1-COM-AVIS";
|
|
18
|
+
"AN1-COM-AVIS-NOMIN": "AN1-COM-AVIS-NOMIN";
|
|
19
|
+
"AN1-COM-AVIS-RAPPORT": "AN1-COM-AVIS-RAPPORT";
|
|
20
|
+
"AN1-COM-AVIS-REUNION": "AN1-COM-AVIS-REUNION";
|
|
21
|
+
"AN1-COM-AVIS-SAISIE": "AN1-COM-AVIS-SAISIE";
|
|
22
|
+
"AN1-COM-FOND": "AN1-COM-FOND";
|
|
23
|
+
"AN1-COM-FOND-NOMIN": "AN1-COM-FOND-NOMIN";
|
|
24
|
+
"AN1-COM-FOND-RAPPORT": "AN1-COM-FOND-RAPPORT";
|
|
25
|
+
"AN1-COM-FOND-REUNION": "AN1-COM-FOND-REUNION";
|
|
26
|
+
"AN1-COM-FOND-SAISIE": "AN1-COM-FOND-SAISIE";
|
|
27
|
+
"AN1-DEBATS": "AN1-DEBATS";
|
|
28
|
+
"AN1-DEBATS-DEC": "AN1-DEBATS-DEC";
|
|
29
|
+
"AN1-DEBATS-MOTION": "AN1-DEBATS-MOTION";
|
|
30
|
+
"AN1-DEBATS-MOTION-VOTE": "AN1-DEBATS-MOTION-VOTE";
|
|
31
|
+
"AN1-DEBATS-SEANCE": "AN1-DEBATS-SEANCE";
|
|
32
|
+
"AN1-DEPOT": "AN1-DEPOT";
|
|
33
|
+
"AN1-DGVT": "AN1-DGVT";
|
|
34
|
+
"AN1-DPTLETTRECT": "AN1-DPTLETTRECT";
|
|
35
|
+
"AN1-ETI": "AN1-ETI";
|
|
36
|
+
"AN1-MOTION": "AN1-MOTION";
|
|
37
|
+
"AN1-MOTION-VOTE": "AN1-MOTION-VOTE";
|
|
38
|
+
"AN1-PROCACC": "AN1-PROCACC";
|
|
39
|
+
"AN1-RECBUREAU": "AN1-RECBUREAU";
|
|
40
|
+
"AN1-RTRINI": "AN1-RTRINI";
|
|
41
|
+
AN2: "AN2";
|
|
42
|
+
AN20: "AN20";
|
|
43
|
+
"AN20-COMENQ": "AN20-COMENQ";
|
|
44
|
+
"AN20-COMENQ-CREA": "AN20-COMENQ-CREA";
|
|
45
|
+
"AN20-COMENQ-NOMIN": "AN20-COMENQ-NOMIN";
|
|
46
|
+
"AN20-COMENQ-RAPPORT": "AN20-COMENQ-RAPPORT";
|
|
47
|
+
"AN20-MISINF": "AN20-MISINF";
|
|
48
|
+
"AN20-MISINF-CREA": "AN20-MISINF-CREA";
|
|
49
|
+
"AN20-MISINF-NOMIN": "AN20-MISINF-NOMIN";
|
|
50
|
+
"AN20-MISINF-RAPPORT": "AN20-MISINF-RAPPORT";
|
|
51
|
+
"AN20-RAPPORT": "AN20-RAPPORT";
|
|
52
|
+
AN21: "AN21";
|
|
53
|
+
"AN21-APAN": "AN21-APAN";
|
|
54
|
+
"AN21-DEBATS": "AN21-DEBATS";
|
|
55
|
+
"AN21-DEBATS-MOTION-VOTE": "AN21-DEBATS-MOTION-VOTE";
|
|
56
|
+
"AN21-DEBATS-SEANCE": "AN21-DEBATS-SEANCE";
|
|
57
|
+
"AN21-DGVT": "AN21-DGVT";
|
|
58
|
+
"AN21-MOTION": "AN21-MOTION";
|
|
59
|
+
"AN21-MOTION-VOTE": "AN21-MOTION-VOTE";
|
|
60
|
+
"AN21-MPR": "AN21-MPR";
|
|
61
|
+
"AN2-COM": "AN2-COM";
|
|
62
|
+
"AN2-COM-AVIS": "AN2-COM-AVIS";
|
|
63
|
+
"AN2-COM-AVIS-RAPPORT": "AN2-COM-AVIS-RAPPORT";
|
|
64
|
+
"AN2-COM-AVIS-REUNION": "AN2-COM-AVIS-REUNION";
|
|
65
|
+
"AN2-COM-AVIS-SAISIE": "AN2-COM-AVIS-SAISIE";
|
|
66
|
+
"AN2-COM-FOND": "AN2-COM-FOND";
|
|
67
|
+
"AN2-COM-FOND-NOMIN": "AN2-COM-FOND-NOMIN";
|
|
68
|
+
"AN2-COM-FOND-RAPPORT": "AN2-COM-FOND-RAPPORT";
|
|
69
|
+
"AN2-COM-FOND-REUNION": "AN2-COM-FOND-REUNION";
|
|
70
|
+
"AN2-COM-FOND-SAISIE": "AN2-COM-FOND-SAISIE";
|
|
71
|
+
"AN2-DEBATS": "AN2-DEBATS";
|
|
72
|
+
"AN2-DEBATS-DEC": "AN2-DEBATS-DEC";
|
|
73
|
+
"AN2-DEBATS-SEANCE": "AN2-DEBATS-SEANCE";
|
|
74
|
+
"AN2-DEPOT": "AN2-DEPOT";
|
|
75
|
+
AN3: "AN3";
|
|
76
|
+
"AN3-COM": "AN3-COM";
|
|
77
|
+
"AN3-COM-FOND": "AN3-COM-FOND";
|
|
78
|
+
"AN3-COM-FOND-NOMIN": "AN3-COM-FOND-NOMIN";
|
|
79
|
+
"AN3-COM-FOND-RAPPORT": "AN3-COM-FOND-RAPPORT";
|
|
80
|
+
"AN3-COM-FOND-REUNION": "AN3-COM-FOND-REUNION";
|
|
81
|
+
"AN3-COM-FOND-SAISIE": "AN3-COM-FOND-SAISIE";
|
|
82
|
+
"AN3-DEBATS": "AN3-DEBATS";
|
|
83
|
+
"AN3-DEBATS-DEC": "AN3-DEBATS-DEC";
|
|
84
|
+
"AN3-DEBATS-SEANCE": "AN3-DEBATS-SEANCE";
|
|
85
|
+
"AN3-DEPOT": "AN3-DEPOT";
|
|
86
|
+
"AN-APPLI": "AN-APPLI";
|
|
87
|
+
"AN-APPLI-RAPPORT": "AN-APPLI-RAPPORT";
|
|
88
|
+
ANLDEF: "ANLDEF";
|
|
89
|
+
"ANLDEF-COM": "ANLDEF-COM";
|
|
90
|
+
"ANLDEF-COM-FOND": "ANLDEF-COM-FOND";
|
|
91
|
+
"ANLDEF-COM-FOND-RAPPORT": "ANLDEF-COM-FOND-RAPPORT";
|
|
92
|
+
"ANLDEF-COM-FOND-REUNION": "ANLDEF-COM-FOND-REUNION";
|
|
93
|
+
"ANLDEF-COM-FOND-SAISIE": "ANLDEF-COM-FOND-SAISIE";
|
|
94
|
+
"ANLDEF-DEBATS": "ANLDEF-DEBATS";
|
|
95
|
+
"ANLDEF-DEBATS-DEC": "ANLDEF-DEBATS-DEC";
|
|
96
|
+
"ANLDEF-DEBATS-MOTION-VOTE": "ANLDEF-DEBATS-MOTION-VOTE";
|
|
97
|
+
"ANLDEF-DEBATS-SEANCE": "ANLDEF-DEBATS-SEANCE";
|
|
98
|
+
"ANLDEF-DEPOT": "ANLDEF-DEPOT";
|
|
99
|
+
"ANLDEF-DGVT": "ANLDEF-DGVT";
|
|
100
|
+
"ANLDEF-MOTION": "ANLDEF-MOTION";
|
|
101
|
+
"ANLDEF-MOTION-VOTE": "ANLDEF-MOTION-VOTE";
|
|
102
|
+
ANLUNI: "ANLUNI";
|
|
103
|
+
"ANLUNI-COM": "ANLUNI-COM";
|
|
104
|
+
"ANLUNI-COM-CAE": "ANLUNI-COM-CAE";
|
|
105
|
+
"ANLUNI-COM-CAE-DEC": "ANLUNI-COM-CAE-DEC";
|
|
106
|
+
"ANLUNI-COM-CAE-NOMIN": "ANLUNI-COM-CAE-NOMIN";
|
|
107
|
+
"ANLUNI-COM-CAE-RAPPORT": "ANLUNI-COM-CAE-RAPPORT";
|
|
108
|
+
"ANLUNI-COM-CAE-REUNION": "ANLUNI-COM-CAE-REUNION";
|
|
109
|
+
"ANLUNI-COM-CAE-SAISIE": "ANLUNI-COM-CAE-SAISIE";
|
|
110
|
+
"ANLUNI-COM-FOND": "ANLUNI-COM-FOND";
|
|
111
|
+
"ANLUNI-COM-FOND-NOMIN": "ANLUNI-COM-FOND-NOMIN";
|
|
112
|
+
"ANLUNI-COM-FOND-RAPPORT": "ANLUNI-COM-FOND-RAPPORT";
|
|
113
|
+
"ANLUNI-COM-FOND-REUNION": "ANLUNI-COM-FOND-REUNION";
|
|
114
|
+
"ANLUNI-COM-FOND-SAISIE": "ANLUNI-COM-FOND-SAISIE";
|
|
115
|
+
"ANLUNI-DEBATS": "ANLUNI-DEBATS";
|
|
116
|
+
"ANLUNI-DEBATS-DEC": "ANLUNI-DEBATS-DEC";
|
|
117
|
+
"ANLUNI-DEBATS-SEANCE": "ANLUNI-DEBATS-SEANCE";
|
|
118
|
+
"ANLUNI-DEPOT": "ANLUNI-DEPOT";
|
|
119
|
+
"ANLUNI-RTRINI": "ANLUNI-RTRINI";
|
|
120
|
+
ANNLEC: "ANNLEC";
|
|
121
|
+
"ANNLEC-COM": "ANNLEC-COM";
|
|
122
|
+
"ANNLEC-COM-AVIS": "ANNLEC-COM-AVIS";
|
|
123
|
+
"ANNLEC-COM-AVIS-NOMIN": "ANNLEC-COM-AVIS-NOMIN";
|
|
124
|
+
"ANNLEC-COM-AVIS-RAPPORT": "ANNLEC-COM-AVIS-RAPPORT";
|
|
125
|
+
"ANNLEC-COM-AVIS-REUNION": "ANNLEC-COM-AVIS-REUNION";
|
|
126
|
+
"ANNLEC-COM-AVIS-SAISIE": "ANNLEC-COM-AVIS-SAISIE";
|
|
127
|
+
"ANNLEC-COM-FOND": "ANNLEC-COM-FOND";
|
|
128
|
+
"ANNLEC-COM-FOND-NOMIN": "ANNLEC-COM-FOND-NOMIN";
|
|
129
|
+
"ANNLEC-COM-FOND-RAPPORT": "ANNLEC-COM-FOND-RAPPORT";
|
|
130
|
+
"ANNLEC-COM-FOND-REUNION": "ANNLEC-COM-FOND-REUNION";
|
|
131
|
+
"ANNLEC-COM-FOND-SAISIE": "ANNLEC-COM-FOND-SAISIE";
|
|
132
|
+
"ANNLEC-DEBATS": "ANNLEC-DEBATS";
|
|
133
|
+
"ANNLEC-DEBATS-DEC": "ANNLEC-DEBATS-DEC";
|
|
134
|
+
"ANNLEC-DEBATS-MOTION-VOTE": "ANNLEC-DEBATS-MOTION-VOTE";
|
|
135
|
+
"ANNLEC-DEBATS-SEANCE": "ANNLEC-DEBATS-SEANCE";
|
|
136
|
+
"ANNLEC-DEPOT": "ANNLEC-DEPOT";
|
|
137
|
+
"ANNLEC-DGVT": "ANNLEC-DGVT";
|
|
138
|
+
"ANNLEC-MOTION": "ANNLEC-MOTION";
|
|
139
|
+
"ANNLEC-MOTION-VOTE": "ANNLEC-MOTION-VOTE";
|
|
140
|
+
CC: "CC";
|
|
141
|
+
"CC-CONCLUSION": "CC-CONCLUSION";
|
|
142
|
+
"CC-SAISIE-AN": "CC-SAISIE-AN";
|
|
143
|
+
"CC-SAISIE-DROIT": "CC-SAISIE-DROIT";
|
|
144
|
+
"CC-SAISIE-PAN": "CC-SAISIE-PAN";
|
|
145
|
+
"CC-SAISIE-PM": "CC-SAISIE-PM";
|
|
146
|
+
"CC-SAISIE-PR": "CC-SAISIE-PR";
|
|
147
|
+
"CC-SAISIE-PSN": "CC-SAISIE-PSN";
|
|
148
|
+
"CC-SAISIE-SN": "CC-SAISIE-SN";
|
|
149
|
+
CG22: "CG22";
|
|
150
|
+
"CG22-CONV": "CG22-CONV";
|
|
151
|
+
"CG22-DEBATS": "CG22-DEBATS";
|
|
152
|
+
"CG22-DEBATS-DEC": "CG22-DEBATS-DEC";
|
|
153
|
+
"CG22-DEBATS-SEANCE": "CG22-DEBATS-SEANCE";
|
|
154
|
+
"CMP-COM": "CMP-COM";
|
|
155
|
+
"CMP-COM-NOMIN": "CMP-COM-NOMIN";
|
|
156
|
+
"CMP-COM-RAPPORT-AN": "CMP-COM-RAPPORT-AN";
|
|
157
|
+
"CMP-COM-RAPPORT-SN": "CMP-COM-RAPPORT-SN";
|
|
158
|
+
"CMP-DEBATS": "CMP-DEBATS";
|
|
159
|
+
"CMP-DEBATS-AN": "CMP-DEBATS-AN";
|
|
160
|
+
"CMP-DEBATS-AN-DEC": "CMP-DEBATS-AN-DEC";
|
|
161
|
+
"CMP-DEBATS-AN-SEANCE": "CMP-DEBATS-AN-SEANCE";
|
|
162
|
+
"CMP-DEBATS-DEC": "CMP-DEBATS-DEC";
|
|
163
|
+
"CMP-DEBATS-SN": "CMP-DEBATS-SN";
|
|
164
|
+
"CMP-DEBATS-SN-DEC": "CMP-DEBATS-SN-DEC";
|
|
165
|
+
"CMP-DEBATS-SN-SEANCE": "CMP-DEBATS-SN-SEANCE";
|
|
166
|
+
"CMP-DEC": "CMP-DEC";
|
|
167
|
+
"CMP-DEPOT": "CMP-DEPOT";
|
|
168
|
+
"CMP-DGVT": "CMP-DGVT";
|
|
169
|
+
"CMP-MOTION": "CMP-MOTION";
|
|
170
|
+
"CMP-MOTION-VOTE": "CMP-MOTION-VOTE";
|
|
171
|
+
"CMP-SAISIE": "CMP-SAISIE";
|
|
172
|
+
EU: "EU";
|
|
173
|
+
"EU-DEC": "EU-DEC";
|
|
174
|
+
MOTION: "MOTION";
|
|
175
|
+
"MOTION-VOTE": "MOTION-VOTE";
|
|
176
|
+
PROM: "PROM";
|
|
177
|
+
"PROM-PUB": "PROM-PUB";
|
|
178
|
+
SN1: "SN1";
|
|
179
|
+
"SN1-AVCE": "SN1-AVCE";
|
|
180
|
+
"SN1-COM": "SN1-COM";
|
|
181
|
+
"SN1-COM-AVIS": "SN1-COM-AVIS";
|
|
182
|
+
"SN1-COM-AVIS-NOMIN": "SN1-COM-AVIS-NOMIN";
|
|
183
|
+
"SN1-COM-AVIS-RAPPORT": "SN1-COM-AVIS-RAPPORT";
|
|
184
|
+
"SN1-COM-AVIS-SAISIE": "SN1-COM-AVIS-SAISIE";
|
|
185
|
+
"SN1-COM-FOND": "SN1-COM-FOND";
|
|
186
|
+
"SN1-COM-FOND-NOMIN": "SN1-COM-FOND-NOMIN";
|
|
187
|
+
"SN1-COM-FOND-RAPPORT": "SN1-COM-FOND-RAPPORT";
|
|
188
|
+
"SN1-COM-FOND-SAISIE": "SN1-COM-FOND-SAISIE";
|
|
189
|
+
"SN1-DEBATS": "SN1-DEBATS";
|
|
190
|
+
"SN1-DEBATS-DEC": "SN1-DEBATS-DEC";
|
|
191
|
+
"SN1-DEBATS-MOTION": "SN1-DEBATS-MOTION";
|
|
192
|
+
"SN1-DEBATS-MOTION-VOTE": "SN1-DEBATS-MOTION-VOTE";
|
|
193
|
+
"SN1-DEBATS-SEANCE": "SN1-DEBATS-SEANCE";
|
|
194
|
+
"SN1-DEPOT": "SN1-DEPOT";
|
|
195
|
+
"SN1-DPTLETTRECT": "SN1-DPTLETTRECT";
|
|
196
|
+
"SN1-ETI": "SN1-ETI";
|
|
197
|
+
"SN1-PROCACC": "SN1-PROCACC";
|
|
198
|
+
"SN1-RTRINI": "SN1-RTRINI";
|
|
199
|
+
SN2: "SN2";
|
|
200
|
+
"SN2-COM": "SN2-COM";
|
|
201
|
+
"SN2-COM-AVIS": "SN2-COM-AVIS";
|
|
202
|
+
"SN2-COM-AVIS-NOMIN": "SN2-COM-AVIS-NOMIN";
|
|
203
|
+
"SN2-COM-AVIS-RAPPORT": "SN2-COM-AVIS-RAPPORT";
|
|
204
|
+
"SN2-COM-AVIS-SAISIE": "SN2-COM-AVIS-SAISIE";
|
|
205
|
+
"SN2-COM-FOND": "SN2-COM-FOND";
|
|
206
|
+
"SN2-COM-FOND-NOMIN": "SN2-COM-FOND-NOMIN";
|
|
207
|
+
"SN2-COM-FOND-RAPPORT": "SN2-COM-FOND-RAPPORT";
|
|
208
|
+
"SN2-COM-FOND-SAISIE": "SN2-COM-FOND-SAISIE";
|
|
209
|
+
"SN2-DEBATS": "SN2-DEBATS";
|
|
210
|
+
"SN2-DEBATS-DEC": "SN2-DEBATS-DEC";
|
|
211
|
+
"SN2-DEBATS-SEANCE": "SN2-DEBATS-SEANCE";
|
|
212
|
+
"SN2-DEPOT": "SN2-DEPOT";
|
|
213
|
+
SN3: "SN3";
|
|
214
|
+
"SN3-COM": "SN3-COM";
|
|
215
|
+
"SN3-COM-FOND": "SN3-COM-FOND";
|
|
216
|
+
"SN3-COM-FOND-RAPPORT": "SN3-COM-FOND-RAPPORT";
|
|
217
|
+
"SN3-COM-FOND-SAISIE": "SN3-COM-FOND-SAISIE";
|
|
218
|
+
"SN3-DEBATS": "SN3-DEBATS";
|
|
219
|
+
"SN3-DEBATS-DEC": "SN3-DEBATS-DEC";
|
|
220
|
+
"SN3-DEBATS-SEANCE": "SN3-DEBATS-SEANCE";
|
|
221
|
+
"SN3-DEPOT": "SN3-DEPOT";
|
|
222
|
+
SNNLEC: "SNNLEC";
|
|
223
|
+
"SNNLEC-COM": "SNNLEC-COM";
|
|
224
|
+
"SNNLEC-COM-FOND": "SNNLEC-COM-FOND";
|
|
225
|
+
"SNNLEC-COM-FOND-NOMIN": "SNNLEC-COM-FOND-NOMIN";
|
|
226
|
+
"SNNLEC-COM-FOND-RAPPORT": "SNNLEC-COM-FOND-RAPPORT";
|
|
227
|
+
"SNNLEC-COM-FOND-SAISIE": "SNNLEC-COM-FOND-SAISIE";
|
|
228
|
+
"SNNLEC-DEBATS": "SNNLEC-DEBATS";
|
|
229
|
+
"SNNLEC-DEBATS-DEC": "SNNLEC-DEBATS-DEC";
|
|
230
|
+
"SNNLEC-DEBATS-SEANCE": "SNNLEC-DEBATS-SEANCE";
|
|
231
|
+
"SNNLEC-DEPOT": "SNNLEC-DEPOT";
|
|
232
|
+
}>;
|
|
233
|
+
/**
|
|
234
|
+
* Type representing a code for a legislative act.
|
|
235
|
+
*/
|
|
236
|
+
export type CodeActe = z.infer<typeof CodeActeSchema>;
|
|
237
|
+
/**
|
|
238
|
+
* Available options for document XSI types (discriminated union for document types).
|
|
239
|
+
*/
|
|
240
|
+
export declare const documentXsiTypeOptions: readonly ["accordInternational_Type", "avisConseilEtat_Type", "documentEtudeImpact_Type", "rapportParlementaire_Type", "texteLoi_Type"];
|
|
241
|
+
/**
|
|
242
|
+
* Zod schema for document XSI types.
|
|
243
|
+
*/
|
|
244
|
+
export declare const DocumentXsiTypeSchema: z.ZodEnum<{
|
|
245
|
+
accordInternational_Type: "accordInternational_Type";
|
|
246
|
+
avisConseilEtat_Type: "avisConseilEtat_Type";
|
|
247
|
+
documentEtudeImpact_Type: "documentEtudeImpact_Type";
|
|
248
|
+
rapportParlementaire_Type: "rapportParlementaire_Type";
|
|
249
|
+
texteLoi_Type: "texteLoi_Type";
|
|
250
|
+
}>;
|
|
251
|
+
/**
|
|
252
|
+
* Type representing a document XSI type.
|
|
253
|
+
*/
|
|
254
|
+
export type DocumentXsiType = z.infer<typeof DocumentXsiTypeSchema>;
|
|
255
|
+
/**
|
|
256
|
+
* Available options for qualité (rôle de l'acteur).
|
|
257
|
+
*/
|
|
258
|
+
export declare const qualiteOptions: readonly ["auteur", "cosignataire", "rapporteur", "rapporteur général", "rapporteur pour avis", "rapporteur spécial"];
|
|
259
|
+
/**
|
|
260
|
+
* Zod schema for qualité.
|
|
261
|
+
*/
|
|
262
|
+
export declare const QualiteSchema: z.ZodEnum<{
|
|
263
|
+
auteur: "auteur";
|
|
264
|
+
cosignataire: "cosignataire";
|
|
265
|
+
rapporteur: "rapporteur";
|
|
266
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
267
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
268
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
269
|
+
}>;
|
|
270
|
+
/**
|
|
271
|
+
* Type representing a qualité.
|
|
272
|
+
*/
|
|
273
|
+
export type Qualite = z.infer<typeof QualiteSchema>;
|
|
274
|
+
/**
|
|
275
|
+
* Available options for code (sous-type codes).
|
|
276
|
+
*/
|
|
277
|
+
export declare const codeOptions: readonly ["ACCPRESRP", "APPART1515", "APPART341", "APPLOI", "AUE", "AUTRATCONV", "AVECVOTE", "CENSURE492", "CENSURE493", "COMENQ", "COMPA", "COMSPCPTE", "CONST", "CTRLBUDG", "DIVERS", "ENGRESPTXT", "ENQU", "FIN", "FINGEST", "FINRECT", "FINSSOC", "FINSSOCREC", "IMPACTLOIS", "LEGDELEGAN", "MINFOCOMPER", "MODREGLTAN", "NOTEOPECST", "OFFPARL", "ORG", "PETITION", "PRESIDAGE", "PRESIDASS", "PRESIDREP", "PROPACTCOM", "PRPDIT", "RECT", "REFART11", "RGLTBUDG", "RGLTBUDG2", "SUPP", "SUSPOURS", "TVXINSTITEUROP"];
|
|
278
|
+
/**
|
|
279
|
+
* Zod schema for code.
|
|
280
|
+
*/
|
|
281
|
+
export declare const CodeSchema: z.ZodEnum<{
|
|
282
|
+
ACCPRESRP: "ACCPRESRP";
|
|
283
|
+
APPART1515: "APPART1515";
|
|
284
|
+
APPART341: "APPART341";
|
|
285
|
+
APPLOI: "APPLOI";
|
|
286
|
+
AUE: "AUE";
|
|
287
|
+
AUTRATCONV: "AUTRATCONV";
|
|
288
|
+
AVECVOTE: "AVECVOTE";
|
|
289
|
+
CENSURE492: "CENSURE492";
|
|
290
|
+
CENSURE493: "CENSURE493";
|
|
291
|
+
COMENQ: "COMENQ";
|
|
292
|
+
COMPA: "COMPA";
|
|
293
|
+
COMSPCPTE: "COMSPCPTE";
|
|
294
|
+
CONST: "CONST";
|
|
295
|
+
CTRLBUDG: "CTRLBUDG";
|
|
296
|
+
DIVERS: "DIVERS";
|
|
297
|
+
ENGRESPTXT: "ENGRESPTXT";
|
|
298
|
+
ENQU: "ENQU";
|
|
299
|
+
FIN: "FIN";
|
|
300
|
+
FINGEST: "FINGEST";
|
|
301
|
+
FINRECT: "FINRECT";
|
|
302
|
+
FINSSOC: "FINSSOC";
|
|
303
|
+
FINSSOCREC: "FINSSOCREC";
|
|
304
|
+
IMPACTLOIS: "IMPACTLOIS";
|
|
305
|
+
LEGDELEGAN: "LEGDELEGAN";
|
|
306
|
+
MINFOCOMPER: "MINFOCOMPER";
|
|
307
|
+
MODREGLTAN: "MODREGLTAN";
|
|
308
|
+
NOTEOPECST: "NOTEOPECST";
|
|
309
|
+
OFFPARL: "OFFPARL";
|
|
310
|
+
ORG: "ORG";
|
|
311
|
+
PETITION: "PETITION";
|
|
312
|
+
PRESIDAGE: "PRESIDAGE";
|
|
313
|
+
PRESIDASS: "PRESIDASS";
|
|
314
|
+
PRESIDREP: "PRESIDREP";
|
|
315
|
+
PROPACTCOM: "PROPACTCOM";
|
|
316
|
+
PRPDIT: "PRPDIT";
|
|
317
|
+
RECT: "RECT";
|
|
318
|
+
REFART11: "REFART11";
|
|
319
|
+
RGLTBUDG: "RGLTBUDG";
|
|
320
|
+
RGLTBUDG2: "RGLTBUDG2";
|
|
321
|
+
SUPP: "SUPP";
|
|
322
|
+
SUSPOURS: "SUSPOURS";
|
|
323
|
+
TVXINSTITEUROP: "TVXINSTITEUROP";
|
|
324
|
+
}>;
|
|
325
|
+
/**
|
|
326
|
+
* Type representing a code.
|
|
327
|
+
*/
|
|
328
|
+
export type Code = z.infer<typeof CodeSchema>;
|
|
329
|
+
/**
|
|
330
|
+
* Available options for statut d'adoption.
|
|
331
|
+
*/
|
|
332
|
+
export declare const statutAdoptionOptions: readonly ["ADOPTCOM", "ADOPTSEANCE", "REJETSEANCE"];
|
|
333
|
+
/**
|
|
334
|
+
* Zod schema for statut d'adoption.
|
|
335
|
+
*/
|
|
336
|
+
export declare const StatutAdoptionSchema: z.ZodEnum<{
|
|
337
|
+
ADOPTCOM: "ADOPTCOM";
|
|
338
|
+
ADOPTSEANCE: "ADOPTSEANCE";
|
|
339
|
+
REJETSEANCE: "REJETSEANCE";
|
|
340
|
+
}>;
|
|
341
|
+
/**
|
|
342
|
+
* Type representing a statut d'adoption.
|
|
343
|
+
*/
|
|
344
|
+
export type StatutAdoption = z.infer<typeof StatutAdoptionSchema>;
|
|
345
|
+
/**
|
|
346
|
+
* Available options for type de correction.
|
|
347
|
+
*/
|
|
348
|
+
export declare const typeCorrectionOptions: readonly ["Rectifié"];
|
|
349
|
+
/**
|
|
350
|
+
* Zod schema for type de correction.
|
|
351
|
+
*/
|
|
352
|
+
export declare const TypeCorrectionSchema: z.ZodEnum<{
|
|
353
|
+
Rectifié: "Rectifié";
|
|
354
|
+
}>;
|
|
355
|
+
/**
|
|
356
|
+
* Type representing a type de correction.
|
|
357
|
+
*/
|
|
358
|
+
export type TypeCorrection = z.infer<typeof TypeCorrectionSchema>;
|
|
359
|
+
/**
|
|
360
|
+
* Available options for dénomination structurelle du document.
|
|
361
|
+
*/
|
|
362
|
+
export declare const documentDenominationStructurelleOptions: readonly ["Allocution", "Avis", "Déclaration", "Lettre", "Message", "Motion", "Projet de loi", "Proposition de loi", "Proposition de résolution", "Rapport", "Rapport d'information", "Résolution"];
|
|
363
|
+
/**
|
|
364
|
+
* Zod schema for dénomination structurelle du document.
|
|
365
|
+
*/
|
|
366
|
+
export declare const DocumentDenominationStructurelleSchema: z.ZodEnum<{
|
|
367
|
+
Allocution: "Allocution";
|
|
368
|
+
Avis: "Avis";
|
|
369
|
+
Déclaration: "Déclaration";
|
|
370
|
+
Lettre: "Lettre";
|
|
371
|
+
Message: "Message";
|
|
372
|
+
Motion: "Motion";
|
|
373
|
+
"Projet de loi": "Projet de loi";
|
|
374
|
+
"Proposition de loi": "Proposition de loi";
|
|
375
|
+
"Proposition de r\u00E9solution": "Proposition de résolution";
|
|
376
|
+
Rapport: "Rapport";
|
|
377
|
+
"Rapport d'information": "Rapport d'information";
|
|
378
|
+
Résolution: "Résolution";
|
|
379
|
+
}>;
|
|
380
|
+
/**
|
|
381
|
+
* Type representing a dénomination structurelle du document.
|
|
382
|
+
*/
|
|
383
|
+
export type DocumentDenominationStructurelle = z.infer<typeof DocumentDenominationStructurelleSchema>;
|
|
384
|
+
/**
|
|
385
|
+
* Available options for provenance du document.
|
|
386
|
+
*/
|
|
387
|
+
export declare const provenanceOptions: readonly ["Commission", "Séance", "Texte Déposé"];
|
|
388
|
+
/**
|
|
389
|
+
* Zod schema for provenance du document.
|
|
390
|
+
*/
|
|
391
|
+
export declare const ProvenanceSchema: z.ZodEnum<{
|
|
392
|
+
Commission: "Commission";
|
|
393
|
+
Séance: "Séance";
|
|
394
|
+
"Texte D\u00E9pos\u00E9": "Texte Déposé";
|
|
395
|
+
}>;
|
|
396
|
+
/**
|
|
397
|
+
* Type representing a provenance du document.
|
|
398
|
+
*/
|
|
399
|
+
export type Provenance = z.infer<typeof ProvenanceSchema>;
|
|
400
|
+
/**
|
|
401
|
+
* Available options for dossier parlementaire XSI type.
|
|
402
|
+
*/
|
|
403
|
+
export declare const dossierParlementaireXsiTypeOptions: readonly ["DossierCommissionEnquete_Type", "DossierIniativeExecutif_Type", "DossierLegislatif_Type", "DossierMissionControle_Type", "DossierMissionInformation_Type", "DossierResolutionAN"];
|
|
404
|
+
/**
|
|
405
|
+
* Zod schema for dossier parlementaire XSI type.
|
|
406
|
+
*/
|
|
407
|
+
export declare const DossierParlementaireXsiTypeSchema: z.ZodEnum<{
|
|
408
|
+
DossierCommissionEnquete_Type: "DossierCommissionEnquete_Type";
|
|
409
|
+
DossierIniativeExecutif_Type: "DossierIniativeExecutif_Type";
|
|
410
|
+
DossierLegislatif_Type: "DossierLegislatif_Type";
|
|
411
|
+
DossierMissionControle_Type: "DossierMissionControle_Type";
|
|
412
|
+
DossierMissionInformation_Type: "DossierMissionInformation_Type";
|
|
413
|
+
DossierResolutionAN: "DossierResolutionAN";
|
|
414
|
+
}>;
|
|
415
|
+
/**
|
|
416
|
+
* Type representing a dossier parlementaire XSI type.
|
|
417
|
+
*/
|
|
418
|
+
export type DossierParlementaireXsiType = z.infer<typeof DossierParlementaireXsiTypeSchema>;
|
|
419
|
+
/**
|
|
420
|
+
* Available options for type de budget.
|
|
421
|
+
*/
|
|
422
|
+
export declare const typeBudgetOptions: readonly ["Budget annexe", "Budget général", "Compte de concours financier", "Compte spécial", "Première partie"];
|
|
423
|
+
/**
|
|
424
|
+
* Zod schema for type de budget.
|
|
425
|
+
*/
|
|
426
|
+
export declare const TypeBudgetSchema: z.ZodEnum<{
|
|
427
|
+
"Budget annexe": "Budget annexe";
|
|
428
|
+
"Budget g\u00E9n\u00E9ral": "Budget général";
|
|
429
|
+
"Compte de concours financier": "Compte de concours financier";
|
|
430
|
+
"Compte sp\u00E9cial": "Compte spécial";
|
|
431
|
+
"Premi\u00E8re partie": "Première partie";
|
|
432
|
+
}>;
|
|
433
|
+
/**
|
|
434
|
+
* Type representing a type de budget.
|
|
435
|
+
*/
|
|
436
|
+
export type TypeBudget = z.infer<typeof TypeBudgetSchema>;
|
|
437
|
+
/**
|
|
438
|
+
* Available options for type de mission.
|
|
439
|
+
*/
|
|
440
|
+
export declare const typeMissionOptions: readonly ["mission principale", "mission secondaire", "partie de mission"];
|
|
441
|
+
/**
|
|
442
|
+
* Zod schema for type de mission.
|
|
443
|
+
*/
|
|
444
|
+
export declare const TypeMissionSchema: z.ZodEnum<{
|
|
445
|
+
"mission principale": "mission principale";
|
|
446
|
+
"mission secondaire": "mission secondaire";
|
|
447
|
+
"partie de mission": "partie de mission";
|
|
448
|
+
}>;
|
|
449
|
+
/**
|
|
450
|
+
* Type representing a type de mission.
|
|
451
|
+
*/
|
|
452
|
+
export type TypeMission = z.infer<typeof TypeMissionSchema>;
|
|
453
|
+
/**
|
|
454
|
+
* Available options for acte législatif XSI type.
|
|
455
|
+
*/
|
|
456
|
+
export declare const acteLegislatifXsiTypeOptions: readonly ["Adoption_Europe_Type", "ConclusionEtapeCC_Type", "ConvocationCongres_Type", "CreationOrganeTemporaire_Type", "DecisionMotionCensure_Type", "DecisionRecevabiliteBureau_Type", "Decision_Type", "DeclarationGouvernement_Type", "DepotAccordInternational_Type", "DepotAvisConseilEtat_Type", "DepotInitiativeNavette_Type", "DepotInitiative_Type", "DepotLettreRectificative_Type", "DepotMotionCensure_Type", "DepotMotionReferendaire_Type", "DepotRapport_Type", "DiscussionCommission_Type", "DiscussionSeancePublique_Type", "Etape_Type", "EtudeImpact_Type", "MotionProcedure_Type", "NominRapporteurs_Type", "ProcedureAccelere_Type", "Promulgation_Type", "RenvoiPrealable_Type", "RenvoiCMP_Type", "RetraitInitiative_Type", "SaisieComAvis_Type", "SaisieComFond_Type", "SaisineConseilConstit_Type"];
|
|
457
|
+
/**
|
|
458
|
+
* Zod schema for acte législatif XSI type.
|
|
459
|
+
*/
|
|
460
|
+
export declare const ActeLegislatifXsiTypeSchema: z.ZodEnum<{
|
|
461
|
+
Adoption_Europe_Type: "Adoption_Europe_Type";
|
|
462
|
+
ConclusionEtapeCC_Type: "ConclusionEtapeCC_Type";
|
|
463
|
+
ConvocationCongres_Type: "ConvocationCongres_Type";
|
|
464
|
+
CreationOrganeTemporaire_Type: "CreationOrganeTemporaire_Type";
|
|
465
|
+
DecisionMotionCensure_Type: "DecisionMotionCensure_Type";
|
|
466
|
+
DecisionRecevabiliteBureau_Type: "DecisionRecevabiliteBureau_Type";
|
|
467
|
+
Decision_Type: "Decision_Type";
|
|
468
|
+
DeclarationGouvernement_Type: "DeclarationGouvernement_Type";
|
|
469
|
+
DepotAccordInternational_Type: "DepotAccordInternational_Type";
|
|
470
|
+
DepotAvisConseilEtat_Type: "DepotAvisConseilEtat_Type";
|
|
471
|
+
DepotInitiativeNavette_Type: "DepotInitiativeNavette_Type";
|
|
472
|
+
DepotInitiative_Type: "DepotInitiative_Type";
|
|
473
|
+
DepotLettreRectificative_Type: "DepotLettreRectificative_Type";
|
|
474
|
+
DepotMotionCensure_Type: "DepotMotionCensure_Type";
|
|
475
|
+
DepotMotionReferendaire_Type: "DepotMotionReferendaire_Type";
|
|
476
|
+
DepotRapport_Type: "DepotRapport_Type";
|
|
477
|
+
DiscussionCommission_Type: "DiscussionCommission_Type";
|
|
478
|
+
DiscussionSeancePublique_Type: "DiscussionSeancePublique_Type";
|
|
479
|
+
Etape_Type: "Etape_Type";
|
|
480
|
+
EtudeImpact_Type: "EtudeImpact_Type";
|
|
481
|
+
MotionProcedure_Type: "MotionProcedure_Type";
|
|
482
|
+
NominRapporteurs_Type: "NominRapporteurs_Type";
|
|
483
|
+
ProcedureAccelere_Type: "ProcedureAccelere_Type";
|
|
484
|
+
Promulgation_Type: "Promulgation_Type";
|
|
485
|
+
RenvoiPrealable_Type: "RenvoiPrealable_Type";
|
|
486
|
+
RenvoiCMP_Type: "RenvoiCMP_Type";
|
|
487
|
+
RetraitInitiative_Type: "RetraitInitiative_Type";
|
|
488
|
+
SaisieComAvis_Type: "SaisieComAvis_Type";
|
|
489
|
+
SaisieComFond_Type: "SaisieComFond_Type";
|
|
490
|
+
SaisineConseilConstit_Type: "SaisineConseilConstit_Type";
|
|
491
|
+
}>;
|
|
492
|
+
/**
|
|
493
|
+
* Type representing an acte législatif XSI type.
|
|
494
|
+
*/
|
|
495
|
+
export type ActeLegislatifXsiType = z.infer<typeof ActeLegislatifXsiTypeSchema>;
|
|
496
|
+
/**
|
|
497
|
+
* Available options for type de texte associé.
|
|
498
|
+
*/
|
|
499
|
+
export declare const typeTexteOptions: readonly ["BTA", "TAP"];
|
|
500
|
+
/**
|
|
501
|
+
* Zod schema for type de texte associé.
|
|
502
|
+
*/
|
|
503
|
+
export declare const TypeTexteSchema: z.ZodEnum<{
|
|
504
|
+
BTA: "BTA";
|
|
505
|
+
TAP: "TAP";
|
|
506
|
+
}>;
|
|
507
|
+
/**
|
|
508
|
+
* Type representing a type de texte associé.
|
|
509
|
+
*/
|
|
510
|
+
export type TypeTexte = z.infer<typeof TypeTexteSchema>;
|
|
511
|
+
/**
|
|
512
|
+
* Available options for motif.
|
|
513
|
+
*/
|
|
514
|
+
export declare const motifOptions: readonly ["En application de l'article 61§2 de la Constitution"];
|
|
515
|
+
/**
|
|
516
|
+
* Zod schema for motif.
|
|
517
|
+
*/
|
|
518
|
+
export declare const MotifSchema: z.ZodEnum<{
|
|
519
|
+
"En application de l'article 61\u00A72 de la Constitution": "En application de l'article 61§2 de la Constitution";
|
|
520
|
+
}>;
|
|
521
|
+
/**
|
|
522
|
+
* Type representing a motif.
|
|
523
|
+
*/
|
|
524
|
+
export type Motif = z.infer<typeof MotifSchema>;
|
|
525
|
+
/**
|
|
526
|
+
* Available options for type de JO.
|
|
527
|
+
*/
|
|
528
|
+
export declare const typeJoOptions: readonly ["JO_LOI_DECRET"];
|
|
529
|
+
/**
|
|
530
|
+
* Zod schema for type de JO.
|
|
531
|
+
*/
|
|
532
|
+
export declare const TypeJoSchema: z.ZodEnum<{
|
|
533
|
+
JO_LOI_DECRET: "JO_LOI_DECRET";
|
|
534
|
+
}>;
|
|
535
|
+
/**
|
|
536
|
+
* Type representing a type de JO.
|
|
537
|
+
*/
|
|
538
|
+
export type TypeJo = z.infer<typeof TypeJoSchema>;
|
|
539
|
+
/**
|
|
540
|
+
* Available options for cause de fusion de dossier.
|
|
541
|
+
*/
|
|
542
|
+
export declare const causeOptions: readonly ["Dossier absorbé", "Examen commun"];
|
|
543
|
+
/**
|
|
544
|
+
* Zod schema for cause de fusion de dossier.
|
|
545
|
+
*/
|
|
546
|
+
export declare const CauseSchema: z.ZodEnum<{
|
|
547
|
+
"Dossier absorb\u00E9": "Dossier absorbé";
|
|
548
|
+
"Examen commun": "Examen commun";
|
|
549
|
+
}>;
|
|
550
|
+
/**
|
|
551
|
+
* Type representing a cause de fusion de dossier.
|
|
552
|
+
*/
|
|
553
|
+
export type Cause = z.infer<typeof CauseSchema>;
|
|
554
|
+
/**
|
|
555
|
+
* Available options for type de document externe associé.
|
|
556
|
+
*/
|
|
557
|
+
export declare const texteExterneAssocieTypeDocOptions: readonly ["Décret"];
|
|
558
|
+
/**
|
|
559
|
+
* Zod schema for type de document externe associé.
|
|
560
|
+
*/
|
|
561
|
+
export declare const TexteExterneAssocieTypeDocSchema: z.ZodEnum<{
|
|
562
|
+
Décret: "Décret";
|
|
563
|
+
}>;
|
|
564
|
+
/**
|
|
565
|
+
* Type representing a type de document externe associé.
|
|
566
|
+
*/
|
|
567
|
+
export type TexteExterneAssocieTypeDoc = z.infer<typeof TexteExterneAssocieTypeDocSchema>;
|
|
568
|
+
/**
|
|
569
|
+
* Procedure parlementaire (code + libellé)
|
|
570
|
+
*/
|
|
571
|
+
export declare const ProcedureParlementaireRawSchema: z.ZodObject<{
|
|
572
|
+
code: z.ZodString;
|
|
573
|
+
libelle: z.ZodString;
|
|
574
|
+
}, z.core.$strip>;
|
|
575
|
+
export type ProcedureParlementaireRaw = z.infer<typeof ProcedureParlementaireRawSchema>;
|
|
576
|
+
/**
|
|
577
|
+
* Sous-type
|
|
578
|
+
*/
|
|
579
|
+
export declare const SousTypeRawSchema: z.ZodObject<{
|
|
580
|
+
code: z.ZodEnum<{
|
|
581
|
+
ACCPRESRP: "ACCPRESRP";
|
|
582
|
+
APPART1515: "APPART1515";
|
|
583
|
+
APPART341: "APPART341";
|
|
584
|
+
APPLOI: "APPLOI";
|
|
585
|
+
AUE: "AUE";
|
|
586
|
+
AUTRATCONV: "AUTRATCONV";
|
|
587
|
+
AVECVOTE: "AVECVOTE";
|
|
588
|
+
CENSURE492: "CENSURE492";
|
|
589
|
+
CENSURE493: "CENSURE493";
|
|
590
|
+
COMENQ: "COMENQ";
|
|
591
|
+
COMPA: "COMPA";
|
|
592
|
+
COMSPCPTE: "COMSPCPTE";
|
|
593
|
+
CONST: "CONST";
|
|
594
|
+
CTRLBUDG: "CTRLBUDG";
|
|
595
|
+
DIVERS: "DIVERS";
|
|
596
|
+
ENGRESPTXT: "ENGRESPTXT";
|
|
597
|
+
ENQU: "ENQU";
|
|
598
|
+
FIN: "FIN";
|
|
599
|
+
FINGEST: "FINGEST";
|
|
600
|
+
FINRECT: "FINRECT";
|
|
601
|
+
FINSSOC: "FINSSOC";
|
|
602
|
+
FINSSOCREC: "FINSSOCREC";
|
|
603
|
+
IMPACTLOIS: "IMPACTLOIS";
|
|
604
|
+
LEGDELEGAN: "LEGDELEGAN";
|
|
605
|
+
MINFOCOMPER: "MINFOCOMPER";
|
|
606
|
+
MODREGLTAN: "MODREGLTAN";
|
|
607
|
+
NOTEOPECST: "NOTEOPECST";
|
|
608
|
+
OFFPARL: "OFFPARL";
|
|
609
|
+
ORG: "ORG";
|
|
610
|
+
PETITION: "PETITION";
|
|
611
|
+
PRESIDAGE: "PRESIDAGE";
|
|
612
|
+
PRESIDASS: "PRESIDASS";
|
|
613
|
+
PRESIDREP: "PRESIDREP";
|
|
614
|
+
PROPACTCOM: "PROPACTCOM";
|
|
615
|
+
PRPDIT: "PRPDIT";
|
|
616
|
+
RECT: "RECT";
|
|
617
|
+
REFART11: "REFART11";
|
|
618
|
+
RGLTBUDG: "RGLTBUDG";
|
|
619
|
+
RGLTBUDG2: "RGLTBUDG2";
|
|
620
|
+
SUPP: "SUPP";
|
|
621
|
+
SUSPOURS: "SUSPOURS";
|
|
622
|
+
TVXINSTITEUROP: "TVXINSTITEUROP";
|
|
623
|
+
}>;
|
|
624
|
+
libelle: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
625
|
+
libelleEdition: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
626
|
+
}, z.core.$strip>;
|
|
627
|
+
export type SousTypeRaw = z.infer<typeof SousTypeRawSchema>;
|
|
628
|
+
/**
|
|
629
|
+
* Famille de classification
|
|
630
|
+
*/
|
|
631
|
+
export declare const FamilleRawSchema: z.ZodObject<{
|
|
632
|
+
depot: z.ZodObject<{
|
|
633
|
+
code: z.ZodString;
|
|
634
|
+
libelle: z.ZodString;
|
|
635
|
+
}, z.core.$strip>;
|
|
636
|
+
classe: z.ZodObject<{
|
|
637
|
+
code: z.ZodString;
|
|
638
|
+
libelle: z.ZodString;
|
|
639
|
+
}, z.core.$strip>;
|
|
640
|
+
espece: z.ZodOptional<z.ZodObject<{
|
|
641
|
+
code: z.ZodString;
|
|
642
|
+
libelle: z.ZodString;
|
|
643
|
+
}, z.core.$strip>>;
|
|
644
|
+
}, z.core.$strip>;
|
|
645
|
+
export type FamilleRaw = z.infer<typeof FamilleRawSchema>;
|
|
646
|
+
/**
|
|
647
|
+
* Classification
|
|
648
|
+
*/
|
|
649
|
+
export declare const ClassificationRawSchema: z.ZodObject<{
|
|
650
|
+
famille: z.ZodNullable<z.ZodObject<{
|
|
651
|
+
depot: z.ZodObject<{
|
|
652
|
+
code: z.ZodString;
|
|
653
|
+
libelle: z.ZodString;
|
|
654
|
+
}, z.core.$strip>;
|
|
655
|
+
classe: z.ZodObject<{
|
|
656
|
+
code: z.ZodString;
|
|
657
|
+
libelle: z.ZodString;
|
|
658
|
+
}, z.core.$strip>;
|
|
659
|
+
espece: z.ZodOptional<z.ZodObject<{
|
|
660
|
+
code: z.ZodString;
|
|
661
|
+
libelle: z.ZodString;
|
|
662
|
+
}, z.core.$strip>>;
|
|
663
|
+
}, z.core.$strip>>;
|
|
664
|
+
type: z.ZodObject<{
|
|
665
|
+
code: z.ZodString;
|
|
666
|
+
libelle: z.ZodString;
|
|
667
|
+
}, z.core.$strip>;
|
|
668
|
+
sousType: z.ZodNullable<z.ZodObject<{
|
|
669
|
+
code: z.ZodEnum<{
|
|
670
|
+
ACCPRESRP: "ACCPRESRP";
|
|
671
|
+
APPART1515: "APPART1515";
|
|
672
|
+
APPART341: "APPART341";
|
|
673
|
+
APPLOI: "APPLOI";
|
|
674
|
+
AUE: "AUE";
|
|
675
|
+
AUTRATCONV: "AUTRATCONV";
|
|
676
|
+
AVECVOTE: "AVECVOTE";
|
|
677
|
+
CENSURE492: "CENSURE492";
|
|
678
|
+
CENSURE493: "CENSURE493";
|
|
679
|
+
COMENQ: "COMENQ";
|
|
680
|
+
COMPA: "COMPA";
|
|
681
|
+
COMSPCPTE: "COMSPCPTE";
|
|
682
|
+
CONST: "CONST";
|
|
683
|
+
CTRLBUDG: "CTRLBUDG";
|
|
684
|
+
DIVERS: "DIVERS";
|
|
685
|
+
ENGRESPTXT: "ENGRESPTXT";
|
|
686
|
+
ENQU: "ENQU";
|
|
687
|
+
FIN: "FIN";
|
|
688
|
+
FINGEST: "FINGEST";
|
|
689
|
+
FINRECT: "FINRECT";
|
|
690
|
+
FINSSOC: "FINSSOC";
|
|
691
|
+
FINSSOCREC: "FINSSOCREC";
|
|
692
|
+
IMPACTLOIS: "IMPACTLOIS";
|
|
693
|
+
LEGDELEGAN: "LEGDELEGAN";
|
|
694
|
+
MINFOCOMPER: "MINFOCOMPER";
|
|
695
|
+
MODREGLTAN: "MODREGLTAN";
|
|
696
|
+
NOTEOPECST: "NOTEOPECST";
|
|
697
|
+
OFFPARL: "OFFPARL";
|
|
698
|
+
ORG: "ORG";
|
|
699
|
+
PETITION: "PETITION";
|
|
700
|
+
PRESIDAGE: "PRESIDAGE";
|
|
701
|
+
PRESIDASS: "PRESIDASS";
|
|
702
|
+
PRESIDREP: "PRESIDREP";
|
|
703
|
+
PROPACTCOM: "PROPACTCOM";
|
|
704
|
+
PRPDIT: "PRPDIT";
|
|
705
|
+
RECT: "RECT";
|
|
706
|
+
REFART11: "REFART11";
|
|
707
|
+
RGLTBUDG: "RGLTBUDG";
|
|
708
|
+
RGLTBUDG2: "RGLTBUDG2";
|
|
709
|
+
SUPP: "SUPP";
|
|
710
|
+
SUSPOURS: "SUSPOURS";
|
|
711
|
+
TVXINSTITEUROP: "TVXINSTITEUROP";
|
|
712
|
+
}>;
|
|
713
|
+
libelle: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
714
|
+
libelleEdition: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
715
|
+
}, z.core.$strip>>;
|
|
716
|
+
statutAdoption: z.ZodNullable<z.ZodEnum<{
|
|
717
|
+
ADOPTCOM: "ADOPTCOM";
|
|
718
|
+
ADOPTSEANCE: "ADOPTSEANCE";
|
|
719
|
+
REJETSEANCE: "REJETSEANCE";
|
|
720
|
+
}>>;
|
|
721
|
+
}, z.core.$strip>;
|
|
722
|
+
export type ClassificationRaw = z.infer<typeof ClassificationRawSchema>;
|
|
723
|
+
/**
|
|
724
|
+
* Chrono (dates du cycle de vie)
|
|
725
|
+
*/
|
|
726
|
+
export declare const ChronoRawSchema: z.ZodObject<{
|
|
727
|
+
dateCreation: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
728
|
+
dateDepot: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
729
|
+
datePublication: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
730
|
+
datePublicationWeb: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
731
|
+
}, z.core.$strip>;
|
|
732
|
+
export type ChronoRaw = z.infer<typeof ChronoRawSchema>;
|
|
733
|
+
/**
|
|
734
|
+
* Cycle de vie
|
|
735
|
+
*/
|
|
736
|
+
export declare const CycleDeVieRawSchema: z.ZodObject<{
|
|
737
|
+
chrono: z.ZodObject<{
|
|
738
|
+
dateCreation: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
739
|
+
dateDepot: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
740
|
+
datePublication: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
741
|
+
datePublicationWeb: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
742
|
+
}, z.core.$strip>;
|
|
743
|
+
}, z.core.$strip>;
|
|
744
|
+
export type CycleDeVieRaw = z.infer<typeof CycleDeVieRawSchema>;
|
|
745
|
+
/**
|
|
746
|
+
* Titres
|
|
747
|
+
*/
|
|
748
|
+
export declare const TitresRawSchema: z.ZodObject<{
|
|
749
|
+
titrePrincipal: z.ZodString;
|
|
750
|
+
titrePrincipalCourt: z.ZodString;
|
|
751
|
+
}, z.core.$strip>;
|
|
752
|
+
export type TitresRaw = z.infer<typeof TitresRawSchema>;
|
|
753
|
+
/**
|
|
754
|
+
* Auteur acteur
|
|
755
|
+
*/
|
|
756
|
+
export declare const AuteurActeurRawSchema: z.ZodObject<{
|
|
757
|
+
acteurRef: z.ZodString;
|
|
758
|
+
qualite: z.ZodEnum<{
|
|
759
|
+
auteur: "auteur";
|
|
760
|
+
cosignataire: "cosignataire";
|
|
761
|
+
rapporteur: "rapporteur";
|
|
762
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
763
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
764
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
765
|
+
}>;
|
|
766
|
+
}, z.core.$strip>;
|
|
767
|
+
export type AuteurActeurRaw = z.infer<typeof AuteurActeurRawSchema>;
|
|
768
|
+
/**
|
|
769
|
+
* Auteur organe
|
|
770
|
+
*/
|
|
771
|
+
export declare const AuteurOrganeRawSchema: z.ZodObject<{
|
|
772
|
+
organeRef: z.ZodString;
|
|
773
|
+
}, z.core.$strip>;
|
|
774
|
+
export type AuteurOrganeRaw = z.infer<typeof AuteurOrganeRawSchema>;
|
|
775
|
+
/**
|
|
776
|
+
* Auteur element (either acteur or organe)
|
|
777
|
+
*/
|
|
778
|
+
export declare const AuteurElementRawSchema: z.ZodObject<{
|
|
779
|
+
acteur: z.ZodOptional<z.ZodObject<{
|
|
780
|
+
acteurRef: z.ZodString;
|
|
781
|
+
qualite: z.ZodEnum<{
|
|
782
|
+
auteur: "auteur";
|
|
783
|
+
cosignataire: "cosignataire";
|
|
784
|
+
rapporteur: "rapporteur";
|
|
785
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
786
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
787
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
788
|
+
}>;
|
|
789
|
+
}, z.core.$strip>>;
|
|
790
|
+
organe: z.ZodOptional<z.ZodObject<{
|
|
791
|
+
organeRef: z.ZodString;
|
|
792
|
+
}, z.core.$strip>>;
|
|
793
|
+
}, z.core.$strip>;
|
|
794
|
+
export type AuteurElementRaw = z.infer<typeof AuteurElementRawSchema>;
|
|
795
|
+
/**
|
|
796
|
+
* Auteurs
|
|
797
|
+
*/
|
|
798
|
+
export declare const auteursRawSchema: z.ZodObject<{
|
|
799
|
+
auteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
800
|
+
acteur: z.ZodOptional<z.ZodObject<{
|
|
801
|
+
acteurRef: z.ZodString;
|
|
802
|
+
qualite: z.ZodEnum<{
|
|
803
|
+
auteur: "auteur";
|
|
804
|
+
cosignataire: "cosignataire";
|
|
805
|
+
rapporteur: "rapporteur";
|
|
806
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
807
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
808
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
809
|
+
}>;
|
|
810
|
+
}, z.core.$strip>>;
|
|
811
|
+
organe: z.ZodOptional<z.ZodObject<{
|
|
812
|
+
organeRef: z.ZodString;
|
|
813
|
+
}, z.core.$strip>>;
|
|
814
|
+
}, z.core.$strip>>>;
|
|
815
|
+
}, z.core.$strip>;
|
|
816
|
+
export type AuteursRaw = z.infer<typeof auteursRawSchema>;
|
|
817
|
+
/**
|
|
818
|
+
* Correction
|
|
819
|
+
*/
|
|
820
|
+
export declare const CorrectionRawSchema: z.ZodObject<{
|
|
821
|
+
typeCorrection: z.ZodEnum<{
|
|
822
|
+
Rectifié: "Rectifié";
|
|
823
|
+
}>;
|
|
824
|
+
niveauCorrection: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
825
|
+
}, z.core.$strip>;
|
|
826
|
+
export type CorrectionRaw = z.infer<typeof CorrectionRawSchema>;
|
|
827
|
+
/**
|
|
828
|
+
* Notice
|
|
829
|
+
*/
|
|
830
|
+
export declare const NoticeRawSchema: z.ZodObject<{
|
|
831
|
+
numNotice: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
832
|
+
formule: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
833
|
+
adoptionConforme: z.ZodString;
|
|
834
|
+
}, z.core.$strip>;
|
|
835
|
+
export type NoticeRaw = z.infer<typeof NoticeRawSchema>;
|
|
836
|
+
/**
|
|
837
|
+
* Imprimerie
|
|
838
|
+
*/
|
|
839
|
+
export declare const ImprimerieRawSchema: z.ZodObject<{
|
|
840
|
+
DIAN: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
841
|
+
ISBN: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
842
|
+
ISSN: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
843
|
+
nbPage: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
844
|
+
prix: z.ZodNullable<z.ZodString>;
|
|
845
|
+
}, z.core.$strip>;
|
|
846
|
+
export type ImprimerieRaw = z.infer<typeof ImprimerieRawSchema>;
|
|
847
|
+
/**
|
|
848
|
+
* Theme
|
|
849
|
+
*/
|
|
850
|
+
export declare const ThemeRawSchema: z.ZodObject<{
|
|
851
|
+
libelleTheme: z.ZodString;
|
|
852
|
+
}, z.core.$strip>;
|
|
853
|
+
export type ThemeRaw = z.infer<typeof ThemeRawSchema>;
|
|
854
|
+
/**
|
|
855
|
+
* Themes
|
|
856
|
+
*/
|
|
857
|
+
export declare const ThemesRawSchema: z.ZodObject<{
|
|
858
|
+
"@niveau": z.ZodString;
|
|
859
|
+
theme: z.ZodObject<{
|
|
860
|
+
libelleTheme: z.ZodString;
|
|
861
|
+
}, z.core.$strip>;
|
|
862
|
+
}, z.core.$strip>;
|
|
863
|
+
export type ThemesRaw = z.infer<typeof ThemesRawSchema>;
|
|
864
|
+
/**
|
|
865
|
+
* Indexation
|
|
866
|
+
*/
|
|
867
|
+
export declare const IndexationRawSchema: z.ZodObject<{
|
|
868
|
+
themes: z.ZodObject<{
|
|
869
|
+
"@niveau": z.ZodString;
|
|
870
|
+
theme: z.ZodObject<{
|
|
871
|
+
libelleTheme: z.ZodString;
|
|
872
|
+
}, z.core.$strip>;
|
|
873
|
+
}, z.core.$strip>;
|
|
874
|
+
}, z.core.$strip>;
|
|
875
|
+
export type IndexationRaw = z.infer<typeof IndexationRawSchema>;
|
|
876
|
+
/**
|
|
877
|
+
* Organes référents
|
|
878
|
+
*/
|
|
879
|
+
export declare const OrganesReferentsRawSchema: z.ZodObject<{
|
|
880
|
+
organeRef: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
|
|
881
|
+
}, z.core.$strip>;
|
|
882
|
+
export type OrganesReferentsRaw = z.infer<typeof OrganesReferentsRawSchema>;
|
|
883
|
+
/**
|
|
884
|
+
* Co-signataire acteur
|
|
885
|
+
*/
|
|
886
|
+
export declare const CoSignataireActeurRawSchema: z.ZodObject<{
|
|
887
|
+
acteurRef: z.ZodString;
|
|
888
|
+
}, z.core.$strip>;
|
|
889
|
+
export type CoSignataireActeurRaw = z.infer<typeof CoSignataireActeurRawSchema>;
|
|
890
|
+
/**
|
|
891
|
+
* Co-signataire organe
|
|
892
|
+
*/
|
|
893
|
+
export declare const CoSignataireOrganeRawSchema: z.ZodObject<{
|
|
894
|
+
organeRef: z.ZodString;
|
|
895
|
+
etApparentes: z.ZodString;
|
|
896
|
+
}, z.core.$strip>;
|
|
897
|
+
export type CoSignataireOrganeRaw = z.infer<typeof CoSignataireOrganeRawSchema>;
|
|
898
|
+
/**
|
|
899
|
+
* Co-signataire element
|
|
900
|
+
*/
|
|
901
|
+
export declare const CoSignataireElementRawSchema: z.ZodObject<{
|
|
902
|
+
acteur: z.ZodOptional<z.ZodObject<{
|
|
903
|
+
acteurRef: z.ZodString;
|
|
904
|
+
}, z.core.$strip>>;
|
|
905
|
+
dateCosignature: z.ZodString;
|
|
906
|
+
dateRetraitCosignature: z.ZodNullable<z.ZodString>;
|
|
907
|
+
edite: z.ZodString;
|
|
908
|
+
organe: z.ZodOptional<z.ZodObject<{
|
|
909
|
+
organeRef: z.ZodString;
|
|
910
|
+
etApparentes: z.ZodString;
|
|
911
|
+
}, z.core.$strip>>;
|
|
912
|
+
}, z.core.$strip>;
|
|
913
|
+
export type CoSignataireElementRaw = z.infer<typeof CoSignataireElementRawSchema>;
|
|
914
|
+
/**
|
|
915
|
+
* Co-signataires
|
|
916
|
+
*/
|
|
917
|
+
export declare const CoSignatairesRawSchema: z.ZodObject<{
|
|
918
|
+
coSignataire: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
919
|
+
acteur: z.ZodOptional<z.ZodObject<{
|
|
920
|
+
acteurRef: z.ZodString;
|
|
921
|
+
}, z.core.$strip>>;
|
|
922
|
+
dateCosignature: z.ZodString;
|
|
923
|
+
dateRetraitCosignature: z.ZodNullable<z.ZodString>;
|
|
924
|
+
edite: z.ZodString;
|
|
925
|
+
organe: z.ZodOptional<z.ZodObject<{
|
|
926
|
+
organeRef: z.ZodString;
|
|
927
|
+
etApparentes: z.ZodString;
|
|
928
|
+
}, z.core.$strip>>;
|
|
929
|
+
}, z.core.$strip>>>;
|
|
930
|
+
}, z.core.$strip>;
|
|
931
|
+
export type CoSignatairesRaw = z.infer<typeof CoSignatairesRawSchema>;
|
|
932
|
+
/**
|
|
933
|
+
* Amendements séance
|
|
934
|
+
*/
|
|
935
|
+
export declare const AmendementsSeanceRawSchema: z.ZodObject<{
|
|
936
|
+
amendable: z.ZodString;
|
|
937
|
+
dateLimiteDepot: z.ZodNull;
|
|
938
|
+
}, z.core.$strip>;
|
|
939
|
+
export type AmendementsSeanceRaw = z.infer<typeof AmendementsSeanceRawSchema>;
|
|
940
|
+
/**
|
|
941
|
+
* Commission element
|
|
942
|
+
*/
|
|
943
|
+
export declare const CommissionElementRawSchema: z.ZodObject<{
|
|
944
|
+
organeRef: z.ZodString;
|
|
945
|
+
amendable: z.ZodString;
|
|
946
|
+
dateLimiteDepot: z.ZodNull;
|
|
947
|
+
}, z.core.$strip>;
|
|
948
|
+
export type CommissionElementRaw = z.infer<typeof CommissionElementRawSchema>;
|
|
949
|
+
/**
|
|
950
|
+
* Amendements commission
|
|
951
|
+
*/
|
|
952
|
+
export declare const AmendementsCommissionRawSchema: z.ZodObject<{
|
|
953
|
+
commission: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
954
|
+
organeRef: z.ZodString;
|
|
955
|
+
amendable: z.ZodString;
|
|
956
|
+
dateLimiteDepot: z.ZodNull;
|
|
957
|
+
}, z.core.$strip>>>;
|
|
958
|
+
}, z.core.$strip>;
|
|
959
|
+
export type AmendementsCommissionRaw = z.infer<typeof AmendementsCommissionRawSchema>;
|
|
960
|
+
/**
|
|
961
|
+
* Dépôt amendements
|
|
962
|
+
*/
|
|
963
|
+
export declare const DepotAmendementsRawSchema: z.ZodObject<{
|
|
964
|
+
amendementsSeance: z.ZodObject<{
|
|
965
|
+
amendable: z.ZodString;
|
|
966
|
+
dateLimiteDepot: z.ZodNull;
|
|
967
|
+
}, z.core.$strip>;
|
|
968
|
+
amendementsCommission: z.ZodOptional<z.ZodObject<{
|
|
969
|
+
commission: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
970
|
+
organeRef: z.ZodString;
|
|
971
|
+
amendable: z.ZodString;
|
|
972
|
+
dateLimiteDepot: z.ZodNull;
|
|
973
|
+
}, z.core.$strip>>>;
|
|
974
|
+
}, z.core.$strip>>;
|
|
975
|
+
}, z.core.$strip>;
|
|
976
|
+
export type DepotAmendementsRaw = z.infer<typeof DepotAmendementsRawSchema>;
|
|
977
|
+
/**
|
|
978
|
+
* Division (recursive structure - uses z.lazy)
|
|
979
|
+
*
|
|
980
|
+
* Divisions can contain nested divisions
|
|
981
|
+
*/
|
|
982
|
+
export declare const DivisionRawSchema: z.ZodType<any>;
|
|
983
|
+
export type DivisionRaw = z.infer<typeof DivisionRawSchema>;
|
|
984
|
+
/**
|
|
985
|
+
* Divisions
|
|
986
|
+
*/
|
|
987
|
+
export declare const DivisionsRawSchema: z.ZodObject<{
|
|
988
|
+
division: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
|
|
989
|
+
}, z.core.$strip>;
|
|
990
|
+
export type DivisionsRaw = z.infer<typeof DivisionsRawSchema>;
|
|
991
|
+
/**
|
|
992
|
+
* Document supprimé metadata
|
|
993
|
+
*/
|
|
994
|
+
export declare const DocumentSupprimeMetadataRawSchema: z.ZodObject<{
|
|
995
|
+
dateSuppression: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>> & z.ZodType<Date, unknown, z.core.$ZodTypeInternals<Date, unknown>>, z.ZodTransform<Date, Date>>;
|
|
996
|
+
}, z.core.$strip>;
|
|
997
|
+
export type DocumentSupprimeMetadataRaw = z.infer<typeof DocumentSupprimeMetadataRawSchema>;
|
|
998
|
+
/**
|
|
999
|
+
* Document supprimé
|
|
1000
|
+
*/
|
|
1001
|
+
export declare const DocumentSupprimeRawSchema: z.ZodObject<{
|
|
1002
|
+
"@xmlns": z.ZodString;
|
|
1003
|
+
"@xmlns:xsi": z.ZodString;
|
|
1004
|
+
"@xsi:type": z.ZodEnum<{
|
|
1005
|
+
accordInternational_Type: "accordInternational_Type";
|
|
1006
|
+
avisConseilEtat_Type: "avisConseilEtat_Type";
|
|
1007
|
+
documentEtudeImpact_Type: "documentEtudeImpact_Type";
|
|
1008
|
+
rapportParlementaire_Type: "rapportParlementaire_Type";
|
|
1009
|
+
texteLoi_Type: "texteLoi_Type";
|
|
1010
|
+
}>;
|
|
1011
|
+
uid: z.ZodString;
|
|
1012
|
+
metadatas: z.ZodObject<{
|
|
1013
|
+
dateSuppression: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>> & z.ZodType<Date, unknown, z.core.$ZodTypeInternals<Date, unknown>>, z.ZodTransform<Date, Date>>;
|
|
1014
|
+
}, z.core.$strip>;
|
|
1015
|
+
}, z.core.$strip>;
|
|
1016
|
+
export type DocumentSupprimeRaw = z.infer<typeof DocumentSupprimeRawSchema>;
|
|
1017
|
+
/**
|
|
1018
|
+
* Document document (full document)
|
|
1019
|
+
*/
|
|
1020
|
+
export declare const DocumentDocumentRawSchema: z.ZodObject<{
|
|
1021
|
+
"@xmlns": z.ZodString;
|
|
1022
|
+
"@xmlns:xsi": z.ZodString;
|
|
1023
|
+
"@xsi:type": z.ZodEnum<{
|
|
1024
|
+
accordInternational_Type: "accordInternational_Type";
|
|
1025
|
+
avisConseilEtat_Type: "avisConseilEtat_Type";
|
|
1026
|
+
documentEtudeImpact_Type: "documentEtudeImpact_Type";
|
|
1027
|
+
rapportParlementaire_Type: "rapportParlementaire_Type";
|
|
1028
|
+
texteLoi_Type: "texteLoi_Type";
|
|
1029
|
+
}>;
|
|
1030
|
+
uid: z.ZodString;
|
|
1031
|
+
legislature: z.ZodNullable<z.ZodString>;
|
|
1032
|
+
cycleDeVie: z.ZodObject<{
|
|
1033
|
+
chrono: z.ZodObject<{
|
|
1034
|
+
dateCreation: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
1035
|
+
dateDepot: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
1036
|
+
datePublication: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
1037
|
+
datePublicationWeb: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
1038
|
+
}, z.core.$strip>;
|
|
1039
|
+
}, z.core.$strip>;
|
|
1040
|
+
denominationStructurelle: z.ZodEnum<{
|
|
1041
|
+
Allocution: "Allocution";
|
|
1042
|
+
Avis: "Avis";
|
|
1043
|
+
Déclaration: "Déclaration";
|
|
1044
|
+
Lettre: "Lettre";
|
|
1045
|
+
Message: "Message";
|
|
1046
|
+
Motion: "Motion";
|
|
1047
|
+
"Projet de loi": "Projet de loi";
|
|
1048
|
+
"Proposition de loi": "Proposition de loi";
|
|
1049
|
+
"Proposition de r\u00E9solution": "Proposition de résolution";
|
|
1050
|
+
Rapport: "Rapport";
|
|
1051
|
+
"Rapport d'information": "Rapport d'information";
|
|
1052
|
+
Résolution: "Résolution";
|
|
1053
|
+
}>;
|
|
1054
|
+
provenance: z.ZodOptional<z.ZodEnum<{
|
|
1055
|
+
Commission: "Commission";
|
|
1056
|
+
Séance: "Séance";
|
|
1057
|
+
"Texte D\u00E9pos\u00E9": "Texte Déposé";
|
|
1058
|
+
}>>;
|
|
1059
|
+
titres: z.ZodObject<{
|
|
1060
|
+
titrePrincipal: z.ZodString;
|
|
1061
|
+
titrePrincipalCourt: z.ZodString;
|
|
1062
|
+
}, z.core.$strip>;
|
|
1063
|
+
divisions: z.ZodNullable<z.ZodObject<{
|
|
1064
|
+
division: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
|
|
1065
|
+
}, z.core.$strip>>;
|
|
1066
|
+
dossierRef: z.ZodString;
|
|
1067
|
+
redacteur: z.ZodNull;
|
|
1068
|
+
classification: z.ZodObject<{
|
|
1069
|
+
famille: z.ZodNullable<z.ZodObject<{
|
|
1070
|
+
depot: z.ZodObject<{
|
|
1071
|
+
code: z.ZodString;
|
|
1072
|
+
libelle: z.ZodString;
|
|
1073
|
+
}, z.core.$strip>;
|
|
1074
|
+
classe: z.ZodObject<{
|
|
1075
|
+
code: z.ZodString;
|
|
1076
|
+
libelle: z.ZodString;
|
|
1077
|
+
}, z.core.$strip>;
|
|
1078
|
+
espece: z.ZodOptional<z.ZodObject<{
|
|
1079
|
+
code: z.ZodString;
|
|
1080
|
+
libelle: z.ZodString;
|
|
1081
|
+
}, z.core.$strip>>;
|
|
1082
|
+
}, z.core.$strip>>;
|
|
1083
|
+
type: z.ZodObject<{
|
|
1084
|
+
code: z.ZodString;
|
|
1085
|
+
libelle: z.ZodString;
|
|
1086
|
+
}, z.core.$strip>;
|
|
1087
|
+
sousType: z.ZodNullable<z.ZodObject<{
|
|
1088
|
+
code: z.ZodEnum<{
|
|
1089
|
+
ACCPRESRP: "ACCPRESRP";
|
|
1090
|
+
APPART1515: "APPART1515";
|
|
1091
|
+
APPART341: "APPART341";
|
|
1092
|
+
APPLOI: "APPLOI";
|
|
1093
|
+
AUE: "AUE";
|
|
1094
|
+
AUTRATCONV: "AUTRATCONV";
|
|
1095
|
+
AVECVOTE: "AVECVOTE";
|
|
1096
|
+
CENSURE492: "CENSURE492";
|
|
1097
|
+
CENSURE493: "CENSURE493";
|
|
1098
|
+
COMENQ: "COMENQ";
|
|
1099
|
+
COMPA: "COMPA";
|
|
1100
|
+
COMSPCPTE: "COMSPCPTE";
|
|
1101
|
+
CONST: "CONST";
|
|
1102
|
+
CTRLBUDG: "CTRLBUDG";
|
|
1103
|
+
DIVERS: "DIVERS";
|
|
1104
|
+
ENGRESPTXT: "ENGRESPTXT";
|
|
1105
|
+
ENQU: "ENQU";
|
|
1106
|
+
FIN: "FIN";
|
|
1107
|
+
FINGEST: "FINGEST";
|
|
1108
|
+
FINRECT: "FINRECT";
|
|
1109
|
+
FINSSOC: "FINSSOC";
|
|
1110
|
+
FINSSOCREC: "FINSSOCREC";
|
|
1111
|
+
IMPACTLOIS: "IMPACTLOIS";
|
|
1112
|
+
LEGDELEGAN: "LEGDELEGAN";
|
|
1113
|
+
MINFOCOMPER: "MINFOCOMPER";
|
|
1114
|
+
MODREGLTAN: "MODREGLTAN";
|
|
1115
|
+
NOTEOPECST: "NOTEOPECST";
|
|
1116
|
+
OFFPARL: "OFFPARL";
|
|
1117
|
+
ORG: "ORG";
|
|
1118
|
+
PETITION: "PETITION";
|
|
1119
|
+
PRESIDAGE: "PRESIDAGE";
|
|
1120
|
+
PRESIDASS: "PRESIDASS";
|
|
1121
|
+
PRESIDREP: "PRESIDREP";
|
|
1122
|
+
PROPACTCOM: "PROPACTCOM";
|
|
1123
|
+
PRPDIT: "PRPDIT";
|
|
1124
|
+
RECT: "RECT";
|
|
1125
|
+
REFART11: "REFART11";
|
|
1126
|
+
RGLTBUDG: "RGLTBUDG";
|
|
1127
|
+
RGLTBUDG2: "RGLTBUDG2";
|
|
1128
|
+
SUPP: "SUPP";
|
|
1129
|
+
SUSPOURS: "SUSPOURS";
|
|
1130
|
+
TVXINSTITEUROP: "TVXINSTITEUROP";
|
|
1131
|
+
}>;
|
|
1132
|
+
libelle: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
1133
|
+
libelleEdition: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
1134
|
+
}, z.core.$strip>>;
|
|
1135
|
+
statutAdoption: z.ZodNullable<z.ZodEnum<{
|
|
1136
|
+
ADOPTCOM: "ADOPTCOM";
|
|
1137
|
+
ADOPTSEANCE: "ADOPTSEANCE";
|
|
1138
|
+
REJETSEANCE: "REJETSEANCE";
|
|
1139
|
+
}>>;
|
|
1140
|
+
}, z.core.$strip>;
|
|
1141
|
+
auteurs: z.ZodObject<{
|
|
1142
|
+
auteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
1143
|
+
acteur: z.ZodOptional<z.ZodObject<{
|
|
1144
|
+
acteurRef: z.ZodString;
|
|
1145
|
+
qualite: z.ZodEnum<{
|
|
1146
|
+
auteur: "auteur";
|
|
1147
|
+
cosignataire: "cosignataire";
|
|
1148
|
+
rapporteur: "rapporteur";
|
|
1149
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
1150
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
1151
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
1152
|
+
}>;
|
|
1153
|
+
}, z.core.$strip>>;
|
|
1154
|
+
organe: z.ZodOptional<z.ZodObject<{
|
|
1155
|
+
organeRef: z.ZodString;
|
|
1156
|
+
}, z.core.$strip>>;
|
|
1157
|
+
}, z.core.$strip>>>;
|
|
1158
|
+
}, z.core.$strip>;
|
|
1159
|
+
correction: z.ZodNullable<z.ZodObject<{
|
|
1160
|
+
typeCorrection: z.ZodEnum<{
|
|
1161
|
+
Rectifié: "Rectifié";
|
|
1162
|
+
}>;
|
|
1163
|
+
niveauCorrection: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
1164
|
+
}, z.core.$strip>>;
|
|
1165
|
+
notice: z.ZodObject<{
|
|
1166
|
+
numNotice: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
1167
|
+
formule: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
1168
|
+
adoptionConforme: z.ZodString;
|
|
1169
|
+
}, z.core.$strip>;
|
|
1170
|
+
indexation: z.ZodNullable<z.ZodObject<{
|
|
1171
|
+
themes: z.ZodObject<{
|
|
1172
|
+
"@niveau": z.ZodString;
|
|
1173
|
+
theme: z.ZodObject<{
|
|
1174
|
+
libelleTheme: z.ZodString;
|
|
1175
|
+
}, z.core.$strip>;
|
|
1176
|
+
}, z.core.$strip>;
|
|
1177
|
+
}, z.core.$strip>>;
|
|
1178
|
+
imprimerie: z.ZodNullable<z.ZodObject<{
|
|
1179
|
+
DIAN: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1180
|
+
ISBN: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1181
|
+
ISSN: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1182
|
+
nbPage: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1183
|
+
prix: z.ZodNullable<z.ZodString>;
|
|
1184
|
+
}, z.core.$strip>>;
|
|
1185
|
+
coSignataires: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1186
|
+
coSignataire: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
1187
|
+
acteur: z.ZodOptional<z.ZodObject<{
|
|
1188
|
+
acteurRef: z.ZodString;
|
|
1189
|
+
}, z.core.$strip>>;
|
|
1190
|
+
dateCosignature: z.ZodString;
|
|
1191
|
+
dateRetraitCosignature: z.ZodNullable<z.ZodString>;
|
|
1192
|
+
edite: z.ZodString;
|
|
1193
|
+
organe: z.ZodOptional<z.ZodObject<{
|
|
1194
|
+
organeRef: z.ZodString;
|
|
1195
|
+
etApparentes: z.ZodString;
|
|
1196
|
+
}, z.core.$strip>>;
|
|
1197
|
+
}, z.core.$strip>>>;
|
|
1198
|
+
}, z.core.$strip>>>;
|
|
1199
|
+
depotAmendements: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1200
|
+
amendementsSeance: z.ZodObject<{
|
|
1201
|
+
amendable: z.ZodString;
|
|
1202
|
+
dateLimiteDepot: z.ZodNull;
|
|
1203
|
+
}, z.core.$strip>;
|
|
1204
|
+
amendementsCommission: z.ZodOptional<z.ZodObject<{
|
|
1205
|
+
commission: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
1206
|
+
organeRef: z.ZodString;
|
|
1207
|
+
amendable: z.ZodString;
|
|
1208
|
+
dateLimiteDepot: z.ZodNull;
|
|
1209
|
+
}, z.core.$strip>>>;
|
|
1210
|
+
}, z.core.$strip>>;
|
|
1211
|
+
}, z.core.$strip>>>;
|
|
1212
|
+
organesReferents: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1213
|
+
organeRef: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
|
|
1214
|
+
}, z.core.$strip>>>;
|
|
1215
|
+
rapportPublie: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"true">, z.ZodLiteral<"false">, z.ZodLiteral<"undefined">]>>;
|
|
1216
|
+
}, z.core.$strip>;
|
|
1217
|
+
export type DocumentDocumentRaw = z.infer<typeof DocumentDocumentRawSchema>;
|
|
1218
|
+
/**
|
|
1219
|
+
* Document (discriminated union: full document or supprimé)
|
|
1220
|
+
*/
|
|
1221
|
+
export declare const DocumentRawSchema: z.ZodObject<{
|
|
1222
|
+
document: z.ZodUnion<readonly [z.ZodObject<{
|
|
1223
|
+
"@xmlns": z.ZodString;
|
|
1224
|
+
"@xmlns:xsi": z.ZodString;
|
|
1225
|
+
"@xsi:type": z.ZodEnum<{
|
|
1226
|
+
accordInternational_Type: "accordInternational_Type";
|
|
1227
|
+
avisConseilEtat_Type: "avisConseilEtat_Type";
|
|
1228
|
+
documentEtudeImpact_Type: "documentEtudeImpact_Type";
|
|
1229
|
+
rapportParlementaire_Type: "rapportParlementaire_Type";
|
|
1230
|
+
texteLoi_Type: "texteLoi_Type";
|
|
1231
|
+
}>;
|
|
1232
|
+
uid: z.ZodString;
|
|
1233
|
+
legislature: z.ZodNullable<z.ZodString>;
|
|
1234
|
+
cycleDeVie: z.ZodObject<{
|
|
1235
|
+
chrono: z.ZodObject<{
|
|
1236
|
+
dateCreation: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
1237
|
+
dateDepot: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
1238
|
+
datePublication: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
1239
|
+
datePublicationWeb: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
1240
|
+
}, z.core.$strip>;
|
|
1241
|
+
}, z.core.$strip>;
|
|
1242
|
+
denominationStructurelle: z.ZodEnum<{
|
|
1243
|
+
Allocution: "Allocution";
|
|
1244
|
+
Avis: "Avis";
|
|
1245
|
+
Déclaration: "Déclaration";
|
|
1246
|
+
Lettre: "Lettre";
|
|
1247
|
+
Message: "Message";
|
|
1248
|
+
Motion: "Motion";
|
|
1249
|
+
"Projet de loi": "Projet de loi";
|
|
1250
|
+
"Proposition de loi": "Proposition de loi";
|
|
1251
|
+
"Proposition de r\u00E9solution": "Proposition de résolution";
|
|
1252
|
+
Rapport: "Rapport";
|
|
1253
|
+
"Rapport d'information": "Rapport d'information";
|
|
1254
|
+
Résolution: "Résolution";
|
|
1255
|
+
}>;
|
|
1256
|
+
provenance: z.ZodOptional<z.ZodEnum<{
|
|
1257
|
+
Commission: "Commission";
|
|
1258
|
+
Séance: "Séance";
|
|
1259
|
+
"Texte D\u00E9pos\u00E9": "Texte Déposé";
|
|
1260
|
+
}>>;
|
|
1261
|
+
titres: z.ZodObject<{
|
|
1262
|
+
titrePrincipal: z.ZodString;
|
|
1263
|
+
titrePrincipalCourt: z.ZodString;
|
|
1264
|
+
}, z.core.$strip>;
|
|
1265
|
+
divisions: z.ZodNullable<z.ZodObject<{
|
|
1266
|
+
division: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
|
|
1267
|
+
}, z.core.$strip>>;
|
|
1268
|
+
dossierRef: z.ZodString;
|
|
1269
|
+
redacteur: z.ZodNull;
|
|
1270
|
+
classification: z.ZodObject<{
|
|
1271
|
+
famille: z.ZodNullable<z.ZodObject<{
|
|
1272
|
+
depot: z.ZodObject<{
|
|
1273
|
+
code: z.ZodString;
|
|
1274
|
+
libelle: z.ZodString;
|
|
1275
|
+
}, z.core.$strip>;
|
|
1276
|
+
classe: z.ZodObject<{
|
|
1277
|
+
code: z.ZodString;
|
|
1278
|
+
libelle: z.ZodString;
|
|
1279
|
+
}, z.core.$strip>;
|
|
1280
|
+
espece: z.ZodOptional<z.ZodObject<{
|
|
1281
|
+
code: z.ZodString;
|
|
1282
|
+
libelle: z.ZodString;
|
|
1283
|
+
}, z.core.$strip>>;
|
|
1284
|
+
}, z.core.$strip>>;
|
|
1285
|
+
type: z.ZodObject<{
|
|
1286
|
+
code: z.ZodString;
|
|
1287
|
+
libelle: z.ZodString;
|
|
1288
|
+
}, z.core.$strip>;
|
|
1289
|
+
sousType: z.ZodNullable<z.ZodObject<{
|
|
1290
|
+
code: z.ZodEnum<{
|
|
1291
|
+
ACCPRESRP: "ACCPRESRP";
|
|
1292
|
+
APPART1515: "APPART1515";
|
|
1293
|
+
APPART341: "APPART341";
|
|
1294
|
+
APPLOI: "APPLOI";
|
|
1295
|
+
AUE: "AUE";
|
|
1296
|
+
AUTRATCONV: "AUTRATCONV";
|
|
1297
|
+
AVECVOTE: "AVECVOTE";
|
|
1298
|
+
CENSURE492: "CENSURE492";
|
|
1299
|
+
CENSURE493: "CENSURE493";
|
|
1300
|
+
COMENQ: "COMENQ";
|
|
1301
|
+
COMPA: "COMPA";
|
|
1302
|
+
COMSPCPTE: "COMSPCPTE";
|
|
1303
|
+
CONST: "CONST";
|
|
1304
|
+
CTRLBUDG: "CTRLBUDG";
|
|
1305
|
+
DIVERS: "DIVERS";
|
|
1306
|
+
ENGRESPTXT: "ENGRESPTXT";
|
|
1307
|
+
ENQU: "ENQU";
|
|
1308
|
+
FIN: "FIN";
|
|
1309
|
+
FINGEST: "FINGEST";
|
|
1310
|
+
FINRECT: "FINRECT";
|
|
1311
|
+
FINSSOC: "FINSSOC";
|
|
1312
|
+
FINSSOCREC: "FINSSOCREC";
|
|
1313
|
+
IMPACTLOIS: "IMPACTLOIS";
|
|
1314
|
+
LEGDELEGAN: "LEGDELEGAN";
|
|
1315
|
+
MINFOCOMPER: "MINFOCOMPER";
|
|
1316
|
+
MODREGLTAN: "MODREGLTAN";
|
|
1317
|
+
NOTEOPECST: "NOTEOPECST";
|
|
1318
|
+
OFFPARL: "OFFPARL";
|
|
1319
|
+
ORG: "ORG";
|
|
1320
|
+
PETITION: "PETITION";
|
|
1321
|
+
PRESIDAGE: "PRESIDAGE";
|
|
1322
|
+
PRESIDASS: "PRESIDASS";
|
|
1323
|
+
PRESIDREP: "PRESIDREP";
|
|
1324
|
+
PROPACTCOM: "PROPACTCOM";
|
|
1325
|
+
PRPDIT: "PRPDIT";
|
|
1326
|
+
RECT: "RECT";
|
|
1327
|
+
REFART11: "REFART11";
|
|
1328
|
+
RGLTBUDG: "RGLTBUDG";
|
|
1329
|
+
RGLTBUDG2: "RGLTBUDG2";
|
|
1330
|
+
SUPP: "SUPP";
|
|
1331
|
+
SUSPOURS: "SUSPOURS";
|
|
1332
|
+
TVXINSTITEUROP: "TVXINSTITEUROP";
|
|
1333
|
+
}>;
|
|
1334
|
+
libelle: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
1335
|
+
libelleEdition: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
1336
|
+
}, z.core.$strip>>;
|
|
1337
|
+
statutAdoption: z.ZodNullable<z.ZodEnum<{
|
|
1338
|
+
ADOPTCOM: "ADOPTCOM";
|
|
1339
|
+
ADOPTSEANCE: "ADOPTSEANCE";
|
|
1340
|
+
REJETSEANCE: "REJETSEANCE";
|
|
1341
|
+
}>>;
|
|
1342
|
+
}, z.core.$strip>;
|
|
1343
|
+
auteurs: z.ZodObject<{
|
|
1344
|
+
auteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
1345
|
+
acteur: z.ZodOptional<z.ZodObject<{
|
|
1346
|
+
acteurRef: z.ZodString;
|
|
1347
|
+
qualite: z.ZodEnum<{
|
|
1348
|
+
auteur: "auteur";
|
|
1349
|
+
cosignataire: "cosignataire";
|
|
1350
|
+
rapporteur: "rapporteur";
|
|
1351
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
1352
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
1353
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
1354
|
+
}>;
|
|
1355
|
+
}, z.core.$strip>>;
|
|
1356
|
+
organe: z.ZodOptional<z.ZodObject<{
|
|
1357
|
+
organeRef: z.ZodString;
|
|
1358
|
+
}, z.core.$strip>>;
|
|
1359
|
+
}, z.core.$strip>>>;
|
|
1360
|
+
}, z.core.$strip>;
|
|
1361
|
+
correction: z.ZodNullable<z.ZodObject<{
|
|
1362
|
+
typeCorrection: z.ZodEnum<{
|
|
1363
|
+
Rectifié: "Rectifié";
|
|
1364
|
+
}>;
|
|
1365
|
+
niveauCorrection: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
1366
|
+
}, z.core.$strip>>;
|
|
1367
|
+
notice: z.ZodObject<{
|
|
1368
|
+
numNotice: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
1369
|
+
formule: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
1370
|
+
adoptionConforme: z.ZodString;
|
|
1371
|
+
}, z.core.$strip>;
|
|
1372
|
+
indexation: z.ZodNullable<z.ZodObject<{
|
|
1373
|
+
themes: z.ZodObject<{
|
|
1374
|
+
"@niveau": z.ZodString;
|
|
1375
|
+
theme: z.ZodObject<{
|
|
1376
|
+
libelleTheme: z.ZodString;
|
|
1377
|
+
}, z.core.$strip>;
|
|
1378
|
+
}, z.core.$strip>;
|
|
1379
|
+
}, z.core.$strip>>;
|
|
1380
|
+
imprimerie: z.ZodNullable<z.ZodObject<{
|
|
1381
|
+
DIAN: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1382
|
+
ISBN: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1383
|
+
ISSN: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1384
|
+
nbPage: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1385
|
+
prix: z.ZodNullable<z.ZodString>;
|
|
1386
|
+
}, z.core.$strip>>;
|
|
1387
|
+
coSignataires: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1388
|
+
coSignataire: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
1389
|
+
acteur: z.ZodOptional<z.ZodObject<{
|
|
1390
|
+
acteurRef: z.ZodString;
|
|
1391
|
+
}, z.core.$strip>>;
|
|
1392
|
+
dateCosignature: z.ZodString;
|
|
1393
|
+
dateRetraitCosignature: z.ZodNullable<z.ZodString>;
|
|
1394
|
+
edite: z.ZodString;
|
|
1395
|
+
organe: z.ZodOptional<z.ZodObject<{
|
|
1396
|
+
organeRef: z.ZodString;
|
|
1397
|
+
etApparentes: z.ZodString;
|
|
1398
|
+
}, z.core.$strip>>;
|
|
1399
|
+
}, z.core.$strip>>>;
|
|
1400
|
+
}, z.core.$strip>>>;
|
|
1401
|
+
depotAmendements: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1402
|
+
amendementsSeance: z.ZodObject<{
|
|
1403
|
+
amendable: z.ZodString;
|
|
1404
|
+
dateLimiteDepot: z.ZodNull;
|
|
1405
|
+
}, z.core.$strip>;
|
|
1406
|
+
amendementsCommission: z.ZodOptional<z.ZodObject<{
|
|
1407
|
+
commission: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
1408
|
+
organeRef: z.ZodString;
|
|
1409
|
+
amendable: z.ZodString;
|
|
1410
|
+
dateLimiteDepot: z.ZodNull;
|
|
1411
|
+
}, z.core.$strip>>>;
|
|
1412
|
+
}, z.core.$strip>>;
|
|
1413
|
+
}, z.core.$strip>>>;
|
|
1414
|
+
organesReferents: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1415
|
+
organeRef: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
|
|
1416
|
+
}, z.core.$strip>>>;
|
|
1417
|
+
rapportPublie: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"true">, z.ZodLiteral<"false">, z.ZodLiteral<"undefined">]>>;
|
|
1418
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1419
|
+
"@xmlns": z.ZodString;
|
|
1420
|
+
"@xmlns:xsi": z.ZodString;
|
|
1421
|
+
"@xsi:type": z.ZodEnum<{
|
|
1422
|
+
accordInternational_Type: "accordInternational_Type";
|
|
1423
|
+
avisConseilEtat_Type: "avisConseilEtat_Type";
|
|
1424
|
+
documentEtudeImpact_Type: "documentEtudeImpact_Type";
|
|
1425
|
+
rapportParlementaire_Type: "rapportParlementaire_Type";
|
|
1426
|
+
texteLoi_Type: "texteLoi_Type";
|
|
1427
|
+
}>;
|
|
1428
|
+
uid: z.ZodString;
|
|
1429
|
+
metadatas: z.ZodObject<{
|
|
1430
|
+
dateSuppression: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>> & z.ZodType<Date, unknown, z.core.$ZodTypeInternals<Date, unknown>>, z.ZodTransform<Date, Date>>;
|
|
1431
|
+
}, z.core.$strip>;
|
|
1432
|
+
}, z.core.$strip>]>;
|
|
1433
|
+
}, z.core.$strip>;
|
|
1434
|
+
export type DocumentRaw = z.infer<typeof DocumentRawSchema>;
|
|
1435
|
+
/**
|
|
1436
|
+
* Document element (for array in export)
|
|
1437
|
+
*/
|
|
1438
|
+
export declare const DocumentElementRawSchema: z.ZodObject<{
|
|
1439
|
+
"@xsi:type": z.ZodEnum<{
|
|
1440
|
+
accordInternational_Type: "accordInternational_Type";
|
|
1441
|
+
avisConseilEtat_Type: "avisConseilEtat_Type";
|
|
1442
|
+
documentEtudeImpact_Type: "documentEtudeImpact_Type";
|
|
1443
|
+
rapportParlementaire_Type: "rapportParlementaire_Type";
|
|
1444
|
+
texteLoi_Type: "texteLoi_Type";
|
|
1445
|
+
}>;
|
|
1446
|
+
uid: z.ZodString;
|
|
1447
|
+
legislature: z.ZodNullable<z.ZodString>;
|
|
1448
|
+
cycleDeVie: z.ZodObject<{
|
|
1449
|
+
chrono: z.ZodObject<{
|
|
1450
|
+
dateCreation: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
1451
|
+
dateDepot: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
1452
|
+
datePublication: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
1453
|
+
datePublicationWeb: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
1454
|
+
}, z.core.$strip>;
|
|
1455
|
+
}, z.core.$strip>;
|
|
1456
|
+
denominationStructurelle: z.ZodEnum<{
|
|
1457
|
+
Allocution: "Allocution";
|
|
1458
|
+
Avis: "Avis";
|
|
1459
|
+
Déclaration: "Déclaration";
|
|
1460
|
+
Lettre: "Lettre";
|
|
1461
|
+
Message: "Message";
|
|
1462
|
+
Motion: "Motion";
|
|
1463
|
+
"Projet de loi": "Projet de loi";
|
|
1464
|
+
"Proposition de loi": "Proposition de loi";
|
|
1465
|
+
"Proposition de r\u00E9solution": "Proposition de résolution";
|
|
1466
|
+
Rapport: "Rapport";
|
|
1467
|
+
"Rapport d'information": "Rapport d'information";
|
|
1468
|
+
Résolution: "Résolution";
|
|
1469
|
+
}>;
|
|
1470
|
+
provenance: z.ZodOptional<z.ZodEnum<{
|
|
1471
|
+
Commission: "Commission";
|
|
1472
|
+
Séance: "Séance";
|
|
1473
|
+
"Texte D\u00E9pos\u00E9": "Texte Déposé";
|
|
1474
|
+
}>>;
|
|
1475
|
+
titres: z.ZodObject<{
|
|
1476
|
+
titrePrincipal: z.ZodString;
|
|
1477
|
+
titrePrincipalCourt: z.ZodString;
|
|
1478
|
+
}, z.core.$strip>;
|
|
1479
|
+
divisions: z.ZodNullable<z.ZodObject<{
|
|
1480
|
+
division: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
|
|
1481
|
+
}, z.core.$strip>>;
|
|
1482
|
+
dossierRef: z.ZodString;
|
|
1483
|
+
redacteur: z.ZodNull;
|
|
1484
|
+
classification: z.ZodObject<{
|
|
1485
|
+
famille: z.ZodNullable<z.ZodObject<{
|
|
1486
|
+
depot: z.ZodObject<{
|
|
1487
|
+
code: z.ZodString;
|
|
1488
|
+
libelle: z.ZodString;
|
|
1489
|
+
}, z.core.$strip>;
|
|
1490
|
+
classe: z.ZodObject<{
|
|
1491
|
+
code: z.ZodString;
|
|
1492
|
+
libelle: z.ZodString;
|
|
1493
|
+
}, z.core.$strip>;
|
|
1494
|
+
espece: z.ZodOptional<z.ZodObject<{
|
|
1495
|
+
code: z.ZodString;
|
|
1496
|
+
libelle: z.ZodString;
|
|
1497
|
+
}, z.core.$strip>>;
|
|
1498
|
+
}, z.core.$strip>>;
|
|
1499
|
+
type: z.ZodObject<{
|
|
1500
|
+
code: z.ZodString;
|
|
1501
|
+
libelle: z.ZodString;
|
|
1502
|
+
}, z.core.$strip>;
|
|
1503
|
+
sousType: z.ZodNullable<z.ZodObject<{
|
|
1504
|
+
code: z.ZodEnum<{
|
|
1505
|
+
ACCPRESRP: "ACCPRESRP";
|
|
1506
|
+
APPART1515: "APPART1515";
|
|
1507
|
+
APPART341: "APPART341";
|
|
1508
|
+
APPLOI: "APPLOI";
|
|
1509
|
+
AUE: "AUE";
|
|
1510
|
+
AUTRATCONV: "AUTRATCONV";
|
|
1511
|
+
AVECVOTE: "AVECVOTE";
|
|
1512
|
+
CENSURE492: "CENSURE492";
|
|
1513
|
+
CENSURE493: "CENSURE493";
|
|
1514
|
+
COMENQ: "COMENQ";
|
|
1515
|
+
COMPA: "COMPA";
|
|
1516
|
+
COMSPCPTE: "COMSPCPTE";
|
|
1517
|
+
CONST: "CONST";
|
|
1518
|
+
CTRLBUDG: "CTRLBUDG";
|
|
1519
|
+
DIVERS: "DIVERS";
|
|
1520
|
+
ENGRESPTXT: "ENGRESPTXT";
|
|
1521
|
+
ENQU: "ENQU";
|
|
1522
|
+
FIN: "FIN";
|
|
1523
|
+
FINGEST: "FINGEST";
|
|
1524
|
+
FINRECT: "FINRECT";
|
|
1525
|
+
FINSSOC: "FINSSOC";
|
|
1526
|
+
FINSSOCREC: "FINSSOCREC";
|
|
1527
|
+
IMPACTLOIS: "IMPACTLOIS";
|
|
1528
|
+
LEGDELEGAN: "LEGDELEGAN";
|
|
1529
|
+
MINFOCOMPER: "MINFOCOMPER";
|
|
1530
|
+
MODREGLTAN: "MODREGLTAN";
|
|
1531
|
+
NOTEOPECST: "NOTEOPECST";
|
|
1532
|
+
OFFPARL: "OFFPARL";
|
|
1533
|
+
ORG: "ORG";
|
|
1534
|
+
PETITION: "PETITION";
|
|
1535
|
+
PRESIDAGE: "PRESIDAGE";
|
|
1536
|
+
PRESIDASS: "PRESIDASS";
|
|
1537
|
+
PRESIDREP: "PRESIDREP";
|
|
1538
|
+
PROPACTCOM: "PROPACTCOM";
|
|
1539
|
+
PRPDIT: "PRPDIT";
|
|
1540
|
+
RECT: "RECT";
|
|
1541
|
+
REFART11: "REFART11";
|
|
1542
|
+
RGLTBUDG: "RGLTBUDG";
|
|
1543
|
+
RGLTBUDG2: "RGLTBUDG2";
|
|
1544
|
+
SUPP: "SUPP";
|
|
1545
|
+
SUSPOURS: "SUSPOURS";
|
|
1546
|
+
TVXINSTITEUROP: "TVXINSTITEUROP";
|
|
1547
|
+
}>;
|
|
1548
|
+
libelle: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
1549
|
+
libelleEdition: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
1550
|
+
}, z.core.$strip>>;
|
|
1551
|
+
statutAdoption: z.ZodNullable<z.ZodEnum<{
|
|
1552
|
+
ADOPTCOM: "ADOPTCOM";
|
|
1553
|
+
ADOPTSEANCE: "ADOPTSEANCE";
|
|
1554
|
+
REJETSEANCE: "REJETSEANCE";
|
|
1555
|
+
}>>;
|
|
1556
|
+
}, z.core.$strip>;
|
|
1557
|
+
auteurs: z.ZodObject<{
|
|
1558
|
+
auteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
1559
|
+
acteur: z.ZodOptional<z.ZodObject<{
|
|
1560
|
+
acteurRef: z.ZodString;
|
|
1561
|
+
qualite: z.ZodEnum<{
|
|
1562
|
+
auteur: "auteur";
|
|
1563
|
+
cosignataire: "cosignataire";
|
|
1564
|
+
rapporteur: "rapporteur";
|
|
1565
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
1566
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
1567
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
1568
|
+
}>;
|
|
1569
|
+
}, z.core.$strip>>;
|
|
1570
|
+
organe: z.ZodOptional<z.ZodObject<{
|
|
1571
|
+
organeRef: z.ZodString;
|
|
1572
|
+
}, z.core.$strip>>;
|
|
1573
|
+
}, z.core.$strip>>>;
|
|
1574
|
+
}, z.core.$strip>;
|
|
1575
|
+
correction: z.ZodNullable<z.ZodObject<{
|
|
1576
|
+
typeCorrection: z.ZodEnum<{
|
|
1577
|
+
Rectifié: "Rectifié";
|
|
1578
|
+
}>;
|
|
1579
|
+
niveauCorrection: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
1580
|
+
}, z.core.$strip>>;
|
|
1581
|
+
notice: z.ZodObject<{
|
|
1582
|
+
numNotice: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
1583
|
+
formule: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
1584
|
+
adoptionConforme: z.ZodString;
|
|
1585
|
+
}, z.core.$strip>;
|
|
1586
|
+
indexation: z.ZodNullable<z.ZodObject<{
|
|
1587
|
+
themes: z.ZodObject<{
|
|
1588
|
+
"@niveau": z.ZodString;
|
|
1589
|
+
theme: z.ZodObject<{
|
|
1590
|
+
libelleTheme: z.ZodString;
|
|
1591
|
+
}, z.core.$strip>;
|
|
1592
|
+
}, z.core.$strip>;
|
|
1593
|
+
}, z.core.$strip>>;
|
|
1594
|
+
imprimerie: z.ZodNullable<z.ZodObject<{
|
|
1595
|
+
DIAN: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1596
|
+
ISBN: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1597
|
+
ISSN: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1598
|
+
nbPage: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1599
|
+
prix: z.ZodNullable<z.ZodString>;
|
|
1600
|
+
}, z.core.$strip>>;
|
|
1601
|
+
coSignataires: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1602
|
+
coSignataire: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
1603
|
+
acteur: z.ZodOptional<z.ZodObject<{
|
|
1604
|
+
acteurRef: z.ZodString;
|
|
1605
|
+
}, z.core.$strip>>;
|
|
1606
|
+
dateCosignature: z.ZodString;
|
|
1607
|
+
dateRetraitCosignature: z.ZodNullable<z.ZodString>;
|
|
1608
|
+
edite: z.ZodString;
|
|
1609
|
+
organe: z.ZodOptional<z.ZodObject<{
|
|
1610
|
+
organeRef: z.ZodString;
|
|
1611
|
+
etApparentes: z.ZodString;
|
|
1612
|
+
}, z.core.$strip>>;
|
|
1613
|
+
}, z.core.$strip>>>;
|
|
1614
|
+
}, z.core.$strip>>>;
|
|
1615
|
+
depotAmendements: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1616
|
+
amendementsSeance: z.ZodObject<{
|
|
1617
|
+
amendable: z.ZodString;
|
|
1618
|
+
dateLimiteDepot: z.ZodNull;
|
|
1619
|
+
}, z.core.$strip>;
|
|
1620
|
+
amendementsCommission: z.ZodOptional<z.ZodObject<{
|
|
1621
|
+
commission: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
1622
|
+
organeRef: z.ZodString;
|
|
1623
|
+
amendable: z.ZodString;
|
|
1624
|
+
dateLimiteDepot: z.ZodNull;
|
|
1625
|
+
}, z.core.$strip>>>;
|
|
1626
|
+
}, z.core.$strip>>;
|
|
1627
|
+
}, z.core.$strip>>>;
|
|
1628
|
+
rapportPublie: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"true">, z.ZodLiteral<"false">, z.ZodLiteral<"undefined">]>>;
|
|
1629
|
+
}, z.core.$strip>;
|
|
1630
|
+
export type DocumentElementRaw = z.infer<typeof DocumentElementRawSchema>;
|
|
1631
|
+
/**
|
|
1632
|
+
* Textes législatifs
|
|
1633
|
+
*/
|
|
1634
|
+
export declare const TextesLegislatifsRawSchema: z.ZodObject<{
|
|
1635
|
+
document: z.ZodArray<z.ZodObject<{
|
|
1636
|
+
"@xsi:type": z.ZodEnum<{
|
|
1637
|
+
accordInternational_Type: "accordInternational_Type";
|
|
1638
|
+
avisConseilEtat_Type: "avisConseilEtat_Type";
|
|
1639
|
+
documentEtudeImpact_Type: "documentEtudeImpact_Type";
|
|
1640
|
+
rapportParlementaire_Type: "rapportParlementaire_Type";
|
|
1641
|
+
texteLoi_Type: "texteLoi_Type";
|
|
1642
|
+
}>;
|
|
1643
|
+
uid: z.ZodString;
|
|
1644
|
+
legislature: z.ZodNullable<z.ZodString>;
|
|
1645
|
+
cycleDeVie: z.ZodObject<{
|
|
1646
|
+
chrono: z.ZodObject<{
|
|
1647
|
+
dateCreation: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
1648
|
+
dateDepot: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
1649
|
+
datePublication: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
1650
|
+
datePublicationWeb: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
1651
|
+
}, z.core.$strip>;
|
|
1652
|
+
}, z.core.$strip>;
|
|
1653
|
+
denominationStructurelle: z.ZodEnum<{
|
|
1654
|
+
Allocution: "Allocution";
|
|
1655
|
+
Avis: "Avis";
|
|
1656
|
+
Déclaration: "Déclaration";
|
|
1657
|
+
Lettre: "Lettre";
|
|
1658
|
+
Message: "Message";
|
|
1659
|
+
Motion: "Motion";
|
|
1660
|
+
"Projet de loi": "Projet de loi";
|
|
1661
|
+
"Proposition de loi": "Proposition de loi";
|
|
1662
|
+
"Proposition de r\u00E9solution": "Proposition de résolution";
|
|
1663
|
+
Rapport: "Rapport";
|
|
1664
|
+
"Rapport d'information": "Rapport d'information";
|
|
1665
|
+
Résolution: "Résolution";
|
|
1666
|
+
}>;
|
|
1667
|
+
provenance: z.ZodOptional<z.ZodEnum<{
|
|
1668
|
+
Commission: "Commission";
|
|
1669
|
+
Séance: "Séance";
|
|
1670
|
+
"Texte D\u00E9pos\u00E9": "Texte Déposé";
|
|
1671
|
+
}>>;
|
|
1672
|
+
titres: z.ZodObject<{
|
|
1673
|
+
titrePrincipal: z.ZodString;
|
|
1674
|
+
titrePrincipalCourt: z.ZodString;
|
|
1675
|
+
}, z.core.$strip>;
|
|
1676
|
+
divisions: z.ZodNullable<z.ZodObject<{
|
|
1677
|
+
division: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
|
|
1678
|
+
}, z.core.$strip>>;
|
|
1679
|
+
dossierRef: z.ZodString;
|
|
1680
|
+
redacteur: z.ZodNull;
|
|
1681
|
+
classification: z.ZodObject<{
|
|
1682
|
+
famille: z.ZodNullable<z.ZodObject<{
|
|
1683
|
+
depot: z.ZodObject<{
|
|
1684
|
+
code: z.ZodString;
|
|
1685
|
+
libelle: z.ZodString;
|
|
1686
|
+
}, z.core.$strip>;
|
|
1687
|
+
classe: z.ZodObject<{
|
|
1688
|
+
code: z.ZodString;
|
|
1689
|
+
libelle: z.ZodString;
|
|
1690
|
+
}, z.core.$strip>;
|
|
1691
|
+
espece: z.ZodOptional<z.ZodObject<{
|
|
1692
|
+
code: z.ZodString;
|
|
1693
|
+
libelle: z.ZodString;
|
|
1694
|
+
}, z.core.$strip>>;
|
|
1695
|
+
}, z.core.$strip>>;
|
|
1696
|
+
type: z.ZodObject<{
|
|
1697
|
+
code: z.ZodString;
|
|
1698
|
+
libelle: z.ZodString;
|
|
1699
|
+
}, z.core.$strip>;
|
|
1700
|
+
sousType: z.ZodNullable<z.ZodObject<{
|
|
1701
|
+
code: z.ZodEnum<{
|
|
1702
|
+
ACCPRESRP: "ACCPRESRP";
|
|
1703
|
+
APPART1515: "APPART1515";
|
|
1704
|
+
APPART341: "APPART341";
|
|
1705
|
+
APPLOI: "APPLOI";
|
|
1706
|
+
AUE: "AUE";
|
|
1707
|
+
AUTRATCONV: "AUTRATCONV";
|
|
1708
|
+
AVECVOTE: "AVECVOTE";
|
|
1709
|
+
CENSURE492: "CENSURE492";
|
|
1710
|
+
CENSURE493: "CENSURE493";
|
|
1711
|
+
COMENQ: "COMENQ";
|
|
1712
|
+
COMPA: "COMPA";
|
|
1713
|
+
COMSPCPTE: "COMSPCPTE";
|
|
1714
|
+
CONST: "CONST";
|
|
1715
|
+
CTRLBUDG: "CTRLBUDG";
|
|
1716
|
+
DIVERS: "DIVERS";
|
|
1717
|
+
ENGRESPTXT: "ENGRESPTXT";
|
|
1718
|
+
ENQU: "ENQU";
|
|
1719
|
+
FIN: "FIN";
|
|
1720
|
+
FINGEST: "FINGEST";
|
|
1721
|
+
FINRECT: "FINRECT";
|
|
1722
|
+
FINSSOC: "FINSSOC";
|
|
1723
|
+
FINSSOCREC: "FINSSOCREC";
|
|
1724
|
+
IMPACTLOIS: "IMPACTLOIS";
|
|
1725
|
+
LEGDELEGAN: "LEGDELEGAN";
|
|
1726
|
+
MINFOCOMPER: "MINFOCOMPER";
|
|
1727
|
+
MODREGLTAN: "MODREGLTAN";
|
|
1728
|
+
NOTEOPECST: "NOTEOPECST";
|
|
1729
|
+
OFFPARL: "OFFPARL";
|
|
1730
|
+
ORG: "ORG";
|
|
1731
|
+
PETITION: "PETITION";
|
|
1732
|
+
PRESIDAGE: "PRESIDAGE";
|
|
1733
|
+
PRESIDASS: "PRESIDASS";
|
|
1734
|
+
PRESIDREP: "PRESIDREP";
|
|
1735
|
+
PROPACTCOM: "PROPACTCOM";
|
|
1736
|
+
PRPDIT: "PRPDIT";
|
|
1737
|
+
RECT: "RECT";
|
|
1738
|
+
REFART11: "REFART11";
|
|
1739
|
+
RGLTBUDG: "RGLTBUDG";
|
|
1740
|
+
RGLTBUDG2: "RGLTBUDG2";
|
|
1741
|
+
SUPP: "SUPP";
|
|
1742
|
+
SUSPOURS: "SUSPOURS";
|
|
1743
|
+
TVXINSTITEUROP: "TVXINSTITEUROP";
|
|
1744
|
+
}>;
|
|
1745
|
+
libelle: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
1746
|
+
libelleEdition: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
1747
|
+
}, z.core.$strip>>;
|
|
1748
|
+
statutAdoption: z.ZodNullable<z.ZodEnum<{
|
|
1749
|
+
ADOPTCOM: "ADOPTCOM";
|
|
1750
|
+
ADOPTSEANCE: "ADOPTSEANCE";
|
|
1751
|
+
REJETSEANCE: "REJETSEANCE";
|
|
1752
|
+
}>>;
|
|
1753
|
+
}, z.core.$strip>;
|
|
1754
|
+
auteurs: z.ZodObject<{
|
|
1755
|
+
auteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
1756
|
+
acteur: z.ZodOptional<z.ZodObject<{
|
|
1757
|
+
acteurRef: z.ZodString;
|
|
1758
|
+
qualite: z.ZodEnum<{
|
|
1759
|
+
auteur: "auteur";
|
|
1760
|
+
cosignataire: "cosignataire";
|
|
1761
|
+
rapporteur: "rapporteur";
|
|
1762
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
1763
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
1764
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
1765
|
+
}>;
|
|
1766
|
+
}, z.core.$strip>>;
|
|
1767
|
+
organe: z.ZodOptional<z.ZodObject<{
|
|
1768
|
+
organeRef: z.ZodString;
|
|
1769
|
+
}, z.core.$strip>>;
|
|
1770
|
+
}, z.core.$strip>>>;
|
|
1771
|
+
}, z.core.$strip>;
|
|
1772
|
+
correction: z.ZodNullable<z.ZodObject<{
|
|
1773
|
+
typeCorrection: z.ZodEnum<{
|
|
1774
|
+
Rectifié: "Rectifié";
|
|
1775
|
+
}>;
|
|
1776
|
+
niveauCorrection: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
1777
|
+
}, z.core.$strip>>;
|
|
1778
|
+
notice: z.ZodObject<{
|
|
1779
|
+
numNotice: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
1780
|
+
formule: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
1781
|
+
adoptionConforme: z.ZodString;
|
|
1782
|
+
}, z.core.$strip>;
|
|
1783
|
+
indexation: z.ZodNullable<z.ZodObject<{
|
|
1784
|
+
themes: z.ZodObject<{
|
|
1785
|
+
"@niveau": z.ZodString;
|
|
1786
|
+
theme: z.ZodObject<{
|
|
1787
|
+
libelleTheme: z.ZodString;
|
|
1788
|
+
}, z.core.$strip>;
|
|
1789
|
+
}, z.core.$strip>;
|
|
1790
|
+
}, z.core.$strip>>;
|
|
1791
|
+
imprimerie: z.ZodNullable<z.ZodObject<{
|
|
1792
|
+
DIAN: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1793
|
+
ISBN: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1794
|
+
ISSN: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1795
|
+
nbPage: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1796
|
+
prix: z.ZodNullable<z.ZodString>;
|
|
1797
|
+
}, z.core.$strip>>;
|
|
1798
|
+
coSignataires: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1799
|
+
coSignataire: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
1800
|
+
acteur: z.ZodOptional<z.ZodObject<{
|
|
1801
|
+
acteurRef: z.ZodString;
|
|
1802
|
+
}, z.core.$strip>>;
|
|
1803
|
+
dateCosignature: z.ZodString;
|
|
1804
|
+
dateRetraitCosignature: z.ZodNullable<z.ZodString>;
|
|
1805
|
+
edite: z.ZodString;
|
|
1806
|
+
organe: z.ZodOptional<z.ZodObject<{
|
|
1807
|
+
organeRef: z.ZodString;
|
|
1808
|
+
etApparentes: z.ZodString;
|
|
1809
|
+
}, z.core.$strip>>;
|
|
1810
|
+
}, z.core.$strip>>>;
|
|
1811
|
+
}, z.core.$strip>>>;
|
|
1812
|
+
depotAmendements: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1813
|
+
amendementsSeance: z.ZodObject<{
|
|
1814
|
+
amendable: z.ZodString;
|
|
1815
|
+
dateLimiteDepot: z.ZodNull;
|
|
1816
|
+
}, z.core.$strip>;
|
|
1817
|
+
amendementsCommission: z.ZodOptional<z.ZodObject<{
|
|
1818
|
+
commission: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
1819
|
+
organeRef: z.ZodString;
|
|
1820
|
+
amendable: z.ZodString;
|
|
1821
|
+
dateLimiteDepot: z.ZodNull;
|
|
1822
|
+
}, z.core.$strip>>>;
|
|
1823
|
+
}, z.core.$strip>>;
|
|
1824
|
+
}, z.core.$strip>>>;
|
|
1825
|
+
rapportPublie: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"true">, z.ZodLiteral<"false">, z.ZodLiteral<"undefined">]>>;
|
|
1826
|
+
}, z.core.$strip>>;
|
|
1827
|
+
}, z.core.$strip>;
|
|
1828
|
+
export type TextesLegislatifsRaw = z.infer<typeof TextesLegislatifsRawSchema>;
|
|
1829
|
+
/**
|
|
1830
|
+
* Titre dossier
|
|
1831
|
+
*/
|
|
1832
|
+
export declare const TitreDossierRawSchema: z.ZodObject<{
|
|
1833
|
+
titre: z.ZodString;
|
|
1834
|
+
titreChemin: z.ZodNullable<z.ZodString>;
|
|
1835
|
+
senatChemin: z.ZodNullable<z.ZodString>;
|
|
1836
|
+
}, z.core.$strip>;
|
|
1837
|
+
export type TitreDossierRaw = z.infer<typeof TitreDossierRawSchema>;
|
|
1838
|
+
/**
|
|
1839
|
+
* Organe ref class (with uid field)
|
|
1840
|
+
*/
|
|
1841
|
+
export declare const OrganeRefClassRawSchema: z.ZodObject<{
|
|
1842
|
+
uid: z.ZodString;
|
|
1843
|
+
}, z.core.$strip>;
|
|
1844
|
+
export type OrganeRefClassRaw = z.infer<typeof OrganeRefClassRawSchema>;
|
|
1845
|
+
/**
|
|
1846
|
+
* Organes organe
|
|
1847
|
+
*/
|
|
1848
|
+
export declare const OrganesOrganeRawSchema: z.ZodObject<{
|
|
1849
|
+
organeRef: z.ZodObject<{
|
|
1850
|
+
uid: z.ZodString;
|
|
1851
|
+
}, z.core.$strip>;
|
|
1852
|
+
}, z.core.$strip>;
|
|
1853
|
+
export type OrganesOrganeRaw = z.infer<typeof OrganesOrganeRawSchema>;
|
|
1854
|
+
/**
|
|
1855
|
+
* Organes (for initiateur)
|
|
1856
|
+
*/
|
|
1857
|
+
export declare const OrganesRawSchema: z.ZodObject<{
|
|
1858
|
+
organe: z.ZodObject<{
|
|
1859
|
+
organeRef: z.ZodObject<{
|
|
1860
|
+
uid: z.ZodString;
|
|
1861
|
+
}, z.core.$strip>;
|
|
1862
|
+
}, z.core.$strip>;
|
|
1863
|
+
}, z.core.$strip>;
|
|
1864
|
+
export type OrganesRaw = z.infer<typeof OrganesRawSchema>;
|
|
1865
|
+
/**
|
|
1866
|
+
* Acteur element (with mandatRef)
|
|
1867
|
+
*/
|
|
1868
|
+
export declare const ActeurElementRawSchema: z.ZodObject<{
|
|
1869
|
+
acteurRef: z.ZodString;
|
|
1870
|
+
mandatRef: z.ZodString;
|
|
1871
|
+
}, z.core.$strip>;
|
|
1872
|
+
export type ActeurElementRaw = z.infer<typeof ActeurElementRawSchema>;
|
|
1873
|
+
/**
|
|
1874
|
+
* Initiateur acteurs
|
|
1875
|
+
*/
|
|
1876
|
+
export declare const InitiateurActeursRawSchema: z.ZodObject<{
|
|
1877
|
+
acteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
1878
|
+
acteurRef: z.ZodString;
|
|
1879
|
+
mandatRef: z.ZodString;
|
|
1880
|
+
}, z.core.$strip>>>;
|
|
1881
|
+
}, z.core.$strip>;
|
|
1882
|
+
export type InitiateurActeursRaw = z.infer<typeof InitiateurActeursRawSchema>;
|
|
1883
|
+
/**
|
|
1884
|
+
* Initiateur
|
|
1885
|
+
*/
|
|
1886
|
+
export declare const InitiateurRawSchema: z.ZodObject<{
|
|
1887
|
+
acteurs: z.ZodOptional<z.ZodObject<{
|
|
1888
|
+
acteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
1889
|
+
acteurRef: z.ZodString;
|
|
1890
|
+
mandatRef: z.ZodString;
|
|
1891
|
+
}, z.core.$strip>>>;
|
|
1892
|
+
}, z.core.$strip>>;
|
|
1893
|
+
organes: z.ZodOptional<z.ZodObject<{
|
|
1894
|
+
organe: z.ZodObject<{
|
|
1895
|
+
organeRef: z.ZodObject<{
|
|
1896
|
+
uid: z.ZodString;
|
|
1897
|
+
}, z.core.$strip>;
|
|
1898
|
+
}, z.core.$strip>;
|
|
1899
|
+
}, z.core.$strip>>;
|
|
1900
|
+
}, z.core.$strip>;
|
|
1901
|
+
export type InitiateurRaw = z.infer<typeof InitiateurRawSchema>;
|
|
1902
|
+
/**
|
|
1903
|
+
* Initiateurs refs (acteur or organe refs)
|
|
1904
|
+
*/
|
|
1905
|
+
export declare const InitiateursRefsRawSchema: z.ZodObject<{
|
|
1906
|
+
acteurRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
1907
|
+
organeRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
1908
|
+
}, z.core.$strip>;
|
|
1909
|
+
export type InitiateursRefsRaw = z.infer<typeof InitiateursRefsRawSchema>;
|
|
1910
|
+
/**
|
|
1911
|
+
* Fusion dossier
|
|
1912
|
+
*/
|
|
1913
|
+
export declare const FusionDossierRawSchema: z.ZodObject<{
|
|
1914
|
+
cause: z.ZodEnum<{
|
|
1915
|
+
"Dossier absorb\u00E9": "Dossier absorbé";
|
|
1916
|
+
"Examen commun": "Examen commun";
|
|
1917
|
+
}>;
|
|
1918
|
+
dossierAbsorbantRef: z.ZodString;
|
|
1919
|
+
}, z.core.$strip>;
|
|
1920
|
+
export type FusionDossierRaw = z.infer<typeof FusionDossierRawSchema>;
|
|
1921
|
+
/**
|
|
1922
|
+
* Rapporteur
|
|
1923
|
+
*/
|
|
1924
|
+
export declare const RapporteurRawSchema: z.ZodObject<{
|
|
1925
|
+
acteurRef: z.ZodString;
|
|
1926
|
+
typeRapporteur: z.ZodEnum<{
|
|
1927
|
+
auteur: "auteur";
|
|
1928
|
+
cosignataire: "cosignataire";
|
|
1929
|
+
rapporteur: "rapporteur";
|
|
1930
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
1931
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
1932
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
1933
|
+
}>;
|
|
1934
|
+
etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
1935
|
+
}, z.core.$strip>;
|
|
1936
|
+
export type RapporteurRaw = z.infer<typeof RapporteurRawSchema>;
|
|
1937
|
+
/**
|
|
1938
|
+
* Rapporteurs
|
|
1939
|
+
*/
|
|
1940
|
+
export declare const RapporteursRawSchema: z.ZodObject<{
|
|
1941
|
+
rapporteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
1942
|
+
acteurRef: z.ZodString;
|
|
1943
|
+
typeRapporteur: z.ZodEnum<{
|
|
1944
|
+
auteur: "auteur";
|
|
1945
|
+
cosignataire: "cosignataire";
|
|
1946
|
+
rapporteur: "rapporteur";
|
|
1947
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
1948
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
1949
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
1950
|
+
}>;
|
|
1951
|
+
etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
1952
|
+
}, z.core.$strip>>>;
|
|
1953
|
+
}, z.core.$strip>;
|
|
1954
|
+
export type RapporteursRaw = z.infer<typeof RapporteursRawSchema>;
|
|
1955
|
+
/**
|
|
1956
|
+
* Mission Minefi element (recursive structure)
|
|
1957
|
+
*/
|
|
1958
|
+
export declare const MissionMinefiElementRawSchema: z.ZodType<any>;
|
|
1959
|
+
export type MissionMinefiElementRaw = z.infer<typeof MissionMinefiElementRawSchema>;
|
|
1960
|
+
/**
|
|
1961
|
+
* Missions
|
|
1962
|
+
*/
|
|
1963
|
+
export declare const MissionsRawSchema: z.ZodObject<{
|
|
1964
|
+
mission: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
|
|
1965
|
+
}, z.core.$strip>;
|
|
1966
|
+
export type MissionsRaw = z.infer<typeof MissionsRawSchema>;
|
|
1967
|
+
/**
|
|
1968
|
+
* Etude PLF
|
|
1969
|
+
*/
|
|
1970
|
+
export declare const EtudePlfRawSchema: z.ZodObject<{
|
|
1971
|
+
uid: z.ZodString;
|
|
1972
|
+
organeRef: z.ZodString;
|
|
1973
|
+
texteAssocie: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
1974
|
+
rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
1975
|
+
acteurRef: z.ZodString;
|
|
1976
|
+
typeRapporteur: z.ZodEnum<{
|
|
1977
|
+
auteur: "auteur";
|
|
1978
|
+
cosignataire: "cosignataire";
|
|
1979
|
+
rapporteur: "rapporteur";
|
|
1980
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
1981
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
1982
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
1983
|
+
}>;
|
|
1984
|
+
etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
1985
|
+
}, z.core.$strip>>>, z.ZodObject<{
|
|
1986
|
+
acteurRef: z.ZodString;
|
|
1987
|
+
typeRapporteur: z.ZodEnum<{
|
|
1988
|
+
auteur: "auteur";
|
|
1989
|
+
cosignataire: "cosignataire";
|
|
1990
|
+
rapporteur: "rapporteur";
|
|
1991
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
1992
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
1993
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
1994
|
+
}>;
|
|
1995
|
+
etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
1996
|
+
}, z.core.$strip>]>>;
|
|
1997
|
+
missionMinefi: z.ZodOptional<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>;
|
|
1998
|
+
ordreDIQS: z.ZodString;
|
|
1999
|
+
ordreCommission: z.ZodString;
|
|
2000
|
+
}, z.core.$strip>;
|
|
2001
|
+
export type EtudePlfRaw = z.infer<typeof EtudePlfRawSchema>;
|
|
2002
|
+
/**
|
|
2003
|
+
* PLF
|
|
2004
|
+
*/
|
|
2005
|
+
export declare const PlfRawSchema: z.ZodObject<{
|
|
2006
|
+
EtudePLF: z.ZodArray<z.ZodObject<{
|
|
2007
|
+
uid: z.ZodString;
|
|
2008
|
+
organeRef: z.ZodString;
|
|
2009
|
+
texteAssocie: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2010
|
+
rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
2011
|
+
acteurRef: z.ZodString;
|
|
2012
|
+
typeRapporteur: z.ZodEnum<{
|
|
2013
|
+
auteur: "auteur";
|
|
2014
|
+
cosignataire: "cosignataire";
|
|
2015
|
+
rapporteur: "rapporteur";
|
|
2016
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
2017
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
2018
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
2019
|
+
}>;
|
|
2020
|
+
etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2021
|
+
}, z.core.$strip>>>, z.ZodObject<{
|
|
2022
|
+
acteurRef: z.ZodString;
|
|
2023
|
+
typeRapporteur: z.ZodEnum<{
|
|
2024
|
+
auteur: "auteur";
|
|
2025
|
+
cosignataire: "cosignataire";
|
|
2026
|
+
rapporteur: "rapporteur";
|
|
2027
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
2028
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
2029
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
2030
|
+
}>;
|
|
2031
|
+
etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2032
|
+
}, z.core.$strip>]>>;
|
|
2033
|
+
missionMinefi: z.ZodOptional<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>;
|
|
2034
|
+
ordreDIQS: z.ZodString;
|
|
2035
|
+
ordreCommission: z.ZodString;
|
|
2036
|
+
}, z.core.$strip>>;
|
|
2037
|
+
}, z.core.$strip>;
|
|
2038
|
+
export type PlfRaw = z.infer<typeof PlfRawSchema>;
|
|
2039
|
+
/**
|
|
2040
|
+
* Fam code et libellé
|
|
2041
|
+
*/
|
|
2042
|
+
export declare const FamCodeEtLibelleRawSchema: z.ZodObject<{
|
|
2043
|
+
fam_code: z.ZodString;
|
|
2044
|
+
libelle: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2045
|
+
}, z.core.$strip>;
|
|
2046
|
+
export type FamCodeEtLibelleRaw = z.infer<typeof FamCodeEtLibelleRawSchema>;
|
|
2047
|
+
/**
|
|
2048
|
+
* Libellé acte
|
|
2049
|
+
*/
|
|
2050
|
+
export declare const LibelleActeRawSchema: z.ZodObject<{
|
|
2051
|
+
nomCanonique: z.ZodString;
|
|
2052
|
+
libelleCourt: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2053
|
+
}, z.core.$strip>;
|
|
2054
|
+
export type LibelleActeRaw = z.infer<typeof LibelleActeRawSchema>;
|
|
2055
|
+
/**
|
|
2056
|
+
* Contribution internaute
|
|
2057
|
+
*/
|
|
2058
|
+
export declare const ContributionInternauteRawSchema: z.ZodObject<{
|
|
2059
|
+
dateFermeture: z.ZodNullable<z.ZodString>;
|
|
2060
|
+
dateOuverture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2061
|
+
}, z.core.$strip>;
|
|
2062
|
+
export type ContributionInternauteRaw = z.infer<typeof ContributionInternauteRawSchema>;
|
|
2063
|
+
/**
|
|
2064
|
+
* Vote refs
|
|
2065
|
+
*/
|
|
2066
|
+
export declare const VoteRefsRawSchema: z.ZodObject<{
|
|
2067
|
+
voteRef: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
|
|
2068
|
+
}, z.core.$strip>;
|
|
2069
|
+
export type VoteRefsRaw = z.infer<typeof VoteRefsRawSchema>;
|
|
2070
|
+
/**
|
|
2071
|
+
* Texte associé element
|
|
2072
|
+
*/
|
|
2073
|
+
export declare const TexteAssocieElementRawSchema: z.ZodObject<{
|
|
2074
|
+
typeTexte: z.ZodEnum<{
|
|
2075
|
+
BTA: "BTA";
|
|
2076
|
+
TAP: "TAP";
|
|
2077
|
+
}>;
|
|
2078
|
+
refTexteAssocie: z.ZodString;
|
|
2079
|
+
}, z.core.$strip>;
|
|
2080
|
+
export type TexteAssocieElementRaw = z.infer<typeof TexteAssocieElementRawSchema>;
|
|
2081
|
+
/**
|
|
2082
|
+
* Textes associés
|
|
2083
|
+
*/
|
|
2084
|
+
export declare const TextesAssociesRawSchema: z.ZodObject<{
|
|
2085
|
+
texteAssocie: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
2086
|
+
typeTexte: z.ZodEnum<{
|
|
2087
|
+
BTA: "BTA";
|
|
2088
|
+
TAP: "TAP";
|
|
2089
|
+
}>;
|
|
2090
|
+
refTexteAssocie: z.ZodString;
|
|
2091
|
+
}, z.core.$strip>>>;
|
|
2092
|
+
}, z.core.$strip>;
|
|
2093
|
+
export type TextesAssociesRaw = z.infer<typeof TextesAssociesRawSchema>;
|
|
2094
|
+
/**
|
|
2095
|
+
* Acte législatif auteurs
|
|
2096
|
+
*/
|
|
2097
|
+
export declare const ActeLegislatifAuteursRawSchema: z.ZodObject<{
|
|
2098
|
+
acteurRef: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
|
|
2099
|
+
}, z.core.$strip>;
|
|
2100
|
+
export type ActeLegislatifAuteursRaw = z.infer<typeof ActeLegislatifAuteursRawSchema>;
|
|
2101
|
+
/**
|
|
2102
|
+
* Info JO element
|
|
2103
|
+
*/
|
|
2104
|
+
export declare const InfoJoElementRawSchema: z.ZodObject<{
|
|
2105
|
+
typeJO: z.ZodEnum<{
|
|
2106
|
+
JO_LOI_DECRET: "JO_LOI_DECRET";
|
|
2107
|
+
}>;
|
|
2108
|
+
dateJO: z.ZodString;
|
|
2109
|
+
pageJO: z.ZodNull;
|
|
2110
|
+
numJO: z.ZodString;
|
|
2111
|
+
urlLegifrance: z.ZodPipe<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>> & z.ZodType<string, unknown, z.core.$ZodTypeInternals<string, unknown>>, z.ZodTransform<string, string>>;
|
|
2112
|
+
referenceNOR: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2113
|
+
}, z.core.$strip>;
|
|
2114
|
+
export type InfoJoElementRaw = z.infer<typeof InfoJoElementRawSchema>;
|
|
2115
|
+
/**
|
|
2116
|
+
* Texte européen
|
|
2117
|
+
*/
|
|
2118
|
+
export declare const TexteEuropeenRawSchema: z.ZodObject<{
|
|
2119
|
+
typeTexteEuropeen: z.ZodString;
|
|
2120
|
+
titreTexteEuropeen: z.ZodString;
|
|
2121
|
+
}, z.core.$strip>;
|
|
2122
|
+
export type TexteEuropeenRaw = z.infer<typeof TexteEuropeenRawSchema>;
|
|
2123
|
+
/**
|
|
2124
|
+
* Info JOCE
|
|
2125
|
+
*/
|
|
2126
|
+
export declare const InfoJoceRawSchema: z.ZodObject<{
|
|
2127
|
+
refJOCE: z.ZodString;
|
|
2128
|
+
dateJOCE: z.ZodString;
|
|
2129
|
+
}, z.core.$strip>;
|
|
2130
|
+
export type InfoJoceRaw = z.infer<typeof InfoJoceRawSchema>;
|
|
2131
|
+
/**
|
|
2132
|
+
* Texte externe associé
|
|
2133
|
+
*/
|
|
2134
|
+
export declare const TexteExterneAssocieRawSchema: z.ZodObject<{
|
|
2135
|
+
typeDoc: z.ZodEnum<{
|
|
2136
|
+
Décret: "Décret";
|
|
2137
|
+
}>;
|
|
2138
|
+
texteRef: z.ZodString;
|
|
2139
|
+
titreDoc: z.ZodString;
|
|
2140
|
+
urlDoc: z.ZodString;
|
|
2141
|
+
}, z.core.$strip>;
|
|
2142
|
+
export type TexteExterneAssocieRaw = z.infer<typeof TexteExterneAssocieRawSchema>;
|
|
2143
|
+
/**
|
|
2144
|
+
* Acte législatif (recursive structure - uses z.lazy)
|
|
2145
|
+
*
|
|
2146
|
+
* Legislative acts can contain nested legislative acts
|
|
2147
|
+
*/
|
|
2148
|
+
export declare const ActeLegislatifRawSchema: z.ZodType<any>;
|
|
2149
|
+
export type ActeLegislatifRaw = z.infer<typeof ActeLegislatifRawSchema>;
|
|
2150
|
+
/**
|
|
2151
|
+
* Actes législatifs
|
|
2152
|
+
*/
|
|
2153
|
+
export declare const ActesLegislatifsRawSchema: z.ZodObject<{
|
|
2154
|
+
acteLegislatif: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
|
|
2155
|
+
}, z.core.$strip>;
|
|
2156
|
+
export type ActesLegislatifsRaw = z.infer<typeof ActesLegislatifsRawSchema>;
|
|
2157
|
+
/**
|
|
2158
|
+
* Dossier parlementaire dossier parlementaire (single wrapper)
|
|
2159
|
+
*/
|
|
2160
|
+
export declare const DossierParlementaireDossierParlementaireRawSchema: z.ZodObject<{
|
|
2161
|
+
"@xmlns": z.ZodString;
|
|
2162
|
+
"@xmlns:xsi": z.ZodString;
|
|
2163
|
+
"@xsi:type": z.ZodEnum<{
|
|
2164
|
+
DossierCommissionEnquete_Type: "DossierCommissionEnquete_Type";
|
|
2165
|
+
DossierIniativeExecutif_Type: "DossierIniativeExecutif_Type";
|
|
2166
|
+
DossierLegislatif_Type: "DossierLegislatif_Type";
|
|
2167
|
+
DossierMissionControle_Type: "DossierMissionControle_Type";
|
|
2168
|
+
DossierMissionInformation_Type: "DossierMissionInformation_Type";
|
|
2169
|
+
DossierResolutionAN: "DossierResolutionAN";
|
|
2170
|
+
}>;
|
|
2171
|
+
uid: z.ZodString;
|
|
2172
|
+
legislature: z.ZodString;
|
|
2173
|
+
titreDossier: z.ZodObject<{
|
|
2174
|
+
titre: z.ZodString;
|
|
2175
|
+
titreChemin: z.ZodNullable<z.ZodString>;
|
|
2176
|
+
senatChemin: z.ZodNullable<z.ZodString>;
|
|
2177
|
+
}, z.core.$strip>;
|
|
2178
|
+
procedureParlementaire: z.ZodObject<{
|
|
2179
|
+
code: z.ZodString;
|
|
2180
|
+
libelle: z.ZodString;
|
|
2181
|
+
}, z.core.$strip>;
|
|
2182
|
+
initiateur: z.ZodNullable<z.ZodObject<{
|
|
2183
|
+
acteurs: z.ZodOptional<z.ZodObject<{
|
|
2184
|
+
acteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
2185
|
+
acteurRef: z.ZodString;
|
|
2186
|
+
mandatRef: z.ZodString;
|
|
2187
|
+
}, z.core.$strip>>>;
|
|
2188
|
+
}, z.core.$strip>>;
|
|
2189
|
+
organes: z.ZodOptional<z.ZodObject<{
|
|
2190
|
+
organe: z.ZodObject<{
|
|
2191
|
+
organeRef: z.ZodObject<{
|
|
2192
|
+
uid: z.ZodString;
|
|
2193
|
+
}, z.core.$strip>;
|
|
2194
|
+
}, z.core.$strip>;
|
|
2195
|
+
}, z.core.$strip>>;
|
|
2196
|
+
}, z.core.$strip>>;
|
|
2197
|
+
actesLegislatifs: z.ZodNullable<z.ZodObject<{
|
|
2198
|
+
acteLegislatif: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
|
|
2199
|
+
}, z.core.$strip>>;
|
|
2200
|
+
indexation: z.ZodOptional<z.ZodObject<{
|
|
2201
|
+
themes: z.ZodObject<{
|
|
2202
|
+
"@niveau": z.ZodString;
|
|
2203
|
+
theme: z.ZodObject<{
|
|
2204
|
+
libelleTheme: z.ZodString;
|
|
2205
|
+
}, z.core.$strip>;
|
|
2206
|
+
}, z.core.$strip>;
|
|
2207
|
+
}, z.core.$strip>>;
|
|
2208
|
+
fusionDossier: z.ZodNullable<z.ZodObject<{
|
|
2209
|
+
cause: z.ZodEnum<{
|
|
2210
|
+
"Dossier absorb\u00E9": "Dossier absorbé";
|
|
2211
|
+
"Examen commun": "Examen commun";
|
|
2212
|
+
}>;
|
|
2213
|
+
dossierAbsorbantRef: z.ZodString;
|
|
2214
|
+
}, z.core.$strip>>;
|
|
2215
|
+
PLF: z.ZodOptional<z.ZodObject<{
|
|
2216
|
+
EtudePLF: z.ZodArray<z.ZodObject<{
|
|
2217
|
+
uid: z.ZodString;
|
|
2218
|
+
organeRef: z.ZodString;
|
|
2219
|
+
texteAssocie: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2220
|
+
rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
2221
|
+
acteurRef: z.ZodString;
|
|
2222
|
+
typeRapporteur: z.ZodEnum<{
|
|
2223
|
+
auteur: "auteur";
|
|
2224
|
+
cosignataire: "cosignataire";
|
|
2225
|
+
rapporteur: "rapporteur";
|
|
2226
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
2227
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
2228
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
2229
|
+
}>;
|
|
2230
|
+
etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2231
|
+
}, z.core.$strip>>>, z.ZodObject<{
|
|
2232
|
+
acteurRef: z.ZodString;
|
|
2233
|
+
typeRapporteur: z.ZodEnum<{
|
|
2234
|
+
auteur: "auteur";
|
|
2235
|
+
cosignataire: "cosignataire";
|
|
2236
|
+
rapporteur: "rapporteur";
|
|
2237
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
2238
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
2239
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
2240
|
+
}>;
|
|
2241
|
+
etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2242
|
+
}, z.core.$strip>]>>;
|
|
2243
|
+
missionMinefi: z.ZodOptional<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>;
|
|
2244
|
+
ordreDIQS: z.ZodString;
|
|
2245
|
+
ordreCommission: z.ZodString;
|
|
2246
|
+
}, z.core.$strip>>;
|
|
2247
|
+
}, z.core.$strip>>;
|
|
2248
|
+
}, z.core.$strip>;
|
|
2249
|
+
export type DossierParlementaireDossierParlementaireRaw = z.infer<typeof DossierParlementaireDossierParlementaireRawSchema>;
|
|
2250
|
+
/**
|
|
2251
|
+
* Dossier parlementaire (wrapper)
|
|
2252
|
+
*/
|
|
2253
|
+
export declare const DossierParlementaireRawSchema: z.ZodObject<{
|
|
2254
|
+
dossierParlementaire: z.ZodObject<{
|
|
2255
|
+
"@xmlns": z.ZodString;
|
|
2256
|
+
"@xmlns:xsi": z.ZodString;
|
|
2257
|
+
"@xsi:type": z.ZodEnum<{
|
|
2258
|
+
DossierCommissionEnquete_Type: "DossierCommissionEnquete_Type";
|
|
2259
|
+
DossierIniativeExecutif_Type: "DossierIniativeExecutif_Type";
|
|
2260
|
+
DossierLegislatif_Type: "DossierLegislatif_Type";
|
|
2261
|
+
DossierMissionControle_Type: "DossierMissionControle_Type";
|
|
2262
|
+
DossierMissionInformation_Type: "DossierMissionInformation_Type";
|
|
2263
|
+
DossierResolutionAN: "DossierResolutionAN";
|
|
2264
|
+
}>;
|
|
2265
|
+
uid: z.ZodString;
|
|
2266
|
+
legislature: z.ZodString;
|
|
2267
|
+
titreDossier: z.ZodObject<{
|
|
2268
|
+
titre: z.ZodString;
|
|
2269
|
+
titreChemin: z.ZodNullable<z.ZodString>;
|
|
2270
|
+
senatChemin: z.ZodNullable<z.ZodString>;
|
|
2271
|
+
}, z.core.$strip>;
|
|
2272
|
+
procedureParlementaire: z.ZodObject<{
|
|
2273
|
+
code: z.ZodString;
|
|
2274
|
+
libelle: z.ZodString;
|
|
2275
|
+
}, z.core.$strip>;
|
|
2276
|
+
initiateur: z.ZodNullable<z.ZodObject<{
|
|
2277
|
+
acteurs: z.ZodOptional<z.ZodObject<{
|
|
2278
|
+
acteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
2279
|
+
acteurRef: z.ZodString;
|
|
2280
|
+
mandatRef: z.ZodString;
|
|
2281
|
+
}, z.core.$strip>>>;
|
|
2282
|
+
}, z.core.$strip>>;
|
|
2283
|
+
organes: z.ZodOptional<z.ZodObject<{
|
|
2284
|
+
organe: z.ZodObject<{
|
|
2285
|
+
organeRef: z.ZodObject<{
|
|
2286
|
+
uid: z.ZodString;
|
|
2287
|
+
}, z.core.$strip>;
|
|
2288
|
+
}, z.core.$strip>;
|
|
2289
|
+
}, z.core.$strip>>;
|
|
2290
|
+
}, z.core.$strip>>;
|
|
2291
|
+
actesLegislatifs: z.ZodNullable<z.ZodObject<{
|
|
2292
|
+
acteLegislatif: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
|
|
2293
|
+
}, z.core.$strip>>;
|
|
2294
|
+
indexation: z.ZodOptional<z.ZodObject<{
|
|
2295
|
+
themes: z.ZodObject<{
|
|
2296
|
+
"@niveau": z.ZodString;
|
|
2297
|
+
theme: z.ZodObject<{
|
|
2298
|
+
libelleTheme: z.ZodString;
|
|
2299
|
+
}, z.core.$strip>;
|
|
2300
|
+
}, z.core.$strip>;
|
|
2301
|
+
}, z.core.$strip>>;
|
|
2302
|
+
fusionDossier: z.ZodNullable<z.ZodObject<{
|
|
2303
|
+
cause: z.ZodEnum<{
|
|
2304
|
+
"Dossier absorb\u00E9": "Dossier absorbé";
|
|
2305
|
+
"Examen commun": "Examen commun";
|
|
2306
|
+
}>;
|
|
2307
|
+
dossierAbsorbantRef: z.ZodString;
|
|
2308
|
+
}, z.core.$strip>>;
|
|
2309
|
+
PLF: z.ZodOptional<z.ZodObject<{
|
|
2310
|
+
EtudePLF: z.ZodArray<z.ZodObject<{
|
|
2311
|
+
uid: z.ZodString;
|
|
2312
|
+
organeRef: z.ZodString;
|
|
2313
|
+
texteAssocie: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2314
|
+
rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
2315
|
+
acteurRef: z.ZodString;
|
|
2316
|
+
typeRapporteur: z.ZodEnum<{
|
|
2317
|
+
auteur: "auteur";
|
|
2318
|
+
cosignataire: "cosignataire";
|
|
2319
|
+
rapporteur: "rapporteur";
|
|
2320
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
2321
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
2322
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
2323
|
+
}>;
|
|
2324
|
+
etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2325
|
+
}, z.core.$strip>>>, z.ZodObject<{
|
|
2326
|
+
acteurRef: z.ZodString;
|
|
2327
|
+
typeRapporteur: z.ZodEnum<{
|
|
2328
|
+
auteur: "auteur";
|
|
2329
|
+
cosignataire: "cosignataire";
|
|
2330
|
+
rapporteur: "rapporteur";
|
|
2331
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
2332
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
2333
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
2334
|
+
}>;
|
|
2335
|
+
etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2336
|
+
}, z.core.$strip>]>>;
|
|
2337
|
+
missionMinefi: z.ZodOptional<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>;
|
|
2338
|
+
ordreDIQS: z.ZodString;
|
|
2339
|
+
ordreCommission: z.ZodString;
|
|
2340
|
+
}, z.core.$strip>>;
|
|
2341
|
+
}, z.core.$strip>>;
|
|
2342
|
+
}, z.core.$strip>;
|
|
2343
|
+
}, z.core.$strip>;
|
|
2344
|
+
export type DossierParlementaireRaw = z.infer<typeof DossierParlementaireRawSchema>;
|
|
2345
|
+
/**
|
|
2346
|
+
* Dossier dossier parlementaire (for array in export)
|
|
2347
|
+
*/
|
|
2348
|
+
export declare const DossierDossierParlementaireRawSchema: z.ZodObject<{
|
|
2349
|
+
"@xsi:type": z.ZodOptional<z.ZodEnum<{
|
|
2350
|
+
DossierCommissionEnquete_Type: "DossierCommissionEnquete_Type";
|
|
2351
|
+
DossierIniativeExecutif_Type: "DossierIniativeExecutif_Type";
|
|
2352
|
+
DossierLegislatif_Type: "DossierLegislatif_Type";
|
|
2353
|
+
DossierMissionControle_Type: "DossierMissionControle_Type";
|
|
2354
|
+
DossierMissionInformation_Type: "DossierMissionInformation_Type";
|
|
2355
|
+
DossierResolutionAN: "DossierResolutionAN";
|
|
2356
|
+
}>>;
|
|
2357
|
+
uid: z.ZodString;
|
|
2358
|
+
legislature: z.ZodString;
|
|
2359
|
+
titreDossier: z.ZodObject<{
|
|
2360
|
+
titre: z.ZodString;
|
|
2361
|
+
titreChemin: z.ZodNullable<z.ZodString>;
|
|
2362
|
+
senatChemin: z.ZodNullable<z.ZodString>;
|
|
2363
|
+
}, z.core.$strip>;
|
|
2364
|
+
procedureParlementaire: z.ZodObject<{
|
|
2365
|
+
code: z.ZodString;
|
|
2366
|
+
libelle: z.ZodString;
|
|
2367
|
+
}, z.core.$strip>;
|
|
2368
|
+
initiateur: z.ZodNullable<z.ZodObject<{
|
|
2369
|
+
acteurs: z.ZodOptional<z.ZodObject<{
|
|
2370
|
+
acteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
2371
|
+
acteurRef: z.ZodString;
|
|
2372
|
+
mandatRef: z.ZodString;
|
|
2373
|
+
}, z.core.$strip>>>;
|
|
2374
|
+
}, z.core.$strip>>;
|
|
2375
|
+
organes: z.ZodOptional<z.ZodObject<{
|
|
2376
|
+
organe: z.ZodObject<{
|
|
2377
|
+
organeRef: z.ZodObject<{
|
|
2378
|
+
uid: z.ZodString;
|
|
2379
|
+
}, z.core.$strip>;
|
|
2380
|
+
}, z.core.$strip>;
|
|
2381
|
+
}, z.core.$strip>>;
|
|
2382
|
+
}, z.core.$strip>>;
|
|
2383
|
+
actesLegislatifs: z.ZodObject<{
|
|
2384
|
+
acteLegislatif: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
|
|
2385
|
+
}, z.core.$strip>;
|
|
2386
|
+
indexation: z.ZodOptional<z.ZodObject<{
|
|
2387
|
+
themes: z.ZodObject<{
|
|
2388
|
+
"@niveau": z.ZodString;
|
|
2389
|
+
theme: z.ZodObject<{
|
|
2390
|
+
libelleTheme: z.ZodString;
|
|
2391
|
+
}, z.core.$strip>;
|
|
2392
|
+
}, z.core.$strip>;
|
|
2393
|
+
}, z.core.$strip>>;
|
|
2394
|
+
fusionDossier: z.ZodNullable<z.ZodObject<{
|
|
2395
|
+
cause: z.ZodEnum<{
|
|
2396
|
+
"Dossier absorb\u00E9": "Dossier absorbé";
|
|
2397
|
+
"Examen commun": "Examen commun";
|
|
2398
|
+
}>;
|
|
2399
|
+
dossierAbsorbantRef: z.ZodString;
|
|
2400
|
+
}, z.core.$strip>>;
|
|
2401
|
+
PLF: z.ZodOptional<z.ZodObject<{
|
|
2402
|
+
EtudePLF: z.ZodArray<z.ZodObject<{
|
|
2403
|
+
uid: z.ZodString;
|
|
2404
|
+
organeRef: z.ZodString;
|
|
2405
|
+
texteAssocie: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2406
|
+
rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
2407
|
+
acteurRef: z.ZodString;
|
|
2408
|
+
typeRapporteur: z.ZodEnum<{
|
|
2409
|
+
auteur: "auteur";
|
|
2410
|
+
cosignataire: "cosignataire";
|
|
2411
|
+
rapporteur: "rapporteur";
|
|
2412
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
2413
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
2414
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
2415
|
+
}>;
|
|
2416
|
+
etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2417
|
+
}, z.core.$strip>>>, z.ZodObject<{
|
|
2418
|
+
acteurRef: z.ZodString;
|
|
2419
|
+
typeRapporteur: z.ZodEnum<{
|
|
2420
|
+
auteur: "auteur";
|
|
2421
|
+
cosignataire: "cosignataire";
|
|
2422
|
+
rapporteur: "rapporteur";
|
|
2423
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
2424
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
2425
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
2426
|
+
}>;
|
|
2427
|
+
etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2428
|
+
}, z.core.$strip>]>>;
|
|
2429
|
+
missionMinefi: z.ZodOptional<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>;
|
|
2430
|
+
ordreDIQS: z.ZodString;
|
|
2431
|
+
ordreCommission: z.ZodString;
|
|
2432
|
+
}, z.core.$strip>>;
|
|
2433
|
+
}, z.core.$strip>>;
|
|
2434
|
+
}, z.core.$strip>;
|
|
2435
|
+
export type DossierDossierParlementaireRaw = z.infer<typeof DossierDossierParlementaireRawSchema>;
|
|
2436
|
+
/**
|
|
2437
|
+
* Dossier
|
|
2438
|
+
*/
|
|
2439
|
+
export declare const DossierRawSchema: z.ZodObject<{
|
|
2440
|
+
dossierParlementaire: z.ZodObject<{
|
|
2441
|
+
"@xsi:type": z.ZodOptional<z.ZodEnum<{
|
|
2442
|
+
DossierCommissionEnquete_Type: "DossierCommissionEnquete_Type";
|
|
2443
|
+
DossierIniativeExecutif_Type: "DossierIniativeExecutif_Type";
|
|
2444
|
+
DossierLegislatif_Type: "DossierLegislatif_Type";
|
|
2445
|
+
DossierMissionControle_Type: "DossierMissionControle_Type";
|
|
2446
|
+
DossierMissionInformation_Type: "DossierMissionInformation_Type";
|
|
2447
|
+
DossierResolutionAN: "DossierResolutionAN";
|
|
2448
|
+
}>>;
|
|
2449
|
+
uid: z.ZodString;
|
|
2450
|
+
legislature: z.ZodString;
|
|
2451
|
+
titreDossier: z.ZodObject<{
|
|
2452
|
+
titre: z.ZodString;
|
|
2453
|
+
titreChemin: z.ZodNullable<z.ZodString>;
|
|
2454
|
+
senatChemin: z.ZodNullable<z.ZodString>;
|
|
2455
|
+
}, z.core.$strip>;
|
|
2456
|
+
procedureParlementaire: z.ZodObject<{
|
|
2457
|
+
code: z.ZodString;
|
|
2458
|
+
libelle: z.ZodString;
|
|
2459
|
+
}, z.core.$strip>;
|
|
2460
|
+
initiateur: z.ZodNullable<z.ZodObject<{
|
|
2461
|
+
acteurs: z.ZodOptional<z.ZodObject<{
|
|
2462
|
+
acteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
2463
|
+
acteurRef: z.ZodString;
|
|
2464
|
+
mandatRef: z.ZodString;
|
|
2465
|
+
}, z.core.$strip>>>;
|
|
2466
|
+
}, z.core.$strip>>;
|
|
2467
|
+
organes: z.ZodOptional<z.ZodObject<{
|
|
2468
|
+
organe: z.ZodObject<{
|
|
2469
|
+
organeRef: z.ZodObject<{
|
|
2470
|
+
uid: z.ZodString;
|
|
2471
|
+
}, z.core.$strip>;
|
|
2472
|
+
}, z.core.$strip>;
|
|
2473
|
+
}, z.core.$strip>>;
|
|
2474
|
+
}, z.core.$strip>>;
|
|
2475
|
+
actesLegislatifs: z.ZodObject<{
|
|
2476
|
+
acteLegislatif: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
|
|
2477
|
+
}, z.core.$strip>;
|
|
2478
|
+
indexation: z.ZodOptional<z.ZodObject<{
|
|
2479
|
+
themes: z.ZodObject<{
|
|
2480
|
+
"@niveau": z.ZodString;
|
|
2481
|
+
theme: z.ZodObject<{
|
|
2482
|
+
libelleTheme: z.ZodString;
|
|
2483
|
+
}, z.core.$strip>;
|
|
2484
|
+
}, z.core.$strip>;
|
|
2485
|
+
}, z.core.$strip>>;
|
|
2486
|
+
fusionDossier: z.ZodNullable<z.ZodObject<{
|
|
2487
|
+
cause: z.ZodEnum<{
|
|
2488
|
+
"Dossier absorb\u00E9": "Dossier absorbé";
|
|
2489
|
+
"Examen commun": "Examen commun";
|
|
2490
|
+
}>;
|
|
2491
|
+
dossierAbsorbantRef: z.ZodString;
|
|
2492
|
+
}, z.core.$strip>>;
|
|
2493
|
+
PLF: z.ZodOptional<z.ZodObject<{
|
|
2494
|
+
EtudePLF: z.ZodArray<z.ZodObject<{
|
|
2495
|
+
uid: z.ZodString;
|
|
2496
|
+
organeRef: z.ZodString;
|
|
2497
|
+
texteAssocie: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2498
|
+
rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
2499
|
+
acteurRef: z.ZodString;
|
|
2500
|
+
typeRapporteur: z.ZodEnum<{
|
|
2501
|
+
auteur: "auteur";
|
|
2502
|
+
cosignataire: "cosignataire";
|
|
2503
|
+
rapporteur: "rapporteur";
|
|
2504
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
2505
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
2506
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
2507
|
+
}>;
|
|
2508
|
+
etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2509
|
+
}, z.core.$strip>>>, z.ZodObject<{
|
|
2510
|
+
acteurRef: z.ZodString;
|
|
2511
|
+
typeRapporteur: z.ZodEnum<{
|
|
2512
|
+
auteur: "auteur";
|
|
2513
|
+
cosignataire: "cosignataire";
|
|
2514
|
+
rapporteur: "rapporteur";
|
|
2515
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
2516
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
2517
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
2518
|
+
}>;
|
|
2519
|
+
etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2520
|
+
}, z.core.$strip>]>>;
|
|
2521
|
+
missionMinefi: z.ZodOptional<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>;
|
|
2522
|
+
ordreDIQS: z.ZodString;
|
|
2523
|
+
ordreCommission: z.ZodString;
|
|
2524
|
+
}, z.core.$strip>>;
|
|
2525
|
+
}, z.core.$strip>>;
|
|
2526
|
+
}, z.core.$strip>;
|
|
2527
|
+
}, z.core.$strip>;
|
|
2528
|
+
export type DossierRaw = z.infer<typeof DossierRawSchema>;
|
|
2529
|
+
/**
|
|
2530
|
+
* Dossiers législatifs class
|
|
2531
|
+
*/
|
|
2532
|
+
export declare const DossiersLegislatifsClassRawSchema: z.ZodObject<{
|
|
2533
|
+
dossier: z.ZodArray<z.ZodObject<{
|
|
2534
|
+
dossierParlementaire: z.ZodObject<{
|
|
2535
|
+
"@xsi:type": z.ZodOptional<z.ZodEnum<{
|
|
2536
|
+
DossierCommissionEnquete_Type: "DossierCommissionEnquete_Type";
|
|
2537
|
+
DossierIniativeExecutif_Type: "DossierIniativeExecutif_Type";
|
|
2538
|
+
DossierLegislatif_Type: "DossierLegislatif_Type";
|
|
2539
|
+
DossierMissionControle_Type: "DossierMissionControle_Type";
|
|
2540
|
+
DossierMissionInformation_Type: "DossierMissionInformation_Type";
|
|
2541
|
+
DossierResolutionAN: "DossierResolutionAN";
|
|
2542
|
+
}>>;
|
|
2543
|
+
uid: z.ZodString;
|
|
2544
|
+
legislature: z.ZodString;
|
|
2545
|
+
titreDossier: z.ZodObject<{
|
|
2546
|
+
titre: z.ZodString;
|
|
2547
|
+
titreChemin: z.ZodNullable<z.ZodString>;
|
|
2548
|
+
senatChemin: z.ZodNullable<z.ZodString>;
|
|
2549
|
+
}, z.core.$strip>;
|
|
2550
|
+
procedureParlementaire: z.ZodObject<{
|
|
2551
|
+
code: z.ZodString;
|
|
2552
|
+
libelle: z.ZodString;
|
|
2553
|
+
}, z.core.$strip>;
|
|
2554
|
+
initiateur: z.ZodNullable<z.ZodObject<{
|
|
2555
|
+
acteurs: z.ZodOptional<z.ZodObject<{
|
|
2556
|
+
acteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
2557
|
+
acteurRef: z.ZodString;
|
|
2558
|
+
mandatRef: z.ZodString;
|
|
2559
|
+
}, z.core.$strip>>>;
|
|
2560
|
+
}, z.core.$strip>>;
|
|
2561
|
+
organes: z.ZodOptional<z.ZodObject<{
|
|
2562
|
+
organe: z.ZodObject<{
|
|
2563
|
+
organeRef: z.ZodObject<{
|
|
2564
|
+
uid: z.ZodString;
|
|
2565
|
+
}, z.core.$strip>;
|
|
2566
|
+
}, z.core.$strip>;
|
|
2567
|
+
}, z.core.$strip>>;
|
|
2568
|
+
}, z.core.$strip>>;
|
|
2569
|
+
actesLegislatifs: z.ZodObject<{
|
|
2570
|
+
acteLegislatif: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
|
|
2571
|
+
}, z.core.$strip>;
|
|
2572
|
+
indexation: z.ZodOptional<z.ZodObject<{
|
|
2573
|
+
themes: z.ZodObject<{
|
|
2574
|
+
"@niveau": z.ZodString;
|
|
2575
|
+
theme: z.ZodObject<{
|
|
2576
|
+
libelleTheme: z.ZodString;
|
|
2577
|
+
}, z.core.$strip>;
|
|
2578
|
+
}, z.core.$strip>;
|
|
2579
|
+
}, z.core.$strip>>;
|
|
2580
|
+
fusionDossier: z.ZodNullable<z.ZodObject<{
|
|
2581
|
+
cause: z.ZodEnum<{
|
|
2582
|
+
"Dossier absorb\u00E9": "Dossier absorbé";
|
|
2583
|
+
"Examen commun": "Examen commun";
|
|
2584
|
+
}>;
|
|
2585
|
+
dossierAbsorbantRef: z.ZodString;
|
|
2586
|
+
}, z.core.$strip>>;
|
|
2587
|
+
PLF: z.ZodOptional<z.ZodObject<{
|
|
2588
|
+
EtudePLF: z.ZodArray<z.ZodObject<{
|
|
2589
|
+
uid: z.ZodString;
|
|
2590
|
+
organeRef: z.ZodString;
|
|
2591
|
+
texteAssocie: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2592
|
+
rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
2593
|
+
acteurRef: z.ZodString;
|
|
2594
|
+
typeRapporteur: z.ZodEnum<{
|
|
2595
|
+
auteur: "auteur";
|
|
2596
|
+
cosignataire: "cosignataire";
|
|
2597
|
+
rapporteur: "rapporteur";
|
|
2598
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
2599
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
2600
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
2601
|
+
}>;
|
|
2602
|
+
etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2603
|
+
}, z.core.$strip>>>, z.ZodObject<{
|
|
2604
|
+
acteurRef: z.ZodString;
|
|
2605
|
+
typeRapporteur: z.ZodEnum<{
|
|
2606
|
+
auteur: "auteur";
|
|
2607
|
+
cosignataire: "cosignataire";
|
|
2608
|
+
rapporteur: "rapporteur";
|
|
2609
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
2610
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
2611
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
2612
|
+
}>;
|
|
2613
|
+
etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2614
|
+
}, z.core.$strip>]>>;
|
|
2615
|
+
missionMinefi: z.ZodOptional<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>;
|
|
2616
|
+
ordreDIQS: z.ZodString;
|
|
2617
|
+
ordreCommission: z.ZodString;
|
|
2618
|
+
}, z.core.$strip>>;
|
|
2619
|
+
}, z.core.$strip>>;
|
|
2620
|
+
}, z.core.$strip>;
|
|
2621
|
+
}, z.core.$strip>>;
|
|
2622
|
+
}, z.core.$strip>;
|
|
2623
|
+
export type DossiersLegislatifsClassRaw = z.infer<typeof DossiersLegislatifsClassRawSchema>;
|
|
2624
|
+
/**
|
|
2625
|
+
* Export (main export structure)
|
|
2626
|
+
*/
|
|
2627
|
+
export declare const ExportRawSchema: z.ZodObject<{
|
|
2628
|
+
"@xmlns:xsi": z.ZodString;
|
|
2629
|
+
textesLegislatifs: z.ZodObject<{
|
|
2630
|
+
document: z.ZodArray<z.ZodObject<{
|
|
2631
|
+
"@xsi:type": z.ZodEnum<{
|
|
2632
|
+
accordInternational_Type: "accordInternational_Type";
|
|
2633
|
+
avisConseilEtat_Type: "avisConseilEtat_Type";
|
|
2634
|
+
documentEtudeImpact_Type: "documentEtudeImpact_Type";
|
|
2635
|
+
rapportParlementaire_Type: "rapportParlementaire_Type";
|
|
2636
|
+
texteLoi_Type: "texteLoi_Type";
|
|
2637
|
+
}>;
|
|
2638
|
+
uid: z.ZodString;
|
|
2639
|
+
legislature: z.ZodNullable<z.ZodString>;
|
|
2640
|
+
cycleDeVie: z.ZodObject<{
|
|
2641
|
+
chrono: z.ZodObject<{
|
|
2642
|
+
dateCreation: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
2643
|
+
dateDepot: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
2644
|
+
datePublication: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
2645
|
+
datePublicationWeb: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
2646
|
+
}, z.core.$strip>;
|
|
2647
|
+
}, z.core.$strip>;
|
|
2648
|
+
denominationStructurelle: z.ZodEnum<{
|
|
2649
|
+
Allocution: "Allocution";
|
|
2650
|
+
Avis: "Avis";
|
|
2651
|
+
Déclaration: "Déclaration";
|
|
2652
|
+
Lettre: "Lettre";
|
|
2653
|
+
Message: "Message";
|
|
2654
|
+
Motion: "Motion";
|
|
2655
|
+
"Projet de loi": "Projet de loi";
|
|
2656
|
+
"Proposition de loi": "Proposition de loi";
|
|
2657
|
+
"Proposition de r\u00E9solution": "Proposition de résolution";
|
|
2658
|
+
Rapport: "Rapport";
|
|
2659
|
+
"Rapport d'information": "Rapport d'information";
|
|
2660
|
+
Résolution: "Résolution";
|
|
2661
|
+
}>;
|
|
2662
|
+
provenance: z.ZodOptional<z.ZodEnum<{
|
|
2663
|
+
Commission: "Commission";
|
|
2664
|
+
Séance: "Séance";
|
|
2665
|
+
"Texte D\u00E9pos\u00E9": "Texte Déposé";
|
|
2666
|
+
}>>;
|
|
2667
|
+
titres: z.ZodObject<{
|
|
2668
|
+
titrePrincipal: z.ZodString;
|
|
2669
|
+
titrePrincipalCourt: z.ZodString;
|
|
2670
|
+
}, z.core.$strip>;
|
|
2671
|
+
divisions: z.ZodNullable<z.ZodObject<{
|
|
2672
|
+
division: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
|
|
2673
|
+
}, z.core.$strip>>;
|
|
2674
|
+
dossierRef: z.ZodString;
|
|
2675
|
+
redacteur: z.ZodNull;
|
|
2676
|
+
classification: z.ZodObject<{
|
|
2677
|
+
famille: z.ZodNullable<z.ZodObject<{
|
|
2678
|
+
depot: z.ZodObject<{
|
|
2679
|
+
code: z.ZodString;
|
|
2680
|
+
libelle: z.ZodString;
|
|
2681
|
+
}, z.core.$strip>;
|
|
2682
|
+
classe: z.ZodObject<{
|
|
2683
|
+
code: z.ZodString;
|
|
2684
|
+
libelle: z.ZodString;
|
|
2685
|
+
}, z.core.$strip>;
|
|
2686
|
+
espece: z.ZodOptional<z.ZodObject<{
|
|
2687
|
+
code: z.ZodString;
|
|
2688
|
+
libelle: z.ZodString;
|
|
2689
|
+
}, z.core.$strip>>;
|
|
2690
|
+
}, z.core.$strip>>;
|
|
2691
|
+
type: z.ZodObject<{
|
|
2692
|
+
code: z.ZodString;
|
|
2693
|
+
libelle: z.ZodString;
|
|
2694
|
+
}, z.core.$strip>;
|
|
2695
|
+
sousType: z.ZodNullable<z.ZodObject<{
|
|
2696
|
+
code: z.ZodEnum<{
|
|
2697
|
+
ACCPRESRP: "ACCPRESRP";
|
|
2698
|
+
APPART1515: "APPART1515";
|
|
2699
|
+
APPART341: "APPART341";
|
|
2700
|
+
APPLOI: "APPLOI";
|
|
2701
|
+
AUE: "AUE";
|
|
2702
|
+
AUTRATCONV: "AUTRATCONV";
|
|
2703
|
+
AVECVOTE: "AVECVOTE";
|
|
2704
|
+
CENSURE492: "CENSURE492";
|
|
2705
|
+
CENSURE493: "CENSURE493";
|
|
2706
|
+
COMENQ: "COMENQ";
|
|
2707
|
+
COMPA: "COMPA";
|
|
2708
|
+
COMSPCPTE: "COMSPCPTE";
|
|
2709
|
+
CONST: "CONST";
|
|
2710
|
+
CTRLBUDG: "CTRLBUDG";
|
|
2711
|
+
DIVERS: "DIVERS";
|
|
2712
|
+
ENGRESPTXT: "ENGRESPTXT";
|
|
2713
|
+
ENQU: "ENQU";
|
|
2714
|
+
FIN: "FIN";
|
|
2715
|
+
FINGEST: "FINGEST";
|
|
2716
|
+
FINRECT: "FINRECT";
|
|
2717
|
+
FINSSOC: "FINSSOC";
|
|
2718
|
+
FINSSOCREC: "FINSSOCREC";
|
|
2719
|
+
IMPACTLOIS: "IMPACTLOIS";
|
|
2720
|
+
LEGDELEGAN: "LEGDELEGAN";
|
|
2721
|
+
MINFOCOMPER: "MINFOCOMPER";
|
|
2722
|
+
MODREGLTAN: "MODREGLTAN";
|
|
2723
|
+
NOTEOPECST: "NOTEOPECST";
|
|
2724
|
+
OFFPARL: "OFFPARL";
|
|
2725
|
+
ORG: "ORG";
|
|
2726
|
+
PETITION: "PETITION";
|
|
2727
|
+
PRESIDAGE: "PRESIDAGE";
|
|
2728
|
+
PRESIDASS: "PRESIDASS";
|
|
2729
|
+
PRESIDREP: "PRESIDREP";
|
|
2730
|
+
PROPACTCOM: "PROPACTCOM";
|
|
2731
|
+
PRPDIT: "PRPDIT";
|
|
2732
|
+
RECT: "RECT";
|
|
2733
|
+
REFART11: "REFART11";
|
|
2734
|
+
RGLTBUDG: "RGLTBUDG";
|
|
2735
|
+
RGLTBUDG2: "RGLTBUDG2";
|
|
2736
|
+
SUPP: "SUPP";
|
|
2737
|
+
SUSPOURS: "SUSPOURS";
|
|
2738
|
+
TVXINSTITEUROP: "TVXINSTITEUROP";
|
|
2739
|
+
}>;
|
|
2740
|
+
libelle: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2741
|
+
libelleEdition: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2742
|
+
}, z.core.$strip>>;
|
|
2743
|
+
statutAdoption: z.ZodNullable<z.ZodEnum<{
|
|
2744
|
+
ADOPTCOM: "ADOPTCOM";
|
|
2745
|
+
ADOPTSEANCE: "ADOPTSEANCE";
|
|
2746
|
+
REJETSEANCE: "REJETSEANCE";
|
|
2747
|
+
}>>;
|
|
2748
|
+
}, z.core.$strip>;
|
|
2749
|
+
auteurs: z.ZodObject<{
|
|
2750
|
+
auteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
2751
|
+
acteur: z.ZodOptional<z.ZodObject<{
|
|
2752
|
+
acteurRef: z.ZodString;
|
|
2753
|
+
qualite: z.ZodEnum<{
|
|
2754
|
+
auteur: "auteur";
|
|
2755
|
+
cosignataire: "cosignataire";
|
|
2756
|
+
rapporteur: "rapporteur";
|
|
2757
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
2758
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
2759
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
2760
|
+
}>;
|
|
2761
|
+
}, z.core.$strip>>;
|
|
2762
|
+
organe: z.ZodOptional<z.ZodObject<{
|
|
2763
|
+
organeRef: z.ZodString;
|
|
2764
|
+
}, z.core.$strip>>;
|
|
2765
|
+
}, z.core.$strip>>>;
|
|
2766
|
+
}, z.core.$strip>;
|
|
2767
|
+
correction: z.ZodNullable<z.ZodObject<{
|
|
2768
|
+
typeCorrection: z.ZodEnum<{
|
|
2769
|
+
Rectifié: "Rectifié";
|
|
2770
|
+
}>;
|
|
2771
|
+
niveauCorrection: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2772
|
+
}, z.core.$strip>>;
|
|
2773
|
+
notice: z.ZodObject<{
|
|
2774
|
+
numNotice: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2775
|
+
formule: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2776
|
+
adoptionConforme: z.ZodString;
|
|
2777
|
+
}, z.core.$strip>;
|
|
2778
|
+
indexation: z.ZodNullable<z.ZodObject<{
|
|
2779
|
+
themes: z.ZodObject<{
|
|
2780
|
+
"@niveau": z.ZodString;
|
|
2781
|
+
theme: z.ZodObject<{
|
|
2782
|
+
libelleTheme: z.ZodString;
|
|
2783
|
+
}, z.core.$strip>;
|
|
2784
|
+
}, z.core.$strip>;
|
|
2785
|
+
}, z.core.$strip>>;
|
|
2786
|
+
imprimerie: z.ZodNullable<z.ZodObject<{
|
|
2787
|
+
DIAN: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2788
|
+
ISBN: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2789
|
+
ISSN: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2790
|
+
nbPage: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2791
|
+
prix: z.ZodNullable<z.ZodString>;
|
|
2792
|
+
}, z.core.$strip>>;
|
|
2793
|
+
coSignataires: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2794
|
+
coSignataire: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
2795
|
+
acteur: z.ZodOptional<z.ZodObject<{
|
|
2796
|
+
acteurRef: z.ZodString;
|
|
2797
|
+
}, z.core.$strip>>;
|
|
2798
|
+
dateCosignature: z.ZodString;
|
|
2799
|
+
dateRetraitCosignature: z.ZodNullable<z.ZodString>;
|
|
2800
|
+
edite: z.ZodString;
|
|
2801
|
+
organe: z.ZodOptional<z.ZodObject<{
|
|
2802
|
+
organeRef: z.ZodString;
|
|
2803
|
+
etApparentes: z.ZodString;
|
|
2804
|
+
}, z.core.$strip>>;
|
|
2805
|
+
}, z.core.$strip>>>;
|
|
2806
|
+
}, z.core.$strip>>>;
|
|
2807
|
+
depotAmendements: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2808
|
+
amendementsSeance: z.ZodObject<{
|
|
2809
|
+
amendable: z.ZodString;
|
|
2810
|
+
dateLimiteDepot: z.ZodNull;
|
|
2811
|
+
}, z.core.$strip>;
|
|
2812
|
+
amendementsCommission: z.ZodOptional<z.ZodObject<{
|
|
2813
|
+
commission: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
2814
|
+
organeRef: z.ZodString;
|
|
2815
|
+
amendable: z.ZodString;
|
|
2816
|
+
dateLimiteDepot: z.ZodNull;
|
|
2817
|
+
}, z.core.$strip>>>;
|
|
2818
|
+
}, z.core.$strip>>;
|
|
2819
|
+
}, z.core.$strip>>>;
|
|
2820
|
+
rapportPublie: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"true">, z.ZodLiteral<"false">, z.ZodLiteral<"undefined">]>>;
|
|
2821
|
+
}, z.core.$strip>>;
|
|
2822
|
+
}, z.core.$strip>;
|
|
2823
|
+
dossiersLegislatifs: z.ZodObject<{
|
|
2824
|
+
dossier: z.ZodArray<z.ZodObject<{
|
|
2825
|
+
dossierParlementaire: z.ZodObject<{
|
|
2826
|
+
"@xsi:type": z.ZodOptional<z.ZodEnum<{
|
|
2827
|
+
DossierCommissionEnquete_Type: "DossierCommissionEnquete_Type";
|
|
2828
|
+
DossierIniativeExecutif_Type: "DossierIniativeExecutif_Type";
|
|
2829
|
+
DossierLegislatif_Type: "DossierLegislatif_Type";
|
|
2830
|
+
DossierMissionControle_Type: "DossierMissionControle_Type";
|
|
2831
|
+
DossierMissionInformation_Type: "DossierMissionInformation_Type";
|
|
2832
|
+
DossierResolutionAN: "DossierResolutionAN";
|
|
2833
|
+
}>>;
|
|
2834
|
+
uid: z.ZodString;
|
|
2835
|
+
legislature: z.ZodString;
|
|
2836
|
+
titreDossier: z.ZodObject<{
|
|
2837
|
+
titre: z.ZodString;
|
|
2838
|
+
titreChemin: z.ZodNullable<z.ZodString>;
|
|
2839
|
+
senatChemin: z.ZodNullable<z.ZodString>;
|
|
2840
|
+
}, z.core.$strip>;
|
|
2841
|
+
procedureParlementaire: z.ZodObject<{
|
|
2842
|
+
code: z.ZodString;
|
|
2843
|
+
libelle: z.ZodString;
|
|
2844
|
+
}, z.core.$strip>;
|
|
2845
|
+
initiateur: z.ZodNullable<z.ZodObject<{
|
|
2846
|
+
acteurs: z.ZodOptional<z.ZodObject<{
|
|
2847
|
+
acteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
2848
|
+
acteurRef: z.ZodString;
|
|
2849
|
+
mandatRef: z.ZodString;
|
|
2850
|
+
}, z.core.$strip>>>;
|
|
2851
|
+
}, z.core.$strip>>;
|
|
2852
|
+
organes: z.ZodOptional<z.ZodObject<{
|
|
2853
|
+
organe: z.ZodObject<{
|
|
2854
|
+
organeRef: z.ZodObject<{
|
|
2855
|
+
uid: z.ZodString;
|
|
2856
|
+
}, z.core.$strip>;
|
|
2857
|
+
}, z.core.$strip>;
|
|
2858
|
+
}, z.core.$strip>>;
|
|
2859
|
+
}, z.core.$strip>>;
|
|
2860
|
+
actesLegislatifs: z.ZodObject<{
|
|
2861
|
+
acteLegislatif: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
|
|
2862
|
+
}, z.core.$strip>;
|
|
2863
|
+
indexation: z.ZodOptional<z.ZodObject<{
|
|
2864
|
+
themes: z.ZodObject<{
|
|
2865
|
+
"@niveau": z.ZodString;
|
|
2866
|
+
theme: z.ZodObject<{
|
|
2867
|
+
libelleTheme: z.ZodString;
|
|
2868
|
+
}, z.core.$strip>;
|
|
2869
|
+
}, z.core.$strip>;
|
|
2870
|
+
}, z.core.$strip>>;
|
|
2871
|
+
fusionDossier: z.ZodNullable<z.ZodObject<{
|
|
2872
|
+
cause: z.ZodEnum<{
|
|
2873
|
+
"Dossier absorb\u00E9": "Dossier absorbé";
|
|
2874
|
+
"Examen commun": "Examen commun";
|
|
2875
|
+
}>;
|
|
2876
|
+
dossierAbsorbantRef: z.ZodString;
|
|
2877
|
+
}, z.core.$strip>>;
|
|
2878
|
+
PLF: z.ZodOptional<z.ZodObject<{
|
|
2879
|
+
EtudePLF: z.ZodArray<z.ZodObject<{
|
|
2880
|
+
uid: z.ZodString;
|
|
2881
|
+
organeRef: z.ZodString;
|
|
2882
|
+
texteAssocie: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2883
|
+
rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
2884
|
+
acteurRef: z.ZodString;
|
|
2885
|
+
typeRapporteur: z.ZodEnum<{
|
|
2886
|
+
auteur: "auteur";
|
|
2887
|
+
cosignataire: "cosignataire";
|
|
2888
|
+
rapporteur: "rapporteur";
|
|
2889
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
2890
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
2891
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
2892
|
+
}>;
|
|
2893
|
+
etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2894
|
+
}, z.core.$strip>>>, z.ZodObject<{
|
|
2895
|
+
acteurRef: z.ZodString;
|
|
2896
|
+
typeRapporteur: z.ZodEnum<{
|
|
2897
|
+
auteur: "auteur";
|
|
2898
|
+
cosignataire: "cosignataire";
|
|
2899
|
+
rapporteur: "rapporteur";
|
|
2900
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
2901
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
2902
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
2903
|
+
}>;
|
|
2904
|
+
etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
2905
|
+
}, z.core.$strip>]>>;
|
|
2906
|
+
missionMinefi: z.ZodOptional<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>;
|
|
2907
|
+
ordreDIQS: z.ZodString;
|
|
2908
|
+
ordreCommission: z.ZodString;
|
|
2909
|
+
}, z.core.$strip>>;
|
|
2910
|
+
}, z.core.$strip>>;
|
|
2911
|
+
}, z.core.$strip>;
|
|
2912
|
+
}, z.core.$strip>>;
|
|
2913
|
+
}, z.core.$strip>;
|
|
2914
|
+
}, z.core.$strip>;
|
|
2915
|
+
export type ExportRaw = z.infer<typeof ExportRawSchema>;
|
|
2916
|
+
/**
|
|
2917
|
+
* Dossiers législatifs (wrapper)
|
|
2918
|
+
*/
|
|
2919
|
+
export declare const DossiersLegislatifsRawSchema: z.ZodObject<{
|
|
2920
|
+
export: z.ZodObject<{
|
|
2921
|
+
"@xmlns:xsi": z.ZodString;
|
|
2922
|
+
textesLegislatifs: z.ZodObject<{
|
|
2923
|
+
document: z.ZodArray<z.ZodObject<{
|
|
2924
|
+
"@xsi:type": z.ZodEnum<{
|
|
2925
|
+
accordInternational_Type: "accordInternational_Type";
|
|
2926
|
+
avisConseilEtat_Type: "avisConseilEtat_Type";
|
|
2927
|
+
documentEtudeImpact_Type: "documentEtudeImpact_Type";
|
|
2928
|
+
rapportParlementaire_Type: "rapportParlementaire_Type";
|
|
2929
|
+
texteLoi_Type: "texteLoi_Type";
|
|
2930
|
+
}>;
|
|
2931
|
+
uid: z.ZodString;
|
|
2932
|
+
legislature: z.ZodNullable<z.ZodString>;
|
|
2933
|
+
cycleDeVie: z.ZodObject<{
|
|
2934
|
+
chrono: z.ZodObject<{
|
|
2935
|
+
dateCreation: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
2936
|
+
dateDepot: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
2937
|
+
datePublication: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
2938
|
+
datePublicationWeb: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodDate>>;
|
|
2939
|
+
}, z.core.$strip>;
|
|
2940
|
+
}, z.core.$strip>;
|
|
2941
|
+
denominationStructurelle: z.ZodEnum<{
|
|
2942
|
+
Allocution: "Allocution";
|
|
2943
|
+
Avis: "Avis";
|
|
2944
|
+
Déclaration: "Déclaration";
|
|
2945
|
+
Lettre: "Lettre";
|
|
2946
|
+
Message: "Message";
|
|
2947
|
+
Motion: "Motion";
|
|
2948
|
+
"Projet de loi": "Projet de loi";
|
|
2949
|
+
"Proposition de loi": "Proposition de loi";
|
|
2950
|
+
"Proposition de r\u00E9solution": "Proposition de résolution";
|
|
2951
|
+
Rapport: "Rapport";
|
|
2952
|
+
"Rapport d'information": "Rapport d'information";
|
|
2953
|
+
Résolution: "Résolution";
|
|
2954
|
+
}>;
|
|
2955
|
+
provenance: z.ZodOptional<z.ZodEnum<{
|
|
2956
|
+
Commission: "Commission";
|
|
2957
|
+
Séance: "Séance";
|
|
2958
|
+
"Texte D\u00E9pos\u00E9": "Texte Déposé";
|
|
2959
|
+
}>>;
|
|
2960
|
+
titres: z.ZodObject<{
|
|
2961
|
+
titrePrincipal: z.ZodString;
|
|
2962
|
+
titrePrincipalCourt: z.ZodString;
|
|
2963
|
+
}, z.core.$strip>;
|
|
2964
|
+
divisions: z.ZodNullable<z.ZodObject<{
|
|
2965
|
+
division: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
|
|
2966
|
+
}, z.core.$strip>>;
|
|
2967
|
+
dossierRef: z.ZodString;
|
|
2968
|
+
redacteur: z.ZodNull;
|
|
2969
|
+
classification: z.ZodObject<{
|
|
2970
|
+
famille: z.ZodNullable<z.ZodObject<{
|
|
2971
|
+
depot: z.ZodObject<{
|
|
2972
|
+
code: z.ZodString;
|
|
2973
|
+
libelle: z.ZodString;
|
|
2974
|
+
}, z.core.$strip>;
|
|
2975
|
+
classe: z.ZodObject<{
|
|
2976
|
+
code: z.ZodString;
|
|
2977
|
+
libelle: z.ZodString;
|
|
2978
|
+
}, z.core.$strip>;
|
|
2979
|
+
espece: z.ZodOptional<z.ZodObject<{
|
|
2980
|
+
code: z.ZodString;
|
|
2981
|
+
libelle: z.ZodString;
|
|
2982
|
+
}, z.core.$strip>>;
|
|
2983
|
+
}, z.core.$strip>>;
|
|
2984
|
+
type: z.ZodObject<{
|
|
2985
|
+
code: z.ZodString;
|
|
2986
|
+
libelle: z.ZodString;
|
|
2987
|
+
}, z.core.$strip>;
|
|
2988
|
+
sousType: z.ZodNullable<z.ZodObject<{
|
|
2989
|
+
code: z.ZodEnum<{
|
|
2990
|
+
ACCPRESRP: "ACCPRESRP";
|
|
2991
|
+
APPART1515: "APPART1515";
|
|
2992
|
+
APPART341: "APPART341";
|
|
2993
|
+
APPLOI: "APPLOI";
|
|
2994
|
+
AUE: "AUE";
|
|
2995
|
+
AUTRATCONV: "AUTRATCONV";
|
|
2996
|
+
AVECVOTE: "AVECVOTE";
|
|
2997
|
+
CENSURE492: "CENSURE492";
|
|
2998
|
+
CENSURE493: "CENSURE493";
|
|
2999
|
+
COMENQ: "COMENQ";
|
|
3000
|
+
COMPA: "COMPA";
|
|
3001
|
+
COMSPCPTE: "COMSPCPTE";
|
|
3002
|
+
CONST: "CONST";
|
|
3003
|
+
CTRLBUDG: "CTRLBUDG";
|
|
3004
|
+
DIVERS: "DIVERS";
|
|
3005
|
+
ENGRESPTXT: "ENGRESPTXT";
|
|
3006
|
+
ENQU: "ENQU";
|
|
3007
|
+
FIN: "FIN";
|
|
3008
|
+
FINGEST: "FINGEST";
|
|
3009
|
+
FINRECT: "FINRECT";
|
|
3010
|
+
FINSSOC: "FINSSOC";
|
|
3011
|
+
FINSSOCREC: "FINSSOCREC";
|
|
3012
|
+
IMPACTLOIS: "IMPACTLOIS";
|
|
3013
|
+
LEGDELEGAN: "LEGDELEGAN";
|
|
3014
|
+
MINFOCOMPER: "MINFOCOMPER";
|
|
3015
|
+
MODREGLTAN: "MODREGLTAN";
|
|
3016
|
+
NOTEOPECST: "NOTEOPECST";
|
|
3017
|
+
OFFPARL: "OFFPARL";
|
|
3018
|
+
ORG: "ORG";
|
|
3019
|
+
PETITION: "PETITION";
|
|
3020
|
+
PRESIDAGE: "PRESIDAGE";
|
|
3021
|
+
PRESIDASS: "PRESIDASS";
|
|
3022
|
+
PRESIDREP: "PRESIDREP";
|
|
3023
|
+
PROPACTCOM: "PROPACTCOM";
|
|
3024
|
+
PRPDIT: "PRPDIT";
|
|
3025
|
+
RECT: "RECT";
|
|
3026
|
+
REFART11: "REFART11";
|
|
3027
|
+
RGLTBUDG: "RGLTBUDG";
|
|
3028
|
+
RGLTBUDG2: "RGLTBUDG2";
|
|
3029
|
+
SUPP: "SUPP";
|
|
3030
|
+
SUSPOURS: "SUSPOURS";
|
|
3031
|
+
TVXINSTITEUROP: "TVXINSTITEUROP";
|
|
3032
|
+
}>;
|
|
3033
|
+
libelle: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
3034
|
+
libelleEdition: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
3035
|
+
}, z.core.$strip>>;
|
|
3036
|
+
statutAdoption: z.ZodNullable<z.ZodEnum<{
|
|
3037
|
+
ADOPTCOM: "ADOPTCOM";
|
|
3038
|
+
ADOPTSEANCE: "ADOPTSEANCE";
|
|
3039
|
+
REJETSEANCE: "REJETSEANCE";
|
|
3040
|
+
}>>;
|
|
3041
|
+
}, z.core.$strip>;
|
|
3042
|
+
auteurs: z.ZodObject<{
|
|
3043
|
+
auteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
3044
|
+
acteur: z.ZodOptional<z.ZodObject<{
|
|
3045
|
+
acteurRef: z.ZodString;
|
|
3046
|
+
qualite: z.ZodEnum<{
|
|
3047
|
+
auteur: "auteur";
|
|
3048
|
+
cosignataire: "cosignataire";
|
|
3049
|
+
rapporteur: "rapporteur";
|
|
3050
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
3051
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
3052
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
3053
|
+
}>;
|
|
3054
|
+
}, z.core.$strip>>;
|
|
3055
|
+
organe: z.ZodOptional<z.ZodObject<{
|
|
3056
|
+
organeRef: z.ZodString;
|
|
3057
|
+
}, z.core.$strip>>;
|
|
3058
|
+
}, z.core.$strip>>>;
|
|
3059
|
+
}, z.core.$strip>;
|
|
3060
|
+
correction: z.ZodNullable<z.ZodObject<{
|
|
3061
|
+
typeCorrection: z.ZodEnum<{
|
|
3062
|
+
Rectifié: "Rectifié";
|
|
3063
|
+
}>;
|
|
3064
|
+
niveauCorrection: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
3065
|
+
}, z.core.$strip>>;
|
|
3066
|
+
notice: z.ZodObject<{
|
|
3067
|
+
numNotice: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
3068
|
+
formule: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
3069
|
+
adoptionConforme: z.ZodString;
|
|
3070
|
+
}, z.core.$strip>;
|
|
3071
|
+
indexation: z.ZodNullable<z.ZodObject<{
|
|
3072
|
+
themes: z.ZodObject<{
|
|
3073
|
+
"@niveau": z.ZodString;
|
|
3074
|
+
theme: z.ZodObject<{
|
|
3075
|
+
libelleTheme: z.ZodString;
|
|
3076
|
+
}, z.core.$strip>;
|
|
3077
|
+
}, z.core.$strip>;
|
|
3078
|
+
}, z.core.$strip>>;
|
|
3079
|
+
imprimerie: z.ZodNullable<z.ZodObject<{
|
|
3080
|
+
DIAN: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3081
|
+
ISBN: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3082
|
+
ISSN: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3083
|
+
nbPage: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3084
|
+
prix: z.ZodNullable<z.ZodString>;
|
|
3085
|
+
}, z.core.$strip>>;
|
|
3086
|
+
coSignataires: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3087
|
+
coSignataire: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
3088
|
+
acteur: z.ZodOptional<z.ZodObject<{
|
|
3089
|
+
acteurRef: z.ZodString;
|
|
3090
|
+
}, z.core.$strip>>;
|
|
3091
|
+
dateCosignature: z.ZodString;
|
|
3092
|
+
dateRetraitCosignature: z.ZodNullable<z.ZodString>;
|
|
3093
|
+
edite: z.ZodString;
|
|
3094
|
+
organe: z.ZodOptional<z.ZodObject<{
|
|
3095
|
+
organeRef: z.ZodString;
|
|
3096
|
+
etApparentes: z.ZodString;
|
|
3097
|
+
}, z.core.$strip>>;
|
|
3098
|
+
}, z.core.$strip>>>;
|
|
3099
|
+
}, z.core.$strip>>>;
|
|
3100
|
+
depotAmendements: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3101
|
+
amendementsSeance: z.ZodObject<{
|
|
3102
|
+
amendable: z.ZodString;
|
|
3103
|
+
dateLimiteDepot: z.ZodNull;
|
|
3104
|
+
}, z.core.$strip>;
|
|
3105
|
+
amendementsCommission: z.ZodOptional<z.ZodObject<{
|
|
3106
|
+
commission: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
3107
|
+
organeRef: z.ZodString;
|
|
3108
|
+
amendable: z.ZodString;
|
|
3109
|
+
dateLimiteDepot: z.ZodNull;
|
|
3110
|
+
}, z.core.$strip>>>;
|
|
3111
|
+
}, z.core.$strip>>;
|
|
3112
|
+
}, z.core.$strip>>>;
|
|
3113
|
+
rapportPublie: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"true">, z.ZodLiteral<"false">, z.ZodLiteral<"undefined">]>>;
|
|
3114
|
+
}, z.core.$strip>>;
|
|
3115
|
+
}, z.core.$strip>;
|
|
3116
|
+
dossiersLegislatifs: z.ZodObject<{
|
|
3117
|
+
dossier: z.ZodArray<z.ZodObject<{
|
|
3118
|
+
dossierParlementaire: z.ZodObject<{
|
|
3119
|
+
"@xsi:type": z.ZodOptional<z.ZodEnum<{
|
|
3120
|
+
DossierCommissionEnquete_Type: "DossierCommissionEnquete_Type";
|
|
3121
|
+
DossierIniativeExecutif_Type: "DossierIniativeExecutif_Type";
|
|
3122
|
+
DossierLegislatif_Type: "DossierLegislatif_Type";
|
|
3123
|
+
DossierMissionControle_Type: "DossierMissionControle_Type";
|
|
3124
|
+
DossierMissionInformation_Type: "DossierMissionInformation_Type";
|
|
3125
|
+
DossierResolutionAN: "DossierResolutionAN";
|
|
3126
|
+
}>>;
|
|
3127
|
+
uid: z.ZodString;
|
|
3128
|
+
legislature: z.ZodString;
|
|
3129
|
+
titreDossier: z.ZodObject<{
|
|
3130
|
+
titre: z.ZodString;
|
|
3131
|
+
titreChemin: z.ZodNullable<z.ZodString>;
|
|
3132
|
+
senatChemin: z.ZodNullable<z.ZodString>;
|
|
3133
|
+
}, z.core.$strip>;
|
|
3134
|
+
procedureParlementaire: z.ZodObject<{
|
|
3135
|
+
code: z.ZodString;
|
|
3136
|
+
libelle: z.ZodString;
|
|
3137
|
+
}, z.core.$strip>;
|
|
3138
|
+
initiateur: z.ZodNullable<z.ZodObject<{
|
|
3139
|
+
acteurs: z.ZodOptional<z.ZodObject<{
|
|
3140
|
+
acteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
3141
|
+
acteurRef: z.ZodString;
|
|
3142
|
+
mandatRef: z.ZodString;
|
|
3143
|
+
}, z.core.$strip>>>;
|
|
3144
|
+
}, z.core.$strip>>;
|
|
3145
|
+
organes: z.ZodOptional<z.ZodObject<{
|
|
3146
|
+
organe: z.ZodObject<{
|
|
3147
|
+
organeRef: z.ZodObject<{
|
|
3148
|
+
uid: z.ZodString;
|
|
3149
|
+
}, z.core.$strip>;
|
|
3150
|
+
}, z.core.$strip>;
|
|
3151
|
+
}, z.core.$strip>>;
|
|
3152
|
+
}, z.core.$strip>>;
|
|
3153
|
+
actesLegislatifs: z.ZodObject<{
|
|
3154
|
+
acteLegislatif: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>>;
|
|
3155
|
+
}, z.core.$strip>;
|
|
3156
|
+
indexation: z.ZodOptional<z.ZodObject<{
|
|
3157
|
+
themes: z.ZodObject<{
|
|
3158
|
+
"@niveau": z.ZodString;
|
|
3159
|
+
theme: z.ZodObject<{
|
|
3160
|
+
libelleTheme: z.ZodString;
|
|
3161
|
+
}, z.core.$strip>;
|
|
3162
|
+
}, z.core.$strip>;
|
|
3163
|
+
}, z.core.$strip>>;
|
|
3164
|
+
fusionDossier: z.ZodNullable<z.ZodObject<{
|
|
3165
|
+
cause: z.ZodEnum<{
|
|
3166
|
+
"Dossier absorb\u00E9": "Dossier absorbé";
|
|
3167
|
+
"Examen commun": "Examen commun";
|
|
3168
|
+
}>;
|
|
3169
|
+
dossierAbsorbantRef: z.ZodString;
|
|
3170
|
+
}, z.core.$strip>>;
|
|
3171
|
+
PLF: z.ZodOptional<z.ZodObject<{
|
|
3172
|
+
EtudePLF: z.ZodArray<z.ZodObject<{
|
|
3173
|
+
uid: z.ZodString;
|
|
3174
|
+
organeRef: z.ZodString;
|
|
3175
|
+
texteAssocie: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
3176
|
+
rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
|
|
3177
|
+
acteurRef: z.ZodString;
|
|
3178
|
+
typeRapporteur: z.ZodEnum<{
|
|
3179
|
+
auteur: "auteur";
|
|
3180
|
+
cosignataire: "cosignataire";
|
|
3181
|
+
rapporteur: "rapporteur";
|
|
3182
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
3183
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
3184
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
3185
|
+
}>;
|
|
3186
|
+
etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
3187
|
+
}, z.core.$strip>>>, z.ZodObject<{
|
|
3188
|
+
acteurRef: z.ZodString;
|
|
3189
|
+
typeRapporteur: z.ZodEnum<{
|
|
3190
|
+
auteur: "auteur";
|
|
3191
|
+
cosignataire: "cosignataire";
|
|
3192
|
+
rapporteur: "rapporteur";
|
|
3193
|
+
"rapporteur g\u00E9n\u00E9ral": "rapporteur général";
|
|
3194
|
+
"rapporteur pour avis": "rapporteur pour avis";
|
|
3195
|
+
"rapporteur sp\u00E9cial": "rapporteur spécial";
|
|
3196
|
+
}>;
|
|
3197
|
+
etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
|
|
3198
|
+
}, z.core.$strip>]>>;
|
|
3199
|
+
missionMinefi: z.ZodOptional<z.ZodType<any, unknown, z.core.$ZodTypeInternals<any, unknown>>>;
|
|
3200
|
+
ordreDIQS: z.ZodString;
|
|
3201
|
+
ordreCommission: z.ZodString;
|
|
3202
|
+
}, z.core.$strip>>;
|
|
3203
|
+
}, z.core.$strip>>;
|
|
3204
|
+
}, z.core.$strip>;
|
|
3205
|
+
}, z.core.$strip>>;
|
|
3206
|
+
}, z.core.$strip>;
|
|
3207
|
+
}, z.core.$strip>;
|
|
3208
|
+
}, z.core.$strip>;
|
|
3209
|
+
export type DossiersLegislatifsRaw = z.infer<typeof DossiersLegislatifsRawSchema>;
|
|
3210
|
+
/**
|
|
3211
|
+
* Parse Document from JSON string
|
|
3212
|
+
*/
|
|
3213
|
+
export declare function parseDocumentRaw(json: string): DocumentRaw;
|
|
3214
|
+
/**
|
|
3215
|
+
* Parse DossierParlementaire from JSON string
|
|
3216
|
+
*/
|
|
3217
|
+
export declare function parseDossierParlementaireRaw(json: string): DossierParlementaireRaw;
|
|
3218
|
+
/**
|
|
3219
|
+
* Parse DossiersLegislatifs from JSON string
|
|
3220
|
+
*/
|
|
3221
|
+
export declare function parseDossiersLegislatifsRaw(json: string): DossiersLegislatifsRaw;
|
|
3222
|
+
/**
|
|
3223
|
+
* Serialize Document to JSON string
|
|
3224
|
+
*/
|
|
3225
|
+
export declare function documentRawToJson(value: DocumentRaw): string;
|
|
3226
|
+
/**
|
|
3227
|
+
* Serialize DossierParlementaire to JSON string
|
|
3228
|
+
*/
|
|
3229
|
+
export declare function dossierParlementaireRawToJson(value: DossierParlementaireRaw): string;
|
|
3230
|
+
/**
|
|
3231
|
+
* Serialize DossiersLegislatifs to JSON string
|
|
3232
|
+
*/
|
|
3233
|
+
export declare function dossiersLegislatifsRawToJson(value: DossiersLegislatifsRaw): string;
|
|
3234
|
+
/**
|
|
3235
|
+
* File-specific Convert object matching Quicktype's Convert class API
|
|
3236
|
+
*
|
|
3237
|
+
* @example
|
|
3238
|
+
* ```typescript
|
|
3239
|
+
* import { DossiersLegislatifsRawConvert } from "@tricoteuses/assemblee/zod"
|
|
3240
|
+
*
|
|
3241
|
+
* const document = DossiersLegislatifsRawConvert.toDocument(json)
|
|
3242
|
+
* const json = DossiersLegislatifsRawConvert.documentToJson(document)
|
|
3243
|
+
* ```
|
|
3244
|
+
*/
|
|
3245
|
+
export declare const DossiersLegislatifsRawConvert: {
|
|
3246
|
+
toDocument: typeof parseDocumentRaw;
|
|
3247
|
+
documentToJson: typeof documentRawToJson;
|
|
3248
|
+
toDossierParlementaire: typeof parseDossierParlementaireRaw;
|
|
3249
|
+
dossierParlementaireToJson: typeof dossierParlementaireRawToJson;
|
|
3250
|
+
toDossiersLegislatifs: typeof parseDossiersLegislatifsRaw;
|
|
3251
|
+
dossiersLegislatifsToJson: typeof dossiersLegislatifsRawToJson;
|
|
3252
|
+
};
|