zcw-shared 2.24.0 → 2.25.0
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/dist/constants/aiChatSuggestions.d.ts +3 -0
- package/dist/constants/aiChatSuggestions.js +52 -0
- package/dist/constants/aiChatSuggestions.js.map +1 -0
- package/dist/constants/chatCommunityMedia.d.ts +2 -0
- package/dist/constants/chatCommunityMedia.js +3 -0
- package/dist/constants/chatCommunityMedia.js.map +1 -0
- package/dist/constants/chatConversationBackground.d.ts +10 -0
- package/dist/constants/chatConversationBackground.js +41 -0
- package/dist/constants/chatConversationBackground.js.map +1 -0
- package/dist/constants/chatDownloadDirectory.d.ts +1 -0
- package/dist/constants/chatDownloadDirectory.js +2 -0
- package/dist/constants/chatDownloadDirectory.js.map +1 -0
- package/dist/constants/chatFileMessageLocalPath.d.ts +1 -0
- package/dist/constants/chatFileMessageLocalPath.js +2 -0
- package/dist/constants/chatFileMessageLocalPath.js.map +1 -0
- package/dist/constants/chatLayout.d.ts +6 -0
- package/dist/constants/chatLayout.js +14 -0
- package/dist/constants/chatLayout.js.map +1 -0
- package/dist/constants/imStorage.d.ts +1 -0
- package/dist/constants/imStorage.js +2 -0
- package/dist/constants/imStorage.js.map +1 -0
- package/dist/functions/ai/aiAgentToolTimeline.d.ts +16 -0
- package/dist/functions/ai/aiAgentToolTimeline.js +18 -0
- package/dist/functions/ai/aiAgentToolTimeline.js.map +1 -0
- package/dist/functions/ai/aiChatSessionListDom.d.ts +4 -0
- package/dist/functions/ai/aiChatSessionListDom.js +32 -0
- package/dist/functions/ai/aiChatSessionListDom.js.map +1 -0
- package/dist/functions/ai/aiChatSessionOps.d.ts +25 -0
- package/dist/functions/ai/aiChatSessionOps.js +36 -0
- package/dist/functions/ai/aiChatSessionOps.js.map +1 -0
- package/dist/functions/ai/aiChatSessionPins.d.ts +14 -0
- package/dist/functions/ai/aiChatSessionPins.js +39 -0
- package/dist/functions/ai/aiChatSessionPins.js.map +1 -0
- package/dist/functions/ai/aiReplyStreamDisplay.d.ts +27 -0
- package/dist/functions/ai/aiReplyStreamDisplay.js +188 -0
- package/dist/functions/ai/aiReplyStreamDisplay.js.map +1 -0
- package/dist/functions/ai/fetchAiChatSuggestions.d.ts +2 -0
- package/dist/functions/ai/fetchAiChatSuggestions.js +16 -0
- package/dist/functions/ai/fetchAiChatSuggestions.js.map +1 -0
- package/dist/functions/ai/mapAiChatMessagesToImChat.d.ts +7 -0
- package/dist/functions/ai/mapAiChatMessagesToImChat.js +22 -0
- package/dist/functions/ai/mapAiChatMessagesToImChat.js.map +1 -0
- package/dist/functions/array/filterListExcludingIds.d.ts +4 -0
- package/dist/functions/array/filterListExcludingIds.js +8 -0
- package/dist/functions/array/filterListExcludingIds.js.map +1 -0
- package/dist/functions/auth/createAuthClaimsResolver.d.ts +4 -0
- package/dist/functions/auth/createAuthClaimsResolver.js +8 -0
- package/dist/functions/auth/createAuthClaimsResolver.js.map +1 -0
- package/dist/functions/auth/jwtAccessTokenClaims.d.ts +5 -0
- package/dist/functions/auth/jwtAccessTokenClaims.js +62 -0
- package/dist/functions/auth/jwtAccessTokenClaims.js.map +1 -0
- package/dist/functions/binary/arrayBufferToBase64.d.ts +1 -0
- package/dist/functions/binary/arrayBufferToBase64.js +13 -0
- package/dist/functions/binary/arrayBufferToBase64.js.map +1 -0
- package/dist/functions/binary/decodeBase64StringToArrayBuffer.d.ts +1 -0
- package/dist/functions/binary/decodeBase64StringToArrayBuffer.js +12 -0
- package/dist/functions/binary/decodeBase64StringToArrayBuffer.js.map +1 -0
- package/dist/functions/browser/isNonNativeBrowserShell.d.ts +7 -0
- package/dist/functions/browser/isNonNativeBrowserShell.js +18 -0
- package/dist/functions/browser/isNonNativeBrowserShell.js.map +1 -0
- package/dist/functions/browser/readBrowserDetectDeps.d.ts +2 -0
- package/dist/functions/browser/readBrowserDetectDeps.js +12 -0
- package/dist/functions/browser/readBrowserDetectDeps.js.map +1 -0
- package/dist/functions/browser/readBrowserImageCompressDeps.d.ts +2 -0
- package/dist/functions/browser/readBrowserImageCompressDeps.js +16 -0
- package/dist/functions/browser/readBrowserImageCompressDeps.js.map +1 -0
- package/dist/functions/browser/readBrowserOsInfo.d.ts +3 -0
- package/dist/functions/browser/readBrowserOsInfo.js +9 -0
- package/dist/functions/browser/readBrowserOsInfo.js.map +1 -0
- package/dist/functions/browser/requireBrowserLocalStorage.d.ts +2 -0
- package/dist/functions/browser/requireBrowserLocalStorage.js +8 -0
- package/dist/functions/browser/requireBrowserLocalStorage.js.map +1 -0
- package/dist/functions/build/readCapacitorShellExecBuildFlag.d.ts +1 -0
- package/dist/functions/build/readCapacitorShellExecBuildFlag.js +5 -0
- package/dist/functions/build/readCapacitorShellExecBuildFlag.js.map +1 -0
- package/dist/functions/build/readNativeShellBuildFlag.d.ts +1 -0
- package/dist/functions/build/readNativeShellBuildFlag.js +5 -0
- package/dist/functions/build/readNativeShellBuildFlag.js.map +1 -0
- package/dist/functions/build/readTruthyViteEnvFlag.d.ts +1 -0
- package/dist/functions/build/readTruthyViteEnvFlag.js +4 -0
- package/dist/functions/build/readTruthyViteEnvFlag.js.map +1 -0
- package/dist/functions/capacitor/resolveCapacitorSystemBarsStyle.d.ts +2 -0
- package/dist/functions/capacitor/resolveCapacitorSystemBarsStyle.js +4 -0
- package/dist/functions/capacitor/resolveCapacitorSystemBarsStyle.js.map +1 -0
- package/dist/functions/capacitor/shouldAttemptCapacitorShellExecLoad.d.ts +5 -0
- package/dist/functions/capacitor/shouldAttemptCapacitorShellExecLoad.js +10 -0
- package/dist/functions/capacitor/shouldAttemptCapacitorShellExecLoad.js.map +1 -0
- package/dist/functions/chat/chatAppearancePrefs.d.ts +8 -0
- package/dist/functions/chat/chatAppearancePrefs.js +31 -0
- package/dist/functions/chat/chatAppearancePrefs.js.map +1 -0
- package/dist/functions/chat/chatDownloadCompleteToastDsl.d.ts +10 -0
- package/dist/functions/chat/chatDownloadCompleteToastDsl.js +12 -0
- package/dist/functions/chat/chatDownloadCompleteToastDsl.js.map +1 -0
- package/dist/functions/chat/chatDownloadDirectoryPref.d.ts +1 -0
- package/dist/functions/chat/chatDownloadDirectoryPref.js +5 -0
- package/dist/functions/chat/chatDownloadDirectoryPref.js.map +1 -0
- package/dist/functions/chat/chatFileMessageLocalPathStorage.d.ts +8 -0
- package/dist/functions/chat/chatFileMessageLocalPathStorage.js +52 -0
- package/dist/functions/chat/chatFileMessageLocalPathStorage.js.map +1 -0
- package/dist/functions/chat/chatPrefsLocalStorage.d.ts +15 -0
- package/dist/functions/chat/chatPrefsLocalStorage.js +34 -0
- package/dist/functions/chat/chatPrefsLocalStorage.js.map +1 -0
- package/dist/functions/chat/createBrowserChatAppearanceModeAccess.d.ts +5 -0
- package/dist/functions/chat/createBrowserChatAppearanceModeAccess.js +19 -0
- package/dist/functions/chat/createBrowserChatAppearanceModeAccess.js.map +1 -0
- package/dist/functions/chat/createBrowserChatDownloadDirectoryPrefAccess.d.ts +4 -0
- package/dist/functions/chat/createBrowserChatDownloadDirectoryPrefAccess.js +20 -0
- package/dist/functions/chat/createBrowserChatDownloadDirectoryPrefAccess.js.map +1 -0
- package/dist/functions/chat/createBrowserChatFileMessageLocalPathAccess.d.ts +5 -0
- package/dist/functions/chat/createBrowserChatFileMessageLocalPathAccess.js +25 -0
- package/dist/functions/chat/createBrowserChatFileMessageLocalPathAccess.js.map +1 -0
- package/dist/functions/chat/createBrowserChatRootFontSizeAccess.d.ts +6 -0
- package/dist/functions/chat/createBrowserChatRootFontSizeAccess.js +29 -0
- package/dist/functions/chat/createBrowserChatRootFontSizeAccess.js.map +1 -0
- package/dist/functions/cloudDisk/buildCloudDiskFileActionSheetSpecs.d.ts +10 -0
- package/dist/functions/cloudDisk/buildCloudDiskFileActionSheetSpecs.js +12 -0
- package/dist/functions/cloudDisk/buildCloudDiskFileActionSheetSpecs.js.map +1 -0
- package/dist/functions/cloudDisk/buildCloudDiskListTabResult.d.ts +6 -0
- package/dist/functions/cloudDisk/buildCloudDiskListTabResult.js +27 -0
- package/dist/functions/cloudDisk/buildCloudDiskListTabResult.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskApiPaths.d.ts +13 -0
- package/dist/functions/cloudDisk/cloudDiskApiPaths.js +41 -0
- package/dist/functions/cloudDisk/cloudDiskApiPaths.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskApiRequestBodies.d.ts +26 -0
- package/dist/functions/cloudDisk/cloudDiskApiRequestBodies.js +26 -0
- package/dist/functions/cloudDisk/cloudDiskApiRequestBodies.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskApiResponse.d.ts +9 -0
- package/dist/functions/cloudDisk/cloudDiskApiResponse.js +54 -0
- package/dist/functions/cloudDisk/cloudDiskApiResponse.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskAsideNav.d.ts +18 -0
- package/dist/functions/cloudDisk/cloudDiskAsideNav.js +42 -0
- package/dist/functions/cloudDisk/cloudDiskAsideNav.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskBreadcrumbNav.d.ts +19 -0
- package/dist/functions/cloudDisk/cloudDiskBreadcrumbNav.js +37 -0
- package/dist/functions/cloudDisk/cloudDiskBreadcrumbNav.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskDirectUpload.d.ts +30 -0
- package/dist/functions/cloudDisk/cloudDiskDirectUpload.js +41 -0
- package/dist/functions/cloudDisk/cloudDiskDirectUpload.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskFilePreviewUi.d.ts +20 -0
- package/dist/functions/cloudDisk/cloudDiskFilePreviewUi.js +42 -0
- package/dist/functions/cloudDisk/cloudDiskFilePreviewUi.js.map +1 -1
- package/dist/functions/cloudDisk/cloudDiskListFilesQuery.d.ts +11 -0
- package/dist/functions/cloudDisk/cloudDiskListFilesQuery.js +35 -0
- package/dist/functions/cloudDisk/cloudDiskListFilesQuery.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskListLayoutUi.d.ts +30 -0
- package/dist/functions/cloudDisk/cloudDiskListLayoutUi.js +22 -0
- package/dist/functions/cloudDisk/cloudDiskListLayoutUi.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskNodeDragDataTransfer.d.ts +5 -0
- package/dist/functions/cloudDisk/cloudDiskNodeDragDataTransfer.js +17 -0
- package/dist/functions/cloudDisk/cloudDiskNodeDragDataTransfer.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskPrivacyLocalStorage.d.ts +9 -0
- package/dist/functions/cloudDisk/cloudDiskPrivacyLocalStorage.js +58 -0
- package/dist/functions/cloudDisk/cloudDiskPrivacyLocalStorage.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskQuickAccessStorage.d.ts +13 -0
- package/dist/functions/cloudDisk/cloudDiskQuickAccessStorage.js +37 -0
- package/dist/functions/cloudDisk/cloudDiskQuickAccessStorage.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskSelectionFeedback.d.ts +6 -0
- package/dist/functions/cloudDisk/cloudDiskSelectionFeedback.js +27 -0
- package/dist/functions/cloudDisk/cloudDiskSelectionFeedback.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskShellNav.d.ts +19 -0
- package/dist/functions/cloudDisk/cloudDiskShellNav.js +47 -0
- package/dist/functions/cloudDisk/cloudDiskShellNav.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskUniappFileOpenStrategy.d.ts +3 -0
- package/dist/functions/cloudDisk/cloudDiskUniappFileOpenStrategy.js +15 -0
- package/dist/functions/cloudDisk/cloudDiskUniappFileOpenStrategy.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskUniappUi.d.ts +47 -0
- package/dist/functions/cloudDisk/cloudDiskUniappUi.js +57 -0
- package/dist/functions/cloudDisk/cloudDiskUniappUi.js.map +1 -0
- package/dist/functions/cloudDisk/cloudDiskUploadTaskUi.d.ts +2 -0
- package/dist/functions/cloudDisk/cloudDiskUploadTaskUi.js +12 -0
- package/dist/functions/cloudDisk/cloudDiskUploadTaskUi.js.map +1 -1
- package/dist/functions/cloudDisk/collectElementIdsInContentLassoBox.d.ts +19 -0
- package/dist/functions/cloudDisk/collectElementIdsInContentLassoBox.js +35 -0
- package/dist/functions/cloudDisk/collectElementIdsInContentLassoBox.js.map +1 -0
- package/dist/functions/cloudDisk/createBrowserCloudDiskPrivacyStorageAccess.d.ts +8 -0
- package/dist/functions/cloudDisk/createBrowserCloudDiskPrivacyStorageAccess.js +37 -0
- package/dist/functions/cloudDisk/createBrowserCloudDiskPrivacyStorageAccess.js.map +1 -0
- package/dist/functions/cloudDisk/createBrowserCloudDiskQuickAccessStorageAccess.d.ts +6 -0
- package/dist/functions/cloudDisk/createBrowserCloudDiskQuickAccessStorageAccess.js +21 -0
- package/dist/functions/cloudDisk/createBrowserCloudDiskQuickAccessStorageAccess.js.map +1 -0
- package/dist/functions/cloudDisk/executeCloudDiskDirectUpload.d.ts +22 -0
- package/dist/functions/cloudDisk/executeCloudDiskDirectUpload.js +59 -0
- package/dist/functions/cloudDisk/executeCloudDiskDirectUpload.js.map +1 -0
- package/dist/functions/cloudDisk/executeCloudDiskFileDirectUpload.d.ts +30 -0
- package/dist/functions/cloudDisk/executeCloudDiskFileDirectUpload.js +27 -0
- package/dist/functions/cloudDisk/executeCloudDiskFileDirectUpload.js.map +1 -0
- package/dist/functions/cloudDisk/extractCloudDiskPrivateFolderData.d.ts +3 -0
- package/dist/functions/cloudDisk/extractCloudDiskPrivateFolderData.js +17 -0
- package/dist/functions/cloudDisk/extractCloudDiskPrivateFolderData.js.map +1 -0
- package/dist/functions/cloudDisk/filterCloudDiskMoveTargetFolders.d.ts +10 -0
- package/dist/functions/cloudDisk/filterCloudDiskMoveTargetFolders.js +12 -0
- package/dist/functions/cloudDisk/filterCloudDiskMoveTargetFolders.js.map +1 -0
- package/dist/functions/cloudDisk/needsCloudDiskPrivateFolderUnlock.d.ts +2 -0
- package/dist/functions/cloudDisk/needsCloudDiskPrivateFolderUnlock.js +8 -0
- package/dist/functions/cloudDisk/needsCloudDiskPrivateFolderUnlock.js.map +1 -0
- package/dist/functions/cloudDisk/planCloudDiskBatchDownload.d.ts +10 -0
- package/dist/functions/cloudDisk/planCloudDiskBatchDownload.js +18 -0
- package/dist/functions/cloudDisk/planCloudDiskBatchDownload.js.map +1 -0
- package/dist/functions/cloudDisk/resolveCloudDiskNodeIdFromPointerEvent.d.ts +7 -0
- package/dist/functions/cloudDisk/resolveCloudDiskNodeIdFromPointerEvent.js +20 -0
- package/dist/functions/cloudDisk/resolveCloudDiskNodeIdFromPointerEvent.js.map +1 -0
- package/dist/functions/cloudDisk/sortCloudDiskNodes.d.ts +4 -0
- package/dist/functions/cloudDisk/sortCloudDiskNodes.js +22 -0
- package/dist/functions/cloudDisk/sortCloudDiskNodes.js.map +1 -0
- package/dist/functions/dom/domSelectionInElement.d.ts +4 -0
- package/dist/functions/dom/domSelectionInElement.js +39 -0
- package/dist/functions/dom/domSelectionInElement.js.map +1 -0
- package/dist/functions/dom/executeCopyTextToClipboard.d.ts +18 -0
- package/dist/functions/dom/executeCopyTextToClipboard.js +28 -0
- package/dist/functions/dom/executeCopyTextToClipboard.js.map +1 -0
- package/dist/functions/dom/fetchBlobFromUrl.d.ts +6 -0
- package/dist/functions/dom/fetchBlobFromUrl.js +27 -0
- package/dist/functions/dom/fetchBlobFromUrl.js.map +1 -0
- package/dist/functions/dom/imageBlobToPng.d.ts +6 -0
- package/dist/functions/dom/imageBlobToPng.js +68 -0
- package/dist/functions/dom/imageBlobToPng.js.map +1 -0
- package/dist/functions/dom/resolveChatMessageImageFromContextMenu.d.ts +3 -0
- package/dist/functions/dom/resolveChatMessageImageFromContextMenu.js +17 -0
- package/dist/functions/dom/resolveChatMessageImageFromContextMenu.js.map +1 -0
- package/dist/functions/dom/writeImageBlobToClipboard.d.ts +7 -0
- package/dist/functions/dom/writeImageBlobToClipboard.js +40 -0
- package/dist/functions/dom/writeImageBlobToClipboard.js.map +1 -0
- package/dist/functions/download/adaptDownloadDispatcherForUrlFeedback.d.ts +9 -0
- package/dist/functions/download/adaptDownloadDispatcherForUrlFeedback.js +31 -0
- package/dist/functions/download/adaptDownloadDispatcherForUrlFeedback.js.map +1 -0
- package/dist/functions/download/buildCapacitorDownloadRelativePath.d.ts +1 -0
- package/dist/functions/download/buildCapacitorDownloadRelativePath.js +6 -0
- package/dist/functions/download/buildCapacitorDownloadRelativePath.js.map +1 -0
- package/dist/functions/download/canUseElectronHttpDownload.d.ts +5 -0
- package/dist/functions/download/canUseElectronHttpDownload.js +9 -0
- package/dist/functions/download/canUseElectronHttpDownload.js.map +1 -0
- package/dist/functions/download/chatFileMessageDownloadProgress.d.ts +14 -0
- package/dist/functions/download/chatFileMessageDownloadProgress.js +36 -0
- package/dist/functions/download/chatFileMessageDownloadProgress.js.map +1 -0
- package/dist/functions/download/chatInlineAttachmentDownloadProgress.d.ts +7 -0
- package/dist/functions/download/chatInlineAttachmentDownloadProgress.js +19 -0
- package/dist/functions/download/chatInlineAttachmentDownloadProgress.js.map +1 -0
- package/dist/functions/download/createBrowserDownloadDepsFromGlobalThis.d.ts +2 -0
- package/dist/functions/download/createBrowserDownloadDepsFromGlobalThis.js +31 -0
- package/dist/functions/download/createBrowserDownloadDepsFromGlobalThis.js.map +1 -0
- package/dist/functions/download/createEffectiveDownloadDirectoryResolver.d.ts +10 -0
- package/dist/functions/download/createEffectiveDownloadDirectoryResolver.js +30 -0
- package/dist/functions/download/createEffectiveDownloadDirectoryResolver.js.map +1 -0
- package/dist/functions/download/executeChatDownloadByUrl.d.ts +24 -0
- package/dist/functions/download/executeChatDownloadByUrl.js +42 -0
- package/dist/functions/download/executeChatDownloadByUrl.js.map +1 -0
- package/dist/functions/download/executeChatInlineAttachmentDownload.d.ts +23 -0
- package/dist/functions/download/executeChatInlineAttachmentDownload.js +54 -0
- package/dist/functions/download/executeChatInlineAttachmentDownload.js.map +1 -0
- package/dist/functions/download/executeDownloadInCapacitorAndroid.d.ts +26 -0
- package/dist/functions/download/executeDownloadInCapacitorAndroid.js +102 -0
- package/dist/functions/download/executeDownloadInCapacitorAndroid.js.map +1 -0
- package/dist/functions/download/executeDownloadInElectron.d.ts +20 -0
- package/dist/functions/download/executeDownloadInElectron.js +53 -0
- package/dist/functions/download/executeDownloadInElectron.js.map +1 -0
- package/dist/functions/download/executeDownloadUrlWithFeedback.d.ts +27 -0
- package/dist/functions/download/executeDownloadUrlWithFeedback.js +39 -0
- package/dist/functions/download/executeDownloadUrlWithFeedback.js.map +1 -0
- package/dist/functions/download/executeRevealChatLocalFile.d.ts +10 -0
- package/dist/functions/download/executeRevealChatLocalFile.js +24 -0
- package/dist/functions/download/executeRevealChatLocalFile.js.map +1 -0
- package/dist/functions/download/isHttpDownloadUrl.d.ts +1 -0
- package/dist/functions/download/isHttpDownloadUrl.js +5 -0
- package/dist/functions/download/isHttpDownloadUrl.js.map +1 -0
- package/dist/functions/download/mergeDownloadDirectoryPrefIntoOptions.d.ts +5 -0
- package/dist/functions/download/mergeDownloadDirectoryPrefIntoOptions.js +15 -0
- package/dist/functions/download/mergeDownloadDirectoryPrefIntoOptions.js.map +1 -0
- package/dist/functions/download/mergeElectronDefaultDownloadDirectoryOptions.d.ts +6 -0
- package/dist/functions/download/mergeElectronDefaultDownloadDirectoryOptions.js +18 -0
- package/dist/functions/download/mergeElectronDefaultDownloadDirectoryOptions.js.map +1 -0
- package/dist/functions/download/newDownloadId.d.ts +1 -0
- package/dist/functions/download/newDownloadId.js +6 -0
- package/dist/functions/download/newDownloadId.js.map +1 -0
- package/dist/functions/download/readElectronSystemDefaultDownloadDirectory.d.ts +4 -0
- package/dist/functions/download/readElectronSystemDefaultDownloadDirectory.js +9 -0
- package/dist/functions/download/readElectronSystemDefaultDownloadDirectory.js.map +1 -0
- package/dist/functions/download/shouldTrackChatFileMessageDownload.d.ts +7 -0
- package/dist/functions/download/shouldTrackChatFileMessageDownload.js +14 -0
- package/dist/functions/download/shouldTrackChatFileMessageDownload.js.map +1 -0
- package/dist/functions/download/shouldTrackChatInlineAttachmentDownload.d.ts +6 -0
- package/dist/functions/download/shouldTrackChatInlineAttachmentDownload.js +12 -0
- package/dist/functions/download/shouldTrackChatInlineAttachmentDownload.js.map +1 -0
- package/dist/functions/im/alignActiveImConversationSelection.d.ts +22 -0
- package/dist/functions/im/alignActiveImConversationSelection.js +66 -0
- package/dist/functions/im/alignActiveImConversationSelection.js.map +1 -0
- package/dist/functions/im/assignChatConversationToWindowLocation.d.ts +8 -0
- package/dist/functions/im/assignChatConversationToWindowLocation.js +18 -0
- package/dist/functions/im/assignChatConversationToWindowLocation.js.map +1 -0
- package/dist/functions/im/buildChatConversationBackgroundMediaBlobRecord.d.ts +12 -0
- package/dist/functions/im/buildChatConversationBackgroundMediaBlobRecord.js +20 -0
- package/dist/functions/im/buildChatConversationBackgroundMediaBlobRecord.js.map +1 -0
- package/dist/functions/im/buildConversationListAssemblyOpts.d.ts +10 -0
- package/dist/functions/im/buildConversationListAssemblyOpts.js +9 -0
- package/dist/functions/im/buildConversationListAssemblyOpts.js.map +1 -0
- package/dist/functions/im/buildConversationListUiContextFromDexieSidecars.d.ts +13 -0
- package/dist/functions/im/buildConversationListUiContextFromDexieSidecars.js +13 -0
- package/dist/functions/im/buildConversationListUiContextFromDexieSidecars.js.map +1 -0
- package/dist/functions/im/buildConversationTailReconcileUpdate.d.ts +5 -0
- package/dist/functions/im/buildConversationTailReconcileUpdate.js +18 -0
- package/dist/functions/im/buildConversationTailReconcileUpdate.js.map +1 -0
- package/dist/functions/im/buildFinalizedOutboundDraftMessage.d.ts +2 -0
- package/dist/functions/im/buildFinalizedOutboundDraftMessage.js +22 -0
- package/dist/functions/im/buildFinalizedOutboundDraftMessage.js.map +1 -0
- package/dist/functions/im/buildImOutboundFailurePatchWithRetry.d.ts +2 -0
- package/dist/functions/im/buildImOutboundFailurePatchWithRetry.js +21 -0
- package/dist/functions/im/buildImOutboundFailurePatchWithRetry.js.map +1 -0
- package/dist/functions/im/buildImOutboundSendPayload.d.ts +20 -0
- package/dist/functions/im/buildImOutboundSendPayload.js +16 -0
- package/dist/functions/im/buildImOutboundSendPayload.js.map +1 -0
- package/dist/functions/im/buildImOutboundSendingStatusPatch.d.ts +2 -0
- package/dist/functions/im/buildImOutboundSendingStatusPatch.js +13 -0
- package/dist/functions/im/buildImOutboundSendingStatusPatch.js.map +1 -0
- package/dist/functions/im/buildLocalMediaOutboundDraftMessage.d.ts +12 -0
- package/dist/functions/im/buildLocalMediaOutboundDraftMessage.js +26 -0
- package/dist/functions/im/buildLocalMediaOutboundDraftMessage.js.map +1 -0
- package/dist/functions/im/buildMediaOutboundRegisterMergedMessage.d.ts +9 -0
- package/dist/functions/im/buildMediaOutboundRegisterMergedMessage.js +19 -0
- package/dist/functions/im/buildMediaOutboundRegisterMergedMessage.js.map +1 -0
- package/dist/functions/im/buildMediaUploadFailurePatch.d.ts +6 -0
- package/dist/functions/im/buildMediaUploadFailurePatch.js +17 -0
- package/dist/functions/im/buildMediaUploadFailurePatch.js.map +1 -0
- package/dist/functions/im/buildMislabeledDeliveredMediaRepairPatch.d.ts +2 -0
- package/dist/functions/im/buildMislabeledDeliveredMediaRepairPatch.js +20 -0
- package/dist/functions/im/buildMislabeledDeliveredMediaRepairPatch.js.map +1 -0
- package/dist/functions/im/buildQueuedOutboundDraftImMessage.d.ts +11 -0
- package/dist/functions/im/buildQueuedOutboundDraftImMessage.js +21 -0
- package/dist/functions/im/buildQueuedOutboundDraftImMessage.js.map +1 -0
- package/dist/functions/im/buildRecentImMessagesWindow.d.ts +2 -0
- package/dist/functions/im/buildRecentImMessagesWindow.js +21 -0
- package/dist/functions/im/buildRecentImMessagesWindow.js.map +1 -0
- package/dist/functions/im/buildSelectConversationUiState.d.ts +9 -0
- package/dist/functions/im/buildSelectConversationUiState.js +13 -0
- package/dist/functions/im/buildSelectConversationUiState.js.map +1 -0
- package/dist/functions/im/canUserDeleteImChatMessage.d.ts +4 -0
- package/dist/functions/im/canUserDeleteImChatMessage.js +22 -0
- package/dist/functions/im/canUserDeleteImChatMessage.js.map +1 -0
- package/dist/functions/im/chatMessageBubbleDom.d.ts +11 -0
- package/dist/functions/im/chatMessageBubbleDom.js +56 -0
- package/dist/functions/im/chatMessageBubbleDom.js.map +1 -0
- package/dist/functions/im/chatMessageList.d.ts +3 -0
- package/dist/functions/im/chatMessageList.js +11 -0
- package/dist/functions/im/chatMessageList.js.map +1 -1
- package/dist/functions/im/collectImMessageRelatedUserIds.d.ts +2 -0
- package/dist/functions/im/collectImMessageRelatedUserIds.js +16 -0
- package/dist/functions/im/collectImMessageRelatedUserIds.js.map +1 -0
- package/dist/functions/im/collectServerPersistedMessageApiIdsForDelete.d.ts +2 -0
- package/dist/functions/im/collectServerPersistedMessageApiIdsForDelete.js +9 -0
- package/dist/functions/im/collectServerPersistedMessageApiIdsForDelete.js.map +1 -0
- package/dist/functions/im/computeConversationMessagesHasOlder.d.ts +7 -0
- package/dist/functions/im/computeConversationMessagesHasOlder.js +6 -0
- package/dist/functions/im/computeConversationMessagesHasOlder.js.map +1 -0
- package/dist/functions/im/computeIncomingMessageConversationUpdate.d.ts +12 -0
- package/dist/functions/im/computeIncomingMessageConversationUpdate.js +20 -0
- package/dist/functions/im/computeIncomingMessageConversationUpdate.js.map +1 -0
- package/dist/functions/im/copyUsingClonedRangesOrMessagePlainText.d.ts +10 -0
- package/dist/functions/im/copyUsingClonedRangesOrMessagePlainText.js +53 -0
- package/dist/functions/im/copyUsingClonedRangesOrMessagePlainText.js.map +1 -0
- package/dist/functions/im/createConversationOutboundSerialQueue.d.ts +11 -0
- package/dist/functions/im/createConversationOutboundSerialQueue.js +43 -0
- package/dist/functions/im/createConversationOutboundSerialQueue.js.map +1 -0
- package/dist/functions/im/createElectronTrayUnreadPusher.d.ts +6 -0
- package/dist/functions/im/createElectronTrayUnreadPusher.js +18 -0
- package/dist/functions/im/createElectronTrayUnreadPusher.js.map +1 -0
- package/dist/functions/im/createImConversationListUiBinder.d.ts +12 -0
- package/dist/functions/im/createImConversationListUiBinder.js +16 -0
- package/dist/functions/im/createImConversationListUiBinder.js.map +1 -0
- package/dist/functions/im/desktopImNotifyEnricherRegistry.d.ts +17 -0
- package/dist/functions/im/desktopImNotifyEnricherRegistry.js +36 -0
- package/dist/functions/im/desktopImNotifyEnricherRegistry.js.map +1 -0
- package/dist/functions/im/enrichImContactsPeerProfiles.d.ts +6 -0
- package/dist/functions/im/enrichImContactsPeerProfiles.js +15 -0
- package/dist/functions/im/enrichImContactsPeerProfiles.js.map +1 -0
- package/dist/functions/im/executeChatAttachmentPreviewDownloadAction.d.ts +22 -0
- package/dist/functions/im/executeChatAttachmentPreviewDownloadAction.js +29 -0
- package/dist/functions/im/executeChatAttachmentPreviewDownloadAction.js.map +1 -0
- package/dist/functions/im/executeChatImageGalleryMenuAction.d.ts +27 -0
- package/dist/functions/im/executeChatImageGalleryMenuAction.js +26 -0
- package/dist/functions/im/executeChatImageGalleryMenuAction.js.map +1 -0
- package/dist/functions/im/executeCopyChatMessageContent.d.ts +12 -0
- package/dist/functions/im/executeCopyChatMessageContent.js +42 -0
- package/dist/functions/im/executeCopyChatMessageContent.js.map +1 -0
- package/dist/functions/im/executeCopyChatMessageImageToClipboard.d.ts +9 -0
- package/dist/functions/im/executeCopyChatMessageImageToClipboard.js +9 -0
- package/dist/functions/im/executeCopyChatMessageImageToClipboard.js.map +1 -0
- package/dist/functions/im/executeDownloadChatMessageMedia.d.ts +5 -0
- package/dist/functions/im/executeDownloadChatMessageMedia.js +12 -0
- package/dist/functions/im/executeDownloadChatMessageMedia.js.map +1 -0
- package/dist/functions/im/executeLoadTrayUnreadTotalFromDexie.d.ts +10 -0
- package/dist/functions/im/executeLoadTrayUnreadTotalFromDexie.js +10 -0
- package/dist/functions/im/executeLoadTrayUnreadTotalFromDexie.js.map +1 -0
- package/dist/functions/im/executeOpenChatConversationWithPeer.d.ts +9 -0
- package/dist/functions/im/executeOpenChatConversationWithPeer.js +12 -0
- package/dist/functions/im/executeOpenChatConversationWithPeer.js.map +1 -0
- package/dist/functions/im/executeShowDesktopImNotification.d.ts +40 -0
- package/dist/functions/im/executeShowDesktopImNotification.js +49 -0
- package/dist/functions/im/executeShowDesktopImNotification.js.map +1 -0
- package/dist/functions/im/fetchChatMessageImageBlob.d.ts +12 -0
- package/dist/functions/im/fetchChatMessageImageBlob.js +40 -0
- package/dist/functions/im/fetchChatMessageImageBlob.js.map +1 -0
- package/dist/functions/im/imAiChatSessionTitle.d.ts +2 -0
- package/dist/functions/im/imAiChatSessionTitle.js +4 -0
- package/dist/functions/im/imAiChatSessionTitle.js.map +1 -1
- package/dist/functions/im/imAiStreamOutboundQueue.d.ts +10 -0
- package/dist/functions/im/imAiStreamOutboundQueue.js +13 -0
- package/dist/functions/im/imAiStreamOutboundQueue.js.map +1 -0
- package/dist/functions/im/imAiStreamReplyDone.d.ts +34 -0
- package/dist/functions/im/imAiStreamReplyDone.js +52 -0
- package/dist/functions/im/imAiStreamReplyDone.js.map +1 -0
- package/dist/functions/im/imAiStreamSideBuffer.d.ts +16 -0
- package/dist/functions/im/imAiStreamSideBuffer.js +19 -0
- package/dist/functions/im/imAiStreamSideBuffer.js.map +1 -0
- package/dist/functions/im/imAiStreamStoppedRun.d.ts +6 -0
- package/dist/functions/im/imAiStreamStoppedRun.js +19 -0
- package/dist/functions/im/imAiStreamStoppedRun.js.map +1 -0
- package/dist/functions/im/imAiStreamUi.d.ts +40 -0
- package/dist/functions/im/imAiStreamUi.js +108 -0
- package/dist/functions/im/imAiStreamUi.js.map +1 -0
- package/dist/functions/im/imApiMessageMerge.js +4 -25
- package/dist/functions/im/imApiMessageMerge.js.map +1 -1
- package/dist/functions/im/imApiSyncPreservedOutboundOps.d.ts +9 -0
- package/dist/functions/im/imApiSyncPreservedOutboundOps.js +52 -0
- package/dist/functions/im/imApiSyncPreservedOutboundOps.js.map +1 -0
- package/dist/functions/im/imChatContextMenuSpecs.d.ts +5 -0
- package/dist/functions/im/imChatContextMenuSpecs.js +22 -0
- package/dist/functions/im/imChatContextMenuSpecs.js.map +1 -1
- package/dist/functions/im/imChatInlineAttachmentDisplay.d.ts +6 -0
- package/dist/functions/im/imChatInlineAttachmentDisplay.js +11 -0
- package/dist/functions/im/imChatInlineAttachmentDisplay.js.map +1 -1
- package/dist/functions/im/imChatMessageDeleteUi.d.ts +3 -0
- package/dist/functions/im/imChatMessageDeleteUi.js +14 -0
- package/dist/functions/im/imChatMessageDeleteUi.js.map +1 -0
- package/dist/functions/im/imChatMessageLookup.d.ts +3 -0
- package/dist/functions/im/imChatMessageLookup.js +13 -0
- package/dist/functions/im/imChatMessageLookup.js.map +1 -0
- package/dist/functions/im/imChatMessagePagination.d.ts +9 -0
- package/dist/functions/im/imChatMessagePagination.js +17 -0
- package/dist/functions/im/imChatMessagePagination.js.map +1 -1
- package/dist/functions/im/imComposerOutboundExtra.d.ts +17 -0
- package/dist/functions/im/imComposerOutboundExtra.js +52 -0
- package/dist/functions/im/imComposerOutboundExtra.js.map +1 -0
- package/dist/functions/im/imContactPeerProfileMerge.d.ts +9 -0
- package/dist/functions/im/imContactPeerProfileMerge.js +18 -0
- package/dist/functions/im/imContactPeerProfileMerge.js.map +1 -0
- package/dist/functions/im/imContactPickerFilter.d.ts +8 -0
- package/dist/functions/im/imContactPickerFilter.js +52 -0
- package/dist/functions/im/imContactPickerFilter.js.map +1 -0
- package/dist/functions/im/imConversationListPrefs.d.ts +21 -0
- package/dist/functions/im/imConversationListPrefs.js +44 -0
- package/dist/functions/im/imConversationListPrefs.js.map +1 -0
- package/dist/functions/im/imConversationMessageLoadFailurePolicy.d.ts +2 -0
- package/dist/functions/im/imConversationMessageLoadFailurePolicy.js +4 -0
- package/dist/functions/im/imConversationMessageLoadFailurePolicy.js.map +1 -0
- package/dist/functions/im/imConversationMessageSyncUi.d.ts +18 -0
- package/dist/functions/im/imConversationMessageSyncUi.js +32 -0
- package/dist/functions/im/imConversationMessageSyncUi.js.map +1 -0
- package/dist/functions/im/imConversationPrefNormalize.d.ts +29 -0
- package/dist/functions/im/imConversationPrefNormalize.js +81 -0
- package/dist/functions/im/imConversationPrefNormalize.js.map +1 -0
- package/dist/functions/im/imConversationRouteQuery.d.ts +5 -0
- package/dist/functions/im/imConversationRouteQuery.js +14 -0
- package/dist/functions/im/imConversationRouteQuery.js.map +1 -0
- package/dist/functions/im/imConversationSidebar.d.ts +41 -0
- package/dist/functions/im/imConversationSidebar.js +99 -0
- package/dist/functions/im/imConversationSidebar.js.map +1 -0
- package/dist/functions/im/imConversationSyncFailurePolicy.d.ts +10 -0
- package/dist/functions/im/imConversationSyncFailurePolicy.js +15 -0
- package/dist/functions/im/imConversationSyncFailurePolicy.js.map +1 -0
- package/dist/functions/im/imDesktopNotificationPrefs.d.ts +16 -0
- package/dist/functions/im/imDesktopNotificationPrefs.js +41 -0
- package/dist/functions/im/imDesktopNotificationPrefs.js.map +1 -0
- package/dist/functions/im/imDexieMessageLookup.d.ts +6 -0
- package/dist/functions/im/imDexieMessageLookup.js +28 -0
- package/dist/functions/im/imDexieMessageLookup.js.map +1 -0
- package/dist/functions/im/imDismissedConversationOps.d.ts +11 -0
- package/dist/functions/im/imDismissedConversationOps.js +20 -0
- package/dist/functions/im/imDismissedConversationOps.js.map +1 -0
- package/dist/functions/im/imForwardOutboundDispatch.d.ts +22 -0
- package/dist/functions/im/imForwardOutboundDispatch.js +32 -0
- package/dist/functions/im/imForwardOutboundDispatch.js.map +1 -0
- package/dist/functions/im/imInboundMessageUi.d.ts +10 -0
- package/dist/functions/im/imInboundMessageUi.js +26 -0
- package/dist/functions/im/imInboundMessageUi.js.map +1 -0
- package/dist/functions/im/imInlineAttachmentOutbound.d.ts +23 -0
- package/dist/functions/im/imInlineAttachmentOutbound.js +36 -0
- package/dist/functions/im/imInlineAttachmentOutbound.js.map +1 -0
- package/dist/functions/im/imInlineMediaUrlVideo.d.ts +5 -0
- package/dist/functions/im/imInlineMediaUrlVideo.js +3 -0
- package/dist/functions/im/imInlineMediaUrlVideo.js.map +1 -1
- package/dist/functions/im/imLocalMediaOutboundExtra.d.ts +5 -0
- package/dist/functions/im/imLocalMediaOutboundExtra.js +28 -0
- package/dist/functions/im/imLocalMediaOutboundExtra.js.map +1 -0
- package/dist/functions/im/imMediaOssUpload.d.ts +4 -0
- package/dist/functions/im/imMediaOssUpload.js +12 -0
- package/dist/functions/im/imMediaOssUpload.js.map +1 -0
- package/dist/functions/im/imMediaPipelineDimensionExtra.d.ts +9 -0
- package/dist/functions/im/imMediaPipelineDimensionExtra.js +11 -0
- package/dist/functions/im/imMediaPipelineDimensionExtra.js.map +1 -0
- package/dist/functions/im/imMediaPipelinePixelMeta.d.ts +33 -0
- package/dist/functions/im/imMediaPipelinePixelMeta.js +28 -0
- package/dist/functions/im/imMediaPipelinePixelMeta.js.map +1 -0
- package/dist/functions/im/imMediaPipelineQueueItem.d.ts +39 -0
- package/dist/functions/im/imMediaPipelineQueueItem.js +32 -0
- package/dist/functions/im/imMediaPipelineQueueItem.js.map +1 -0
- package/dist/functions/im/imMediaToolbarQueue.d.ts +16 -0
- package/dist/functions/im/imMediaToolbarQueue.js +14 -0
- package/dist/functions/im/imMediaToolbarQueue.js.map +1 -0
- package/dist/functions/im/imMemberProfileEnsurePolicy.d.ts +7 -0
- package/dist/functions/im/imMemberProfileEnsurePolicy.js +11 -0
- package/dist/functions/im/imMemberProfileEnsurePolicy.js.map +1 -0
- package/dist/functions/im/imMemberProfileRowsToUpsert.d.ts +7 -0
- package/dist/functions/im/imMemberProfileRowsToUpsert.js +18 -0
- package/dist/functions/im/imMemberProfileRowsToUpsert.js.map +1 -0
- package/dist/functions/im/imMentionAllowedUserIds.d.ts +1 -0
- package/dist/functions/im/imMentionAllowedUserIds.js.map +1 -1
- package/dist/functions/im/imMentionInputItems.d.ts +23 -0
- package/dist/functions/im/imMentionInputItems.js +32 -0
- package/dist/functions/im/imMentionInputItems.js.map +1 -0
- package/dist/functions/im/imMessageExtraRecord.d.ts +1 -0
- package/dist/functions/im/imMessageExtraRecord.js +4 -0
- package/dist/functions/im/imMessageExtraRecord.js.map +1 -1
- package/dist/functions/im/imMessageIsoTime.d.ts +2 -0
- package/dist/functions/im/imMessageIsoTime.js +17 -0
- package/dist/functions/im/imMessageIsoTime.js.map +1 -0
- package/dist/functions/im/imMultiSelectBatchAction.d.ts +9 -0
- package/dist/functions/im/imMultiSelectBatchAction.js +19 -0
- package/dist/functions/im/imMultiSelectBatchAction.js.map +1 -0
- package/dist/functions/im/imPeerProfileFromConversations.d.ts +14 -0
- package/dist/functions/im/imPeerProfileFromConversations.js +82 -0
- package/dist/functions/im/imPeerProfileFromConversations.js.map +1 -0
- package/dist/functions/im/imPendingMediaFlushPlan.d.ts +29 -0
- package/dist/functions/im/imPendingMediaFlushPlan.js +61 -0
- package/dist/functions/im/imPendingMediaFlushPlan.js.map +1 -0
- package/dist/functions/im/imSenderProfileMap.d.ts +24 -0
- package/dist/functions/im/imSenderProfileMap.js +72 -0
- package/dist/functions/im/imSenderProfileMap.js.map +1 -0
- package/dist/functions/im/imStandaloneMediaOutbound.d.ts +19 -0
- package/dist/functions/im/imStandaloneMediaOutbound.js +52 -0
- package/dist/functions/im/imStandaloneMediaOutbound.js.map +1 -0
- package/dist/functions/im/imTrayUnreadTotal.d.ts +12 -0
- package/dist/functions/im/imTrayUnreadTotal.js +19 -0
- package/dist/functions/im/imTrayUnreadTotal.js.map +1 -0
- package/dist/functions/im/imWalletEnvelopeClaim.d.ts +4 -0
- package/dist/functions/im/imWalletEnvelopeClaim.js +49 -0
- package/dist/functions/im/imWalletEnvelopeClaim.js.map +1 -0
- package/dist/functions/im/imWalletTransferPatch.d.ts +2 -0
- package/dist/functions/im/imWalletTransferPatch.js +18 -0
- package/dist/functions/im/imWalletTransferPatch.js.map +1 -0
- package/dist/functions/im/index.d.ts +32 -1
- package/dist/functions/im/index.js +32 -1
- package/dist/functions/im/index.js.map +1 -1
- package/dist/functions/im/isDesktopImNotificationEnvironmentSupported.d.ts +14 -0
- package/dist/functions/im/isDesktopImNotificationEnvironmentSupported.js +14 -0
- package/dist/functions/im/isDesktopImNotificationEnvironmentSupported.js.map +1 -0
- package/dist/functions/im/isImMessageNeedingLocalMediaPreview.d.ts +3 -0
- package/dist/functions/im/isImMessageNeedingLocalMediaPreview.js +16 -0
- package/dist/functions/im/isImMessageNeedingLocalMediaPreview.js.map +1 -0
- package/dist/functions/im/isLocalMediaPendingUploadMessage.d.ts +2 -0
- package/dist/functions/im/isLocalMediaPendingUploadMessage.js +24 -0
- package/dist/functions/im/isLocalMediaPendingUploadMessage.js.map +1 -0
- package/dist/functions/im/isPendingOutboundImMessage.d.ts +4 -0
- package/dist/functions/im/isPendingOutboundImMessage.js +16 -0
- package/dist/functions/im/isPendingOutboundImMessage.js.map +1 -0
- package/dist/functions/im/isStaleMessageForAbandonOnExit.d.ts +3 -0
- package/dist/functions/im/isStaleMessageForAbandonOnExit.js +35 -0
- package/dist/functions/im/isStaleMessageForAbandonOnExit.js.map +1 -0
- package/dist/functions/im/mapChatInlineAttachmentGallerySpecsToViewItems.d.ts +11 -0
- package/dist/functions/im/mapChatInlineAttachmentGallerySpecsToViewItems.js +11 -0
- package/dist/functions/im/mapChatInlineAttachmentGallerySpecsToViewItems.js.map +1 -0
- package/dist/functions/im/mapImAiAgentDtosToChatOptions.d.ts +2 -0
- package/dist/functions/im/mapImAiAgentDtosToChatOptions.js +15 -0
- package/dist/functions/im/mapImAiAgentDtosToChatOptions.js.map +1 -0
- package/dist/functions/im/mapUnreadHighlightsByConversation.d.ts +17 -0
- package/dist/functions/im/mapUnreadHighlightsByConversation.js +41 -0
- package/dist/functions/im/mapUnreadHighlightsByConversation.js.map +1 -0
- package/dist/functions/im/materializeUploadFileFromMediaBlobRecord.d.ts +7 -0
- package/dist/functions/im/materializeUploadFileFromMediaBlobRecord.js +10 -0
- package/dist/functions/im/materializeUploadFileFromMediaBlobRecord.js.map +1 -0
- package/dist/functions/im/mergeConversationLastMessageWithOutboundPatch.d.ts +4 -0
- package/dist/functions/im/mergeConversationLastMessageWithOutboundPatch.js +11 -0
- package/dist/functions/im/mergeConversationLastMessageWithOutboundPatch.js.map +1 -0
- package/dist/functions/im/mergeFinalizedMediaMessageWithLocalExtras.d.ts +5 -0
- package/dist/functions/im/mergeFinalizedMediaMessageWithLocalExtras.js +31 -0
- package/dist/functions/im/mergeFinalizedMediaMessageWithLocalExtras.js.map +1 -0
- package/dist/functions/im/mergeImMessageExtraData.d.ts +2 -0
- package/dist/functions/im/mergeImMessageExtraData.js +11 -0
- package/dist/functions/im/mergeImMessageExtraData.js.map +1 -0
- package/dist/functions/im/mergePreservedOutboundRowAfterApiSync.d.ts +2 -0
- package/dist/functions/im/mergePreservedOutboundRowAfterApiSync.js +19 -0
- package/dist/functions/im/mergePreservedOutboundRowAfterApiSync.js.map +1 -0
- package/dist/functions/im/newImClientMessageId.d.ts +1 -0
- package/dist/functions/im/newImClientMessageId.js +6 -0
- package/dist/functions/im/newImClientMessageId.js.map +1 -0
- package/dist/functions/im/newImClientMessageIdFromBrowser.d.ts +3 -0
- package/dist/functions/im/newImClientMessageIdFromBrowser.js +20 -0
- package/dist/functions/im/newImClientMessageIdFromBrowser.js.map +1 -0
- package/dist/functions/im/normalizeImConversationRowForStorage.d.ts +4 -0
- package/dist/functions/im/normalizeImConversationRowForStorage.js +15 -0
- package/dist/functions/im/normalizeImConversationRowForStorage.js.map +1 -0
- package/dist/functions/im/patchChatWalletTransferReceiverNames.d.ts +5 -0
- package/dist/functions/im/patchChatWalletTransferReceiverNames.js +22 -0
- package/dist/functions/im/patchChatWalletTransferReceiverNames.js.map +1 -0
- package/dist/functions/im/resolveChatMessageCopyFeedback.d.ts +6 -0
- package/dist/functions/im/resolveChatMessageCopyFeedback.js +7 -0
- package/dist/functions/im/resolveChatMessageCopyFeedback.js.map +1 -0
- package/dist/functions/im/resolveConversationClearExceptOutboundDraft.d.ts +8 -0
- package/dist/functions/im/resolveConversationClearExceptOutboundDraft.js +25 -0
- package/dist/functions/im/resolveConversationClearExceptOutboundDraft.js.map +1 -0
- package/dist/functions/im/resolveDroppedFilePathWithNativeGetter.d.ts +4 -0
- package/dist/functions/im/resolveDroppedFilePathWithNativeGetter.js +13 -0
- package/dist/functions/im/resolveDroppedFilePathWithNativeGetter.js.map +1 -0
- package/dist/functions/im/resolveImOutboundRetrySendParams.d.ts +10 -0
- package/dist/functions/im/resolveImOutboundRetrySendParams.js +17 -0
- package/dist/functions/im/resolveImOutboundRetrySendParams.js.map +1 -0
- package/dist/functions/im/resolveImOutboundSendExtraData.d.ts +2 -0
- package/dist/functions/im/resolveImOutboundSendExtraData.js +13 -0
- package/dist/functions/im/resolveImOutboundSendExtraData.js.map +1 -0
- package/dist/functions/im/resolveOutboundPatchTargetsByClientMessageId.d.ts +2 -0
- package/dist/functions/im/resolveOutboundPatchTargetsByClientMessageId.js +11 -0
- package/dist/functions/im/resolveOutboundPatchTargetsByClientMessageId.js.map +1 -0
- package/dist/functions/im/resolveUploadFileInputFromMediaBlobRecord.d.ts +11 -0
- package/dist/functions/im/resolveUploadFileInputFromMediaBlobRecord.js +11 -0
- package/dist/functions/im/resolveUploadFileInputFromMediaBlobRecord.js.map +1 -0
- package/dist/functions/im/shouldPromoteMessageAsConversationLast.d.ts +2 -0
- package/dist/functions/im/shouldPromoteMessageAsConversationLast.js +7 -0
- package/dist/functions/im/shouldPromoteMessageAsConversationLast.js.map +1 -0
- package/dist/functions/im/validateComposerOutboundSend.d.ts +14 -0
- package/dist/functions/im/validateComposerOutboundSend.js +27 -0
- package/dist/functions/im/validateComposerOutboundSend.js.map +1 -0
- package/dist/functions/image/compressChatConversationBackgroundImage.d.ts +4 -0
- package/dist/functions/image/compressChatConversationBackgroundImage.js +10 -0
- package/dist/functions/image/compressChatConversationBackgroundImage.js.map +1 -0
- package/dist/functions/image/compressImageFileToBoundedJpeg.d.ts +13 -0
- package/dist/functions/image/compressImageFileToBoundedJpeg.js +30 -0
- package/dist/functions/image/compressImageFileToBoundedJpeg.js.map +1 -0
- package/dist/functions/markdown/normalizeMarkdownHtmlVideoTags.d.ts +1 -0
- package/dist/functions/markdown/normalizeMarkdownHtmlVideoTags.js +26 -0
- package/dist/functions/markdown/normalizeMarkdownHtmlVideoTags.js.map +1 -0
- package/dist/functions/oss/fetchBlobViaOssDownloadApi.d.ts +12 -0
- package/dist/functions/oss/fetchBlobViaOssDownloadApi.js +18 -0
- package/dist/functions/oss/fetchBlobViaOssDownloadApi.js.map +1 -0
- package/dist/functions/oss/putOssFileViaSignedUploadUrl.d.ts +15 -0
- package/dist/functions/oss/putOssFileViaSignedUploadUrl.js +28 -0
- package/dist/functions/oss/putOssFileViaSignedUploadUrl.js.map +1 -0
- package/dist/functions/oss/tryUploadImVideoThumbnailToOss.d.ts +24 -0
- package/dist/functions/oss/tryUploadImVideoThumbnailToOss.js +21 -0
- package/dist/functions/oss/tryUploadImVideoThumbnailToOss.js.map +1 -0
- package/dist/functions/oss/uploadChatCommunityMediaToOss.d.ts +6 -0
- package/dist/functions/oss/uploadChatCommunityMediaToOss.js +15 -0
- package/dist/functions/oss/uploadChatCommunityMediaToOss.js.map +1 -0
- package/dist/functions/oss/uploadOssFileFromBrowser.js +10 -17
- package/dist/functions/oss/uploadOssFileFromBrowser.js.map +1 -1
- package/dist/functions/project/buildProjectMachineHeaders.d.ts +9 -0
- package/dist/functions/project/buildProjectMachineHeaders.js +41 -0
- package/dist/functions/project/buildProjectMachineHeaders.js.map +1 -0
- package/dist/functions/release/buildCapacitorApkCacheRelPath.d.ts +4 -0
- package/dist/functions/release/buildCapacitorApkCacheRelPath.js +10 -0
- package/dist/functions/release/buildCapacitorApkCacheRelPath.js.map +1 -0
- package/dist/functions/release/buildCapacitorApkUpdatePrompt.d.ts +12 -0
- package/dist/functions/release/buildCapacitorApkUpdatePrompt.js +16 -0
- package/dist/functions/release/buildCapacitorApkUpdatePrompt.js.map +1 -0
- package/dist/functions/release/buildCapacitorWebOtaUpdatePrompt.d.ts +12 -0
- package/dist/functions/release/buildCapacitorWebOtaUpdatePrompt.js +16 -0
- package/dist/functions/release/buildCapacitorWebOtaUpdatePrompt.js.map +1 -0
- package/dist/functions/release/buildRendererReleaseUpdatePrompt.d.ts +19 -0
- package/dist/functions/release/buildRendererReleaseUpdatePrompt.js +35 -0
- package/dist/functions/release/buildRendererReleaseUpdatePrompt.js.map +1 -0
- package/dist/functions/release/capacitorOtaReleaseManifestFetch.d.ts +4 -0
- package/dist/functions/release/capacitorOtaReleaseManifestFetch.js +16 -0
- package/dist/functions/release/capacitorOtaReleaseManifestFetch.js.map +1 -0
- package/dist/functions/release/capacitorReleaseManifestFetch.d.ts +3 -0
- package/dist/functions/release/capacitorReleaseManifestFetch.js +11 -0
- package/dist/functions/release/capacitorReleaseManifestFetch.js.map +1 -0
- package/dist/functions/release/capacitorUpdateDefaults.d.ts +27 -0
- package/dist/functions/release/capacitorUpdateDefaults.js +51 -0
- package/dist/functions/release/capacitorUpdateDefaults.js.map +1 -0
- package/dist/functions/release/clientDownloadTargets.d.ts +9 -0
- package/dist/functions/release/clientDownloadTargets.js +12 -0
- package/dist/functions/release/clientDownloadTargets.js.map +1 -0
- package/dist/functions/release/createCapacitorUpdateFetchDeps.d.ts +27 -0
- package/dist/functions/release/createCapacitorUpdateFetchDeps.js +27 -0
- package/dist/functions/release/createCapacitorUpdateFetchDeps.js.map +1 -0
- package/dist/functions/release/createReleaseManifestFetchDeps.d.ts +9 -0
- package/dist/functions/release/createReleaseManifestFetchDeps.js +16 -0
- package/dist/functions/release/createReleaseManifestFetchDeps.js.map +1 -0
- package/dist/functions/release/detectElectronReleaseBrowserTarget.d.ts +5 -0
- package/dist/functions/release/detectElectronReleaseBrowserTarget.js +15 -0
- package/dist/functions/release/detectElectronReleaseBrowserTarget.js.map +1 -0
- package/dist/functions/release/electronReleaseManifestFetch.d.ts +10 -0
- package/dist/functions/release/electronReleaseManifestFetch.js +40 -0
- package/dist/functions/release/electronReleaseManifestFetch.js.map +1 -0
- package/dist/functions/release/evaluateCapacitorAndroidApkUpdate.d.ts +23 -0
- package/dist/functions/release/evaluateCapacitorAndroidApkUpdate.js +35 -0
- package/dist/functions/release/evaluateCapacitorAndroidApkUpdate.js.map +1 -0
- package/dist/functions/release/evaluateCapacitorWebOtaUpdate.d.ts +31 -0
- package/dist/functions/release/evaluateCapacitorWebOtaUpdate.js +48 -0
- package/dist/functions/release/evaluateCapacitorWebOtaUpdate.js.map +1 -0
- package/dist/functions/release/executeCapacitorAndroidApkUpdateCheck.d.ts +23 -0
- package/dist/functions/release/executeCapacitorAndroidApkUpdateCheck.js +31 -0
- package/dist/functions/release/executeCapacitorAndroidApkUpdateCheck.js.map +1 -0
- package/dist/functions/release/executeCapacitorManualUpdateCheck.d.ts +8 -0
- package/dist/functions/release/executeCapacitorManualUpdateCheck.js +11 -0
- package/dist/functions/release/executeCapacitorManualUpdateCheck.js.map +1 -0
- package/dist/functions/release/executeCapacitorWebOtaUpdateCheck.d.ts +26 -0
- package/dist/functions/release/executeCapacitorWebOtaUpdateCheck.js +42 -0
- package/dist/functions/release/executeCapacitorWebOtaUpdateCheck.js.map +1 -0
- package/dist/functions/release/executeManualChatUpdateCheck.d.ts +13 -0
- package/dist/functions/release/executeManualChatUpdateCheck.js +21 -0
- package/dist/functions/release/executeManualChatUpdateCheck.js.map +1 -0
- package/dist/functions/release/executeRendererReleaseUpdateCheck.d.ts +28 -0
- package/dist/functions/release/executeRendererReleaseUpdateCheck.js +69 -0
- package/dist/functions/release/executeRendererReleaseUpdateCheck.js.map +1 -0
- package/dist/functions/release/isCapacitorWebViewOnViteDevServer.d.ts +4 -0
- package/dist/functions/release/isCapacitorWebViewOnViteDevServer.js +10 -0
- package/dist/functions/release/isCapacitorWebViewOnViteDevServer.js.map +1 -0
- package/dist/functions/release/openCapacitorMobileAppDownload.d.ts +10 -0
- package/dist/functions/release/openCapacitorMobileAppDownload.js +23 -0
- package/dist/functions/release/openCapacitorMobileAppDownload.js.map +1 -0
- package/dist/functions/release/openElectronDesktopClientDownload.d.ts +9 -0
- package/dist/functions/release/openElectronDesktopClientDownload.js +19 -0
- package/dist/functions/release/openElectronDesktopClientDownload.js.map +1 -0
- package/dist/functions/release/pickCapacitorAndroidPackage.d.ts +4 -0
- package/dist/functions/release/pickCapacitorAndroidPackage.js +17 -0
- package/dist/functions/release/pickCapacitorAndroidPackage.js.map +1 -0
- package/dist/functions/release/pickElectronReleasePackage.d.ts +4 -0
- package/dist/functions/release/pickElectronReleasePackage.js +14 -0
- package/dist/functions/release/pickElectronReleasePackage.js.map +1 -0
- package/dist/functions/release/releaseUpdateDismissSession.d.ts +5 -0
- package/dist/functions/release/releaseUpdateDismissSession.js +22 -0
- package/dist/functions/release/releaseUpdateDismissSession.js.map +1 -0
- package/dist/functions/release/releaseUpdatePolicy.d.ts +7 -0
- package/dist/functions/release/releaseUpdatePolicy.js +36 -0
- package/dist/functions/release/releaseUpdatePolicy.js.map +1 -0
- package/dist/functions/release/sanitizeCapacitorDownloadFileName.d.ts +1 -0
- package/dist/functions/release/sanitizeCapacitorDownloadFileName.js +4 -0
- package/dist/functions/release/sanitizeCapacitorDownloadFileName.js.map +1 -0
- package/dist/functions/release/semverToCapacitorVersionCode.d.ts +1 -0
- package/dist/functions/release/semverToCapacitorVersionCode.js +10 -0
- package/dist/functions/release/semverToCapacitorVersionCode.js.map +1 -0
- package/dist/functions/release/shouldSkipCapacitorReleaseUpdateOnLaunch.d.ts +5 -0
- package/dist/functions/release/shouldSkipCapacitorReleaseUpdateOnLaunch.js +10 -0
- package/dist/functions/release/shouldSkipCapacitorReleaseUpdateOnLaunch.js.map +1 -0
- package/dist/functions/release/verifyHttpContentLength.d.ts +5 -0
- package/dist/functions/release/verifyHttpContentLength.js +23 -0
- package/dist/functions/release/verifyHttpContentLength.js.map +1 -0
- package/dist/functions/sse/namedSseStream.d.ts +6 -0
- package/dist/functions/sse/namedSseStream.js +70 -0
- package/dist/functions/sse/namedSseStream.js.map +1 -0
- package/dist/functions/storage/clearAppCachePreservingAuth.d.ts +14 -0
- package/dist/functions/storage/clearAppCachePreservingAuth.js +45 -0
- package/dist/functions/storage/clearAppCachePreservingAuth.js.map +1 -0
- package/dist/functions/ui/imChatViewContextMenuMaterialize.d.ts +12 -0
- package/dist/functions/ui/imChatViewContextMenuMaterialize.js +16 -0
- package/dist/functions/ui/imChatViewContextMenuMaterialize.js.map +1 -0
- package/dist/functions/ui/imGalleryPreviewContextMenuMaterialize.d.ts +6 -0
- package/dist/functions/ui/imGalleryPreviewContextMenuMaterialize.js +12 -0
- package/dist/functions/ui/imGalleryPreviewContextMenuMaterialize.js.map +1 -0
- package/dist/functions/ui/imMarkdownImageGallery.d.ts +5 -0
- package/dist/functions/ui/imMarkdownImageGallery.js +12 -0
- package/dist/functions/ui/imMarkdownImageGallery.js.map +1 -0
- package/dist/functions/ui/resolveChatAttachmentPreviewContextMenuSelect.d.ts +24 -0
- package/dist/functions/ui/resolveChatAttachmentPreviewContextMenuSelect.js +31 -0
- package/dist/functions/ui/resolveChatAttachmentPreviewContextMenuSelect.js.map +1 -0
- package/dist/functions/ui/resolveChatGalleryMenuActionFeedback.d.ts +7 -0
- package/dist/functions/ui/resolveChatGalleryMenuActionFeedback.js +15 -0
- package/dist/functions/ui/resolveChatGalleryMenuActionFeedback.js.map +1 -0
- package/dist/functions/ui/resolveGalleryPreviewContextMenuEvent.d.ts +1 -0
- package/dist/functions/ui/resolveGalleryPreviewContextMenuEvent.js +2 -0
- package/dist/functions/ui/resolveGalleryPreviewContextMenuEvent.js.map +1 -1
- package/dist/functions/url/resolveCopyableAbsoluteUrl.d.ts +5 -0
- package/dist/functions/url/resolveCopyableAbsoluteUrl.js +17 -0
- package/dist/functions/url/resolveCopyableAbsoluteUrl.js.map +1 -0
- package/dist/functions/wallet/createBrowserWalletPayPasswordSessionAccess.d.ts +5 -0
- package/dist/functions/wallet/createBrowserWalletPayPasswordSessionAccess.js +32 -0
- package/dist/functions/wallet/createBrowserWalletPayPasswordSessionAccess.js.map +1 -0
- package/dist/functions/wallet/trc20PayQr.d.ts +3 -0
- package/dist/functions/wallet/trc20PayQr.js +16 -0
- package/dist/functions/wallet/trc20PayQr.js.map +1 -0
- package/dist/functions/wallet/walletLedgerUi.d.ts +44 -0
- package/dist/functions/wallet/walletLedgerUi.js +223 -0
- package/dist/functions/wallet/walletLedgerUi.js.map +1 -0
- package/dist/functions/wallet/walletPayPasswordSessionState.d.ts +8 -0
- package/dist/functions/wallet/walletPayPasswordSessionState.js +20 -0
- package/dist/functions/wallet/walletPayPasswordSessionState.js.map +1 -0
- package/dist/functions/wallet/walletPayPasswordUi.d.ts +3 -0
- package/dist/functions/wallet/walletPayPasswordUi.js +15 -0
- package/dist/functions/wallet/walletPayPasswordUi.js.map +1 -0
- package/dist/schemas/video.schema.d.ts +60 -60
- package/package.json +270 -14
- package/references/browser.d.ts +4 -1
- package/references/dom.d.ts +32 -0
- package/types/ai-chat.d.ts +23 -0
- package/types/capacitor-ota-release-manifest.d.ts +21 -0
- package/types/capacitor-release-manifest.d.ts +27 -0
- package/types/chat-appearance.d.ts +1 -0
- package/types/electron-release-manifest.d.ts +40 -0
- package/types/im-ai-agent.d.ts +23 -0
- package/types/named-sse.d.ts +11 -0
- package/types/wallet-ledger.d.ts +47 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"walletPayPasswordUi.js","sourceRoot":"","sources":["../../../src/functions/wallet/walletPayPasswordUi.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,0CAA0C,GAAG,+BAA+B,CAAA;AAEzF,MAAM,UAAU,8BAA8B,CAAC,MAAc;IAC3D,OAAO,GAAG,0CAA0C,GAAG,MAAM,CAAC,IAAI,EAAE,EAAE,CAAA;AACxE,CAAC;AAED,MAAM,UAAU,oCAAoC,CAAC,WAAoB;IACvE,IAAI,CAAC,WAAW;QAAE,OAAO,eAAe,CAAA;IACxC,MAAM,KAAK,GAAG,IAAI,IAAI,CAAC,WAAW,CAAC,CAAA;IACnC,IAAI,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;QAAE,OAAO,eAAe,CAAA;IACzD,MAAM,EAAE,GAAG,MAAM,CAAC,KAAK,CAAC,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,EAAE,GAAG,CAAC,CAAA;IACpD,MAAM,EAAE,GAAG,MAAM,CAAC,KAAK,CAAC,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,EAAE,GAAG,CAAC,CAAA;IACtD,OAAO,iBAAiB,EAAE,IAAI,EAAE,MAAM,CAAA;AACxC,CAAC"}
|
|
@@ -6,16 +6,16 @@ export declare const VideoCategorySchema: z.ZodObject<{
|
|
|
6
6
|
sort_order: z.ZodOptional<z.ZodNumber>;
|
|
7
7
|
created_at: z.ZodOptional<z.ZodString>;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
|
-
name: string;
|
|
10
9
|
id: string;
|
|
11
|
-
|
|
10
|
+
name: string;
|
|
12
11
|
created_at?: string | undefined;
|
|
12
|
+
description?: string | undefined;
|
|
13
13
|
sort_order?: number | undefined;
|
|
14
14
|
}, {
|
|
15
|
-
name: string;
|
|
16
15
|
id: string;
|
|
17
|
-
|
|
16
|
+
name: string;
|
|
18
17
|
created_at?: string | undefined;
|
|
18
|
+
description?: string | undefined;
|
|
19
19
|
sort_order?: number | undefined;
|
|
20
20
|
}>;
|
|
21
21
|
export declare const VideoSchema: z.ZodObject<{
|
|
@@ -37,13 +37,13 @@ export declare const VideoSchema: z.ZodObject<{
|
|
|
37
37
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
38
38
|
}, "strip", z.ZodTypeAny, {
|
|
39
39
|
id: string;
|
|
40
|
-
video_url: string;
|
|
41
40
|
title: string;
|
|
41
|
+
video_url: string;
|
|
42
42
|
cover_url: string;
|
|
43
|
+
created_at?: string | undefined;
|
|
44
|
+
updated_at?: string | undefined;
|
|
43
45
|
status?: string | undefined;
|
|
44
46
|
description?: string | undefined;
|
|
45
|
-
updated_at?: string | undefined;
|
|
46
|
-
created_at?: string | undefined;
|
|
47
47
|
duration?: number | undefined;
|
|
48
48
|
author_id?: string | undefined;
|
|
49
49
|
category_id?: string | undefined;
|
|
@@ -54,13 +54,13 @@ export declare const VideoSchema: z.ZodObject<{
|
|
|
54
54
|
publish_time?: string | undefined;
|
|
55
55
|
}, {
|
|
56
56
|
id: string;
|
|
57
|
-
video_url: string;
|
|
58
57
|
title: string;
|
|
58
|
+
video_url: string;
|
|
59
59
|
cover_url: string;
|
|
60
|
+
created_at?: string | undefined;
|
|
61
|
+
updated_at?: string | undefined;
|
|
60
62
|
status?: string | undefined;
|
|
61
63
|
description?: string | undefined;
|
|
62
|
-
updated_at?: string | undefined;
|
|
63
|
-
created_at?: string | undefined;
|
|
64
64
|
duration?: number | undefined;
|
|
65
65
|
author_id?: string | undefined;
|
|
66
66
|
category_id?: string | undefined;
|
|
@@ -90,13 +90,13 @@ export declare const VideoListResponseSchema: z.ZodObject<{
|
|
|
90
90
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
92
92
|
id: string;
|
|
93
|
-
video_url: string;
|
|
94
93
|
title: string;
|
|
94
|
+
video_url: string;
|
|
95
95
|
cover_url: string;
|
|
96
|
+
created_at?: string | undefined;
|
|
97
|
+
updated_at?: string | undefined;
|
|
96
98
|
status?: string | undefined;
|
|
97
99
|
description?: string | undefined;
|
|
98
|
-
updated_at?: string | undefined;
|
|
99
|
-
created_at?: string | undefined;
|
|
100
100
|
duration?: number | undefined;
|
|
101
101
|
author_id?: string | undefined;
|
|
102
102
|
category_id?: string | undefined;
|
|
@@ -107,13 +107,13 @@ export declare const VideoListResponseSchema: z.ZodObject<{
|
|
|
107
107
|
publish_time?: string | undefined;
|
|
108
108
|
}, {
|
|
109
109
|
id: string;
|
|
110
|
-
video_url: string;
|
|
111
110
|
title: string;
|
|
111
|
+
video_url: string;
|
|
112
112
|
cover_url: string;
|
|
113
|
+
created_at?: string | undefined;
|
|
114
|
+
updated_at?: string | undefined;
|
|
113
115
|
status?: string | undefined;
|
|
114
116
|
description?: string | undefined;
|
|
115
|
-
updated_at?: string | undefined;
|
|
116
|
-
created_at?: string | undefined;
|
|
117
117
|
duration?: number | undefined;
|
|
118
118
|
author_id?: string | undefined;
|
|
119
119
|
category_id?: string | undefined;
|
|
@@ -129,13 +129,13 @@ export declare const VideoListResponseSchema: z.ZodObject<{
|
|
|
129
129
|
}, "strip", z.ZodTypeAny, {
|
|
130
130
|
data: {
|
|
131
131
|
id: string;
|
|
132
|
-
video_url: string;
|
|
133
132
|
title: string;
|
|
133
|
+
video_url: string;
|
|
134
134
|
cover_url: string;
|
|
135
|
+
created_at?: string | undefined;
|
|
136
|
+
updated_at?: string | undefined;
|
|
135
137
|
status?: string | undefined;
|
|
136
138
|
description?: string | undefined;
|
|
137
|
-
updated_at?: string | undefined;
|
|
138
|
-
created_at?: string | undefined;
|
|
139
139
|
duration?: number | undefined;
|
|
140
140
|
author_id?: string | undefined;
|
|
141
141
|
category_id?: string | undefined;
|
|
@@ -151,13 +151,13 @@ export declare const VideoListResponseSchema: z.ZodObject<{
|
|
|
151
151
|
}, {
|
|
152
152
|
data: {
|
|
153
153
|
id: string;
|
|
154
|
-
video_url: string;
|
|
155
154
|
title: string;
|
|
155
|
+
video_url: string;
|
|
156
156
|
cover_url: string;
|
|
157
|
+
created_at?: string | undefined;
|
|
158
|
+
updated_at?: string | undefined;
|
|
157
159
|
status?: string | undefined;
|
|
158
160
|
description?: string | undefined;
|
|
159
|
-
updated_at?: string | undefined;
|
|
160
|
-
created_at?: string | undefined;
|
|
161
161
|
duration?: number | undefined;
|
|
162
162
|
author_id?: string | undefined;
|
|
163
163
|
category_id?: string | undefined;
|
|
@@ -191,13 +191,13 @@ export declare const VideoDetailResponseSchema: z.ZodObject<{
|
|
|
191
191
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
192
192
|
}, "strip", z.ZodTypeAny, {
|
|
193
193
|
id: string;
|
|
194
|
-
video_url: string;
|
|
195
194
|
title: string;
|
|
195
|
+
video_url: string;
|
|
196
196
|
cover_url: string;
|
|
197
|
+
created_at?: string | undefined;
|
|
198
|
+
updated_at?: string | undefined;
|
|
197
199
|
status?: string | undefined;
|
|
198
200
|
description?: string | undefined;
|
|
199
|
-
updated_at?: string | undefined;
|
|
200
|
-
created_at?: string | undefined;
|
|
201
201
|
duration?: number | undefined;
|
|
202
202
|
author_id?: string | undefined;
|
|
203
203
|
category_id?: string | undefined;
|
|
@@ -208,13 +208,13 @@ export declare const VideoDetailResponseSchema: z.ZodObject<{
|
|
|
208
208
|
publish_time?: string | undefined;
|
|
209
209
|
}, {
|
|
210
210
|
id: string;
|
|
211
|
-
video_url: string;
|
|
212
211
|
title: string;
|
|
212
|
+
video_url: string;
|
|
213
213
|
cover_url: string;
|
|
214
|
+
created_at?: string | undefined;
|
|
215
|
+
updated_at?: string | undefined;
|
|
214
216
|
status?: string | undefined;
|
|
215
217
|
description?: string | undefined;
|
|
216
|
-
updated_at?: string | undefined;
|
|
217
|
-
created_at?: string | undefined;
|
|
218
218
|
duration?: number | undefined;
|
|
219
219
|
author_id?: string | undefined;
|
|
220
220
|
category_id?: string | undefined;
|
|
@@ -227,13 +227,13 @@ export declare const VideoDetailResponseSchema: z.ZodObject<{
|
|
|
227
227
|
}, "strip", z.ZodTypeAny, {
|
|
228
228
|
data: {
|
|
229
229
|
id: string;
|
|
230
|
-
video_url: string;
|
|
231
230
|
title: string;
|
|
231
|
+
video_url: string;
|
|
232
232
|
cover_url: string;
|
|
233
|
+
created_at?: string | undefined;
|
|
234
|
+
updated_at?: string | undefined;
|
|
233
235
|
status?: string | undefined;
|
|
234
236
|
description?: string | undefined;
|
|
235
|
-
updated_at?: string | undefined;
|
|
236
|
-
created_at?: string | undefined;
|
|
237
237
|
duration?: number | undefined;
|
|
238
238
|
author_id?: string | undefined;
|
|
239
239
|
category_id?: string | undefined;
|
|
@@ -246,13 +246,13 @@ export declare const VideoDetailResponseSchema: z.ZodObject<{
|
|
|
246
246
|
}, {
|
|
247
247
|
data: {
|
|
248
248
|
id: string;
|
|
249
|
-
video_url: string;
|
|
250
249
|
title: string;
|
|
250
|
+
video_url: string;
|
|
251
251
|
cover_url: string;
|
|
252
|
+
created_at?: string | undefined;
|
|
253
|
+
updated_at?: string | undefined;
|
|
252
254
|
status?: string | undefined;
|
|
253
255
|
description?: string | undefined;
|
|
254
|
-
updated_at?: string | undefined;
|
|
255
|
-
created_at?: string | undefined;
|
|
256
256
|
duration?: number | undefined;
|
|
257
257
|
author_id?: string | undefined;
|
|
258
258
|
category_id?: string | undefined;
|
|
@@ -271,32 +271,32 @@ export declare const VideoCategoriesResponseSchema: z.ZodObject<{
|
|
|
271
271
|
sort_order: z.ZodOptional<z.ZodNumber>;
|
|
272
272
|
created_at: z.ZodOptional<z.ZodString>;
|
|
273
273
|
}, "strip", z.ZodTypeAny, {
|
|
274
|
-
name: string;
|
|
275
274
|
id: string;
|
|
276
|
-
|
|
275
|
+
name: string;
|
|
277
276
|
created_at?: string | undefined;
|
|
277
|
+
description?: string | undefined;
|
|
278
278
|
sort_order?: number | undefined;
|
|
279
279
|
}, {
|
|
280
|
-
name: string;
|
|
281
280
|
id: string;
|
|
282
|
-
|
|
281
|
+
name: string;
|
|
283
282
|
created_at?: string | undefined;
|
|
283
|
+
description?: string | undefined;
|
|
284
284
|
sort_order?: number | undefined;
|
|
285
285
|
}>, "many">;
|
|
286
286
|
}, "strip", z.ZodTypeAny, {
|
|
287
287
|
data: {
|
|
288
|
-
name: string;
|
|
289
288
|
id: string;
|
|
290
|
-
|
|
289
|
+
name: string;
|
|
291
290
|
created_at?: string | undefined;
|
|
291
|
+
description?: string | undefined;
|
|
292
292
|
sort_order?: number | undefined;
|
|
293
293
|
}[];
|
|
294
294
|
}, {
|
|
295
295
|
data: {
|
|
296
|
-
name: string;
|
|
297
296
|
id: string;
|
|
298
|
-
|
|
297
|
+
name: string;
|
|
299
298
|
created_at?: string | undefined;
|
|
299
|
+
description?: string | undefined;
|
|
300
300
|
sort_order?: number | undefined;
|
|
301
301
|
}[];
|
|
302
302
|
}>;
|
|
@@ -310,22 +310,22 @@ export declare const VideoCommentSchema: z.ZodObject<{
|
|
|
310
310
|
created_at: z.ZodOptional<z.ZodString>;
|
|
311
311
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
312
312
|
}, "strip", z.ZodTypeAny, {
|
|
313
|
-
id: number;
|
|
314
313
|
content: string;
|
|
314
|
+
id: number;
|
|
315
315
|
user_id: string;
|
|
316
316
|
video_id: string;
|
|
317
|
-
parent_id?: number | null | undefined;
|
|
318
|
-
updated_at?: string | undefined;
|
|
319
317
|
created_at?: string | undefined;
|
|
318
|
+
updated_at?: string | undefined;
|
|
319
|
+
parent_id?: number | null | undefined;
|
|
320
320
|
like_count?: number | undefined;
|
|
321
321
|
}, {
|
|
322
|
-
id: number;
|
|
323
322
|
content: string;
|
|
323
|
+
id: number;
|
|
324
324
|
user_id: string;
|
|
325
325
|
video_id: string;
|
|
326
|
-
parent_id?: number | null | undefined;
|
|
327
|
-
updated_at?: string | undefined;
|
|
328
326
|
created_at?: string | undefined;
|
|
327
|
+
updated_at?: string | undefined;
|
|
328
|
+
parent_id?: number | null | undefined;
|
|
329
329
|
like_count?: number | undefined;
|
|
330
330
|
}>;
|
|
331
331
|
export declare const VideoCommentsResponseSchema: z.ZodObject<{
|
|
@@ -339,22 +339,22 @@ export declare const VideoCommentsResponseSchema: z.ZodObject<{
|
|
|
339
339
|
created_at: z.ZodOptional<z.ZodString>;
|
|
340
340
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
341
341
|
}, "strip", z.ZodTypeAny, {
|
|
342
|
-
id: number;
|
|
343
342
|
content: string;
|
|
343
|
+
id: number;
|
|
344
344
|
user_id: string;
|
|
345
345
|
video_id: string;
|
|
346
|
-
parent_id?: number | null | undefined;
|
|
347
|
-
updated_at?: string | undefined;
|
|
348
346
|
created_at?: string | undefined;
|
|
347
|
+
updated_at?: string | undefined;
|
|
348
|
+
parent_id?: number | null | undefined;
|
|
349
349
|
like_count?: number | undefined;
|
|
350
350
|
}, {
|
|
351
|
-
id: number;
|
|
352
351
|
content: string;
|
|
352
|
+
id: number;
|
|
353
353
|
user_id: string;
|
|
354
354
|
video_id: string;
|
|
355
|
-
parent_id?: number | null | undefined;
|
|
356
|
-
updated_at?: string | undefined;
|
|
357
355
|
created_at?: string | undefined;
|
|
356
|
+
updated_at?: string | undefined;
|
|
357
|
+
parent_id?: number | null | undefined;
|
|
358
358
|
like_count?: number | undefined;
|
|
359
359
|
}>, "many">;
|
|
360
360
|
total: z.ZodNumber;
|
|
@@ -362,13 +362,13 @@ export declare const VideoCommentsResponseSchema: z.ZodObject<{
|
|
|
362
362
|
offset: z.ZodNumber;
|
|
363
363
|
}, "strip", z.ZodTypeAny, {
|
|
364
364
|
data: {
|
|
365
|
-
id: number;
|
|
366
365
|
content: string;
|
|
366
|
+
id: number;
|
|
367
367
|
user_id: string;
|
|
368
368
|
video_id: string;
|
|
369
|
-
parent_id?: number | null | undefined;
|
|
370
|
-
updated_at?: string | undefined;
|
|
371
369
|
created_at?: string | undefined;
|
|
370
|
+
updated_at?: string | undefined;
|
|
371
|
+
parent_id?: number | null | undefined;
|
|
372
372
|
like_count?: number | undefined;
|
|
373
373
|
}[];
|
|
374
374
|
total: number;
|
|
@@ -376,13 +376,13 @@ export declare const VideoCommentsResponseSchema: z.ZodObject<{
|
|
|
376
376
|
offset: number;
|
|
377
377
|
}, {
|
|
378
378
|
data: {
|
|
379
|
-
id: number;
|
|
380
379
|
content: string;
|
|
380
|
+
id: number;
|
|
381
381
|
user_id: string;
|
|
382
382
|
video_id: string;
|
|
383
|
-
parent_id?: number | null | undefined;
|
|
384
|
-
updated_at?: string | undefined;
|
|
385
383
|
created_at?: string | undefined;
|
|
384
|
+
updated_at?: string | undefined;
|
|
385
|
+
parent_id?: number | null | undefined;
|
|
386
386
|
like_count?: number | undefined;
|
|
387
387
|
}[];
|
|
388
388
|
total: number;
|