@bondsports/types 2.2.7 → 2.2.9
Sign up to get free protection for your applications and to get access to all the features.
@@ -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"}
|