@tricoteuses/senat 2.9.0 → 2.9.5

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 (116) hide show
  1. package/LICENSE.md +22 -22
  2. package/README.md +116 -115
  3. package/lib/loaders.d.ts +1 -1
  4. package/lib/model/agenda.js +2 -0
  5. package/lib/scripts/retrieve_videos.js +420 -0
  6. package/lib/types/agenda.d.ts +2 -0
  7. package/package.json +95 -94
  8. package/lib/aggregates.d.ts +0 -52
  9. package/lib/aggregates.js +0 -949
  10. package/lib/aggregates.mjs +0 -726
  11. package/lib/aggregates.ts +0 -852
  12. package/lib/config.mjs +0 -16
  13. package/lib/config.ts +0 -26
  14. package/lib/databases.mjs +0 -55
  15. package/lib/databases.ts +0 -68
  16. package/lib/datasets.mjs +0 -78
  17. package/lib/datasets.ts +0 -118
  18. package/lib/fields.d.ts +0 -10
  19. package/lib/fields.js +0 -68
  20. package/lib/fields.mjs +0 -22
  21. package/lib/fields.ts +0 -29
  22. package/lib/index.mjs +0 -7
  23. package/lib/index.ts +0 -64
  24. package/lib/inserters.d.ts +0 -98
  25. package/lib/inserters.js +0 -500
  26. package/lib/inserters.mjs +0 -360
  27. package/lib/inserters.ts +0 -521
  28. package/lib/legislatures.json +0 -38
  29. package/lib/loaders.mjs +0 -97
  30. package/lib/loaders.ts +0 -173
  31. package/lib/model/ameli.mjs +0 -57
  32. package/lib/model/ameli.ts +0 -86
  33. package/lib/model/debats.mjs +0 -43
  34. package/lib/model/debats.ts +0 -68
  35. package/lib/model/dosleg.mjs +0 -163
  36. package/lib/model/dosleg.ts +0 -204
  37. package/lib/model/index.mjs +0 -4
  38. package/lib/model/index.ts +0 -13
  39. package/lib/model/questions.mjs +0 -76
  40. package/lib/model/questions.ts +0 -102
  41. package/lib/model/sens.mjs +0 -339
  42. package/lib/model/sens.ts +0 -432
  43. package/lib/model/texte.mjs +0 -156
  44. package/lib/model/texte.ts +0 -174
  45. package/lib/raw_types_kysely/ameli.d.ts +0 -915
  46. package/lib/raw_types_kysely/ameli.js +0 -7
  47. package/lib/raw_types_kysely/ameli.mjs +0 -5
  48. package/lib/raw_types_kysely/ameli.ts +0 -951
  49. package/lib/raw_types_kysely/debats.d.ts +0 -207
  50. package/lib/raw_types_kysely/debats.js +0 -7
  51. package/lib/raw_types_kysely/debats.mjs +0 -5
  52. package/lib/raw_types_kysely/debats.ts +0 -222
  53. package/lib/raw_types_kysely/dosleg.d.ts +0 -3532
  54. package/lib/raw_types_kysely/dosleg.js +0 -7
  55. package/lib/raw_types_kysely/dosleg.mjs +0 -5
  56. package/lib/raw_types_kysely/dosleg.ts +0 -3621
  57. package/lib/raw_types_kysely/questions.d.ts +0 -414
  58. package/lib/raw_types_kysely/questions.js +0 -7
  59. package/lib/raw_types_kysely/questions.mjs +0 -5
  60. package/lib/raw_types_kysely/questions.ts +0 -426
  61. package/lib/raw_types_kysely/sens.d.ts +0 -4394
  62. package/lib/raw_types_kysely/sens.js +0 -7
  63. package/lib/raw_types_kysely/sens.mjs +0 -5
  64. package/lib/raw_types_kysely/sens.ts +0 -4499
  65. package/lib/raw_types_schemats/ameli.mjs +0 -2
  66. package/lib/raw_types_schemats/ameli.ts +0 -601
  67. package/lib/raw_types_schemats/debats.mjs +0 -2
  68. package/lib/raw_types_schemats/debats.ts +0 -145
  69. package/lib/raw_types_schemats/dosleg.mjs +0 -2
  70. package/lib/raw_types_schemats/dosleg.ts +0 -2193
  71. package/lib/raw_types_schemats/questions.mjs +0 -2
  72. package/lib/raw_types_schemats/questions.ts +0 -249
  73. package/lib/raw_types_schemats/sens.mjs +0 -2
  74. package/lib/raw_types_schemats/sens.ts +0 -2907
  75. package/lib/scripts/convert_data.mjs +0 -95
  76. package/lib/scripts/convert_data.ts +0 -119
  77. package/lib/scripts/datautil.mjs +0 -16
  78. package/lib/scripts/datautil.ts +0 -19
  79. package/lib/scripts/images/transparent_150x192.jpg +0 -0
  80. package/lib/scripts/images/transparent_155x225.jpg +0 -0
  81. package/lib/scripts/parse_textes.mjs +0 -38
  82. package/lib/scripts/parse_textes.ts +0 -52
  83. package/lib/scripts/retrieve_documents.mjs +0 -243
  84. package/lib/scripts/retrieve_documents.ts +0 -279
  85. package/lib/scripts/retrieve_open_data.mjs +0 -214
  86. package/lib/scripts/retrieve_open_data.ts +0 -261
  87. package/lib/scripts/retrieve_senateurs_photos.mjs +0 -147
  88. package/lib/scripts/retrieve_senateurs_photos.ts +0 -177
  89. package/lib/scripts/retrieve_textes.mjs +0 -165
  90. package/lib/scripts/retrieve_textes.ts +0 -79
  91. package/lib/scripts/shared/cli_helpers.ts +0 -36
  92. package/lib/scripts/shared/util.ts +0 -33
  93. package/lib/strings.mjs +0 -18
  94. package/lib/strings.ts +0 -26
  95. package/lib/types/ameli.mjs +0 -13
  96. package/lib/types/ameli.ts +0 -21
  97. package/lib/types/debats.mjs +0 -2
  98. package/lib/types/debats.ts +0 -6
  99. package/lib/types/dosleg.mjs +0 -151
  100. package/lib/types/dosleg.ts +0 -284
  101. package/lib/types/questions.mjs +0 -1
  102. package/lib/types/questions.ts +0 -3
  103. package/lib/types/sens.mjs +0 -1
  104. package/lib/types/sens.ts +0 -12
  105. package/lib/types/sessions.mjs +0 -43
  106. package/lib/types/sessions.ts +0 -42
  107. package/lib/types/texte.mjs +0 -16
  108. package/lib/types/texte.ts +0 -66
  109. package/lib/typings/windows-1252.d.js +0 -2
  110. package/lib/typings/windows-1252.d.mjs +0 -2
  111. package/lib/typings/windows-1252.d.ts +0 -11
  112. package/lib/validators/config.mjs +0 -54
  113. package/lib/validators/config.ts +0 -79
  114. package/lib/validators/senat.mjs +0 -24
  115. package/lib/validators/senat.ts +0 -26
  116. /package/lib/scripts/{retrieve_textes.d.ts → retrieve_videos.d.ts} +0 -0
