gst-common 1.5.20 → 1.5.23
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.cjs +8 -0
- package/dist/index.d.cts +10 -2
- package/dist/index.d.ts +10 -2
- package/dist/index.mjs +8 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -638,6 +638,14 @@ var OBJECT_WITHDRAW_REQUEST_STATUS = {
|
|
|
638
638
|
["REJECTED" /* REJECTED */]: {
|
|
639
639
|
value: "REJECTED" /* REJECTED */,
|
|
640
640
|
label: "T\u1EEB ch\u1ED1i"
|
|
641
|
+
},
|
|
642
|
+
["COMBINED" /* COMBINED */]: {
|
|
643
|
+
value: "COMBINED" /* COMBINED */,
|
|
644
|
+
label: "G\u1ED9p"
|
|
645
|
+
},
|
|
646
|
+
["CANCELLED" /* CANCELLED */]: {
|
|
647
|
+
value: "CANCELLED" /* CANCELLED */,
|
|
648
|
+
label: "\u0110\xE3 hu\u1EF7"
|
|
641
649
|
}
|
|
642
650
|
};
|
|
643
651
|
// Annotate the CommonJS export names for ESM import in node:
|
package/dist/index.d.cts
CHANGED
|
@@ -817,6 +817,14 @@ declare const OBJECT_WITHDRAW_REQUEST_STATUS: {
|
|
|
817
817
|
value: WITHDRAW_REQUEST_STATUS;
|
|
818
818
|
label: string;
|
|
819
819
|
};
|
|
820
|
+
COMBINED: {
|
|
821
|
+
value: WITHDRAW_REQUEST_STATUS;
|
|
822
|
+
label: string;
|
|
823
|
+
};
|
|
824
|
+
CANCELLED: {
|
|
825
|
+
value: WITHDRAW_REQUEST_STATUS;
|
|
826
|
+
label: string;
|
|
827
|
+
};
|
|
820
828
|
};
|
|
821
829
|
|
|
822
830
|
type TRegisteredProgramCreatePost = {
|
|
@@ -1985,10 +1993,10 @@ type TInternalAccountLoginRes = {
|
|
|
1985
1993
|
newHistoryLogin: THistoryLoginEntity;
|
|
1986
1994
|
};
|
|
1987
1995
|
type TWithDrawRequestInternalListRes = {
|
|
1988
|
-
list: TWithdrawRequestEntity & {
|
|
1996
|
+
list: (TWithdrawRequestEntity & {
|
|
1989
1997
|
account: TAccountEntity;
|
|
1990
1998
|
transaction: TTransactionEntity;
|
|
1991
|
-
}[];
|
|
1999
|
+
})[];
|
|
1992
2000
|
total: number;
|
|
1993
2001
|
};
|
|
1994
2002
|
type TWithDrawRequestInternalGetOrCreateTransactionRes = {
|
package/dist/index.d.ts
CHANGED
|
@@ -817,6 +817,14 @@ declare const OBJECT_WITHDRAW_REQUEST_STATUS: {
|
|
|
817
817
|
value: WITHDRAW_REQUEST_STATUS;
|
|
818
818
|
label: string;
|
|
819
819
|
};
|
|
820
|
+
COMBINED: {
|
|
821
|
+
value: WITHDRAW_REQUEST_STATUS;
|
|
822
|
+
label: string;
|
|
823
|
+
};
|
|
824
|
+
CANCELLED: {
|
|
825
|
+
value: WITHDRAW_REQUEST_STATUS;
|
|
826
|
+
label: string;
|
|
827
|
+
};
|
|
820
828
|
};
|
|
821
829
|
|
|
822
830
|
type TRegisteredProgramCreatePost = {
|
|
@@ -1985,10 +1993,10 @@ type TInternalAccountLoginRes = {
|
|
|
1985
1993
|
newHistoryLogin: THistoryLoginEntity;
|
|
1986
1994
|
};
|
|
1987
1995
|
type TWithDrawRequestInternalListRes = {
|
|
1988
|
-
list: TWithdrawRequestEntity & {
|
|
1996
|
+
list: (TWithdrawRequestEntity & {
|
|
1989
1997
|
account: TAccountEntity;
|
|
1990
1998
|
transaction: TTransactionEntity;
|
|
1991
|
-
}[];
|
|
1999
|
+
})[];
|
|
1992
2000
|
total: number;
|
|
1993
2001
|
};
|
|
1994
2002
|
type TWithDrawRequestInternalGetOrCreateTransactionRes = {
|
package/dist/index.mjs
CHANGED
|
@@ -553,6 +553,14 @@ var OBJECT_WITHDRAW_REQUEST_STATUS = {
|
|
|
553
553
|
["REJECTED" /* REJECTED */]: {
|
|
554
554
|
value: "REJECTED" /* REJECTED */,
|
|
555
555
|
label: "T\u1EEB ch\u1ED1i"
|
|
556
|
+
},
|
|
557
|
+
["COMBINED" /* COMBINED */]: {
|
|
558
|
+
value: "COMBINED" /* COMBINED */,
|
|
559
|
+
label: "G\u1ED9p"
|
|
560
|
+
},
|
|
561
|
+
["CANCELLED" /* CANCELLED */]: {
|
|
562
|
+
value: "CANCELLED" /* CANCELLED */,
|
|
563
|
+
label: "\u0110\xE3 hu\u1EF7"
|
|
556
564
|
}
|
|
557
565
|
};
|
|
558
566
|
export {
|