@tricoteuses/assemblee 3.2.9 → 3.2.10

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.
Files changed (90) hide show
  1. package/lib/{amendements-DFejZtrB.js → amendements-C3RgTrF-.js} +1 -1
  2. package/lib/{amendements-Xaw7TqV2.js → amendements-DmjkxpwG.js} +4 -4
  3. package/lib/cleaners.js +3 -3
  4. package/lib/index.js +2 -2
  5. package/lib/{loaders-CXywwmAa.js → loaders-IUehTy2k.js} +2 -2
  6. package/lib/loaders.js +1 -1
  7. package/lib/parsers.js +671 -664
  8. package/lib/{src/registries.d.ts → registries.d.ts} +8 -8
  9. package/lib/{src/schemas → schemas}/clean/acteurs_et_organes.d.ts +37 -37
  10. package/lib/{src/schemas → schemas}/clean/amendements.d.ts +12 -12
  11. package/lib/{src/schemas → schemas}/clean/debats.d.ts +26 -26
  12. package/lib/{src/schemas → schemas}/clean/dossiers_legislatifs.d.ts +16 -16
  13. package/lib/{src/schemas → schemas}/clean/questions.d.ts +122 -122
  14. package/lib/{src/schemas → schemas}/clean/scrutins.d.ts +2 -2
  15. package/lib/{src/schemas → schemas}/enriched/acteurs_et_organes.d.ts +2 -2
  16. package/lib/{src/schemas → schemas}/enriched/amendements.d.ts +9 -9
  17. package/lib/{src/schemas → schemas}/enriched/dossiers_legislatifs.d.ts +12 -12
  18. package/lib/{src/schemas → schemas}/enriched/questions.d.ts +108 -108
  19. package/lib/{src/schemas → schemas}/enriched/scrutins.d.ts +2 -2
  20. package/lib/{src/schemas → schemas}/raw/acteurs_et_organes.d.ts +132 -132
  21. package/lib/{src/schemas → schemas}/raw/agendas.d.ts +97 -97
  22. package/lib/{src/schemas → schemas}/raw/amendements.d.ts +83 -83
  23. package/lib/{src/schemas → schemas}/raw/debats.d.ts +51 -51
  24. package/lib/{src/schemas → schemas}/raw/dossiers_legislatifs.d.ts +171 -171
  25. package/lib/schemas/raw/questions.d.ts +983 -0
  26. package/lib/{src/schemas → schemas}/raw/scrutins.d.ts +164 -164
  27. package/lib/{scrutins-98SJXpIE.js → scrutins-CiEVPprJ.js} +1 -1
  28. package/lib/urls.test.d.ts +1 -0
  29. package/package.json +19 -19
  30. package/lib/src/schemas/raw/questions.d.ts +0 -983
  31. /package/lib/{src/api.d.ts → api.d.ts} +0 -0
  32. /package/lib/{src/cleaners → cleaners}/actes_legislatifs.d.ts +0 -0
  33. /package/lib/{src/cleaners → cleaners}/acteurs.d.ts +0 -0
  34. /package/lib/{src/cleaners → cleaners}/amendements.d.ts +0 -0
  35. /package/lib/{src/cleaners → cleaners}/debats.d.ts +0 -0
  36. /package/lib/{src/cleaners → cleaners}/documents.d.ts +0 -0
  37. /package/lib/{src/cleaners → cleaners}/dossiers_legislatifs.d.ts +0 -0
  38. /package/lib/{src/cleaners → cleaners}/index.d.ts +0 -0
  39. /package/lib/{src/cleaners → cleaners}/organes.d.ts +0 -0
  40. /package/lib/{src/cleaners → cleaners}/questions.d.ts +0 -0
  41. /package/lib/{src/cleaners → cleaners}/reunions.d.ts +0 -0
  42. /package/lib/{src/cleaners → cleaners}/scrutins.d.ts +0 -0
  43. /package/lib/{src/cleaners → cleaners}/xml.d.ts +0 -0
  44. /package/lib/{src/datasets.d.ts → datasets.d.ts} +0 -0
  45. /package/lib/{src/dates.d.ts → dates.d.ts} +0 -0
  46. /package/lib/{src/dossiers_legislatifs.d.ts → dossiers_legislatifs.d.ts} +0 -0
  47. /package/lib/{src/file_systems.d.ts → file_systems.d.ts} +0 -0
  48. /package/lib/{src/git.d.ts → git.d.ts} +0 -0
  49. /package/lib/{src/index.d.ts → index.d.ts} +0 -0
  50. /package/lib/{src/inserters.d.ts → inserters.d.ts} +0 -0
  51. /package/lib/{src/legislatures.d.ts → legislatures.d.ts} +0 -0
  52. /package/lib/{src/loaders.d.ts → loaders.d.ts} +0 -0
  53. /package/lib/{src/logger.d.ts → logger.d.ts} +0 -0
  54. /package/lib/{src/numbers.d.ts → numbers.d.ts} +0 -0
  55. /package/lib/{src/organes.d.ts → organes.d.ts} +0 -0
  56. /package/lib/{src/parsers → parsers}/compte_rendu_commission.d.ts +0 -0
  57. /package/lib/{src/parsers → parsers}/index.d.ts +0 -0
  58. /package/lib/{src/parsers → parsers}/recherche_amendements.d.ts +0 -0
  59. /package/lib/{src/parsers → parsers}/textes_lois.d.ts +0 -0
  60. /package/lib/{src/schemas/raw/dossiers_legislatifs.test.d.ts → parsers/textes_lois.test.d.ts} +0 -0
  61. /package/lib/{src/parsers → parsers}/videos.d.ts +0 -0
  62. /package/lib/{src/schemas → schemas}/clean/agendas.d.ts +0 -0
  63. /package/lib/{src/schemas → schemas}/enriched/agendas.d.ts +0 -0
  64. /package/lib/{src/schemas → schemas}/enriched/debats.d.ts +0 -0
  65. /package/lib/{src/scripts/clean_reorganized_data.d.ts → schemas/raw/dossiers_legislatifs.test.d.ts} +0 -0
  66. /package/lib/{src/schemas → schemas}/zod_errors.d.ts +0 -0
  67. /package/lib/{src/scripts/data-download.d.ts → scripts/clean_reorganized_data.d.ts} +0 -0
  68. /package/lib/{src/scripts/diff_amendements.d.ts → scripts/data-download.d.ts} +0 -0
  69. /package/lib/{src/scripts/document_dossiers_legislatifs.d.ts → scripts/diff_amendements.d.ts} +0 -0
  70. /package/lib/{src/scripts/get_today_reunions.d.ts → scripts/document_dossiers_legislatifs.d.ts} +0 -0
  71. /package/lib/{src/scripts/merge_scrutins.d.ts → scripts/get_today_reunions.d.ts} +0 -0
  72. /package/lib/{src/scripts/reorganize_data.d.ts → scripts/merge_scrutins.d.ts} +0 -0
  73. /package/lib/{src/scripts → scripts}/raw_types_from_amendements.d.ts +0 -0
  74. /package/lib/{src/scripts/retrieve_pending_amendments.d.ts → scripts/reorganize_data.d.ts} +0 -0
  75. /package/lib/{src/scripts → scripts}/retrieve_deputes_photos.d.ts +0 -0
  76. /package/lib/{src/scripts → scripts}/retrieve_documents.d.ts +0 -0
  77. /package/lib/{src/scripts → scripts}/retrieve_open_data.d.ts +0 -0
  78. /package/lib/{src/scripts/retrieve_senateurs_photos.d.ts → scripts/retrieve_pending_amendments.d.ts} +0 -0
  79. /package/lib/{src/scripts/test_iter_load.d.ts → scripts/retrieve_senateurs_photos.d.ts} +0 -0
  80. /package/lib/{src/scripts → scripts}/retrieve_videos.d.ts +0 -0
  81. /package/lib/{src/scripts → scripts}/shared/cli_helpers.d.ts +0 -0
  82. /package/lib/{src/scripts → scripts}/shared/photos.d.ts +0 -0
  83. /package/lib/{src/scripts → scripts}/shared/utils.d.ts +0 -0
  84. /package/lib/{src/scripts/validate_json.d.ts → scripts/test_iter_load.d.ts} +0 -0
  85. /package/lib/{src/scripts → scripts}/test_load.d.ts +0 -0
  86. /package/lib/{src/scripts → scripts}/test_load_big_files.d.ts +0 -0
  87. /package/lib/{src/urls.test.d.ts → scripts/validate_json.d.ts} +0 -0
  88. /package/lib/{src/strings.d.ts → strings.d.ts} +0 -0
  89. /package/lib/{src/uids.d.ts → uids.d.ts} +0 -0
  90. /package/lib/{src/urls.d.ts → urls.d.ts} +0 -0
@@ -621,8 +621,8 @@ export declare const SousTypeRawSchema: z.ZodObject<{
621
621
  SUSPOURS: "SUSPOURS";
622
622
  TVXINSTITEUROP: "TVXINSTITEUROP";
623
623
  }>;
624
- libelle: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
625
- libelleEdition: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
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
626
  }, z.core.$strip>;
627
627
  export type SousTypeRaw = z.infer<typeof SousTypeRawSchema>;
628
628
  /**
@@ -710,8 +710,8 @@ export declare const ClassificationRawSchema: z.ZodObject<{
710
710
  SUSPOURS: "SUSPOURS";
711
711
  TVXINSTITEUROP: "TVXINSTITEUROP";
712
712
  }>;
713
- libelle: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
714
- libelleEdition: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
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
715
  }, z.core.$strip>>;
716
716
  statutAdoption: z.ZodNullable<z.ZodEnum<{
717
717
  ADOPTCOM: "ADOPTCOM";
@@ -724,10 +724,10 @@ export type ClassificationRaw = z.infer<typeof ClassificationRawSchema>;
724
724
  * Chrono (dates du cycle de vie)
725
725
  */
