@tricoteuses/senat 2.8.6 → 2.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/model/dosleg.d.ts +0 -29
- package/lib/model/questions.d.ts +20 -0
- package/lib/model/questions.js +32 -1
- package/lib/model/sens.d.ts +670 -82
- package/lib/raw_types/dosleg.d.ts +77 -1994
- package/lib/raw_types/questions.d.ts +70 -0
- package/lib/raw_types/sens.d.ts +5424 -1570
- package/lib/raw_types_schemats/ameli.d.ts +12 -2
- package/lib/raw_types_schemats/debats.d.ts +2 -2
- package/lib/raw_types_schemats/dosleg.d.ts +2 -1054
- package/lib/raw_types_schemats/questions.d.ts +4 -2
- package/lib/raw_types_schemats/sens.d.ts +4235 -29
- package/package.json +9 -10
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* AUTO-GENERATED FILE - DO NOT EDIT!
|
|
3
3
|
*
|
|
4
|
-
* This file was automatically generated by schemats v.
|
|
5
|
-
* $ schemats generate -c postgres://username:password@localhost:
|
|
4
|
+
* This file was automatically generated by schemats v.2.8.1
|
|
5
|
+
* $ schemats generate -c postgres://username:password@localhost:5433/questions -t etatquestion -t legquestion -t naturequestion -t sortquestion -t tam_ministeres -t tam_questions -t tam_reponses -t the -s questions
|
|
6
6
|
*
|
|
7
7
|
*/
|
|
8
8
|
export declare namespace etatquestionFields {
|
|
@@ -112,6 +112,7 @@ export declare namespace tam_questionsFields {
|
|
|
112
112
|
type pageerr = number | null;
|
|
113
113
|
type pagejodepot = number | null;
|
|
114
114
|
type prenom = string | null;
|
|
115
|
+
type rang = number | null;
|
|
115
116
|
type ratgrp = string | null;
|
|
116
117
|
type reference = string | null;
|
|
117
118
|
type refquerappelee = string | null;
|
|
@@ -170,6 +171,7 @@ export interface tam_questions {
|
|
|
170
171
|
pageerr: tam_questionsFields.pageerr;
|
|
171
172
|
pagejodepot: tam_questionsFields.pagejodepot;
|
|
172
173
|
prenom: tam_questionsFields.prenom;
|
|
174
|
+
rang: tam_questionsFields.rang;
|
|
173
175
|
ratgrp: tam_questionsFields.ratgrp;
|
|
174
176
|
reference: tam_questionsFields.reference;
|
|
175
177
|
refquerappelee: tam_questionsFields.refquerappelee;
|