@bondsports/types 2.2.58 → 2.2.60
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/programs-seasons/entities/ProgramSeason.d.ts +1 -1
- package/dist/types/user-identification/dto/user-identifier.dto.d.ts +1 -0
- package/dist/types/user-identification/dto/user-identifier.dto.js +2 -1
- package/dist/types/user-identification/dto/user-identifier.dto.js.map +1 -1
- package/package.json +1 -1
@@ -65,7 +65,7 @@ export declare class ProgramSeason extends OrganizationConnectionBaseEntity {
|
|
65
65
|
registrationConstraints?: RegistrationConstraint;
|
66
66
|
parentSession: ProgramSeason;
|
67
67
|
facility: Facility;
|
68
|
-
ageCalcDate:
|
68
|
+
ageCalcDate: string;
|
69
69
|
ordinal: number;
|
70
70
|
colorCodeId?: number;
|
71
71
|
colorCode?: ColorCode;
|
@@ -2,6 +2,7 @@ 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
4
|
import { PaginationQuery } from '../../dto/general.dto';
|
5
|
+
export declare const MIN_USER_IDENTIFIER_LENGTH = 4;
|
5
6
|
export declare class ByFacilityIdDto {
|
6
7
|
facilityId?: number;
|
7
8
|
}
|
@@ -1,9 +1,10 @@
|
|
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.ByFacilityUserCustomerIdsPaginatedDto = 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 = exports.MIN_USER_IDENTIFIER_LENGTH = 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
6
|
const general_dto_1 = require("../../dto/general.dto");
|
7
|
+
exports.MIN_USER_IDENTIFIER_LENGTH = 4;
|
7
8
|
class ByFacilityIdDto {
|
8
9
|
}
|
9
10
|
exports.ByFacilityIdDto = ByFacilityIdDto;
|
@@ -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;AACxF,uDAAwD;
|
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;AAE3C,QAAA,0BAA0B,GAAG,CAAC,CAAC;AAC5C,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"}
|