@stamhoofd/structures
Advanced tools
Comparing version 1.2.13 to 1.2.14
import { AutoEncoder } from '@simonbackx/simple-encoding'; | ||
export declare class KeychainItem extends AutoEncoder { | ||
/** | ||
* The user that owns this keychain item | ||
*/ | ||
userId: string; | ||
/** | ||
* The public key associated with the encrypted private key | ||
@@ -9,0 +5,0 @@ */ |
@@ -10,5 +10,2 @@ "use strict"; | ||
simple_encoding_1.field({ decoder: simple_encoding_1.StringDecoder }) | ||
], KeychainItem.prototype, "userId", void 0); | ||
tslib_1.__decorate([ | ||
simple_encoding_1.field({ decoder: simple_encoding_1.StringDecoder }) | ||
], KeychainItem.prototype, "publicKey", void 0); | ||
@@ -15,0 +12,0 @@ tslib_1.__decorate([ |
import { AutoEncoder } from '@simonbackx/simple-encoding'; | ||
import { MemberDetails } from './MemberDetails'; | ||
export declare class DecryptedMember extends AutoEncoder { | ||
id: string; | ||
details: string | null; | ||
details: MemberDetails | null; | ||
publicKey: string; | ||
} | ||
//# sourceMappingURL=DecryptedMember.d.ts.map |
import { AutoEncoder } from '@simonbackx/simple-encoding'; | ||
export declare class KeychainItem extends AutoEncoder { | ||
/** | ||
* The user that owns this keychain item | ||
*/ | ||
userId: string; | ||
/** | ||
* The public key associated with the encrypted private key | ||
@@ -9,0 +5,0 @@ */ |
@@ -7,5 +7,2 @@ import { __decorate } from "tslib"; | ||
field({ decoder: StringDecoder }) | ||
], KeychainItem.prototype, "userId", void 0); | ||
__decorate([ | ||
field({ decoder: StringDecoder }) | ||
], KeychainItem.prototype, "publicKey", void 0); | ||
@@ -12,0 +9,0 @@ __decorate([ |
import { AutoEncoder } from '@simonbackx/simple-encoding'; | ||
import { MemberDetails } from './MemberDetails'; | ||
export declare class DecryptedMember extends AutoEncoder { | ||
id: string; | ||
details: string | null; | ||
details: MemberDetails | null; | ||
publicKey: string; | ||
} | ||
//# sourceMappingURL=DecryptedMember.d.ts.map |
{ | ||
"name": "@stamhoofd/structures", | ||
"version": "1.2.13", | ||
"version": "1.2.14", | ||
"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
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
256458
3674