prostgles-server 3.0.142 → 3.0.144

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.
@@ -13,7 +13,7 @@
13
13
  "license": "ISC",
14
14
  "dependencies": {
15
15
  "@types/node": "^14.14.16",
16
- "prostgles-client": "^3.0.6",
16
+ "prostgles-client": "^3.0.24",
17
17
  "socket.io-client": "^4.6.1"
18
18
  },
19
19
  "devDependencies": {
@@ -44,7 +44,7 @@ export type DBSchemaGenerated = {
44
44
  update: true;
45
45
  delete: true;
46
46
  columns: {
47
- added?: null | Date;
47
+ added?: null | string;
48
48
  id?: number;
49
49
  name: string;
50
50
  public?: null | string;
@@ -89,7 +89,7 @@ export type DBSchemaGenerated = {
89
89
  update: true;
90
90
  delete: true;
91
91
  columns: {
92
- added?: null | Date;
92
+ added?: null | string;
93
93
  id?: number;
94
94
  name?: null | string;
95
95
  };
@@ -104,7 +104,7 @@ export type DBSchemaGenerated = {
104
104
  id?: number;
105
105
  item_id?: null | number;
106
106
  name?: null | string;
107
- tst?: null | Date;
107
+ tst?: null | string;
108
108
  };
109
109
  };
110
110
  items: {
@@ -114,7 +114,7 @@ export type DBSchemaGenerated = {
114
114
  update: true;
115
115
  delete: true;
116
116
  columns: {
117
- h?: null | Array<string>;
117
+ h?: null | string[];
118
118
  id?: number;
119
119
  name?: null | string;
120
120
  };
@@ -163,7 +163,7 @@ export type DBSchemaGenerated = {
163
163
  update: true;
164
164
  delete: true;
165
165
  columns: {
166
- hh?: null | Array<string>;
166
+ hh?: null | string[];
167
167
  id?: number;
168
168
  items_id?: null | number;
169
169
  name?: null | string;
@@ -176,7 +176,7 @@ export type DBSchemaGenerated = {
176
176
  update: true;
177
177
  delete: true;
178
178
  columns: {
179
- h?: null | Array<string>;
179
+ h?: null | string[];
180
180
  id?: number;
181
181
  name?: null | string;
182
182
  };
@@ -188,7 +188,7 @@ export type DBSchemaGenerated = {
188
188
  update: true;
189
189
  delete: true;
190
190
  columns: {
191
- added?: null | Date;
191
+ added?: null | string;
192
192
  id?: number;
193
193
  name: string;
194
194
  public?: null | string;
@@ -201,7 +201,7 @@ export type DBSchemaGenerated = {
201
201
  update: true;
202
202
  delete: true;
203
203
  columns: {
204
- added?: null | Date;
204
+ added?: null | string;
205
205
  id?: number;
206
206
  name: string;
207
207
  public?: null | string;
@@ -249,7 +249,7 @@ export type DBSchemaGenerated = {
249
249
  update: true;
250
250
  delete: true;
251
251
  columns: {
252
- added?: Date;
252
+ added?: string;
253
253
  content_length?: number;
254
254
  content_type: string;
255
255
  deleted?: null | number;
@@ -448,7 +448,7 @@ export type DBSchemaGenerated = {
448
448
  update: true;
449
449
  delete: true;
450
450
  columns: {
451
- added?: null | Date;
451
+ added?: null | string;
452
452
  age?: null | number;
453
453
  id?: number;
454
454
  is_active?: null | boolean;
@@ -497,8 +497,8 @@ export type DBSchemaGenerated = {
497
497
  update: true;
498
498
  delete: true;
499
499
  columns: {
500
- added?: null | Date;
501
- h?: null | Array<string>;
500
+ added?: null | string;
501
+ h?: null | string[];
502
502
  id?: number;
503
503
  jsn?: null | any;
504
504
  name?: null | string;
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "../..": {
23
23
  "name": "prostgles-server",
24
- "version": "3.0.141",
24
+ "version": "3.0.143",
25
25
  "license": "MIT",
26
26
  "dependencies": {
27
27
  "@aws-sdk/client-s3": "^3.272.0",
@@ -32,7 +32,7 @@
32
32
  "check-disk-space": "^3.3.1",
33
33
  "file-type": "^17.1.4",
34
34
  "pg-promise": "^11.3.0",
35
- "prostgles-types": "^3.0.40",
35
+ "prostgles-types": "^3.0.44",
36
36
  "sharp": "^0.31.0"
37
37
  },
38
38
  "devDependencies": {
@@ -1527,7 +1527,7 @@
1527
1527
  "eslint": "^8.35.0",
1528
1528
  "file-type": "^17.1.4",
1529
1529
  "pg-promise": "^11.3.0",
1530
- "prostgles-types": "^3.0.40",
1530
+ "prostgles-types": "^3.0.44",
1531
1531
  "sharp": "^0.31.0",
1532
1532
  "typescript": "^4.9.5"
1533
1533
  }