@injectivelabs/dmm-proto-ts
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -5,6 +5,6 @@ import { grpc } from "@injectivelabs/grpc-web"; | ||
export interface Pagination { | ||
from: string; | ||
height: string; | ||
perPage: string; | ||
total: string; | ||
from?: number | undefined; | ||
height?: number | undefined; | ||
perPage?: number | undefined; | ||
total?: number | undefined; | ||
} | ||
@@ -11,0 +11,0 @@ export interface GetEpochsRequest { |
@@ -5,6 +5,6 @@ import { grpc } from "@injectivelabs/grpc-web"; | ||
export interface Pagination { | ||
from: string; | ||
height: string; | ||
perPage: string; | ||
total: string; | ||
from?: number | undefined; | ||
height?: number | undefined; | ||
perPage?: number | undefined; | ||
total?: number | undefined; | ||
} | ||
@@ -11,0 +11,0 @@ export interface GetEpochsRequest { |
{ | ||
"name": "@injectivelabs/dmm-proto-ts", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "Injective DMM 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
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
434999