726
726
  export declare const ChronoRawSchema: z.ZodObject<{
727
- dateCreation: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
728
- dateDepot: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
729
- datePublication: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
730
- datePublicationWeb: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
727
+ dateCreation: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
728
+ dateDepot: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
729
+ datePublication: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
730
+ datePublicationWeb: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
731
731
  }, z.core.$strip>;
732
732
  export type ChronoRaw = z.infer<typeof ChronoRawSchema>;
733
733
  /**
@@ -735,10 +735,10 @@ export type ChronoRaw = z.infer<typeof ChronoRawSchema>;
735
735
  */
736
736
  export declare const CycleDeVieRawSchema: z.ZodObject<{
737
737
  chrono: z.ZodObject<{
738
- dateCreation: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
739
- dateDepot: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
740
- datePublication: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
741
- datePublicationWeb: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
738
+ dateCreation: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
739
+ dateDepot: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
740
+ datePublication: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
741
+ datePublicationWeb: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
742
742
  }, z.core.$strip>;
743
743
  }, z.core.$strip>;
744
744
  export type CycleDeVieRaw = z.infer<typeof CycleDeVieRawSchema>;
@@ -796,7 +796,7 @@ export type AuteurElementRaw = z.infer<typeof AuteurElementRawSchema>;
796
796
  * Auteurs
797
797
  */
