@uniswap/client-data-api 0.0.100 → 0.0.102
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/data/v1/api-DataApiService_connectquery.d.ts +14 -1
- package/dist/data/v1/api-DataApiService_connectquery.js +14 -1
- package/dist/data/v1/api_connect.d.ts +10 -1
- package/dist/data/v1/api_connect.js +10 -1
- package/dist/data/v1/api_pb.d.ts +64 -3
- package/dist/data/v1/api_pb.js +96 -0
- package/dist/data/v1/search_pb.d.ts +7 -0
- package/dist/data/v1/search_pb.js +8 -0
- package/dist/data/v1/workerService-WorkerService_connectquery.d.ts +14 -1
- package/dist/data/v1/workerService-WorkerService_connectquery.js +14 -1
- package/dist/data/v1/workerService_connect.d.ts +10 -1
- package/dist/data/v1/workerService_connect.js +10 -1
- package/dist/data/v1/workerService_pb.d.ts +26 -0
- package/dist/data/v1/workerService_pb.js +48 -0
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
2
|
-
import { CreatePendingTokenFactoryTokenRequest, CreatePendingTokenFactoryTokenResponse, CreateTokenFactoryPresignedUrlRequest, CreateTokenFactoryPresignedUrlResponse, GetPairRequest, GetPairResponse, GetPoolRequest, GetPoolResponse, GetPortfolioChartRequest, GetPortfolioChartResponse, GetPortfolioRequest, GetPortfolioResponse, GetPositionRequest, GetPositionResponse, GetProtocolStatsRequest, GetProtocolStatsResponse, GetRewardsRequest, GetRewardsResponse, GetTokenPricesRequest, GetTokenPricesResponse, GetTokenRequest, GetTokenResponse, GetTransactionRequest, GetTransactionResponse, GetWalletBalancesRequest, GetWalletBalancesResponse, GetWalletProfitLossRequest, GetWalletProfitLossResponse, GetWalletsBalancesRequest, GetWalletsBalancesResponse, GetWalletTokenProfitLossRequest, GetWalletTokenProfitLossResponse, GetWalletTokensProfitLossRequest, GetWalletTokensProfitLossResponse, ListPoolsRequest, ListPoolsResponse, ListPortfoliosRequest, ListPortfoliosResponse, ListPositionsRequest, ListPositionsResponse, ListRankedRwasRequest, ListRankedRwasResponse, ListRwasRequest, ListRwasResponse, ListRwaTokensRequest, ListRwaTokensResponse, ListTokensRequest, ListTokensResponse, ListTopPoolsRequest, ListTopPoolsResponse, ListTransactionsRequest, ListTransactionsResponse, SubmitDataReportRequest, SubmitDataReportResponse, SubmitReportRequest, SubmitReportResponse, SubmitTokenFactoryTokenRequest, SubmitTokenFactoryTokenResponse } from "./api_pb.js";
|
|
2
|
+
import { CreatePendingTokenFactoryTokenRequest, CreatePendingTokenFactoryTokenResponse, CreateTokenFactoryPresignedUrlRequest, CreateTokenFactoryPresignedUrlResponse, GetPairRequest, GetPairResponse, GetPoolRequest, GetPoolResponse, GetPortfolioChartRequest, GetPortfolioChartResponse, GetPortfolioRequest, GetPortfolioResponse, GetPositionRequest, GetPositionResponse, GetProtocolStatsRequest, GetProtocolStatsResponse, GetRewardsRequest, GetRewardsResponse, GetTokenPricesRequest, GetTokenPricesResponse, GetTokenRequest, GetTokenResponse, GetTransactionRequest, GetTransactionResponse, GetWalletBalancesRequest, GetWalletBalancesResponse, GetWalletProfitLossRequest, GetWalletProfitLossResponse, GetWalletsBalancesRequest, GetWalletsBalancesResponse, GetWalletTokenProfitLossRequest, GetWalletTokenProfitLossResponse, GetWalletTokensProfitLossRequest, GetWalletTokensProfitLossResponse, ListPoolsRequest, ListPoolsResponse, ListPortfoliosRequest, ListPortfoliosResponse, ListPositionsRequest, ListPositionsResponse, ListRankedRwasRequest, ListRankedRwasResponse, ListRwasRequest, ListRwasResponse, ListRwaTokensRequest, ListRwaTokensResponse, ListTokensRequest, ListTokensResponse, ListTopPoolsRequest, ListTopPoolsResponse, ListTransactionsRequest, ListTransactionsResponse, SubmitDataReportRequest, SubmitDataReportResponse, SubmitReportRequest, SubmitReportResponse, SubmitTokenFactoryTokenRequest, SubmitTokenFactoryTokenResponse, VerifyTokenFactoryImageRequest, VerifyTokenFactoryImageResponse } from "./api_pb.js";
|
|
3
3
|
/**
|
|
4
4
|
* @generated from rpc data.v1.DataApiService.CreatePendingTokenFactoryToken
|
|
5
5
|
*/
|
|
@@ -130,6 +130,19 @@ export declare const createTokenFactoryPresignedUrl: {
|
|
|
130
130
|
readonly typeName: "data.v1.DataApiService";
|
|
131
131
|
};
|
|
132
132
|
};
|
|
133
|
+
/**
|
|
134
|
+
* @generated from rpc data.v1.DataApiService.VerifyTokenFactoryImage
|
|
135
|
+
*/
|
|
136
|
+
export declare const verifyTokenFactoryImage: {
|
|
137
|
+
readonly localName: "verifyTokenFactoryImage";
|
|
138
|
+
readonly name: "VerifyTokenFactoryImage";
|
|
139
|
+
readonly kind: MethodKind.Unary;
|
|
140
|
+
readonly I: typeof VerifyTokenFactoryImageRequest;
|
|
141
|
+
readonly O: typeof VerifyTokenFactoryImageResponse;
|
|
142
|
+
readonly service: {
|
|
143
|
+
readonly typeName: "data.v1.DataApiService";
|
|
144
|
+
};
|
|
145
|
+
};
|
|
133
146
|
/**
|
|
134
147
|
* @generated from rpc data.v1.DataApiService.GetPair
|
|
135
148
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
6
|
-
import { CreatePendingTokenFactoryTokenRequest, CreatePendingTokenFactoryTokenResponse, CreateTokenFactoryPresignedUrlRequest, CreateTokenFactoryPresignedUrlResponse, GetPairRequest, GetPairResponse, GetPoolRequest, GetPoolResponse, GetPortfolioChartRequest, GetPortfolioChartResponse, GetPortfolioRequest, GetPortfolioResponse, GetPositionRequest, GetPositionResponse, GetProtocolStatsRequest, GetProtocolStatsResponse, GetRewardsRequest, GetRewardsResponse, GetTokenPricesRequest, GetTokenPricesResponse, GetTokenRequest, GetTokenResponse, GetTransactionRequest, GetTransactionResponse, GetWalletBalancesRequest, GetWalletBalancesResponse, GetWalletProfitLossRequest, GetWalletProfitLossResponse, GetWalletsBalancesRequest, GetWalletsBalancesResponse, GetWalletTokenProfitLossRequest, GetWalletTokenProfitLossResponse, GetWalletTokensProfitLossRequest, GetWalletTokensProfitLossResponse, ListPoolsRequest, ListPoolsResponse, ListPortfoliosRequest, ListPortfoliosResponse, ListPositionsRequest, ListPositionsResponse, ListRankedRwasRequest, ListRankedRwasResponse, ListRwasRequest, ListRwasResponse, ListRwaTokensRequest, ListRwaTokensResponse, ListTokensRequest, ListTokensResponse, ListTopPoolsRequest, ListTopPoolsResponse, ListTransactionsRequest, ListTransactionsResponse, SubmitDataReportRequest, SubmitDataReportResponse, SubmitReportRequest, SubmitReportResponse, SubmitTokenFactoryTokenRequest, SubmitTokenFactoryTokenResponse } from "./api_pb.js";
|
|
6
|
+
import { CreatePendingTokenFactoryTokenRequest, CreatePendingTokenFactoryTokenResponse, CreateTokenFactoryPresignedUrlRequest, CreateTokenFactoryPresignedUrlResponse, GetPairRequest, GetPairResponse, GetPoolRequest, GetPoolResponse, GetPortfolioChartRequest, GetPortfolioChartResponse, GetPortfolioRequest, GetPortfolioResponse, GetPositionRequest, GetPositionResponse, GetProtocolStatsRequest, GetProtocolStatsResponse, GetRewardsRequest, GetRewardsResponse, GetTokenPricesRequest, GetTokenPricesResponse, GetTokenRequest, GetTokenResponse, GetTransactionRequest, GetTransactionResponse, GetWalletBalancesRequest, GetWalletBalancesResponse, GetWalletProfitLossRequest, GetWalletProfitLossResponse, GetWalletsBalancesRequest, GetWalletsBalancesResponse, GetWalletTokenProfitLossRequest, GetWalletTokenProfitLossResponse, GetWalletTokensProfitLossRequest, GetWalletTokensProfitLossResponse, ListPoolsRequest, ListPoolsResponse, ListPortfoliosRequest, ListPortfoliosResponse, ListPositionsRequest, ListPositionsResponse, ListRankedRwasRequest, ListRankedRwasResponse, ListRwasRequest, ListRwasResponse, ListRwaTokensRequest, ListRwaTokensResponse, ListTokensRequest, ListTokensResponse, ListTopPoolsRequest, ListTopPoolsResponse, ListTransactionsRequest, ListTransactionsResponse, SubmitDataReportRequest, SubmitDataReportResponse, SubmitReportRequest, SubmitReportResponse, SubmitTokenFactoryTokenRequest, SubmitTokenFactoryTokenResponse, VerifyTokenFactoryImageRequest, VerifyTokenFactoryImageResponse } from "./api_pb.js";
|
|
7
7
|
/**
|
|
8
8
|
* @generated from rpc data.v1.DataApiService.CreatePendingTokenFactoryToken
|
|
9
9
|
*/
|
|
@@ -134,6 +134,19 @@ export const createTokenFactoryPresignedUrl = {
|
|
|
134
134
|
typeName: "data.v1.DataApiService"
|
|
135
135
|
}
|
|
136
136
|
};
|
|
137
|
+
/**
|
|
138
|
+
* @generated from rpc data.v1.DataApiService.VerifyTokenFactoryImage
|
|
139
|
+
*/
|
|
140
|
+
export const verifyTokenFactoryImage = {
|
|
141
|
+
localName: "verifyTokenFactoryImage",
|
|
142
|
+
name: "VerifyTokenFactoryImage",
|
|
143
|
+
kind: MethodKind.Unary,
|
|
144
|
+
I: VerifyTokenFactoryImageRequest,
|
|
145
|
+
O: VerifyTokenFactoryImageResponse,
|
|
146
|
+
service: {
|
|
147
|
+
typeName: "data.v1.DataApiService"
|
|
148
|
+
}
|
|
149
|
+
};
|
|
137
150
|
/**
|
|
138
151
|
* @generated from rpc data.v1.DataApiService.GetPair
|
|
139
152
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CreatePendingTokenFactoryTokenRequest, CreatePendingTokenFactoryTokenResponse, CreateTokenFactoryPresignedUrlRequest, CreateTokenFactoryPresignedUrlResponse, GetPairRequest, GetPairResponse, GetPoolRequest, GetPoolResponse, GetPortfolioChartRequest, GetPortfolioChartResponse, GetPortfolioRequest, GetPortfolioResponse, GetPositionRequest, GetPositionResponse, GetProtocolStatsRequest, GetProtocolStatsResponse, GetRewardsRequest, GetRewardsResponse, GetTokenPricesRequest, GetTokenPricesResponse, GetTokenRequest, GetTokenResponse, GetTransactionRequest, GetTransactionResponse, GetWalletBalancesRequest, GetWalletBalancesResponse, GetWalletProfitLossRequest, GetWalletProfitLossResponse, GetWalletsBalancesRequest, GetWalletsBalancesResponse, GetWalletTokenProfitLossRequest, GetWalletTokenProfitLossResponse, GetWalletTokensProfitLossRequest, GetWalletTokensProfitLossResponse, ListPoolsRequest, ListPoolsResponse, ListPortfoliosRequest, ListPortfoliosResponse, ListPositionsRequest, ListPositionsResponse, ListRankedRwasRequest, ListRankedRwasResponse, ListRwasRequest, ListRwasResponse, ListRwaTokensRequest, ListRwaTokensResponse, ListTokensRequest, ListTokensResponse, ListTopPoolsRequest, ListTopPoolsResponse, ListTransactionsRequest, ListTransactionsResponse, SubmitDataReportRequest, SubmitDataReportResponse, SubmitReportRequest, SubmitReportResponse, SubmitTokenFactoryTokenRequest, SubmitTokenFactoryTokenResponse } from "./api_pb.js";
|
|
1
|
+
import { CreatePendingTokenFactoryTokenRequest, CreatePendingTokenFactoryTokenResponse, CreateTokenFactoryPresignedUrlRequest, CreateTokenFactoryPresignedUrlResponse, GetPairRequest, GetPairResponse, GetPoolRequest, GetPoolResponse, GetPortfolioChartRequest, GetPortfolioChartResponse, GetPortfolioRequest, GetPortfolioResponse, GetPositionRequest, GetPositionResponse, GetProtocolStatsRequest, GetProtocolStatsResponse, GetRewardsRequest, GetRewardsResponse, GetTokenPricesRequest, GetTokenPricesResponse, GetTokenRequest, GetTokenResponse, GetTransactionRequest, GetTransactionResponse, GetWalletBalancesRequest, GetWalletBalancesResponse, GetWalletProfitLossRequest, GetWalletProfitLossResponse, GetWalletsBalancesRequest, GetWalletsBalancesResponse, GetWalletTokenProfitLossRequest, GetWalletTokenProfitLossResponse, GetWalletTokensProfitLossRequest, GetWalletTokensProfitLossResponse, ListPoolsRequest, ListPoolsResponse, ListPortfoliosRequest, ListPortfoliosResponse, ListPositionsRequest, ListPositionsResponse, ListRankedRwasRequest, ListRankedRwasResponse, ListRwasRequest, ListRwasResponse, ListRwaTokensRequest, ListRwaTokensResponse, ListTokensRequest, ListTokensResponse, ListTopPoolsRequest, ListTopPoolsResponse, ListTransactionsRequest, ListTransactionsResponse, SubmitDataReportRequest, SubmitDataReportResponse, SubmitReportRequest, SubmitReportResponse, SubmitTokenFactoryTokenRequest, SubmitTokenFactoryTokenResponse, VerifyTokenFactoryImageRequest, VerifyTokenFactoryImageResponse } from "./api_pb.js";
|
|
2
2
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
3
3
|
/**
|
|
4
4
|
* @generated from service data.v1.DataApiService
|
|
@@ -96,6 +96,15 @@ export declare const DataApiService: {
|
|
|
96
96
|
readonly O: typeof CreateTokenFactoryPresignedUrlResponse;
|
|
97
97
|
readonly kind: MethodKind.Unary;
|
|
98
98
|
};
|
|
99
|
+
/**
|
|
100
|
+
* @generated from rpc data.v1.DataApiService.VerifyTokenFactoryImage
|
|
101
|
+
*/
|
|
102
|
+
readonly verifyTokenFactoryImage: {
|
|
103
|
+
readonly name: "VerifyTokenFactoryImage";
|
|
104
|
+
readonly I: typeof VerifyTokenFactoryImageRequest;
|
|
105
|
+
readonly O: typeof VerifyTokenFactoryImageResponse;
|
|
106
|
+
readonly kind: MethodKind.Unary;
|
|
107
|
+
};
|
|
99
108
|
/**
|
|
100
109
|
* @generated from rpc data.v1.DataApiService.GetPair
|
|
101
110
|
*/
|
|
@@ -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, CreateTokenFactoryPresignedUrlRequest, CreateTokenFactoryPresignedUrlResponse, GetPairRequest, GetPairResponse, GetPoolRequest, GetPoolResponse, GetPortfolioChartRequest, GetPortfolioChartResponse, GetPortfolioRequest, GetPortfolioResponse, GetPositionRequest, GetPositionResponse, GetProtocolStatsRequest, GetProtocolStatsResponse, GetRewardsRequest, GetRewardsResponse, GetTokenPricesRequest, GetTokenPricesResponse, GetTokenRequest, GetTokenResponse, GetTransactionRequest, GetTransactionResponse, GetWalletBalancesRequest, GetWalletBalancesResponse, GetWalletProfitLossRequest, GetWalletProfitLossResponse, GetWalletsBalancesRequest, GetWalletsBalancesResponse, GetWalletTokenProfitLossRequest, GetWalletTokenProfitLossResponse, GetWalletTokensProfitLossRequest, GetWalletTokensProfitLossResponse, ListPoolsRequest, ListPoolsResponse, ListPortfoliosRequest, ListPortfoliosResponse, ListPositionsRequest, ListPositionsResponse, ListRankedRwasRequest, ListRankedRwasResponse, ListRwasRequest, ListRwasResponse, ListRwaTokensRequest, ListRwaTokensResponse, ListTokensRequest, ListTokensResponse, ListTopPoolsRequest, ListTopPoolsResponse, ListTransactionsRequest, ListTransactionsResponse, SubmitDataReportRequest, SubmitDataReportResponse, SubmitReportRequest, SubmitReportResponse, SubmitTokenFactoryTokenRequest, SubmitTokenFactoryTokenResponse } from "./api_pb.js";
|
|
5
|
+
import { CreatePendingTokenFactoryTokenRequest, CreatePendingTokenFactoryTokenResponse, CreateTokenFactoryPresignedUrlRequest, CreateTokenFactoryPresignedUrlResponse, GetPairRequest, GetPairResponse, GetPoolRequest, GetPoolResponse, GetPortfolioChartRequest, GetPortfolioChartResponse, GetPortfolioRequest, GetPortfolioResponse, GetPositionRequest, GetPositionResponse, GetProtocolStatsRequest, GetProtocolStatsResponse, GetRewardsRequest, GetRewardsResponse, GetTokenPricesRequest, GetTokenPricesResponse, GetTokenRequest, GetTokenResponse, GetTransactionRequest, GetTransactionResponse, GetWalletBalancesRequest, GetWalletBalancesResponse, GetWalletProfitLossRequest, GetWalletProfitLossResponse, GetWalletsBalancesRequest, GetWalletsBalancesResponse, GetWalletTokenProfitLossRequest, GetWalletTokenProfitLossResponse, GetWalletTokensProfitLossRequest, GetWalletTokensProfitLossResponse, ListPoolsRequest, ListPoolsResponse, ListPortfoliosRequest, ListPortfoliosResponse, ListPositionsRequest, ListPositionsResponse, ListRankedRwasRequest, ListRankedRwasResponse, ListRwasRequest, ListRwasResponse, ListRwaTokensRequest, ListRwaTokensResponse, ListTokensRequest, ListTokensResponse, ListTopPoolsRequest, ListTopPoolsResponse, ListTransactionsRequest, ListTransactionsResponse, SubmitDataReportRequest, SubmitDataReportResponse, SubmitReportRequest, SubmitReportResponse, SubmitTokenFactoryTokenRequest, SubmitTokenFactoryTokenResponse, VerifyTokenFactoryImageRequest, VerifyTokenFactoryImageResponse } from "./api_pb.js";
|
|
6
6
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
7
7
|
/**
|
|
8
8
|
* @generated from service data.v1.DataApiService
|
|
@@ -100,6 +100,15 @@ export const DataApiService = {
|
|
|
100
100
|
O: CreateTokenFactoryPresignedUrlResponse,
|
|
101
101
|
kind: MethodKind.Unary,
|
|
102
102
|
},
|
|
103
|
+
/**
|
|
104
|
+
* @generated from rpc data.v1.DataApiService.VerifyTokenFactoryImage
|
|
105
|
+
*/
|
|
106
|
+
verifyTokenFactoryImage: {
|
|
107
|
+
name: "VerifyTokenFactoryImage",
|
|
108
|
+
I: VerifyTokenFactoryImageRequest,
|
|
109
|
+
O: VerifyTokenFactoryImageResponse,
|
|
110
|
+
kind: MethodKind.Unary,
|
|
111
|
+
},
|
|
103
112
|
/**
|
|
104
113
|
* @generated from rpc data.v1.DataApiService.GetPair
|
|
105
114
|
*/
|
package/dist/data/v1/api_pb.d.ts
CHANGED
|
@@ -378,9 +378,9 @@ export declare class GetPortfolioRequest extends Message<GetPortfolioRequest> {
|
|
|
378
378
|
*/
|
|
379
379
|
multichain?: boolean;
|
|
380
380
|
/**
|
|
381
|
-
* When true, token metadata (name, symbol, logo, project,
|
|
382
|
-
*
|
|
383
|
-
*
|
|
381
|
+
* When true, token metadata Aurora carries directly (name, symbol, logo, project,
|
|
382
|
+
* protection info, fees) is overridden with Substream-fed Aurora canonical_tokens data.
|
|
383
|
+
* safetyLevel and spamCode are NOT overridden. Defaults to false.
|
|
384
384
|
*
|
|
385
385
|
* @generated from field: optional bool use_substream_data = 5;
|
|
386
386
|
*/
|
|
@@ -780,6 +780,63 @@ export declare class CreateTokenFactoryPresignedUrlResponse extends Message<Crea
|
|
|
780
780
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateTokenFactoryPresignedUrlResponse;
|
|
781
781
|
static equals(a: CreateTokenFactoryPresignedUrlResponse | PlainMessage<CreateTokenFactoryPresignedUrlResponse> | undefined, b: CreateTokenFactoryPresignedUrlResponse | PlainMessage<CreateTokenFactoryPresignedUrlResponse> | undefined): boolean;
|
|
782
782
|
}
|
|
783
|
+
/**
|
|
784
|
+
* @generated from message data.v1.VerifyTokenFactoryImageRequest
|
|
785
|
+
*/
|
|
786
|
+
export declare class VerifyTokenFactoryImageRequest extends Message<VerifyTokenFactoryImageRequest> {
|
|
787
|
+
/**
|
|
788
|
+
* @generated from field: string cid = 1;
|
|
789
|
+
*/
|
|
790
|
+
cid: string;
|
|
791
|
+
constructor(data?: PartialMessage<VerifyTokenFactoryImageRequest>);
|
|
792
|
+
static readonly runtime: typeof proto3;
|
|
793
|
+
static readonly typeName = "data.v1.VerifyTokenFactoryImageRequest";
|
|
794
|
+
static readonly fields: FieldList;
|
|
795
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): VerifyTokenFactoryImageRequest;
|
|
796
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): VerifyTokenFactoryImageRequest;
|
|
797
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VerifyTokenFactoryImageRequest;
|
|
798
|
+
static equals(a: VerifyTokenFactoryImageRequest | PlainMessage<VerifyTokenFactoryImageRequest> | undefined, b: VerifyTokenFactoryImageRequest | PlainMessage<VerifyTokenFactoryImageRequest> | undefined): boolean;
|
|
799
|
+
}
|
|
800
|
+
/**
|
|
801
|
+
* @generated from message data.v1.VerifyTokenFactoryImageResponse
|
|
802
|
+
*/
|
|
803
|
+
export declare class VerifyTokenFactoryImageResponse extends Message<VerifyTokenFactoryImageResponse> {
|
|
804
|
+
/**
|
|
805
|
+
* @generated from field: data.v1.VerifyTokenFactoryImageResponse.Status status = 1;
|
|
806
|
+
*/
|
|
807
|
+
status: VerifyTokenFactoryImageResponse_Status;
|
|
808
|
+
/**
|
|
809
|
+
* empty when APPROVED; enum-style slug otherwise
|
|
810
|
+
*
|
|
811
|
+
* @generated from field: string blocked_reason = 2;
|
|
812
|
+
*/
|
|
813
|
+
blockedReason: string;
|
|
814
|
+
constructor(data?: PartialMessage<VerifyTokenFactoryImageResponse>);
|
|
815
|
+
static readonly runtime: typeof proto3;
|
|
816
|
+
static readonly typeName = "data.v1.VerifyTokenFactoryImageResponse";
|
|
817
|
+
static readonly fields: FieldList;
|
|
818
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): VerifyTokenFactoryImageResponse;
|
|
819
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): VerifyTokenFactoryImageResponse;
|
|
820
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VerifyTokenFactoryImageResponse;
|
|
821
|
+
static equals(a: VerifyTokenFactoryImageResponse | PlainMessage<VerifyTokenFactoryImageResponse> | undefined, b: VerifyTokenFactoryImageResponse | PlainMessage<VerifyTokenFactoryImageResponse> | undefined): boolean;
|
|
822
|
+
}
|
|
823
|
+
/**
|
|
824
|
+
* @generated from enum data.v1.VerifyTokenFactoryImageResponse.Status
|
|
825
|
+
*/
|
|
826
|
+
export declare enum VerifyTokenFactoryImageResponse_Status {
|
|
827
|
+
/**
|
|
828
|
+
* @generated from enum value: STATUS_UNSPECIFIED = 0;
|
|
829
|
+
*/
|
|
830
|
+
UNSPECIFIED = 0,
|
|
831
|
+
/**
|
|
832
|
+
* @generated from enum value: STATUS_APPROVED = 1;
|
|
833
|
+
*/
|
|
834
|
+
APPROVED = 1,
|
|
835
|
+
/**
|
|
836
|
+
* @generated from enum value: STATUS_BLOCKED = 2;
|
|
837
|
+
*/
|
|
838
|
+
BLOCKED = 2
|
|
839
|
+
}
|
|
783
840
|
/**
|
|
784
841
|
* @generated from message data.v1.GetPairRequest
|
|
785
842
|
*/
|
|
@@ -1931,6 +1988,10 @@ export declare class Rwa extends Message<Rwa> {
|
|
|
1931
1988
|
issuerData: {
|
|
1932
1989
|
[key: string]: IssuerData;
|
|
1933
1990
|
};
|
|
1991
|
+
/**
|
|
1992
|
+
* @generated from field: repeated data.v1.RwaCategory categories = 6;
|
|
1993
|
+
*/
|
|
1994
|
+
categories: RwaCategory[];
|
|
1934
1995
|
constructor(data?: PartialMessage<Rwa>);
|
|
1935
1996
|
static readonly runtime: typeof proto3;
|
|
1936
1997
|
static readonly typeName = "data.v1.Rwa";
|
package/dist/data/v1/api_pb.js
CHANGED
|
@@ -1097,6 +1097,97 @@ CreateTokenFactoryPresignedUrlResponse.typeName = "data.v1.CreateTokenFactoryPre
|
|
|
1097
1097
|
CreateTokenFactoryPresignedUrlResponse.fields = proto3.util.newFieldList(() => [
|
|
1098
1098
|
{ no: 1, name: "url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1099
1099
|
]);
|
|
1100
|
+
/**
|
|
1101
|
+
* @generated from message data.v1.VerifyTokenFactoryImageRequest
|
|
1102
|
+
*/
|
|
1103
|
+
export class VerifyTokenFactoryImageRequest extends Message {
|
|
1104
|
+
constructor(data) {
|
|
1105
|
+
super();
|
|
1106
|
+
/**
|
|
1107
|
+
* @generated from field: string cid = 1;
|
|
1108
|
+
*/
|
|
1109
|
+
this.cid = "";
|
|
1110
|
+
proto3.util.initPartial(data, this);
|
|
1111
|
+
}
|
|
1112
|
+
static fromBinary(bytes, options) {
|
|
1113
|
+
return new VerifyTokenFactoryImageRequest().fromBinary(bytes, options);
|
|
1114
|
+
}
|
|
1115
|
+
static fromJson(jsonValue, options) {
|
|
1116
|
+
return new VerifyTokenFactoryImageRequest().fromJson(jsonValue, options);
|
|
1117
|
+
}
|
|
1118
|
+
static fromJsonString(jsonString, options) {
|
|
1119
|
+
return new VerifyTokenFactoryImageRequest().fromJsonString(jsonString, options);
|
|
1120
|
+
}
|
|
1121
|
+
static equals(a, b) {
|
|
1122
|
+
return proto3.util.equals(VerifyTokenFactoryImageRequest, a, b);
|
|
1123
|
+
}
|
|
1124
|
+
}
|
|
1125
|
+
VerifyTokenFactoryImageRequest.runtime = proto3;
|
|
1126
|
+
VerifyTokenFactoryImageRequest.typeName = "data.v1.VerifyTokenFactoryImageRequest";
|
|
1127
|
+
VerifyTokenFactoryImageRequest.fields = proto3.util.newFieldList(() => [
|
|
1128
|
+
{ no: 1, name: "cid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1129
|
+
]);
|
|
1130
|
+
/**
|
|
1131
|
+
* @generated from message data.v1.VerifyTokenFactoryImageResponse
|
|
1132
|
+
*/
|
|
1133
|
+
export class VerifyTokenFactoryImageResponse extends Message {
|
|
1134
|
+
constructor(data) {
|
|
1135
|
+
super();
|
|
1136
|
+
/**
|
|
1137
|
+
* @generated from field: data.v1.VerifyTokenFactoryImageResponse.Status status = 1;
|
|
1138
|
+
*/
|
|
1139
|
+
this.status = VerifyTokenFactoryImageResponse_Status.UNSPECIFIED;
|
|
1140
|
+
/**
|
|
1141
|
+
* empty when APPROVED; enum-style slug otherwise
|
|
1142
|
+
*
|
|
1143
|
+
* @generated from field: string blocked_reason = 2;
|
|
1144
|
+
*/
|
|
1145
|
+
this.blockedReason = "";
|
|
1146
|
+
proto3.util.initPartial(data, this);
|
|
1147
|
+
}
|
|
1148
|
+
static fromBinary(bytes, options) {
|
|
1149
|
+
return new VerifyTokenFactoryImageResponse().fromBinary(bytes, options);
|
|
1150
|
+
}
|
|
1151
|
+
static fromJson(jsonValue, options) {
|
|
1152
|
+
return new VerifyTokenFactoryImageResponse().fromJson(jsonValue, options);
|
|
1153
|
+
}
|
|
1154
|
+
static fromJsonString(jsonString, options) {
|
|
1155
|
+
return new VerifyTokenFactoryImageResponse().fromJsonString(jsonString, options);
|
|
1156
|
+
}
|
|
1157
|
+
static equals(a, b) {
|
|
1158
|
+
return proto3.util.equals(VerifyTokenFactoryImageResponse, a, b);
|
|
1159
|
+
}
|
|
1160
|
+
}
|
|
1161
|
+
VerifyTokenFactoryImageResponse.runtime = proto3;
|
|
1162
|
+
VerifyTokenFactoryImageResponse.typeName = "data.v1.VerifyTokenFactoryImageResponse";
|
|
1163
|
+
VerifyTokenFactoryImageResponse.fields = proto3.util.newFieldList(() => [
|
|
1164
|
+
{ no: 1, name: "status", kind: "enum", T: proto3.getEnumType(VerifyTokenFactoryImageResponse_Status) },
|
|
1165
|
+
{ no: 2, name: "blocked_reason", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1166
|
+
]);
|
|
1167
|
+
/**
|
|
1168
|
+
* @generated from enum data.v1.VerifyTokenFactoryImageResponse.Status
|
|
1169
|
+
*/
|
|
1170
|
+
export var VerifyTokenFactoryImageResponse_Status;
|
|
1171
|
+
(function (VerifyTokenFactoryImageResponse_Status) {
|
|
1172
|
+
/**
|
|
1173
|
+
* @generated from enum value: STATUS_UNSPECIFIED = 0;
|
|
1174
|
+
*/
|
|
1175
|
+
VerifyTokenFactoryImageResponse_Status[VerifyTokenFactoryImageResponse_Status["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1176
|
+
/**
|
|
1177
|
+
* @generated from enum value: STATUS_APPROVED = 1;
|
|
1178
|
+
*/
|
|
1179
|
+
VerifyTokenFactoryImageResponse_Status[VerifyTokenFactoryImageResponse_Status["APPROVED"] = 1] = "APPROVED";
|
|
1180
|
+
/**
|
|
1181
|
+
* @generated from enum value: STATUS_BLOCKED = 2;
|
|
1182
|
+
*/
|
|
1183
|
+
VerifyTokenFactoryImageResponse_Status[VerifyTokenFactoryImageResponse_Status["BLOCKED"] = 2] = "BLOCKED";
|
|
1184
|
+
})(VerifyTokenFactoryImageResponse_Status || (VerifyTokenFactoryImageResponse_Status = {}));
|
|
1185
|
+
// Retrieve enum metadata with: proto3.getEnumType(VerifyTokenFactoryImageResponse_Status)
|
|
1186
|
+
proto3.util.setEnumType(VerifyTokenFactoryImageResponse_Status, "data.v1.VerifyTokenFactoryImageResponse.Status", [
|
|
1187
|
+
{ no: 0, name: "STATUS_UNSPECIFIED" },
|
|
1188
|
+
{ no: 1, name: "STATUS_APPROVED" },
|
|
1189
|
+
{ no: 2, name: "STATUS_BLOCKED" },
|
|
1190
|
+
]);
|
|
1100
1191
|
/**
|
|
1101
1192
|
* @generated from message data.v1.GetPairRequest
|
|
1102
1193
|
*/
|
|
@@ -2579,6 +2670,10 @@ export class Rwa extends Message {
|
|
|
2579
2670
|
* @generated from field: map<string, data.v1.IssuerData> issuer_data = 5;
|
|
2580
2671
|
*/
|
|
2581
2672
|
this.issuerData = {};
|
|
2673
|
+
/**
|
|
2674
|
+
* @generated from field: repeated data.v1.RwaCategory categories = 6;
|
|
2675
|
+
*/
|
|
2676
|
+
this.categories = [];
|
|
2582
2677
|
proto3.util.initPartial(data, this);
|
|
2583
2678
|
}
|
|
2584
2679
|
static fromBinary(bytes, options) {
|
|
@@ -2602,6 +2697,7 @@ Rwa.fields = proto3.util.newFieldList(() => [
|
|
|
2602
2697
|
{ no: 3, name: "issuer_tokens", kind: "message", T: IssuerToken, repeated: true },
|
|
2603
2698
|
{ no: 4, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2604
2699
|
{ no: 5, name: "issuer_data", kind: "map", K: 9 /* ScalarType.STRING */, V: { kind: "message", T: IssuerData } },
|
|
2700
|
+
{ no: 6, name: "categories", kind: "enum", T: proto3.getEnumType(RwaCategory), repeated: true },
|
|
2605
2701
|
]);
|
|
2606
2702
|
/**
|
|
2607
2703
|
* @generated from message data.v1.IssuerToken
|
|
@@ -33,6 +33,13 @@ export declare class SearchTokensRequest extends Message<SearchTokensRequest> {
|
|
|
33
33
|
* @generated from field: bool multichain = 7;
|
|
34
34
|
*/
|
|
35
35
|
multichain: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* When true, display metadata (name, symbol, logo, project) is overridden with
|
|
38
|
+
* Substream-fed Aurora canonical_tokens data. Defaults to false.
|
|
39
|
+
*
|
|
40
|
+
* @generated from field: bool use_substream_data = 8;
|
|
41
|
+
*/
|
|
42
|
+
useSubstreamData: boolean;
|
|
36
43
|
constructor(data?: PartialMessage<SearchTokensRequest>);
|
|
37
44
|
static readonly runtime: typeof proto3;
|
|
38
45
|
static readonly typeName = "data.v1.SearchTokensRequest";
|
|
@@ -38,6 +38,13 @@ export class SearchTokensRequest extends Message {
|
|
|
38
38
|
* @generated from field: bool multichain = 7;
|
|
39
39
|
*/
|
|
40
40
|
this.multichain = false;
|
|
41
|
+
/**
|
|
42
|
+
* When true, display metadata (name, symbol, logo, project) is overridden with
|
|
43
|
+
* Substream-fed Aurora canonical_tokens data. Defaults to false.
|
|
44
|
+
*
|
|
45
|
+
* @generated from field: bool use_substream_data = 8;
|
|
46
|
+
*/
|
|
47
|
+
this.useSubstreamData = false;
|
|
41
48
|
proto3.util.initPartial(data, this);
|
|
42
49
|
}
|
|
43
50
|
static fromBinary(bytes, options) {
|
|
@@ -63,6 +70,7 @@ SearchTokensRequest.fields = proto3.util.newFieldList(() => [
|
|
|
63
70
|
{ no: 5, name: "size", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
64
71
|
{ no: 6, name: "prioritize_svm", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
65
72
|
{ no: 7, name: "multichain", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
73
|
+
{ no: 8, name: "use_substream_data", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
66
74
|
]);
|
|
67
75
|
/**
|
|
68
76
|
* @generated from message data.v1.SearchTokensResponse
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
2
|
-
import { CheckSubgraphHealthRequest, CheckSubgraphHealthResponse, IngestBlockaidMetadataRequest, IngestBlockaidMetadataResponse, RefreshProtocolStatsRequest, RefreshProtocolStatsResponse } from "./workerService_pb.js";
|
|
2
|
+
import { CheckSubgraphHealthRequest, CheckSubgraphHealthResponse, IngestBlockaidMetadataRequest, IngestBlockaidMetadataResponse, RefreshProtocolStatsRequest, RefreshProtocolStatsResponse, RunLaunchpadOrphanCleanupRequest, RunLaunchpadOrphanCleanupResponse } from "./workerService_pb.js";
|
|
3
3
|
/**
|
|
4
4
|
* @generated from rpc data.v1.WorkerService.RefreshProtocolStats
|
|
5
5
|
*/
|
|
@@ -39,3 +39,16 @@ export declare const ingestBlockaidMetadata: {
|
|
|
39
39
|
readonly typeName: "data.v1.WorkerService";
|
|
40
40
|
};
|
|
41
41
|
};
|
|
42
|
+
/**
|
|
43
|
+
* @generated from rpc data.v1.WorkerService.RunLaunchpadOrphanCleanup
|
|
44
|
+
*/
|
|
45
|
+
export declare const runLaunchpadOrphanCleanup: {
|
|
46
|
+
readonly localName: "runLaunchpadOrphanCleanup";
|
|
47
|
+
readonly name: "RunLaunchpadOrphanCleanup";
|
|
48
|
+
readonly kind: MethodKind.Unary;
|
|
49
|
+
readonly I: typeof RunLaunchpadOrphanCleanupRequest;
|
|
50
|
+
readonly O: typeof RunLaunchpadOrphanCleanupResponse;
|
|
51
|
+
readonly service: {
|
|
52
|
+
readonly typeName: "data.v1.WorkerService";
|
|
53
|
+
};
|
|
54
|
+
};
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
6
|
-
import { CheckSubgraphHealthRequest, CheckSubgraphHealthResponse, IngestBlockaidMetadataRequest, IngestBlockaidMetadataResponse, RefreshProtocolStatsRequest, RefreshProtocolStatsResponse } from "./workerService_pb.js";
|
|
6
|
+
import { CheckSubgraphHealthRequest, CheckSubgraphHealthResponse, IngestBlockaidMetadataRequest, IngestBlockaidMetadataResponse, RefreshProtocolStatsRequest, RefreshProtocolStatsResponse, RunLaunchpadOrphanCleanupRequest, RunLaunchpadOrphanCleanupResponse } from "./workerService_pb.js";
|
|
7
7
|
/**
|
|
8
8
|
* @generated from rpc data.v1.WorkerService.RefreshProtocolStats
|
|
9
9
|
*/
|
|
@@ -43,3 +43,16 @@ export const ingestBlockaidMetadata = {
|
|
|
43
43
|
typeName: "data.v1.WorkerService"
|
|
44
44
|
}
|
|
45
45
|
};
|
|
46
|
+
/**
|
|
47
|
+
* @generated from rpc data.v1.WorkerService.RunLaunchpadOrphanCleanup
|
|
48
|
+
*/
|
|
49
|
+
export const runLaunchpadOrphanCleanup = {
|
|
50
|
+
localName: "runLaunchpadOrphanCleanup",
|
|
51
|
+
name: "RunLaunchpadOrphanCleanup",
|
|
52
|
+
kind: MethodKind.Unary,
|
|
53
|
+
I: RunLaunchpadOrphanCleanupRequest,
|
|
54
|
+
O: RunLaunchpadOrphanCleanupResponse,
|
|
55
|
+
service: {
|
|
56
|
+
typeName: "data.v1.WorkerService"
|
|
57
|
+
}
|
|
58
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CheckSubgraphHealthRequest, CheckSubgraphHealthResponse, IngestBlockaidMetadataRequest, IngestBlockaidMetadataResponse, RefreshProtocolStatsRequest, RefreshProtocolStatsResponse } from "./workerService_pb.js";
|
|
1
|
+
import { CheckSubgraphHealthRequest, CheckSubgraphHealthResponse, IngestBlockaidMetadataRequest, IngestBlockaidMetadataResponse, RefreshProtocolStatsRequest, RefreshProtocolStatsResponse, RunLaunchpadOrphanCleanupRequest, RunLaunchpadOrphanCleanupResponse } from "./workerService_pb.js";
|
|
2
2
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
3
3
|
/**
|
|
4
4
|
* @generated from service data.v1.WorkerService
|
|
@@ -33,5 +33,14 @@ export declare const WorkerService: {
|
|
|
33
33
|
readonly O: typeof IngestBlockaidMetadataResponse;
|
|
34
34
|
readonly kind: MethodKind.Unary;
|
|
35
35
|
};
|
|
36
|
+
/**
|
|
37
|
+
* @generated from rpc data.v1.WorkerService.RunLaunchpadOrphanCleanup
|
|
38
|
+
*/
|
|
39
|
+
readonly runLaunchpadOrphanCleanup: {
|
|
40
|
+
readonly name: "RunLaunchpadOrphanCleanup";
|
|
41
|
+
readonly I: typeof RunLaunchpadOrphanCleanupRequest;
|
|
42
|
+
readonly O: typeof RunLaunchpadOrphanCleanupResponse;
|
|
43
|
+
readonly kind: MethodKind.Unary;
|
|
44
|
+
};
|
|
36
45
|
};
|
|
37
46
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// @generated from file data/v1/workerService.proto (package data.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
|
-
import { CheckSubgraphHealthRequest, CheckSubgraphHealthResponse, IngestBlockaidMetadataRequest, IngestBlockaidMetadataResponse, RefreshProtocolStatsRequest, RefreshProtocolStatsResponse } from "./workerService_pb.js";
|
|
5
|
+
import { CheckSubgraphHealthRequest, CheckSubgraphHealthResponse, IngestBlockaidMetadataRequest, IngestBlockaidMetadataResponse, RefreshProtocolStatsRequest, RefreshProtocolStatsResponse, RunLaunchpadOrphanCleanupRequest, RunLaunchpadOrphanCleanupResponse } from "./workerService_pb.js";
|
|
6
6
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
7
7
|
/**
|
|
8
8
|
* @generated from service data.v1.WorkerService
|
|
@@ -37,5 +37,14 @@ export const WorkerService = {
|
|
|
37
37
|
O: IngestBlockaidMetadataResponse,
|
|
38
38
|
kind: MethodKind.Unary,
|
|
39
39
|
},
|
|
40
|
+
/**
|
|
41
|
+
* @generated from rpc data.v1.WorkerService.RunLaunchpadOrphanCleanup
|
|
42
|
+
*/
|
|
43
|
+
runLaunchpadOrphanCleanup: {
|
|
44
|
+
name: "RunLaunchpadOrphanCleanup",
|
|
45
|
+
I: RunLaunchpadOrphanCleanupRequest,
|
|
46
|
+
O: RunLaunchpadOrphanCleanupResponse,
|
|
47
|
+
kind: MethodKind.Unary,
|
|
48
|
+
},
|
|
40
49
|
}
|
|
41
50
|
};
|
|
@@ -127,3 +127,29 @@ export declare class IngestBlockaidMetadataResponse extends Message<IngestBlocka
|
|
|
127
127
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): IngestBlockaidMetadataResponse;
|
|
128
128
|
static equals(a: IngestBlockaidMetadataResponse | PlainMessage<IngestBlockaidMetadataResponse> | undefined, b: IngestBlockaidMetadataResponse | PlainMessage<IngestBlockaidMetadataResponse> | undefined): boolean;
|
|
129
129
|
}
|
|
130
|
+
/**
|
|
131
|
+
* @generated from message data.v1.RunLaunchpadOrphanCleanupRequest
|
|
132
|
+
*/
|
|
133
|
+
export declare class RunLaunchpadOrphanCleanupRequest extends Message<RunLaunchpadOrphanCleanupRequest> {
|
|
134
|
+
constructor(data?: PartialMessage<RunLaunchpadOrphanCleanupRequest>);
|
|
135
|
+
static readonly runtime: typeof proto3;
|
|
136
|
+
static readonly typeName = "data.v1.RunLaunchpadOrphanCleanupRequest";
|
|
137
|
+
static readonly fields: FieldList;
|
|
138
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RunLaunchpadOrphanCleanupRequest;
|
|
139
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RunLaunchpadOrphanCleanupRequest;
|
|
140
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RunLaunchpadOrphanCleanupRequest;
|
|
141
|
+
static equals(a: RunLaunchpadOrphanCleanupRequest | PlainMessage<RunLaunchpadOrphanCleanupRequest> | undefined, b: RunLaunchpadOrphanCleanupRequest | PlainMessage<RunLaunchpadOrphanCleanupRequest> | undefined): boolean;
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* @generated from message data.v1.RunLaunchpadOrphanCleanupResponse
|
|
145
|
+
*/
|
|
146
|
+
export declare class RunLaunchpadOrphanCleanupResponse extends Message<RunLaunchpadOrphanCleanupResponse> {
|
|
147
|
+
constructor(data?: PartialMessage<RunLaunchpadOrphanCleanupResponse>);
|
|
148
|
+
static readonly runtime: typeof proto3;
|
|
149
|
+
static readonly typeName = "data.v1.RunLaunchpadOrphanCleanupResponse";
|
|
150
|
+
static readonly fields: FieldList;
|
|
151
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RunLaunchpadOrphanCleanupResponse;
|
|
152
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RunLaunchpadOrphanCleanupResponse;
|
|
153
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RunLaunchpadOrphanCleanupResponse;
|
|
154
|
+
static equals(a: RunLaunchpadOrphanCleanupResponse | PlainMessage<RunLaunchpadOrphanCleanupResponse> | undefined, b: RunLaunchpadOrphanCleanupResponse | PlainMessage<RunLaunchpadOrphanCleanupResponse> | undefined): boolean;
|
|
155
|
+
}
|
|
@@ -218,3 +218,51 @@ export class IngestBlockaidMetadataResponse extends Message {
|
|
|
218
218
|
IngestBlockaidMetadataResponse.runtime = proto3;
|
|
219
219
|
IngestBlockaidMetadataResponse.typeName = "data.v1.IngestBlockaidMetadataResponse";
|
|
220
220
|
IngestBlockaidMetadataResponse.fields = proto3.util.newFieldList(() => []);
|
|
221
|
+
/**
|
|
222
|
+
* @generated from message data.v1.RunLaunchpadOrphanCleanupRequest
|
|
223
|
+
*/
|
|
224
|
+
export class RunLaunchpadOrphanCleanupRequest extends Message {
|
|
225
|
+
constructor(data) {
|
|
226
|
+
super();
|
|
227
|
+
proto3.util.initPartial(data, this);
|
|
228
|
+
}
|
|
229
|
+
static fromBinary(bytes, options) {
|
|
230
|
+
return new RunLaunchpadOrphanCleanupRequest().fromBinary(bytes, options);
|
|
231
|
+
}
|
|
232
|
+
static fromJson(jsonValue, options) {
|
|
233
|
+
return new RunLaunchpadOrphanCleanupRequest().fromJson(jsonValue, options);
|
|
234
|
+
}
|
|
235
|
+
static fromJsonString(jsonString, options) {
|
|
236
|
+
return new RunLaunchpadOrphanCleanupRequest().fromJsonString(jsonString, options);
|
|
237
|
+
}
|
|
238
|
+
static equals(a, b) {
|
|
239
|
+
return proto3.util.equals(RunLaunchpadOrphanCleanupRequest, a, b);
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
RunLaunchpadOrphanCleanupRequest.runtime = proto3;
|
|
243
|
+
RunLaunchpadOrphanCleanupRequest.typeName = "data.v1.RunLaunchpadOrphanCleanupRequest";
|
|
244
|
+
RunLaunchpadOrphanCleanupRequest.fields = proto3.util.newFieldList(() => []);
|
|
245
|
+
/**
|
|
246
|
+
* @generated from message data.v1.RunLaunchpadOrphanCleanupResponse
|
|
247
|
+
*/
|
|
248
|
+
export class RunLaunchpadOrphanCleanupResponse extends Message {
|
|
249
|
+
constructor(data) {
|
|
250
|
+
super();
|
|
251
|
+
proto3.util.initPartial(data, this);
|
|
252
|
+
}
|
|
253
|
+
static fromBinary(bytes, options) {
|
|
254
|
+
return new RunLaunchpadOrphanCleanupResponse().fromBinary(bytes, options);
|
|
255
|
+
}
|
|
256
|
+
static fromJson(jsonValue, options) {
|
|
257
|
+
return new RunLaunchpadOrphanCleanupResponse().fromJson(jsonValue, options);
|
|
258
|
+
}
|
|
259
|
+
static fromJsonString(jsonString, options) {
|
|
260
|
+
return new RunLaunchpadOrphanCleanupResponse().fromJsonString(jsonString, options);
|
|
261
|
+
}
|
|
262
|
+
static equals(a, b) {
|
|
263
|
+
return proto3.util.equals(RunLaunchpadOrphanCleanupResponse, a, b);
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
RunLaunchpadOrphanCleanupResponse.runtime = proto3;
|
|
267
|
+
RunLaunchpadOrphanCleanupResponse.typeName = "data.v1.RunLaunchpadOrphanCleanupResponse";
|
|
268
|
+
RunLaunchpadOrphanCleanupResponse.fields = proto3.util.newFieldList(() => []);
|