@nest-boot/mikro-orm 7.0.0 → 7.0.1

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.
@@ -0,0 +1,2 @@
1
+ import type { FindOptions, PopulatePath } from "@mikro-orm/core";
2
+ export type ChunkByIdOptions<Entity, Hint extends string = never, Fields extends string = PopulatePath.ALL, Excludes extends string = never> = Omit<FindOptions<Entity, Hint, Fields, Excludes>, "offset" | "orderBy">;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=chunk-by-id-options.type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chunk-by-id-options.type.js","sourceRoot":"","sources":["../../src/types/chunk-by-id-options.type.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import type { IdEntity } from "../interfaces/id-entity.interface";
2
+ export type IdOrEntity<Entity extends IdEntity> = Entity["id"] | Entity;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=id-or-entity.type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"id-or-entity.type.js","sourceRoot":"","sources":["../../src/types/id-or-entity.type.ts"],"names":[],"mappings":""}
@@ -1 +1,2 @@
1
- export * from "./vector.type";
1
+ export * from "./chunk-by-id-options.type";
2
+ export * from "./id-or-entity.type";
@@ -14,5 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./vector.type"), exports);
17
+ __exportStar(require("./chunk-by-id-options.type"), exports);
18
+ __exportStar(require("./id-or-entity.type"), exports);
18
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA2C;AAC3C,sDAAoC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nest-boot/mikro-orm",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "",
5
5
  "author": "d4rkcr0w <me@d4rkcr0w.com>",
6
6
  "homepage": "",
@@ -1 +0,0 @@
1
- {"version":3,"file":"vector.type.js","sourceRoot":"","sources":["../../src/types/vector.type.ts"],"names":[],"mappings":";;;AACA,kDAAkE;AAElE,MAAa,UAAW,SAAQ,sBAAc;IAC5C,YAA6B,UAAmB;QAC9C,KAAK,EAAE,CAAC;QADmB,eAAU,GAAV,UAAU,CAAS;IAEhD,CAAC;IAED,aAAa,CAAC,IAAoB,EAAE,QAAkB;QACpD,OAAO,KAAK,CAAC,aAAa,CACxB,EAAE,UAAU,EAAE,IAAI,CAAC,UAAU,EAAE,GAAG,IAAI,EAAE,EACxC,QAAQ,CACT,CAAC;IACJ,CAAC;CACF;AAXD,gCAWC"}
File without changes
File without changes