@uniswap/client-pools
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -185,2 +185,10 @@ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf"; | ||
hooks?: string; | ||
/** | ||
* @generated from field: optional uint32 page_size = 8; | ||
*/ | ||
pageSize?: number; | ||
/** | ||
* @generated from field: optional string page_token = 9; | ||
*/ | ||
pageToken?: string; | ||
constructor(data?: PartialMessage<ListPoolsRequest>); | ||
@@ -203,2 +211,6 @@ static readonly runtime: typeof proto3; | ||
pools: Pool[]; | ||
/** | ||
* @generated from field: optional string next_page_token = 2; | ||
*/ | ||
nextPageToken?: string; | ||
constructor(data?: PartialMessage<ListPoolsResponse>); | ||
@@ -205,0 +217,0 @@ static readonly runtime: typeof proto3; |
@@ -282,2 +282,4 @@ // @generated by protoc-gen-es v1.10.0 with parameter "target=ts" | ||
{ no: 7, name: "hooks", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true }, | ||
{ no: 8, name: "page_size", kind: "scalar", T: 13 /* ScalarType.UINT32 */, opt: true }, | ||
{ no: 9, name: "page_token", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true }, | ||
]); | ||
@@ -313,2 +315,3 @@ /** | ||
{ no: 1, name: "pools", kind: "message", T: Pool, repeated: true }, | ||
{ no: 2, name: "next_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true }, | ||
]); | ||
@@ -315,0 +318,0 @@ /** |
@@ -332,2 +332,10 @@ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf"; | ||
hooks?: Hook; | ||
/** | ||
* @generated from field: pools.v1.ProtocolVersion protocol_version = 10; | ||
*/ | ||
protocolVersion: ProtocolVersion; | ||
/** | ||
* @generated from field: uint32 chain_id = 11; | ||
*/ | ||
chainId: number; | ||
constructor(data?: PartialMessage<Pool>); | ||
@@ -334,0 +342,0 @@ static readonly runtime: typeof proto3; |
@@ -411,2 +411,10 @@ // @generated by protoc-gen-es v1.10.0 with parameter "target=ts" | ||
this.tickSpacing = 0; | ||
/** | ||
* @generated from field: pools.v1.ProtocolVersion protocol_version = 10; | ||
*/ | ||
this.protocolVersion = ProtocolVersion.UNSPECIFIED; | ||
/** | ||
* @generated from field: uint32 chain_id = 11; | ||
*/ | ||
this.chainId = 0; | ||
proto3.util.initPartial(data, this); | ||
@@ -439,2 +447,4 @@ } | ||
{ no: 9, name: "hooks", kind: "message", T: Hook, opt: true }, | ||
{ no: 10, name: "protocol_version", kind: "enum", T: proto3.getEnumType(ProtocolVersion) }, | ||
{ no: 11, name: "chain_id", kind: "scalar", T: 13 /* ScalarType.UINT32 */ }, | ||
]); | ||
@@ -441,0 +451,0 @@ /** |
{ | ||
"name": "@uniswap/client-pools", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
72903
2054