@bondsports/types 2.4.92 → 2.4.93

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.
@@ -5,3 +5,7 @@ export declare class StationIdParamsDto extends ByOrganizationIdDto {
5
5
  export declare class GetStationsQueryDto {
6
6
  facilityId?: number;
7
7
  }
8
+ export declare class CreateStationDto {
9
+ name: string;
10
+ facilityId: number;
11
+ }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetStationsQueryDto = exports.StationIdParamsDto = void 0;
3
+ exports.CreateStationDto = exports.GetStationsQueryDto = exports.StationIdParamsDto = void 0;
4
4
  const organization_dto_1 = require("../../organization/dto/organization.dto");
5
5
  class StationIdParamsDto extends organization_dto_1.ByOrganizationIdDto {
6
6
  }
@@ -8,4 +8,7 @@ exports.StationIdParamsDto = StationIdParamsDto;
8
8
  class GetStationsQueryDto {
9
9
  }
10
10
  exports.GetStationsQueryDto = GetStationsQueryDto;
11
+ class CreateStationDto {
12
+ }
13
+ exports.CreateStationDto = CreateStationDto;
11
14
  //# sourceMappingURL=stations.dto.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"stations.dto.js","sourceRoot":"","sources":["../../../../src/types/stations/dto/stations.dto.ts"],"names":[],"mappings":";;;AACA,8EAA8E;AAE9E,MAAa,kBAAmB,SAAQ,sCAAmB;CAE1D;AAFD,gDAEC;AAED,MAAa,mBAAmB;CAE/B;AAFD,kDAEC"}
1
+ {"version":3,"file":"stations.dto.js","sourceRoot":"","sources":["../../../../src/types/stations/dto/stations.dto.ts"],"names":[],"mappings":";;;AACA,8EAA8E;AAE9E,MAAa,kBAAmB,SAAQ,sCAAmB;CAE1D;AAFD,gDAEC;AAED,MAAa,mBAAmB;CAE/B;AAFD,kDAEC;AAED,MAAa,gBAAgB;CAI5B;AAJD,4CAIC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.4.92",
3
+ "version": "2.4.93",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {