@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.
Files changed (200) hide show
  1. package/assets/desktop_call/call-incoming-linear.svg +12 -0
  2. package/assets/desktop_call/call-linear.svg +11 -0
  3. package/assets/desktop_call/call-outgoing-linear.svg +12 -0
  4. package/assets/desktop_call/video-incoming-linear.svg +9 -0
  5. package/assets/desktop_call/video-linear.svg +11 -0
  6. package/assets/desktop_call/video-outgoing-linear.svg +9 -0
  7. package/docs/member-statistics-review.md +53 -0
  8. package/docs/private-chat-actions.md +58 -0
  9. package/docs/shared-conversation-members.md +10 -0
  10. package/lib/client.js +34114 -31146
  11. package/lib/client.js.map +1 -1
  12. package/lib/harness-model-client.js +18 -0
  13. package/lib/index.js +533 -821
  14. package/lib/persistent-extension.js +1 -1
  15. package/lib/{persistent-runtime-D2pt8S-e.js → persistent-runtime-YkrM3K7s.js} +4027 -2326
  16. package/lib/sdk.js +18 -0
  17. package/lib/types/account-session-owner.d.ts +3 -0
  18. package/lib/types/account-session-owner.d.ts.map +1 -1
  19. package/lib/types/arkme-service.d.ts +20 -7
  20. package/lib/types/arkme-service.d.ts.map +1 -1
  21. package/lib/types/bot-chat-directory-projection.d.ts +11 -0
  22. package/lib/types/bot-chat-directory-projection.d.ts.map +1 -0
  23. package/lib/types/call-record-presentation.d.ts +7 -0
  24. package/lib/types/call-record-presentation.d.ts.map +1 -0
  25. package/lib/types/chat-policy-projection.d.ts +4 -0
  26. package/lib/types/chat-policy-projection.d.ts.map +1 -0
  27. package/lib/types/client/ArkmeCallDetailDrawer.d.ts +7 -0
  28. package/lib/types/client/ArkmeCallDetailDrawer.d.ts.map +1 -0
  29. package/lib/types/client/ArkmeCallRecordContent.d.ts +7 -0
  30. package/lib/types/client/ArkmeCallRecordContent.d.ts.map +1 -0
  31. package/lib/types/client/ArkmeCallTranscript.d.ts +6 -0
  32. package/lib/types/client/ArkmeCallTranscript.d.ts.map +1 -0
  33. package/lib/types/client/ArkmeCallVideoClips.d.ts +5 -0
  34. package/lib/types/client/ArkmeCallVideoClips.d.ts.map +1 -0
  35. package/lib/types/client/ArkmeCallVideoPlayer.d.ts +6 -0
  36. package/lib/types/client/ArkmeCallVideoPlayer.d.ts.map +1 -0
  37. package/lib/types/client/ArkmeConfirmDialog.d.ts +11 -4
  38. package/lib/types/client/ArkmeConfirmDialog.d.ts.map +1 -1
  39. package/lib/types/client/ArkmeDirectoryWindow.d.ts +2 -1
  40. package/lib/types/client/ArkmeDirectoryWindow.d.ts.map +1 -1
  41. package/lib/types/client/ArkmeFileViewer.d.ts +29 -1
  42. package/lib/types/client/ArkmeFileViewer.d.ts.map +1 -1
  43. package/lib/types/client/ArkmeGroupChatControls.d.ts +2 -2
  44. package/lib/types/client/ArkmeGroupChatControls.d.ts.map +1 -1
  45. package/lib/types/client/ArkmeMarkdownBody.d.ts +4 -2
  46. package/lib/types/client/ArkmeMarkdownBody.d.ts.map +1 -1
  47. package/lib/types/client/ArkmeMessageReadReceipt.d.ts.map +1 -1
  48. package/lib/types/client/ArkmePrivateCallMenu.d.ts +13 -0
  49. package/lib/types/client/ArkmePrivateCallMenu.d.ts.map +1 -1
  50. package/lib/types/client/ArkmeProductNavigation.d.ts.map +1 -1
  51. package/lib/types/client/ArkmeRecordTopicAssignmentDialog.d.ts +14 -0
  52. package/lib/types/client/ArkmeRecordTopicAssignmentDialog.d.ts.map +1 -0
  53. package/lib/types/client/ArkmeRichContent.d.ts +13 -2
  54. package/lib/types/client/ArkmeRichContent.d.ts.map +1 -1
  55. package/lib/types/client/ArkmeRichText.d.ts +8 -2
  56. package/lib/types/client/ArkmeRichText.d.ts.map +1 -1
  57. package/lib/types/client/ArkmeSidebar.d.ts +5 -1
  58. package/lib/types/client/ArkmeSidebar.d.ts.map +1 -1
  59. package/lib/types/client/ArkmeTopicDirectoryPopover.d.ts.map +1 -1
  60. package/lib/types/client/ArkmeVirtualWorkspace.d.ts.map +1 -1
  61. package/lib/types/client/PrivateChatActions.d.ts +30 -0
  62. package/lib/types/client/PrivateChatActions.d.ts.map +1 -0
  63. package/lib/types/client/api.d.ts +1 -1
  64. package/lib/types/client/api.d.ts.map +1 -1
  65. package/lib/types/client/bot-chat-directory-projection.d.ts +1 -10
  66. package/lib/types/client/bot-chat-directory-projection.d.ts.map +1 -1
  67. package/lib/types/client/chat-directory-store.d.ts +17 -1
  68. package/lib/types/client/chat-directory-store.d.ts.map +1 -1
  69. package/lib/types/client/composer-focus.d.ts +6 -0
  70. package/lib/types/client/composer-focus.d.ts.map +1 -1
  71. package/lib/types/client/direct-message-admission.d.ts +1 -1
  72. package/lib/types/client/direct-message-admission.d.ts.map +1 -1
  73. package/lib/types/client/index.d.ts +1 -0
  74. package/lib/types/client/index.d.ts.map +1 -1
  75. package/lib/types/client/preserve-text-toggle-position.d.ts +3 -0
  76. package/lib/types/client/preserve-text-toggle-position.d.ts.map +1 -0
  77. package/lib/types/client/private-chat-actions-auth-binding.d.ts +5 -0
  78. package/lib/types/client/private-chat-actions-auth-binding.d.ts.map +1 -0
  79. package/lib/types/client/private-chat-actions-store.d.ts +48 -0
  80. package/lib/types/client/private-chat-actions-store.d.ts.map +1 -0
  81. package/lib/types/client/provider-instance-runtime.d.ts +1 -0
  82. package/lib/types/client/provider-instance-runtime.d.ts.map +1 -1
  83. package/lib/types/client/read-retry.d.ts.map +1 -1
  84. package/lib/types/client/realtime-client-events.d.ts.map +1 -1
  85. package/lib/types/client/record-topic-assignment-port.d.ts +16 -0
  86. package/lib/types/client/record-topic-assignment-port.d.ts.map +1 -0
  87. package/lib/types/client/redesign/contacts/CollapsibleDirectorySection.d.ts +2 -1
  88. package/lib/types/client/redesign/contacts/CollapsibleDirectorySection.d.ts.map +1 -1
  89. package/lib/types/client/redesign/contacts/ContactDirectorySurface.d.ts +3 -1
  90. package/lib/types/client/redesign/contacts/ContactDirectorySurface.d.ts.map +1 -1
  91. package/lib/types/client/redesign/contacts/contact-directory-state.d.ts +3 -0
  92. package/lib/types/client/redesign/contacts/contact-directory-state.d.ts.map +1 -1
  93. package/lib/types/client/resource-store.d.ts +47 -0
  94. package/lib/types/client/resource-store.d.ts.map +1 -0
  95. package/lib/types/client/ui-controller.d.ts +2 -0
  96. package/lib/types/client/ui-controller.d.ts.map +1 -1
  97. package/lib/types/client/use-resource.d.ts +7 -0
  98. package/lib/types/client/use-resource.d.ts.map +1 -0
  99. package/lib/types/conversation-attention.d.ts +24 -0
  100. package/lib/types/conversation-attention.d.ts.map +1 -0
  101. package/lib/types/directory-reader.d.ts +23 -0
  102. package/lib/types/directory-reader.d.ts.map +1 -0
  103. package/lib/types/dsh-session-events.d.ts +8 -0
  104. package/lib/types/dsh-session-events.d.ts.map +1 -0
  105. package/lib/types/extensions/session-preview-attachments.d.ts.map +1 -1
  106. package/lib/types/host-api.d.ts.map +1 -1
  107. package/lib/types/http-retry-after.d.ts +3 -0
  108. package/lib/types/http-retry-after.d.ts.map +1 -0
  109. package/lib/types/index.d.ts.map +1 -1
  110. package/lib/types/local-database.d.ts +2 -2
  111. package/lib/types/local-database.d.ts.map +1 -1
  112. package/lib/types/openapi-capability-gateway.d.ts +3 -1
  113. package/lib/types/openapi-capability-gateway.d.ts.map +1 -1
  114. package/lib/types/outgoing-call-assets.d.ts.map +1 -1
  115. package/lib/types/realtime-events.d.ts.map +1 -1
  116. package/lib/types/record-topic-assignment-contract.d.ts +12 -0
  117. package/lib/types/record-topic-assignment-contract.d.ts.map +1 -0
  118. package/lib/types/record-topic-assignment-ref.d.ts +11 -0
  119. package/lib/types/record-topic-assignment-ref.d.ts.map +1 -0
  120. package/lib/types/recording-directory-import.d.ts +55 -0
  121. package/lib/types/recording-directory-import.d.ts.map +1 -0
  122. package/lib/types/recording-directory-source.d.ts +40 -0
  123. package/lib/types/recording-directory-source.d.ts.map +1 -0
  124. package/lib/types/recording-import-contract.d.ts +58 -1
  125. package/lib/types/recording-import-contract.d.ts.map +1 -1
  126. package/lib/types/recording-import-coordinator.d.ts +2 -2
  127. package/lib/types/recording-import-coordinator.d.ts.map +1 -1
  128. package/lib/types/recording-import-probe.d.ts +6 -0
  129. package/lib/types/recording-import-probe.d.ts.map +1 -1
  130. package/lib/types/recording-tool-import.d.ts +6 -0
  131. package/lib/types/recording-tool-import.d.ts.map +1 -0
  132. package/lib/types/request-coordinator.d.ts +14 -0
  133. package/lib/types/request-coordinator.d.ts.map +1 -1
  134. package/lib/types/sdk/index.d.ts +8 -0
  135. package/lib/types/sdk/index.d.ts.map +1 -1
  136. package/lib/types/services/ai-video-service.d.ts +2 -1
  137. package/lib/types/services/ai-video-service.d.ts.map +1 -1
  138. package/lib/types/services/bot-service.d.ts.map +1 -1
  139. package/lib/types/services/call-history-service.d.ts +2 -0
  140. package/lib/types/services/call-history-service.d.ts.map +1 -1
  141. package/lib/types/services/chat-policy.d.ts +18 -0
  142. package/lib/types/services/chat-policy.d.ts.map +1 -0
  143. package/lib/types/services/chat-realtime-service.d.ts +7 -2
  144. package/lib/types/services/chat-realtime-service.d.ts.map +1 -1
  145. package/lib/types/services/chat-service.d.ts +5 -2
  146. package/lib/types/services/chat-service.d.ts.map +1 -1
  147. package/lib/types/services/contact-directory-service.d.ts +7 -2
  148. package/lib/types/services/contact-directory-service.d.ts.map +1 -1
  149. package/lib/types/services/conversation-directory-service.d.ts +2 -0
  150. package/lib/types/services/conversation-directory-service.d.ts.map +1 -1
  151. package/lib/types/services/directory-snapshot.d.ts +20 -0
  152. package/lib/types/services/directory-snapshot.d.ts.map +1 -0
  153. package/lib/types/services/group-service.d.ts.map +1 -1
  154. package/lib/types/services/profile-service.d.ts.map +1 -1
  155. package/lib/types/services/record-reedit-attachments.d.ts +1 -0
  156. package/lib/types/services/record-reedit-attachments.d.ts.map +1 -1
  157. package/lib/types/services/record-service.d.ts.map +1 -1
  158. package/lib/types/services/record-topic-assignment-service.d.ts +11 -0
  159. package/lib/types/services/record-topic-assignment-service.d.ts.map +1 -0
  160. package/lib/types/services/recording-import-gateway.d.ts +8 -1
  161. package/lib/types/services/recording-import-gateway.d.ts.map +1 -1
  162. package/lib/types/services/recording-service.d.ts +8 -7
  163. package/lib/types/services/recording-service.d.ts.map +1 -1
  164. package/lib/types/services/service.d.ts +20 -4
  165. package/lib/types/services/service.d.ts.map +1 -1
  166. package/lib/types/services/source-service.d.ts +8 -1
  167. package/lib/types/services/source-service.d.ts.map +1 -1
  168. package/lib/types/services/team-service.d.ts +3 -1
  169. package/lib/types/services/team-service.d.ts.map +1 -1
  170. package/lib/types/services/user-ban-service.d.ts +1 -0
  171. package/lib/types/services/user-ban-service.d.ts.map +1 -1
  172. package/lib/types/state-store.d.ts +2 -2
  173. package/lib/types/state-store.d.ts.map +1 -1
  174. package/lib/types/tools/business/contacts/directory.d.ts +2 -0
  175. package/lib/types/tools/business/contacts/directory.d.ts.map +1 -0
  176. package/lib/types/tools/business/index.d.ts.map +1 -1
  177. package/lib/types/tools/business/media/ai-video.d.ts +2 -1
  178. package/lib/types/tools/business/media/ai-video.d.ts.map +1 -1
  179. package/lib/types/tools/business/recordings/import-folder.d.ts +2 -0
  180. package/lib/types/tools/business/recordings/import-folder.d.ts.map +1 -0
  181. package/lib/types/tools/business/recordings/import.d.ts +2 -0
  182. package/lib/types/tools/business/recordings/import.d.ts.map +1 -0
  183. package/lib/types/tools/business/recordings/index.d.ts +0 -10
  184. package/lib/types/tools/business/recordings/index.d.ts.map +1 -1
  185. package/lib/types/tools/contract/module.d.ts +2 -2
  186. package/lib/types/tools/contract/module.d.ts.map +1 -1
  187. package/lib/types/tools/ports/ai-video.d.ts +2 -1
  188. package/lib/types/tools/ports/ai-video.d.ts.map +1 -1
  189. package/lib/types/tools/ports/recordings.d.ts +8 -6
  190. package/lib/types/tools/ports/recordings.d.ts.map +1 -1
  191. package/lib/types/tools/prompts/business.d.ts.map +1 -1
  192. package/lib/types/tools/registry/registrar.d.ts +1 -1
  193. package/lib/types/tools/registry/registrar.d.ts.map +1 -1
  194. package/lib/types/tools/shared/conversational-confirmation.d.ts +12 -2
  195. package/lib/types/tools/shared/conversational-confirmation.d.ts.map +1 -1
  196. package/lib/types/types.d.ts +49 -13
  197. package/lib/types/types.d.ts.map +1 -1
  198. package/package.json +5 -5
  199. package/lib/types/chat-pin-projection.d.ts +0 -4
  200. package/lib/types/chat-pin-projection.d.ts.map +0 -1

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.