@tricoteuses/assemblee 3.1.0 → 3.1.1

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.
@@ -90,6 +90,10 @@ declare const retrieveDocumentsParser: import('zod-opts').Parser<{
90
90
  description: string;
91
91
  type: z.ZodDefault<z.ZodBoolean>;
92
92
  };
93
+ fetchCrCommissions: {
94
+ description: string;
95
+ type: z.ZodDefault<z.ZodBoolean>;
96
+ };
93
97
  }, [{
94
98
  description: string;
95
99
  type: z.ZodString;
@@ -79,6 +79,10 @@ declare const retrieveOpenDataParser: import('zod-opts').Parser<{
79
79
  description: string;
80
80
  type: import('zod').ZodDefault<import('zod').ZodBoolean>;
81
81
  };
82
+ fetchCrCommissions: {
83
+ description: string;
84
+ type: import('zod').ZodDefault<import('zod').ZodBoolean>;
85
+ };
82
86
  }, [{
83
87
  description: string;
84
88
  type: import('zod').ZodString;
@@ -87,6 +87,10 @@ export declare const skipReindentOption: {
87
87
  description: string;
88
88
  type: z.ZodDefault<z.ZodBoolean>;
89
89
  };
90
+ export declare const fetchCrCommissionsOption: {
91
+ description: string;
92
+ type: z.ZodDefault<z.ZodBoolean>;
93
+ };
90
94
  export declare const commonOptions: {
91
95
  readonly categories: {
92
96
  alias: string;
@@ -157,4 +161,8 @@ export declare const commonOptions: {
157
161
  description: string;
158
162
  type: z.ZodDefault<z.ZodBoolean>;
159
163
  };
164
+ readonly fetchCrCommissions: {
165
+ description: string;
166
+ type: z.ZodDefault<z.ZodBoolean>;
167
+ };
160
168
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tricoteuses/assemblee",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "Retrieve, clean up & handle French Assemblée nationale's open data",
5
5
  "keywords": [
6
6
  "Assemblée nationale",