@uniswap/client-liquidity 0.0.20 → 0.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/uniswap/liquidity/v1/api-LiquidityService_connectquery.d.ts +15 -1
- package/dist/uniswap/liquidity/v1/api-LiquidityService_connectquery.js +15 -1
- package/dist/uniswap/liquidity/v1/api_connect.d.ts +11 -1
- package/dist/uniswap/liquidity/v1/api_connect.js +11 -1
- package/dist/uniswap/liquidity/v1/api_pb.d.ts +91 -1
- package/dist/uniswap/liquidity/v1/api_pb.js +119 -1
- package/dist/uniswap/liquidity/v1/auction-AuctionService_connectquery.d.ts +15 -1
- package/dist/uniswap/liquidity/v1/auction-AuctionService_connectquery.js +15 -1
- package/dist/uniswap/liquidity/v1/auction_connect.d.ts +11 -1
- package/dist/uniswap/liquidity/v1/auction_connect.js +11 -1
- package/dist/uniswap/liquidity/v1/auction_pb.d.ts +15 -15
- package/dist/uniswap/liquidity/v1/auction_pb.js +16 -26
- package/dist/uniswap/liquidity/v1/types_pb.d.ts +29 -8
- package/dist/uniswap/liquidity/v1/types_pb.js +38 -8
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MethodIdempotency, MethodKind } from "@bufbuild/protobuf";
|
|
2
|
-
import { CheckApprovalLPRequest, CheckApprovalLPResponse, ClaimLPFeesRequest, ClaimLPFeesResponse, ClaimLPRewardsRequest, ClaimLPRewardsResponse, CreateLPPositionRequest, CreateLPPositionResponse, DecreaseLPPositionRequest, DecreaseLPPositionResponse, IncreaseLPPositionRequest, IncreaseLPPositionResponse, MigrateV2ToV3LPPositionRequest, MigrateV2ToV3LPPositionResponse, MigrateV3ToV4LPPositionRequest, MigrateV3ToV4LPPositionResponse, PoolInfoRequest, PoolInfoResponse } from "./api_pb.js";
|
|
2
|
+
import { CheckApprovalLPRequest, CheckApprovalLPResponse, ClaimLPFeesRequest, ClaimLPFeesResponse, ClaimLPRewardsRequest, ClaimLPRewardsResponse, CreateLPPositionRequest, CreateLPPositionResponse, DecreaseLPPositionRequest, DecreaseLPPositionResponse, GetLPPriceDiscrepancyRequest, GetLPPriceDiscrepancyResponse, IncreaseLPPositionRequest, IncreaseLPPositionResponse, MigrateV2ToV3LPPositionRequest, MigrateV2ToV3LPPositionResponse, MigrateV3ToV4LPPositionRequest, MigrateV3ToV4LPPositionResponse, PoolInfoRequest, PoolInfoResponse } from "./api_pb.js";
|
|
3
3
|
/**
|
|
4
4
|
* @generated from rpc uniswap.liquidity.v1.LiquidityService.MigrateV2ToV3LPPosition
|
|
5
5
|
*/
|
|
@@ -126,3 +126,17 @@ export declare const checkLPApproval: {
|
|
|
126
126
|
readonly typeName: "uniswap.liquidity.v1.LiquidityService";
|
|
127
127
|
};
|
|
128
128
|
};
|
|
129
|
+
/**
|
|
130
|
+
* @generated from rpc uniswap.liquidity.v1.LiquidityService.GetLPPriceDiscrepancy
|
|
131
|
+
*/
|
|
132
|
+
export declare const getLPPriceDiscrepancy: {
|
|
133
|
+
readonly localName: "getLPPriceDiscrepancy";
|
|
134
|
+
readonly name: "GetLPPriceDiscrepancy";
|
|
135
|
+
readonly kind: MethodKind.Unary;
|
|
136
|
+
readonly I: typeof GetLPPriceDiscrepancyRequest;
|
|
137
|
+
readonly O: typeof GetLPPriceDiscrepancyResponse;
|
|
138
|
+
readonly idempotency: MethodIdempotency.NoSideEffects;
|
|
139
|
+
readonly service: {
|
|
140
|
+
readonly typeName: "uniswap.liquidity.v1.LiquidityService";
|
|
141
|
+
};
|
|
142
|
+
};
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
import { MethodIdempotency, MethodKind } from "@bufbuild/protobuf";
|
|
6
|
-
import { CheckApprovalLPRequest, CheckApprovalLPResponse, ClaimLPFeesRequest, ClaimLPFeesResponse, ClaimLPRewardsRequest, ClaimLPRewardsResponse, CreateLPPositionRequest, CreateLPPositionResponse, DecreaseLPPositionRequest, DecreaseLPPositionResponse, IncreaseLPPositionRequest, IncreaseLPPositionResponse, MigrateV2ToV3LPPositionRequest, MigrateV2ToV3LPPositionResponse, MigrateV3ToV4LPPositionRequest, MigrateV3ToV4LPPositionResponse, PoolInfoRequest, PoolInfoResponse } from "./api_pb.js";
|
|
6
|
+
import { CheckApprovalLPRequest, CheckApprovalLPResponse, ClaimLPFeesRequest, ClaimLPFeesResponse, ClaimLPRewardsRequest, ClaimLPRewardsResponse, CreateLPPositionRequest, CreateLPPositionResponse, DecreaseLPPositionRequest, DecreaseLPPositionResponse, GetLPPriceDiscrepancyRequest, GetLPPriceDiscrepancyResponse, IncreaseLPPositionRequest, IncreaseLPPositionResponse, MigrateV2ToV3LPPositionRequest, MigrateV2ToV3LPPositionResponse, MigrateV3ToV4LPPositionRequest, MigrateV3ToV4LPPositionResponse, PoolInfoRequest, PoolInfoResponse } from "./api_pb.js";
|
|
7
7
|
/**
|
|
8
8
|
* @generated from rpc uniswap.liquidity.v1.LiquidityService.MigrateV2ToV3LPPosition
|
|
9
9
|
*/
|
|
@@ -130,3 +130,17 @@ export const checkLPApproval = {
|
|
|
130
130
|
typeName: "uniswap.liquidity.v1.LiquidityService"
|
|
131
131
|
}
|
|
132
132
|
};
|
|
133
|
+
/**
|
|
134
|
+
* @generated from rpc uniswap.liquidity.v1.LiquidityService.GetLPPriceDiscrepancy
|
|
135
|
+
*/
|
|
136
|
+
export const getLPPriceDiscrepancy = {
|
|
137
|
+
localName: "getLPPriceDiscrepancy",
|
|
138
|
+
name: "GetLPPriceDiscrepancy",
|
|
139
|
+
kind: MethodKind.Unary,
|
|
140
|
+
I: GetLPPriceDiscrepancyRequest,
|
|
141
|
+
O: GetLPPriceDiscrepancyResponse,
|
|
142
|
+
idempotency: MethodIdempotency.NoSideEffects,
|
|
143
|
+
service: {
|
|
144
|
+
typeName: "uniswap.liquidity.v1.LiquidityService"
|
|
145
|
+
}
|
|
146
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CheckApprovalLPRequest, CheckApprovalLPResponse, ClaimLPFeesRequest, ClaimLPFeesResponse, ClaimLPRewardsRequest, ClaimLPRewardsResponse, CreateLPPositionRequest, CreateLPPositionResponse, DecreaseLPPositionRequest, DecreaseLPPositionResponse, IncreaseLPPositionRequest, IncreaseLPPositionResponse, MigrateV2ToV3LPPositionRequest, MigrateV2ToV3LPPositionResponse, MigrateV3ToV4LPPositionRequest, MigrateV3ToV4LPPositionResponse, PoolInfoRequest, PoolInfoResponse } from "./api_pb.js";
|
|
1
|
+
import { CheckApprovalLPRequest, CheckApprovalLPResponse, ClaimLPFeesRequest, ClaimLPFeesResponse, ClaimLPRewardsRequest, ClaimLPRewardsResponse, CreateLPPositionRequest, CreateLPPositionResponse, DecreaseLPPositionRequest, DecreaseLPPositionResponse, GetLPPriceDiscrepancyRequest, GetLPPriceDiscrepancyResponse, IncreaseLPPositionRequest, IncreaseLPPositionResponse, MigrateV2ToV3LPPositionRequest, MigrateV2ToV3LPPositionResponse, MigrateV3ToV4LPPositionRequest, MigrateV3ToV4LPPositionResponse, PoolInfoRequest, PoolInfoResponse } from "./api_pb.js";
|
|
2
2
|
import { MethodIdempotency, MethodKind } from "@bufbuild/protobuf";
|
|
3
3
|
/**
|
|
4
4
|
* @generated from service uniswap.liquidity.v1.LiquidityService
|
|
@@ -96,5 +96,15 @@ export declare const LiquidityService: {
|
|
|
96
96
|
readonly kind: MethodKind.Unary;
|
|
97
97
|
readonly idempotency: MethodIdempotency.NoSideEffects;
|
|
98
98
|
};
|
|
99
|
+
/**
|
|
100
|
+
* @generated from rpc uniswap.liquidity.v1.LiquidityService.GetLPPriceDiscrepancy
|
|
101
|
+
*/
|
|
102
|
+
readonly getLPPriceDiscrepancy: {
|
|
103
|
+
readonly name: "GetLPPriceDiscrepancy";
|
|
104
|
+
readonly I: typeof GetLPPriceDiscrepancyRequest;
|
|
105
|
+
readonly O: typeof GetLPPriceDiscrepancyResponse;
|
|
106
|
+
readonly kind: MethodKind.Unary;
|
|
107
|
+
readonly idempotency: MethodIdempotency.NoSideEffects;
|
|
108
|
+
};
|
|
99
109
|
};
|
|
100
110
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// @generated from file uniswap/liquidity/v1/api.proto (package uniswap.liquidity.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
|
-
import { CheckApprovalLPRequest, CheckApprovalLPResponse, ClaimLPFeesRequest, ClaimLPFeesResponse, ClaimLPRewardsRequest, ClaimLPRewardsResponse, CreateLPPositionRequest, CreateLPPositionResponse, DecreaseLPPositionRequest, DecreaseLPPositionResponse, IncreaseLPPositionRequest, IncreaseLPPositionResponse, MigrateV2ToV3LPPositionRequest, MigrateV2ToV3LPPositionResponse, MigrateV3ToV4LPPositionRequest, MigrateV3ToV4LPPositionResponse, PoolInfoRequest, PoolInfoResponse } from "./api_pb.js";
|
|
5
|
+
import { CheckApprovalLPRequest, CheckApprovalLPResponse, ClaimLPFeesRequest, ClaimLPFeesResponse, ClaimLPRewardsRequest, ClaimLPRewardsResponse, CreateLPPositionRequest, CreateLPPositionResponse, DecreaseLPPositionRequest, DecreaseLPPositionResponse, GetLPPriceDiscrepancyRequest, GetLPPriceDiscrepancyResponse, IncreaseLPPositionRequest, IncreaseLPPositionResponse, MigrateV2ToV3LPPositionRequest, MigrateV2ToV3LPPositionResponse, MigrateV3ToV4LPPositionRequest, MigrateV3ToV4LPPositionResponse, PoolInfoRequest, PoolInfoResponse } from "./api_pb.js";
|
|
6
6
|
import { MethodIdempotency, MethodKind } from "@bufbuild/protobuf";
|
|
7
7
|
/**
|
|
8
8
|
* @generated from service uniswap.liquidity.v1.LiquidityService
|
|
@@ -100,5 +100,15 @@ export const LiquidityService = {
|
|
|
100
100
|
kind: MethodKind.Unary,
|
|
101
101
|
idempotency: MethodIdempotency.NoSideEffects,
|
|
102
102
|
},
|
|
103
|
+
/**
|
|
104
|
+
* @generated from rpc uniswap.liquidity.v1.LiquidityService.GetLPPriceDiscrepancy
|
|
105
|
+
*/
|
|
106
|
+
getLPPriceDiscrepancy: {
|
|
107
|
+
name: "GetLPPriceDiscrepancy",
|
|
108
|
+
I: GetLPPriceDiscrepancyRequest,
|
|
109
|
+
O: GetLPPriceDiscrepancyResponse,
|
|
110
|
+
kind: MethodKind.Unary,
|
|
111
|
+
idempotency: MethodIdempotency.NoSideEffects,
|
|
112
|
+
},
|
|
103
113
|
}
|
|
104
114
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
|
|
2
2
|
import { Message, proto3 } from "@bufbuild/protobuf";
|
|
3
|
-
import { ChainId, Distributor, NFTPermitData, PermitBatchData, PoolInformation, PoolParameters, PoolReferenceByProtocol, Protocols, TransactionRequest, V2CheckApprovalLPRequest, V2ClaimLPFeesRequest, V2CreateLPPosition, V2DecreaseLPPosition, V2IncreaseLPPosition, V3CheckApprovalLPRequest, V3ClaimLPFeesRequest, V3CreateLPPosition, V3DecreaseLPPosition, V3IncreaseLPPosition, V3Position, V4CheckApprovalLPRequest, V4ClaimLPFeesRequest, V4CreateLPPosition, V4DecreaseLPPosition, V4IncreaseLPPosition, V4Position } from "./types_pb.js";
|
|
3
|
+
import { ChainId, Distributor, NFTPermitData, OnChainStatus, PermitBatchData, PoolInformation, PoolParameters, PoolReferenceByProtocol, Protocols, TransactionRequest, V2CheckApprovalLPRequest, V2ClaimLPFeesRequest, V2CreateLPPosition, V2DecreaseLPPosition, V2IncreaseLPPosition, V3CheckApprovalLPRequest, V3ClaimLPFeesRequest, V3CreateLPPosition, V3DecreaseLPPosition, V3IncreaseLPPosition, V3Position, V4CheckApprovalLPRequest, V4ClaimLPFeesRequest, V4CreateLPPosition, V4DecreaseLPPosition, V4IncreaseLPPosition, V4Position } from "./types_pb.js";
|
|
4
4
|
/**
|
|
5
5
|
* REQUESTS & RESPONSES
|
|
6
6
|
*
|
|
@@ -737,3 +737,93 @@ export declare class CheckApprovalLPResponse extends Message<CheckApprovalLPResp
|
|
|
737
737
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CheckApprovalLPResponse;
|
|
738
738
|
static equals(a: CheckApprovalLPResponse | PlainMessage<CheckApprovalLPResponse> | undefined, b: CheckApprovalLPResponse | PlainMessage<CheckApprovalLPResponse> | undefined): boolean;
|
|
739
739
|
}
|
|
740
|
+
/**
|
|
741
|
+
* @generated from message uniswap.liquidity.v1.GetLPPriceDiscrepancyRequest
|
|
742
|
+
*/
|
|
743
|
+
export declare class GetLPPriceDiscrepancyRequest extends Message<GetLPPriceDiscrepancyRequest> {
|
|
744
|
+
/**
|
|
745
|
+
* @generated from field: string txn_hash = 1;
|
|
746
|
+
*/
|
|
747
|
+
txnHash: string;
|
|
748
|
+
/**
|
|
749
|
+
* @generated from field: uniswap.liquidity.v1.ChainId chain_id = 2;
|
|
750
|
+
*/
|
|
751
|
+
chainId: ChainId;
|
|
752
|
+
/**
|
|
753
|
+
* @generated from field: string token0 = 3;
|
|
754
|
+
*/
|
|
755
|
+
token0: string;
|
|
756
|
+
/**
|
|
757
|
+
* @generated from field: string token1 = 4;
|
|
758
|
+
*/
|
|
759
|
+
token1: string;
|
|
760
|
+
/**
|
|
761
|
+
* @generated from field: optional int32 tick_spacing = 5;
|
|
762
|
+
*/
|
|
763
|
+
tickSpacing?: number;
|
|
764
|
+
/**
|
|
765
|
+
* @generated from field: optional int32 fee = 6;
|
|
766
|
+
*/
|
|
767
|
+
fee?: number;
|
|
768
|
+
/**
|
|
769
|
+
* @generated from field: optional string hooks = 7;
|
|
770
|
+
*/
|
|
771
|
+
hooks?: string;
|
|
772
|
+
/**
|
|
773
|
+
* @generated from field: string sqrt_ratio_x96 = 8;
|
|
774
|
+
*/
|
|
775
|
+
sqrtRatioX96: string;
|
|
776
|
+
/**
|
|
777
|
+
* @generated from field: uniswap.liquidity.v1.Protocols protocol = 9;
|
|
778
|
+
*/
|
|
779
|
+
protocol: Protocols;
|
|
780
|
+
constructor(data?: PartialMessage<GetLPPriceDiscrepancyRequest>);
|
|
781
|
+
static readonly runtime: typeof proto3;
|
|
782
|
+
static readonly typeName = "uniswap.liquidity.v1.GetLPPriceDiscrepancyRequest";
|
|
783
|
+
static readonly fields: FieldList;
|
|
784
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetLPPriceDiscrepancyRequest;
|
|
785
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetLPPriceDiscrepancyRequest;
|
|
786
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetLPPriceDiscrepancyRequest;
|
|
787
|
+
static equals(a: GetLPPriceDiscrepancyRequest | PlainMessage<GetLPPriceDiscrepancyRequest> | undefined, b: GetLPPriceDiscrepancyRequest | PlainMessage<GetLPPriceDiscrepancyRequest> | undefined): boolean;
|
|
788
|
+
}
|
|
789
|
+
/**
|
|
790
|
+
* @generated from message uniswap.liquidity.v1.GetLPPriceDiscrepancyResponse
|
|
791
|
+
*/
|
|
792
|
+
export declare class GetLPPriceDiscrepancyResponse extends Message<GetLPPriceDiscrepancyResponse> {
|
|
793
|
+
/**
|
|
794
|
+
* @generated from field: string request_id = 1;
|
|
795
|
+
*/
|
|
796
|
+
requestId: string;
|
|
797
|
+
/**
|
|
798
|
+
* @generated from field: string percent_price_difference = 2;
|
|
799
|
+
*/
|
|
800
|
+
percentPriceDifference: string;
|
|
801
|
+
/**
|
|
802
|
+
* @generated from field: uniswap.liquidity.v1.OnChainStatus status = 3;
|
|
803
|
+
*/
|
|
804
|
+
status: OnChainStatus;
|
|
805
|
+
/**
|
|
806
|
+
* @generated from field: string sqrt_ratio_x96_before = 4;
|
|
807
|
+
*/
|
|
808
|
+
sqrtRatioX96Before: string;
|
|
809
|
+
/**
|
|
810
|
+
* @generated from field: string sqrt_ratio_x96_after = 5;
|
|
811
|
+
*/
|
|
812
|
+
sqrtRatioX96After: string;
|
|
813
|
+
/**
|
|
814
|
+
* @generated from field: uniswap.liquidity.v1.ChainId chain_id = 6;
|
|
815
|
+
*/
|
|
816
|
+
chainId: ChainId;
|
|
817
|
+
/**
|
|
818
|
+
* @generated from field: uniswap.liquidity.v1.Protocols protocol = 7;
|
|
819
|
+
*/
|
|
820
|
+
protocol: Protocols;
|
|
821
|
+
constructor(data?: PartialMessage<GetLPPriceDiscrepancyResponse>);
|
|
822
|
+
static readonly runtime: typeof proto3;
|
|
823
|
+
static readonly typeName = "uniswap.liquidity.v1.GetLPPriceDiscrepancyResponse";
|
|
824
|
+
static readonly fields: FieldList;
|
|
825
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetLPPriceDiscrepancyResponse;
|
|
826
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetLPPriceDiscrepancyResponse;
|
|
827
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetLPPriceDiscrepancyResponse;
|
|
828
|
+
static equals(a: GetLPPriceDiscrepancyResponse | PlainMessage<GetLPPriceDiscrepancyResponse> | undefined, b: GetLPPriceDiscrepancyResponse | PlainMessage<GetLPPriceDiscrepancyResponse> | undefined): boolean;
|
|
829
|
+
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
import { Message, proto3 } from "@bufbuild/protobuf";
|
|
6
|
-
import { ChainId, Distributor, NFTPermitData, PermitBatchData, PoolInformation, PoolParameters, PoolReferenceByProtocol, Protocols, TransactionRequest, V2CheckApprovalLPRequest, V2ClaimLPFeesRequest, V2CreateLPPosition, V2DecreaseLPPosition, V2IncreaseLPPosition, V3CheckApprovalLPRequest, V3ClaimLPFeesRequest, V3CreateLPPosition, V3DecreaseLPPosition, V3IncreaseLPPosition, V3Position, V4CheckApprovalLPRequest, V4ClaimLPFeesRequest, V4CreateLPPosition, V4DecreaseLPPosition, V4IncreaseLPPosition, V4Position } from "./types_pb.js";
|
|
6
|
+
import { ChainId, Distributor, NFTPermitData, OnChainStatus, PermitBatchData, PoolInformation, PoolParameters, PoolReferenceByProtocol, Protocols, TransactionRequest, V2CheckApprovalLPRequest, V2ClaimLPFeesRequest, V2CreateLPPosition, V2DecreaseLPPosition, V2IncreaseLPPosition, V3CheckApprovalLPRequest, V3ClaimLPFeesRequest, V3CreateLPPosition, V3DecreaseLPPosition, V3IncreaseLPPosition, V3Position, V4CheckApprovalLPRequest, V4ClaimLPFeesRequest, V4CreateLPPosition, V4DecreaseLPPosition, V4IncreaseLPPosition, V4Position } from "./types_pb.js";
|
|
7
7
|
/**
|
|
8
8
|
* REQUESTS & RESPONSES
|
|
9
9
|
*
|
|
@@ -706,3 +706,121 @@ CheckApprovalLPResponse.fields = proto3.util.newFieldList(() => [
|
|
|
706
706
|
{ no: 16, name: "gas_fee_token_0_permit", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
707
707
|
{ no: 17, name: "gas_fee_token_1_permit", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
708
708
|
]);
|
|
709
|
+
/**
|
|
710
|
+
* @generated from message uniswap.liquidity.v1.GetLPPriceDiscrepancyRequest
|
|
711
|
+
*/
|
|
712
|
+
export class GetLPPriceDiscrepancyRequest extends Message {
|
|
713
|
+
constructor(data) {
|
|
714
|
+
super();
|
|
715
|
+
/**
|
|
716
|
+
* @generated from field: string txn_hash = 1;
|
|
717
|
+
*/
|
|
718
|
+
this.txnHash = "";
|
|
719
|
+
/**
|
|
720
|
+
* @generated from field: uniswap.liquidity.v1.ChainId chain_id = 2;
|
|
721
|
+
*/
|
|
722
|
+
this.chainId = ChainId.CHAIN_ID_UNSPECIFIED;
|
|
723
|
+
/**
|
|
724
|
+
* @generated from field: string token0 = 3;
|
|
725
|
+
*/
|
|
726
|
+
this.token0 = "";
|
|
727
|
+
/**
|
|
728
|
+
* @generated from field: string token1 = 4;
|
|
729
|
+
*/
|
|
730
|
+
this.token1 = "";
|
|
731
|
+
/**
|
|
732
|
+
* @generated from field: string sqrt_ratio_x96 = 8;
|
|
733
|
+
*/
|
|
734
|
+
this.sqrtRatioX96 = "";
|
|
735
|
+
/**
|
|
736
|
+
* @generated from field: uniswap.liquidity.v1.Protocols protocol = 9;
|
|
737
|
+
*/
|
|
738
|
+
this.protocol = Protocols.V2;
|
|
739
|
+
proto3.util.initPartial(data, this);
|
|
740
|
+
}
|
|
741
|
+
static fromBinary(bytes, options) {
|
|
742
|
+
return new GetLPPriceDiscrepancyRequest().fromBinary(bytes, options);
|
|
743
|
+
}
|
|
744
|
+
static fromJson(jsonValue, options) {
|
|
745
|
+
return new GetLPPriceDiscrepancyRequest().fromJson(jsonValue, options);
|
|
746
|
+
}
|
|
747
|
+
static fromJsonString(jsonString, options) {
|
|
748
|
+
return new GetLPPriceDiscrepancyRequest().fromJsonString(jsonString, options);
|
|
749
|
+
}
|
|
750
|
+
static equals(a, b) {
|
|
751
|
+
return proto3.util.equals(GetLPPriceDiscrepancyRequest, a, b);
|
|
752
|
+
}
|
|
753
|
+
}
|
|
754
|
+
GetLPPriceDiscrepancyRequest.runtime = proto3;
|
|
755
|
+
GetLPPriceDiscrepancyRequest.typeName = "uniswap.liquidity.v1.GetLPPriceDiscrepancyRequest";
|
|
756
|
+
GetLPPriceDiscrepancyRequest.fields = proto3.util.newFieldList(() => [
|
|
757
|
+
{ no: 1, name: "txn_hash", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
758
|
+
{ no: 2, name: "chain_id", kind: "enum", T: proto3.getEnumType(ChainId) },
|
|
759
|
+
{ no: 3, name: "token0", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
760
|
+
{ no: 4, name: "token1", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
761
|
+
{ no: 5, name: "tick_spacing", kind: "scalar", T: 5 /* ScalarType.INT32 */, opt: true },
|
|
762
|
+
{ no: 6, name: "fee", kind: "scalar", T: 5 /* ScalarType.INT32 */, opt: true },
|
|
763
|
+
{ no: 7, name: "hooks", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
764
|
+
{ no: 8, name: "sqrt_ratio_x96", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
765
|
+
{ no: 9, name: "protocol", kind: "enum", T: proto3.getEnumType(Protocols) },
|
|
766
|
+
]);
|
|
767
|
+
/**
|
|
768
|
+
* @generated from message uniswap.liquidity.v1.GetLPPriceDiscrepancyResponse
|
|
769
|
+
*/
|
|
770
|
+
export class GetLPPriceDiscrepancyResponse extends Message {
|
|
771
|
+
constructor(data) {
|
|
772
|
+
super();
|
|
773
|
+
/**
|
|
774
|
+
* @generated from field: string request_id = 1;
|
|
775
|
+
*/
|
|
776
|
+
this.requestId = "";
|
|
777
|
+
/**
|
|
778
|
+
* @generated from field: string percent_price_difference = 2;
|
|
779
|
+
*/
|
|
780
|
+
this.percentPriceDifference = "";
|
|
781
|
+
/**
|
|
782
|
+
* @generated from field: uniswap.liquidity.v1.OnChainStatus status = 3;
|
|
783
|
+
*/
|
|
784
|
+
this.status = OnChainStatus.ON_CHAIN_STATUS_UNSPECIFIED;
|
|
785
|
+
/**
|
|
786
|
+
* @generated from field: string sqrt_ratio_x96_before = 4;
|
|
787
|
+
*/
|
|
788
|
+
this.sqrtRatioX96Before = "";
|
|
789
|
+
/**
|
|
790
|
+
* @generated from field: string sqrt_ratio_x96_after = 5;
|
|
791
|
+
*/
|
|
792
|
+
this.sqrtRatioX96After = "";
|
|
793
|
+
/**
|
|
794
|
+
* @generated from field: uniswap.liquidity.v1.ChainId chain_id = 6;
|
|
795
|
+
*/
|
|
796
|
+
this.chainId = ChainId.CHAIN_ID_UNSPECIFIED;
|
|
797
|
+
/**
|
|
798
|
+
* @generated from field: uniswap.liquidity.v1.Protocols protocol = 7;
|
|
799
|
+
*/
|
|
800
|
+
this.protocol = Protocols.V2;
|
|
801
|
+
proto3.util.initPartial(data, this);
|
|
802
|
+
}
|
|
803
|
+
static fromBinary(bytes, options) {
|
|
804
|
+
return new GetLPPriceDiscrepancyResponse().fromBinary(bytes, options);
|
|
805
|
+
}
|
|
806
|
+
static fromJson(jsonValue, options) {
|
|
807
|
+
return new GetLPPriceDiscrepancyResponse().fromJson(jsonValue, options);
|
|
808
|
+
}
|
|
809
|
+
static fromJsonString(jsonString, options) {
|
|
810
|
+
return new GetLPPriceDiscrepancyResponse().fromJsonString(jsonString, options);
|
|
811
|
+
}
|
|
812
|
+
static equals(a, b) {
|
|
813
|
+
return proto3.util.equals(GetLPPriceDiscrepancyResponse, a, b);
|
|
814
|
+
}
|
|
815
|
+
}
|
|
816
|
+
GetLPPriceDiscrepancyResponse.runtime = proto3;
|
|
817
|
+
GetLPPriceDiscrepancyResponse.typeName = "uniswap.liquidity.v1.GetLPPriceDiscrepancyResponse";
|
|
818
|
+
GetLPPriceDiscrepancyResponse.fields = proto3.util.newFieldList(() => [
|
|
819
|
+
{ no: 1, name: "request_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
820
|
+
{ no: 2, name: "percent_price_difference", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
821
|
+
{ no: 3, name: "status", kind: "enum", T: proto3.getEnumType(OnChainStatus) },
|
|
822
|
+
{ no: 4, name: "sqrt_ratio_x96_before", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
823
|
+
{ no: 5, name: "sqrt_ratio_x96_after", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
824
|
+
{ no: 6, name: "chain_id", kind: "enum", T: proto3.getEnumType(ChainId) },
|
|
825
|
+
{ no: 7, name: "protocol", kind: "enum", T: proto3.getEnumType(Protocols) },
|
|
826
|
+
]);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MethodIdempotency, MethodKind } from "@bufbuild/protobuf";
|
|
2
|
-
import { ClaimTokensRequest, ClaimTokensResponse, ExitBidAndClaimTokensRequest, ExitBidAndClaimTokensResponse, ExitBidPositionRequest, ExitBidPositionResponse, SubmitBidRequest, SubmitBidResponse, TokenCountAllocatedToLpForAuctionRequest, TokenCountAllocatedToLpForAuctionResponse } from "./auction_pb.js";
|
|
2
|
+
import { ClaimTokensRequest, ClaimTokensResponse, ExitBidAndClaimTokensRequest, ExitBidAndClaimTokensResponse, ExitBidPositionRequest, ExitBidPositionResponse, SubmitBidRequest, SubmitBidResponse, TokenCountAllocatedToLpForAuctionRequest, TokenCountAllocatedToLpForAuctionResponse, VerifyWalletRequest, VerifyWalletResponse } from "./auction_pb.js";
|
|
3
3
|
/**
|
|
4
4
|
* @generated from rpc uniswap.liquidity.v1.AuctionService.SubmitBid
|
|
5
5
|
*/
|
|
@@ -70,3 +70,17 @@ export declare const tokenCountAllocatedToLpForAuction: {
|
|
|
70
70
|
readonly typeName: "uniswap.liquidity.v1.AuctionService";
|
|
71
71
|
};
|
|
72
72
|
};
|
|
73
|
+
/**
|
|
74
|
+
* @generated from rpc uniswap.liquidity.v1.AuctionService.VerifyWallet
|
|
75
|
+
*/
|
|
76
|
+
export declare const verifyWallet: {
|
|
77
|
+
readonly localName: "verifyWallet";
|
|
78
|
+
readonly name: "VerifyWallet";
|
|
79
|
+
readonly kind: MethodKind.Unary;
|
|
80
|
+
readonly I: typeof VerifyWalletRequest;
|
|
81
|
+
readonly O: typeof VerifyWalletResponse;
|
|
82
|
+
readonly idempotency: MethodIdempotency.NoSideEffects;
|
|
83
|
+
readonly service: {
|
|
84
|
+
readonly typeName: "uniswap.liquidity.v1.AuctionService";
|
|
85
|
+
};
|
|
86
|
+
};
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
import { MethodIdempotency, MethodKind } from "@bufbuild/protobuf";
|
|
6
|
-
import { ClaimTokensRequest, ClaimTokensResponse, ExitBidAndClaimTokensRequest, ExitBidAndClaimTokensResponse, ExitBidPositionRequest, ExitBidPositionResponse, SubmitBidRequest, SubmitBidResponse, TokenCountAllocatedToLpForAuctionRequest, TokenCountAllocatedToLpForAuctionResponse } from "./auction_pb.js";
|
|
6
|
+
import { ClaimTokensRequest, ClaimTokensResponse, ExitBidAndClaimTokensRequest, ExitBidAndClaimTokensResponse, ExitBidPositionRequest, ExitBidPositionResponse, SubmitBidRequest, SubmitBidResponse, TokenCountAllocatedToLpForAuctionRequest, TokenCountAllocatedToLpForAuctionResponse, VerifyWalletRequest, VerifyWalletResponse } from "./auction_pb.js";
|
|
7
7
|
/**
|
|
8
8
|
* @generated from rpc uniswap.liquidity.v1.AuctionService.SubmitBid
|
|
9
9
|
*/
|
|
@@ -74,3 +74,17 @@ export const tokenCountAllocatedToLpForAuction = {
|
|
|
74
74
|
typeName: "uniswap.liquidity.v1.AuctionService"
|
|
75
75
|
}
|
|
76
76
|
};
|
|
77
|
+
/**
|
|
78
|
+
* @generated from rpc uniswap.liquidity.v1.AuctionService.VerifyWallet
|
|
79
|
+
*/
|
|
80
|
+
export const verifyWallet = {
|
|
81
|
+
localName: "verifyWallet",
|
|
82
|
+
name: "VerifyWallet",
|
|
83
|
+
kind: MethodKind.Unary,
|
|
84
|
+
I: VerifyWalletRequest,
|
|
85
|
+
O: VerifyWalletResponse,
|
|
86
|
+
idempotency: MethodIdempotency.NoSideEffects,
|
|
87
|
+
service: {
|
|
88
|
+
typeName: "uniswap.liquidity.v1.AuctionService"
|
|
89
|
+
}
|
|
90
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ClaimTokensRequest, ClaimTokensResponse, ExitBidAndClaimTokensRequest, ExitBidAndClaimTokensResponse, ExitBidPositionRequest, ExitBidPositionResponse, SubmitBidRequest, SubmitBidResponse, TokenCountAllocatedToLpForAuctionRequest, TokenCountAllocatedToLpForAuctionResponse } from "./auction_pb.js";
|
|
1
|
+
import { ClaimTokensRequest, ClaimTokensResponse, ExitBidAndClaimTokensRequest, ExitBidAndClaimTokensResponse, ExitBidPositionRequest, ExitBidPositionResponse, SubmitBidRequest, SubmitBidResponse, TokenCountAllocatedToLpForAuctionRequest, TokenCountAllocatedToLpForAuctionResponse, VerifyWalletRequest, VerifyWalletResponse } from "./auction_pb.js";
|
|
2
2
|
import { MethodIdempotency, MethodKind } from "@bufbuild/protobuf";
|
|
3
3
|
/**
|
|
4
4
|
* @generated from service uniswap.liquidity.v1.AuctionService
|
|
@@ -56,5 +56,15 @@ export declare const AuctionService: {
|
|
|
56
56
|
readonly kind: MethodKind.Unary;
|
|
57
57
|
readonly idempotency: MethodIdempotency.NoSideEffects;
|
|
58
58
|
};
|
|
59
|
+
/**
|
|
60
|
+
* @generated from rpc uniswap.liquidity.v1.AuctionService.VerifyWallet
|
|
61
|
+
*/
|
|
62
|
+
readonly verifyWallet: {
|
|
63
|
+
readonly name: "VerifyWallet";
|
|
64
|
+
readonly I: typeof VerifyWalletRequest;
|
|
65
|
+
readonly O: typeof VerifyWalletResponse;
|
|
66
|
+
readonly kind: MethodKind.Unary;
|
|
67
|
+
readonly idempotency: MethodIdempotency.NoSideEffects;
|
|
68
|
+
};
|
|
59
69
|
};
|
|
60
70
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// @generated from file uniswap/liquidity/v1/auction.proto (package uniswap.liquidity.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
|
-
import { ClaimTokensRequest, ClaimTokensResponse, ExitBidAndClaimTokensRequest, ExitBidAndClaimTokensResponse, ExitBidPositionRequest, ExitBidPositionResponse, SubmitBidRequest, SubmitBidResponse, TokenCountAllocatedToLpForAuctionRequest, TokenCountAllocatedToLpForAuctionResponse } from "./auction_pb.js";
|
|
5
|
+
import { ClaimTokensRequest, ClaimTokensResponse, ExitBidAndClaimTokensRequest, ExitBidAndClaimTokensResponse, ExitBidPositionRequest, ExitBidPositionResponse, SubmitBidRequest, SubmitBidResponse, TokenCountAllocatedToLpForAuctionRequest, TokenCountAllocatedToLpForAuctionResponse, VerifyWalletRequest, VerifyWalletResponse } from "./auction_pb.js";
|
|
6
6
|
import { MethodIdempotency, MethodKind } from "@bufbuild/protobuf";
|
|
7
7
|
/**
|
|
8
8
|
* @generated from service uniswap.liquidity.v1.AuctionService
|
|
@@ -60,5 +60,15 @@ export const AuctionService = {
|
|
|
60
60
|
kind: MethodKind.Unary,
|
|
61
61
|
idempotency: MethodIdempotency.NoSideEffects,
|
|
62
62
|
},
|
|
63
|
+
/**
|
|
64
|
+
* @generated from rpc uniswap.liquidity.v1.AuctionService.VerifyWallet
|
|
65
|
+
*/
|
|
66
|
+
verifyWallet: {
|
|
67
|
+
name: "VerifyWallet",
|
|
68
|
+
I: VerifyWalletRequest,
|
|
69
|
+
O: VerifyWalletResponse,
|
|
70
|
+
kind: MethodKind.Unary,
|
|
71
|
+
idempotency: MethodIdempotency.NoSideEffects,
|
|
72
|
+
},
|
|
63
73
|
}
|
|
64
74
|
};
|
|
@@ -305,6 +305,10 @@ export declare class VerifyWalletRequest extends Message<VerifyWalletRequest> {
|
|
|
305
305
|
* @generated from field: string auction_address = 2;
|
|
306
306
|
*/
|
|
307
307
|
auctionAddress: string;
|
|
308
|
+
/**
|
|
309
|
+
* @generated from field: uniswap.liquidity.v1.ChainId chain_id = 3;
|
|
310
|
+
*/
|
|
311
|
+
chainId: ChainId;
|
|
308
312
|
constructor(data?: PartialMessage<VerifyWalletRequest>);
|
|
309
313
|
static readonly runtime: typeof proto3;
|
|
310
314
|
static readonly typeName = "uniswap.liquidity.v1.VerifyWalletRequest";
|
|
@@ -319,37 +323,33 @@ export declare class VerifyWalletRequest extends Message<VerifyWalletRequest> {
|
|
|
319
323
|
*/
|
|
320
324
|
export declare class VerifyWalletResponse extends Message<VerifyWalletResponse> {
|
|
321
325
|
/**
|
|
322
|
-
* @generated from field:
|
|
323
|
-
*/
|
|
324
|
-
isVerified: boolean;
|
|
325
|
-
/**
|
|
326
|
-
* @generated from field: uniswap.liquidity.v1.VerificationStatus status = 2;
|
|
326
|
+
* @generated from field: uniswap.liquidity.v1.VerificationStatus status = 1;
|
|
327
327
|
*/
|
|
328
328
|
status: VerificationStatus;
|
|
329
329
|
/**
|
|
330
330
|
* Predicate unsigned URL if not verified
|
|
331
331
|
*
|
|
332
|
-
* @generated from field: string redirect_url =
|
|
332
|
+
* @generated from field: optional string redirect_url = 2;
|
|
333
333
|
*/
|
|
334
|
-
redirectUrl
|
|
334
|
+
redirectUrl?: string;
|
|
335
335
|
/**
|
|
336
336
|
* Only set if is presale and KYC verified
|
|
337
337
|
*
|
|
338
|
-
* @generated from field: optional bool
|
|
338
|
+
* @generated from field: optional bool is_allowlisted = 3;
|
|
339
339
|
*/
|
|
340
|
-
|
|
340
|
+
isAllowlisted?: boolean;
|
|
341
341
|
/**
|
|
342
|
-
* @generated from field: string
|
|
342
|
+
* @generated from field: optional string qr_code = 4;
|
|
343
343
|
*/
|
|
344
|
-
|
|
344
|
+
qrCode?: string;
|
|
345
345
|
/**
|
|
346
|
-
* @generated from field: bool
|
|
346
|
+
* @generated from field: bool has_presale = 5;
|
|
347
347
|
*/
|
|
348
|
-
|
|
348
|
+
hasPresale: boolean;
|
|
349
349
|
/**
|
|
350
|
-
* @generated from field: bool
|
|
350
|
+
* @generated from field: bool has_kyc_verification = 6;
|
|
351
351
|
*/
|
|
352
|
-
|
|
352
|
+
hasKycVerification: boolean;
|
|
353
353
|
constructor(data?: PartialMessage<VerifyWalletResponse>);
|
|
354
354
|
static readonly runtime: typeof proto3;
|
|
355
355
|
static readonly typeName = "uniswap.liquidity.v1.VerifyWalletResponse";
|
|
@@ -410,6 +410,10 @@ export class VerifyWalletRequest extends Message {
|
|
|
410
410
|
* @generated from field: string auction_address = 2;
|
|
411
411
|
*/
|
|
412
412
|
this.auctionAddress = "";
|
|
413
|
+
/**
|
|
414
|
+
* @generated from field: uniswap.liquidity.v1.ChainId chain_id = 3;
|
|
415
|
+
*/
|
|
416
|
+
this.chainId = ChainId.CHAIN_ID_UNSPECIFIED;
|
|
413
417
|
proto3.util.initPartial(data, this);
|
|
414
418
|
}
|
|
415
419
|
static fromBinary(bytes, options) {
|
|
@@ -430,6 +434,7 @@ VerifyWalletRequest.typeName = "uniswap.liquidity.v1.VerifyWalletRequest";
|
|
|
430
434
|
VerifyWalletRequest.fields = proto3.util.newFieldList(() => [
|
|
431
435
|
{ no: 1, name: "wallet_address", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
432
436
|
{ no: 2, name: "auction_address", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
437
|
+
{ no: 3, name: "chain_id", kind: "enum", T: proto3.getEnumType(ChainId) },
|
|
433
438
|
]);
|
|
434
439
|
/**
|
|
435
440
|
* @generated from message uniswap.liquidity.v1.VerifyWalletResponse
|
|
@@ -438,31 +443,17 @@ export class VerifyWalletResponse extends Message {
|
|
|
438
443
|
constructor(data) {
|
|
439
444
|
super();
|
|
440
445
|
/**
|
|
441
|
-
* @generated from field:
|
|
442
|
-
*/
|
|
443
|
-
this.isVerified = false;
|
|
444
|
-
/**
|
|
445
|
-
* @generated from field: uniswap.liquidity.v1.VerificationStatus status = 2;
|
|
446
|
+
* @generated from field: uniswap.liquidity.v1.VerificationStatus status = 1;
|
|
446
447
|
*/
|
|
447
448
|
this.status = VerificationStatus.UNSPECIFIED;
|
|
448
449
|
/**
|
|
449
|
-
*
|
|
450
|
-
*
|
|
451
|
-
* @generated from field: string redirect_url = 3;
|
|
452
|
-
*/
|
|
453
|
-
this.redirectUrl = "";
|
|
454
|
-
/**
|
|
455
|
-
* @generated from field: string failure_reason = 5;
|
|
456
|
-
*/
|
|
457
|
-
this.failureReason = "";
|
|
458
|
-
/**
|
|
459
|
-
* @generated from field: bool auction_has_presale = 6;
|
|
450
|
+
* @generated from field: bool has_presale = 5;
|
|
460
451
|
*/
|
|
461
|
-
this.
|
|
452
|
+
this.hasPresale = false;
|
|
462
453
|
/**
|
|
463
|
-
* @generated from field: bool
|
|
454
|
+
* @generated from field: bool has_kyc_verification = 6;
|
|
464
455
|
*/
|
|
465
|
-
this.
|
|
456
|
+
this.hasKycVerification = false;
|
|
466
457
|
proto3.util.initPartial(data, this);
|
|
467
458
|
}
|
|
468
459
|
static fromBinary(bytes, options) {
|
|
@@ -481,11 +472,10 @@ export class VerifyWalletResponse extends Message {
|
|
|
481
472
|
VerifyWalletResponse.runtime = proto3;
|
|
482
473
|
VerifyWalletResponse.typeName = "uniswap.liquidity.v1.VerifyWalletResponse";
|
|
483
474
|
VerifyWalletResponse.fields = proto3.util.newFieldList(() => [
|
|
484
|
-
{ no: 1, name: "
|
|
485
|
-
{ no: 2, name: "
|
|
486
|
-
{ no: 3, name: "
|
|
487
|
-
{ no: 4, name: "
|
|
488
|
-
{ no: 5, name: "
|
|
489
|
-
{ no: 6, name: "
|
|
490
|
-
{ no: 7, name: "auction_needs_verification", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
475
|
+
{ no: 1, name: "status", kind: "enum", T: proto3.getEnumType(VerificationStatus) },
|
|
476
|
+
{ no: 2, name: "redirect_url", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
477
|
+
{ no: 3, name: "is_allowlisted", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
|
|
478
|
+
{ no: 4, name: "qr_code", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
479
|
+
{ no: 5, name: "has_presale", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
480
|
+
{ no: 6, name: "has_kyc_verification", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
491
481
|
]);
|
|
@@ -130,6 +130,23 @@ export declare enum IndependentToken {
|
|
|
130
130
|
*/
|
|
131
131
|
TOKEN_1 = 1
|
|
132
132
|
}
|
|
133
|
+
/**
|
|
134
|
+
* @generated from enum uniswap.liquidity.v1.OnChainStatus
|
|
135
|
+
*/
|
|
136
|
+
export declare enum OnChainStatus {
|
|
137
|
+
/**
|
|
138
|
+
* @generated from enum value: ON_CHAIN_STATUS_UNSPECIFIED = 0;
|
|
139
|
+
*/
|
|
140
|
+
ON_CHAIN_STATUS_UNSPECIFIED = 0,
|
|
141
|
+
/**
|
|
142
|
+
* @generated from enum value: SUCCESS = 1;
|
|
143
|
+
*/
|
|
144
|
+
SUCCESS = 1,
|
|
145
|
+
/**
|
|
146
|
+
* @generated from enum value: FAILED = 2;
|
|
147
|
+
*/
|
|
148
|
+
FAILED = 2
|
|
149
|
+
}
|
|
133
150
|
/**
|
|
134
151
|
* @generated from enum uniswap.liquidity.v1.VerificationStatus
|
|
135
152
|
*/
|
|
@@ -139,23 +156,27 @@ export declare enum VerificationStatus {
|
|
|
139
156
|
*/
|
|
140
157
|
UNSPECIFIED = 0,
|
|
141
158
|
/**
|
|
142
|
-
*
|
|
159
|
+
* this is basically verified
|
|
143
160
|
*
|
|
144
|
-
* @generated from enum value:
|
|
161
|
+
* @generated from enum value: VERIFICATION_STATUS_COMPLETED = 1;
|
|
145
162
|
*/
|
|
146
|
-
|
|
163
|
+
COMPLETED = 1,
|
|
147
164
|
/**
|
|
148
|
-
* Predicate: "unknown" (no entry)
|
|
149
|
-
*
|
|
150
165
|
* @generated from enum value: VERIFICATION_STATUS_NOT_STARTED = 2;
|
|
151
166
|
*/
|
|
152
167
|
NOT_STARTED = 2,
|
|
153
168
|
/**
|
|
154
|
-
* Predicate: "not_verified"
|
|
155
|
-
*
|
|
156
169
|
* @generated from enum value: VERIFICATION_STATUS_PENDING = 3;
|
|
157
170
|
*/
|
|
158
|
-
PENDING = 3
|
|
171
|
+
PENDING = 3,
|
|
172
|
+
/**
|
|
173
|
+
* @generated from enum value: VERIFICATION_STATUS_RETRY = 4;
|
|
174
|
+
*/
|
|
175
|
+
RETRY = 4,
|
|
176
|
+
/**
|
|
177
|
+
* @generated from enum value: VERIFICATION_STATUS_REJECTED = 5;
|
|
178
|
+
*/
|
|
179
|
+
REJECTED = 5
|
|
159
180
|
}
|
|
160
181
|
/**
|
|
161
182
|
* CORE TYPE OBJECTS
|
|
@@ -176,6 +176,30 @@ proto3.util.setEnumType(IndependentToken, "uniswap.liquidity.v1.IndependentToken
|
|
|
176
176
|
{ no: 0, name: "TOKEN_0" },
|
|
177
177
|
{ no: 1, name: "TOKEN_1" },
|
|
178
178
|
]);
|
|
179
|
+
/**
|
|
180
|
+
* @generated from enum uniswap.liquidity.v1.OnChainStatus
|
|
181
|
+
*/
|
|
182
|
+
export var OnChainStatus;
|
|
183
|
+
(function (OnChainStatus) {
|
|
184
|
+
/**
|
|
185
|
+
* @generated from enum value: ON_CHAIN_STATUS_UNSPECIFIED = 0;
|
|
186
|
+
*/
|
|
187
|
+
OnChainStatus[OnChainStatus["ON_CHAIN_STATUS_UNSPECIFIED"] = 0] = "ON_CHAIN_STATUS_UNSPECIFIED";
|
|
188
|
+
/**
|
|
189
|
+
* @generated from enum value: SUCCESS = 1;
|
|
190
|
+
*/
|
|
191
|
+
OnChainStatus[OnChainStatus["SUCCESS"] = 1] = "SUCCESS";
|
|
192
|
+
/**
|
|
193
|
+
* @generated from enum value: FAILED = 2;
|
|
194
|
+
*/
|
|
195
|
+
OnChainStatus[OnChainStatus["FAILED"] = 2] = "FAILED";
|
|
196
|
+
})(OnChainStatus || (OnChainStatus = {}));
|
|
197
|
+
// Retrieve enum metadata with: proto3.getEnumType(OnChainStatus)
|
|
198
|
+
proto3.util.setEnumType(OnChainStatus, "uniswap.liquidity.v1.OnChainStatus", [
|
|
199
|
+
{ no: 0, name: "ON_CHAIN_STATUS_UNSPECIFIED" },
|
|
200
|
+
{ no: 1, name: "SUCCESS" },
|
|
201
|
+
{ no: 2, name: "FAILED" },
|
|
202
|
+
]);
|
|
179
203
|
/**
|
|
180
204
|
* @generated from enum uniswap.liquidity.v1.VerificationStatus
|
|
181
205
|
*/
|
|
@@ -186,30 +210,36 @@ export var VerificationStatus;
|
|
|
186
210
|
*/
|
|
187
211
|
VerificationStatus[VerificationStatus["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
188
212
|
/**
|
|
189
|
-
*
|
|
213
|
+
* this is basically verified
|
|
190
214
|
*
|
|
191
|
-
* @generated from enum value:
|
|
215
|
+
* @generated from enum value: VERIFICATION_STATUS_COMPLETED = 1;
|
|
192
216
|
*/
|
|
193
|
-
VerificationStatus[VerificationStatus["
|
|
217
|
+
VerificationStatus[VerificationStatus["COMPLETED"] = 1] = "COMPLETED";
|
|
194
218
|
/**
|
|
195
|
-
* Predicate: "unknown" (no entry)
|
|
196
|
-
*
|
|
197
219
|
* @generated from enum value: VERIFICATION_STATUS_NOT_STARTED = 2;
|
|
198
220
|
*/
|
|
199
221
|
VerificationStatus[VerificationStatus["NOT_STARTED"] = 2] = "NOT_STARTED";
|
|
200
222
|
/**
|
|
201
|
-
* Predicate: "not_verified"
|
|
202
|
-
*
|
|
203
223
|
* @generated from enum value: VERIFICATION_STATUS_PENDING = 3;
|
|
204
224
|
*/
|
|
205
225
|
VerificationStatus[VerificationStatus["PENDING"] = 3] = "PENDING";
|
|
226
|
+
/**
|
|
227
|
+
* @generated from enum value: VERIFICATION_STATUS_RETRY = 4;
|
|
228
|
+
*/
|
|
229
|
+
VerificationStatus[VerificationStatus["RETRY"] = 4] = "RETRY";
|
|
230
|
+
/**
|
|
231
|
+
* @generated from enum value: VERIFICATION_STATUS_REJECTED = 5;
|
|
232
|
+
*/
|
|
233
|
+
VerificationStatus[VerificationStatus["REJECTED"] = 5] = "REJECTED";
|
|
206
234
|
})(VerificationStatus || (VerificationStatus = {}));
|
|
207
235
|
// Retrieve enum metadata with: proto3.getEnumType(VerificationStatus)
|
|
208
236
|
proto3.util.setEnumType(VerificationStatus, "uniswap.liquidity.v1.VerificationStatus", [
|
|
209
237
|
{ no: 0, name: "VERIFICATION_STATUS_UNSPECIFIED" },
|
|
210
|
-
{ no: 1, name: "
|
|
238
|
+
{ no: 1, name: "VERIFICATION_STATUS_COMPLETED" },
|
|
211
239
|
{ no: 2, name: "VERIFICATION_STATUS_NOT_STARTED" },
|
|
212
240
|
{ no: 3, name: "VERIFICATION_STATUS_PENDING" },
|
|
241
|
+
{ no: 4, name: "VERIFICATION_STATUS_RETRY" },
|
|
242
|
+
{ no: 5, name: "VERIFICATION_STATUS_REJECTED" },
|
|
213
243
|
]);
|
|
214
244
|
/**
|
|
215
245
|
* CORE TYPE OBJECTS
|