@tricoteuses/senat 0.2.3 → 0.3.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.
Files changed (43) hide show
  1. package/LICENSE.md +2 -2
  2. package/README.md +0 -169
  3. package/lib/index.d.ts +1 -0
  4. package/lib/index.js +111 -35
  5. package/lib/index.mjs +1 -0
  6. package/lib/inserters.js +97 -167
  7. package/lib/inserters.mjs +360 -0
  8. package/lib/raw_types/ameli.js +4 -2
  9. package/lib/raw_types/ameli.mjs +2 -0
  10. package/lib/raw_types/debats.js +4 -2
  11. package/lib/raw_types/debats.mjs +2 -0
  12. package/lib/raw_types/dosleg.js +3 -1
  13. package/lib/raw_types/dosleg.mjs +2 -0
  14. package/lib/raw_types/questions.js +1 -1
  15. package/{src/raw_types/questions.ts → lib/raw_types/questions.mjs} +1 -3
  16. package/lib/raw_types/sens.js +4 -2
  17. package/lib/raw_types/sens.mjs +2 -0
  18. package/lib/types/ameli.js +5 -1
  19. package/lib/types/ameli.mjs +1 -0
  20. package/lib/types/debats.js +3 -1
  21. package/lib/types/debats.mjs +1 -0
  22. package/lib/types/dosleg.js +3 -1
  23. package/lib/types/dosleg.mjs +1 -0
  24. package/lib/types/questions.js +1 -1
  25. package/lib/types/questions.mjs +1 -0
  26. package/lib/types/sens.js +3 -1
  27. package/lib/types/sens.mjs +1 -0
  28. package/package.json +26 -33
  29. package/.eslintrc.js +0 -24
  30. package/babel.config.js +0 -39
  31. package/prettier.config.js +0 -4
  32. package/src/index.ts +0 -30
  33. package/src/inserters.ts +0 -520
  34. package/src/raw_types/ameli.ts +0 -655
  35. package/src/raw_types/debats.ts +0 -161
  36. package/src/raw_types/dosleg.ts +0 -2351
  37. package/src/raw_types/sens.ts +0 -3101
  38. package/src/types/ameli.ts +0 -7
  39. package/src/types/debats.ts +0 -3
  40. package/src/types/dosleg.ts +0 -132
  41. package/src/types/questions.ts +0 -0
  42. package/src/types/sens.ts +0 -12
  43. package/tsconfig.json +0 -67
