+14
-1
@@ -303,2 +303,12 @@ // Generated by dts-bundle-generator v9.5.1 | ||
| } | ||
| export interface AccountBalanceResponse { | ||
| available_amount: string; | ||
| cash_balance: string; | ||
| voucher_balance: string; | ||
| credit_balance: string; | ||
| owed_amount: string; | ||
| balance_alert_switch: boolean; | ||
| balance_alert_threshold: string; | ||
| base_resp: BaseResp; | ||
| } | ||
| export interface QuotaModelRemain { | ||
@@ -468,4 +478,7 @@ model_name: string; | ||
| } | ||
| export type QuotaInfoResponse = QuotaResponse | AccountBalanceResponse; | ||
| export declare function isQuotaResponse(response: QuotaInfoResponse): response is QuotaResponse; | ||
| export declare function isAccountBalanceResponse(response: QuotaInfoResponse): response is AccountBalanceResponse; | ||
| declare class QuotaSDK extends Client { | ||
| info(): Promise<QuotaResponse>; | ||
| info(): Promise<QuotaInfoResponse>; | ||
| } | ||
@@ -472,0 +485,0 @@ declare class FileSDK extends Client { |
+8
-3
| { | ||
| "name": "mmx-cli", | ||
| "version": "1.0.22", | ||
| "version": "1.0.24", | ||
| "description": "CLI for the MiniMax AI Platform", | ||
@@ -43,6 +43,11 @@ "type": "module", | ||
| "dependencies": { | ||
| "@clack/prompts": "^0.7.0", | ||
| "@clack/core": "1.0.0", | ||
| "@clack/prompts": "1.0.0", | ||
| "bun-plugin-dts": "^0.4.0", | ||
| "es-toolkit": "^1.46.1", | ||
| "undici": "^6.21.1" | ||
| "jsonc-parser": "^3.3.1", | ||
| "picocolors": "^1.1.1", | ||
| "smol-toml": "^1.8.0", | ||
| "undici": "^6.21.1", | ||
| "yaml": "^2.9.0" | ||
| }, | ||
@@ -49,0 +54,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
453172
80.53%4624
33.84%9
125%46
12.2%14
7.69%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
Updated