@stamhoofd/structures
Advanced tools
Comparing version 1.4.3 to 1.4.4
@@ -9,3 +9,2 @@ import { AutoEncoder } from '@simonbackx/simple-encoding'; | ||
export declare class NewInvite extends AutoEncoder { | ||
id: string; | ||
/** | ||
@@ -12,0 +11,0 @@ * Key that will get used in the invitation |
@@ -36,5 +36,2 @@ "use strict"; | ||
tslib_1.__decorate([ | ||
simple_encoding_1.field({ decoder: simple_encoding_1.StringDecoder, defaultValue: () => uuid_1.v4() }) | ||
], NewInvite.prototype, "id", void 0); | ||
tslib_1.__decorate([ | ||
simple_encoding_1.field({ decoder: simple_encoding_1.StringDecoder }) | ||
@@ -41,0 +38,0 @@ ], NewInvite.prototype, "key", void 0); |
@@ -9,3 +9,2 @@ import { AutoEncoder } from '@simonbackx/simple-encoding'; | ||
export declare class NewInvite extends AutoEncoder { | ||
id: string; | ||
/** | ||
@@ -12,0 +11,0 @@ * Key that will get used in the invitation |
@@ -33,5 +33,2 @@ import { __decorate } from "tslib"; | ||
__decorate([ | ||
field({ decoder: StringDecoder, defaultValue: () => uuidv4() }) | ||
], NewInvite.prototype, "id", void 0); | ||
__decorate([ | ||
field({ decoder: StringDecoder }) | ||
@@ -38,0 +35,0 @@ ], NewInvite.prototype, "key", void 0); |
{ | ||
"name": "@stamhoofd/structures", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"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
428666
6227