@bondsports/types 2.2.7 → 2.2.8

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.
@@ -1,5 +1,12 @@
1
+ import { OrderByEnum } from '../../services/enums.service';
2
+ import { PaginationQuery } from '../../dto/general.dto';
1
3
  export declare class ActivityDto {
2
4
  id: number;
3
5
  label: string;
4
6
  icon: string;
5
7
  }
8
+ export declare class GetFacilitiesQueryDto extends PaginationQuery {
9
+ facilityIds: number[];
10
+ search?: string;
11
+ order?: OrderByEnum;
12
+ }
@@ -1,7 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ActivityDto = void 0;
3
+ exports.GetFacilitiesQueryDto = exports.ActivityDto = void 0;
4
+ const general_dto_1 = require("../../dto/general.dto");
4
5
  class ActivityDto {
5
6
  }
6
7
  exports.ActivityDto = ActivityDto;
8
+ class GetFacilitiesQueryDto extends general_dto_1.PaginationQuery {
9
+ }
10
+ exports.GetFacilitiesQueryDto = GetFacilitiesQueryDto;
7
11
  //# sourceMappingURL=activity.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"activity.dto.js","sourceRoot":"","sources":["../../../../src/types/activities/dto/activity.dto.ts"],"names":[],"mappings":";;;AACA,MAAa,WAAW;CAMvB;AAND,kCAMC"}
1
+ {"version":3,"file":"activity.dto.js","sourceRoot":"","sources":["../../../../src/types/activities/dto/activity.dto.ts"],"names":[],"mappings":";;;AACA,uDAAwD;AAExD,MAAa,WAAW;CAMvB;AAND,kCAMC;AAGD,MAAa,qBAAsB,SAAQ,6BAAe;CAMzD;AAND,sDAMC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.7",
3
+ "version": "2.2.8",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {