@tricoteuses/senat 1.3.1 → 1.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/lib/config.d.ts +1 -0
- package/lib/config.js +14 -45
- package/lib/databases.js +86 -143
- package/lib/datasets.js +78 -83
- package/lib/index.d.ts +7 -4
- package/lib/index.js +42 -419
- package/lib/loaders.js +149 -654
- package/lib/model/ameli.js +83 -21
- package/lib/model/debats.js +0 -1
- package/lib/model/dosleg.d.ts +1 -1
- package/lib/model/dosleg.js +179 -73
- package/lib/model/index.d.ts +3 -3
- package/lib/model/index.js +12 -46
- package/lib/model/questions.js +68 -39
- package/lib/model/sens.js +383 -113
- package/lib/model/texte.js +220 -290
- package/lib/model/util.js +9 -26
- package/lib/raw_types/ameli.js +5 -6
- package/lib/raw_types/debats.js +5 -6
- package/lib/raw_types/dosleg.js +5 -6
- package/lib/raw_types/questions.js +5 -6
- package/lib/raw_types/sens.js +5 -6
- package/lib/raw_types_schemats/ameli.js +1 -43
- package/lib/raw_types_schemats/debats.js +1 -22
- package/lib/raw_types_schemats/dosleg.js +1 -96
- package/lib/raw_types_schemats/questions.js +1 -22
- package/lib/raw_types_schemats/sens.js +1 -112
- package/lib/scripts/convert_data.js +181 -631
- package/lib/scripts/datautil.js +17 -60
- package/lib/scripts/parse_textes.js +46 -129
- package/lib/scripts/retrieve_documents.js +247 -513
- package/lib/scripts/retrieve_open_data.js +211 -368
- package/lib/scripts/retrieve_senateurs_photos.js +144 -239
- package/lib/scripts/shared/cli_helpers.js +30 -30
- package/lib/scripts/shared/util.js +28 -94
- package/lib/strings.js +20 -45
- package/lib/types/ameli.d.ts +1 -1
- package/lib/types/ameli.js +14 -25
- package/lib/types/debats.d.ts +1 -1
- package/lib/types/debats.js +3 -21
- package/lib/types/dosleg.d.ts +1 -1
- package/lib/types/dosleg.js +152 -119
- package/lib/types/questions.d.ts +1 -1
- package/lib/types/questions.js +1 -13
- package/lib/types/sens.d.ts +1 -1
- package/lib/types/sens.js +1 -13
- package/lib/types/sessions.js +44 -49
- package/lib/types/texte.js +17 -22
- package/lib/validators/config.js +47 -111
- package/lib/validators/senat.js +1 -5
- package/package.json +16 -38
- package/lib/aggregates.d.ts +0 -52
- package/lib/aggregates.mjs +0 -930
- package/lib/aggregates.ts +0 -833
- package/lib/config.mjs +0 -16
- package/lib/config.ts +0 -26
- package/lib/data/legislatures.json +0 -38
- package/lib/databases.mjs +0 -57
- package/lib/databases.ts +0 -71
- package/lib/datasets.mjs +0 -78
- package/lib/datasets.ts +0 -118
- package/lib/fields.d.ts +0 -10
- package/lib/fields.mjs +0 -68
- package/lib/fields.ts +0 -29
- package/lib/index.mjs +0 -4
- package/lib/index.ts +0 -42
- package/lib/inserters.d.ts +0 -98
- package/lib/inserters.mjs +0 -500
- package/lib/inserters.ts +0 -521
- package/lib/loaders.mjs +0 -158
- package/lib/loaders.ts +0 -271
- package/lib/model/ameli.mjs +0 -84
- package/lib/model/ameli.ts +0 -100
- package/lib/model/debats.mjs +0 -1
- package/lib/model/debats.ts +0 -0
- package/lib/model/dosleg.mjs +0 -196
- package/lib/model/dosleg.ts +0 -240
- package/lib/model/index.mjs +0 -4
- package/lib/model/index.ts +0 -14
- package/lib/model/questions.mjs +0 -71
- package/lib/model/questions.ts +0 -93
- package/lib/model/sens.mjs +0 -415
- package/lib/model/sens.ts +0 -516
- package/lib/model/texte.mjs +0 -208
- package/lib/model/texte.ts +0 -229
- package/lib/model/util.mjs +0 -19
- package/lib/model/util.ts +0 -32
- package/lib/raw_types/ameli.mjs +0 -5
- package/lib/raw_types/ameli.ts +0 -951
- package/lib/raw_types/debats.mjs +0 -5
- package/lib/raw_types/debats.ts +0 -222
- package/lib/raw_types/dosleg.mjs +0 -5
- package/lib/raw_types/dosleg.ts +0 -3625
- package/lib/raw_types/questions.mjs +0 -5
- package/lib/raw_types/questions.ts +0 -427
- package/lib/raw_types/sens.mjs +0 -5
- package/lib/raw_types/sens.ts +0 -4499
- package/lib/raw_types_kysely/ameli.d.ts +0 -6
- package/lib/raw_types_kysely/ameli.mjs +0 -7
- package/lib/raw_types_kysely/ameli.ts +0 -6
- package/lib/raw_types_kysely/debats.d.ts +0 -6
- package/lib/raw_types_kysely/debats.mjs +0 -7
- package/lib/raw_types_kysely/debats.ts +0 -6
- package/lib/raw_types_kysely/dosleg.d.ts +0 -6
- package/lib/raw_types_kysely/dosleg.mjs +0 -7
- package/lib/raw_types_kysely/dosleg.ts +0 -6
- package/lib/raw_types_kysely/questions.d.ts +0 -6
- package/lib/raw_types_kysely/questions.mjs +0 -7
- package/lib/raw_types_kysely/questions.ts +0 -6
- package/lib/raw_types_kysely/sens.d.ts +0 -6
- package/lib/raw_types_kysely/sens.mjs +0 -7
- package/lib/raw_types_kysely/sens.ts +0 -6
- package/lib/raw_types_kysely/texte.d.ts +0 -45
- package/lib/raw_types_kysely/texte.mjs +0 -7
- package/lib/raw_types_kysely/texte.ts +0 -53
- package/lib/raw_types_schemats/ameli.mjs +0 -2
- package/lib/raw_types_schemats/ameli.ts +0 -601
- package/lib/raw_types_schemats/debats.mjs +0 -2
- package/lib/raw_types_schemats/debats.ts +0 -145
- package/lib/raw_types_schemats/dosleg.mjs +0 -2
- package/lib/raw_types_schemats/dosleg.ts +0 -2195
- package/lib/raw_types_schemats/questions.mjs +0 -2
- package/lib/raw_types_schemats/questions.ts +0 -251
- package/lib/raw_types_schemats/sens.mjs +0 -2
- package/lib/raw_types_schemats/sens.ts +0 -2907
- package/lib/scripts/convert_data.mjs +0 -181
- package/lib/scripts/convert_data.ts +0 -243
- package/lib/scripts/datautil.mjs +0 -16
- package/lib/scripts/datautil.ts +0 -19
- package/lib/scripts/images/transparent_150x192.jpg +0 -0
- package/lib/scripts/images/transparent_155x225.jpg +0 -0
- package/lib/scripts/parse_textes.mjs +0 -46
- package/lib/scripts/parse_textes.ts +0 -65
- package/lib/scripts/retrieve_documents.mjs +0 -249
- package/lib/scripts/retrieve_documents.ts +0 -298
- package/lib/scripts/retrieve_open_data.mjs +0 -217
- package/lib/scripts/retrieve_open_data.ts +0 -274
- package/lib/scripts/retrieve_senateurs_photos.mjs +0 -147
- package/lib/scripts/retrieve_senateurs_photos.ts +0 -177
- package/lib/scripts/retrieve_textes.d.ts +0 -1
- package/lib/scripts/retrieve_textes.mjs +0 -328
- package/lib/scripts/retrieve_textes.ts +0 -143
- package/lib/scripts/shared/cli_helpers.ts +0 -36
- package/lib/scripts/shared/util.ts +0 -33
- package/lib/src/aggregates.d.ts +0 -52
- package/lib/src/aggregates.mjs +0 -726
- package/lib/src/config.d.ts +0 -2
- package/lib/src/config.mjs +0 -16
- package/lib/src/databases.d.ts +0 -18
- package/lib/src/databases.mjs +0 -55
- package/lib/src/datasets.d.ts +0 -28
- package/lib/src/datasets.mjs +0 -78
- package/lib/src/fields.d.ts +0 -10
- package/lib/src/fields.mjs +0 -22
- package/lib/src/index.d.ts +0 -8
- package/lib/src/index.mjs +0 -7
- package/lib/src/inserters.d.ts +0 -98
- package/lib/src/inserters.mjs +0 -360
- package/lib/src/loaders.d.ts +0 -36
- package/lib/src/loaders.mjs +0 -107
- package/lib/src/model/ameli.d.ts +0 -4
- package/lib/src/model/ameli.js +0 -57
- package/lib/src/model/debats.d.ts +0 -4
- package/lib/src/model/debats.js +0 -43
- package/lib/src/model/dosleg.d.ts +0 -197
- package/lib/src/model/dosleg.js +0 -169
- package/lib/src/model/index.d.ts +0 -4
- package/lib/src/model/index.js +0 -4
- package/lib/src/model/questions.d.ts +0 -89
- package/lib/src/model/questions.js +0 -76
- package/lib/src/model/sens.d.ts +0 -390
- package/lib/src/model/sens.js +0 -339
- package/lib/src/model/texte.d.ts +0 -7
- package/lib/src/model/texte.js +0 -183
- package/lib/src/raw_types_kysely/ameli.d.ts +0 -915
- package/lib/src/raw_types_kysely/ameli.js +0 -5
- package/lib/src/raw_types_kysely/debats.d.ts +0 -207
- package/lib/src/raw_types_kysely/debats.js +0 -5
- package/lib/src/raw_types_kysely/dosleg.d.ts +0 -3532
- package/lib/src/raw_types_kysely/dosleg.js +0 -5
- package/lib/src/raw_types_kysely/questions.d.ts +0 -414
- package/lib/src/raw_types_kysely/questions.js +0 -5
- package/lib/src/raw_types_kysely/sens.d.ts +0 -4394
- package/lib/src/raw_types_kysely/sens.js +0 -5
- package/lib/src/raw_types_schemats/ameli.d.ts +0 -541
- package/lib/src/raw_types_schemats/ameli.js +0 -2
- package/lib/src/raw_types_schemats/debats.d.ts +0 -127
- package/lib/src/raw_types_schemats/debats.js +0 -2
- package/lib/src/raw_types_schemats/dosleg.d.ts +0 -2027
- package/lib/src/raw_types_schemats/dosleg.js +0 -2
- package/lib/src/raw_types_schemats/questions.d.ts +0 -231
- package/lib/src/raw_types_schemats/questions.js +0 -2
- package/lib/src/raw_types_schemats/sens.d.ts +0 -2709
- package/lib/src/raw_types_schemats/sens.js +0 -2
- package/lib/src/scripts/convert_data.d.ts +0 -1
- package/lib/src/scripts/convert_data.js +0 -95
- package/lib/src/scripts/datautil.d.ts +0 -5
- package/lib/src/scripts/datautil.js +0 -16
- package/lib/src/scripts/parse_textes.d.ts +0 -1
- package/lib/src/scripts/parse_textes.js +0 -47
- package/lib/src/scripts/retrieve_documents.d.ts +0 -1
- package/lib/src/scripts/retrieve_documents.js +0 -258
- package/lib/src/scripts/retrieve_open_data.d.ts +0 -1
- package/lib/src/scripts/retrieve_open_data.js +0 -214
- package/lib/src/scripts/retrieve_senateurs_photos.d.ts +0 -1
- package/lib/src/scripts/retrieve_senateurs_photos.js +0 -147
- package/lib/src/scripts/shared/cli_helpers.d.ts +0 -44
- package/lib/src/scripts/shared/cli_helpers.js +0 -32
- package/lib/src/scripts/shared/util.d.ts +0 -3
- package/lib/src/scripts/shared/util.js +0 -28
- package/lib/src/strings.d.ts +0 -1
- package/lib/src/strings.mjs +0 -18
- package/lib/src/types/ameli.d.ts +0 -10
- package/lib/src/types/ameli.js +0 -13
- package/lib/src/types/debats.d.ts +0 -4
- package/lib/src/types/debats.js +0 -2
- package/lib/src/types/dosleg.d.ts +0 -98
- package/lib/src/types/dosleg.js +0 -151
- package/lib/src/types/questions.d.ts +0 -2
- package/lib/src/types/questions.js +0 -1
- package/lib/src/types/sens.d.ts +0 -10
- package/lib/src/types/sens.js +0 -1
- package/lib/src/types/sessions.d.ts +0 -42
- package/lib/src/types/sessions.js +0 -43
- package/lib/src/types/texte.d.ts +0 -61
- package/lib/src/types/texte.js +0 -16
- package/lib/src/validators/config.d.ts +0 -1
- package/lib/src/validators/config.js +0 -54
- package/lib/src/validators/senat.d.ts +0 -0
- package/lib/src/validators/senat.js +0 -24
- package/lib/strings.mjs +0 -18
- package/lib/strings.ts +0 -26
- package/lib/types/ameli.mjs +0 -13
- package/lib/types/ameli.ts +0 -21
- package/lib/types/debats.mjs +0 -2
- package/lib/types/debats.ts +0 -6
- package/lib/types/dosleg.mjs +0 -151
- package/lib/types/dosleg.ts +0 -284
- package/lib/types/questions.mjs +0 -1
- package/lib/types/questions.ts +0 -3
- package/lib/types/sens.mjs +0 -1
- package/lib/types/sens.ts +0 -12
- package/lib/types/sessions.mjs +0 -43
- package/lib/types/sessions.ts +0 -42
- package/lib/types/texte.mjs +0 -16
- package/lib/types/texte.ts +0 -76
- package/lib/typings/windows-1252.d.js +0 -2
- package/lib/typings/windows-1252.d.mjs +0 -2
- package/lib/typings/windows-1252.d.ts +0 -11
- package/lib/validators/config.mjs +0 -54
- package/lib/validators/config.ts +0 -79
- package/lib/validators/senat.mjs +0 -24
- package/lib/validators/senat.ts +0 -26
|
@@ -1,231 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* AUTO-GENERATED FILE - DO NOT EDIT!
|
|
3
|
-
*
|
|
4
|
-
* This file was automatically generated by schemats v.1.1.2
|
|
5
|
-
* $ schemats generate -c postgres://username:password@localhost:5432/questions -s questions
|
|
6
|
-
*
|
|
7
|
-
*/
|
|
8
|
-
export declare namespace etatquestionFields {
|
|
9
|
-
type etaquecod = string;
|
|
10
|
-
type etaquelib = string | null;
|
|
11
|
-
type etaquenumtri = number | null;
|
|
12
|
-
}
|
|
13
|
-
export interface etatquestion {
|
|
14
|
-
etaquecod: etatquestionFields.etaquecod;
|
|
15
|
-
etaquelib: etatquestionFields.etaquelib;
|
|
16
|
-
etaquenumtri: etatquestionFields.etaquenumtri;
|
|
17
|
-
}
|
|
18
|
-
export declare namespace legquestionFields {
|
|
19
|
-
type legdatdeb = Date | null;
|
|
20
|
-
type legdatfin = Date | null;
|
|
21
|
-
type legislature = number;
|
|
22
|
-
type leglib = string | null;
|
|
23
|
-
type republique = number | null;
|
|
24
|
-
}
|
|
25
|
-
export interface legquestion {
|
|
26
|
-
legdatdeb: legquestionFields.legdatdeb;
|
|
27
|
-
legdatfin: legquestionFields.legdatfin;
|
|
28
|
-
legislature: legquestionFields.legislature;
|
|
29
|
-
leglib: legquestionFields.leglib;
|
|
30
|
-
republique: legquestionFields.republique;
|
|
31
|
-
}
|
|
32
|
-
export declare namespace naturequestionFields {
|
|
33
|
-
type natquecod = string;
|
|
34
|
-
type natquelib = string | null;
|
|
35
|
-
type natquenumtri = number | null;
|
|
36
|
-
}
|
|
37
|
-
export interface naturequestion {
|
|
38
|
-
natquecod: naturequestionFields.natquecod;
|
|
39
|
-
natquelib: naturequestionFields.natquelib;
|
|
40
|
-
natquenumtri: naturequestionFields.natquenumtri;
|
|
41
|
-
}
|
|
42
|
-
export declare namespace sortquestionFields {
|
|
43
|
-
type sorquecod = string;
|
|
44
|
-
type sorquelib = string | null;
|
|
45
|
-
type sorquenumtri = number | null;
|
|
46
|
-
}
|
|
47
|
-
export interface sortquestion {
|
|
48
|
-
sorquecod: sortquestionFields.sorquecod;
|
|
49
|
-
sorquelib: sortquestionFields.sorquelib;
|
|
50
|
-
sorquenumtri: sortquestionFields.sorquenumtri;
|
|
51
|
-
}
|
|
52
|
-
export declare namespace tam_ministeresFields {
|
|
53
|
-
type datedebut = Date | null;
|
|
54
|
-
type datefin = Date | null;
|
|
55
|
-
type intitulejo = string | null;
|
|
56
|
-
type libelle = string | null;
|
|
57
|
-
type libellelong = string | null;
|
|
58
|
-
type minid = number;
|
|
59
|
-
type minidremp = number | null;
|
|
60
|
-
type nomministre = string | null;
|
|
61
|
-
type ordreprotocolaire = number | null;
|
|
62
|
-
type titreministre = string | null;
|
|
63
|
-
}
|
|
64
|
-
export interface tam_ministeres {
|
|
65
|
-
datedebut: tam_ministeresFields.datedebut;
|
|
66
|
-
datefin: tam_ministeresFields.datefin;
|
|
67
|
-
intitulejo: tam_ministeresFields.intitulejo;
|
|
68
|
-
libelle: tam_ministeresFields.libelle;
|
|
69
|
-
libellelong: tam_ministeresFields.libellelong;
|
|
70
|
-
minid: tam_ministeresFields.minid;
|
|
71
|
-
minidremp: tam_ministeresFields.minidremp;
|
|
72
|
-
nomministre: tam_ministeresFields.nomministre;
|
|
73
|
-
ordreprotocolaire: tam_ministeresFields.ordreprotocolaire;
|
|
74
|
-
titreministre: tam_ministeresFields.titreministre;
|
|
75
|
-
}
|
|
76
|
-
export declare namespace tam_questionsFields {
|
|
77
|
-
type circonscription = string | null;
|
|
78
|
-
type cirnum = number | null;
|
|
79
|
-
type codequalite = string | null;
|
|
80
|
-
type compub = string | null;
|
|
81
|
-
type datecloture = Date | null;
|
|
82
|
-
type dateerr = Date | null;
|
|
83
|
-
type datejodepot = Date | null;
|
|
84
|
-
type datejorep1 = Date | null;
|
|
85
|
-
type datejotran = Date | null;
|
|
86
|
-
type daterappel = Date | null;
|
|
87
|
-
type dateseance = Date | null;
|
|
88
|
-
type datesignal = Date | null;
|
|
89
|
-
type datesynctam = Date | null;
|
|
90
|
-
type dattrans = Date | null;
|
|
91
|
-
type dattransori = Date | null;
|
|
92
|
-
type delaijours = number | null;
|
|
93
|
-
type delaijoursrep1 = number | null;
|
|
94
|
-
type etaquecod = number | null;
|
|
95
|
-
type groupe = string | null;
|
|
96
|
-
type id = number;
|
|
97
|
-
type legislature = number | null;
|
|
98
|
-
type matricule = string;
|
|
99
|
-
type mindepotid = number | null;
|
|
100
|
-
type mindepotlib = string | null;
|
|
101
|
-
type minrepid1 = number | null;
|
|
102
|
-
type minreplib1 = string | null;
|
|
103
|
-
type mintranid = number | null;
|
|
104
|
-
type mintranlib = string | null;
|
|
105
|
-
type natquecod = string | null;
|
|
106
|
-
type natqueord = number | null;
|
|
107
|
-
type nom = string | null;
|
|
108
|
-
type nomtechnique = string | null;
|
|
109
|
-
type numero = string | null;
|
|
110
|
-
type pageerr = number | null;
|
|
111
|
-
type pagejodepot = number | null;
|
|
112
|
-
type prenom = string | null;
|
|
113
|
-
type ratgrp = string | null;
|
|
114
|
-
type reference = string | null;
|
|
115
|
-
type refquerappelee = string | null;
|
|
116
|
-
type renvoi1 = string | null;
|
|
117
|
-
type renvoi2 = string | null;
|
|
118
|
-
type renvoi3 = string | null;
|
|
119
|
-
type repub = number | null;
|
|
120
|
-
type rubrique = string | null;
|
|
121
|
-
type sorquecod = number | null;
|
|
122
|
-
type thecrible = string | null;
|
|
123
|
-
type themes = string | null;
|
|
124
|
-
type titre = string | null;
|
|
125
|
-
type tranisreattr = string | null;
|
|
126
|
-
type txterrque = string | null;
|
|
127
|
-
type txtque = string | null;
|
|
128
|
-
type uuid = string | null;
|
|
129
|
-
type uuidquerappelee = string | null;
|
|
130
|
-
type uuidtrans = string | null;
|
|
131
|
-
type uuidtransori = string | null;
|
|
132
|
-
type version = number | null;
|
|
133
|
-
}
|
|
134
|
-
export interface tam_questions {
|
|
135
|
-
circonscription: tam_questionsFields.circonscription;
|
|
136
|
-
cirnum: tam_questionsFields.cirnum;
|
|
137
|
-
codequalite: tam_questionsFields.codequalite;
|
|
138
|
-
compub: tam_questionsFields.compub;
|
|
139
|
-
datecloture: tam_questionsFields.datecloture;
|
|
140
|
-
dateerr: tam_questionsFields.dateerr;
|
|
141
|
-
datejodepot: tam_questionsFields.datejodepot;
|
|
142
|
-
datejorep1: tam_questionsFields.datejorep1;
|
|
143
|
-
datejotran: tam_questionsFields.datejotran;
|
|
144
|
-
daterappel: tam_questionsFields.daterappel;
|
|
145
|
-
dateseance: tam_questionsFields.dateseance;
|
|
146
|
-
datesignal: tam_questionsFields.datesignal;
|
|
147
|
-
datesynctam: tam_questionsFields.datesynctam;
|
|
148
|
-
dattrans: tam_questionsFields.dattrans;
|
|
149
|
-
dattransori: tam_questionsFields.dattransori;
|
|
150
|
-
delaijours: tam_questionsFields.delaijours;
|
|
151
|
-
delaijoursrep1: tam_questionsFields.delaijoursrep1;
|
|
152
|
-
etaquecod: tam_questionsFields.etaquecod;
|
|
153
|
-
groupe: tam_questionsFields.groupe;
|
|
154
|
-
id: tam_questionsFields.id;
|
|
155
|
-
legislature: tam_questionsFields.legislature;
|
|
156
|
-
matricule: tam_questionsFields.matricule;
|
|
157
|
-
mindepotid: tam_questionsFields.mindepotid;
|
|
158
|
-
mindepotlib: tam_questionsFields.mindepotlib;
|
|
159
|
-
minrepid1: tam_questionsFields.minrepid1;
|
|
160
|
-
minreplib1: tam_questionsFields.minreplib1;
|
|
161
|
-
mintranid: tam_questionsFields.mintranid;
|
|
162
|
-
mintranlib: tam_questionsFields.mintranlib;
|
|
163
|
-
natquecod: tam_questionsFields.natquecod;
|
|
164
|
-
natqueord: tam_questionsFields.natqueord;
|
|
165
|
-
nom: tam_questionsFields.nom;
|
|
166
|
-
nomtechnique: tam_questionsFields.nomtechnique;
|
|
167
|
-
numero: tam_questionsFields.numero;
|
|
168
|
-
pageerr: tam_questionsFields.pageerr;
|
|
169
|
-
pagejodepot: tam_questionsFields.pagejodepot;
|
|
170
|
-
prenom: tam_questionsFields.prenom;
|
|
171
|
-
ratgrp: tam_questionsFields.ratgrp;
|
|
172
|
-
reference: tam_questionsFields.reference;
|
|
173
|
-
refquerappelee: tam_questionsFields.refquerappelee;
|
|
174
|
-
renvoi1: tam_questionsFields.renvoi1;
|
|
175
|
-
renvoi2: tam_questionsFields.renvoi2;
|
|
176
|
-
renvoi3: tam_questionsFields.renvoi3;
|
|
177
|
-
repub: tam_questionsFields.repub;
|
|
178
|
-
rubrique: tam_questionsFields.rubrique;
|
|
179
|
-
sorquecod: tam_questionsFields.sorquecod;
|
|
180
|
-
thecrible: tam_questionsFields.thecrible;
|
|
181
|
-
themes: tam_questionsFields.themes;
|
|
182
|
-
titre: tam_questionsFields.titre;
|
|
183
|
-
tranisreattr: tam_questionsFields.tranisreattr;
|
|
184
|
-
txterrque: tam_questionsFields.txterrque;
|
|
185
|
-
txtque: tam_questionsFields.txtque;
|
|
186
|
-
uuid: tam_questionsFields.uuid;
|
|
187
|
-
uuidquerappelee: tam_questionsFields.uuidquerappelee;
|
|
188
|
-
uuidtrans: tam_questionsFields.uuidtrans;
|
|
189
|
-
uuidtransori: tam_questionsFields.uuidtransori;
|
|
190
|
-
version: tam_questionsFields.version;
|
|
191
|
-
}
|
|
192
|
-
export declare namespace tam_reponsesFields {
|
|
193
|
-
type datejorep = Date | null;
|
|
194
|
-
type delaijoursrep = number | null;
|
|
195
|
-
type errdate = Date | null;
|
|
196
|
-
type errpage = number | null;
|
|
197
|
-
type idque = number;
|
|
198
|
-
type idrepunique = string | null;
|
|
199
|
-
type minrepid = number | null;
|
|
200
|
-
type minreplib = string | null;
|
|
201
|
-
type pagejorep = number | null;
|
|
202
|
-
type txterrrep = string | null;
|
|
203
|
-
type txtrep = string | null;
|
|
204
|
-
type urlrep = string | null;
|
|
205
|
-
}
|
|
206
|
-
export interface tam_reponses {
|
|
207
|
-
datejorep: tam_reponsesFields.datejorep;
|
|
208
|
-
delaijoursrep: tam_reponsesFields.delaijoursrep;
|
|
209
|
-
errdate: tam_reponsesFields.errdate;
|
|
210
|
-
errpage: tam_reponsesFields.errpage;
|
|
211
|
-
idque: tam_reponsesFields.idque;
|
|
212
|
-
idrepunique: tam_reponsesFields.idrepunique;
|
|
213
|
-
minrepid: tam_reponsesFields.minrepid;
|
|
214
|
-
minreplib: tam_reponsesFields.minreplib;
|
|
215
|
-
pagejorep: tam_reponsesFields.pagejorep;
|
|
216
|
-
txterrrep: tam_reponsesFields.txterrrep;
|
|
217
|
-
txtrep: tam_reponsesFields.txtrep;
|
|
218
|
-
urlrep: tam_reponsesFields.urlrep;
|
|
219
|
-
}
|
|
220
|
-
export declare namespace theFields {
|
|
221
|
-
type theali = string | null;
|
|
222
|
-
type thecle = number;
|
|
223
|
-
type thelib = string;
|
|
224
|
-
type thenouidt = number | null;
|
|
225
|
-
}
|
|
226
|
-
export interface the {
|
|
227
|
-
theali: theFields.theali;
|
|
228
|
-
thecle: theFields.thecle;
|
|
229
|
-
thelib: theFields.thelib;
|
|
230
|
-
thenouidt: theFields.thenouidt;
|
|
231
|
-
}
|