@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.
@@ -755,7 +755,8 @@ exports.ApiAdminPsHotWalletGetSortOrderEnum = {
755
755
  */
756
756
  exports.ApiAdminPsHotWalletTxGetStatusEnum = {
757
757
  Pending: 'PENDING',
758
- Completed: 'COMPLETED'
758
+ Completed: 'COMPLETED',
759
+ Failed: 'FAILED'
759
760
  };
760
761
  /**
761
762
  * @export
@@ -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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gambulls-org/gambulls-apis",
3
- "version": "3.0.603",
3
+ "version": "3.0.605",
4
4
  "main": "index.ts",
5
5
  "scripts": {
6
6
  "build": "tsc",