@senguoyun/dsh-arkme 0.1.49 → 0.1.50
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/assets/desktop_call/call-incoming-linear.svg +12 -0
- package/assets/desktop_call/call-linear.svg +11 -0
- package/assets/desktop_call/call-outgoing-linear.svg +12 -0
- package/assets/desktop_call/video-incoming-linear.svg +9 -0
- package/assets/desktop_call/video-linear.svg +11 -0
- package/assets/desktop_call/video-outgoing-linear.svg +9 -0
- package/docs/member-statistics-review.md +53 -0
- package/docs/private-chat-actions.md +58 -0
- package/docs/shared-conversation-members.md +10 -0
- package/lib/client.js +34114 -31146
- package/lib/client.js.map +1 -1
- package/lib/harness-model-client.js +18 -0
- package/lib/index.js +533 -821
- package/lib/persistent-extension.js +1 -1
- package/lib/{persistent-runtime-D2pt8S-e.js → persistent-runtime-YkrM3K7s.js} +4027 -2326
- package/lib/sdk.js +18 -0
- package/lib/types/account-session-owner.d.ts +3 -0
- package/lib/types/account-session-owner.d.ts.map +1 -1
- package/lib/types/arkme-service.d.ts +20 -7
- package/lib/types/arkme-service.d.ts.map +1 -1
- package/lib/types/bot-chat-directory-projection.d.ts +11 -0
- package/lib/types/bot-chat-directory-projection.d.ts.map +1 -0
- package/lib/types/call-record-presentation.d.ts +7 -0
- package/lib/types/call-record-presentation.d.ts.map +1 -0
- package/lib/types/chat-policy-projection.d.ts +4 -0
- package/lib/types/chat-policy-projection.d.ts.map +1 -0
- package/lib/types/client/ArkmeCallDetailDrawer.d.ts +7 -0
- package/lib/types/client/ArkmeCallDetailDrawer.d.ts.map +1 -0
- package/lib/types/client/ArkmeCallRecordContent.d.ts +7 -0
- package/lib/types/client/ArkmeCallRecordContent.d.ts.map +1 -0
- package/lib/types/client/ArkmeCallTranscript.d.ts +6 -0
- package/lib/types/client/ArkmeCallTranscript.d.ts.map +1 -0
- package/lib/types/client/ArkmeCallVideoClips.d.ts +5 -0
- package/lib/types/client/ArkmeCallVideoClips.d.ts.map +1 -0
- package/lib/types/client/ArkmeCallVideoPlayer.d.ts +6 -0
- package/lib/types/client/ArkmeCallVideoPlayer.d.ts.map +1 -0
- package/lib/types/client/ArkmeConfirmDialog.d.ts +11 -4
- package/lib/types/client/ArkmeConfirmDialog.d.ts.map +1 -1
- package/lib/types/client/ArkmeDirectoryWindow.d.ts +2 -1
- package/lib/types/client/ArkmeDirectoryWindow.d.ts.map +1 -1
- package/lib/types/client/ArkmeFileViewer.d.ts +29 -1
- package/lib/types/client/ArkmeFileViewer.d.ts.map +1 -1
- package/lib/types/client/ArkmeGroupChatControls.d.ts +2 -2
- package/lib/types/client/ArkmeGroupChatControls.d.ts.map +1 -1
- package/lib/types/client/ArkmeMarkdownBody.d.ts +4 -2
- package/lib/types/client/ArkmeMarkdownBody.d.ts.map +1 -1
- package/lib/types/client/ArkmeMessageReadReceipt.d.ts.map +1 -1
- package/lib/types/client/ArkmePrivateCallMenu.d.ts +13 -0
- package/lib/types/client/ArkmePrivateCallMenu.d.ts.map +1 -1
- package/lib/types/client/ArkmeProductNavigation.d.ts.map +1 -1
- package/lib/types/client/ArkmeRecordTopicAssignmentDialog.d.ts +14 -0
- package/lib/types/client/ArkmeRecordTopicAssignmentDialog.d.ts.map +1 -0
- package/lib/types/client/ArkmeRichContent.d.ts +13 -2
- package/lib/types/client/ArkmeRichContent.d.ts.map +1 -1
- package/lib/types/client/ArkmeRichText.d.ts +8 -2
- package/lib/types/client/ArkmeRichText.d.ts.map +1 -1
- package/lib/types/client/ArkmeSidebar.d.ts +5 -1
- package/lib/types/client/ArkmeSidebar.d.ts.map +1 -1
- package/lib/types/client/ArkmeTopicDirectoryPopover.d.ts.map +1 -1
- package/lib/types/client/ArkmeVirtualWorkspace.d.ts.map +1 -1
- package/lib/types/client/PrivateChatActions.d.ts +30 -0
- package/lib/types/client/PrivateChatActions.d.ts.map +1 -0
- package/lib/types/client/api.d.ts +1 -1
- package/lib/types/client/api.d.ts.map +1 -1
- package/lib/types/client/bot-chat-directory-projection.d.ts +1 -10
- package/lib/types/client/bot-chat-directory-projection.d.ts.map +1 -1
- package/lib/types/client/chat-directory-store.d.ts +17 -1
- package/lib/types/client/chat-directory-store.d.ts.map +1 -1
- package/lib/types/client/composer-focus.d.ts +6 -0
- package/lib/types/client/composer-focus.d.ts.map +1 -1
- package/lib/types/client/direct-message-admission.d.ts +1 -1
- package/lib/types/client/direct-message-admission.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/preserve-text-toggle-position.d.ts +3 -0
- package/lib/types/client/preserve-text-toggle-position.d.ts.map +1 -0
- package/lib/types/client/private-chat-actions-auth-binding.d.ts +5 -0
- package/lib/types/client/private-chat-actions-auth-binding.d.ts.map +1 -0
- package/lib/types/client/private-chat-actions-store.d.ts +48 -0
- package/lib/types/client/private-chat-actions-store.d.ts.map +1 -0
- package/lib/types/client/provider-instance-runtime.d.ts +1 -0
- package/lib/types/client/provider-instance-runtime.d.ts.map +1 -1
- package/lib/types/client/read-retry.d.ts.map +1 -1
- package/lib/types/client/realtime-client-events.d.ts.map +1 -1
- package/lib/types/client/record-topic-assignment-port.d.ts +16 -0
- package/lib/types/client/record-topic-assignment-port.d.ts.map +1 -0
- package/lib/types/client/redesign/contacts/CollapsibleDirectorySection.d.ts +2 -1
- package/lib/types/client/redesign/contacts/CollapsibleDirectorySection.d.ts.map +1 -1
- package/lib/types/client/redesign/contacts/ContactDirectorySurface.d.ts +3 -1
- package/lib/types/client/redesign/contacts/ContactDirectorySurface.d.ts.map +1 -1
- package/lib/types/client/redesign/contacts/contact-directory-state.d.ts +3 -0
- package/lib/types/client/redesign/contacts/contact-directory-state.d.ts.map +1 -1
- package/lib/types/client/resource-store.d.ts +47 -0
- package/lib/types/client/resource-store.d.ts.map +1 -0
- package/lib/types/client/ui-controller.d.ts +2 -0
- package/lib/types/client/ui-controller.d.ts.map +1 -1
- package/lib/types/client/use-resource.d.ts +7 -0
- package/lib/types/client/use-resource.d.ts.map +1 -0
- package/lib/types/conversation-attention.d.ts +24 -0
- package/lib/types/conversation-attention.d.ts.map +1 -0
- package/lib/types/directory-reader.d.ts +23 -0
- package/lib/types/directory-reader.d.ts.map +1 -0
- package/lib/types/dsh-session-events.d.ts +8 -0
- package/lib/types/dsh-session-events.d.ts.map +1 -0
- package/lib/types/extensions/session-preview-attachments.d.ts.map +1 -1
- package/lib/types/host-api.d.ts.map +1 -1
- package/lib/types/http-retry-after.d.ts +3 -0
- package/lib/types/http-retry-after.d.ts.map +1 -0
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/local-database.d.ts +2 -2
- package/lib/types/local-database.d.ts.map +1 -1
- package/lib/types/openapi-capability-gateway.d.ts +3 -1
- package/lib/types/openapi-capability-gateway.d.ts.map +1 -1
- package/lib/types/outgoing-call-assets.d.ts.map +1 -1
- package/lib/types/realtime-events.d.ts.map +1 -1
- package/lib/types/record-topic-assignment-contract.d.ts +12 -0
- package/lib/types/record-topic-assignment-contract.d.ts.map +1 -0
- package/lib/types/record-topic-assignment-ref.d.ts +11 -0
- package/lib/types/record-topic-assignment-ref.d.ts.map +1 -0
- package/lib/types/recording-directory-import.d.ts +55 -0
- package/lib/types/recording-directory-import.d.ts.map +1 -0
- package/lib/types/recording-directory-source.d.ts +40 -0
- package/lib/types/recording-directory-source.d.ts.map +1 -0
- package/lib/types/recording-import-contract.d.ts +58 -1
- package/lib/types/recording-import-contract.d.ts.map +1 -1
- package/lib/types/recording-import-coordinator.d.ts +2 -2
- package/lib/types/recording-import-coordinator.d.ts.map +1 -1
- package/lib/types/recording-import-probe.d.ts +6 -0
- package/lib/types/recording-import-probe.d.ts.map +1 -1
- package/lib/types/recording-tool-import.d.ts +6 -0
- package/lib/types/recording-tool-import.d.ts.map +1 -0
- package/lib/types/request-coordinator.d.ts +14 -0
- package/lib/types/request-coordinator.d.ts.map +1 -1
- package/lib/types/sdk/index.d.ts +8 -0
- package/lib/types/sdk/index.d.ts.map +1 -1
- package/lib/types/services/ai-video-service.d.ts +2 -1
- package/lib/types/services/ai-video-service.d.ts.map +1 -1
- package/lib/types/services/bot-service.d.ts.map +1 -1
- package/lib/types/services/call-history-service.d.ts +2 -0
- package/lib/types/services/call-history-service.d.ts.map +1 -1
- package/lib/types/services/chat-policy.d.ts +18 -0
- package/lib/types/services/chat-policy.d.ts.map +1 -0
- package/lib/types/services/chat-realtime-service.d.ts +7 -2
- package/lib/types/services/chat-realtime-service.d.ts.map +1 -1
- package/lib/types/services/chat-service.d.ts +5 -2
- package/lib/types/services/chat-service.d.ts.map +1 -1
- package/lib/types/services/contact-directory-service.d.ts +7 -2
- package/lib/types/services/contact-directory-service.d.ts.map +1 -1
- package/lib/types/services/conversation-directory-service.d.ts +2 -0
- package/lib/types/services/conversation-directory-service.d.ts.map +1 -1
- package/lib/types/services/directory-snapshot.d.ts +20 -0
- package/lib/types/services/directory-snapshot.d.ts.map +1 -0
- package/lib/types/services/group-service.d.ts.map +1 -1
- package/lib/types/services/profile-service.d.ts.map +1 -1
- package/lib/types/services/record-reedit-attachments.d.ts +1 -0
- package/lib/types/services/record-reedit-attachments.d.ts.map +1 -1
- package/lib/types/services/record-service.d.ts.map +1 -1
- package/lib/types/services/record-topic-assignment-service.d.ts +11 -0
- package/lib/types/services/record-topic-assignment-service.d.ts.map +1 -0
- package/lib/types/services/recording-import-gateway.d.ts +8 -1
- package/lib/types/services/recording-import-gateway.d.ts.map +1 -1
- package/lib/types/services/recording-service.d.ts +8 -7
- package/lib/types/services/recording-service.d.ts.map +1 -1
- package/lib/types/services/service.d.ts +20 -4
- package/lib/types/services/service.d.ts.map +1 -1
- package/lib/types/services/source-service.d.ts +8 -1
- package/lib/types/services/source-service.d.ts.map +1 -1
- package/lib/types/services/team-service.d.ts +3 -1
- package/lib/types/services/team-service.d.ts.map +1 -1
- package/lib/types/services/user-ban-service.d.ts +1 -0
- package/lib/types/services/user-ban-service.d.ts.map +1 -1
- package/lib/types/state-store.d.ts +2 -2
- package/lib/types/state-store.d.ts.map +1 -1
- package/lib/types/tools/business/contacts/directory.d.ts +2 -0
- package/lib/types/tools/business/contacts/directory.d.ts.map +1 -0
- package/lib/types/tools/business/index.d.ts.map +1 -1
- package/lib/types/tools/business/media/ai-video.d.ts +2 -1
- package/lib/types/tools/business/media/ai-video.d.ts.map +1 -1
- package/lib/types/tools/business/recordings/import-folder.d.ts +2 -0
- package/lib/types/tools/business/recordings/import-folder.d.ts.map +1 -0
- package/lib/types/tools/business/recordings/import.d.ts +2 -0
- package/lib/types/tools/business/recordings/import.d.ts.map +1 -0
- package/lib/types/tools/business/recordings/index.d.ts +0 -10
- package/lib/types/tools/business/recordings/index.d.ts.map +1 -1
- package/lib/types/tools/contract/module.d.ts +2 -2
- package/lib/types/tools/contract/module.d.ts.map +1 -1
- package/lib/types/tools/ports/ai-video.d.ts +2 -1
- package/lib/types/tools/ports/ai-video.d.ts.map +1 -1
- package/lib/types/tools/ports/recordings.d.ts +8 -6
- package/lib/types/tools/ports/recordings.d.ts.map +1 -1
- package/lib/types/tools/prompts/business.d.ts.map +1 -1
- package/lib/types/tools/registry/registrar.d.ts +1 -1
- package/lib/types/tools/registry/registrar.d.ts.map +1 -1
- package/lib/types/tools/shared/conversational-confirmation.d.ts +12 -2
- package/lib/types/tools/shared/conversational-confirmation.d.ts.map +1 -1
- package/lib/types/types.d.ts +49 -13
- package/lib/types/types.d.ts.map +1 -1
- package/package.json +5 -5
- package/lib/types/chat-pin-projection.d.ts +0 -4
- package/lib/types/chat-pin-projection.d.ts.map +0 -1
|
@@ -99,6 +99,24 @@ window.__ModuleLoader__.load({
|
|
|
99
99
|
...options.pageCursor === void 0 ? {} : { pageCursor: options.pageCursor }
|
|
100
100
|
}, options.signal);
|
|
101
101
|
}
|
|
102
|
+
/** Safe directory projection shared with the built-in UI; never an implicit full candidate baseline. */
|
|
103
|
+
async listDirectory(section, options = {}) {
|
|
104
|
+
if (![
|
|
105
|
+
"groups",
|
|
106
|
+
"bots",
|
|
107
|
+
"unmarked-speakers",
|
|
108
|
+
"teams",
|
|
109
|
+
"contacts"
|
|
110
|
+
].includes(section)) throw new TypeError("Unknown directory section");
|
|
111
|
+
if (options.refresh === true && options.cursor !== void 0) throw new TypeError("Refresh must start a new directory page");
|
|
112
|
+
if ((await this.capabilities(options.signal)).features.contactDirectoryReads !== true) throw new Error("当前 Provider 不支持联系人目录读取");
|
|
113
|
+
return await this.call("directory.list", {
|
|
114
|
+
section,
|
|
115
|
+
...options.limit === void 0 ? {} : { limit: options.limit },
|
|
116
|
+
...options.cursor === void 0 ? {} : { cursor: options.cursor },
|
|
117
|
+
...options.refresh === void 0 ? {} : { refresh: options.refresh }
|
|
118
|
+
}, options.signal);
|
|
119
|
+
}
|
|
102
120
|
/** Resolve exact Team Jotmo IDs or names only within the current account's Teams. */
|
|
103
121
|
async resolveTeams(items, signal) {
|
|
104
122
|
return await this.call("team.resolve", { items }, signal);
|