@nexusclawhq/cli 0.3.37 → 0.3.38

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.
Files changed (22) hide show
  1. package/dist/build-info.json +4 -4
  2. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.d.ts +21 -0
  3. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +25 -1
  4. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js.map +1 -1
  5. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/index.d.ts +42 -0
  6. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +21 -0
  7. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +27 -1
  8. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
  9. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/system-object-persistence.d.ts +1 -1
  10. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/system-object-persistence.js +8 -1
  11. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/system-object-persistence.js.map +1 -1
  12. package/dist/nexus-cli/src/services/package-manifest.js +3 -0
  13. package/dist/nexus-cli/src/services/package-manifest.js.map +1 -1
  14. package/dist/nexus-cli/src/services/workforce-bundle-archive.d.ts +1 -1
  15. package/dist/nexus-cli/src/services/workforce-bundle-remote.d.ts +1 -1
  16. package/dist/nexus-cli/src/services/workforce-learning-remote.d.ts +4 -4
  17. package/dist/nexus-cli/src/services/workforce-learning-remote.js +2 -2
  18. package/dist/nexus-cli/src/services/workforce-test-remote.d.ts +1 -1
  19. package/dist/nexus-cli/src/services/workforce-test-remote.js +1 -1
  20. package/dist/nexus-cli/src/services/workforce-test-remote.test.js +2 -2
  21. package/dist/tsconfig.tsbuildinfo +1 -1
  22. package/package.json +1 -1
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "packageName": "@nexusclawhq/cli",
3
- "version": "0.3.37",
4
- "gitSha": "f927db21acd15550f01e954e587d0e6f4e4bbdc9",
3
+ "version": "0.3.38",
4
+ "gitSha": "a8074830c00239764625297087e2e25424d92371",
5
5
  "ciRunId": null,
6
- "contentDigest": "sha256:93d6f390405a8823a3da103ecef04c7ee52e53b3c05d434335364de293c93b56",
7
- "generatedAt": "2026-08-06T08:06:08.957Z"
6
+ "contentDigest": "sha256:0dae032f40963d5f248e7a03e30a5e932cbd87909f880f009e29b745ce499008",
7
+ "generatedAt": "2026-08-07T07:07:27.984Z"
8
8
  }
@@ -882,6 +882,27 @@ declare const _default: {
882
882
  crm: {
883
883
  dashboard: string;
884
884
  salesLead: string;
885
+ accountFolder: string;
886
+ accountAll: string;
887
+ contactFolder: string;
888
+ contactAll: string;
889
+ salesFolder: string;
890
+ salesOpportunity: string;
891
+ cpqFolder: string;
892
+ cpqProduct: string;
893
+ cpqPriceBook: string;
894
+ cpqQuote: string;
895
+ cpqGuidedSelling: string;
896
+ activityFolder: string;
897
+ activityAll: string;
898
+ activityTask: string;
899
+ approvalInbox: string;
900
+ reportFolder: string;
901
+ reportAll: string;
902
+ reportTemplate: string;
903
+ reportSchedule: string;
904
+ dashboardFolder: string;
905
+ dashboardAll: string;
885
906
  };
886
907
  marketing: {};
887
908
  service: {
@@ -899,7 +899,30 @@ const messages = {
899
899
  // CRM App
900
900
  crm: {
901
901
  dashboard: "Dashboard",
902
- salesLead: "Leads"
902
+ salesLead: "Leads",
903
+ // LYNC-107: keep the en-US key set aligned with zh-CN so both locales
904
+ // resolve from the translation table rather than the DB fallback name.
905
+ accountFolder: "Accounts",
906
+ accountAll: "All Accounts",
907
+ contactFolder: "Contacts",
908
+ contactAll: "All Contacts",
909
+ salesFolder: "Sales",
910
+ salesOpportunity: "Opportunities",
911
+ cpqFolder: "CPQ",
912
+ cpqProduct: "Product Catalog",
913
+ cpqPriceBook: "Price Books",
914
+ cpqQuote: "Quotes",
915
+ cpqGuidedSelling: "Guided Selling",
916
+ activityFolder: "Activities",
917
+ activityAll: "All Activities",
918
+ activityTask: "Tasks",
919
+ approvalInbox: "Approval Inbox",
920
+ reportFolder: "Reports",
921
+ reportAll: "All Reports",
922
+ reportTemplate: "Report Templates",
923
+ reportSchedule: "Report Schedules",
924
+ dashboardFolder: "Dashboards",
925
+ dashboardAll: "All Dashboards"
903
926
  },
904
927
  marketing: {},
905
928
  // Service App
@@ -19604,6 +19627,7 @@ const i18nRatchetBackfill = {
19604
19627
  recordDetail: {
19605
19628
  actionNeedsConfiguration: "Action Needs Configuration",
19606
19629
  actionTargetNotConfigured: "Action Target Not Configured",
19630
+ aiCopilotNotConfigured: "AI Assistant is not configured on this record page yet.",
19607
19631
  aiNarrativeGuidanceOnly: "Ai Narrative Guidance Only",
19608
19632
  contextActionApplied: "Context Action Applied",
19609
19633
  taskCreated: "Task Created",