@golemio/waze-ccp 1.0.4-dev.675466508 → 1.0.4-dev.707963053

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
  pgSchema: string;
@@ -82,7 +106,7 @@ declare const forExport: {
82
106
  };
83
107
  name: string;
84
108
  outputMongooseSchemaObject: {
85
- [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[];
109
+ [path: string]: import("mongoose").SchemaDefinitionProperty<undefined>;
86
110
  };
87
111
  outputSequelizeAttributes: Sequelize.ModelAttributes<any, any>;
88
112
  pgTableName: string;
@@ -206,7 +230,7 @@ declare const forExport: {
206
230
  };
207
231
  name: string;
208
232
  outputMongooseSchemaObject: {
209
- [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[];
233
+ [path: string]: import("mongoose").SchemaDefinitionProperty<undefined>;
210
234
  };
211
235
  outputSequelizeAttributes: Sequelize.ModelAttributes<any, any>;
212
236
  pgTableName: string;
@@ -306,7 +330,7 @@ declare const forExport: {
306
330
  };
307
331
  name: string;
308
332
  outputMongooseSchemaObject: {
309
- [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[];
333
+ [path: string]: import("mongoose").SchemaDefinitionProperty<undefined>;
310
334
  };
311
335
  outputSequelizeAttributes: Sequelize.ModelAttributes<any, any>;
312
336
  pgTableName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/waze-ccp",
3
- "version": "1.0.4-dev.675466508",
3
+ "version": "1.0.4-dev.707963053",
4
4
  "description": "Golemio Waze CCP Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -26,9 +26,9 @@
26
26
  "devDependencies": {
27
27
  "@commitlint/cli": "^11.0.0",
28
28
  "@commitlint/config-conventional": "^11.0.0",
29
- "@golemio/cli": "1.2.2",
30
- "@golemio/core": "1.2.10",
31
- "@golemio/db-common": "1.0.0",
29
+ "@golemio/cli": "1.3.3",
30
+ "@golemio/core": "1.2.22",
31
+ "@golemio/db-common": "1.0.2",
32
32
  "@golemio/eslint-config": "^1.1.0",
33
33
  "@ovos-media/ts-transform-paths": "^1.7.18-1",
34
34
  "@types/chai": "4.2.3",