@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
|
-
|
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 =
|
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 =
|
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;
|