@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.
@@ -4,7 +4,6 @@ export declare class AutoFullTextSearchFields {
4
4
  }
5
5
  export declare class ProductSearchFields {
6
6
  name?: AutoFullTextSearchFields;
7
- products?: AutoFullTextSearchFields;
8
7
  parentCategories?: AutoFullTextSearchFields;
9
8
  subCategories?: AutoFullTextSearchFields;
10
9
  }
@@ -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,QAAQ,CAA4B;IAGpC,gBAAgB,CAA4B;IAG5C,aAAa,CAA4B;CAChD;AAZD,kDAYC;AAVO;IADN,IAAA,gBAAI,EAAC,EAAE,IAAI,EAAE,wBAAwB,EAAE,CAAC;8BAC3B,wBAAwB;iDAAC;AAGhC;IADN,IAAA,gBAAI,EAAC,EAAE,IAAI,EAAE,wBAAwB,EAAE,CAAC;8BACvB,wBAAwB;qDAAC;AAGpC;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 products?: AutoFullTextSearchFields;\n\n\t@prop({ type: AutoFullTextSearchFields })\n\tpublic parentCategories?: AutoFullTextSearchFields;\n\n\t@prop({ type: AutoFullTextSearchFields })\n\tpublic subCategories?: AutoFullTextSearchFields;\n}\n"]}
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"]}
@@ -22,7 +22,7 @@ Perfect for sharing types between frontend and backend applications.
22
22
 
23
23
  ## Version
24
24
 
25
- Version: 1.4.213
25
+ Version: 1.4.214
26
26
 
27
27
  ## Dependencies
28
28
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lyxa.ai/types",
3
- "version": "1.4.213",
3
+ "version": "1.4.214",
4
4
  "description": "Lyxa type definitions and validation schemas for both frontend and backend",
5
5
  "author": "elie <42282499+Internalizable@users.noreply.github.com>",
6
6
  "license": "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lyxa.ai/core",
3
- "version": "1.4.213",
3
+ "version": "1.4.214",
4
4
  "description": "The Core system of the Lyxa services.",
5
5
  "author": "elie <42282499+Internalizable@users.noreply.github.com>",
6
6
  "license": "MIT",