New:Socket for Asana Is Now Available.Learn more
Get Started

mmx-cli

Package Overview
Dependencies
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mmx-cli - npm Package Compare versions

Comparing version
1.0.22
to
1.0.24
+14
-1
dist/index.d.ts

@@ -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