@uniswap/client-data-api 0.0.13 → 0.0.15

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.
@@ -1,5 +1,5 @@
1
1
  import { MethodKind } from "@bufbuild/protobuf";
2
- import { CreatePendingTokenFactoryTokenRequest, CreatePendingTokenFactoryTokenResponse, GetPortfolioRequest, GetPortfolioResponse, GetTokenRequest, GetTokenResponse, GetTransactionRequest, GetTransactionResponse, ListPortfoliosRequest, ListPortfoliosResponse, ListTransactionsRequest, ListTransactionsResponse, SubmitReportRequest, SubmitReportResponse, SubmitTokenFactoryTokenRequest, SubmitTokenFactoryTokenResponse } from "./api_pb.js";
2
+ import { CreatePendingTokenFactoryTokenRequest, CreatePendingTokenFactoryTokenResponse, CreateTokenFactoryPresignedUrlRequest, CreateTokenFactoryPresignedUrlResponse, GetPairRequest, GetPairResponse, GetPoolRequest, GetPoolResponse, GetPortfolioRequest, GetPortfolioResponse, GetPositionRequest, GetPositionResponse, GetRewardsRequest, GetRewardsResponse, GetTokenRequest, GetTokenResponse, GetTransactionRequest, GetTransactionResponse, ListPoolsRequest, ListPoolsResponse, ListPortfoliosRequest, ListPortfoliosResponse, ListPositionsRequest, ListPositionsResponse, ListTransactionsRequest, ListTransactionsResponse, SubmitReportRequest, SubmitReportResponse, SubmitTokenFactoryTokenRequest, SubmitTokenFactoryTokenResponse } from "./api_pb.js";
3
3
  /**
4
4
  * @generated from rpc data.v1.DataApiService.CreatePendingTokenFactoryToken
5
5
  */
@@ -104,3 +104,94 @@ export declare const listTransactions: {
104
104
  readonly typeName: "data.v1.DataApiService";
105
105
  };
106
106
  };
107
+ /**
108
+ * @generated from rpc data.v1.DataApiService.CreateTokenFactoryPresignedUrl
109
+ */
110
+ export declare const createTokenFactoryPresignedUrl: {
111
+ readonly localName: "createTokenFactoryPresignedUrl";
112
+ readonly name: "CreateTokenFactoryPresignedUrl";
113
+ readonly kind: MethodKind.Unary;
114
+ readonly I: typeof CreateTokenFactoryPresignedUrlRequest;
115
+ readonly O: typeof CreateTokenFactoryPresignedUrlResponse;
116
+ readonly service: {
117
+ readonly typeName: "data.v1.DataApiService";
118
+ };
119
+ };
120
+ /**
121
+ * @generated from rpc data.v1.DataApiService.GetPair
122
+ */
123
+ export declare const getPair: {
124
+ readonly localName: "getPair";
125
+ readonly name: "GetPair";
126
+ readonly kind: MethodKind.Unary;
127
+ readonly I: typeof GetPairRequest;
128
+ readonly O: typeof GetPairResponse;
129
+ readonly service: {
130
+ readonly typeName: "data.v1.DataApiService";
131
+ };
132
+ };
133
+ /**
134
+ * @generated from rpc data.v1.DataApiService.GetPool
135
+ */
136
+ export declare const getPool: {
137
+ readonly localName: "getPool";
138
+ readonly name: "GetPool";
139
+ readonly kind: MethodKind.Unary;
140
+ readonly I: typeof GetPoolRequest;
141
+ readonly O: typeof GetPoolResponse;
142
+ readonly service: {
143
+ readonly typeName: "data.v1.DataApiService";
144
+ };
145
+ };
146
+ /**
147
+ * @generated from rpc data.v1.DataApiService.GetPosition
148
+ */
149
+ export declare const getPosition: {
150
+ readonly localName: "getPosition";
151
+ readonly name: "GetPosition";
152
+ readonly kind: MethodKind.Unary;
153
+ readonly I: typeof GetPositionRequest;
154
+ readonly O: typeof GetPositionResponse;
155
+ readonly service: {
156
+ readonly typeName: "data.v1.DataApiService";
157
+ };
158
+ };
159
+ /**
160
+ * @generated from rpc data.v1.DataApiService.ListPools
161
+ */
162
+ export declare const listPools: {
163
+ readonly localName: "listPools";
164
+ readonly name: "ListPools";
165
+ readonly kind: MethodKind.Unary;
166
+ readonly I: typeof ListPoolsRequest;
167
+ readonly O: typeof ListPoolsResponse;
168
+ readonly service: {
169
+ readonly typeName: "data.v1.DataApiService";
170
+ };
171
+ };
172
+ /**
173
+ * @generated from rpc data.v1.DataApiService.ListPositions
174
+ */
175
+ export declare const listPositions: {
176
+ readonly localName: "listPositions";
177
+ readonly name: "ListPositions";
178
+ readonly kind: MethodKind.Unary;
179
+ readonly I: typeof ListPositionsRequest;
180
+ readonly O: typeof ListPositionsResponse;
181
+ readonly service: {
182
+ readonly typeName: "data.v1.DataApiService";
183
+ };
184
+ };
185
+ /**
186
+ * @generated from rpc data.v1.DataApiService.GetRewards
187
+ */
188
+ export declare const getRewards: {
189
+ readonly localName: "getRewards";
190
+ readonly name: "GetRewards";
191
+ readonly kind: MethodKind.Unary;
192
+ readonly I: typeof GetRewardsRequest;
193
+ readonly O: typeof GetRewardsResponse;
194
+ readonly service: {
195
+ readonly typeName: "data.v1.DataApiService";
196
+ };
197
+ };
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable */
4
4
  // @ts-nocheck
