@tricoteuses/assemblee 3.2.8 → 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.
@@ -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<{
@@ -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<{
@@ -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";
@@ -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";
@@ -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";
@@ -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";
@@ -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";
@@ -0,0 +1 @@
1
+ export {};