@tricoteuses/assemblee 3.2.7 → 3.2.9

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 (89) hide show
  1. package/lib/{amendements-BXPskmEj.js → amendements-DFejZtrB.js} +1 -1
  2. package/lib/{amendements-DvACs8jj.js → amendements-Xaw7TqV2.js} +5 -5
  3. package/lib/cleaners.js +3 -3
  4. package/lib/index.js +69 -58
  5. package/lib/{loaders-Dd4mhFYb.js → loaders-CXywwmAa.js} +2 -2
  6. package/lib/loaders.js +1 -1
  7. package/lib/parsers.js +8 -8
  8. package/lib/{scrutins-Dgargfhk.js → scrutins-98SJXpIE.js} +391 -390
  9. package/lib/{index.d.ts → src/index.d.ts} +1 -1
  10. package/lib/{registries.d.ts → src/registries.d.ts} +8 -8
  11. package/lib/{schemas → src/schemas}/clean/acteurs_et_organes.d.ts +37 -37
  12. package/lib/{schemas → src/schemas}/clean/amendements.d.ts +12 -12
  13. package/lib/{schemas → src/schemas}/clean/debats.d.ts +26 -26
  14. package/lib/{schemas → src/schemas}/clean/dossiers_legislatifs.d.ts +16 -16
  15. package/lib/{schemas → src/schemas}/clean/questions.d.ts +122 -122
  16. package/lib/{schemas → src/schemas}/clean/scrutins.d.ts +2 -2
  17. package/lib/{schemas → src/schemas}/enriched/acteurs_et_organes.d.ts +2 -2
  18. package/lib/{schemas → src/schemas}/enriched/amendements.d.ts +9 -9
  19. package/lib/{schemas → src/schemas}/enriched/dossiers_legislatifs.d.ts +12 -12
  20. package/lib/{schemas → src/schemas}/enriched/questions.d.ts +108 -108
  21. package/lib/{schemas → src/schemas}/enriched/scrutins.d.ts +2 -2
  22. package/lib/{schemas → src/schemas}/raw/acteurs_et_organes.d.ts +132 -132
  23. package/lib/{schemas → src/schemas}/raw/agendas.d.ts +97 -97
  24. package/lib/{schemas → src/schemas}/raw/amendements.d.ts +83 -83
  25. package/lib/{schemas → src/schemas}/raw/debats.d.ts +51 -51
  26. package/lib/{schemas → src/schemas}/raw/dossiers_legislatifs.d.ts +187 -182
  27. package/lib/src/schemas/raw/questions.d.ts +983 -0
  28. package/lib/{schemas → src/schemas}/raw/scrutins.d.ts +164 -164
  29. package/lib/src/scripts/validate_json.d.ts +1 -0
  30. package/lib/{urls.d.ts → src/urls.d.ts} +2 -0
  31. package/lib/src/urls.test.d.ts +1 -0
  32. package/package.json +20 -18
  33. package/lib/schemas/raw/questions.d.ts +0 -983
  34. /package/lib/{api.d.ts → src/api.d.ts} +0 -0
  35. /package/lib/{cleaners → src/cleaners}/actes_legislatifs.d.ts +0 -0
  36. /package/lib/{cleaners → src/cleaners}/acteurs.d.ts +0 -0
  37. /package/lib/{cleaners → src/cleaners}/amendements.d.ts +0 -0
  38. /package/lib/{cleaners → src/cleaners}/debats.d.ts +0 -0
  39. /package/lib/{cleaners → src/cleaners}/documents.d.ts +0 -0
  40. /package/lib/{cleaners → src/cleaners}/dossiers_legislatifs.d.ts +0 -0
  41. /package/lib/{cleaners → src/cleaners}/index.d.ts +0 -0
  42. /package/lib/{cleaners → src/cleaners}/organes.d.ts +0 -0
  43. /package/lib/{cleaners → src/cleaners}/questions.d.ts +0 -0
  44. /package/lib/{cleaners → src/cleaners}/reunions.d.ts +0 -0
  45. /package/lib/{cleaners → src/cleaners}/scrutins.d.ts +0 -0
  46. /package/lib/{cleaners → src/cleaners}/xml.d.ts +0 -0
  47. /package/lib/{datasets.d.ts → src/datasets.d.ts} +0 -0
  48. /package/lib/{dates.d.ts → src/dates.d.ts} +0 -0
  49. /package/lib/{dossiers_legislatifs.d.ts → src/dossiers_legislatifs.d.ts} +0 -0
  50. /package/lib/{file_systems.d.ts → src/file_systems.d.ts} +0 -0
  51. /package/lib/{git.d.ts → src/git.d.ts} +0 -0
  52. /package/lib/{inserters.d.ts → src/inserters.d.ts} +0 -0
  53. /package/lib/{legislatures.d.ts → src/legislatures.d.ts} +0 -0
  54. /package/lib/{loaders.d.ts → src/loaders.d.ts} +0 -0
  55. /package/lib/{logger.d.ts → src/logger.d.ts} +0 -0
  56. /package/lib/{numbers.d.ts → src/numbers.d.ts} +0 -0
  57. /package/lib/{organes.d.ts → src/organes.d.ts} +0 -0
  58. /package/lib/{parsers → src/parsers}/compte_rendu_commission.d.ts +0 -0
  59. /package/lib/{parsers → src/parsers}/index.d.ts +0 -0
  60. /package/lib/{parsers → src/parsers}/recherche_amendements.d.ts +0 -0
  61. /package/lib/{parsers → src/parsers}/textes_lois.d.ts +0 -0
  62. /package/lib/{parsers → src/parsers}/videos.d.ts +0 -0
  63. /package/lib/{schemas → src/schemas}/clean/agendas.d.ts +0 -0
  64. /package/lib/{schemas → src/schemas}/enriched/agendas.d.ts +0 -0
  65. /package/lib/{schemas → src/schemas}/enriched/debats.d.ts +0 -0
  66. /package/lib/{scripts/clean_reorganized_data.d.ts → src/schemas/raw/dossiers_legislatifs.test.d.ts} +0 -0
  67. /package/lib/{schemas → src/schemas}/zod_errors.d.ts +0 -0
  68. /package/lib/{scripts/data-download.d.ts → src/scripts/clean_reorganized_data.d.ts} +0 -0
  69. /package/lib/{scripts/diff_amendements.d.ts → src/scripts/data-download.d.ts} +0 -0
  70. /package/lib/{scripts/document_dossiers_legislatifs.d.ts → src/scripts/diff_amendements.d.ts} +0 -0
  71. /package/lib/{scripts/get_today_reunions.d.ts → src/scripts/document_dossiers_legislatifs.d.ts} +0 -0
  72. /package/lib/{scripts/merge_scrutins.d.ts → src/scripts/get_today_reunions.d.ts} +0 -0
  73. /package/lib/{scripts/reorganize_data.d.ts → src/scripts/merge_scrutins.d.ts} +0 -0
  74. /package/lib/{scripts → src/scripts}/raw_types_from_amendements.d.ts +0 -0
  75. /package/lib/{scripts/retrieve_pending_amendments.d.ts → src/scripts/reorganize_data.d.ts} +0 -0
  76. /package/lib/{scripts → src/scripts}/retrieve_deputes_photos.d.ts +0 -0
  77. /package/lib/{scripts → src/scripts}/retrieve_documents.d.ts +0 -0
  78. /package/lib/{scripts → src/scripts}/retrieve_open_data.d.ts +0 -0
  79. /package/lib/{scripts/retrieve_senateurs_photos.d.ts → src/scripts/retrieve_pending_amendments.d.ts} +0 -0
  80. /package/lib/{scripts/test_iter_load.d.ts → src/scripts/retrieve_senateurs_photos.d.ts} +0 -0
  81. /package/lib/{scripts → src/scripts}/retrieve_videos.d.ts +0 -0
  82. /package/lib/{scripts → src/scripts}/shared/cli_helpers.d.ts +0 -0
  83. /package/lib/{scripts → src/scripts}/shared/photos.d.ts +0 -0
  84. /package/lib/{scripts → src/scripts}/shared/utils.d.ts +0 -0
  85. /package/lib/{scripts/validate_json.d.ts → src/scripts/test_iter_load.d.ts} +0 -0
  86. /package/lib/{scripts → src/scripts}/test_load.d.ts +0 -0
  87. /package/lib/{scripts → src/scripts}/test_load_big_files.d.ts +0 -0
  88. /package/lib/{strings.d.ts → src/strings.d.ts} +0 -0
  89. /package/lib/{uids.d.ts → src/uids.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.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
625
- libelleEdition: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
624
+ libelle: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
625
+ libelleEdition: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
714
- libelleEdition: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
713
+ libelle: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
714
+ libelleEdition: z.ZodPreprocess<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.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>>;
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>>;
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.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>>;
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>>;
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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
799
+ auteur: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
824
+ niveauCorrection: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
832
- formule: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
831
+ numNotice: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
832
+ formule: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
880
+ organeRef: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
918
+ coSignataire: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
953
+ commission: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
969
+ commission: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<DivisionRawShape, unknown, z.core.$ZodTypeInternals<DivisionRawShape, unknown>>>>;
1009
+ division: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>> & z.ZodType<Date, unknown, z.core.$ZodTypeInternals<Date, unknown>>, z.ZodTransform<Date, Date>>;
1016
+ dateSuppression: z.ZodPipe<z.ZodPreprocess<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.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>> & z.ZodType<Date, unknown, z.core.$ZodTypeInternals<Date, unknown>>, z.ZodTransform<Date, Date>>;
1034
+ dateSuppression: z.ZodPipe<z.ZodPreprocess<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.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>>;
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>>;
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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<DivisionRawShape, unknown, z.core.$ZodTypeInternals<DivisionRawShape, unknown>>>>;
1085
+ division: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1154
- libelleEdition: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1153
+ libelle: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1154
+ libelleEdition: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1163
+ auteur: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1184
+ niveauCorrection: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1185
1185
  }, z.core.$strip>>;