5
5
  import { MethodKind } from "@bufbuild/protobuf";
6
- import { CreatePendingTokenFactoryTokenRequest, CreatePendingTokenFactoryTokenResponse, GetPortfolioRequest, GetPortfolioResponse, GetTokenRequest, GetTokenResponse, GetTransactionRequest, GetTransactionResponse, ListPortfoliosRequest, ListPortfoliosResponse, ListTransactionsRequest, ListTransactionsResponse, SubmitReportRequest, SubmitReportResponse, SubmitTokenFactoryTokenRequest, SubmitTokenFactoryTokenResponse } from "./api_pb.js";
6
+ import { CreatePendingTokenFactoryTokenRequest, CreatePendingTokenFactoryTokenResponse, CreateTokenFactoryPresignedUrlRequest, CreateTokenFactoryPresignedUrlResponse, GetPairRequest, GetPairResponse, GetPoolRequest, GetPoolResponse, GetPortfolioRequest, GetPortfolioResponse, GetPositionRequest, GetPositionResponse, GetRewardsRequest, GetRewardsResponse, GetTokenRequest, GetTokenResponse, GetTransactionRequest, GetTransactionResponse, ListPoolsRequest, ListPoolsResponse, ListPortfoliosRequest, ListPortfoliosResponse, ListPositionsRequest, ListPositionsResponse, ListTransactionsRequest, ListTransactionsResponse, SubmitReportRequest, SubmitReportResponse, SubmitTokenFactoryTokenRequest, SubmitTokenFactoryTokenResponse } from "./api_pb.js";
7
7
  /**
8
8
  * @generated from rpc data.v1.DataApiService.CreatePendingTokenFactoryToken
9
9
  */
@@ -108,3 +108,94 @@ export const listTransactions = {
108
108
  typeName: "data.v1.DataApiService"
109
109
  }
110
110
  };
