@gambulls-org/gambulls-apis 3.0.603 → 3.0.605
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.
|
@@ -1013,7 +1013,8 @@ export type ApiAdminPsHotWalletGetSortOrderEnum = typeof ApiAdminPsHotWalletGetS
|
|
|
1013
1013
|
*/
|
|
1014
1014
|
export const ApiAdminPsHotWalletTxGetStatusEnum = {
|
|
1015
1015
|
Pending: 'PENDING',
|
|
1016
|
-
Completed: 'COMPLETED'
|
|
1016
|
+
Completed: 'COMPLETED',
|
|
1017
|
+
Failed: 'FAILED'
|
|
1017
1018
|
} as const;
|
|
1018
1019
|
export type ApiAdminPsHotWalletTxGetStatusEnum = typeof ApiAdminPsHotWalletTxGetStatusEnum[keyof typeof ApiAdminPsHotWalletTxGetStatusEnum];
|
|
1019
1020
|
/**
|