@golemio/air-quality-stations 1.0.8-dev.698898116 → 1.0.8-dev.707964487
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,4 +1,28 @@
|
|
|
1
|
+
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
+
/// <reference types="mongoose/types/callback" />
|
|
3
|
+
/// <reference types="mongoose/types/collection" />
|
|
4
|
+
/// <reference types="mongoose/types/connection" />
|
|
5
|
+
/// <reference types="mongoose/types/cursor" />
|
|
6
|
+
/// <reference types="mongoose/types/document" />
|
|
7
|
+
/// <reference types="mongoose/types/error" />
|
|
8
|
+
/// <reference types="mongoose/types/expressions" />
|
|
9
|
+
/// <reference types="mongoose/types/helpers" />
|
|
10
|
+
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
+
/// <reference types="mongoose/types/indexes" />
|
|
12
|
+
/// <reference types="mongoose/types/models" />
|
|
13
|
+
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
+
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
+
/// <reference types="mongoose/types/populate" />
|
|
16
|
+
/// <reference types="mongoose/types/query" />
|
|
17
|
+
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
+
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
+
/// <reference types="mongoose/types/session" />
|
|
20
|
+
/// <reference types="mongoose/types/types" />
|
|
21
|
+
/// <reference types="mongoose/types/utility" />
|
|
22
|
+
/// <reference types="mongoose/types/validation" />
|
|
23
|
+
/// <reference types="mongoose/types/virtuals" />
|
|
1
24
|
/// <reference types="mongoose" />
|
|
25
|
+
/// <reference types="mongoose/types/inferschematype" />
|
|
2
26
|
import Sequelize from "@golemio/core/dist/shared/sequelize";
|
|
3
27
|
declare const forExport: {
|
|
4
28
|
name: string;
|
|
@@ -7,12 +31,12 @@ declare const forExport: {
|
|
|
7
31
|
mongoCollectionName: string;
|
|
8
32
|
name: string;
|
|
9
33
|
outputMongooseSchemaObject: {
|
|
10
|
-
[path: string]:
|
|
34
|
+
[path: string]: import("mongoose").SchemaDefinitionProperty<undefined>;
|
|
11
35
|
};
|
|
12
36
|
};
|
|
13
37
|
mongoCollectionName: string;
|
|
14
38
|
outputMongooseSchemaObject: {
|
|
15
|
-
[path: string]:
|
|
39
|
+
[path: string]: import("mongoose").SchemaDefinitionProperty<undefined>;
|
|
16
40
|
};
|
|
17
41
|
datasourceJsonSchema: {
|
|
18
42
|
type: string;
|
|
@@ -154,7 +178,7 @@ declare const forExport: {
|
|
|
154
178
|
indexes: {
|
|
155
179
|
name: string;
|
|
156
180
|
outputMongooseSchemaObject: {
|
|
157
|
-
[path: string]:
|
|
181
|
+
[path: string]: import("mongoose").SchemaDefinitionProperty<undefined>;
|
|
158
182
|
};
|
|
159
183
|
outputSequelizeAttributes: Sequelize.ModelAttributes<any, any>;
|
|
160
184
|
pgTableName: string;
|
|
@@ -162,7 +186,7 @@ declare const forExport: {
|
|
|
162
186
|
measurements: {
|
|
163
187
|
name: string;
|
|
164
188
|
outputMongooseSchemaObject: {
|
|
165
|
-
[path: string]:
|
|
189
|
+
[path: string]: import("mongoose").SchemaDefinitionProperty<undefined>;
|
|
166
190
|
};
|
|
167
191
|
outputSequelizeAttributes: Sequelize.ModelAttributes<any, any>;
|
|
168
192
|
pgTableName: string;
|
|
@@ -170,7 +194,7 @@ declare const forExport: {
|
|
|
170
194
|
stations: {
|
|
171
195
|
name: string;
|
|
172
196
|
outputMongooseSchemaObject: {
|
|
173
|
-
[path: string]:
|
|
197
|
+
[path: string]: import("mongoose").SchemaDefinitionProperty<undefined>;
|
|
174
198
|
};
|
|
175
199
|
outputSequelizeAttributes: Sequelize.ModelAttributes<any, any>;
|
|
176
200
|
pgTableName: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemio/air-quality-stations",
|
|
3
|
-
"version": "1.0.8-dev.
|
|
3
|
+
"version": "1.0.8-dev.707964487",
|
|
4
4
|
"description": "Golemio Air Quality Stations Module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"@commitlint/cli": "^11.0.0",
|
|
28
28
|
"@commitlint/config-conventional": "^11.0.0",
|
|
29
29
|
"@golemio/city-districts": "1.0.5",
|
|
30
|
-
"@golemio/cli": "1.3.
|
|
31
|
-
"@golemio/core": "1.2.
|
|
32
|
-
"@golemio/db-common": "1.0.
|
|
30
|
+
"@golemio/cli": "1.3.3",
|
|
31
|
+
"@golemio/core": "1.2.22",
|
|
32
|
+
"@golemio/db-common": "1.0.2",
|
|
33
33
|
"@golemio/eslint-config": "^1.1.0",
|
|
34
34
|
"@ovos-media/ts-transform-paths": "^1.7.18-1",
|
|
35
35
|
"@types/chai": "4.2.3",
|