798
798
  export declare const auteursRawSchema: z.ZodObject<{
799
- auteur: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
799
+ auteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
800
800
  acteur: z.ZodOptional<z.ZodObject<{
801
801
  acteurRef: z.ZodString;
802
802
  qualite: z.ZodEnum<{
@@ -821,15 +821,15 @@ export declare const CorrectionRawSchema: z.ZodObject<{
821
821
  typeCorrection: z.ZodEnum<{
822
822
  Rectifié: "Rectifié";
823
823
  }>;
824
- niveauCorrection: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
824
+ niveauCorrection: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
825
825
  }, z.core.$strip>;
826
826
  export type CorrectionRaw = z.infer<typeof CorrectionRawSchema>;
827
827
  /**
828
828
  * Notice
829
829
  */
830
830
  export declare const NoticeRawSchema: z.ZodObject<{
831
- numNotice: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
832
- formule: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
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
833
  adoptionConforme: z.ZodString;
834
834
  }, z.core.$strip>;
835
835
  export type NoticeRaw = z.infer<typeof NoticeRawSchema>;
@@ -877,7 +877,7 @@ export type IndexationRaw = z.infer<typeof IndexationRawSchema>;
877
877
  * Organes référents
878
878
  */
879
879
  export declare const OrganesReferentsRawSchema: z.ZodObject<{
880
- organeRef: z.ZodPreprocess<z.ZodArray<z.ZodString>>;
880
+ organeRef: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
881
881
  }, z.core.$strip>;
882
882
  export type OrganesReferentsRaw = z.infer<typeof OrganesReferentsRawSchema>;
883
883
  /**
@@ -915,7 +915,7 @@ export type CoSignataireElementRaw = z.infer<typeof CoSignataireElementRawSchema
915
915
  * Co-signataires
916
916
  */
917
917
  export declare const CoSignatairesRawSchema: z.ZodObject<{
918
- coSignataire: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
918
+ coSignataire: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
919
919
  acteur: z.ZodOptional<z.ZodObject<{
920
920
  acteurRef: z.ZodString;
921
921
  }, z.core.$strip>>;
@@ -950,7 +950,7 @@ export type CommissionElementRaw = z.infer<typeof CommissionElementRawSchema>;
950
950
  * Amendements commission
951
951
  */
952
952
  export declare const AmendementsCommissionRawSchema: z.ZodObject<{
953
- commission: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
953
+ commission: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
954
954
  organeRef: z.ZodString;
955
955
  amendable: z.ZodString;
956
956
  dateLimiteDepot: z.ZodNull;
@@ -966,7 +966,7 @@ export declare const DepotAmendementsRawSchema: z.ZodObject<{
966
966
  dateLimiteDepot: z.ZodNull;
967
967
  }, z.core.$strip>;
968
968
  amendementsCommission: z.ZodOptional<z.ZodObject<{
969
- commission: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
969
+ commission: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
970
970
  organeRef: z.ZodString;
971
971
  amendable: z.ZodString;
972
972
  dateLimiteDepot: z.ZodNull;
@@ -1006,14 +1006,14 @@ export type DivisionRaw = z.infer<typeof DivisionRawSchema>;
1006
1006
  * Divisions
1007
1007
  */
1008
1008
  export declare const DivisionsRawSchema: z.ZodObject<{
1009
- division: z.ZodPreprocess<z.ZodArray<z.ZodType<DivisionRawShape, unknown, z.core.$ZodTypeInternals<DivisionRawShape, unknown>>>>;
1009
+ division: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<DivisionRawShape, unknown, z.core.$ZodTypeInternals<DivisionRawShape, unknown>>>>;
1010
1010
  }, z.core.$strip>;
1011
1011
  export type DivisionsRaw = z.infer<typeof DivisionsRawSchema>;
1012
1012
  /**
1013
1013
  * Document supprimé metadata
1014
1014
  */
1015
1015
  export declare const DocumentSupprimeMetadataRawSchema: z.ZodObject<{
1016
- dateSuppression: z.ZodPipe<z.ZodPreprocess<z.ZodOptional<z.ZodDate>> & z.ZodType<Date, unknown, z.core.$ZodTypeInternals<Date, unknown>>, z.ZodTransform<Date, Date>>;
1016
+ dateSuppression: z.ZodPipe<z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>> & z.ZodType<Date, unknown, z.core.$ZodTypeInternals<Date, unknown>>, z.ZodTransform<Date, Date>>;
1017
1017
  }, z.core.$strip>;
1018
1018
  export type DocumentSupprimeMetadataRaw = z.infer<typeof DocumentSupprimeMetadataRawSchema>;
1019
1019
  /**
@@ -1031,7 +1031,7 @@ export declare const DocumentSupprimeRawSchema: z.ZodObject<{
1031
1031
  }>;
1032
1032
  uid: z.ZodString;
1033
1033
  metadatas: z.ZodObject<{
1034
- dateSuppression: z.ZodPipe<z.ZodPreprocess<z.ZodOptional<z.ZodDate>> & z.ZodType<Date, unknown, z.core.$ZodTypeInternals<Date, unknown>>, z.ZodTransform<Date, Date>>;
1034
+ dateSuppression: z.ZodPipe<z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>> & z.ZodType<Date, unknown, z.core.$ZodTypeInternals<Date, unknown>>, z.ZodTransform<Date, Date>>;
1035
1035
  }, z.core.$strip>;
1036
1036
  }, z.core.$strip>;
1037
1037
  export type DocumentSupprimeRaw = z.infer<typeof DocumentSupprimeRawSchema>;
@@ -1052,10 +1052,10 @@ export declare const DocumentDocumentRawSchema: z.ZodObject<{
1052
1052
  legislature: z.ZodNullable<z.ZodString>;
1053
1053
  cycleDeVie: z.ZodObject<{
1054
1054
  chrono: z.ZodObject<{
1055
- dateCreation: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
1056
- dateDepot: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
1057
- datePublication: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
1058
- datePublicationWeb: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
1055
+ dateCreation: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
1056
+ dateDepot: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
1057
+ datePublication: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
1058
+ datePublicationWeb: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
1059
1059
  }, z.core.$strip>;
1060
1060
  }, z.core.$strip>;
1061
1061
  denominationStructurelle: z.ZodEnum<{
@@ -1082,7 +1082,7 @@ export declare const DocumentDocumentRawSchema: z.ZodObject<{
1082
1082
  titrePrincipalCourt: z.ZodString;
1083
1083
  }, z.core.$strip>;
1084
1084
  divisions: z.ZodNullable<z.ZodObject<{
1085
- division: z.ZodPreprocess<z.ZodArray<z.ZodType<DivisionRawShape, unknown, z.core.$ZodTypeInternals<DivisionRawShape, unknown>>>>;
1085
+ division: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<DivisionRawShape, unknown, z.core.$ZodTypeInternals<DivisionRawShape, unknown>>>>;
1086
1086
  }, z.core.$strip>>;
1087
1087
  dossierRef: z.ZodString;
1088
1088
  redacteur: z.ZodNull;
@@ -1150,8 +1150,8 @@ export declare const DocumentDocumentRawSchema: z.ZodObject<{
1150
1150
  SUSPOURS: "SUSPOURS";
1151
1151
  TVXINSTITEUROP: "TVXINSTITEUROP";
1152
1152
  }>;
1153
- libelle: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1154
- libelleEdition: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1153
+ libelle: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1154
+ libelleEdition: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1155
1155
  }, z.core.$strip>>;
1156
1156
  statutAdoption: z.ZodNullable<z.ZodEnum<{
1157
1157
  ADOPTCOM: "ADOPTCOM";
@@ -1160,7 +1160,7 @@ export declare const DocumentDocumentRawSchema: z.ZodObject<{
1160
1160
  }>>;
1161
1161
  }, z.core.$strip>;
1162
1162
  auteurs: z.ZodObject<{
1163
- auteur: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
1163
+ auteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1164
1164
  acteur: z.ZodOptional<z.ZodObject<{
1165
1165
  acteurRef: z.ZodString;
1166
1166
  qualite: z.ZodEnum<{
@@ -1181,11 +1181,11 @@ export declare const DocumentDocumentRawSchema: z.ZodObject<{
1181
1181
  typeCorrection: z.ZodEnum<{
1182
1182
  Rectifié: "Rectifié";
1183
1183
  }>;
1184
- niveauCorrection: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1184
+ niveauCorrection: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1185
1185
  }, z.core.$strip>>;
1186
1186
  notice: z.ZodObject<{
1187
- numNotice: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1188
- formule: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1187
+ numNotice: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1188
+ formule: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1189
1189
  adoptionConforme: z.ZodString;
1190
1190
  }, z.core.$strip>;
1191
1191
  indexation: z.ZodNullable<z.ZodObject<{
@@ -1204,7 +1204,7 @@ export declare const DocumentDocumentRawSchema: z.ZodObject<{
1204
1204
  prix: z.ZodNullable<z.ZodString>;
1205
1205
  }, z.core.$strip>>;
1206
1206
  coSignataires: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1207
- coSignataire: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
1207
+ coSignataire: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1208
1208
  acteur: z.ZodOptional<z.ZodObject<{
1209
1209
  acteurRef: z.ZodString;
1210
1210
  }, z.core.$strip>>;
@@ -1223,7 +1223,7 @@ export declare const DocumentDocumentRawSchema: z.ZodObject<{
1223
1223
  dateLimiteDepot: z.ZodNull;
1224
1224
  }, z.core.$strip>;
1225
1225
  amendementsCommission: z.ZodOptional<z.ZodObject<{
1226
- commission: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
1226
+ commission: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1227
1227
  organeRef: z.ZodString;
1228
1228
  amendable: z.ZodString;
1229
1229
  dateLimiteDepot: z.ZodNull;
@@ -1231,7 +1231,7 @@ export declare const DocumentDocumentRawSchema: z.ZodObject<{
1231
1231
  }, z.core.$strip>>;
1232
1232
  }, z.core.$strip>>>;
1233
1233
  organesReferents: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1234
- organeRef: z.ZodPreprocess<z.ZodArray<z.ZodString>>;
1234
+ organeRef: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
1235
1235
  }, z.core.$strip>>>;
1236
1236
  rapportPublie: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"true">, z.ZodLiteral<"false">, z.ZodLiteral<"undefined">]>>;
1237
1237
  }, z.core.$strip>;
@@ -1254,10 +1254,10 @@ export declare const DocumentRawSchema: z.ZodObject<{
1254
1254
  legislature: z.ZodNullable<z.ZodString>;
1255
1255
  cycleDeVie: z.ZodObject<{
1256
1256
  chrono: z.ZodObject<{
1257
- dateCreation: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
1258
- dateDepot: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
1259
- datePublication: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
1260
- datePublicationWeb: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
1257
+ dateCreation: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
1258
+ dateDepot: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
1259
+ datePublication: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
1260
+ datePublicationWeb: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
1261
1261
  }, z.core.$strip>;
1262
1262
  }, z.core.$strip>;
1263
1263
  denominationStructurelle: z.ZodEnum<{
@@ -1284,7 +1284,7 @@ export declare const DocumentRawSchema: z.ZodObject<{
1284
1284
  titrePrincipalCourt: z.ZodString;
1285
1285
  }, z.core.$strip>;
1286
1286
  divisions: z.ZodNullable<z.ZodObject<{
1287
- division: z.ZodPreprocess<z.ZodArray<z.ZodType<DivisionRawShape, unknown, z.core.$ZodTypeInternals<DivisionRawShape, unknown>>>>;
1287
+ division: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<DivisionRawShape, unknown, z.core.$ZodTypeInternals<DivisionRawShape, unknown>>>>;
1288
1288
  }, z.core.$strip>>;
1289
1289
  dossierRef: z.ZodString;
1290
1290
  redacteur: z.ZodNull;
@@ -1352,8 +1352,8 @@ export declare const DocumentRawSchema: z.ZodObject<{
1352
1352
  SUSPOURS: "SUSPOURS";
1353
1353
  TVXINSTITEUROP: "TVXINSTITEUROP";
1354
1354
  }>;
1355
- libelle: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1356
- libelleEdition: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1355
+ libelle: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1356
+ libelleEdition: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1357
1357
  }, z.core.$strip>>;
1358
1358
  statutAdoption: z.ZodNullable<z.ZodEnum<{
1359
1359
  ADOPTCOM: "ADOPTCOM";
@@ -1362,7 +1362,7 @@ export declare const DocumentRawSchema: z.ZodObject<{
1362
1362
  }>>;
1363
1363
  }, z.core.$strip>;
1364
1364
  auteurs: z.ZodObject<{
1365
- auteur: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
1365
+ auteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1366
1366
  acteur: z.ZodOptional<z.ZodObject<{
1367
1367
  acteurRef: z.ZodString;
1368
1368
  qualite: z.ZodEnum<{
@@ -1383,11 +1383,11 @@ export declare const DocumentRawSchema: z.ZodObject<{
1383
1383
  typeCorrection: z.ZodEnum<{
1384
1384
  Rectifié: "Rectifié";
1385
1385
  }>;
1386
- niveauCorrection: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1386
+ niveauCorrection: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1387
1387
  }, z.core.$strip>>;
1388
1388
  notice: z.ZodObject<{
1389
- numNotice: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1390
- formule: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1389
+ numNotice: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1390
+ formule: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1391
1391
  adoptionConforme: z.ZodString;
1392
1392
  }, z.core.$strip>;
1393
1393
  indexation: z.ZodNullable<z.ZodObject<{
@@ -1406,7 +1406,7 @@ export declare const DocumentRawSchema: z.ZodObject<{
1406
1406
  prix: z.ZodNullable<z.ZodString>;
1407
1407
  }, z.core.$strip>>;
1408
1408
  coSignataires: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1409
- coSignataire: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
1409
+ coSignataire: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1410
1410
  acteur: z.ZodOptional<z.ZodObject<{
1411
1411
  acteurRef: z.ZodString;
1412
1412
  }, z.core.$strip>>;
@@ -1425,7 +1425,7 @@ export declare const DocumentRawSchema: z.ZodObject<{
1425
1425
  dateLimiteDepot: z.ZodNull;
1426
1426
  }, z.core.$strip>;
1427
1427
  amendementsCommission: z.ZodOptional<z.ZodObject<{
1428
- commission: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
1428
+ commission: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1429
1429
  organeRef: z.ZodString;
1430
1430
  amendable: z.ZodString;
1431
1431
  dateLimiteDepot: z.ZodNull;
@@ -1433,7 +1433,7 @@ export declare const DocumentRawSchema: z.ZodObject<{
1433
1433
  }, z.core.$strip>>;
1434
1434
  }, z.core.$strip>>>;
1435
1435
  organesReferents: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1436
- organeRef: z.ZodPreprocess<z.ZodArray<z.ZodString>>;
1436
+ organeRef: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
1437
1437
  }, z.core.$strip>>>;
1438
1438
  rapportPublie: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"true">, z.ZodLiteral<"false">, z.ZodLiteral<"undefined">]>>;
1439
1439
  }, z.core.$strip>, z.ZodObject<{
@@ -1448,7 +1448,7 @@ export declare const DocumentRawSchema: z.ZodObject<{
1448
1448
  }>;
1449
1449
  uid: z.ZodString;
1450
1450
  metadatas: z.ZodObject<{
1451
- dateSuppression: z.ZodPipe<z.ZodPreprocess<z.ZodOptional<z.ZodDate>> & z.ZodType<Date, unknown, z.core.$ZodTypeInternals<Date, unknown>>, z.ZodTransform<Date, Date>>;
1451
+ dateSuppression: z.ZodPipe<z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>> & z.ZodType<Date, unknown, z.core.$ZodTypeInternals<Date, unknown>>, z.ZodTransform<Date, Date>>;
1452
1452
  }, z.core.$strip>;
1453
1453
  }, z.core.$strip>]>;
1454
1454
  }, z.core.$strip>;
@@ -1468,10 +1468,10 @@ export declare const DocumentElementRawSchema: z.ZodObject<{
1468
1468
  legislature: z.ZodNullable<z.ZodString>;
1469
1469
  cycleDeVie: z.ZodObject<{
1470
1470
  chrono: z.ZodObject<{
1471
- dateCreation: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
1472
- dateDepot: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
1473
- datePublication: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
1474
- datePublicationWeb: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
1471
+ dateCreation: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
1472
+ dateDepot: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
1473
+ datePublication: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
1474
+ datePublicationWeb: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
1475
1475
  }, z.core.$strip>;
1476
1476
  }, z.core.$strip>;
1477
1477
  denominationStructurelle: z.ZodEnum<{
@@ -1498,7 +1498,7 @@ export declare const DocumentElementRawSchema: z.ZodObject<{
1498
1498
  titrePrincipalCourt: z.ZodString;
1499
1499
  }, z.core.$strip>;
1500
1500
  divisions: z.ZodNullable<z.ZodObject<{
1501
- division: z.ZodPreprocess<z.ZodArray<z.ZodType<DivisionRawShape, unknown, z.core.$ZodTypeInternals<DivisionRawShape, unknown>>>>;
1501
+ division: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<DivisionRawShape, unknown, z.core.$ZodTypeInternals<DivisionRawShape, unknown>>>>;
1502
1502
  }, z.core.$strip>>;
1503
1503
  dossierRef: z.ZodString;
1504
1504
  redacteur: z.ZodNull;
@@ -1566,8 +1566,8 @@ export declare const DocumentElementRawSchema: z.ZodObject<{
1566
1566
  SUSPOURS: "SUSPOURS";
1567
1567
  TVXINSTITEUROP: "TVXINSTITEUROP";
1568
1568
  }>;
1569
- libelle: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1570
- libelleEdition: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1569
+ libelle: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1570
+ libelleEdition: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1571
1571
  }, z.core.$strip>>;
1572
1572
  statutAdoption: z.ZodNullable<z.ZodEnum<{
1573
1573
  ADOPTCOM: "ADOPTCOM";
@@ -1576,7 +1576,7 @@ export declare const DocumentElementRawSchema: z.ZodObject<{
1576
1576
  }>>;
1577
1577
  }, z.core.$strip>;
1578
1578
  auteurs: z.ZodObject<{
1579
- auteur: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
1579
+ auteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1580
1580
  acteur: z.ZodOptional<z.ZodObject<{
1581
1581
  acteurRef: z.ZodString;
1582
1582
  qualite: z.ZodEnum<{
@@ -1597,11 +1597,11 @@ export declare const DocumentElementRawSchema: z.ZodObject<{
1597
1597
  typeCorrection: z.ZodEnum<{
1598
1598
  Rectifié: "Rectifié";
1599
1599
  }>;
1600
- niveauCorrection: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1600
+ niveauCorrection: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1601
1601
  }, z.core.$strip>>;
1602
1602
  notice: z.ZodObject<{
1603
- numNotice: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1604
- formule: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1603
+ numNotice: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1604
+ formule: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1605
1605
  adoptionConforme: z.ZodString;
1606
1606
  }, z.core.$strip>;
1607
1607
  indexation: z.ZodNullable<z.ZodObject<{
@@ -1620,7 +1620,7 @@ export declare const DocumentElementRawSchema: z.ZodObject<{
1620
1620
  prix: z.ZodNullable<z.ZodString>;
1621
1621
  }, z.core.$strip>>;
1622
1622
  coSignataires: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1623
- coSignataire: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
1623
+ coSignataire: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1624
1624
  acteur: z.ZodOptional<z.ZodObject<{
1625
1625
  acteurRef: z.ZodString;
1626
1626
  }, z.core.$strip>>;
@@ -1639,7 +1639,7 @@ export declare const DocumentElementRawSchema: z.ZodObject<{
1639
1639
  dateLimiteDepot: z.ZodNull;
1640
1640
  }, z.core.$strip>;
1641
1641
  amendementsCommission: z.ZodOptional<z.ZodObject<{
1642
- commission: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
1642
+ commission: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1643
1643
  organeRef: z.ZodString;
1644
1644
  amendable: z.ZodString;
1645
1645
  dateLimiteDepot: z.ZodNull;
@@ -1665,10 +1665,10 @@ export declare const TextesLegislatifsRawSchema: z.ZodObject<{
1665
1665
  legislature: z.ZodNullable<z.ZodString>;
1666
1666
  cycleDeVie: z.ZodObject<{
1667
1667
  chrono: z.ZodObject<{
1668
- dateCreation: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
1669
- dateDepot: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
1670
- datePublication: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
1671
- datePublicationWeb: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
1668
+ dateCreation: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
1669
+ dateDepot: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
1670
+ datePublication: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
1671
+ datePublicationWeb: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
1672
1672
  }, z.core.$strip>;
1673
1673
  }, z.core.$strip>;
1674
1674
  denominationStructurelle: z.ZodEnum<{
@@ -1695,7 +1695,7 @@ export declare const TextesLegislatifsRawSchema: z.ZodObject<{
1695
1695
  titrePrincipalCourt: z.ZodString;
1696
1696
  }, z.core.$strip>;
1697
1697
  divisions: z.ZodNullable<z.ZodObject<{
1698
- division: z.ZodPreprocess<z.ZodArray<z.ZodType<DivisionRawShape, unknown, z.core.$ZodTypeInternals<DivisionRawShape, unknown>>>>;
1698
+ division: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<DivisionRawShape, unknown, z.core.$ZodTypeInternals<DivisionRawShape, unknown>>>>;
1699
1699
  }, z.core.$strip>>;
1700
1700
  dossierRef: z.ZodString;
1701
1701
  redacteur: z.ZodNull;
@@ -1763,8 +1763,8 @@ export declare const TextesLegislatifsRawSchema: z.ZodObject<{
1763
1763
  SUSPOURS: "SUSPOURS";
1764
1764
  TVXINSTITEUROP: "TVXINSTITEUROP";
1765
1765
  }>;
1766
- libelle: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1767
- libelleEdition: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1766
+ libelle: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1767
+ libelleEdition: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1768
1768
  }, z.core.$strip>>;
1769
1769
  statutAdoption: z.ZodNullable<z.ZodEnum<{
1770
1770
  ADOPTCOM: "ADOPTCOM";
@@ -1773,7 +1773,7 @@ export declare const TextesLegislatifsRawSchema: z.ZodObject<{
1773
1773
  }>>;
1774
1774
  }, z.core.$strip>;
1775
1775
  auteurs: z.ZodObject<{
1776
- auteur: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
1776
+ auteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1777
1777
  acteur: z.ZodOptional<z.ZodObject<{
1778
1778
  acteurRef: z.ZodString;
1779
1779
  qualite: z.ZodEnum<{
@@ -1794,11 +1794,11 @@ export declare const TextesLegislatifsRawSchema: z.ZodObject<{
1794
1794
  typeCorrection: z.ZodEnum<{
1795
1795
  Rectifié: "Rectifié";
1796
1796
  }>;
1797
- niveauCorrection: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1797
+ niveauCorrection: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1798
1798
  }, z.core.$strip>>;
1799
1799
  notice: z.ZodObject<{
1800
- numNotice: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1801
- formule: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1800
+ numNotice: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1801
+ formule: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1802
1802
  adoptionConforme: z.ZodString;
1803
1803
  }, z.core.$strip>;
1804
1804
  indexation: z.ZodNullable<z.ZodObject<{
@@ -1817,7 +1817,7 @@ export declare const TextesLegislatifsRawSchema: z.ZodObject<{
1817
1817
  prix: z.ZodNullable<z.ZodString>;
1818
1818
  }, z.core.$strip>>;
1819
1819
  coSignataires: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1820
- coSignataire: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
1820
+ coSignataire: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1821
1821
  acteur: z.ZodOptional<z.ZodObject<{
1822
1822
  acteurRef: z.ZodString;
1823
1823
  }, z.core.$strip>>;
@@ -1836,7 +1836,7 @@ export declare const TextesLegislatifsRawSchema: z.ZodObject<{
1836
1836
  dateLimiteDepot: z.ZodNull;
1837
1837
  }, z.core.$strip>;
1838
1838
  amendementsCommission: z.ZodOptional<z.ZodObject<{
1839
- commission: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
1839
+ commission: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1840
1840
  organeRef: z.ZodString;
1841
1841
  amendable: z.ZodString;
1842
1842
  dateLimiteDepot: z.ZodNull;
@@ -1895,7 +1895,7 @@ export type ActeurElementRaw = z.infer<typeof ActeurElementRawSchema>;
1895
1895
  * Initiateur acteurs
1896
1896
  */
1897
1897
  export declare const InitiateurActeursRawSchema: z.ZodObject<{
1898
- acteur: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
1898
+ acteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1899
1899
  acteurRef: z.ZodString;
1900
1900
  mandatRef: z.ZodString;
1901
1901
  }, z.core.$strip>>>;
@@ -1906,7 +1906,7 @@ export type InitiateurActeursRaw = z.infer<typeof InitiateurActeursRawSchema>;
1906
1906
  */
1907
1907
  export declare const InitiateurRawSchema: z.ZodObject<{
1908
1908
  acteurs: z.ZodOptional<z.ZodObject<{
1909
- acteur: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
1909
+ acteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1910
1910
  acteurRef: z.ZodString;
1911
1911
  mandatRef: z.ZodString;
1912
1912
  }, z.core.$strip>>>;
@@ -1924,8 +1924,8 @@ export type InitiateurRaw = z.infer<typeof InitiateurRawSchema>;
1924
1924
  * Initiateurs refs (acteur or organe refs)
1925
1925
  */
1926
1926
  export declare const InitiateursRefsRawSchema: z.ZodObject<{
1927
- acteurRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1928
- organeRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1927
+ acteurRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1928
+ organeRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1929
1929
  }, z.core.$strip>;
1930
1930
  export type InitiateursRefsRaw = z.infer<typeof InitiateursRefsRawSchema>;
1931
1931
  /**
@@ -1952,14 +1952,14 @@ export declare const RapporteurRawSchema: z.ZodObject<{
1952
1952
  "rapporteur pour avis": "rapporteur pour avis";
1953
1953
  "rapporteur sp\u00E9cial": "rapporteur spécial";
1954
1954
  }>;
1955
- etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1955
+ etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1956
1956
  }, z.core.$strip>;
1957
1957
  export type RapporteurRaw = z.infer<typeof RapporteurRawSchema>;
1958
1958
  /**
1959
1959
  * Rapporteurs
1960
1960
  */
1961
1961
  export declare const RapporteursRawSchema: z.ZodObject<{
1962
- rapporteur: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
1962
+ rapporteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1963
1963
  acteurRef: z.ZodString;
1964
1964
  typeRapporteur: z.ZodEnum<{
1965
1965
  auteur: "auteur";
@@ -1969,7 +1969,7 @@ export declare const RapporteursRawSchema: z.ZodObject<{
1969
1969
  "rapporteur pour avis": "rapporteur pour avis";
1970
1970
  "rapporteur sp\u00E9cial": "rapporteur spécial";
1971
1971
  }>;
1972
- etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1972
+ etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1973
1973
  }, z.core.$strip>>>;
1974
1974
  }, z.core.$strip>;
1975
1975
  export type RapporteursRaw = z.infer<typeof RapporteursRawSchema>;
@@ -1990,7 +1990,7 @@ export type MissionMinefiElementRaw = z.infer<typeof MissionMinefiElementRawSche
1990
1990
  * Missions
1991
1991
  */
1992
1992
  export declare const MissionsRawSchema: z.ZodObject<{
1993
- mission: z.ZodPreprocess<z.ZodArray<z.ZodType<MissionMinefiElementRawShape, unknown, z.core.$ZodTypeInternals<MissionMinefiElementRawShape, unknown>>>>;
1993
+ mission: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<MissionMinefiElementRawShape, unknown, z.core.$ZodTypeInternals<MissionMinefiElementRawShape, unknown>>>>;
1994
1994
  }, z.core.$strip>;
1995
1995
  export type MissionsRaw = z.infer<typeof MissionsRawSchema>;
1996
1996
  /**
@@ -1999,8 +1999,8 @@ export type MissionsRaw = z.infer<typeof MissionsRawSchema>;
1999
1999
  export declare const EtudePlfRawSchema: z.ZodObject<{
2000
2000
  uid: z.ZodString;
2001
2001
  organeRef: z.ZodString;
2002
- texteAssocie: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2003
- rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPreprocess<z.ZodArray<z.ZodObject<{
2002
+ texteAssocie: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2003
+ rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2004
2004
  acteurRef: z.ZodString;
2005
2005
  typeRapporteur: z.ZodEnum<{
2006
2006
  auteur: "auteur";
@@ -2010,7 +2010,7 @@ export declare const EtudePlfRawSchema: z.ZodObject<{
2010
2010
  "rapporteur pour avis": "rapporteur pour avis";
2011
2011
  "rapporteur sp\u00E9cial": "rapporteur spécial";
2012
2012
  }>;
2013
- etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2013
+ etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2014
2014
  }, z.core.$strip>>>, z.ZodObject<{
2015
2015
  acteurRef: z.ZodString;
2016
2016
  typeRapporteur: z.ZodEnum<{
@@ -2021,7 +2021,7 @@ export declare const EtudePlfRawSchema: z.ZodObject<{
2021
2021
  "rapporteur pour avis": "rapporteur pour avis";
2022
2022
  "rapporteur sp\u00E9cial": "rapporteur spécial";
2023
2023
  }>;
2024
- etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2024
+ etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2025
2025
  }, z.core.$strip>]>>;
2026
2026
  missionMinefi: z.ZodOptional<z.ZodType<MissionMinefiElementRawShape, unknown, z.core.$ZodTypeInternals<MissionMinefiElementRawShape, unknown>>>;
2027
2027
  ordreDIQS: z.ZodString;
@@ -2035,8 +2035,8 @@ export declare const PlfRawSchema: z.ZodObject<{
2035
2035
  EtudePLF: z.ZodArray<z.ZodObject<{
2036
2036
  uid: z.ZodString;
2037
2037
  organeRef: z.ZodString;
2038
- texteAssocie: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2039
- rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPreprocess<z.ZodArray<z.ZodObject<{
2038
+ texteAssocie: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2039
+ rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2040
2040
  acteurRef: z.ZodString;
2041
2041
  typeRapporteur: z.ZodEnum<{
2042
2042
  auteur: "auteur";
@@ -2046,7 +2046,7 @@ export declare const PlfRawSchema: z.ZodObject<{
2046
2046
  "rapporteur pour avis": "rapporteur pour avis";
2047
2047
  "rapporteur sp\u00E9cial": "rapporteur spécial";
2048
2048
  }>;
2049
- etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2049
+ etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2050
2050
  }, z.core.$strip>>>, z.ZodObject<{
2051
2051
  acteurRef: z.ZodString;
2052
2052
  typeRapporteur: z.ZodEnum<{
@@ -2057,7 +2057,7 @@ export declare const PlfRawSchema: z.ZodObject<{
2057
2057
  "rapporteur pour avis": "rapporteur pour avis";
2058
2058
  "rapporteur sp\u00E9cial": "rapporteur spécial";
2059
2059
  }>;
2060
- etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2060
+ etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2061
2061
  }, z.core.$strip>]>>;
2062
2062
  missionMinefi: z.ZodOptional<z.ZodType<MissionMinefiElementRawShape, unknown, z.core.$ZodTypeInternals<MissionMinefiElementRawShape, unknown>>>;
2063
2063
  ordreDIQS: z.ZodString;
@@ -2070,7 +2070,7 @@ export type PlfRaw = z.infer<typeof PlfRawSchema>;
2070
2070
  */
2071
2071
  export declare const FamCodeEtLibelleRawSchema: z.ZodObject<{
2072
2072
  fam_code: z.ZodString;
2073
- libelle: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2073
+ libelle: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2074
2074
  }, z.core.$strip>;
2075
2075
  export type FamCodeEtLibelleRaw = z.infer<typeof FamCodeEtLibelleRawSchema>;
2076
2076
  /**
@@ -2078,7 +2078,7 @@ export type FamCodeEtLibelleRaw = z.infer<typeof FamCodeEtLibelleRawSchema>;
2078
2078
  */
2079
2079
  export declare const LibelleActeRawSchema: z.ZodObject<{
2080
2080
  nomCanonique: z.ZodString;
2081
- libelleCourt: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2081
+ libelleCourt: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2082
2082
  }, z.core.$strip>;
2083
2083
  export type LibelleActeRaw = z.infer<typeof LibelleActeRawSchema>;
2084
2084
  /**
@@ -2086,14 +2086,14 @@ export type LibelleActeRaw = z.infer<typeof LibelleActeRawSchema>;
2086
2086
  */
2087
2087
  export declare const ContributionInternauteRawSchema: z.ZodObject<{
2088
2088
  dateFermeture: z.ZodNullable<z.ZodString>;
2089
- dateOuverture: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2089
+ dateOuverture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2090
2090
  }, z.core.$strip>;
2091
2091
  export type ContributionInternauteRaw = z.infer<typeof ContributionInternauteRawSchema>;
2092
2092
  /**
2093
2093
  * Vote refs
2094
2094
  */
2095
2095
  export declare const VoteRefsRawSchema: z.ZodObject<{
2096
- voteRef: z.ZodPreprocess<z.ZodArray<z.ZodString>>;
2096
+ voteRef: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
2097
2097
  }, z.core.$strip>;
2098
2098
  export type VoteRefsRaw = z.infer<typeof VoteRefsRawSchema>;
2099
2099
  /**
@@ -2111,7 +2111,7 @@ export type TexteAssocieElementRaw = z.infer<typeof TexteAssocieElementRawSchema
2111
2111
  * Textes associés
2112
2112
  */
2113
2113
  export declare const TextesAssociesRawSchema: z.ZodObject<{
2114
- texteAssocie: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
2114
+ texteAssocie: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2115
2115
  typeTexte: z.ZodEnum<{
2116
2116
  BTA: "BTA";
2117
2117
  TAP: "TAP";
@@ -2124,7 +2124,7 @@ export type TextesAssociesRaw = z.infer<typeof TextesAssociesRawSchema>;
2124
2124
  * Acte législatif auteurs
2125
2125
  */
2126
2126
  export declare const ActeLegislatifAuteursRawSchema: z.ZodObject<{
2127
- acteurRef: z.ZodPreprocess<z.ZodArray<z.ZodString>>;
2127
+ acteurRef: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
2128
2128
  }, z.core.$strip>;
2129
2129
  export type ActeLegislatifAuteursRaw = z.infer<typeof ActeLegislatifAuteursRawSchema>;
2130
2130
  /**
@@ -2137,8 +2137,8 @@ export declare const InfoJoElementRawSchema: z.ZodObject<{
2137
2137
  dateJO: z.ZodString;
2138
2138
  pageJO: z.ZodNull;
2139
2139
  numJO: z.ZodString;
2140
- urlLegifrance: z.ZodPipe<z.ZodPreprocess<z.ZodOptional<z.ZodString>> & z.ZodType<string, unknown, z.core.$ZodTypeInternals<string, unknown>>, z.ZodTransform<string, string>>;
2141
- referenceNOR: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2140
+ 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>>;
2141
+ referenceNOR: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2142
2142
  }, z.core.$strip>;
2143
2143
  export type InfoJoElementRaw = z.infer<typeof InfoJoElementRawSchema>;
2144
2144
  /**
@@ -2233,7 +2233,7 @@ export type ActeLegislatifRaw = z.infer<typeof ActeLegislatifRawSchema>;
2233
2233
  * Actes législatifs
2234
2234
  */
2235
2235
  export declare const ActesLegislatifsRawSchema: z.ZodObject<{
2236
- acteLegislatif: z.ZodPreprocess<z.ZodArray<z.ZodType<ActeLegislatifRawShape, unknown, z.core.$ZodTypeInternals<ActeLegislatifRawShape, unknown>>>>;
2236
+ acteLegislatif: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<ActeLegislatifRawShape, unknown, z.core.$ZodTypeInternals<ActeLegislatifRawShape, unknown>>>>;
2237
2237
  }, z.core.$strip>;
2238
2238
  export type ActesLegislatifsRaw = z.infer<typeof ActesLegislatifsRawSchema>;
2239
2239
  /**
@@ -2263,7 +2263,7 @@ export declare const DossierParlementaireDossierParlementaireRawSchema: z.ZodObj
2263
2263
  }, z.core.$strip>;
2264
2264
  initiateur: z.ZodNullable<z.ZodObject<{
2265
2265
  acteurs: z.ZodOptional<z.ZodObject<{
2266
- acteur: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
2266
+ acteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2267
2267
  acteurRef: z.ZodString;
2268
2268
  mandatRef: z.ZodString;
2269
2269
  }, z.core.$strip>>>;
@@ -2277,7 +2277,7 @@ export declare const DossierParlementaireDossierParlementaireRawSchema: z.ZodObj
2277
2277
  }, z.core.$strip>>;
2278
2278
  }, z.core.$strip>>;
2279
2279
  actesLegislatifs: z.ZodNullable<z.ZodObject<{
2280
- acteLegislatif: z.ZodPreprocess<z.ZodArray<z.ZodType<ActeLegislatifRawShape, unknown, z.core.$ZodTypeInternals<ActeLegislatifRawShape, unknown>>>>;
2280
+ acteLegislatif: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<ActeLegislatifRawShape, unknown, z.core.$ZodTypeInternals<ActeLegislatifRawShape, unknown>>>>;
2281
2281
  }, z.core.$strip>>;
2282
2282
  indexation: z.ZodOptional<z.ZodObject<{
2283
2283
  themes: z.ZodObject<{
@@ -2298,8 +2298,8 @@ export declare const DossierParlementaireDossierParlementaireRawSchema: z.ZodObj
2298
2298
  EtudePLF: z.ZodArray<z.ZodObject<{
2299
2299
  uid: z.ZodString;
2300
2300
  organeRef: z.ZodString;
2301
- texteAssocie: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2302
- rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPreprocess<z.ZodArray<z.ZodObject<{
2301
+ texteAssocie: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2302
+ rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2303
2303
  acteurRef: z.ZodString;
2304
2304
  typeRapporteur: z.ZodEnum<{
2305
2305
  auteur: "auteur";
@@ -2309,7 +2309,7 @@ export declare const DossierParlementaireDossierParlementaireRawSchema: z.ZodObj
2309
2309
  "rapporteur pour avis": "rapporteur pour avis";
2310
2310
  "rapporteur sp\u00E9cial": "rapporteur spécial";
2311
2311
  }>;
2312
- etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2312
+ etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2313
2313
  }, z.core.$strip>>>, z.ZodObject<{
2314
2314
  acteurRef: z.ZodString;
2315
2315
  typeRapporteur: z.ZodEnum<{
@@ -2320,7 +2320,7 @@ export declare const DossierParlementaireDossierParlementaireRawSchema: z.ZodObj
2320
2320
  "rapporteur pour avis": "rapporteur pour avis";
2321
2321
  "rapporteur sp\u00E9cial": "rapporteur spécial";
2322
2322
  }>;
2323
- etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2323
+ etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2324
2324
  }, z.core.$strip>]>>;
2325
2325
  missionMinefi: z.ZodOptional<z.ZodType<MissionMinefiElementRawShape, unknown, z.core.$ZodTypeInternals<MissionMinefiElementRawShape, unknown>>>;
2326
2326
  ordreDIQS: z.ZodString;
@@ -2357,7 +2357,7 @@ export declare const DossierParlementaireRawSchema: z.ZodObject<{
2357
2357
  }, z.core.$strip>;
2358
2358
  initiateur: z.ZodNullable<z.ZodObject<{
2359
2359
  acteurs: z.ZodOptional<z.ZodObject<{
2360
- acteur: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
2360
+ acteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2361
2361
  acteurRef: z.ZodString;
2362
2362
  mandatRef: z.ZodString;
2363
2363
  }, z.core.$strip>>>;
@@ -2371,7 +2371,7 @@ export declare const DossierParlementaireRawSchema: z.ZodObject<{
2371
2371
  }, z.core.$strip>>;
2372
2372
  }, z.core.$strip>>;
2373
2373
  actesLegislatifs: z.ZodNullable<z.ZodObject<{
2374
- acteLegislatif: z.ZodPreprocess<z.ZodArray<z.ZodType<ActeLegislatifRawShape, unknown, z.core.$ZodTypeInternals<ActeLegislatifRawShape, unknown>>>>;
2374
+ acteLegislatif: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<ActeLegislatifRawShape, unknown, z.core.$ZodTypeInternals<ActeLegislatifRawShape, unknown>>>>;
2375
2375
  }, z.core.$strip>>;
2376
2376
  indexation: z.ZodOptional<z.ZodObject<{
2377
2377
  themes: z.ZodObject<{
@@ -2392,8 +2392,8 @@ export declare const DossierParlementaireRawSchema: z.ZodObject<{
2392
2392
  EtudePLF: z.ZodArray<z.ZodObject<{
2393
2393
  uid: z.ZodString;
2394
2394
  organeRef: z.ZodString;
2395
- texteAssocie: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2396
- rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPreprocess<z.ZodArray<z.ZodObject<{
2395
+ texteAssocie: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2396
+ rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2397
2397
  acteurRef: z.ZodString;
2398
2398
  typeRapporteur: z.ZodEnum<{
2399
2399
  auteur: "auteur";
@@ -2403,7 +2403,7 @@ export declare const DossierParlementaireRawSchema: z.ZodObject<{
2403
2403
  "rapporteur pour avis": "rapporteur pour avis";
2404
2404
  "rapporteur sp\u00E9cial": "rapporteur spécial";
2405
2405
  }>;
2406
- etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2406
+ etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2407
2407
  }, z.core.$strip>>>, z.ZodObject<{
2408
2408
  acteurRef: z.ZodString;
2409
2409
  typeRapporteur: z.ZodEnum<{
@@ -2414,7 +2414,7 @@ export declare const DossierParlementaireRawSchema: z.ZodObject<{
2414
2414
  "rapporteur pour avis": "rapporteur pour avis";
2415
2415
  "rapporteur sp\u00E9cial": "rapporteur spécial";
2416
2416
  }>;
2417
- etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2417
+ etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2418
2418
  }, z.core.$strip>]>>;
2419
2419
  missionMinefi: z.ZodOptional<z.ZodType<MissionMinefiElementRawShape, unknown, z.core.$ZodTypeInternals<MissionMinefiElementRawShape, unknown>>>;
2420
2420
  ordreDIQS: z.ZodString;
@@ -2450,7 +2450,7 @@ export declare const DossierDossierParlementaireRawSchema: z.ZodObject<{
2450
2450
  }, z.core.$strip>;
2451
2451
  initiateur: z.ZodNullable<z.ZodObject<{
2452
2452
  acteurs: z.ZodOptional<z.ZodObject<{
2453
- acteur: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
2453
+ acteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2454
2454
  acteurRef: z.ZodString;
2455
2455
  mandatRef: z.ZodString;
2456
2456
  }, z.core.$strip>>>;
@@ -2464,7 +2464,7 @@ export declare const DossierDossierParlementaireRawSchema: z.ZodObject<{
2464
2464
  }, z.core.$strip>>;
2465
2465
  }, z.core.$strip>>;
2466
2466
  actesLegislatifs: z.ZodObject<{
2467
- acteLegislatif: z.ZodPreprocess<z.ZodArray<z.ZodType<ActeLegislatifRawShape, unknown, z.core.$ZodTypeInternals<ActeLegislatifRawShape, unknown>>>>;
2467
+ acteLegislatif: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<ActeLegislatifRawShape, unknown, z.core.$ZodTypeInternals<ActeLegislatifRawShape, unknown>>>>;
2468
2468
  }, z.core.$strip>;
2469
2469
  indexation: z.ZodOptional<z.ZodObject<{
2470
2470
  themes: z.ZodObject<{
@@ -2485,8 +2485,8 @@ export declare const DossierDossierParlementaireRawSchema: z.ZodObject<{
2485
2485
  EtudePLF: z.ZodArray<z.ZodObject<{
2486
2486
  uid: z.ZodString;
2487
2487
  organeRef: z.ZodString;
2488
- texteAssocie: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2489
- rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPreprocess<z.ZodArray<z.ZodObject<{
2488
+ texteAssocie: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2489
+ rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2490
2490
  acteurRef: z.ZodString;
2491
2491
  typeRapporteur: z.ZodEnum<{
2492
2492
  auteur: "auteur";
@@ -2496,7 +2496,7 @@ export declare const DossierDossierParlementaireRawSchema: z.ZodObject<{
2496
2496
  "rapporteur pour avis": "rapporteur pour avis";
2497
2497
  "rapporteur sp\u00E9cial": "rapporteur spécial";
2498
2498
  }>;
2499
- etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2499
+ etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2500
2500
  }, z.core.$strip>>>, z.ZodObject<{
2501
2501
  acteurRef: z.ZodString;
2502
2502
  typeRapporteur: z.ZodEnum<{
@@ -2507,7 +2507,7 @@ export declare const DossierDossierParlementaireRawSchema: z.ZodObject<{
2507
2507
  "rapporteur pour avis": "rapporteur pour avis";
2508
2508
  "rapporteur sp\u00E9cial": "rapporteur spécial";
2509
2509
  }>;
2510
- etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2510
+ etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2511
2511
  }, z.core.$strip>]>>;
2512
2512
  missionMinefi: z.ZodOptional<z.ZodType<MissionMinefiElementRawShape, unknown, z.core.$ZodTypeInternals<MissionMinefiElementRawShape, unknown>>>;
2513
2513
  ordreDIQS: z.ZodString;
@@ -2543,7 +2543,7 @@ export declare const DossierRawSchema: z.ZodObject<{
2543
2543
  }, z.core.$strip>;
2544
2544
  initiateur: z.ZodNullable<z.ZodObject<{
2545
2545
  acteurs: z.ZodOptional<z.ZodObject<{
2546
- acteur: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
2546
+ acteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2547
2547
  acteurRef: z.ZodString;
2548
2548
  mandatRef: z.ZodString;
2549
2549
  }, z.core.$strip>>>;
@@ -2557,7 +2557,7 @@ export declare const DossierRawSchema: z.ZodObject<{
2557
2557
  }, z.core.$strip>>;
2558
2558
  }, z.core.$strip>>;
2559
2559
  actesLegislatifs: z.ZodObject<{
2560
- acteLegislatif: z.ZodPreprocess<z.ZodArray<z.ZodType<ActeLegislatifRawShape, unknown, z.core.$ZodTypeInternals<ActeLegislatifRawShape, unknown>>>>;
2560
+ acteLegislatif: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<ActeLegislatifRawShape, unknown, z.core.$ZodTypeInternals<ActeLegislatifRawShape, unknown>>>>;
2561
2561
  }, z.core.$strip>;
2562
2562
  indexation: z.ZodOptional<z.ZodObject<{
2563
2563
  themes: z.ZodObject<{
@@ -2578,8 +2578,8 @@ export declare const DossierRawSchema: z.ZodObject<{
2578
2578
  EtudePLF: z.ZodArray<z.ZodObject<{
2579
2579
  uid: z.ZodString;
2580
2580
  organeRef: z.ZodString;
2581
- texteAssocie: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2582
- rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPreprocess<z.ZodArray<z.ZodObject<{
2581
+ texteAssocie: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2582
+ rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2583
2583
  acteurRef: z.ZodString;
2584
2584
  typeRapporteur: z.ZodEnum<{
2585
2585
  auteur: "auteur";
@@ -2589,7 +2589,7 @@ export declare const DossierRawSchema: z.ZodObject<{
2589
2589
  "rapporteur pour avis": "rapporteur pour avis";
2590
2590
  "rapporteur sp\u00E9cial": "rapporteur spécial";
2591
2591
  }>;
2592
- etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2592
+ etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2593
2593
  }, z.core.$strip>>>, z.ZodObject<{
2594
2594
  acteurRef: z.ZodString;
2595
2595
  typeRapporteur: z.ZodEnum<{
@@ -2600,7 +2600,7 @@ export declare const DossierRawSchema: z.ZodObject<{
2600
2600
  "rapporteur pour avis": "rapporteur pour avis";
2601
2601
  "rapporteur sp\u00E9cial": "rapporteur spécial";
2602
2602
  }>;
2603
- etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2603
+ etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2604
2604
  }, z.core.$strip>]>>;
2605
2605
  missionMinefi: z.ZodOptional<z.ZodType<MissionMinefiElementRawShape, unknown, z.core.$ZodTypeInternals<MissionMinefiElementRawShape, unknown>>>;
2606
2606
  ordreDIQS: z.ZodString;
@@ -2638,7 +2638,7 @@ export declare const DossiersLegislatifsClassRawSchema: z.ZodObject<{
2638
2638
  }, z.core.$strip>;
2639
2639
  initiateur: z.ZodNullable<z.ZodObject<{
2640
2640
  acteurs: z.ZodOptional<z.ZodObject<{
2641
- acteur: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
2641
+ acteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2642
2642
  acteurRef: z.ZodString;
2643
2643
  mandatRef: z.ZodString;
2644
2644
  }, z.core.$strip>>>;
@@ -2652,7 +2652,7 @@ export declare const DossiersLegislatifsClassRawSchema: z.ZodObject<{
2652
2652
  }, z.core.$strip>>;
2653
2653
  }, z.core.$strip>>;
2654
2654
  actesLegislatifs: z.ZodObject<{
2655
- acteLegislatif: z.ZodPreprocess<z.ZodArray<z.ZodType<ActeLegislatifRawShape, unknown, z.core.$ZodTypeInternals<ActeLegislatifRawShape, unknown>>>>;
2655
+ acteLegislatif: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<ActeLegislatifRawShape, unknown, z.core.$ZodTypeInternals<ActeLegislatifRawShape, unknown>>>>;
2656
2656
  }, z.core.$strip>;
2657
2657
  indexation: z.ZodOptional<z.ZodObject<{
2658
2658
  themes: z.ZodObject<{
@@ -2673,8 +2673,8 @@ export declare const DossiersLegislatifsClassRawSchema: z.ZodObject<{
2673
2673
  EtudePLF: z.ZodArray<z.ZodObject<{
2674
2674
  uid: z.ZodString;
2675
2675
  organeRef: z.ZodString;
2676
- texteAssocie: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2677
- rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPreprocess<z.ZodArray<z.ZodObject<{
2676
+ texteAssocie: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2677
+ rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2678
2678
  acteurRef: z.ZodString;
2679
2679
  typeRapporteur: z.ZodEnum<{
2680
2680
  auteur: "auteur";
@@ -2684,7 +2684,7 @@ export declare const DossiersLegislatifsClassRawSchema: z.ZodObject<{
2684
2684
  "rapporteur pour avis": "rapporteur pour avis";
2685
2685
  "rapporteur sp\u00E9cial": "rapporteur spécial";
2686
2686
  }>;
2687
- etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2687
+ etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2688
2688
  }, z.core.$strip>>>, z.ZodObject<{
2689
2689
  acteurRef: z.ZodString;
2690
2690
  typeRapporteur: z.ZodEnum<{
@@ -2695,7 +2695,7 @@ export declare const DossiersLegislatifsClassRawSchema: z.ZodObject<{
2695
2695
  "rapporteur pour avis": "rapporteur pour avis";
2696
2696
  "rapporteur sp\u00E9cial": "rapporteur spécial";
2697
2697
  }>;
2698
- etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2698
+ etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2699
2699
  }, z.core.$strip>]>>;
2700
2700
  missionMinefi: z.ZodOptional<z.ZodType<MissionMinefiElementRawShape, unknown, z.core.$ZodTypeInternals<MissionMinefiElementRawShape, unknown>>>;
2701
2701
  ordreDIQS: z.ZodString;
@@ -2724,10 +2724,10 @@ export declare const ExportRawSchema: z.ZodObject<{
2724
2724
  legislature: z.ZodNullable<z.ZodString>;
2725
2725
  cycleDeVie: z.ZodObject<{
2726
2726
  chrono: z.ZodObject<{
2727
- dateCreation: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
2728
- dateDepot: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
2729
- datePublication: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
2730
- datePublicationWeb: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
2727
+ dateCreation: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
2728
+ dateDepot: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
2729
+ datePublication: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
2730
+ datePublicationWeb: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
2731
2731
  }, z.core.$strip>;
2732
2732
  }, z.core.$strip>;
2733
2733
  denominationStructurelle: z.ZodEnum<{
@@ -2754,7 +2754,7 @@ export declare const ExportRawSchema: z.ZodObject<{
2754
2754
  titrePrincipalCourt: z.ZodString;
2755
2755
  }, z.core.$strip>;
2756
2756
  divisions: z.ZodNullable<z.ZodObject<{
2757
- division: z.ZodPreprocess<z.ZodArray<z.ZodType<DivisionRawShape, unknown, z.core.$ZodTypeInternals<DivisionRawShape, unknown>>>>;
2757
+ division: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<DivisionRawShape, unknown, z.core.$ZodTypeInternals<DivisionRawShape, unknown>>>>;
2758
2758
  }, z.core.$strip>>;
2759
2759
  dossierRef: z.ZodString;
2760
2760
  redacteur: z.ZodNull;
@@ -2822,8 +2822,8 @@ export declare const ExportRawSchema: z.ZodObject<{
2822
2822
  SUSPOURS: "SUSPOURS";
2823
2823
  TVXINSTITEUROP: "TVXINSTITEUROP";
2824
2824
  }>;
2825
- libelle: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2826
- libelleEdition: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2825
+ libelle: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2826
+ libelleEdition: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2827
2827
  }, z.core.$strip>>;
2828
2828
  statutAdoption: z.ZodNullable<z.ZodEnum<{
2829
2829
  ADOPTCOM: "ADOPTCOM";
@@ -2832,7 +2832,7 @@ export declare const ExportRawSchema: z.ZodObject<{
2832
2832
  }>>;
2833
2833
  }, z.core.$strip>;
2834
2834
  auteurs: z.ZodObject<{
2835
- auteur: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
2835
+ auteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2836
2836
  acteur: z.ZodOptional<z.ZodObject<{
2837
2837
  acteurRef: z.ZodString;
2838
2838
  qualite: z.ZodEnum<{
@@ -2853,11 +2853,11 @@ export declare const ExportRawSchema: z.ZodObject<{
2853
2853
  typeCorrection: z.ZodEnum<{
2854
2854
  Rectifié: "Rectifié";
2855
2855
  }>;
2856
- niveauCorrection: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2856
+ niveauCorrection: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2857
2857
  }, z.core.$strip>>;
2858
2858
  notice: z.ZodObject<{
2859
- numNotice: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2860
- formule: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2859
+ numNotice: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2860
+ formule: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2861
2861
  adoptionConforme: z.ZodString;
2862
2862
  }, z.core.$strip>;
2863
2863
  indexation: z.ZodNullable<z.ZodObject<{
@@ -2876,7 +2876,7 @@ export declare const ExportRawSchema: z.ZodObject<{
2876
2876
  prix: z.ZodNullable<z.ZodString>;
2877
2877
  }, z.core.$strip>>;
2878
2878
  coSignataires: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2879
- coSignataire: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
2879
+ coSignataire: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2880
2880
  acteur: z.ZodOptional<z.ZodObject<{
2881
2881
  acteurRef: z.ZodString;
2882
2882
  }, z.core.$strip>>;
@@ -2895,7 +2895,7 @@ export declare const ExportRawSchema: z.ZodObject<{
2895
2895
  dateLimiteDepot: z.ZodNull;
2896
2896
  }, z.core.$strip>;
2897
2897
  amendementsCommission: z.ZodOptional<z.ZodObject<{
2898
- commission: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
2898
+ commission: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2899
2899
  organeRef: z.ZodString;
2900
2900
  amendable: z.ZodString;
2901
2901
  dateLimiteDepot: z.ZodNull;
@@ -2930,7 +2930,7 @@ export declare const ExportRawSchema: z.ZodObject<{
2930
2930
  }, z.core.$strip>;
2931
2931
  initiateur: z.ZodNullable<z.ZodObject<{
2932
2932
  acteurs: z.ZodOptional<z.ZodObject<{
2933
- acteur: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
2933
+ acteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2934
2934
  acteurRef: z.ZodString;
2935
2935
  mandatRef: z.ZodString;
2936
2936
  }, z.core.$strip>>>;
@@ -2944,7 +2944,7 @@ export declare const ExportRawSchema: z.ZodObject<{
2944
2944
  }, z.core.$strip>>;
2945
2945
  }, z.core.$strip>>;
2946
2946
  actesLegislatifs: z.ZodObject<{
2947
- acteLegislatif: z.ZodPreprocess<z.ZodArray<z.ZodType<ActeLegislatifRawShape, unknown, z.core.$ZodTypeInternals<ActeLegislatifRawShape, unknown>>>>;
2947
+ acteLegislatif: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<ActeLegislatifRawShape, unknown, z.core.$ZodTypeInternals<ActeLegislatifRawShape, unknown>>>>;
2948
2948
  }, z.core.$strip>;
2949
2949
  indexation: z.ZodOptional<z.ZodObject<{
2950
2950
  themes: z.ZodObject<{
@@ -2965,8 +2965,8 @@ export declare const ExportRawSchema: z.ZodObject<{
2965
2965
  EtudePLF: z.ZodArray<z.ZodObject<{
2966
2966
  uid: z.ZodString;
2967
2967
  organeRef: z.ZodString;
2968
- texteAssocie: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2969
- rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPreprocess<z.ZodArray<z.ZodObject<{
2968
+ texteAssocie: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2969
+ rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2970
2970
  acteurRef: z.ZodString;
2971
2971
  typeRapporteur: z.ZodEnum<{
2972
2972
  auteur: "auteur";
@@ -2976,7 +2976,7 @@ export declare const ExportRawSchema: z.ZodObject<{
2976
2976
  "rapporteur pour avis": "rapporteur pour avis";
2977
2977
  "rapporteur sp\u00E9cial": "rapporteur spécial";
2978
2978
  }>;
2979
- etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2979
+ etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2980
2980
  }, z.core.$strip>>>, z.ZodObject<{
2981
2981
  acteurRef: z.ZodString;
2982
2982
  typeRapporteur: z.ZodEnum<{
@@ -2987,7 +2987,7 @@ export declare const ExportRawSchema: z.ZodObject<{
2987
2987
  "rapporteur pour avis": "rapporteur pour avis";
2988
2988
  "rapporteur sp\u00E9cial": "rapporteur spécial";
2989
2989
  }>;
2990
- etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2990
+ etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2991
2991
  }, z.core.$strip>]>>;
2992
2992
  missionMinefi: z.ZodOptional<z.ZodType<MissionMinefiElementRawShape, unknown, z.core.$ZodTypeInternals<MissionMinefiElementRawShape, unknown>>>;
2993
2993
  ordreDIQS: z.ZodString;
@@ -3018,10 +3018,10 @@ export declare const DossiersLegislatifsRawSchema: z.ZodObject<{
3018
3018
  legislature: z.ZodNullable<z.ZodString>;
3019
3019
  cycleDeVie: z.ZodObject<{
3020
3020
  chrono: z.ZodObject<{
3021
- dateCreation: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
3022
- dateDepot: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
3023
- datePublication: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
3024
- datePublicationWeb: z.ZodPreprocess<z.ZodOptional<z.ZodDate>>;
3021
+ dateCreation: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
3022
+ dateDepot: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
3023
+ datePublication: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
3024
+ datePublicationWeb: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
3025
3025
  }, z.core.$strip>;
3026
3026
  }, z.core.$strip>;
3027
3027
  denominationStructurelle: z.ZodEnum<{
@@ -3048,7 +3048,7 @@ export declare const DossiersLegislatifsRawSchema: z.ZodObject<{
3048
3048
  titrePrincipalCourt: z.ZodString;
3049
3049
  }, z.core.$strip>;
3050
3050
  divisions: z.ZodNullable<z.ZodObject<{
3051
- division: z.ZodPreprocess<z.ZodArray<z.ZodType<DivisionRawShape, unknown, z.core.$ZodTypeInternals<DivisionRawShape, unknown>>>>;
3051
+ division: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<DivisionRawShape, unknown, z.core.$ZodTypeInternals<DivisionRawShape, unknown>>>>;
3052
3052
  }, z.core.$strip>>;
3053
3053
  dossierRef: z.ZodString;
3054
3054
  redacteur: z.ZodNull;
@@ -3116,8 +3116,8 @@ export declare const DossiersLegislatifsRawSchema: z.ZodObject<{
3116
3116
  SUSPOURS: "SUSPOURS";
3117
3117
  TVXINSTITEUROP: "TVXINSTITEUROP";
3118
3118
  }>;
3119
- libelle: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
3120
- libelleEdition: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
3119
+ libelle: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
3120
+ libelleEdition: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
3121
3121
  }, z.core.$strip>>;
3122
3122
  statutAdoption: z.ZodNullable<z.ZodEnum<{
3123
3123
  ADOPTCOM: "ADOPTCOM";
@@ -3126,7 +3126,7 @@ export declare const DossiersLegislatifsRawSchema: z.ZodObject<{
3126
3126
  }>>;
3127
3127
  }, z.core.$strip>;
3128
3128
  auteurs: z.ZodObject<{
3129
- auteur: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
3129
+ auteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
3130
3130
  acteur: z.ZodOptional<z.ZodObject<{
3131
3131
  acteurRef: z.ZodString;
3132
3132
  qualite: z.ZodEnum<{
@@ -3147,11 +3147,11 @@ export declare const DossiersLegislatifsRawSchema: z.ZodObject<{
3147
3147
  typeCorrection: z.ZodEnum<{
3148
3148
  Rectifié: "Rectifié";
3149
3149
  }>;
3150
- niveauCorrection: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
3150
+ niveauCorrection: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
3151
3151
  }, z.core.$strip>>;
3152
3152
  notice: z.ZodObject<{
3153
- numNotice: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
3154
- formule: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
3153
+ numNotice: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
3154
+ formule: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
3155
3155
  adoptionConforme: z.ZodString;
3156
3156
  }, z.core.$strip>;
3157
3157
  indexation: z.ZodNullable<z.ZodObject<{
@@ -3170,7 +3170,7 @@ export declare const DossiersLegislatifsRawSchema: z.ZodObject<{
3170
3170
  prix: z.ZodNullable<z.ZodString>;
3171
3171
  }, z.core.$strip>>;
3172
3172
  coSignataires: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3173
- coSignataire: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
3173
+ coSignataire: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
3174
3174
  acteur: z.ZodOptional<z.ZodObject<{
3175
3175
  acteurRef: z.ZodString;
3176
3176
  }, z.core.$strip>>;
@@ -3189,7 +3189,7 @@ export declare const DossiersLegislatifsRawSchema: z.ZodObject<{
3189
3189
  dateLimiteDepot: z.ZodNull;
3190
3190
  }, z.core.$strip>;
3191
3191
  amendementsCommission: z.ZodOptional<z.ZodObject<{
3192
- commission: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
3192
+ commission: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
3193
3193
  organeRef: z.ZodString;
3194
3194
  amendable: z.ZodString;
3195
3195
  dateLimiteDepot: z.ZodNull;
@@ -3224,7 +3224,7 @@ export declare const DossiersLegislatifsRawSchema: z.ZodObject<{
3224
3224
  }, z.core.$strip>;
3225
3225
  initiateur: z.ZodNullable<z.ZodObject<{
3226
3226
  acteurs: z.ZodOptional<z.ZodObject<{
3227
- acteur: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
3227
+ acteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
3228
3228
  acteurRef: z.ZodString;
3229
3229
  mandatRef: z.ZodString;
3230
3230
  }, z.core.$strip>>>;
@@ -3238,7 +3238,7 @@ export declare const DossiersLegislatifsRawSchema: z.ZodObject<{
3238
3238
  }, z.core.$strip>>;
3239
3239
  }, z.core.$strip>>;
3240
3240
  actesLegislatifs: z.ZodObject<{
3241
- acteLegislatif: z.ZodPreprocess<z.ZodArray<z.ZodType<ActeLegislatifRawShape, unknown, z.core.$ZodTypeInternals<ActeLegislatifRawShape, unknown>>>>;
3241
+ acteLegislatif: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<ActeLegislatifRawShape, unknown, z.core.$ZodTypeInternals<ActeLegislatifRawShape, unknown>>>>;
3242
3242
  }, z.core.$strip>;
3243
3243
  indexation: z.ZodOptional<z.ZodObject<{
3244
3244
  themes: z.ZodObject<{
@@ -3259,8 +3259,8 @@ export declare const DossiersLegislatifsRawSchema: z.ZodObject<{
3259
3259
  EtudePLF: z.ZodArray<z.ZodObject<{
3260
3260
  uid: z.ZodString;
3261
3261
  organeRef: z.ZodString;
3262
- texteAssocie: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
3263
- rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPreprocess<z.ZodArray<z.ZodObject<{
3262
+ texteAssocie: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
3263
+ rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
3264
3264
  acteurRef: z.ZodString;
3265
3265
  typeRapporteur: z.ZodEnum<{
3266
3266
  auteur: "auteur";
@@ -3270,7 +3270,7 @@ export declare const DossiersLegislatifsRawSchema: z.ZodObject<{
3270
3270
  "rapporteur pour avis": "rapporteur pour avis";
3271
3271
  "rapporteur sp\u00E9cial": "rapporteur spécial";
3272
3272
  }>;
3273
- etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
3273
+ etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
3274
3274
  }, z.core.$strip>>>, z.ZodObject<{
3275
3275
  acteurRef: z.ZodString;
3276
3276
  typeRapporteur: z.ZodEnum<{
@@ -3281,7 +3281,7 @@ export declare const DossiersLegislatifsRawSchema: z.ZodObject<{
3281
3281
  "rapporteur pour avis": "rapporteur pour avis";
3282
3282
  "rapporteur sp\u00E9cial": "rapporteur spécial";
3283
3283
  }>;
3284
- etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
3284
+ etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
3285
3285
  }, z.core.$strip>]>>;
3286
3286
  missionMinefi: z.ZodOptional<z.ZodType<MissionMinefiElementRawShape, unknown, z.core.$ZodTypeInternals<MissionMinefiElementRawShape, unknown>>>;
3287
3287
  ordreDIQS: z.ZodString;