@r2wa-org/eden 0.0.54 → 0.0.57
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/src/admin/admin/dto.schemas.d.ts +3 -54
- package/dist/src/admin/admin/router.d.ts +19 -24
- package/dist/src/admin/admin/service.d.ts +0 -2
- package/dist/src/admin/index.d.ts +1329 -343
- package/dist/src/asset/admin/dto.schemas.d.ts +49 -26
- package/dist/src/asset/admin/router.d.ts +132 -32
- package/dist/src/asset/admin/service.d.ts +52 -4
- package/dist/src/asset/user/dto.schemas.d.ts +7 -15
- package/dist/src/asset/user/router.d.ts +15 -15
- package/dist/src/asset/user/service.d.ts +1 -1
- package/dist/src/asset-convert-product/admin/dto.schemas.d.ts +459 -566
- package/dist/src/asset-convert-product/admin/router.d.ts +581 -42
- package/dist/src/asset-convert-product/admin/service.d.ts +419 -12
- package/dist/src/asset-convert-product/errors/index.d.ts +7 -0
- package/dist/src/asset-convert-product/errors/locales/zh.d.ts +7 -0
- package/dist/src/asset-convert-product/permissions.d.ts +2 -2
- package/dist/src/asset-convert-product/user/router.d.ts +20 -20
- package/dist/src/asset-price/admin/dto.schemas.d.ts +99 -352
- package/dist/src/asset-price/admin/router.d.ts +132 -20
- package/dist/src/asset-price/admin/service.d.ts +157 -0
- package/dist/src/asset-price/errors/index.d.ts +2 -0
- package/dist/src/asset-price/errors/locales/zh.d.ts +2 -0
- package/dist/src/asset-price/internal/service.d.ts +1 -0
- package/dist/src/asset-price/user/router.d.ts +13 -13
- package/dist/src/asset-type/admin/dto.schemas.d.ts +291 -33
- package/dist/src/asset-type/admin/router.d.ts +67 -28
- package/dist/src/asset-type/admin/service.d.ts +16 -6
- package/dist/src/asset-type/db.schemas.d.ts +6 -6
- package/dist/src/asset-type/errors/index.d.ts +6 -0
- package/dist/src/asset-type/errors/locales/zh.d.ts +3 -0
- package/dist/src/asset-type/internal/service.d.ts +4 -4
- package/dist/src/asset-type/permissions.d.ts +1 -1
- package/dist/src/asset-type/schema.d.ts +3 -5
- package/dist/src/asset-type/user/dto.schemas.d.ts +3 -15
- package/dist/src/asset-type/user/router.d.ts +12 -12
- package/dist/src/asset-type/user/service.d.ts +1 -1
- package/dist/src/auth/better-auth.d.ts +706 -451
- package/dist/src/auth/db.schemas.d.ts +27 -407
- package/dist/src/auth/permissions.d.ts +20 -20
- package/dist/src/auth/roles.d.ts +60 -60
- package/dist/src/auth/router.d.ts +6 -6
- package/dist/src/auth/schema.d.ts +8 -206
- package/dist/src/bank-account/admin/router.d.ts +10 -13
- package/dist/src/bank-account/user/router.d.ts +8 -8
- package/dist/src/check-in/admin/dto.schemas.d.ts +1 -18
- package/dist/src/check-in/admin/router.d.ts +12 -16
- package/dist/src/check-in/admin/service.d.ts +0 -1
- package/dist/src/check-in/internal/service.d.ts +0 -1
- package/dist/src/check-in/user/dto.schemas.d.ts +1 -18
- package/dist/src/check-in/user/router.d.ts +18 -19
- package/dist/src/check-in/user/service.d.ts +0 -1
- package/dist/src/cron/index.d.ts +8 -74
- package/dist/src/deposit/admin/dto.schemas.d.ts +8 -42
- package/dist/src/deposit/admin/router.d.ts +16 -20
- package/dist/src/deposit/admin/service.d.ts +0 -2
- package/dist/src/deposit/errors/index.d.ts +4 -0
- package/dist/src/deposit/errors/locales/zh.d.ts +2 -0
- package/dist/src/deposit/user/dto.schemas.d.ts +16 -42
- package/dist/src/deposit/user/router.d.ts +68 -19
- package/dist/src/deposit/user/service.d.ts +22 -3
- package/dist/src/dynamic-env/admin.router.d.ts +27 -30
- package/dist/src/env/server.d.ts +1 -1
- package/dist/src/file-storage/admin/router.d.ts +17 -20
- package/dist/src/file-storage/share/router.d.ts +16 -16
- package/dist/src/file-storage/user/router.d.ts +16 -16
- package/dist/src/index.d.ts +1688 -660
- package/dist/src/ledger/admin/router.d.ts +12 -15
- package/dist/src/ledger/user/router.d.ts +10 -10
- package/dist/src/ledger-account/admin/dto.schemas.d.ts +2 -2
- package/dist/src/ledger-account/admin/router.d.ts +22 -25
- package/dist/src/ledger-account/user/router.d.ts +10 -10
- package/dist/src/ledger-account-import/admin/router.d.ts +22 -25
- package/dist/src/ledger-account-transfer/user/router.d.ts +10 -10
- package/dist/src/ledger-account-type/admin/router.d.ts +19 -22
- package/dist/src/ledger-account-type/user/router.d.ts +10 -10
- package/dist/src/market-data/admin/router.d.ts +17 -20
- package/dist/src/market-data/cron.d.ts +3 -54
- package/dist/src/market-data/user/router.d.ts +12 -12
- package/dist/src/market-pricing/admin/router.d.ts +31 -34
- package/dist/src/market-pricing/cron.d.ts +2 -53
- package/dist/src/news/admin/dto.schemas.d.ts +6 -6
- package/dist/src/news/admin/router.d.ts +29 -32
- package/dist/src/news/user/dto.schemas.d.ts +12 -12
- package/dist/src/news/user/router.d.ts +19 -19
- package/dist/src/news-category/user/router.d.ts +12 -12
- package/dist/src/notification/admin/dto.schemas.d.ts +3 -3
- package/dist/src/notification/admin/router.d.ts +17 -20
- package/dist/src/notification/user/dto.schemas.d.ts +2 -2
- package/dist/src/notification/user/router.d.ts +21 -21
- package/dist/src/receipt-method/admin/router.d.ts +10 -13
- package/dist/src/receipt-method/user/router.d.ts +6 -6
- package/dist/src/referral/admin/dto.schemas.d.ts +2 -36
- package/dist/src/referral/admin/router.d.ts +14 -18
- package/dist/src/referral/user/dto.schemas.d.ts +2 -36
- package/dist/src/referral/user/router.d.ts +17 -18
- package/dist/src/referral-depth-config/admin/router.d.ts +22 -25
- package/dist/src/server-test/index.d.ts +15 -15
- package/dist/src/shipping-address/admin/router.d.ts +10 -13
- package/dist/src/shipping-address/user/router.d.ts +6 -6
- package/dist/src/team/admin/dto.schemas.d.ts +2 -36
- package/dist/src/team/admin/router.d.ts +14 -18
- package/dist/src/team/user/dto.schemas.d.ts +5 -90
- package/dist/src/team/user/router.d.ts +21 -24
- package/dist/src/trade-market/admin/dto.schemas.d.ts +1 -1
- package/dist/src/trade-market/admin/router.d.ts +27 -30
- package/dist/src/trade-market/user/router.d.ts +22 -22
- package/dist/src/transfer/admin/router.d.ts +12 -15
- package/dist/src/transfer/admin/service.d.ts +0 -2
- package/dist/src/transfer/user/router.d.ts +12 -12
- package/dist/src/transfer/user/service.d.ts +0 -2
- package/dist/src/user/admin/dto.schemas.d.ts +1 -21
- package/dist/src/user/admin/router.d.ts +24 -32
- package/dist/src/user/admin/service.d.ts +0 -4
- package/dist/src/user/user/router.d.ts +6 -8
- package/dist/src/user/user/service.d.ts +0 -2
- package/dist/src/user-kyc/admin/dto.schemas.d.ts +1 -1
- package/dist/src/user-kyc/admin/router.d.ts +19 -22
- package/dist/src/user-kyc/user/router.d.ts +18 -18
- package/dist/src/user-security/admin/router.d.ts +13 -16
- package/dist/src/user-security/user/router.d.ts +17 -17
- package/dist/src/wallet/admin/dto.schemas.d.ts +35 -3
- package/dist/src/wallet/admin/router.d.ts +77 -15
- package/dist/src/wallet/admin/service.d.ts +46 -8
- package/dist/src/wallet/internal/service.d.ts +118 -14
- package/dist/src/wallet/user/dto.schemas.d.ts +4 -2
- package/dist/src/wallet/user/router.d.ts +16 -15
- package/dist/src/wallet/user/service.d.ts +18 -8
- package/dist/src/wallet-type/admin/dto.schemas.d.ts +4 -0
- package/dist/src/wallet-type/admin/router.d.ts +149 -19
- package/dist/src/wallet-type/admin/service.d.ts +51 -0
- package/dist/src/wallet-type/errors/index.d.ts +4 -0
- package/dist/src/wallet-type/errors/locales/zh.d.ts +4 -0
- package/dist/src/wallet-type/internal/service.d.ts +37 -0
- package/dist/src/wallet-type/user/router.d.ts +10 -10
- package/dist/src/welfare-cycle/admin/dto.schemas.d.ts +3 -3
- package/dist/src/welfare-cycle/admin/router.d.ts +35 -38
- package/dist/src/welfare-cycle/cron.d.ts +2 -53
- package/dist/src/welfare-cycle/user/dto.schemas.d.ts +1 -0
- package/dist/src/welfare-cycle/user/router.d.ts +66 -71
- package/dist/src/welfare-cycle/user/service.d.ts +1 -1
- package/dist/src/withdraw/admin/router.d.ts +19 -22
- package/dist/src/withdraw/user/dto.schemas.d.ts +7 -0
- package/dist/src/withdraw/user/router.d.ts +59 -12
- package/dist/src/withdraw/user/service.d.ts +20 -1
- package/package.json +1 -1
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
export declare const assetAdminListQuerySchema: import("@sinclair/typebox").TObject<{
|
|
2
|
-
|
|
2
|
+
id: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
3
|
+
name: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
4
|
+
code: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
3
5
|
category: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TEnum<{
|
|
4
6
|
FIAT: "FIAT";
|
|
5
7
|
CRYPTO: "CRYPTO";
|
|
6
8
|
POINT: "POINT";
|
|
7
9
|
RWA: "RWA";
|
|
8
10
|
}>>;
|
|
11
|
+
isActive: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
12
|
+
typeId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
13
|
+
keyword: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
9
14
|
limit: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
10
15
|
offset: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
11
16
|
pageSize: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
@@ -17,10 +22,11 @@ export declare const assetAdminCodeParamsSchema: import("@sinclair/typebox").TOb
|
|
|
17
22
|
}>;
|
|
18
23
|
export type AssetAdminCodeParamsType = typeof assetAdminCodeParamsSchema.static;
|
|
19
24
|
export declare const assetAdminItemResponseSchema: import("@sinclair/typebox").TObject<{
|
|
25
|
+
createdAt: import("@sinclair/typebox").TDate;
|
|
26
|
+
updatedAt: import("@sinclair/typebox").TDate;
|
|
27
|
+
symbol: import("@sinclair/typebox").TString;
|
|
20
28
|
id: import("@sinclair/typebox").TString;
|
|
21
29
|
name: import("@sinclair/typebox").TString;
|
|
22
|
-
isActive: import("@sinclair/typebox").TBoolean;
|
|
23
|
-
symbol: import("@sinclair/typebox").TString;
|
|
24
30
|
code: import("@sinclair/typebox").TString;
|
|
25
31
|
iconUrl: import("@sinclair/typebox").TString;
|
|
26
32
|
category: import("@sinclair/typebox").TEnum<{
|
|
@@ -29,16 +35,13 @@ export declare const assetAdminItemResponseSchema: import("@sinclair/typebox").T
|
|
|
29
35
|
POINT: "POINT";
|
|
30
36
|
RWA: "RWA";
|
|
31
37
|
}>;
|
|
38
|
+
isActive: import("@sinclair/typebox").TBoolean;
|
|
32
39
|
typeId: import("@sinclair/typebox").TString;
|
|
33
40
|
precision: import("@sinclair/typebox").TInteger;
|
|
34
41
|
type: import("@sinclair/typebox").TObject<{
|
|
35
42
|
id: import("@sinclair/typebox").TString;
|
|
36
43
|
name: import("@sinclair/typebox").TString;
|
|
37
|
-
key: import("@sinclair/typebox").
|
|
38
|
-
FIAT_CURRENCY: "FIAT_CURRENCY";
|
|
39
|
-
STABLE_COIN: "STABLE_COIN";
|
|
40
|
-
RWA_VIRTUAL_COIN: "RWA_VIRTUAL_COIN";
|
|
41
|
-
}>;
|
|
44
|
+
key: import("@sinclair/typebox").TString;
|
|
42
45
|
isGasAsset: import("@sinclair/typebox").TBoolean;
|
|
43
46
|
isActive: import("@sinclair/typebox").TBoolean;
|
|
44
47
|
}>;
|
|
@@ -46,10 +49,11 @@ export declare const assetAdminItemResponseSchema: import("@sinclair/typebox").T
|
|
|
46
49
|
export type AssetAdminItemResponseType = typeof assetAdminItemResponseSchema.static;
|
|
47
50
|
export declare const assetAdminListResponseSchema: import("@sinclair/typebox").TObject<{
|
|
48
51
|
data: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
|
|
52
|
+
createdAt: import("@sinclair/typebox").TDate;
|
|
53
|
+
updatedAt: import("@sinclair/typebox").TDate;
|
|
54
|
+
symbol: import("@sinclair/typebox").TString;
|
|
49
55
|
id: import("@sinclair/typebox").TString;
|
|
50
56
|
name: import("@sinclair/typebox").TString;
|
|
51
|
-
isActive: import("@sinclair/typebox").TBoolean;
|
|
52
|
-
symbol: import("@sinclair/typebox").TString;
|
|
53
57
|
code: import("@sinclair/typebox").TString;
|
|
54
58
|
iconUrl: import("@sinclair/typebox").TString;
|
|
55
59
|
category: import("@sinclair/typebox").TEnum<{
|
|
@@ -58,16 +62,13 @@ export declare const assetAdminListResponseSchema: import("@sinclair/typebox").T
|
|
|
58
62
|
POINT: "POINT";
|
|
59
63
|
RWA: "RWA";
|
|
60
64
|
}>;
|
|
65
|
+
isActive: import("@sinclair/typebox").TBoolean;
|
|
61
66
|
typeId: import("@sinclair/typebox").TString;
|
|
62
67
|
precision: import("@sinclair/typebox").TInteger;
|
|
63
68
|
type: import("@sinclair/typebox").TObject<{
|
|
64
69
|
id: import("@sinclair/typebox").TString;
|
|
65
70
|
name: import("@sinclair/typebox").TString;
|
|
66
|
-
key: import("@sinclair/typebox").
|
|
67
|
-
FIAT_CURRENCY: "FIAT_CURRENCY";
|
|
68
|
-
STABLE_COIN: "STABLE_COIN";
|
|
69
|
-
RWA_VIRTUAL_COIN: "RWA_VIRTUAL_COIN";
|
|
70
|
-
}>;
|
|
71
|
+
key: import("@sinclair/typebox").TString;
|
|
71
72
|
isGasAsset: import("@sinclair/typebox").TBoolean;
|
|
72
73
|
isActive: import("@sinclair/typebox").TBoolean;
|
|
73
74
|
}>;
|
|
@@ -84,10 +85,9 @@ export type AssetAdminListResponseType = typeof assetAdminListResponseSchema.sta
|
|
|
84
85
|
export declare const assetAdminResponseSchema: import("@sinclair/typebox").TObject<{
|
|
85
86
|
createdAt: import("@sinclair/typebox").TDate;
|
|
86
87
|
updatedAt: import("@sinclair/typebox").TDate;
|
|
88
|
+
symbol: import("@sinclair/typebox").TString;
|
|
87
89
|
id: import("@sinclair/typebox").TString;
|
|
88
90
|
name: import("@sinclair/typebox").TString;
|
|
89
|
-
isActive: import("@sinclair/typebox").TBoolean;
|
|
90
|
-
symbol: import("@sinclair/typebox").TString;
|
|
91
91
|
code: import("@sinclair/typebox").TString;
|
|
92
92
|
iconUrl: import("@sinclair/typebox").TString;
|
|
93
93
|
category: import("@sinclair/typebox").TEnum<{
|
|
@@ -96,25 +96,21 @@ export declare const assetAdminResponseSchema: import("@sinclair/typebox").TObje
|
|
|
96
96
|
POINT: "POINT";
|
|
97
97
|
RWA: "RWA";
|
|
98
98
|
}>;
|
|
99
|
+
isActive: import("@sinclair/typebox").TBoolean;
|
|
99
100
|
typeId: import("@sinclair/typebox").TString;
|
|
100
101
|
precision: import("@sinclair/typebox").TInteger;
|
|
101
102
|
type: import("@sinclair/typebox").TObject<{
|
|
102
103
|
id: import("@sinclair/typebox").TString;
|
|
103
104
|
name: import("@sinclair/typebox").TString;
|
|
104
|
-
key: import("@sinclair/typebox").
|
|
105
|
-
FIAT_CURRENCY: "FIAT_CURRENCY";
|
|
106
|
-
STABLE_COIN: "STABLE_COIN";
|
|
107
|
-
RWA_VIRTUAL_COIN: "RWA_VIRTUAL_COIN";
|
|
108
|
-
}>;
|
|
105
|
+
key: import("@sinclair/typebox").TString;
|
|
109
106
|
isGasAsset: import("@sinclair/typebox").TBoolean;
|
|
110
107
|
isActive: import("@sinclair/typebox").TBoolean;
|
|
111
108
|
}>;
|
|
112
109
|
}>;
|
|
113
110
|
export type AssetAdminResponseType = typeof assetAdminResponseSchema.static;
|
|
114
111
|
export declare const assetAdminCreateSchema: import("@sinclair/typebox").TObject<{
|
|
115
|
-
name: import("@sinclair/typebox").TString;
|
|
116
|
-
isActive: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
117
112
|
symbol: import("@sinclair/typebox").TString;
|
|
113
|
+
name: import("@sinclair/typebox").TString;
|
|
118
114
|
code: import("@sinclair/typebox").TString;
|
|
119
115
|
iconUrl: import("@sinclair/typebox").TString;
|
|
120
116
|
category: import("@sinclair/typebox").TEnum<{
|
|
@@ -123,14 +119,15 @@ export declare const assetAdminCreateSchema: import("@sinclair/typebox").TObject
|
|
|
123
119
|
POINT: "POINT";
|
|
124
120
|
RWA: "RWA";
|
|
125
121
|
}>;
|
|
122
|
+
isActive: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
126
123
|
typeId: import("@sinclair/typebox").TString;
|
|
127
124
|
precision: import("@sinclair/typebox").TInteger;
|
|
128
|
-
initialPrice: import("@sinclair/typebox").TObject<{
|
|
125
|
+
initialPrice: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
129
126
|
price: import("@sinclair/typebox").TString;
|
|
130
127
|
quoteAsset: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
131
128
|
source: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
132
129
|
effectiveAt: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TDate>;
|
|
133
|
-
}
|
|
130
|
+
}>>;
|
|
134
131
|
}>;
|
|
135
132
|
export type AssetAdminCreateInputType = typeof assetAdminCreateSchema.static;
|
|
136
133
|
export declare const assetAdminUpdateSchema: import("@sinclair/typebox").TObject<{
|
|
@@ -148,3 +145,29 @@ export declare const assetAdminUpdateSchema: import("@sinclair/typebox").TObject
|
|
|
148
145
|
precision: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TInteger>;
|
|
149
146
|
}>;
|
|
150
147
|
export type AssetAdminUpdateInputType = typeof assetAdminUpdateSchema.static;
|
|
148
|
+
export declare const assetAdminStatusActionResponseSchema: import("@sinclair/typebox").TObject<{
|
|
149
|
+
createdAt: import("@sinclair/typebox").TDate;
|
|
150
|
+
updatedAt: import("@sinclair/typebox").TDate;
|
|
151
|
+
symbol: import("@sinclair/typebox").TString;
|
|
152
|
+
id: import("@sinclair/typebox").TString;
|
|
153
|
+
name: import("@sinclair/typebox").TString;
|
|
154
|
+
code: import("@sinclair/typebox").TString;
|
|
155
|
+
iconUrl: import("@sinclair/typebox").TString;
|
|
156
|
+
category: import("@sinclair/typebox").TEnum<{
|
|
157
|
+
FIAT: "FIAT";
|
|
158
|
+
CRYPTO: "CRYPTO";
|
|
159
|
+
POINT: "POINT";
|
|
160
|
+
RWA: "RWA";
|
|
161
|
+
}>;
|
|
162
|
+
isActive: import("@sinclair/typebox").TBoolean;
|
|
163
|
+
typeId: import("@sinclair/typebox").TString;
|
|
164
|
+
precision: import("@sinclair/typebox").TInteger;
|
|
165
|
+
type: import("@sinclair/typebox").TObject<{
|
|
166
|
+
id: import("@sinclair/typebox").TString;
|
|
167
|
+
name: import("@sinclair/typebox").TString;
|
|
168
|
+
key: import("@sinclair/typebox").TString;
|
|
169
|
+
isGasAsset: import("@sinclair/typebox").TBoolean;
|
|
170
|
+
isActive: import("@sinclair/typebox").TBoolean;
|
|
171
|
+
}>;
|
|
172
|
+
}>;
|
|
173
|
+
export type AssetAdminStatusActionResponseType = typeof assetAdminStatusActionResponseSchema.static;
|
|
@@ -41,7 +41,7 @@ export declare const assetAdminRouter: Elysia<"/assets", {
|
|
|
41
41
|
route: string;
|
|
42
42
|
request: Request;
|
|
43
43
|
store: {};
|
|
44
|
-
status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 200 |
|
|
44
|
+
status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 200 | 422 | 400 | 101 | 102 | 103 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
|
|
45
45
|
readonly 100: "Continue";
|
|
46
46
|
readonly 101: "Switching Protocols";
|
|
47
47
|
readonly 102: "Processing";
|
|
@@ -175,11 +175,11 @@ export declare const assetAdminRouter: Elysia<"/assets", {
|
|
|
175
175
|
emailVerified: boolean;
|
|
176
176
|
name: string;
|
|
177
177
|
image?: string | null | undefined | undefined;
|
|
178
|
-
phoneNumber?: string | null | undefined;
|
|
179
|
-
phoneNumberVerified?: boolean | null | undefined;
|
|
180
178
|
twoFactorEnabled: boolean | null | undefined;
|
|
181
179
|
username?: string | null | undefined;
|
|
182
180
|
displayUsername?: string | null | undefined;
|
|
181
|
+
phoneNumber?: string | null | undefined;
|
|
182
|
+
phoneNumberVerified?: boolean | null | undefined;
|
|
183
183
|
banned: boolean | null | undefined;
|
|
184
184
|
role?: string | null | undefined;
|
|
185
185
|
banReason?: string | null | undefined;
|
|
@@ -217,7 +217,7 @@ export declare const assetAdminRouter: Elysia<"/assets", {
|
|
|
217
217
|
route: string;
|
|
218
218
|
request: Request;
|
|
219
219
|
store: {};
|
|
220
|
-
status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 200 |
|
|
220
|
+
status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 200 | 422 | 400 | 101 | 102 | 103 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
|
|
221
221
|
readonly 100: "Continue";
|
|
222
222
|
readonly 101: "Switching Protocols";
|
|
223
223
|
readonly 102: "Processing";
|
|
@@ -351,11 +351,11 @@ export declare const assetAdminRouter: Elysia<"/assets", {
|
|
|
351
351
|
emailVerified: boolean;
|
|
352
352
|
name: string;
|
|
353
353
|
image?: string | null | undefined | undefined;
|
|
354
|
-
phoneNumber?: string | null | undefined;
|
|
355
|
-
phoneNumberVerified?: boolean | null | undefined;
|
|
356
354
|
twoFactorEnabled: boolean | null | undefined;
|
|
357
355
|
username?: string | null | undefined;
|
|
358
356
|
displayUsername?: string | null | undefined;
|
|
357
|
+
phoneNumber?: string | null | undefined;
|
|
358
|
+
phoneNumberVerified?: boolean | null | undefined;
|
|
359
359
|
banned: boolean | null | undefined;
|
|
360
360
|
role?: string | null | undefined;
|
|
361
361
|
banReason?: string | null | undefined;
|
|
@@ -382,17 +382,22 @@ export declare const assetAdminRouter: Elysia<"/assets", {
|
|
|
382
382
|
} & {
|
|
383
383
|
assets: {
|
|
384
384
|
get: {
|
|
385
|
-
body:
|
|
385
|
+
body: {};
|
|
386
386
|
params: {};
|
|
387
387
|
query: {
|
|
388
|
+
id?: string | undefined;
|
|
389
|
+
name?: string | undefined;
|
|
390
|
+
code?: string | undefined;
|
|
388
391
|
category?: "FIAT" | "CRYPTO" | "POINT" | "RWA" | undefined;
|
|
389
392
|
isActive?: boolean | undefined;
|
|
393
|
+
typeId?: string | undefined;
|
|
390
394
|
limit?: number | undefined;
|
|
391
395
|
offset?: number | undefined;
|
|
392
396
|
pageSize?: number | undefined;
|
|
393
397
|
pageIndex?: number | undefined;
|
|
398
|
+
keyword?: string | undefined;
|
|
394
399
|
};
|
|
395
|
-
headers:
|
|
400
|
+
headers: {};
|
|
396
401
|
response: {
|
|
397
402
|
200: {
|
|
398
403
|
data: {
|
|
@@ -400,12 +405,14 @@ export declare const assetAdminRouter: Elysia<"/assets", {
|
|
|
400
405
|
type: {
|
|
401
406
|
id: string;
|
|
402
407
|
name: string;
|
|
403
|
-
key:
|
|
408
|
+
key: string;
|
|
404
409
|
isGasAsset: boolean;
|
|
405
410
|
isActive: boolean;
|
|
406
411
|
};
|
|
407
412
|
id: string;
|
|
408
413
|
name: string;
|
|
414
|
+
createdAt: Date;
|
|
415
|
+
updatedAt: Date;
|
|
409
416
|
code: string;
|
|
410
417
|
iconUrl: string;
|
|
411
418
|
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
@@ -439,19 +446,19 @@ export declare const assetAdminRouter: Elysia<"/assets", {
|
|
|
439
446
|
assets: {
|
|
440
447
|
":code": {
|
|
441
448
|
get: {
|
|
442
|
-
body:
|
|
449
|
+
body: {};
|
|
443
450
|
params: {
|
|
444
451
|
code: string;
|
|
445
452
|
};
|
|
446
|
-
query:
|
|
447
|
-
headers:
|
|
453
|
+
query: {};
|
|
454
|
+
headers: {};
|
|
448
455
|
response: {
|
|
449
456
|
200: {
|
|
450
457
|
symbol: string;
|
|
451
458
|
type: {
|
|
452
459
|
id: string;
|
|
453
460
|
name: string;
|
|
454
|
-
key:
|
|
461
|
+
key: string;
|
|
455
462
|
isGasAsset: boolean;
|
|
456
463
|
isActive: boolean;
|
|
457
464
|
};
|
|
@@ -486,6 +493,12 @@ export declare const assetAdminRouter: Elysia<"/assets", {
|
|
|
486
493
|
post: {
|
|
487
494
|
body: {
|
|
488
495
|
isActive?: boolean | undefined;
|
|
496
|
+
initialPrice?: {
|
|
497
|
+
quoteAsset?: string | undefined;
|
|
498
|
+
source?: string | undefined;
|
|
499
|
+
effectiveAt?: Date | undefined;
|
|
500
|
+
price: string;
|
|
501
|
+
} | undefined;
|
|
489
502
|
symbol: string;
|
|
490
503
|
name: string;
|
|
491
504
|
code: string;
|
|
@@ -493,23 +506,17 @@ export declare const assetAdminRouter: Elysia<"/assets", {
|
|
|
493
506
|
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
494
507
|
typeId: string;
|
|
495
508
|
precision: number;
|
|
496
|
-
initialPrice: {
|
|
497
|
-
quoteAsset?: string | undefined;
|
|
498
|
-
source?: string | undefined;
|
|
499
|
-
effectiveAt?: Date | undefined;
|
|
500
|
-
price: string;
|
|
501
|
-
};
|
|
502
509
|
};
|
|
503
510
|
params: {};
|
|
504
|
-
query:
|
|
505
|
-
headers:
|
|
511
|
+
query: {};
|
|
512
|
+
headers: {};
|
|
506
513
|
response: {
|
|
507
514
|
200: {
|
|
508
515
|
symbol: string;
|
|
509
516
|
type: {
|
|
510
517
|
id: string;
|
|
511
518
|
name: string;
|
|
512
|
-
key:
|
|
519
|
+
key: string;
|
|
513
520
|
isGasAsset: boolean;
|
|
514
521
|
isActive: boolean;
|
|
515
522
|
};
|
|
@@ -554,15 +561,15 @@ export declare const assetAdminRouter: Elysia<"/assets", {
|
|
|
554
561
|
params: {
|
|
555
562
|
code: string;
|
|
556
563
|
};
|
|
557
|
-
query:
|
|
558
|
-
headers:
|
|
564
|
+
query: {};
|
|
565
|
+
headers: {};
|
|
559
566
|
response: {
|
|
560
567
|
200: {
|
|
561
568
|
symbol: string;
|
|
562
569
|
type: {
|
|
563
570
|
id: string;
|
|
564
571
|
name: string;
|
|
565
|
-
key:
|
|
572
|
+
key: string;
|
|
566
573
|
isGasAsset: boolean;
|
|
567
574
|
isActive: boolean;
|
|
568
575
|
};
|
|
@@ -592,6 +599,102 @@ export declare const assetAdminRouter: Elysia<"/assets", {
|
|
|
592
599
|
};
|
|
593
600
|
};
|
|
594
601
|
};
|
|
602
|
+
} & {
|
|
603
|
+
assets: {
|
|
604
|
+
":code": {
|
|
605
|
+
enable: {
|
|
606
|
+
post: {
|
|
607
|
+
body: {};
|
|
608
|
+
params: {
|
|
609
|
+
code: string;
|
|
610
|
+
};
|
|
611
|
+
query: {};
|
|
612
|
+
headers: {};
|
|
613
|
+
response: {
|
|
614
|
+
200: {
|
|
615
|
+
symbol: string;
|
|
616
|
+
type: {
|
|
617
|
+
id: string;
|
|
618
|
+
name: string;
|
|
619
|
+
key: string;
|
|
620
|
+
isGasAsset: boolean;
|
|
621
|
+
isActive: boolean;
|
|
622
|
+
};
|
|
623
|
+
id: string;
|
|
624
|
+
name: string;
|
|
625
|
+
createdAt: Date;
|
|
626
|
+
updatedAt: Date;
|
|
627
|
+
code: string;
|
|
628
|
+
iconUrl: string;
|
|
629
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
630
|
+
isActive: boolean;
|
|
631
|
+
typeId: string;
|
|
632
|
+
precision: number;
|
|
633
|
+
};
|
|
634
|
+
422: {
|
|
635
|
+
type: "validation";
|
|
636
|
+
on: string;
|
|
637
|
+
summary?: string;
|
|
638
|
+
message?: string;
|
|
639
|
+
found?: unknown;
|
|
640
|
+
property?: string;
|
|
641
|
+
expected?: string;
|
|
642
|
+
};
|
|
643
|
+
401: "Unauthorized";
|
|
644
|
+
403: "Forbidden: Admins only";
|
|
645
|
+
};
|
|
646
|
+
};
|
|
647
|
+
};
|
|
648
|
+
};
|
|
649
|
+
};
|
|
650
|
+
} & {
|
|
651
|
+
assets: {
|
|
652
|
+
":code": {
|
|
653
|
+
disable: {
|
|
654
|
+
post: {
|
|
655
|
+
body: {};
|
|
656
|
+
params: {
|
|
657
|
+
code: string;
|
|
658
|
+
};
|
|
659
|
+
query: {};
|
|
660
|
+
headers: {};
|
|
661
|
+
response: {
|
|
662
|
+
200: {
|
|
663
|
+
symbol: string;
|
|
664
|
+
type: {
|
|
665
|
+
id: string;
|
|
666
|
+
name: string;
|
|
667
|
+
key: string;
|
|
668
|
+
isGasAsset: boolean;
|
|
669
|
+
isActive: boolean;
|
|
670
|
+
};
|
|
671
|
+
id: string;
|
|
672
|
+
name: string;
|
|
673
|
+
createdAt: Date;
|
|
674
|
+
updatedAt: Date;
|
|
675
|
+
code: string;
|
|
676
|
+
iconUrl: string;
|
|
677
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
678
|
+
isActive: boolean;
|
|
679
|
+
typeId: string;
|
|
680
|
+
precision: number;
|
|
681
|
+
};
|
|
682
|
+
422: {
|
|
683
|
+
type: "validation";
|
|
684
|
+
on: string;
|
|
685
|
+
summary?: string;
|
|
686
|
+
message?: string;
|
|
687
|
+
found?: unknown;
|
|
688
|
+
property?: string;
|
|
689
|
+
expected?: string;
|
|
690
|
+
};
|
|
691
|
+
401: "Unauthorized";
|
|
692
|
+
403: "Forbidden: Admins only";
|
|
693
|
+
};
|
|
694
|
+
};
|
|
695
|
+
};
|
|
696
|
+
};
|
|
697
|
+
};
|
|
595
698
|
}, {
|
|
596
699
|
derive: {};
|
|
597
700
|
resolve: {};
|
|
@@ -609,11 +712,11 @@ export declare const assetAdminRouter: Elysia<"/assets", {
|
|
|
609
712
|
emailVerified: boolean;
|
|
610
713
|
name: string;
|
|
611
714
|
image?: string | null | undefined | undefined;
|
|
612
|
-
phoneNumber?: string | null | undefined;
|
|
613
|
-
phoneNumberVerified?: boolean | null | undefined;
|
|
614
715
|
twoFactorEnabled: boolean | null | undefined;
|
|
615
716
|
username?: string | null | undefined;
|
|
616
717
|
displayUsername?: string | null | undefined;
|
|
718
|
+
phoneNumber?: string | null | undefined;
|
|
719
|
+
phoneNumberVerified?: boolean | null | undefined;
|
|
617
720
|
banned: boolean | null | undefined;
|
|
618
721
|
role?: string | null | undefined;
|
|
619
722
|
banReason?: string | null | undefined;
|
|
@@ -639,11 +742,11 @@ export declare const assetAdminRouter: Elysia<"/assets", {
|
|
|
639
742
|
emailVerified: boolean;
|
|
640
743
|
name: string;
|
|
641
744
|
image?: string | null | undefined | undefined;
|
|
642
|
-
phoneNumber?: string | null | undefined;
|
|
643
|
-
phoneNumberVerified?: boolean | null | undefined;
|
|
644
745
|
twoFactorEnabled: boolean | null | undefined;
|
|
645
746
|
username?: string | null | undefined;
|
|
646
747
|
displayUsername?: string | null | undefined;
|
|
748
|
+
phoneNumber?: string | null | undefined;
|
|
749
|
+
phoneNumberVerified?: boolean | null | undefined;
|
|
647
750
|
banned: boolean | null | undefined;
|
|
648
751
|
role?: string | null | undefined;
|
|
649
752
|
banReason?: string | null | undefined;
|
|
@@ -665,9 +768,6 @@ export declare const assetAdminRouter: Elysia<"/assets", {
|
|
|
665
768
|
standaloneSchema: {};
|
|
666
769
|
response: {
|
|
667
770
|
401: "Unauthorized";
|
|
668
|
-
} & {
|
|
669
|
-
401: "Unauthorized";
|
|
670
|
-
} & {
|
|
671
771
|
403: "Forbidden: Admins only";
|
|
672
772
|
};
|
|
673
773
|
}>;
|
|
@@ -3,6 +3,8 @@ import type { AssetAdminCreateInputType, AssetAdminListQueryType, AssetAdminUpda
|
|
|
3
3
|
export interface AssetAdminListQueryOptions extends AssetAdminListQueryType {
|
|
4
4
|
}
|
|
5
5
|
export declare abstract class AdminAssetService extends BaseAssetService {
|
|
6
|
+
private static buildAdminListWhere;
|
|
7
|
+
private static createInitialPriceInTx;
|
|
6
8
|
static listAssets(options?: AssetAdminListQueryOptions): Promise<{
|
|
7
9
|
items: {
|
|
8
10
|
symbol: string;
|
|
@@ -22,7 +24,7 @@ export declare abstract class AdminAssetService extends BaseAssetService {
|
|
|
22
24
|
createdAt: Date;
|
|
23
25
|
updatedAt: Date;
|
|
24
26
|
description: string | null;
|
|
25
|
-
key:
|
|
27
|
+
key: string;
|
|
26
28
|
isGasAsset: boolean;
|
|
27
29
|
isActive: boolean;
|
|
28
30
|
};
|
|
@@ -47,7 +49,7 @@ export declare abstract class AdminAssetService extends BaseAssetService {
|
|
|
47
49
|
createdAt: Date;
|
|
48
50
|
updatedAt: Date;
|
|
49
51
|
description: string | null;
|
|
50
|
-
key:
|
|
52
|
+
key: string;
|
|
51
53
|
isGasAsset: boolean;
|
|
52
54
|
isActive: boolean;
|
|
53
55
|
};
|
|
@@ -70,7 +72,7 @@ export declare abstract class AdminAssetService extends BaseAssetService {
|
|
|
70
72
|
createdAt: Date;
|
|
71
73
|
updatedAt: Date;
|
|
72
74
|
description: string | null;
|
|
73
|
-
key:
|
|
75
|
+
key: string;
|
|
74
76
|
isGasAsset: boolean;
|
|
75
77
|
isActive: boolean;
|
|
76
78
|
};
|
|
@@ -93,7 +95,53 @@ export declare abstract class AdminAssetService extends BaseAssetService {
|
|
|
93
95
|
createdAt: Date;
|
|
94
96
|
updatedAt: Date;
|
|
95
97
|
description: string | null;
|
|
96
|
-
key:
|
|
98
|
+
key: string;
|
|
99
|
+
isGasAsset: boolean;
|
|
100
|
+
isActive: boolean;
|
|
101
|
+
};
|
|
102
|
+
}>;
|
|
103
|
+
static enableAsset(code: string): Promise<{
|
|
104
|
+
symbol: string;
|
|
105
|
+
id: string;
|
|
106
|
+
name: string;
|
|
107
|
+
createdAt: Date;
|
|
108
|
+
updatedAt: Date;
|
|
109
|
+
code: string;
|
|
110
|
+
iconUrl: string;
|
|
111
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
112
|
+
isActive: boolean;
|
|
113
|
+
typeId: string;
|
|
114
|
+
precision: number;
|
|
115
|
+
type: {
|
|
116
|
+
id: string;
|
|
117
|
+
name: string;
|
|
118
|
+
createdAt: Date;
|
|
119
|
+
updatedAt: Date;
|
|
120
|
+
description: string | null;
|
|
121
|
+
key: string;
|
|
122
|
+
isGasAsset: boolean;
|
|
123
|
+
isActive: boolean;
|
|
124
|
+
};
|
|
125
|
+
}>;
|
|
126
|
+
static disableAsset(code: string): Promise<{
|
|
127
|
+
symbol: string;
|
|
128
|
+
id: string;
|
|
129
|
+
name: string;
|
|
130
|
+
createdAt: Date;
|
|
131
|
+
updatedAt: Date;
|
|
132
|
+
code: string;
|
|
133
|
+
iconUrl: string;
|
|
134
|
+
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
135
|
+
isActive: boolean;
|
|
136
|
+
typeId: string;
|
|
137
|
+
precision: number;
|
|
138
|
+
type: {
|
|
139
|
+
id: string;
|
|
140
|
+
name: string;
|
|
141
|
+
createdAt: Date;
|
|
142
|
+
updatedAt: Date;
|
|
143
|
+
description: string | null;
|
|
144
|
+
key: string;
|
|
97
145
|
isGasAsset: boolean;
|
|
98
146
|
isActive: boolean;
|
|
99
147
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export declare const assetUserListQuerySchema: import("@sinclair/typebox").TObject<{
|
|
2
|
-
isActive: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
3
2
|
category: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TEnum<{
|
|
4
3
|
FIAT: "FIAT";
|
|
5
4
|
CRYPTO: "CRYPTO";
|
|
6
5
|
POINT: "POINT";
|
|
7
6
|
RWA: "RWA";
|
|
8
7
|
}>>;
|
|
8
|
+
isActive: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
9
9
|
limit: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
10
10
|
offset: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
11
11
|
pageSize: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
@@ -13,10 +13,9 @@ export declare const assetUserListQuerySchema: import("@sinclair/typebox").TObje
|
|
|
13
13
|
}>;
|
|
14
14
|
export type AssetUserListQueryType = typeof assetUserListQuerySchema.static;
|
|
15
15
|
export declare const assetUserItemResponseSchema: import("@sinclair/typebox").TObject<{
|
|
16
|
+
symbol: import("@sinclair/typebox").TString;
|
|
16
17
|
id: import("@sinclair/typebox").TString;
|
|
17
18
|
name: import("@sinclair/typebox").TString;
|
|
18
|
-
isActive: import("@sinclair/typebox").TBoolean;
|
|
19
|
-
symbol: import("@sinclair/typebox").TString;
|
|
20
19
|
code: import("@sinclair/typebox").TString;
|
|
21
20
|
iconUrl: import("@sinclair/typebox").TString;
|
|
22
21
|
category: import("@sinclair/typebox").TEnum<{
|
|
@@ -25,16 +24,13 @@ export declare const assetUserItemResponseSchema: import("@sinclair/typebox").TO
|
|
|
25
24
|
POINT: "POINT";
|
|
26
25
|
RWA: "RWA";
|
|
27
26
|
}>;
|
|
27
|
+
isActive: import("@sinclair/typebox").TBoolean;
|
|
28
28
|
typeId: import("@sinclair/typebox").TString;
|
|
29
29
|
precision: import("@sinclair/typebox").TInteger;
|
|
30
30
|
type: import("@sinclair/typebox").TObject<{
|
|
31
31
|
id: import("@sinclair/typebox").TString;
|
|
32
32
|
name: import("@sinclair/typebox").TString;
|
|
33
|
-
key: import("@sinclair/typebox").
|
|
34
|
-
FIAT_CURRENCY: "FIAT_CURRENCY";
|
|
35
|
-
STABLE_COIN: "STABLE_COIN";
|
|
36
|
-
RWA_VIRTUAL_COIN: "RWA_VIRTUAL_COIN";
|
|
37
|
-
}>;
|
|
33
|
+
key: import("@sinclair/typebox").TString;
|
|
38
34
|
isGasAsset: import("@sinclair/typebox").TBoolean;
|
|
39
35
|
isActive: import("@sinclair/typebox").TBoolean;
|
|
40
36
|
}>;
|
|
@@ -42,10 +38,9 @@ export declare const assetUserItemResponseSchema: import("@sinclair/typebox").TO
|
|
|
42
38
|
export type AssetUserItemResponseType = typeof assetUserItemResponseSchema.static;
|
|
43
39
|
export declare const assetUserListResponseSchema: import("@sinclair/typebox").TObject<{
|
|
44
40
|
data: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
|
|
41
|
+
symbol: import("@sinclair/typebox").TString;
|
|
45
42
|
id: import("@sinclair/typebox").TString;
|
|
46
43
|
name: import("@sinclair/typebox").TString;
|
|
47
|
-
isActive: import("@sinclair/typebox").TBoolean;
|
|
48
|
-
symbol: import("@sinclair/typebox").TString;
|
|
49
44
|
code: import("@sinclair/typebox").TString;
|
|
50
45
|
iconUrl: import("@sinclair/typebox").TString;
|
|
51
46
|
category: import("@sinclair/typebox").TEnum<{
|
|
@@ -54,16 +49,13 @@ export declare const assetUserListResponseSchema: import("@sinclair/typebox").TO
|
|
|
54
49
|
POINT: "POINT";
|
|
55
50
|
RWA: "RWA";
|
|
56
51
|
}>;
|
|
52
|
+
isActive: import("@sinclair/typebox").TBoolean;
|
|
57
53
|
typeId: import("@sinclair/typebox").TString;
|
|
58
54
|
precision: import("@sinclair/typebox").TInteger;
|
|
59
55
|
type: import("@sinclair/typebox").TObject<{
|
|
60
56
|
id: import("@sinclair/typebox").TString;
|
|
61
57
|
name: import("@sinclair/typebox").TString;
|
|
62
|
-
key: import("@sinclair/typebox").
|
|
63
|
-
FIAT_CURRENCY: "FIAT_CURRENCY";
|
|
64
|
-
STABLE_COIN: "STABLE_COIN";
|
|
65
|
-
RWA_VIRTUAL_COIN: "RWA_VIRTUAL_COIN";
|
|
66
|
-
}>;
|
|
58
|
+
key: import("@sinclair/typebox").TString;
|
|
67
59
|
isGasAsset: import("@sinclair/typebox").TBoolean;
|
|
68
60
|
isActive: import("@sinclair/typebox").TBoolean;
|
|
69
61
|
}>;
|