@nexusclawhq/cli 0.3.35 → 0.3.36
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/CHANGELOG.md +8 -0
- package/dist/build-info.json +4 -4
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.d.ts +3 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +3 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/index.d.ts +6 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +3 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +3 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
- package/dist/nexus-cli/src/services/api-client.js +4 -1
- package/dist/nexus-cli/src/services/api-client.js.map +1 -1
- package/dist/nexus-cli/src/services/api-client.test.js +59 -0
- package/dist/nexus-cli/src/services/api-client.test.js.map +1 -1
- package/dist/nexus-cli/src/services/workforce-bundle-remote.d.ts +1 -1
- package/dist/nexus-cli/src/services/workforce-test-remote.d.ts +1 -1
- package/dist/nexus-cli/src/services/workforce-test-remote.js +1 -1
- package/dist/nexus-cli/src/services/workforce-test-remote.test.js +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +6 -2
|
@@ -12982,6 +12982,9 @@ export declare const locales: {
|
|
|
12982
12982
|
usageRate: string;
|
|
12983
12983
|
currentSpend: string;
|
|
12984
12984
|
monthlyBudget: string;
|
|
12985
|
+
notConfigured: string;
|
|
12986
|
+
noBudgetConfigured: string;
|
|
12987
|
+
noBudgetConfiguredDescription: string;
|
|
12985
12988
|
daysRemaining: string;
|
|
12986
12989
|
days: string;
|
|
12987
12990
|
projectedMonthEnd: string;
|
|
@@ -35059,6 +35062,9 @@ export declare const locales: {
|
|
|
35059
35062
|
usageRate: string;
|
|
35060
35063
|
currentSpend: string;
|
|
35061
35064
|
monthlyBudget: string;
|
|
35065
|
+
notConfigured: string;
|
|
35066
|
+
noBudgetConfigured: string;
|
|
35067
|
+
noBudgetConfiguredDescription: string;
|
|
35062
35068
|
daysRemaining: string;
|
|
35063
35069
|
days: string;
|
|
35064
35070
|
projectedMonthEnd: string;
|
|
@@ -12978,6 +12978,9 @@ declare const _default: {
|
|
|
12978
12978
|
usageRate: string;
|
|
12979
12979
|
currentSpend: string;
|
|
12980
12980
|
monthlyBudget: string;
|
|
12981
|
+
notConfigured: string;
|
|
12982
|
+
noBudgetConfigured: string;
|
|
12983
|
+
noBudgetConfiguredDescription: string;
|
|
12981
12984
|
daysRemaining: string;
|
|
12982
12985
|
days: string;
|
|
12983
12986
|
projectedMonthEnd: string;
|
|
@@ -12978,6 +12978,9 @@ const messages = {
|
|
|
12978
12978
|
usageRate: "预算使用率",
|
|
12979
12979
|
currentSpend: "当前花费",
|
|
12980
12980
|
monthlyBudget: "月度预算",
|
|
12981
|
+
notConfigured: "未配置",
|
|
12982
|
+
noBudgetConfigured: "尚未配置月度预算",
|
|
12983
|
+
noBudgetConfiguredDescription: "下方明细已按实际用量统计(Token、费用),当前花费与预测月末花费会如实展示;配置预算后即可显示预算使用率与封顶控制。",
|
|
12981
12984
|
daysRemaining: "剩余天数",
|
|
12982
12985
|
days: "天",
|
|
12983
12986
|
projectedMonthEnd: "预测月末花费",
|