1186
1186
  notice: z.ZodObject<{
1187
- numNotice: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1188
- formule: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1187
+ numNotice: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1188
+ formule: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1207
+ coSignataire: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1226
+ commission: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
1234
+ organeRef: z.ZodPreprocess<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.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>>;
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>>;
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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<DivisionRawShape, unknown, z.core.$ZodTypeInternals<DivisionRawShape, unknown>>>>;
1287
+ division: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1356
- libelleEdition: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1355
+ libelle: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1356
+ libelleEdition: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1365
+ auteur: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1386
+ niveauCorrection: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1387
1387
  }, z.core.$strip>>;
1388
1388
  notice: z.ZodObject<{
1389
- numNotice: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1390
- formule: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1389
+ numNotice: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1390
+ formule: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1409
+ coSignataire: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1428
+ commission: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
1436
+ organeRef: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>> & z.ZodType<Date, unknown, z.core.$ZodTypeInternals<Date, unknown>>, z.ZodTransform<Date, Date>>;
1451
+ dateSuppression: z.ZodPipe<z.ZodPreprocess<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.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>>;
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>>;
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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<DivisionRawShape, unknown, z.core.$ZodTypeInternals<DivisionRawShape, unknown>>>>;
1501
+ division: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1570
- libelleEdition: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1569
+ libelle: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1570
+ libelleEdition: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1579
+ auteur: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1600
+ niveauCorrection: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1601
1601
  }, z.core.$strip>>;
