@studyportals/campaign-management-api-interface 0.28.2 → 0.28.3
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/package.json
CHANGED
|
@@ -3,12 +3,12 @@ export declare class DetailedUserDto {
|
|
|
3
3
|
readonly id: number;
|
|
4
4
|
readonly fullName: string;
|
|
5
5
|
readonly email: string;
|
|
6
|
-
readonly lastLogin: UTCDateTime;
|
|
6
|
+
readonly lastLogin: UTCDateTime | undefined;
|
|
7
7
|
readonly role: string;
|
|
8
8
|
readonly phoneNumber: string;
|
|
9
9
|
readonly hasTableauAccess: boolean;
|
|
10
10
|
readonly hasERTAccess: boolean;
|
|
11
11
|
readonly hasSMTAccess: boolean;
|
|
12
12
|
readonly activeCampaigns: number[];
|
|
13
|
-
constructor(id: number, fullName: string, email: string, lastLogin: UTCDateTime, role: string, phoneNumber: string, hasTableauAccess: boolean, hasERTAccess: boolean, hasSMTAccess: boolean, activeCampaigns: number[]);
|
|
13
|
+
constructor(id: number, fullName: string, email: string, lastLogin: UTCDateTime | undefined, role: string, phoneNumber: string, hasTableauAccess: boolean, hasERTAccess: boolean, hasSMTAccess: boolean, activeCampaigns: number[]);
|
|
14
14
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"detailed-user.dto.js","sourceRoot":"","sources":["../../../../src/domain/users/detailed-user.dto.ts"],"names":[],"mappings":";;;AAEA,MAAa,eAAe;IACxB,YACoB,EAAU,EACV,QAAgB,EAChB,KAAa,EACb,
|
|
1
|
+
{"version":3,"file":"detailed-user.dto.js","sourceRoot":"","sources":["../../../../src/domain/users/detailed-user.dto.ts"],"names":[],"mappings":";;;AAEA,MAAa,eAAe;IACxB,YACoB,EAAU,EACV,QAAgB,EAChB,KAAa,EACb,SAAkC,EAClC,IAAY,EACZ,WAAmB,EACnB,gBAAyB,EACzB,YAAqB,EACrB,YAAqB,EACrB,eAAyB;QATzB,OAAE,GAAF,EAAE,CAAQ;QACV,aAAQ,GAAR,QAAQ,CAAQ;QAChB,UAAK,GAAL,KAAK,CAAQ;QACb,cAAS,GAAT,SAAS,CAAyB;QAClC,SAAI,GAAJ,IAAI,CAAQ;QACZ,gBAAW,GAAX,WAAW,CAAQ;QACnB,qBAAgB,GAAhB,gBAAgB,CAAS;QACzB,iBAAY,GAAZ,YAAY,CAAS;QACrB,iBAAY,GAAZ,YAAY,CAAS;QACrB,oBAAe,GAAf,eAAe,CAAU;IACzC,CAAC;CACR;AAbD,0CAaC"}
|