@anrmk/str-package 0.1.9 → 0.1.11
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.
|
@@ -8,7 +8,7 @@ type TChallengeMode = "VERIFICATION" | "CHALLENGE" | "FUNDED";
|
|
|
8
8
|
type TTradingType = "Futures" | "Spot" | "Margin" | "Options";
|
|
9
9
|
type TDrawdownType = "Trailing" | "Fixed";
|
|
10
10
|
type TChallengeCapital = 5000 | 10000 | 25000 | 50000 | 100000 | 200000;
|
|
11
|
-
type TChallengeProvider = "BYBIT" | "CLEO";
|
|
11
|
+
type TChallengeProvider = "BYBIT" | "CLEO" | "TEALSTREET" | "TIGER";
|
|
12
12
|
type TChallengeStatus = "ACTIVE" | "EXPIRED" | "COMPLETED" | "FAILED";
|
|
13
13
|
type TChallengeRule = {
|
|
14
14
|
name: string;
|
|
@@ -8,7 +8,7 @@ type TChallengeMode = "VERIFICATION" | "CHALLENGE" | "FUNDED";
|
|
|
8
8
|
type TTradingType = "Futures" | "Spot" | "Margin" | "Options";
|
|
9
9
|
type TDrawdownType = "Trailing" | "Fixed";
|
|
10
10
|
type TChallengeCapital = 5000 | 10000 | 25000 | 50000 | 100000 | 200000;
|
|
11
|
-
type TChallengeProvider = "BYBIT" | "CLEO";
|
|
11
|
+
type TChallengeProvider = "BYBIT" | "CLEO" | "TEALSTREET" | "TIGER";
|
|
12
12
|
type TChallengeStatus = "ACTIVE" | "EXPIRED" | "COMPLETED" | "FAILED";
|
|
13
13
|
type TChallengeRule = {
|
|
14
14
|
name: string;
|