@aitlabs/namkwong 0.0.112 → 0.0.114

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.
@@ -396,23 +396,36 @@ export declare const withdrawAdminRouter: Elysia<"/withdraw", {
396
396
  response: {
397
397
  200: {
398
398
  data: {
399
+ amount: string;
400
+ assetId: string | null;
399
401
  createdAt: Date;
400
- updatedAt: Date;
401
402
  id: string;
402
- orderNo: string;
403
403
  idempotencyKey: string;
404
- userId: string;
405
- sourceAccountId: string | null;
406
- assetId: string | null;
404
+ orderNo: string;
405
+ paidAt: Date | null;
406
+ paidBy: string | null;
407
+ receiptMethod: {
408
+ createdAt: Date;
409
+ updatedAt: Date;
410
+ id: string;
411
+ userId: string;
412
+ type: "alipay" | "bank_card";
413
+ fullName: string;
414
+ bankName: string | null;
415
+ bankBranchName: string | null;
416
+ bankCardNumber: string | null;
417
+ alipayName: string | null;
418
+ alipayAccount: string | null;
419
+ };
407
420
  receiptMethodId: string;
408
- amount: string;
409
- status: "completed" | "pending_payout" | "pending_review" | "rejected";
410
- reviewedBy: string | null;
411
- reviewedAt: Date | null;
412
- reviewNote: string | null;
413
421
  rejectReason: string | null;
414
- paidBy: string | null;
415
- paidAt: Date | null;
422
+ reviewNote: string | null;
423
+ reviewedAt: Date | null;
424
+ reviewedBy: string | null;
425
+ sourceAccountId: string | null;
426
+ status: "completed" | "pending_payout" | "pending_review" | "rejected";
427
+ updatedAt: Date;
428
+ userId: string;
416
429
  }[];
417
430
  pagination: {
418
431
  pageSize: number;
@@ -11,6 +11,19 @@ export declare abstract class AdminWithdrawService extends InternalWithdrawServi
11
11
  orderNo: string;
12
12
  paidAt: Date | null;
13
13
  paidBy: string | null;
14
+ receiptMethod: {
15
+ alipayAccount: string | null;
16
+ alipayName: string | null;
17
+ bankBranchName: string | null;
18
+ bankCardNumber: string | null;
19
+ bankName: string | null;
20
+ createdAt: Date;
21
+ fullName: string;
22
+ id: string;
23
+ type: "alipay" | "bank_card";
24
+ updatedAt: Date;
25
+ userId: string;
26
+ };
14
27
  receiptMethodId: string;
15
28
  rejectReason: string | null;
16
29
  reviewNote: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aitlabs/namkwong",
3
- "version": "0.0.112",
3
+ "version": "0.0.114",
4
4
  "description": "Elysia API type definitions for Eden Treaty",
5
5
  "files": [
6
6
  "dist"