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.
- package/dist/DBSchemaBuilder.d.ts.map +1 -1
- package/dist/DBSchemaBuilder.js.map +1 -1
- package/dist/Filtering.js +2 -2
- package/dist/Filtering.js.map +1 -1
- package/dist/JSONBValidation/validate_jsonb_schema_sql.d.ts +1 -1
- package/dist/TableConfig/TableConfig.d.ts.map +1 -1
- package/dist/TableConfig/TableConfig.js +0 -4
- package/dist/TableConfig/TableConfig.js.map +1 -1
- package/lib/DBSchemaBuilder.d.ts.map +1 -1
- package/lib/DBSchemaBuilder.ts +1 -0
- package/lib/Filtering.js +2 -2
- package/lib/Filtering.ts +3 -3
- package/lib/JSONBValidation/validate_jsonb_schema_sql.d.ts +1 -1
- package/lib/TableConfig/TableConfig.d.ts.map +1 -1
- package/lib/TableConfig/TableConfig.js +0 -4
- package/lib/TableConfig/TableConfig.ts +0 -5
- package/package.json +2 -2
- package/tests/client/PID.txt +1 -1
- package/tests/client/package-lock.json +4561 -15
- package/tests/client/package.json +1 -1
- package/tests/server/DBoGenerated.d.ts +12 -12
- package/tests/server/package-lock.json +3 -3
|
@@ -44,7 +44,7 @@ export type DBSchemaGenerated = {
|
|
|
44
44
|
update: true;
|
|
45
45
|
delete: true;
|
|
46
46
|
columns: {
|
|
47
|
-
added?: null |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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?:
|
|
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 |
|
|
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 |
|
|
501
|
-
h?: null |
|
|
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.
|
|
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.
|
|
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.
|
|
1530
|
+
"prostgles-types": "^3.0.44",
|
|
1531
1531
|
"sharp": "^0.31.0",
|
|
1532
1532
|
"typescript": "^4.9.5"
|
|
1533
1533
|
}
|