@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.
- package/LICENSE.md +2 -2
- package/README.md +0 -169
- package/lib/index.d.ts +1 -0
- package/lib/index.js +111 -35
- package/lib/index.mjs +1 -0
- package/lib/inserters.js +97 -167
- package/lib/inserters.mjs +360 -0
- package/lib/raw_types/ameli.js +4 -2
- package/lib/raw_types/ameli.mjs +2 -0
- package/lib/raw_types/debats.js +4 -2
- package/lib/raw_types/debats.mjs +2 -0
- package/lib/raw_types/dosleg.js +3 -1
- package/lib/raw_types/dosleg.mjs +2 -0
- package/lib/raw_types/questions.js +1 -1
- package/{src/raw_types/questions.ts → lib/raw_types/questions.mjs} +1 -3
- package/lib/raw_types/sens.js +4 -2
- package/lib/raw_types/sens.mjs +2 -0
- package/lib/types/ameli.js +5 -1
- package/lib/types/ameli.mjs +1 -0
- package/lib/types/debats.js +3 -1
- package/lib/types/debats.mjs +1 -0
- package/lib/types/dosleg.js +3 -1
- package/lib/types/dosleg.mjs +1 -0
- package/lib/types/questions.js +1 -1
- package/lib/types/questions.mjs +1 -0
- package/lib/types/sens.js +3 -1
- package/lib/types/sens.mjs +1 -0
- package/package.json +26 -33
- package/.eslintrc.js +0 -24
- package/babel.config.js +0 -39
- package/prettier.config.js +0 -4
- package/src/index.ts +0 -30
- package/src/inserters.ts +0 -520
- package/src/raw_types/ameli.ts +0 -655
- package/src/raw_types/debats.ts +0 -161
- package/src/raw_types/dosleg.ts +0 -2351
- package/src/raw_types/sens.ts +0 -3101
- package/src/types/ameli.ts +0 -7
- package/src/types/debats.ts +0 -3
- package/src/types/dosleg.ts +0 -132
- package/src/types/questions.ts +0 -0
- package/src/types/sens.ts +0 -12
- package/tsconfig.json +0 -67
package/src/raw_types/dosleg.ts
DELETED
|
@@ -1,2351 +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/dosleg -t ass -t aud -t auteur -t ble -t bur -t catrap -t com -t corscr -t date_seance -t deccoc -t delega -t denrap -t designorg -t doc -t docatt -t docsea -t dpt -t dptele -t ecr -t elusen -t etadebman -t etafinman -t etaloi -t etasen -t evtsea -t foncom -t fondelega -t fongrppol -t fonmemcom -t fonmemdelega -t fonmemgrppol -t forpub -t gen -t grppol -t lecass -t lecassrap -t lecture -t libcom -t libdelega -t libgrppol -t lnkrap -t loi -t loithe -t memcom -t memdelega -t memgrppol -t natloi -t org -t orgnomhis -t orippr -t oritxt -t posvot -t qua -t qua_sen -t rap -t raporg -t rapthe -t rolsig -t scr -t sen -t senbur -t sennom -t ses -t stavot -t texte -t texte_ancien -t the -t titsen -t tricot_loi -t tricot_loi_autocomplete -t tricot_loi_text_search -t typapppol -t typatt -t typaut -t typdoc -t typevtsea -t typlec -t typloi -t typorg -t typorg_sen -t typrap -t typtxt -t typurl -t votsen -s public
|
|
9
|
-
*
|
|
10
|
-
*/
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
export namespace assFields {
|
|
14
|
-
export type codass = string;
|
|
15
|
-
export type libass = string;
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
export interface ass {
|
|
20
|
-
codass: assFields.codass;
|
|
21
|
-
libass: assFields.libass;
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
export namespace audFields {
|
|
26
|
-
export type audcle = number;
|
|
27
|
-
export type lecassidt = string;
|
|
28
|
-
export type auddat = Date;
|
|
29
|
-
export type audtit = string;
|
|
30
|
-
export type audurl = string;
|
|
31
|
-
export type orgcod = string;
|
|
32
|
-
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
export interface aud {
|
|
36
|
-
audcle: audFields.audcle;
|
|
37
|
-
lecassidt: audFields.lecassidt;
|
|
38
|
-
auddat: audFields.auddat;
|
|
39
|
-
audtit: audFields.audtit;
|
|
40
|
-
audurl: audFields.audurl;
|
|
41
|
-
orgcod: audFields.orgcod;
|
|
42
|
-
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
export namespace auteurFields {
|
|
46
|
-
export type autcod = string;
|
|
47
|
-
export type quacod = string;
|
|
48
|
-
export type typautcod = string;
|
|
49
|
-
export type nomuse = string;
|
|
50
|
-
export type prenom = string | null;
|
|
51
|
-
export type nomtec = string;
|
|
52
|
-
export type autmat = string | null;
|
|
53
|
-
export type grpapp = string | null;
|
|
54
|
-
export type grprat = string | null;
|
|
55
|
-
export type autfct = string | null;
|
|
56
|
-
export type datdeb = Date | null;
|
|
57
|
-
export type datfin = Date | null;
|
|
58
|
-
export type senfem = string | null;
|
|
59
|
-
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
export interface auteur {
|
|
63
|
-
autcod: auteurFields.autcod;
|
|
64
|
-
quacod: auteurFields.quacod;
|
|
65
|
-
typautcod: auteurFields.typautcod;
|
|
66
|
-
nomuse: auteurFields.nomuse;
|
|
67
|
-
prenom: auteurFields.prenom;
|
|
68
|
-
nomtec: auteurFields.nomtec;
|
|
69
|
-
autmat: auteurFields.autmat;
|
|
70
|
-
grpapp: auteurFields.grpapp;
|
|
71
|
-
grprat: auteurFields.grprat;
|
|
72
|
-
autfct: auteurFields.autfct;
|
|
73
|
-
datdeb: auteurFields.datdeb;
|
|
74
|
-
datfin: auteurFields.datfin;
|
|
75
|
-
senfem: auteurFields.senfem;
|
|
76
|
-
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
export namespace bleFields {
|
|
80
|
-
export type blecod = string;
|
|
81
|
-
export type blelib = string;
|
|
82
|
-
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
export interface ble {
|
|
86
|
-
blecod: bleFields.blecod;
|
|
87
|
-
blelib: bleFields.blelib;
|
|
88
|
-
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
export namespace burFields {
|
|
92
|
-
export type burcod = string;
|
|
93
|
-
export type burlib = string | null;
|
|
94
|
-
export type burlic = string | null;
|
|
95
|
-
export type burnumtri = number | null;
|
|
96
|
-
export type burlil = string | null;
|
|
97
|
-
export type burlibhon = string | null;
|
|
98
|
-
export type burlicfem = string | null;
|
|
99
|
-
export type burlibfem = string | null;
|
|
100
|
-
export type burlilfem = string | null;
|
|
101
|
-
export type burlicplu = string | null;
|
|
102
|
-
export type burlibplu = string | null;
|
|
103
|
-
export type burlilplu = string | null;
|
|
104
|
-
export type burlibhonfem = string | null;
|
|
105
|
-
export type burlibhonplu = string | null;
|
|
106
|
-
export type syscredat = Date | null;
|
|
107
|
-
export type sysmajdat = Date | null;
|
|
108
|
-
export type burlicfemplu = string | null;
|
|
109
|
-
export type burlibfemplu = string | null;
|
|
110
|
-
export type burlilfemplu = string | null;
|
|
111
|
-
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
export interface bur {
|
|
115
|
-
burcod: burFields.burcod;
|
|
116
|
-
burlib: burFields.burlib;
|
|
117
|
-
burlic: burFields.burlic;
|
|
118
|
-
burnumtri: burFields.burnumtri;
|
|
119
|
-
burlil: burFields.burlil;
|
|
120
|
-
burlibhon: burFields.burlibhon;
|
|
121
|
-
burlicfem: burFields.burlicfem;
|
|
122
|
-
burlibfem: burFields.burlibfem;
|
|
123
|
-
burlilfem: burFields.burlilfem;
|
|
124
|
-
burlicplu: burFields.burlicplu;
|
|
125
|
-
burlibplu: burFields.burlibplu;
|
|
126
|
-
burlilplu: burFields.burlilplu;
|
|
127
|
-
burlibhonfem: burFields.burlibhonfem;
|
|
128
|
-
burlibhonplu: burFields.burlibhonplu;
|
|
129
|
-
syscredat: burFields.syscredat;
|
|
130
|
-
sysmajdat: burFields.sysmajdat;
|
|
131
|
-
burlicfemplu: burFields.burlicfemplu;
|
|
132
|
-
burlibfemplu: burFields.burlibfemplu;
|
|
133
|
-
burlilfemplu: burFields.burlilfemplu;
|
|
134
|
-
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
export namespace catrapFields {
|
|
138
|
-
export type catrapcod = string;
|
|
139
|
-
export type catraplib = string;
|
|
140
|
-
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
export interface catrap {
|
|
144
|
-
catrapcod: catrapFields.catrapcod;
|
|
145
|
-
catraplib: catrapFields.catraplib;
|
|
146
|
-
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
export namespace comFields {
|
|
150
|
-
export type typorgcod = string;
|
|
151
|
-
export type orgcod = string;
|
|
152
|
-
export type orgnumtri = number | null;
|
|
153
|
-
export type orgdatcre = Date | null;
|
|
154
|
-
export type orgdatfin = Date | null;
|
|
155
|
-
export type orgnumtie = string | null;
|
|
156
|
-
export type temvalcod = string | null;
|
|
157
|
-
export type evelic = string | null;
|
|
158
|
-
export type evelib = string | null;
|
|
159
|
-
export type evelil = string | null;
|
|
160
|
-
export type eveobs = string | null;
|
|
161
|
-
export type orgart = string | null;
|
|
162
|
-
export type comlilmin = string | null;
|
|
163
|
-
export type orgurlsim = string | null;
|
|
164
|
-
export type orgurlcmp = string | null;
|
|
165
|
-
export type comlibameli = string | null;
|
|
166
|
-
export type comcodameli = string | null;
|
|
167
|
-
export type divcod = string | null;
|
|
168
|
-
export type syscredat = Date | null;
|
|
169
|
-
export type sysmajdat = Date | null;
|
|
170
|
-
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
export interface com {
|
|
174
|
-
typorgcod: comFields.typorgcod;
|
|
175
|
-
orgcod: comFields.orgcod;
|
|
176
|
-
orgnumtri: comFields.orgnumtri;
|
|
177
|
-
orgdatcre: comFields.orgdatcre;
|
|
178
|
-
orgdatfin: comFields.orgdatfin;
|
|
179
|
-
orgnumtie: comFields.orgnumtie;
|
|
180
|
-
temvalcod: comFields.temvalcod;
|
|
181
|
-
evelic: comFields.evelic;
|
|
182
|
-
evelib: comFields.evelib;
|
|
183
|
-
evelil: comFields.evelil;
|
|
184
|
-
eveobs: comFields.eveobs;
|
|
185
|
-
orgart: comFields.orgart;
|
|
186
|
-
comlilmin: comFields.comlilmin;
|
|
187
|
-
orgurlsim: comFields.orgurlsim;
|
|
188
|
-
orgurlcmp: comFields.orgurlcmp;
|
|
189
|
-
comlibameli: comFields.comlibameli;
|
|
190
|
-
comcodameli: comFields.comcodameli;
|
|
191
|
-
divcod: comFields.divcod;
|
|
192
|
-
syscredat: comFields.syscredat;
|
|
193
|
-
sysmajdat: comFields.sysmajdat;
|
|
194
|
-
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
export namespace corscrFields {
|
|
198
|
-
export type sesann = number;
|
|
199
|
-
export type scrnum = number;
|
|
200
|
-
export type corscrord = number | null;
|
|
201
|
-
export type corscrtxt = string;
|
|
202
|
-
export type corscrurl = string | null;
|
|
203
|
-
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
export interface corscr {
|
|
207
|
-
sesann: corscrFields.sesann;
|
|
208
|
-
scrnum: corscrFields.scrnum;
|
|
209
|
-
corscrord: corscrFields.corscrord;
|
|
210
|
-
corscrtxt: corscrFields.corscrtxt;
|
|
211
|
-
corscrurl: corscrFields.corscrurl;
|
|
212
|
-
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
export namespace date_seanceFields {
|
|
216
|
-
export type lecidt = string | null;
|
|
217
|
-
export type date_s = Date | null;
|
|
218
|
-
export type code = number;
|
|
219
|
-
export type statut = string | null;
|
|
220
|
-
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
export interface date_seance {
|
|
224
|
-
lecidt: date_seanceFields.lecidt;
|
|
225
|
-
date_s: date_seanceFields.date_s;
|
|
226
|
-
code: date_seanceFields.code;
|
|
227
|
-
statut: date_seanceFields.statut;
|
|
228
|
-
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
export namespace deccocFields {
|
|
232
|
-
export type deccoccod = string;
|
|
233
|
-
export type deccoclib = string;
|
|
234
|
-
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
export interface deccoc {
|
|
238
|
-
deccoccod: deccocFields.deccoccod;
|
|
239
|
-
deccoclib: deccocFields.deccoclib;
|
|
240
|
-
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
export namespace delegaFields {
|
|
244
|
-
export type typorgcod = string;
|
|
245
|
-
export type orgcod = string;
|
|
246
|
-
export type orgnumtri = number | null;
|
|
247
|
-
export type orgdatcre = Date | null;
|
|
248
|
-
export type orgdatfin = Date | null;
|
|
249
|
-
export type orgnumtie = string | null;
|
|
250
|
-
export type temvalcod = string | null;
|
|
251
|
-
export type evelic = string | null;
|
|
252
|
-
export type evelib = string | null;
|
|
253
|
-
export type evelil = string | null;
|
|
254
|
-
export type eveobs = string | null;
|
|
255
|
-
export type orgart = string | null;
|
|
256
|
-
export type orgurlsim = string | null;
|
|
257
|
-
export type orgurlcmp = string | null;
|
|
258
|
-
export type orgregjur = string | null;
|
|
259
|
-
export type orgmoddes = string | null;
|
|
260
|
-
export type orgmemdep = string | null;
|
|
261
|
-
export type syscredat = Date | null;
|
|
262
|
-
export type sysmajdat = Date | null;
|
|
263
|
-
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
export interface delega {
|
|
267
|
-
typorgcod: delegaFields.typorgcod;
|
|
268
|
-
orgcod: delegaFields.orgcod;
|
|
269
|
-
orgnumtri: delegaFields.orgnumtri;
|
|
270
|
-
orgdatcre: delegaFields.orgdatcre;
|
|
271
|
-
orgdatfin: delegaFields.orgdatfin;
|
|
272
|
-
orgnumtie: delegaFields.orgnumtie;
|
|
273
|
-
temvalcod: delegaFields.temvalcod;
|
|
274
|
-
evelic: delegaFields.evelic;
|
|
275
|
-
evelib: delegaFields.evelib;
|
|
276
|
-
evelil: delegaFields.evelil;
|
|
277
|
-
eveobs: delegaFields.eveobs;
|
|
278
|
-
orgart: delegaFields.orgart;
|
|
279
|
-
orgurlsim: delegaFields.orgurlsim;
|
|
280
|
-
orgurlcmp: delegaFields.orgurlcmp;
|
|
281
|
-
orgregjur: delegaFields.orgregjur;
|
|
282
|
-
orgmoddes: delegaFields.orgmoddes;
|
|
283
|
-
orgmemdep: delegaFields.orgmemdep;
|
|
284
|
-
syscredat: delegaFields.syscredat;
|
|
285
|
-
sysmajdat: delegaFields.sysmajdat;
|
|
286
|
-
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
export namespace denrapFields {
|
|
290
|
-
export type coddenrap = string;
|
|
291
|
-
export type typraprap = string;
|
|
292
|
-
export type libdenrap = string;
|
|
293
|
-
export type ordre = number | null;
|
|
294
|
-
export type denrapmin = string | null;
|
|
295
|
-
export type denraptit = string | null;
|
|
296
|
-
export type denrapstymin = string | null;
|
|
297
|
-
export type gencod = string;
|
|
298
|
-
export type solnatrapcod = string | null;
|
|
299
|
-
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
export interface denrap {
|
|
303
|
-
coddenrap: denrapFields.coddenrap;
|
|
304
|
-
typraprap: denrapFields.typraprap;
|
|
305
|
-
libdenrap: denrapFields.libdenrap;
|
|
306
|
-
ordre: denrapFields.ordre;
|
|
307
|
-
denrapmin: denrapFields.denrapmin;
|
|
308
|
-
denraptit: denrapFields.denraptit;
|
|
309
|
-
denrapstymin: denrapFields.denrapstymin;
|
|
310
|
-
gencod: denrapFields.gencod;
|
|
311
|
-
solnatrapcod: denrapFields.solnatrapcod;
|
|
312
|
-
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
export namespace designorgFields {
|
|
316
|
-
export type designcod = string;
|
|
317
|
-
export type temvalcod = string | null;
|
|
318
|
-
export type evelic = string | null;
|
|
319
|
-
export type evelib = string | null;
|
|
320
|
-
export type evelil = string | null;
|
|
321
|
-
export type eveobs = string | null;
|
|
322
|
-
export type designnumtri = number | null;
|
|
323
|
-
export type designlib = string | null;
|
|
324
|
-
export type designlic = string | null;
|
|
325
|
-
export type designlil = string | null;
|
|
326
|
-
export type designlibfem = string | null;
|
|
327
|
-
export type designlicfem = string | null;
|
|
328
|
-
export type designlilfem = string | null;
|
|
329
|
-
export type syscredat = Date | null;
|
|
330
|
-
export type sysmajdat = Date | null;
|
|
331
|
-
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
export interface designorg {
|
|
335
|
-
designcod: designorgFields.designcod;
|
|
336
|
-
temvalcod: designorgFields.temvalcod;
|
|
337
|
-
evelic: designorgFields.evelic;
|
|
338
|
-
evelib: designorgFields.evelib;
|
|
339
|
-
evelil: designorgFields.evelil;
|
|
340
|
-
eveobs: designorgFields.eveobs;
|
|
341
|
-
designnumtri: designorgFields.designnumtri;
|
|
342
|
-
designlib: designorgFields.designlib;
|
|
343
|
-
designlic: designorgFields.designlic;
|
|
344
|
-
designlil: designorgFields.designlil;
|
|
345
|
-
designlibfem: designorgFields.designlibfem;
|
|
346
|
-
designlicfem: designorgFields.designlicfem;
|
|
347
|
-
designlilfem: designorgFields.designlilfem;
|
|
348
|
-
syscredat: designorgFields.syscredat;
|
|
349
|
-
sysmajdat: designorgFields.sysmajdat;
|
|
350
|
-
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
export namespace docFields {
|
|
354
|
-
export type docidt = number;
|
|
355
|
-
export type typdoccod = string | null;
|
|
356
|
-
export type docint = string | null;
|
|
357
|
-
export type docurl = string | null;
|
|
358
|
-
export type lecidt = string | null;
|
|
359
|
-
export type docdat = Date | null;
|
|
360
|
-
export type docnum = number | null;
|
|
361
|
-
export type sesann = number | null;
|
|
362
|
-
export type date_depot = Date | null;
|
|
363
|
-
export type doctitcou = string | null;
|
|
364
|
-
export type docdatsea = Date | null;
|
|
365
|
-
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
export interface doc {
|
|
369
|
-
docidt: docFields.docidt;
|
|
370
|
-
typdoccod: docFields.typdoccod;
|
|
371
|
-
docint: docFields.docint;
|
|
372
|
-
docurl: docFields.docurl;
|
|
373
|
-
lecidt: docFields.lecidt;
|
|
374
|
-
docdat: docFields.docdat;
|
|
375
|
-
docnum: docFields.docnum;
|
|
376
|
-
sesann: docFields.sesann;
|
|
377
|
-
date_depot: docFields.date_depot;
|
|
378
|
-
doctitcou: docFields.doctitcou;
|
|
379
|
-
docdatsea: docFields.docdatsea;
|
|
380
|
-
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
export namespace docattFields {
|
|
384
|
-
export type docattcle = number;
|
|
385
|
-
export type rapcod = number;
|
|
386
|
-
export type typattcod = string;
|
|
387
|
-
export type docatturl = string | null;
|
|
388
|
-
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
export interface docatt {
|
|
392
|
-
docattcle: docattFields.docattcle;
|
|
393
|
-
rapcod: docattFields.rapcod;
|
|
394
|
-
typattcod: docattFields.typattcod;
|
|
395
|
-
docatturl: docattFields.docatturl;
|
|
396
|
-
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
export namespace docseaFields {
|
|
400
|
-
export type evtseacle = number;
|
|
401
|
-
export type docseaurl = string | null;
|
|
402
|
-
export type docseaurltxt = string | null;
|
|
403
|
-
export type docseaurlava = string | null;
|
|
404
|
-
export type docseaurlapr = string | null;
|
|
405
|
-
export type docseaord = number | null;
|
|
406
|
-
|
|
407
|
-
}
|
|
408
|
-
|
|
409
|
-
export interface docsea {
|
|
410
|
-
evtseacle: docseaFields.evtseacle;
|
|
411
|
-
docseaurl: docseaFields.docseaurl;
|
|
412
|
-
docseaurltxt: docseaFields.docseaurltxt;
|
|
413
|
-
docseaurlava: docseaFields.docseaurlava;
|
|
414
|
-
docseaurlapr: docseaFields.docseaurlapr;
|
|
415
|
-
docseaord: docseaFields.docseaord;
|
|
416
|
-
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
export namespace dptFields {
|
|
420
|
-
export type dptnum = number;
|
|
421
|
-
export type dptcod = string;
|
|
422
|
-
export type dptlib = string;
|
|
423
|
-
export type dptnbrsen = number | null;
|
|
424
|
-
export type dptmodscrsen = string | null;
|
|
425
|
-
export type dptser = string;
|
|
426
|
-
export type regcod = string;
|
|
427
|
-
export type dptnumtri = number;
|
|
428
|
-
export type dptlic = string | null;
|
|
429
|
-
export type dptart = string | null;
|
|
430
|
-
export type dptlibtri = string | null;
|
|
431
|
-
export type temvalcod = string | null;
|
|
432
|
-
export type evelic = string | null;
|
|
433
|
-
export type evelib = string | null;
|
|
434
|
-
export type evelil = string | null;
|
|
435
|
-
export type dptser2004 = string | null;
|
|
436
|
-
export type dptcmt = string | null;
|
|
437
|
-
export type dptdatdeb = Date | null;
|
|
438
|
-
export type dptdatfin = Date | null;
|
|
439
|
-
export type evetempub = string | null;
|
|
440
|
-
export type dpturlcmp = string | null;
|
|
441
|
-
export type syscredat = Date | null;
|
|
442
|
-
export type sysmajdat = Date | null;
|
|
443
|
-
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
export interface dpt {
|
|
447
|
-
dptnum: dptFields.dptnum;
|
|
448
|
-
dptcod: dptFields.dptcod;
|
|
449
|
-
dptlib: dptFields.dptlib;
|
|
450
|
-
dptnbrsen: dptFields.dptnbrsen;
|
|
451
|
-
dptmodscrsen: dptFields.dptmodscrsen;
|
|
452
|
-
dptser: dptFields.dptser;
|
|
453
|
-
regcod: dptFields.regcod;
|
|
454
|
-
dptnumtri: dptFields.dptnumtri;
|
|
455
|
-
dptlic: dptFields.dptlic;
|
|
456
|
-
dptart: dptFields.dptart;
|
|
457
|
-
dptlibtri: dptFields.dptlibtri;
|
|
458
|
-
temvalcod: dptFields.temvalcod;
|
|
459
|
-
evelic: dptFields.evelic;
|
|
460
|
-
evelib: dptFields.evelib;
|
|
461
|
-
evelil: dptFields.evelil;
|
|
462
|
-
dptser2004: dptFields.dptser2004;
|
|
463
|
-
dptcmt: dptFields.dptcmt;
|
|
464
|
-
dptdatdeb: dptFields.dptdatdeb;
|
|
465
|
-
dptdatfin: dptFields.dptdatfin;
|
|
466
|
-
evetempub: dptFields.evetempub;
|
|
467
|
-
dpturlcmp: dptFields.dpturlcmp;
|
|
468
|
-
syscredat: dptFields.syscredat;
|
|
469
|
-
sysmajdat: dptFields.sysmajdat;
|
|
470
|
-
|
|
471
|
-
}
|
|
472
|
-
|
|
473
|
-
export namespace dpteleFields {
|
|
474
|
-
export type dptnum = number;
|
|
475
|
-
export type dptelenbrsie = number | null;
|
|
476
|
-
export type dpteleid = number;
|
|
477
|
-
export type typelecod = string;
|
|
478
|
-
export type validcod = string;
|
|
479
|
-
export type valid2cod = string;
|
|
480
|
-
export type participaidt1 = number | null;
|
|
481
|
-
export type participaidt2 = number | null;
|
|
482
|
-
export type syscredat = Date | null;
|
|
483
|
-
export type sysmajdat = Date | null;
|
|
484
|
-
export type eleid = number;
|
|
485
|
-
export type dptelenbrsiepvr = number | null;
|
|
486
|
-
export type dptelecmt = string | null;
|
|
487
|
-
|
|
488
|
-
}
|
|
489
|
-
|
|
490
|
-
export interface dptele {
|
|
491
|
-
dptnum: dpteleFields.dptnum;
|
|
492
|
-
dptelenbrsie: dpteleFields.dptelenbrsie;
|
|
493
|
-
dpteleid: dpteleFields.dpteleid;
|
|
494
|
-
typelecod: dpteleFields.typelecod;
|
|
495
|
-
validcod: dpteleFields.validcod;
|
|
496
|
-
valid2cod: dpteleFields.valid2cod;
|
|
497
|
-
participaidt1: dpteleFields.participaidt1;
|
|
498
|
-
participaidt2: dpteleFields.participaidt2;
|
|
499
|
-
syscredat: dpteleFields.syscredat;
|
|
500
|
-
sysmajdat: dpteleFields.sysmajdat;
|
|
501
|
-
eleid: dpteleFields.eleid;
|
|
502
|
-
dptelenbrsiepvr: dpteleFields.dptelenbrsiepvr;
|
|
503
|
-
dptelecmt: dpteleFields.dptelecmt;
|
|
504
|
-
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
export namespace ecrFields {
|
|
508
|
-
export type rapcod = number | null;
|
|
509
|
-
export type ecrnumtri = number;
|
|
510
|
-
export type autcod = string | null;
|
|
511
|
-
export type texcod = number | null;
|
|
512
|
-
export type ecrnum = number;
|
|
513
|
-
export type typedoc = string | null;
|
|
514
|
-
export type signataire = string | null;
|
|
515
|
-
export type docidt = number | null;
|
|
516
|
-
export type ecrqua = string | null;
|
|
517
|
-
|
|
518
|
-
}
|
|
519
|
-
|
|
520
|
-
export interface ecr {
|
|
521
|
-
rapcod: ecrFields.rapcod;
|
|
522
|
-
ecrnumtri: ecrFields.ecrnumtri;
|
|
523
|
-
autcod: ecrFields.autcod;
|
|
524
|
-
texcod: ecrFields.texcod;
|
|
525
|
-
ecrnum: ecrFields.ecrnum;
|
|
526
|
-
typedoc: ecrFields.typedoc;
|
|
527
|
-
signataire: ecrFields.signataire;
|
|
528
|
-
docidt: ecrFields.docidt;
|
|
529
|
-
ecrqua: ecrFields.ecrqua;
|
|
530
|
-
|
|
531
|
-
}
|
|
532
|
-
|
|
533
|
-
export namespace elusenFields {
|
|
534
|
-
export type eluid = number;
|
|
535
|
-
export type dptnum = number;
|
|
536
|
-
export type eludatdeb = Date | null;
|
|
537
|
-
export type eludatelu = Date | null;
|
|
538
|
-
export type eludatfin = Date | null;
|
|
539
|
-
export type etadebmancod = string;
|
|
540
|
-
export type etafinmancod = string | null;
|
|
541
|
-
export type temvalcod = string | null;
|
|
542
|
-
export type evelic = string | null;
|
|
543
|
-
export type evelib = string | null;
|
|
544
|
-
export type evelil = string | null;
|
|
545
|
-
export type eluanndeb = number | null;
|
|
546
|
-
export type eluannfin = number | null;
|
|
547
|
-
export type typmancod = string | null;
|
|
548
|
-
export type senmat = string;
|
|
549
|
-
export type eludatcum = Date | null;
|
|
550
|
-
export type turelucod = string;
|
|
551
|
-
export type syscredat = Date | null;
|
|
552
|
-
export type sysmajdat = Date | null;
|
|
553
|
-
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
export interface elusen {
|
|
557
|
-
eluid: elusenFields.eluid;
|
|
558
|
-
dptnum: elusenFields.dptnum;
|
|
559
|
-
eludatdeb: elusenFields.eludatdeb;
|
|
560
|
-
eludatelu: elusenFields.eludatelu;
|
|
561
|
-
eludatfin: elusenFields.eludatfin;
|
|
562
|
-
etadebmancod: elusenFields.etadebmancod;
|
|
563
|
-
etafinmancod: elusenFields.etafinmancod;
|
|
564
|
-
temvalcod: elusenFields.temvalcod;
|
|
565
|
-
evelic: elusenFields.evelic;
|
|
566
|
-
evelib: elusenFields.evelib;
|
|
567
|
-
evelil: elusenFields.evelil;
|
|
568
|
-
eluanndeb: elusenFields.eluanndeb;
|
|
569
|
-
eluannfin: elusenFields.eluannfin;
|
|
570
|
-
typmancod: elusenFields.typmancod;
|
|
571
|
-
senmat: elusenFields.senmat;
|
|
572
|
-
eludatcum: elusenFields.eludatcum;
|
|
573
|
-
turelucod: elusenFields.turelucod;
|
|
574
|
-
syscredat: elusenFields.syscredat;
|
|
575
|
-
sysmajdat: elusenFields.sysmajdat;
|
|
576
|
-
|
|
577
|
-
}
|
|
578
|
-
|
|
579
|
-
export namespace etadebmanFields {
|
|
580
|
-
export type etadebmancod = string;
|
|
581
|
-
export type etadebmanlic = string;
|
|
582
|
-
export type etadebmanlib = string;
|
|
583
|
-
export type etadebmannumtri = number | null;
|
|
584
|
-
export type etadebmanlil = string | null;
|
|
585
|
-
export type etadebmanlicfem = string | null;
|
|
586
|
-
export type etadebmanlibfem = string | null;
|
|
587
|
-
export type etadebmanlilfem = string | null;
|
|
588
|
-
export type etadebmanlicplu = string | null;
|
|
589
|
-
export type etadebmanlibplu = string | null;
|
|
590
|
-
export type etadebmanlilplu = string | null;
|
|
591
|
-
export type syscredat = Date | null;
|
|
592
|
-
export type sysmajdat = Date | null;
|
|
593
|
-
|
|
594
|
-
}
|
|
595
|
-
|
|
596
|
-
export interface etadebman {
|
|
597
|
-
etadebmancod: etadebmanFields.etadebmancod;
|
|
598
|
-
etadebmanlic: etadebmanFields.etadebmanlic;
|
|
599
|
-
etadebmanlib: etadebmanFields.etadebmanlib;
|
|
600
|
-
etadebmannumtri: etadebmanFields.etadebmannumtri;
|
|
601
|
-
etadebmanlil: etadebmanFields.etadebmanlil;
|
|
602
|
-
etadebmanlicfem: etadebmanFields.etadebmanlicfem;
|
|
603
|
-
etadebmanlibfem: etadebmanFields.etadebmanlibfem;
|
|
604
|
-
etadebmanlilfem: etadebmanFields.etadebmanlilfem;
|
|
605
|
-
etadebmanlicplu: etadebmanFields.etadebmanlicplu;
|
|
606
|
-
etadebmanlibplu: etadebmanFields.etadebmanlibplu;
|
|
607
|
-
etadebmanlilplu: etadebmanFields.etadebmanlilplu;
|
|
608
|
-
syscredat: etadebmanFields.syscredat;
|
|
609
|
-
sysmajdat: etadebmanFields.sysmajdat;
|
|
610
|
-
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
export namespace etafinmanFields {
|
|
614
|
-
export type etafinmancod = string;
|
|
615
|
-
export type etafinmanlic = string;
|
|
616
|
-
export type etafinman = string;
|
|
617
|
-
export type etafinmannumtri = number | null;
|
|
618
|
-
export type etafinmantemsirpas = string | null;
|
|
619
|
-
export type etafinmancodsirpas = string | null;
|
|
620
|
-
export type etafinmanlil = string | null;
|
|
621
|
-
export type etafinmanlicfem = string | null;
|
|
622
|
-
export type etafinmanlibfem = string | null;
|
|
623
|
-
export type etafinmanlilfem = string | null;
|
|
624
|
-
export type etafinmanlicplu = string | null;
|
|
625
|
-
export type etafinmanlibplu = string | null;
|
|
626
|
-
export type etafinmanlilplu = string | null;
|
|
627
|
-
export type syscredat = Date | null;
|
|
628
|
-
export type sysmajdat = Date | null;
|
|
629
|
-
|
|
630
|
-
}
|
|
631
|
-
|
|
632
|
-
export interface etafinman {
|
|
633
|
-
etafinmancod: etafinmanFields.etafinmancod;
|
|
634
|
-
etafinmanlic: etafinmanFields.etafinmanlic;
|
|
635
|
-
etafinman: etafinmanFields.etafinman;
|
|
636
|
-
etafinmannumtri: etafinmanFields.etafinmannumtri;
|
|
637
|
-
etafinmantemsirpas: etafinmanFields.etafinmantemsirpas;
|
|
638
|
-
etafinmancodsirpas: etafinmanFields.etafinmancodsirpas;
|
|
639
|
-
etafinmanlil: etafinmanFields.etafinmanlil;
|
|
640
|
-
etafinmanlicfem: etafinmanFields.etafinmanlicfem;
|
|
641
|
-
etafinmanlibfem: etafinmanFields.etafinmanlibfem;
|
|
642
|
-
etafinmanlilfem: etafinmanFields.etafinmanlilfem;
|
|
643
|
-
etafinmanlicplu: etafinmanFields.etafinmanlicplu;
|
|
644
|
-
etafinmanlibplu: etafinmanFields.etafinmanlibplu;
|
|
645
|
-
etafinmanlilplu: etafinmanFields.etafinmanlilplu;
|
|
646
|
-
syscredat: etafinmanFields.syscredat;
|
|
647
|
-
sysmajdat: etafinmanFields.sysmajdat;
|
|
648
|
-
|
|
649
|
-
}
|
|
650
|
-
|
|
651
|
-
export namespace etaloiFields {
|
|
652
|
-
export type etaloicod = string;
|
|
653
|
-
export type etaloilib = string;
|
|
654
|
-
|
|
655
|
-
}
|
|
656
|
-
|
|
657
|
-
export interface etaloi {
|
|
658
|
-
etaloicod: etaloiFields.etaloicod;
|
|
659
|
-
etaloilib: etaloiFields.etaloilib;
|
|
660
|
-
|
|
661
|
-
}
|
|
662
|
-
|
|
663
|
-
export namespace etasenFields {
|
|
664
|
-
export type etasencod = string;
|
|
665
|
-
export type etasenlic = string;
|
|
666
|
-
export type etasenlib = string | null;
|
|
667
|
-
export type etasennumtri = number | null;
|
|
668
|
-
export type etasenlil = string | null;
|
|
669
|
-
export type etasenlicfem = string | null;
|
|
670
|
-
export type etasenlibfem = string | null;
|
|
671
|
-
export type etasenlilfem = string | null;
|
|
672
|
-
export type etasenlicplu = string | null;
|
|
673
|
-
export type etasenlibplu = string | null;
|
|
674
|
-
export type etasenlilplu = string | null;
|
|
675
|
-
export type syscredat = Date | null;
|
|
676
|
-
export type sysmajdat = Date | null;
|
|
677
|
-
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
export interface etasen {
|
|
681
|
-
etasencod: etasenFields.etasencod;
|
|
682
|
-
etasenlic: etasenFields.etasenlic;
|
|
683
|
-
etasenlib: etasenFields.etasenlib;
|
|
684
|
-
etasennumtri: etasenFields.etasennumtri;
|
|
685
|
-
etasenlil: etasenFields.etasenlil;
|
|
686
|
-
etasenlicfem: etasenFields.etasenlicfem;
|
|
687
|
-
etasenlibfem: etasenFields.etasenlibfem;
|
|
688
|
-
etasenlilfem: etasenFields.etasenlilfem;
|
|
689
|
-
etasenlicplu: etasenFields.etasenlicplu;
|
|
690
|
-
etasenlibplu: etasenFields.etasenlibplu;
|
|
691
|
-
etasenlilplu: etasenFields.etasenlilplu;
|
|
692
|
-
syscredat: etasenFields.syscredat;
|
|
693
|
-
sysmajdat: etasenFields.sysmajdat;
|
|
694
|
-
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
export namespace evtseaFields {
|
|
698
|
-
export type evtseacle = number;
|
|
699
|
-
export type loicod = string | null;
|
|
700
|
-
export type typevtcod = string;
|
|
701
|
-
export type lecassidt = string;
|
|
702
|
-
export type evtseadat = Date | null;
|
|
703
|
-
|
|
704
|
-
}
|
|
705
|
-
|
|
706
|
-
export interface evtsea {
|
|
707
|
-
evtseacle: evtseaFields.evtseacle;
|
|
708
|
-
loicod: evtseaFields.loicod;
|
|
709
|
-
typevtcod: evtseaFields.typevtcod;
|
|
710
|
-
lecassidt: evtseaFields.lecassidt;
|
|
711
|
-
evtseadat: evtseaFields.evtseadat;
|
|
712
|
-
|
|
713
|
-
}
|
|
714
|
-
|
|
715
|
-
export namespace foncomFields {
|
|
716
|
-
export type foncomcod = string;
|
|
717
|
-
export type foncomlib = string;
|
|
718
|
-
export type foncomlic = string;
|
|
719
|
-
export type foncomnumtri = number | null;
|
|
720
|
-
export type foncomlil = string | null;
|
|
721
|
-
export type foncomlicfem = string | null;
|
|
722
|
-
export type foncomlibfem = string | null;
|
|
723
|
-
export type foncomlilfem = string | null;
|
|
724
|
-
export type foncomlicplu = string | null;
|
|
725
|
-
export type foncomlibplu = string | null;
|
|
726
|
-
export type foncomlilplu = string | null;
|
|
727
|
-
export type foncomlicfemplu = string | null;
|
|
728
|
-
export type foncomlibfemplu = string | null;
|
|
729
|
-
export type foncomlilfemplu = string | null;
|
|
730
|
-
export type syscredat = Date | null;
|
|
731
|
-
export type sysmajdat = Date | null;
|
|
732
|
-
|
|
733
|
-
}
|
|
734
|
-
|
|
735
|
-
export interface foncom {
|
|
736
|
-
foncomcod: foncomFields.foncomcod;
|
|
737
|
-
foncomlib: foncomFields.foncomlib;
|
|
738
|
-
foncomlic: foncomFields.foncomlic;
|
|
739
|
-
foncomnumtri: foncomFields.foncomnumtri;
|
|
740
|
-
foncomlil: foncomFields.foncomlil;
|
|
741
|
-
foncomlicfem: foncomFields.foncomlicfem;
|
|
742
|
-
foncomlibfem: foncomFields.foncomlibfem;
|
|
743
|
-
foncomlilfem: foncomFields.foncomlilfem;
|
|
744
|
-
foncomlicplu: foncomFields.foncomlicplu;
|
|
745
|
-
foncomlibplu: foncomFields.foncomlibplu;
|
|
746
|
-
foncomlilplu: foncomFields.foncomlilplu;
|
|
747
|
-
foncomlicfemplu: foncomFields.foncomlicfemplu;
|
|
748
|
-
foncomlibfemplu: foncomFields.foncomlibfemplu;
|
|
749
|
-
foncomlilfemplu: foncomFields.foncomlilfemplu;
|
|
750
|
-
syscredat: foncomFields.syscredat;
|
|
751
|
-
sysmajdat: foncomFields.sysmajdat;
|
|
752
|
-
|
|
753
|
-
}
|
|
754
|
-
|
|
755
|
-
export namespace fondelegaFields {
|
|
756
|
-
export type fondelcod = string;
|
|
757
|
-
export type fondellib = string;
|
|
758
|
-
export type fondellic = string;
|
|
759
|
-
export type fondelnumtri = number | null;
|
|
760
|
-
export type fondellil = string | null;
|
|
761
|
-
export type fondellicfem = string | null;
|
|
762
|
-
export type fondellibfem = string | null;
|
|
763
|
-
export type fondellilfem = string | null;
|
|
764
|
-
export type fondellicplu = string | null;
|
|
765
|
-
export type fondellibplu = string | null;
|
|
766
|
-
export type fondellilplu = string | null;
|
|
767
|
-
export type fondellicfemplu = string | null;
|
|
768
|
-
export type fondellibfemplu = string | null;
|
|
769
|
-
export type fondellilfemplu = string | null;
|
|
770
|
-
export type syscredat = Date | null;
|
|
771
|
-
export type sysmajdat = Date | null;
|
|
772
|
-
|
|
773
|
-
}
|
|
774
|
-
|
|
775
|
-
export interface fondelega {
|
|
776
|
-
fondelcod: fondelegaFields.fondelcod;
|
|
777
|
-
fondellib: fondelegaFields.fondellib;
|
|
778
|
-
fondellic: fondelegaFields.fondellic;
|
|
779
|
-
fondelnumtri: fondelegaFields.fondelnumtri;
|
|
780
|
-
fondellil: fondelegaFields.fondellil;
|
|
781
|
-
fondellicfem: fondelegaFields.fondellicfem;
|
|
782
|
-
fondellibfem: fondelegaFields.fondellibfem;
|
|
783
|
-
fondellilfem: fondelegaFields.fondellilfem;
|
|
784
|
-
fondellicplu: fondelegaFields.fondellicplu;
|
|
785
|
-
fondellibplu: fondelegaFields.fondellibplu;
|
|
786
|
-
fondellilplu: fondelegaFields.fondellilplu;
|
|
787
|
-
fondellicfemplu: fondelegaFields.fondellicfemplu;
|
|
788
|
-
fondellibfemplu: fondelegaFields.fondellibfemplu;
|
|
789
|
-
fondellilfemplu: fondelegaFields.fondellilfemplu;
|
|
790
|
-
syscredat: fondelegaFields.syscredat;
|
|
791
|
-
sysmajdat: fondelegaFields.sysmajdat;
|
|
792
|
-
|
|
793
|
-
}
|
|
794
|
-
|
|
795
|
-
export namespace fongrppolFields {
|
|
796
|
-
export type fongrppolcod = string;
|
|
797
|
-
export type fongrppollib = string;
|
|
798
|
-
export type fongrppollic = string;
|
|
799
|
-
export type fongrppolnumtri = number | null;
|
|
800
|
-
export type fongrppollil = string | null;
|
|
801
|
-
export type fongrppollibfem = string | null;
|
|
802
|
-
export type fongrppollicfem = string | null;
|
|
803
|
-
export type fongrppollilfem = string | null;
|
|
804
|
-
export type fongrppollibplu = string | null;
|
|
805
|
-
export type fongrppollicplu = string | null;
|
|
806
|
-
export type fongrppollilplu = string | null;
|
|
807
|
-
export type syscredat = Date | null;
|
|
808
|
-
export type sysmajdat = Date | null;
|
|
809
|
-
export type fongrppollicfemplu = string | null;
|
|
810
|
-
export type fongrppollibfemplu = string | null;
|
|
811
|
-
export type fongrppollilfemplu = string | null;
|
|
812
|
-
|
|
813
|
-
}
|
|
814
|
-
|
|
815
|
-
export interface fongrppol {
|
|
816
|
-
fongrppolcod: fongrppolFields.fongrppolcod;
|
|
817
|
-
fongrppollib: fongrppolFields.fongrppollib;
|
|
818
|
-
fongrppollic: fongrppolFields.fongrppollic;
|
|
819
|
-
fongrppolnumtri: fongrppolFields.fongrppolnumtri;
|
|
820
|
-
fongrppollil: fongrppolFields.fongrppollil;
|
|
821
|
-
fongrppollibfem: fongrppolFields.fongrppollibfem;
|
|
822
|
-
fongrppollicfem: fongrppolFields.fongrppollicfem;
|
|
823
|
-
fongrppollilfem: fongrppolFields.fongrppollilfem;
|
|
824
|
-
fongrppollibplu: fongrppolFields.fongrppollibplu;
|
|
825
|
-
fongrppollicplu: fongrppolFields.fongrppollicplu;
|
|
826
|
-
fongrppollilplu: fongrppolFields.fongrppollilplu;
|
|
827
|
-
syscredat: fongrppolFields.syscredat;
|
|
828
|
-
sysmajdat: fongrppolFields.sysmajdat;
|
|
829
|
-
fongrppollicfemplu: fongrppolFields.fongrppollicfemplu;
|
|
830
|
-
fongrppollibfemplu: fongrppolFields.fongrppollibfemplu;
|
|
831
|
-
fongrppollilfemplu: fongrppolFields.fongrppollilfemplu;
|
|
832
|
-
|
|
833
|
-
}
|
|
834
|
-
|
|
835
|
-
export namespace fonmemcomFields {
|
|
836
|
-
export type fonmemcomid = number;
|
|
837
|
-
export type foncomcod = string;
|
|
838
|
-
export type fonmemcomdatdeb = Date | null;
|
|
839
|
-
export type fonmemcomdatfin = Date | null;
|
|
840
|
-
export type fonmemcomrngprt = number | null;
|
|
841
|
-
export type temvalcod = string | null;
|
|
842
|
-
export type evelic = string | null;
|
|
843
|
-
export type evelib = string | null;
|
|
844
|
-
export type evelil = string | null;
|
|
845
|
-
export type eveobs = string | null;
|
|
846
|
-
export type memcomid = number;
|
|
847
|
-
export type evetempub = string | null;
|
|
848
|
-
export type syscredat = Date | null;
|
|
849
|
-
export type sysmajdat = Date | null;
|
|
850
|
-
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
export interface fonmemcom {
|
|
854
|
-
fonmemcomid: fonmemcomFields.fonmemcomid;
|
|
855
|
-
foncomcod: fonmemcomFields.foncomcod;
|
|
856
|
-
fonmemcomdatdeb: fonmemcomFields.fonmemcomdatdeb;
|
|
857
|
-
fonmemcomdatfin: fonmemcomFields.fonmemcomdatfin;
|
|
858
|
-
fonmemcomrngprt: fonmemcomFields.fonmemcomrngprt;
|
|
859
|
-
temvalcod: fonmemcomFields.temvalcod;
|
|
860
|
-
evelic: fonmemcomFields.evelic;
|
|
861
|
-
evelib: fonmemcomFields.evelib;
|
|
862
|
-
evelil: fonmemcomFields.evelil;
|
|
863
|
-
eveobs: fonmemcomFields.eveobs;
|
|
864
|
-
memcomid: fonmemcomFields.memcomid;
|
|
865
|
-
evetempub: fonmemcomFields.evetempub;
|
|
866
|
-
syscredat: fonmemcomFields.syscredat;
|
|
867
|
-
sysmajdat: fonmemcomFields.sysmajdat;
|
|
868
|
-
|
|
869
|
-
}
|
|
870
|
-
|
|
871
|
-
export namespace fonmemdelegaFields {
|
|
872
|
-
export type fonmemdelid = number;
|
|
873
|
-
export type fondelcod = string;
|
|
874
|
-
export type fonmemdeldatdeb = Date | null;
|
|
875
|
-
export type fonmemdeldatfin = Date | null;
|
|
876
|
-
export type temvalcod = string | null;
|
|
877
|
-
export type evelic = string | null;
|
|
878
|
-
export type evelib = string | null;
|
|
879
|
-
export type evelil = string | null;
|
|
880
|
-
export type eveobs = string | null;
|
|
881
|
-
export type memdelegaid = number;
|
|
882
|
-
export type fonmemdelrngele = number | null;
|
|
883
|
-
export type evetempub = string | null;
|
|
884
|
-
export type syscredat = Date | null;
|
|
885
|
-
export type sysmajdat = Date | null;
|
|
886
|
-
|
|
887
|
-
}
|
|
888
|
-
|
|
889
|
-
export interface fonmemdelega {
|
|
890
|
-
fonmemdelid: fonmemdelegaFields.fonmemdelid;
|
|
891
|
-
fondelcod: fonmemdelegaFields.fondelcod;
|
|
892
|
-
fonmemdeldatdeb: fonmemdelegaFields.fonmemdeldatdeb;
|
|
893
|
-
fonmemdeldatfin: fonmemdelegaFields.fonmemdeldatfin;
|
|
894
|
-
temvalcod: fonmemdelegaFields.temvalcod;
|
|
895
|
-
evelic: fonmemdelegaFields.evelic;
|
|
896
|
-
evelib: fonmemdelegaFields.evelib;
|
|
897
|
-
evelil: fonmemdelegaFields.evelil;
|
|
898
|
-
eveobs: fonmemdelegaFields.eveobs;
|
|
899
|
-
memdelegaid: fonmemdelegaFields.memdelegaid;
|
|
900
|
-
fonmemdelrngele: fonmemdelegaFields.fonmemdelrngele;
|
|
901
|
-
evetempub: fonmemdelegaFields.evetempub;
|
|
902
|
-
syscredat: fonmemdelegaFields.syscredat;
|
|
903
|
-
sysmajdat: fonmemdelegaFields.sysmajdat;
|
|
904
|
-
|
|
905
|
-
}
|
|
906
|
-
|
|
907
|
-
export namespace fonmemgrppolFields {
|
|
908
|
-
export type fonmemgrppolid = number;
|
|
909
|
-
export type fongrppolcod = string;
|
|
910
|
-
export type fonmemgrppoldatdeb = Date | null;
|
|
911
|
-
export type fonmemgrppoldatfin = Date | null;
|
|
912
|
-
export type temvalcod = string | null;
|
|
913
|
-
export type evelic = string | null;
|
|
914
|
-
export type evelib = string | null;
|
|
915
|
-
export type evelil = string | null;
|
|
916
|
-
export type eveobs = string | null;
|
|
917
|
-
export type memgrppolid = number;
|
|
918
|
-
export type evetempub = string | null;
|
|
919
|
-
export type syscredat = Date | null;
|
|
920
|
-
export type sysmajdat = Date | null;
|
|
921
|
-
|
|
922
|
-
}
|
|
923
|
-
|
|
924
|
-
export interface fonmemgrppol {
|
|
925
|
-
fonmemgrppolid: fonmemgrppolFields.fonmemgrppolid;
|
|
926
|
-
fongrppolcod: fonmemgrppolFields.fongrppolcod;
|
|
927
|
-
fonmemgrppoldatdeb: fonmemgrppolFields.fonmemgrppoldatdeb;
|
|
928
|
-
fonmemgrppoldatfin: fonmemgrppolFields.fonmemgrppoldatfin;
|
|
929
|
-
temvalcod: fonmemgrppolFields.temvalcod;
|
|
930
|
-
evelic: fonmemgrppolFields.evelic;
|
|
931
|
-
evelib: fonmemgrppolFields.evelib;
|
|
932
|
-
evelil: fonmemgrppolFields.evelil;
|
|
933
|
-
eveobs: fonmemgrppolFields.eveobs;
|
|
934
|
-
memgrppolid: fonmemgrppolFields.memgrppolid;
|
|
935
|
-
evetempub: fonmemgrppolFields.evetempub;
|
|
936
|
-
syscredat: fonmemgrppolFields.syscredat;
|
|
937
|
-
sysmajdat: fonmemgrppolFields.sysmajdat;
|
|
938
|
-
|
|
939
|
-
}
|
|
940
|
-
|
|
941
|
-
export namespace forpubFields {
|
|
942
|
-
export type forpubcod = string;
|
|
943
|
-
export type forpublib = string;
|
|
944
|
-
|
|
945
|
-
}
|
|
946
|
-
|
|
947
|
-
export interface forpub {
|
|
948
|
-
forpubcod: forpubFields.forpubcod;
|
|
949
|
-
forpublib: forpubFields.forpublib;
|
|
950
|
-
|
|
951
|
-
}
|
|
952
|
-
|
|
953
|
-
export namespace genFields {
|
|
954
|
-
export type gencod = string;
|
|
955
|
-
export type genlib = string;
|
|
956
|
-
|
|
957
|
-
}
|
|
958
|
-
|
|
959
|
-
export interface gen {
|
|
960
|
-
gencod: genFields.gencod;
|
|
961
|
-
genlib: genFields.genlib;
|
|
962
|
-
|
|
963
|
-
}
|
|
964
|
-
|
|
965
|
-
export namespace grppolFields {
|
|
966
|
-
export type grppolcod = string;
|
|
967
|
-
export type grppolnumtri = number | null;
|
|
968
|
-
export type grppolpre = string | null;
|
|
969
|
-
export type grppoldatcre = Date | null;
|
|
970
|
-
export type grppoldatfin = Date | null;
|
|
971
|
-
export type grppolliccou = string | null;
|
|
972
|
-
export type grppollibcou = string | null;
|
|
973
|
-
export type grppollilcou = string | null;
|
|
974
|
-
export type temvalcod = string | null;
|
|
975
|
-
export type evelic = string | null;
|
|
976
|
-
export type evelib = string | null;
|
|
977
|
-
export type evelil = string | null;
|
|
978
|
-
export type typorgcod = string;
|
|
979
|
-
export type grppolart = string | null;
|
|
980
|
-
export type grppolurlsim = string | null;
|
|
981
|
-
export type grppolurlcmp = string | null;
|
|
982
|
-
export type grppolcodamelicou = string | null;
|
|
983
|
-
export type evetempub = string | null;
|
|
984
|
-
export type grppolcodscr = string | null;
|
|
985
|
-
export type grppolcodrepro = string | null;
|
|
986
|
-
export type syscredat = Date | null;
|
|
987
|
-
export type sysmajdat = Date | null;
|
|
988
|
-
|
|
989
|
-
}
|
|
990
|
-
|
|
991
|
-
export interface grppol {
|
|
992
|
-
grppolcod: grppolFields.grppolcod;
|
|
993
|
-
grppolnumtri: grppolFields.grppolnumtri;
|
|
994
|
-
grppolpre: grppolFields.grppolpre;
|
|
995
|
-
grppoldatcre: grppolFields.grppoldatcre;
|
|
996
|
-
grppoldatfin: grppolFields.grppoldatfin;
|
|
997
|
-
grppolliccou: grppolFields.grppolliccou;
|
|
998
|
-
grppollibcou: grppolFields.grppollibcou;
|
|
999
|
-
grppollilcou: grppolFields.grppollilcou;
|
|
1000
|
-
temvalcod: grppolFields.temvalcod;
|
|
1001
|
-
evelic: grppolFields.evelic;
|
|
1002
|
-
evelib: grppolFields.evelib;
|
|
1003
|
-
evelil: grppolFields.evelil;
|
|
1004
|
-
typorgcod: grppolFields.typorgcod;
|
|
1005
|
-
grppolart: grppolFields.grppolart;
|
|
1006
|
-
grppolurlsim: grppolFields.grppolurlsim;
|
|
1007
|
-
grppolurlcmp: grppolFields.grppolurlcmp;
|
|
1008
|
-
grppolcodamelicou: grppolFields.grppolcodamelicou;
|
|
1009
|
-
evetempub: grppolFields.evetempub;
|
|
1010
|
-
grppolcodscr: grppolFields.grppolcodscr;
|
|
1011
|
-
grppolcodrepro: grppolFields.grppolcodrepro;
|
|
1012
|
-
syscredat: grppolFields.syscredat;
|
|
1013
|
-
sysmajdat: grppolFields.sysmajdat;
|
|
1014
|
-
|
|
1015
|
-
}
|
|
1016
|
-
|
|
1017
|
-
export namespace lecassFields {
|
|
1018
|
-
export type lecassidt = string;
|
|
1019
|
-
export type lecidt = string;
|
|
1020
|
-
export type codass = string;
|
|
1021
|
-
export type ordreass = number;
|
|
1022
|
-
export type sesann = number | null;
|
|
1023
|
-
export type ptlnum = number | null;
|
|
1024
|
-
export type ptlurl = string | null;
|
|
1025
|
-
export type ptlnumcpl = string | null;
|
|
1026
|
-
export type ptlnot = string | null;
|
|
1027
|
-
export type ptlurl2 = string | null;
|
|
1028
|
-
export type ptlnot2 = string | null;
|
|
1029
|
-
export type ptlurl3 = string | null;
|
|
1030
|
-
export type ptlnot3 = string | null;
|
|
1031
|
-
export type ptlnumcpl2 = string | null;
|
|
1032
|
-
export type ptlnumcpl3 = string | null;
|
|
1033
|
-
export type lecassame = string | null;
|
|
1034
|
-
export type lecassameses = number | null;
|
|
1035
|
-
export type orgcod = string | null;
|
|
1036
|
-
export type loiintmod = string | null;
|
|
1037
|
-
export type reucom = string | null;
|
|
1038
|
-
export type debatsurl = string | null;
|
|
1039
|
-
export type depot_only = string;
|
|
1040
|
-
export type lecassamedat = Date | null;
|
|
1041
|
-
export type lecassamecomdat = Date | null;
|
|
1042
|
-
export type orippr = string | null;
|
|
1043
|
-
export type libppr = string | null;
|
|
1044
|
-
export type sesppr = number | null;
|
|
1045
|
-
export type ptlurlcom = string | null;
|
|
1046
|
-
export type aliasppr = string | null;
|
|
1047
|
-
export type lecassamecom = string | null;
|
|
1048
|
-
export type lecassamesescom = number | null;
|
|
1049
|
-
export type ptlnumcom = number | null;
|
|
1050
|
-
|
|
1051
|
-
}
|
|
1052
|
-
|
|
1053
|
-
export interface lecass {
|
|
1054
|
-
lecassidt: lecassFields.lecassidt;
|
|
1055
|
-
lecidt: lecassFields.lecidt;
|
|
1056
|
-
codass: lecassFields.codass;
|
|
1057
|
-
ordreass: lecassFields.ordreass;
|
|
1058
|
-
sesann: lecassFields.sesann;
|
|
1059
|
-
ptlnum: lecassFields.ptlnum;
|
|
1060
|
-
ptlurl: lecassFields.ptlurl;
|
|
1061
|
-
ptlnumcpl: lecassFields.ptlnumcpl;
|
|
1062
|
-
ptlnot: lecassFields.ptlnot;
|
|
1063
|
-
ptlurl2: lecassFields.ptlurl2;
|
|
1064
|
-
ptlnot2: lecassFields.ptlnot2;
|
|
1065
|
-
ptlurl3: lecassFields.ptlurl3;
|
|
1066
|
-
ptlnot3: lecassFields.ptlnot3;
|
|
1067
|
-
ptlnumcpl2: lecassFields.ptlnumcpl2;
|
|
1068
|
-
ptlnumcpl3: lecassFields.ptlnumcpl3;
|
|
1069
|
-
lecassame: lecassFields.lecassame;
|
|
1070
|
-
lecassameses: lecassFields.lecassameses;
|
|
1071
|
-
orgcod: lecassFields.orgcod;
|
|
1072
|
-
loiintmod: lecassFields.loiintmod;
|
|
1073
|
-
reucom: lecassFields.reucom;
|
|
1074
|
-
debatsurl: lecassFields.debatsurl;
|
|
1075
|
-
depot_only: lecassFields.depot_only;
|
|
1076
|
-
lecassamedat: lecassFields.lecassamedat;
|
|
1077
|
-
lecassamecomdat: lecassFields.lecassamecomdat;
|
|
1078
|
-
orippr: lecassFields.orippr;
|
|
1079
|
-
libppr: lecassFields.libppr;
|
|
1080
|
-
sesppr: lecassFields.sesppr;
|
|
1081
|
-
ptlurlcom: lecassFields.ptlurlcom;
|
|
1082
|
-
aliasppr: lecassFields.aliasppr;
|
|
1083
|
-
lecassamecom: lecassFields.lecassamecom;
|
|
1084
|
-
lecassamesescom: lecassFields.lecassamesescom;
|
|
1085
|
-
ptlnumcom: lecassFields.ptlnumcom;
|
|
1086
|
-
|
|
1087
|
-
}
|
|
1088
|
-
|
|
1089
|
-
export namespace lecassrapFields {
|
|
1090
|
-
export type lecassidt = string;
|
|
1091
|
-
export type rapcod = number;
|
|
1092
|
-
export type lecassrapord = number | null;
|
|
1093
|
-
|
|
1094
|
-
}
|
|
1095
|
-
|
|
1096
|
-
export interface lecassrap {
|
|
1097
|
-
lecassidt: lecassrapFields.lecassidt;
|
|
1098
|
-
rapcod: lecassrapFields.rapcod;
|
|
1099
|
-
lecassrapord: lecassrapFields.lecassrapord;
|
|
1100
|
-
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
|
-
export namespace lectureFields {
|
|
1104
|
-
export type lecidt = string;
|
|
1105
|
-
export type loicod = string;
|
|
1106
|
-
export type typleccod = string;
|
|
1107
|
-
export type leccom = string | null;
|
|
1108
|
-
|
|
1109
|
-
}
|
|
1110
|
-
|
|
1111
|
-
export interface lecture {
|
|
1112
|
-
lecidt: lectureFields.lecidt;
|
|
1113
|
-
loicod: lectureFields.loicod;
|
|
1114
|
-
typleccod: lectureFields.typleccod;
|
|
1115
|
-
leccom: lectureFields.leccom;
|
|
1116
|
-
|
|
1117
|
-
}
|
|
1118
|
-
|
|
1119
|
-
export namespace libcomFields {
|
|
1120
|
-
export type orgcod = string;
|
|
1121
|
-
export type libcomdatdeb = Date;
|
|
1122
|
-
export type libcomdatfin = Date | null;
|
|
1123
|
-
export type temvalcod = string | null;
|
|
1124
|
-
export type evelic = string | null;
|
|
1125
|
-
export type evelib = string | null;
|
|
1126
|
-
export type evelil = string | null;
|
|
1127
|
-
export type eveobs = string | null;
|
|
1128
|
-
export type libcomart = string | null;
|
|
1129
|
-
export type libcomlilmin = string | null;
|
|
1130
|
-
export type libcomlibameli = string | null;
|
|
1131
|
-
export type syscredat = Date | null;
|
|
1132
|
-
export type sysmajdat = Date | null;
|
|
1133
|
-
export type libcomid = number;
|
|
1134
|
-
|
|
1135
|
-
}
|
|
1136
|
-
|
|
1137
|
-
export interface libcom {
|
|
1138
|
-
orgcod: libcomFields.orgcod;
|
|
1139
|
-
libcomdatdeb: libcomFields.libcomdatdeb;
|
|
1140
|
-
libcomdatfin: libcomFields.libcomdatfin;
|
|
1141
|
-
temvalcod: libcomFields.temvalcod;
|
|
1142
|
-
evelic: libcomFields.evelic;
|
|
1143
|
-
evelib: libcomFields.evelib;
|
|
1144
|
-
evelil: libcomFields.evelil;
|
|
1145
|
-
eveobs: libcomFields.eveobs;
|
|
1146
|
-
libcomart: libcomFields.libcomart;
|
|
1147
|
-
libcomlilmin: libcomFields.libcomlilmin;
|
|
1148
|
-
libcomlibameli: libcomFields.libcomlibameli;
|
|
1149
|
-
syscredat: libcomFields.syscredat;
|
|
1150
|
-
sysmajdat: libcomFields.sysmajdat;
|
|
1151
|
-
libcomid: libcomFields.libcomid;
|
|
1152
|
-
|
|
1153
|
-
}
|
|
1154
|
-
|
|
1155
|
-
export namespace libdelegaFields {
|
|
1156
|
-
export type orgcod = string;
|
|
1157
|
-
export type libdelegadatdeb = Date;
|
|
1158
|
-
export type libdelegadatfin = Date | null;
|
|
1159
|
-
export type temvalcod = string | null;
|
|
1160
|
-
export type evelic = string | null;
|
|
1161
|
-
export type evelib = string | null;
|
|
1162
|
-
export type evelil = string | null;
|
|
1163
|
-
export type eveobs = string | null;
|
|
1164
|
-
export type libdelegaart = string | null;
|
|
1165
|
-
export type syscredat = Date | null;
|
|
1166
|
-
export type sysmajdat = Date | null;
|
|
1167
|
-
export type libdelegaid = number;
|
|
1168
|
-
|
|
1169
|
-
}
|
|
1170
|
-
|
|
1171
|
-
export interface libdelega {
|
|
1172
|
-
orgcod: libdelegaFields.orgcod;
|
|
1173
|
-
libdelegadatdeb: libdelegaFields.libdelegadatdeb;
|
|
1174
|
-
libdelegadatfin: libdelegaFields.libdelegadatfin;
|
|
1175
|
-
temvalcod: libdelegaFields.temvalcod;
|
|
1176
|
-
evelic: libdelegaFields.evelic;
|
|
1177
|
-
evelib: libdelegaFields.evelib;
|
|
1178
|
-
evelil: libdelegaFields.evelil;
|
|
1179
|
-
eveobs: libdelegaFields.eveobs;
|
|
1180
|
-
libdelegaart: libdelegaFields.libdelegaart;
|
|
1181
|
-
syscredat: libdelegaFields.syscredat;
|
|
1182
|
-
sysmajdat: libdelegaFields.sysmajdat;
|
|
1183
|
-
libdelegaid: libdelegaFields.libdelegaid;
|
|
1184
|
-
|
|
1185
|
-
}
|
|
1186
|
-
|
|
1187
|
-
export namespace libgrppolFields {
|
|
1188
|
-
export type grppolcod = string;
|
|
1189
|
-
export type libgrppoldatdeb = Date;
|
|
1190
|
-
export type libgrppoldatfin = Date | null;
|
|
1191
|
-
export type temvalcod = string | null;
|
|
1192
|
-
export type evelic = string | null;
|
|
1193
|
-
export type evelib = string | null;
|
|
1194
|
-
export type evelil = string | null;
|
|
1195
|
-
export type eveobs = string | null;
|
|
1196
|
-
export type libgrppolart = string | null;
|
|
1197
|
-
export type libgrppolcodameli = string | null;
|
|
1198
|
-
export type syscredat = Date | null;
|
|
1199
|
-
export type sysmajdat = Date | null;
|
|
1200
|
-
export type libgrppolid = number;
|
|
1201
|
-
|
|
1202
|
-
}
|
|
1203
|
-
|
|
1204
|
-
export interface libgrppol {
|
|
1205
|
-
grppolcod: libgrppolFields.grppolcod;
|
|
1206
|
-
libgrppoldatdeb: libgrppolFields.libgrppoldatdeb;
|
|
1207
|
-
libgrppoldatfin: libgrppolFields.libgrppoldatfin;
|
|
1208
|
-
temvalcod: libgrppolFields.temvalcod;
|
|
1209
|
-
evelic: libgrppolFields.evelic;
|
|
1210
|
-
evelib: libgrppolFields.evelib;
|
|
1211
|
-
evelil: libgrppolFields.evelil;
|
|
1212
|
-
eveobs: libgrppolFields.eveobs;
|
|
1213
|
-
libgrppolart: libgrppolFields.libgrppolart;
|
|
1214
|
-
libgrppolcodameli: libgrppolFields.libgrppolcodameli;
|
|
1215
|
-
syscredat: libgrppolFields.syscredat;
|
|
1216
|
-
sysmajdat: libgrppolFields.sysmajdat;
|
|
1217
|
-
libgrppolid: libgrppolFields.libgrppolid;
|
|
1218
|
-
|
|
1219
|
-
}
|
|
1220
|
-
|
|
1221
|
-
export namespace lnkrapFields {
|
|
1222
|
-
export type rapcodper = number;
|
|
1223
|
-
export type rapcodenf = number;
|
|
1224
|
-
export type rapperdsc = string | null;
|
|
1225
|
-
export type rapenfdsc = string | null;
|
|
1226
|
-
|
|
1227
|
-
}
|
|
1228
|
-
|
|
1229
|
-
export interface lnkrap {
|
|
1230
|
-
rapcodper: lnkrapFields.rapcodper;
|
|
1231
|
-
rapcodenf: lnkrapFields.rapcodenf;
|
|
1232
|
-
rapperdsc: lnkrapFields.rapperdsc;
|
|
1233
|
-
rapenfdsc: lnkrapFields.rapenfdsc;
|
|
1234
|
-
|
|
1235
|
-
}
|
|
1236
|
-
|
|
1237
|
-
export namespace loiFields {
|
|
1238
|
-
export type loicod = string;
|
|
1239
|
-
export type typloicod = string;
|
|
1240
|
-
export type etaloicod = string | null;
|
|
1241
|
-
export type deccoccod = string | null;
|
|
1242
|
-
export type numero = string | null;
|
|
1243
|
-
export type signet = string | null;
|
|
1244
|
-
export type loient = string | null;
|
|
1245
|
-
export type motclef = string | null;
|
|
1246
|
-
export type loitit = string | null;
|
|
1247
|
-
export type loiint = string | null;
|
|
1248
|
-
export type urgence = string | null;
|
|
1249
|
-
export type url_jo = string | null;
|
|
1250
|
-
export type loinumjo = string | null;
|
|
1251
|
-
export type loidatjo = Date | null;
|
|
1252
|
-
export type date_loi = Date | null;
|
|
1253
|
-
export type loititjo = string | null;
|
|
1254
|
-
export type url_jo2 = string | null;
|
|
1255
|
-
export type loinumjo2 = string | null;
|
|
1256
|
-
export type loidatjo2 = Date | null;
|
|
1257
|
-
export type deccocurl = string | null;
|
|
1258
|
-
export type num_decision = string | null;
|
|
1259
|
-
export type date_decision = Date | null;
|
|
1260
|
-
export type loicodmai = string | null;
|
|
1261
|
-
export type loinoudelibcod = string | null;
|
|
1262
|
-
export type motionloiorigcod = string | null;
|
|
1263
|
-
export type objet = string | null;
|
|
1264
|
-
export type url_ordonnance = string | null;
|
|
1265
|
-
export type saisine_date = Date | null;
|
|
1266
|
-
export type saisine_par = string | null;
|
|
1267
|
-
export type loidatjo3 = Date | null;
|
|
1268
|
-
export type loinumjo3 = string | null;
|
|
1269
|
-
export type url_jo3 = string | null;
|
|
1270
|
-
export type url_an = string | null;
|
|
1271
|
-
export type url_presart = string | null;
|
|
1272
|
-
export type signetalt = string | null;
|
|
1273
|
-
export type orgcod = string | null;
|
|
1274
|
-
export type doscocurl = string | null;
|
|
1275
|
-
export type loiintori = string | null;
|
|
1276
|
-
export type proaccdat = Date | null;
|
|
1277
|
-
export type proaccoppdat = Date | null;
|
|
1278
|
-
export type retproaccdat = Date | null;
|
|
1279
|
-
|
|
1280
|
-
}
|
|
1281
|
-
|
|
1282
|
-
export interface loi {
|
|
1283
|
-
loicod: loiFields.loicod;
|
|
1284
|
-
typloicod: loiFields.typloicod;
|
|
1285
|
-
etaloicod: loiFields.etaloicod;
|
|
1286
|
-
deccoccod: loiFields.deccoccod;
|
|
1287
|
-
numero: loiFields.numero;
|
|
1288
|
-
signet: loiFields.signet;
|
|
1289
|
-
loient: loiFields.loient;
|
|
1290
|
-
motclef: loiFields.motclef;
|
|
1291
|
-
loitit: loiFields.loitit;
|
|
1292
|
-
loiint: loiFields.loiint;
|
|
1293
|
-
urgence: loiFields.urgence;
|
|
1294
|
-
url_jo: loiFields.url_jo;
|
|
1295
|
-
loinumjo: loiFields.loinumjo;
|
|
1296
|
-
loidatjo: loiFields.loidatjo;
|
|
1297
|
-
date_loi: loiFields.date_loi;
|
|
1298
|
-
loititjo: loiFields.loititjo;
|
|
1299
|
-
url_jo2: loiFields.url_jo2;
|
|
1300
|
-
loinumjo2: loiFields.loinumjo2;
|
|
1301
|
-
loidatjo2: loiFields.loidatjo2;
|
|
1302
|
-
deccocurl: loiFields.deccocurl;
|
|
1303
|
-
num_decision: loiFields.num_decision;
|
|
1304
|
-
date_decision: loiFields.date_decision;
|
|
1305
|
-
loicodmai: loiFields.loicodmai;
|
|
1306
|
-
loinoudelibcod: loiFields.loinoudelibcod;
|
|
1307
|
-
motionloiorigcod: loiFields.motionloiorigcod;
|
|
1308
|
-
objet: loiFields.objet;
|
|
1309
|
-
url_ordonnance: loiFields.url_ordonnance;
|
|
1310
|
-
saisine_date: loiFields.saisine_date;
|
|
1311
|
-
saisine_par: loiFields.saisine_par;
|
|
1312
|
-
loidatjo3: loiFields.loidatjo3;
|
|
1313
|
-
loinumjo3: loiFields.loinumjo3;
|
|
1314
|
-
url_jo3: loiFields.url_jo3;
|
|
1315
|
-
url_an: loiFields.url_an;
|
|
1316
|
-
url_presart: loiFields.url_presart;
|
|
1317
|
-
signetalt: loiFields.signetalt;
|
|
1318
|
-
orgcod: loiFields.orgcod;
|
|
1319
|
-
doscocurl: loiFields.doscocurl;
|
|
1320
|
-
loiintori: loiFields.loiintori;
|
|
1321
|
-
proaccdat: loiFields.proaccdat;
|
|
1322
|
-
proaccoppdat: loiFields.proaccoppdat;
|
|
1323
|
-
retproaccdat: loiFields.retproaccdat;
|
|
1324
|
-
|
|
1325
|
-
}
|
|
1326
|
-
|
|
1327
|
-
export namespace loitheFields {
|
|
1328
|
-
export type loicod = string;
|
|
1329
|
-
export type thecle = number;
|
|
1330
|
-
|
|
1331
|
-
}
|
|
1332
|
-
|
|
1333
|
-
export interface loithe {
|
|
1334
|
-
loicod: loitheFields.loicod;
|
|
1335
|
-
thecle: loitheFields.thecle;
|
|
1336
|
-
|
|
1337
|
-
}
|
|
1338
|
-
|
|
1339
|
-
export namespace memcomFields {
|
|
1340
|
-
export type memcomid = number;
|
|
1341
|
-
export type orgcod = string;
|
|
1342
|
-
export type memcomdatdeb = Date | null;
|
|
1343
|
-
export type memcomdatfin = Date | null;
|
|
1344
|
-
export type temvalcod = string | null;
|
|
1345
|
-
export type evelic = string | null;
|
|
1346
|
-
export type evelib = string | null;
|
|
1347
|
-
export type evelil = string | null;
|
|
1348
|
-
export type eveobs = string | null;
|
|
1349
|
-
export type senmat = string;
|
|
1350
|
-
export type memcomtitsup = string | null;
|
|
1351
|
-
export type evetempub = string | null;
|
|
1352
|
-
export type syscredat = Date | null;
|
|
1353
|
-
export type sysmajdat = Date | null;
|
|
1354
|
-
|
|
1355
|
-
}
|
|
1356
|
-
|
|
1357
|
-
export interface memcom {
|
|
1358
|
-
memcomid: memcomFields.memcomid;
|
|
1359
|
-
orgcod: memcomFields.orgcod;
|
|
1360
|
-
memcomdatdeb: memcomFields.memcomdatdeb;
|
|
1361
|
-
memcomdatfin: memcomFields.memcomdatfin;
|
|
1362
|
-
temvalcod: memcomFields.temvalcod;
|
|
1363
|
-
evelic: memcomFields.evelic;
|
|
1364
|
-
evelib: memcomFields.evelib;
|
|
1365
|
-
evelil: memcomFields.evelil;
|
|
1366
|
-
eveobs: memcomFields.eveobs;
|
|
1367
|
-
senmat: memcomFields.senmat;
|
|
1368
|
-
memcomtitsup: memcomFields.memcomtitsup;
|
|
1369
|
-
evetempub: memcomFields.evetempub;
|
|
1370
|
-
syscredat: memcomFields.syscredat;
|
|
1371
|
-
sysmajdat: memcomFields.sysmajdat;
|
|
1372
|
-
|
|
1373
|
-
}
|
|
1374
|
-
|
|
1375
|
-
export namespace memdelegaFields {
|
|
1376
|
-
export type memdelegaid = number;
|
|
1377
|
-
export type orgcod = string;
|
|
1378
|
-
export type memdelegadatdeb = Date | null;
|
|
1379
|
-
export type memdelegadatfin = Date | null;
|
|
1380
|
-
export type temvalcod = string | null;
|
|
1381
|
-
export type evelic = string | null;
|
|
1382
|
-
export type evelib = string | null;
|
|
1383
|
-
export type evelil = string | null;
|
|
1384
|
-
export type eveobs = string | null;
|
|
1385
|
-
export type senmat = string;
|
|
1386
|
-
export type designcod = string;
|
|
1387
|
-
export type evetempub = string | null;
|
|
1388
|
-
export type syscredat = Date | null;
|
|
1389
|
-
export type sysmajdat = Date | null;
|
|
1390
|
-
|
|
1391
|
-
}
|
|
1392
|
-
|
|
1393
|
-
export interface memdelega {
|
|
1394
|
-
memdelegaid: memdelegaFields.memdelegaid;
|
|
1395
|
-
orgcod: memdelegaFields.orgcod;
|
|
1396
|
-
memdelegadatdeb: memdelegaFields.memdelegadatdeb;
|
|
1397
|
-
memdelegadatfin: memdelegaFields.memdelegadatfin;
|
|
1398
|
-
temvalcod: memdelegaFields.temvalcod;
|
|
1399
|
-
evelic: memdelegaFields.evelic;
|
|
1400
|
-
evelib: memdelegaFields.evelib;
|
|
1401
|
-
evelil: memdelegaFields.evelil;
|
|
1402
|
-
eveobs: memdelegaFields.eveobs;
|
|
1403
|
-
senmat: memdelegaFields.senmat;
|
|
1404
|
-
designcod: memdelegaFields.designcod;
|
|
1405
|
-
evetempub: memdelegaFields.evetempub;
|
|
1406
|
-
syscredat: memdelegaFields.syscredat;
|
|
1407
|
-
sysmajdat: memdelegaFields.sysmajdat;
|
|
1408
|
-
|
|
1409
|
-
}
|
|
1410
|
-
|
|
1411
|
-
export namespace memgrppolFields {
|
|
1412
|
-
export type memgrppolid = number;
|
|
1413
|
-
export type grppolcod = string;
|
|
1414
|
-
export type typapppolcod = string;
|
|
1415
|
-
export type memgrppoldatdeb = Date | null;
|
|
1416
|
-
export type memgrppoldatfin = Date | null;
|
|
1417
|
-
export type temvalcod = string | null;
|
|
1418
|
-
export type evelic = string | null;
|
|
1419
|
-
export type evelib = string | null;
|
|
1420
|
-
export type evelil = string | null;
|
|
1421
|
-
export type eveobs = string | null;
|
|
1422
|
-
export type senmat = string;
|
|
1423
|
-
export type evetempub = string | null;
|
|
1424
|
-
export type syscredat = Date | null;
|
|
1425
|
-
export type sysmajdat = Date | null;
|
|
1426
|
-
|
|
1427
|
-
}
|
|
1428
|
-
|
|
1429
|
-
export interface memgrppol {
|
|
1430
|
-
memgrppolid: memgrppolFields.memgrppolid;
|
|
1431
|
-
grppolcod: memgrppolFields.grppolcod;
|
|
1432
|
-
typapppolcod: memgrppolFields.typapppolcod;
|
|
1433
|
-
memgrppoldatdeb: memgrppolFields.memgrppoldatdeb;
|
|
1434
|
-
memgrppoldatfin: memgrppolFields.memgrppoldatfin;
|
|
1435
|
-
temvalcod: memgrppolFields.temvalcod;
|
|
1436
|
-
evelic: memgrppolFields.evelic;
|
|
1437
|
-
evelib: memgrppolFields.evelib;
|
|
1438
|
-
evelil: memgrppolFields.evelil;
|
|
1439
|
-
eveobs: memgrppolFields.eveobs;
|
|
1440
|
-
senmat: memgrppolFields.senmat;
|
|
1441
|
-
evetempub: memgrppolFields.evetempub;
|
|
1442
|
-
syscredat: memgrppolFields.syscredat;
|
|
1443
|
-
sysmajdat: memgrppolFields.sysmajdat;
|
|
1444
|
-
|
|
1445
|
-
}
|
|
1446
|
-
|
|
1447
|
-
export namespace natloiFields {
|
|
1448
|
-
export type groupe = string;
|
|
1449
|
-
export type natloilib = string;
|
|
1450
|
-
|
|
1451
|
-
}
|
|
1452
|
-
|
|
1453
|
-
export interface natloi {
|
|
1454
|
-
groupe: natloiFields.groupe;
|
|
1455
|
-
natloilib: natloiFields.natloilib;
|
|
1456
|
-
|
|
1457
|
-
}
|
|
1458
|
-
|
|
1459
|
-
export namespace orgFields {
|
|
1460
|
-
export type orgcod = string;
|
|
1461
|
-
export type typorgcod = string;
|
|
1462
|
-
export type orgnom = string;
|
|
1463
|
-
export type orgliblon = string | null;
|
|
1464
|
-
export type codass = string | null;
|
|
1465
|
-
export type orglibaff = string | null;
|
|
1466
|
-
export type orgord = number | null;
|
|
1467
|
-
export type orgurl = string | null;
|
|
1468
|
-
export type orglibcou = string | null;
|
|
1469
|
-
export type org_de = string | null;
|
|
1470
|
-
export type urltra = string | null;
|
|
1471
|
-
export type inttra = string | null;
|
|
1472
|
-
export type orgdatdebcop = Date | null;
|
|
1473
|
-
export type orgdatfincop = Date | null;
|
|
1474
|
-
export type orgnomcouv = string | null;
|
|
1475
|
-
export type senorgcod = string | null;
|
|
1476
|
-
export type html_color = string | null;
|
|
1477
|
-
export type orgdatdeb = Date | null;
|
|
1478
|
-
export type orgdatfin = Date | null;
|
|
1479
|
-
export type orggen = string | null;
|
|
1480
|
-
|
|
1481
|
-
}
|
|
1482
|
-
|
|
1483
|
-
export interface org {
|
|
1484
|
-
orgcod: orgFields.orgcod;
|
|
1485
|
-
typorgcod: orgFields.typorgcod;
|
|
1486
|
-
orgnom: orgFields.orgnom;
|
|
1487
|
-
orgliblon: orgFields.orgliblon;
|
|
1488
|
-
codass: orgFields.codass;
|
|
1489
|
-
orglibaff: orgFields.orglibaff;
|
|
1490
|
-
orgord: orgFields.orgord;
|
|
1491
|
-
orgurl: orgFields.orgurl;
|
|
1492
|
-
orglibcou: orgFields.orglibcou;
|
|
1493
|
-
org_de: orgFields.org_de;
|
|
1494
|
-
urltra: orgFields.urltra;
|
|
1495
|
-
inttra: orgFields.inttra;
|
|
1496
|
-
orgdatdebcop: orgFields.orgdatdebcop;
|
|
1497
|
-
orgdatfincop: orgFields.orgdatfincop;
|
|
1498
|
-
orgnomcouv: orgFields.orgnomcouv;
|
|
1499
|
-
senorgcod: orgFields.senorgcod;
|
|
1500
|
-
html_color: orgFields.html_color;
|
|
1501
|
-
orgdatdeb: orgFields.orgdatdeb;
|
|
1502
|
-
orgdatfin: orgFields.orgdatfin;
|
|
1503
|
-
orggen: orgFields.orggen;
|
|
1504
|
-
|
|
1505
|
-
}
|
|
1506
|
-
|
|
1507
|
-
export namespace orgnomhisFields {
|
|
1508
|
-
export type onhnum = number;
|
|
1509
|
-
export type orgcod = string;
|
|
1510
|
-
export type orgnom = string;
|
|
1511
|
-
export type orglibcou = string;
|
|
1512
|
-
export type orgliblon = string;
|
|
1513
|
-
export type org_de = string;
|
|
1514
|
-
export type intra = string | null;
|
|
1515
|
-
export type orgnomcouv = string | null;
|
|
1516
|
-
export type onhfin = Date;
|
|
1517
|
-
|
|
1518
|
-
}
|
|
1519
|
-
|
|
1520
|
-
export interface orgnomhis {
|
|
1521
|
-
onhnum: orgnomhisFields.onhnum;
|
|
1522
|
-
orgcod: orgnomhisFields.orgcod;
|
|
1523
|
-
orgnom: orgnomhisFields.orgnom;
|
|
1524
|
-
orglibcou: orgnomhisFields.orglibcou;
|
|
1525
|
-
orgliblon: orgnomhisFields.orgliblon;
|
|
1526
|
-
org_de: orgnomhisFields.org_de;
|
|
1527
|
-
intra: orgnomhisFields.intra;
|
|
1528
|
-
orgnomcouv: orgnomhisFields.orgnomcouv;
|
|
1529
|
-
onhfin: orgnomhisFields.onhfin;
|
|
1530
|
-
|
|
1531
|
-
}
|
|
1532
|
-
|
|
1533
|
-
export namespace oripprFields {
|
|
1534
|
-
export type oripprcod = string;
|
|
1535
|
-
export type oripprlib = string;
|
|
1536
|
-
|
|
1537
|
-
}
|
|
1538
|
-
|
|
1539
|
-
export interface orippr {
|
|
1540
|
-
oripprcod: oripprFields.oripprcod;
|
|
1541
|
-
oripprlib: oripprFields.oripprlib;
|
|
1542
|
-
|
|
1543
|
-
}
|
|
1544
|
-
|
|
1545
|
-
export namespace oritxtFields {
|
|
1546
|
-
export type oritxtcod = string;
|
|
1547
|
-
export type oritxtlib = string;
|
|
1548
|
-
export type oriordre = string | null;
|
|
1549
|
-
export type codass = string | null;
|
|
1550
|
-
export type oritxtlibfem = string;
|
|
1551
|
-
export type oritxtado = string | null;
|
|
1552
|
-
export type oritxtorg = string | null;
|
|
1553
|
-
export type oritxtmod = string | null;
|
|
1554
|
-
|
|
1555
|
-
}
|
|
1556
|
-
|
|
1557
|
-
export interface oritxt {
|
|
1558
|
-
oritxtcod: oritxtFields.oritxtcod;
|
|
1559
|
-
oritxtlib: oritxtFields.oritxtlib;
|
|
1560
|
-
oriordre: oritxtFields.oriordre;
|
|
1561
|
-
codass: oritxtFields.codass;
|
|
1562
|
-
oritxtlibfem: oritxtFields.oritxtlibfem;
|
|
1563
|
-
oritxtado: oritxtFields.oritxtado;
|
|
1564
|
-
oritxtorg: oritxtFields.oritxtorg;
|
|
1565
|
-
oritxtmod: oritxtFields.oritxtmod;
|
|
1566
|
-
|
|
1567
|
-
}
|
|
1568
|
-
|
|
1569
|
-
export namespace posvotFields {
|
|
1570
|
-
export type posvotcod = string;
|
|
1571
|
-
export type posvotlib = string;
|
|
1572
|
-
|
|
1573
|
-
}
|
|
1574
|
-
|
|
1575
|
-
export interface posvot {
|
|
1576
|
-
posvotcod: posvotFields.posvotcod;
|
|
1577
|
-
posvotlib: posvotFields.posvotlib;
|
|
1578
|
-
|
|
1579
|
-
}
|
|
1580
|
-
|
|
1581
|
-
export namespace quaFields {
|
|
1582
|
-
export type quacod = string;
|
|
1583
|
-
export type qualic = string;
|
|
1584
|
-
export type quaabr = string;
|
|
1585
|
-
export type quaabrplu = string;
|
|
1586
|
-
|
|
1587
|
-
}
|
|
1588
|
-
|
|
1589
|
-
export interface qua {
|
|
1590
|
-
quacod: quaFields.quacod;
|
|
1591
|
-
qualic: quaFields.qualic;
|
|
1592
|
-
quaabr: quaFields.quaabr;
|
|
1593
|
-
quaabrplu: quaFields.quaabrplu;
|
|
1594
|
-
|
|
1595
|
-
}
|
|
1596
|
-
|
|
1597
|
-
export namespace qua_senFields {
|
|
1598
|
-
export type quacod = string;
|
|
1599
|
-
export type qualic = string;
|
|
1600
|
-
export type quanumtri = number | null;
|
|
1601
|
-
export type quacodsirpas = string | null;
|
|
1602
|
-
export type quacodsex = string | null;
|
|
1603
|
-
export type qualib = string | null;
|
|
1604
|
-
export type qualil = string | null;
|
|
1605
|
-
export type qualicplu = string | null;
|
|
1606
|
-
export type qualibplu = string | null;
|
|
1607
|
-
export type qualilplu = string | null;
|
|
1608
|
-
export type syscredat = Date | null;
|
|
1609
|
-
export type sysmajdat = Date | null;
|
|
1610
|
-
|
|
1611
|
-
}
|
|
1612
|
-
|
|
1613
|
-
export interface qua_sen {
|
|
1614
|
-
quacod: qua_senFields.quacod;
|
|
1615
|
-
qualic: qua_senFields.qualic;
|
|
1616
|
-
quanumtri: qua_senFields.quanumtri;
|
|
1617
|
-
quacodsirpas: qua_senFields.quacodsirpas;
|
|
1618
|
-
quacodsex: qua_senFields.quacodsex;
|
|
1619
|
-
qualib: qua_senFields.qualib;
|
|
1620
|
-
qualil: qua_senFields.qualil;
|
|
1621
|
-
qualicplu: qua_senFields.qualicplu;
|
|
1622
|
-
qualibplu: qua_senFields.qualibplu;
|
|
1623
|
-
qualilplu: qua_senFields.qualilplu;
|
|
1624
|
-
syscredat: qua_senFields.syscredat;
|
|
1625
|
-
sysmajdat: qua_senFields.sysmajdat;
|
|
1626
|
-
|
|
1627
|
-
}
|
|
1628
|
-
|
|
1629
|
-
export namespace rapFields {
|
|
1630
|
-
export type rapcod = number;
|
|
1631
|
-
export type sesann = number;
|
|
1632
|
-
export type coddenrap = string;
|
|
1633
|
-
export type typurl = string;
|
|
1634
|
-
export type blecod = string | null;
|
|
1635
|
-
export type rapnum = number | null;
|
|
1636
|
-
export type raptom = number | null;
|
|
1637
|
-
export type rapfac = number | null;
|
|
1638
|
-
export type rapann = number | null;
|
|
1639
|
-
export type rapvol = number | null;
|
|
1640
|
-
export type raptitcou = string | null;
|
|
1641
|
-
export type raptil = string | null;
|
|
1642
|
-
export type rapurl = string | null;
|
|
1643
|
-
export type url2 = string | null;
|
|
1644
|
-
export type url3 = string | null;
|
|
1645
|
-
export type url4 = string | null;
|
|
1646
|
-
export type url2txt = string | null;
|
|
1647
|
-
export type url3txt = string | null;
|
|
1648
|
-
export type url4txt = string | null;
|
|
1649
|
-
export type date_depot = Date;
|
|
1650
|
-
export type prix = string | null;
|
|
1651
|
-
export type rapnuman = number | null;
|
|
1652
|
-
export type numerobis = string | null;
|
|
1653
|
-
export type rapsoustit = string | null;
|
|
1654
|
-
export type rapdatsea = Date | null;
|
|
1655
|
-
export type depot_only = string | null;
|
|
1656
|
-
export type rapres = string | null;
|
|
1657
|
-
export type forpubcod = string | null;
|
|
1658
|
-
|
|
1659
|
-
}
|
|
1660
|
-
|
|
1661
|
-
export interface rap {
|
|
1662
|
-
rapcod: rapFields.rapcod;
|
|
1663
|
-
sesann: rapFields.sesann;
|
|
1664
|
-
coddenrap: rapFields.coddenrap;
|
|
1665
|
-
typurl: rapFields.typurl;
|
|
1666
|
-
blecod: rapFields.blecod;
|
|
1667
|
-
rapnum: rapFields.rapnum;
|
|
1668
|
-
raptom: rapFields.raptom;
|
|
1669
|
-
rapfac: rapFields.rapfac;
|
|
1670
|
-
rapann: rapFields.rapann;
|
|
1671
|
-
rapvol: rapFields.rapvol;
|
|
1672
|
-
raptitcou: rapFields.raptitcou;
|
|
1673
|
-
raptil: rapFields.raptil;
|
|
1674
|
-
rapurl: rapFields.rapurl;
|
|
1675
|
-
url2: rapFields.url2;
|
|
1676
|
-
url3: rapFields.url3;
|
|
1677
|
-
url4: rapFields.url4;
|
|
1678
|
-
url2txt: rapFields.url2txt;
|
|
1679
|
-
url3txt: rapFields.url3txt;
|
|
1680
|
-
url4txt: rapFields.url4txt;
|
|
1681
|
-
date_depot: rapFields.date_depot;
|
|
1682
|
-
prix: rapFields.prix;
|
|
1683
|
-
rapnuman: rapFields.rapnuman;
|
|
1684
|
-
numerobis: rapFields.numerobis;
|
|
1685
|
-
rapsoustit: rapFields.rapsoustit;
|
|
1686
|
-
rapdatsea: rapFields.rapdatsea;
|
|
1687
|
-
depot_only: rapFields.depot_only;
|
|
1688
|
-
rapres: rapFields.rapres;
|
|
1689
|
-
forpubcod: rapFields.forpubcod;
|
|
1690
|
-
|
|
1691
|
-
}
|
|
1692
|
-
|
|
1693
|
-
export namespace raporgFields {
|
|
1694
|
-
export type rapcod = number;
|
|
1695
|
-
export type orgcod = string;
|
|
1696
|
-
|
|
1697
|
-
}
|
|
1698
|
-
|
|
1699
|
-
export interface raporg {
|
|
1700
|
-
rapcod: raporgFields.rapcod;
|
|
1701
|
-
orgcod: raporgFields.orgcod;
|
|
1702
|
-
|
|
1703
|
-
}
|
|
1704
|
-
|
|
1705
|
-
export namespace raptheFields {
|
|
1706
|
-
export type rapcod = number;
|
|
1707
|
-
export type thecle = number;
|
|
1708
|
-
|
|
1709
|
-
}
|
|
1710
|
-
|
|
1711
|
-
export interface rapthe {
|
|
1712
|
-
rapcod: raptheFields.rapcod;
|
|
1713
|
-
thecle: raptheFields.thecle;
|
|
1714
|
-
|
|
1715
|
-
}
|
|
1716
|
-
|
|
1717
|
-
export namespace rolsigFields {
|
|
1718
|
-
export type signataire = string;
|
|
1719
|
-
export type rolsiglib = string;
|
|
1720
|
-
|
|
1721
|
-
}
|
|
1722
|
-
|
|
1723
|
-
export interface rolsig {
|
|
1724
|
-
signataire: rolsigFields.signataire;
|
|
1725
|
-
rolsiglib: rolsigFields.rolsiglib;
|
|
1726
|
-
|
|
1727
|
-
}
|
|
1728
|
-
|
|
1729
|
-
export namespace scrFields {
|
|
1730
|
-
export type sesann = number;
|
|
1731
|
-
export type scrnum = number;
|
|
1732
|
-
export type code = number | null;
|
|
1733
|
-
export type scrint = string | null;
|
|
1734
|
-
export type scrdat = Date | null;
|
|
1735
|
-
export type scrpou = number | null;
|
|
1736
|
-
export type scrcon = number | null;
|
|
1737
|
-
export type scrvot = number | null;
|
|
1738
|
-
export type scrsuf = number | null;
|
|
1739
|
-
export type scrvotsea = number | null;
|
|
1740
|
-
export type scrsufsea = number | null;
|
|
1741
|
-
export type scrpousea = number | null;
|
|
1742
|
-
export type scrconsea = number | null;
|
|
1743
|
-
export type scrmaj = number | null;
|
|
1744
|
-
export type scrmajsea = number | null;
|
|
1745
|
-
export type soslib = string | null;
|
|
1746
|
-
|
|
1747
|
-
}
|
|
1748
|
-
|
|
1749
|
-
export interface scr {
|
|
1750
|
-
sesann: scrFields.sesann;
|
|
1751
|
-
scrnum: scrFields.scrnum;
|
|
1752
|
-
code: scrFields.code;
|
|
1753
|
-
scrint: scrFields.scrint;
|
|
1754
|
-
scrdat: scrFields.scrdat;
|
|
1755
|
-
scrpou: scrFields.scrpou;
|
|
1756
|
-
scrcon: scrFields.scrcon;
|
|
1757
|
-
scrvot: scrFields.scrvot;
|
|
1758
|
-
scrsuf: scrFields.scrsuf;
|
|
1759
|
-
scrvotsea: scrFields.scrvotsea;
|
|
1760
|
-
scrsufsea: scrFields.scrsufsea;
|
|
1761
|
-
scrpousea: scrFields.scrpousea;
|
|
1762
|
-
scrconsea: scrFields.scrconsea;
|
|
1763
|
-
scrmaj: scrFields.scrmaj;
|
|
1764
|
-
scrmajsea: scrFields.scrmajsea;
|
|
1765
|
-
soslib: scrFields.soslib;
|
|
1766
|
-
|
|
1767
|
-
}
|
|
1768
|
-
|
|
1769
|
-
export namespace senFields {
|
|
1770
|
-
export type senmat = string;
|
|
1771
|
-
export type quacod = string;
|
|
1772
|
-
export type sennomuse = string;
|
|
1773
|
-
export type senprenomuse = string;
|
|
1774
|
-
export type etasencod = string;
|
|
1775
|
-
export type sengrppolcodcou = string | null;
|
|
1776
|
-
export type sengrppolliccou = string | null;
|
|
1777
|
-
export type sentypappcou = string | null;
|
|
1778
|
-
export type sencomcodcou = string | null;
|
|
1779
|
-
export type sencomliccou = string | null;
|
|
1780
|
-
export type sencirnumcou = number | null;
|
|
1781
|
-
export type sencircou = string | null;
|
|
1782
|
-
export type senburliccou = string | null;
|
|
1783
|
-
export type sendatpreele = Date | null;
|
|
1784
|
-
export type sennomusecap = string;
|
|
1785
|
-
export type sencrinom = string | null;
|
|
1786
|
-
export type senfem = string | null;
|
|
1787
|
-
export type sennomdis = string | null;
|
|
1788
|
-
export type sennomdit = string | null;
|
|
1789
|
-
export type titnobcod = string | null;
|
|
1790
|
-
export type senobs4r1 = string | null;
|
|
1791
|
-
export type senobs4r2 = string | null;
|
|
1792
|
-
export type senobs3r1 = string | null;
|
|
1793
|
-
export type senobs3r2 = string | null;
|
|
1794
|
-
export type sendatderele = Date | null;
|
|
1795
|
-
export type sencirnumcou4r = number | null;
|
|
1796
|
-
export type sencircou4r = string | null;
|
|
1797
|
-
export type sencirnumcou3r = number | null;
|
|
1798
|
-
export type sencircou3r = string | null;
|
|
1799
|
-
export type sengrppolcodcou4r = string | null;
|
|
1800
|
-
export type sentypappcou4r = string | null;
|
|
1801
|
-
export type syscredat = Date | null;
|
|
1802
|
-
export type sysmajdat = Date | null;
|
|
1803
|
-
export type catprocod2e = string | null;
|
|
1804
|
-
export type sendespro2e = string | null;
|
|
1805
|
-
export type sengrppolcommu = string | null;
|
|
1806
|
-
export type senobscommu = string | null;
|
|
1807
|
-
export type senburcommu = string | null;
|
|
1808
|
-
export type identifiant_rne = string | null;
|
|
1809
|
-
export type identifiant_assnat = string | null;
|
|
1810
|
-
export type titre_pair_france = string | null;
|
|
1811
|
-
export type lister_titre_pair_france = string | null;
|
|
1812
|
-
export type fonction_pair = string | null;
|
|
1813
|
-
export type credit_portrait = string | null;
|
|
1814
|
-
export type lister_autre_titre_pair_france = string | null;
|
|
1815
|
-
|
|
1816
|
-
}
|
|
1817
|
-
|
|
1818
|
-
export interface sen {
|
|
1819
|
-
senmat: senFields.senmat;
|
|
1820
|
-
quacod: senFields.quacod;
|
|
1821
|
-
sennomuse: senFields.sennomuse;
|
|
1822
|
-
senprenomuse: senFields.senprenomuse;
|
|
1823
|
-
etasencod: senFields.etasencod;
|
|
1824
|
-
sengrppolcodcou: senFields.sengrppolcodcou;
|
|
1825
|
-
sengrppolliccou: senFields.sengrppolliccou;
|
|
1826
|
-
sentypappcou: senFields.sentypappcou;
|
|
1827
|
-
sencomcodcou: senFields.sencomcodcou;
|
|
1828
|
-
sencomliccou: senFields.sencomliccou;
|
|
1829
|
-
sencirnumcou: senFields.sencirnumcou;
|
|
1830
|
-
sencircou: senFields.sencircou;
|
|
1831
|
-
senburliccou: senFields.senburliccou;
|
|
1832
|
-
sendatpreele: senFields.sendatpreele;
|
|
1833
|
-
sennomusecap: senFields.sennomusecap;
|
|
1834
|
-
sencrinom: senFields.sencrinom;
|
|
1835
|
-
senfem: senFields.senfem;
|
|
1836
|
-
sennomdis: senFields.sennomdis;
|
|
1837
|
-
sennomdit: senFields.sennomdit;
|
|
1838
|
-
titnobcod: senFields.titnobcod;
|
|
1839
|
-
senobs4r1: senFields.senobs4r1;
|
|
1840
|
-
senobs4r2: senFields.senobs4r2;
|
|
1841
|
-
senobs3r1: senFields.senobs3r1;
|
|
1842
|
-
senobs3r2: senFields.senobs3r2;
|
|
1843
|
-
sendatderele: senFields.sendatderele;
|
|
1844
|
-
sencirnumcou4r: senFields.sencirnumcou4r;
|
|
1845
|
-
sencircou4r: senFields.sencircou4r;
|
|
1846
|
-
sencirnumcou3r: senFields.sencirnumcou3r;
|
|
1847
|
-
sencircou3r: senFields.sencircou3r;
|
|
1848
|
-
sengrppolcodcou4r: senFields.sengrppolcodcou4r;
|
|
1849
|
-
sentypappcou4r: senFields.sentypappcou4r;
|
|
1850
|
-
syscredat: senFields.syscredat;
|
|
1851
|
-
sysmajdat: senFields.sysmajdat;
|
|
1852
|
-
catprocod2e: senFields.catprocod2e;
|
|
1853
|
-
sendespro2e: senFields.sendespro2e;
|
|
1854
|
-
sengrppolcommu: senFields.sengrppolcommu;
|
|
1855
|
-
senobscommu: senFields.senobscommu;
|
|
1856
|
-
senburcommu: senFields.senburcommu;
|
|
1857
|
-
identifiant_rne: senFields.identifiant_rne;
|
|
1858
|
-
identifiant_assnat: senFields.identifiant_assnat;
|
|
1859
|
-
titre_pair_france: senFields.titre_pair_france;
|
|
1860
|
-
lister_titre_pair_france: senFields.lister_titre_pair_france;
|
|
1861
|
-
fonction_pair: senFields.fonction_pair;
|
|
1862
|
-
credit_portrait: senFields.credit_portrait;
|
|
1863
|
-
lister_autre_titre_pair_france: senFields.lister_autre_titre_pair_france;
|
|
1864
|
-
|
|
1865
|
-
}
|
|
1866
|
-
|
|
1867
|
-
export namespace senburFields {
|
|
1868
|
-
export type senburid = number;
|
|
1869
|
-
export type burcod = string;
|
|
1870
|
-
export type senburdatdeb = Date | null;
|
|
1871
|
-
export type senburdatfin = Date | null;
|
|
1872
|
-
export type senburrelint = string | null;
|
|
1873
|
-
export type senburrngele = number | null;
|
|
1874
|
-
export type temvalcod = string | null;
|
|
1875
|
-
export type evelic = string | null;
|
|
1876
|
-
export type evelib = string | null;
|
|
1877
|
-
export type evelil = string | null;
|
|
1878
|
-
export type eveobs = string | null;
|
|
1879
|
-
export type senmat = string;
|
|
1880
|
-
export type senburhon = string | null;
|
|
1881
|
-
export type evetempub = string | null;
|
|
1882
|
-
export type syscredat = Date | null;
|
|
1883
|
-
export type sysmajdat = Date | null;
|
|
1884
|
-
|
|
1885
|
-
}
|
|
1886
|
-
|
|
1887
|
-
export interface senbur {
|
|
1888
|
-
senburid: senburFields.senburid;
|
|
1889
|
-
burcod: senburFields.burcod;
|
|
1890
|
-
senburdatdeb: senburFields.senburdatdeb;
|
|
1891
|
-
senburdatfin: senburFields.senburdatfin;
|
|
1892
|
-
senburrelint: senburFields.senburrelint;
|
|
1893
|
-
senburrngele: senburFields.senburrngele;
|
|
1894
|
-
temvalcod: senburFields.temvalcod;
|
|
1895
|
-
evelic: senburFields.evelic;
|
|
1896
|
-
evelib: senburFields.evelib;
|
|
1897
|
-
evelil: senburFields.evelil;
|
|
1898
|
-
eveobs: senburFields.eveobs;
|
|
1899
|
-
senmat: senburFields.senmat;
|
|
1900
|
-
senburhon: senburFields.senburhon;
|
|
1901
|
-
evetempub: senburFields.evetempub;
|
|
1902
|
-
syscredat: senburFields.syscredat;
|
|
1903
|
-
sysmajdat: senburFields.sysmajdat;
|
|
1904
|
-
|
|
1905
|
-
}
|
|
1906
|
-
|
|
1907
|
-
export namespace sennomFields {
|
|
1908
|
-
export type senmat = string;
|
|
1909
|
-
export type sennomdatdeb = Date;
|
|
1910
|
-
export type sennomdatfin = Date | null;
|
|
1911
|
-
export type quacod = string;
|
|
1912
|
-
export type sennomuse = string;
|
|
1913
|
-
export type sennomusecap = string;
|
|
1914
|
-
export type sennomtec = string;
|
|
1915
|
-
export type senprenomuse = string;
|
|
1916
|
-
export type syscredat = Date | null;
|
|
1917
|
-
export type sysmajdat = Date | null;
|
|
1918
|
-
export type sennomid = number;
|
|
1919
|
-
|
|
1920
|
-
}
|
|
1921
|
-
|
|
1922
|
-
export interface sennom {
|
|
1923
|
-
senmat: sennomFields.senmat;
|
|
1924
|
-
sennomdatdeb: sennomFields.sennomdatdeb;
|
|
1925
|
-
sennomdatfin: sennomFields.sennomdatfin;
|
|
1926
|
-
quacod: sennomFields.quacod;
|
|
1927
|
-
sennomuse: sennomFields.sennomuse;
|
|
1928
|
-
sennomusecap: sennomFields.sennomusecap;
|
|
1929
|
-
sennomtec: sennomFields.sennomtec;
|
|
1930
|
-
senprenomuse: sennomFields.senprenomuse;
|
|
1931
|
-
syscredat: sennomFields.syscredat;
|
|
1932
|
-
sysmajdat: sennomFields.sysmajdat;
|
|
1933
|
-
sennomid: sennomFields.sennomid;
|
|
1934
|
-
|
|
1935
|
-
}
|
|
1936
|
-
|
|
1937
|
-
export namespace sesFields {
|
|
1938
|
-
export type sesann = number;
|
|
1939
|
-
export type seslib = string;
|
|
1940
|
-
|
|
1941
|
-
}
|
|
1942
|
-
|
|
1943
|
-
export interface ses {
|
|
1944
|
-
sesann: sesFields.sesann;
|
|
1945
|
-
seslib: sesFields.seslib;
|
|
1946
|
-
|
|
1947
|
-
}
|
|
1948
|
-
|
|
1949
|
-
export namespace stavotFields {
|
|
1950
|
-
export type stavotidt = string;
|
|
1951
|
-
export type stavotlib = string;
|
|
1952
|
-
|
|
1953
|
-
}
|
|
1954
|
-
|
|
1955
|
-
export interface stavot {
|
|
1956
|
-
stavotidt: stavotFields.stavotidt;
|
|
1957
|
-
stavotlib: stavotFields.stavotlib;
|
|
1958
|
-
|
|
1959
|
-
}
|
|
1960
|
-
|
|
1961
|
-
export namespace texteFields {
|
|
1962
|
-
export type texcod = number;
|
|
1963
|
-
export type oritxtcod = string | null;
|
|
1964
|
-
export type typtxtcod = string;
|
|
1965
|
-
export type typurl = string;
|
|
1966
|
-
export type lecassidt = string;
|
|
1967
|
-
export type sesann = number | null;
|
|
1968
|
-
export type orgcod = string | null;
|
|
1969
|
-
export type texnum = number | null;
|
|
1970
|
-
export type texurl = string | null;
|
|
1971
|
-
export type url2 = string | null;
|
|
1972
|
-
export type url3 = string | null;
|
|
1973
|
-
export type url4 = string | null;
|
|
1974
|
-
export type url2txt = string | null;
|
|
1975
|
-
export type url3txt = string | null;
|
|
1976
|
-
export type url4txt = string | null;
|
|
1977
|
-
export type txtoritxtdat = Date;
|
|
1978
|
-
export type prix = string | null;
|
|
1979
|
-
export type numerobis = string | null;
|
|
1980
|
-
export type texdatsea = Date | null;
|
|
1981
|
-
export type reserve_comspe = string | null;
|
|
1982
|
-
export type datrejet_disc_immediate = Date | null;
|
|
1983
|
-
export type texace = string | null;
|
|
1984
|
-
|
|
1985
|
-
}
|
|
1986
|
-
|
|
1987
|
-
export interface texte {
|
|
1988
|
-
texcod: texteFields.texcod;
|
|
1989
|
-
oritxtcod: texteFields.oritxtcod;
|
|
1990
|
-
typtxtcod: texteFields.typtxtcod;
|
|
1991
|
-
typurl: texteFields.typurl;
|
|
1992
|
-
lecassidt: texteFields.lecassidt;
|
|
1993
|
-
sesann: texteFields.sesann;
|
|
1994
|
-
orgcod: texteFields.orgcod;
|
|
1995
|
-
texnum: texteFields.texnum;
|
|
1996
|
-
texurl: texteFields.texurl;
|
|
1997
|
-
url2: texteFields.url2;
|
|
1998
|
-
url3: texteFields.url3;
|
|
1999
|
-
url4: texteFields.url4;
|
|
2000
|
-
url2txt: texteFields.url2txt;
|
|
2001
|
-
url3txt: texteFields.url3txt;
|
|
2002
|
-
url4txt: texteFields.url4txt;
|
|
2003
|
-
txtoritxtdat: texteFields.txtoritxtdat;
|
|
2004
|
-
prix: texteFields.prix;
|
|
2005
|
-
numerobis: texteFields.numerobis;
|
|
2006
|
-
texdatsea: texteFields.texdatsea;
|
|
2007
|
-
reserve_comspe: texteFields.reserve_comspe;
|
|
2008
|
-
datrejet_disc_immediate: texteFields.datrejet_disc_immediate;
|
|
2009
|
-
texace: texteFields.texace;
|
|
2010
|
-
|
|
2011
|
-
}
|
|
2012
|
-
|
|
2013
|
-
export namespace texte_ancienFields {
|
|
2014
|
-
export type id = number;
|
|
2015
|
-
export type origine = string;
|
|
2016
|
-
export type sesann = number;
|
|
2017
|
-
export type numero = number;
|
|
2018
|
-
export type rectifie = number;
|
|
2019
|
-
export type date_effet = Date | null;
|
|
2020
|
-
export type lecture = string | null;
|
|
2021
|
-
export type statut = string | null;
|
|
2022
|
-
export type urgence = number;
|
|
2023
|
-
export type article_type = string | null;
|
|
2024
|
-
export type type_texte = string | null;
|
|
2025
|
-
export type libelle = string | null;
|
|
2026
|
-
export type fichier = string | null;
|
|
2027
|
-
|
|
2028
|
-
}
|
|
2029
|
-
|
|
2030
|
-
export interface texte_ancien {
|
|
2031
|
-
id: texte_ancienFields.id;
|
|
2032
|
-
origine: texte_ancienFields.origine;
|
|
2033
|
-
sesann: texte_ancienFields.sesann;
|
|
2034
|
-
numero: texte_ancienFields.numero;
|
|
2035
|
-
rectifie: texte_ancienFields.rectifie;
|
|
2036
|
-
date_effet: texte_ancienFields.date_effet;
|
|
2037
|
-
lecture: texte_ancienFields.lecture;
|
|
2038
|
-
statut: texte_ancienFields.statut;
|
|
2039
|
-
urgence: texte_ancienFields.urgence;
|
|
2040
|
-
article_type: texte_ancienFields.article_type;
|
|
2041
|
-
type_texte: texte_ancienFields.type_texte;
|
|
2042
|
-
libelle: texte_ancienFields.libelle;
|
|
2043
|
-
fichier: texte_ancienFields.fichier;
|
|
2044
|
-
|
|
2045
|
-
}
|
|
2046
|
-
|
|
2047
|
-
export namespace theFields {
|
|
2048
|
-
export type thecle = number;
|
|
2049
|
-
export type thelib = string;
|
|
2050
|
-
export type theali = string | null;
|
|
2051
|
-
|
|
2052
|
-
}
|
|
2053
|
-
|
|
2054
|
-
export interface the {
|
|
2055
|
-
thecle: theFields.thecle;
|
|
2056
|
-
thelib: theFields.thelib;
|
|
2057
|
-
theali: theFields.theali;
|
|
2058
|
-
|
|
2059
|
-
}
|
|
2060
|
-
|
|
2061
|
-
export namespace titsenFields {
|
|
2062
|
-
export type titsencod = string;
|
|
2063
|
-
export type titsenlib = string | null;
|
|
2064
|
-
|
|
2065
|
-
}
|
|
2066
|
-
|
|
2067
|
-
export interface titsen {
|
|
2068
|
-
titsencod: titsenFields.titsencod;
|
|
2069
|
-
titsenlib: titsenFields.titsenlib;
|
|
2070
|
-
|
|
2071
|
-
}
|
|
2072
|
-
|
|
2073
|
-
export namespace tricot_loiFields {
|
|
2074
|
-
export type loicod = string;
|
|
2075
|
-
export type date_dernier_acte = Date | null;
|
|
2076
|
-
export type date_prochain_acte = Date | null;
|
|
2077
|
-
|
|
2078
|
-
}
|
|
2079
|
-
|
|
2080
|
-
export interface tricot_loi {
|
|
2081
|
-
loicod: tricot_loiFields.loicod;
|
|
2082
|
-
date_dernier_acte: tricot_loiFields.date_dernier_acte;
|
|
2083
|
-
date_prochain_acte: tricot_loiFields.date_prochain_acte;
|
|
2084
|
-
|
|
2085
|
-
}
|
|
2086
|
-
|
|
2087
|
-
export namespace tricot_loi_autocompleteFields {
|
|
2088
|
-
export type loicod = string;
|
|
2089
|
-
export type autocomplete = string;
|
|
2090
|
-
|
|
2091
|
-
}
|
|
2092
|
-
|
|
2093
|
-
export interface tricot_loi_autocomplete {
|
|
2094
|
-
loicod: tricot_loi_autocompleteFields.loicod;
|
|
2095
|
-
autocomplete: tricot_loi_autocompleteFields.autocomplete;
|
|
2096
|
-
|
|
2097
|
-
}
|
|
2098
|
-
|
|
2099
|
-
export namespace tricot_loi_text_searchFields {
|
|
2100
|
-
export type loicod = string;
|
|
2101
|
-
export type text_search = any;
|
|
2102
|
-
|
|
2103
|
-
}
|
|
2104
|
-
|
|
2105
|
-
export interface tricot_loi_text_search {
|
|
2106
|
-
loicod: tricot_loi_text_searchFields.loicod;
|
|
2107
|
-
text_search: tricot_loi_text_searchFields.text_search;
|
|
2108
|
-
|
|
2109
|
-
}
|
|
2110
|
-
|
|
2111
|
-
export namespace typapppolFields {
|
|
2112
|
-
export type typapppolcod = string;
|
|
2113
|
-
export type typapppollib = string | null;
|
|
2114
|
-
export type typapppollic = string | null;
|
|
2115
|
-
export type typapppolnumtri = number | null;
|
|
2116
|
-
export type typapppollil = string | null;
|
|
2117
|
-
export type typapppollicfem = string | null;
|
|
2118
|
-
export type typapppollibfem = string | null;
|
|
2119
|
-
export type typapppollilfem = string | null;
|
|
2120
|
-
export type typapppollicplu = string | null;
|
|
2121
|
-
export type typapppollibplu = string | null;
|
|
2122
|
-
export type typapppollilplu = string | null;
|
|
2123
|
-
export type syscredat = Date | null;
|
|
2124
|
-
export type sysmajdat = Date | null;
|
|
2125
|
-
|
|
2126
|
-
}
|
|
2127
|
-
|
|
2128
|
-
export interface typapppol {
|
|
2129
|
-
typapppolcod: typapppolFields.typapppolcod;
|
|
2130
|
-
typapppollib: typapppolFields.typapppollib;
|
|
2131
|
-
typapppollic: typapppolFields.typapppollic;
|
|
2132
|
-
typapppolnumtri: typapppolFields.typapppolnumtri;
|
|
2133
|
-
typapppollil: typapppolFields.typapppollil;
|
|
2134
|
-
typapppollicfem: typapppolFields.typapppollicfem;
|
|
2135
|
-
typapppollibfem: typapppolFields.typapppollibfem;
|
|
2136
|
-
typapppollilfem: typapppolFields.typapppollilfem;
|
|
2137
|
-
typapppollicplu: typapppolFields.typapppollicplu;
|
|
2138
|
-
typapppollibplu: typapppolFields.typapppollibplu;
|
|
2139
|
-
typapppollilplu: typapppolFields.typapppollilplu;
|
|
2140
|
-
syscredat: typapppolFields.syscredat;
|
|
2141
|
-
sysmajdat: typapppolFields.sysmajdat;
|
|
2142
|
-
|
|
2143
|
-
}
|
|
2144
|
-
|
|
2145
|
-
export namespace typattFields {
|
|
2146
|
-
export type typattcod = string;
|
|
2147
|
-
export type typattlib = string;
|
|
2148
|
-
|
|
2149
|
-
}
|
|
2150
|
-
|
|
2151
|
-
export interface typatt {
|
|
2152
|
-
typattcod: typattFields.typattcod;
|
|
2153
|
-
typattlib: typattFields.typattlib;
|
|
2154
|
-
|
|
2155
|
-
}
|
|
2156
|
-
|
|
2157
|
-
export namespace typautFields {
|
|
2158
|
-
export type typautcod = string;
|
|
2159
|
-
export type typautlib = string;
|
|
2160
|
-
|
|
2161
|
-
}
|
|
2162
|
-
|
|
2163
|
-
export interface typaut {
|
|
2164
|
-
typautcod: typautFields.typautcod;
|
|
2165
|
-
typautlib: typautFields.typautlib;
|
|
2166
|
-
|
|
2167
|
-
}
|
|
2168
|
-
|
|
2169
|
-
export namespace typdocFields {
|
|
2170
|
-
export type typdoccod = string;
|
|
2171
|
-
export type typdoclib = string | null;
|
|
2172
|
-
|
|
2173
|
-
}
|
|
2174
|
-
|
|
2175
|
-
export interface typdoc {
|
|
2176
|
-
typdoccod: typdocFields.typdoccod;
|
|
2177
|
-
typdoclib: typdocFields.typdoclib;
|
|
2178
|
-
|
|
2179
|
-
}
|
|
2180
|
-
|
|
2181
|
-
export namespace typevtseaFields {
|
|
2182
|
-
export type typevtcod = string;
|
|
2183
|
-
export type typevtlib = string;
|
|
2184
|
-
|
|
2185
|
-
}
|
|
2186
|
-
|
|
2187
|
-
export interface typevtsea {
|
|
2188
|
-
typevtcod: typevtseaFields.typevtcod;
|
|
2189
|
-
typevtlib: typevtseaFields.typevtlib;
|
|
2190
|
-
|
|
2191
|
-
}
|
|
2192
|
-
|
|
2193
|
-
export namespace typlecFields {
|
|
2194
|
-
export type typleccod = string;
|
|
2195
|
-
export type typleclib = string;
|
|
2196
|
-
export type typlecord = number | null;
|
|
2197
|
-
|
|
2198
|
-
}
|
|
2199
|
-
|
|
2200
|
-
export interface typlec {
|
|
2201
|
-
typleccod: typlecFields.typleccod;
|
|
2202
|
-
typleclib: typlecFields.typleclib;
|
|
2203
|
-
typlecord: typlecFields.typlecord;
|
|
2204
|
-
|
|
2205
|
-
}
|
|
2206
|
-
|
|
2207
|
-
export namespace typloiFields {
|
|
2208
|
-
export type typloicod = string;
|
|
2209
|
-
export type typloilib = string;
|
|
2210
|
-
export type groupe = string | null;
|
|
2211
|
-
export type typloiden = string | null;
|
|
2212
|
-
export type typloigen = string | null;
|
|
2213
|
-
export type typloitit = string | null;
|
|
2214
|
-
export type typloidenplu = string | null;
|
|
2215
|
-
export type typloide = string | null;
|
|
2216
|
-
export type typloiabr = string | null;
|
|
2217
|
-
|
|
2218
|
-
}
|
|
2219
|
-
|
|
2220
|
-
export interface typloi {
|
|
2221
|
-
typloicod: typloiFields.typloicod;
|
|
2222
|
-
typloilib: typloiFields.typloilib;
|
|
2223
|
-
groupe: typloiFields.groupe;
|
|
2224
|
-
typloiden: typloiFields.typloiden;
|
|
2225
|
-
typloigen: typloiFields.typloigen;
|
|
2226
|
-
typloitit: typloiFields.typloitit;
|
|
2227
|
-
typloidenplu: typloiFields.typloidenplu;
|
|
2228
|
-
typloide: typloiFields.typloide;
|
|
2229
|
-
typloiabr: typloiFields.typloiabr;
|
|
2230
|
-
|
|
2231
|
-
}
|
|
2232
|
-
|
|
2233
|
-
export namespace typorgFields {
|
|
2234
|
-
export type typorgcod = string;
|
|
2235
|
-
export type typorglib = string;
|
|
2236
|
-
export type typorgurl = string | null;
|
|
2237
|
-
export type typorgtitens = string | null;
|
|
2238
|
-
export type typorgvid = string | null;
|
|
2239
|
-
export type typorgord = number | null;
|
|
2240
|
-
|
|
2241
|
-
}
|
|
2242
|
-
|
|
2243
|
-
export interface typorg {
|
|
2244
|
-
typorgcod: typorgFields.typorgcod;
|
|
2245
|
-
typorglib: typorgFields.typorglib;
|
|
2246
|
-
typorgurl: typorgFields.typorgurl;
|
|
2247
|
-
typorgtitens: typorgFields.typorgtitens;
|
|
2248
|
-
typorgvid: typorgFields.typorgvid;
|
|
2249
|
-
typorgord: typorgFields.typorgord;
|
|
2250
|
-
|
|
2251
|
-
}
|
|
2252
|
-
|
|
2253
|
-
export namespace typorg_senFields {
|
|
2254
|
-
export type typorgcod = string;
|
|
2255
|
-
export type typorglib = string;
|
|
2256
|
-
export type typorglic = string;
|
|
2257
|
-
export type typorgnumtri = number | null;
|
|
2258
|
-
export type evetempub = string | null;
|
|
2259
|
-
export type typorgurlsim = string | null;
|
|
2260
|
-
export type typorgurlcmp = string | null;
|
|
2261
|
-
export type typorglibplu = string | null;
|
|
2262
|
-
export type syscredat = Date | null;
|
|
2263
|
-
export type sysmajdat = Date | null;
|
|
2264
|
-
|
|
2265
|
-
}
|
|
2266
|
-
|
|
2267
|
-
export interface typorg_sen {
|
|
2268
|
-
typorgcod: typorg_senFields.typorgcod;
|
|
2269
|
-
typorglib: typorg_senFields.typorglib;
|
|
2270
|
-
typorglic: typorg_senFields.typorglic;
|
|
2271
|
-
typorgnumtri: typorg_senFields.typorgnumtri;
|
|
2272
|
-
evetempub: typorg_senFields.evetempub;
|
|
2273
|
-
typorgurlsim: typorg_senFields.typorgurlsim;
|
|
2274
|
-
typorgurlcmp: typorg_senFields.typorgurlcmp;
|
|
2275
|
-
typorglibplu: typorg_senFields.typorglibplu;
|
|
2276
|
-
syscredat: typorg_senFields.syscredat;
|
|
2277
|
-
sysmajdat: typorg_senFields.sysmajdat;
|
|
2278
|
-
|
|
2279
|
-
}
|
|
2280
|
-
|
|
2281
|
-
export namespace typrapFields {
|
|
2282
|
-
export type typraprap = string;
|
|
2283
|
-
export type typraplib = string;
|
|
2284
|
-
export type typrapind = string;
|
|
2285
|
-
export type typraplibplu = string | null;
|
|
2286
|
-
export type typrapurl = string | null;
|
|
2287
|
-
export type catrapcod = string | null;
|
|
2288
|
-
export type typraprep = string | null;
|
|
2289
|
-
export type typrapnot = string | null;
|
|
2290
|
-
export type typrapses = string | null;
|
|
2291
|
-
|
|
2292
|
-
}
|
|
2293
|
-
|
|
2294
|
-
export interface typrap {
|
|
2295
|
-
typraprap: typrapFields.typraprap;
|
|
2296
|
-
typraplib: typrapFields.typraplib;
|
|
2297
|
-
typrapind: typrapFields.typrapind;
|
|
2298
|
-
typraplibplu: typrapFields.typraplibplu;
|
|
2299
|
-
typrapurl: typrapFields.typrapurl;
|
|
2300
|
-
catrapcod: typrapFields.catrapcod;
|
|
2301
|
-
typraprep: typrapFields.typraprep;
|
|
2302
|
-
typrapnot: typrapFields.typrapnot;
|
|
2303
|
-
typrapses: typrapFields.typrapses;
|
|
2304
|
-
|
|
2305
|
-
}
|
|
2306
|
-
|
|
2307
|
-
export namespace typtxtFields {
|
|
2308
|
-
export type typtxtcod = string;
|
|
2309
|
-
export type typtxtlib = string;
|
|
2310
|
-
|
|
2311
|
-
}
|
|
2312
|
-
|
|
2313
|
-
export interface typtxt {
|
|
2314
|
-
typtxtcod: typtxtFields.typtxtcod;
|
|
2315
|
-
typtxtlib: typtxtFields.typtxtlib;
|
|
2316
|
-
|
|
2317
|
-
}
|
|
2318
|
-
|
|
2319
|
-
export namespace typurlFields {
|
|
2320
|
-
export type typurl = string;
|
|
2321
|
-
export type libtypurl = string;
|
|
2322
|
-
|
|
2323
|
-
}
|
|
2324
|
-
|
|
2325
|
-
export interface typurl {
|
|
2326
|
-
typurl: typurlFields.typurl;
|
|
2327
|
-
libtypurl: typurlFields.libtypurl;
|
|
2328
|
-
|
|
2329
|
-
}
|
|
2330
|
-
|
|
2331
|
-
export namespace votsenFields {
|
|
2332
|
-
export type sesann = number;
|
|
2333
|
-
export type scrnum = number;
|
|
2334
|
-
export type senmat = string;
|
|
2335
|
-
export type posvotcod = string | null;
|
|
2336
|
-
export type titsencod = string;
|
|
2337
|
-
export type stavotidt = string;
|
|
2338
|
-
export type senmatdel = string | null;
|
|
2339
|
-
|
|
2340
|
-
}
|
|
2341
|
-
|
|
2342
|
-
export interface votsen {
|
|
2343
|
-
sesann: votsenFields.sesann;
|
|
2344
|
-
scrnum: votsenFields.scrnum;
|
|
2345
|
-
senmat: votsenFields.senmat;
|
|
2346
|
-
posvotcod: votsenFields.posvotcod;
|
|
2347
|
-
titsencod: votsenFields.titsencod;
|
|
2348
|
-
stavotidt: votsenFields.stavotidt;
|
|
2349
|
-
senmatdel: votsenFields.senmatdel;
|
|
2350
|
-
|
|
2351
|
-
}
|