111
+ /**
112
+ * @generated from rpc data.v1.DataApiService.CreateTokenFactoryPresignedUrl
113
+ */
114
+ export const createTokenFactoryPresignedUrl = {
115
+ localName: "createTokenFactoryPresignedUrl",
116
+ name: "CreateTokenFactoryPresignedUrl",
117
+ kind: MethodKind.Unary,
118
+ I: CreateTokenFactoryPresignedUrlRequest,
119
+ O: CreateTokenFactoryPresignedUrlResponse,
120
+ service: {
121
+ typeName: "data.v1.DataApiService"
122
+ }
123
+ };
124
+ /**
125
+ * @generated from rpc data.v1.DataApiService.GetPair
126
+ */
127
+ export const getPair = {
128
+ localName: "getPair",
129
+ name: "GetPair",
130
+ kind: MethodKind.Unary,
131
+ I: GetPairRequest,
132
+ O: GetPairResponse,
133
+ service: {
134
+ typeName: "data.v1.DataApiService"
135
+ }
136
+ };
137
+ /**
138
+ * @generated from rpc data.v1.DataApiService.GetPool
139
+ */
140
+ export const getPool = {
141
+ localName: "getPool",
142
+ name: "GetPool",
143
+ kind: MethodKind.Unary,
144
+ I: GetPoolRequest,
145
+ O: GetPoolResponse,
146
+ service: {
147
+ typeName: "data.v1.DataApiService"
148
+ }
149
+ };
150
+ /**
151
+ * @generated from rpc data.v1.DataApiService.GetPosition
152
+ */
153
+ export const getPosition = {
154
+ localName: "getPosition",
155
+ name: "GetPosition",
156
+ kind: MethodKind.Unary,
157
+ I: GetPositionRequest,
158
+ O: GetPositionResponse,
159
+ service: {
160
+ typeName: "data.v1.DataApiService"
161
+ }
162
+ };
163
+ /**
164
+ * @generated from rpc data.v1.DataApiService.ListPools
165
+ */
166
+ export const listPools = {
167
+ localName: "listPools",
168
+ name: "ListPools",
169
+ kind: MethodKind.Unary,
170
+ I: ListPoolsRequest,
171
+ O: ListPoolsResponse,
172
+ service: {
173
+ typeName: "data.v1.DataApiService"
174
+ }
175
+ };
176
+ /**
177
+ * @generated from rpc data.v1.DataApiService.ListPositions
178
+ */
179
+ export const listPositions = {
180
+ localName: "listPositions",
181
+ name: "ListPositions",
182
+ kind: MethodKind.Unary,
183
+ I: ListPositionsRequest,
184
+ O: ListPositionsResponse,
185
+ service: {
186
+ typeName: "data.v1.DataApiService"
187
+ }
188
+ };
189
+ /**
190
+ * @generated from rpc data.v1.DataApiService.GetRewards
191
+ */
192
+ export const getRewards = {
193
+ localName: "getRewards",
194
+ name: "GetRewards",
195
+ kind: MethodKind.Unary,
196
+ I: GetRewardsRequest,
197
+ O: GetRewardsResponse,
198
+ service: {
199
+ typeName: "data.v1.DataApiService"
200
+ }
201
+ };
@@ -1,4 +1,4 @@
1
- import { CreatePendingTokenFactoryTokenRequest, CreatePendingTokenFactoryTokenResponse, GetPortfolioRequest, GetPortfolioResponse, GetTokenRequest, GetTokenResponse, GetTransactionRequest, GetTransactionResponse, ListPortfoliosRequest, ListPortfoliosResponse, ListTransactionsRequest, ListTransactionsResponse, SubmitReportRequest, SubmitReportResponse, SubmitTokenFactoryTokenRequest, SubmitTokenFactoryTokenResponse } from "./api_pb.js";
1
+ import { CreatePendingTokenFactoryTokenRequest, CreatePendingTokenFactoryTokenResponse, CreateTokenFactoryPresignedUrlRequest, CreateTokenFactoryPresignedUrlResponse, GetPairRequest, GetPairResponse, GetPoolRequest, GetPoolResponse, GetPortfolioRequest, GetPortfolioResponse, GetPositionRequest, GetPositionResponse, GetRewardsRequest, GetRewardsResponse, GetTokenRequest, GetTokenResponse, GetTransactionRequest, GetTransactionResponse, ListPoolsRequest, ListPoolsResponse, ListPortfoliosRequest, ListPortfoliosResponse, ListPositionsRequest, ListPositionsResponse, ListTransactionsRequest, ListTransactionsResponse, SubmitReportRequest, SubmitReportResponse, SubmitTokenFactoryTokenRequest, SubmitTokenFactoryTokenResponse } from "./api_pb.js";
2
2
  import { MethodKind } from "@bufbuild/protobuf";
3
3
  /**
4
4
  * @generated from service data.v1.DataApiService
@@ -78,5 +78,68 @@ export declare const DataApiService: {
78
78
  readonly O: typeof ListTransactionsResponse;
79
79
  readonly kind: MethodKind.Unary;
80
80
  };
81
+ /**
82
+ * @generated from rpc data.v1.DataApiService.CreateTokenFactoryPresignedUrl
83
+ */
84
+ readonly createTokenFactoryPresignedUrl: {
85
+ readonly name: "CreateTokenFactoryPresignedUrl";
86
+ readonly I: typeof CreateTokenFactoryPresignedUrlRequest;
87
+ readonly O: typeof CreateTokenFactoryPresignedUrlResponse;
88
+ readonly kind: MethodKind.Unary;
89
+ };
90
+ /**
91
+ * @generated from rpc data.v1.DataApiService.GetPair
92
+ */
93
+ readonly getPair: {
94
+ readonly name: "GetPair";
95
+ readonly I: typeof GetPairRequest;
96
+ readonly O: typeof GetPairResponse;
97
+ readonly kind: MethodKind.Unary;
98
+ };
99
+ /**
100
+ * @generated from rpc data.v1.DataApiService.GetPool
101
+ */
102
+ readonly getPool: {
103
+ readonly name: "GetPool";
104
+ readonly I: typeof GetPoolRequest;
105
+ readonly O: typeof GetPoolResponse;
106
+ readonly kind: MethodKind.Unary;
107
+ };
108
+ /**
109
+ * @generated from rpc data.v1.DataApiService.GetPosition
110
+ */
111
+ readonly getPosition: {
112
+ readonly name: "GetPosition";
113
+ readonly I: typeof GetPositionRequest;
114
+ readonly O: typeof GetPositionResponse;
115
+ readonly kind: MethodKind.Unary;
116
+ };
117
+ /**
118
+ * @generated from rpc data.v1.DataApiService.ListPools
119
+ */
120
+ readonly listPools: {
121
+ readonly name: "ListPools";
122
+ readonly I: typeof ListPoolsRequest;
123
+ readonly O: typeof ListPoolsResponse;
124
+ readonly kind: MethodKind.Unary;
125
+ };
126
+ /**
127
+ * @generated from rpc data.v1.DataApiService.ListPositions
128
+ */
129
+ readonly listPositions: {
130
+ readonly name: "ListPositions";
131
+ readonly I: typeof ListPositionsRequest;
132
+ readonly O: typeof ListPositionsResponse;
133
+ readonly kind: MethodKind.Unary;
134
+ };
135
+ /**
136
+ * @generated from rpc data.v1.DataApiService.GetRewards
137
+ */
138
+ readonly getRewards: {
139
+ readonly name: "GetRewards";
140
+ readonly I: typeof GetRewardsRequest;
141
+ readonly O: typeof GetRewardsResponse;
142
+ readonly kind: MethodKind.Unary;
143
+ };
81
144
  };
82
145
  };
@@ -2,7 +2,7 @@
2
2
  // @generated from file data/v1/api.proto (package data.v1, syntax proto3)
3
3
  /* eslint-disable */
4
4
  // @ts-nocheck
5
- import { CreatePendingTokenFactoryTokenRequest, CreatePendingTokenFactoryTokenResponse, GetPortfolioRequest, GetPortfolioResponse, GetTokenRequest, GetTokenResponse, GetTransactionRequest, GetTransactionResponse, ListPortfoliosRequest, ListPortfoliosResponse, ListTransactionsRequest, ListTransactionsResponse, SubmitReportRequest, SubmitReportResponse, SubmitTokenFactoryTokenRequest, SubmitTokenFactoryTokenResponse } from "./api_pb.js";
5
+ import { CreatePendingTokenFactoryTokenRequest, CreatePendingTokenFactoryTokenResponse, CreateTokenFactoryPresignedUrlRequest, CreateTokenFactoryPresignedUrlResponse, GetPairRequest, GetPairResponse, GetPoolRequest, GetPoolResponse, GetPortfolioRequest, GetPortfolioResponse, GetPositionRequest, GetPositionResponse, GetRewardsRequest, GetRewardsResponse, GetTokenRequest, GetTokenResponse, GetTransactionRequest, GetTransactionResponse, ListPoolsRequest, ListPoolsResponse, ListPortfoliosRequest, ListPortfoliosResponse, ListPositionsRequest, ListPositionsResponse, ListTransactionsRequest, ListTransactionsResponse, SubmitReportRequest, SubmitReportResponse, SubmitTokenFactoryTokenRequest, SubmitTokenFactoryTokenResponse } from "./api_pb.js";
6
6
  import { MethodKind } from "@bufbuild/protobuf";
7
7
  /**
8
8
  * @generated from service data.v1.DataApiService
@@ -82,5 +82,68 @@ export const DataApiService = {
82
82
  O: ListTransactionsResponse,
83
83
  kind: MethodKind.Unary,
84
84
  },
85
+ /**
86
+ * @generated from rpc data.v1.DataApiService.CreateTokenFactoryPresignedUrl
87
+ */
88
+ createTokenFactoryPresignedUrl: {
89
+ name: "CreateTokenFactoryPresignedUrl",
90
+ I: CreateTokenFactoryPresignedUrlRequest,
91
+ O: CreateTokenFactoryPresignedUrlResponse,
92
+ kind: MethodKind.Unary,
93
+ },
94
+ /**
95
+ * @generated from rpc data.v1.DataApiService.GetPair
96
+ */
97
+ getPair: {
98
+ name: "GetPair",
99
+ I: GetPairRequest,
100
+ O: GetPairResponse,
101
+ kind: MethodKind.Unary,
102
+ },
103
+ /**
104
+ * @generated from rpc data.v1.DataApiService.GetPool
105
+ */
106
+ getPool: {
107
+ name: "GetPool",
108
+ I: GetPoolRequest,
109
+ O: GetPoolResponse,
110
+ kind: MethodKind.Unary,
111
+ },
112
+ /**
113
+ * @generated from rpc data.v1.DataApiService.GetPosition
114
+ */
115
+ getPosition: {
116
+ name: "GetPosition",
117
+ I: GetPositionRequest,
118
+ O: GetPositionResponse,
119
+ kind: MethodKind.Unary,
120
+ },
121
+ /**
122
+ * @generated from rpc data.v1.DataApiService.ListPools
123
+ */
124
+ listPools: {
125
+ name: "ListPools",
126
+ I: ListPoolsRequest,
127
+ O: ListPoolsResponse,
128
+ kind: MethodKind.Unary,
129
+ },
130
+ /**
131
+ * @generated from rpc data.v1.DataApiService.ListPositions
132
+ */
133
+ listPositions: {
134
+ name: "ListPositions",
135
+ I: ListPositionsRequest,
136
+ O: ListPositionsResponse,
137
+ kind: MethodKind.Unary,
138
+ },
139
+ /**
140
+ * @generated from rpc data.v1.DataApiService.GetRewards
141
+ */
142
+ getRewards: {
143
+ name: "GetRewards",
144
+ I: GetRewardsRequest,
145
+ O: GetRewardsResponse,
146
+ kind: MethodKind.Unary,
147
+ },
85
148
  }
86
149
  };