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 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 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.5.20",
3
+ "version": "1.5.22",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",