@bondsports/types 2.2.284-a-2 → 2.2.284-b-1
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.
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/dto/application.dto.d.ts +8 -0
- package/dist/types/dto/application.dto.js +4 -1
- package/dist/types/dto/application.dto.js.map +1 -1
- package/dist/types/entity/Events.js.map +1 -1
- package/dist/types/folders/dto/folder.dto.d.ts +58 -0
- package/dist/types/folders/dto/folder.dto.js +34 -0
- package/dist/types/folders/dto/folder.dto.js.map +1 -0
- package/dist/types/folders/dto/index.d.ts +1 -0
- package/dist/types/folders/dto/index.js +18 -0
- package/dist/types/folders/dto/index.js.map +1 -0
- package/dist/types/folders/entities/folder-content.entity.d.ts +12 -0
- package/dist/types/folders/entities/folder-content.entity.js +14 -0
- package/dist/types/folders/entities/folder-content.entity.js.map +1 -0
- package/dist/types/folders/entities/folder-invite.entity.d.ts +8 -0
- package/dist/types/folders/entities/folder-invite.entity.js +8 -0
- package/dist/types/folders/entities/folder-invite.entity.js.map +1 -0
- package/dist/types/folders/entities/folder.entity.d.ts +21 -0
- package/dist/types/folders/entities/folder.entity.js +12 -0
- package/dist/types/folders/entities/folder.entity.js.map +1 -0
- package/dist/types/folders/entities/index.d.ts +3 -0
- package/dist/types/folders/entities/index.js +20 -0
- package/dist/types/folders/entities/index.js.map +1 -0
- package/dist/types/folders/index.d.ts +2 -0
- package/dist/types/folders/index.js +19 -0
- package/dist/types/folders/index.js.map +1 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/index.js +2 -0
- package/dist/types/index.js.map +1 -1
- package/dist/types/product-pricing/dto/product-pricing.dto.d.ts +2 -2
- package/dist/types/product-pricing/dto/product.dto.d.ts +0 -2
- package/dist/types/product-pricing/dto/product.dto.js.map +1 -1
- package/dist/types/product-pricing/types/interfaces/product-pricing.interfaces.d.ts +0 -9
- package/dist/types/programs-seasons/dto/index.d.ts +1 -0
- package/dist/types/programs-seasons/dto/index.js +1 -0
- package/dist/types/programs-seasons/dto/index.js.map +1 -1
- package/dist/types/programs-seasons/dto/program-season-participant.dto.d.ts +8 -0
- package/dist/types/programs-seasons/dto/program-season-participant.dto.js +7 -0
- package/dist/types/programs-seasons/dto/program-season-participant.dto.js.map +1 -0
- package/dist/types/programs-seasons/dto/program-seasons.dto.d.ts +37 -23
- package/dist/types/programs-seasons/dto/program-seasons.dto.js +16 -10
- package/dist/types/programs-seasons/dto/program-seasons.dto.js.map +1 -1
- package/dist/types/programs-seasons/entities/ProgramSeason.d.ts +3 -1
- package/dist/types/programs-seasons/entities/ProgramSeason.js.map +1 -1
- package/dist/types/programs-seasons/types/enums/program-season.enums.d.ts +8 -0
- package/dist/types/programs-seasons/types/enums/program-season.enums.js +11 -1
- package/dist/types/programs-seasons/types/enums/program-season.enums.js.map +1 -1
- package/dist/types/programs-seasons/types/interfaces/program-season.interfaces.d.ts +18 -1
- package/dist/types/reservations/entities/slot.entity.d.ts +0 -1
- package/dist/types/reservations/entities/slot.entity.js.map +1 -1
- package/dist/types/resources/types/interfaces/resource.interfaces.d.ts +5 -0
- package/dist/types/services/enums.service.d.ts +4 -0
- package/dist/types/services/enums.service.js +6 -1
- package/dist/types/services/enums.service.js.map +1 -1
- package/dist/types/services/interfaces.service.d.ts +6 -0
- package/dist/types/services/interfaces.service.js.map +1 -1
- package/dist/types/session-participants/dto/get.session.participant.dto.d.ts +22 -0
- package/dist/types/session-participants/dto/get.session.participant.dto.js +18 -0
- package/dist/types/session-participants/dto/get.session.participant.dto.js.map +1 -0
- package/dist/types/session-participants/dto/index.d.ts +2 -0
- package/dist/types/session-participants/dto/index.js +19 -0
- package/dist/types/session-participants/dto/index.js.map +1 -0
- package/dist/types/session-participants/dto/session.participant.dto.d.ts +45 -0
- package/dist/types/session-participants/dto/session.participant.dto.js +10 -0
- package/dist/types/session-participants/dto/session.participant.dto.js.map +1 -0
- package/dist/types/session-participants/index.d.ts +2 -0
- package/dist/types/session-participants/index.js +19 -0
- package/dist/types/session-participants/index.js.map +1 -0
- package/dist/types/session-participants/types/consts.d.ts +3 -0
- package/dist/types/session-participants/types/consts.js +7 -0
- package/dist/types/session-participants/types/consts.js.map +1 -0
- package/dist/types/session-participants/types/enums.d.ts +17 -0
- package/dist/types/session-participants/types/enums.js +24 -0
- package/dist/types/session-participants/types/enums.js.map +1 -0
- package/dist/types/session-participants/types/index.d.ts +3 -0
- package/dist/types/session-participants/types/index.js +20 -0
- package/dist/types/session-participants/types/index.js.map +1 -0
- package/dist/types/session-participants/types/interfaces.d.ts +46 -0
- package/dist/types/session-participants/types/interfaces.js +3 -0
- package/dist/types/session-participants/types/interfaces.js.map +1 -0
- package/package.json +1 -1
@@ -37,3 +37,11 @@ export declare class AnswerTemplateDataDto {
|
|
37
37
|
questions: QuestionDto[];
|
38
38
|
media?: MediaDto;
|
39
39
|
}
|
40
|
+
export declare class QuestionAndAnswerDto {
|
41
|
+
questionId: number;
|
42
|
+
question: string;
|
43
|
+
questionType?: string;
|
44
|
+
ordinal?: number;
|
45
|
+
answerId: number;
|
46
|
+
answerValue: any;
|
47
|
+
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.AnswerTemplateDataDto = exports.AnswerTemplateCustomerDto = exports.GetByQuestionnaireIdsDto = exports.UserAnswersDto = exports.QuestionAnswersDto = exports.QuestionDto = exports.AnswerDto = void 0;
|
3
|
+
exports.QuestionAndAnswerDto = exports.AnswerTemplateDataDto = exports.AnswerTemplateCustomerDto = exports.GetByQuestionnaireIdsDto = exports.UserAnswersDto = exports.QuestionAnswersDto = exports.QuestionDto = exports.AnswerDto = void 0;
|
4
4
|
class AnswerDto {
|
5
5
|
}
|
6
6
|
exports.AnswerDto = AnswerDto;
|
@@ -22,4 +22,7 @@ exports.AnswerTemplateCustomerDto = AnswerTemplateCustomerDto;
|
|
22
22
|
class AnswerTemplateDataDto {
|
23
23
|
}
|
24
24
|
exports.AnswerTemplateDataDto = AnswerTemplateDataDto;
|
25
|
+
class QuestionAndAnswerDto {
|
26
|
+
}
|
27
|
+
exports.QuestionAndAnswerDto = QuestionAndAnswerDto;
|
25
28
|
//# sourceMappingURL=application.dto.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"application.dto.js","sourceRoot":"","sources":["../../../src/types/dto/application.dto.ts"],"names":[],"mappings":";;;AAEA,MAAa,SAAS;CAQrB;AARD,8BAQC;AAED,MAAa,WAAW;CAUvB;AAVD,kCAUC;AAED,MAAa,kBAAkB;CAI9B;AAJD,gDAIC;AAED,MAAa,cAAc;CAI1B;AAJD,wCAIC;AAED,MAAa,wBAAwB;CAEpC;AAFD,4DAEC;AAED,MAAa,yBAAyB;CAUrC;AAVD,8DAUC;AAED,MAAa,qBAAqB;CAUjC;AAVD,sDAUC"}
|
1
|
+
{"version":3,"file":"application.dto.js","sourceRoot":"","sources":["../../../src/types/dto/application.dto.ts"],"names":[],"mappings":";;;AAEA,MAAa,SAAS;CAQrB;AARD,8BAQC;AAED,MAAa,WAAW;CAUvB;AAVD,kCAUC;AAED,MAAa,kBAAkB;CAI9B;AAJD,gDAIC;AAED,MAAa,cAAc;CAI1B;AAJD,wCAIC;AAED,MAAa,wBAAwB;CAEpC;AAFD,4DAEC;AAED,MAAa,yBAAyB;CAUrC;AAVD,8DAUC;AAED,MAAa,qBAAqB;CAUjC;AAVD,sDAUC;AAED,MAAa,oBAAoB;CAYhC;AAZD,oDAYC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Events.js","sourceRoot":"","sources":["../../../src/types/entity/Events.ts"],"names":[],"mappings":";;;AAEA,yFAAsF;AAYtF,MAAa,KAAM,SAAQ,mEAAgC;
|
1
|
+
{"version":3,"file":"Events.js","sourceRoot":"","sources":["../../../src/types/entity/Events.ts"],"names":[],"mappings":";;;AAEA,yFAAsF;AAYtF,MAAa,KAAM,SAAQ,mEAAgC;CAqH1D;AArHD,sBAqHC"}
|
@@ -0,0 +1,58 @@
|
|
1
|
+
import { ContentType } from '../entities/folder-content.entity';
|
2
|
+
import { ReferableType } from '../entities/folder.entity';
|
3
|
+
export declare class CreateFolderDto {
|
4
|
+
parentFolderId: number;
|
5
|
+
name: string;
|
6
|
+
category?: string;
|
7
|
+
organizationId?: number;
|
8
|
+
facilityId?: number;
|
9
|
+
referableType?: ReferableType;
|
10
|
+
referableId?: number;
|
11
|
+
}
|
12
|
+
export declare class UpdateFolderDto {
|
13
|
+
name?: string;
|
14
|
+
category?: string;
|
15
|
+
organizationId?: number;
|
16
|
+
}
|
17
|
+
export declare class MoveFolderDto {
|
18
|
+
newParentFolderId?: number;
|
19
|
+
}
|
20
|
+
export declare class AddContentDto {
|
21
|
+
contentType: ContentType;
|
22
|
+
contentId: number;
|
23
|
+
}
|
24
|
+
export declare class GetFolderContentsDto {
|
25
|
+
folderIds: number[];
|
26
|
+
contentTypes?: ContentType[];
|
27
|
+
}
|
28
|
+
export declare class CreateFolderInviteDto {
|
29
|
+
}
|
30
|
+
export declare class FolderInviteResponseDto {
|
31
|
+
id: number;
|
32
|
+
folderId: number;
|
33
|
+
uuid: string;
|
34
|
+
createdAt: Date;
|
35
|
+
updatedAt: Date;
|
36
|
+
}
|
37
|
+
export declare class MoveFolderContentDto {
|
38
|
+
targetFolderId: number;
|
39
|
+
}
|
40
|
+
export declare class GetFolderHierarchyDto {
|
41
|
+
referableType: ReferableType;
|
42
|
+
referableId: number;
|
43
|
+
depthLimit?: number;
|
44
|
+
}
|
45
|
+
export declare class FolderHierarchyResponseDto {
|
46
|
+
id: number;
|
47
|
+
name: string;
|
48
|
+
category?: string;
|
49
|
+
organizationId: number;
|
50
|
+
facilityId?: number;
|
51
|
+
referableType: ReferableType;
|
52
|
+
referableId: number;
|
53
|
+
createdAt: Date;
|
54
|
+
updatedAt: Date;
|
55
|
+
parent_id?: number;
|
56
|
+
depth: number;
|
57
|
+
path: number[];
|
58
|
+
}
|
@@ -0,0 +1,34 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.FolderHierarchyResponseDto = exports.GetFolderHierarchyDto = exports.MoveFolderContentDto = exports.FolderInviteResponseDto = exports.CreateFolderInviteDto = exports.GetFolderContentsDto = exports.AddContentDto = exports.MoveFolderDto = exports.UpdateFolderDto = exports.CreateFolderDto = void 0;
|
4
|
+
class CreateFolderDto {
|
5
|
+
}
|
6
|
+
exports.CreateFolderDto = CreateFolderDto;
|
7
|
+
class UpdateFolderDto {
|
8
|
+
}
|
9
|
+
exports.UpdateFolderDto = UpdateFolderDto;
|
10
|
+
class MoveFolderDto {
|
11
|
+
}
|
12
|
+
exports.MoveFolderDto = MoveFolderDto;
|
13
|
+
class AddContentDto {
|
14
|
+
}
|
15
|
+
exports.AddContentDto = AddContentDto;
|
16
|
+
class GetFolderContentsDto {
|
17
|
+
}
|
18
|
+
exports.GetFolderContentsDto = GetFolderContentsDto;
|
19
|
+
class CreateFolderInviteDto {
|
20
|
+
}
|
21
|
+
exports.CreateFolderInviteDto = CreateFolderInviteDto;
|
22
|
+
class FolderInviteResponseDto {
|
23
|
+
}
|
24
|
+
exports.FolderInviteResponseDto = FolderInviteResponseDto;
|
25
|
+
class MoveFolderContentDto {
|
26
|
+
}
|
27
|
+
exports.MoveFolderContentDto = MoveFolderContentDto;
|
28
|
+
class GetFolderHierarchyDto {
|
29
|
+
}
|
30
|
+
exports.GetFolderHierarchyDto = GetFolderHierarchyDto;
|
31
|
+
class FolderHierarchyResponseDto {
|
32
|
+
}
|
33
|
+
exports.FolderHierarchyResponseDto = FolderHierarchyResponseDto;
|
34
|
+
//# sourceMappingURL=folder.dto.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"folder.dto.js","sourceRoot":"","sources":["../../../../src/types/folders/dto/folder.dto.ts"],"names":[],"mappings":";;;AAGA,MAAa,eAAe;CAc3B;AAdD,0CAcC;AAED,MAAa,eAAe;CAM3B;AAND,0CAMC;AAED,MAAa,aAAa;CAEzB;AAFD,sCAEC;AAED,MAAa,aAAa;CAIzB;AAJD,sCAIC;AAED,MAAa,oBAAoB;CAIhC;AAJD,oDAIC;AAED,MAAa,qBAAqB;CAEjC;AAFD,sDAEC;AAED,MAAa,uBAAuB;CAUnC;AAVD,0DAUC;AAED,MAAa,oBAAoB;CAEhC;AAFD,oDAEC;AAED,MAAa,qBAAqB;CAMjC;AAND,sDAMC;AAED,MAAa,0BAA0B;CAwBtC;AAxBD,gEAwBC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from './folder.dto';
|
@@ -0,0 +1,18 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
|
+
};
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
+
__exportStar(require("./folder.dto"), exports);
|
18
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/folders/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B"}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { Folder } from './folder.entity';
|
2
|
+
import { BondBaseEntity } from '../../entity/BondBaseEntity';
|
3
|
+
export declare enum ContentType {
|
4
|
+
FOLDER = 10,
|
5
|
+
USER = 20
|
6
|
+
}
|
7
|
+
export declare class FolderContent extends BondBaseEntity {
|
8
|
+
contentType: ContentType;
|
9
|
+
contentId: number;
|
10
|
+
folder: Folder;
|
11
|
+
deletedAt: Date;
|
12
|
+
}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.FolderContent = exports.ContentType = void 0;
|
4
|
+
const BondBaseEntity_1 = require("../../entity/BondBaseEntity");
|
5
|
+
var ContentType;
|
6
|
+
(function (ContentType) {
|
7
|
+
ContentType[ContentType["FOLDER"] = 10] = "FOLDER";
|
8
|
+
ContentType[ContentType["USER"] = 20] = "USER";
|
9
|
+
// Add other content types as needed
|
10
|
+
})(ContentType = exports.ContentType || (exports.ContentType = {}));
|
11
|
+
class FolderContent extends BondBaseEntity_1.BondBaseEntity {
|
12
|
+
}
|
13
|
+
exports.FolderContent = FolderContent;
|
14
|
+
//# sourceMappingURL=folder-content.entity.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"folder-content.entity.js","sourceRoot":"","sources":["../../../../src/types/folders/entities/folder-content.entity.ts"],"names":[],"mappings":";;;AAUA,gEAA6D;AAE7D,IAAY,WAIX;AAJD,WAAY,WAAW;IACtB,kDAAW,CAAA;IACX,8CAAS,CAAA;IACT,oCAAoC;AACrC,CAAC,EAJW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAItB;AAED,MAAa,aAAc,SAAQ,+BAAc;CAQhD;AARD,sCAQC"}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.FolderInvite = void 0;
|
4
|
+
const BondBaseEntity_1 = require("../../entity/BondBaseEntity");
|
5
|
+
class FolderInvite extends BondBaseEntity_1.BondBaseEntity {
|
6
|
+
}
|
7
|
+
exports.FolderInvite = FolderInvite;
|
8
|
+
//# sourceMappingURL=folder-invite.entity.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"folder-invite.entity.js","sourceRoot":"","sources":["../../../../src/types/folders/entities/folder-invite.entity.ts"],"names":[],"mappings":";;;AAEA,gEAA6D;AAE7D,MAAa,YAAa,SAAQ,+BAAc;CAQ/C;AARD,oCAQC"}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
import { FolderContent } from './folder-content.entity';
|
2
|
+
import { FolderInvite } from './folder-invite.entity';
|
3
|
+
import { Organization } from '../../organization/entities/Organization';
|
4
|
+
import { Facility } from '../../entity/Facility';
|
5
|
+
import { BondBaseEntity } from '../../entity/BondBaseEntity';
|
6
|
+
export declare enum ReferableType {
|
7
|
+
PROGRAM_SEASON = 10
|
8
|
+
}
|
9
|
+
export declare class Folder extends BondBaseEntity {
|
10
|
+
organizationId: number;
|
11
|
+
organization: Organization;
|
12
|
+
facilityId: number;
|
13
|
+
facility: Facility;
|
14
|
+
referableType: ReferableType;
|
15
|
+
referableId: number;
|
16
|
+
name: string;
|
17
|
+
category: string;
|
18
|
+
contents: FolderContent[];
|
19
|
+
invites: FolderInvite[];
|
20
|
+
deletedAt: Date;
|
21
|
+
}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.Folder = exports.ReferableType = void 0;
|
4
|
+
const BondBaseEntity_1 = require("../../entity/BondBaseEntity");
|
5
|
+
var ReferableType;
|
6
|
+
(function (ReferableType) {
|
7
|
+
ReferableType[ReferableType["PROGRAM_SEASON"] = 10] = "PROGRAM_SEASON";
|
8
|
+
})(ReferableType = exports.ReferableType || (exports.ReferableType = {}));
|
9
|
+
class Folder extends BondBaseEntity_1.BondBaseEntity {
|
10
|
+
}
|
11
|
+
exports.Folder = Folder;
|
12
|
+
//# sourceMappingURL=folder.entity.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"folder.entity.js","sourceRoot":"","sources":["../../../../src/types/folders/entities/folder.entity.ts"],"names":[],"mappings":";;;AAKA,gEAA6D;AAE7D,IAAY,aAEX;AAFD,WAAY,aAAa;IACxB,sEAAmB,CAAA;AACpB,CAAC,EAFW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAExB;AAED,MAAa,MAAO,SAAQ,+BAAc;CAwBzC;AAxBD,wBAwBC"}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
|
+
};
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
+
__exportStar(require("./folder-content.entity"), exports);
|
18
|
+
__exportStar(require("./folder-invite.entity"), exports);
|
19
|
+
__exportStar(require("./folder.entity"), exports);
|
20
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/folders/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC;AACxC,yDAAuC;AACvC,kDAAgC"}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
|
+
};
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
+
__exportStar(require("./dto"), exports);
|
18
|
+
__exportStar(require("./entities"), exports);
|
19
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/folders/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wCAAsB;AACtB,6CAA2B"}
|
package/dist/types/index.d.ts
CHANGED
@@ -12,6 +12,7 @@ export * from './errors';
|
|
12
12
|
export * from './facilities';
|
13
13
|
export * from './familyAccount';
|
14
14
|
export * from './fee';
|
15
|
+
export * from './folders';
|
15
16
|
export * from './future-installments';
|
16
17
|
export * from './gl-codes';
|
17
18
|
export * from './import';
|
@@ -39,6 +40,7 @@ export * from './resource-settings';
|
|
39
40
|
export * from './resources';
|
40
41
|
export * from './roles';
|
41
42
|
export * from './services';
|
43
|
+
export * from './session-participants';
|
42
44
|
export * from './shifts';
|
43
45
|
export * from './user';
|
44
46
|
export * from './user-activities';
|
package/dist/types/index.js
CHANGED
@@ -28,6 +28,7 @@ __exportStar(require("./errors"), exports);
|
|
28
28
|
__exportStar(require("./facilities"), exports);
|
29
29
|
__exportStar(require("./familyAccount"), exports);
|
30
30
|
__exportStar(require("./fee"), exports);
|
31
|
+
__exportStar(require("./folders"), exports);
|
31
32
|
__exportStar(require("./future-installments"), exports);
|
32
33
|
__exportStar(require("./gl-codes"), exports);
|
33
34
|
__exportStar(require("./import"), exports);
|
@@ -55,6 +56,7 @@ __exportStar(require("./resource-settings"), exports);
|
|
55
56
|
__exportStar(require("./resources"), exports);
|
56
57
|
__exportStar(require("./roles"), exports);
|
57
58
|
__exportStar(require("./services"), exports);
|
59
|
+
__exportStar(require("./session-participants"), exports);
|
58
60
|
__exportStar(require("./shifts"), exports);
|
59
61
|
__exportStar(require("./user"), exports);
|
60
62
|
__exportStar(require("./user-activities"), exports);
|
package/dist/types/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,+CAA6B;AAC7B,2CAAyB;AACzB,4CAA0B;AAC1B,+CAA6B;AAC7B,yCAAuB;AACvB,8CAA4B;AAC5B,wCAAsB;AACtB,8CAA4B;AAC5B,2CAAyB;AACzB,2CAAyB;AACzB,+CAA6B;AAC7B,kDAAgC;AAChC,wCAAsB;AACtB,wDAAsC;AACtC,6CAA2B;AAC3B,2CAAyB;AACzB,gDAA8B;AAC9B,4CAA0B;AAC1B,2CAAyB;AACzB,0CAAwB;AACxB,0CAAwB;AACxB,+CAA6B;AAC7B,mDAAiC;AACjC,0CAAwB;AACxB,kDAAgC;AAChC,mDAAiC;AACjC,iDAA+B;AAC/B,4CAA0B;AAC1B,4CAA0B;AAC1B,oDAAkC;AAClC,6CAA2B;AAC3B,qDAAmC;AACnC,+CAA6B;AAC7B,6CAA2B;AAC3B,mDAAiC;AACjC,iDAA+B;AAC/B,sDAAoC;AACpC,8CAA4B;AAC5B,0CAAwB;AACxB,6CAA2B;AAC3B,2CAAyB;AACzB,yCAAuB;AACvB,oDAAkC;AAClC,wDAAsC;AACtC,yCAAuB;AACvB,4CAA0B;AAC1B,4CAA0B;AAC1B,6CAA2B"}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,+CAA6B;AAC7B,2CAAyB;AACzB,4CAA0B;AAC1B,+CAA6B;AAC7B,yCAAuB;AACvB,8CAA4B;AAC5B,wCAAsB;AACtB,8CAA4B;AAC5B,2CAAyB;AACzB,2CAAyB;AACzB,+CAA6B;AAC7B,kDAAgC;AAChC,wCAAsB;AACtB,4CAA0B;AAC1B,wDAAsC;AACtC,6CAA2B;AAC3B,2CAAyB;AACzB,gDAA8B;AAC9B,4CAA0B;AAC1B,2CAAyB;AACzB,0CAAwB;AACxB,0CAAwB;AACxB,+CAA6B;AAC7B,mDAAiC;AACjC,0CAAwB;AACxB,kDAAgC;AAChC,mDAAiC;AACjC,iDAA+B;AAC/B,4CAA0B;AAC1B,4CAA0B;AAC1B,oDAAkC;AAClC,6CAA2B;AAC3B,qDAAmC;AACnC,+CAA6B;AAC7B,6CAA2B;AAC3B,mDAAiC;AACjC,iDAA+B;AAC/B,sDAAoC;AACpC,8CAA4B;AAC5B,0CAAwB;AACxB,6CAA2B;AAC3B,yDAAuC;AACvC,2CAAyB;AACzB,yCAAuB;AACvB,oDAAkC;AAClC,wDAAsC;AACtC,yCAAuB;AACvB,4CAA0B;AAC1B,4CAA0B;AAC1B,6CAA2B"}
|
@@ -4,8 +4,8 @@ import { ByOrganizationIdDto } from '../../organization/dto/organization.dto';
|
|
4
4
|
import { ActivityEnum, OrderByEnum, ProductTypesEnum, ResourceNameTypeEnum, SportsEnum } from '../../services/enums.service';
|
5
5
|
import { ResourceDto } from '../../resources/dto/resource.dto';
|
6
6
|
import { OrderByProductEnum } from '../types/enums/product.enums';
|
7
|
-
import {
|
8
|
-
export declare class FindPriceOfProductDto
|
7
|
+
import { IGetProductsByTypeOptions } from '../types/interfaces/product-pricing.interfaces';
|
8
|
+
export declare class FindPriceOfProductDto {
|
9
9
|
id?: number;
|
10
10
|
productId: number;
|
11
11
|
userId: number;
|
@@ -18,7 +18,6 @@ import { ActivityEnum, AddonTimePeriodEnum, PackageProductsRelationTypeEnum, Pla
|
|
18
18
|
import { IChildProduct, IResourcesAvailability } from '../../services/interfaces.service';
|
19
19
|
import { IPricingSchedule } from '../types/interfaces/product-pricing.interfaces';
|
20
20
|
import { ProductResourceDto } from './product-resource.dto';
|
21
|
-
import { ExistingProductToPackageDto } from '../../dto/package.dto';
|
22
21
|
export declare class FindByProductIdDto {
|
23
22
|
productId: number;
|
24
23
|
}
|
@@ -80,7 +79,6 @@ export declare class CreateProductDto {
|
|
80
79
|
addons?: CreateRentalProductAddonDto[];
|
81
80
|
availabilityTimes?: CreateProductAvailabilityTimesDto[];
|
82
81
|
resourceSettings?: CreateOrUpdateResourceSettingDto[];
|
83
|
-
addonsToPackages?: ExistingProductToPackageDto[];
|
84
82
|
}
|
85
83
|
export declare class ProductInPackage extends CreateProductDto {
|
86
84
|
relationType: PackageProductsRelationTypeEnum;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"product.dto.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/product.dto.ts"],"names":[],"mappings":";;;AAGA,uDAAsE;AAMtE,8EAA8E;
|
1
|
+
{"version":3,"file":"product.dto.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/product.dto.ts"],"names":[],"mappings":";;;AAGA,uDAAsE;AAMtE,8EAA8E;AAsB9E,MAAa,kBAAkB;CAE9B;AAFD,gDAEC;AAED,MAAa,iCAAiC;CAU7C;AAVD,8EAUC;AAED,MAAa,kBAAmB,SAAQ,sCAAmB;CAE1D;AAFD,gDAEC;AAED,MAAa,2BAA2B;CAUvC;AAVD,kEAUC;AAED,MAAa,gBAAgB;CAgF5B;AAhFD,4CAgFC;AAED,MAAa,gBAAiB,SAAQ,gBAAgB;CAMrD;AAND,4CAMC;AAED,MAAa,yBAAyB;CAIrC;AAJD,8DAIC;AAED,MAAa,yBAAyB;CAKrC;AALD,8DAKC;AAED,MAAa,sBAAsB;CAGlC;AAHD,wDAGC;AAED,MAAa,cAAe,SAAQ,6BAAe;CAQlD;AARD,wCAQC;AAED,MAAa,cAAe,SAAQ,6BAAe;CAwBlD;AAxBD,wCAwBC;AAED,MAAa,gBAAgB;CAsD5B;AAtDD,4CAsDC;AAED,MAAa,sBAAsB;CAYlC;AAZD,wDAYC;AAED,MAAa,0BAA2B,SAAQ,6BAAe;CAM9D;AAND,gEAMC;AAED,MAAa,gBAAiB,SAAQ,0BAAY;CAIjD;AAJD,4CAIC;AAED,MAAa,cAAc;CA0G1B;AA1GD,wCA0GC;AAED,MAAa,oBAAqB,SAAQ,cAAc;CAEvD;AAFD,oDAEC;AAED,MAAa,UAAW,SAAQ,cAAc;CAU7C;AAVD,gCAUC;AAED,MAAa,kBAAkB;CAU9B;AAVD,gDAUC"}
|
@@ -5,7 +5,6 @@ import { ActivityEnum, OrderByEnum, SportsEnum } from '../../../services/enums.s
|
|
5
5
|
import { IPagination } from '../../../util/models/interfaces/general.interfaces';
|
6
6
|
import { OrderByProductEnum } from '../enums/product.enums';
|
7
7
|
import { IProductResource } from './porduct-resource.interfaces';
|
8
|
-
import { ResourceDto } from '../../../resources/dto/resource.dto';
|
9
8
|
export interface IGetCurrentPricesOptions {
|
10
9
|
userId?: number;
|
11
10
|
answers?: QuestionAnswersDto[];
|
@@ -47,11 +46,3 @@ export interface IGetProductsOptions {
|
|
47
46
|
throwError?: boolean;
|
48
47
|
skipRefetch?: boolean;
|
49
48
|
}
|
50
|
-
export interface IFindPriceOfProduct {
|
51
|
-
id?: number;
|
52
|
-
productId: number;
|
53
|
-
userId: number;
|
54
|
-
resources?: ResourceDto[];
|
55
|
-
quantity?: number;
|
56
|
-
unique?: string;
|
57
|
-
}
|
@@ -14,5 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
15
|
};
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
+
__exportStar(require("./program-season-participant.dto"), exports);
|
17
18
|
__exportStar(require("./program-seasons.dto"), exports);
|
18
19
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/programs-seasons/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC"}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/programs-seasons/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mEAAiD;AACjD,wDAAsC"}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { ScheduleDto } from '../../dto/activityTimes.dto';
|
2
|
+
import { SimpleInvoiceDto } from '../../invoice/dto/invoice.dto';
|
3
|
+
import { QuestionAndAnswerDto } from '../../dto/application.dto';
|
4
|
+
export declare class ProgramSeasonParticipantDto {
|
5
|
+
applicationAnswers: QuestionAndAnswerDto[];
|
6
|
+
invoices: SimpleInvoiceDto[];
|
7
|
+
schedule: ScheduleDto[];
|
8
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ProgramSeasonParticipantDto = void 0;
|
4
|
+
class ProgramSeasonParticipantDto {
|
5
|
+
}
|
6
|
+
exports.ProgramSeasonParticipantDto = ProgramSeasonParticipantDto;
|
7
|
+
//# sourceMappingURL=program-season-participant.dto.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"program-season-participant.dto.js","sourceRoot":"","sources":["../../../../src/types/programs-seasons/dto/program-season-participant.dto.ts"],"names":[],"mappings":";;;AAIA,MAAa,2BAA2B;CAMvC;AAND,kEAMC"}
|
@@ -3,13 +3,16 @@ import { IdAndNameDto, PaginationMetaDto, PaginationQuery } from '../../dto/gene
|
|
3
3
|
import { Event } from '../../entity/Events';
|
4
4
|
import { BaseNotificationDto } from '../../notifications/dto/backoffice.notify.dto';
|
5
5
|
import { ByOrganizationIdDto, OptionalOrganizationIdDto } from '../../organization/dto/organization.dto';
|
6
|
-
import { Product } from '../../product-pricing/entities/Product';
|
7
6
|
import { ByProgramDto, UpdateProgramOptionsDto } from '../../programs/dto/program.dto';
|
8
7
|
import { MaintenanceDto } from '../../reservations/dto/maintenance.dto';
|
9
8
|
import { SlotTypeEnum } from '../../reservations/types/enums/reservation.enums';
|
10
9
|
import { ITimeSlotConflicts } from '../../reservations/types/interfaces/reservation.interfaces';
|
11
10
|
import { CreateOrUpdateResourceSettingDto } from '../../resource-settings/dto/create-or-update-resource-setting.dto';
|
12
11
|
import { GenderEnum, LevelOfPlayEnum, OrderByEnum, ProgramSeasonTypesEnum, ProgramTypesEnum, PublishingStatusEnum, RegistrationConstraintPeriodTypeEnum, ResourceNameTypeEnum, SportsEnum } from '../../services/enums.service';
|
12
|
+
import { SimpleResourceDto } from '../../resources/dto/resource.dto';
|
13
|
+
import { IGetProgramSeasonChildrenFilters, IGetProgramSeasonsChildrenOptions } from '../types/interfaces/program-season.interfaces';
|
14
|
+
import { EventSortByFieldsEnum, SegmentSortByFieldsEnum } from '../types/enums/program-season.enums';
|
15
|
+
import { BondBaseEntity } from '../../entity/BondBaseEntity';
|
13
16
|
import { ProgramSeason } from '../entities/ProgramSeason';
|
14
17
|
export declare class FindSessionsFiltersDto {
|
15
18
|
status?: PublishingStatusEnum;
|
@@ -64,24 +67,7 @@ export declare class BlockedDatesDto {
|
|
64
67
|
startDate: Date;
|
65
68
|
endDate: Date;
|
66
69
|
}
|
67
|
-
export declare class
|
68
|
-
registrationStartDate: Date;
|
69
|
-
registrationEndDate: Date;
|
70
|
-
earlyRegistrationStartDate?: Date;
|
71
|
-
earlyRegistrationEndDate?: Date;
|
72
|
-
lateRegistrationStartDate?: Date;
|
73
|
-
lateRegistrationEndDate?: Date;
|
74
|
-
}
|
75
|
-
export declare class RegistrationSettingsDto extends RegistrationDatesDto {
|
76
|
-
closeRegistrationPeriodValue?: number;
|
77
|
-
closeRegistrationPeriodType?: RegistrationConstraintPeriodTypeEnum;
|
78
|
-
closeRegistrationSpecTime?: string;
|
79
|
-
openRegistrationPeriodValue?: number;
|
80
|
-
openRegistrationPeriodType?: RegistrationConstraintPeriodTypeEnum;
|
81
|
-
openRegistrationSpecTime?: string;
|
82
|
-
productsIdsToUpdate?: number[];
|
83
|
-
}
|
84
|
-
export declare class BaseProgramSeasonDto extends RegistrationSettingsDto {
|
70
|
+
export declare class BaseProgramSeasonDto {
|
85
71
|
programId?: number;
|
86
72
|
name: string;
|
87
73
|
status: PublishingStatusEnum;
|
@@ -132,7 +118,6 @@ export declare class SubSeasonBasicInfo {
|
|
132
118
|
}
|
133
119
|
export declare class CreateProgramSeasonDto extends BaseProgramSeasonDto {
|
134
120
|
subSeasons?: SubSeasonBasicInfo[];
|
135
|
-
duplicateFromSeasonId?: number;
|
136
121
|
}
|
137
122
|
export declare class UpdateProgramSeasonDto extends BaseProgramSeasonDto {
|
138
123
|
seasonId: number;
|
@@ -175,6 +160,7 @@ export declare class SimpleSessionDto extends IdAndNameDto {
|
|
175
160
|
endDate: Date;
|
176
161
|
programType?: ProgramTypesEnum;
|
177
162
|
productCount?: number;
|
163
|
+
resources?: SimpleResourceDto[];
|
178
164
|
}
|
179
165
|
export declare class SpaceResourcePairDto {
|
180
166
|
resourceType: ResourceNameTypeEnum;
|
@@ -212,6 +198,23 @@ export declare class MoveAttendeeDto {
|
|
212
198
|
export declare class UpdateSeasonRegistrationDatesDto {
|
213
199
|
registrationPeriods: UpdateSeasonDatesDto[];
|
214
200
|
}
|
201
|
+
export declare class RegistrationDatesDto {
|
202
|
+
registrationStartDate: Date;
|
203
|
+
registrationEndDate: Date;
|
204
|
+
earlyRegistrationStartDate?: Date;
|
205
|
+
earlyRegistrationEndDate?: Date;
|
206
|
+
lateRegistrationStartDate?: Date;
|
207
|
+
lateRegistrationEndDate?: Date;
|
208
|
+
}
|
209
|
+
export declare class RegistrationSettingsDto extends RegistrationDatesDto {
|
210
|
+
closeRegistrationPeriodValue?: number;
|
211
|
+
closeRegistrationPeriodType?: RegistrationConstraintPeriodTypeEnum;
|
212
|
+
closeRegistrationSpecTime?: string;
|
213
|
+
openRegistrationPeriodValue?: number;
|
214
|
+
openRegistrationPeriodType?: RegistrationConstraintPeriodTypeEnum;
|
215
|
+
openRegistrationSpecTime?: string;
|
216
|
+
productsIdsToUpdate?: number[];
|
217
|
+
}
|
215
218
|
export declare class MoveParticipantDto {
|
216
219
|
userId: number;
|
217
220
|
oldProductId: number;
|
@@ -256,7 +259,18 @@ export declare class GetRelatedProgramSessionsDto {
|
|
256
259
|
statuses?: PublishingStatusEnum[];
|
257
260
|
includeProductsCount?: boolean;
|
258
261
|
}
|
259
|
-
export declare class
|
260
|
-
|
261
|
-
|
262
|
+
export declare class GetPaginatedSessionQueryDto<T extends BondBaseEntity> extends PaginationQuery implements IGetProgramSeasonsChildrenOptions, IGetProgramSeasonChildrenFilters<T> {
|
263
|
+
includeResources?: boolean;
|
264
|
+
resourcesIds?: number[];
|
265
|
+
attendeeId?: number;
|
266
|
+
startDate?: string;
|
267
|
+
endDate?: string;
|
268
|
+
}
|
269
|
+
export declare class GetPaginatedSegmentsQueryDto extends GetPaginatedSessionQueryDto<ProgramSeason> {
|
270
|
+
orderBy?: SegmentSortByFieldsEnum;
|
271
|
+
order?: OrderByEnum;
|
272
|
+
}
|
273
|
+
export declare class GetPaginatedEventsQueryDto extends GetPaginatedSessionQueryDto<Event> {
|
274
|
+
orderBy?: EventSortByFieldsEnum;
|
275
|
+
order?: OrderByEnum;
|
262
276
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
3
|
+
exports.GetPaginatedEventsQueryDto = exports.GetPaginatedSegmentsQueryDto = exports.GetPaginatedSessionQueryDto = exports.GetRelatedProgramSessionsDto = exports.RelatedSessionsDto = exports.GetOrganizationProgramSessionsDto = exports.NotifySessionAttendeesDto = exports.NotifyEventAttendeesDto = exports.EventsAndConflictsDto = exports.UpdateProgramSeasonOptionsDto = exports.UpdateProgramSeasonColorsDto = exports.MoveParticipantDto = exports.RegistrationSettingsDto = exports.RegistrationDatesDto = exports.UpdateSeasonRegistrationDatesDto = exports.MoveAttendeeDto = exports.UpdateSeasonDatesDto = exports.SpaceAllocationsByTimesDto = exports.SingleSpaceAllocationByTimesDto = exports.BulkSpaceResourceAllocationDto = exports.SpaceResourcePairDto = exports.SimpleSessionDto = exports.ShallowUpdateSubSeasonDto = exports.ShallowUpdateProgramSeasonDto = exports.UpdateProgramSeasonStatusDto = exports.UpdateProgramSeasonDto = exports.CreateProgramSeasonDto = exports.SubSeasonBasicInfo = exports.CreateSessionScheduleDto = exports.BaseProgramSeasonDto = exports.BlockedDatesDto = exports.FindRegisteredUsersOptionsDto = exports.FindRegisteredUserDto = exports.DeleteProductDto = exports.FindSessionEventByIdDto = exports.ByOrganizationIdAndProgramSeasonIdDto = exports.FindSeasonEventsQueryDto = exports.SegmentsBySessionQueryDto = exports.FindProgramSeasonByIdDto = exports.FindProgramSeasonByIdQueryDto = exports.DeleteEventAttendeesDto = exports.BySeasonDto = exports.FindSessionsFiltersDto = void 0;
|
4
4
|
const general_dto_1 = require("../../dto/general.dto");
|
5
5
|
const backoffice_notify_dto_1 = require("../../notifications/dto/backoffice.notify.dto");
|
6
6
|
const organization_dto_1 = require("../../organization/dto/organization.dto");
|
@@ -44,13 +44,7 @@ exports.FindRegisteredUsersOptionsDto = FindRegisteredUsersOptionsDto;
|
|
44
44
|
class BlockedDatesDto {
|
45
45
|
}
|
46
46
|
exports.BlockedDatesDto = BlockedDatesDto;
|
47
|
-
class
|
48
|
-
}
|
49
|
-
exports.RegistrationDatesDto = RegistrationDatesDto;
|
50
|
-
class RegistrationSettingsDto extends RegistrationDatesDto {
|
51
|
-
}
|
52
|
-
exports.RegistrationSettingsDto = RegistrationSettingsDto;
|
53
|
-
class BaseProgramSeasonDto extends RegistrationSettingsDto {
|
47
|
+
class BaseProgramSeasonDto {
|
54
48
|
}
|
55
49
|
exports.BaseProgramSeasonDto = BaseProgramSeasonDto;
|
56
50
|
class CreateSessionScheduleDto {
|
@@ -98,6 +92,12 @@ exports.MoveAttendeeDto = MoveAttendeeDto;
|
|
98
92
|
class UpdateSeasonRegistrationDatesDto {
|
99
93
|
}
|
100
94
|
exports.UpdateSeasonRegistrationDatesDto = UpdateSeasonRegistrationDatesDto;
|
95
|
+
class RegistrationDatesDto {
|
96
|
+
}
|
97
|
+
exports.RegistrationDatesDto = RegistrationDatesDto;
|
98
|
+
class RegistrationSettingsDto extends RegistrationDatesDto {
|
99
|
+
}
|
100
|
+
exports.RegistrationSettingsDto = RegistrationSettingsDto;
|
101
101
|
class MoveParticipantDto {
|
102
102
|
}
|
103
103
|
exports.MoveParticipantDto = MoveParticipantDto;
|
@@ -131,7 +131,13 @@ exports.RelatedSessionsDto = RelatedSessionsDto;
|
|
131
131
|
class GetRelatedProgramSessionsDto {
|
132
132
|
}
|
133
133
|
exports.GetRelatedProgramSessionsDto = GetRelatedProgramSessionsDto;
|
134
|
-
class
|
134
|
+
class GetPaginatedSessionQueryDto extends general_dto_1.PaginationQuery {
|
135
|
+
}
|
136
|
+
exports.GetPaginatedSessionQueryDto = GetPaginatedSessionQueryDto;
|
137
|
+
class GetPaginatedSegmentsQueryDto extends GetPaginatedSessionQueryDto {
|
138
|
+
}
|
139
|
+
exports.GetPaginatedSegmentsQueryDto = GetPaginatedSegmentsQueryDto;
|
140
|
+
class GetPaginatedEventsQueryDto extends GetPaginatedSessionQueryDto {
|
135
141
|
}
|
136
|
-
exports.
|
142
|
+
exports.GetPaginatedEventsQueryDto = GetPaginatedEventsQueryDto;
|
137
143
|
//# sourceMappingURL=program-seasons.dto.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"program-seasons.dto.js","sourceRoot":"","sources":["../../../../src/types/programs-seasons/dto/program-seasons.dto.ts"],"names":[],"mappings":";;;AAEA,uDAAyF;AAEzF,yFAAoF;AACpF,8EAAyG;
|
1
|
+
{"version":3,"file":"program-seasons.dto.js","sourceRoot":"","sources":["../../../../src/types/programs-seasons/dto/program-seasons.dto.ts"],"names":[],"mappings":";;;AAEA,uDAAyF;AAEzF,yFAAoF;AACpF,8EAAyG;AACzG,gEAAuF;AAyBvF,MAAa,sBAAsB;CAIlC;AAJD,wDAIC;AAED,MAAa,WAAY,SAAQ,0BAAY;CAE5C;AAFD,kCAEC;AAED,MAAa,uBAAuB;CAEnC;AAFD,0DAEC;AAED,MAAa,6BAA6B;CAEzC;AAFD,sEAEC;AAED,MAAa,wBAAyB,SAAQ,4CAAyB;CAEtE;AAFD,4DAEC;AAED,MAAa,yBAAyB;CAUrC;AAVD,8DAUC;AACD,MAAa,wBAAyB,SAAQ,6BAAe;CAU5D;AAVD,4DAUC;AAED,MAAa,qCAAsC,SAAQ,sCAAmB;CAE7E;AAFD,sFAEC;AAED,MAAa,uBAAuB;CAGnC;AAHD,0DAGC;AAED,MAAa,gBAAgB;CAE5B;AAFD,4CAEC;AAED,MAAa,qBAAsB,SAAQ,wBAAwB;CAElE;AAFD,sDAEC;AAED,MAAa,6BAA8B,SAAQ,6BAAe;CAMjE;AAND,sEAMC;AAED,MAAa,eAAe;CAM3B;AAND,0CAMC;AAED,MAAa,oBAAoB;CA8EhC;AA9ED,oDA8EC;AAED,MAAa,wBAAwB;CAMpC;AAND,4DAMC;AAED,MAAa,kBAAkB;CAQ9B;AARD,gDAQC;AAED,MAAa,sBAAuB,SAAQ,oBAAoB;CAE/D;AAFD,wDAEC;AAED,MAAa,sBAAuB,SAAQ,oBAAoB;CAE/D;AAFD,wDAEC;AAED,MAAa,4BAA4B;CAGxC;AAHD,oEAGC;AAED,MAAa,6BAA6B;CAwDzC;AAxDD,sEAwDC;AAED,MAAa,yBAA0B,SAAQ,0BAAY;CAAG;AAA9D,8DAA8D;AAE9D,MAAa,gBAAiB,SAAQ,0BAAY;CAcjD;AAdD,4CAcC;AAED,MAAa,oBAAoB;CAWhC;AAXD,oDAWC;AAED,MAAa,8BAA8B;CAI1C;AAJD,wEAIC;AAED,MAAa,+BAA+B;CAO3C;AAPD,0EAOC;AAED,MAAa,0BAA0B;CAEtC;AAFD,gEAEC;AAED,MAAa,oBAAoB;CAIhC;AAJD,oDAIC;AAED,MAAa,eAAe;CAK3B;AALD,0CAKC;AAED,MAAa,gCAAgC;CAE5C;AAFD,4EAEC;AAED,MAAa,oBAAoB;CAShC;AATD,oDASC;AAED,MAAa,uBAAwB,SAAQ,oBAAoB;CAUhE;AAVD,0DAUC;AAED,MAAa,kBAAkB;CAY9B;AAZD,gDAYC;AAED,MAAa,4BAA4B;CAExC;AAFD,oEAEC;AAED,MAAa,6BAA8B,SAAQ,qCAAuB;CAAG;AAA7E,sEAA6E;AAE7E,MAAa,qBAAqB;CAMjC;AAND,sDAMC;AAED;;GAEG;AACH,MAAa,uBAAwB,SAAQ,2CAAmB;CAY/D;AAZD,0DAYC;AAED;;GAEG;AACH,MAAa,yBAA0B,SAAQ,2CAAmB;CAajE;AAbD,8DAaC;AAED,MAAa,iCAAkC,SAAQ,6BAAe;CAMrE;AAND,8EAMC;AAED,MAAa,kBAAkB;CAI9B;AAJD,gDAIC;AAED,MAAa,4BAA4B;CAMxC;AAND,oEAMC;AAED,MAAa,2BACZ,SAAQ,6BAAe;CAWvB;AAZD,kEAYC;AAED,MAAa,4BAA6B,SAAQ,2BAA0C;CAI3F;AAJD,oEAIC;AAED,MAAa,0BAA2B,SAAQ,2BAAkC;CAIjF;AAJD,gEAIC"}
|