@stamhoofd/structures
Advanced tools
Comparing version 1.2.26 to 1.2.27
@@ -5,3 +5,4 @@ import { Payment } from './Payment'; | ||
registrations: RegistrationWithMember[]; | ||
getMemberNames(): string; | ||
} | ||
//# sourceMappingURL=PaymentDetailed.d.ts.map |
@@ -9,2 +9,5 @@ "use strict"; | ||
class PaymentDetailed extends Payment_1.Payment { | ||
getMemberNames() { | ||
return this.registrations.map(r => { var _a, _b; return (_b = (_a = r.member.details) === null || _a === void 0 ? void 0 : _a.name) !== null && _b !== void 0 ? _b : "Onbekend"; }).join(", "); | ||
} | ||
} | ||
@@ -11,0 +14,0 @@ tslib_1.__decorate([ |
@@ -5,3 +5,4 @@ import { Payment } from './Payment'; | ||
registrations: RegistrationWithMember[]; | ||
getMemberNames(): string; | ||
} | ||
//# sourceMappingURL=PaymentDetailed.d.ts.map |
@@ -6,2 +6,5 @@ import { __decorate } from "tslib"; | ||
export class PaymentDetailed extends Payment { | ||
getMemberNames() { | ||
return this.registrations.map(r => { var _a, _b; return (_b = (_a = r.member.details) === null || _a === void 0 ? void 0 : _a.name) !== null && _b !== void 0 ? _b : "Onbekend"; }).join(", "); | ||
} | ||
} | ||
@@ -8,0 +11,0 @@ __decorate([ |
{ | ||
"name": "@stamhoofd/structures", | ||
"version": "1.2.26", | ||
"version": "1.2.27", | ||
"main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./esm/dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
287202
4087