@peerbit/document-interface
Advanced tools
Comparing version
@@ -9,3 +9,2 @@ import { type AbstractType } from "@dao-xyz/borsh"; | ||
gid: string; | ||
size: number; | ||
constructor(properties: { | ||
@@ -16,3 +15,2 @@ created: bigint; | ||
gid: string; | ||
size: number; | ||
}); | ||
@@ -19,0 +17,0 @@ } |
@@ -19,3 +19,2 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
gid; | ||
size; // bytes | ||
constructor(properties) { | ||
@@ -26,3 +25,2 @@ this.created = properties.created; | ||
this.gid = properties.gid; | ||
this.size = properties.size; | ||
} | ||
@@ -46,6 +44,2 @@ }; | ||
], Context.prototype, "gid", void 0); | ||
__decorate([ | ||
field({ type: "u32" }), | ||
__metadata("design:type", Number) | ||
], Context.prototype, "size", void 0); | ||
Context = __decorate([ | ||
@@ -52,0 +46,0 @@ variant(0), |
{ | ||
"name": "@peerbit/document-interface", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Document store interface", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
@@ -27,5 +27,2 @@ import { | ||
@field({ type: "u32" }) | ||
size: number; // bytes | ||
constructor(properties: { | ||
@@ -36,3 +33,2 @@ created: bigint; | ||
gid: string; | ||
size: number; | ||
}) { | ||
@@ -43,3 +39,2 @@ this.created = properties.created; | ||
this.gid = properties.gid; | ||
this.size = properties.size; | ||
} | ||
@@ -46,0 +41,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
15658
-3.03%371
-3.13%