@aldb2b/common 1.0.420 → 1.0.422

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.
@@ -5,4 +5,5 @@ export declare class ElasticFindOptions {
5
5
  sort?: string;
6
6
  necessaryProjectionArray?: string[];
7
7
  searchText?: string;
8
+ searchTextFields?: string[];
8
9
  }
@@ -44,5 +44,10 @@ __decorate([
44
44
  class_validator_1.IsOptional(),
45
45
  __metadata("design:type", String)
46
46
  ], ElasticFindOptions.prototype, "searchText", void 0);
47
+ __decorate([
48
+ swagger_1.ApiPropertyOptional(),
49
+ class_validator_1.IsOptional(),
50
+ __metadata("design:type", Array)
51
+ ], ElasticFindOptions.prototype, "searchTextFields", void 0);
47
52
  exports.ElasticFindOptions = ElasticFindOptions;
48
53
  //# sourceMappingURL=elastic-find-options.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"elastic-find-options.js","sourceRoot":"","sources":["../../src/elastic/elastic-find-options.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAqD;AACrD,qDAA4C;AAE5C,MAAa,kBAAkB;CAwB9B;AArBC;IAFC,6BAAmB,EAAE;IACrB,4BAAU,EAAE;;oDACc;AAI3B;IAFC,6BAAmB,EAAE;IACrB,4BAAU,EAAE;;gDACA;AAIb;IAFC,6BAAmB,EAAE;IACrB,4BAAU,EAAE;;iDACC;AAId;IAFC,6BAAmB,EAAE;IACrB,4BAAU,EAAE;;gDACA;AAIb;IAFC,6BAAmB,EAAE;IACrB,4BAAU,EAAE;;oEACsB;AAInC;IAFC,6BAAmB,EAAE;IACrB,4BAAU,EAAE;;sDACM;AAvBrB,gDAwBC"}
1
+ {"version":3,"file":"elastic-find-options.js","sourceRoot":"","sources":["../../src/elastic/elastic-find-options.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAAqD;AACrD,qDAA4C;AAE5C,MAAa,kBAAkB;CA4B9B;AAzBC;IAFC,6BAAmB,EAAE;IACrB,4BAAU,EAAE;;oDACc;AAI3B;IAFC,6BAAmB,EAAE;IACrB,4BAAU,EAAE;;gDACA;AAIb;IAFC,6BAAmB,EAAE;IACrB,4BAAU,EAAE;;iDACC;AAId;IAFC,6BAAmB,EAAE;IACrB,4BAAU,EAAE;;gDACA;AAIb;IAFC,6BAAmB,EAAE;IACrB,4BAAU,EAAE;;oEACsB;AAInC;IAFC,6BAAmB,EAAE;IACrB,4BAAU,EAAE;;sDACM;AAInB;IAFC,6BAAmB,EAAE;IACrB,4BAAU,EAAE;;4DACc;AA3B7B,gDA4BC"}
@@ -6907,8 +6907,8 @@
6907
6907
  "affectsGlobalScope": false
6908
6908
  },
6909
6909
  "../src/elastic/elastic-find-options.ts": {
6910
- "version": "87cd3a2ab185bcdc18597805e8eb991c56e8fab54b2378a3715162a1ed6741f9",
6911
- "signature": "475fe89f9d71b62c541f580a6d3a5cd3ddd8d7b514f24b25ce27e73e54141f9e",
6910
+ "version": "38c3e16a03f0cbc52b7c1db655d5f57fa45a3ffdfb4ac4af74533f3218f7e22a",
6911
+ "signature": "1c19b72d1cefd59bba4e328280d5de2ac7a286b909bf6c0889b027c8b4e17d4d",
6912
6912
  "affectsGlobalScope": false
6913
6913
  },
6914
6914
  "../src/index.ts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aldb2b/common",
3
- "version": "1.0.420",
3
+ "version": "1.0.422",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",