1602
1602
  notice: z.ZodObject<{
1603
- numNotice: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1604
- formule: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1603
+ numNotice: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1604
+ formule: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1623
+ coSignataire: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1642
+ commission: z.ZodPreprocess<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.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>>;
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>>;
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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<DivisionRawShape, unknown, z.core.$ZodTypeInternals<DivisionRawShape, unknown>>>>;
1698
+ division: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1767
- libelleEdition: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1766
+ libelle: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1767
+ libelleEdition: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1776
+ auteur: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1797
+ niveauCorrection: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1798
1798
  }, z.core.$strip>>;
1799
1799
  notice: z.ZodObject<{
1800
- numNotice: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1801
- formule: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1800
+ numNotice: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1801
+ formule: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1820
+ coSignataire: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1839
+ commission: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1898
+ acteur: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1909
+ acteur: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1928
- organeRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1927
+ acteurRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
1928
+ organeRef: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1955
+ etudePLFRef: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
1962
+ rapporteur: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
1972
+ etudePLFRef: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<MissionMinefiElementRawShape, unknown, z.core.$ZodTypeInternals<MissionMinefiElementRawShape, unknown>>>>;
1993
+ mission: z.ZodPreprocess<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.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<{
2002
+ texteAssocie: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2003
+ rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2013
+ etudePLFRef: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2024
+ etudePLFRef: z.ZodPreprocess<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.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<{
2038
+ texteAssocie: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2039
+ rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2049
+ etudePLFRef: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2060
+ etudePLFRef: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2073
+ libelle: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2081
+ libelleCourt: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2089
+ dateOuverture: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
2096
+ voteRef: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2114
+ texteAssocie: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodString>>;
2127
+ acteurRef: z.ZodPreprocess<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.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>>;
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>>;
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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<ActeLegislatifRawShape, unknown, z.core.$ZodTypeInternals<ActeLegislatifRawShape, unknown>>>>;
2236
+ acteLegislatif: z.ZodPreprocess<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
  /**
@@ -2241,15 +2241,15 @@ export type ActesLegislatifsRaw = z.infer<typeof ActesLegislatifsRawSchema>;
2241
2241
  */
2242
2242
  export declare const DossierParlementaireDossierParlementaireRawSchema: z.ZodObject<{
2243
2243
  "@xmlns": z.ZodString;
2244
- "@xmlns:xsi": z.ZodString;
2245
- "@xsi:type": z.ZodEnum<{
2244
+ "@xmlns:xsi": z.ZodDefault<z.ZodString>;
2245
+ "@xsi:type": z.ZodDefault<z.ZodEnum<{
2246
2246
  DossierCommissionEnquete_Type: "DossierCommissionEnquete_Type";
2247
2247
  DossierIniativeExecutif_Type: "DossierIniativeExecutif_Type";
2248
2248
  DossierLegislatif_Type: "DossierLegislatif_Type";
2249
2249
  DossierMissionControle_Type: "DossierMissionControle_Type";
2250
2250
  DossierMissionInformation_Type: "DossierMissionInformation_Type";
2251
2251
  DossierResolutionAN: "DossierResolutionAN";
2252
- }>;
2252
+ }>>;
2253
2253
  uid: z.ZodString;
2254
2254
  legislature: z.ZodString;
2255
2255
  titreDossier: z.ZodObject<{
@@ -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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2266
+ acteur: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<ActeLegislatifRawShape, unknown, z.core.$ZodTypeInternals<ActeLegislatifRawShape, unknown>>>>;
2280
+ acteLegislatif: z.ZodPreprocess<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.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<{
2301
+ texteAssocie: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2302
+ rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2312
+ etudePLFRef: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2323
+ etudePLFRef: z.ZodPreprocess<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;
@@ -2335,15 +2335,15 @@ export type DossierParlementaireDossierParlementaireRaw = z.infer<typeof Dossier
2335
2335
  export declare const DossierParlementaireRawSchema: z.ZodObject<{
2336
2336
  dossierParlementaire: z.ZodObject<{
2337
2337
  "@xmlns": z.ZodString;
2338
- "@xmlns:xsi": z.ZodString;
2339
- "@xsi:type": z.ZodEnum<{
2338
+ "@xmlns:xsi": z.ZodDefault<z.ZodString>;
2339
+ "@xsi:type": z.ZodDefault<z.ZodEnum<{
2340
2340
  DossierCommissionEnquete_Type: "DossierCommissionEnquete_Type";
2341
2341
  DossierIniativeExecutif_Type: "DossierIniativeExecutif_Type";
2342
2342
  DossierLegislatif_Type: "DossierLegislatif_Type";
2343
2343
  DossierMissionControle_Type: "DossierMissionControle_Type";
2344
2344
  DossierMissionInformation_Type: "DossierMissionInformation_Type";
2345
2345
  DossierResolutionAN: "DossierResolutionAN";
2346
- }>;
2346
+ }>>;
2347
2347
  uid: z.ZodString;
2348
2348
  legislature: z.ZodString;
2349
2349
  titreDossier: z.ZodObject<{
@@ -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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2360
+ acteur: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<ActeLegislatifRawShape, unknown, z.core.$ZodTypeInternals<ActeLegislatifRawShape, unknown>>>>;
2374
+ acteLegislatif: z.ZodPreprocess<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.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<{
2395
+ texteAssocie: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2396
+ rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2406
+ etudePLFRef: z.ZodPreprocess<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.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2417
+ etudePLFRef: z.ZodPreprocess<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;
@@ -2428,7 +2428,8 @@ export type DossierParlementaireRaw = z.infer<typeof DossierParlementaireRawSche
2428
2428
  * Dossier dossier parlementaire (for array in export)
2429
2429
  */
2430
2430
  export declare const DossierDossierParlementaireRawSchema: z.ZodObject<{
2431
- "@xsi:type": z.ZodOptional<z.ZodEnum<{
2431
+ "@xmlns:xsi": z.ZodDefault<z.ZodString>;
2432
+ "@xsi:type": z.ZodDefault<z.ZodEnum<{
2432
2433
  DossierCommissionEnquete_Type: "DossierCommissionEnquete_Type";
2433
2434
  DossierIniativeExecutif_Type: "DossierIniativeExecutif_Type";
2434
2435
  DossierLegislatif_Type: "DossierLegislatif_Type";
@@ -2449,7 +2450,7 @@ export declare const DossierDossierParlementaireRawSchema: z.ZodObject<{
2449
2450
  }, z.core.$strip>;
2450
2451
  initiateur: z.ZodNullable<z.ZodObject<{
2451
2452
  acteurs: z.ZodOptional<z.ZodObject<{
2452
- acteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2453
+ acteur: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
2453
2454
  acteurRef: z.ZodString;
2454
2455
  mandatRef: z.ZodString;
2455
2456
  }, z.core.$strip>>>;
@@ -2463,7 +2464,7 @@ export declare const DossierDossierParlementaireRawSchema: z.ZodObject<{
2463
2464
  }, z.core.$strip>>;
2464
2465
  }, z.core.$strip>>;
2465
2466
  actesLegislatifs: z.ZodObject<{
2466
- acteLegislatif: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<ActeLegislatifRawShape, unknown, z.core.$ZodTypeInternals<ActeLegislatifRawShape, unknown>>>>;
2467
+ acteLegislatif: z.ZodPreprocess<z.ZodArray<z.ZodType<ActeLegislatifRawShape, unknown, z.core.$ZodTypeInternals<ActeLegislatifRawShape, unknown>>>>;
2467
2468
  }, z.core.$strip>;
2468
2469
  indexation: z.ZodOptional<z.ZodObject<{
2469
2470
  themes: z.ZodObject<{
@@ -2484,8 +2485,8 @@ export declare const DossierDossierParlementaireRawSchema: z.ZodObject<{
2484
2485
  EtudePLF: z.ZodArray<z.ZodObject<{
2485
2486
  uid: z.ZodString;
2486
2487
  organeRef: z.ZodString;
2487
- texteAssocie: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2488
- rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2488
+ texteAssocie: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2489
+ rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPreprocess<z.ZodArray<z.ZodObject<{
2489
2490
  acteurRef: z.ZodString;
2490
2491
  typeRapporteur: z.ZodEnum<{
2491
2492
  auteur: "auteur";
@@ -2495,7 +2496,7 @@ export declare const DossierDossierParlementaireRawSchema: z.ZodObject<{
2495
2496
  "rapporteur pour avis": "rapporteur pour avis";
2496
2497
  "rapporteur sp\u00E9cial": "rapporteur spécial";
2497
2498
  }>;
2498
- etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2499
+ etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2499
2500
  }, z.core.$strip>>>, z.ZodObject<{
2500
2501
  acteurRef: z.ZodString;
2501
2502
  typeRapporteur: z.ZodEnum<{
@@ -2506,7 +2507,7 @@ export declare const DossierDossierParlementaireRawSchema: z.ZodObject<{
2506
2507
  "rapporteur pour avis": "rapporteur pour avis";
2507
2508
  "rapporteur sp\u00E9cial": "rapporteur spécial";
2508
2509
  }>;
2509
- etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2510
+ etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2510
2511
  }, z.core.$strip>]>>;
2511
2512
  missionMinefi: z.ZodOptional<z.ZodType<MissionMinefiElementRawShape, unknown, z.core.$ZodTypeInternals<MissionMinefiElementRawShape, unknown>>>;
2512
2513
  ordreDIQS: z.ZodString;
@@ -2520,7 +2521,8 @@ export type DossierDossierParlementaireRaw = z.infer<typeof DossierDossierParlem
2520
2521
  */
2521
2522
  export declare const DossierRawSchema: z.ZodObject<{
2522
2523
  dossierParlementaire: z.ZodObject<{
2523
- "@xsi:type": z.ZodOptional<z.ZodEnum<{
2524
+ "@xmlns:xsi": z.ZodDefault<z.ZodString>;
2525
+ "@xsi:type": z.ZodDefault<z.ZodEnum<{
2524
2526
  DossierCommissionEnquete_Type: "DossierCommissionEnquete_Type";
2525
2527
  DossierIniativeExecutif_Type: "DossierIniativeExecutif_Type";
2526
2528
  DossierLegislatif_Type: "DossierLegislatif_Type";
@@ -2541,7 +2543,7 @@ export declare const DossierRawSchema: z.ZodObject<{
2541
2543
  }, z.core.$strip>;
2542
2544
  initiateur: z.ZodNullable<z.ZodObject<{
2543
2545
  acteurs: z.ZodOptional<z.ZodObject<{
2544
- acteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2546
+ acteur: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
2545
2547
  acteurRef: z.ZodString;
2546
2548
  mandatRef: z.ZodString;
2547
2549
  }, z.core.$strip>>>;
@@ -2555,7 +2557,7 @@ export declare const DossierRawSchema: z.ZodObject<{
2555
2557
  }, z.core.$strip>>;
2556
2558
  }, z.core.$strip>>;
2557
2559
  actesLegislatifs: z.ZodObject<{
2558
- acteLegislatif: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<ActeLegislatifRawShape, unknown, z.core.$ZodTypeInternals<ActeLegislatifRawShape, unknown>>>>;
2560
+ acteLegislatif: z.ZodPreprocess<z.ZodArray<z.ZodType<ActeLegislatifRawShape, unknown, z.core.$ZodTypeInternals<ActeLegislatifRawShape, unknown>>>>;
2559
2561
  }, z.core.$strip>;
2560
2562
  indexation: z.ZodOptional<z.ZodObject<{
2561
2563
  themes: z.ZodObject<{
@@ -2576,8 +2578,8 @@ export declare const DossierRawSchema: z.ZodObject<{
2576
2578
  EtudePLF: z.ZodArray<z.ZodObject<{
2577
2579
  uid: z.ZodString;
2578
2580
  organeRef: z.ZodString;
2579
- texteAssocie: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2580
- rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2581
+ texteAssocie: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2582
+ rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPreprocess<z.ZodArray<z.ZodObject<{
2581
2583
  acteurRef: z.ZodString;
2582
2584
  typeRapporteur: z.ZodEnum<{
2583
2585
  auteur: "auteur";
@@ -2587,7 +2589,7 @@ export declare const DossierRawSchema: z.ZodObject<{
2587
2589
  "rapporteur pour avis": "rapporteur pour avis";
2588
2590
  "rapporteur sp\u00E9cial": "rapporteur spécial";
2589
2591
  }>;
2590
- etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2592
+ etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2591
2593
  }, z.core.$strip>>>, z.ZodObject<{
2592
2594
  acteurRef: z.ZodString;
2593
2595
  typeRapporteur: z.ZodEnum<{
@@ -2598,7 +2600,7 @@ export declare const DossierRawSchema: z.ZodObject<{
2598
2600
  "rapporteur pour avis": "rapporteur pour avis";
2599
2601
  "rapporteur sp\u00E9cial": "rapporteur spécial";
2600
2602
  }>;
2601
- etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2603
+ etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2602
2604
  }, z.core.$strip>]>>;
2603
2605
  missionMinefi: z.ZodOptional<z.ZodType<MissionMinefiElementRawShape, unknown, z.core.$ZodTypeInternals<MissionMinefiElementRawShape, unknown>>>;
2604
2606
  ordreDIQS: z.ZodString;
@@ -2614,7 +2616,8 @@ export type DossierRaw = z.infer<typeof DossierRawSchema>;
2614
2616
  export declare const DossiersLegislatifsClassRawSchema: z.ZodObject<{
2615
2617
  dossier: z.ZodArray<z.ZodObject<{
2616
2618
  dossierParlementaire: z.ZodObject<{
2617
- "@xsi:type": z.ZodOptional<z.ZodEnum<{
2619
+ "@xmlns:xsi": z.ZodDefault<z.ZodString>;
2620
+ "@xsi:type": z.ZodDefault<z.ZodEnum<{
2618
2621
  DossierCommissionEnquete_Type: "DossierCommissionEnquete_Type";
2619
2622
  DossierIniativeExecutif_Type: "DossierIniativeExecutif_Type";
2620
2623
  DossierLegislatif_Type: "DossierLegislatif_Type";
@@ -2635,7 +2638,7 @@ export declare const DossiersLegislatifsClassRawSchema: z.ZodObject<{
2635
2638
  }, z.core.$strip>;
2636
2639
  initiateur: z.ZodNullable<z.ZodObject<{
2637
2640
  acteurs: z.ZodOptional<z.ZodObject<{
2638
- acteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2641
+ acteur: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
2639
2642
  acteurRef: z.ZodString;
2640
2643
  mandatRef: z.ZodString;
2641
2644
  }, z.core.$strip>>>;
@@ -2649,7 +2652,7 @@ export declare const DossiersLegislatifsClassRawSchema: z.ZodObject<{
2649
2652
  }, z.core.$strip>>;
2650
2653
  }, z.core.$strip>>;
2651
2654
  actesLegislatifs: z.ZodObject<{
2652
- acteLegislatif: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<ActeLegislatifRawShape, unknown, z.core.$ZodTypeInternals<ActeLegislatifRawShape, unknown>>>>;
2655
+ acteLegislatif: z.ZodPreprocess<z.ZodArray<z.ZodType<ActeLegislatifRawShape, unknown, z.core.$ZodTypeInternals<ActeLegislatifRawShape, unknown>>>>;
2653
2656
  }, z.core.$strip>;
2654
2657
  indexation: z.ZodOptional<z.ZodObject<{
2655
2658
  themes: z.ZodObject<{
@@ -2670,8 +2673,8 @@ export declare const DossiersLegislatifsClassRawSchema: z.ZodObject<{
2670
2673
  EtudePLF: z.ZodArray<z.ZodObject<{
2671
2674
  uid: z.ZodString;
2672
2675
  organeRef: z.ZodString;
2673
- texteAssocie: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2674
- rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2676
+ texteAssocie: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2677
+ rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPreprocess<z.ZodArray<z.ZodObject<{
2675
2678
  acteurRef: z.ZodString;
2676
2679
  typeRapporteur: z.ZodEnum<{
2677
2680
  auteur: "auteur";
@@ -2681,7 +2684,7 @@ export declare const DossiersLegislatifsClassRawSchema: z.ZodObject<{
2681
2684
  "rapporteur pour avis": "rapporteur pour avis";
2682
2685
  "rapporteur sp\u00E9cial": "rapporteur spécial";
2683
2686
  }>;
2684
- etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2687
+ etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2685
2688
  }, z.core.$strip>>>, z.ZodObject<{
2686
2689
  acteurRef: z.ZodString;
2687
2690
  typeRapporteur: z.ZodEnum<{
@@ -2692,7 +2695,7 @@ export declare const DossiersLegislatifsClassRawSchema: z.ZodObject<{
2692
2695
  "rapporteur pour avis": "rapporteur pour avis";
2693
2696
  "rapporteur sp\u00E9cial": "rapporteur spécial";
2694
2697
  }>;
2695
- etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2698
+ etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2696
2699
  }, z.core.$strip>]>>;
2697
2700
  missionMinefi: z.ZodOptional<z.ZodType<MissionMinefiElementRawShape, unknown, z.core.$ZodTypeInternals<MissionMinefiElementRawShape, unknown>>>;
2698
2701
  ordreDIQS: z.ZodString;
@@ -2721,10 +2724,10 @@ export declare const ExportRawSchema: z.ZodObject<{
2721
2724
  legislature: z.ZodNullable<z.ZodString>;
2722
2725
  cycleDeVie: z.ZodObject<{
2723
2726
  chrono: z.ZodObject<{
2724
- dateCreation: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
2725
- dateDepot: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
2726
- datePublication: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
2727
- datePublicationWeb: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
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>>;
2728
2731
  }, z.core.$strip>;
2729
2732
  }, z.core.$strip>;
2730
2733
  denominationStructurelle: z.ZodEnum<{
@@ -2751,7 +2754,7 @@ export declare const ExportRawSchema: z.ZodObject<{
2751
2754
  titrePrincipalCourt: z.ZodString;
2752
2755
  }, z.core.$strip>;
2753
2756
  divisions: z.ZodNullable<z.ZodObject<{
2754
- division: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<DivisionRawShape, unknown, z.core.$ZodTypeInternals<DivisionRawShape, unknown>>>>;
2757
+ division: z.ZodPreprocess<z.ZodArray<z.ZodType<DivisionRawShape, unknown, z.core.$ZodTypeInternals<DivisionRawShape, unknown>>>>;
2755
2758
  }, z.core.$strip>>;
2756
2759
  dossierRef: z.ZodString;
2757
2760
  redacteur: z.ZodNull;
@@ -2819,8 +2822,8 @@ export declare const ExportRawSchema: z.ZodObject<{
2819
2822
  SUSPOURS: "SUSPOURS";
2820
2823
  TVXINSTITEUROP: "TVXINSTITEUROP";
2821
2824
  }>;
2822
- libelle: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2823
- libelleEdition: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2825
+ libelle: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2826
+ libelleEdition: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2824
2827
  }, z.core.$strip>>;
2825
2828
  statutAdoption: z.ZodNullable<z.ZodEnum<{
2826
2829
  ADOPTCOM: "ADOPTCOM";
@@ -2829,7 +2832,7 @@ export declare const ExportRawSchema: z.ZodObject<{
2829
2832
  }>>;
2830
2833
  }, z.core.$strip>;
2831
2834
  auteurs: z.ZodObject<{
2832
- auteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2835
+ auteur: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
2833
2836
  acteur: z.ZodOptional<z.ZodObject<{
2834
2837
  acteurRef: z.ZodString;
2835
2838
  qualite: z.ZodEnum<{
@@ -2850,11 +2853,11 @@ export declare const ExportRawSchema: z.ZodObject<{
2850
2853
  typeCorrection: z.ZodEnum<{
2851
2854
  Rectifié: "Rectifié";
2852
2855
  }>;
2853
- niveauCorrection: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2856
+ niveauCorrection: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2854
2857
  }, z.core.$strip>>;
2855
2858
  notice: z.ZodObject<{
2856
- numNotice: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2857
- formule: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2859
+ numNotice: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2860
+ formule: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2858
2861
  adoptionConforme: z.ZodString;
2859
2862
  }, z.core.$strip>;
2860
2863
  indexation: z.ZodNullable<z.ZodObject<{
@@ -2873,7 +2876,7 @@ export declare const ExportRawSchema: z.ZodObject<{
2873
2876
  prix: z.ZodNullable<z.ZodString>;
2874
2877
  }, z.core.$strip>>;
2875
2878
  coSignataires: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2876
- coSignataire: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2879
+ coSignataire: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
2877
2880
  acteur: z.ZodOptional<z.ZodObject<{
2878
2881
  acteurRef: z.ZodString;
2879
2882
  }, z.core.$strip>>;
@@ -2892,7 +2895,7 @@ export declare const ExportRawSchema: z.ZodObject<{
2892
2895
  dateLimiteDepot: z.ZodNull;
2893
2896
  }, z.core.$strip>;
2894
2897
  amendementsCommission: z.ZodOptional<z.ZodObject<{
2895
- commission: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2898
+ commission: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
2896
2899
  organeRef: z.ZodString;
2897
2900
  amendable: z.ZodString;
2898
2901
  dateLimiteDepot: z.ZodNull;
@@ -2905,7 +2908,8 @@ export declare const ExportRawSchema: z.ZodObject<{
2905
2908
  dossiersLegislatifs: z.ZodObject<{
2906
2909
  dossier: z.ZodArray<z.ZodObject<{
2907
2910
  dossierParlementaire: z.ZodObject<{
2908
- "@xsi:type": z.ZodOptional<z.ZodEnum<{
2911
+ "@xmlns:xsi": z.ZodDefault<z.ZodString>;
2912
+ "@xsi:type": z.ZodDefault<z.ZodEnum<{
2909
2913
  DossierCommissionEnquete_Type: "DossierCommissionEnquete_Type";
2910
2914
  DossierIniativeExecutif_Type: "DossierIniativeExecutif_Type";
2911
2915
  DossierLegislatif_Type: "DossierLegislatif_Type";
@@ -2926,7 +2930,7 @@ export declare const ExportRawSchema: z.ZodObject<{
2926
2930
  }, z.core.$strip>;
2927
2931
  initiateur: z.ZodNullable<z.ZodObject<{
2928
2932
  acteurs: z.ZodOptional<z.ZodObject<{
2929
- acteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2933
+ acteur: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
2930
2934
  acteurRef: z.ZodString;
2931
2935
  mandatRef: z.ZodString;
2932
2936
  }, z.core.$strip>>>;
@@ -2940,7 +2944,7 @@ export declare const ExportRawSchema: z.ZodObject<{
2940
2944
  }, z.core.$strip>>;
2941
2945
  }, z.core.$strip>>;
2942
2946
  actesLegislatifs: z.ZodObject<{
2943
- acteLegislatif: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<ActeLegislatifRawShape, unknown, z.core.$ZodTypeInternals<ActeLegislatifRawShape, unknown>>>>;
2947
+ acteLegislatif: z.ZodPreprocess<z.ZodArray<z.ZodType<ActeLegislatifRawShape, unknown, z.core.$ZodTypeInternals<ActeLegislatifRawShape, unknown>>>>;
2944
2948
  }, z.core.$strip>;
2945
2949
  indexation: z.ZodOptional<z.ZodObject<{
2946
2950
  themes: z.ZodObject<{
@@ -2961,8 +2965,8 @@ export declare const ExportRawSchema: z.ZodObject<{
2961
2965
  EtudePLF: z.ZodArray<z.ZodObject<{
2962
2966
  uid: z.ZodString;
2963
2967
  organeRef: z.ZodString;
2964
- texteAssocie: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2965
- rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
2968
+ texteAssocie: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2969
+ rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPreprocess<z.ZodArray<z.ZodObject<{
2966
2970
  acteurRef: z.ZodString;
2967
2971
  typeRapporteur: z.ZodEnum<{
2968
2972
  auteur: "auteur";
@@ -2972,7 +2976,7 @@ export declare const ExportRawSchema: z.ZodObject<{
2972
2976
  "rapporteur pour avis": "rapporteur pour avis";
2973
2977
  "rapporteur sp\u00E9cial": "rapporteur spécial";
2974
2978
  }>;
2975
- etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2979
+ etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2976
2980
  }, z.core.$strip>>>, z.ZodObject<{
2977
2981
  acteurRef: z.ZodString;
2978
2982
  typeRapporteur: z.ZodEnum<{
@@ -2983,7 +2987,7 @@ export declare const ExportRawSchema: z.ZodObject<{
2983
2987
  "rapporteur pour avis": "rapporteur pour avis";
2984
2988
  "rapporteur sp\u00E9cial": "rapporteur spécial";
2985
2989
  }>;
2986
- etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
2990
+ etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
2987
2991
  }, z.core.$strip>]>>;
2988
2992
  missionMinefi: z.ZodOptional<z.ZodType<MissionMinefiElementRawShape, unknown, z.core.$ZodTypeInternals<MissionMinefiElementRawShape, unknown>>>;
2989
2993
  ordreDIQS: z.ZodString;
@@ -3014,10 +3018,10 @@ export declare const DossiersLegislatifsRawSchema: z.ZodObject<{
3014
3018
  legislature: z.ZodNullable<z.ZodString>;
3015
3019
  cycleDeVie: z.ZodObject<{
3016
3020
  chrono: z.ZodObject<{
3017
- dateCreation: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
3018
- dateDepot: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
3019
- datePublication: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
3020
- datePublicationWeb: z.ZodPipe<z.ZodTransform<string | Date | undefined, unknown>, z.ZodOptional<z.ZodDate>>;
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
3025
  }, z.core.$strip>;
3022
3026
  }, z.core.$strip>;
3023
3027
  denominationStructurelle: z.ZodEnum<{
@@ -3044,7 +3048,7 @@ export declare const DossiersLegislatifsRawSchema: z.ZodObject<{
3044
3048
  titrePrincipalCourt: z.ZodString;
3045
3049
  }, z.core.$strip>;
3046
3050
  divisions: z.ZodNullable<z.ZodObject<{
3047
- division: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<DivisionRawShape, unknown, z.core.$ZodTypeInternals<DivisionRawShape, unknown>>>>;
3051
+ division: z.ZodPreprocess<z.ZodArray<z.ZodType<DivisionRawShape, unknown, z.core.$ZodTypeInternals<DivisionRawShape, unknown>>>>;
3048
3052
  }, z.core.$strip>>;
3049
3053
  dossierRef: z.ZodString;
3050
3054
  redacteur: z.ZodNull;
@@ -3112,8 +3116,8 @@ export declare const DossiersLegislatifsRawSchema: z.ZodObject<{
3112
3116
  SUSPOURS: "SUSPOURS";
3113
3117
  TVXINSTITEUROP: "TVXINSTITEUROP";
3114
3118
  }>;
3115
- libelle: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
3116
- libelleEdition: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
3119
+ libelle: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
3120
+ libelleEdition: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
3117
3121
  }, z.core.$strip>>;
3118
3122
  statutAdoption: z.ZodNullable<z.ZodEnum<{
3119
3123
  ADOPTCOM: "ADOPTCOM";
@@ -3122,7 +3126,7 @@ export declare const DossiersLegislatifsRawSchema: z.ZodObject<{
3122
3126
  }>>;
3123
3127
  }, z.core.$strip>;
3124
3128
  auteurs: z.ZodObject<{
3125
- auteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
3129
+ auteur: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
3126
3130
  acteur: z.ZodOptional<z.ZodObject<{
3127
3131
  acteurRef: z.ZodString;
3128
3132
  qualite: z.ZodEnum<{
@@ -3143,11 +3147,11 @@ export declare const DossiersLegislatifsRawSchema: z.ZodObject<{
3143
3147
  typeCorrection: z.ZodEnum<{
3144
3148
  Rectifié: "Rectifié";
3145
3149
  }>;
3146
- niveauCorrection: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
3150
+ niveauCorrection: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
3147
3151
  }, z.core.$strip>>;
3148
3152
  notice: z.ZodObject<{
3149
- numNotice: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
3150
- formule: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
3153
+ numNotice: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
3154
+ formule: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
3151
3155
  adoptionConforme: z.ZodString;
3152
3156
  }, z.core.$strip>;
3153
3157
  indexation: z.ZodNullable<z.ZodObject<{
@@ -3166,7 +3170,7 @@ export declare const DossiersLegislatifsRawSchema: z.ZodObject<{
3166
3170
  prix: z.ZodNullable<z.ZodString>;
3167
3171
  }, z.core.$strip>>;
3168
3172
  coSignataires: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3169
- coSignataire: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
3173
+ coSignataire: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
3170
3174
  acteur: z.ZodOptional<z.ZodObject<{
3171
3175
  acteurRef: z.ZodString;
3172
3176
  }, z.core.$strip>>;
@@ -3185,7 +3189,7 @@ export declare const DossiersLegislatifsRawSchema: z.ZodObject<{
3185
3189
  dateLimiteDepot: z.ZodNull;
3186
3190
  }, z.core.$strip>;
3187
3191
  amendementsCommission: z.ZodOptional<z.ZodObject<{
3188
- commission: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
3192
+ commission: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
3189
3193
  organeRef: z.ZodString;
3190
3194
  amendable: z.ZodString;
3191
3195
  dateLimiteDepot: z.ZodNull;
@@ -3198,7 +3202,8 @@ export declare const DossiersLegislatifsRawSchema: z.ZodObject<{
3198
3202
  dossiersLegislatifs: z.ZodObject<{
3199
3203
  dossier: z.ZodArray<z.ZodObject<{
3200
3204
  dossierParlementaire: z.ZodObject<{
3201
- "@xsi:type": z.ZodOptional<z.ZodEnum<{
3205
+ "@xmlns:xsi": z.ZodDefault<z.ZodString>;
3206
+ "@xsi:type": z.ZodDefault<z.ZodEnum<{
3202
3207
  DossierCommissionEnquete_Type: "DossierCommissionEnquete_Type";
3203
3208
  DossierIniativeExecutif_Type: "DossierIniativeExecutif_Type";
3204
3209
  DossierLegislatif_Type: "DossierLegislatif_Type";
@@ -3219,7 +3224,7 @@ export declare const DossiersLegislatifsRawSchema: z.ZodObject<{
3219
3224
  }, z.core.$strip>;
3220
3225
  initiateur: z.ZodNullable<z.ZodObject<{
3221
3226
  acteurs: z.ZodOptional<z.ZodObject<{
3222
- acteur: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
3227
+ acteur: z.ZodPreprocess<z.ZodArray<z.ZodObject<{
3223
3228
  acteurRef: z.ZodString;
3224
3229
  mandatRef: z.ZodString;
3225
3230
  }, z.core.$strip>>>;
@@ -3233,7 +3238,7 @@ export declare const DossiersLegislatifsRawSchema: z.ZodObject<{
3233
3238
  }, z.core.$strip>>;
3234
3239
  }, z.core.$strip>>;
3235
3240
  actesLegislatifs: z.ZodObject<{
3236
- acteLegislatif: z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodType<ActeLegislatifRawShape, unknown, z.core.$ZodTypeInternals<ActeLegislatifRawShape, unknown>>>>;
3241
+ acteLegislatif: z.ZodPreprocess<z.ZodArray<z.ZodType<ActeLegislatifRawShape, unknown, z.core.$ZodTypeInternals<ActeLegislatifRawShape, unknown>>>>;
3237
3242
  }, z.core.$strip>;
3238
3243
  indexation: z.ZodOptional<z.ZodObject<{
3239
3244
  themes: z.ZodObject<{
@@ -3254,8 +3259,8 @@ export declare const DossiersLegislatifsRawSchema: z.ZodObject<{
3254
3259
  EtudePLF: z.ZodArray<z.ZodObject<{
3255
3260
  uid: z.ZodString;
3256
3261
  organeRef: z.ZodString;
3257
- texteAssocie: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
3258
- rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown[], unknown>, z.ZodArray<z.ZodObject<{
3262
+ texteAssocie: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
3263
+ rapporteur: z.ZodOptional<z.ZodUnion<readonly [z.ZodPreprocess<z.ZodArray<z.ZodObject<{
3259
3264
  acteurRef: z.ZodString;
3260
3265
  typeRapporteur: z.ZodEnum<{
3261
3266
  auteur: "auteur";
@@ -3265,7 +3270,7 @@ export declare const DossiersLegislatifsRawSchema: z.ZodObject<{
3265
3270
  "rapporteur pour avis": "rapporteur pour avis";
3266
3271
  "rapporteur sp\u00E9cial": "rapporteur spécial";
3267
3272
  }>;
3268
- etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
3273
+ etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
3269
3274
  }, z.core.$strip>>>, z.ZodObject<{
3270
3275
  acteurRef: z.ZodString;
3271
3276
  typeRapporteur: z.ZodEnum<{
@@ -3276,7 +3281,7 @@ export declare const DossiersLegislatifsRawSchema: z.ZodObject<{
3276
3281
  "rapporteur pour avis": "rapporteur pour avis";
3277
3282
  "rapporteur sp\u00E9cial": "rapporteur spécial";
3278
3283
  }>;
3279
- etudePLFRef: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodOptional<z.ZodString>>;
3284
+ etudePLFRef: z.ZodPreprocess<z.ZodOptional<z.ZodString>>;
3280
3285
  }, z.core.$strip>]>>;
3281
3286
  missionMinefi: z.ZodOptional<z.ZodType<MissionMinefiElementRawShape, unknown, z.core.$ZodTypeInternals<MissionMinefiElementRawShape, unknown>>>;
3282
3287
  ordreDIQS: z.ZodString;