@tricoteuses/assemblee 2.5.31 → 3.0.0

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 (94) hide show
  1. package/LICENSE.md +16 -6
  2. package/README.md +1 -19
  3. package/lib/amendements-CXmsqoof.js +170 -0
  4. package/lib/amendements-CZHXlq07.js +4198 -0
  5. package/lib/cleaners/acteurs.d.ts +2 -1
  6. package/lib/cleaners/amendements.d.ts +2 -1
  7. package/lib/cleaners/debats.d.ts +2 -1
  8. package/lib/cleaners/documents.d.ts +2 -1
  9. package/lib/cleaners/dossiers_legislatifs.d.ts +2 -1
  10. package/lib/cleaners/organes.d.ts +2 -1
  11. package/lib/cleaners/questions.d.ts +2 -1
  12. package/lib/cleaners/reunions.d.ts +2 -1
  13. package/lib/cleaners/scrutins.d.ts +2 -1
  14. package/lib/cleaners/xml.d.ts +5 -5
  15. package/lib/cleaners.js +186 -179
  16. package/lib/datasets.d.ts +5 -7
  17. package/lib/dossiers_legislatifs.d.ts +5 -2
  18. package/lib/file_systems.d.ts +9 -4
  19. package/lib/index.d.ts +24 -19
  20. package/lib/index.js +390 -1234
  21. package/lib/inserters.d.ts +466 -9
  22. package/lib/loaders.d.ts +13 -12
  23. package/lib/loaders.js +1900 -538
  24. package/lib/organes.d.ts +1 -1
  25. package/lib/parsers/compte_rendu.d.ts +2 -1
  26. package/lib/parsers/compte_rendu_commission.d.ts +1 -1
  27. package/lib/parsers/recherche_amendements.d.ts +2 -2
  28. package/lib/parsers/textes_lois.d.ts +1 -1
  29. package/lib/parsers.js +2109 -2075
  30. package/lib/questions-DTO3nK5V.js +2777 -0
  31. package/lib/questions-DXAzvI1T.js +230 -0
  32. package/lib/registries.d.ts +112 -0
  33. package/lib/schemas/clean/acteurs_et_organes.d.ts +2377 -0
  34. package/lib/schemas/clean/agendas.d.ts +830 -0
  35. package/lib/schemas/clean/amendements.d.ts +2305 -0
  36. package/lib/schemas/clean/debats.d.ts +300 -0
  37. package/lib/schemas/clean/dossiers_legislatifs.d.ts +1365 -0
  38. package/lib/schemas/clean/questions.d.ts +625 -0
  39. package/lib/schemas/clean/scrutins.d.ts +1137 -0
  40. package/lib/schemas/enriched/acteurs_et_organes.d.ts +112 -0
  41. package/lib/schemas/enriched/agendas.d.ts +501 -0
  42. package/lib/schemas/enriched/amendements.d.ts +1230 -0
  43. package/lib/schemas/enriched/debats.d.ts +308 -0
  44. package/lib/schemas/enriched/dossiers_legislatifs.d.ts +1131 -0
  45. package/lib/schemas/enriched/questions.d.ts +589 -0
  46. package/lib/schemas/enriched/scrutins.d.ts +1094 -0
  47. package/lib/schemas/raw/acteurs_et_organes.d.ts +5870 -0
  48. package/lib/schemas/raw/agendas.d.ts +1734 -0
  49. package/lib/schemas/raw/amendements.d.ts +4758 -0
  50. package/lib/schemas/raw/debats.d.ts +410 -0
  51. package/lib/schemas/raw/dossiers_legislatifs.d.ts +3252 -0
  52. package/lib/schemas/raw/questions.d.ts +983 -0
  53. package/lib/schemas/raw/scrutins.d.ts +2763 -0
  54. package/lib/scripts/retrieve_deputes_photos.d.ts +58 -4
  55. package/lib/scripts/retrieve_documents.d.ts +86 -12
  56. package/lib/scripts/retrieve_open_data.d.ts +39 -4
  57. package/lib/scripts/retrieve_videos.d.ts +1 -1
  58. package/lib/scripts/shared/cli_helpers.d.ts +41 -77
  59. package/lib/scripts/shared/photos.d.ts +106 -0
  60. package/lib/scripts/shared/utils.d.ts +4 -1
  61. package/lib/urls.d.ts +2 -2
  62. package/package.json +16 -12
  63. package/lib/amendements-40Z7OJLT.js +0 -682
  64. package/lib/amendements-J6Sx61n8.js +0 -154
  65. package/lib/datasets-Cb3wpfRH.js +0 -3580
  66. package/lib/parse-Ccs6wcUg.js +0 -2512
  67. package/lib/raw_types/acteurs_et_organes.d.ts +0 -464
  68. package/lib/raw_types/agendas.d.ts +0 -265
  69. package/lib/raw_types/amendements.d.ts +0 -365
  70. package/lib/raw_types/debats.d.ts +0 -140
  71. package/lib/raw_types/dossiers_legislatifs.d.ts +0 -567
  72. package/lib/raw_types/questions.d.ts +0 -115
  73. package/lib/raw_types/scrutins.d.ts +0 -187
  74. package/lib/schemas/acteurs_et_organes.json +0 -1167
  75. package/lib/schemas/agendas.json +0 -1757
  76. package/lib/schemas/amendements.json +0 -2087
  77. package/lib/schemas/compte_rendu_commission/CompteRenduCommission.json +0 -63
  78. package/lib/schemas/debats.json +0 -847
  79. package/lib/schemas/dossiers_legislatifs.json +0 -3884
  80. package/lib/schemas/legislatures.json +0 -17
  81. package/lib/schemas/questions.json +0 -711
  82. package/lib/schemas/scrutins.json +0 -701
  83. package/lib/scripts/copy-schemas.d.ts +0 -1
  84. package/lib/scripts/generate-json-schemas.d.ts +0 -1
  85. package/lib/shared_types/acteurs_et_organes.d.ts +0 -149
  86. package/lib/shared_types/dossiers_legislatifs.d.ts +0 -222
  87. package/lib/types/acteurs_et_organes.d.ts +0 -598
  88. package/lib/types/agendas.d.ts +0 -442
  89. package/lib/types/amendements.d.ts +0 -615
  90. package/lib/types/debats.d.ts +0 -186
  91. package/lib/types/dossiers_legislatifs.d.ts +0 -826
  92. package/lib/types/questions.d.ts +0 -203
  93. package/lib/types/scrutins.d.ts +0 -254
  94. /package/lib/{types/legislatures.d.ts → legislatures.d.ts} +0 -0
