@uniswap/client-trading
Advanced tools
@@ -1,2 +0,2 @@ | ||
| import { CheckApprovalLPRequest, CheckApprovalLPResponse, CheckApprovalRequest, CheckApprovalResponse, CheckWalletDelegationRequest, CheckWalletDelegationResponse, ClaimLPFeesRequest, ClaimLPFeesResponse, ClaimLPRewardsRequest, ClaimLPRewardsResponse, CreateLPPositionRequest, CreateLPPositionResponse, CreatePlanRequest, CreatePlanResponse, DecreaseLPPositionRequest, DecreaseLPPositionResponse, DocsRequest, DocsResponse, Encode7702Request, Encode7702Response, GetLPPriceDiscrepancyRequest, GetLPPriceDiscrepancyResponse, GetOrdersRequest, GetOrdersResponse, GetSwapsRequest, GetSwapsResponse, IncreaseLPPositionRequest, IncreaseLPPositionResponse, MigrateLpPositionRequest, MigrateLpPositionResponse, MigrateV2ToV3LPPositionRequest, MigrateV2ToV3LPPositionResponse, OrderRequest, OrderResponse, PoolInfoRequest, PoolInfoResponse, QuoteRequest, QuoteResponse, SendRequest, SendResponse, Swap5792Request, Swap5792Response, Swap7702Request, Swap7702Response, SwappableTokensRequest, SwappableTokensResponse, SwapRequest, SwapResponse } from "./api_pb.js"; | ||
| import { CheckApprovalLPRequest, CheckApprovalLPResponse, CheckApprovalRequest, CheckApprovalResponse, CheckWalletDelegationRequest, CheckWalletDelegationResponse, ClaimLPFeesRequest, ClaimLPFeesResponse, CreateLPPositionRequest, CreateLPPositionResponse, CreatePlanRequest, DecreaseLPPositionRequest, DecreaseLPPositionResponse, DocsRequest, DocsResponse, Encode7702Request, Encode7702Response, GetLPPriceDiscrepancyRequest, GetLPPriceDiscrepancyResponse, GetOrdersRequest, GetOrdersResponse, GetPlanRequest, GetPlansRequest, GetPlansResponse, GetSwapsRequest, GetSwapsResponse, IncreaseLPPositionRequest, IncreaseLPPositionResponse, MigrateLpPositionRequest, MigrateLpPositionResponse, OrderRequest, OrderResponse, PlanResponse, PoolInfoRequest, PoolInfoResponse, QuoteRequest, QuoteResponse, SendRequest, SendResponse, Swap5792Request, Swap5792Response, Swap7702Request, Swap7702Response, SwappableTokensRequest, SwappableTokensResponse, SwapRequest, SwapResponse, UpdatePlanRequest } from "./api_pb.js"; | ||
| import { MethodIdempotency, MethodKind } from "@bufbuild/protobuf"; | ||
@@ -150,12 +150,2 @@ /** | ||
| /** | ||
| * @generated from rpc trading.v1.tradingService.ClaimLPRewards | ||
| */ | ||
| readonly claimLPRewards: { | ||
| readonly name: "ClaimLPRewards"; | ||
| readonly I: typeof ClaimLPRewardsRequest; | ||
| readonly O: typeof ClaimLPRewardsResponse; | ||
| readonly kind: MethodKind.Unary; | ||
| readonly idempotency: MethodIdempotency.NoSideEffects; | ||
| }; | ||
| /** | ||
| * @generated from rpc trading.v1.tradingService.Send | ||
@@ -221,8 +211,8 @@ */ | ||
| /** | ||
| * @generated from rpc trading.v1.tradingService.MigrateV2ToV3LPPosition | ||
| * @generated from rpc trading.v1.tradingService.CreatePlan | ||
| */ | ||
| readonly migrateV2ToV3LPPosition: { | ||
| readonly name: "MigrateV2ToV3LPPosition"; | ||
| readonly I: typeof MigrateV2ToV3LPPositionRequest; | ||
| readonly O: typeof MigrateV2ToV3LPPositionResponse; | ||
| readonly createPlan: { | ||
| readonly name: "CreatePlan"; | ||
| readonly I: typeof CreatePlanRequest; | ||
| readonly O: typeof PlanResponse; | ||
| readonly kind: MethodKind.Unary; | ||
@@ -232,8 +222,8 @@ readonly idempotency: MethodIdempotency.NoSideEffects; | ||
| /** | ||
| * @generated from rpc trading.v1.tradingService.CreatePlan | ||
| * @generated from rpc trading.v1.tradingService.GetPlan | ||
| */ | ||
| readonly createPlan: { | ||
| readonly name: "CreatePlan"; | ||
| readonly I: typeof CreatePlanRequest; | ||
| readonly O: typeof CreatePlanResponse; | ||
| readonly getPlan: { | ||
| readonly name: "GetPlan"; | ||
| readonly I: typeof GetPlanRequest; | ||
| readonly O: typeof PlanResponse; | ||
| readonly kind: MethodKind.Unary; | ||
@@ -243,2 +233,12 @@ readonly idempotency: MethodIdempotency.NoSideEffects; | ||
| /** | ||
| * @generated from rpc trading.v1.tradingService.UpdatePlan | ||
| */ | ||
| readonly updatePlan: { | ||
| readonly name: "UpdatePlan"; | ||
| readonly I: typeof UpdatePlanRequest; | ||
| readonly O: typeof PlanResponse; | ||
| readonly kind: MethodKind.Unary; | ||
| readonly idempotency: MethodIdempotency.Idempotent; | ||
| }; | ||
| /** | ||
| * @generated from rpc trading.v1.tradingService.GetDocs | ||
@@ -253,3 +253,13 @@ */ | ||
| }; | ||
| /** | ||
| * @generated from rpc trading.v1.tradingService.GetPlans | ||
| */ | ||
| readonly getPlans: { | ||
| readonly name: "GetPlans"; | ||
| readonly I: typeof GetPlansRequest; | ||
| readonly O: typeof GetPlansResponse; | ||
| readonly kind: MethodKind.Unary; | ||
| readonly idempotency: MethodIdempotency.NoSideEffects; | ||
| }; | ||
| }; | ||
| }; |
@@ -1,6 +0,6 @@ | ||
| // @generated by protoc-gen-connect-es v1.4.0 with parameter "target=ts" | ||
| // @generated by protoc-gen-connect-es v1.7.0 with parameter "target=ts" | ||
| // @generated from file trading/v1/api.proto (package trading.v1, syntax proto3) | ||
| /* eslint-disable */ | ||
| // @ts-nocheck | ||
| import { CheckApprovalLPRequest, CheckApprovalLPResponse, CheckApprovalRequest, CheckApprovalResponse, CheckWalletDelegationRequest, CheckWalletDelegationResponse, ClaimLPFeesRequest, ClaimLPFeesResponse, ClaimLPRewardsRequest, ClaimLPRewardsResponse, CreateLPPositionRequest, CreateLPPositionResponse, CreatePlanRequest, CreatePlanResponse, DecreaseLPPositionRequest, DecreaseLPPositionResponse, DocsRequest, DocsResponse, Encode7702Request, Encode7702Response, GetLPPriceDiscrepancyRequest, GetLPPriceDiscrepancyResponse, GetOrdersRequest, GetOrdersResponse, GetSwapsRequest, GetSwapsResponse, IncreaseLPPositionRequest, IncreaseLPPositionResponse, MigrateLpPositionRequest, MigrateLpPositionResponse, MigrateV2ToV3LPPositionRequest, MigrateV2ToV3LPPositionResponse, OrderRequest, OrderResponse, PoolInfoRequest, PoolInfoResponse, QuoteRequest, QuoteResponse, SendRequest, SendResponse, Swap5792Request, Swap5792Response, Swap7702Request, Swap7702Response, SwappableTokensRequest, SwappableTokensResponse, SwapRequest, SwapResponse } from "./api_pb.js"; | ||
| import { CheckApprovalLPRequest, CheckApprovalLPResponse, CheckApprovalRequest, CheckApprovalResponse, CheckWalletDelegationRequest, CheckWalletDelegationResponse, ClaimLPFeesRequest, ClaimLPFeesResponse, CreateLPPositionRequest, CreateLPPositionResponse, CreatePlanRequest, DecreaseLPPositionRequest, DecreaseLPPositionResponse, DocsRequest, DocsResponse, Encode7702Request, Encode7702Response, GetLPPriceDiscrepancyRequest, GetLPPriceDiscrepancyResponse, GetOrdersRequest, GetOrdersResponse, GetPlanRequest, GetPlansRequest, GetPlansResponse, GetSwapsRequest, GetSwapsResponse, IncreaseLPPositionRequest, IncreaseLPPositionResponse, MigrateLpPositionRequest, MigrateLpPositionResponse, OrderRequest, OrderResponse, PlanResponse, PoolInfoRequest, PoolInfoResponse, QuoteRequest, QuoteResponse, SendRequest, SendResponse, Swap5792Request, Swap5792Response, Swap7702Request, Swap7702Response, SwappableTokensRequest, SwappableTokensResponse, SwapRequest, SwapResponse, UpdatePlanRequest } from "./api_pb.js"; | ||
| import { MethodIdempotency, MethodKind } from "@bufbuild/protobuf"; | ||
@@ -154,12 +154,2 @@ /** | ||
| /** | ||
| * @generated from rpc trading.v1.tradingService.ClaimLPRewards | ||
| */ | ||
| claimLPRewards: { | ||
| name: "ClaimLPRewards", | ||
| I: ClaimLPRewardsRequest, | ||
| O: ClaimLPRewardsResponse, | ||
| kind: MethodKind.Unary, | ||
| idempotency: MethodIdempotency.NoSideEffects, | ||
| }, | ||
| /** | ||
| * @generated from rpc trading.v1.tradingService.Send | ||
@@ -225,8 +215,8 @@ */ | ||
| /** | ||
| * @generated from rpc trading.v1.tradingService.MigrateV2ToV3LPPosition | ||
| * @generated from rpc trading.v1.tradingService.CreatePlan | ||
| */ | ||
| migrateV2ToV3LPPosition: { | ||
| name: "MigrateV2ToV3LPPosition", | ||
| I: MigrateV2ToV3LPPositionRequest, | ||
| O: MigrateV2ToV3LPPositionResponse, | ||
| createPlan: { | ||
| name: "CreatePlan", | ||
| I: CreatePlanRequest, | ||
| O: PlanResponse, | ||
| kind: MethodKind.Unary, | ||
@@ -236,8 +226,8 @@ idempotency: MethodIdempotency.NoSideEffects, | ||
| /** | ||
| * @generated from rpc trading.v1.tradingService.CreatePlan | ||
| * @generated from rpc trading.v1.tradingService.GetPlan | ||
| */ | ||
| createPlan: { | ||
| name: "CreatePlan", | ||
| I: CreatePlanRequest, | ||
| O: CreatePlanResponse, | ||
| getPlan: { | ||
| name: "GetPlan", | ||
| I: GetPlanRequest, | ||
| O: PlanResponse, | ||
| kind: MethodKind.Unary, | ||
@@ -247,2 +237,12 @@ idempotency: MethodIdempotency.NoSideEffects, | ||
| /** | ||
| * @generated from rpc trading.v1.tradingService.UpdatePlan | ||
| */ | ||
| updatePlan: { | ||
| name: "UpdatePlan", | ||
| I: UpdatePlanRequest, | ||
| O: PlanResponse, | ||
| kind: MethodKind.Unary, | ||
| idempotency: MethodIdempotency.Idempotent, | ||
| }, | ||
| /** | ||
| * @generated from rpc trading.v1.tradingService.GetDocs | ||
@@ -257,3 +257,13 @@ */ | ||
| }, | ||
| /** | ||
| * @generated from rpc trading.v1.tradingService.GetPlans | ||
| */ | ||
| getPlans: { | ||
| name: "GetPlans", | ||
| I: GetPlansRequest, | ||
| O: GetPlansResponse, | ||
| kind: MethodKind.Unary, | ||
| idempotency: MethodIdempotency.NoSideEffects, | ||
| }, | ||
| } | ||
| }; |
| import { MethodIdempotency, MethodKind } from "@bufbuild/protobuf"; | ||
| import { CheckApprovalLPRequest, CheckApprovalLPResponse, CheckApprovalRequest, CheckApprovalResponse, CheckWalletDelegationRequest, CheckWalletDelegationResponse, ClaimLPFeesRequest, ClaimLPFeesResponse, ClaimLPRewardsRequest, ClaimLPRewardsResponse, CreateLPPositionRequest, CreateLPPositionResponse, CreatePlanRequest, CreatePlanResponse, DecreaseLPPositionRequest, DecreaseLPPositionResponse, DocsRequest, DocsResponse, Encode7702Request, Encode7702Response, GetLPPriceDiscrepancyRequest, GetLPPriceDiscrepancyResponse, GetOrdersRequest, GetOrdersResponse, GetSwapsRequest, GetSwapsResponse, IncreaseLPPositionRequest, IncreaseLPPositionResponse, MigrateLpPositionRequest, MigrateLpPositionResponse, MigrateV2ToV3LPPositionRequest, MigrateV2ToV3LPPositionResponse, OrderRequest, OrderResponse, PoolInfoRequest, PoolInfoResponse, QuoteRequest, QuoteResponse, SendRequest, SendResponse, Swap5792Request, Swap5792Response, Swap7702Request, Swap7702Response, SwappableTokensRequest, SwappableTokensResponse, SwapRequest, SwapResponse } from "./api_pb.js"; | ||
| import { CheckApprovalLPRequest, CheckApprovalLPResponse, CheckApprovalRequest, CheckApprovalResponse, CheckWalletDelegationRequest, CheckWalletDelegationResponse, ClaimLPFeesRequest, ClaimLPFeesResponse, CreateLPPositionRequest, CreateLPPositionResponse, CreatePlanRequest, DecreaseLPPositionRequest, DecreaseLPPositionResponse, DocsRequest, DocsResponse, Encode7702Request, Encode7702Response, GetLPPriceDiscrepancyRequest, GetLPPriceDiscrepancyResponse, GetOrdersRequest, GetOrdersResponse, GetPlanRequest, GetPlansRequest, GetPlansResponse, GetSwapsRequest, GetSwapsResponse, IncreaseLPPositionRequest, IncreaseLPPositionResponse, MigrateLpPositionRequest, MigrateLpPositionResponse, OrderRequest, OrderResponse, PlanResponse, PoolInfoRequest, PoolInfoResponse, QuoteRequest, QuoteResponse, SendRequest, SendResponse, Swap5792Request, Swap5792Response, Swap7702Request, Swap7702Response, SwappableTokensRequest, SwappableTokensResponse, SwapRequest, SwapResponse, UpdatePlanRequest } from "./api_pb.js"; | ||
| /** | ||
@@ -200,16 +200,2 @@ * @generated from rpc trading.v1.tradingService.Quote | ||
| /** | ||
| * @generated from rpc trading.v1.tradingService.ClaimLPRewards | ||
| */ | ||
| export declare const claimLPRewards: { | ||
| readonly localName: "claimLPRewards"; | ||
| readonly name: "ClaimLPRewards"; | ||
| readonly kind: MethodKind.Unary; | ||
| readonly I: typeof ClaimLPRewardsRequest; | ||
| readonly O: typeof ClaimLPRewardsResponse; | ||
| readonly idempotency: MethodIdempotency.NoSideEffects; | ||
| readonly service: { | ||
| readonly typeName: "trading.v1.tradingService"; | ||
| }; | ||
| }; | ||
| /** | ||
| * @generated from rpc trading.v1.tradingService.Send | ||
@@ -299,10 +285,10 @@ */ | ||
| /** | ||
| * @generated from rpc trading.v1.tradingService.MigrateV2ToV3LPPosition | ||
| * @generated from rpc trading.v1.tradingService.CreatePlan | ||
| */ | ||
| export declare const migrateV2ToV3LPPosition: { | ||
| readonly localName: "migrateV2ToV3LPPosition"; | ||
| readonly name: "MigrateV2ToV3LPPosition"; | ||
| export declare const createPlan: { | ||
| readonly localName: "createPlan"; | ||
| readonly name: "CreatePlan"; | ||
| readonly kind: MethodKind.Unary; | ||
| readonly I: typeof MigrateV2ToV3LPPositionRequest; | ||
| readonly O: typeof MigrateV2ToV3LPPositionResponse; | ||
| readonly I: typeof CreatePlanRequest; | ||
| readonly O: typeof PlanResponse; | ||
| readonly idempotency: MethodIdempotency.NoSideEffects; | ||
@@ -314,10 +300,10 @@ readonly service: { | ||
| /** | ||
| * @generated from rpc trading.v1.tradingService.CreatePlan | ||
| * @generated from rpc trading.v1.tradingService.GetPlan | ||
| */ | ||
| export declare const createPlan: { | ||
| readonly localName: "createPlan"; | ||
| readonly name: "CreatePlan"; | ||
| export declare const getPlan: { | ||
| readonly localName: "getPlan"; | ||
| readonly name: "GetPlan"; | ||
| readonly kind: MethodKind.Unary; | ||
| readonly I: typeof CreatePlanRequest; | ||
| readonly O: typeof CreatePlanResponse; | ||
| readonly I: typeof GetPlanRequest; | ||
| readonly O: typeof PlanResponse; | ||
| readonly idempotency: MethodIdempotency.NoSideEffects; | ||
@@ -329,2 +315,16 @@ readonly service: { | ||
| /** | ||
| * @generated from rpc trading.v1.tradingService.UpdatePlan | ||
| */ | ||
| export declare const updatePlan: { | ||
| readonly localName: "updatePlan"; | ||
| readonly name: "UpdatePlan"; | ||
| readonly kind: MethodKind.Unary; | ||
| readonly I: typeof UpdatePlanRequest; | ||
| readonly O: typeof PlanResponse; | ||
| readonly idempotency: MethodIdempotency.Idempotent; | ||
| readonly service: { | ||
| readonly typeName: "trading.v1.tradingService"; | ||
| }; | ||
| }; | ||
| /** | ||
| * @generated from rpc trading.v1.tradingService.GetDocs | ||
@@ -343,1 +343,15 @@ */ | ||
| }; | ||
| /** | ||
| * @generated from rpc trading.v1.tradingService.GetPlans | ||
| */ | ||
| export declare const getPlans: { | ||
| readonly localName: "getPlans"; | ||
| readonly name: "GetPlans"; | ||
| readonly kind: MethodKind.Unary; | ||
| readonly I: typeof GetPlansRequest; | ||
| readonly O: typeof GetPlansResponse; | ||
| readonly idempotency: MethodIdempotency.NoSideEffects; | ||
| readonly service: { | ||
| readonly typeName: "trading.v1.tradingService"; | ||
| }; | ||
| }; |
@@ -1,2 +0,2 @@ | ||
| // @generated by protoc-gen-connect-query v1.4.1 with parameter "target=ts" | ||
| // @generated by protoc-gen-connect-query v1.4.2 with parameter "target=ts" | ||
| // @generated from file trading/v1/api.proto (package trading.v1, syntax proto3) | ||
@@ -6,3 +6,3 @@ /* eslint-disable */ | ||
| import { MethodIdempotency, MethodKind } from "@bufbuild/protobuf"; | ||
| import { CheckApprovalLPRequest, CheckApprovalLPResponse, CheckApprovalRequest, CheckApprovalResponse, CheckWalletDelegationRequest, CheckWalletDelegationResponse, ClaimLPFeesRequest, ClaimLPFeesResponse, ClaimLPRewardsRequest, ClaimLPRewardsResponse, CreateLPPositionRequest, CreateLPPositionResponse, CreatePlanRequest, CreatePlanResponse, DecreaseLPPositionRequest, DecreaseLPPositionResponse, DocsRequest, DocsResponse, Encode7702Request, Encode7702Response, GetLPPriceDiscrepancyRequest, GetLPPriceDiscrepancyResponse, GetOrdersRequest, GetOrdersResponse, GetSwapsRequest, GetSwapsResponse, IncreaseLPPositionRequest, IncreaseLPPositionResponse, MigrateLpPositionRequest, MigrateLpPositionResponse, MigrateV2ToV3LPPositionRequest, MigrateV2ToV3LPPositionResponse, OrderRequest, OrderResponse, PoolInfoRequest, PoolInfoResponse, QuoteRequest, QuoteResponse, SendRequest, SendResponse, Swap5792Request, Swap5792Response, Swap7702Request, Swap7702Response, SwappableTokensRequest, SwappableTokensResponse, SwapRequest, SwapResponse } from "./api_pb.js"; | ||
| import { CheckApprovalLPRequest, CheckApprovalLPResponse, CheckApprovalRequest, CheckApprovalResponse, CheckWalletDelegationRequest, CheckWalletDelegationResponse, ClaimLPFeesRequest, ClaimLPFeesResponse, CreateLPPositionRequest, CreateLPPositionResponse, CreatePlanRequest, DecreaseLPPositionRequest, DecreaseLPPositionResponse, DocsRequest, DocsResponse, Encode7702Request, Encode7702Response, GetLPPriceDiscrepancyRequest, GetLPPriceDiscrepancyResponse, GetOrdersRequest, GetOrdersResponse, GetPlanRequest, GetPlansRequest, GetPlansResponse, GetSwapsRequest, GetSwapsResponse, IncreaseLPPositionRequest, IncreaseLPPositionResponse, MigrateLpPositionRequest, MigrateLpPositionResponse, OrderRequest, OrderResponse, PlanResponse, PoolInfoRequest, PoolInfoResponse, QuoteRequest, QuoteResponse, SendRequest, SendResponse, Swap5792Request, Swap5792Response, Swap7702Request, Swap7702Response, SwappableTokensRequest, SwappableTokensResponse, SwapRequest, SwapResponse, UpdatePlanRequest } from "./api_pb.js"; | ||
| /** | ||
@@ -205,16 +205,2 @@ * @generated from rpc trading.v1.tradingService.Quote | ||
| /** | ||
| * @generated from rpc trading.v1.tradingService.ClaimLPRewards | ||
| */ | ||
| export const claimLPRewards = { | ||
| localName: "claimLPRewards", | ||
| name: "ClaimLPRewards", | ||
| kind: MethodKind.Unary, | ||
| I: ClaimLPRewardsRequest, | ||
| O: ClaimLPRewardsResponse, | ||
| idempotency: MethodIdempotency.NoSideEffects, | ||
| service: { | ||
| typeName: "trading.v1.tradingService" | ||
| } | ||
| }; | ||
| /** | ||
| * @generated from rpc trading.v1.tradingService.Send | ||
@@ -304,10 +290,10 @@ */ | ||
| /** | ||
| * @generated from rpc trading.v1.tradingService.MigrateV2ToV3LPPosition | ||
| * @generated from rpc trading.v1.tradingService.CreatePlan | ||
| */ | ||
| export const migrateV2ToV3LPPosition = { | ||
| localName: "migrateV2ToV3LPPosition", | ||
| name: "MigrateV2ToV3LPPosition", | ||
| export const createPlan = { | ||
| localName: "createPlan", | ||
| name: "CreatePlan", | ||
| kind: MethodKind.Unary, | ||
| I: MigrateV2ToV3LPPositionRequest, | ||
| O: MigrateV2ToV3LPPositionResponse, | ||
| I: CreatePlanRequest, | ||
| O: PlanResponse, | ||
| idempotency: MethodIdempotency.NoSideEffects, | ||
@@ -319,10 +305,10 @@ service: { | ||
| /** | ||
| * @generated from rpc trading.v1.tradingService.CreatePlan | ||
| * @generated from rpc trading.v1.tradingService.GetPlan | ||
| */ | ||
| export const createPlan = { | ||
| localName: "createPlan", | ||
| name: "CreatePlan", | ||
| export const getPlan = { | ||
| localName: "getPlan", | ||
| name: "GetPlan", | ||
| kind: MethodKind.Unary, | ||
| I: CreatePlanRequest, | ||
| O: CreatePlanResponse, | ||
| I: GetPlanRequest, | ||
| O: PlanResponse, | ||
| idempotency: MethodIdempotency.NoSideEffects, | ||
@@ -334,2 +320,16 @@ service: { | ||
| /** | ||
| * @generated from rpc trading.v1.tradingService.UpdatePlan | ||
| */ | ||
| export const updatePlan = { | ||
| localName: "updatePlan", | ||
| name: "UpdatePlan", | ||
| kind: MethodKind.Unary, | ||
| I: UpdatePlanRequest, | ||
| O: PlanResponse, | ||
| idempotency: MethodIdempotency.Idempotent, | ||
| service: { | ||
| typeName: "trading.v1.tradingService" | ||
| } | ||
| }; | ||
| /** | ||
| * @generated from rpc trading.v1.tradingService.GetDocs | ||
@@ -348,1 +348,15 @@ */ | ||
| }; | ||
| /** | ||
| * @generated from rpc trading.v1.tradingService.GetPlans | ||
| */ | ||
| export const getPlans = { | ||
| localName: "getPlans", | ||
| name: "GetPlans", | ||
| kind: MethodKind.Unary, | ||
| I: GetPlansRequest, | ||
| O: GetPlansResponse, | ||
| idempotency: MethodIdempotency.NoSideEffects, | ||
| service: { | ||
| typeName: "trading.v1.tradingService" | ||
| } | ||
| }; |
+1
-1
| { | ||
| "name": "@uniswap/client-trading", | ||
| "version": "0.1.2", | ||
| "version": "0.1.3", | ||
| "publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
643248
3.53%16982
3.83%