@bondsports/types 2.2.41 → 2.2.42

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,15 @@
1
1
  import { UserIdentifierType } from '../types/enums/user-identifier.types';
2
2
  import { ByOrganizationIdDto } from '../../organization/dto/organization.dto';
3
3
  import { ImportResponseDto, ImportResponseMetadata } from '../../import/dto/import.dto';
4
+ import { PaginationQuery } from '../../dto/general.dto';
4
5
  export declare class ByFacilityIdDto {
5
6
  facilityId?: number;
6
7
  }
8
+ export declare class ByFacilityUserCustomerIdsPaginatedDto extends PaginationQuery {
9
+ customerId?: number;
10
+ userId?: number;
11
+ facilityId?: number;
12
+ }
7
13
  export declare class ByOrganizationUserIdentifierDto {
8
14
  organizationId: number;
9
15
  identifier: string;
@@ -1,11 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ImportUserIdentifierResponseDto = exports.ImportUserIdentifierDto = exports.UserIdentifierUpdateDto = exports.UserIdentifierCreateDto = exports.UserIdentifierShowDto = exports.UserIdentifierDto = exports.ByOrganizationAndUserIdentifierIdDto = exports.ByOrganizationUserIdentifierDto = exports.ByFacilityIdDto = void 0;
3
+ exports.ImportUserIdentifierResponseDto = exports.ImportUserIdentifierDto = exports.UserIdentifierUpdateDto = exports.UserIdentifierCreateDto = exports.UserIdentifierShowDto = exports.UserIdentifierDto = exports.ByOrganizationAndUserIdentifierIdDto = exports.ByOrganizationUserIdentifierDto = exports.ByFacilityUserCustomerIdsPaginatedDto = exports.ByFacilityIdDto = void 0;
4
4
  const organization_dto_1 = require("../../organization/dto/organization.dto");
5
5
  const import_dto_1 = require("../../import/dto/import.dto");
6
+ const general_dto_1 = require("../../dto/general.dto");
6
7
  class ByFacilityIdDto {
7
8
  }
8
9
  exports.ByFacilityIdDto = ByFacilityIdDto;
10
+ class ByFacilityUserCustomerIdsPaginatedDto extends general_dto_1.PaginationQuery {
11
+ }
12
+ exports.ByFacilityUserCustomerIdsPaginatedDto = ByFacilityUserCustomerIdsPaginatedDto;
9
13
  class ByOrganizationUserIdentifierDto {
10
14
  }
11
15
  exports.ByOrganizationUserIdentifierDto = ByOrganizationUserIdentifierDto;
@@ -1 +1 @@
1
- {"version":3,"file":"user-identifier.dto.js","sourceRoot":"","sources":["../../../../src/types/user-identification/dto/user-identifier.dto.ts"],"names":[],"mappings":";;;AACA,8EAA8E;AAC9E,4DAAwF;AAExF,MAAa,eAAe;CAE3B;AAFD,0CAEC;AAED,MAAa,+BAA+B;CAI3C;AAJD,0EAIC;AAED,MAAa,oCAAqC,SAAQ,sCAAmB;CAE5E;AAFD,oFAEC;AAED,MAAM,qBAAqB;CAY1B;AAED,MAAa,iBAAkB,SAAQ,qBAAqB;CAY3D;AAZD,8CAYC;AAED,MAAa,qBAAsB,SAAQ,iBAAiB;CAAG;AAA/D,sDAA+D;AAE/D,MAAa,uBAAwB,SAAQ,qBAAqB;CAEjE;AAFD,0DAEC;AAED,MAAa,uBAAwB,SAAQ,uBAAuB;CAEnE;AAFD,0DAEC;AAED,MAAa,uBAAwB,SAAQ,iBAAiB;CAAG;AAAjE,0DAAiE;AAEjE,MAAa,+BAAgC,SAAQ,8BAAyC;CAAG;AAAjG,0EAAiG"}
1
+ {"version":3,"file":"user-identifier.dto.js","sourceRoot":"","sources":["../../../../src/types/user-identification/dto/user-identifier.dto.ts"],"names":[],"mappings":";;;AACA,8EAA8E;AAC9E,4DAAwF;AACxF,uDAAwD;AAExD,MAAa,eAAe;CAE3B;AAFD,0CAEC;AAED,MAAa,qCAAsC,SAAQ,6BAAe;CAMzE;AAND,sFAMC;AAED,MAAa,+BAA+B;CAI3C;AAJD,0EAIC;AAED,MAAa,oCAAqC,SAAQ,sCAAmB;CAE5E;AAFD,oFAEC;AAED,MAAM,qBAAqB;CAY1B;AAED,MAAa,iBAAkB,SAAQ,qBAAqB;CAY3D;AAZD,8CAYC;AAED,MAAa,qBAAsB,SAAQ,iBAAiB;CAAG;AAA/D,sDAA+D;AAE/D,MAAa,uBAAwB,SAAQ,qBAAqB;CAEjE;AAFD,0DAEC;AAED,MAAa,uBAAwB,SAAQ,uBAAuB;CAEnE;AAFD,0DAEC;AAED,MAAa,uBAAwB,SAAQ,iBAAiB;CAAG;AAAjE,0DAAiE;AAEjE,MAAa,+BAAgC,SAAQ,8BAAyC;CAAG;AAAjG,0EAAiG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.41",
3
+ "version": "2.2.42",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {