@tricoteuses/assemblee 1.0.5 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/raw_types/dossiers_legislatifs.d.ts +17 -115
- package/lib/raw_types/dossiers_legislatifs.js +25 -340
- package/lib/raw_types/dossiers_legislatifs.mjs +25 -340
- package/lib/types/dossiers_legislatifs.d.ts +1 -0
- package/lib/types/dossiers_legislatifs.js +5 -1
- package/lib/types/dossiers_legislatifs.mjs +5 -1
- package/package.json +2 -2
|
@@ -12,15 +12,15 @@ export interface DocumentDocument {
|
|
|
12
12
|
denominationStructurelle: DocumentDenominationStructurelle;
|
|
13
13
|
provenance?: Provenance;
|
|
14
14
|
titres: Titres;
|
|
15
|
-
divisions:
|
|
15
|
+
divisions: Divisions | null;
|
|
16
16
|
dossierRef: string;
|
|
17
17
|
redacteur: null;
|
|
18
18
|
classification: Classification;
|
|
19
|
-
auteurs:
|
|
19
|
+
auteurs: Auteurs;
|
|
20
20
|
correction: Correction | null;
|
|
21
21
|
notice: Notice;
|
|
22
22
|
indexation: Indexation | null;
|
|
23
|
-
imprimerie:
|
|
23
|
+
imprimerie: Imprimerie | null;
|
|
24
24
|
coSignataires?: CoSignataires | null;
|
|
25
25
|
depotAmendements?: DepotAmendements | null;
|
|
26
26
|
organesReferents?: OrganesReferents | null;
|
|
@@ -33,7 +33,7 @@ export declare enum DocumentXsiType {
|
|
|
33
33
|
RapportParlementaireType = "rapportParlementaire_Type",
|
|
34
34
|
TexteLoiType = "texteLoi_Type"
|
|
35
35
|
}
|
|
36
|
-
export interface
|
|
36
|
+
export interface Auteurs {
|
|
37
37
|
auteur: AuteurElement[] | AuteurElement;
|
|
38
38
|
}
|
|
39
39
|
export interface AuteurElement {
|
|
@@ -183,59 +183,34 @@ export interface AmendementsSeance {
|
|
|
183
183
|
amendable: string;
|
|
184
184
|
dateLimiteDepot: null;
|
|
185
185
|
}
|
|
186
|
-
export interface
|
|
187
|
-
division:
|
|
186
|
+
export interface Divisions {
|
|
187
|
+
division: Division[] | Division;
|
|
188
188
|
}
|
|
189
|
-
export interface
|
|
189
|
+
export interface Division {
|
|
190
190
|
"@xsi:type": DocumentXsiType;
|
|
191
191
|
uid: string;
|
|
192
192
|
legislature: null | string;
|
|
193
193
|
cycleDeVie: CycleDeVie;
|
|
194
194
|
denominationStructurelle: string;
|
|
195
195
|
titres: Titres;
|
|
196
|
-
divisions:
|
|
196
|
+
divisions: Divisions | null;
|
|
197
197
|
dossierRef: string;
|
|
198
198
|
redacteur: null;
|
|
199
199
|
classification: Classification;
|
|
200
|
-
auteurs:
|
|
200
|
+
auteurs: Auteurs;
|
|
201
|
+
organesReferents?: OrganesReferents | null;
|
|
201
202
|
correction: Correction | null;
|
|
202
203
|
notice: Notice;
|
|
203
204
|
indexation: Indexation | null;
|
|
204
|
-
imprimerie:
|
|
205
|
-
coSignataires?: null;
|
|
206
|
-
depotAmendements?: null;
|
|
207
|
-
rapportPublie?: string;
|
|
208
|
-
}
|
|
209
|
-
export interface PurpleAuteurs {
|
|
210
|
-
auteur: AuteurElement[];
|
|
211
|
-
}
|
|
212
|
-
export interface FluffyDivisions {
|
|
213
|
-
division: FluffyDivision[];
|
|
214
|
-
}
|
|
215
|
-
export interface FluffyDivision {
|
|
216
|
-
"@xsi:type": DocumentXsiType;
|
|
217
|
-
uid: string;
|
|
218
|
-
legislature: string;
|
|
219
|
-
cycleDeVie: CycleDeVie;
|
|
220
|
-
denominationStructurelle: string;
|
|
221
|
-
titres: Titres;
|
|
222
|
-
divisions: null;
|
|
223
|
-
dossierRef: string;
|
|
224
|
-
redacteur: null;
|
|
225
|
-
classification: Classification;
|
|
226
|
-
auteurs: PurpleAuteurs;
|
|
227
|
-
correction: null;
|
|
228
|
-
notice: Notice;
|
|
229
|
-
indexation: Indexation | null;
|
|
230
|
-
imprimerie: PurpleImprimerie | null;
|
|
205
|
+
imprimerie: Imprimerie | null;
|
|
231
206
|
coSignataires?: null;
|
|
232
207
|
depotAmendements?: null;
|
|
233
208
|
rapportPublie?: string;
|
|
234
209
|
}
|
|
235
|
-
export interface
|
|
236
|
-
ISSN?: null;
|
|
237
|
-
ISBN?: null | string;
|
|
210
|
+
export interface Imprimerie {
|
|
238
211
|
DIAN?: null | string;
|
|
212
|
+
ISBN?: null | string;
|
|
213
|
+
ISSN?: null;
|
|
239
214
|
nbPage?: null | string;
|
|
240
215
|
prix: null | string;
|
|
241
216
|
}
|
|
@@ -542,92 +517,19 @@ export interface DocumentElement {
|
|
|
542
517
|
denominationStructurelle: DocumentDenominationStructurelle;
|
|
543
518
|
provenance?: Provenance;
|
|
544
519
|
titres: Titres;
|
|
545
|
-
divisions:
|
|
520
|
+
divisions: Divisions | null;
|
|
546
521
|
dossierRef: string;
|
|
547
522
|
redacteur: null;
|
|
548
523
|
classification: Classification;
|
|
549
|
-
auteurs:
|
|
524
|
+
auteurs: Auteurs;
|
|
550
525
|
correction: Correction | null;
|
|
551
526
|
notice: Notice;
|
|
552
527
|
indexation: Indexation | null;
|
|
553
|
-
imprimerie:
|
|
528
|
+
imprimerie: Imprimerie | null;
|
|
554
529
|
coSignataires?: CoSignataires | null;
|
|
555
530
|
depotAmendements?: DepotAmendements | null;
|
|
556
531
|
rapportPublie?: string;
|
|
557
532
|
}
|
|
558
|
-
export interface TentacledDivisions {
|
|
559
|
-
division: TentacledDivision[] | IndigoDivision;
|
|
560
|
-
}
|
|
561
|
-
export interface TentacledDivision {
|
|
562
|
-
"@xsi:type": DocumentXsiType;
|
|
563
|
-
uid: string;
|
|
564
|
-
legislature: null | string;
|
|
565
|
-
cycleDeVie: CycleDeVie;
|
|
566
|
-
denominationStructurelle: string;
|
|
567
|
-
titres: Titres;
|
|
568
|
-
divisions: StickyDivisions | null;
|
|
569
|
-
dossierRef: string;
|
|
570
|
-
redacteur: null;
|
|
571
|
-
classification: Classification;
|
|
572
|
-
auteurs: FluffyAuteurs;
|
|
573
|
-
correction: Correction | null;
|
|
574
|
-
notice: Notice;
|
|
575
|
-
indexation: Indexation | null;
|
|
576
|
-
imprimerie: FluffyImprimerie | null;
|
|
577
|
-
coSignataires?: null;
|
|
578
|
-
depotAmendements?: null;
|
|
579
|
-
rapportPublie?: string;
|
|
580
|
-
}
|
|
581
|
-
export interface FluffyAuteurs {
|
|
582
|
-
auteur: AuteurElement[] | PurpleAuteur;
|
|
583
|
-
}
|
|
584
|
-
export interface PurpleAuteur {
|
|
585
|
-
organe: AuteurOrgane;
|
|
586
|
-
}
|
|
587
|
-
export interface StickyDivisions {
|
|
588
|
-
division: StickyDivision[];
|
|
589
|
-
}
|
|
590
|
-
export interface StickyDivision {
|
|
591
|
-
"@xsi:type": DocumentXsiType;
|
|
592
|
-
uid: string;
|
|
593
|
-
legislature: string;
|
|
594
|
-
cycleDeVie: CycleDeVie;
|
|
595
|
-
denominationStructurelle: string;
|
|
596
|
-
titres: Titres;
|
|
597
|
-
divisions: null;
|
|
598
|
-
dossierRef: string;
|
|
599
|
-
redacteur: null;
|
|
600
|
-
classification: Classification;
|
|
601
|
-
auteurs: PurpleAuteurs;
|
|
602
|
-
correction: null;
|
|
603
|
-
notice: Notice;
|
|
604
|
-
indexation: Indexation | null;
|
|
605
|
-
imprimerie: FluffyImprimerie | null;
|
|
606
|
-
rapportPublie?: string;
|
|
607
|
-
}
|
|
608
|
-
export interface FluffyImprimerie {
|
|
609
|
-
prix: string;
|
|
610
|
-
}
|
|
611
|
-
export interface IndigoDivision {
|
|
612
|
-
"@xsi:type": DocumentXsiType;
|
|
613
|
-
uid: string;
|
|
614
|
-
legislature: null | string;
|
|
615
|
-
cycleDeVie: CycleDeVie;
|
|
616
|
-
denominationStructurelle: string;
|
|
617
|
-
titres: Titres;
|
|
618
|
-
divisions: null;
|
|
619
|
-
dossierRef: string;
|
|
620
|
-
redacteur: null;
|
|
621
|
-
classification: Classification;
|
|
622
|
-
auteurs: PurpleAuteurs;
|
|
623
|
-
correction: Correction | null;
|
|
624
|
-
notice: Notice;
|
|
625
|
-
indexation: Indexation | null;
|
|
626
|
-
imprimerie: FluffyImprimerie | null;
|
|
627
|
-
coSignataires?: null;
|
|
628
|
-
depotAmendements?: null;
|
|
629
|
-
rapportPublie?: string;
|
|
630
|
-
}
|
|
631
533
|
export declare class Convert {
|
|
632
534
|
static toDocument(json: string): Document;
|
|
633
535
|
static documentToJson(value: Document): string;
|