@phala/typedefs
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -129,3 +129,2 @@ import khala from './khala'; | ||
vUpdatedAt: string; | ||
pInstant: string; | ||
benchmark: string; | ||
@@ -136,4 +135,6 @@ coolDownStart: string; | ||
Benchmark: { | ||
pInstant: string; | ||
iterations: string; | ||
miningStartTime: string; | ||
updated_at: string; | ||
}; | ||
@@ -306,3 +307,2 @@ MinerState: { | ||
vUpdatedAt: string; | ||
pInstant: string; | ||
benchmark: string; | ||
@@ -313,4 +313,6 @@ coolDownStart: string; | ||
Benchmark: { | ||
pInstant: string; | ||
iterations: string; | ||
miningStartTime: string; | ||
updated_at: string; | ||
}; | ||
@@ -317,0 +319,0 @@ MinerState: { |
@@ -102,3 +102,2 @@ declare const _default: { | ||
vUpdatedAt: string; | ||
pInstant: string; | ||
benchmark: string; | ||
@@ -109,4 +108,6 @@ coolDownStart: string; | ||
Benchmark: { | ||
pInstant: string; | ||
iterations: string; | ||
miningStartTime: string; | ||
updated_at: string; | ||
}; | ||
@@ -113,0 +114,0 @@ MinerState: { |
@@ -105,3 +105,2 @@ "use strict"; | ||
"vUpdatedAt": "u64", | ||
"pInstant": "u64", | ||
"benchmark": "Benchmark", | ||
@@ -112,4 +111,6 @@ "coolDownStart": "u64", | ||
"Benchmark": { | ||
"pInstant": "u32", | ||
"iterations": "u64", | ||
"miningStartTime": "u64" | ||
"miningStartTime": "u64", | ||
"updated_at": "u64" | ||
}, | ||
@@ -116,0 +117,0 @@ "MinerState": { |
{ | ||
"name": "@phala/typedefs", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
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
80295
2174