Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@stamhoofd/structures

Package Overview
Dependencies
Maintainers
1
Versions
267
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stamhoofd/structures - npm Package Compare versions

Comparing version 1.2.14 to 1.2.15

2

dist/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc