@uniswap/client-trading 0.1.0 → 0.1.2
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/trading/v1/api-tradingService_connectquery.d.ts +57 -1
- package/dist/trading/v1/api-tradingService_connectquery.js +57 -1
- package/dist/trading/v1/api_connect.d.ts +41 -1
- package/dist/trading/v1/api_connect.js +41 -1
- package/dist/trading/v1/api_pb.d.ts +613 -13
- package/dist/trading/v1/api_pb.js +636 -11
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MethodIdempotency, MethodKind } from "@bufbuild/protobuf";
|
|
2
|
-
import { CheckApprovalLPRequest, CheckApprovalLPResponse, CheckApprovalRequest, CheckApprovalResponse, CheckWalletDelegationRequest, CheckWalletDelegationResponse, ClaimLPFeesRequest, ClaimLPFeesResponse, ClaimLPRewardsRequest, ClaimLPRewardsResponse, CreateLPPositionRequest, CreateLPPositionResponse, DecreaseLPPositionRequest, DecreaseLPPositionResponse, Encode7702Request, Encode7702Response, GetLPPriceDiscrepancyRequest, GetLPPriceDiscrepancyResponse, GetOrdersRequest, GetOrdersResponse, GetSwapsRequest, GetSwapsResponse, IncreaseLPPositionRequest, IncreaseLPPositionResponse, MigrateLpPositionRequest, MigrateLpPositionResponse, OrderRequest, OrderResponse, PoolInfoRequest, PoolInfoResponse, QuoteRequest, QuoteResponse, SendRequest, SendResponse, Swap5792Request, Swap5792Response, SwappableTokensRequest, SwappableTokensResponse, SwapRequest, SwapResponse } from "./api_pb.js";
|
|
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";
|
|
3
3
|
/**
|
|
4
4
|
* @generated from rpc trading.v1.tradingService.Quote
|
|
5
5
|
*/
|
|
@@ -28,6 +28,20 @@ export declare const swap: {
|
|
|
28
28
|
readonly typeName: "trading.v1.tradingService";
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
|
+
/**
|
|
32
|
+
* @generated from rpc trading.v1.tradingService.Swap7702
|
|
33
|
+
*/
|
|
34
|
+
export declare const swap7702: {
|
|
35
|
+
readonly localName: "swap7702";
|
|
36
|
+
readonly name: "Swap7702";
|
|
37
|
+
readonly kind: MethodKind.Unary;
|
|
38
|
+
readonly I: typeof Swap7702Request;
|
|
39
|
+
readonly O: typeof Swap7702Response;
|
|
40
|
+
readonly idempotency: MethodIdempotency.NoSideEffects;
|
|
41
|
+
readonly service: {
|
|
42
|
+
readonly typeName: "trading.v1.tradingService";
|
|
43
|
+
};
|
|
44
|
+
};
|
|
31
45
|
/**
|
|
32
46
|
* @generated from rpc trading.v1.tradingService.CheckApproval
|
|
33
47
|
*/
|
|
@@ -280,3 +294,45 @@ export declare const encode7702: {
|
|
|
280
294
|
readonly typeName: "trading.v1.tradingService";
|
|
281
295
|
};
|
|
282
296
|
};
|
|
297
|
+
/**
|
|
298
|
+
* @generated from rpc trading.v1.tradingService.MigrateV2ToV3LPPosition
|
|
299
|
+
*/
|
|
300
|
+
export declare const migrateV2ToV3LPPosition: {
|
|
301
|
+
readonly localName: "migrateV2ToV3LPPosition";
|
|
302
|
+
readonly name: "MigrateV2ToV3LPPosition";
|
|
303
|
+
readonly kind: MethodKind.Unary;
|
|
304
|
+
readonly I: typeof MigrateV2ToV3LPPositionRequest;
|
|
305
|
+
readonly O: typeof MigrateV2ToV3LPPositionResponse;
|
|
306
|
+
readonly idempotency: MethodIdempotency.NoSideEffects;
|
|
307
|
+
readonly service: {
|
|
308
|
+
readonly typeName: "trading.v1.tradingService";
|
|
309
|
+
};
|
|
310
|
+
};
|
|
311
|
+
/**
|
|
312
|
+
* @generated from rpc trading.v1.tradingService.CreatePlan
|
|
313
|
+
*/
|
|
314
|
+
export declare const createPlan: {
|
|
315
|
+
readonly localName: "createPlan";
|
|
316
|
+
readonly name: "CreatePlan";
|
|
317
|
+
readonly kind: MethodKind.Unary;
|
|
318
|
+
readonly I: typeof CreatePlanRequest;
|
|
319
|
+
readonly O: typeof CreatePlanResponse;
|
|
320
|
+
readonly idempotency: MethodIdempotency.NoSideEffects;
|
|
321
|
+
readonly service: {
|
|
322
|
+
readonly typeName: "trading.v1.tradingService";
|
|
323
|
+
};
|
|
324
|
+
};
|
|
325
|
+
/**
|
|
326
|
+
* @generated from rpc trading.v1.tradingService.GetDocs
|
|
327
|
+
*/
|
|
328
|
+
export declare const getDocs: {
|
|
329
|
+
readonly localName: "getDocs";
|
|
330
|
+
readonly name: "GetDocs";
|
|
331
|
+
readonly kind: MethodKind.Unary;
|
|
332
|
+
readonly I: typeof DocsRequest;
|
|
333
|
+
readonly O: typeof DocsResponse;
|
|
334
|
+
readonly idempotency: MethodIdempotency.NoSideEffects;
|
|
335
|
+
readonly service: {
|
|
336
|
+
readonly typeName: "trading.v1.tradingService";
|
|
337
|
+
};
|
|
338
|
+
};
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
import { MethodIdempotency, MethodKind } from "@bufbuild/protobuf";
|
|
6
|
-
import { CheckApprovalLPRequest, CheckApprovalLPResponse, CheckApprovalRequest, CheckApprovalResponse, CheckWalletDelegationRequest, CheckWalletDelegationResponse, ClaimLPFeesRequest, ClaimLPFeesResponse, ClaimLPRewardsRequest, ClaimLPRewardsResponse, CreateLPPositionRequest, CreateLPPositionResponse, DecreaseLPPositionRequest, DecreaseLPPositionResponse, Encode7702Request, Encode7702Response, GetLPPriceDiscrepancyRequest, GetLPPriceDiscrepancyResponse, GetOrdersRequest, GetOrdersResponse, GetSwapsRequest, GetSwapsResponse, IncreaseLPPositionRequest, IncreaseLPPositionResponse, MigrateLpPositionRequest, MigrateLpPositionResponse, OrderRequest, OrderResponse, PoolInfoRequest, PoolInfoResponse, QuoteRequest, QuoteResponse, SendRequest, SendResponse, Swap5792Request, Swap5792Response, SwappableTokensRequest, SwappableTokensResponse, SwapRequest, SwapResponse } from "./api_pb.js";
|
|
6
|
+
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";
|
|
7
7
|
/**
|
|
8
8
|
* @generated from rpc trading.v1.tradingService.Quote
|
|
9
9
|
*/
|
|
@@ -32,6 +32,20 @@ export const swap = {
|
|
|
32
32
|
typeName: "trading.v1.tradingService"
|
|
33
33
|
}
|
|
34
34
|
};
|
|
35
|
+
/**
|
|
36
|
+
* @generated from rpc trading.v1.tradingService.Swap7702
|
|
37
|
+
*/
|
|
38
|
+
export const swap7702 = {
|
|
39
|
+
localName: "swap7702",
|
|
40
|
+
name: "Swap7702",
|
|
41
|
+
kind: MethodKind.Unary,
|
|
42
|
+
I: Swap7702Request,
|
|
43
|
+
O: Swap7702Response,
|
|
44
|
+
idempotency: MethodIdempotency.NoSideEffects,
|
|
45
|
+
service: {
|
|
46
|
+
typeName: "trading.v1.tradingService"
|
|
47
|
+
}
|
|
48
|
+
};
|
|
35
49
|
/**
|
|
36
50
|
* @generated from rpc trading.v1.tradingService.CheckApproval
|
|
37
51
|
*/
|
|
@@ -284,3 +298,45 @@ export const encode7702 = {
|
|
|
284
298
|
typeName: "trading.v1.tradingService"
|
|
285
299
|
}
|
|
286
300
|
};
|
|
301
|
+
/**
|
|
302
|
+
* @generated from rpc trading.v1.tradingService.MigrateV2ToV3LPPosition
|
|
303
|
+
*/
|
|
304
|
+
export const migrateV2ToV3LPPosition = {
|
|
305
|
+
localName: "migrateV2ToV3LPPosition",
|
|
306
|
+
name: "MigrateV2ToV3LPPosition",
|
|
307
|
+
kind: MethodKind.Unary,
|
|
308
|
+
I: MigrateV2ToV3LPPositionRequest,
|
|
309
|
+
O: MigrateV2ToV3LPPositionResponse,
|
|
310
|
+
idempotency: MethodIdempotency.NoSideEffects,
|
|
311
|
+
service: {
|
|
312
|
+
typeName: "trading.v1.tradingService"
|
|
313
|
+
}
|
|
314
|
+
};
|
|
315
|
+
/**
|
|
316
|
+
* @generated from rpc trading.v1.tradingService.CreatePlan
|
|
317
|
+
*/
|
|
318
|
+
export const createPlan = {
|
|
319
|
+
localName: "createPlan",
|
|
320
|
+
name: "CreatePlan",
|
|
321
|
+
kind: MethodKind.Unary,
|
|
322
|
+
I: CreatePlanRequest,
|
|
323
|
+
O: CreatePlanResponse,
|
|
324
|
+
idempotency: MethodIdempotency.NoSideEffects,
|
|
325
|
+
service: {
|
|
326
|
+
typeName: "trading.v1.tradingService"
|
|
327
|
+
}
|
|
328
|
+
};
|
|
329
|
+
/**
|
|
330
|
+
* @generated from rpc trading.v1.tradingService.GetDocs
|
|
331
|
+
*/
|
|
332
|
+
export const getDocs = {
|
|
333
|
+
localName: "getDocs",
|
|
334
|
+
name: "GetDocs",
|
|
335
|
+
kind: MethodKind.Unary,
|
|
336
|
+
I: DocsRequest,
|
|
337
|
+
O: DocsResponse,
|
|
338
|
+
idempotency: MethodIdempotency.NoSideEffects,
|
|
339
|
+
service: {
|
|
340
|
+
typeName: "trading.v1.tradingService"
|
|
341
|
+
}
|
|
342
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CheckApprovalLPRequest, CheckApprovalLPResponse, CheckApprovalRequest, CheckApprovalResponse, CheckWalletDelegationRequest, CheckWalletDelegationResponse, ClaimLPFeesRequest, ClaimLPFeesResponse, ClaimLPRewardsRequest, ClaimLPRewardsResponse, CreateLPPositionRequest, CreateLPPositionResponse, DecreaseLPPositionRequest, DecreaseLPPositionResponse, Encode7702Request, Encode7702Response, GetLPPriceDiscrepancyRequest, GetLPPriceDiscrepancyResponse, GetOrdersRequest, GetOrdersResponse, GetSwapsRequest, GetSwapsResponse, IncreaseLPPositionRequest, IncreaseLPPositionResponse, MigrateLpPositionRequest, MigrateLpPositionResponse, OrderRequest, OrderResponse, PoolInfoRequest, PoolInfoResponse, QuoteRequest, QuoteResponse, SendRequest, SendResponse, Swap5792Request, Swap5792Response, SwappableTokensRequest, SwappableTokensResponse, SwapRequest, SwapResponse } from "./api_pb.js";
|
|
1
|
+
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";
|
|
2
2
|
import { MethodIdempotency, MethodKind } from "@bufbuild/protobuf";
|
|
3
3
|
/**
|
|
4
4
|
* @generated from service trading.v1.tradingService
|
|
@@ -26,6 +26,16 @@ export declare const tradingService: {
|
|
|
26
26
|
readonly kind: MethodKind.Unary;
|
|
27
27
|
readonly idempotency: MethodIdempotency.NoSideEffects;
|
|
28
28
|
};
|
|
29
|
+
/**
|
|
30
|
+
* @generated from rpc trading.v1.tradingService.Swap7702
|
|
31
|
+
*/
|
|
32
|
+
readonly swap7702: {
|
|
33
|
+
readonly name: "Swap7702";
|
|
34
|
+
readonly I: typeof Swap7702Request;
|
|
35
|
+
readonly O: typeof Swap7702Response;
|
|
36
|
+
readonly kind: MethodKind.Unary;
|
|
37
|
+
readonly idempotency: MethodIdempotency.NoSideEffects;
|
|
38
|
+
};
|
|
29
39
|
/**
|
|
30
40
|
* @generated from rpc trading.v1.tradingService.CheckApproval
|
|
31
41
|
*/
|
|
@@ -206,5 +216,35 @@ export declare const tradingService: {
|
|
|
206
216
|
readonly kind: MethodKind.Unary;
|
|
207
217
|
readonly idempotency: MethodIdempotency.NoSideEffects;
|
|
208
218
|
};
|
|
219
|
+
/**
|
|
220
|
+
* @generated from rpc trading.v1.tradingService.MigrateV2ToV3LPPosition
|
|
221
|
+
*/
|
|
222
|
+
readonly migrateV2ToV3LPPosition: {
|
|
223
|
+
readonly name: "MigrateV2ToV3LPPosition";
|
|
224
|
+
readonly I: typeof MigrateV2ToV3LPPositionRequest;
|
|
225
|
+
readonly O: typeof MigrateV2ToV3LPPositionResponse;
|
|
226
|
+
readonly kind: MethodKind.Unary;
|
|
227
|
+
readonly idempotency: MethodIdempotency.NoSideEffects;
|
|
228
|
+
};
|
|
229
|
+
/**
|
|
230
|
+
* @generated from rpc trading.v1.tradingService.CreatePlan
|
|
231
|
+
*/
|
|
232
|
+
readonly createPlan: {
|
|
233
|
+
readonly name: "CreatePlan";
|
|
234
|
+
readonly I: typeof CreatePlanRequest;
|
|
235
|
+
readonly O: typeof CreatePlanResponse;
|
|
236
|
+
readonly kind: MethodKind.Unary;
|
|
237
|
+
readonly idempotency: MethodIdempotency.NoSideEffects;
|
|
238
|
+
};
|
|
239
|
+
/**
|
|
240
|
+
* @generated from rpc trading.v1.tradingService.GetDocs
|
|
241
|
+
*/
|
|
242
|
+
readonly getDocs: {
|
|
243
|
+
readonly name: "GetDocs";
|
|
244
|
+
readonly I: typeof DocsRequest;
|
|
245
|
+
readonly O: typeof DocsResponse;
|
|
246
|
+
readonly kind: MethodKind.Unary;
|
|
247
|
+
readonly idempotency: MethodIdempotency.NoSideEffects;
|
|
248
|
+
};
|
|
209
249
|
};
|
|
210
250
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// @generated from file trading/v1/api.proto (package trading.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
|
-
import { CheckApprovalLPRequest, CheckApprovalLPResponse, CheckApprovalRequest, CheckApprovalResponse, CheckWalletDelegationRequest, CheckWalletDelegationResponse, ClaimLPFeesRequest, ClaimLPFeesResponse, ClaimLPRewardsRequest, ClaimLPRewardsResponse, CreateLPPositionRequest, CreateLPPositionResponse, DecreaseLPPositionRequest, DecreaseLPPositionResponse, Encode7702Request, Encode7702Response, GetLPPriceDiscrepancyRequest, GetLPPriceDiscrepancyResponse, GetOrdersRequest, GetOrdersResponse, GetSwapsRequest, GetSwapsResponse, IncreaseLPPositionRequest, IncreaseLPPositionResponse, MigrateLpPositionRequest, MigrateLpPositionResponse, OrderRequest, OrderResponse, PoolInfoRequest, PoolInfoResponse, QuoteRequest, QuoteResponse, SendRequest, SendResponse, Swap5792Request, Swap5792Response, SwappableTokensRequest, SwappableTokensResponse, SwapRequest, SwapResponse } from "./api_pb.js";
|
|
5
|
+
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";
|
|
6
6
|
import { MethodIdempotency, MethodKind } from "@bufbuild/protobuf";
|
|
7
7
|
/**
|
|
8
8
|
* @generated from service trading.v1.tradingService
|
|
@@ -30,6 +30,16 @@ export const tradingService = {
|
|
|
30
30
|
kind: MethodKind.Unary,
|
|
31
31
|
idempotency: MethodIdempotency.NoSideEffects,
|
|
32
32
|
},
|
|
33
|
+
/**
|
|
34
|
+
* @generated from rpc trading.v1.tradingService.Swap7702
|
|
35
|
+
*/
|
|
36
|
+
swap7702: {
|
|
37
|
+
name: "Swap7702",
|
|
38
|
+
I: Swap7702Request,
|
|
39
|
+
O: Swap7702Response,
|
|
40
|
+
kind: MethodKind.Unary,
|
|
41
|
+
idempotency: MethodIdempotency.NoSideEffects,
|
|
42
|
+
},
|
|
33
43
|
/**
|
|
34
44
|
* @generated from rpc trading.v1.tradingService.CheckApproval
|
|
35
45
|
*/
|
|
@@ -210,5 +220,35 @@ export const tradingService = {
|
|
|
210
220
|
kind: MethodKind.Unary,
|
|
211
221
|
idempotency: MethodIdempotency.NoSideEffects,
|
|
212
222
|
},
|
|
223
|
+
/**
|
|
224
|
+
* @generated from rpc trading.v1.tradingService.MigrateV2ToV3LPPosition
|
|
225
|
+
*/
|
|
226
|
+
migrateV2ToV3LPPosition: {
|
|
227
|
+
name: "MigrateV2ToV3LPPosition",
|
|
228
|
+
I: MigrateV2ToV3LPPositionRequest,
|
|
229
|
+
O: MigrateV2ToV3LPPositionResponse,
|
|
230
|
+
kind: MethodKind.Unary,
|
|
231
|
+
idempotency: MethodIdempotency.NoSideEffects,
|
|
232
|
+
},
|
|
233
|
+
/**
|
|
234
|
+
* @generated from rpc trading.v1.tradingService.CreatePlan
|
|
235
|
+
*/
|
|
236
|
+
createPlan: {
|
|
237
|
+
name: "CreatePlan",
|
|
238
|
+
I: CreatePlanRequest,
|
|
239
|
+
O: CreatePlanResponse,
|
|
240
|
+
kind: MethodKind.Unary,
|
|
241
|
+
idempotency: MethodIdempotency.NoSideEffects,
|
|
242
|
+
},
|
|
243
|
+
/**
|
|
244
|
+
* @generated from rpc trading.v1.tradingService.GetDocs
|
|
245
|
+
*/
|
|
246
|
+
getDocs: {
|
|
247
|
+
name: "GetDocs",
|
|
248
|
+
I: DocsRequest,
|
|
249
|
+
O: DocsResponse,
|
|
250
|
+
kind: MethodKind.Unary,
|
|
251
|
+
idempotency: MethodIdempotency.NoSideEffects,
|
|
252
|
+
},
|
|
213
253
|
}
|
|
214
254
|
};
|