@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,22 +1,25 @@
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/ameli -t amd -t amdsen -t avicom -t avigvt -t cab -t com_ameli -t ent -t etatxt -t fbu -t grppol_ameli -t gvt -t intora -t irr -t lec_ameli -t mot -t nat -t orarol -t sai -t saisen -t sea -t sen_ameli -t ses -t sor -t sub -t txt_ameli -t typrect -t typses -t typsub -t w_nivrec -s public
4
+ * This file was automatically generated by schemats v.2.8.1
5
+ * $ schemats generate -c postgres://username:password@localhost:5433/ameli -t amd -t amdsen -t avicom -t avigvt -t cab -t com_ameli -t ent -t etatxt -t fbu -t grppol_ameli -t gvt -t intora -t irr -t lec_ameli -t mot -t nat -t orarol -t sai -t saisen -t sea -t sen_ameli -t ses -t sor -t sub -t txt_ameli -t typrect -t typses -t typsub -t w_nivrec -s public
6
6
  *
7
7
  */
8
8
  export declare namespace amdFields {
9
9
  type accgou = string | null;
10
10
  type alinea = number | null;
11
11
  type amdperid = number | null;
12
+ type amdrendusim = number | null;
12
13
  type autext = string;
13
14
  type avcid = string | null;
14
15
  type avgid = string | null;
15
16
  type colleg = string;
17
+ type commentprobleme = string | null;
16
18
  type datdep = Date | null;
17
19
  type dis = string | null;
18
20
  type discomid = number | null;
19
21
  type etaid = number;
22
+ type etatraitid = number;
20
23
  type id = number;
21
24
  type ideid = number | null;
22
25
  type irrid = number | null;
@@ -40,6 +43,8 @@ export declare namespace amdFields {
40
43
  type subid = number | null;
41
44
  type subidder = number | null;
42
45
  type subpos = number | null;
46
+ type traitementdate = Date | null;
47
+ type traitemententid = number | null;
43
48
  type txtid = number;
44
49
  type typ = string;
45
50
  type typrectid = number | null;
@@ -48,14 +53,17 @@ export interface amd {
48
53
  accgou: amdFields.accgou;
49
54
  alinea: amdFields.alinea;
50
55
  amdperid: amdFields.amdperid;
56
+ amdrendusim: amdFields.amdrendusim;
51
57
  autext: amdFields.autext;
52
58
  avcid: amdFields.avcid;
53
59
  avgid: amdFields.avgid;
54
60
  colleg: amdFields.colleg;
61
+ commentprobleme: amdFields.commentprobleme;
55
62
  datdep: amdFields.datdep;
56
63
  dis: amdFields.dis;
57
64
  discomid: amdFields.discomid;
58
65
  etaid: amdFields.etaid;
66
+ etatraitid: amdFields.etatraitid;
59
67
  id: amdFields.id;
60
68
  ideid: amdFields.ideid;
61
69
  irrid: amdFields.irrid;
@@ -79,6 +87,8 @@ export interface amd {
79
87
  subid: amdFields.subid;
80
88
  subidder: amdFields.subidder;
81
89
  subpos: amdFields.subpos;
90
+ traitementdate: amdFields.traitementdate;
91
+ traitemententid: amdFields.traitemententid;
82
92
  txtid: amdFields.txtid;
83
93
  typ: amdFields.typ;
84
94
  typrectid: amdFields.typrectid;
@@ -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/debats -t debats -t intdivers -t intpjl -t lecassdeb -t secdis -t secdivers -t syndeb -t typsec -s public
4
+ * This file was automatically generated by schemats v.2.8.1
5
+ * $ schemats generate -c postgres://username:password@localhost:5433/debats -t debats -t intdivers -t intpjl -t lecassdeb -t secdis -t secdivers -t syndeb -t typsec -s public
6
6
  *
7
7
  */
8
8
  export declare namespace debatsFields {