@tricoteuses/assemblee 0.29.3 → 0.29.4

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.
@@ -323,7 +323,7 @@ export interface FluffyMandat {
323
323
  chambre: null;
324
324
  election: PurpleElection;
325
325
  mandature: Mandature;
326
- collaborateurs: null;
326
+ collaborateurs?: null[] | Collaborateurs | null;
327
327
  }
328
328
  export interface FluffyOrganes {
329
329
  organeRef: string;
@@ -511,7 +511,7 @@ export interface TentacledMandat {
511
511
  chambre?: null;
512
512
  election?: PurpleElection;
513
513
  mandature?: Mandature;
514
- collaborateurs?: Collaborateurs | null;
514
+ collaborateurs?: null[] | Collaborateurs | null;
515
515
  libelle?: null | string;
516
516
  missionSuivanteRef?: null | string;
517
517
  missionPrecedenteRef?: null | string;