@tricoteuses/assemblee 0.29.2 → 0.29.3

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.
@@ -315,7 +315,7 @@ export interface FluffyMandat {
315
315
  dateDebut: Date;
316
316
  datePublication: null;
317
317
  dateFin: Date | null;
318
- preseance: string;
318
+ preseance: null | string;
319
319
  nominPrincipale: string;
320
320
  infosQualite: InfosQualite;
321
321
  organes: FluffyOrganes;
@@ -587,7 +587,7 @@ export interface IndigoMandat {
587
587
  dateDebut: Date;
588
588
  datePublication: null;
589
589
  dateFin: Date;
590
- preseance: string;
590
+ preseance: null | string;
591
591
  nominPrincipale: string;
592
592
  infosQualite: InfosQualite;
593
593
  organes: FluffyOrganes;