@stamhoofd/structures
Advanced tools
Comparing version 1.2.21 to 1.2.22
@@ -6,4 +6,5 @@ import { AutoEncoder } from '@simonbackx/simple-encoding'; | ||
groupId: string; | ||
reduced: boolean; | ||
paymentMethod: PaymentMethod; | ||
} | ||
//# sourceMappingURL=RegisterMember.d.ts.map |
@@ -16,2 +16,5 @@ "use strict"; | ||
tslib_1.__decorate([ | ||
simple_encoding_1.field({ decoder: simple_encoding_1.BooleanDecoder }) | ||
], RegisterMember.prototype, "reduced", void 0); | ||
tslib_1.__decorate([ | ||
simple_encoding_1.field({ decoder: new simple_encoding_1.EnumDecoder(PaymentMethod_1.PaymentMethod) }) | ||
@@ -18,0 +21,0 @@ ], RegisterMember.prototype, "paymentMethod", void 0); |
@@ -6,4 +6,5 @@ import { AutoEncoder } from '@simonbackx/simple-encoding'; | ||
groupId: string; | ||
reduced: boolean; | ||
paymentMethod: PaymentMethod; | ||
} | ||
//# sourceMappingURL=RegisterMember.d.ts.map |
import { __decorate } from "tslib"; | ||
import { AutoEncoder, EnumDecoder, field, StringDecoder } from '@simonbackx/simple-encoding'; | ||
import { AutoEncoder, BooleanDecoder, EnumDecoder, field, StringDecoder } from '@simonbackx/simple-encoding'; | ||
import { PaymentMethod } from '../PaymentMethod'; | ||
@@ -13,4 +13,7 @@ export class RegisterMember extends AutoEncoder { | ||
__decorate([ | ||
field({ decoder: BooleanDecoder }) | ||
], RegisterMember.prototype, "reduced", void 0); | ||
__decorate([ | ||
field({ decoder: new EnumDecoder(PaymentMethod) }) | ||
], RegisterMember.prototype, "paymentMethod", void 0); | ||
//# sourceMappingURL=RegisterMember.js.map |
{ | ||
"name": "@stamhoofd/structures", | ||
"version": "1.2.21", | ||
"version": "1.2.22", | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
270721
3864