@tricoteuses/assemblee 0.29.11 → 0.29.12
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.
|
@@ -480,10 +480,7 @@ export interface ContributionInternaute {
|
|
|
480
480
|
dateOuverture?: string;
|
|
481
481
|
}
|
|
482
482
|
export interface ActeLegislatifInitiateur {
|
|
483
|
-
acteurs:
|
|
484
|
-
}
|
|
485
|
-
export interface PurpleActeurs {
|
|
486
|
-
acteur: ActeurElement;
|
|
483
|
+
acteurs: InitiateurActeurs;
|
|
487
484
|
}
|
|
488
485
|
export interface ActeurElement {
|
|
489
486
|
acteurRef: string;
|
|
@@ -512,10 +509,10 @@ export declare enum Cause {
|
|
|
512
509
|
ExamenCommun = "Examen commun"
|
|
513
510
|
}
|
|
514
511
|
export interface DossierParlementaireInitiateur {
|
|
515
|
-
acteurs?:
|
|
512
|
+
acteurs?: InitiateurActeurs;
|
|
516
513
|
organes?: Organes;
|
|
517
514
|
}
|
|
518
|
-
export interface
|
|
515
|
+
export interface InitiateurActeurs {
|
|
519
516
|
acteur: ActeurElement[] | ActeurElement;
|
|
520
517
|
}
|
|
521
518
|
export interface Organes {
|