@lynn123411/dsh-a6api 1.5.3 → 1.5.5
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.
- package/README.md +1 -1
- package/lib/client.js +8 -4
- package/lib/client.js.map +2 -2
- package/lib/index.js +18 -3
- package/lib/index.js.map +2 -2
- package/lib/types/types.d.ts +3 -1
- package/package.json +1 -1
package/lib/types/types.d.ts
CHANGED
|
@@ -186,7 +186,9 @@ export interface ModelCardData {
|
|
|
186
186
|
pinnedChannelId?: number;
|
|
187
187
|
pinnedSupplierName?: string;
|
|
188
188
|
pinnedFallback?: boolean;
|
|
189
|
-
/**
|
|
189
|
+
/** 该模型对应的固定记录归属(相对当前 API Key 令牌):
|
|
190
|
+
* true = 属于当前令牌;false = 属于其他令牌(仅供参考,不可在此取消);
|
|
191
|
+
* undefined = 当前令牌未能解析(归属未知,仅供参考但不禁用操作) */
|
|
190
192
|
pinTokenMatched?: boolean;
|
|
191
193
|
}
|
|
192
194
|
export interface BalanceInfo {
|