@@ -1,2 +0,0 @@
1
- /* tslint:disable */
2
- export {};
@@ -1,601 +0,0 @@
1
- /* tslint:disable */
2
-
3
- /**
4
- * AUTO-GENERATED FILE - DO NOT EDIT!
5
- *
6
- * This file was automatically generated by schemats v.1.1.2
7
- * $ schemats generate -c postgres://username:password@localhost:5432/ameli -t amd -t amdsen -t avicom -t avigvt -t cab -t com_ameli -t ent -t etatxt -t fbu -t grppol_ameli -t gvt -t intora -t irr -t lec_ameli -t mot -t nat -t orarol -t sai -t saisen -t sea -t sen_ameli -t ses -t sor -t sub -t txt_ameli -t typrect -t typses -t typsub -t w_nivrec -s public
8
- *
9
- */
10
-
11
- export namespace amdFields {
12
- export type accgou = string | null
13
- export type alinea = number | null
14
- export type amdperid = number | null
15
- export type autext = string
16
- export type avcid = string | null
17
- export type avgid = string | null
18
- export type colleg = string
19
- export type datdep = Date | null
20
- export type dis = string | null
21
- export type discomid = number | null
22
- export type etaid = number
23
- export type id = number
24
- export type ideid = number | null
25
- export type irrid = number | null
26
- export type irrlo1113valid = string | null
27
- export type irrsaisiepar = number | null
28
- export type islu = string | null
29
- export type libgrp = string | null
30
- export type mot = string | null
31
- export type motid = number | null
32
- export type motposexa = string
33
- export type nomentid = number
34
- export type num = string | null
35
- export type numabs = number | null
36
- export type obj = string | null
37
- export type obs = string | null
38
- export type ocmid = number | null
39
- export type opmid = number | null
40
- export type ord = number | null
41
- export type rev = number
42
- export type sorid = string | null
43
- export type subid = number | null
44
- export type subidder = number | null
45
- export type subpos = number | null
46
- export type txtid = number
47
- export type typ = string
48
- export type typrectid = number | null
49
- }
50
-
51
- export interface amd {
52
- accgou: amdFields.accgou
53
- alinea: amdFields.alinea
54
- amdperid: amdFields.amdperid
55
- autext: amdFields.autext
56
- avcid: amdFields.avcid
57
- avgid: amdFields.avgid
58
- colleg: amdFields.colleg
59
- datdep: amdFields.datdep
60
- dis: amdFields.dis
61
- discomid: amdFields.discomid
62
- etaid: amdFields.etaid
63
- id: amdFields.id
64
- ideid: amdFields.ideid
65
- irrid: amdFields.irrid
66
- irrlo1113valid: amdFields.irrlo1113valid
67
- irrsaisiepar: amdFields.irrsaisiepar
68
- islu: amdFields.islu
69
- libgrp: amdFields.libgrp
70
- mot: amdFields.mot
71
- motid: amdFields.motid
72
- motposexa: amdFields.motposexa
73
- nomentid: amdFields.nomentid
74
- num: amdFields.num
75
- numabs: amdFields.numabs
76
- obj: amdFields.obj
77
- obs: amdFields.obs
78
- ocmid: amdFields.ocmid
79
- opmid: amdFields.opmid
80
- ord: amdFields.ord
81
- rev: amdFields.rev
82
- sorid: amdFields.sorid
83
- subid: amdFields.subid
84
- subidder: amdFields.subidder
85
- subpos: amdFields.subpos
86
- txtid: amdFields.txtid
87
- typ: amdFields.typ
88
- typrectid: amdFields.typrectid
89
- }
90
-
91
- export namespace amdsenFields {
92
- export type amdid = number
93
- export type grpid = number | null
94
- export type hom = string | null
95
- export type nomuse = string | null
96
- export type prenomuse = string | null
97
- export type qua = string | null
98
- export type rng = number | null
99
- export type senid = number
100
- }
101
-
102
- export interface amdsen {
103
- amdid: amdsenFields.amdid
104
- grpid: amdsenFields.grpid
105
- hom: amdsenFields.hom
106
- nomuse: amdsenFields.nomuse
107
- prenomuse: amdsenFields.prenomuse
108
- qua: amdsenFields.qua
109
- rng: amdsenFields.rng
110
- senid: amdsenFields.senid
111
- }
112
-
113
- export namespace avicomFields {
114
- export type cod = string
115
- export type id = string
116
- export type lib = string
117
- }
118
-
119
- export interface avicom {
120
- cod: avicomFields.cod
121
- id: avicomFields.id
122
- lib: avicomFields.lib
123
- }
124
-
125
- export namespace avigvtFields {
126
- export type cod = string
127
- export type id = string
128
- export type lib = string
129
- }
130
-
131
- export interface avigvt {
132
- cod: avigvtFields.cod
133
- id: avigvtFields.id
134
- lib: avigvtFields.lib
135
- }
136
-
137
- export namespace cabFields {
138
- export type codint = string
139
- export type entid = number
140
- export type lil = string | null
141
- }
142
-
143
- export interface cab {
144
- codint: cabFields.codint
145
- entid: cabFields.entid
146
- lil: cabFields.lil
147
- }
148
-
149
- export namespace com_ameliFields {
150
- export type cod = string
151
- export type codint = string
152
- export type entid = number
153
- export type lib = string
154
- export type lil = string
155
- export type spc = string
156
- export type tri = number | null
157
- }
158
-
159
- export interface com_ameli {
160
- cod: com_ameliFields.cod
161
- codint: com_ameliFields.codint
162
- entid: com_ameliFields.entid
163
- lib: com_ameliFields.lib
164
- lil: com_ameliFields.lil
165
- spc: com_ameliFields.spc
166
- tri: com_ameliFields.tri
167
- }
168
-
169
- export namespace entFields {
170
- export type act = string | null
171
- export type id = number
172
- export type typ = string
173
- }
174
-
175
- export interface ent {
176
- act: entFields.act
177
- id: entFields.id
178
- typ: entFields.typ
179
- }
180
-
181
- export namespace etatxtFields {
182
- export type id = number
183
- export type lib = string
184
- export type lic = string
185
- export type txttyp = string
186
- }
187
-
188
- export interface etatxt {
189
- id: etatxtFields.id
190
- lib: etatxtFields.lib
191
- lic: etatxtFields.lic
192
- txttyp: etatxtFields.txttyp
193
- }
194
-
195
- export namespace fbuFields {
196
- export type id = number
197
- export type lib = string
198
- export type lic = string
199
- export type sesid = number
200
- }
201
-
202
- export interface fbu {
203
- id: fbuFields.id
204
- lib: fbuFields.lib
205
- lic: fbuFields.lic
206
- sesid: fbuFields.sesid
207
- }
208
-
209
- export namespace grppol_ameliFields {
210
- export type cod = string
211
- export type codint = string
212
- export type entid = number
213
- export type libcou = string
214
- export type lilcou = string
215
- export type tri = number | null
216
- }
217
-
218
- export interface grppol_ameli {
219
- cod: grppol_ameliFields.cod
220
- codint: grppol_ameliFields.codint
221
- entid: grppol_ameliFields.entid
222
- libcou: grppol_ameliFields.libcou
223
- lilcou: grppol_ameliFields.lilcou
224
- tri: grppol_ameliFields.tri
225
- }
226
-
227
- export namespace gvtFields {
228
- export type entid = number
229
- export type nom = string
230
- export type pre = string
231
- export type qua = string
232
- export type tit = string
233
- }
234
-
235
- export interface gvt {
236
- entid: gvtFields.entid
237
- nom: gvtFields.nom
238
- pre: gvtFields.pre
239
- qua: gvtFields.qua
240
- tit: gvtFields.tit
241
- }
242
-
243
- export namespace intoraFields {
244
- export type entid = number
245
- export type entid2 = number | null
246
- export type id = number
247
- export type mom = string
248
- export type ord = number
249
- export type rolcod = string
250
- export type seaid = number | null
251
- export type subid = number | null
252
- export type temps = number
253
- export type txtid = number
254
- }
255
-
256
- export interface intora {
257
- entid: intoraFields.entid
258
- entid2: intoraFields.entid2
259
- id: intoraFields.id
260
- mom: intoraFields.mom
261
- ord: intoraFields.ord
262
- rolcod: intoraFields.rolcod
263
- seaid: intoraFields.seaid
264
- subid: intoraFields.subid
265
- temps: intoraFields.temps
266
- txtid: intoraFields.txtid
267
- }
268
-
269
- export namespace irrFields {
270
- export type art = string | null
271
- export type cod = string
272
- export type id = number
273
- export type lib = string
274
- export type libirr = string | null
275
- export type lilmin = string | null
276
- export type par = string | null
277
- }
278
-
279
- export interface irr {
280
- art: irrFields.art
281
- cod: irrFields.cod
282
- id: irrFields.id
283
- lib: irrFields.lib
284
- libirr: irrFields.libirr
285
- lilmin: irrFields.lilmin
286
- par: irrFields.par
287
- }
288
-
289
- export namespace lec_ameliFields {
290
- export type id = number
291
- export type lecpreid = number | null
292
- export type lib = string
293
- }
294
-
295
- export interface lec_ameli {
296
- id: lec_ameliFields.id
297
- lecpreid: lec_ameliFields.lecpreid
298
- lib: lec_ameliFields.lib
299
- }
300
-
301
- export namespace motFields {
302
- export type cod = string | null
303
- export type id = number
304
- export type int = string | null
305
- export type lib = string
306
- export type libnbe = string | null
307
- export type ord = number
308
- }
309
-
310
- export interface mot {
311
- cod: motFields.cod
312
- id: motFields.id
313
- int: motFields.int
314
- lib: motFields.lib
315
- libnbe: motFields.libnbe
316
- ord: motFields.ord
317
- }
318
-
319
- export namespace natFields {
320
- export type id = number
321
- export type lib = string
322
- export type libcourt = string | null
323
- }
324
-
325
- export interface nat {
326
- id: natFields.id
327
- lib: natFields.lib
328
- libcourt: natFields.libcourt
329
- }
330
-
331
- export namespace orarolFields {
332
- export type cod = string
333
- export type entreq = string
334
- export type lib = string | null
335
- }
336
-
337
- export interface orarol {
338
- cod: orarolFields.cod
339
- entreq: orarolFields.entreq
340
- lib: orarolFields.lib
341
- }
342
-
343
- export namespace saiFields {
344
- export type comid = number
345
- export type id = number
346
- export type isdelegfond = string
347
- export type numrap = number | null
348
- export type saityp = string
349
- export type sesid = number
350
- export type txtid = number
351
- }
352
-
353
- export interface sai {
354
- comid: saiFields.comid
355
- id: saiFields.id
356
- isdelegfond: saiFields.isdelegfond
357
- numrap: saiFields.numrap
358
- saityp: saiFields.saityp
359
- sesid: saiFields.sesid
360
- txtid: saiFields.txtid
361
- }
362
-
363
- export namespace saisenFields {
364
- export type id = number
365
- export type ord = number
366
- export type senid = number
367
- }
368
-
369
- export interface saisen {
370
- id: saisenFields.id
371
- ord: saisenFields.ord
372
- senid: saisenFields.senid
373
- }
374
-
375
- export namespace seaFields {
376
- export type dat = Date | null
377
- export type id = number
378
- export type num = number | null
379
- export type sesid = number
380
- }
381
-
382
- export interface sea {
383
- dat: seaFields.dat
384
- id: seaFields.id
385
- num: seaFields.num
386
- sesid: seaFields.sesid
387
- }
388
-
389
- export namespace sen_ameliFields {
390
- export type app = string | null
391
- export type comid = number | null
392
- export type comspcid = number | null
393
- export type entid = number
394
- export type grpid = number
395
- export type hom = string | null
396
- export type mat = string
397
- export type nomtec = string | null
398
- export type nomuse = string
399
- export type nomusemin = string
400
- export type prenomuse = string
401
- export type qua = string
402
- export type ratt = string | null
403
- export type senfem = string | null
404
- }
405
-
406
- export interface sen_ameli {
407
- app: sen_ameliFields.app
408
- comid: sen_ameliFields.comid
409
- comspcid: sen_ameliFields.comspcid
410
- entid: sen_ameliFields.entid
411
- grpid: sen_ameliFields.grpid
412
- hom: sen_ameliFields.hom
413
- mat: sen_ameliFields.mat
414
- nomtec: sen_ameliFields.nomtec
415
- nomuse: sen_ameliFields.nomuse
416
- nomusemin: sen_ameliFields.nomusemin
417
- prenomuse: sen_ameliFields.prenomuse
418
- qua: sen_ameliFields.qua
419
- ratt: sen_ameliFields.ratt
420
- senfem: sen_ameliFields.senfem
421
- }
422
-
423
- export namespace sesFields {
424
- export type ann = number
425
- export type id = number
426
- export type lil = string
427
- export type typid = number
428
- }
429
-
430
- export interface ses {
431
- ann: sesFields.ann
432
- id: sesFields.id
433
- lil: sesFields.lil
434
- typid: sesFields.typid
435
- }
436
-
437
- export namespace sorFields {
438
- export type cod = string
439
- export type id = string
440
- export type lib = string
441
- export type typ = string
442
- }
443
-
444
- export interface sor {
445
- cod: sorFields.cod
446
- id: sorFields.id
447
- lib: sorFields.lib
448
- typ: sorFields.typ
449
- }
450
-
451
- export namespace subFields {
452
- export type comdelid = number | null
453
- export type dupl = string
454
- export type id = number
455
- export type islec = string
456
- export type lib = string | null
457
- export type lic = string | null
458
- export type merid = number | null
459
- export type pos = number | null
460
- export type posder = number | null
461
- export type prires = number | null
462
- export type sig = string | null
463
- export type sorid = string | null
464
- export type style = string
465
- export type subamd = string
466
- export type txtid = number
467
- export type txtidder = number | null
468
- export type typid = number | null
469
- }
470
-
471
- export interface sub {
472
- comdelid: subFields.comdelid
473
- dupl: subFields.dupl
474
- id: subFields.id
475
- islec: subFields.islec
476
- lib: subFields.lib
477
- lic: subFields.lic
478
- merid: subFields.merid
479
- pos: subFields.pos
480
- posder: subFields.posder
481
- prires: subFields.prires
482
- sig: subFields.sig
483
- sorid: subFields.sorid
484
- style: subFields.style
485
- subamd: subFields.subamd
486
- txtid: subFields.txtid
487
- txtidder: subFields.txtidder
488
- typid: subFields.typid
489
- }
490
-
491
- export namespace txt_ameliFields {
492
- export type datado = Date | null
493
- export type datdep = Date
494
- export type dis = string
495
- export type doslegsignet = string | null
496
- export type fbuid = number | null
497
- export type fusder = string
498
- export type fusderid = number | null
499
- export type fusderord = number
500
- export type fusdertyp = string | null
501
- export type id = number
502
- export type inl = string | null
503
- export type int = string
504
- export type lecid = number
505
- export type libcplnat = string | null
506
- export type libdelim = string | null
507
- export type loifin = string
508
- export type loifinpar = number | null
509
- export type natid = number
510
- export type num = string
511
- export type numabs = number | null
512
- export type numado = number | null
513
- export type ordsnddelib = string | null
514
- export type proacc = string
515
- export type pubdellim = Date | null
516
- export type secdel = string
517
- export type sesdepid = number
518
- export type sesinsid = number | null
519
- export type txtamd = string
520
- export type txtetaid = number
521
- export type txtexa = string | null
522
- export type txttyp = string
523
- export type urg = string
524
- }
525
-
526
- export interface txt_ameli {
527
- datado: txt_ameliFields.datado
528
- datdep: txt_ameliFields.datdep
529
- dis: txt_ameliFields.dis
530
- doslegsignet: txt_ameliFields.doslegsignet
531
- fbuid: txt_ameliFields.fbuid
532
- fusder: txt_ameliFields.fusder
533
- fusderid: txt_ameliFields.fusderid
534
- fusderord: txt_ameliFields.fusderord
535
- fusdertyp: txt_ameliFields.fusdertyp
536
- id: txt_ameliFields.id
537
- inl: txt_ameliFields.inl
538
- int: txt_ameliFields.int
539
- lecid: txt_ameliFields.lecid
540
- libcplnat: txt_ameliFields.libcplnat
541
- libdelim: txt_ameliFields.libdelim
542
- loifin: txt_ameliFields.loifin
543
- loifinpar: txt_ameliFields.loifinpar
544
- natid: txt_ameliFields.natid
545
- num: txt_ameliFields.num
546
- numabs: txt_ameliFields.numabs
547
- numado: txt_ameliFields.numado
548
- ordsnddelib: txt_ameliFields.ordsnddelib
549
- proacc: txt_ameliFields.proacc
550
- pubdellim: txt_ameliFields.pubdellim
551
- secdel: txt_ameliFields.secdel
552
- sesdepid: txt_ameliFields.sesdepid
553
- sesinsid: txt_ameliFields.sesinsid
554
- txtamd: txt_ameliFields.txtamd
555
- txtetaid: txt_ameliFields.txtetaid
556
- txtexa: txt_ameliFields.txtexa
557
- txttyp: txt_ameliFields.txttyp
558
- urg: txt_ameliFields.urg
559
- }
560
-
561
- export namespace typrectFields {
562
- export type id = number
563
- export type lib = string
564
- export type ord = number
565
- }
566
-
567
- export interface typrect {
568
- id: typrectFields.id
569
- lib: typrectFields.lib
570
- ord: typrectFields.ord
571
- }
572
-
573
- export namespace typsesFields {
574
- export type id = number
575
- export type lib = string | null
576
- }
577
-
578
- export interface typses {
579
- id: typsesFields.id
580
- lib: typsesFields.lib
581
- }
582
-
583
- export namespace typsubFields {
584
- export type id = number
585
- export type lib = string
586
- }
587
-
588
- export interface typsub {
589
- id: typsubFields.id
590
- lib: typsubFields.lib
591
- }
592
-
593
- export namespace w_nivrecFields {
594
- export type lib = string | null
595
- export type num = number
596
- }
597
-
598
- export interface w_nivrec {
599
- lib: w_nivrecFields.lib
600
- num: w_nivrecFields.num
601
- }
@@ -1,2 +0,0 @@
1
- /* tslint:disable */
2
- export {};