@lyxa.ai/core 1.4.213 → 1.4.214
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/libraries/mongo/models/embedded/product-search-fields.model.d.ts +0 -1
- package/dist/libraries/mongo/models/embedded/product-search-fields.model.js +0 -5
- package/dist/libraries/mongo/models/embedded/product-search-fields.model.js.map +1 -1
- package/dist/types/README.md +1 -1
- package/dist/types/package.json +1 -1
- package/package.json +1 -1
|
@@ -26,7 +26,6 @@ __decorate([
|
|
|
26
26
|
], AutoFullTextSearchFields.prototype, "fulltext", void 0);
|
|
27
27
|
class ProductSearchFields {
|
|
28
28
|
name;
|
|
29
|
-
products;
|
|
30
29
|
parentCategories;
|
|
31
30
|
subCategories;
|
|
32
31
|
}
|
|
@@ -35,10 +34,6 @@ __decorate([
|
|
|
35
34
|
(0, typegoose_1.prop)({ type: AutoFullTextSearchFields }),
|
|
36
35
|
__metadata("design:type", AutoFullTextSearchFields)
|
|
37
36
|
], ProductSearchFields.prototype, "name", void 0);
|
|
38
|
-
__decorate([
|
|
39
|
-
(0, typegoose_1.prop)({ type: AutoFullTextSearchFields }),
|
|
40
|
-
__metadata("design:type", AutoFullTextSearchFields)
|
|
41
|
-
], ProductSearchFields.prototype, "products", void 0);
|
|
42
37
|
__decorate([
|
|
43
38
|
(0, typegoose_1.prop)({ type: AutoFullTextSearchFields }),
|
|
44
39
|
__metadata("design:type", AutoFullTextSearchFields)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"product-search-fields.model.js","sourceRoot":"/","sources":["libraries/mongo/models/embedded/product-search-fields.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oDAA4C;AAG5C,MAAa,wBAAwB;IAE7B,YAAY,CAAY;IAGxB,QAAQ,CAAY;CAC3B;AAND,4DAMC;AAJO;IADN,IAAA,gBAAI,EAAC,EAAE,IAAI,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;;8DACM;AAGxB;IADN,IAAA,gBAAI,EAAC,EAAE,IAAI,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;;0DACE;AAG5B,MAAa,mBAAmB;IAExB,IAAI,CAA4B;IAGhC,
|
|
1
|
+
{"version":3,"file":"product-search-fields.model.js","sourceRoot":"/","sources":["libraries/mongo/models/embedded/product-search-fields.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oDAA4C;AAG5C,MAAa,wBAAwB;IAE7B,YAAY,CAAY;IAGxB,QAAQ,CAAY;CAC3B;AAND,4DAMC;AAJO;IADN,IAAA,gBAAI,EAAC,EAAE,IAAI,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;;8DACM;AAGxB;IADN,IAAA,gBAAI,EAAC,EAAE,IAAI,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;;0DACE;AAG5B,MAAa,mBAAmB;IAExB,IAAI,CAA4B;IAGhC,gBAAgB,CAA4B;IAG5C,aAAa,CAA4B;CAChD;AATD,kDASC;AAPO;IADN,IAAA,gBAAI,EAAC,EAAE,IAAI,EAAE,wBAAwB,EAAE,CAAC;8BAC3B,wBAAwB;iDAAC;AAGhC;IADN,IAAA,gBAAI,EAAC,EAAE,IAAI,EAAE,wBAAwB,EAAE,CAAC;8BACf,wBAAwB;6DAAC;AAG5C;IADN,IAAA,gBAAI,EAAC,EAAE,IAAI,EAAE,wBAAwB,EAAE,CAAC;8BAClB,wBAAwB;0DAAC","sourcesContent":["import { prop } from '@typegoose/typegoose';\nimport { Address } from '../shared/address.model';\n\nexport class AutoFullTextSearchFields {\n\t@prop({ type: [String] })\n\tpublic autocomplete?: string[];\n\n\t@prop({ type: [String] })\n\tpublic fulltext?: string[];\n}\n\nexport class ProductSearchFields {\n\t@prop({ type: AutoFullTextSearchFields })\n\tpublic name?: AutoFullTextSearchFields;\n\n\t@prop({ type: AutoFullTextSearchFields })\n\tpublic parentCategories?: AutoFullTextSearchFields;\n\n\t@prop({ type: AutoFullTextSearchFields })\n\tpublic subCategories?: AutoFullTextSearchFields;\n}\n"]}
|
package/dist/types/README.md
CHANGED
package/dist/types/package.json
CHANGED