@golemio/city-districts 1.0.5 → 1.0.6-dev.663862731

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,17 +1,41 @@
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
  datasourceMongooseSchemaObject: {
5
- [path: string]: any | typeof import("mongoose").SchemaType | import("mongoose").Schema<any, any, any, any> | import("mongoose").Schema<any, any, any, any>[] | readonly import("mongoose").Schema<any, any, any, any>[] | Function[] | import("mongoose").SchemaTypeOptions<any> | import("mongoose").SchemaTypeOptions<any>[] | readonly import("mongoose").SchemaTypeOptions<any>[] | any[] | readonly any[];
29
+ [path: string]: import("mongoose").SchemaDefinitionProperty<undefined>;
6
30
  };
7
31
  mongoCollectionName: string;
8
32
  name: string;
9
33
  outputMongooseSchemaObject: {
10
- [path: string]: any | typeof import("mongoose").SchemaType | import("mongoose").Schema<any, any, any, any> | import("mongoose").Schema<any, any, any, any>[] | readonly import("mongoose").Schema<any, any, any, any>[] | Function[] | import("mongoose").SchemaTypeOptions<any> | import("mongoose").SchemaTypeOptions<any>[] | readonly import("mongoose").SchemaTypeOptions<any>[] | any[] | readonly any[];
34
+ [path: string]: import("mongoose").SchemaDefinitionProperty<undefined>;
11
35
  };
12
36
  postgres: {
13
37
  outputMongooseSchemaObject: {
14
- [path: string]: any | typeof import("mongoose").SchemaType | import("mongoose").Schema<any, any, any, any> | import("mongoose").Schema<any, any, any, any>[] | readonly import("mongoose").Schema<any, any, any, any>[] | Function[] | import("mongoose").SchemaTypeOptions<any> | import("mongoose").SchemaTypeOptions<any>[] | readonly import("mongoose").SchemaTypeOptions<any>[] | any[] | readonly any[];
38
+ [path: string]: import("mongoose").SchemaDefinitionProperty<undefined>;
15
39
  };
16
40
  outputSequelizeAttributes: Sequelize.ModelAttributes<any, any>;
17
41
  pgTableName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/city-districts",
3
- "version": "1.0.5",
3
+ "version": "1.0.6-dev.663862731",
4
4
  "description": "Golemio City Districts Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -27,7 +27,7 @@
27
27
  "devDependencies": {
28
28
  "@commitlint/cli": "^11.0.0",
29
29
  "@commitlint/config-conventional": "^11.0.0",
30
- "@golemio/core": "1.2.13",
30
+ "@golemio/core": "1.2.21-dev.663817604",
31
31
  "@golemio/eslint-config": "^1.1.0",
32
32
  "@ovos-media/ts-transform-paths": "^1.7.18-1",
33
33
  "@types/chai": "4.2.3",
@@ -52,7 +52,7 @@
52
52
  "ts-node": "^10.7.0",
53
53
  "ttypescript": "^1.5.13",
54
54
  "typedoc": "^0.22.15",
55
- "typescript": "4.6.4"
55
+ "typescript": "4.7.2"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "@golemio/core": "^1.0.5"