@bondsports/types 2.2.61 → 2.2.63

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,6 @@ import { PaginationQuery } from '../../dto/general.dto';
2
2
  import { CustomerTypeEnum } from '../../services/enums.service';
3
3
  export declare class GetCustomersListDto extends PaginationQuery {
4
4
  nameSearch?: string;
5
- customerType?: CustomerTypeEnum;
5
+ customerTypes?: CustomerTypeEnum[];
6
6
  customerIds?: number[];
7
7
  }
@@ -1,5 +1,5 @@
1
1
  export declare const MAX_TITLE_LENGTH = 60;
2
- export declare const MAX_CONTENT_LENGTH = 120;
2
+ export declare const MAX_CONTENT_LENGTH = 500;
3
3
  export declare const MIN_LENGTH = 1;
4
4
  export declare const MAX_COUNT_OF_ALERTS = 3;
5
5
  export declare const DEFAULT_RETENTION_PERIOD_IN_DAYS = 1825;
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DEFAULT_CHUNK_SIZE = exports.DEFAULT_RETENTION_PERIOD_IN_DAYS = exports.MAX_COUNT_OF_ALERTS = exports.MIN_LENGTH = exports.MAX_CONTENT_LENGTH = exports.MAX_TITLE_LENGTH = void 0;
4
4
  exports.MAX_TITLE_LENGTH = 60;
5
- exports.MAX_CONTENT_LENGTH = 120;
5
+ exports.MAX_CONTENT_LENGTH = 500;
6
6
  exports.MIN_LENGTH = 1;
7
7
  exports.MAX_COUNT_OF_ALERTS = 3;
8
8
  exports.DEFAULT_RETENTION_PERIOD_IN_DAYS = 1825;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.61",
3
+ "version": "2.2.63",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {