@injectivelabs/abacus-proto-ts
Advanced tools
Comparing version 1.13.2 to 1.13.3
@@ -30,2 +30,6 @@ import { grpc } from "@injectivelabs/grpc-web"; | ||
export interface HistoricalPointsStatsRow { | ||
/** Week number in ISO format. */ | ||
week: string; | ||
/** Day in ISO format. */ | ||
day?: string | undefined; | ||
/** Amount of points allocated for an account address during time window. */ | ||
@@ -40,6 +44,2 @@ points: string; | ||
volume: number; | ||
/** Time window start. */ | ||
periodStart: string; | ||
/** Time window end. */ | ||
periodEnd: string; | ||
} | ||
@@ -46,0 +46,0 @@ export interface PointsStatsWeeklyForAccountRequest { |
@@ -30,2 +30,6 @@ import { grpc } from "@injectivelabs/grpc-web"; | ||
export interface HistoricalPointsStatsRow { | ||
/** Week number in ISO format. */ | ||
week: string; | ||
/** Day in ISO format. */ | ||
day?: string | undefined; | ||
/** Amount of points allocated for an account address during time window. */ | ||
@@ -40,6 +44,2 @@ points: string; | ||
volume: number; | ||
/** Time window start. */ | ||
periodStart: string; | ||
/** Time window end. */ | ||
periodEnd: string; | ||
} | ||
@@ -46,0 +46,0 @@ export interface PointsStatsWeeklyForAccountRequest { |
{ | ||
"name": "@injectivelabs/abacus-proto-ts", | ||
"version": "1.13.2", | ||
"version": "1.13.3", | ||
"description": "Injective Abacus API client with generated gRPC bindings.", | ||
@@ -5,0 +5,0 @@ "sideEffects": "false", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
784652