@@ -1,701 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema#",
3
- "definitions": {
4
- "Scrutins": {
5
- "type": "object",
6
- "properties": {
7
- "scrutins": {
8
- "type": "array",
9
- "items": {
10
- "$ref": "#/definitions/Scrutin"
11
- }
12
- }
13
- },
14
- "required": [
15
- "scrutins"
16
- ],
17
- "additionalProperties": false
18
- },
19
- "Scrutin": {
20
- "type": "object",
21
- "properties": {
22
- "schemaVersion": {
23
- "type": "string"
24
- },
25
- "uid": {
26
- "type": "string",
27
- "description": "Identifiant unique."
28
- },
29
- "numero": {
30
- "type": "string",
31
- "description": "Numéro unique du vote, relativement à la législature, débutant par 1 et par incrément de 1. On le retrouve aussi à la fin de l'identifiant unique du vote (uid)."
32
- },
33
- "organeRef": {
34
- "type": "string",
35
- "description": "L'identifiant unique (uid) de l' {@link Organe organe } au sein duquel se déroule le vote. Il s'agit toujours de l'Assemblée Nationale mais son uid varie en fonction de la législature."
36
- },
37
- "legislature": {
38
- "type": "string",
39
- "description": "Numéro de {@link https://fr.wikipedia.org/wiki/Liste_des_l%C3%A9gislatures_fran%C3%A7aises la législature } sous laquelle a été créé le scrutin. Nombre entier."
40
- },
41
- "sessionRef": {
42
- "type": "string",
43
- "description": "Le contenu de ce champ n'est pas défini."
44
- },
45
- "seanceRef": {
46
- "type": "string",
47
- "description": "Identifiant unique (uid) de l'entrée de l' {@link Reunion agenda } correspondant au moment ou le vote a lieu."
48
- },
49
- "dateScrutin": {
50
- "type": "string",
51
- "format": "date-time",
52
- "description": "Date à laquelle le vote a eu lieu."
53
- },
54
- "quantiemeJourSeance": {
55
- "type": "string",
56
- "description": "Numéro de la séance dans la journée."
57
- },
58
- "typeVote": {
59
- "$ref": "#/definitions/TypeVote",
60
- "description": "Type de vote: MOC pour motion de censure, SAT pour scrutin à la tribune, SPO pour scrutin public ordinaire, SPS pour scrutin public solennel et SSG pour scrutin solennel congrès"
61
- },
62
- "sort": {
63
- "$ref": "#/definitions/SortScrutin",
64
- "description": "Résultat du vote (adopté ou non)."
65
- },
66
- "titre": {
67
- "type": "string",
68
- "description": "Objet du vote."
69
- },
70
- "demandeur": {
71
- "$ref": "#/definitions/Demandeur",
72
- "description": "L' {@link Acteur acteur } ou l' {@link Organe organe } qui {@link http://www2.assemblee-nationale.fr/decouvrir-l-assemblee/role-et-pouvoirs-de-l-assemblee-nationale/les-fonctions-de-l-assemblee-nationale/les-fonctions-legislatives/les-votes-a-l-assemblee-nationale demande le vote } . C'est un texte libre destiné à l'affichage."
73
- },
74
- "objet": {
75
- "$ref": "#/definitions/ObjetVote",
76
- "description": "Objet du vote, toujours identique au champ titre."
77
- },
78
- "modePublicationDesVotes": {
79
- "$ref": "#/definitions/ModePublicationDesVotes",
80
- "description": "La signification de ce champ n'est pas définie."
81
- },
82
- "syntheseVote": {
83
- "$ref": "#/definitions/SyntheseVote",
84
- "description": "Résultat du vote (adopté ou non) et le décompte des voix."
85
- },
86
- "ventilationVotes": {
87
- "$ref": "#/definitions/VentilationVotes"
88
- },
89
- "miseAuPoint": {
90
- "$ref": "#/definitions/MiseAuPoint"
91
- },
92
- "lieuVote": {
93
- "$ref": "#/definitions/LieuVote"
94
- }
95
- },
96
- "required": [
97
- "uid",
98
- "numero",
99
- "organeRef",
100
- "legislature",
101
- "sessionRef",
102
- "seanceRef",
103
- "dateScrutin",
104
- "quantiemeJourSeance",
105
- "typeVote",
106
- "sort",
107
- "titre",
108
- "demandeur",
109
- "objet",
110
- "modePublicationDesVotes",
111
- "syntheseVote",
112
- "ventilationVotes"
113
- ],
114
- "additionalProperties": false,
115
- "description": "Scrutin\n\nLes positions de vote (pour, contre ou abstention) de chaque député pour les {@link https://www.vie-publique.fr/fiches/19498-comment-votent-les-parlementaires scrutins solennels } , les déclarations du Gouvernement, les motions de procédure et les autres scrutins publics."
116
- },
117
- "TypeVote": {
118
- "type": "object",
119
- "properties": {
120
- "codeTypeVote": {
121
- "$ref": "#/definitions/CodeTypeVote"
122
- },
123
- "libelleTypeVote": {
124
- "$ref": "#/definitions/LibelleTypeVote"
125
- },
126
- "typeMajorite": {
127
- "$ref": "#/definitions/TypeMajorite",
128
- "description": "La signification de ce champ n'est pas définie."
129
- }
130
- },
131
- "required": [
132
- "codeTypeVote",
133
- "libelleTypeVote",
134
- "typeMajorite"
135
- ],
136
- "additionalProperties": false,
137
- "description": "Type de vote: MOC pour motion de censure, SAT pour scrutin à la tribune, SPO pour scrutin public ordinaire, SPS pour scrutin public solennel et SSG pour scrutin solennel congrès"
138
- },
139
- "CodeTypeVote": {
140
- "type": "string",
141
- "enum": [
142
- "MOC",
143
- "SAT",
144
- "SPO",
145
- "SPS",
146
- "SSG"
147
- ]
148
- },
149
- "LibelleTypeVote": {
150
- "type": "string",
151
- "enum": [
152
- "motion de censure",
153
- "scrutin public ordinaire",
154
- "scrutin public solennel",
155
- "scrutin à la tribune",
156
- "Scrutin solennel congrès"
157
- ]
158
- },
159
- "TypeMajorite": {
160
- "type": "string",
161
- "enum": [
162
- "Majorité absolue des suffrages exprimés",
163
- "majorité absolue des suffrages exprimés",
164
- "majorité des membres composant l'Assemblée nationale",
165
- "majorité des membres composants composant l'Assemblée",
166
- "majorité des membres composants composant l'Assemblée nationale",
167
- "Majorité requise pour un Congrès",
168
- "Majorité requise pour une motion de censure"
169
- ],
170
- "description": "La signification de ce champ n'est pas définie."
171
- },
172
- "SortScrutin": {
173
- "type": "object",
174
- "properties": {
175
- "code": {
176
- "$ref": "#/definitions/CodeSortScrutin"
177
- },
178
- "libelle": {
179
- "$ref": "#/definitions/LibelleSortScrutin"
180
- }
181
- },
182
- "required": [
183
- "code",
184
- "libelle"
185
- ],
186
- "additionalProperties": false,
187
- "description": "Résultat du vote (adopté ou non)."
188
- },
189
- "CodeSortScrutin": {
190
- "type": "string",
191
- "enum": [
192
- "adopté",
193
- "rejeté"
194
- ]
195
- },
196
- "LibelleSortScrutin": {
197
- "type": "string",
198
- "enum": [
199
- "l'Assemblée nationale a adopté",
200
- "L'Assemblée nationale n'a pas adopté",
201
- "Le Congrès du Parlement a adopté",
202
- "Le Congrès du Parlement n'a pas adopté"
203
- ]
204
- },
205
- "Demandeur": {
206
- "type": "object",
207
- "properties": {
208
- "texte": {
209
- "type": "string"
210
- }
211
- },
212
- "additionalProperties": false,
213
- "description": "L' {@link Acteur acteur } ou l' {@link Organe organe } qui {@link http://www2.assemblee-nationale.fr/decouvrir-l-assemblee/role-et-pouvoirs-de-l-assemblee-nationale/les-fonctions-de-l-assemblee-nationale/les-fonctions-legislatives/les-votes-a-l-assemblee-nationale demande le vote } . C'est un texte libre destiné à l'affichage."
214
- },
215
- "ObjetVote": {
216
- "type": "object",
217
- "properties": {
218
- "libelle": {
219
- "type": "string"
220
- }
221
- },
222
- "required": [
223
- "libelle"
224
- ],
225
- "additionalProperties": false,
226
- "description": "Objet du vote, toujours identique au champ titre."
227
- },
228
- "ModePublicationDesVotes": {
229
- "type": "string",
230
- "enum": [
231
- "DecompteDissidentsPositionGroupe",
232
- "DecompteNominatif"
233
- ],
234
- "description": "La signification de ce champ n'est pas définie."
235
- },
236
- "SyntheseVote": {
237
- "type": "object",
238
- "properties": {
239
- "nombreVotants": {
240
- "type": "string",
241
- "description": "Nombre de votants, c'est à dire de {@link http://www2.assemblee-nationale.fr/decouvrir-l-assemblee/role-et-pouvoirs-de-l-assemblee-nationale/les-fonctions-de-l-assemblee-nationale/les-fonctions-legislatives/les-votes-a-l-assemblee-nationale sièges occupés dans l'hémicycle } ."
242
- },
243
- "suffragesExprimes": {
244
- "type": "string",
245
- "description": "Nombre de suffrages exprimés."
246
- },
247
- "nbrSuffragesRequis": {
248
- "type": "string",
249
- "description": "Nombre de suffrages requis, le {@link http://www2.assemblee-nationale.fr/decouvrir-l-assemblee/role-et-pouvoirs-de-l-assemblee-nationale/les-fonctions-de-l-assemblee-nationale/les-fonctions-legislatives/les-votes-a-l-assemblee-nationale cas échéant } ."
250
- },
251
- "annonce": {
252
- "$ref": "#/definitions/LibelleSortScrutin"
253
- },
254
- "decompte": {
255
- "$ref": "#/definitions/DecompteVoix"
256
- }
257
- },
258
- "required": [
259
- "nombreVotants",
260
- "suffragesExprimes",
261
- "nbrSuffragesRequis",
262
- "annonce",
263
- "decompte"
264
- ],
265
- "additionalProperties": false,
266
- "description": "Résultat du vote (adopté ou non) et le décompte des voix."
267
- },
268
- "DecompteVoix": {
269
- "type": "object",
270
- "properties": {
271
- "pour": {
272
- "type": "string",
273
- "description": "Nombre total de votes contre."
274
- },
275
- "contre": {
276
- "type": "string",
277
- "description": "Nombre total de votes contre."
278
- },
279
- "nonVotants": {
280
- "type": "string",
281
- "description": "Nombre total de non votants"
282
- },
283
- "abstentions": {
284
- "type": "string",
285
- "description": "Nombre total d'abstentions."
286
- },
287
- "nonVotantsVolontaires": {
288
- "type": "string",
289
- "description": "Nombre total de non votants volontaires."
290
- }
291
- },
292
- "required": [
293
- "pour",
294
- "contre"
295
- ],
296
- "additionalProperties": false,
297
- "description": "Decompte des voix"
298
- },
299
- "VentilationVotes": {
300
- "type": "object",
301
- "properties": {
302
- "organeRef": {
303
- "type": "string"
304
- },
305
- "groupes": {
306
- "type": "array",
307
- "items": {
308
- "$ref": "#/definitions/VentilationVotesGroupe"
309
- }
310
- }
311
- },
312
- "required": [
313
- "organeRef",
314
- "groupes"
315
- ],
316
- "additionalProperties": false
317
- },
318
- "VentilationVotesGroupe": {
319
- "type": "object",
320
- "properties": {
321
- "organeRef": {
322
- "type": "string"
323
- },
324
- "nombreMembresGroupe": {
325
- "type": "string"
326
- },
327
- "vote": {
328
- "$ref": "#/definitions/Vote"
329
- }
330
- },
331
- "required": [
332
- "organeRef",
333
- "nombreMembresGroupe",
334
- "vote"
335
- ],
336
- "additionalProperties": false
337
- },
338
- "Vote": {
339
- "type": "object",
340
- "properties": {
341
- "positionMajoritaire": {
342
- "$ref": "#/definitions/PositionMajoritaire"
343
- },
344
- "decompteVoix": {
345
- "$ref": "#/definitions/DecompteVoix"
346
- },
347
- "decompteNominatif": {
348
- "$ref": "#/definitions/DecompteNominatif"
349
- }
350
- },
351
- "required": [
352
- "positionMajoritaire",
353
- "decompteVoix",
354
- "decompteNominatif"
355
- ],
356
- "additionalProperties": false
357
- },
358
- "PositionMajoritaire": {
359
- "type": "string",
360
- "enum": [
361
- "abstention",
362
- "contre",
363
- "pour"
364
- ]
365
- },
366
- "DecompteNominatif": {
367
- "type": "object",
368
- "properties": {
369
- "nonVotants": {
370
- "type": "array",
371
- "items": {
372
- "$ref": "#/definitions/Votant"
373
- }
374
- },
375
- "pour": {
376
- "type": "array",
377
- "items": {
378
- "$ref": "#/definitions/Votant"
379
- }
380
- },
381
- "contre": {
382
- "type": "array",
383
- "items": {
384
- "$ref": "#/definitions/Votant"
385
- }
386
- },
387
- "abstentions": {
388
- "type": "array",
389
- "items": {
390
- "$ref": "#/definitions/Votant"
391
- }
392
- }
393
- },
394
- "additionalProperties": false
395
- },
396
- "Votant": {
397
- "type": "object",
398
- "properties": {
399
- "acteurRef": {
400
- "type": "string"
401
- },
402
- "mandatRef": {
403
- "type": "string"
404
- },
405
- "parDelegation": {
406
- "type": "boolean"
407
- },
408
- "numPlace": {
409
- "type": "number"
410
- },
411
- "causePositionVote": {
412
- "$ref": "#/definitions/CausePositionVote"
413
- }
414
- },
415
- "required": [
416
- "acteurRef",
417
- "mandatRef"
418
- ],
419
- "additionalProperties": false
420
- },
421
- "CausePositionVote": {
422
- "type": "string",
423
- "enum": [
424
- "MG",
425
- "PAN",
426
- "PSE"
427
- ]
428
- },
429
- "MiseAuPoint": {
430
- "type": "object",
431
- "properties": {
432
- "nonVotants": {
433
- "type": "array",
434
- "items": {
435
- "$ref": "#/definitions/Votant"
436
- }
437
- },
438
- "pour": {
439
- "type": "array",
440
- "items": {
441
- "$ref": "#/definitions/Votant"
442
- }
443
- },
444
- "contre": {
445
- "type": "array",
446
- "items": {
447
- "$ref": "#/definitions/Votant"
448
- }
449
- },
450
- "abstentions": {
451
- "type": "array",
452
- "items": {
453
- "$ref": "#/definitions/Votant"
454
- }
455
- },
456
- "nonVotantsVolontaires": {
457
- "type": "array",
458
- "items": {
459
- "$ref": "#/definitions/Votant"
460
- }
461
- },
462
- "dysfonctionnement": {
463
- "$ref": "#/definitions/Dysfonctionnement"
464
- }
465
- },
466
- "additionalProperties": false
467
- },
468
- "Dysfonctionnement": {
469
- "type": "object",
470
- "properties": {
471
- "nonVotants": {
472
- "type": "array",
473
- "items": {
474
- "$ref": "#/definitions/Votant"
475
- }
476
- },
477
- "pour": {
478
- "type": "array",
479
- "items": {
480
- "$ref": "#/definitions/Votant"
481
- }
482
- },
483
- "contre": {
484
- "type": "array",
485
- "items": {
486
- "$ref": "#/definitions/Votant"
487
- }
488
- },
489
- "abstentions": {
490
- "type": "array",
491
- "items": {
492
- "$ref": "#/definitions/Votant"
493
- }
494
- },
495
- "nonVotantsVolontaires": {
496
- "type": "array",
497
- "items": {
498
- "$ref": "#/definitions/Votant"
499
- }
500
- }
501
- },
502
- "additionalProperties": false
503
- },
504
- "LieuVote": {
505
- "type": "string",
506
- "enum": [
507
- "Congrès",
508
- "Hémicycle",
509
- "Salons"
510
- ]
511
- },
512
- "Convert": {
513
- "type": "object",
514
- "additionalProperties": false
515
- },
516
- "invalidValue": {
517
- "$comment": "(typ: any, val: any, key: any = \"\") => never",
518
- "type": "object",
519
- "properties": {
520
- "namedArgs": {
521
- "type": "object",
522
- "properties": {
523
- "typ": {},
524
- "val": {},
525
- "key": {}
526
- },
527
- "required": [
528
- "typ",
529
- "val"
530
- ],
531
- "additionalProperties": false
532
- }
533
- }
534
- },
535
- "jsonToJSProps": {
536
- "$comment": "(typ: any) => any",
537
- "type": "object",
538
- "properties": {
539
- "namedArgs": {
540
- "type": "object",
541
- "properties": {
542
- "typ": {}
543
- },
544
- "required": [
545
- "typ"
546
- ],
547
- "additionalProperties": false
548
- }
549
- }
550
- },
551
- "jsToJSONProps": {
552
- "$comment": "(typ: any) => any",
553
- "type": "object",
554
- "properties": {
555
- "namedArgs": {
556
- "type": "object",
557
- "properties": {
558
- "typ": {}
559
- },
560
- "required": [
561
- "typ"
562
- ],
563
- "additionalProperties": false
564
- }
565
- }
566
- },
567
- "transform": {
568
- "$comment": "(val: any, typ: any, getProps: any, key: any = \"\") => any",
569
- "type": "object",
570
- "properties": {
571
- "namedArgs": {
572
- "type": "object",
573
- "properties": {
574
- "val": {},
575
- "typ": {},
576
- "getProps": {},
577
- "key": {}
578
- },
579
- "required": [
580
- "val",
581
- "typ",
582
- "getProps"
583
- ],
584
- "additionalProperties": false
585
- }
586
- }
587
- },
588
- "cast": {
589
- "$comment": "(val: any, typ: any) => T",
590
- "type": "object",
591
- "properties": {
592
- "namedArgs": {
593
- "type": "object",
594
- "properties": {
595
- "val": {},
596
- "typ": {}
597
- },
598
- "required": [
599
- "val",
600
- "typ"
601
- ],
602
- "additionalProperties": false
603
- }
604
- }
605
- },
606
- "uncast": {
607
- "$comment": "(val: T, typ: any) => any",
608
- "type": "object",
609
- "properties": {
610
- "namedArgs": {
611
- "type": "object",
612
- "properties": {
613
- "val": {
614
- "description": "Failed to correctly infer type"
615
- },
616
- "typ": {}
617
- },
618
- "required": [
619
- "val",
620
- "typ"
621
- ],
622
- "additionalProperties": false
623
- }
624
- }
625
- },
626
- "a": {
627
- "$comment": "(typ: any) =>undefined",
628
- "type": "object",
629
- "properties": {
630
- "namedArgs": {
631
- "type": "object",
632
- "properties": {
633
- "typ": {}
634
- },
635
- "required": [
636
- "typ"
637
- ],
638
- "additionalProperties": false
639
- }
640
- }
641
- },
642
- "u": {
643
- "$comment": "(...typs: any[]) =>undefined",
644
- "type": "object",
645
- "properties": {
646
- "namedArgs": {
647
- "type": "object",
648
- "properties": {
649
- "typs": {
650
- "type": "array",
651
- "items": {}
652
- }
653
- },
654
- "required": [
655
- "typs"
656
- ],
657
- "additionalProperties": false
658
- }
659
- }
660
- },
661
- "o": {
662
- "$comment": "(props: any[], additional: any) =>undefined",
663
- "type": "object",
664
- "properties": {
665
- "namedArgs": {
666
- "type": "object",
667
- "properties": {
668
- "props": {
669
- "type": "array",
670
- "items": {}
671
- },
672
- "additional": {}
673
- },
674
- "required": [
675
- "props",
676
- "additional"
677
- ],
678
- "additionalProperties": false
679
- }
680
- }
681
- },
682
- "r": {
683
- "$comment": "(name: string) =>undefined",
684
- "type": "object",
685
- "properties": {
686
- "namedArgs": {
687
- "type": "object",
688
- "properties": {
689
- "name": {
690
- "type": "string"
691
- }
692
- },
693
- "required": [
694
- "name"
695
- ],
696
- "additionalProperties": false
697
- }
698
- }
699
- }
700
- }
701
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};