@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.
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/interfaces/id-entity.interface.d.ts +3 -0
- package/dist/interfaces/id-entity.interface.js +3 -0
- package/dist/interfaces/id-entity.interface.js.map +1 -0
- package/dist/interfaces/index.d.ts +1 -0
- package/dist/interfaces/index.js +1 -0
- package/dist/interfaces/index.js.map +1 -1
- package/dist/property-types/index.d.ts +1 -0
- package/dist/property-types/index.js +18 -0
- package/dist/property-types/index.js.map +1 -0
- package/dist/property-types/vector.type.js.map +1 -0
- package/dist/services/entity.service.d.ts +3 -5
- package/dist/services/entity.service.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/chunk-by-id-options.type.d.ts +2 -0
- package/dist/types/chunk-by-id-options.type.js +3 -0
- package/dist/types/chunk-by-id-options.type.js.map +1 -0
- package/dist/types/id-or-entity.type.d.ts +2 -0
- package/dist/types/id-or-entity.type.js +3 -0
- package/dist/types/id-or-entity.type.js.map +1 -0
- package/dist/types/index.d.ts +2 -1
- package/dist/types/index.js +2 -1
- package/dist/types/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/types/vector.type.js.map +0 -1
- /package/dist/{types → property-types}/vector.type.d.ts +0 -0
- /package/dist/{types → property-types}/vector.type.js +0 -0
|
@@ -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 @@
|
|
|
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 @@
|
|
|
1
|
+
{"version":3,"file":"id-or-entity.type.js","sourceRoot":"","sources":["../../src/types/id-or-entity.type.ts"],"names":[],"mappings":""}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export * from "./
|
|
1
|
+
export * from "./chunk-by-id-options.type";
|
|
2
|
+
export * from "./id-or-entity.type";
|
package/dist/types/index.js
CHANGED
|
@@ -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("./
|
|
17
|
+
__exportStar(require("./chunk-by-id-options.type"), exports);
|
|
18
|
+
__exportStar(require("./id-or-entity.type"), exports);
|
|
18
19
|
//# sourceMappingURL=index.js.map
|
package/dist/types/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA2C;AAC3C,sDAAoC"}
|
package/package.json
CHANGED
|
@@ -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
|