@hpe/angular-toolkit
Version:
Hewlett-Packard Enterprise : Angular toolkit for rapid project development
58 lines (57 loc) • 3.54 kB
JavaScript
/**
* @fileoverview added by tsickle
* @suppress {checkTypes} checked by tsc
*/
//=============================================================================
//===
//=== (C) Copyright 2018 Hewlett Packard Enterprise Development LP.
//===
//=== Use of this source code is governed by an MIT-style license that can be
//=== found in the LICENSE file
//=============================================================================
export class Credentials {
}
function Credentials_tsickle_Closure_declarations() {
/** @type {?} */
Credentials.prototype.username;
/** @type {?} */
Credentials.prototype.password;
}
export class Session {
}
function Session_tsickle_Closure_declarations() {
/** @type {?} */
Session.prototype.token;
/** @type {?} */
Session.prototype.user;
/** @type {?} */
Session.prototype.profile;
}
export class SessionUser {
}
function SessionUser_tsickle_Closure_declarations() {
/** @type {?} */
SessionUser.prototype.id;
/** @type {?} */
SessionUser.prototype.username;
/** @type {?} */
SessionUser.prototype.name;
/** @type {?} */
SessionUser.prototype.lastLogin;
/** @type {?} */
SessionUser.prototype.language;
}
export class Profile {
}
function Profile_tsickle_Closure_declarations() {
/** @type {?} */
Profile.prototype.code;
/** @type {?} */
Profile.prototype.name;
/** @type {?} */
Profile.prototype.homePage;
/** @type {?} */
Profile.prototype.permissions;
}
//=============================================================================
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2Vzc2lvbi5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BocGUvYW5ndWxhci10b29sa2l0L21vZGVsLyIsInNvdXJjZXMiOlsic2Vzc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7OztBQVFBLE1BQU07Q0FHTDs7Ozs7OztBQUtELE1BQU07Q0FJTDs7Ozs7Ozs7O0FBSUQsTUFBTTtDQU1MOzs7Ozs7Ozs7Ozs7O0FBSUQsTUFBTTtDQUtMIiwic291cmNlc0NvbnRlbnQiOlsiLy89PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuLy89PT1cbi8vPT09IChDKSBDb3B5cmlnaHQgMjAxOCBIZXdsZXR0IFBhY2thcmQgRW50ZXJwcmlzZSBEZXZlbG9wbWVudCBMUC5cbi8vPT09XG4vLz09PSBVc2Ugb2YgdGhpcyBzb3VyY2UgY29kZSBpcyBnb3Zlcm5lZCBieSBhbiBNSVQtc3R5bGUgbGljZW5zZSB0aGF0IGNhbiBiZVxuLy89PT0gZm91bmQgaW4gdGhlIExJQ0VOU0UgZmlsZVxuLy89PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5leHBvcnQgY2xhc3MgQ3JlZGVudGlhbHMge1xuXHR1c2VybmFtZTogc3RyaW5nO1xuXHRwYXNzd29yZDogc3RyaW5nO1xufVxuXG4vLz09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLy0tLSBVc2VyIHNlc3Npb24gcmV0dXJuZWQgYnkgbG9naW5cblxuZXhwb3J0IGNsYXNzIFNlc3Npb24ge1xuXHR0b2tlbiAgIDogc3RyaW5nO1xuXHR1c2VyICAgIDogU2Vzc2lvblVzZXI7XG5cdHByb2ZpbGUgOiBQcm9maWxlO1xufVxuXG4vLz09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG5cbmV4cG9ydCBjbGFzcyBTZXNzaW9uVXNlciB7XG5cdGlkICAgICAgICA6IG51bWJlcjtcblx0dXNlcm5hbWUgIDogc3RyaW5nO1xuXHRuYW1lICAgICAgOiBzdHJpbmc7XG5cdGxhc3RMb2dpbiA6IHN0cmluZztcblx0bGFuZ3VhZ2UgIDogc3RyaW5nO1xufVxuXG4vLz09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG5cbmV4cG9ydCBjbGFzcyBQcm9maWxlIHtcblx0Y29kZVx0XHQ6IHN0cmluZztcblx0bmFtZSAgICAgICAgOiBzdHJpbmc7XG5cdGhvbWVQYWdlICAgIDogc3RyaW5nO1xuXHRwZXJtaXNzaW9ucyA6IHN0cmluZ1tdO1xufVxuXG4vLz09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4iXX0=