@r2wa-org/eden 0.0.64 → 0.0.65
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/index.d.ts +99 -99
- package/dist/src/asset-convert-product/admin/dto.schemas.d.ts +54 -54
- package/dist/src/asset-convert-product/admin/router.d.ts +91 -91
- package/dist/src/asset-convert-product/admin/service.d.ts +91 -91
- package/dist/src/asset-convert-product/user/dto.schemas.d.ts +45 -39
- package/dist/src/asset-convert-product/user/router.d.ts +30 -26
- package/dist/src/asset-convert-product/user/service.d.ts +34 -30
- package/dist/src/asset-price/admin/dto.schemas.d.ts +4 -4
- package/dist/src/asset-price/admin/router.d.ts +8 -8
- package/dist/src/index.d.ts +129 -125
- package/dist/src/wallet/admin/dto.schemas.d.ts +18 -18
- package/package.json +1 -1
|
@@ -38,7 +38,7 @@ export declare const assetConvertProductListItemResponseSchema: import("@sinclai
|
|
|
38
38
|
available: "available";
|
|
39
39
|
locked: "locked";
|
|
40
40
|
}>;
|
|
41
|
-
|
|
41
|
+
targetAsset: import("@sinclair/typebox").TObject<{
|
|
42
42
|
symbol: import("@sinclair/typebox").TString;
|
|
43
43
|
id: import("@sinclair/typebox").TString;
|
|
44
44
|
name: import("@sinclair/typebox").TString;
|
|
@@ -52,7 +52,7 @@ export declare const assetConvertProductListItemResponseSchema: import("@sinclai
|
|
|
52
52
|
isActive: import("@sinclair/typebox").TBoolean;
|
|
53
53
|
precision: import("@sinclair/typebox").TInteger;
|
|
54
54
|
}>;
|
|
55
|
-
|
|
55
|
+
payAsset: import("@sinclair/typebox").TObject<{
|
|
56
56
|
symbol: import("@sinclair/typebox").TString;
|
|
57
57
|
id: import("@sinclair/typebox").TString;
|
|
58
58
|
name: import("@sinclair/typebox").TString;
|
|
@@ -66,29 +66,31 @@ export declare const assetConvertProductListItemResponseSchema: import("@sinclai
|
|
|
66
66
|
isActive: import("@sinclair/typebox").TBoolean;
|
|
67
67
|
precision: import("@sinclair/typebox").TInteger;
|
|
68
68
|
}>;
|
|
69
|
-
|
|
69
|
+
payAccountType: import("@sinclair/typebox").TObject<{
|
|
70
70
|
id: import("@sinclair/typebox").TString;
|
|
71
71
|
name: import("@sinclair/typebox").TString;
|
|
72
72
|
description: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>;
|
|
73
73
|
key: import("@sinclair/typebox").TString;
|
|
74
74
|
isActive: import("@sinclair/typebox").TBoolean;
|
|
75
75
|
}>;
|
|
76
|
-
|
|
76
|
+
receiveAccountType: import("@sinclair/typebox").TObject<{
|
|
77
77
|
id: import("@sinclair/typebox").TString;
|
|
78
78
|
name: import("@sinclair/typebox").TString;
|
|
79
79
|
description: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>;
|
|
80
80
|
key: import("@sinclair/typebox").TString;
|
|
81
81
|
isActive: import("@sinclair/typebox").TBoolean;
|
|
82
82
|
}>;
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
83
|
+
price: import("@sinclair/typebox").TObject<{
|
|
84
|
+
latest: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
85
|
+
id: import("@sinclair/typebox").TString;
|
|
86
|
+
baseAssetId: import("@sinclair/typebox").TString;
|
|
87
|
+
quoteAssetId: import("@sinclair/typebox").TString;
|
|
88
|
+
price: import("@sinclair/typebox").TString;
|
|
89
|
+
source: import("@sinclair/typebox").TString;
|
|
90
|
+
effectiveAt: import("@sinclair/typebox").TDate;
|
|
91
|
+
}>>;
|
|
92
|
+
dailyChangeRate: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
93
|
+
}>;
|
|
92
94
|
}>;
|
|
93
95
|
export declare const assetConvertProductListResponseSchema: import("@sinclair/typebox").TObject<{
|
|
94
96
|
data: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
|
|
@@ -118,7 +120,7 @@ export declare const assetConvertProductListResponseSchema: import("@sinclair/ty
|
|
|
118
120
|
available: "available";
|
|
119
121
|
locked: "locked";
|
|
120
122
|
}>;
|
|
121
|
-
|
|
123
|
+
targetAsset: import("@sinclair/typebox").TObject<{
|
|
122
124
|
symbol: import("@sinclair/typebox").TString;
|
|
123
125
|
id: import("@sinclair/typebox").TString;
|
|
124
126
|
name: import("@sinclair/typebox").TString;
|
|
@@ -132,7 +134,7 @@ export declare const assetConvertProductListResponseSchema: import("@sinclair/ty
|
|
|
132
134
|
isActive: import("@sinclair/typebox").TBoolean;
|
|
133
135
|
precision: import("@sinclair/typebox").TInteger;
|
|
134
136
|
}>;
|
|
135
|
-
|
|
137
|
+
payAsset: import("@sinclair/typebox").TObject<{
|
|
136
138
|
symbol: import("@sinclair/typebox").TString;
|
|
137
139
|
id: import("@sinclair/typebox").TString;
|
|
138
140
|
name: import("@sinclair/typebox").TString;
|
|
@@ -146,29 +148,31 @@ export declare const assetConvertProductListResponseSchema: import("@sinclair/ty
|
|
|
146
148
|
isActive: import("@sinclair/typebox").TBoolean;
|
|
147
149
|
precision: import("@sinclair/typebox").TInteger;
|
|
148
150
|
}>;
|
|
149
|
-
|
|
151
|
+
payAccountType: import("@sinclair/typebox").TObject<{
|
|
150
152
|
id: import("@sinclair/typebox").TString;
|
|
151
153
|
name: import("@sinclair/typebox").TString;
|
|
152
154
|
description: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>;
|
|
153
155
|
key: import("@sinclair/typebox").TString;
|
|
154
156
|
isActive: import("@sinclair/typebox").TBoolean;
|
|
155
157
|
}>;
|
|
156
|
-
|
|
158
|
+
receiveAccountType: import("@sinclair/typebox").TObject<{
|
|
157
159
|
id: import("@sinclair/typebox").TString;
|
|
158
160
|
name: import("@sinclair/typebox").TString;
|
|
159
161
|
description: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>;
|
|
160
162
|
key: import("@sinclair/typebox").TString;
|
|
161
163
|
isActive: import("@sinclair/typebox").TBoolean;
|
|
162
164
|
}>;
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
165
|
+
price: import("@sinclair/typebox").TObject<{
|
|
166
|
+
latest: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
167
|
+
id: import("@sinclair/typebox").TString;
|
|
168
|
+
baseAssetId: import("@sinclair/typebox").TString;
|
|
169
|
+
quoteAssetId: import("@sinclair/typebox").TString;
|
|
170
|
+
price: import("@sinclair/typebox").TString;
|
|
171
|
+
source: import("@sinclair/typebox").TString;
|
|
172
|
+
effectiveAt: import("@sinclair/typebox").TDate;
|
|
173
|
+
}>>;
|
|
174
|
+
dailyChangeRate: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
175
|
+
}>;
|
|
172
176
|
}>>;
|
|
173
177
|
pagination: import("@sinclair/typebox").TObject<{
|
|
174
178
|
pageSize: import("@sinclair/typebox").TNumber;
|
|
@@ -206,7 +210,7 @@ export declare const assetConvertProductResponseSchema: import("@sinclair/typebo
|
|
|
206
210
|
available: "available";
|
|
207
211
|
locked: "locked";
|
|
208
212
|
}>;
|
|
209
|
-
|
|
213
|
+
targetAsset: import("@sinclair/typebox").TObject<{
|
|
210
214
|
symbol: import("@sinclair/typebox").TString;
|
|
211
215
|
id: import("@sinclair/typebox").TString;
|
|
212
216
|
name: import("@sinclair/typebox").TString;
|
|
@@ -220,7 +224,7 @@ export declare const assetConvertProductResponseSchema: import("@sinclair/typebo
|
|
|
220
224
|
isActive: import("@sinclair/typebox").TBoolean;
|
|
221
225
|
precision: import("@sinclair/typebox").TInteger;
|
|
222
226
|
}>;
|
|
223
|
-
|
|
227
|
+
payAsset: import("@sinclair/typebox").TObject<{
|
|
224
228
|
symbol: import("@sinclair/typebox").TString;
|
|
225
229
|
id: import("@sinclair/typebox").TString;
|
|
226
230
|
name: import("@sinclair/typebox").TString;
|
|
@@ -234,29 +238,31 @@ export declare const assetConvertProductResponseSchema: import("@sinclair/typebo
|
|
|
234
238
|
isActive: import("@sinclair/typebox").TBoolean;
|
|
235
239
|
precision: import("@sinclair/typebox").TInteger;
|
|
236
240
|
}>;
|
|
237
|
-
|
|
241
|
+
payAccountType: import("@sinclair/typebox").TObject<{
|
|
238
242
|
id: import("@sinclair/typebox").TString;
|
|
239
243
|
name: import("@sinclair/typebox").TString;
|
|
240
244
|
description: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>;
|
|
241
245
|
key: import("@sinclair/typebox").TString;
|
|
242
246
|
isActive: import("@sinclair/typebox").TBoolean;
|
|
243
247
|
}>;
|
|
244
|
-
|
|
248
|
+
receiveAccountType: import("@sinclair/typebox").TObject<{
|
|
245
249
|
id: import("@sinclair/typebox").TString;
|
|
246
250
|
name: import("@sinclair/typebox").TString;
|
|
247
251
|
description: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>;
|
|
248
252
|
key: import("@sinclair/typebox").TString;
|
|
249
253
|
isActive: import("@sinclair/typebox").TBoolean;
|
|
250
254
|
}>;
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
255
|
+
price: import("@sinclair/typebox").TObject<{
|
|
256
|
+
latest: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
257
|
+
id: import("@sinclair/typebox").TString;
|
|
258
|
+
baseAssetId: import("@sinclair/typebox").TString;
|
|
259
|
+
quoteAssetId: import("@sinclair/typebox").TString;
|
|
260
|
+
price: import("@sinclair/typebox").TString;
|
|
261
|
+
source: import("@sinclair/typebox").TString;
|
|
262
|
+
effectiveAt: import("@sinclair/typebox").TDate;
|
|
263
|
+
}>>;
|
|
264
|
+
dailyChangeRate: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
265
|
+
}>;
|
|
260
266
|
}>;
|
|
261
267
|
export type AssetConvertProductResponseType = typeof assetConvertProductResponseSchema.static;
|
|
262
268
|
export declare const assetConvertOrderCreateSchema: import("@sinclair/typebox").TObject<{
|
|
@@ -396,21 +396,23 @@ export declare const assetConvertProductRouter: Elysia<"/asset_convert_product",
|
|
|
396
396
|
response: {
|
|
397
397
|
200: {
|
|
398
398
|
data: {
|
|
399
|
-
latestPriceInfo?: {
|
|
400
|
-
id: string;
|
|
401
|
-
baseAssetId: string;
|
|
402
|
-
quoteAssetId: string;
|
|
403
|
-
price: string;
|
|
404
|
-
source: string;
|
|
405
|
-
effectiveAt: Date;
|
|
406
|
-
} | undefined;
|
|
407
|
-
dailyChangeRate?: string | undefined;
|
|
408
399
|
id: string;
|
|
409
400
|
name: string;
|
|
410
401
|
createdAt: Date;
|
|
411
402
|
updatedAt: Date;
|
|
412
403
|
description: string | null;
|
|
413
404
|
status: "active" | "draft" | "paused" | "ended";
|
|
405
|
+
price: {
|
|
406
|
+
latest?: {
|
|
407
|
+
id: string;
|
|
408
|
+
baseAssetId: string;
|
|
409
|
+
quoteAssetId: string;
|
|
410
|
+
price: string;
|
|
411
|
+
source: string;
|
|
412
|
+
effectiveAt: Date;
|
|
413
|
+
} | undefined;
|
|
414
|
+
dailyChangeRate?: string | undefined;
|
|
415
|
+
};
|
|
414
416
|
productCategoryKey: "gold" | "gov_bond" | "real_estate" | "corporate_credit";
|
|
415
417
|
targetAssetId: string;
|
|
416
418
|
payAssetId: string;
|
|
@@ -418,7 +420,7 @@ export declare const assetConvertProductRouter: Elysia<"/asset_convert_product",
|
|
|
418
420
|
receiveAccountTypeId: string;
|
|
419
421
|
minPayAmount: string;
|
|
420
422
|
settlementMode: "available" | "locked";
|
|
421
|
-
|
|
423
|
+
targetAsset: {
|
|
422
424
|
symbol: string;
|
|
423
425
|
id: string;
|
|
424
426
|
name: string;
|
|
@@ -427,7 +429,7 @@ export declare const assetConvertProductRouter: Elysia<"/asset_convert_product",
|
|
|
427
429
|
isActive: boolean;
|
|
428
430
|
precision: number;
|
|
429
431
|
};
|
|
430
|
-
|
|
432
|
+
payAsset: {
|
|
431
433
|
symbol: string;
|
|
432
434
|
id: string;
|
|
433
435
|
name: string;
|
|
@@ -436,14 +438,14 @@ export declare const assetConvertProductRouter: Elysia<"/asset_convert_product",
|
|
|
436
438
|
isActive: boolean;
|
|
437
439
|
precision: number;
|
|
438
440
|
};
|
|
439
|
-
|
|
441
|
+
payAccountType: {
|
|
440
442
|
id: string;
|
|
441
443
|
name: string;
|
|
442
444
|
description: string | null;
|
|
443
445
|
key: string;
|
|
444
446
|
isActive: boolean;
|
|
445
447
|
};
|
|
446
|
-
|
|
448
|
+
receiveAccountType: {
|
|
447
449
|
id: string;
|
|
448
450
|
name: string;
|
|
449
451
|
description: string | null;
|
|
@@ -486,21 +488,23 @@ export declare const assetConvertProductRouter: Elysia<"/asset_convert_product",
|
|
|
486
488
|
headers: {};
|
|
487
489
|
response: {
|
|
488
490
|
200: {
|
|
489
|
-
latestPriceInfo?: {
|
|
490
|
-
id: string;
|
|
491
|
-
baseAssetId: string;
|
|
492
|
-
quoteAssetId: string;
|
|
493
|
-
price: string;
|
|
494
|
-
source: string;
|
|
495
|
-
effectiveAt: Date;
|
|
496
|
-
} | undefined;
|
|
497
|
-
dailyChangeRate?: string | undefined;
|
|
498
491
|
id: string;
|
|
499
492
|
name: string;
|
|
500
493
|
createdAt: Date;
|
|
501
494
|
updatedAt: Date;
|
|
502
495
|
description: string | null;
|
|
503
496
|
status: "active" | "draft" | "paused" | "ended";
|
|
497
|
+
price: {
|
|
498
|
+
latest?: {
|
|
499
|
+
id: string;
|
|
500
|
+
baseAssetId: string;
|
|
501
|
+
quoteAssetId: string;
|
|
502
|
+
price: string;
|
|
503
|
+
source: string;
|
|
504
|
+
effectiveAt: Date;
|
|
505
|
+
} | undefined;
|
|
506
|
+
dailyChangeRate?: string | undefined;
|
|
507
|
+
};
|
|
504
508
|
productCategoryKey: "gold" | "gov_bond" | "real_estate" | "corporate_credit";
|
|
505
509
|
targetAssetId: string;
|
|
506
510
|
payAssetId: string;
|
|
@@ -508,7 +512,7 @@ export declare const assetConvertProductRouter: Elysia<"/asset_convert_product",
|
|
|
508
512
|
receiveAccountTypeId: string;
|
|
509
513
|
minPayAmount: string;
|
|
510
514
|
settlementMode: "available" | "locked";
|
|
511
|
-
|
|
515
|
+
targetAsset: {
|
|
512
516
|
symbol: string;
|
|
513
517
|
id: string;
|
|
514
518
|
name: string;
|
|
@@ -517,7 +521,7 @@ export declare const assetConvertProductRouter: Elysia<"/asset_convert_product",
|
|
|
517
521
|
isActive: boolean;
|
|
518
522
|
precision: number;
|
|
519
523
|
};
|
|
520
|
-
|
|
524
|
+
payAsset: {
|
|
521
525
|
symbol: string;
|
|
522
526
|
id: string;
|
|
523
527
|
name: string;
|
|
@@ -526,14 +530,14 @@ export declare const assetConvertProductRouter: Elysia<"/asset_convert_product",
|
|
|
526
530
|
isActive: boolean;
|
|
527
531
|
precision: number;
|
|
528
532
|
};
|
|
529
|
-
|
|
533
|
+
payAccountType: {
|
|
530
534
|
id: string;
|
|
531
535
|
name: string;
|
|
532
536
|
description: string | null;
|
|
533
537
|
key: string;
|
|
534
538
|
isActive: boolean;
|
|
535
539
|
};
|
|
536
|
-
|
|
540
|
+
receiveAccountType: {
|
|
537
541
|
id: string;
|
|
538
542
|
name: string;
|
|
539
543
|
description: string | null;
|
|
@@ -67,7 +67,7 @@ declare abstract class BaseUserAssetConvertProductService {
|
|
|
67
67
|
export declare abstract class UserAssetConvertProductService extends BaseUserAssetConvertProductService {
|
|
68
68
|
static listProducts(filters?: AssetConvertProductListQueryType): Promise<{
|
|
69
69
|
data: {
|
|
70
|
-
|
|
70
|
+
targetAsset: {
|
|
71
71
|
symbol: string;
|
|
72
72
|
id: string;
|
|
73
73
|
name: string;
|
|
@@ -80,7 +80,7 @@ export declare abstract class UserAssetConvertProductService extends BaseUserAss
|
|
|
80
80
|
typeId: string;
|
|
81
81
|
precision: number;
|
|
82
82
|
};
|
|
83
|
-
|
|
83
|
+
payAsset: {
|
|
84
84
|
symbol: string;
|
|
85
85
|
id: string;
|
|
86
86
|
name: string;
|
|
@@ -93,7 +93,7 @@ export declare abstract class UserAssetConvertProductService extends BaseUserAss
|
|
|
93
93
|
typeId: string;
|
|
94
94
|
precision: number;
|
|
95
95
|
};
|
|
96
|
-
|
|
96
|
+
payAccountType: {
|
|
97
97
|
id: string;
|
|
98
98
|
name: string;
|
|
99
99
|
createdAt: Date;
|
|
@@ -118,7 +118,7 @@ export declare abstract class UserAssetConvertProductService extends BaseUserAss
|
|
|
118
118
|
expiryDays: number | null;
|
|
119
119
|
sortOrder: number;
|
|
120
120
|
};
|
|
121
|
-
|
|
121
|
+
receiveAccountType: {
|
|
122
122
|
id: string;
|
|
123
123
|
name: string;
|
|
124
124
|
createdAt: Date;
|
|
@@ -143,15 +143,17 @@ export declare abstract class UserAssetConvertProductService extends BaseUserAss
|
|
|
143
143
|
expiryDays: number | null;
|
|
144
144
|
sortOrder: number;
|
|
145
145
|
};
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
146
|
+
price: {
|
|
147
|
+
latest: {
|
|
148
|
+
id: string;
|
|
149
|
+
baseAssetId: string;
|
|
150
|
+
quoteAssetId: string;
|
|
151
|
+
price: string;
|
|
152
|
+
source: string;
|
|
153
|
+
effectiveAt: Date;
|
|
154
|
+
} | undefined;
|
|
155
|
+
dailyChangeRate: string | undefined;
|
|
156
|
+
};
|
|
155
157
|
id: string;
|
|
156
158
|
name: string;
|
|
157
159
|
createdAt: Date;
|
|
@@ -175,7 +177,7 @@ export declare abstract class UserAssetConvertProductService extends BaseUserAss
|
|
|
175
177
|
};
|
|
176
178
|
}>;
|
|
177
179
|
static getProduct(productId: string): Promise<{
|
|
178
|
-
|
|
180
|
+
targetAsset: {
|
|
179
181
|
symbol: string;
|
|
180
182
|
id: string;
|
|
181
183
|
name: string;
|
|
@@ -188,7 +190,7 @@ export declare abstract class UserAssetConvertProductService extends BaseUserAss
|
|
|
188
190
|
typeId: string;
|
|
189
191
|
precision: number;
|
|
190
192
|
};
|
|
191
|
-
|
|
193
|
+
payAsset: {
|
|
192
194
|
symbol: string;
|
|
193
195
|
id: string;
|
|
194
196
|
name: string;
|
|
@@ -201,7 +203,7 @@ export declare abstract class UserAssetConvertProductService extends BaseUserAss
|
|
|
201
203
|
typeId: string;
|
|
202
204
|
precision: number;
|
|
203
205
|
};
|
|
204
|
-
|
|
206
|
+
payAccountType: {
|
|
205
207
|
id: string;
|
|
206
208
|
name: string;
|
|
207
209
|
createdAt: Date;
|
|
@@ -226,7 +228,7 @@ export declare abstract class UserAssetConvertProductService extends BaseUserAss
|
|
|
226
228
|
expiryDays: number | null;
|
|
227
229
|
sortOrder: number;
|
|
228
230
|
};
|
|
229
|
-
|
|
231
|
+
receiveAccountType: {
|
|
230
232
|
id: string;
|
|
231
233
|
name: string;
|
|
232
234
|
createdAt: Date;
|
|
@@ -251,19 +253,21 @@ export declare abstract class UserAssetConvertProductService extends BaseUserAss
|
|
|
251
253
|
expiryDays: number | null;
|
|
252
254
|
sortOrder: number;
|
|
253
255
|
};
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
256
|
+
price: {
|
|
257
|
+
latest: {
|
|
258
|
+
id: string;
|
|
259
|
+
createdAt: Date;
|
|
260
|
+
updatedAt: Date;
|
|
261
|
+
baseAssetId: string;
|
|
262
|
+
baseAsset: string;
|
|
263
|
+
quoteAssetId: string;
|
|
264
|
+
quoteAsset: string;
|
|
265
|
+
price: string;
|
|
266
|
+
source: string;
|
|
267
|
+
effectiveAt: Date;
|
|
268
|
+
} | undefined;
|
|
269
|
+
dailyChangeRate: string | undefined;
|
|
270
|
+
};
|
|
267
271
|
id: string;
|
|
268
272
|
name: string;
|
|
269
273
|
createdAt: Date;
|
|
@@ -23,7 +23,7 @@ export declare const assetPriceAdminResponseSchema: import("@sinclair/typebox").
|
|
|
23
23
|
price: import("@sinclair/typebox").TString;
|
|
24
24
|
source: import("@sinclair/typebox").TString;
|
|
25
25
|
effectiveAt: import("@sinclair/typebox").TDate;
|
|
26
|
-
|
|
26
|
+
baseAssetInfo: import("@sinclair/typebox").TObject<{
|
|
27
27
|
symbol: import("@sinclair/typebox").TString;
|
|
28
28
|
id: import("@sinclair/typebox").TString;
|
|
29
29
|
name: import("@sinclair/typebox").TString;
|
|
@@ -37,7 +37,7 @@ export declare const assetPriceAdminResponseSchema: import("@sinclair/typebox").
|
|
|
37
37
|
isActive: import("@sinclair/typebox").TBoolean;
|
|
38
38
|
precision: import("@sinclair/typebox").TInteger;
|
|
39
39
|
}>;
|
|
40
|
-
|
|
40
|
+
quoteAssetInfo: import("@sinclair/typebox").TObject<{
|
|
41
41
|
symbol: import("@sinclair/typebox").TString;
|
|
42
42
|
id: import("@sinclair/typebox").TString;
|
|
43
43
|
name: import("@sinclair/typebox").TString;
|
|
@@ -99,7 +99,7 @@ export declare const assetPriceAdminListResponseSchema: import("@sinclair/typebo
|
|
|
99
99
|
price: import("@sinclair/typebox").TString;
|
|
100
100
|
source: import("@sinclair/typebox").TString;
|
|
101
101
|
effectiveAt: import("@sinclair/typebox").TDate;
|
|
102
|
-
|
|
102
|
+
baseAssetInfo: import("@sinclair/typebox").TObject<{
|
|
103
103
|
symbol: import("@sinclair/typebox").TString;
|
|
104
104
|
id: import("@sinclair/typebox").TString;
|
|
105
105
|
name: import("@sinclair/typebox").TString;
|
|
@@ -113,7 +113,7 @@ export declare const assetPriceAdminListResponseSchema: import("@sinclair/typebo
|
|
|
113
113
|
isActive: import("@sinclair/typebox").TBoolean;
|
|
114
114
|
precision: import("@sinclair/typebox").TInteger;
|
|
115
115
|
}>;
|
|
116
|
-
|
|
116
|
+
quoteAssetInfo: import("@sinclair/typebox").TObject<{
|
|
117
117
|
symbol: import("@sinclair/typebox").TString;
|
|
118
118
|
id: import("@sinclair/typebox").TString;
|
|
119
119
|
name: import("@sinclair/typebox").TString;
|
|
@@ -414,7 +414,7 @@ export declare const assetPriceAdminRouter: Elysia<"/asset_prices", {
|
|
|
414
414
|
price: string;
|
|
415
415
|
source: string;
|
|
416
416
|
effectiveAt: Date;
|
|
417
|
-
|
|
417
|
+
baseAssetInfo: {
|
|
418
418
|
symbol: string;
|
|
419
419
|
id: string;
|
|
420
420
|
name: string;
|
|
@@ -423,7 +423,7 @@ export declare const assetPriceAdminRouter: Elysia<"/asset_prices", {
|
|
|
423
423
|
isActive: boolean;
|
|
424
424
|
precision: number;
|
|
425
425
|
};
|
|
426
|
-
|
|
426
|
+
quoteAssetInfo: {
|
|
427
427
|
symbol: string;
|
|
428
428
|
id: string;
|
|
429
429
|
name: string;
|
|
@@ -480,7 +480,7 @@ export declare const assetPriceAdminRouter: Elysia<"/asset_prices", {
|
|
|
480
480
|
price: string;
|
|
481
481
|
source: string;
|
|
482
482
|
effectiveAt: Date;
|
|
483
|
-
|
|
483
|
+
baseAssetInfo: {
|
|
484
484
|
symbol: string;
|
|
485
485
|
id: string;
|
|
486
486
|
name: string;
|
|
@@ -489,7 +489,7 @@ export declare const assetPriceAdminRouter: Elysia<"/asset_prices", {
|
|
|
489
489
|
isActive: boolean;
|
|
490
490
|
precision: number;
|
|
491
491
|
};
|
|
492
|
-
|
|
492
|
+
quoteAssetInfo: {
|
|
493
493
|
symbol: string;
|
|
494
494
|
id: string;
|
|
495
495
|
name: string;
|
|
@@ -538,7 +538,7 @@ export declare const assetPriceAdminRouter: Elysia<"/asset_prices", {
|
|
|
538
538
|
price: string;
|
|
539
539
|
source: string;
|
|
540
540
|
effectiveAt: Date;
|
|
541
|
-
|
|
541
|
+
baseAssetInfo: {
|
|
542
542
|
symbol: string;
|
|
543
543
|
id: string;
|
|
544
544
|
name: string;
|
|
@@ -547,7 +547,7 @@ export declare const assetPriceAdminRouter: Elysia<"/asset_prices", {
|
|
|
547
547
|
isActive: boolean;
|
|
548
548
|
precision: number;
|
|
549
549
|
};
|
|
550
|
-
|
|
550
|
+
quoteAssetInfo: {
|
|
551
551
|
symbol: string;
|
|
552
552
|
id: string;
|
|
553
553
|
name: string;
|
|
@@ -597,7 +597,7 @@ export declare const assetPriceAdminRouter: Elysia<"/asset_prices", {
|
|
|
597
597
|
price: string;
|
|
598
598
|
source: string;
|
|
599
599
|
effectiveAt: Date;
|
|
600
|
-
|
|
600
|
+
baseAssetInfo: {
|
|
601
601
|
symbol: string;
|
|
602
602
|
id: string;
|
|
603
603
|
name: string;
|
|
@@ -606,7 +606,7 @@ export declare const assetPriceAdminRouter: Elysia<"/asset_prices", {
|
|
|
606
606
|
isActive: boolean;
|
|
607
607
|
precision: number;
|
|
608
608
|
};
|
|
609
|
-
|
|
609
|
+
quoteAssetInfo: {
|
|
610
610
|
symbol: string;
|
|
611
611
|
id: string;
|
|
612
612
|
name: string;
|