gst-common 1.5.20 → 1.5.22
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/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1985,10 +1985,10 @@ type TInternalAccountLoginRes = {
|
|
|
1985
1985
|
newHistoryLogin: THistoryLoginEntity;
|
|
1986
1986
|
};
|
|
1987
1987
|
type TWithDrawRequestInternalListRes = {
|
|
1988
|
-
list: TWithdrawRequestEntity & {
|
|
1988
|
+
list: (TWithdrawRequestEntity & {
|
|
1989
1989
|
account: TAccountEntity;
|
|
1990
1990
|
transaction: TTransactionEntity;
|
|
1991
|
-
}[];
|
|
1991
|
+
})[];
|
|
1992
1992
|
total: number;
|
|
1993
1993
|
};
|
|
1994
1994
|
type TWithDrawRequestInternalGetOrCreateTransactionRes = {
|
package/dist/index.d.ts
CHANGED
|
@@ -1985,10 +1985,10 @@ type TInternalAccountLoginRes = {
|
|
|
1985
1985
|
newHistoryLogin: THistoryLoginEntity;
|
|
1986
1986
|
};
|
|
1987
1987
|
type TWithDrawRequestInternalListRes = {
|
|
1988
|
-
list: TWithdrawRequestEntity & {
|
|
1988
|
+
list: (TWithdrawRequestEntity & {
|
|
1989
1989
|
account: TAccountEntity;
|
|
1990
1990
|
transaction: TTransactionEntity;
|
|
1991
|
-
}[];
|
|
1991
|
+
})[];
|
|
1992
1992
|
total: number;
|
|
1993
1993
|
};
|
|
1994
1994
|
type TWithDrawRequestInternalGetOrCreateTransactionRes = {
|