prostgles-server 2.0.170 → 2.0.173
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/AuthHandler.d.ts +16 -13
- package/dist/AuthHandler.d.ts.map +1 -1
- package/dist/AuthHandler.js +8 -7
- package/dist/AuthHandler.js.map +1 -1
- package/dist/DboBuilder.d.ts.map +1 -1
- package/dist/DboBuilder.js +19 -9
- package/dist/DboBuilder.js.map +1 -1
- package/lib/AuthHandler.ts +25 -20
- package/lib/DboBuilder.ts +18 -9
- package/package.json +2 -2
- package/tests/client/PID.txt +1 -1
- package/tests/config_test/package.json +11 -13
- package/tests/config_test2/package.json +7 -7
- package/tests/server/DBoGenerated.d.ts +182 -182
- package/tests/server/index.js +6 -13
- package/tests/server/index.ts +7 -12
- package/tests/server/package-lock.json +3 -3
|
@@ -12,197 +12,197 @@ export type TxCB = {
|
|
|
12
12
|
|
|
13
13
|
/* SCHEMA DEFINITON. Table names have been altered to work with Typescript */
|
|
14
14
|
export type D_34_42_34 = {
|
|
15
|
-
"\"*\""?: string;
|
|
16
|
-
|
|
15
|
+
"\"*\""?: string | null ;
|
|
16
|
+
id?: number ;
|
|
17
17
|
}
|
|
18
18
|
export type D_42 = {
|
|
19
|
-
"*"?: string;
|
|
20
|
-
|
|
19
|
+
"*"?: string | null ;
|
|
20
|
+
id?: number ;
|
|
21
21
|
}
|
|
22
22
|
export type Ex_j_ins = {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
23
|
+
added?: Date | null ;
|
|
24
|
+
id?: number ;
|
|
25
|
+
name?: string ;
|
|
26
|
+
public?: string | null ;
|
|
27
27
|
}
|
|
28
28
|
export type Geography_columns = {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
29
|
+
coord_dimension?: number | null ;
|
|
30
|
+
f_geography_column?: string | null ;
|
|
31
|
+
f_table_catalog?: string | null ;
|
|
32
|
+
f_table_name?: string | null ;
|
|
33
|
+
f_table_schema?: string | null ;
|
|
34
|
+
srid?: number | null ;
|
|
35
|
+
type?: string | null ;
|
|
36
36
|
}
|
|
37
37
|
export type Geometry_columns = {
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
38
|
+
coord_dimension?: number | null ;
|
|
39
|
+
f_geometry_column?: string | null ;
|
|
40
|
+
f_table_catalog?: string | null ;
|
|
41
|
+
f_table_name?: string | null ;
|
|
42
|
+
f_table_schema?: string | null ;
|
|
43
|
+
srid?: number | null ;
|
|
44
|
+
type?: string | null ;
|
|
45
45
|
}
|
|
46
46
|
export type Insert_rules = {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
47
|
+
added?: Date | null ;
|
|
48
|
+
id?: number ;
|
|
49
|
+
name?: string | null ;
|
|
50
50
|
}
|
|
51
51
|
export type Items = {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
52
|
+
h?: Array<string> | null ;
|
|
53
|
+
id?: number ;
|
|
54
|
+
name?: string | null ;
|
|
55
55
|
}
|
|
56
56
|
export type Items2 = {
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
57
|
+
hh?: Array<string> | null ;
|
|
58
|
+
id?: number ;
|
|
59
|
+
items_id?: number | null ;
|
|
60
|
+
name?: string | null ;
|
|
61
61
|
}
|
|
62
62
|
export type Items3 = {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
63
|
+
h?: Array<string> | null ;
|
|
64
|
+
id?: number ;
|
|
65
|
+
name?: string | null ;
|
|
66
66
|
}
|
|
67
67
|
export type Items4 = {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
68
|
+
added?: Date | null ;
|
|
69
|
+
id?: number ;
|
|
70
|
+
name?: string ;
|
|
71
|
+
public?: string | null ;
|
|
72
72
|
}
|
|
73
73
|
export type Items4_pub = {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
74
|
+
added?: Date | null ;
|
|
75
|
+
id?: number ;
|
|
76
|
+
name?: string ;
|
|
77
|
+
public?: string | null ;
|
|
78
78
|
}
|
|
79
79
|
export type Items_with_media = {
|
|
80
|
-
|
|
81
|
-
|
|
80
|
+
id?: number ;
|
|
81
|
+
name?: string | null ;
|
|
82
82
|
}
|
|
83
83
|
export type Items_with_one_media = {
|
|
84
|
-
|
|
85
|
-
|
|
84
|
+
id?: number ;
|
|
85
|
+
name?: string | null ;
|
|
86
86
|
}
|
|
87
87
|
export type Lookup_col1 = {
|
|
88
|
-
|
|
88
|
+
id?: string ;
|
|
89
89
|
}
|
|
90
90
|
export type Media = {
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
91
|
+
content_type?: string ;
|
|
92
|
+
description?: string | null ;
|
|
93
|
+
etag?: string | null ;
|
|
94
|
+
extension?: string ;
|
|
95
|
+
id?: string ;
|
|
96
|
+
name?: string ;
|
|
97
|
+
original_name?: string ;
|
|
98
|
+
s3_url?: string | null ;
|
|
99
|
+
signed_url?: string | null ;
|
|
100
|
+
signed_url_expires?: number | null ;
|
|
101
|
+
url?: string ;
|
|
102
102
|
}
|
|
103
103
|
export type Obj_table = {
|
|
104
|
-
|
|
105
|
-
|
|
104
|
+
id?: number ;
|
|
105
|
+
obj?: any | null ;
|
|
106
106
|
}
|
|
107
107
|
export type Planes = {
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
108
|
+
flight_number?: string | null ;
|
|
109
|
+
id?: number ;
|
|
110
|
+
last_updated?: number ;
|
|
111
|
+
x?: number | null ;
|
|
112
|
+
y?: number | null ;
|
|
113
113
|
}
|
|
114
114
|
export type Prostgles_lookup_media_items_with_media = {
|
|
115
|
-
|
|
116
|
-
|
|
115
|
+
foreign_id?: number | null ;
|
|
116
|
+
media_id?: string ;
|
|
117
117
|
}
|
|
118
118
|
export type Prostgles_lookup_media_items_with_one_media = {
|
|
119
|
-
|
|
120
|
-
|
|
119
|
+
foreign_id?: number ;
|
|
120
|
+
media_id?: string ;
|
|
121
121
|
}
|
|
122
122
|
export type Shapes = {
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
123
|
+
geog?: any | null ;
|
|
124
|
+
geom?: any | null ;
|
|
125
|
+
id?: string ;
|
|
126
126
|
}
|
|
127
127
|
export type Spatial_ref_sys = {
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
128
|
+
auth_name?: string | null ;
|
|
129
|
+
auth_srid?: number | null ;
|
|
130
|
+
proj4text?: string | null ;
|
|
131
|
+
srid?: number ;
|
|
132
|
+
srtext?: string | null ;
|
|
133
133
|
}
|
|
134
134
|
export type Tr1 = {
|
|
135
|
-
|
|
136
|
-
|
|
135
|
+
id?: number ;
|
|
136
|
+
t1?: string | null ;
|
|
137
137
|
}
|
|
138
138
|
export type Tr2 = {
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
139
|
+
id?: number ;
|
|
140
|
+
t1?: string | null ;
|
|
141
|
+
t2?: string | null ;
|
|
142
|
+
tr1_id?: number | null ;
|
|
143
143
|
}
|
|
144
144
|
export type Uuid_text = {
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
145
|
+
col1?: string | null ;
|
|
146
|
+
col2?: string | null ;
|
|
147
|
+
id?: string ;
|
|
148
|
+
name?: string | null ;
|
|
149
149
|
}
|
|
150
150
|
export type V_items = {
|
|
151
|
-
|
|
152
|
-
|
|
151
|
+
id?: number | null ;
|
|
152
|
+
name?: string | null ;
|
|
153
153
|
}
|
|
154
154
|
export type Various = {
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
155
|
+
added?: Date | null ;
|
|
156
|
+
h?: Array<string> | null ;
|
|
157
|
+
id?: number ;
|
|
158
|
+
jsn?: any | null ;
|
|
159
|
+
name?: string | null ;
|
|
160
|
+
tsv?: any | null ;
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
export type JoinMakerTables = {
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
164
|
+
items: JoinMaker<Items>;
|
|
165
|
+
items2: JoinMaker<Items2>;
|
|
166
|
+
items3: JoinMaker<Items3>;
|
|
167
|
+
items_with_media: JoinMaker<Items_with_media>;
|
|
168
|
+
items_with_one_media: JoinMaker<Items_with_one_media>;
|
|
169
|
+
lookup_col1: JoinMaker<Lookup_col1>;
|
|
170
|
+
media: JoinMaker<Media>;
|
|
171
|
+
prostgles_lookup_media_items_with_media: JoinMaker<Prostgles_lookup_media_items_with_media>;
|
|
172
|
+
prostgles_lookup_media_items_with_one_media: JoinMaker<Prostgles_lookup_media_items_with_one_media>;
|
|
173
|
+
tr1: JoinMaker<Tr1>;
|
|
174
|
+
tr2: JoinMaker<Tr2>;
|
|
175
|
+
uuid_text: JoinMaker<Uuid_text>;
|
|
176
176
|
};
|
|
177
177
|
|
|
178
178
|
/* DBO Definition. Isomorphic */
|
|
179
179
|
export type DBObj = {
|
|
180
180
|
"\"*\"": TableHandler<D_34_42_34>
|
|
181
181
|
"*": TableHandler<D_42>
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
182
|
+
ex_j_ins: TableHandler<Ex_j_ins>
|
|
183
|
+
geography_columns: ViewHandler<Geography_columns>
|
|
184
|
+
geometry_columns: ViewHandler<Geometry_columns>
|
|
185
|
+
insert_rules: TableHandler<Insert_rules>
|
|
186
|
+
items: TableHandler<Items>
|
|
187
|
+
items2: TableHandler<Items2>
|
|
188
|
+
items3: TableHandler<Items3>
|
|
189
|
+
items4: TableHandler<Items4>
|
|
190
|
+
items4_pub: TableHandler<Items4_pub>
|
|
191
|
+
items_with_media: TableHandler<Items_with_media>
|
|
192
|
+
items_with_one_media: TableHandler<Items_with_one_media>
|
|
193
|
+
lookup_col1: TableHandler<Lookup_col1>
|
|
194
|
+
media: TableHandler<Media>
|
|
195
|
+
obj_table: TableHandler<Obj_table>
|
|
196
|
+
planes: TableHandler<Planes>
|
|
197
|
+
prostgles_lookup_media_items_with_media: TableHandler<Prostgles_lookup_media_items_with_media>
|
|
198
|
+
prostgles_lookup_media_items_with_one_media: TableHandler<Prostgles_lookup_media_items_with_one_media>
|
|
199
|
+
shapes: TableHandler<Shapes>
|
|
200
|
+
spatial_ref_sys: TableHandler<Spatial_ref_sys>
|
|
201
|
+
tr1: TableHandler<Tr1>
|
|
202
|
+
tr2: TableHandler<Tr2>
|
|
203
|
+
uuid_text: TableHandler<Uuid_text>
|
|
204
|
+
v_items: ViewHandler<V_items>
|
|
205
|
+
various: TableHandler<Various>
|
|
206
206
|
leftJoin: JoinMakerTables;
|
|
207
207
|
innerJoin: JoinMakerTables;
|
|
208
208
|
leftJoinOne: JoinMakerTables;
|
|
@@ -215,82 +215,82 @@ export type I18N_DBO_CONFIG<LANG_IDS = { en: 1, fr: 1 }> = {
|
|
|
215
215
|
fallbackLang: keyof LANG_IDS;
|
|
216
216
|
column_labels?: DeepPartial<{
|
|
217
217
|
"\"*\"": {
|
|
218
|
-
[key in
|
|
218
|
+
[key in keyof D_34_42_34]: { [lang_id in keyof LANG_IDS]: string };
|
|
219
219
|
};
|
|
220
220
|
"*": {
|
|
221
|
-
[key in
|
|
221
|
+
[key in keyof D_42]: { [lang_id in keyof LANG_IDS]: string };
|
|
222
222
|
};
|
|
223
|
-
|
|
224
|
-
[key in
|
|
223
|
+
ex_j_ins: {
|
|
224
|
+
[key in keyof Ex_j_ins]: { [lang_id in keyof LANG_IDS]: string };
|
|
225
225
|
};
|
|
226
|
-
|
|
227
|
-
[key in
|
|
226
|
+
geography_columns: {
|
|
227
|
+
[key in keyof Geography_columns]: { [lang_id in keyof LANG_IDS]: string };
|
|
228
228
|
};
|
|
229
|
-
|
|
230
|
-
[key in
|
|
229
|
+
geometry_columns: {
|
|
230
|
+
[key in keyof Geometry_columns]: { [lang_id in keyof LANG_IDS]: string };
|
|
231
231
|
};
|
|
232
|
-
|
|
233
|
-
[key in
|
|
232
|
+
insert_rules: {
|
|
233
|
+
[key in keyof Insert_rules]: { [lang_id in keyof LANG_IDS]: string };
|
|
234
234
|
};
|
|
235
|
-
|
|
236
|
-
[key in
|
|
235
|
+
items: {
|
|
236
|
+
[key in keyof Items]: { [lang_id in keyof LANG_IDS]: string };
|
|
237
237
|
};
|
|
238
|
-
|
|
239
|
-
[key in
|
|
238
|
+
items2: {
|
|
239
|
+
[key in keyof Items2]: { [lang_id in keyof LANG_IDS]: string };
|
|
240
240
|
};
|
|
241
|
-
|
|
242
|
-
[key in
|
|
241
|
+
items3: {
|
|
242
|
+
[key in keyof Items3]: { [lang_id in keyof LANG_IDS]: string };
|
|
243
243
|
};
|
|
244
|
-
|
|
245
|
-
[key in
|
|
244
|
+
items4: {
|
|
245
|
+
[key in keyof Items4]: { [lang_id in keyof LANG_IDS]: string };
|
|
246
246
|
};
|
|
247
|
-
|
|
248
|
-
[key in
|
|
247
|
+
items4_pub: {
|
|
248
|
+
[key in keyof Items4_pub]: { [lang_id in keyof LANG_IDS]: string };
|
|
249
249
|
};
|
|
250
|
-
|
|
251
|
-
[key in
|
|
250
|
+
items_with_media: {
|
|
251
|
+
[key in keyof Items_with_media]: { [lang_id in keyof LANG_IDS]: string };
|
|
252
252
|
};
|
|
253
|
-
|
|
254
|
-
[key in
|
|
253
|
+
items_with_one_media: {
|
|
254
|
+
[key in keyof Items_with_one_media]: { [lang_id in keyof LANG_IDS]: string };
|
|
255
255
|
};
|
|
256
|
-
|
|
257
|
-
[key in
|
|
256
|
+
lookup_col1: {
|
|
257
|
+
[key in keyof Lookup_col1]: { [lang_id in keyof LANG_IDS]: string };
|
|
258
258
|
};
|
|
259
|
-
|
|
260
|
-
[key in
|
|
259
|
+
media: {
|
|
260
|
+
[key in keyof Media]: { [lang_id in keyof LANG_IDS]: string };
|
|
261
261
|
};
|
|
262
|
-
|
|
263
|
-
[key in
|
|
262
|
+
obj_table: {
|
|
263
|
+
[key in keyof Obj_table]: { [lang_id in keyof LANG_IDS]: string };
|
|
264
264
|
};
|
|
265
|
-
|
|
266
|
-
[key in
|
|
265
|
+
planes: {
|
|
266
|
+
[key in keyof Planes]: { [lang_id in keyof LANG_IDS]: string };
|
|
267
267
|
};
|
|
268
|
-
|
|
269
|
-
[key in
|
|
268
|
+
prostgles_lookup_media_items_with_media: {
|
|
269
|
+
[key in keyof Prostgles_lookup_media_items_with_media]: { [lang_id in keyof LANG_IDS]: string };
|
|
270
270
|
};
|
|
271
|
-
|
|
272
|
-
[key in
|
|
271
|
+
prostgles_lookup_media_items_with_one_media: {
|
|
272
|
+
[key in keyof Prostgles_lookup_media_items_with_one_media]: { [lang_id in keyof LANG_IDS]: string };
|
|
273
273
|
};
|
|
274
|
-
|
|
275
|
-
[key in
|
|
274
|
+
shapes: {
|
|
275
|
+
[key in keyof Shapes]: { [lang_id in keyof LANG_IDS]: string };
|
|
276
276
|
};
|
|
277
|
-
|
|
278
|
-
[key in
|
|
277
|
+
spatial_ref_sys: {
|
|
278
|
+
[key in keyof Spatial_ref_sys]: { [lang_id in keyof LANG_IDS]: string };
|
|
279
279
|
};
|
|
280
|
-
|
|
281
|
-
[key in
|
|
280
|
+
tr1: {
|
|
281
|
+
[key in keyof Tr1]: { [lang_id in keyof LANG_IDS]: string };
|
|
282
282
|
};
|
|
283
|
-
|
|
284
|
-
[key in
|
|
283
|
+
tr2: {
|
|
284
|
+
[key in keyof Tr2]: { [lang_id in keyof LANG_IDS]: string };
|
|
285
285
|
};
|
|
286
|
-
|
|
287
|
-
[key in
|
|
286
|
+
uuid_text: {
|
|
287
|
+
[key in keyof Uuid_text]: { [lang_id in keyof LANG_IDS]: string };
|
|
288
288
|
};
|
|
289
|
-
|
|
290
|
-
[key in
|
|
289
|
+
v_items: {
|
|
290
|
+
[key in keyof V_items]: { [lang_id in keyof LANG_IDS]: string };
|
|
291
291
|
};
|
|
292
|
-
|
|
293
|
-
[key in
|
|
292
|
+
various: {
|
|
293
|
+
[key in keyof Various]: { [lang_id in keyof LANG_IDS]: string };
|
|
294
294
|
};
|
|
295
295
|
}>
|
|
296
296
|
}
|
package/tests/server/index.js
CHANGED
|
@@ -163,24 +163,17 @@ const dbConnection = {
|
|
|
163
163
|
},
|
|
164
164
|
auth: {
|
|
165
165
|
sidKeyName: "token",
|
|
166
|
-
|
|
166
|
+
getUser: async (sid) => {
|
|
167
167
|
if (sid) {
|
|
168
168
|
const s = sessions.find(s => s.id === sid);
|
|
169
169
|
if (s) {
|
|
170
|
-
const
|
|
171
|
-
if (
|
|
172
|
-
return { sid: s.id, uid:
|
|
170
|
+
const user = users.find(u => s && s.user_id === u.id);
|
|
171
|
+
if (user) {
|
|
172
|
+
return { user, clientUser: { sid: s.id, uid: user.id } };
|
|
173
|
+
}
|
|
173
174
|
}
|
|
174
175
|
}
|
|
175
|
-
return
|
|
176
|
-
},
|
|
177
|
-
getUser: async (sid) => {
|
|
178
|
-
if (sid) {
|
|
179
|
-
const s = sessions.find(s => s.id === sid);
|
|
180
|
-
if (s)
|
|
181
|
-
return users.find(u => s && s.user_id === u.id);
|
|
182
|
-
}
|
|
183
|
-
return null;
|
|
176
|
+
return undefined;
|
|
184
177
|
},
|
|
185
178
|
login: async ({ username, password } = {}) => {
|
|
186
179
|
const u = users.find(u => u.username === username && u.password === password);
|
package/tests/server/index.ts
CHANGED
|
@@ -187,22 +187,17 @@ const dbConnection = {
|
|
|
187
187
|
},
|
|
188
188
|
auth: {
|
|
189
189
|
sidKeyName: "token",
|
|
190
|
-
getClientUser: async (sid) => {
|
|
191
|
-
if(sid){
|
|
192
|
-
const s = sessions.find(s => s.id === sid);
|
|
193
|
-
if(s){
|
|
194
|
-
const u = users.find(u => s && s.user_id === u.id);
|
|
195
|
-
if(u) return { sid: s.id, uid: u.id };
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
return null;
|
|
199
|
-
},
|
|
200
190
|
getUser: async (sid) => {
|
|
201
191
|
if(sid){
|
|
202
192
|
const s = sessions.find(s => s.id === sid);
|
|
203
|
-
if(s)
|
|
193
|
+
if(s) {
|
|
194
|
+
const user = users.find(u => s && s.user_id === u.id);
|
|
195
|
+
if(user) {
|
|
196
|
+
return { user, clientUser: { sid: s.id, uid: user.id } }
|
|
197
|
+
}
|
|
198
|
+
}
|
|
204
199
|
}
|
|
205
|
-
return
|
|
200
|
+
return undefined;
|
|
206
201
|
},
|
|
207
202
|
login: async ({ username, password } = {}) => {
|
|
208
203
|
const u = users.find(u => u.username === username && u.password === password);
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"../..": {
|
|
23
23
|
"name": "prostgles-server",
|
|
24
|
-
"version": "2.0.
|
|
24
|
+
"version": "2.0.172",
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@aws-sdk/client-s3": "^3.95.0",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"bluebird": "^3.7.2",
|
|
30
30
|
"file-type": "^16.5.3",
|
|
31
31
|
"pg-promise": "^10.11.1",
|
|
32
|
-
"prostgles-types": "^1.5.
|
|
32
|
+
"prostgles-types": "^1.5.135",
|
|
33
33
|
"sharp": "^0.30.5"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
@@ -1371,7 +1371,7 @@
|
|
|
1371
1371
|
"bluebird": "^3.7.2",
|
|
1372
1372
|
"file-type": "^16.5.3",
|
|
1373
1373
|
"pg-promise": "^10.11.1",
|
|
1374
|
-
"prostgles-types": "^1.5.
|
|
1374
|
+
"prostgles-types": "^1.5.135",
|
|
1375
1375
|
"sharp": "^0.30.5",
|
|
1376
1376
|
"typescript": "^4.7.2"
|
|
1377
1377
|
}
|