@bondsports/types 2.2.8 → 2.2.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@ export declare class ActivityDto {
6
6
  icon: string;
7
7
  }
8
8
  export declare class GetFacilitiesQueryDto extends PaginationQuery {
9
- facilityIds: number[];
9
+ facilityIds?: number[];
10
10
  search?: string;
11
11
  order?: OrderByEnum;
12
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.8",
3
+ "version": "2.2.9",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {