@senguoyun/dsh-arkme 0.1.28 → 0.1.30

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 (91) hide show
  1. package/lib/client.js +8151 -4250
  2. package/lib/client.js.map +1 -1
  3. package/lib/extension-profile-restart-helper.js +1 -1
  4. package/lib/index.js +547 -23
  5. package/lib/persistent-extension.js +1 -1
  6. package/lib/{persistent-runtime-CaPUsLwg.js → persistent-runtime-D-NwFt9z.js} +1631 -397
  7. package/lib/{plugin-updater-helper-Ddppbids.js → plugin-updater-helper-BByro9U_.js} +1 -1
  8. package/lib/{plugin-updater-helper-Lmz7W2ph.js → plugin-updater-helper-BByw0ZyG.js} +171 -13
  9. package/lib/plugin-updater-helper.js +1 -1
  10. package/lib/sdk.js +44 -0
  11. package/lib/types/arkme-service.d.ts +36 -4
  12. package/lib/types/arkme-service.d.ts.map +1 -1
  13. package/lib/types/billing-gateway.d.ts +28 -0
  14. package/lib/types/billing-gateway.d.ts.map +1 -0
  15. package/lib/types/client/ArkmeBillingSettings.d.ts +52 -0
  16. package/lib/types/client/ArkmeBillingSettings.d.ts.map +1 -0
  17. package/lib/types/client/ArkmeCallSurface.d.ts.map +1 -1
  18. package/lib/types/client/ArkmeLogin.d.ts +3 -1
  19. package/lib/types/client/ArkmeLogin.d.ts.map +1 -1
  20. package/lib/types/client/ArkmeNoteDetails.d.ts +3 -1
  21. package/lib/types/client/ArkmeNoteDetails.d.ts.map +1 -1
  22. package/lib/types/client/ArkmePersistentShell.d.ts +3 -0
  23. package/lib/types/client/ArkmePersistentShell.d.ts.map +1 -1
  24. package/lib/types/client/ArkmeProductNavigation.d.ts +2 -1
  25. package/lib/types/client/ArkmeProductNavigation.d.ts.map +1 -1
  26. package/lib/types/client/ArkmeRichContent.d.ts +15 -1
  27. package/lib/types/client/ArkmeRichContent.d.ts.map +1 -1
  28. package/lib/types/client/ArkmeSettingsSurface.d.ts +18 -0
  29. package/lib/types/client/ArkmeSettingsSurface.d.ts.map +1 -1
  30. package/lib/types/client/ArkmeSidebar.d.ts +17 -3
  31. package/lib/types/client/ArkmeSidebar.d.ts.map +1 -1
  32. package/lib/types/client/ArkmeVirtualWorkspace.d.ts +9 -2
  33. package/lib/types/client/ArkmeVirtualWorkspace.d.ts.map +1 -1
  34. package/lib/types/client/ArkmeWebLoginOverlay.d.ts +6 -0
  35. package/lib/types/client/ArkmeWebLoginOverlay.d.ts.map +1 -0
  36. package/lib/types/client/DeepSeekHarnessSurface.d.ts +7 -4
  37. package/lib/types/client/DeepSeekHarnessSurface.d.ts.map +1 -1
  38. package/lib/types/client/api.d.ts +1 -1
  39. package/lib/types/client/api.d.ts.map +1 -1
  40. package/lib/types/client/arkme-auth-flow.d.ts +5 -0
  41. package/lib/types/client/arkme-auth-flow.d.ts.map +1 -1
  42. package/lib/types/client/arkme-billing.d.ts +37 -0
  43. package/lib/types/client/arkme-billing.d.ts.map +1 -0
  44. package/lib/types/client/arkme-login-locales.d.ts +5 -0
  45. package/lib/types/client/arkme-login-locales.d.ts.map +1 -1
  46. package/lib/types/client/chat-directory-store.d.ts.map +1 -1
  47. package/lib/types/client/index.d.ts +1 -0
  48. package/lib/types/client/index.d.ts.map +1 -1
  49. package/lib/types/client/ui-controller.d.ts +4 -0
  50. package/lib/types/client/ui-controller.d.ts.map +1 -1
  51. package/lib/types/extensions/manager.d.ts +4 -0
  52. package/lib/types/extensions/manager.d.ts.map +1 -1
  53. package/lib/types/extensions/persistent-bundle.d.ts +14 -0
  54. package/lib/types/extensions/persistent-bundle.d.ts.map +1 -1
  55. package/lib/types/extensions/persistent-client-bundle.d.ts +1 -1
  56. package/lib/types/extensions/persistent-client-bundle.d.ts.map +1 -1
  57. package/lib/types/extensions/persistent-runtime.d.ts.map +1 -1
  58. package/lib/types/extensions/profile-installer.d.ts.map +1 -1
  59. package/lib/types/harness-embed-contract.d.ts +2 -0
  60. package/lib/types/harness-embed-contract.d.ts.map +1 -0
  61. package/lib/types/harness-embed-route.d.ts +32 -0
  62. package/lib/types/harness-embed-route.d.ts.map +1 -0
  63. package/lib/types/host-api.d.ts.map +1 -1
  64. package/lib/types/index.d.ts.map +1 -1
  65. package/lib/types/managed-ai/adapter.d.ts +20 -0
  66. package/lib/types/managed-ai/adapter.d.ts.map +1 -0
  67. package/lib/types/managed-ai/credential.d.ts +11 -0
  68. package/lib/types/managed-ai/credential.d.ts.map +1 -0
  69. package/lib/types/plugin-update-lifecycle-log.d.ts +17 -0
  70. package/lib/types/plugin-update-lifecycle-log.d.ts.map +1 -0
  71. package/lib/types/plugin-update.d.ts +3 -0
  72. package/lib/types/plugin-update.d.ts.map +1 -1
  73. package/lib/types/plugin-updater-helper.d.ts +1 -2
  74. package/lib/types/plugin-updater-helper.d.ts.map +1 -1
  75. package/lib/types/profile-plugin-entry.d.ts +6 -0
  76. package/lib/types/profile-plugin-entry.d.ts.map +1 -0
  77. package/lib/types/sdk/index.d.ts +17 -2
  78. package/lib/types/sdk/index.d.ts.map +1 -1
  79. package/lib/types/services/auth-service.d.ts +10 -0
  80. package/lib/types/services/auth-service.d.ts.map +1 -1
  81. package/lib/types/services/chat-service.d.ts +37 -4
  82. package/lib/types/services/chat-service.d.ts.map +1 -1
  83. package/lib/types/tools/business/conversation/copy-link-extend.d.ts +2 -0
  84. package/lib/types/tools/business/conversation/copy-link-extend.d.ts.map +1 -0
  85. package/lib/types/tools/business/index.d.ts.map +1 -1
  86. package/lib/types/tools/ports/conversations.d.ts +4 -1
  87. package/lib/types/tools/ports/conversations.d.ts.map +1 -1
  88. package/lib/types/tools/prompts/business.d.ts.map +1 -1
  89. package/lib/types/types.d.ts +137 -1
  90. package/lib/types/types.d.ts.map +1 -1
  91. package/package.json +12 -6
@@ -208,7 +208,7 @@ async function main() {
208
208
  if (planPath === void 0) throw new Error("extension restart plan path is required");
209
209
  const rawPlan = JSON.parse(await readFile(planPath, "utf8"));
210
210
  if (managed && isPluginUpdateRestartPlan(rawPlan)) {
211
- const pluginUpdate = await import("./plugin-updater-helper-Ddppbids.js");
211
+ const pluginUpdate = await import("./plugin-updater-helper-BByro9U_.js");
212
212
  if (mode === "--managed-finalize") {
213
213
  const healthUrl = process.argv[4];
214
214
  if (healthUrl === void 0) throw new Error("managed plugin update health URL is required");