@bondsports/types 2.2.62 → 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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.62",
3
+ "version": "2.2.63",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {