@tricoteuses/assemblee 3.0.1 → 3.0.2
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.
|
@@ -2,11 +2,6 @@ import { z } from 'zod';
|
|
|
2
2
|
import { ReunionClean as Reunion } from '../schemas/clean/agendas.js';
|
|
3
3
|
import { DocumentClean as Document, DivisionClean as Division } from '../schemas/clean/dossiers_legislatifs.js';
|
|
4
4
|
declare const retrieveDocumentsParser: import('zod-opts').Parser<{
|
|
5
|
-
format: {
|
|
6
|
-
alias: string;
|
|
7
|
-
description: string;
|
|
8
|
-
type: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
9
|
-
};
|
|
10
5
|
"not-found": {
|
|
11
6
|
alias: string;
|
|
12
7
|
description: string;
|
|
@@ -82,6 +77,11 @@ declare const retrieveDocumentsParser: import('zod-opts').Parser<{
|
|
|
82
77
|
description: string;
|
|
83
78
|
type: z.ZodDefault<z.ZodBoolean>;
|
|
84
79
|
};
|
|
80
|
+
format: {
|
|
81
|
+
alias: string;
|
|
82
|
+
description: string;
|
|
83
|
+
type: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
84
|
+
};
|
|
85
85
|
fetchVideos: {
|
|
86
86
|
description: string;
|
|
87
87
|
type: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -66,6 +66,11 @@ declare const retrieveOpenDataParser: import('zod-opts').Parser<{
|
|
|
66
66
|
description: string;
|
|
67
67
|
type: import('zod').ZodDefault<import('zod').ZodBoolean>;
|
|
68
68
|
};
|
|
69
|
+
format: {
|
|
70
|
+
alias: string;
|
|
71
|
+
description: string;
|
|
72
|
+
type: import('zod').ZodDefault<import('zod').ZodArray<import('zod').ZodString>>;
|
|
73
|
+
};
|
|
69
74
|
fetchVideos: {
|
|
70
75
|
description: string;
|
|
71
76
|
type: import('zod').ZodDefault<import('zod').ZodBoolean>;
|
|
@@ -140,6 +140,11 @@ export declare const commonOptions: {
|
|
|
140
140
|
description: string;
|
|
141
141
|
type: z.ZodDefault<z.ZodBoolean>;
|
|
142
142
|
};
|
|
143
|
+
readonly format: {
|
|
144
|
+
alias: string;
|
|
145
|
+
description: string;
|
|
146
|
+
type: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
147
|
+
};
|
|
143
148
|
readonly fetchVideos: {
|
|
144
149
|
description: string;
|
|
145
150
|
type: z.ZodDefault<z.ZodBoolean>;
|