@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.
- package/lib/client.js +8151 -4250
- package/lib/client.js.map +1 -1
- package/lib/extension-profile-restart-helper.js +1 -1
- package/lib/index.js +547 -23
- package/lib/persistent-extension.js +1 -1
- package/lib/{persistent-runtime-CaPUsLwg.js → persistent-runtime-D-NwFt9z.js} +1631 -397
- package/lib/{plugin-updater-helper-Ddppbids.js → plugin-updater-helper-BByro9U_.js} +1 -1
- package/lib/{plugin-updater-helper-Lmz7W2ph.js → plugin-updater-helper-BByw0ZyG.js} +171 -13
- package/lib/plugin-updater-helper.js +1 -1
- package/lib/sdk.js +44 -0
- package/lib/types/arkme-service.d.ts +36 -4
- package/lib/types/arkme-service.d.ts.map +1 -1
- package/lib/types/billing-gateway.d.ts +28 -0
- package/lib/types/billing-gateway.d.ts.map +1 -0
- package/lib/types/client/ArkmeBillingSettings.d.ts +52 -0
- package/lib/types/client/ArkmeBillingSettings.d.ts.map +1 -0
- package/lib/types/client/ArkmeCallSurface.d.ts.map +1 -1
- package/lib/types/client/ArkmeLogin.d.ts +3 -1
- package/lib/types/client/ArkmeLogin.d.ts.map +1 -1
- package/lib/types/client/ArkmeNoteDetails.d.ts +3 -1
- package/lib/types/client/ArkmeNoteDetails.d.ts.map +1 -1
- package/lib/types/client/ArkmePersistentShell.d.ts +3 -0
- package/lib/types/client/ArkmePersistentShell.d.ts.map +1 -1
- package/lib/types/client/ArkmeProductNavigation.d.ts +2 -1
- package/lib/types/client/ArkmeProductNavigation.d.ts.map +1 -1
- package/lib/types/client/ArkmeRichContent.d.ts +15 -1
- package/lib/types/client/ArkmeRichContent.d.ts.map +1 -1
- package/lib/types/client/ArkmeSettingsSurface.d.ts +18 -0
- package/lib/types/client/ArkmeSettingsSurface.d.ts.map +1 -1
- package/lib/types/client/ArkmeSidebar.d.ts +17 -3
- package/lib/types/client/ArkmeSidebar.d.ts.map +1 -1
- package/lib/types/client/ArkmeVirtualWorkspace.d.ts +9 -2
- package/lib/types/client/ArkmeVirtualWorkspace.d.ts.map +1 -1
- package/lib/types/client/ArkmeWebLoginOverlay.d.ts +6 -0
- package/lib/types/client/ArkmeWebLoginOverlay.d.ts.map +1 -0
- package/lib/types/client/DeepSeekHarnessSurface.d.ts +7 -4
- package/lib/types/client/DeepSeekHarnessSurface.d.ts.map +1 -1
- package/lib/types/client/api.d.ts +1 -1
- package/lib/types/client/api.d.ts.map +1 -1
- package/lib/types/client/arkme-auth-flow.d.ts +5 -0
- package/lib/types/client/arkme-auth-flow.d.ts.map +1 -1
- package/lib/types/client/arkme-billing.d.ts +37 -0
- package/lib/types/client/arkme-billing.d.ts.map +1 -0
- package/lib/types/client/arkme-login-locales.d.ts +5 -0
- package/lib/types/client/arkme-login-locales.d.ts.map +1 -1
- package/lib/types/client/chat-directory-store.d.ts.map +1 -1
- package/lib/types/client/index.d.ts +1 -0
- package/lib/types/client/index.d.ts.map +1 -1
- package/lib/types/client/ui-controller.d.ts +4 -0
- package/lib/types/client/ui-controller.d.ts.map +1 -1
- package/lib/types/extensions/manager.d.ts +4 -0
- package/lib/types/extensions/manager.d.ts.map +1 -1
- package/lib/types/extensions/persistent-bundle.d.ts +14 -0
- package/lib/types/extensions/persistent-bundle.d.ts.map +1 -1
- package/lib/types/extensions/persistent-client-bundle.d.ts +1 -1
- package/lib/types/extensions/persistent-client-bundle.d.ts.map +1 -1
- package/lib/types/extensions/persistent-runtime.d.ts.map +1 -1
- package/lib/types/extensions/profile-installer.d.ts.map +1 -1
- package/lib/types/harness-embed-contract.d.ts +2 -0
- package/lib/types/harness-embed-contract.d.ts.map +1 -0
- package/lib/types/harness-embed-route.d.ts +32 -0
- package/lib/types/harness-embed-route.d.ts.map +1 -0
- package/lib/types/host-api.d.ts.map +1 -1
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/managed-ai/adapter.d.ts +20 -0
- package/lib/types/managed-ai/adapter.d.ts.map +1 -0
- package/lib/types/managed-ai/credential.d.ts +11 -0
- package/lib/types/managed-ai/credential.d.ts.map +1 -0
- package/lib/types/plugin-update-lifecycle-log.d.ts +17 -0
- package/lib/types/plugin-update-lifecycle-log.d.ts.map +1 -0
- package/lib/types/plugin-update.d.ts +3 -0
- package/lib/types/plugin-update.d.ts.map +1 -1
- package/lib/types/plugin-updater-helper.d.ts +1 -2
- package/lib/types/plugin-updater-helper.d.ts.map +1 -1
- package/lib/types/profile-plugin-entry.d.ts +6 -0
- package/lib/types/profile-plugin-entry.d.ts.map +1 -0
- package/lib/types/sdk/index.d.ts +17 -2
- package/lib/types/sdk/index.d.ts.map +1 -1
- package/lib/types/services/auth-service.d.ts +10 -0
- package/lib/types/services/auth-service.d.ts.map +1 -1
- package/lib/types/services/chat-service.d.ts +37 -4
- package/lib/types/services/chat-service.d.ts.map +1 -1
- package/lib/types/tools/business/conversation/copy-link-extend.d.ts +2 -0
- package/lib/types/tools/business/conversation/copy-link-extend.d.ts.map +1 -0
- package/lib/types/tools/business/index.d.ts.map +1 -1
- package/lib/types/tools/ports/conversations.d.ts +4 -1
- package/lib/types/tools/ports/conversations.d.ts.map +1 -1
- package/lib/types/tools/prompts/business.d.ts.map +1 -1
- package/lib/types/types.d.ts +137 -1
- package/lib/types/types.d.ts.map +1 -1
- package/package.json +12 -6
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.