@stamhoofd/structures
Advanced tools
Comparing version 1.2.14 to 1.2.15
@@ -40,3 +40,3 @@ export * from "./src/OrganizationMetaData"; | ||
export * from "./src/members/Registration"; | ||
export declare const Version = 3; | ||
export declare const Version = 4; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -49,3 +49,3 @@ "use strict"; | ||
// Latest version of the structures | ||
exports.Version = 3; | ||
exports.Version = 4; | ||
//# sourceMappingURL=index.js.map |
@@ -24,2 +24,6 @@ import { AutoEncoder } from '@simonbackx/simple-encoding'; | ||
doctor: EmergencyContact | null; | ||
/** | ||
* Contains the group that was selected during member creation or editing. Used to determine the group to register the member in | ||
*/ | ||
preferredGroupId: string | null; | ||
get name(): string; | ||
@@ -26,0 +30,0 @@ get age(): number; |
@@ -29,2 +29,6 @@ "use strict"; | ||
this.doctor = null; | ||
/** | ||
* Contains the group that was selected during member creation or editing. Used to determine the group to register the member in | ||
*/ | ||
this.preferredGroupId = null; | ||
} | ||
@@ -91,3 +95,6 @@ get name() { | ||
], MemberDetails.prototype, "doctor", void 0); | ||
tslib_1.__decorate([ | ||
simple_encoding_1.field({ decoder: simple_encoding_1.StringDecoder, version: 4, nullable: true, upgrade: () => null }) | ||
], MemberDetails.prototype, "preferredGroupId", void 0); | ||
exports.MemberDetails = MemberDetails; | ||
//# sourceMappingURL=MemberDetails.js.map |
@@ -40,3 +40,3 @@ export * from "./src/OrganizationMetaData"; | ||
export * from "./src/members/Registration"; | ||
export declare const Version = 3; | ||
export declare const Version = 4; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -45,3 +45,3 @@ // General | ||
// Latest version of the structures | ||
export const Version = 3; | ||
export const Version = 4; | ||
//# sourceMappingURL=index.js.map |
@@ -24,2 +24,6 @@ import { AutoEncoder } from '@simonbackx/simple-encoding'; | ||
doctor: EmergencyContact | null; | ||
/** | ||
* Contains the group that was selected during member creation or editing. Used to determine the group to register the member in | ||
*/ | ||
preferredGroupId: string | null; | ||
get name(): string; | ||
@@ -26,0 +30,0 @@ get age(): number; |
@@ -26,2 +26,6 @@ import { __decorate } from "tslib"; | ||
this.doctor = null; | ||
/** | ||
* Contains the group that was selected during member creation or editing. Used to determine the group to register the member in | ||
*/ | ||
this.preferredGroupId = null; | ||
} | ||
@@ -88,2 +92,5 @@ get name() { | ||
], MemberDetails.prototype, "doctor", void 0); | ||
__decorate([ | ||
field({ decoder: StringDecoder, version: 4, nullable: true, upgrade: () => null }) | ||
], MemberDetails.prototype, "preferredGroupId", void 0); | ||
//# sourceMappingURL=MemberDetails.js.map |
{ | ||
"name": "@stamhoofd/structures", | ||
"version": "1.2.14", | ||
"version": "1.2.15", | ||
"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
258032
3696