@bondsports/types 2.2.156 → 2.2.157
Sign up to get free protection for your applications and to get access to all the features.
@@ -41,9 +41,22 @@ export declare class SaveUserAsGroupCaptain {
|
|
41
41
|
groupId: number;
|
42
42
|
userId: number;
|
43
43
|
}
|
44
|
-
export declare class
|
44
|
+
export declare class InviteeDto {
|
45
|
+
source: string;
|
46
|
+
data: any;
|
47
|
+
name: string;
|
45
48
|
emails: string[];
|
46
|
-
|
49
|
+
phoneNumbers: string[];
|
50
|
+
}
|
51
|
+
export declare class CreateInviteToTeamDto {
|
52
|
+
inviterId: number;
|
53
|
+
inviterType: string;
|
54
|
+
invitees: InviteeDto[];
|
55
|
+
generateUrl: boolean;
|
56
|
+
feature: string;
|
57
|
+
bulk: boolean;
|
58
|
+
origin: number;
|
59
|
+
tokend: boolean;
|
47
60
|
}
|
48
61
|
export declare class TeamByIdDto {
|
49
62
|
teamId: number;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.MoveTeamOrMembersByCsvDTO = exports.MoveTeamOrMemberDto = exports.UserTeamFutureSeasons = exports.JoinTeamDto = exports.JoinSuccessResponseDto = exports.CustomerJoinTeam = exports.GetInviteDto = exports.TeamByIdDto = exports.
|
3
|
+
exports.MoveTeamOrMembersByCsvDTO = exports.MoveTeamOrMemberDto = exports.UserTeamFutureSeasons = exports.JoinTeamDto = exports.JoinSuccessResponseDto = exports.CustomerJoinTeam = exports.GetInviteDto = exports.TeamByIdDto = exports.CreateInviteToTeamDto = exports.InviteeDto = exports.SaveUserAsGroupCaptain = exports.MoveUserInGroups = exports.ConnectGroupToDivision = exports.CreateGroupDto = exports.CreateDivisionDto = exports.CreateBulkDivisionsDto = exports.FindByProgramSeasonIdDto = void 0;
|
4
4
|
class FindByProgramSeasonIdDto {
|
5
5
|
}
|
6
6
|
exports.FindByProgramSeasonIdDto = FindByProgramSeasonIdDto;
|
@@ -22,9 +22,12 @@ exports.MoveUserInGroups = MoveUserInGroups;
|
|
22
22
|
class SaveUserAsGroupCaptain {
|
23
23
|
}
|
24
24
|
exports.SaveUserAsGroupCaptain = SaveUserAsGroupCaptain;
|
25
|
-
class
|
25
|
+
class InviteeDto {
|
26
26
|
}
|
27
|
-
exports.
|
27
|
+
exports.InviteeDto = InviteeDto;
|
28
|
+
class CreateInviteToTeamDto {
|
29
|
+
}
|
30
|
+
exports.CreateInviteToTeamDto = CreateInviteToTeamDto;
|
28
31
|
class TeamByIdDto {
|
29
32
|
}
|
30
33
|
exports.TeamByIdDto = TeamByIdDto;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"groupsDivisions.dto.js","sourceRoot":"","sources":["../../../src/types/dto/groupsDivisions.dto.ts"],"names":[],"mappings":";;;AAEA,MAAa,wBAAwB;CAEpC;AAFD,4DAEC;AAED,MAAa,sBAAsB;CAElC;AAFD,wDAEC;AAED,MAAa,iBAAiB;CAM7B;AAND,8CAMC;AAED,MAAa,cAAc;CAc1B;AAdD,wCAcC;AAED,MAAa,sBAAsB;CAIlC;AAJD,wDAIC;AACD,MAAa,gBAAgB;CAI5B;AAJD,4CAIC;AAED,MAAa,sBAAsB;CAGlC;AAHD,wDAGC;AAED,MAAa,
|
1
|
+
{"version":3,"file":"groupsDivisions.dto.js","sourceRoot":"","sources":["../../../src/types/dto/groupsDivisions.dto.ts"],"names":[],"mappings":";;;AAEA,MAAa,wBAAwB;CAEpC;AAFD,4DAEC;AAED,MAAa,sBAAsB;CAElC;AAFD,wDAEC;AAED,MAAa,iBAAiB;CAM7B;AAND,8CAMC;AAED,MAAa,cAAc;CAc1B;AAdD,wCAcC;AAED,MAAa,sBAAsB;CAIlC;AAJD,wDAIC;AACD,MAAa,gBAAgB;CAI5B;AAJD,4CAIC;AAED,MAAa,sBAAsB;CAGlC;AAHD,wDAGC;AAED,MAAa,UAAU;CAUpB;AAVH,gCAUG;AAED,MAAa,qBAAqB;CAgBjC;AAhBD,sDAgBC;AAEH,MAAa,WAAW;CAEvB;AAFD,kCAEC;AAED,MAAa,YAAa,SAAQ,WAAW;CAE5C;AAFD,oCAEC;AAED,MAAa,gBAAgB;CAE5B;AAFD,4CAEC;AAED,MAAa,sBAAsB;CAElC;AAFD,wDAEC;AAED,MAAa,WAAW;CAMvB;AAND,kCAMC;AAED,MAAa,qBAAsB,SAAQ,WAAW;CAErD;AAFD,sDAEC;AAOD,MAAa,mBAAmB;CAU/B;AAVD,kDAUC;AAED,MAAa,yBAAyB;CAErC;AAFD,8DAEC"}
|