@golemio/parkings 1.2.3 → 1.2.4-dev.664945050
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,12 +1,36 @@
|
|
|
1
1
|
/// <reference types="mongoose" />
|
|
2
|
+
/// <reference types="mongoose" />
|
|
3
|
+
/// <reference types="mongoose" />
|
|
4
|
+
/// <reference types="mongoose" />
|
|
5
|
+
/// <reference types="mongoose" />
|
|
6
|
+
/// <reference types="mongoose" />
|
|
7
|
+
/// <reference types="mongoose" />
|
|
8
|
+
/// <reference types="mongoose" />
|
|
9
|
+
/// <reference types="mongoose" />
|
|
10
|
+
/// <reference types="mongoose" />
|
|
11
|
+
/// <reference types="mongoose" />
|
|
12
|
+
/// <reference types="mongoose" />
|
|
13
|
+
/// <reference types="mongoose" />
|
|
14
|
+
/// <reference types="mongoose" />
|
|
15
|
+
/// <reference types="mongoose" />
|
|
16
|
+
/// <reference types="mongoose" />
|
|
17
|
+
/// <reference types="mongoose" />
|
|
18
|
+
/// <reference types="mongoose" />
|
|
19
|
+
/// <reference types="mongoose" />
|
|
20
|
+
/// <reference types="mongoose" />
|
|
21
|
+
/// <reference types="mongoose" />
|
|
22
|
+
/// <reference types="mongoose" />
|
|
23
|
+
/// <reference types="mongoose" />
|
|
24
|
+
/// <reference types="mongoose" />
|
|
25
|
+
/// <reference types="mongoose" />
|
|
2
26
|
import Sequelize from "@golemio/core/dist/shared/sequelize";
|
|
3
27
|
declare const forExport: {
|
|
4
28
|
datasourceMongooseSchemaObject: {
|
|
5
|
-
[path: string]:
|
|
29
|
+
[path: string]: import("mongoose").SchemaDefinitionProperty<undefined>;
|
|
6
30
|
};
|
|
7
31
|
name: string;
|
|
8
32
|
outputMongooseSchemaObject: {
|
|
9
|
-
[path: string]:
|
|
33
|
+
[path: string]: import("mongoose").SchemaDefinitionProperty<undefined>;
|
|
10
34
|
};
|
|
11
35
|
outputSequelizeAttributes: Sequelize.ModelAttributes<any, any>;
|
|
12
36
|
pgSchema: string;
|
|
@@ -1,4 +1,28 @@
|
|
|
1
1
|
/// <reference types="mongoose" />
|
|
2
|
+
/// <reference types="mongoose" />
|
|
3
|
+
/// <reference types="mongoose" />
|
|
4
|
+
/// <reference types="mongoose" />
|
|
5
|
+
/// <reference types="mongoose" />
|
|
6
|
+
/// <reference types="mongoose" />
|
|
7
|
+
/// <reference types="mongoose" />
|
|
8
|
+
/// <reference types="mongoose" />
|
|
9
|
+
/// <reference types="mongoose" />
|
|
10
|
+
/// <reference types="mongoose" />
|
|
11
|
+
/// <reference types="mongoose" />
|
|
12
|
+
/// <reference types="mongoose" />
|
|
13
|
+
/// <reference types="mongoose" />
|
|
14
|
+
/// <reference types="mongoose" />
|
|
15
|
+
/// <reference types="mongoose" />
|
|
16
|
+
/// <reference types="mongoose" />
|
|
17
|
+
/// <reference types="mongoose" />
|
|
18
|
+
/// <reference types="mongoose" />
|
|
19
|
+
/// <reference types="mongoose" />
|
|
20
|
+
/// <reference types="mongoose" />
|
|
21
|
+
/// <reference types="mongoose" />
|
|
22
|
+
/// <reference types="mongoose" />
|
|
23
|
+
/// <reference types="mongoose" />
|
|
24
|
+
/// <reference types="mongoose" />
|
|
25
|
+
/// <reference types="mongoose" />
|
|
2
26
|
import Sequelize from "@golemio/core/dist/shared/sequelize";
|
|
3
27
|
export interface IModelDefinition {
|
|
4
28
|
name: string;
|
|
@@ -8,13 +32,13 @@ export interface IModelDefinition {
|
|
|
8
32
|
}
|
|
9
33
|
declare const forExport: {
|
|
10
34
|
datasourceMongooseSchemaObject: {
|
|
11
|
-
[path: string]:
|
|
35
|
+
[path: string]: import("mongoose").SchemaDefinitionProperty<undefined>;
|
|
12
36
|
};
|
|
13
37
|
history: {
|
|
14
38
|
mongoCollectionName: string;
|
|
15
39
|
name: string;
|
|
16
40
|
outputMongooseSchemaObject: {
|
|
17
|
-
[path: string]:
|
|
41
|
+
[path: string]: import("mongoose").SchemaDefinitionProperty<undefined>;
|
|
18
42
|
};
|
|
19
43
|
};
|
|
20
44
|
ipr: {
|
|
@@ -420,7 +444,7 @@ declare const forExport: {
|
|
|
420
444
|
mongoCollectionName: string;
|
|
421
445
|
name: string;
|
|
422
446
|
outputMongooseSchemaObject: {
|
|
423
|
-
[path: string]:
|
|
447
|
+
[path: string]: import("mongoose").SchemaDefinitionProperty<undefined>;
|
|
424
448
|
};
|
|
425
449
|
pg: {
|
|
426
450
|
location: {
|
|
@@ -503,7 +527,7 @@ declare const forExport: {
|
|
|
503
527
|
};
|
|
504
528
|
};
|
|
505
529
|
schemaDefinition: {
|
|
506
|
-
[path: string]:
|
|
530
|
+
[path: string]: import("mongoose").SchemaDefinitionProperty<undefined>;
|
|
507
531
|
};
|
|
508
532
|
outputSequelizeAttributes: Sequelize.ModelAttributes<Sequelize.Model<any, any>, any>;
|
|
509
533
|
pgTableName: string;
|
|
@@ -550,13 +574,13 @@ declare const forExport: {
|
|
|
550
574
|
tariffs: {
|
|
551
575
|
name: string;
|
|
552
576
|
outputMongooseSchemaObject: {
|
|
553
|
-
[path: string]:
|
|
577
|
+
[path: string]: import("mongoose").SchemaDefinitionProperty<undefined>;
|
|
554
578
|
};
|
|
555
579
|
outputSequelizeAttributes: Sequelize.ModelAttributes<Sequelize.Model<any, any>, any>;
|
|
556
580
|
pgTableName: string;
|
|
557
581
|
};
|
|
558
582
|
outputMongooseSchemaObject: {
|
|
559
|
-
[path: string]:
|
|
583
|
+
[path: string]: import("mongoose").SchemaDefinitionProperty<undefined>;
|
|
560
584
|
};
|
|
561
585
|
outputSequelizeAttributes: Sequelize.ModelAttributes<Sequelize.Model<any, any>, any>;
|
|
562
586
|
pgTableName: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemio/parkings",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4-dev.664945050",
|
|
4
4
|
"description": "Golemio Parkings Module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@commitlint/config-conventional": "^11.0.0",
|
|
30
30
|
"@golemio/city-districts": "1.0.5",
|
|
31
31
|
"@golemio/cli": "1.3.2",
|
|
32
|
-
"@golemio/core": "1.2.
|
|
32
|
+
"@golemio/core": "1.2.21-dev.663817604",
|
|
33
33
|
"@golemio/db-common": "1.0.2",
|
|
34
34
|
"@golemio/eslint-config": "^1.1.0",
|
|
35
35
|
"@ovos-media/ts-transform-paths": "^1.7.18-1",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"supertest": "^6.0.1",
|
|
59
59
|
"ts-node": "^10.7.0",
|
|
60
60
|
"ttypescript": "^1.5.13",
|
|
61
|
-
"typedoc": "^0.22.
|
|
62
|
-
"typescript": "4.
|
|
61
|
+
"typedoc": "^0.22.18",
|
|
62
|
+
"typescript": "4.7.2"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
65
|
"@golemio/city-districts": "^1.0.0",
|