@punks/backend-entity-manager 0.0.64 → 0.0.65
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/cjs/index.js +12 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/abstractions/queries.d.ts +1 -0
- package/dist/cjs/types/platforms/nest/dto/facets.d.ts +3 -0
- package/dist/esm/index.js +12 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/abstractions/queries.d.ts +1 -0
- package/dist/esm/types/platforms/nest/dto/facets.d.ts +3 -0
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -267,6 +267,10 @@ __decorate([
|
|
|
267
267
|
swagger.ApiProperty({ nullable: true }),
|
|
268
268
|
__metadata("design:type", String)
|
|
269
269
|
], NumericFacetItem.prototype, "name", void 0);
|
|
270
|
+
__decorate([
|
|
271
|
+
swagger.ApiProperty({ nullable: true }),
|
|
272
|
+
__metadata("design:type", Number)
|
|
273
|
+
], NumericFacetItem.prototype, "count", void 0);
|
|
270
274
|
class NumericFacet {
|
|
271
275
|
}
|
|
272
276
|
__decorate([
|
|
@@ -283,6 +287,10 @@ __decorate([
|
|
|
283
287
|
swagger.ApiProperty({ nullable: true }),
|
|
284
288
|
__metadata("design:type", String)
|
|
285
289
|
], BooleanFacetItem.prototype, "name", void 0);
|
|
290
|
+
__decorate([
|
|
291
|
+
swagger.ApiProperty({ nullable: true }),
|
|
292
|
+
__metadata("design:type", Number)
|
|
293
|
+
], BooleanFacetItem.prototype, "count", void 0);
|
|
286
294
|
class BooleanFacet {
|
|
287
295
|
}
|
|
288
296
|
__decorate([
|
|
@@ -299,6 +307,10 @@ __decorate([
|
|
|
299
307
|
swagger.ApiProperty({ nullable: true }),
|
|
300
308
|
__metadata("design:type", String)
|
|
301
309
|
], StringFacetItem.prototype, "name", void 0);
|
|
310
|
+
__decorate([
|
|
311
|
+
swagger.ApiProperty({ nullable: true }),
|
|
312
|
+
__metadata("design:type", Number)
|
|
313
|
+
], StringFacetItem.prototype, "count", void 0);
|
|
302
314
|
class StringFacet {
|
|
303
315
|
}
|
|
304
316
|
__decorate([
|