r2-opds-js
Version:
Readium 2 'opds' for NodeJS (TypeScript)
28 lines • 1.17 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OPDSAuthenticationLabels = void 0;
const tslib_1 = require("tslib");
const ta_json_x_1 = require("ta-json-x");
let OPDSAuthenticationLabels = class OPDSAuthenticationLabels {
_OnDeserialized() {
}
};
exports.OPDSAuthenticationLabels = OPDSAuthenticationLabels;
tslib_1.__decorate([
(0, ta_json_x_1.JsonProperty)("login"),
tslib_1.__metadata("design:type", String)
], OPDSAuthenticationLabels.prototype, "Login", void 0);
tslib_1.__decorate([
(0, ta_json_x_1.JsonProperty)("password"),
tslib_1.__metadata("design:type", String)
], OPDSAuthenticationLabels.prototype, "Password", void 0);
tslib_1.__decorate([
(0, ta_json_x_1.OnDeserialized)(),
tslib_1.__metadata("design:type", Function),
tslib_1.__metadata("design:paramtypes", []),
tslib_1.__metadata("design:returntype", void 0)
], OPDSAuthenticationLabels.prototype, "_OnDeserialized", null);
exports.OPDSAuthenticationLabels = OPDSAuthenticationLabels = tslib_1.__decorate([
(0, ta_json_x_1.JsonObject)()
], OPDSAuthenticationLabels);
//# sourceMappingURL=opds2-authentication-labels.js.map