@@ -1,3101 +0,0 @@
1
- /* tslint:disable */
2
-
3
-
4
- /**
5
- * AUTO-GENERATED FILE - DO NOT EDIT!
6
- *
7
- * This file was automatically generated by schemats v.3.0.3
8
- * $ schemats generate -c postgresql://username:password@localhost:5432/sens -t activite -t activite_delegation -t activite_loi -t activite_participant -t activite_senateur -t activites_liees -t actpro -t adresse -t asster -t bur -t categorie_activite -t com -t csp -t delega -t design -t designoep -t designorg -t dpt -t dptele -t dpttypman -t ele -t elucan -t eludep -t eludiv -t elueur -t elureg -t elusen -t eluter -t elutit -t eluvil -t etadebman -t etafinman -t etasen -t fonact_participant -t foncom -t fondelega -t fongrppol -t fongrpsen -t fonmemcom -t fonmemdelega -t fonmemgrppol -t fonmemgrpsen -t fonmemorg -t fonorg -t grppol -t grpsenami -t libcom -t libdelega -t libgrppol -t libgrpsen -t liborg -t mel -t memcom -t memdelega -t memextpar -t memgrppol -t memgrpsen -t memorg -t minind -t mismin -t missen -t moddes -t nation -t nationgrpsen -t org -t orgext -t orgthe -t pcs -t pcs24 -t pcs42 -t pcs8 -t pcscatpro -t poicon -t qua -t reg -t sen -t senbur -t sennom -t senurl -t stajur -t telephone -t temval -t territ -t titele -t typadr -t typapppol -t typbister -t type_activite -t type_activite_participant -t type_activite_senateur -t type_categorie -t typele -t typgrpsen -t typman -t typorg -t typurl -t typvoi -t zongeo -s public
9
- *
10
- */
11
-
12
-
13
- export namespace activiteFields {
14
- export type actid = number;
15
- export type typactcod = string;
16
- export type catactcod = string;
17
- export type scrid = number | null;
18
- export type comcod = string | null;
19
- export type delegacod = string | null;
20
- export type actlic = string | null;
21
- export type actlib = string | null;
22
- export type datdeb = Date;
23
- export type datfin = Date;
24
- export type validdat = Date | null;
25
- export type envjodat = Date | null;
26
- export type nb_participants = number;
27
- export type nb_delegations = number;
28
- export type giacod = string | null;
29
- export type gecod = string | null;
30
-
31
- }
32
-
33
- export interface activite {
34
- actid: activiteFields.actid;
35
- typactcod: activiteFields.typactcod;
36
- catactcod: activiteFields.catactcod;
37
- scrid: activiteFields.scrid;
38
- comcod: activiteFields.comcod;
39
- delegacod: activiteFields.delegacod;
40
- actlic: activiteFields.actlic;
41
- actlib: activiteFields.actlib;
42
- datdeb: activiteFields.datdeb;
43
- datfin: activiteFields.datfin;
44
- validdat: activiteFields.validdat;
45
- envjodat: activiteFields.envjodat;
46
- nb_participants: activiteFields.nb_participants;
47
- nb_delegations: activiteFields.nb_delegations;
48
- giacod: activiteFields.giacod;
49
- gecod: activiteFields.gecod;
50
-
51
- }
52
-
53
- export namespace activite_delegationFields {
54
- export type delegactid = number;
55
- export type actid = number;
56
- export type senmat = string;
57
- export type senmat_delegue = string | null;
58
- export type delegidx = number;
59
-
60
- }
61
-
62
- export interface activite_delegation {
63
- delegactid: activite_delegationFields.delegactid;
64
- actid: activite_delegationFields.actid;
65
- senmat: activite_delegationFields.senmat;
66
- senmat_delegue: activite_delegationFields.senmat_delegue;
67
- delegidx: activite_delegationFields.delegidx;
68
-
69
- }
70
-
71
- export namespace activite_loiFields {
72
- export type actid = number;
73
- export type loicod = string;
74
-
75
- }
76
-
77
- export interface activite_loi {
78
- actid: activite_loiFields.actid;
79
- loicod: activite_loiFields.loicod;
80
-
81
- }
82
-
83
- export namespace activite_participantFields {
84
- export type actparid = number;
85
- export type actid = number;
86
- export type senmat = string;
87
- export type fapcod = string;
88
- export type fapidx = number | null;
89
- export type typactparcod = string;
90
-
91
- }
92
-
93
- export interface activite_participant {
94
- actparid: activite_participantFields.actparid;
95
- actid: activite_participantFields.actid;
96
- senmat: activite_participantFields.senmat;
97
- fapcod: activite_participantFields.fapcod;
98
- fapidx: activite_participantFields.fapidx;
99
- typactparcod: activite_participantFields.typactparcod;
100
-
101
- }
102
-
103
- export namespace activite_senateurFields {
104
- export type actsenid = number;
105
- export type senmat = string;
106
- export type typactsencod = string;
107
- export type datdeb = Date;
108
- export type datfin = Date;
109
- export type libelle = string | null;
110
-
111
- }
112
-
113
- export interface activite_senateur {
114
- actsenid: activite_senateurFields.actsenid;
115
- senmat: activite_senateurFields.senmat;
116
- typactsencod: activite_senateurFields.typactsencod;
117
- datdeb: activite_senateurFields.datdeb;
118
- datfin: activite_senateurFields.datfin;
119
- libelle: activite_senateurFields.libelle;
120
-
121
- }
122
-
123
- export namespace activites_lieesFields {
124
- export type gauche = number;
125
- export type droite = number;
126
-
127
- }
128
-
129
- export interface activites_liees {
130
- gauche: activites_lieesFields.gauche;
131
- droite: activites_lieesFields.droite;
132
-
133
- }
134
-
135
- export namespace actproFields {
136
- export type actprocod = string;
137
- export type actprolib = string;
138
- export type actpronumtri = number | null;
139
- export type syscredat = Date | null;
140
- export type sysmajdat = Date | null;
141
-
142
- }
143
-
144
- export interface actpro {
145
- actprocod: actproFields.actprocod;
146
- actprolib: actproFields.actprolib;
147
- actpronumtri: actproFields.actpronumtri;
148
- syscredat: actproFields.syscredat;
149
- sysmajdat: actproFields.sysmajdat;
150
-
151
- }
152
-
153
- export namespace adresseFields {
154
- export type adrid = number;
155
- export type poiconid = number;
156
- export type typbistercod = string;
157
- export type typvoicod = string;
158
- export type adrcmp = string | null;
159
- export type adrcmp2 = string | null;
160
- export type adrnumvoi = string | null;
161
- export type adrnomvoi = string | null;
162
- export type adrcom = string | null;
163
- export type adrcodpos = string | null;
164
- export type adrburdis = string | null;
165
- export type adrcdxcod = string | null;
166
- export type adrcdxlib = string | null;
167
- export type adrnumtri = number | null;
168
- export type syscredat = Date | null;
169
- export type sysmajdat = Date | null;
170
-
171
- }
172
-
173
- export interface adresse {
174
- adrid: adresseFields.adrid;
175
- poiconid: adresseFields.poiconid;
176
- typbistercod: adresseFields.typbistercod;
177
- typvoicod: adresseFields.typvoicod;
178
- adrcmp: adresseFields.adrcmp;
179
- adrcmp2: adresseFields.adrcmp2;
180
- adrnumvoi: adresseFields.adrnumvoi;
181
- adrnomvoi: adresseFields.adrnomvoi;
182
- adrcom: adresseFields.adrcom;
183
- adrcodpos: adresseFields.adrcodpos;
184
- adrburdis: adresseFields.adrburdis;
185
- adrcdxcod: adresseFields.adrcdxcod;
186
- adrcdxlib: adresseFields.adrcdxlib;
187
- adrnumtri: adresseFields.adrnumtri;
188
- syscredat: adresseFields.syscredat;
189
- sysmajdat: adresseFields.sysmajdat;
190
-
191
- }
192
-
193
- export namespace assterFields {
194
- export type asstercod = string;
195
- export type assterlib = string | null;
196
- export type assterlic = string | null;
197
- export type assternumtri = number | null;
198
- export type assterurlcmp = string | null;
199
- export type syscredat = Date | null;
200
- export type sysmajdat = Date | null;
201
- export type assterart = string | null;
202
-
203
- }
204
-
205
- export interface asster {
206
- asstercod: assterFields.asstercod;
207
- assterlib: assterFields.assterlib;
208
- assterlic: assterFields.assterlic;
209
- assternumtri: assterFields.assternumtri;
210
- assterurlcmp: assterFields.assterurlcmp;
211
- syscredat: assterFields.syscredat;
212
- sysmajdat: assterFields.sysmajdat;
213
- assterart: assterFields.assterart;
214
-
215
- }
216
-
217
- export namespace burFields {
218
- export type burcod = string;
219
- export type burlib = string | null;
220
- export type burlic = string | null;
221
- export type burnumtri = number | null;
222
- export type burlil = string | null;
223
- export type burlibhon = string | null;
224
- export type burlicfem = string | null;
225
- export type burlibfem = string | null;
226
- export type burlilfem = string | null;
227
- export type burlicplu = string | null;
228
- export type burlibplu = string | null;
229
- export type burlilplu = string | null;
230
- export type burlibhonfem = string | null;
231
- export type burlibhonplu = string | null;
232
- export type syscredat = Date | null;
233
- export type sysmajdat = Date | null;
234
- export type burlicfemplu = string | null;
235
- export type burlibfemplu = string | null;
236
- export type burlilfemplu = string | null;
237
-
238
- }
239
-
240
- export interface bur {
241
- burcod: burFields.burcod;
242
- burlib: burFields.burlib;
243
- burlic: burFields.burlic;
244
- burnumtri: burFields.burnumtri;
245
- burlil: burFields.burlil;
246
- burlibhon: burFields.burlibhon;
247
- burlicfem: burFields.burlicfem;
248
- burlibfem: burFields.burlibfem;
249
- burlilfem: burFields.burlilfem;
250
- burlicplu: burFields.burlicplu;
251
- burlibplu: burFields.burlibplu;
252
- burlilplu: burFields.burlilplu;
253
- burlibhonfem: burFields.burlibhonfem;
254
- burlibhonplu: burFields.burlibhonplu;
255
- syscredat: burFields.syscredat;
256
- sysmajdat: burFields.sysmajdat;
257
- burlicfemplu: burFields.burlicfemplu;
258
- burlibfemplu: burFields.burlibfemplu;
259
- burlilfemplu: burFields.burlilfemplu;
260
-
261
- }
262
-
263
- export namespace categorie_activiteFields {
264
- export type catactcod = string;
265
- export type catactlic = string;
266
- export type catactlib = string;
267
- export type pleniere = number | null;
268
- export type catactlibtap = string | null;
269
- export type publiee_jo = number | null;
270
-
271
- }
272
-
273
- export interface categorie_activite {
274
- catactcod: categorie_activiteFields.catactcod;
275
- catactlic: categorie_activiteFields.catactlic;
276
- catactlib: categorie_activiteFields.catactlib;
277
- pleniere: categorie_activiteFields.pleniere;
278
- catactlibtap: categorie_activiteFields.catactlibtap;
279
- publiee_jo: categorie_activiteFields.publiee_jo;
280
-
281
- }
282
-
283
- export namespace comFields {
284
- export type typorgcod = string;
285
- export type orgcod = string;
286
- export type orgnumtri = number | null;
287
- export type orgdatcre = Date | null;
288
- export type orgdatfin = Date | null;
289
- export type orgnumtie = string | null;
290
- export type temvalcod = string | null;
291
- export type evelic = string | null;
292
- export type evelib = string | null;
293
- export type evelil = string | null;
294
- export type orgart = string | null;
295
- export type comlilmin = string | null;
296
- export type orgurlsim = string | null;
297
- export type orgurlcmp = string | null;
298
- export type comlibameli = string | null;
299
- export type comcodameli = string | null;
300
- export type divcod = string | null;
301
- export type syscredat = Date | null;
302
- export type sysmajdat = Date | null;
303
-
304
- }
305
-
306
- export interface com {
307
- typorgcod: comFields.typorgcod;
308
- orgcod: comFields.orgcod;
309
- orgnumtri: comFields.orgnumtri;
310
- orgdatcre: comFields.orgdatcre;
311
- orgdatfin: comFields.orgdatfin;
312
- orgnumtie: comFields.orgnumtie;
313
- temvalcod: comFields.temvalcod;
314
- evelic: comFields.evelic;
315
- evelib: comFields.evelib;
316
- evelil: comFields.evelil;
317
- orgart: comFields.orgart;
318
- comlilmin: comFields.comlilmin;
319
- orgurlsim: comFields.orgurlsim;
320
- orgurlcmp: comFields.orgurlcmp;
321
- comlibameli: comFields.comlibameli;
322
- comcodameli: comFields.comcodameli;
323
- divcod: comFields.divcod;
324
- syscredat: comFields.syscredat;
325
- sysmajdat: comFields.sysmajdat;
326
-
327
- }
328
-
329
- export namespace cspFields {
330
- export type cspcod = string;
331
- export type catprocod = string;
332
- export type cspfamcod = string;
333
- export type csplib = string | null;
334
- export type cspnumtri = number | null;
335
- export type syscredat = Date | null;
336
- export type sysmajdat = Date | null;
337
-
338
- }
339
-
340
- export interface csp {
341
- cspcod: cspFields.cspcod;
342
- catprocod: cspFields.catprocod;
343
- cspfamcod: cspFields.cspfamcod;
344
- csplib: cspFields.csplib;
345
- cspnumtri: cspFields.cspnumtri;
346
- syscredat: cspFields.syscredat;
347
- sysmajdat: cspFields.sysmajdat;
348
-
349
- }
350
-
351
- export namespace delegaFields {
352
- export type typorgcod = string;
353
- export type orgcod = string;
354
- export type orgnumtri = number | null;
355
- export type orgdatcre = Date | null;
356
- export type orgdatfin = Date | null;
357
- export type orgnumtie = string | null;
358
- export type temvalcod = string | null;
359
- export type evelic = string | null;
360
- export type evelib = string | null;
361
- export type evelil = string | null;
362
- export type orgart = string | null;
363
- export type orgurlsim = string | null;
364
- export type orgurlcmp = string | null;
365
- export type orgregjur = string | null;
366
- export type orgmoddes = string | null;
367
- export type orgmemdep = string | null;
368
- export type syscredat = Date | null;
369
- export type sysmajdat = Date | null;
370
-
371
- }
372
-
373
- export interface delega {
374
- typorgcod: delegaFields.typorgcod;
375
- orgcod: delegaFields.orgcod;
376
- orgnumtri: delegaFields.orgnumtri;
377
- orgdatcre: delegaFields.orgdatcre;
378
- orgdatfin: delegaFields.orgdatfin;
379
- orgnumtie: delegaFields.orgnumtie;
380
- temvalcod: delegaFields.temvalcod;
381
- evelic: delegaFields.evelic;
382
- evelib: delegaFields.evelib;
383
- evelil: delegaFields.evelil;
384
- orgart: delegaFields.orgart;
385
- orgurlsim: delegaFields.orgurlsim;
386
- orgurlcmp: delegaFields.orgurlcmp;
387
- orgregjur: delegaFields.orgregjur;
388
- orgmoddes: delegaFields.orgmoddes;
389
- orgmemdep: delegaFields.orgmemdep;
390
- syscredat: delegaFields.syscredat;
391
- sysmajdat: delegaFields.sysmajdat;
392
-
393
- }
394
-
395
- export namespace designFields {
396
- export type designcod = string;
397
- export type moddescod = string;
398
- export type temvalcod = string | null;
399
- export type orgcod = string;
400
- export type evelic = string | null;
401
- export type evelib = string | null;
402
- export type evelil = string | null;
403
- export type eveobs = string | null;
404
- export type designnumtri = number | null;
405
- export type syscredat = Date | null;
406
- export type sysmajdat = Date | null;
407
-
408
- }
409
-
410
- export interface design {
411
- designcod: designFields.designcod;
412
- moddescod: designFields.moddescod;
413
- temvalcod: designFields.temvalcod;
414
- orgcod: designFields.orgcod;
415
- evelic: designFields.evelic;
416
- evelib: designFields.evelib;
417
- evelil: designFields.evelil;
418
- eveobs: designFields.eveobs;
419
- designnumtri: designFields.designnumtri;
420
- syscredat: designFields.syscredat;
421
- sysmajdat: designFields.sysmajdat;
422
-
423
- }
424
-
425
- export namespace designoepFields {
426
- export type designcod = string;
427
- export type temvalcod = string | null;
428
- export type orgcod = string;
429
- export type evelic = string | null;
430
- export type evelib = string | null;
431
- export type evelil = string | null;
432
- export type designoepnumtri = number | null;
433
- export type designoepnbrtit = number | null;
434
- export type designoepnbrsup = number | null;
435
- export type designoepdatdeb = Date | null;
436
- export type designoepdatfin = Date | null;
437
- export type designoepid = number;
438
- export type syscredat = Date | null;
439
- export type sysmajdat = Date | null;
440
- export type fonmemextparcod = string;
441
- export type fontemrem = string | null;
442
- export type fonremlil = string | null;
443
-
444
- }
445
-
446
- export interface designoep {
447
- designcod: designoepFields.designcod;
448
- temvalcod: designoepFields.temvalcod;
449
- orgcod: designoepFields.orgcod;
450
- evelic: designoepFields.evelic;
451
- evelib: designoepFields.evelib;
452
- evelil: designoepFields.evelil;
453
- designoepnumtri: designoepFields.designoepnumtri;
454
- designoepnbrtit: designoepFields.designoepnbrtit;
455
- designoepnbrsup: designoepFields.designoepnbrsup;
456
- designoepdatdeb: designoepFields.designoepdatdeb;
457
- designoepdatfin: designoepFields.designoepdatfin;
458
- designoepid: designoepFields.designoepid;
459
- syscredat: designoepFields.syscredat;
460
- sysmajdat: designoepFields.sysmajdat;
461
- fonmemextparcod: designoepFields.fonmemextparcod;
462
- fontemrem: designoepFields.fontemrem;
463
- fonremlil: designoepFields.fonremlil;
464
-
465
- }
466
-
467
- export namespace designorgFields {
468
- export type designcod = string;
469
- export type temvalcod = string | null;
470
- export type evelic = string | null;
471
- export type evelib = string | null;
472
- export type evelil = string | null;
473
- export type eveobs = string | null;
474
- export type designnumtri = number | null;
475
- export type designlib = string | null;
476
- export type designlic = string | null;
477
- export type designlil = string | null;
478
- export type designlibfem = string | null;
479
- export type designlicfem = string | null;
480
- export type designlilfem = string | null;
481
- export type syscredat = Date | null;
482
- export type sysmajdat = Date | null;
483
-
484
- }
485
-
486
- export interface designorg {
487
- designcod: designorgFields.designcod;
488
- temvalcod: designorgFields.temvalcod;
489
- evelic: designorgFields.evelic;
490
- evelib: designorgFields.evelib;
491
- evelil: designorgFields.evelil;
492
- eveobs: designorgFields.eveobs;
493
- designnumtri: designorgFields.designnumtri;
494
- designlib: designorgFields.designlib;
495
- designlic: designorgFields.designlic;
496
- designlil: designorgFields.designlil;
497
- designlibfem: designorgFields.designlibfem;
498
- designlicfem: designorgFields.designlicfem;
499
- designlilfem: designorgFields.designlilfem;
500
- syscredat: designorgFields.syscredat;
501
- sysmajdat: designorgFields.sysmajdat;
502
-
503
- }
504
-
505
- export namespace dptFields {
506
- export type dptnum = number;
507
- export type dptcod = string;
508
- export type dptlib = string;
509
- export type dptnbrsen = number | null;
510
- export type dptmodscrsen = string | null;
511
- export type dptser = string;
512
- export type regcod = string;
513
- export type dptnumtri = number;
514
- export type dptlic = string | null;
515
- export type dptart = string | null;
516
- export type dptlibtri = string | null;
517
- export type temvalcod = string | null;
518
- export type evelic = string | null;
519
- export type evelib = string | null;
520
- export type evelil = string | null;
521
- export type dptser2004 = string | null;
522
- export type dptcmt = string | null;
523
- export type dptdatdeb = Date | null;
524
- export type dptdatfin = Date | null;
525
- export type dpturlcmp = string | null;
526
- export type syscredat = Date | null;
527
- export type sysmajdat = Date | null;
528
-
529
- }
530
-
531
- export interface dpt {
532
- dptnum: dptFields.dptnum;
533
- dptcod: dptFields.dptcod;
534
- dptlib: dptFields.dptlib;
535
- dptnbrsen: dptFields.dptnbrsen;
536
- dptmodscrsen: dptFields.dptmodscrsen;
537
- dptser: dptFields.dptser;
538
- regcod: dptFields.regcod;
539
- dptnumtri: dptFields.dptnumtri;
540
- dptlic: dptFields.dptlic;
541
- dptart: dptFields.dptart;
542
- dptlibtri: dptFields.dptlibtri;
543
- temvalcod: dptFields.temvalcod;
544
- evelic: dptFields.evelic;
545
- evelib: dptFields.evelib;
546
- evelil: dptFields.evelil;
547
- dptser2004: dptFields.dptser2004;
548
- dptcmt: dptFields.dptcmt;
549
- dptdatdeb: dptFields.dptdatdeb;
550
- dptdatfin: dptFields.dptdatfin;
551
- dpturlcmp: dptFields.dpturlcmp;
552
- syscredat: dptFields.syscredat;
553
- sysmajdat: dptFields.sysmajdat;
554
-
555
- }
556
-
557
- export namespace dpteleFields {
558
- export type dptnum = number;
559
- export type dptelenbrsie = number | null;
560
- export type dpteleid = number;
561
- export type typelecod = string;
562
- export type validcod = string;
563
- export type valid2cod = string;
564
- export type participaidt1 = number | null;
565
- export type participaidt2 = number | null;
566
- export type syscredat = Date | null;
567
- export type sysmajdat = Date | null;
568
- export type eleid = number;
569
- export type dptelenbrsiepvr = number | null;
570
- export type dptelecmt = string | null;
571
-
572
- }
573
-
574
- export interface dptele {
575
- dptnum: dpteleFields.dptnum;
576
- dptelenbrsie: dpteleFields.dptelenbrsie;
577
- dpteleid: dpteleFields.dpteleid;
578
- typelecod: dpteleFields.typelecod;
579
- validcod: dpteleFields.validcod;
580
- valid2cod: dpteleFields.valid2cod;
581
- participaidt1: dpteleFields.participaidt1;
582
- participaidt2: dpteleFields.participaidt2;
583
- syscredat: dpteleFields.syscredat;
584
- sysmajdat: dpteleFields.sysmajdat;
585
- eleid: dpteleFields.eleid;
586
- dptelenbrsiepvr: dpteleFields.dptelenbrsiepvr;
587
- dptelecmt: dpteleFields.dptelecmt;
588
-
589
- }
590
-
591
- export namespace dpttypmanFields {
592
- export type dptnum = number;
593
- export type typmancod = string;
594
- export type dpttypmanid = number;
595
-
596
- }
597
-
598
- export interface dpttypman {
599
- dptnum: dpttypmanFields.dptnum;
600
- typmancod: dpttypmanFields.typmancod;
601
- dpttypmanid: dpttypmanFields.dpttypmanid;
602
-
603
- }
604
-
605
- export namespace eleFields {
606
- export type typmancod = string;
607
- export type eleann = string;
608
- export type eledat = Date | null;
609
- export type eledatdeb = Date | null;
610
- export type eledatfinpre = Date | null;
611
- export type eleser = string | null;
612
- export type elelic = string | null;
613
- export type elelib = string | null;
614
- export type elelil = string | null;
615
- export type syscredat = Date | null;
616
- export type sysmajdat = Date | null;
617
- export type eleid = number;
618
- export type elepar = string | null;
619
-
620
- }
621
-
622
- export interface ele {
623
- typmancod: eleFields.typmancod;
624
- eleann: eleFields.eleann;
625
- eledat: eleFields.eledat;
626
- eledatdeb: eleFields.eledatdeb;
627
- eledatfinpre: eleFields.eledatfinpre;
628
- eleser: eleFields.eleser;
629
- elelic: eleFields.elelic;
630
- elelib: eleFields.elelib;
631
- elelil: eleFields.elelil;
632
- syscredat: eleFields.syscredat;
633
- sysmajdat: eleFields.sysmajdat;
634
- eleid: eleFields.eleid;
635
- elepar: eleFields.elepar;
636
-
637
- }
638
-
639
- export namespace elucanFields {
640
- export type eluid = number;
641
- export type eludatdeb = Date | null;
642
- export type eludatelu = Date | null;
643
- export type eludatfin = Date | null;
644
- export type temvalcod = string | null;
645
- export type evelic = string | null;
646
- export type evelib = string | null;
647
- export type evelil = string | null;
648
- export type eveobs = string | null;
649
- export type eluanndeb = number | null;
650
- export type eluannfin = number | null;
651
- export type elunbrhab = number | null;
652
- export type typmancod = string | null;
653
- export type dptnum = number | null;
654
- export type senmat = string;
655
- export type canart = string | null;
656
- export type eludatcum = Date | null;
657
- export type syscredat = Date | null;
658
- export type sysmajdat = Date | null;
659
-
660
- }
661
-
662
- export interface elucan {
663
- eluid: elucanFields.eluid;
664
- eludatdeb: elucanFields.eludatdeb;
665
- eludatelu: elucanFields.eludatelu;
666
- eludatfin: elucanFields.eludatfin;
667
- temvalcod: elucanFields.temvalcod;
668
- evelic: elucanFields.evelic;
669
- evelib: elucanFields.evelib;
670
- evelil: elucanFields.evelil;
671
- eveobs: elucanFields.eveobs;
672
- eluanndeb: elucanFields.eluanndeb;
673
- eluannfin: elucanFields.eluannfin;
674
- elunbrhab: elucanFields.elunbrhab;
675
- typmancod: elucanFields.typmancod;
676
- dptnum: elucanFields.dptnum;
677
- senmat: elucanFields.senmat;
678
- canart: elucanFields.canart;
679
- eludatcum: elucanFields.eludatcum;
680
- syscredat: elucanFields.syscredat;
681
- sysmajdat: elucanFields.sysmajdat;
682
-
683
- }
684
-
685
- export namespace eludepFields {
686
- export type eluid = number;
687
- export type eludatdeb = Date | null;
688
- export type depcod = string | null;
689
- export type eludatelu = Date | null;
690
- export type eludatfin = Date | null;
691
- export type temvalcod = string | null;
692
- export type evelic = string | null;
693
- export type evelib = string | null;
694
- export type evelil = string | null;
695
- export type eveobs = string | null;
696
- export type eluanndeb = number | null;
697
- export type eluannfin = number | null;
698
- export type elunbrhab = number | null;
699
- export type typmancod = string | null;
700
- export type senmat = string;
701
- export type eludatcum = Date | null;
702
- export type syscredat = Date | null;
703
- export type sysmajdat = Date | null;
704
- export type id_organe_assnat = string | null;
705
- export type circo = number | null;
706
-
707
- }
708
-
709
- export interface eludep {
710
- eluid: eludepFields.eluid;
711
- eludatdeb: eludepFields.eludatdeb;
712
- depcod: eludepFields.depcod;
713
- eludatelu: eludepFields.eludatelu;
714
- eludatfin: eludepFields.eludatfin;
715
- temvalcod: eludepFields.temvalcod;
716
- evelic: eludepFields.evelic;
717
- evelib: eludepFields.evelib;
718
- evelil: eludepFields.evelil;
719
- eveobs: eludepFields.eveobs;
720
- eluanndeb: eludepFields.eluanndeb;
721
- eluannfin: eludepFields.eluannfin;
722
- elunbrhab: eludepFields.elunbrhab;
723
- typmancod: eludepFields.typmancod;
724
- senmat: eludepFields.senmat;
725
- eludatcum: eludepFields.eludatcum;
726
- syscredat: eludepFields.syscredat;
727
- sysmajdat: eludepFields.sysmajdat;
728
- id_organe_assnat: eludepFields.id_organe_assnat;
729
- circo: eludepFields.circo;
730
-
731
- }
732
-
733
- export namespace eludivFields {
734
- export type eluid = number;
735
- export type eludatdeb = Date | null;
736
- export type eludatelu = Date | null;
737
- export type eludatfin = Date | null;
738
- export type temvalcod = string | null;
739
- export type evelic = string | null;
740
- export type evelib = string | null;
741
- export type evelil = string | null;
742
- export type eveobs = string | null;
743
- export type eluanndeb = number | null;
744
- export type eluannfin = number | null;
745
- export type elunbrhab = number | null;
746
- export type typmancod = string | null;
747
- export type senmat = string;
748
- export type eludatcum = Date | null;
749
- export type eludivurlcmp = string | null;
750
- export type eludivart = string | null;
751
- export type syscredat = Date | null;
752
- export type sysmajdat = Date | null;
753
-
754
- }
755
-
756
- export interface eludiv {
757
- eluid: eludivFields.eluid;
758
- eludatdeb: eludivFields.eludatdeb;
759
- eludatelu: eludivFields.eludatelu;
760
- eludatfin: eludivFields.eludatfin;
761
- temvalcod: eludivFields.temvalcod;
762
- evelic: eludivFields.evelic;
763
- evelib: eludivFields.evelib;
764
- evelil: eludivFields.evelil;
765
- eveobs: eludivFields.eveobs;
766
- eluanndeb: eludivFields.eluanndeb;
767
- eluannfin: eludivFields.eluannfin;
768
- elunbrhab: eludivFields.elunbrhab;
769
- typmancod: eludivFields.typmancod;
770
- senmat: eludivFields.senmat;
771
- eludatcum: eludivFields.eludatcum;
772
- eludivurlcmp: eludivFields.eludivurlcmp;
773
- eludivart: eludivFields.eludivart;
774
- syscredat: eludivFields.syscredat;
775
- sysmajdat: eludivFields.sysmajdat;
776
-
777
- }
778
-
779
- export namespace elueurFields {
780
- export type eluid = number;
781
- export type eludatdeb = Date | null;
782
- export type eludatelu = Date | null;
783
- export type eludatfin = Date | null;
784
- export type nationcod = string | null;
785
- export type temvalcod = string | null;
786
- export type evelic = string | null;
787
- export type evelib = string | null;
788
- export type evelil = string | null;
789
- export type eveobs = string | null;
790
- export type eluanndeb = number | null;
791
- export type eluannfin = number | null;
792
- export type elunbrhab = number | null;
793
- export type typmancod = string | null;
794
- export type senmat = string;
795
- export type eludatcum = Date | null;
796
- export type syscredat = Date | null;
797
- export type sysmajdat = Date | null;
798
-
799
- }
800
-
801
- export interface elueur {
802
- eluid: elueurFields.eluid;
803
- eludatdeb: elueurFields.eludatdeb;
804
- eludatelu: elueurFields.eludatelu;
805
- eludatfin: elueurFields.eludatfin;
806
- nationcod: elueurFields.nationcod;
807
- temvalcod: elueurFields.temvalcod;
808
- evelic: elueurFields.evelic;
809
- evelib: elueurFields.evelib;
810
- evelil: elueurFields.evelil;
811
- eveobs: elueurFields.eveobs;
812
- eluanndeb: elueurFields.eluanndeb;
813
- eluannfin: elueurFields.eluannfin;
814
- elunbrhab: elueurFields.elunbrhab;
815
- typmancod: elueurFields.typmancod;
816
- senmat: elueurFields.senmat;
817
- eludatcum: elueurFields.eludatcum;
818
- syscredat: elueurFields.syscredat;
819
- sysmajdat: elueurFields.sysmajdat;
820
-
821
- }
822
-
823
- export namespace eluregFields {
824
- export type eluid = number;
825
- export type eludatdeb = Date | null;
826
- export type regcod = string | null;
827
- export type eludatelu = Date | null;
828
- export type eludatfin = Date | null;
829
- export type temvalcod = string | null;
830
- export type evelic = string | null;
831
- export type evelib = string | null;
832
- export type evelil = string | null;
833
- export type eveobs = string | null;
834
- export type eluanndeb = number | null;
835
- export type eluannfin = number | null;
836
- export type elunbrhab = number | null;
837
- export type typmancod = string | null;
838
- export type senmat = string;
839
- export type eludatcum = Date | null;
840
- export type syscredat = Date | null;
841
- export type sysmajdat = Date | null;
842
-
843
- }
844
-
845
- export interface elureg {
846
- eluid: eluregFields.eluid;
847
- eludatdeb: eluregFields.eludatdeb;
848
- regcod: eluregFields.regcod;
849
- eludatelu: eluregFields.eludatelu;
850
- eludatfin: eluregFields.eludatfin;
851
- temvalcod: eluregFields.temvalcod;
852
- evelic: eluregFields.evelic;
853
- evelib: eluregFields.evelib;
854
- evelil: eluregFields.evelil;
855
- eveobs: eluregFields.eveobs;
856
- eluanndeb: eluregFields.eluanndeb;
857
- eluannfin: eluregFields.eluannfin;
858
- elunbrhab: eluregFields.elunbrhab;
859
- typmancod: eluregFields.typmancod;
860
- senmat: eluregFields.senmat;
861
- eludatcum: eluregFields.eludatcum;
862
- syscredat: eluregFields.syscredat;
863
- sysmajdat: eluregFields.sysmajdat;
864
-
865
- }
866
-
867
- export namespace elusenFields {
868
- export type eluid = number;
869
- export type dptnum = number;
870
- export type eludatdeb = Date | null;
871
- export type eludatelu = Date | null;
872
- export type eludatfin = Date | null;
873
- export type etadebmancod = string;
874
- export type etafinmancod = string | null;
875
- export type temvalcod = string | null;
876
- export type evelic = string | null;
877
- export type evelib = string | null;
878
- export type evelil = string | null;
879
- export type eluanndeb = number | null;
880
- export type eluannfin = number | null;
881
- export type typmancod = string | null;
882
- export type senmat = string;
883
- export type eludatcum = Date | null;
884
- export type turelucod = string;
885
- export type syscredat = Date | null;
886
- export type sysmajdat = Date | null;
887
-
888
- }
889
-
890
- export interface elusen {
891
- eluid: elusenFields.eluid;
892
- dptnum: elusenFields.dptnum;
893
- eludatdeb: elusenFields.eludatdeb;
894
- eludatelu: elusenFields.eludatelu;
895
- eludatfin: elusenFields.eludatfin;
896
- etadebmancod: elusenFields.etadebmancod;
897
- etafinmancod: elusenFields.etafinmancod;
898
- temvalcod: elusenFields.temvalcod;
899
- evelic: elusenFields.evelic;
900
- evelib: elusenFields.evelib;
901
- evelil: elusenFields.evelil;
902
- eluanndeb: elusenFields.eluanndeb;
903
- eluannfin: elusenFields.eluannfin;
904
- typmancod: elusenFields.typmancod;
905
- senmat: elusenFields.senmat;
906
- eludatcum: elusenFields.eludatcum;
907
- turelucod: elusenFields.turelucod;
908
- syscredat: elusenFields.syscredat;
909
- sysmajdat: elusenFields.sysmajdat;
910
-
911
- }
912
-
913
- export namespace eluterFields {
914
- export type eluid = number;
915
- export type asstercod = string | null;
916
- export type typmancod = string | null;
917
- export type temvalcod = string | null;
918
- export type evelic = string | null;
919
- export type evelib = string | null;
920
- export type evelil = string | null;
921
- export type eveobs = string | null;
922
- export type eludatdeb = Date | null;
923
- export type eluanndeb = number | null;
924
- export type eludatelu = Date | null;
925
- export type eludatfin = Date | null;
926
- export type eluannfin = number | null;
927
- export type elunbrhab = number | null;
928
- export type senmat = string;
929
- export type eludatcum = Date | null;
930
- export type syscredat = Date | null;
931
- export type sysmajdat = Date | null;
932
-
933
- }
934
-
935
- export interface eluter {
936
- eluid: eluterFields.eluid;
937
- asstercod: eluterFields.asstercod;
938
- typmancod: eluterFields.typmancod;
939
- temvalcod: eluterFields.temvalcod;
940
- evelic: eluterFields.evelic;
941
- evelib: eluterFields.evelib;
942
- evelil: eluterFields.evelil;
943
- eveobs: eluterFields.eveobs;
944
- eludatdeb: eluterFields.eludatdeb;
945
- eluanndeb: eluterFields.eluanndeb;
946
- eludatelu: eluterFields.eludatelu;
947
- eludatfin: eluterFields.eludatfin;
948
- eluannfin: eluterFields.eluannfin;
949
- elunbrhab: eluterFields.elunbrhab;
950
- senmat: eluterFields.senmat;
951
- eludatcum: eluterFields.eludatcum;
952
- syscredat: eluterFields.syscredat;
953
- sysmajdat: eluterFields.sysmajdat;
954
-
955
- }
956
-
957
- export namespace elutitFields {
958
- export type eluid = number;
959
- export type titeluid = number;
960
- export type titelecod = string;
961
- export type titeludatdeb = Date | null;
962
- export type titeluanndeb = number | null;
963
- export type titeludatfin = Date | null;
964
- export type titeluannfin = number | null;
965
- export type temvalcod = string | null;
966
- export type evelic = string | null;
967
- export type evelib = string | null;
968
- export type evelil = string | null;
969
- export type titeluhon = string | null;
970
- export type syscredat = Date | null;
971
- export type sysmajdat = Date | null;
972
-
973
- }
974
-
975
- export interface elutit {
976
- eluid: elutitFields.eluid;
977
- titeluid: elutitFields.titeluid;
978
- titelecod: elutitFields.titelecod;
979
- titeludatdeb: elutitFields.titeludatdeb;
980
- titeluanndeb: elutitFields.titeluanndeb;
981
- titeludatfin: elutitFields.titeludatfin;
982
- titeluannfin: elutitFields.titeluannfin;
983
- temvalcod: elutitFields.temvalcod;
984
- evelic: elutitFields.evelic;
985
- evelib: elutitFields.evelib;
986
- evelil: elutitFields.evelil;
987
- titeluhon: elutitFields.titeluhon;
988
- syscredat: elutitFields.syscredat;
989
- sysmajdat: elutitFields.sysmajdat;
990
-
991
- }
992
-
993
- export namespace eluvilFields {
994
- export type eluid = number;
995
- export type eludatdeb = Date | null;
996
- export type eludatelu = Date | null;
997
- export type eludatfin = Date | null;
998
- export type temvalcod = string | null;
999
- export type evelic = string | null;
1000
- export type evelib = string | null;
1001
- export type evelil = string | null;
1002
- export type eveobs = string | null;
1003
- export type eluanndeb = number | null;
1004
- export type eluannfin = number | null;
1005
- export type elunbrhab = number | null;
1006
- export type typmancod = string | null;
1007
- export type senmat = string;
1008
- export type vilart = string | null;
1009
- export type eludatcum = Date | null;
1010
- export type vilurlcmp = string | null;
1011
- export type url = string | null;
1012
- export type syscredat = Date | null;
1013
- export type sysmajdat = Date | null;
1014
-
1015
- }
1016
-
1017
- export interface eluvil {
1018
- eluid: eluvilFields.eluid;
1019
- eludatdeb: eluvilFields.eludatdeb;
1020
- eludatelu: eluvilFields.eludatelu;
1021
- eludatfin: eluvilFields.eludatfin;
1022
- temvalcod: eluvilFields.temvalcod;
1023
- evelic: eluvilFields.evelic;
1024
- evelib: eluvilFields.evelib;
1025
- evelil: eluvilFields.evelil;
1026
- eveobs: eluvilFields.eveobs;
1027
- eluanndeb: eluvilFields.eluanndeb;
1028
- eluannfin: eluvilFields.eluannfin;
1029
- elunbrhab: eluvilFields.elunbrhab;
1030
- typmancod: eluvilFields.typmancod;
1031
- senmat: eluvilFields.senmat;
1032
- vilart: eluvilFields.vilart;
1033
- eludatcum: eluvilFields.eludatcum;
1034
- vilurlcmp: eluvilFields.vilurlcmp;
1035
- url: eluvilFields.url;
1036
- syscredat: eluvilFields.syscredat;
1037
- sysmajdat: eluvilFields.sysmajdat;
1038
-
1039
- }
1040
-
1041
- export namespace etadebmanFields {
1042
- export type etadebmancod = string;
1043
- export type etadebmanlic = string;
1044
- export type etadebmanlib = string;
1045
- export type etadebmannumtri = number | null;
1046
- export type etadebmanlil = string | null;
1047
- export type etadebmanlicfem = string | null;
1048
- export type etadebmanlibfem = string | null;
1049
- export type etadebmanlilfem = string | null;
1050
- export type etadebmanlicplu = string | null;
1051
- export type etadebmanlibplu = string | null;
1052
- export type etadebmanlilplu = string | null;
1053
- export type syscredat = Date | null;
1054
- export type sysmajdat = Date | null;
1055
-
1056
- }
1057
-
1058
- export interface etadebman {
1059
- etadebmancod: etadebmanFields.etadebmancod;
1060
- etadebmanlic: etadebmanFields.etadebmanlic;
1061
- etadebmanlib: etadebmanFields.etadebmanlib;
1062
- etadebmannumtri: etadebmanFields.etadebmannumtri;
1063
- etadebmanlil: etadebmanFields.etadebmanlil;
1064
- etadebmanlicfem: etadebmanFields.etadebmanlicfem;
1065
- etadebmanlibfem: etadebmanFields.etadebmanlibfem;
1066
- etadebmanlilfem: etadebmanFields.etadebmanlilfem;
1067
- etadebmanlicplu: etadebmanFields.etadebmanlicplu;
1068
- etadebmanlibplu: etadebmanFields.etadebmanlibplu;
1069
- etadebmanlilplu: etadebmanFields.etadebmanlilplu;
1070
- syscredat: etadebmanFields.syscredat;
1071
- sysmajdat: etadebmanFields.sysmajdat;
1072
-
1073
- }
1074
-
1075
- export namespace etafinmanFields {
1076
- export type etafinmancod = string;
1077
- export type etafinmanlic = string;
1078
- export type etafinman = string;
1079
- export type etafinmannumtri = number | null;
1080
- export type etafinmanlil = string | null;
1081
- export type etafinmanlicfem = string | null;
1082
- export type etafinmanlibfem = string | null;
1083
- export type etafinmanlilfem = string | null;
1084
- export type etafinmanlicplu = string | null;
1085
- export type etafinmanlibplu = string | null;
1086
- export type etafinmanlilplu = string | null;
1087
- export type syscredat = Date | null;
1088
- export type sysmajdat = Date | null;
1089
-
1090
- }
1091
-
1092
- export interface etafinman {
1093
- etafinmancod: etafinmanFields.etafinmancod;
1094
- etafinmanlic: etafinmanFields.etafinmanlic;
1095
- etafinman: etafinmanFields.etafinman;
1096
- etafinmannumtri: etafinmanFields.etafinmannumtri;
1097
- etafinmanlil: etafinmanFields.etafinmanlil;
1098
- etafinmanlicfem: etafinmanFields.etafinmanlicfem;
1099
- etafinmanlibfem: etafinmanFields.etafinmanlibfem;
1100
- etafinmanlilfem: etafinmanFields.etafinmanlilfem;
1101
- etafinmanlicplu: etafinmanFields.etafinmanlicplu;
1102
- etafinmanlibplu: etafinmanFields.etafinmanlibplu;
1103
- etafinmanlilplu: etafinmanFields.etafinmanlilplu;
1104
- syscredat: etafinmanFields.syscredat;
1105
- sysmajdat: etafinmanFields.sysmajdat;
1106
-
1107
- }
1108
-
1109
- export namespace etasenFields {
1110
- export type etasencod = string;
1111
- export type etasenlic = string;
1112
- export type etasenlib = string | null;
1113
- export type etasennumtri = number | null;
1114
- export type etasenlil = string | null;
1115
- export type etasenlicfem = string | null;
1116
- export type etasenlibfem = string | null;
1117
- export type etasenlilfem = string | null;
1118
- export type etasenlicplu = string | null;
1119
- export type etasenlibplu = string | null;
1120
- export type etasenlilplu = string | null;
1121
- export type syscredat = Date | null;
1122
- export type sysmajdat = Date | null;
1123
-
1124
- }
1125
-
1126
- export interface etasen {
1127
- etasencod: etasenFields.etasencod;
1128
- etasenlic: etasenFields.etasenlic;
1129
- etasenlib: etasenFields.etasenlib;
1130
- etasennumtri: etasenFields.etasennumtri;
1131
- etasenlil: etasenFields.etasenlil;
1132
- etasenlicfem: etasenFields.etasenlicfem;
1133
- etasenlibfem: etasenFields.etasenlibfem;
1134
- etasenlilfem: etasenFields.etasenlilfem;
1135
- etasenlicplu: etasenFields.etasenlicplu;
1136
- etasenlibplu: etasenFields.etasenlibplu;
1137
- etasenlilplu: etasenFields.etasenlilplu;
1138
- syscredat: etasenFields.syscredat;
1139
- sysmajdat: etasenFields.sysmajdat;
1140
-
1141
- }
1142
-
1143
- export namespace fonact_participantFields {
1144
- export type fapcod = string;
1145
- export type faplic = string;
1146
- export type faplicfem = string;
1147
- export type faplib = string;
1148
- export type faplibfem = string;
1149
- export type faplicplu = string;
1150
- export type faplicfemplu = string;
1151
- export type faplibplu = string;
1152
- export type faplibfemplu = string;
1153
-
1154
- }
1155
-
1156
- export interface fonact_participant {
1157
- fapcod: fonact_participantFields.fapcod;
1158
- faplic: fonact_participantFields.faplic;
1159
- faplicfem: fonact_participantFields.faplicfem;
1160
- faplib: fonact_participantFields.faplib;
1161
- faplibfem: fonact_participantFields.faplibfem;
1162
- faplicplu: fonact_participantFields.faplicplu;
1163
- faplicfemplu: fonact_participantFields.faplicfemplu;
1164
- faplibplu: fonact_participantFields.faplibplu;
1165
- faplibfemplu: fonact_participantFields.faplibfemplu;
1166
-
1167
- }
1168
-
1169
- export namespace foncomFields {
1170
- export type foncomcod = string;
1171
- export type foncomlib = string;
1172
- export type foncomlic = string;
1173
- export type foncomnumtri = number | null;
1174
- export type foncomlil = string | null;
1175
- export type foncomlicfem = string | null;
1176
- export type foncomlibfem = string | null;
1177
- export type foncomlilfem = string | null;
1178
- export type foncomlicplu = string | null;
1179
- export type foncomlibplu = string | null;
1180
- export type foncomlilplu = string | null;
1181
- export type foncomlicfemplu = string | null;
1182
- export type foncomlibfemplu = string | null;
1183
- export type foncomlilfemplu = string | null;
1184
- export type syscredat = Date | null;
1185
- export type sysmajdat = Date | null;
1186
-
1187
- }
1188
-
1189
- export interface foncom {
1190
- foncomcod: foncomFields.foncomcod;
1191
- foncomlib: foncomFields.foncomlib;
1192
- foncomlic: foncomFields.foncomlic;
1193
- foncomnumtri: foncomFields.foncomnumtri;
1194
- foncomlil: foncomFields.foncomlil;
1195
- foncomlicfem: foncomFields.foncomlicfem;
1196
- foncomlibfem: foncomFields.foncomlibfem;
1197
- foncomlilfem: foncomFields.foncomlilfem;
1198
- foncomlicplu: foncomFields.foncomlicplu;
1199
- foncomlibplu: foncomFields.foncomlibplu;
1200
- foncomlilplu: foncomFields.foncomlilplu;
1201
- foncomlicfemplu: foncomFields.foncomlicfemplu;
1202
- foncomlibfemplu: foncomFields.foncomlibfemplu;
1203
- foncomlilfemplu: foncomFields.foncomlilfemplu;
1204
- syscredat: foncomFields.syscredat;
1205
- sysmajdat: foncomFields.sysmajdat;
1206
-
1207
- }
1208
-
1209
- export namespace fondelegaFields {
1210
- export type fondelcod = string;
1211
- export type fondellib = string;
1212
- export type fondellic = string;
1213
- export type fondelnumtri = number | null;
1214
- export type fondellil = string | null;
1215
- export type fondellicfem = string | null;
1216
- export type fondellibfem = string | null;
1217
- export type fondellilfem = string | null;
1218
- export type fondellicplu = string | null;
1219
- export type fondellibplu = string | null;
1220
- export type fondellilplu = string | null;
1221
- export type fondellicfemplu = string | null;
1222
- export type fondellibfemplu = string | null;
1223
- export type fondellilfemplu = string | null;
1224
- export type syscredat = Date | null;
1225
- export type sysmajdat = Date | null;
1226
-
1227
- }
1228
-
1229
- export interface fondelega {
1230
- fondelcod: fondelegaFields.fondelcod;
1231
- fondellib: fondelegaFields.fondellib;
1232
- fondellic: fondelegaFields.fondellic;
1233
- fondelnumtri: fondelegaFields.fondelnumtri;
1234
- fondellil: fondelegaFields.fondellil;
1235
- fondellicfem: fondelegaFields.fondellicfem;
1236
- fondellibfem: fondelegaFields.fondellibfem;
1237
- fondellilfem: fondelegaFields.fondellilfem;
1238
- fondellicplu: fondelegaFields.fondellicplu;
1239
- fondellibplu: fondelegaFields.fondellibplu;
1240
- fondellilplu: fondelegaFields.fondellilplu;
1241
- fondellicfemplu: fondelegaFields.fondellicfemplu;
1242
- fondellibfemplu: fondelegaFields.fondellibfemplu;
1243
- fondellilfemplu: fondelegaFields.fondellilfemplu;
1244
- syscredat: fondelegaFields.syscredat;
1245
- sysmajdat: fondelegaFields.sysmajdat;
1246
-
1247
- }
1248
-
1249
- export namespace fongrppolFields {
1250
- export type fongrppolcod = string;
1251
- export type fongrppollib = string;
1252
- export type fongrppollic = string;
1253
- export type fongrppolnumtri = number | null;
1254
- export type fongrppollil = string | null;
1255
- export type fongrppollibfem = string | null;
1256
- export type fongrppollicfem = string | null;
1257
- export type fongrppollilfem = string | null;
1258
- export type fongrppollibplu = string | null;
1259
- export type fongrppollicplu = string | null;
1260
- export type fongrppollilplu = string | null;
1261
- export type syscredat = Date | null;
1262
- export type sysmajdat = Date | null;
1263
- export type fongrppollicfemplu = string | null;
1264
- export type fongrppollibfemplu = string | null;
1265
- export type fongrppollilfemplu = string | null;
1266
-
1267
- }
1268
-
1269
- export interface fongrppol {
1270
- fongrppolcod: fongrppolFields.fongrppolcod;
1271
- fongrppollib: fongrppolFields.fongrppollib;
1272
- fongrppollic: fongrppolFields.fongrppollic;
1273
- fongrppolnumtri: fongrppolFields.fongrppolnumtri;
1274
- fongrppollil: fongrppolFields.fongrppollil;
1275
- fongrppollibfem: fongrppolFields.fongrppollibfem;
1276
- fongrppollicfem: fongrppolFields.fongrppollicfem;
1277
- fongrppollilfem: fongrppolFields.fongrppollilfem;
1278
- fongrppollibplu: fongrppolFields.fongrppollibplu;
1279
- fongrppollicplu: fongrppolFields.fongrppollicplu;
1280
- fongrppollilplu: fongrppolFields.fongrppollilplu;
1281
- syscredat: fongrppolFields.syscredat;
1282
- sysmajdat: fongrppolFields.sysmajdat;
1283
- fongrppollicfemplu: fongrppolFields.fongrppollicfemplu;
1284
- fongrppollibfemplu: fongrppolFields.fongrppollibfemplu;
1285
- fongrppollilfemplu: fongrppolFields.fongrppollilfemplu;
1286
-
1287
- }
1288
-
1289
- export namespace fongrpsenFields {
1290
- export type fongrpsencod = string;
1291
- export type fongrpsenlib = string;
1292
- export type fongrpsenlic = string;
1293
- export type fongrpsennumtri = number | null;
1294
- export type fongrpsenlil = string | null;
1295
- export type fongrpsenlibfem = string | null;
1296
- export type fongrpsenlicfem = string | null;
1297
- export type fongrpsenlilfem = string | null;
1298
- export type fongrpsenlibplu = string | null;
1299
- export type fongrpsenlicplu = string | null;
1300
- export type fongrpsenlilplu = string | null;
1301
- export type syscredat = Date | null;
1302
- export type sysmajdat = Date | null;
1303
- export type fongrpsenlicfemplu = string | null;
1304
- export type fongrpsenlibfemplu = string | null;
1305
- export type fongrpsenlilfemplu = string | null;
1306
-
1307
- }
1308
-
1309
- export interface fongrpsen {
1310
- fongrpsencod: fongrpsenFields.fongrpsencod;
1311
- fongrpsenlib: fongrpsenFields.fongrpsenlib;
1312
- fongrpsenlic: fongrpsenFields.fongrpsenlic;
1313
- fongrpsennumtri: fongrpsenFields.fongrpsennumtri;
1314
- fongrpsenlil: fongrpsenFields.fongrpsenlil;
1315
- fongrpsenlibfem: fongrpsenFields.fongrpsenlibfem;
1316
- fongrpsenlicfem: fongrpsenFields.fongrpsenlicfem;
1317
- fongrpsenlilfem: fongrpsenFields.fongrpsenlilfem;
1318
- fongrpsenlibplu: fongrpsenFields.fongrpsenlibplu;
1319
- fongrpsenlicplu: fongrpsenFields.fongrpsenlicplu;
1320
- fongrpsenlilplu: fongrpsenFields.fongrpsenlilplu;
1321
- syscredat: fongrpsenFields.syscredat;
1322
- sysmajdat: fongrpsenFields.sysmajdat;
1323
- fongrpsenlicfemplu: fongrpsenFields.fongrpsenlicfemplu;
1324
- fongrpsenlibfemplu: fongrpsenFields.fongrpsenlibfemplu;
1325
- fongrpsenlilfemplu: fongrpsenFields.fongrpsenlilfemplu;
1326
-
1327
- }
1328
-
1329
- export namespace fonmemcomFields {
1330
- export type fonmemcomid = number;
1331
- export type foncomcod = string;
1332
- export type fonmemcomdatdeb = Date | null;
1333
- export type fonmemcomdatfin = Date | null;
1334
- export type fonmemcomrngprt = number | null;
1335
- export type temvalcod = string | null;
1336
- export type evelic = string | null;
1337
- export type evelib = string | null;
1338
- export type evelil = string | null;
1339
- export type eveobs = string | null;
1340
- export type memcomid = number;
1341
- export type syscredat = Date | null;
1342
- export type sysmajdat = Date | null;
1343
-
1344
- }
1345
-
1346
- export interface fonmemcom {
1347
- fonmemcomid: fonmemcomFields.fonmemcomid;
1348
- foncomcod: fonmemcomFields.foncomcod;
1349
- fonmemcomdatdeb: fonmemcomFields.fonmemcomdatdeb;
1350
- fonmemcomdatfin: fonmemcomFields.fonmemcomdatfin;
1351
- fonmemcomrngprt: fonmemcomFields.fonmemcomrngprt;
1352
- temvalcod: fonmemcomFields.temvalcod;
1353
- evelic: fonmemcomFields.evelic;
1354
- evelib: fonmemcomFields.evelib;
1355
- evelil: fonmemcomFields.evelil;
1356
- eveobs: fonmemcomFields.eveobs;
1357
- memcomid: fonmemcomFields.memcomid;
1358
- syscredat: fonmemcomFields.syscredat;
1359
- sysmajdat: fonmemcomFields.sysmajdat;
1360
-
1361
- }
1362
-
1363
- export namespace fonmemdelegaFields {
1364
- export type fonmemdelid = number;
1365
- export type fondelcod = string;
1366
- export type fonmemdeldatdeb = Date | null;
1367
- export type fonmemdeldatfin = Date | null;
1368
- export type temvalcod = string | null;
1369
- export type evelic = string | null;
1370
- export type evelib = string | null;
1371
- export type evelil = string | null;
1372
- export type eveobs = string | null;
1373
- export type memdelegaid = number;
1374
- export type fonmemdelrngele = number | null;
1375
- export type syscredat = Date | null;
1376
- export type sysmajdat = Date | null;
1377
-
1378
- }
1379
-
1380
- export interface fonmemdelega {
1381
- fonmemdelid: fonmemdelegaFields.fonmemdelid;
1382
- fondelcod: fonmemdelegaFields.fondelcod;
1383
- fonmemdeldatdeb: fonmemdelegaFields.fonmemdeldatdeb;
1384
- fonmemdeldatfin: fonmemdelegaFields.fonmemdeldatfin;
1385
- temvalcod: fonmemdelegaFields.temvalcod;
1386
- evelic: fonmemdelegaFields.evelic;
1387
- evelib: fonmemdelegaFields.evelib;
1388
- evelil: fonmemdelegaFields.evelil;
1389
- eveobs: fonmemdelegaFields.eveobs;
1390
- memdelegaid: fonmemdelegaFields.memdelegaid;
1391
- fonmemdelrngele: fonmemdelegaFields.fonmemdelrngele;
1392
- syscredat: fonmemdelegaFields.syscredat;
1393
- sysmajdat: fonmemdelegaFields.sysmajdat;
1394
-
1395
- }
1396
-
1397
- export namespace fonmemgrppolFields {
1398
- export type fonmemgrppolid = number;
1399
- export type fongrppolcod = string;
1400
- export type fonmemgrppoldatdeb = Date | null;
1401
- export type fonmemgrppoldatfin = Date | null;
1402
- export type temvalcod = string | null;
1403
- export type evelic = string | null;
1404
- export type evelib = string | null;
1405
- export type evelil = string | null;
1406
- export type eveobs = string | null;
1407
- export type memgrppolid = number;
1408
- export type syscredat = Date | null;
1409
- export type sysmajdat = Date | null;
1410
-
1411
- }
1412
-
1413
- export interface fonmemgrppol {
1414
- fonmemgrppolid: fonmemgrppolFields.fonmemgrppolid;
1415
- fongrppolcod: fonmemgrppolFields.fongrppolcod;
1416
- fonmemgrppoldatdeb: fonmemgrppolFields.fonmemgrppoldatdeb;
1417
- fonmemgrppoldatfin: fonmemgrppolFields.fonmemgrppoldatfin;
1418
- temvalcod: fonmemgrppolFields.temvalcod;
1419
- evelic: fonmemgrppolFields.evelic;
1420
- evelib: fonmemgrppolFields.evelib;
1421
- evelil: fonmemgrppolFields.evelil;
1422
- eveobs: fonmemgrppolFields.eveobs;
1423
- memgrppolid: fonmemgrppolFields.memgrppolid;
1424
- syscredat: fonmemgrppolFields.syscredat;
1425
- sysmajdat: fonmemgrppolFields.sysmajdat;
1426
-
1427
- }
1428
-
1429
- export namespace fonmemgrpsenFields {
1430
- export type fonmemgrpsenid = number;
1431
- export type fongrpsencod = string;
1432
- export type fonmemgrpsendatdeb = Date;
1433
- export type fonmemgrpsendatfin = Date | null;
1434
- export type temvalcod = string | null;
1435
- export type evelic = string | null;
1436
- export type evelib = string | null;
1437
- export type evelil = string | null;
1438
- export type eveobs = string | null;
1439
- export type memgrpsenid = number;
1440
- export type fonmemgrpsenrngele = number | null;
1441
- export type syscredat = Date | null;
1442
- export type sysmajdat = Date | null;
1443
-
1444
- }
1445
-
1446
- export interface fonmemgrpsen {
1447
- fonmemgrpsenid: fonmemgrpsenFields.fonmemgrpsenid;
1448
- fongrpsencod: fonmemgrpsenFields.fongrpsencod;
1449
- fonmemgrpsendatdeb: fonmemgrpsenFields.fonmemgrpsendatdeb;
1450
- fonmemgrpsendatfin: fonmemgrpsenFields.fonmemgrpsendatfin;
1451
- temvalcod: fonmemgrpsenFields.temvalcod;
1452
- evelic: fonmemgrpsenFields.evelic;
1453
- evelib: fonmemgrpsenFields.evelib;
1454
- evelil: fonmemgrpsenFields.evelil;
1455
- eveobs: fonmemgrpsenFields.eveobs;
1456
- memgrpsenid: fonmemgrpsenFields.memgrpsenid;
1457
- fonmemgrpsenrngele: fonmemgrpsenFields.fonmemgrpsenrngele;
1458
- syscredat: fonmemgrpsenFields.syscredat;
1459
- sysmajdat: fonmemgrpsenFields.sysmajdat;
1460
-
1461
- }
1462
-
1463
- export namespace fonmemorgFields {
1464
- export type fonmemorgid = number;
1465
- export type memorgid = number;
1466
- export type fonorgcod = string;
1467
- export type fonmemorgdatdeb = Date | null;
1468
- export type fonmemorganndeb = number | null;
1469
- export type fonmemorgdatfin = Date | null;
1470
- export type fonmemorgannfin = number | null;
1471
- export type temvalcod = string | null;
1472
- export type evelic = string | null;
1473
- export type evelib = string | null;
1474
- export type evelil = string | null;
1475
- export type eveobs = string | null;
1476
- export type fonmemorgrngele = number | null;
1477
- export type syscredat = Date | null;
1478
- export type sysmajdat = Date | null;
1479
-
1480
- }
1481
-
1482
- export interface fonmemorg {
1483
- fonmemorgid: fonmemorgFields.fonmemorgid;
1484
- memorgid: fonmemorgFields.memorgid;
1485
- fonorgcod: fonmemorgFields.fonorgcod;
1486
- fonmemorgdatdeb: fonmemorgFields.fonmemorgdatdeb;
1487
- fonmemorganndeb: fonmemorgFields.fonmemorganndeb;
1488
- fonmemorgdatfin: fonmemorgFields.fonmemorgdatfin;
1489
- fonmemorgannfin: fonmemorgFields.fonmemorgannfin;
1490
- temvalcod: fonmemorgFields.temvalcod;
1491
- evelic: fonmemorgFields.evelic;
1492
- evelib: fonmemorgFields.evelib;
1493
- evelil: fonmemorgFields.evelil;
1494
- eveobs: fonmemorgFields.eveobs;
1495
- fonmemorgrngele: fonmemorgFields.fonmemorgrngele;
1496
- syscredat: fonmemorgFields.syscredat;
1497
- sysmajdat: fonmemorgFields.sysmajdat;
1498
-
1499
- }
1500
-
1501
- export namespace fonorgFields {
1502
- export type fonorgcod = string;
1503
- export type fonorglib = string | null;
1504
- export type fonorglic = string | null;
1505
- export type fonorgnumtri = number | null;
1506
- export type fonorglil = string | null;
1507
- export type fonorglibfem = string | null;
1508
- export type fonorglicfem = string | null;
1509
- export type fonorglilfem = string | null;
1510
- export type fonorglibplu = string | null;
1511
- export type fonorglicplu = string | null;
1512
- export type fonorglilplu = string | null;
1513
- export type syscredat = Date | null;
1514
- export type sysmajdat = Date | null;
1515
- export type fonorglicfemplu = string | null;
1516
- export type fonorglibfemplu = string | null;
1517
- export type fonorglilfemplu = string | null;
1518
-
1519
- }
1520
-
1521
- export interface fonorg {
1522
- fonorgcod: fonorgFields.fonorgcod;
1523
- fonorglib: fonorgFields.fonorglib;
1524
- fonorglic: fonorgFields.fonorglic;
1525
- fonorgnumtri: fonorgFields.fonorgnumtri;
1526
- fonorglil: fonorgFields.fonorglil;
1527
- fonorglibfem: fonorgFields.fonorglibfem;
1528
- fonorglicfem: fonorgFields.fonorglicfem;
1529
- fonorglilfem: fonorgFields.fonorglilfem;
1530
- fonorglibplu: fonorgFields.fonorglibplu;
1531
- fonorglicplu: fonorgFields.fonorglicplu;
1532
- fonorglilplu: fonorgFields.fonorglilplu;
1533
- syscredat: fonorgFields.syscredat;
1534
- sysmajdat: fonorgFields.sysmajdat;
1535
- fonorglicfemplu: fonorgFields.fonorglicfemplu;
1536
- fonorglibfemplu: fonorgFields.fonorglibfemplu;
1537
- fonorglilfemplu: fonorgFields.fonorglilfemplu;
1538
-
1539
- }
1540
-
1541
- export namespace grppolFields {
1542
- export type grppolcod = string;
1543
- export type grppolpre = string | null;
1544
- export type grppoldatcre = Date | null;
1545
- export type grppoldatfin = Date | null;
1546
- export type grppolliccou = string | null;
1547
- export type grppollibcou = string | null;
1548
- export type grppollilcou = string | null;
1549
- export type temvalcod = string | null;
1550
- export type evelic = string | null;
1551
- export type evelib = string | null;
1552
- export type evelil = string | null;
1553
- export type typorgcod = string;
1554
- export type grppolart = string | null;
1555
- export type grppolurlsim = string | null;
1556
- export type grppolurlcmp = string | null;
1557
- export type grppolcodamelicou = string | null;
1558
- export type syscredat = Date | null;
1559
- export type sysmajdat = Date | null;
1560
-
1561
- }
1562
-
1563
- export interface grppol {
1564
- grppolcod: grppolFields.grppolcod;
1565
- grppolpre: grppolFields.grppolpre;
1566
- grppoldatcre: grppolFields.grppoldatcre;
1567
- grppoldatfin: grppolFields.grppoldatfin;
1568
- grppolliccou: grppolFields.grppolliccou;
1569
- grppollibcou: grppolFields.grppollibcou;
1570
- grppollilcou: grppolFields.grppollilcou;
1571
- temvalcod: grppolFields.temvalcod;
1572
- evelic: grppolFields.evelic;
1573
- evelib: grppolFields.evelib;
1574
- evelil: grppolFields.evelil;
1575
- typorgcod: grppolFields.typorgcod;
1576
- grppolart: grppolFields.grppolart;
1577
- grppolurlsim: grppolFields.grppolurlsim;
1578
- grppolurlcmp: grppolFields.grppolurlcmp;
1579
- grppolcodamelicou: grppolFields.grppolcodamelicou;
1580
- syscredat: grppolFields.syscredat;
1581
- sysmajdat: grppolFields.sysmajdat;
1582
-
1583
- }
1584
-
1585
- export namespace grpsenamiFields {
1586
- export type typorgcod = string;
1587
- export type orgcod = string;
1588
- export type orgnumtri = number | null;
1589
- export type orgdatcre = Date;
1590
- export type orgdatfin = Date | null;
1591
- export type grpsenalf = string | null;
1592
- export type scnorgcod = string | null;
1593
- export type temvalcod = string | null;
1594
- export type evelic = string | null;
1595
- export type evelib = string | null;
1596
- export type evelil = string | null;
1597
- export type orgart = string | null;
1598
- export type grpsenweb = string | null;
1599
- export type typgrpsencod = string;
1600
- export type orgurlsim = string | null;
1601
- export type orgurlcmp = string | null;
1602
- export type comorgcod = string;
1603
- export type orgtemannu = string | null;
1604
- export type plaindcod = string;
1605
- export type syscredat = Date | null;
1606
- export type sysmajdat = Date | null;
1607
- export type type_com_neant = string | null;
1608
-
1609
- }
1610
-
1611
- export interface grpsenami {
1612
- typorgcod: grpsenamiFields.typorgcod;
1613
- orgcod: grpsenamiFields.orgcod;
1614
- orgnumtri: grpsenamiFields.orgnumtri;
1615
- orgdatcre: grpsenamiFields.orgdatcre;
1616
- orgdatfin: grpsenamiFields.orgdatfin;
1617
- grpsenalf: grpsenamiFields.grpsenalf;
1618
- scnorgcod: grpsenamiFields.scnorgcod;
1619
- temvalcod: grpsenamiFields.temvalcod;
1620
- evelic: grpsenamiFields.evelic;
1621
- evelib: grpsenamiFields.evelib;
1622
- evelil: grpsenamiFields.evelil;
1623
- orgart: grpsenamiFields.orgart;
1624
- grpsenweb: grpsenamiFields.grpsenweb;
1625
- typgrpsencod: grpsenamiFields.typgrpsencod;
1626
- orgurlsim: grpsenamiFields.orgurlsim;
1627
- orgurlcmp: grpsenamiFields.orgurlcmp;
1628
- comorgcod: grpsenamiFields.comorgcod;
1629
- orgtemannu: grpsenamiFields.orgtemannu;
1630
- plaindcod: grpsenamiFields.plaindcod;
1631
- syscredat: grpsenamiFields.syscredat;
1632
- sysmajdat: grpsenamiFields.sysmajdat;
1633
- type_com_neant: grpsenamiFields.type_com_neant;
1634
-
1635
- }
1636
-
1637
- export namespace libcomFields {
1638
- export type orgcod = string;
1639
- export type libcomdatdeb = Date;
1640
- export type libcomdatfin = Date | null;
1641
- export type temvalcod = string | null;
1642
- export type evelic = string | null;
1643
- export type evelib = string | null;
1644
- export type evelil = string | null;
1645
- export type libcomart = string | null;
1646
- export type libcomlilmin = string | null;
1647
- export type libcomlibameli = string | null;
1648
- export type syscredat = Date | null;
1649
- export type sysmajdat = Date | null;
1650
- export type libcomid = number;
1651
-
1652
- }
1653
-
1654
- export interface libcom {
1655
- orgcod: libcomFields.orgcod;
1656
- libcomdatdeb: libcomFields.libcomdatdeb;
1657
- libcomdatfin: libcomFields.libcomdatfin;
1658
- temvalcod: libcomFields.temvalcod;
1659
- evelic: libcomFields.evelic;
1660
- evelib: libcomFields.evelib;
1661
- evelil: libcomFields.evelil;
1662
- libcomart: libcomFields.libcomart;
1663
- libcomlilmin: libcomFields.libcomlilmin;
1664
- libcomlibameli: libcomFields.libcomlibameli;
1665
- syscredat: libcomFields.syscredat;
1666
- sysmajdat: libcomFields.sysmajdat;
1667
- libcomid: libcomFields.libcomid;
1668
-
1669
- }
1670
-
1671
- export namespace libdelegaFields {
1672
- export type orgcod = string;
1673
- export type libdelegadatdeb = Date;
1674
- export type libdelegadatfin = Date | null;
1675
- export type temvalcod = string | null;
1676
- export type evelic = string | null;
1677
- export type evelib = string | null;
1678
- export type evelil = string | null;
1679
- export type eveobs = string | null;
1680
- export type libdelegaart = string | null;
1681
- export type syscredat = Date | null;
1682
- export type sysmajdat = Date | null;
1683
- export type libdelegaid = number;
1684
-
1685
- }
1686
-
1687
- export interface libdelega {
1688
- orgcod: libdelegaFields.orgcod;
1689
- libdelegadatdeb: libdelegaFields.libdelegadatdeb;
1690
- libdelegadatfin: libdelegaFields.libdelegadatfin;
1691
- temvalcod: libdelegaFields.temvalcod;
1692
- evelic: libdelegaFields.evelic;
1693
- evelib: libdelegaFields.evelib;
1694
- evelil: libdelegaFields.evelil;
1695
- eveobs: libdelegaFields.eveobs;
1696
- libdelegaart: libdelegaFields.libdelegaart;
1697
- syscredat: libdelegaFields.syscredat;
1698
- sysmajdat: libdelegaFields.sysmajdat;
1699
- libdelegaid: libdelegaFields.libdelegaid;
1700
-
1701
- }
1702
-
1703
- export namespace libgrppolFields {
1704
- export type grppolcod = string;
1705
- export type libgrppoldatdeb = Date;
1706
- export type libgrppoldatfin = Date | null;
1707
- export type temvalcod = string | null;
1708
- export type evelic = string | null;
1709
- export type evelib = string | null;
1710
- export type evelil = string | null;
1711
- export type eveobs = string | null;
1712
- export type libgrppolart = string | null;
1713
- export type libgrppolcodameli = string | null;
1714
- export type syscredat = Date | null;
1715
- export type sysmajdat = Date | null;
1716
- export type libgrppolid = number;
1717
-
1718
- }
1719
-
1720
- export interface libgrppol {
1721
- grppolcod: libgrppolFields.grppolcod;
1722
- libgrppoldatdeb: libgrppolFields.libgrppoldatdeb;
1723
- libgrppoldatfin: libgrppolFields.libgrppoldatfin;
1724
- temvalcod: libgrppolFields.temvalcod;
1725
- evelic: libgrppolFields.evelic;
1726
- evelib: libgrppolFields.evelib;
1727
- evelil: libgrppolFields.evelil;
1728
- eveobs: libgrppolFields.eveobs;
1729
- libgrppolart: libgrppolFields.libgrppolart;
1730
- libgrppolcodameli: libgrppolFields.libgrppolcodameli;
1731
- syscredat: libgrppolFields.syscredat;
1732
- sysmajdat: libgrppolFields.sysmajdat;
1733
- libgrppolid: libgrppolFields.libgrppolid;
1734
-
1735
- }
1736
-
1737
- export namespace libgrpsenFields {
1738
- export type orgcod = string;
1739
- export type libgrpsendatautbur = Date;
1740
- export type libgrpsendatfin = Date | null;
1741
- export type libgrpsenlib = string;
1742
- export type libgrpsenlic = string;
1743
- export type libgrpsenlil = string | null;
1744
- export type syscredat = Date | null;
1745
- export type sysmajdat = Date | null;
1746
- export type libgrpsenid = number;
1747
- export type libgrpsenart = string | null;
1748
-
1749
- }
1750
-
1751
- export interface libgrpsen {
1752
- orgcod: libgrpsenFields.orgcod;
1753
- libgrpsendatautbur: libgrpsenFields.libgrpsendatautbur;
1754
- libgrpsendatfin: libgrpsenFields.libgrpsendatfin;
1755
- libgrpsenlib: libgrpsenFields.libgrpsenlib;
1756
- libgrpsenlic: libgrpsenFields.libgrpsenlic;
1757
- libgrpsenlil: libgrpsenFields.libgrpsenlil;
1758
- syscredat: libgrpsenFields.syscredat;
1759
- sysmajdat: libgrpsenFields.sysmajdat;
1760
- libgrpsenid: libgrpsenFields.libgrpsenid;
1761
- libgrpsenart: libgrpsenFields.libgrpsenart;
1762
-
1763
- }
1764
-
1765
- export namespace liborgFields {
1766
- export type orgcod = string;
1767
- export type liborgdatdeb = Date;
1768
- export type liborgdatfin = Date | null;
1769
- export type temvalcod = string | null;
1770
- export type evelic = string | null;
1771
- export type evelib = string | null;
1772
- export type evelil = string | null;
1773
- export type eveobs = string | null;
1774
- export type liborgart = string | null;
1775
- export type syscredat = Date | null;
1776
- export type sysmajdat = Date | null;
1777
- export type liborgid = number;
1778
-
1779
- }
1780
-
1781
- export interface liborg {
1782
- orgcod: liborgFields.orgcod;
1783
- liborgdatdeb: liborgFields.liborgdatdeb;
1784
- liborgdatfin: liborgFields.liborgdatfin;
1785
- temvalcod: liborgFields.temvalcod;
1786
- evelic: liborgFields.evelic;
1787
- evelib: liborgFields.evelib;
1788
- evelil: liborgFields.evelil;
1789
- eveobs: liborgFields.eveobs;
1790
- liborgart: liborgFields.liborgart;
1791
- syscredat: liborgFields.syscredat;
1792
- sysmajdat: liborgFields.sysmajdat;
1793
- liborgid: liborgFields.liborgid;
1794
-
1795
- }
1796
-
1797
- export namespace melFields {
1798
- export type melid = number;
1799
- export type poiconid = number;
1800
- export type melema = string | null;
1801
- export type melnumtri = number | null;
1802
- export type syscredat = Date | null;
1803
- export type sysmajdat = Date | null;
1804
-
1805
- }
1806
-
1807
- export interface mel {
1808
- melid: melFields.melid;
1809
- poiconid: melFields.poiconid;
1810
- melema: melFields.melema;
1811
- melnumtri: melFields.melnumtri;
1812
- syscredat: melFields.syscredat;
1813
- sysmajdat: melFields.sysmajdat;
1814
-
1815
- }
1816
-
1817
- export namespace memcomFields {
1818
- export type memcomid = number;
1819
- export type orgcod = string;
1820
- export type memcomdatdeb = Date | null;
1821
- export type memcomdatfin = Date | null;
1822
- export type temvalcod = string | null;
1823
- export type evelic = string | null;
1824
- export type evelib = string | null;
1825
- export type evelil = string | null;
1826
- export type eveobs = string | null;
1827
- export type senmat = string;
1828
- export type memcomtitsup = string | null;
1829
- export type syscredat = Date | null;
1830
- export type sysmajdat = Date | null;
1831
-
1832
- }
1833
-
1834
- export interface memcom {
1835
- memcomid: memcomFields.memcomid;
1836
- orgcod: memcomFields.orgcod;
1837
- memcomdatdeb: memcomFields.memcomdatdeb;
1838
- memcomdatfin: memcomFields.memcomdatfin;
1839
- temvalcod: memcomFields.temvalcod;
1840
- evelic: memcomFields.evelic;
1841
- evelib: memcomFields.evelib;
1842
- evelil: memcomFields.evelil;
1843
- eveobs: memcomFields.eveobs;
1844
- senmat: memcomFields.senmat;
1845
- memcomtitsup: memcomFields.memcomtitsup;
1846
- syscredat: memcomFields.syscredat;
1847
- sysmajdat: memcomFields.sysmajdat;
1848
-
1849
- }
1850
-
1851
- export namespace memdelegaFields {
1852
- export type memdelegaid = number;
1853
- export type orgcod = string;
1854
- export type memdelegadatdeb = Date | null;
1855
- export type memdelegadatfin = Date | null;
1856
- export type temvalcod = string | null;
1857
- export type evelic = string | null;
1858
- export type evelib = string | null;
1859
- export type evelil = string | null;
1860
- export type eveobs = string | null;
1861
- export type senmat = string;
1862
- export type designcod = string;
1863
- export type syscredat = Date | null;
1864
- export type sysmajdat = Date | null;
1865
-
1866
- }
1867
-
1868
- export interface memdelega {
1869
- memdelegaid: memdelegaFields.memdelegaid;
1870
- orgcod: memdelegaFields.orgcod;
1871
- memdelegadatdeb: memdelegaFields.memdelegadatdeb;
1872
- memdelegadatfin: memdelegaFields.memdelegadatfin;
1873
- temvalcod: memdelegaFields.temvalcod;
1874
- evelic: memdelegaFields.evelic;
1875
- evelib: memdelegaFields.evelib;
1876
- evelil: memdelegaFields.evelil;
1877
- eveobs: memdelegaFields.eveobs;
1878
- senmat: memdelegaFields.senmat;
1879
- designcod: memdelegaFields.designcod;
1880
- syscredat: memdelegaFields.syscredat;
1881
- sysmajdat: memdelegaFields.sysmajdat;
1882
-
1883
- }
1884
-
1885
- export namespace memextparFields {
1886
- export type memextparid = number;
1887
- export type orgcod = string | null;
1888
- export type memextpardatdeb = Date | null;
1889
- export type memextpardatfin = Date | null;
1890
- export type memextpartitsup = string | null;
1891
- export type temvalcod = string | null;
1892
- export type evelic = string | null;
1893
- export type evelib = string | null;
1894
- export type evelil = string | null;
1895
- export type eveobs = string | null;
1896
- export type senmat = string;
1897
- export type memextparrngele = number | null;
1898
- export type designcod = string;
1899
- export type syscredat = Date | null;
1900
- export type sysmajdat = Date | null;
1901
- export type fonmemextparcod = string | null;
1902
- export type avis_senat = string;
1903
- export type texte_avis_senat = string | null;
1904
- export type avis_an = string;
1905
- export type texte_avis_an = string | null;
1906
- export type avis_global = string;
1907
- export type texte_avis_global = string | null;
1908
- export type date_saisine_exec = Date | null;
1909
- export type date_annonce_seance = Date | null;
1910
- export type date_audition_senat = Date | null;
1911
- export type date_avis_senat = Date | null;
1912
- export type date_avis_an = Date | null;
1913
- export type date_avis_global = Date | null;
1914
- export type date_reponse_exec = Date | null;
1915
- export type date_publication_jo = Date | null;
1916
-
1917
- }
1918
-
1919
- export interface memextpar {
1920
- memextparid: memextparFields.memextparid;
1921
- orgcod: memextparFields.orgcod;
1922
- memextpardatdeb: memextparFields.memextpardatdeb;
1923
- memextpardatfin: memextparFields.memextpardatfin;
1924
- memextpartitsup: memextparFields.memextpartitsup;
1925
- temvalcod: memextparFields.temvalcod;
1926
- evelic: memextparFields.evelic;
1927
- evelib: memextparFields.evelib;
1928
- evelil: memextparFields.evelil;
1929
- eveobs: memextparFields.eveobs;
1930
- senmat: memextparFields.senmat;
1931
- memextparrngele: memextparFields.memextparrngele;
1932
- designcod: memextparFields.designcod;
1933
- syscredat: memextparFields.syscredat;
1934
- sysmajdat: memextparFields.sysmajdat;
1935
- fonmemextparcod: memextparFields.fonmemextparcod;
1936
- avis_senat: memextparFields.avis_senat;
1937
- texte_avis_senat: memextparFields.texte_avis_senat;
1938
- avis_an: memextparFields.avis_an;
1939
- texte_avis_an: memextparFields.texte_avis_an;
1940
- avis_global: memextparFields.avis_global;
1941
- texte_avis_global: memextparFields.texte_avis_global;
1942
- date_saisine_exec: memextparFields.date_saisine_exec;
1943
- date_annonce_seance: memextparFields.date_annonce_seance;
1944
- date_audition_senat: memextparFields.date_audition_senat;
1945
- date_avis_senat: memextparFields.date_avis_senat;
1946
- date_avis_an: memextparFields.date_avis_an;
1947
- date_avis_global: memextparFields.date_avis_global;
1948
- date_reponse_exec: memextparFields.date_reponse_exec;
1949
- date_publication_jo: memextparFields.date_publication_jo;
1950
-
1951
- }
1952
-
1953
- export namespace memgrppolFields {
1954
- export type memgrppolid = number;
1955
- export type grppolcod = string;
1956
- export type typapppolcod = string;
1957
- export type memgrppoldatdeb = Date | null;
1958
- export type memgrppoldatfin = Date | null;
1959
- export type temvalcod = string | null;
1960
- export type evelic = string | null;
1961
- export type evelib = string | null;
1962
- export type evelil = string | null;
1963
- export type eveobs = string | null;
1964
- export type senmat = string;
1965
- export type syscredat = Date | null;
1966
- export type sysmajdat = Date | null;
1967
-
1968
- }
1969
-
1970
- export interface memgrppol {
1971
- memgrppolid: memgrppolFields.memgrppolid;
1972
- grppolcod: memgrppolFields.grppolcod;
1973
- typapppolcod: memgrppolFields.typapppolcod;
1974
- memgrppoldatdeb: memgrppolFields.memgrppoldatdeb;
1975
- memgrppoldatfin: memgrppolFields.memgrppoldatfin;
1976
- temvalcod: memgrppolFields.temvalcod;
1977
- evelic: memgrppolFields.evelic;
1978
- evelib: memgrppolFields.evelib;
1979
- evelil: memgrppolFields.evelil;
1980
- eveobs: memgrppolFields.eveobs;
1981
- senmat: memgrppolFields.senmat;
1982
- syscredat: memgrppolFields.syscredat;
1983
- sysmajdat: memgrppolFields.sysmajdat;
1984
-
1985
- }
1986
-
1987
- export namespace memgrpsenFields {
1988
- export type memgrpsenid = number;
1989
- export type orgcod = string;
1990
- export type memgrpsendatent = Date;
1991
- export type memgrpsendatsor = Date;
1992
- export type temvalcod = string | null;
1993
- export type evelic = string | null;
1994
- export type evelib = string | null;
1995
- export type evelil = string | null;
1996
- export type senmat = string;
1997
- export type syscredat = Date | null;
1998
- export type sysmajdat = Date | null;
1999
-
2000
- }
2001
-
2002
- export interface memgrpsen {
2003
- memgrpsenid: memgrpsenFields.memgrpsenid;
2004
- orgcod: memgrpsenFields.orgcod;
2005
- memgrpsendatent: memgrpsenFields.memgrpsendatent;
2006
- memgrpsendatsor: memgrpsenFields.memgrpsendatsor;
2007
- temvalcod: memgrpsenFields.temvalcod;
2008
- evelic: memgrpsenFields.evelic;
2009
- evelib: memgrpsenFields.evelib;
2010
- evelil: memgrpsenFields.evelil;
2011
- senmat: memgrpsenFields.senmat;
2012
- syscredat: memgrpsenFields.syscredat;
2013
- sysmajdat: memgrpsenFields.sysmajdat;
2014
-
2015
- }
2016
-
2017
- export namespace memorgFields {
2018
- export type memorgid = number;
2019
- export type senmat = string;
2020
- export type orgcod = string;
2021
- export type temvalcod = string | null;
2022
- export type evelic = string | null;
2023
- export type evelib = string | null;
2024
- export type evelil = string | null;
2025
- export type eveobs = string | null;
2026
- export type memorgdatdeb = Date | null;
2027
- export type memorganndeb = number | null;
2028
- export type memorgdatfin = Date | null;
2029
- export type memorgannfin = number | null;
2030
- export type designcod = string;
2031
- export type syscredat = Date | null;
2032
- export type sysmajdat = Date | null;
2033
-
2034
- }
2035
-
2036
- export interface memorg {
2037
- memorgid: memorgFields.memorgid;
2038
- senmat: memorgFields.senmat;
2039
- orgcod: memorgFields.orgcod;
2040
- temvalcod: memorgFields.temvalcod;
2041
- evelic: memorgFields.evelic;
2042
- evelib: memorgFields.evelib;
2043
- evelil: memorgFields.evelil;
2044
- eveobs: memorgFields.eveobs;
2045
- memorgdatdeb: memorgFields.memorgdatdeb;
2046
- memorganndeb: memorgFields.memorganndeb;
2047
- memorgdatfin: memorgFields.memorgdatfin;
2048
- memorgannfin: memorgFields.memorgannfin;
2049
- designcod: memorgFields.designcod;
2050
- syscredat: memorgFields.syscredat;
2051
- sysmajdat: memorgFields.sysmajdat;
2052
-
2053
- }
2054
-
2055
- export namespace minindFields {
2056
- export type minid = number;
2057
- export type senmat = string | null;
2058
- export type typmincod = string;
2059
- export type gvtid = number;
2060
- export type memgvtrngprt = number | null;
2061
- export type mindatdeb = Date | null;
2062
- export type minanndeb = number | null;
2063
- export type mindatfin = Date | null;
2064
- export type minannfin = number | null;
2065
- export type mincirfin = string | null;
2066
- export type temvalcod = string | null;
2067
- export type evelic = string | null;
2068
- export type evelib = string | null;
2069
- export type evelil = string | null;
2070
- export type eveobs = string | null;
2071
- export type titmincod = string;
2072
- export type mindel = string | null;
2073
- export type syscredat = Date | null;
2074
- export type sysmajdat = Date | null;
2075
- export type poicon = number | null;
2076
-
2077
- }
2078
-
2079
- export interface minind {
2080
- minid: minindFields.minid;
2081
- senmat: minindFields.senmat;
2082
- typmincod: minindFields.typmincod;
2083
- gvtid: minindFields.gvtid;
2084
- memgvtrngprt: minindFields.memgvtrngprt;
2085
- mindatdeb: minindFields.mindatdeb;
2086
- minanndeb: minindFields.minanndeb;
2087
- mindatfin: minindFields.mindatfin;
2088
- minannfin: minindFields.minannfin;
2089
- mincirfin: minindFields.mincirfin;
2090
- temvalcod: minindFields.temvalcod;
2091
- evelic: minindFields.evelic;
2092
- evelib: minindFields.evelib;
2093
- evelil: minindFields.evelil;
2094
- eveobs: minindFields.eveobs;
2095
- titmincod: minindFields.titmincod;
2096
- mindel: minindFields.mindel;
2097
- syscredat: minindFields.syscredat;
2098
- sysmajdat: minindFields.sysmajdat;
2099
- poicon: minindFields.poicon;
2100
-
2101
- }
2102
-
2103
- export namespace misminFields {
2104
- export type misid = number;
2105
- export type minid = number;
2106
- export type syscredat = Date | null;
2107
- export type sysmajdat = Date | null;
2108
-
2109
- }
2110
-
2111
- export interface mismin {
2112
- misid: misminFields.misid;
2113
- minid: misminFields.minid;
2114
- syscredat: misminFields.syscredat;
2115
- sysmajdat: misminFields.sysmajdat;
2116
-
2117
- }
2118
-
2119
- export namespace missenFields {
2120
- export type misid = number;
2121
- export type senmat = string;
2122
- export type syscredat = Date | null;
2123
- export type sysmajdat = Date | null;
2124
-
2125
- }
2126
-
2127
- export interface missen {
2128
- misid: missenFields.misid;
2129
- senmat: missenFields.senmat;
2130
- syscredat: missenFields.syscredat;
2131
- sysmajdat: missenFields.sysmajdat;
2132
-
2133
- }
2134
-
2135
- export namespace moddesFields {
2136
- export type moddescod = string;
2137
- export type temvalcod = string | null;
2138
- export type evelic = string | null;
2139
- export type evelib = string | null;
2140
- export type evelil = string | null;
2141
- export type eveobs = string | null;
2142
- export type moddesnumtri = number | null;
2143
- export type syscredat = Date | null;
2144
- export type sysmajdat = Date | null;
2145
- export type avis_com_senat = string | null;
2146
- export type avis_com_an = string | null;
2147
- export type typmoddescod = string | null;
2148
-
2149
- }
2150
-
2151
- export interface moddes {
2152
- moddescod: moddesFields.moddescod;
2153
- temvalcod: moddesFields.temvalcod;
2154
- evelic: moddesFields.evelic;
2155
- evelib: moddesFields.evelib;
2156
- evelil: moddesFields.evelil;
2157
- eveobs: moddesFields.eveobs;
2158
- moddesnumtri: moddesFields.moddesnumtri;
2159
- syscredat: moddesFields.syscredat;
2160
- sysmajdat: moddesFields.sysmajdat;
2161
- avis_com_senat: moddesFields.avis_com_senat;
2162
- avis_com_an: moddesFields.avis_com_an;
2163
- typmoddescod: moddesFields.typmoddescod;
2164
-
2165
- }
2166
-
2167
- export namespace nationFields {
2168
- export type nationcod = string;
2169
- export type nationlibcog = string | null;
2170
- export type nationnumtri = number | null;
2171
- export type nationactual = string | null;
2172
- export type nationannind = string | null;
2173
- export type nationlibenr = string | null;
2174
- export type nationancnom = string | null;
2175
- export type nationlic = string | null;
2176
- export type zongeocod = string;
2177
- export type nationliccap = string | null;
2178
- export type nationlictri = string | null;
2179
- export type nationurlcmp = string | null;
2180
- export type syscredat = Date | null;
2181
- export type sysmajdat = Date | null;
2182
-
2183
- }
2184
-
2185
- export interface nation {
2186
- nationcod: nationFields.nationcod;
2187
- nationlibcog: nationFields.nationlibcog;
2188
- nationnumtri: nationFields.nationnumtri;
2189
- nationactual: nationFields.nationactual;
2190
- nationannind: nationFields.nationannind;
2191
- nationlibenr: nationFields.nationlibenr;
2192
- nationancnom: nationFields.nationancnom;
2193
- nationlic: nationFields.nationlic;
2194
- zongeocod: nationFields.zongeocod;
2195
- nationliccap: nationFields.nationliccap;
2196
- nationlictri: nationFields.nationlictri;
2197
- nationurlcmp: nationFields.nationurlcmp;
2198
- syscredat: nationFields.syscredat;
2199
- sysmajdat: nationFields.sysmajdat;
2200
-
2201
- }
2202
-
2203
- export namespace nationgrpsenFields {
2204
- export type nationgrpsenid = number;
2205
- export type orgcod = string;
2206
- export type nationcod = string;
2207
- export type nationgpsendatdeb = Date | null;
2208
- export type nationgrpsendatfin = Date | null;
2209
- export type temvalcod = string | null;
2210
- export type evelic = string | null;
2211
- export type evelib = string | null;
2212
- export type evelil = string | null;
2213
- export type eveobs = string | null;
2214
- export type syscredat = Date | null;
2215
- export type sysmajdat = Date | null;
2216
-
2217
- }
2218
-
2219
- export interface nationgrpsen {
2220
- nationgrpsenid: nationgrpsenFields.nationgrpsenid;
2221
- orgcod: nationgrpsenFields.orgcod;
2222
- nationcod: nationgrpsenFields.nationcod;
2223
- nationgpsendatdeb: nationgrpsenFields.nationgpsendatdeb;
2224
- nationgrpsendatfin: nationgrpsenFields.nationgrpsendatfin;
2225
- temvalcod: nationgrpsenFields.temvalcod;
2226
- evelic: nationgrpsenFields.evelic;
2227
- evelib: nationgrpsenFields.evelib;
2228
- evelil: nationgrpsenFields.evelil;
2229
- eveobs: nationgrpsenFields.eveobs;
2230
- syscredat: nationgrpsenFields.syscredat;
2231
- sysmajdat: nationgrpsenFields.sysmajdat;
2232
-
2233
- }
2234
-
2235
- export namespace orgFields {
2236
- export type typorgcod = string;
2237
- export type orgcod = string;
2238
- export type temvalcod = string | null;
2239
- export type evelic = string | null;
2240
- export type evelib = string | null;
2241
- export type evelil = string | null;
2242
- export type orgart = string | null;
2243
- export type orgnumtri = number | null;
2244
- export type orgdatcre = Date | null;
2245
- export type orgdatfin = Date | null;
2246
- export type orgurlsim = string | null;
2247
- export type orgurlcmp = string | null;
2248
- export type orgregjur = string | null;
2249
- export type orgmoddes = string | null;
2250
- export type orgmemdep = string | null;
2251
- export type orgtemannu = string | null;
2252
- export type syscredat = Date | null;
2253
- export type sysmajdat = Date | null;
2254
-
2255
- }
2256
-
2257
- export interface org {
2258
- typorgcod: orgFields.typorgcod;
2259
- orgcod: orgFields.orgcod;
2260
- temvalcod: orgFields.temvalcod;
2261
- evelic: orgFields.evelic;
2262
- evelib: orgFields.evelib;
2263
- evelil: orgFields.evelil;
2264
- orgart: orgFields.orgart;
2265
- orgnumtri: orgFields.orgnumtri;
2266
- orgdatcre: orgFields.orgdatcre;
2267
- orgdatfin: orgFields.orgdatfin;
2268
- orgurlsim: orgFields.orgurlsim;
2269
- orgurlcmp: orgFields.orgurlcmp;
2270
- orgregjur: orgFields.orgregjur;
2271
- orgmoddes: orgFields.orgmoddes;
2272
- orgmemdep: orgFields.orgmemdep;
2273
- orgtemannu: orgFields.orgtemannu;
2274
- syscredat: orgFields.syscredat;
2275
- sysmajdat: orgFields.sysmajdat;
2276
-
2277
- }
2278
-
2279
- export namespace orgextFields {
2280
- export type typorgcod = string;
2281
- export type orgcod = string;
2282
- export type orgnumtri = number | null;
2283
- export type orgdatcre = Date | null;
2284
- export type orgdatfin = Date | null;
2285
- export type orgnumtie = string | null;
2286
- export type orgextregjur = string | null;
2287
- export type orgextrubclas = string | null;
2288
- export type orgextnbrsen = number | null;
2289
- export type orgextdurman = string | null;
2290
- export type temvalcod = string | null;
2291
- export type evelic = string | null;
2292
- export type evelib = string | null;
2293
- export type evelil = string | null;
2294
- export type eveobs = string | null;
2295
- export type orgart = string | null;
2296
- export type orgextmoddes = string | null;
2297
- export type orgextminrat = string | null;
2298
- export type orgextrep = string | null;
2299
- export type orgurlsim = string | null;
2300
- export type orgurlcmp = string | null;
2301
- export type orgtemannu = string | null;
2302
- export type stajurcod = string;
2303
- export type etaprrcod = string;
2304
- export type orgextdatprr = Date | null;
2305
- export type syscredat = Date | null;
2306
- export type sysmajdat = Date | null;
2307
- export type basdescod = string;
2308
- export type orgparite = string | null;
2309
- export type typorgextcod = string;
2310
- export type orgextprescod = string;
2311
- export type codesgg = string | null;
2312
-
2313
- }
2314
-
2315
- export interface orgext {
2316
- typorgcod: orgextFields.typorgcod;
2317
- orgcod: orgextFields.orgcod;
2318
- orgnumtri: orgextFields.orgnumtri;
2319
- orgdatcre: orgextFields.orgdatcre;
2320
- orgdatfin: orgextFields.orgdatfin;
2321
- orgnumtie: orgextFields.orgnumtie;
2322
- orgextregjur: orgextFields.orgextregjur;
2323
- orgextrubclas: orgextFields.orgextrubclas;
2324
- orgextnbrsen: orgextFields.orgextnbrsen;
2325
- orgextdurman: orgextFields.orgextdurman;
2326
- temvalcod: orgextFields.temvalcod;
2327
- evelic: orgextFields.evelic;
2328
- evelib: orgextFields.evelib;
2329
- evelil: orgextFields.evelil;
2330
- eveobs: orgextFields.eveobs;
2331
- orgart: orgextFields.orgart;
2332
- orgextmoddes: orgextFields.orgextmoddes;
2333
- orgextminrat: orgextFields.orgextminrat;
2334
- orgextrep: orgextFields.orgextrep;
2335
- orgurlsim: orgextFields.orgurlsim;
2336
- orgurlcmp: orgextFields.orgurlcmp;
2337
- orgtemannu: orgextFields.orgtemannu;
2338
- stajurcod: orgextFields.stajurcod;
2339
- etaprrcod: orgextFields.etaprrcod;
2340
- orgextdatprr: orgextFields.orgextdatprr;
2341
- syscredat: orgextFields.syscredat;
2342
- sysmajdat: orgextFields.sysmajdat;
2343
- basdescod: orgextFields.basdescod;
2344
- orgparite: orgextFields.orgparite;
2345
- typorgextcod: orgextFields.typorgextcod;
2346
- orgextprescod: orgextFields.orgextprescod;
2347
- codesgg: orgextFields.codesgg;
2348
-
2349
- }
2350
-
2351
- export namespace orgtheFields {
2352
- export type orgcod = string;
2353
- export type thecle = number;
2354
-
2355
- }
2356
-
2357
- export interface orgthe {
2358
- orgcod: orgtheFields.orgcod;
2359
- thecle: orgtheFields.thecle;
2360
-
2361
- }
2362
-
2363
- export namespace pcsFields {
2364
- export type pcscod = string;
2365
- export type pcslil = string | null;
2366
- export type pcs42cod = string;
2367
-
2368
- }
2369
-
2370
- export interface pcs {
2371
- pcscod: pcsFields.pcscod;
2372
- pcslil: pcsFields.pcslil;
2373
- pcs42cod: pcsFields.pcs42cod;
2374
-
2375
- }
2376
-
2377
- export namespace pcs24Fields {
2378
- export type pcs24cod = string;
2379
- export type pcs24lib = string | null;
2380
- export type pcs8cod = string;
2381
-
2382
- }
2383
-
2384
- export interface pcs24 {
2385
- pcs24cod: pcs24Fields.pcs24cod;
2386
- pcs24lib: pcs24Fields.pcs24lib;
2387
- pcs8cod: pcs24Fields.pcs8cod;
2388
-
2389
- }
2390
-
2391
- export namespace pcs42Fields {
2392
- export type pcs42cod = string;
2393
- export type pcs42lib = string | null;
2394
- export type pcs24cod = string;
2395
-
2396
- }
2397
-
2398
- export interface pcs42 {
2399
- pcs42cod: pcs42Fields.pcs42cod;
2400
- pcs42lib: pcs42Fields.pcs42lib;
2401
- pcs24cod: pcs42Fields.pcs24cod;
2402
-
2403
- }
2404
-
2405
- export namespace pcs8Fields {
2406
- export type pcs8cod = string;
2407
- export type pcs8lil = string | null;
2408
-
2409
- }
2410
-
2411
- export interface pcs8 {
2412
- pcs8cod: pcs8Fields.pcs8cod;
2413
- pcs8lil: pcs8Fields.pcs8lil;
2414
-
2415
- }
2416
-
2417
- export namespace pcscatproFields {
2418
- export type catprocod = string;
2419
- export type pcscod = string;
2420
- export type procatprodef = string | null;
2421
- export type pcscatproid = number;
2422
-
2423
- }
2424
-
2425
- export interface pcscatpro {
2426
- catprocod: pcscatproFields.catprocod;
2427
- pcscod: pcscatproFields.pcscod;
2428
- procatprodef: pcscatproFields.procatprodef;
2429
- pcscatproid: pcscatproFields.pcscatproid;
2430
-
2431
- }
2432
-
2433
- export namespace poiconFields {
2434
- export type poiconid = number;
2435
- export type senmat = string;
2436
- export type typpoiconcod = string;
2437
- export type poiconlib = string | null;
2438
- export type poiconnumtri = number | null;
2439
- export type syscredat = Date | null;
2440
- export type sysmajdat = Date | null;
2441
-
2442
- }
2443
-
2444
- export interface poicon {
2445
- poiconid: poiconFields.poiconid;
2446
- senmat: poiconFields.senmat;
2447
- typpoiconcod: poiconFields.typpoiconcod;
2448
- poiconlib: poiconFields.poiconlib;
2449
- poiconnumtri: poiconFields.poiconnumtri;
2450
- syscredat: poiconFields.syscredat;
2451
- sysmajdat: poiconFields.sysmajdat;
2452
-
2453
- }
2454
-
2455
- export namespace quaFields {
2456
- export type quacod = string;
2457
- export type qualic = string;
2458
- export type quanumtri = number | null;
2459
- export type quacodsex = string | null;
2460
- export type qualib = string | null;
2461
- export type qualil = string | null;
2462
- export type qualicplu = string | null;
2463
- export type qualibplu = string | null;
2464
- export type qualilplu = string | null;
2465
- export type syscredat = Date | null;
2466
- export type sysmajdat = Date | null;
2467
-
2468
- }
2469
-
2470
- export interface qua {
2471
- quacod: quaFields.quacod;
2472
- qualic: quaFields.qualic;
2473
- quanumtri: quaFields.quanumtri;
2474
- quacodsex: quaFields.quacodsex;
2475
- qualib: quaFields.qualib;
2476
- qualil: quaFields.qualil;
2477
- qualicplu: quaFields.qualicplu;
2478
- qualibplu: quaFields.qualibplu;
2479
- qualilplu: quaFields.qualilplu;
2480
- syscredat: quaFields.syscredat;
2481
- sysmajdat: quaFields.sysmajdat;
2482
-
2483
- }
2484
-
2485
- export namespace regFields {
2486
- export type regcod = string;
2487
- export type territcod = string;
2488
- export type reglib = string;
2489
- export type regnumtri = number | null;
2490
- export type regcodparlis = string | null;
2491
- export type artreg = string | null;
2492
- export type regurlcmp = string | null;
2493
- export type syscredat = Date | null;
2494
- export type sysmajdat = Date | null;
2495
- export type regcodrpl = string | null;
2496
- export type reglic = string | null;
2497
- export type reglil = string | null;
2498
- export type regdatdeb = Date | null;
2499
- export type regdatfin = Date | null;
2500
- export type regcodint = string | null;
2501
-
2502
- }
2503
-
2504
- export interface reg {
2505
- regcod: regFields.regcod;
2506
- territcod: regFields.territcod;
2507
- reglib: regFields.reglib;
2508
- regnumtri: regFields.regnumtri;
2509
- regcodparlis: regFields.regcodparlis;
2510
- artreg: regFields.artreg;
2511
- regurlcmp: regFields.regurlcmp;
2512
- syscredat: regFields.syscredat;
2513
- sysmajdat: regFields.sysmajdat;
2514
- regcodrpl: regFields.regcodrpl;
2515
- reglic: regFields.reglic;
2516
- reglil: regFields.reglil;
2517
- regdatdeb: regFields.regdatdeb;
2518
- regdatfin: regFields.regdatfin;
2519
- regcodint: regFields.regcodint;
2520
-
2521
- }
2522
-
2523
- export namespace senFields {
2524
- export type senmat = string;
2525
- export type quacod = string;
2526
- export type sennomuse = string;
2527
- export type sennomtec = string;
2528
- export type senprenomuse = string;
2529
- export type sendatnai = Date | null;
2530
- export type sendatdec = Date | null;
2531
- export type etasencod = string;
2532
- export type sendespro = string | null;
2533
- export type pcscod = string;
2534
- export type catprocod = string;
2535
- export type sengrppolcodcou = string | null;
2536
- export type sengrppolliccou = string | null;
2537
- export type sentypappcou = string | null;
2538
- export type sencomcodcou = string | null;
2539
- export type sencomliccou = string | null;
2540
- export type sencirnumcou = number | null;
2541
- export type sencircou = string | null;
2542
- export type senburliccou = string | null;
2543
- export type senema = string | null;
2544
- export type sennomusecap = string;
2545
- export type senfem = string | null;
2546
- export type sennumsie = number | null;
2547
- export type syscredat = Date | null;
2548
- export type sysmajdat = Date | null;
2549
- export type sendaiurl = string | null;
2550
-
2551
- }
2552
-
2553
- export interface sen {
2554
- senmat: senFields.senmat;
2555
- quacod: senFields.quacod;
2556
- sennomuse: senFields.sennomuse;
2557
- sennomtec: senFields.sennomtec;
2558
- senprenomuse: senFields.senprenomuse;
2559
- sendatnai: senFields.sendatnai;
2560
- sendatdec: senFields.sendatdec;
2561
- etasencod: senFields.etasencod;
2562
- sendespro: senFields.sendespro;
2563
- pcscod: senFields.pcscod;
2564
- catprocod: senFields.catprocod;
2565
- sengrppolcodcou: senFields.sengrppolcodcou;
2566
- sengrppolliccou: senFields.sengrppolliccou;
2567
- sentypappcou: senFields.sentypappcou;
2568
- sencomcodcou: senFields.sencomcodcou;
2569
- sencomliccou: senFields.sencomliccou;
2570
- sencirnumcou: senFields.sencirnumcou;
2571
- sencircou: senFields.sencircou;
2572
- senburliccou: senFields.senburliccou;
2573
- senema: senFields.senema;
2574
- sennomusecap: senFields.sennomusecap;
2575
- senfem: senFields.senfem;
2576
- sennumsie: senFields.sennumsie;
2577
- syscredat: senFields.syscredat;
2578
- sysmajdat: senFields.sysmajdat;
2579
- sendaiurl: senFields.sendaiurl;
2580
-
2581
- }
2582
-
2583
- export namespace senburFields {
2584
- export type senburid = number;
2585
- export type burcod = string;
2586
- export type senburdatdeb = Date | null;
2587
- export type senburdatfin = Date | null;
2588
- export type senburrelint = string | null;
2589
- export type senburrngele = number | null;
2590
- export type temvalcod = string | null;
2591
- export type evelic = string | null;
2592
- export type evelib = string | null;
2593
- export type evelil = string | null;
2594
- export type eveobs = string | null;
2595
- export type senmat = string;
2596
- export type senburhon = string | null;
2597
- export type syscredat = Date | null;
2598
- export type sysmajdat = Date | null;
2599
-
2600
- }
2601
-
2602
- export interface senbur {
2603
- senburid: senburFields.senburid;
2604
- burcod: senburFields.burcod;
2605
- senburdatdeb: senburFields.senburdatdeb;
2606
- senburdatfin: senburFields.senburdatfin;
2607
- senburrelint: senburFields.senburrelint;
2608
- senburrngele: senburFields.senburrngele;
2609
- temvalcod: senburFields.temvalcod;
2610
- evelic: senburFields.evelic;
2611
- evelib: senburFields.evelib;
2612
- evelil: senburFields.evelil;
2613
- eveobs: senburFields.eveobs;
2614
- senmat: senburFields.senmat;
2615
- senburhon: senburFields.senburhon;
2616
- syscredat: senburFields.syscredat;
2617
- sysmajdat: senburFields.sysmajdat;
2618
-
2619
- }
2620
-
2621
- export namespace sennomFields {
2622
- export type senmat = string;
2623
- export type sennomdatdeb = Date;
2624
- export type sennomdatfin = Date | null;
2625
- export type quacod = string;
2626
- export type sennomuse = string;
2627
- export type sennomusecap = string;
2628
- export type sennomtec = string;
2629
- export type senprenomuse = string;
2630
- export type syscredat = Date | null;
2631
- export type sysmajdat = Date | null;
2632
- export type sennomid = number;
2633
-
2634
- }
2635
-
2636
- export interface sennom {
2637
- senmat: sennomFields.senmat;
2638
- sennomdatdeb: sennomFields.sennomdatdeb;
2639
- sennomdatfin: sennomFields.sennomdatfin;
2640
- quacod: sennomFields.quacod;
2641
- sennomuse: sennomFields.sennomuse;
2642
- sennomusecap: sennomFields.sennomusecap;
2643
- sennomtec: sennomFields.sennomtec;
2644
- senprenomuse: sennomFields.senprenomuse;
2645
- syscredat: sennomFields.syscredat;
2646
- sysmajdat: sennomFields.sysmajdat;
2647
- sennomid: sennomFields.sennomid;
2648
-
2649
- }
2650
-
2651
- export namespace senurlFields {
2652
- export type senurlid = number;
2653
- export type senmat = string;
2654
- export type typurlcod = string;
2655
- export type senurlurl = string;
2656
- export type evelic = string | null;
2657
- export type evelib = string | null;
2658
- export type evelil = string | null;
2659
- export type eveobs = string | null;
2660
- export type temvalcod = string | null;
2661
- export type senurlnumtri = number | null;
2662
- export type syscredat = Date | null;
2663
- export type sysmajdat = Date | null;
2664
-
2665
- }
2666
-
2667
- export interface senurl {
2668
- senurlid: senurlFields.senurlid;
2669
- senmat: senurlFields.senmat;
2670
- typurlcod: senurlFields.typurlcod;
2671
- senurlurl: senurlFields.senurlurl;
2672
- evelic: senurlFields.evelic;
2673
- evelib: senurlFields.evelib;
2674
- evelil: senurlFields.evelil;
2675
- eveobs: senurlFields.eveobs;
2676
- temvalcod: senurlFields.temvalcod;
2677
- senurlnumtri: senurlFields.senurlnumtri;
2678
- syscredat: senurlFields.syscredat;
2679
- sysmajdat: senurlFields.sysmajdat;
2680
-
2681
- }
2682
-
2683
- export namespace stajurFields {
2684
- export type stajurcod = string;
2685
- export type stajurlic = string | null;
2686
- export type stajurlib = string | null;
2687
- export type stajurnumtri = number | null;
2688
- export type syscredat = Date | null;
2689
- export type sysmajdat = Date | null;
2690
-
2691
- }
2692
-
2693
- export interface stajur {
2694
- stajurcod: stajurFields.stajurcod;
2695
- stajurlic: stajurFields.stajurlic;
2696
- stajurlib: stajurFields.stajurlib;
2697
- stajurnumtri: stajurFields.stajurnumtri;
2698
- syscredat: stajurFields.syscredat;
2699
- sysmajdat: stajurFields.sysmajdat;
2700
-
2701
- }
2702
-
2703
- export namespace telephoneFields {
2704
- export type telid = number;
2705
- export type typtelcod = string;
2706
- export type poiconid = number;
2707
- export type telnum = string | null;
2708
- export type telnumtri = number | null;
2709
- export type syscredat = Date | null;
2710
- export type sysmajdat = Date | null;
2711
-
2712
- }
2713
-
2714
- export interface telephone {
2715
- telid: telephoneFields.telid;
2716
- typtelcod: telephoneFields.typtelcod;
2717
- poiconid: telephoneFields.poiconid;
2718
- telnum: telephoneFields.telnum;
2719
- telnumtri: telephoneFields.telnumtri;
2720
- syscredat: telephoneFields.syscredat;
2721
- sysmajdat: telephoneFields.sysmajdat;
2722
-
2723
- }
2724
-
2725
- export namespace temvalFields {
2726
- export type temvalcod = string;
2727
- export type temvallic = string;
2728
- export type temvallib = string;
2729
-
2730
- }
2731
-
2732
- export interface temval {
2733
- temvalcod: temvalFields.temvalcod;
2734
- temvallic: temvalFields.temvallic;
2735
- temvallib: temvalFields.temvallib;
2736
-
2737
- }
2738
-
2739
- export namespace territFields {
2740
- export type territcod = string;
2741
- export type territlib = string | null;
2742
- export type territnumtri = number | null;
2743
- export type territart = string | null;
2744
- export type territurlcmp = string | null;
2745
- export type syscredat = Date | null;
2746
- export type sysmajdat = Date | null;
2747
- export type catterritcod = string;
2748
- export type territlic = string | null;
2749
- export type territlil = string | null;
2750
-
2751
- }
2752
-
2753
- export interface territ {
2754
- territcod: territFields.territcod;
2755
- territlib: territFields.territlib;
2756
- territnumtri: territFields.territnumtri;
2757
- territart: territFields.territart;
2758
- territurlcmp: territFields.territurlcmp;
2759
- syscredat: territFields.syscredat;
2760
- sysmajdat: territFields.sysmajdat;
2761
- catterritcod: territFields.catterritcod;
2762
- territlic: territFields.territlic;
2763
- territlil: territFields.territlil;
2764
-
2765
- }
2766
-
2767
- export namespace titeleFields {
2768
- export type titelecod = string;
2769
- export type titelelic = string;
2770
- export type typmancod = string;
2771
- export type titelelib = string;
2772
- export type titelelil = string | null;
2773
- export type titelenumtri = number | null;
2774
- export type titelelicfem = string | null;
2775
- export type titelelibfem = string | null;
2776
- export type titelelilfem = string | null;
2777
- export type titelelicplu = string | null;
2778
- export type titelelibplu = string | null;
2779
- export type titelelilplu = string | null;
2780
- export type titelelibhon = string | null;
2781
- export type titelelibhonfem = string | null;
2782
- export type titelelibhonplu = string | null;
2783
- export type titeleurltempub = string | null;
2784
- export type titeledef = string | null;
2785
- export type syscredat = Date | null;
2786
- export type sysmajdat = Date | null;
2787
-
2788
- }
2789
-
2790
- export interface titele {
2791
- titelecod: titeleFields.titelecod;
2792
- titelelic: titeleFields.titelelic;
2793
- typmancod: titeleFields.typmancod;
2794
- titelelib: titeleFields.titelelib;
2795
- titelelil: titeleFields.titelelil;
2796
- titelenumtri: titeleFields.titelenumtri;
2797
- titelelicfem: titeleFields.titelelicfem;
2798
- titelelibfem: titeleFields.titelelibfem;
2799
- titelelilfem: titeleFields.titelelilfem;
2800
- titelelicplu: titeleFields.titelelicplu;
2801
- titelelibplu: titeleFields.titelelibplu;
2802
- titelelilplu: titeleFields.titelelilplu;
2803
- titelelibhon: titeleFields.titelelibhon;
2804
- titelelibhonfem: titeleFields.titelelibhonfem;
2805
- titelelibhonplu: titeleFields.titelelibhonplu;
2806
- titeleurltempub: titeleFields.titeleurltempub;
2807
- titeledef: titeleFields.titeledef;
2808
- syscredat: titeleFields.syscredat;
2809
- sysmajdat: titeleFields.sysmajdat;
2810
-
2811
- }
2812
-
2813
- export namespace typadrFields {
2814
- export type typadrcod = string;
2815
- export type typadrlic = string | null;
2816
- export type typadrlib = string | null;
2817
- export type typadrnumtri = number | null;
2818
- export type syscredat = Date | null;
2819
- export type sysmajdat = Date | null;
2820
-
2821
- }
2822
-
2823
- export interface typadr {
2824
- typadrcod: typadrFields.typadrcod;
2825
- typadrlic: typadrFields.typadrlic;
2826
- typadrlib: typadrFields.typadrlib;
2827
- typadrnumtri: typadrFields.typadrnumtri;
2828
- syscredat: typadrFields.syscredat;
2829
- sysmajdat: typadrFields.sysmajdat;
2830
-
2831
- }
2832
-
2833
- export namespace typapppolFields {
2834
- export type typapppolcod = string;
2835
- export type typapppollib = string | null;
2836
- export type typapppollic = string | null;
2837
- export type typapppolnumtri = number | null;
2838
- export type typapppollil = string | null;
2839
- export type typapppollicfem = string | null;
2840
- export type typapppollibfem = string | null;
2841
- export type typapppollilfem = string | null;
2842
- export type typapppollicplu = string | null;
2843
- export type typapppollibplu = string | null;
2844
- export type typapppollilplu = string | null;
2845
- export type syscredat = Date | null;
2846
- export type sysmajdat = Date | null;
2847
-
2848
- }
2849
-
2850
- export interface typapppol {
2851
- typapppolcod: typapppolFields.typapppolcod;
2852
- typapppollib: typapppolFields.typapppollib;
2853
- typapppollic: typapppolFields.typapppollic;
2854
- typapppolnumtri: typapppolFields.typapppolnumtri;
2855
- typapppollil: typapppolFields.typapppollil;
2856
- typapppollicfem: typapppolFields.typapppollicfem;
2857
- typapppollibfem: typapppolFields.typapppollibfem;
2858
- typapppollilfem: typapppolFields.typapppollilfem;
2859
- typapppollicplu: typapppolFields.typapppollicplu;
2860
- typapppollibplu: typapppolFields.typapppollibplu;
2861
- typapppollilplu: typapppolFields.typapppollilplu;
2862
- syscredat: typapppolFields.syscredat;
2863
- sysmajdat: typapppolFields.sysmajdat;
2864
-
2865
- }
2866
-
2867
- export namespace typbisterFields {
2868
- export type typbistercod = string;
2869
- export type typbisterlic = string | null;
2870
- export type typbisterlib = string | null;
2871
- export type typbisternumtri = number | null;
2872
-
2873
- }
2874
-
2875
- export interface typbister {
2876
- typbistercod: typbisterFields.typbistercod;
2877
- typbisterlic: typbisterFields.typbisterlic;
2878
- typbisterlib: typbisterFields.typbisterlib;
2879
- typbisternumtri: typbisterFields.typbisternumtri;
2880
-
2881
- }
2882
-
2883
- export namespace type_activiteFields {
2884
- export type typactcod = string;
2885
- export type typactlic = string;
2886
- export type typactlib = string;
2887
- export type typactlibtap = string | null;
2888
-
2889
- }
2890
-
2891
- export interface type_activite {
2892
- typactcod: type_activiteFields.typactcod;
2893
- typactlic: type_activiteFields.typactlic;
2894
- typactlib: type_activiteFields.typactlib;
2895
- typactlibtap: type_activiteFields.typactlibtap;
2896
-
2897
- }
2898
-
2899
- export namespace type_activite_participantFields {
2900
- export type typactparcod = string;
2901
- export type typactparlib = string;
2902
- export type typactparlibfem = string;
2903
-
2904
- }
2905
-
2906
- export interface type_activite_participant {
2907
- typactparcod: type_activite_participantFields.typactparcod;
2908
- typactparlib: type_activite_participantFields.typactparlib;
2909
- typactparlibfem: type_activite_participantFields.typactparlibfem;
2910
-
2911
- }
2912
-
2913
- export namespace type_activite_senateurFields {
2914
- export type typactsencod = string;
2915
- export type typactsenlic = string;
2916
- export type typactsenlib = string;
2917
- export type numtri = number;
2918
-
2919
- }
2920
-
2921
- export interface type_activite_senateur {
2922
- typactsencod: type_activite_senateurFields.typactsencod;
2923
- typactsenlic: type_activite_senateurFields.typactsenlic;
2924
- typactsenlib: type_activite_senateurFields.typactsenlib;
2925
- numtri: type_activite_senateurFields.numtri;
2926
-
2927
- }
2928
-
2929
- export namespace type_categorieFields {
2930
- export type typactcod = string;
2931
- export type catactcod = string;
2932
- export type par_defaut = string;
2933
-
2934
- }
2935
-
2936
- export interface type_categorie {
2937
- typactcod: type_categorieFields.typactcod;
2938
- catactcod: type_categorieFields.catactcod;
2939
- par_defaut: type_categorieFields.par_defaut;
2940
-
2941
- }
2942
-
2943
- export namespace typeleFields {
2944
- export type typelecod = string;
2945
- export type typelelic = string | null;
2946
- export type typelelib = string | null;
2947
- export type typelelil = string | null;
2948
- export type typelenumtri = number | null;
2949
- export type syscredat = Date | null;
2950
- export type sysmajdat = Date | null;
2951
-
2952
- }
2953
-
2954
- export interface typele {
2955
- typelecod: typeleFields.typelecod;
2956
- typelelic: typeleFields.typelelic;
2957
- typelelib: typeleFields.typelelib;
2958
- typelelil: typeleFields.typelelil;
2959
- typelenumtri: typeleFields.typelenumtri;
2960
- syscredat: typeleFields.syscredat;
2961
- sysmajdat: typeleFields.sysmajdat;
2962
-
2963
- }
2964
-
2965
- export namespace typgrpsenFields {
2966
- export type typgrpsencod = string;
2967
- export type temvalcod = string | null;
2968
- export type evelic = string | null;
2969
- export type evelib = string | null;
2970
- export type evelil = string | null;
2971
- export type typgrpsennumtri = number | null;
2972
- export type syscredat = Date | null;
2973
- export type sysmajdat = Date | null;
2974
-
2975
- }
2976
-
2977
- export interface typgrpsen {
2978
- typgrpsencod: typgrpsenFields.typgrpsencod;
2979
- temvalcod: typgrpsenFields.temvalcod;
2980
- evelic: typgrpsenFields.evelic;
2981
- evelib: typgrpsenFields.evelib;
2982
- evelil: typgrpsenFields.evelil;
2983
- typgrpsennumtri: typgrpsenFields.typgrpsennumtri;
2984
- syscredat: typgrpsenFields.syscredat;
2985
- sysmajdat: typgrpsenFields.sysmajdat;
2986
-
2987
- }
2988
-
2989
- export namespace typmanFields {
2990
- export type typmancod = string;
2991
- export type typmanlib = string | null;
2992
- export type typmantypele = string | null;
2993
- export type typmannumtri = number | null;
2994
- export type syscredat = Date | null;
2995
- export type sysmajdat = Date | null;
2996
-
2997
- }
2998
-
2999
- export interface typman {
3000
- typmancod: typmanFields.typmancod;
3001
- typmanlib: typmanFields.typmanlib;
3002
- typmantypele: typmanFields.typmantypele;
3003
- typmannumtri: typmanFields.typmannumtri;
3004
- syscredat: typmanFields.syscredat;
3005
- sysmajdat: typmanFields.sysmajdat;
3006
-
3007
- }
3008
-
3009
- export namespace typorgFields {
3010
- export type typorgcod = string;
3011
- export type typorglib = string;
3012
- export type typorglic = string;
3013
- export type typorgnumtri = number | null;
3014
- export type typorgurlsim = string | null;
3015
- export type typorgurlcmp = string | null;
3016
- export type typorglibplu = string | null;
3017
- export type syscredat = Date | null;
3018
- export type sysmajdat = Date | null;
3019
-
3020
- }
3021
-
3022
- export interface typorg {
3023
- typorgcod: typorgFields.typorgcod;
3024
- typorglib: typorgFields.typorglib;
3025
- typorglic: typorgFields.typorglic;
3026
- typorgnumtri: typorgFields.typorgnumtri;
3027
- typorgurlsim: typorgFields.typorgurlsim;
3028
- typorgurlcmp: typorgFields.typorgurlcmp;
3029
- typorglibplu: typorgFields.typorglibplu;
3030
- syscredat: typorgFields.syscredat;
3031
- sysmajdat: typorgFields.sysmajdat;
3032
-
3033
- }
3034
-
3035
- export namespace typurlFields {
3036
- export type typurlcod = string;
3037
- export type temvalcod = string | null;
3038
- export type evelic = string | null;
3039
- export type evelib = string | null;
3040
- export type evelil = string | null;
3041
- export type eveobs = string | null;
3042
- export type typurllogo = string | null;
3043
- export type typurlnumtri = number | null;
3044
- export type typurllogoref = string | null;
3045
- export type syscredat = Date | null;
3046
- export type sysmajdat = Date | null;
3047
-
3048
- }
3049
-
3050
- export interface typurl {
3051
- typurlcod: typurlFields.typurlcod;
3052
- temvalcod: typurlFields.temvalcod;
3053
- evelic: typurlFields.evelic;
3054
- evelib: typurlFields.evelib;
3055
- evelil: typurlFields.evelil;
3056
- eveobs: typurlFields.eveobs;
3057
- typurllogo: typurlFields.typurllogo;
3058
- typurlnumtri: typurlFields.typurlnumtri;
3059
- typurllogoref: typurlFields.typurllogoref;
3060
- syscredat: typurlFields.syscredat;
3061
- sysmajdat: typurlFields.sysmajdat;
3062
-
3063
- }
3064
-
3065
- export namespace typvoiFields {
3066
- export type typvoicod = string;
3067
- export type typvoilic = string | null;
3068
- export type typvoilib = string | null;
3069
- export type typvoinumtri = number | null;
3070
-
3071
- }
3072
-
3073
- export interface typvoi {
3074
- typvoicod: typvoiFields.typvoicod;
3075
- typvoilic: typvoiFields.typvoilic;
3076
- typvoilib: typvoiFields.typvoilib;
3077
- typvoinumtri: typvoiFields.typvoinumtri;
3078
-
3079
- }
3080
-
3081
- export namespace zongeoFields {
3082
- export type zongeocod = string;
3083
- export type concod = string;
3084
- export type zongeolib = string;
3085
- export type zongeolic = string;
3086
- export type zongeonumtri = number | null;
3087
- export type syscredat = Date | null;
3088
- export type sysmajdat = Date | null;
3089
-
3090
- }
3091
-
3092
- export interface zongeo {
3093
- zongeocod: zongeoFields.zongeocod;
3094
- concod: zongeoFields.concod;
3095
- zongeolib: zongeoFields.zongeolib;
3096
- zongeolic: zongeoFields.zongeolic;
3097
- zongeonumtri: zongeoFields.zongeonumtri;
3098
- syscredat: zongeoFields.syscredat;
3099
- sysmajdat: zongeoFields.sysmajdat;
3100
-
3101
- }