@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.
@@ -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.1.2.1
5
- * $ schemats generate -c postgres://username:password@localhost:5432/questions -t etatquestion -t legquestion -t naturequestion -t sortquestion -t tam_ministeres -t tam_questions -t tam_reponses -t the -s questions
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;