@riocrypto/common 1.0.856 → 1.0.857
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.
|
@@ -2,5 +2,5 @@ import { AdminTaskType } from "../types/admin-task-type";
|
|
|
2
2
|
export declare class AdminTaskTypeClass {
|
|
3
3
|
private key;
|
|
4
4
|
constructor(key: AdminTaskType);
|
|
5
|
-
getTaskLabel(): "ERR" | "Confirm Bank Transfer Receipt" | "Exchange to USD" | "Fix Exchange Rate to USD" | "Register Bank Account" | "Initiate Bank Transfer" | "Review
|
|
5
|
+
getTaskLabel(): "ERR" | "Confirm Bank Transfer Receipt" | "Exchange to USD" | "Fix Exchange Rate to USD" | "Register Bank Account" | "Initiate Bank Transfer" | "Review KYC";
|
|
6
6
|
}
|