happy2 0.0.5 → 0.0.9
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/README.md +101 -66
- package/package.json +38 -20
- package/packages/happy2-server/README.md +162 -19
- package/packages/happy2-server/dist/cli.js +12 -5
- package/packages/happy2-server/dist/cli.js.map +1 -1
- package/packages/happy2-server/dist/index.d.ts +12 -8
- package/packages/happy2-server/dist/index.d.ts.map +1 -1
- package/packages/happy2-server/dist/index.js +10 -7
- package/packages/happy2-server/dist/index.js.map +1 -1
- package/packages/happy2-server/dist/modules/agent/agentChatBind.d.ts +19 -0
- package/packages/happy2-server/dist/modules/agent/agentChatBind.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentChatBind.js +48 -0
- package/packages/happy2-server/dist/modules/agent/agentChatBind.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentChatGetContext.d.ts +8 -0
- package/packages/happy2-server/dist/modules/agent/agentChatGetContext.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentChatGetContext.js +89 -0
- package/packages/happy2-server/dist/modules/agent/agentChatGetContext.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentChatListUnfinishedIds.d.ts +7 -0
- package/packages/happy2-server/dist/modules/agent/agentChatListUnfinishedIds.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentChatListUnfinishedIds.js +17 -0
- package/packages/happy2-server/dist/modules/agent/agentChatListUnfinishedIds.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentConversationCreate.d.ts +14 -0
- package/packages/happy2-server/dist/modules/agent/agentConversationCreate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentConversationCreate.js +61 -0
- package/packages/happy2-server/dist/modules/agent/agentConversationCreate.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentCreate.d.ts +21 -0
- package/packages/happy2-server/dist/modules/agent/agentCreate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentCreate.js +96 -0
- package/packages/happy2-server/dist/modules/agent/agentCreate.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentDefaultConversationEnsure.d.ts +10 -0
- package/packages/happy2-server/dist/modules/agent/agentDefaultConversationEnsure.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentDefaultConversationEnsure.js +57 -0
- package/packages/happy2-server/dist/modules/agent/agentDefaultConversationEnsure.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentDefaultCreate.d.ts +17 -0
- package/packages/happy2-server/dist/modules/agent/agentDefaultCreate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentDefaultCreate.js +67 -0
- package/packages/happy2-server/dist/modules/agent/agentDefaultCreate.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentDefaultRepair.d.ts +8 -0
- package/packages/happy2-server/dist/modules/agent/agentDefaultRepair.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentDefaultRepair.js +42 -0
- package/packages/happy2-server/dist/modules/agent/agentDefaultRepair.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentDefaultRequire.d.ts +7 -0
- package/packages/happy2-server/dist/modules/agent/agentDefaultRequire.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentDefaultRequire.js +19 -0
- package/packages/happy2-server/dist/modules/agent/agentDefaultRequire.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentEffortBindingList.d.ts +11 -0
- package/packages/happy2-server/dist/modules/agent/agentEffortBindingList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentEffortBindingList.js +29 -0
- package/packages/happy2-server/dist/modules/agent/agentEffortBindingList.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentEffortGetContext.d.ts +8 -0
- package/packages/happy2-server/dist/modules/agent/agentEffortGetContext.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentEffortGetContext.js +11 -0
- package/packages/happy2-server/dist/modules/agent/agentEffortGetContext.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentEffortInitialize.d.ts +8 -0
- package/packages/happy2-server/dist/modules/agent/agentEffortInitialize.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentEffortInitialize.js +39 -0
- package/packages/happy2-server/dist/modules/agent/agentEffortInitialize.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentEffortUpdate.d.ts +15 -0
- package/packages/happy2-server/dist/modules/agent/agentEffortUpdate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentEffortUpdate.js +68 -0
- package/packages/happy2-server/dist/modules/agent/agentEffortUpdate.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageCommitChange.d.ts +24 -0
- package/packages/happy2-server/dist/modules/agent/agentImageCommitChange.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageCommitChange.js +127 -0
- package/packages/happy2-server/dist/modules/agent/agentImageCommitChange.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageCompleteBuild.d.ts +12 -0
- package/packages/happy2-server/dist/modules/agent/agentImageCompleteBuild.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageCompleteBuild.js +41 -0
- package/packages/happy2-server/dist/modules/agent/agentImageCompleteBuild.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageCreate.d.ts +17 -0
- package/packages/happy2-server/dist/modules/agent/agentImageCreate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageCreate.js +68 -0
- package/packages/happy2-server/dist/modules/agent/agentImageCreate.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageEnsureDefinitions.d.ts +14 -0
- package/packages/happy2-server/dist/modules/agent/agentImageEnsureDefinitions.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageEnsureDefinitions.js +25 -0
- package/packages/happy2-server/dist/modules/agent/agentImageEnsureDefinitions.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageFailBuild.d.ts +12 -0
- package/packages/happy2-server/dist/modules/agent/agentImageFailBuild.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageFailBuild.js +40 -0
- package/packages/happy2-server/dist/modules/agent/agentImageFailBuild.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageFindDefinition.d.ts +12 -0
- package/packages/happy2-server/dist/modules/agent/agentImageFindDefinition.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageFindDefinition.js +19 -0
- package/packages/happy2-server/dist/modules/agent/agentImageFindDefinition.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageGet.d.ts +8 -0
- package/packages/happy2-server/dist/modules/agent/agentImageGet.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageGet.js +23 -0
- package/packages/happy2-server/dist/modules/agent/agentImageGet.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageGetChangeContext.d.ts +26 -0
- package/packages/happy2-server/dist/modules/agent/agentImageGetChangeContext.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageGetChangeContext.js +74 -0
- package/packages/happy2-server/dist/modules/agent/agentImageGetChangeContext.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageGetReadyDefault.d.ts +8 -0
- package/packages/happy2-server/dist/modules/agent/agentImageGetReadyDefault.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageGetReadyDefault.js +28 -0
- package/packages/happy2-server/dist/modules/agent/agentImageGetReadyDefault.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageList.d.ts +11 -0
- package/packages/happy2-server/dist/modules/agent/agentImageList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageList.js +36 -0
- package/packages/happy2-server/dist/modules/agent/agentImageList.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageListRequestedBuildIds.d.ts +7 -0
- package/packages/happy2-server/dist/modules/agent/agentImageListRequestedBuildIds.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageListRequestedBuildIds.js +18 -0
- package/packages/happy2-server/dist/modules/agent/agentImageListRequestedBuildIds.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageRecordBuildOutput.d.ts +14 -0
- package/packages/happy2-server/dist/modules/agent/agentImageRecordBuildOutput.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageRecordBuildOutput.js +45 -0
- package/packages/happy2-server/dist/modules/agent/agentImageRecordBuildOutput.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageReleaseBuildLeases.d.ts +7 -0
- package/packages/happy2-server/dist/modules/agent/agentImageReleaseBuildLeases.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageReleaseBuildLeases.js +33 -0
- package/packages/happy2-server/dist/modules/agent/agentImageReleaseBuildLeases.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageRenewBuildLease.d.ts +7 -0
- package/packages/happy2-server/dist/modules/agent/agentImageRenewBuildLease.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageRenewBuildLease.js +21 -0
- package/packages/happy2-server/dist/modules/agent/agentImageRenewBuildLease.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageRequestBuild.d.ts +14 -0
- package/packages/happy2-server/dist/modules/agent/agentImageRequestBuild.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageRequestBuild.js +73 -0
- package/packages/happy2-server/dist/modules/agent/agentImageRequestBuild.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageSetDefault.d.ts +14 -0
- package/packages/happy2-server/dist/modules/agent/agentImageSetDefault.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageSetDefault.js +55 -0
- package/packages/happy2-server/dist/modules/agent/agentImageSetDefault.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageTakeBuild.d.ts +14 -0
- package/packages/happy2-server/dist/modules/agent/agentImageTakeBuild.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentImageTakeBuild.js +77 -0
- package/packages/happy2-server/dist/modules/agent/agentImageTakeBuild.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentRunAttach.d.ts +11 -0
- package/packages/happy2-server/dist/modules/agent/agentRunAttach.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentRunAttach.js +31 -0
- package/packages/happy2-server/dist/modules/agent/agentRunAttach.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretAssignmentDelete.d.ts +11 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretAssignmentDelete.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretAssignmentDelete.js +39 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretAssignmentDelete.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretAssignmentList.d.ts +8 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretAssignmentList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretAssignmentList.js +46 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretAssignmentList.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretAttachToAgent.d.ts +12 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretAttachToAgent.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretAttachToAgent.js +58 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretAttachToAgent.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretAttachToChannel.d.ts +12 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretAttachToChannel.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretAttachToChannel.js +59 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretAttachToChannel.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretAuthorizeManagement.d.ts +7 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretAuthorizeManagement.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretAuthorizeManagement.js +10 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretAuthorizeManagement.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretBindingList.d.ts +11 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretBindingList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretBindingList.js +69 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretBindingList.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretDetachFromAgent.d.ts +12 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretDetachFromAgent.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretDetachFromAgent.js +44 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretDetachFromAgent.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretDetachFromChannel.d.ts +12 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretDetachFromChannel.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretDetachFromChannel.js +45 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretDetachFromChannel.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretRecordRegistration.d.ts +11 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretRecordRegistration.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretRecordRegistration.js +31 -0
- package/packages/happy2-server/dist/modules/agent/agentSecretRecordRegistration.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnCheckpoint.d.ts +14 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnCheckpoint.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnCheckpoint.js +35 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnCheckpoint.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnComplete.d.ts +18 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnComplete.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnComplete.js +15 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnComplete.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnFail.d.ts +18 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnFail.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnFail.js +21 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnFail.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnGetRunning.d.ts +21 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnGetRunning.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnGetRunning.js +21 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnGetRunning.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnHasRunnable.d.ts +7 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnHasRunnable.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnHasRunnable.js +27 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnHasRunnable.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnHasUnfinished.d.ts +7 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnHasUnfinished.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnHasUnfinished.js +18 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnHasUnfinished.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnPromptBuild.d.ts +8 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnPromptBuild.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnPromptBuild.js +10 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnPromptBuild.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnReleaseLeases.d.ts +7 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnReleaseLeases.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnReleaseLeases.js +18 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnReleaseLeases.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnRenewLease.d.ts +11 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnRenewLease.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnRenewLease.js +21 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnRenewLease.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnStreamReply.d.ts +22 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnStreamReply.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnStreamReply.js +107 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnStreamReply.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnTakeNext.d.ts +21 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnTakeNext.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnTakeNext.js +80 -0
- package/packages/happy2-server/dist/modules/agent/agentTurnTakeNext.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentUsernameIsAvailable.d.ts +7 -0
- package/packages/happy2-server/dist/modules/agent/agentUsernameIsAvailable.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/agentUsernameIsAvailable.js +18 -0
- package/packages/happy2-server/dist/modules/agent/agentUsernameIsAvailable.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentChatContext.d.ts +18 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentChatContext.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentChatContext.js +2 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentChatContext.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentEffortContext.d.ts +6 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentEffortContext.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentEffortContext.js +2 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentEffortContext.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentEffortContextDb.d.ts +8 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentEffortContextDb.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentEffortContextDb.js +52 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentEffortContextDb.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentExecutionImage.d.ts +6 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentExecutionImage.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentExecutionImage.js +2 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentExecutionImage.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentImageBuild.d.ts +7 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentImageBuild.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentImageBuild.js +2 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentImageBuild.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentImageDetailsSelection.d.ts +396 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentImageDetailsSelection.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentImageDetailsSelection.js +9 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentImageDetailsSelection.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentImageSelection.d.ts +341 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentImageSelection.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentImageSelection.js +22 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentImageSelection.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentReplyMutationId.d.ts +2 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentReplyMutationId.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentReplyMutationId.js +4 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentReplyMutationId.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentSecretAssignment.d.ts +6 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentSecretAssignment.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentSecretAssignment.js +2 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentSecretAssignment.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentSecretBinding.d.ts +7 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentSecretBinding.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentSecretBinding.js +2 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentSecretBinding.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentTurnPrompt.d.ts +8 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentTurnPrompt.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentTurnPrompt.js +173 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentTurnPrompt.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentTurnWork.d.ts +30 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentTurnWork.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentTurnWork.js +38 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentTurnWork.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentTurnWorkSelection.d.ts +248 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentTurnWorkSelection.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentTurnWorkSelection.js +17 -0
- package/packages/happy2-server/dist/modules/agent/impl/agentTurnWorkSelection.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/asAgentImage.d.ts +3 -0
- package/packages/happy2-server/dist/modules/agent/impl/asAgentImage.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/asAgentImage.js +32 -0
- package/packages/happy2-server/dist/modules/agent/impl/asAgentImage.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/asAgentImageDetails.d.ts +3 -0
- package/packages/happy2-server/dist/modules/agent/impl/asAgentImageDetails.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/asAgentImageDetails.js +13 -0
- package/packages/happy2-server/dist/modules/agent/impl/asAgentImageDetails.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/asRigEventCheckpoint.d.ts +8 -0
- package/packages/happy2-server/dist/modules/agent/impl/asRigEventCheckpoint.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/asRigEventCheckpoint.js +18 -0
- package/packages/happy2-server/dist/modules/agent/impl/asRigEventCheckpoint.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/ensureDefaultAgentChannelsDb.d.ts +7 -0
- package/packages/happy2-server/dist/modules/agent/impl/ensureDefaultAgentChannelsDb.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/ensureDefaultAgentChannelsDb.js +178 -0
- package/packages/happy2-server/dist/modules/agent/impl/ensureDefaultAgentChannelsDb.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/finishAgentTurn.d.ts +21 -0
- package/packages/happy2-server/dist/modules/agent/impl/finishAgentTurn.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/finishAgentTurn.js +123 -0
- package/packages/happy2-server/dist/modules/agent/impl/finishAgentTurn.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/maxAgentImageBuildLogCharacters.d.ts +2 -0
- package/packages/happy2-server/dist/modules/agent/impl/maxAgentImageBuildLogCharacters.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/impl/maxAgentImageBuildLogCharacters.js +2 -0
- package/packages/happy2-server/dist/modules/agent/impl/maxAgentImageBuildLogCharacters.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/rigEventCheckpoint.d.ts +8 -0
- package/packages/happy2-server/dist/modules/agent/rigEventCheckpoint.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/rigEventCheckpoint.js +27 -0
- package/packages/happy2-server/dist/modules/agent/rigEventCheckpoint.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/rigEventGetCheckpoint.d.ts +8 -0
- package/packages/happy2-server/dist/modules/agent/rigEventGetCheckpoint.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/rigEventGetCheckpoint.js +23 -0
- package/packages/happy2-server/dist/modules/agent/rigEventGetCheckpoint.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/rigEventMarkTrimmed.d.ts +8 -0
- package/packages/happy2-server/dist/modules/agent/rigEventMarkTrimmed.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/rigEventMarkTrimmed.js +24 -0
- package/packages/happy2-server/dist/modules/agent/rigEventMarkTrimmed.js.map +1 -0
- package/packages/happy2-server/dist/modules/agent/types.d.ts +8 -0
- package/packages/happy2-server/dist/modules/agent/types.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/agent/types.js +2 -0
- package/packages/happy2-server/dist/modules/agent/types.js.map +1 -0
- package/packages/happy2-server/dist/modules/agents/daemon.d.ts +15 -1
- package/packages/happy2-server/dist/modules/agents/daemon.d.ts.map +1 -1
- package/packages/happy2-server/dist/modules/agents/daemon.js +19 -2
- package/packages/happy2-server/dist/modules/agents/daemon.js.map +1 -1
- package/packages/happy2-server/dist/modules/agents/index.d.ts +0 -2
- package/packages/happy2-server/dist/modules/agents/index.d.ts.map +1 -1
- package/packages/happy2-server/dist/modules/agents/index.js +0 -1
- package/packages/happy2-server/dist/modules/agents/index.js.map +1 -1
- package/packages/happy2-server/dist/modules/agents/service.d.ts +90 -15
- package/packages/happy2-server/dist/modules/agents/service.d.ts.map +1 -1
- package/packages/happy2-server/dist/modules/agents/service.js +701 -124
- package/packages/happy2-server/dist/modules/agents/service.js.map +1 -1
- package/packages/happy2-server/dist/modules/audit/auditLogList.d.ts +16 -0
- package/packages/happy2-server/dist/modules/audit/auditLogList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/audit/auditLogList.js +37 -0
- package/packages/happy2-server/dist/modules/audit/auditLogList.js.map +1 -0
- package/packages/happy2-server/dist/modules/auth/accountCreatePassword.d.ts +8 -0
- package/packages/happy2-server/dist/modules/auth/accountCreatePassword.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/auth/accountCreatePassword.js +23 -0
- package/packages/happy2-server/dist/modules/auth/accountCreatePassword.js.map +1 -0
- package/packages/happy2-server/dist/modules/auth/accountFindOidc.d.ts +8 -0
- package/packages/happy2-server/dist/modules/auth/accountFindOidc.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/auth/accountFindOidc.js +20 -0
- package/packages/happy2-server/dist/modules/auth/accountFindOidc.js.map +1 -0
- package/packages/happy2-server/dist/modules/auth/accountFindOrCreateOidc.d.ts +8 -0
- package/packages/happy2-server/dist/modules/auth/accountFindOrCreateOidc.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/auth/accountFindOrCreateOidc.js +44 -0
- package/packages/happy2-server/dist/modules/auth/accountFindOrCreateOidc.js.map +1 -0
- package/packages/happy2-server/dist/modules/auth/accountFindPassword.d.ts +8 -0
- package/packages/happy2-server/dist/modules/auth/accountFindPassword.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/auth/accountFindPassword.js +14 -0
- package/packages/happy2-server/dist/modules/auth/accountFindPassword.js.map +1 -0
- package/packages/happy2-server/dist/modules/auth/accountRegisterPassword.d.ts +8 -0
- package/packages/happy2-server/dist/modules/auth/accountRegisterPassword.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/auth/accountRegisterPassword.js +39 -0
- package/packages/happy2-server/dist/modules/auth/accountRegisterPassword.js.map +1 -0
- package/packages/happy2-server/dist/modules/auth/errors.d.ts +7 -0
- package/packages/happy2-server/dist/modules/auth/errors.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/auth/errors.js +13 -0
- package/packages/happy2-server/dist/modules/auth/errors.js.map +1 -0
- package/packages/happy2-server/dist/modules/auth/impl/accessTouchThrottle.d.ts +6 -0
- package/packages/happy2-server/dist/modules/auth/impl/accessTouchThrottle.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/auth/impl/accessTouchThrottle.js +17 -0
- package/packages/happy2-server/dist/modules/auth/impl/accessTouchThrottle.js.map +1 -0
- package/packages/happy2-server/dist/modules/auth/impl/accessTouchThrottle.test.d.ts +2 -0
- package/packages/happy2-server/dist/modules/auth/impl/accessTouchThrottle.test.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/auth/impl/accessTouchThrottle.test.js +18 -0
- package/packages/happy2-server/dist/modules/auth/impl/accessTouchThrottle.test.js.map +1 -0
- package/packages/happy2-server/dist/modules/auth/impl/accountRow.d.ts +3 -0
- package/packages/happy2-server/dist/modules/auth/impl/accountRow.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/auth/impl/accountRow.js +2 -0
- package/packages/happy2-server/dist/modules/auth/impl/accountRow.js.map +1 -0
- package/packages/happy2-server/dist/modules/auth/impl/asAccount.d.ts +4 -0
- package/packages/happy2-server/dist/modules/auth/impl/asAccount.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/auth/impl/asAccount.js +13 -0
- package/packages/happy2-server/dist/modules/auth/impl/asAccount.js.map +1 -0
- package/packages/happy2-server/dist/modules/auth/impl/asSession.d.ts +7 -0
- package/packages/happy2-server/dist/modules/auth/impl/asSession.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/auth/impl/asSession.js +9 -0
- package/packages/happy2-server/dist/modules/auth/impl/asSession.js.map +1 -0
- package/packages/happy2-server/dist/modules/auth/impl/authorizeNewRegistrationDb.d.ts +4 -0
- package/packages/happy2-server/dist/modules/auth/impl/authorizeNewRegistrationDb.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/auth/impl/authorizeNewRegistrationDb.js +42 -0
- package/packages/happy2-server/dist/modules/auth/impl/authorizeNewRegistrationDb.js.map +1 -0
- package/packages/happy2-server/dist/modules/auth/impl/recordSessionEvent.d.ts +4 -0
- package/packages/happy2-server/dist/modules/auth/impl/recordSessionEvent.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/auth/impl/recordSessionEvent.js +16 -0
- package/packages/happy2-server/dist/modules/auth/impl/recordSessionEvent.js.map +1 -0
- package/packages/happy2-server/dist/modules/auth/impl/requireNewRegistrationRequestAllowedDb.d.ts +4 -0
- package/packages/happy2-server/dist/modules/auth/impl/requireNewRegistrationRequestAllowedDb.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/auth/impl/requireNewRegistrationRequestAllowedDb.js +28 -0
- package/packages/happy2-server/dist/modules/auth/impl/requireNewRegistrationRequestAllowedDb.js.map +1 -0
- package/packages/happy2-server/dist/modules/auth/impl/tokenHash.d.ts +2 -0
- package/packages/happy2-server/dist/modules/auth/impl/tokenHash.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/auth/impl/tokenHash.js +5 -0
- package/packages/happy2-server/dist/modules/auth/impl/tokenHash.js.map +1 -0
- package/packages/happy2-server/dist/modules/auth/magicLinkConsume.d.ts +8 -0
- package/packages/happy2-server/dist/modules/auth/magicLinkConsume.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/auth/magicLinkConsume.js +50 -0
- package/packages/happy2-server/dist/modules/auth/magicLinkConsume.js.map +1 -0
- package/packages/happy2-server/dist/modules/auth/magicLinkCreate.d.ts +7 -0
- package/packages/happy2-server/dist/modules/auth/magicLinkCreate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/auth/magicLinkCreate.js +36 -0
- package/packages/happy2-server/dist/modules/auth/magicLinkCreate.js.map +1 -0
- package/packages/happy2-server/dist/modules/auth/metadata.d.ts +1 -1
- package/packages/happy2-server/dist/modules/auth/metadata.d.ts.map +1 -1
- package/packages/happy2-server/dist/modules/auth/methods.d.ts +0 -1
- package/packages/happy2-server/dist/modules/auth/methods.d.ts.map +1 -1
- package/packages/happy2-server/dist/modules/auth/methods.js +1 -5
- package/packages/happy2-server/dist/modules/auth/methods.js.map +1 -1
- package/packages/happy2-server/dist/modules/auth/methods.test.js +0 -1
- package/packages/happy2-server/dist/modules/auth/methods.test.js.map +1 -1
- package/packages/happy2-server/dist/modules/auth/oidcStateConsume.d.ts +12 -0
- package/packages/happy2-server/dist/modules/auth/oidcStateConsume.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/auth/oidcStateConsume.js +20 -0
- package/packages/happy2-server/dist/modules/auth/oidcStateConsume.js.map +1 -0
- package/packages/happy2-server/dist/modules/auth/oidcStateCreate.d.ts +7 -0
- package/packages/happy2-server/dist/modules/auth/oidcStateCreate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/auth/oidcStateCreate.js +17 -0
- package/packages/happy2-server/dist/modules/auth/oidcStateCreate.js.map +1 -0
- package/packages/happy2-server/dist/modules/auth/service.d.ts +11 -7
- package/packages/happy2-server/dist/modules/auth/service.d.ts.map +1 -1
- package/packages/happy2-server/dist/modules/auth/service.js +101 -27
- package/packages/happy2-server/dist/modules/auth/service.js.map +1 -1
- package/packages/happy2-server/dist/modules/auth/sessionCreate.d.ts +8 -0
- package/packages/happy2-server/dist/modules/auth/sessionCreate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/auth/sessionCreate.js +35 -0
- package/packages/happy2-server/dist/modules/auth/sessionCreate.js.map +1 -0
- package/packages/happy2-server/dist/modules/auth/sessionFindActive.d.ts +8 -0
- package/packages/happy2-server/dist/modules/auth/sessionFindActive.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/auth/sessionFindActive.js +22 -0
- package/packages/happy2-server/dist/modules/auth/sessionFindActive.js.map +1 -0
- package/packages/happy2-server/dist/modules/auth/sessionRefresh.d.ts +8 -0
- package/packages/happy2-server/dist/modules/auth/sessionRefresh.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/auth/sessionRefresh.js +37 -0
- package/packages/happy2-server/dist/modules/auth/sessionRefresh.js.map +1 -0
- package/packages/happy2-server/dist/modules/auth/sessionRevoke.d.ts +8 -0
- package/packages/happy2-server/dist/modules/auth/sessionRevoke.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/auth/sessionRevoke.js +25 -0
- package/packages/happy2-server/dist/modules/auth/sessionRevoke.js.map +1 -0
- package/packages/happy2-server/dist/modules/auth/types.d.ts +22 -0
- package/packages/happy2-server/dist/modules/auth/types.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/auth/types.js +2 -0
- package/packages/happy2-server/dist/modules/auth/types.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/automationCreate.d.ts +24 -0
- package/packages/happy2-server/dist/modules/automation/automationCreate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/automationCreate.js +84 -0
- package/packages/happy2-server/dist/modules/automation/automationCreate.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/automationDelete.d.ts +8 -0
- package/packages/happy2-server/dist/modules/automation/automationDelete.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/automationDelete.js +41 -0
- package/packages/happy2-server/dist/modules/automation/automationDelete.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/automationList.d.ts +8 -0
- package/packages/happy2-server/dist/modules/automation/automationList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/automationList.js +19 -0
- package/packages/happy2-server/dist/modules/automation/automationList.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/automationRunDue.d.ts +9 -0
- package/packages/happy2-server/dist/modules/automation/automationRunDue.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/automationRunDue.js +37 -0
- package/packages/happy2-server/dist/modules/automation/automationRunDue.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/automationRunEvent.d.ts +9 -0
- package/packages/happy2-server/dist/modules/automation/automationRunEvent.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/automationRunEvent.js +68 -0
- package/packages/happy2-server/dist/modules/automation/automationRunEvent.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/automationRunNow.d.ts +12 -0
- package/packages/happy2-server/dist/modules/automation/automationRunNow.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/automationRunNow.js +15 -0
- package/packages/happy2-server/dist/modules/automation/automationRunNow.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/automationRunPendingEvents.d.ts +9 -0
- package/packages/happy2-server/dist/modules/automation/automationRunPendingEvents.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/automationRunPendingEvents.js +40 -0
- package/packages/happy2-server/dist/modules/automation/automationRunPendingEvents.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/automationRunWebhook.d.ts +12 -0
- package/packages/happy2-server/dist/modules/automation/automationRunWebhook.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/automationRunWebhook.js +40 -0
- package/packages/happy2-server/dist/modules/automation/automationRunWebhook.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/automationUpdate.d.ts +20 -0
- package/packages/happy2-server/dist/modules/automation/automationUpdate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/automationUpdate.js +90 -0
- package/packages/happy2-server/dist/modules/automation/automationUpdate.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/appendAudit.d.ts +7 -0
- package/packages/happy2-server/dist/modules/automation/impl/appendAudit.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/appendAudit.js +17 -0
- package/packages/happy2-server/dist/modules/automation/impl/appendAudit.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/asAutomation.d.ts +4 -0
- package/packages/happy2-server/dist/modules/automation/impl/asAutomation.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/asAutomation.js +25 -0
- package/packages/happy2-server/dist/modules/automation/impl/asAutomation.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/automationRow.d.ts +3 -0
- package/packages/happy2-server/dist/modules/automation/impl/automationRow.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/automationRow.js +2 -0
- package/packages/happy2-server/dist/modules/automation/impl/automationRow.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/automationSummary.d.ts +18 -0
- package/packages/happy2-server/dist/modules/automation/impl/automationSummary.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/automationSummary.js +2 -0
- package/packages/happy2-server/dist/modules/automation/impl/automationSummary.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/botExists.d.ts +7 -0
- package/packages/happy2-server/dist/modules/automation/impl/botExists.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/botExists.js +17 -0
- package/packages/happy2-server/dist/modules/automation/impl/botExists.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/chatExists.d.ts +7 -0
- package/packages/happy2-server/dist/modules/automation/impl/chatExists.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/chatExists.js +17 -0
- package/packages/happy2-server/dist/modules/automation/impl/chatExists.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/eventKinds.d.ts +2 -0
- package/packages/happy2-server/dist/modules/automation/impl/eventKinds.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/eventKinds.js +12 -0
- package/packages/happy2-server/dist/modules/automation/impl/eventKinds.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/executeAutomation.d.ts +12 -0
- package/packages/happy2-server/dist/modules/automation/impl/executeAutomation.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/executeAutomation.js +181 -0
- package/packages/happy2-server/dist/modules/automation/impl/executeAutomation.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/getAutomation.d.ts +4 -0
- package/packages/happy2-server/dist/modules/automation/impl/getAutomation.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/getAutomation.js +12 -0
- package/packages/happy2-server/dist/modules/automation/impl/getAutomation.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/hashesEqual.d.ts +2 -0
- package/packages/happy2-server/dist/modules/automation/impl/hashesEqual.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/hashesEqual.js +7 -0
- package/packages/happy2-server/dist/modules/automation/impl/hashesEqual.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/jsonObject.d.ts +2 -0
- package/packages/happy2-server/dist/modules/automation/impl/jsonObject.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/jsonObject.js +7 -0
- package/packages/happy2-server/dist/modules/automation/impl/jsonObject.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/matchesEvent.d.ts +6 -0
- package/packages/happy2-server/dist/modules/automation/impl/matchesEvent.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/matchesEvent.js +10 -0
- package/packages/happy2-server/dist/modules/automation/impl/matchesEvent.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/moderationAction.d.ts +3 -0
- package/packages/happy2-server/dist/modules/automation/impl/moderationAction.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/moderationAction.js +17 -0
- package/packages/happy2-server/dist/modules/automation/impl/moderationAction.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/moderationActionType.d.ts +2 -0
- package/packages/happy2-server/dist/modules/automation/impl/moderationActionType.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/moderationActionType.js +2 -0
- package/packages/happy2-server/dist/modules/automation/impl/moderationActionType.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/optionalObject.d.ts +2 -0
- package/packages/happy2-server/dist/modules/automation/impl/optionalObject.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/optionalObject.js +9 -0
- package/packages/happy2-server/dist/modules/automation/impl/optionalObject.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/optionalString.d.ts +2 -0
- package/packages/happy2-server/dist/modules/automation/impl/optionalString.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/optionalString.js +9 -0
- package/packages/happy2-server/dist/modules/automation/impl/optionalString.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/positiveNumber.d.ts +2 -0
- package/packages/happy2-server/dist/modules/automation/impl/positiveNumber.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/positiveNumber.js +4 -0
- package/packages/happy2-server/dist/modules/automation/impl/positiveNumber.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/requireAdmin.d.ts +7 -0
- package/packages/happy2-server/dist/modules/automation/impl/requireAdmin.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/requireAdmin.js +20 -0
- package/packages/happy2-server/dist/modules/automation/impl/requireAdmin.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/requiredString.d.ts +2 -0
- package/packages/happy2-server/dist/modules/automation/impl/requiredString.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/requiredString.js +7 -0
- package/packages/happy2-server/dist/modules/automation/impl/requiredString.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/secretHash.d.ts +2 -0
- package/packages/happy2-server/dist/modules/automation/impl/secretHash.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/secretHash.js +5 -0
- package/packages/happy2-server/dist/modules/automation/impl/secretHash.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/stringArray.d.ts +2 -0
- package/packages/happy2-server/dist/modules/automation/impl/stringArray.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/stringArray.js +9 -0
- package/packages/happy2-server/dist/modules/automation/impl/stringArray.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/validateAction.d.ts +3 -0
- package/packages/happy2-server/dist/modules/automation/impl/validateAction.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/validateAction.js +20 -0
- package/packages/happy2-server/dist/modules/automation/impl/validateAction.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/validateTrigger.d.ts +3 -0
- package/packages/happy2-server/dist/modules/automation/impl/validateTrigger.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/impl/validateTrigger.js +18 -0
- package/packages/happy2-server/dist/modules/automation/impl/validateTrigger.js.map +1 -0
- package/packages/happy2-server/dist/modules/automation/types.d.ts +15 -0
- package/packages/happy2-server/dist/modules/automation/types.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/automation/types.js +2 -0
- package/packages/happy2-server/dist/modules/automation/types.js.map +1 -0
- package/packages/happy2-server/dist/modules/backup/backupCreate.d.ts +16 -0
- package/packages/happy2-server/dist/modules/backup/backupCreate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/backup/backupCreate.js +48 -0
- package/packages/happy2-server/dist/modules/backup/backupCreate.js.map +1 -0
- package/packages/happy2-server/dist/modules/backup/backupList.d.ts +13 -0
- package/packages/happy2-server/dist/modules/backup/backupList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/backup/backupList.js +31 -0
- package/packages/happy2-server/dist/modules/backup/backupList.js.map +1 -0
- package/packages/happy2-server/dist/modules/backup/backupUpdate.d.ts +19 -0
- package/packages/happy2-server/dist/modules/backup/backupUpdate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/backup/backupUpdate.js +55 -0
- package/packages/happy2-server/dist/modules/backup/backupUpdate.js.map +1 -0
- package/packages/happy2-server/dist/modules/backup/impl/asBackup.d.ts +3 -0
- package/packages/happy2-server/dist/modules/backup/impl/asBackup.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/backup/impl/asBackup.js +22 -0
- package/packages/happy2-server/dist/modules/backup/impl/asBackup.js.map +1 -0
- package/packages/happy2-server/dist/modules/backup/impl/assertBackupTransition.d.ts +3 -0
- package/packages/happy2-server/dist/modules/backup/impl/assertBackupTransition.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/backup/impl/assertBackupTransition.js +13 -0
- package/packages/happy2-server/dist/modules/backup/impl/assertBackupTransition.js.map +1 -0
- package/packages/happy2-server/dist/modules/backup/impl/backupDb.d.ts +8 -0
- package/packages/happy2-server/dist/modules/backup/impl/backupDb.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/backup/impl/backupDb.js +21 -0
- package/packages/happy2-server/dist/modules/backup/impl/backupDb.js.map +1 -0
- package/packages/happy2-server/dist/modules/backup/impl/backupSelection.d.ts +229 -0
- package/packages/happy2-server/dist/modules/backup/impl/backupSelection.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/backup/impl/backupSelection.js +16 -0
- package/packages/happy2-server/dist/modules/backup/impl/backupSelection.js.map +1 -0
- package/packages/happy2-server/dist/modules/backup/impl/isUniqueConstraint.d.ts +2 -0
- package/packages/happy2-server/dist/modules/backup/impl/isUniqueConstraint.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/backup/impl/isUniqueConstraint.js +12 -0
- package/packages/happy2-server/dist/modules/backup/impl/isUniqueConstraint.js.map +1 -0
- package/packages/happy2-server/dist/modules/backup/impl/optionalNumber.d.ts +2 -0
- package/packages/happy2-server/dist/modules/backup/impl/optionalNumber.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/backup/impl/optionalNumber.js +5 -0
- package/packages/happy2-server/dist/modules/backup/impl/optionalNumber.js.map +1 -0
- package/packages/happy2-server/dist/modules/bot/botCreate.d.ts +15 -0
- package/packages/happy2-server/dist/modules/bot/botCreate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/bot/botCreate.js +59 -0
- package/packages/happy2-server/dist/modules/bot/botCreate.js.map +1 -0
- package/packages/happy2-server/dist/modules/bot/botGet.d.ts +8 -0
- package/packages/happy2-server/dist/modules/bot/botGet.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/bot/botGet.js +20 -0
- package/packages/happy2-server/dist/modules/bot/botGet.js.map +1 -0
- package/packages/happy2-server/dist/modules/bot/botList.d.ts +8 -0
- package/packages/happy2-server/dist/modules/bot/botList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/bot/botList.js +29 -0
- package/packages/happy2-server/dist/modules/bot/botList.js.map +1 -0
- package/packages/happy2-server/dist/modules/bot/botRevoke.d.ts +8 -0
- package/packages/happy2-server/dist/modules/bot/botRevoke.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/bot/botRevoke.js +53 -0
- package/packages/happy2-server/dist/modules/bot/botRevoke.js.map +1 -0
- package/packages/happy2-server/dist/modules/bot/botUpdate.d.ts +16 -0
- package/packages/happy2-server/dist/modules/bot/botUpdate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/bot/botUpdate.js +88 -0
- package/packages/happy2-server/dist/modules/bot/botUpdate.js.map +1 -0
- package/packages/happy2-server/dist/modules/bot/impl/asBot.d.ts +3 -0
- package/packages/happy2-server/dist/modules/bot/impl/asBot.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/bot/impl/asBot.js +18 -0
- package/packages/happy2-server/dist/modules/bot/impl/asBot.js.map +1 -0
- package/packages/happy2-server/dist/modules/bot/impl/botSelection.d.ts +191 -0
- package/packages/happy2-server/dist/modules/bot/impl/botSelection.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/bot/impl/botSelection.js +14 -0
- package/packages/happy2-server/dist/modules/bot/impl/botSelection.js.map +1 -0
- package/packages/happy2-server/dist/modules/bot/impl/normalizedUsername.d.ts +2 -0
- package/packages/happy2-server/dist/modules/bot/impl/normalizedUsername.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/bot/impl/normalizedUsername.js +8 -0
- package/packages/happy2-server/dist/modules/bot/impl/normalizedUsername.js.map +1 -0
- package/packages/happy2-server/dist/modules/bot/impl/requireFileDb.d.ts +7 -0
- package/packages/happy2-server/dist/modules/bot/impl/requireFileDb.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/bot/impl/requireFileDb.js +19 -0
- package/packages/happy2-server/dist/modules/bot/impl/requireFileDb.js.map +1 -0
- package/packages/happy2-server/dist/modules/call/callCanSignal.d.ts +12 -0
- package/packages/happy2-server/dist/modules/call/callCanSignal.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/call/callCanSignal.js +28 -0
- package/packages/happy2-server/dist/modules/call/callCanSignal.js.map +1 -0
- package/packages/happy2-server/dist/modules/call/callCreate.d.ts +17 -0
- package/packages/happy2-server/dist/modules/call/callCreate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/call/callCreate.js +130 -0
- package/packages/happy2-server/dist/modules/call/callCreate.js.map +1 -0
- package/packages/happy2-server/dist/modules/call/callEnd.d.ts +15 -0
- package/packages/happy2-server/dist/modules/call/callEnd.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/call/callEnd.js +70 -0
- package/packages/happy2-server/dist/modules/call/callEnd.js.map +1 -0
- package/packages/happy2-server/dist/modules/call/callGet.d.ts +8 -0
- package/packages/happy2-server/dist/modules/call/callGet.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/call/callGet.js +14 -0
- package/packages/happy2-server/dist/modules/call/callGet.js.map +1 -0
- package/packages/happy2-server/dist/modules/call/callList.d.ts +12 -0
- package/packages/happy2-server/dist/modules/call/callList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/call/callList.js +36 -0
- package/packages/happy2-server/dist/modules/call/callList.js.map +1 -0
- package/packages/happy2-server/dist/modules/call/callParticipationUpdate.d.ts +15 -0
- package/packages/happy2-server/dist/modules/call/callParticipationUpdate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/call/callParticipationUpdate.js +93 -0
- package/packages/happy2-server/dist/modules/call/callParticipationUpdate.js.map +1 -0
- package/packages/happy2-server/dist/modules/call/impl/getCallProjectionDb.d.ts +8 -0
- package/packages/happy2-server/dist/modules/call/impl/getCallProjectionDb.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/call/impl/getCallProjectionDb.js +67 -0
- package/packages/happy2-server/dist/modules/call/impl/getCallProjectionDb.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/actions.test.d.ts +2 -0
- package/packages/happy2-server/dist/modules/chat/actions.test.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/{collaboration/repository.test.js → chat/actions.test.js} +316 -155
- package/packages/happy2-server/dist/modules/chat/actions.test.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/areaHint.d.ts +3 -0
- package/packages/happy2-server/dist/modules/chat/areaHint.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/areaHint.js +9 -0
- package/packages/happy2-server/dist/modules/chat/areaHint.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/asFile.d.ts +3 -0
- package/packages/happy2-server/dist/modules/chat/asFile.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/asFile.js +21 -0
- package/packages/happy2-server/dist/modules/chat/asFile.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/asServiceMessage.d.ts +3 -0
- package/packages/happy2-server/dist/modules/chat/asServiceMessage.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/asServiceMessage.js +19 -0
- package/packages/happy2-server/dist/modules/chat/asServiceMessage.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/asUser.d.ts +3 -0
- package/packages/happy2-server/dist/modules/chat/asUser.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/asUser.js +22 -0
- package/packages/happy2-server/dist/modules/chat/asUser.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelAdvance.d.ts +18 -0
- package/packages/happy2-server/dist/modules/chat/channelAdvance.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelAdvance.js +38 -0
- package/packages/happy2-server/dist/modules/chat/channelAdvance.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelCreate.d.ts +18 -0
- package/packages/happy2-server/dist/modules/chat/channelCreate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelCreate.js +78 -0
- package/packages/happy2-server/dist/modules/chat/channelCreate.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelDefaultAgentUpdate.d.ts +15 -0
- package/packages/happy2-server/dist/modules/chat/channelDefaultAgentUpdate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelDefaultAgentUpdate.js +66 -0
- package/packages/happy2-server/dist/modules/chat/channelDefaultAgentUpdate.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelDelete.d.ts +15 -0
- package/packages/happy2-server/dist/modules/chat/channelDelete.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelDelete.js +67 -0
- package/packages/happy2-server/dist/modules/chat/channelDelete.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelDirectoryList.d.ts +8 -0
- package/packages/happy2-server/dist/modules/chat/channelDirectoryList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelDirectoryList.js +21 -0
- package/packages/happy2-server/dist/modules/chat/channelDirectoryList.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelJoinPublic.d.ts +11 -0
- package/packages/happy2-server/dist/modules/chat/channelJoinPublic.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelJoinPublic.js +68 -0
- package/packages/happy2-server/dist/modules/chat/channelJoinPublic.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelLeave.d.ts +10 -0
- package/packages/happy2-server/dist/modules/chat/channelLeave.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelLeave.js +67 -0
- package/packages/happy2-server/dist/modules/chat/channelLeave.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelMemberAdd.d.ts +15 -0
- package/packages/happy2-server/dist/modules/chat/channelMemberAdd.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelMemberAdd.js +79 -0
- package/packages/happy2-server/dist/modules/chat/channelMemberAdd.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelMemberRemove.d.ts +14 -0
- package/packages/happy2-server/dist/modules/chat/channelMemberRemove.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelMemberRemove.js +109 -0
- package/packages/happy2-server/dist/modules/chat/channelMemberRemove.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelMemberSetRole.d.ts +15 -0
- package/packages/happy2-server/dist/modules/chat/channelMemberSetRole.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelMemberSetRole.js +107 -0
- package/packages/happy2-server/dist/modules/chat/channelMemberSetRole.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelPolicyUpdate.d.ts +19 -0
- package/packages/happy2-server/dist/modules/chat/channelPolicyUpdate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelPolicyUpdate.js +66 -0
- package/packages/happy2-server/dist/modules/chat/channelPolicyUpdate.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelSetArchived.d.ts +16 -0
- package/packages/happy2-server/dist/modules/chat/channelSetArchived.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelSetArchived.js +41 -0
- package/packages/happy2-server/dist/modules/chat/channelSetArchived.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelTopicUpdate.d.ts +11 -0
- package/packages/happy2-server/dist/modules/chat/channelTopicUpdate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelTopicUpdate.js +32 -0
- package/packages/happy2-server/dist/modules/chat/channelTopicUpdate.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelUpdate.d.ts +21 -0
- package/packages/happy2-server/dist/modules/chat/channelUpdate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelUpdate.js +99 -0
- package/packages/happy2-server/dist/modules/chat/channelUpdate.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelUpdateInsert.d.ts +15 -0
- package/packages/happy2-server/dist/modules/chat/channelUpdateInsert.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/channelUpdateInsert.js +33 -0
- package/packages/happy2-server/dist/modules/chat/channelUpdateInsert.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatAccess.d.ts +5 -0
- package/packages/happy2-server/dist/modules/chat/chatAccess.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatAccess.js +2 -0
- package/packages/happy2-server/dist/modules/chat/chatAccess.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatAdvanceWithSequence.d.ts +10 -0
- package/packages/happy2-server/dist/modules/chat/chatAdvanceWithSequence.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatAdvanceWithSequence.js +43 -0
- package/packages/happy2-server/dist/modules/chat/chatAdvanceWithSequence.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatAppendAudit.d.ts +15 -0
- package/packages/happy2-server/dist/modules/chat/chatAppendAudit.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatAppendAudit.js +20 -0
- package/packages/happy2-server/dist/modules/chat/chatAppendAudit.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatBookmarkCreate.d.ts +20 -0
- package/packages/happy2-server/dist/modules/chat/chatBookmarkCreate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatBookmarkCreate.js +68 -0
- package/packages/happy2-server/dist/modules/chat/chatBookmarkCreate.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatBookmarkDelete.d.ts +14 -0
- package/packages/happy2-server/dist/modules/chat/chatBookmarkDelete.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatBookmarkDelete.js +42 -0
- package/packages/happy2-server/dist/modules/chat/chatBookmarkDelete.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatBookmarkList.d.ts +8 -0
- package/packages/happy2-server/dist/modules/chat/chatBookmarkList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatBookmarkList.js +46 -0
- package/packages/happy2-server/dist/modules/chat/chatBookmarkList.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatCanAccess.d.ts +7 -0
- package/packages/happy2-server/dist/modules/chat/chatCanAccess.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatCanAccess.js +10 -0
- package/packages/happy2-server/dist/modules/chat/chatCanAccess.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatCanPost.d.ts +7 -0
- package/packages/happy2-server/dist/modules/chat/chatCanPost.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatCanPost.js +12 -0
- package/packages/happy2-server/dist/modules/chat/chatCanPost.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatGet.d.ts +8 -0
- package/packages/happy2-server/dist/modules/chat/chatGet.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatGet.js +14 -0
- package/packages/happy2-server/dist/modules/chat/chatGet.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatGetAccess.d.ts +8 -0
- package/packages/happy2-server/dist/modules/chat/chatGetAccess.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatGetAccess.js +53 -0
- package/packages/happy2-server/dist/modules/chat/chatGetAccess.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatHint.d.ts +3 -0
- package/packages/happy2-server/dist/modules/chat/chatHint.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatHint.js +14 -0
- package/packages/happy2-server/dist/modules/chat/chatHint.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatIsPostingRestricted.d.ts +7 -0
- package/packages/happy2-server/dist/modules/chat/chatIsPostingRestricted.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatIsPostingRestricted.js +18 -0
- package/packages/happy2-server/dist/modules/chat/chatIsPostingRestricted.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatList.d.ts +8 -0
- package/packages/happy2-server/dist/modules/chat/chatList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatList.js +21 -0
- package/packages/happy2-server/dist/modules/chat/chatList.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatMarkRead.d.ts +15 -0
- package/packages/happy2-server/dist/modules/chat/chatMarkRead.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatMarkRead.js +122 -0
- package/packages/happy2-server/dist/modules/chat/chatMarkRead.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatMemberList.d.ts +8 -0
- package/packages/happy2-server/dist/modules/chat/chatMemberList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatMemberList.js +36 -0
- package/packages/happy2-server/dist/modules/chat/chatMemberList.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatMembershipList.d.ts +12 -0
- package/packages/happy2-server/dist/modules/chat/chatMembershipList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatMembershipList.js +32 -0
- package/packages/happy2-server/dist/modules/chat/chatMembershipList.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatPinList.d.ts +8 -0
- package/packages/happy2-server/dist/modules/chat/chatPinList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatPinList.js +41 -0
- package/packages/happy2-server/dist/modules/chat/chatPinList.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatRequireManager.d.ts +8 -0
- package/packages/happy2-server/dist/modules/chat/chatRequireManager.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatRequireManager.js +47 -0
- package/packages/happy2-server/dist/modules/chat/chatRequireManager.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatStarReorder.d.ts +10 -0
- package/packages/happy2-server/dist/modules/chat/chatStarReorder.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatStarReorder.js +49 -0
- package/packages/happy2-server/dist/modules/chat/chatStarReorder.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatStarSet.d.ts +10 -0
- package/packages/happy2-server/dist/modules/chat/chatStarSet.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatStarSet.js +61 -0
- package/packages/happy2-server/dist/modules/chat/chatStarSet.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatUpdateInsert.d.ts +15 -0
- package/packages/happy2-server/dist/modules/chat/chatUpdateInsert.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatUpdateInsert.js +35 -0
- package/packages/happy2-server/dist/modules/chat/chatUpdateInsert.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatWorkspaceCanAccess.d.ts +7 -0
- package/packages/happy2-server/dist/modules/chat/chatWorkspaceCanAccess.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatWorkspaceCanAccess.js +25 -0
- package/packages/happy2-server/dist/modules/chat/chatWorkspaceCanAccess.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatWorkspaceGetTarget.d.ts +8 -0
- package/packages/happy2-server/dist/modules/chat/chatWorkspaceGetTarget.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/chatWorkspaceGetTarget.js +36 -0
- package/packages/happy2-server/dist/modules/chat/chatWorkspaceGetTarget.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/directMessageCreate.d.ts +11 -0
- package/packages/happy2-server/dist/modules/chat/directMessageCreate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/directMessageCreate.js +78 -0
- package/packages/happy2-server/dist/modules/chat/directMessageCreate.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/directMessageCreateGroup.d.ts +16 -0
- package/packages/happy2-server/dist/modules/chat/directMessageCreateGroup.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/directMessageCreateGroup.js +84 -0
- package/packages/happy2-server/dist/modules/chat/directMessageCreateGroup.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/fileCanAccessWith.d.ts +7 -0
- package/packages/happy2-server/dist/modules/chat/fileCanAccessWith.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/fileCanAccessWith.js +18 -0
- package/packages/happy2-server/dist/modules/chat/fileCanAccessWith.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/fileSelection.d.ts +204 -0
- package/packages/happy2-server/dist/modules/chat/fileSelection.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/fileSelection.js +15 -0
- package/packages/happy2-server/dist/modules/chat/fileSelection.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/impl/advanceChat.d.ts +10 -0
- package/packages/happy2-server/dist/modules/chat/impl/advanceChat.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/impl/advanceChat.js +13 -0
- package/packages/happy2-server/dist/modules/chat/impl/advanceChat.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/impl/asChat.d.ts +3 -0
- package/packages/happy2-server/dist/modules/chat/impl/asChat.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/impl/asChat.js +49 -0
- package/packages/happy2-server/dist/modules/chat/impl/asChat.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/impl/chatDescendantIds.d.ts +4 -0
- package/packages/happy2-server/dist/modules/chat/impl/chatDescendantIds.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/impl/chatDescendantIds.js +27 -0
- package/packages/happy2-server/dist/modules/chat/impl/chatDescendantIds.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/impl/chatDescendantMembershipSync.d.ts +13 -0
- package/packages/happy2-server/dist/modules/chat/impl/chatDescendantMembershipSync.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/impl/chatDescendantMembershipSync.js +70 -0
- package/packages/happy2-server/dist/modules/chat/impl/chatDescendantMembershipSync.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/impl/chatMutation.d.ts +6 -0
- package/packages/happy2-server/dist/modules/chat/impl/chatMutation.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/impl/chatMutation.js +2 -0
- package/packages/happy2-server/dist/modules/chat/impl/chatMutation.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/impl/chatSelection.d.ts +559 -0
- package/packages/happy2-server/dist/modules/chat/impl/chatSelection.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/impl/chatSelection.js +41 -0
- package/packages/happy2-server/dist/modules/chat/impl/chatSelection.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/impl/chatWorkspaceTarget.d.ts +9 -0
- package/packages/happy2-server/dist/modules/chat/impl/chatWorkspaceTarget.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/impl/chatWorkspaceTarget.js +2 -0
- package/packages/happy2-server/dist/modules/chat/impl/chatWorkspaceTarget.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/impl/createUserAddedServiceMessageDb.d.ts +16 -0
- package/packages/happy2-server/dist/modules/chat/impl/createUserAddedServiceMessageDb.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/impl/createUserAddedServiceMessageDb.js +54 -0
- package/packages/happy2-server/dist/modules/chat/impl/createUserAddedServiceMessageDb.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/impl/requireActiveIdentityDb.d.ts +7 -0
- package/packages/happy2-server/dist/modules/chat/impl/requireActiveIdentityDb.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/impl/requireActiveIdentityDb.js +22 -0
- package/packages/happy2-server/dist/modules/chat/impl/requireActiveIdentityDb.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/isUniqueConstraint.d.ts +2 -0
- package/packages/happy2-server/dist/modules/chat/isUniqueConstraint.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/isUniqueConstraint.js +10 -0
- package/packages/happy2-server/dist/modules/chat/isUniqueConstraint.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/messageRequireInChat.d.ts +10 -0
- package/packages/happy2-server/dist/modules/chat/messageRequireInChat.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/messageRequireInChat.js +22 -0
- package/packages/happy2-server/dist/modules/chat/messageRequireInChat.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/number.d.ts +2 -0
- package/packages/happy2-server/dist/modules/chat/number.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/number.js +12 -0
- package/packages/happy2-server/dist/modules/chat/number.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/optionalText.d.ts +2 -0
- package/packages/happy2-server/dist/modules/chat/optionalText.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/optionalText.js +5 -0
- package/packages/happy2-server/dist/modules/chat/optionalText.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/text.d.ts +2 -0
- package/packages/happy2-server/dist/modules/chat/text.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/text.js +10 -0
- package/packages/happy2-server/dist/modules/chat/text.js.map +1 -0
- package/packages/happy2-server/dist/modules/{collaboration → chat}/types.d.ts +17 -14
- package/packages/happy2-server/dist/modules/chat/types.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/types.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/userRequireActive.d.ts +7 -0
- package/packages/happy2-server/dist/modules/chat/userRequireActive.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/userRequireActive.js +21 -0
- package/packages/happy2-server/dist/modules/chat/userRequireActive.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/userRequireServerAdmin.d.ts +7 -0
- package/packages/happy2-server/dist/modules/chat/userRequireServerAdmin.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/userRequireServerAdmin.js +21 -0
- package/packages/happy2-server/dist/modules/chat/userRequireServerAdmin.js.map +1 -0
- package/packages/happy2-server/dist/modules/chat/userSelection.d.ts +231 -0
- package/packages/happy2-server/dist/modules/chat/userSelection.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/chat/userSelection.js +16 -0
- package/packages/happy2-server/dist/modules/chat/userSelection.js.map +1 -0
- package/packages/happy2-server/dist/modules/config/defaults.js +1 -1
- package/packages/happy2-server/dist/modules/config/defaults.js.map +1 -1
- package/packages/happy2-server/dist/modules/config/defaults.test.js +1 -1
- package/packages/happy2-server/dist/modules/config/defaults.test.js.map +1 -1
- package/packages/happy2-server/dist/modules/config/loader.d.ts.map +1 -1
- package/packages/happy2-server/dist/modules/config/loader.js +0 -1
- package/packages/happy2-server/dist/modules/config/loader.js.map +1 -1
- package/packages/happy2-server/dist/modules/config/type.d.ts +0 -1
- package/packages/happy2-server/dist/modules/config/type.d.ts.map +1 -1
- package/packages/happy2-server/dist/modules/data-export/dataExportBuildArtifact.d.ts +8 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportBuildArtifact.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportBuildArtifact.js +148 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportBuildArtifact.js.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportCanAccessChat.d.ts +7 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportCanAccessChat.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportCanAccessChat.js +19 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportCanAccessChat.js.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportCancel.d.ts +13 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportCancel.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportCancel.js +41 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportCancel.js.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportClaimPending.d.ts +8 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportClaimPending.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportClaimPending.js +53 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportClaimPending.js.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportCompleteClaim.d.ts +8 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportCompleteClaim.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportCompleteClaim.js +63 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportCompleteClaim.js.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportFailClaim.d.ts +8 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportFailClaim.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportFailClaim.js +24 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportFailClaim.js.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportGet.d.ts +8 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportGet.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportGet.js +16 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportGet.js.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportList.d.ts +15 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportList.js +37 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportList.js.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportRequest.d.ts +16 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportRequest.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportRequest.js +61 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportRequest.js.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportRequireExistingUser.d.ts +7 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportRequireExistingUser.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportRequireExistingUser.js +19 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportRequireExistingUser.js.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportRunDue.d.ts +11 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportRunDue.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportRunDue.js +46 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportRunDue.js.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportUpdate.d.ts +17 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportUpdate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportUpdate.js +87 -0
- package/packages/happy2-server/dist/modules/data-export/dataExportUpdate.js.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/impl/asExport.d.ts +3 -0
- package/packages/happy2-server/dist/modules/data-export/impl/asExport.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/impl/asExport.js +21 -0
- package/packages/happy2-server/dist/modules/data-export/impl/asExport.js.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/impl/assertExportTransition.d.ts +3 -0
- package/packages/happy2-server/dist/modules/data-export/impl/assertExportTransition.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/impl/assertExportTransition.js +14 -0
- package/packages/happy2-server/dist/modules/data-export/impl/assertExportTransition.js.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/impl/claimedDataExport.d.ts +5 -0
- package/packages/happy2-server/dist/modules/data-export/impl/claimedDataExport.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/impl/claimedDataExport.js +2 -0
- package/packages/happy2-server/dist/modules/data-export/impl/claimedDataExport.js.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/impl/dataExportRemoveUnclaimedArtifact.d.ts +6 -0
- package/packages/happy2-server/dist/modules/data-export/impl/dataExportRemoveUnclaimedArtifact.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/impl/dataExportRemoveUnclaimedArtifact.js +9 -0
- package/packages/happy2-server/dist/modules/data-export/impl/dataExportRemoveUnclaimedArtifact.js.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/impl/exportJobDb.d.ts +8 -0
- package/packages/happy2-server/dist/modules/data-export/impl/exportJobDb.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/impl/exportJobDb.js +21 -0
- package/packages/happy2-server/dist/modules/data-export/impl/exportJobDb.js.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/impl/exportSelection.d.ts +231 -0
- package/packages/happy2-server/dist/modules/data-export/impl/exportSelection.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/impl/exportSelection.js +16 -0
- package/packages/happy2-server/dist/modules/data-export/impl/exportSelection.js.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/impl/objectValue.d.ts +2 -0
- package/packages/happy2-server/dist/modules/data-export/impl/objectValue.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/data-export/impl/objectValue.js +6 -0
- package/packages/happy2-server/dist/modules/data-export/impl/objectValue.js.map +1 -0
- package/packages/happy2-server/dist/modules/drizzle.d.ts +2 -0
- package/packages/happy2-server/dist/modules/drizzle.d.ts.map +1 -1
- package/packages/happy2-server/dist/modules/drizzle.js +16 -0
- package/packages/happy2-server/dist/modules/drizzle.js.map +1 -1
- package/packages/happy2-server/dist/modules/drizzle.test.d.ts +2 -0
- package/packages/happy2-server/dist/modules/drizzle.test.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/drizzle.test.js +49 -0
- package/packages/happy2-server/dist/modules/drizzle.test.js.map +1 -0
- package/packages/happy2-server/dist/modules/emoji/customEmojiCreate.d.ts +20 -0
- package/packages/happy2-server/dist/modules/emoji/customEmojiCreate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/emoji/customEmojiCreate.js +69 -0
- package/packages/happy2-server/dist/modules/emoji/customEmojiCreate.js.map +1 -0
- package/packages/happy2-server/dist/modules/emoji/customEmojiDelete.d.ts +10 -0
- package/packages/happy2-server/dist/modules/emoji/customEmojiDelete.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/emoji/customEmojiDelete.js +78 -0
- package/packages/happy2-server/dist/modules/emoji/customEmojiDelete.js.map +1 -0
- package/packages/happy2-server/dist/modules/emoji/customEmojiList.d.ts +13 -0
- package/packages/happy2-server/dist/modules/emoji/customEmojiList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/emoji/customEmojiList.js +31 -0
- package/packages/happy2-server/dist/modules/emoji/customEmojiList.js.map +1 -0
- package/packages/happy2-server/dist/modules/file/fileCanAccess.d.ts +7 -0
- package/packages/happy2-server/dist/modules/file/fileCanAccess.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/file/fileCanAccess.js +10 -0
- package/packages/happy2-server/dist/modules/file/fileCanAccess.js.map +1 -0
- package/packages/happy2-server/dist/modules/file/fileCreate.d.ts +11 -0
- package/packages/happy2-server/dist/modules/file/fileCreate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/file/fileCreate.js +41 -0
- package/packages/happy2-server/dist/modules/file/fileCreate.js.map +1 -0
- package/packages/happy2-server/dist/modules/file/fileDeleteOwnedUnreferenced.d.ts +7 -0
- package/packages/happy2-server/dist/modules/file/fileDeleteOwnedUnreferenced.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/file/fileDeleteOwnedUnreferenced.js +32 -0
- package/packages/happy2-server/dist/modules/file/fileDeleteOwnedUnreferenced.js.map +1 -0
- package/packages/happy2-server/dist/modules/file/fileFind.d.ts +8 -0
- package/packages/happy2-server/dist/modules/file/fileFind.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/file/fileFind.js +17 -0
- package/packages/happy2-server/dist/modules/file/fileFind.js.map +1 -0
- package/packages/happy2-server/dist/modules/file/fileFindUploadedBy.d.ts +8 -0
- package/packages/happy2-server/dist/modules/file/fileFindUploadedBy.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/file/fileFindUploadedBy.js +17 -0
- package/packages/happy2-server/dist/modules/file/fileFindUploadedBy.js.map +1 -0
- package/packages/happy2-server/dist/modules/file/fileList.d.ts +17 -0
- package/packages/happy2-server/dist/modules/file/fileList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/file/fileList.js +53 -0
- package/packages/happy2-server/dist/modules/file/fileList.js.map +1 -0
- package/packages/happy2-server/dist/modules/file/fileListStored.d.ts +8 -0
- package/packages/happy2-server/dist/modules/file/fileListStored.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/file/fileListStored.js +18 -0
- package/packages/happy2-server/dist/modules/file/fileListStored.js.map +1 -0
- package/packages/happy2-server/dist/modules/file/impl/asFile.d.ts +4 -0
- package/packages/happy2-server/dist/modules/file/impl/asFile.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/file/impl/asFile.js +22 -0
- package/packages/happy2-server/dist/modules/file/impl/asFile.js.map +1 -0
- package/packages/happy2-server/dist/modules/file/impl/fileRow.d.ts +3 -0
- package/packages/happy2-server/dist/modules/file/impl/fileRow.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/file/impl/fileRow.js +2 -0
- package/packages/happy2-server/dist/modules/file/impl/fileRow.js.map +1 -0
- package/packages/happy2-server/dist/modules/file/impl/hasFileReference.d.ts +4 -0
- package/packages/happy2-server/dist/modules/file/impl/hasFileReference.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/file/impl/hasFileReference.js +112 -0
- package/packages/happy2-server/dist/modules/file/impl/hasFileReference.js.map +1 -0
- package/packages/happy2-server/dist/modules/file/types.d.ts +17 -0
- package/packages/happy2-server/dist/modules/file/types.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/file/types.js +2 -0
- package/packages/happy2-server/dist/modules/file/types.js.map +1 -0
- package/packages/happy2-server/dist/modules/files/routes.test.js +93 -16
- package/packages/happy2-server/dist/modules/files/routes.test.js.map +1 -1
- package/packages/happy2-server/dist/modules/files/storage.d.ts +13 -4
- package/packages/happy2-server/dist/modules/files/storage.d.ts.map +1 -1
- package/packages/happy2-server/dist/modules/files/storage.js +224 -54
- package/packages/happy2-server/dist/modules/files/storage.js.map +1 -1
- package/packages/happy2-server/dist/modules/files/storage.test.js +80 -29
- package/packages/happy2-server/dist/modules/files/storage.test.js.map +1 -1
- package/packages/happy2-server/dist/modules/integration/apiCredentialAuthenticate.d.ts +8 -0
- package/packages/happy2-server/dist/modules/integration/apiCredentialAuthenticate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/apiCredentialAuthenticate.js +54 -0
- package/packages/happy2-server/dist/modules/integration/apiCredentialAuthenticate.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/apiCredentialCreate.d.ts +14 -0
- package/packages/happy2-server/dist/modules/integration/apiCredentialCreate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/apiCredentialCreate.js +56 -0
- package/packages/happy2-server/dist/modules/integration/apiCredentialCreate.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/apiCredentialList.d.ts +8 -0
- package/packages/happy2-server/dist/modules/integration/apiCredentialList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/apiCredentialList.js +23 -0
- package/packages/happy2-server/dist/modules/integration/apiCredentialList.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/apiCredentialRevoke.d.ts +7 -0
- package/packages/happy2-server/dist/modules/integration/apiCredentialRevoke.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/apiCredentialRevoke.js +28 -0
- package/packages/happy2-server/dist/modules/integration/apiCredentialRevoke.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/asDelivery.d.ts +3 -0
- package/packages/happy2-server/dist/modules/integration/asDelivery.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/asDelivery.js +16 -0
- package/packages/happy2-server/dist/modules/integration/asDelivery.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/botRequire.d.ts +7 -0
- package/packages/happy2-server/dist/modules/integration/botRequire.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/botRequire.js +10 -0
- package/packages/happy2-server/dist/modules/integration/botRequire.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/claimedDelivery.d.ts +7 -0
- package/packages/happy2-server/dist/modules/integration/claimedDelivery.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/claimedDelivery.js +2 -0
- package/packages/happy2-server/dist/modules/integration/claimedDelivery.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/constraintConflict.d.ts +2 -0
- package/packages/happy2-server/dist/modules/integration/constraintConflict.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/constraintConflict.js +6 -0
- package/packages/happy2-server/dist/modules/integration/constraintConflict.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/deliverySelection.d.ts +153 -0
- package/packages/happy2-server/dist/modules/integration/deliverySelection.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/deliverySelection.js +12 -0
- package/packages/happy2-server/dist/modules/integration/deliverySelection.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/asCredential.d.ts +3 -0
- package/packages/happy2-server/dist/modules/integration/impl/asCredential.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/asCredential.js +18 -0
- package/packages/happy2-server/dist/modules/integration/impl/asCredential.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/asIntegration.d.ts +3 -0
- package/packages/happy2-server/dist/modules/integration/impl/asIntegration.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/asIntegration.js +19 -0
- package/packages/happy2-server/dist/modules/integration/impl/asIntegration.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/asSlashCommand.d.ts +3 -0
- package/packages/happy2-server/dist/modules/integration/impl/asSlashCommand.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/asSlashCommand.js +17 -0
- package/packages/happy2-server/dist/modules/integration/impl/asSlashCommand.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/createIntegrationRecord.d.ts +15 -0
- package/packages/happy2-server/dist/modules/integration/impl/createIntegrationRecord.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/createIntegrationRecord.js +25 -0
- package/packages/happy2-server/dist/modules/integration/impl/createIntegrationRecord.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/credentialSelection.d.ts +174 -0
- package/packages/happy2-server/dist/modules/integration/impl/credentialSelection.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/credentialSelection.js +13 -0
- package/packages/happy2-server/dist/modules/integration/impl/credentialSelection.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/findSlashSubscriptionDb.d.ts +11 -0
- package/packages/happy2-server/dist/modules/integration/impl/findSlashSubscriptionDb.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/findSlashSubscriptionDb.js +22 -0
- package/packages/happy2-server/dist/modules/integration/impl/findSlashSubscriptionDb.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/futureDate.d.ts +2 -0
- package/packages/happy2-server/dist/modules/integration/impl/futureDate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/futureDate.js +8 -0
- package/packages/happy2-server/dist/modules/integration/impl/futureDate.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/getSlashCommandDb.d.ts +8 -0
- package/packages/happy2-server/dist/modules/integration/impl/getSlashCommandDb.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/getSlashCommandDb.js +20 -0
- package/packages/happy2-server/dist/modules/integration/impl/getSlashCommandDb.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/integrationSelection.d.ts +172 -0
- package/packages/happy2-server/dist/modules/integration/impl/integrationSelection.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/integrationSelection.js +13 -0
- package/packages/happy2-server/dist/modules/integration/impl/integrationSelection.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/maxEventPayload.d.ts +2 -0
- package/packages/happy2-server/dist/modules/integration/impl/maxEventPayload.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/maxEventPayload.js +2 -0
- package/packages/happy2-server/dist/modules/integration/impl/maxEventPayload.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/normalizeScopes.d.ts +3 -0
- package/packages/happy2-server/dist/modules/integration/impl/normalizeScopes.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/normalizeScopes.js +8 -0
- package/packages/happy2-server/dist/modules/integration/impl/normalizeScopes.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/normalizedCommand.d.ts +2 -0
- package/packages/happy2-server/dist/modules/integration/impl/normalizedCommand.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/normalizedCommand.js +8 -0
- package/packages/happy2-server/dist/modules/integration/impl/normalizedCommand.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/optionalTextBody.d.ts +2 -0
- package/packages/happy2-server/dist/modules/integration/impl/optionalTextBody.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/optionalTextBody.js +9 -0
- package/packages/happy2-server/dist/modules/integration/impl/optionalTextBody.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/requireChatMemberDb.d.ts +7 -0
- package/packages/happy2-server/dist/modules/integration/impl/requireChatMemberDb.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/requireChatMemberDb.js +22 -0
- package/packages/happy2-server/dist/modules/integration/impl/requireChatMemberDb.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/requireScopeSubset.d.ts +3 -0
- package/packages/happy2-server/dist/modules/integration/impl/requireScopeSubset.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/requireScopeSubset.js +6 -0
- package/packages/happy2-server/dist/modules/integration/impl/requireScopeSubset.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/slashCommandSelection.d.ts +153 -0
- package/packages/happy2-server/dist/modules/integration/impl/slashCommandSelection.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/slashCommandSelection.js +12 -0
- package/packages/happy2-server/dist/modules/integration/impl/slashCommandSelection.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/slashEventType.d.ts +2 -0
- package/packages/happy2-server/dist/modules/integration/impl/slashEventType.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/impl/slashEventType.js +4 -0
- package/packages/happy2-server/dist/modules/integration/impl/slashEventType.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/integrationAppendAudit.d.ts +7 -0
- package/packages/happy2-server/dist/modules/integration/integrationAppendAudit.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/integrationAppendAudit.js +18 -0
- package/packages/happy2-server/dist/modules/integration/integrationAppendAudit.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/integrationCreate.d.ts +15 -0
- package/packages/happy2-server/dist/modules/integration/integrationCreate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/integrationCreate.js +11 -0
- package/packages/happy2-server/dist/modules/integration/integrationCreate.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/integrationFinishChange.d.ts +8 -0
- package/packages/happy2-server/dist/modules/integration/integrationFinishChange.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/integrationFinishChange.js +22 -0
- package/packages/happy2-server/dist/modules/integration/integrationFinishChange.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/integrationGet.d.ts +8 -0
- package/packages/happy2-server/dist/modules/integration/integrationGet.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/integrationGet.js +20 -0
- package/packages/happy2-server/dist/modules/integration/integrationGet.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/integrationInsert.d.ts +17 -0
- package/packages/happy2-server/dist/modules/integration/integrationInsert.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/integrationInsert.js +29 -0
- package/packages/happy2-server/dist/modules/integration/integrationInsert.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/integrationList.d.ts +8 -0
- package/packages/happy2-server/dist/modules/integration/integrationList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/integrationList.js +20 -0
- package/packages/happy2-server/dist/modules/integration/integrationList.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/integrationRecordChange.d.ts +8 -0
- package/packages/happy2-server/dist/modules/integration/integrationRecordChange.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/integrationRecordChange.js +33 -0
- package/packages/happy2-server/dist/modules/integration/integrationRecordChange.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/integrationRequire.d.ts +8 -0
- package/packages/happy2-server/dist/modules/integration/integrationRequire.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/integrationRequire.js +14 -0
- package/packages/happy2-server/dist/modules/integration/integrationRequire.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/integrationRevoke.d.ts +8 -0
- package/packages/happy2-server/dist/modules/integration/integrationRevoke.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/integrationRevoke.js +53 -0
- package/packages/happy2-server/dist/modules/integration/integrationRevoke.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/number.d.ts +2 -0
- package/packages/happy2-server/dist/modules/integration/number.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/number.js +10 -0
- package/packages/happy2-server/dist/modules/integration/number.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/optionalText.d.ts +2 -0
- package/packages/happy2-server/dist/modules/integration/optionalText.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/optionalText.js +5 -0
- package/packages/happy2-server/dist/modules/integration/optionalText.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/optionalTrimmed.d.ts +2 -0
- package/packages/happy2-server/dist/modules/integration/optionalTrimmed.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/optionalTrimmed.js +10 -0
- package/packages/happy2-server/dist/modules/integration/optionalTrimmed.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/parseScopes.d.ts +3 -0
- package/packages/happy2-server/dist/modules/integration/parseScopes.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/parseScopes.js +9 -0
- package/packages/happy2-server/dist/modules/integration/parseScopes.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/requiredTrimmed.d.ts +2 -0
- package/packages/happy2-server/dist/modules/integration/requiredTrimmed.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/requiredTrimmed.js +8 -0
- package/packages/happy2-server/dist/modules/integration/requiredTrimmed.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/serializedPayload.d.ts +2 -0
- package/packages/happy2-server/dist/modules/integration/serializedPayload.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/serializedPayload.js +15 -0
- package/packages/happy2-server/dist/modules/integration/serializedPayload.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/slashCommandCreate.d.ts +18 -0
- package/packages/happy2-server/dist/modules/integration/slashCommandCreate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/slashCommandCreate.js +71 -0
- package/packages/happy2-server/dist/modules/integration/slashCommandCreate.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/slashCommandInvoke.d.ts +13 -0
- package/packages/happy2-server/dist/modules/integration/slashCommandInvoke.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/slashCommandInvoke.js +58 -0
- package/packages/happy2-server/dist/modules/integration/slashCommandInvoke.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/slashCommandList.d.ts +8 -0
- package/packages/happy2-server/dist/modules/integration/slashCommandList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/slashCommandList.js +22 -0
- package/packages/happy2-server/dist/modules/integration/slashCommandList.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/stringArray.d.ts +2 -0
- package/packages/happy2-server/dist/modules/integration/stringArray.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/stringArray.js +8 -0
- package/packages/happy2-server/dist/modules/integration/stringArray.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/text.d.ts +2 -0
- package/packages/happy2-server/dist/modules/integration/text.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/text.js +8 -0
- package/packages/happy2-server/dist/modules/integration/text.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/userRequireIntegrationActive.d.ts +7 -0
- package/packages/happy2-server/dist/modules/integration/userRequireIntegrationActive.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/userRequireIntegrationActive.js +20 -0
- package/packages/happy2-server/dist/modules/integration/userRequireIntegrationActive.js.map +1 -0
- package/packages/happy2-server/dist/modules/integration/userRequireIntegrationAdmin.d.ts +7 -0
- package/packages/happy2-server/dist/modules/integration/userRequireIntegrationAdmin.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integration/userRequireIntegrationAdmin.js +20 -0
- package/packages/happy2-server/dist/modules/integration/userRequireIntegrationAdmin.js.map +1 -0
- package/packages/happy2-server/dist/modules/integrations/actions.test.d.ts +2 -0
- package/packages/happy2-server/dist/modules/integrations/actions.test.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/integrations/{repository.test.js → actions.test.js} +159 -79
- package/packages/happy2-server/dist/modules/integrations/actions.test.js.map +1 -0
- package/packages/happy2-server/dist/modules/integrations/routes.test.js +43 -38
- package/packages/happy2-server/dist/modules/integrations/routes.test.js.map +1 -1
- package/packages/happy2-server/dist/modules/message/impl/dueMessages.d.ts +88 -0
- package/packages/happy2-server/dist/modules/message/impl/dueMessages.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/message/impl/dueMessages.js +17 -0
- package/packages/happy2-server/dist/modules/message/impl/dueMessages.js.map +1 -0
- package/packages/happy2-server/dist/modules/message/impl/earliestDate.d.ts +2 -0
- package/packages/happy2-server/dist/modules/message/impl/earliestDate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/message/impl/earliestDate.js +8 -0
- package/packages/happy2-server/dist/modules/message/impl/earliestDate.js.map +1 -0
- package/packages/happy2-server/dist/modules/message/impl/findClientMutationDb.d.ts +7 -0
- package/packages/happy2-server/dist/modules/message/impl/findClientMutationDb.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/message/impl/findClientMutationDb.js +26 -0
- package/packages/happy2-server/dist/modules/message/impl/findClientMutationDb.js.map +1 -0
- package/packages/happy2-server/dist/modules/message/impl/messageSendInput.d.ts +22 -0
- package/packages/happy2-server/dist/modules/message/impl/messageSendInput.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/message/impl/messageSendInput.js +2 -0
- package/packages/happy2-server/dist/modules/message/impl/messageSendInput.js.map +1 -0
- package/packages/happy2-server/dist/modules/message/impl/sendMessageDbInput.d.ts +5 -0
- package/packages/happy2-server/dist/modules/message/impl/sendMessageDbInput.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/message/impl/sendMessageDbInput.js +2 -0
- package/packages/happy2-server/dist/modules/message/impl/sendMessageDbInput.js.map +1 -0
- package/packages/happy2-server/dist/modules/message/impl/storeClientMutationDb.d.ts +7 -0
- package/packages/happy2-server/dist/modules/message/impl/storeClientMutationDb.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/message/impl/storeClientMutationDb.js +25 -0
- package/packages/happy2-server/dist/modules/message/impl/storeClientMutationDb.js.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageDelete.d.ts +11 -0
- package/packages/happy2-server/dist/modules/message/messageDelete.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageDelete.js +62 -0
- package/packages/happy2-server/dist/modules/message/messageDelete.js.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageEdit.d.ts +17 -0
- package/packages/happy2-server/dist/modules/message/messageEdit.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageEdit.js +98 -0
- package/packages/happy2-server/dist/modules/message/messageEdit.js.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageExpireDue.d.ts +8 -0
- package/packages/happy2-server/dist/modules/message/messageExpireDue.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageExpireDue.js +56 -0
- package/packages/happy2-server/dist/modules/message/messageExpireDue.js.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageForward.d.ts +16 -0
- package/packages/happy2-server/dist/modules/message/messageForward.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageForward.js +159 -0
- package/packages/happy2-server/dist/modules/message/messageForward.js.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageGet.d.ts +8 -0
- package/packages/happy2-server/dist/modules/message/messageGet.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageGet.js +14 -0
- package/packages/happy2-server/dist/modules/message/messageGet.js.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageGetProjection.d.ts +8 -0
- package/packages/happy2-server/dist/modules/message/messageGetProjection.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageGetProjection.js +229 -0
- package/packages/happy2-server/dist/modules/message/messageGetProjection.js.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageIndexForSearch.d.ts +7 -0
- package/packages/happy2-server/dist/modules/message/messageIndexForSearch.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageIndexForSearch.js +41 -0
- package/packages/happy2-server/dist/modules/message/messageIndexForSearch.js.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageIsPast.d.ts +2 -0
- package/packages/happy2-server/dist/modules/message/messageIsPast.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageIsPast.js +4 -0
- package/packages/happy2-server/dist/modules/message/messageIsPast.js.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageList.d.ts +18 -0
- package/packages/happy2-server/dist/modules/message/messageList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageList.js +47 -0
- package/packages/happy2-server/dist/modules/message/messageList.js.map +1 -0
- package/packages/happy2-server/dist/modules/message/messagePinSet.d.ts +14 -0
- package/packages/happy2-server/dist/modules/message/messagePinSet.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/message/messagePinSet.js +62 -0
- package/packages/happy2-server/dist/modules/message/messagePinSet.js.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageReactionSet.d.ts +17 -0
- package/packages/happy2-server/dist/modules/message/messageReactionSet.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageReactionSet.js +119 -0
- package/packages/happy2-server/dist/modules/message/messageReactionSet.js.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageRecordDelivery.d.ts +18 -0
- package/packages/happy2-server/dist/modules/message/messageRecordDelivery.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageRecordDelivery.js +116 -0
- package/packages/happy2-server/dist/modules/message/messageRecordDelivery.js.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageReplaceMentions.d.ts +10 -0
- package/packages/happy2-server/dist/modules/message/messageReplaceMentions.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageReplaceMentions.js +63 -0
- package/packages/happy2-server/dist/modules/message/messageReplaceMentions.js.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageRevisionList.d.ts +13 -0
- package/packages/happy2-server/dist/modules/message/messageRevisionList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageRevisionList.js +36 -0
- package/packages/happy2-server/dist/modules/message/messageRevisionList.js.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageSend.d.ts +12 -0
- package/packages/happy2-server/dist/modules/message/messageSend.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageSend.js +12 -0
- package/packages/happy2-server/dist/modules/message/messageSend.js.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageSendAutomated.d.ts +18 -0
- package/packages/happy2-server/dist/modules/message/messageSendAutomated.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageSendAutomated.js +32 -0
- package/packages/happy2-server/dist/modules/message/messageSendAutomated.js.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageSendInTransaction.d.ts +12 -0
- package/packages/happy2-server/dist/modules/message/messageSendInTransaction.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/message/messageSendInTransaction.js +260 -0
- package/packages/happy2-server/dist/modules/message/messageSendInTransaction.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/accountBanApply.d.ts +15 -0
- package/packages/happy2-server/dist/modules/moderation/accountBanApply.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/accountBanApply.js +73 -0
- package/packages/happy2-server/dist/modules/moderation/accountBanApply.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/accountBanExpireDue.d.ts +11 -0
- package/packages/happy2-server/dist/modules/moderation/accountBanExpireDue.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/accountBanExpireDue.js +85 -0
- package/packages/happy2-server/dist/modules/moderation/accountBanExpireDue.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/accountBanList.d.ts +14 -0
- package/packages/happy2-server/dist/modules/moderation/accountBanList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/accountBanList.js +42 -0
- package/packages/happy2-server/dist/modules/moderation/accountBanList.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/accountBanRevoke.d.ts +14 -0
- package/packages/happy2-server/dist/modules/moderation/accountBanRevoke.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/accountBanRevoke.js +62 -0
- package/packages/happy2-server/dist/modules/moderation/accountBanRevoke.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/accountTarget.d.ts +10 -0
- package/packages/happy2-server/dist/modules/moderation/impl/accountTarget.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/accountTarget.js +2 -0
- package/packages/happy2-server/dist/modules/moderation/impl/accountTarget.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/accountTargetDb.d.ts +8 -0
- package/packages/happy2-server/dist/modules/moderation/impl/accountTargetDb.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/accountTargetDb.js +36 -0
- package/packages/happy2-server/dist/modules/moderation/impl/accountTargetDb.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/accountTargetState.d.ts +3 -0
- package/packages/happy2-server/dist/modules/moderation/impl/accountTargetState.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/accountTargetState.js +11 -0
- package/packages/happy2-server/dist/modules/moderation/impl/accountTargetState.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/advanceChatMutation.d.ts +13 -0
- package/packages/happy2-server/dist/modules/moderation/impl/advanceChatMutation.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/advanceChatMutation.js +38 -0
- package/packages/happy2-server/dist/modules/moderation/impl/advanceChatMutation.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/applyBanInTransaction.d.ts +8 -0
- package/packages/happy2-server/dist/modules/moderation/impl/applyBanInTransaction.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/applyBanInTransaction.js +44 -0
- package/packages/happy2-server/dist/modules/moderation/impl/applyBanInTransaction.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/asBan.d.ts +3 -0
- package/packages/happy2-server/dist/modules/moderation/impl/asBan.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/asBan.js +26 -0
- package/packages/happy2-server/dist/modules/moderation/impl/asBan.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/asModerationAction.d.ts +3 -0
- package/packages/happy2-server/dist/modules/moderation/impl/asModerationAction.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/asModerationAction.js +22 -0
- package/packages/happy2-server/dist/modules/moderation/impl/asModerationAction.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/asReport.d.ts +3 -0
- package/packages/happy2-server/dist/modules/moderation/impl/asReport.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/asReport.js +22 -0
- package/packages/happy2-server/dist/modules/moderation/impl/asReport.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/banDb.d.ts +8 -0
- package/packages/happy2-server/dist/modules/moderation/impl/banDb.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/banDb.js +22 -0
- package/packages/happy2-server/dist/modules/moderation/impl/banDb.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/banSelection.d.ts +212 -0
- package/packages/happy2-server/dist/modules/moderation/impl/banSelection.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/banSelection.js +15 -0
- package/packages/happy2-server/dist/modules/moderation/impl/banSelection.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/closeElapsedBan.d.ts +8 -0
- package/packages/happy2-server/dist/modules/moderation/impl/closeElapsedBan.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/closeElapsedBan.js +30 -0
- package/packages/happy2-server/dist/modules/moderation/impl/closeElapsedBan.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/createModerationNotification.d.ts +17 -0
- package/packages/happy2-server/dist/modules/moderation/impl/createModerationNotification.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/createModerationNotification.js +44 -0
- package/packages/happy2-server/dist/modules/moderation/impl/createModerationNotification.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/deleteUserInTransaction.d.ts +8 -0
- package/packages/happy2-server/dist/modules/moderation/impl/deleteUserInTransaction.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/deleteUserInTransaction.js +164 -0
- package/packages/happy2-server/dist/modules/moderation/impl/deleteUserInTransaction.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/mergeContext.d.ts +3 -0
- package/packages/happy2-server/dist/modules/moderation/impl/mergeContext.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/mergeContext.js +11 -0
- package/packages/happy2-server/dist/modules/moderation/impl/mergeContext.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/moderationActionDb.d.ts +8 -0
- package/packages/happy2-server/dist/modules/moderation/impl/moderationActionDb.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/moderationActionDb.js +21 -0
- package/packages/happy2-server/dist/modules/moderation/impl/moderationActionDb.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/moderationActionSelection.d.ts +250 -0
- package/packages/happy2-server/dist/modules/moderation/impl/moderationActionSelection.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/moderationActionSelection.js +17 -0
- package/packages/happy2-server/dist/modules/moderation/impl/moderationActionSelection.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/removeFileInTransaction.d.ts +8 -0
- package/packages/happy2-server/dist/modules/moderation/impl/removeFileInTransaction.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/removeFileInTransaction.js +73 -0
- package/packages/happy2-server/dist/modules/moderation/impl/removeFileInTransaction.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/removeMessageInTransaction.d.ts +11 -0
- package/packages/happy2-server/dist/modules/moderation/impl/removeMessageInTransaction.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/removeMessageInTransaction.js +62 -0
- package/packages/happy2-server/dist/modules/moderation/impl/removeMessageInTransaction.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/reportDb.d.ts +8 -0
- package/packages/happy2-server/dist/modules/moderation/impl/reportDb.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/reportDb.js +21 -0
- package/packages/happy2-server/dist/modules/moderation/impl/reportDb.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/reportSelection.d.ts +269 -0
- package/packages/happy2-server/dist/modules/moderation/impl/reportSelection.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/reportSelection.js +18 -0
- package/packages/happy2-server/dist/modules/moderation/impl/reportSelection.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/requireReportTargetAccess.d.ts +13 -0
- package/packages/happy2-server/dist/modules/moderation/impl/requireReportTargetAccess.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/requireReportTargetAccess.js +56 -0
- package/packages/happy2-server/dist/modules/moderation/impl/requireReportTargetAccess.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/revokeBanInTransaction.d.ts +8 -0
- package/packages/happy2-server/dist/modules/moderation/impl/revokeBanInTransaction.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/revokeBanInTransaction.js +34 -0
- package/packages/happy2-server/dist/modules/moderation/impl/revokeBanInTransaction.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/syncUserMutation.d.ts +8 -0
- package/packages/happy2-server/dist/modules/moderation/impl/syncUserMutation.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/impl/syncUserMutation.js +31 -0
- package/packages/happy2-server/dist/modules/moderation/impl/syncUserMutation.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/moderationActionRevoke.d.ts +17 -0
- package/packages/happy2-server/dist/modules/moderation/moderationActionRevoke.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/moderationActionRevoke.js +59 -0
- package/packages/happy2-server/dist/modules/moderation/moderationActionRevoke.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/moderationActionTake.d.ts +22 -0
- package/packages/happy2-server/dist/modules/moderation/moderationActionTake.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/moderationActionTake.js +133 -0
- package/packages/happy2-server/dist/modules/moderation/moderationActionTake.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/moderationReportCreate.d.ts +18 -0
- package/packages/happy2-server/dist/modules/moderation/moderationReportCreate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/moderationReportCreate.js +44 -0
- package/packages/happy2-server/dist/modules/moderation/moderationReportCreate.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/moderationReportList.d.ts +14 -0
- package/packages/happy2-server/dist/modules/moderation/moderationReportList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/moderationReportList.js +33 -0
- package/packages/happy2-server/dist/modules/moderation/moderationReportList.js.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/moderationReportUpdate.d.ts +16 -0
- package/packages/happy2-server/dist/modules/moderation/moderationReportUpdate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/moderation/moderationReportUpdate.js +52 -0
- package/packages/happy2-server/dist/modules/moderation/moderationReportUpdate.js.map +1 -0
- package/packages/happy2-server/dist/modules/notification/chatNotificationPreferenceSet.d.ts +18 -0
- package/packages/happy2-server/dist/modules/notification/chatNotificationPreferenceSet.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/notification/chatNotificationPreferenceSet.js +72 -0
- package/packages/happy2-server/dist/modules/notification/chatNotificationPreferenceSet.js.map +1 -0
- package/packages/happy2-server/dist/modules/notification/impl/asNotification.d.ts +3 -0
- package/packages/happy2-server/dist/modules/notification/impl/asNotification.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/notification/impl/asNotification.js +15 -0
- package/packages/happy2-server/dist/modules/notification/impl/asNotification.js.map +1 -0
- package/packages/happy2-server/dist/modules/notification/notificationList.d.ts +16 -0
- package/packages/happy2-server/dist/modules/notification/notificationList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/notification/notificationList.js +50 -0
- package/packages/happy2-server/dist/modules/notification/notificationList.js.map +1 -0
- package/packages/happy2-server/dist/modules/notification/notificationMarkRead.d.ts +14 -0
- package/packages/happy2-server/dist/modules/notification/notificationMarkRead.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/notification/notificationMarkRead.js +41 -0
- package/packages/happy2-server/dist/modules/notification/notificationMarkRead.js.map +1 -0
- package/packages/happy2-server/dist/modules/notification/notificationPreferenceGet.d.ts +19 -0
- package/packages/happy2-server/dist/modules/notification/notificationPreferenceGet.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/notification/notificationPreferenceGet.js +48 -0
- package/packages/happy2-server/dist/modules/notification/notificationPreferenceGet.js.map +1 -0
- package/packages/happy2-server/dist/modules/notification/notificationPreferenceUpdate.d.ts +24 -0
- package/packages/happy2-server/dist/modules/notification/notificationPreferenceUpdate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/notification/notificationPreferenceUpdate.js +95 -0
- package/packages/happy2-server/dist/modules/notification/notificationPreferenceUpdate.js.map +1 -0
- package/packages/happy2-server/dist/modules/operations/actions.test.d.ts +2 -0
- package/packages/happy2-server/dist/modules/operations/actions.test.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/operations/{repository.test.js → actions.test.js} +264 -159
- package/packages/happy2-server/dist/modules/operations/actions.test.js.map +1 -0
- package/packages/happy2-server/dist/modules/operations/asAudit.d.ts +3 -0
- package/packages/happy2-server/dist/modules/operations/asAudit.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/operations/asAudit.js +24 -0
- package/packages/happy2-server/dist/modules/operations/asAudit.js.map +1 -0
- package/packages/happy2-server/dist/modules/operations/auditAppend.d.ts +17 -0
- package/packages/happy2-server/dist/modules/operations/auditAppend.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/operations/auditAppend.js +41 -0
- package/packages/happy2-server/dist/modules/operations/auditAppend.js.map +1 -0
- package/packages/happy2-server/dist/modules/operations/auditContext.d.ts +6 -0
- package/packages/happy2-server/dist/modules/operations/auditContext.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/operations/auditContext.js +2 -0
- package/packages/happy2-server/dist/modules/operations/auditContext.js.map +1 -0
- package/packages/happy2-server/dist/modules/operations/auditSelection.d.ts +288 -0
- package/packages/happy2-server/dist/modules/operations/auditSelection.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/operations/auditSelection.js +19 -0
- package/packages/happy2-server/dist/modules/operations/auditSelection.js.map +1 -0
- package/packages/happy2-server/dist/modules/operations/cursorCondition.d.ts +5 -0
- package/packages/happy2-server/dist/modules/operations/cursorCondition.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/operations/cursorCondition.js +7 -0
- package/packages/happy2-server/dist/modules/operations/cursorCondition.js.map +1 -0
- package/packages/happy2-server/dist/modules/operations/decodeCursor.d.ts +3 -0
- package/packages/happy2-server/dist/modules/operations/decodeCursor.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/operations/decodeCursor.js +24 -0
- package/packages/happy2-server/dist/modules/operations/decodeCursor.js.map +1 -0
- package/packages/happy2-server/dist/modules/operations/futureTimestamp.d.ts +2 -0
- package/packages/happy2-server/dist/modules/operations/futureTimestamp.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/operations/futureTimestamp.js +10 -0
- package/packages/happy2-server/dist/modules/operations/futureTimestamp.js.map +1 -0
- package/packages/happy2-server/dist/modules/operations/impl/cursor.d.ts +6 -0
- package/packages/happy2-server/dist/modules/operations/impl/cursor.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/operations/impl/cursor.js +2 -0
- package/packages/happy2-server/dist/modules/operations/impl/cursor.js.map +1 -0
- package/packages/happy2-server/dist/modules/operations/impl/encodeCursor.d.ts +2 -0
- package/packages/happy2-server/dist/modules/operations/impl/encodeCursor.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/operations/impl/encodeCursor.js +7 -0
- package/packages/happy2-server/dist/modules/operations/impl/encodeCursor.js.map +1 -0
- package/packages/happy2-server/dist/modules/operations/json.d.ts +2 -0
- package/packages/happy2-server/dist/modules/operations/json.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/operations/json.js +4 -0
- package/packages/happy2-server/dist/modules/operations/json.js.map +1 -0
- package/packages/happy2-server/dist/modules/operations/number.d.ts +2 -0
- package/packages/happy2-server/dist/modules/operations/number.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/operations/number.js +12 -0
- package/packages/happy2-server/dist/modules/operations/number.js.map +1 -0
- package/packages/happy2-server/dist/modules/operations/optionalText.d.ts +2 -0
- package/packages/happy2-server/dist/modules/operations/optionalText.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/operations/optionalText.js +5 -0
- package/packages/happy2-server/dist/modules/operations/optionalText.js.map +1 -0
- package/packages/happy2-server/dist/modules/operations/page.d.ts +3 -0
- package/packages/happy2-server/dist/modules/operations/page.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/operations/page.js +12 -0
- package/packages/happy2-server/dist/modules/operations/page.js.map +1 -0
- package/packages/happy2-server/dist/modules/operations/parseJson.d.ts +2 -0
- package/packages/happy2-server/dist/modules/operations/parseJson.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/operations/parseJson.js +13 -0
- package/packages/happy2-server/dist/modules/operations/parseJson.js.map +1 -0
- package/packages/happy2-server/dist/modules/operations/text.d.ts +2 -0
- package/packages/happy2-server/dist/modules/operations/text.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/operations/text.js +8 -0
- package/packages/happy2-server/dist/modules/operations/text.js.map +1 -0
- package/packages/happy2-server/dist/modules/operations/types.d.ts +3 -0
- package/packages/happy2-server/dist/modules/operations/types.d.ts.map +1 -1
- package/packages/happy2-server/dist/modules/operations/userRequireOperationsActive.d.ts +10 -0
- package/packages/happy2-server/dist/modules/operations/userRequireOperationsActive.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/operations/userRequireOperationsActive.js +22 -0
- package/packages/happy2-server/dist/modules/operations/userRequireOperationsActive.js.map +1 -0
- package/packages/happy2-server/dist/modules/operations/userRequireOperationsAdmin.d.ts +7 -0
- package/packages/happy2-server/dist/modules/operations/userRequireOperationsAdmin.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/operations/userRequireOperationsAdmin.js +13 -0
- package/packages/happy2-server/dist/modules/operations/userRequireOperationsAdmin.js.map +1 -0
- package/packages/happy2-server/dist/modules/presence/impl/listPresenceSettingsWithDb.d.ts +8 -0
- package/packages/happy2-server/dist/modules/presence/impl/listPresenceSettingsWithDb.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/presence/impl/listPresenceSettingsWithDb.js +41 -0
- package/packages/happy2-server/dist/modules/presence/impl/listPresenceSettingsWithDb.js.map +1 -0
- package/packages/happy2-server/dist/modules/presence/presenceSettingList.d.ts +8 -0
- package/packages/happy2-server/dist/modules/presence/presenceSettingList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/presence/presenceSettingList.js +41 -0
- package/packages/happy2-server/dist/modules/presence/presenceSettingList.js.map +1 -0
- package/packages/happy2-server/dist/modules/presence/presenceSettingUpdate.d.ts +18 -0
- package/packages/happy2-server/dist/modules/presence/presenceSettingUpdate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/presence/presenceSettingUpdate.js +76 -0
- package/packages/happy2-server/dist/modules/presence/presenceSettingUpdate.js.map +1 -0
- package/packages/happy2-server/dist/modules/realtime/events.d.ts +29 -4
- package/packages/happy2-server/dist/modules/realtime/events.d.ts.map +1 -1
- package/packages/happy2-server/dist/modules/realtime/events.js +41 -4
- package/packages/happy2-server/dist/modules/realtime/events.js.map +1 -1
- package/packages/happy2-server/dist/modules/realtime/local.d.ts +5 -0
- package/packages/happy2-server/dist/modules/realtime/local.d.ts.map +1 -1
- package/packages/happy2-server/dist/modules/realtime/local.js +68 -14
- package/packages/happy2-server/dist/modules/realtime/local.js.map +1 -1
- package/packages/happy2-server/dist/modules/realtime/local.test.js +108 -11
- package/packages/happy2-server/dist/modules/realtime/local.test.js.map +1 -1
- package/packages/happy2-server/dist/modules/realtime/pubsub.d.ts +0 -1
- package/packages/happy2-server/dist/modules/realtime/pubsub.d.ts.map +1 -1
- package/packages/happy2-server/dist/modules/realtime/pubsub.js.map +1 -1
- package/packages/happy2-server/dist/modules/request/idempotencyLeaseAcquire.d.ts +8 -0
- package/packages/happy2-server/dist/modules/request/idempotencyLeaseAcquire.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/request/idempotencyLeaseAcquire.js +59 -0
- package/packages/happy2-server/dist/modules/request/idempotencyLeaseAcquire.js.map +1 -0
- package/packages/happy2-server/dist/modules/request/idempotencyLeaseComplete.d.ts +8 -0
- package/packages/happy2-server/dist/modules/request/idempotencyLeaseComplete.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/request/idempotencyLeaseComplete.js +30 -0
- package/packages/happy2-server/dist/modules/request/idempotencyLeaseComplete.js.map +1 -0
- package/packages/happy2-server/dist/modules/request/idempotencyLeaseRelease.d.ts +7 -0
- package/packages/happy2-server/dist/modules/request/idempotencyLeaseRelease.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/request/idempotencyLeaseRelease.js +23 -0
- package/packages/happy2-server/dist/modules/request/idempotencyLeaseRelease.js.map +1 -0
- package/packages/happy2-server/dist/modules/request/idempotencyRecordPurgeExpired.d.ts +7 -0
- package/packages/happy2-server/dist/modules/request/idempotencyRecordPurgeExpired.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/request/idempotencyRecordPurgeExpired.js +25 -0
- package/packages/happy2-server/dist/modules/request/idempotencyRecordPurgeExpired.js.map +1 -0
- package/packages/happy2-server/dist/modules/request/impl/idempotencyKey.d.ts +8 -0
- package/packages/happy2-server/dist/modules/request/impl/idempotencyKey.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/request/impl/idempotencyKey.js +27 -0
- package/packages/happy2-server/dist/modules/request/impl/idempotencyKey.js.map +1 -0
- package/packages/happy2-server/dist/modules/request/index.d.ts +4 -1
- package/packages/happy2-server/dist/modules/request/index.d.ts.map +1 -1
- package/packages/happy2-server/dist/modules/request/index.js +4 -1
- package/packages/happy2-server/dist/modules/request/index.js.map +1 -1
- package/packages/happy2-server/dist/modules/retention/impl/asRetention.d.ts +3 -0
- package/packages/happy2-server/dist/modules/retention/impl/asRetention.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/retention/impl/asRetention.js +19 -0
- package/packages/happy2-server/dist/modules/retention/impl/asRetention.js.map +1 -0
- package/packages/happy2-server/dist/modules/retention/impl/retentionRunDb.d.ts +8 -0
- package/packages/happy2-server/dist/modules/retention/impl/retentionRunDb.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/retention/impl/retentionRunDb.js +21 -0
- package/packages/happy2-server/dist/modules/retention/impl/retentionRunDb.js.map +1 -0
- package/packages/happy2-server/dist/modules/retention/impl/retentionSelection.d.ts +170 -0
- package/packages/happy2-server/dist/modules/retention/impl/retentionSelection.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/retention/impl/retentionSelection.js +13 -0
- package/packages/happy2-server/dist/modules/retention/impl/retentionSelection.js.map +1 -0
- package/packages/happy2-server/dist/modules/retention/retentionRunFinish.d.ts +18 -0
- package/packages/happy2-server/dist/modules/retention/retentionRunFinish.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/retention/retentionRunFinish.js +48 -0
- package/packages/happy2-server/dist/modules/retention/retentionRunFinish.js.map +1 -0
- package/packages/happy2-server/dist/modules/retention/retentionRunList.d.ts +13 -0
- package/packages/happy2-server/dist/modules/retention/retentionRunList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/retention/retentionRunList.js +31 -0
- package/packages/happy2-server/dist/modules/retention/retentionRunList.js.map +1 -0
- package/packages/happy2-server/dist/modules/retention/retentionRunStart.d.ts +14 -0
- package/packages/happy2-server/dist/modules/retention/retentionRunStart.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/retention/retentionRunStart.js +45 -0
- package/packages/happy2-server/dist/modules/retention/retentionRunStart.js.map +1 -0
- package/packages/happy2-server/dist/modules/sandbox/catalog.d.ts +15 -0
- package/packages/happy2-server/dist/modules/sandbox/catalog.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/sandbox/catalog.js +31 -0
- package/packages/happy2-server/dist/modules/sandbox/catalog.js.map +1 -0
- package/packages/happy2-server/dist/modules/sandbox/index.d.ts +4 -0
- package/packages/happy2-server/dist/modules/sandbox/index.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/sandbox/index.js +3 -0
- package/packages/happy2-server/dist/modules/sandbox/index.js.map +1 -0
- package/packages/happy2-server/dist/modules/sandbox/localOciSandboxProvider.d.ts +34 -0
- package/packages/happy2-server/dist/modules/sandbox/localOciSandboxProvider.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/sandbox/localOciSandboxProvider.js +415 -0
- package/packages/happy2-server/dist/modules/sandbox/localOciSandboxProvider.js.map +1 -0
- package/packages/happy2-server/dist/modules/sandbox/localOciSandboxProvider.test.d.ts +2 -0
- package/packages/happy2-server/dist/modules/sandbox/localOciSandboxProvider.test.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/sandbox/localOciSandboxProvider.test.js +243 -0
- package/packages/happy2-server/dist/modules/sandbox/localOciSandboxProvider.test.js.map +1 -0
- package/packages/happy2-server/dist/modules/sandbox/types.d.ts +89 -0
- package/packages/happy2-server/dist/modules/sandbox/types.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/sandbox/types.js +2 -0
- package/packages/happy2-server/dist/modules/sandbox/types.js.map +1 -0
- package/packages/happy2-server/dist/modules/scheduled-message/areaHint.d.ts +3 -0
- package/packages/happy2-server/dist/modules/scheduled-message/areaHint.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/scheduled-message/areaHint.js +9 -0
- package/packages/happy2-server/dist/modules/scheduled-message/areaHint.js.map +1 -0
- package/packages/happy2-server/dist/modules/scheduled-message/errorMessage.d.ts +2 -0
- package/packages/happy2-server/dist/modules/scheduled-message/errorMessage.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/scheduled-message/errorMessage.js +4 -0
- package/packages/happy2-server/dist/modules/scheduled-message/errorMessage.js.map +1 -0
- package/packages/happy2-server/dist/modules/scheduled-message/impl/getScheduledMessageWith.d.ts +8 -0
- package/packages/happy2-server/dist/modules/scheduled-message/impl/getScheduledMessageWith.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/scheduled-message/impl/getScheduledMessageWith.js +38 -0
- package/packages/happy2-server/dist/modules/scheduled-message/impl/getScheduledMessageWith.js.map +1 -0
- package/packages/happy2-server/dist/modules/scheduled-message/impl/scheduledMessageSummary.d.ts +14 -0
- package/packages/happy2-server/dist/modules/scheduled-message/impl/scheduledMessageSummary.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/scheduled-message/impl/scheduledMessageSummary.js +2 -0
- package/packages/happy2-server/dist/modules/scheduled-message/impl/scheduledMessageSummary.js.map +1 -0
- package/packages/happy2-server/dist/modules/scheduled-message/scheduledMessageCancel.d.ts +8 -0
- package/packages/happy2-server/dist/modules/scheduled-message/scheduledMessageCancel.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/scheduled-message/scheduledMessageCancel.js +38 -0
- package/packages/happy2-server/dist/modules/scheduled-message/scheduledMessageCancel.js.map +1 -0
- package/packages/happy2-server/dist/modules/scheduled-message/scheduledMessageList.d.ts +8 -0
- package/packages/happy2-server/dist/modules/scheduled-message/scheduledMessageList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/scheduled-message/scheduledMessageList.js +23 -0
- package/packages/happy2-server/dist/modules/scheduled-message/scheduledMessageList.js.map +1 -0
- package/packages/happy2-server/dist/modules/scheduled-message/scheduledMessagePublishDue.d.ts +8 -0
- package/packages/happy2-server/dist/modules/scheduled-message/scheduledMessagePublishDue.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/scheduled-message/scheduledMessagePublishDue.js +106 -0
- package/packages/happy2-server/dist/modules/scheduled-message/scheduledMessagePublishDue.js.map +1 -0
- package/packages/happy2-server/dist/modules/scheduled-message/scheduledMessageSchedule.d.ts +21 -0
- package/packages/happy2-server/dist/modules/scheduled-message/scheduledMessageSchedule.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/scheduled-message/scheduledMessageSchedule.js +72 -0
- package/packages/happy2-server/dist/modules/scheduled-message/scheduledMessageSchedule.js.map +1 -0
- package/packages/happy2-server/dist/modules/schema.d.ts +1590 -1328
- package/packages/happy2-server/dist/modules/schema.d.ts.map +1 -1
- package/packages/happy2-server/dist/modules/schema.js +64 -46
- package/packages/happy2-server/dist/modules/schema.js.map +1 -1
- package/packages/happy2-server/dist/modules/search/impl/decodeSearchCursor.d.ts +2 -0
- package/packages/happy2-server/dist/modules/search/impl/decodeSearchCursor.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/search/impl/decodeSearchCursor.js +19 -0
- package/packages/happy2-server/dist/modules/search/impl/decodeSearchCursor.js.map +1 -0
- package/packages/happy2-server/dist/modules/search/impl/encodeSearchCursor.d.ts +2 -0
- package/packages/happy2-server/dist/modules/search/impl/encodeSearchCursor.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/search/impl/encodeSearchCursor.js +7 -0
- package/packages/happy2-server/dist/modules/search/impl/encodeSearchCursor.js.map +1 -0
- package/packages/happy2-server/dist/modules/search/impl/fuzzyScore.d.ts +2 -0
- package/packages/happy2-server/dist/modules/search/impl/fuzzyScore.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/search/impl/fuzzyScore.js +23 -0
- package/packages/happy2-server/dist/modules/search/impl/fuzzyScore.js.map +1 -0
- package/packages/happy2-server/dist/modules/search/impl/levenshtein.d.ts +2 -0
- package/packages/happy2-server/dist/modules/search/impl/levenshtein.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/search/impl/levenshtein.js +16 -0
- package/packages/happy2-server/dist/modules/search/impl/levenshtein.js.map +1 -0
- package/packages/happy2-server/dist/modules/search/impl/resultId.d.ts +12 -0
- package/packages/happy2-server/dist/modules/search/impl/resultId.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/search/impl/resultId.js +9 -0
- package/packages/happy2-server/dist/modules/search/impl/resultId.js.map +1 -0
- package/packages/happy2-server/dist/modules/search/normalizeSearch.d.ts +2 -0
- package/packages/happy2-server/dist/modules/search/normalizeSearch.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/search/normalizeSearch.js +4 -0
- package/packages/happy2-server/dist/modules/search/normalizeSearch.js.map +1 -0
- package/packages/happy2-server/dist/modules/search/searchGrams.d.ts +2 -0
- package/packages/happy2-server/dist/modules/search/searchGrams.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/search/searchGrams.js +11 -0
- package/packages/happy2-server/dist/modules/search/searchGrams.js.map +1 -0
- package/packages/happy2-server/dist/modules/search/searchPageGet.d.ts +28 -0
- package/packages/happy2-server/dist/modules/search/searchPageGet.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/search/searchPageGet.js +100 -0
- package/packages/happy2-server/dist/modules/search/searchPageGet.js.map +1 -0
- package/packages/happy2-server/dist/modules/search/searchRun.d.ts +20 -0
- package/packages/happy2-server/dist/modules/search/searchRun.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/search/searchRun.js +15 -0
- package/packages/happy2-server/dist/modules/search/searchRun.js.map +1 -0
- package/packages/happy2-server/dist/modules/server/serverSchemaMigrate.d.ts +7 -0
- package/packages/happy2-server/dist/modules/server/serverSchemaMigrate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/server/serverSchemaMigrate.js +24 -0
- package/packages/happy2-server/dist/modules/server/serverSchemaMigrate.js.map +1 -0
- package/packages/happy2-server/dist/modules/server-profile/serverProfileGet.d.ts +14 -0
- package/packages/happy2-server/dist/modules/server-profile/serverProfileGet.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/server-profile/serverProfileGet.js +36 -0
- package/packages/happy2-server/dist/modules/server-profile/serverProfileGet.js.map +1 -0
- package/packages/happy2-server/dist/modules/server-profile/serverProfileUpdate.d.ts +19 -0
- package/packages/happy2-server/dist/modules/server-profile/serverProfileUpdate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/server-profile/serverProfileUpdate.js +99 -0
- package/packages/happy2-server/dist/modules/server-profile/serverProfileUpdate.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/allowedServerTransition.d.ts +3 -0
- package/packages/happy2-server/dist/modules/setup/impl/allowedServerTransition.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/allowedServerTransition.js +11 -0
- package/packages/happy2-server/dist/modules/setup/impl/allowedServerTransition.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/baseImagePresentation.d.ts +13 -0
- package/packages/happy2-server/dist/modules/setup/impl/baseImagePresentation.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/baseImagePresentation.js +20 -0
- package/packages/happy2-server/dist/modules/setup/impl/baseImagePresentation.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/baseImageSelectedId.d.ts +2 -0
- package/packages/happy2-server/dist/modules/setup/impl/baseImageSelectedId.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/baseImageSelectedId.js +6 -0
- package/packages/happy2-server/dist/modules/setup/impl/baseImageSelectedId.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/baseImageSyncHint.d.ts +3 -0
- package/packages/happy2-server/dist/modules/setup/impl/baseImageSyncHint.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/baseImageSyncHint.js +8 -0
- package/packages/happy2-server/dist/modules/setup/impl/baseImageSyncHint.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/completeRegistrationPolicyDb.d.ts +4 -0
- package/packages/happy2-server/dist/modules/setup/impl/completeRegistrationPolicyDb.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/completeRegistrationPolicyDb.js +60 -0
- package/packages/happy2-server/dist/modules/setup/impl/completeRegistrationPolicyDb.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/emptyUserSteps.d.ts +3 -0
- package/packages/happy2-server/dist/modules/setup/impl/emptyUserSteps.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/emptyUserSteps.js +15 -0
- package/packages/happy2-server/dist/modules/setup/impl/emptyUserSteps.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/encodedMetadata.d.ts +3 -0
- package/packages/happy2-server/dist/modules/setup/impl/encodedMetadata.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/encodedMetadata.js +22 -0
- package/packages/happy2-server/dist/modules/setup/impl/encodedMetadata.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/publicStatus.d.ts +9 -0
- package/packages/happy2-server/dist/modules/setup/impl/publicStatus.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/publicStatus.js +23 -0
- package/packages/happy2-server/dist/modules/setup/impl/publicStatus.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/readServerSnapshot.d.ts +11 -0
- package/packages/happy2-server/dist/modules/setup/impl/readServerSnapshot.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/readServerSnapshot.js +39 -0
- package/packages/happy2-server/dist/modules/setup/impl/readServerSnapshot.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/readUserSteps.d.ts +5 -0
- package/packages/happy2-server/dist/modules/setup/impl/readUserSteps.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/readUserSteps.js +23 -0
- package/packages/happy2-server/dist/modules/setup/impl/readUserSteps.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/redactServerSteps.d.ts +3 -0
- package/packages/happy2-server/dist/modules/setup/impl/redactServerSteps.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/redactServerSteps.js +21 -0
- package/packages/happy2-server/dist/modules/setup/impl/redactServerSteps.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/requireActiveAdministratorDb.d.ts +3 -0
- package/packages/happy2-server/dist/modules/setup/impl/requireActiveAdministratorDb.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/requireActiveAdministratorDb.js +16 -0
- package/packages/happy2-server/dist/modules/setup/impl/requireActiveAdministratorDb.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/requirePrerequisitesDb.d.ts +4 -0
- package/packages/happy2-server/dist/modules/setup/impl/requirePrerequisitesDb.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/requirePrerequisitesDb.js +21 -0
- package/packages/happy2-server/dist/modules/setup/impl/requirePrerequisitesDb.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/safeMetadata.d.ts +3 -0
- package/packages/happy2-server/dist/modules/setup/impl/safeMetadata.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/safeMetadata.js +25 -0
- package/packages/happy2-server/dist/modules/setup/impl/safeMetadata.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/serverStepDb.d.ts +9 -0
- package/packages/happy2-server/dist/modules/setup/impl/serverStepDb.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/serverStepDb.js +24 -0
- package/packages/happy2-server/dist/modules/setup/impl/serverStepDb.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/serverStepRecord.d.ts +3 -0
- package/packages/happy2-server/dist/modules/setup/impl/serverStepRecord.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/serverStepRecord.js +2 -0
- package/packages/happy2-server/dist/modules/setup/impl/serverStepRecord.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/setupHint.d.ts +3 -0
- package/packages/happy2-server/dist/modules/setup/impl/setupHint.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/setupHint.js +9 -0
- package/packages/happy2-server/dist/modules/setup/impl/setupHint.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/stepPrerequisites.d.ts +3 -0
- package/packages/happy2-server/dist/modules/setup/impl/stepPrerequisites.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/stepPrerequisites.js +13 -0
- package/packages/happy2-server/dist/modules/setup/impl/stepPrerequisites.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/stepStatus.d.ts +10 -0
- package/packages/happy2-server/dist/modules/setup/impl/stepStatus.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/stepStatus.js +30 -0
- package/packages/happy2-server/dist/modules/setup/impl/stepStatus.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/userStepRecord.d.ts +3 -0
- package/packages/happy2-server/dist/modules/setup/impl/userStepRecord.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/userStepRecord.js +2 -0
- package/packages/happy2-server/dist/modules/setup/impl/userStepRecord.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/validatedLastError.d.ts +3 -0
- package/packages/happy2-server/dist/modules/setup/impl/validatedLastError.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/impl/validatedLastError.js +12 -0
- package/packages/happy2-server/dist/modules/setup/impl/validatedLastError.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/index.d.ts +16 -0
- package/packages/happy2-server/dist/modules/setup/index.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/index.js +16 -0
- package/packages/happy2-server/dist/modules/setup/index.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/setupBaseImageCompleteBuild.d.ts +12 -0
- package/packages/happy2-server/dist/modules/setup/setupBaseImageCompleteBuild.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/setupBaseImageCompleteBuild.js +67 -0
- package/packages/happy2-server/dist/modules/setup/setupBaseImageCompleteBuild.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/setupBaseImageFailBuild.d.ts +12 -0
- package/packages/happy2-server/dist/modules/setup/setupBaseImageFailBuild.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/setupBaseImageFailBuild.js +49 -0
- package/packages/happy2-server/dist/modules/setup/setupBaseImageFailBuild.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/setupBaseImageGetStatus.d.ts +13 -0
- package/packages/happy2-server/dist/modules/setup/setupBaseImageGetStatus.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/setupBaseImageGetStatus.js +31 -0
- package/packages/happy2-server/dist/modules/setup/setupBaseImageGetStatus.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/setupBaseImageRetryBuild.d.ts +11 -0
- package/packages/happy2-server/dist/modules/setup/setupBaseImageRetryBuild.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/setupBaseImageRetryBuild.js +60 -0
- package/packages/happy2-server/dist/modules/setup/setupBaseImageRetryBuild.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/setupBaseImageSelect.d.ts +22 -0
- package/packages/happy2-server/dist/modules/setup/setupBaseImageSelect.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/setupBaseImageSelect.js +144 -0
- package/packages/happy2-server/dist/modules/setup/setupBaseImageSelect.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/setupChooseRegistrationPolicy.d.ts +8 -0
- package/packages/happy2-server/dist/modules/setup/setupChooseRegistrationPolicy.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/setupChooseRegistrationPolicy.js +38 -0
- package/packages/happy2-server/dist/modules/setup/setupChooseRegistrationPolicy.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/setupCreateDefaultAgent.d.ts +20 -0
- package/packages/happy2-server/dist/modules/setup/setupCreateDefaultAgent.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/setupCreateDefaultAgent.js +97 -0
- package/packages/happy2-server/dist/modules/setup/setupCreateDefaultAgent.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/setupGetCombinedStatus.d.ts +8 -0
- package/packages/happy2-server/dist/modules/setup/setupGetCombinedStatus.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/setupGetCombinedStatus.js +73 -0
- package/packages/happy2-server/dist/modules/setup/setupGetCombinedStatus.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/setupGetCurrentSyncHint.d.ts +11 -0
- package/packages/happy2-server/dist/modules/setup/setupGetCurrentSyncHint.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/setupGetCurrentSyncHint.js +23 -0
- package/packages/happy2-server/dist/modules/setup/setupGetCurrentSyncHint.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/setupGetPublicStatus.d.ts +8 -0
- package/packages/happy2-server/dist/modules/setup/setupGetPublicStatus.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/setupGetPublicStatus.js +13 -0
- package/packages/happy2-server/dist/modules/setup/setupGetPublicStatus.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/setupGetRegistrationAvailability.d.ts +8 -0
- package/packages/happy2-server/dist/modules/setup/setupGetRegistrationAvailability.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/setupGetRegistrationAvailability.js +11 -0
- package/packages/happy2-server/dist/modules/setup/setupGetRegistrationAvailability.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/setupRecordOperationalStep.d.ts +14 -0
- package/packages/happy2-server/dist/modules/setup/setupRecordOperationalStep.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/setupRecordOperationalStep.js +55 -0
- package/packages/happy2-server/dist/modules/setup/setupRecordOperationalStep.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/setupSandboxProviderGetSelected.d.ts +10 -0
- package/packages/happy2-server/dist/modules/setup/setupSandboxProviderGetSelected.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/setupSandboxProviderGetSelected.js +35 -0
- package/packages/happy2-server/dist/modules/setup/setupSandboxProviderGetSelected.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/setupSandboxProviderSelect.d.ts +11 -0
- package/packages/happy2-server/dist/modules/setup/setupSandboxProviderSelect.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/setupSandboxProviderSelect.js +72 -0
- package/packages/happy2-server/dist/modules/setup/setupSandboxProviderSelect.js.map +1 -0
- package/packages/happy2-server/dist/modules/setup/types.d.ts +70 -0
- package/packages/happy2-server/dist/modules/setup/types.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/setup/types.js +29 -0
- package/packages/happy2-server/dist/modules/setup/types.js.map +1 -0
- package/packages/happy2-server/dist/modules/sync/chatSyncGetDifference.d.ts +33 -0
- package/packages/happy2-server/dist/modules/sync/chatSyncGetDifference.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/sync/chatSyncGetDifference.js +103 -0
- package/packages/happy2-server/dist/modules/sync/chatSyncGetDifference.js.map +1 -0
- package/packages/happy2-server/dist/modules/sync/impl/stateAt.d.ts +3 -0
- package/packages/happy2-server/dist/modules/sync/impl/stateAt.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/sync/impl/stateAt.js +9 -0
- package/packages/happy2-server/dist/modules/sync/impl/stateAt.js.map +1 -0
- package/packages/happy2-server/dist/modules/sync/impl/syncState.d.ts +3 -0
- package/packages/happy2-server/dist/modules/sync/impl/syncState.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/sync/impl/syncState.js +8 -0
- package/packages/happy2-server/dist/modules/sync/impl/syncState.js.map +1 -0
- package/packages/happy2-server/dist/modules/sync/syncCompact.d.ts +12 -0
- package/packages/happy2-server/dist/modules/sync/syncCompact.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/sync/syncCompact.js +141 -0
- package/packages/happy2-server/dist/modules/sync/syncCompact.js.map +1 -0
- package/packages/happy2-server/dist/modules/sync/syncConsumerAcknowledge.d.ts +12 -0
- package/packages/happy2-server/dist/modules/sync/syncConsumerAcknowledge.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/sync/syncConsumerAcknowledge.js +49 -0
- package/packages/happy2-server/dist/modules/sync/syncConsumerAcknowledge.js.map +1 -0
- package/packages/happy2-server/dist/modules/sync/syncEventInsert.d.ts +15 -0
- package/packages/happy2-server/dist/modules/sync/syncEventInsert.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/sync/syncEventInsert.js +18 -0
- package/packages/happy2-server/dist/modules/sync/syncEventInsert.js.map +1 -0
- package/packages/happy2-server/dist/modules/sync/syncGetDifference.d.ts +21 -0
- package/packages/happy2-server/dist/modules/sync/syncGetDifference.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/sync/syncGetDifference.js +175 -0
- package/packages/happy2-server/dist/modules/sync/syncGetDifference.js.map +1 -0
- package/packages/happy2-server/dist/modules/sync/syncGetState.d.ts +8 -0
- package/packages/happy2-server/dist/modules/sync/syncGetState.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/sync/syncGetState.js +22 -0
- package/packages/happy2-server/dist/modules/sync/syncGetState.js.map +1 -0
- package/packages/happy2-server/dist/modules/sync/syncInitialize.d.ts +7 -0
- package/packages/happy2-server/dist/modules/sync/syncInitialize.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/sync/syncInitialize.js +24 -0
- package/packages/happy2-server/dist/modules/sync/syncInitialize.js.map +1 -0
- package/packages/happy2-server/dist/modules/sync/syncSequenceNext.d.ts +7 -0
- package/packages/happy2-server/dist/modules/sync/syncSequenceNext.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/sync/syncSequenceNext.js +22 -0
- package/packages/happy2-server/dist/modules/sync/syncSequenceNext.js.map +1 -0
- package/packages/happy2-server/dist/modules/sync/syncSequenceNextWithTimestamp.d.ts +7 -0
- package/packages/happy2-server/dist/modules/sync/syncSequenceNextWithTimestamp.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/sync/syncSequenceNextWithTimestamp.js +23 -0
- package/packages/happy2-server/dist/modules/sync/syncSequenceNextWithTimestamp.js.map +1 -0
- package/packages/happy2-server/dist/modules/thread/threadCreate.d.ts +15 -0
- package/packages/happy2-server/dist/modules/thread/threadCreate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/thread/threadCreate.js +143 -0
- package/packages/happy2-server/dist/modules/thread/threadCreate.js.map +1 -0
- package/packages/happy2-server/dist/modules/thread/threadFollowSet.d.ts +14 -0
- package/packages/happy2-server/dist/modules/thread/threadFollowSet.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/thread/threadFollowSet.js +46 -0
- package/packages/happy2-server/dist/modules/thread/threadFollowSet.js.map +1 -0
- package/packages/happy2-server/dist/modules/thread/threadGet.d.ts +8 -0
- package/packages/happy2-server/dist/modules/thread/threadGet.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/thread/threadGet.js +20 -0
- package/packages/happy2-server/dist/modules/thread/threadGet.js.map +1 -0
- package/packages/happy2-server/dist/modules/thread/threadListMine.d.ts +16 -0
- package/packages/happy2-server/dist/modules/thread/threadListMine.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/thread/threadListMine.js +49 -0
- package/packages/happy2-server/dist/modules/thread/threadListMine.js.map +1 -0
- package/packages/happy2-server/dist/modules/user/contactList.d.ts +8 -0
- package/packages/happy2-server/dist/modules/user/contactList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/user/contactList.js +23 -0
- package/packages/happy2-server/dist/modules/user/contactList.js.map +1 -0
- package/packages/happy2-server/dist/modules/user/impl/asAccess.d.ts +3 -0
- package/packages/happy2-server/dist/modules/user/impl/asAccess.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/user/impl/asAccess.js +23 -0
- package/packages/happy2-server/dist/modules/user/impl/asAccess.js.map +1 -0
- package/packages/happy2-server/dist/modules/user/impl/asUser.d.ts +4 -0
- package/packages/happy2-server/dist/modules/user/impl/asUser.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/user/impl/asUser.js +21 -0
- package/packages/happy2-server/dist/modules/user/impl/asUser.js.map +1 -0
- package/packages/happy2-server/dist/modules/user/impl/userHint.d.ts +3 -0
- package/packages/happy2-server/dist/modules/user/impl/userHint.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/user/impl/userHint.js +9 -0
- package/packages/happy2-server/dist/modules/user/impl/userHint.js.map +1 -0
- package/packages/happy2-server/dist/modules/user/impl/userRow.d.ts +3 -0
- package/packages/happy2-server/dist/modules/user/impl/userRow.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/user/impl/userRow.js +2 -0
- package/packages/happy2-server/dist/modules/user/impl/userRow.js.map +1 -0
- package/packages/happy2-server/dist/modules/user/types.d.ts +24 -0
- package/packages/happy2-server/dist/modules/user/types.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/user/types.js +2 -0
- package/packages/happy2-server/dist/modules/user/types.js.map +1 -0
- package/packages/happy2-server/dist/modules/user/userAccessList.d.ts +12 -0
- package/packages/happy2-server/dist/modules/user/userAccessList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/user/userAccessList.js +56 -0
- package/packages/happy2-server/dist/modules/user/userAccessList.js.map +1 -0
- package/packages/happy2-server/dist/modules/user/userAdministrationList.d.ts +13 -0
- package/packages/happy2-server/dist/modules/user/userAdministrationList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/user/userAdministrationList.js +39 -0
- package/packages/happy2-server/dist/modules/user/userAdministrationList.js.map +1 -0
- package/packages/happy2-server/dist/modules/user/userAdministrationUpdate.d.ts +16 -0
- package/packages/happy2-server/dist/modules/user/userAdministrationUpdate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/user/userAdministrationUpdate.js +65 -0
- package/packages/happy2-server/dist/modules/user/userAdministrationUpdate.js.map +1 -0
- package/packages/happy2-server/dist/modules/user/userAnnounceJoinedServer.d.ts +10 -0
- package/packages/happy2-server/dist/modules/user/userAnnounceJoinedServer.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/user/userAnnounceJoinedServer.js +46 -0
- package/packages/happy2-server/dist/modules/user/userAnnounceJoinedServer.js.map +1 -0
- package/packages/happy2-server/dist/modules/user/userCreateProfile.d.ts +10 -0
- package/packages/happy2-server/dist/modules/user/userCreateProfile.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/user/userCreateProfile.js +195 -0
- package/packages/happy2-server/dist/modules/user/userCreateProfile.js.map +1 -0
- package/packages/happy2-server/dist/modules/user/userDelete.d.ts +13 -0
- package/packages/happy2-server/dist/modules/user/userDelete.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/user/userDelete.js +159 -0
- package/packages/happy2-server/dist/modules/user/userDelete.js.map +1 -0
- package/packages/happy2-server/dist/modules/user/userFindActive.d.ts +8 -0
- package/packages/happy2-server/dist/modules/user/userFindActive.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/user/userFindActive.js +20 -0
- package/packages/happy2-server/dist/modules/user/userFindActive.js.map +1 -0
- package/packages/happy2-server/dist/modules/user/userFindActiveByAccount.d.ts +8 -0
- package/packages/happy2-server/dist/modules/user/userFindActiveByAccount.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/user/userFindActiveByAccount.js +20 -0
- package/packages/happy2-server/dist/modules/user/userFindActiveByAccount.js.map +1 -0
- package/packages/happy2-server/dist/modules/user/userJoinAutoChannels.d.ts +10 -0
- package/packages/happy2-server/dist/modules/user/userJoinAutoChannels.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/user/userJoinAutoChannels.js +90 -0
- package/packages/happy2-server/dist/modules/user/userJoinAutoChannels.js.map +1 -0
- package/packages/happy2-server/dist/modules/user/userLastSeenFinalize.d.ts +9 -0
- package/packages/happy2-server/dist/modules/user/userLastSeenFinalize.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/user/userLastSeenFinalize.js +34 -0
- package/packages/happy2-server/dist/modules/user/userLastSeenFinalize.js.map +1 -0
- package/packages/happy2-server/dist/modules/user/userLastSeenTouch.d.ts +8 -0
- package/packages/happy2-server/dist/modules/user/userLastSeenTouch.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/user/userLastSeenTouch.js +28 -0
- package/packages/happy2-server/dist/modules/user/userLastSeenTouch.js.map +1 -0
- package/packages/happy2-server/dist/modules/user/userOnboardingUpdateStep.d.ts +12 -0
- package/packages/happy2-server/dist/modules/user/userOnboardingUpdateStep.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/user/userOnboardingUpdateStep.js +68 -0
- package/packages/happy2-server/dist/modules/user/userOnboardingUpdateStep.js.map +1 -0
- package/packages/happy2-server/dist/modules/user/userSetBanned.d.ts +14 -0
- package/packages/happy2-server/dist/modules/user/userSetBanned.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/user/userSetBanned.js +98 -0
- package/packages/happy2-server/dist/modules/user/userSetBanned.js.map +1 -0
- package/packages/happy2-server/dist/modules/user/userSetPhoto.d.ts +7 -0
- package/packages/happy2-server/dist/modules/user/userSetPhoto.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/user/userSetPhoto.js +43 -0
- package/packages/happy2-server/dist/modules/user/userSetPhoto.js.map +1 -0
- package/packages/happy2-server/dist/modules/user/userTouchAccess.d.ts +7 -0
- package/packages/happy2-server/dist/modules/user/userTouchAccess.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/user/userTouchAccess.js +41 -0
- package/packages/happy2-server/dist/modules/user/userTouchAccess.js.map +1 -0
- package/packages/happy2-server/dist/modules/user/userUpdateProfile.d.ts +8 -0
- package/packages/happy2-server/dist/modules/user/userUpdateProfile.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/user/userUpdateProfile.js +46 -0
- package/packages/happy2-server/dist/modules/user/userUpdateProfile.js.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/asClaimedDelivery.d.ts +3 -0
- package/packages/happy2-server/dist/modules/webhook/impl/asClaimedDelivery.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/asClaimedDelivery.js +12 -0
- package/packages/happy2-server/dist/modules/webhook/impl/asClaimedDelivery.js.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/asSubscription.d.ts +3 -0
- package/packages/happy2-server/dist/modules/webhook/impl/asSubscription.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/asSubscription.js +19 -0
- package/packages/happy2-server/dist/modules/webhook/impl/asSubscription.js.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/boundedIdentifier.d.ts +2 -0
- package/packages/happy2-server/dist/modules/webhook/impl/boundedIdentifier.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/boundedIdentifier.js +6 -0
- package/packages/happy2-server/dist/modules/webhook/impl/boundedIdentifier.js.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/claimDueDeliveries.d.ts +8 -0
- package/packages/happy2-server/dist/modules/webhook/impl/claimDueDeliveries.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/claimDueDeliveries.js +70 -0
- package/packages/happy2-server/dist/modules/webhook/impl/claimDueDeliveries.js.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/completeDelivery.d.ts +8 -0
- package/packages/happy2-server/dist/modules/webhook/impl/completeDelivery.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/completeDelivery.js +23 -0
- package/packages/happy2-server/dist/modules/webhook/impl/completeDelivery.js.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/deliveryHttpError.d.ts +6 -0
- package/packages/happy2-server/dist/modules/webhook/impl/deliveryHttpError.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/deliveryHttpError.js +10 -0
- package/packages/happy2-server/dist/modules/webhook/impl/deliveryHttpError.js.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/errorMessage.d.ts +2 -0
- package/packages/happy2-server/dist/modules/webhook/impl/errorMessage.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/errorMessage.js +4 -0
- package/packages/happy2-server/dist/modules/webhook/impl/errorMessage.js.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/failDelivery.d.ts +8 -0
- package/packages/happy2-server/dist/modules/webhook/impl/failDelivery.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/failDelivery.js +31 -0
- package/packages/happy2-server/dist/modules/webhook/impl/failDelivery.js.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/getSubscriptionDb.d.ts +8 -0
- package/packages/happy2-server/dist/modules/webhook/impl/getSubscriptionDb.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/getSubscriptionDb.js +20 -0
- package/packages/happy2-server/dist/modules/webhook/impl/getSubscriptionDb.js.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/maxDeliveryAttempts.d.ts +2 -0
- package/packages/happy2-server/dist/modules/webhook/impl/maxDeliveryAttempts.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/maxDeliveryAttempts.js +2 -0
- package/packages/happy2-server/dist/modules/webhook/impl/maxDeliveryAttempts.js.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/maxDeliveryResponse.d.ts +2 -0
- package/packages/happy2-server/dist/modules/webhook/impl/maxDeliveryResponse.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/maxDeliveryResponse.js +2 -0
- package/packages/happy2-server/dist/modules/webhook/impl/maxDeliveryResponse.js.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/normalizeEventTypes.d.ts +2 -0
- package/packages/happy2-server/dist/modules/webhook/impl/normalizeEventTypes.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/normalizeEventTypes.js +8 -0
- package/packages/happy2-server/dist/modules/webhook/impl/normalizeEventTypes.js.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/normalizedEventType.d.ts +2 -0
- package/packages/happy2-server/dist/modules/webhook/impl/normalizedEventType.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/normalizedEventType.js +8 -0
- package/packages/happy2-server/dist/modules/webhook/impl/normalizedEventType.js.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/outgoingSubscriptionIds.d.ts +47 -0
- package/packages/happy2-server/dist/modules/webhook/impl/outgoingSubscriptionIds.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/outgoingSubscriptionIds.js +14 -0
- package/packages/happy2-server/dist/modules/webhook/impl/outgoingSubscriptionIds.js.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/positiveLimit.d.ts +2 -0
- package/packages/happy2-server/dist/modules/webhook/impl/positiveLimit.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/positiveLimit.js +7 -0
- package/packages/happy2-server/dist/modules/webhook/impl/positiveLimit.js.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/requireChatDb.d.ts +7 -0
- package/packages/happy2-server/dist/modules/webhook/impl/requireChatDb.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/requireChatDb.js +19 -0
- package/packages/happy2-server/dist/modules/webhook/impl/requireChatDb.js.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/requiredText.d.ts +2 -0
- package/packages/happy2-server/dist/modules/webhook/impl/requiredText.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/requiredText.js +7 -0
- package/packages/happy2-server/dist/modules/webhook/impl/requiredText.js.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/retryDelay.d.ts +2 -0
- package/packages/happy2-server/dist/modules/webhook/impl/retryDelay.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/retryDelay.js +8 -0
- package/packages/happy2-server/dist/modules/webhook/impl/retryDelay.js.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/subscriptionSelection.d.ts +172 -0
- package/packages/happy2-server/dist/modules/webhook/impl/subscriptionSelection.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/subscriptionSelection.js +13 -0
- package/packages/happy2-server/dist/modules/webhook/impl/subscriptionSelection.js.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/truncate.d.ts +2 -0
- package/packages/happy2-server/dist/modules/webhook/impl/truncate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/impl/truncate.js +4 -0
- package/packages/happy2-server/dist/modules/webhook/impl/truncate.js.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/incomingWebhookCreate.d.ts +14 -0
- package/packages/happy2-server/dist/modules/webhook/incomingWebhookCreate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/incomingWebhookCreate.js +51 -0
- package/packages/happy2-server/dist/modules/webhook/incomingWebhookCreate.js.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/incomingWebhookInvoke.d.ts +8 -0
- package/packages/happy2-server/dist/modules/webhook/incomingWebhookInvoke.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/incomingWebhookInvoke.js +56 -0
- package/packages/happy2-server/dist/modules/webhook/incomingWebhookInvoke.js.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/outgoingWebhookCreate.d.ts +17 -0
- package/packages/happy2-server/dist/modules/webhook/outgoingWebhookCreate.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/outgoingWebhookCreate.js +55 -0
- package/packages/happy2-server/dist/modules/webhook/outgoingWebhookCreate.js.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/webhookDeliveryDispatchDue.d.ts +17 -0
- package/packages/happy2-server/dist/modules/webhook/webhookDeliveryDispatchDue.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/webhookDeliveryDispatchDue.js +58 -0
- package/packages/happy2-server/dist/modules/webhook/webhookDeliveryDispatchDue.js.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/webhookDeliveryEnqueueOutgoingEvent.d.ts +13 -0
- package/packages/happy2-server/dist/modules/webhook/webhookDeliveryEnqueueOutgoingEvent.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/webhookDeliveryEnqueueOutgoingEvent.js +54 -0
- package/packages/happy2-server/dist/modules/webhook/webhookDeliveryEnqueueOutgoingEvent.js.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/webhookDeliveryEnqueuePendingSyncEvents.d.ts +8 -0
- package/packages/happy2-server/dist/modules/webhook/webhookDeliveryEnqueuePendingSyncEvents.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/webhookDeliveryEnqueuePendingSyncEvents.js +42 -0
- package/packages/happy2-server/dist/modules/webhook/webhookDeliveryEnqueuePendingSyncEvents.js.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/webhookDeliveryEnqueueSyncSequence.d.ts +8 -0
- package/packages/happy2-server/dist/modules/webhook/webhookDeliveryEnqueueSyncSequence.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/webhookDeliveryEnqueueSyncSequence.js +38 -0
- package/packages/happy2-server/dist/modules/webhook/webhookDeliveryEnqueueSyncSequence.js.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/webhookDeliveryList.d.ts +8 -0
- package/packages/happy2-server/dist/modules/webhook/webhookDeliveryList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/webhookDeliveryList.js +27 -0
- package/packages/happy2-server/dist/modules/webhook/webhookDeliveryList.js.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/webhookSubscriptionList.d.ts +8 -0
- package/packages/happy2-server/dist/modules/webhook/webhookSubscriptionList.d.ts.map +1 -0
- package/packages/happy2-server/dist/modules/webhook/webhookSubscriptionList.js +23 -0
- package/packages/happy2-server/dist/modules/webhook/webhookSubscriptionList.js.map +1 -0
- package/packages/happy2-server/dist/modules/workspace/service.d.ts +4 -3
- package/packages/happy2-server/dist/modules/workspace/service.d.ts.map +1 -1
- package/packages/happy2-server/dist/modules/workspace/service.js +72 -24
- package/packages/happy2-server/dist/modules/workspace/service.js.map +1 -1
- package/packages/happy2-server/dist/modules/workspace/types.d.ts +8 -0
- package/packages/happy2-server/dist/modules/workspace/types.d.ts.map +1 -1
- package/packages/happy2-server/dist/modules/workspace/types.js.map +1 -1
- package/packages/happy2-server/dist/routes/agents.d.ts.map +1 -1
- package/packages/happy2-server/dist/routes/agents.js +25 -1
- package/packages/happy2-server/dist/routes/agents.js.map +1 -1
- package/packages/happy2-server/dist/routes/auth.d.ts +4 -2
- package/packages/happy2-server/dist/routes/auth.d.ts.map +1 -1
- package/packages/happy2-server/dist/routes/auth.js +23 -7
- package/packages/happy2-server/dist/routes/auth.js.map +1 -1
- package/packages/happy2-server/dist/routes/automation.d.ts +3 -2
- package/packages/happy2-server/dist/routes/automation.d.ts.map +1 -1
- package/packages/happy2-server/dist/routes/automation.js +20 -13
- package/packages/happy2-server/dist/routes/automation.js.map +1 -1
- package/packages/happy2-server/dist/routes/collaboration.d.ts +2 -2
- package/packages/happy2-server/dist/routes/collaboration.d.ts.map +1 -1
- package/packages/happy2-server/dist/routes/collaboration.js +453 -222
- package/packages/happy2-server/dist/routes/collaboration.js.map +1 -1
- package/packages/happy2-server/dist/routes/files.d.ts +2 -3
- package/packages/happy2-server/dist/routes/files.d.ts.map +1 -1
- package/packages/happy2-server/dist/routes/files.js +283 -96
- package/packages/happy2-server/dist/routes/files.js.map +1 -1
- package/packages/happy2-server/dist/routes/integrations.d.ts +4 -2
- package/packages/happy2-server/dist/routes/integrations.d.ts.map +1 -1
- package/packages/happy2-server/dist/routes/integrations.js +39 -20
- package/packages/happy2-server/dist/routes/integrations.js.map +1 -1
- package/packages/happy2-server/dist/routes/operations.d.ts +2 -2
- package/packages/happy2-server/dist/routes/operations.d.ts.map +1 -1
- package/packages/happy2-server/dist/routes/operations.js +112 -44
- package/packages/happy2-server/dist/routes/operations.js.map +1 -1
- package/packages/happy2-server/dist/routes/operations.test.js +58 -24
- package/packages/happy2-server/dist/routes/operations.test.js.map +1 -1
- package/packages/happy2-server/dist/routes/setup.d.ts +8 -0
- package/packages/happy2-server/dist/routes/setup.d.ts.map +1 -0
- package/packages/happy2-server/dist/routes/setup.js +283 -0
- package/packages/happy2-server/dist/routes/setup.js.map +1 -0
- package/packages/happy2-server/dist/routes/sync.d.ts +2 -2
- package/packages/happy2-server/dist/routes/sync.d.ts.map +1 -1
- package/packages/happy2-server/dist/routes/sync.js +102 -41
- package/packages/happy2-server/dist/routes/sync.js.map +1 -1
- package/packages/happy2-server/dist/routes/workspace.js +1 -1
- package/packages/happy2-server/dist/routes/workspace.js.map +1 -1
- package/packages/happy2-server/dist/server.d.ts +11 -12
- package/packages/happy2-server/dist/server.d.ts.map +1 -1
- package/packages/happy2-server/dist/server.js +137 -89
- package/packages/happy2-server/dist/server.js.map +1 -1
- package/packages/happy2-server/dist/standalone.d.ts.map +1 -1
- package/packages/happy2-server/dist/standalone.js +12 -6
- package/packages/happy2-server/dist/standalone.js.map +1 -1
- package/packages/happy2-server/dist/web/assets/index-DH1SOwNV.js +46 -0
- package/packages/happy2-server/dist/web/assets/index-DZ1uRLgV.css +2 -0
- package/packages/happy2-server/dist/web/index.html +11 -2
- package/packages/happy2-server/drizzle/0011_agent_image_changes.sql +51 -0
- package/packages/happy2-server/drizzle/0012_agent_effort.sql +1 -0
- package/packages/happy2-server/drizzle/0013_agent_turn_started_at.sql +1 -0
- package/packages/happy2-server/drizzle/0014_main_channels.sql +14 -0
- package/packages/happy2-server/drizzle/0015_durable_server_and_user_onboarding.sql +70 -0
- package/packages/happy2-server/drizzle/0016_default_agent.sql +27 -0
- package/packages/happy2-server/drizzle/0017_user_product_last_seen.sql +1 -0
- package/packages/happy2-server/drizzle/0018_threads_are_chats.sql +23 -0
- package/packages/happy2-server/drizzle/0019_channel_agent_audiences.sql +16 -0
- package/packages/happy2-server/drizzle/meta/_journal.json +63 -0
- package/packages/happy2-server/happy2.example.toml +0 -2
- package/packages/happy2-server/dist/modules/agents/docker.d.ts +0 -51
- package/packages/happy2-server/dist/modules/agents/docker.d.ts.map +0 -1
- package/packages/happy2-server/dist/modules/agents/docker.js +0 -256
- package/packages/happy2-server/dist/modules/agents/docker.js.map +0 -1
- package/packages/happy2-server/dist/modules/agents/docker.test.d.ts +0 -2
- package/packages/happy2-server/dist/modules/agents/docker.test.d.ts.map +0 -1
- package/packages/happy2-server/dist/modules/agents/docker.test.js +0 -155
- package/packages/happy2-server/dist/modules/agents/docker.test.js.map +0 -1
- package/packages/happy2-server/dist/modules/automation/repository.d.ts +0 -127
- package/packages/happy2-server/dist/modules/automation/repository.d.ts.map +0 -1
- package/packages/happy2-server/dist/modules/automation/repository.js +0 -821
- package/packages/happy2-server/dist/modules/automation/repository.js.map +0 -1
- package/packages/happy2-server/dist/modules/collaboration/repository.d.ts +0 -839
- package/packages/happy2-server/dist/modules/collaboration/repository.d.ts.map +0 -1
- package/packages/happy2-server/dist/modules/collaboration/repository.js +0 -5795
- package/packages/happy2-server/dist/modules/collaboration/repository.js.map +0 -1
- package/packages/happy2-server/dist/modules/collaboration/repository.test.d.ts +0 -2
- package/packages/happy2-server/dist/modules/collaboration/repository.test.d.ts.map +0 -1
- package/packages/happy2-server/dist/modules/collaboration/repository.test.js.map +0 -1
- package/packages/happy2-server/dist/modules/collaboration/types.d.ts.map +0 -1
- package/packages/happy2-server/dist/modules/collaboration/types.js.map +0 -1
- package/packages/happy2-server/dist/modules/database.d.ts +0 -105
- package/packages/happy2-server/dist/modules/database.d.ts.map +0 -1
- package/packages/happy2-server/dist/modules/database.js +0 -583
- package/packages/happy2-server/dist/modules/database.js.map +0 -1
- package/packages/happy2-server/dist/modules/integrations/index.d.ts +0 -6
- package/packages/happy2-server/dist/modules/integrations/index.d.ts.map +0 -1
- package/packages/happy2-server/dist/modules/integrations/index.js +0 -6
- package/packages/happy2-server/dist/modules/integrations/index.js.map +0 -1
- package/packages/happy2-server/dist/modules/integrations/repository.d.ts +0 -136
- package/packages/happy2-server/dist/modules/integrations/repository.d.ts.map +0 -1
- package/packages/happy2-server/dist/modules/integrations/repository.js +0 -1229
- package/packages/happy2-server/dist/modules/integrations/repository.js.map +0 -1
- package/packages/happy2-server/dist/modules/integrations/repository.test.d.ts +0 -2
- package/packages/happy2-server/dist/modules/integrations/repository.test.d.ts.map +0 -1
- package/packages/happy2-server/dist/modules/integrations/repository.test.js.map +0 -1
- package/packages/happy2-server/dist/modules/operations/export-worker.d.ts +0 -16
- package/packages/happy2-server/dist/modules/operations/export-worker.d.ts.map +0 -1
- package/packages/happy2-server/dist/modules/operations/export-worker.js +0 -56
- package/packages/happy2-server/dist/modules/operations/export-worker.js.map +0 -1
- package/packages/happy2-server/dist/modules/operations/repository.d.ts +0 -215
- package/packages/happy2-server/dist/modules/operations/repository.d.ts.map +0 -1
- package/packages/happy2-server/dist/modules/operations/repository.js +0 -2011
- package/packages/happy2-server/dist/modules/operations/repository.js.map +0 -1
- package/packages/happy2-server/dist/modules/operations/repository.test.d.ts +0 -2
- package/packages/happy2-server/dist/modules/operations/repository.test.d.ts.map +0 -1
- package/packages/happy2-server/dist/modules/operations/repository.test.js.map +0 -1
- package/packages/happy2-server/dist/modules/request/database-idempotency.d.ts +0 -15
- package/packages/happy2-server/dist/modules/request/database-idempotency.d.ts.map +0 -1
- package/packages/happy2-server/dist/modules/request/database-idempotency.js +0 -141
- package/packages/happy2-server/dist/modules/request/database-idempotency.js.map +0 -1
- package/packages/happy2-server/dist/web/assets/index-COvbX8JP.css +0 -2
- package/packages/happy2-server/dist/web/assets/index-DdpugxMO.js +0 -57
- /package/packages/happy2-server/dist/modules/{collaboration → chat}/types.js +0 -0
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
|
|
2
|
-
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.m-1{margin:var(--spacing)}.m-2{margin:calc(var(--spacing) * 2)}.m-3{margin:calc(var(--spacing) * 3)}.m-4{margin:calc(var(--spacing) * 4)}.m-5{margin:calc(var(--spacing) * 5)}.m-6{margin:calc(var(--spacing) * 6)}.m-7{margin:calc(var(--spacing) * 7)}.m-8{margin:calc(var(--spacing) * 8)}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.table{display:table}.border{border-style:var(--tw-border-style);border-width:1px}.lowercase{text-transform:lowercase}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}}html,body,#root{height:100%;margin:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@font-face{font-family:happy2 Figtree;font-style:normal;font-display:block;font-weight:300 900;src:url(/assets/figtree-latin-wght-normal-D_ZTVpCC.woff2)format("woff2-variations")}@font-face{font-family:happy2 Mono;font-style:normal;font-display:block;font-weight:100 800;src:url(/assets/jetbrains-mono-latin-wght-normal-B9CIFXIH.woff2)format("woff2-variations")}:root{--happy2-bg-chrome:#131217;--happy2-bg-app:#17161c;--happy2-bg-surface:#1c1b22;--happy2-bg-raised:#24222b;--happy2-bg-inset:#ffffff0d;--happy2-bg-hover:#ffffff0a;--happy2-bg-code:#141319;--happy2-bg-window:radial-gradient(130% 92% at 50% 0%, #15141b 0%, #131217 55%);--happy2-border:#ffffff12;--happy2-border-strong:#ffffff21;--happy2-text:#edeaf2;--happy2-text-secondary:#a5a0b0;--happy2-text-muted:#757085;--happy2-text-faint:#55515f;--happy2-text-on-accent:#fff;--happy2-text-on-fill:#131217;--happy2-accent:#8b7cf7;--happy2-accent-strong:#a89bff;--happy2-accent-soft:#8b7cf726;--happy2-pink:#f472b6;--happy2-brand-gradient:linear-gradient(135deg, #8b7cf7, #f472b6);--happy2-success:#34d399;--happy2-success-strong:#6ee7b7;--happy2-success-soft:#34d39921;--happy2-warning:#fbbf24;--happy2-warning-strong:#fcd34d;--happy2-warning-soft:#fbbf2421;--happy2-danger:#f87171;--happy2-danger-strong:#fca5a5;--happy2-danger-soft:#f8717121;--happy2-info:#60a5fa;--happy2-info-soft:#60a5fa21;--happy2-online:#34d399;--happy2-diff-add:#34d399;--happy2-diff-add-bg:#34d39917;--happy2-diff-del:#f87171;--happy2-diff-del-bg:#f8717117;--happy2-tone-violet:linear-gradient(135deg, #8b7cf7, #6d28d9);--happy2-tone-ember:linear-gradient(135deg, #fb923c, #e11d48);--happy2-tone-mint:linear-gradient(135deg, #34d399, #0d9488);--happy2-tone-ocean:linear-gradient(135deg, #38bdf8, #6366f1);--happy2-tone-rose:linear-gradient(135deg, #fb7185, #c026d3);--happy2-tone-amber:linear-gradient(135deg, #fbbf24, #ea580c);--happy2-tone-slate:linear-gradient(135deg, #94a3b8, #475569);--happy2-tone-brand:linear-gradient(135deg, #8b7cf7, #f472b6);--happy2-font-ui:"happy2 Figtree", system-ui, sans-serif;--happy2-font-mono:"happy2 Mono", ui-monospace, monospace;--happy2-font-emoji:"Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;--happy2-radius-sm:6px;--happy2-radius-md:10px;--happy2-radius-window:8px;--happy2-radius-shell:14px;--happy2-radius-pill:999px;--happy2-focus-ring:2px solid #a89bff}.happy2-box{box-sizing:border-box;display:block}.happy2-icon{box-sizing:border-box;font-family:var(--happy2-font-ui);font-synthesis:none;flex:none;display:block}.happy2-button{box-sizing:border-box;border-radius:var(--happy2-radius-sm);font-family:var(--happy2-font-ui);font-synthesis:none;letter-spacing:.01em;white-space:nowrap;cursor:pointer;background:0 0;border:1px solid #0000;flex:none;justify-content:center;align-items:center;margin:0;font-size:13px;font-weight:700;transition:background-color .12s,border-color .12s,color .12s;display:inline-flex}.happy2-button[data-size=small]{height:28px;padding:0 10px;font-size:12px;line-height:16px}.happy2-button[data-size=medium]{height:36px;padding:0 14px;line-height:18px}.happy2-button[data-size=large]{height:44px;padding:0 18px;font-size:14px;line-height:20px}.happy2-button[data-icon-only][data-size=small]{width:28px;padding:0}.happy2-button[data-icon-only][data-size=medium]{width:36px;padding:0}.happy2-button[data-icon-only][data-size=large]{width:44px;padding:0}.happy2-button[data-variant=primary]{background:var(--happy2-accent);color:var(--happy2-text-on-accent)}.happy2-button[data-variant=primary]:hover:not(:disabled){background:var(--happy2-accent-strong)}.happy2-button[data-variant=secondary]{border-color:var(--happy2-border-strong);background-color:var(--happy2-bg-raised);color:var(--happy2-text)}.happy2-button[data-variant=secondary]:hover:not(:disabled){background-image:linear-gradient(var(--happy2-bg-hover), var(--happy2-bg-hover))}.happy2-button[data-variant=ghost]{color:var(--happy2-text-secondary);background:0 0}.happy2-button[data-variant=ghost]:hover:not(:disabled){background:var(--happy2-bg-hover);color:var(--happy2-text)}.happy2-button[data-variant=danger]{background-color:var(--happy2-danger-soft);color:var(--happy2-danger-strong)}.happy2-button[data-variant=danger]:hover:not(:disabled){background-image:linear-gradient(var(--happy2-danger-soft), var(--happy2-danger-soft))}.happy2-button[data-variant=success]{background-color:var(--happy2-success-soft);color:var(--happy2-success-strong)}.happy2-button[data-variant=success]:hover:not(:disabled){background-image:linear-gradient(var(--happy2-success-soft), var(--happy2-success-soft))}.happy2-button:focus-visible{outline:var(--happy2-focus-ring);outline-offset:2px}.happy2-button:disabled{cursor:not-allowed;opacity:.48}.happy2-button__content{flex:none;align-items:center;gap:6px;display:inline-flex}.happy2-button__icon{flex:none;display:flex}.happy2-button__label{transform:translateY(var(--happy2-button-label-y,0px));flex:none;display:block}.happy2-button[data-size=small]{--happy2-button-label-y:-.5px}.happy2-button[data-size=medium],.happy2-button[data-size=large]{--happy2-button-label-y:0px}@supports ((-moz-appearance:none)){.happy2-button[data-size=small]{--happy2-button-label-y:-1px}.happy2-button[data-size=medium]{--happy2-button-label-y:-.5px}.happy2-button[data-size=large]{--happy2-button-label-y:-1px}}@supports (background:-webkit-named-image(i)){.happy2-button[data-size=small],.happy2-button[data-size=medium]{--happy2-button-label-y:-.5px}.happy2-button[data-size=large]{--happy2-button-label-y:-1px}}.happy2-avatar,.happy2-avatar__initials,.happy2-avatar__image,.happy2-avatar__presence{box-sizing:border-box}.happy2-avatar{border-radius:var(--happy2-radius-pill);background:var(--happy2-tone-slate);color:var(--happy2-text-on-accent);font-family:var(--happy2-font-ui);font-synthesis:none;letter-spacing:0;-webkit-user-select:none;user-select:none;flex:none;place-items:center;font-weight:700;display:grid;position:relative}.happy2-avatar[data-size=xs]{width:20px;height:20px;font-size:8px;line-height:8px}.happy2-avatar[data-size=sm]{width:28px;height:28px;font-size:10px;line-height:10px}.happy2-avatar[data-size=md]{width:36px;height:36px;font-size:12px;line-height:12px}.happy2-avatar[data-size=lg]{width:44px;height:44px;font-size:14px;line-height:14px}.happy2-avatar[data-type=agent][data-size=xs]{border-radius:6px}.happy2-avatar[data-type=agent][data-size=sm]{border-radius:7px}.happy2-avatar[data-type=agent][data-size=md]{border-radius:9px}.happy2-avatar[data-type=agent][data-size=lg]{border-radius:10px}.happy2-avatar[data-tone=violet]{background:var(--happy2-tone-violet)}.happy2-avatar[data-tone=ember]{background:var(--happy2-tone-ember)}.happy2-avatar[data-tone=mint]{background:var(--happy2-tone-mint)}.happy2-avatar[data-tone=ocean]{background:var(--happy2-tone-ocean)}.happy2-avatar[data-tone=rose]{background:var(--happy2-tone-rose)}.happy2-avatar[data-tone=amber]{background:var(--happy2-tone-amber)}.happy2-avatar[data-tone=slate]{background:var(--happy2-tone-slate)}.happy2-avatar[data-tone=brand]{background:var(--happy2-tone-brand)}.happy2-avatar__initials{display:block}.happy2-avatar[data-size=sm] .happy2-avatar__initials{transform:translateY(.5px)}.happy2-avatar[data-size=md] .happy2-avatar__initials{transform:translateY(.25px)}.happy2-avatar[data-size=lg] .happy2-avatar__initials{transform:translateY(1px)}@supports ((-moz-appearance:none)){.happy2-avatar[data-size=sm] .happy2-avatar__initials,.happy2-avatar[data-size=md] .happy2-avatar__initials,.happy2-avatar[data-size=lg] .happy2-avatar__initials{transform:none}}@supports (background:-webkit-named-image(i)){.happy2-avatar[data-size=sm] .happy2-avatar__initials,.happy2-avatar[data-size=lg] .happy2-avatar__initials{transform:none}}.happy2-avatar__image{border-radius:inherit;object-fit:cover;width:100%;height:100%;display:block}.happy2-avatar__presence{border:2px solid var(--happy2-bg-app);border-radius:var(--happy2-radius-pill);background:var(--happy2-online);width:8px;height:8px;position:absolute;bottom:-1px;right:-1px}.happy2-avatar[data-size=lg] .happy2-avatar__presence{width:10px;height:10px}.happy2-badge,.happy2-badge *,.happy2-count-badge,.happy2-count-badge *,.happy2-reaction-chip,.happy2-reaction-chip *,.happy2-key-cap,.happy2-key-cap *{box-sizing:border-box}.happy2-badge{height:18px;font-family:var(--happy2-font-mono);letter-spacing:.06em;text-transform:uppercase;font-synthesis:none;white-space:nowrap;border-radius:4px;flex:none;align-items:center;gap:4px;padding:0 6px;font-size:10px;font-weight:700;line-height:18px;display:inline-flex}.happy2-badge__label{transform:translate(var(--happy2-badge-label-x,0px), var(--happy2-badge-label-y,0px));margin-right:-.06em;display:block}.happy2-badge__icon{transform:translateX(var(--happy2-badge-icon-x,0px));flex:none;display:flex}.happy2-badge[data-variant=neutral]{background:var(--happy2-bg-inset);color:var(--happy2-text-secondary)}.happy2-badge[data-variant=accent]{background:var(--happy2-accent-soft);color:var(--happy2-accent-strong)}.happy2-badge[data-variant=success]{background:var(--happy2-success-soft);color:var(--happy2-success-strong)}.happy2-badge[data-variant=warning]{background:var(--happy2-warning-soft);color:var(--happy2-warning-strong)}.happy2-badge[data-variant=danger]{background:var(--happy2-danger-soft);color:var(--happy2-danger-strong)}.happy2-badge[data-variant=info]{background:var(--happy2-info-soft);color:var(--happy2-info)}.happy2-badge[data-variant=outline]{border:1px solid var(--happy2-border-strong);color:var(--happy2-text-secondary);background:0 0;padding:0 5px}.happy2-count-badge{border-radius:var(--happy2-radius-pill);min-width:18px;height:18px;font-family:var(--happy2-font-mono);font-variant-numeric:lining-nums tabular-nums;font-synthesis:none;white-space:nowrap;flex:none;justify-content:center;align-items:center;padding:0 5px;font-size:10.8px;font-weight:700;line-height:18px;display:inline-flex}.happy2-count-badge__label{display:block}.happy2-count-badge[data-tone=accent]{background:var(--happy2-accent);color:var(--happy2-text-on-accent)}.happy2-count-badge[data-tone=neutral]{background:var(--happy2-bg-inset);color:var(--happy2-text-secondary)}.happy2-reaction-chip{background:var(--happy2-bg-inset);border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-pill);height:24px;font-family:var(--happy2-font-ui);font-synthesis:none;appearance:none;cursor:pointer;flex:none;align-items:center;gap:5px;margin:0;padding:0 8px;transition:border-color .12s,background-color .12s;display:inline-flex}.happy2-reaction-chip:hover{border-color:var(--happy2-border-strong)}.happy2-reaction-chip:focus-visible{outline:var(--happy2-focus-ring);outline-offset:2px}.happy2-reaction-chip__emoji{width:18px;height:18px;font-family:var(--happy2-font-emoji);flex:none;justify-content:center;align-items:center;font-size:13px;line-height:18px;display:flex}.happy2-reaction-chip__emoji-glyph{transform:translate(var(--happy2-chip-emoji-x,0px), var(--happy2-chip-emoji-y,0px));line-height:18px;display:block}.happy2-reaction-chip__count{font-family:var(--happy2-font-mono);font-variant-numeric:lining-nums tabular-nums;color:var(--happy2-text-secondary);font-size:11px;font-weight:700;line-height:22px;display:block}.happy2-reaction-chip[data-active]{background:var(--happy2-accent-soft);border-color:var(--happy2-accent)}.happy2-reaction-chip[data-active] .happy2-reaction-chip__count{color:var(--happy2-accent-strong)}.happy2-key-cap{background:var(--happy2-bg-inset);height:18px;font-family:var(--happy2-font-mono);color:var(--happy2-text-secondary);font-synthesis:none;white-space:nowrap;border-radius:4px;flex:none;justify-content:center;align-items:center;padding:0 4px;font-size:10.8px;font-weight:500;line-height:18px;display:inline-flex}.happy2-key-cap__label{align-items:center;gap:0;height:10px;display:flex}.happy2-key-cap__key{flex:none;justify-content:center;align-items:center;height:10px;display:flex}.happy2-key-cap__key[data-kind=text]{width:6.5px;transform:translateY(var(--happy2-keycap-text-y,0px))}.happy2-key-cap__text{line-height:10px;display:block}.happy2-key-cap__key[data-kind=symbol]{width:9px;transform:translateY(var(--happy2-keycap-symbol-y,0px))}.happy2-key-cap__key svg{stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;width:9px;height:9px;display:block;overflow:visible}.happy2-badge{--happy2-badge-icon-x:-.2px;--happy2-badge-label-x:.2px;--happy2-badge-label-y:.7px}.happy2-reaction-chip{--happy2-chip-emoji-x:.95px;--happy2-chip-emoji-y:0px}.happy2-key-cap{--happy2-keycap-symbol-y:-.5px;--happy2-keycap-text-y:0px}@supports ((-moz-appearance:none)){.happy2-badge{--happy2-badge-label-y:-.5px}.happy2-reaction-chip{--happy2-chip-emoji-x:1.5px;--happy2-chip-emoji-y:.9px}}@supports (background:-webkit-named-image(i)){.happy2-badge{--happy2-badge-label-y:.3px}.happy2-reaction-chip{--happy2-chip-emoji-x:0px;--happy2-chip-emoji-y:-.9px}.happy2-key-cap{--happy2-keycap-symbol-y:0px;--happy2-keycap-text-y:0px}}.happy2-diff-snippet{box-sizing:border-box;background:var(--happy2-bg-code);border:1px solid var(--happy2-border);font-family:var(--happy2-font-ui);font-synthesis:none;--happy2-diff-text-optical-y:.5px;--happy2-diff-gutter-optical-y:0px;border-radius:8px;display:block;overflow:hidden}.happy2-diff-snippet__header{box-sizing:border-box;background:var(--happy2-bg-inset);border-bottom:1px solid var(--happy2-border);height:28px;font-family:var(--happy2-font-mono);align-items:center;gap:8px;padding:0 12px 1px;font-size:11px;font-weight:600;line-height:16px;display:flex}.happy2-diff-snippet__file{box-sizing:border-box;text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--happy2-text-secondary);overflow:hidden}.happy2-diff-snippet__stats{box-sizing:border-box;flex:none;gap:8px;margin-left:auto;display:flex}.happy2-diff-snippet__added{box-sizing:border-box;color:var(--happy2-diff-add)}.happy2-diff-snippet__removed{box-sizing:border-box;color:var(--happy2-diff-del)}.happy2-diff-snippet__scroll{box-sizing:border-box;overflow:auto hidden}.happy2-diff-snippet__code{box-sizing:border-box;width:max-content;min-width:100%;font-family:var(--happy2-font-mono);padding:8px 0;font-size:12px;font-weight:400;line-height:20px}.happy2-diff-snippet__line{box-sizing:border-box;white-space:pre;height:20px;padding:0 12px 0 0;display:flex}.happy2-diff-snippet__line[data-kind=add]{background:var(--happy2-diff-add-bg);color:var(--happy2-diff-add)}.happy2-diff-snippet__line[data-kind=del]{background:var(--happy2-diff-del-bg);color:var(--happy2-diff-del)}.happy2-diff-snippet__line[data-kind=context]{color:var(--happy2-text-secondary)}.happy2-diff-snippet__line[data-kind=meta]{color:var(--happy2-text-faint)}.happy2-diff-snippet__number{box-sizing:border-box;text-align:right;width:32px;color:var(--happy2-text-faint);transform:translateY(var(--happy2-diff-text-optical-y));flex:none;padding-right:6px}.happy2-diff-snippet__gutter{box-sizing:border-box;text-align:center;width:24px;transform:translateY(var(--happy2-diff-gutter-optical-y));flex:none}.happy2-diff-snippet__line[data-kind=context] .happy2-diff-snippet__gutter{color:var(--happy2-text-muted)}.happy2-diff-snippet__text{box-sizing:border-box;transform:translateY(var(--happy2-diff-text-optical-y));flex:none}@supports ((-moz-appearance:none)){.happy2-diff-snippet{--happy2-diff-text-optical-y:0px;--happy2-diff-gutter-optical-y:-.5px}}@supports (background:-webkit-named-image(i)){.happy2-diff-snippet{--happy2-diff-text-optical-y:0px;--happy2-diff-gutter-optical-y:-.5px}}.happy2-title-bar,.happy2-title-bar *,.happy2-window-drag-region,.happy2-search-field,.happy2-search-field *{box-sizing:border-box}.happy2-window-drag-region{z-index:1;-webkit-user-select:none;user-select:none;-webkit-app-region:drag;app-region:drag;background:0 0;width:100%;position:absolute;top:0;left:0}.happy2-title-bar{width:100%;height:38px;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;-webkit-user-select:none;user-select:none;-webkit-app-region:drag;app-region:drag;background:0 0;grid-template-columns:minmax(0,1fr) minmax(0,420px) minmax(0,1fr);align-items:center;column-gap:12px;margin:0;padding:0 12px;font-size:13px;line-height:16px;display:grid}.happy2-title-bar[data-window-controls]{padding-left:0}.happy2-title-bar__controls{-webkit-app-region:drag;app-region:drag;flex:none;width:78px;height:100%;display:block}.happy2-title-bar__leading,.happy2-title-bar__trailing{align-items:center;gap:8px;min-width:0;height:100%;display:flex}.happy2-title-bar__trailing{justify-content:flex-end}.happy2-title-bar__center{align-items:center;min-width:0;display:flex}.happy2-title-bar__leading>:not(.happy2-title-bar__controls),.happy2-title-bar__trailing>*{-webkit-app-region:no-drag;app-region:no-drag}.happy2-search-field{background:var(--happy2-bg-inset);border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-sm);width:100%;min-width:0;height:26px;font-family:var(--happy2-font-ui);font-synthesis:none;-webkit-app-region:no-drag;app-region:no-drag;align-items:center;gap:8px;padding:0 3px 0 8px;transition:border-color .12s;display:flex}.happy2-search-field:focus-within{border-color:var(--happy2-border-strong);outline:var(--happy2-focus-ring);outline-offset:1px}.happy2-search-field__icon{color:var(--happy2-text-muted);flex:none;display:flex}.happy2-search-field__input{min-width:0;height:24px;color:var(--happy2-text);font-family:var(--happy2-font-ui);letter-spacing:0;font-synthesis:none;caret-color:var(--happy2-accent);background:0 0;border:none;outline:none;flex:auto;margin:0;padding:0;font-size:12px;font-weight:500;line-height:24px}.happy2-search-field__input::placeholder{color:var(--happy2-text-muted);opacity:1}.happy2-search-field__hint{flex:none}.happy2-search-field__hint.happy2-key-cap{border-radius:2px}.happy2-rail,.happy2-rail *{box-sizing:border-box}.happy2-rail{width:76px;height:100%;font-family:var(--happy2-font-ui);font-synthesis:none;background:0 0;flex-direction:column;flex:none;align-items:center;padding:10px 0 20px;display:flex}.happy2-rail__brand{flex:none;justify-content:center;margin-bottom:12px;display:flex}.happy2-rail__brand-image{object-fit:contain;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;width:34px;height:34px;display:block}.happy2-rail__items{flex-direction:column;flex:none;align-items:center;gap:4px;width:100%;display:flex}.happy2-rail__item{width:60px;height:52px;color:var(--happy2-text-muted);font-family:var(--happy2-font-ui);font-synthesis:none;appearance:none;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:4px;margin:0;padding:0;transition:background-color .12s,color .12s;display:flex}.happy2-rail__item:hover{background:var(--happy2-bg-hover);color:var(--happy2-text-secondary)}.happy2-rail__item:focus-visible{outline:var(--happy2-focus-ring);outline-offset:2px}.happy2-rail__item[data-active]{background:var(--happy2-accent-soft);color:var(--happy2-accent-strong)}.happy2-rail__item-icon{flex:none;width:20px;height:20px;display:block;position:relative}.happy2-rail__item-badge{display:block;position:absolute;top:-6px;left:13px}.happy2-rail__item-badge>.happy2-count-badge{border-radius:6px}.happy2-rail__item-label{letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap;max-width:56px;margin-right:-.02em;font-size:10px;font-weight:700;line-height:12px;display:block;overflow:hidden}.happy2-rail__item[data-active] .happy2-rail__item-label{color:var(--happy2-text)}.happy2-rail__footer{flex-direction:column;flex:none;align-items:center;gap:14px;margin-top:auto;padding-top:10px;display:flex}.happy2-rail__primary-wrap{flex:none;display:flex;position:relative}.happy2-rail__primary{background:var(--happy2-accent);border-radius:var(--happy2-radius-pill);width:36px;height:36px;color:var(--happy2-text-on-accent);appearance:none;cursor:pointer;border:0;flex:none;justify-content:center;align-items:center;margin:0;padding:0;transition:background-color .12s,transform .12s;display:flex}.happy2-rail__primary:hover{background:var(--happy2-accent-strong)}.happy2-rail__primary:active{transform:scale(.94)}.happy2-rail__primary:focus-visible{outline:var(--happy2-focus-ring);outline-offset:2px}.happy2-rail__primary-popover{z-index:40;filter:drop-shadow(0 12px 24px #00000047);display:flex;position:absolute;bottom:0;left:calc(100% + 8px)}.happy2-rail__footer-action{border-radius:var(--happy2-radius-pill);appearance:none;cursor:pointer;background:0 0;border:0;flex:none;place-items:center;width:36px;height:36px;margin:0;padding:0;display:grid}.happy2-rail__footer-action:focus-visible{outline:var(--happy2-focus-ring);outline-offset:2px}.happy2-sidebar,.happy2-sidebar *{box-sizing:border-box}.happy2-sidebar{width:288px;height:100%;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;-webkit-user-select:none;user-select:none;background:0 0;flex-direction:column;flex:none;display:flex;overflow:hidden}.happy2-sidebar__header{flex:none;align-items:center;gap:8px;height:52px;padding:0 16px;display:flex}.happy2-sidebar__heading{flex-direction:column;flex:1;min-width:0;display:flex}.happy2-sidebar__title-row{align-items:center;gap:5px;min-width:0;display:flex}.happy2-sidebar__title{color:var(--happy2-text);letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;transform:translateY(var(--happy2-sidebar-header-optical-y,0px));font-size:15px;font-weight:800;line-height:20px;display:block;overflow:hidden}.happy2-sidebar__title-chevron{color:var(--happy2-text-muted);transform:translateY(var(--happy2-sidebar-chevron-optical-y,0px));flex:none;display:flex}.happy2-sidebar__subtitle{color:var(--happy2-text-muted);text-overflow:ellipsis;white-space:nowrap;transform:translateY(var(--happy2-sidebar-header-optical-y,0px));font-size:11px;font-weight:500;line-height:14px;display:block;overflow:hidden}.happy2-sidebar__compose{margin-right:-6px}.happy2-sidebar__body{flex:1;min-height:0;padding:8px;overflow:hidden auto}.happy2-sidebar__section{flex-direction:column;gap:2px;display:flex}.happy2-sidebar__section+.happy2-sidebar__section{margin-top:12px}.happy2-sidebar__section-head{flex:none;justify-content:space-between;align-items:center;height:24px;padding:0 10px;display:flex}.happy2-sidebar__section-label{color:var(--happy2-text-faint);font-family:var(--happy2-font-mono);letter-spacing:.08em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;transform:translateY(var(--happy2-sidebar-section-optical-y,0px));font-size:11px;font-weight:700;line-height:24px;display:block;overflow:hidden}.happy2-sidebar__section-action{width:18px;height:18px;color:var(--happy2-text-muted);appearance:none;cursor:pointer;opacity:0;background:0 0;border:none;border-radius:4px;flex:none;justify-content:center;align-items:center;margin:0 -3px 0 0;padding:0;transition:background-color .12s,color .12s,opacity .12s;display:flex}.happy2-sidebar__section-head:hover .happy2-sidebar__section-action,.happy2-sidebar__section-action:focus-visible{opacity:1}.happy2-sidebar__section-action:hover{background:var(--happy2-bg-hover);color:var(--happy2-text-secondary)}.happy2-sidebar__section-action:focus-visible{outline:var(--happy2-focus-ring);outline-offset:1px}.happy2-sidebar__empty{background:var(--happy2-bg-inset);border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-md);text-align:center;flex-direction:column;align-items:center;gap:8px;margin:4px 4px 8px;padding:16px 14px;display:flex}.happy2-sidebar__empty-media{background:var(--happy2-bg-raised);border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-sm);width:32px;height:32px;color:var(--happy2-text-muted);flex:none;justify-content:center;align-items:center;margin-bottom:2px;display:flex}.happy2-sidebar__empty-title{color:var(--happy2-text-secondary);font-size:12px;font-weight:700;line-height:16px}.happy2-sidebar__empty-description{color:var(--happy2-text-muted);text-wrap:balance;font-size:11px;font-weight:500;line-height:15px}.happy2-sidebar__empty-action{max-width:100%;margin-top:2px}.happy2-sidebar__item{border-radius:var(--happy2-radius-sm);width:100%;height:32px;color:var(--happy2-text-secondary);font-family:var(--happy2-font-ui);font-synthesis:none;text-align:left;appearance:none;cursor:pointer;background:0 0;border:none;flex:none;align-items:center;gap:8px;margin:0;padding:0 10px;transition:background-color .12s,color .12s;display:flex}.happy2-sidebar__item:hover{background:var(--happy2-bg-hover)}.happy2-sidebar__item:focus-visible{outline:var(--happy2-focus-ring);outline-offset:-2px}.happy2-sidebar__item[data-active]{background:var(--happy2-bg-raised);color:var(--happy2-text)}.happy2-sidebar__item-leading{width:20px;color:var(--happy2-text-muted);flex:none;justify-content:center;align-items:center;display:flex}.happy2-sidebar__item[data-active] .happy2-sidebar__item-leading{color:var(--happy2-text)}.happy2-sidebar__item-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;transform:translateY(var(--happy2-sidebar-label-optical-y,0px));flex:1;font-size:13px;font-weight:500;line-height:16px;display:block;overflow:hidden}.happy2-sidebar__item[data-active] .happy2-sidebar__item-label{font-weight:600}.happy2-sidebar__item[data-unread]{color:var(--happy2-text)}.happy2-sidebar__item[data-unread] .happy2-sidebar__item-label{font-weight:700}.happy2-sidebar__item[data-kind=action]{color:var(--happy2-text-muted)}.happy2-sidebar__item-badge{flex:none}.happy2-sidebar__item-meta{color:var(--happy2-text-muted);transform:translateY(var(--happy2-sidebar-meta-optical-y,0px));flex:none;font-size:11px;font-weight:500;line-height:16px;display:block}.happy2-sidebar__item-working{color:var(--happy2-text-muted);font-family:var(--happy2-font-mono);transform:translateY(var(--happy2-sidebar-working-optical-y,0px));flex:none;font-size:11px;font-weight:500;line-height:16px;display:block}.happy2-sidebar__item-status{border-radius:var(--happy2-radius-pill);flex:none;width:8px;height:8px;margin-right:1px}.happy2-sidebar__item-status[data-status=ready]{background:var(--happy2-online)}.happy2-sidebar__item-status[data-status=working]{background:var(--happy2-warning);box-shadow:0 0 0 3px var(--happy2-warning-soft)}.happy2-sidebar__footer{border-top:1px solid var(--happy2-border);flex:none;align-items:center;height:52px;padding:0 16px;display:flex}.happy2-sidebar{--happy2-sidebar-label-optical-y:-.4px;--happy2-sidebar-meta-optical-y:1px;--happy2-sidebar-working-optical-y:-.6px;--happy2-sidebar-section-optical-y:0px;--happy2-sidebar-header-optical-y:.5px;--happy2-sidebar-chevron-optical-y:1px}@supports ((-moz-appearance:none)){.happy2-sidebar{--happy2-sidebar-label-optical-y:-.7px;--happy2-sidebar-meta-optical-y:0px;--happy2-sidebar-header-optical-y:0px;--happy2-sidebar-chevron-optical-y:.75px}}@supports (background:-webkit-named-image(i)){.happy2-sidebar{--happy2-sidebar-label-optical-y:-.85px;--happy2-sidebar-meta-optical-y:0px;--happy2-sidebar-working-optical-y:-.8px;--happy2-sidebar-header-optical-y:0px;--happy2-sidebar-chevron-optical-y:.5px}}.happy2-app-shell{box-sizing:border-box;background-color:var(--happy2-bg-chrome);background-image:var(--happy2-bg-window);width:100%;min-width:1024px;height:100%;min-height:704px;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;flex-direction:column;display:flex;overflow:hidden}.happy2-app-shell__title-bar{box-sizing:border-box;flex:none;min-width:0}.happy2-app-shell__body{box-sizing:border-box;flex:1;min-height:0;display:flex}.happy2-app-shell__rail{box-sizing:border-box;flex:none;align-items:stretch;min-height:0;display:flex}.happy2-app-shell__content{box-sizing:border-box;flex:1;gap:8px;min-width:0;min-height:0;padding:0 8px 8px 0;display:flex}.happy2-app-shell__main{box-sizing:border-box;background:var(--happy2-bg-app);border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-window);flex-direction:row;flex:1;min-width:0;min-height:0;display:flex;overflow:hidden}.happy2-app-shell__sidebar{box-sizing:border-box;background:var(--happy2-bg-chrome);flex:none;align-items:stretch;min-height:0;display:flex;position:relative}.happy2-app-shell__sidebar:after{z-index:1;background:var(--happy2-border);content:"";pointer-events:none;width:1px;position:absolute;top:0;bottom:0;right:0}.happy2-app-shell__workspace{box-sizing:border-box;flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.happy2-app-shell__panel{box-sizing:border-box;background:var(--happy2-bg-app);border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-window);flex-direction:column;flex:none;min-height:0;display:flex;overflow:hidden}.happy2-channel-header,.happy2-channel-header *,.happy2-channel-header__info,.happy2-channel-header__meta{box-sizing:border-box}.happy2-channel-header{border-bottom:1px solid var(--happy2-border);width:100%;height:52px;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;background:0 0;align-items:center;gap:12px;margin:0;padding:0 16px;display:flex}.happy2-channel-header__info{flex:auto;align-items:center;gap:8px;min-width:0;display:flex}.happy2-channel-header__star{border-radius:var(--happy2-radius-sm);width:28px;height:28px;color:var(--happy2-text-muted);appearance:none;cursor:pointer;background:0 0;border:0;flex:none;justify-content:center;align-items:center;margin:0 -2px 0 -6px;padding:0;transition:background-color .12s,color .12s;display:inline-flex}.happy2-channel-header__star:hover{background:var(--happy2-bg-hover);color:var(--happy2-text-secondary)}.happy2-channel-header__star:focus-visible{outline:var(--happy2-focus-ring);outline-offset:2px}.happy2-channel-header__star[data-starred]{color:var(--happy2-warning)}.happy2-channel-header__lead{min-width:0;font-family:var(--happy2-font-ui);font-synthesis:none;color:var(--happy2-text);flex:0 auto;align-items:center;gap:8px;margin:0;padding:0;display:inline-flex}.happy2-channel-header__lead--button{border-radius:var(--happy2-radius-sm);appearance:none;cursor:pointer;background:0 0;border:0;height:28px;margin:0 -8px;padding:0 8px;transition:background-color .12s}.happy2-channel-header__lead--button:hover{background:var(--happy2-bg-hover)}.happy2-channel-header__lead--button:focus-visible{outline:var(--happy2-focus-ring);outline-offset:2px}.happy2-channel-header__icon{color:var(--happy2-text-muted);flex:none;display:flex}.happy2-channel-header__title{min-width:0;color:var(--happy2-text);white-space:nowrap;text-overflow:ellipsis;flex:0 auto;margin:0;font-size:15px;font-weight:700;line-height:20px;display:block;overflow:hidden}.happy2-channel-header__title-ink{text-overflow:ellipsis;white-space:nowrap;transform:translateY(var(--happy2-channel-title-optical-y,-1px));display:block;overflow:hidden}@supports ((-moz-appearance:none)){.happy2-channel-header__title-ink{--happy2-channel-title-optical-y:-1.5px}.happy2-channel-header__topic-ink{--happy2-channel-topic-optical-y:-1px}}.happy2-channel-header__dot{border-radius:var(--happy2-radius-pill);background:var(--happy2-text-faint);flex:none;width:3px;height:3px}.happy2-channel-header__topic{min-width:0;color:var(--happy2-text-muted);flex:0 auto;font-size:12px;font-weight:400;line-height:16px}.happy2-channel-header__topic-ink{text-overflow:ellipsis;white-space:nowrap;transform:translateY(var(--happy2-channel-topic-optical-y,-.5px));display:block;overflow:hidden}.happy2-channel-header__meta{flex:none;align-items:center;gap:8px;display:flex}.happy2-channel-header__members{height:28px;color:var(--happy2-text-muted);font-family:var(--happy2-font-ui);font-synthesis:none;flex:none;align-items:center;gap:6px;margin:0;padding:0 8px;display:inline-flex}.happy2-channel-header__members--button{border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-sm);appearance:none;cursor:pointer;background:0 0;transition:background-color .12s,border-color .12s,color .12s}.happy2-channel-header__members--button:hover{background:var(--happy2-bg-hover);border-color:var(--happy2-border-strong);color:var(--happy2-text-secondary)}.happy2-channel-header__members--button:focus-visible{outline:var(--happy2-focus-ring);outline-offset:2px}.happy2-channel-header__member-count{font-variant-numeric:tabular-nums;font-size:13px;font-weight:600;line-height:16px;display:block}.happy2-channel-header__member-count-ink{display:block}.happy2-channel-header__actions{flex:none;align-items:center;gap:8px;display:flex}.happy2-channel-header__menu{flex:none;display:flex;position:relative}.happy2-channel-header__menu-popover{z-index:40;position:absolute;top:calc(100% + 6px);right:0}.happy2-message,.happy2-message *,.happy2-message-list,.happy2-message-list>*,.happy2-day-divider,.happy2-day-divider *{box-sizing:border-box}.happy2-message{font-family:var(--happy2-font-ui);font-synthesis:none;color:var(--happy2-text);align-items:flex-start;column-gap:12px;padding:6px 20px;transition:background-color .12s;display:flex;position:relative}.happy2-message:hover{background:var(--happy2-bg-hover)}.happy2-message[data-grouped]{padding-top:2px;padding-bottom:2px}.happy2-message__gutter,.happy2-message__content{transition:color .12s,opacity .12s}.happy2-message[data-delivery-state=sending] .happy2-message__gutter,.happy2-message[data-delivery-state=sending] .happy2-message__content{opacity:.56}.happy2-message[data-delivery-state=failed] .happy2-message__content{color:var(--happy2-text-secondary);opacity:.78}.happy2-message__gutter{flex:0 0 36px;justify-content:flex-end;align-items:flex-start;width:36px;min-width:0;display:flex}.happy2-message__gutter-time{font-family:var(--happy2-font-mono);color:var(--happy2-text-muted);white-space:nowrap;text-align:right;font-variant-numeric:tabular-nums;opacity:0;font-size:11px;font-weight:500;line-height:22px;transition:opacity .1s;display:block;position:relative;top:1px}.happy2-message:hover .happy2-message__gutter-time,.happy2-message:focus-within .happy2-message__gutter-time,.happy2-message[data-actions-visible] .happy2-message__gutter-time{opacity:1}.happy2-message__content{flex-direction:column;flex:1;min-width:0;display:flex}.happy2-message__meta{align-items:center;gap:8px;height:20px;margin-bottom:2px;display:flex}.happy2-message__author{color:var(--happy2-text);white-space:nowrap;font-size:14px;font-weight:700;line-height:20px;display:block}.happy2-message__time{font-family:var(--happy2-font-mono);color:var(--happy2-text-muted);white-space:nowrap;font-size:11px;font-weight:500;line-height:16px;display:block}.happy2-message__body{color:var(--happy2-text);overflow-wrap:anywhere;font-size:15px;line-height:22px}.happy2-message__mention{background:var(--happy2-accent-soft);color:var(--happy2-accent-strong);white-space:nowrap;-webkit-box-decoration-break:clone;box-decoration-break:clone;border-radius:4px;padding:.3px 5px 1.7px;font-weight:500}.happy2-message__code{font-family:var(--happy2-font-mono);background:var(--happy2-bg-inset);white-space:nowrap;-webkit-box-decoration-break:clone;box-decoration-break:clone;border-radius:4px;padding:1.5px 5px .5px;font-size:13px}.happy2-message__link{color:var(--happy2-accent);cursor:pointer;text-decoration:none}.happy2-message__link:hover{color:var(--happy2-accent-strong);text-decoration:underline}.happy2-message__body--markdown>*{min-width:0;margin:0}.happy2-message__body--markdown>*+:not(.happy2-message__caret):not(.happy2-message__gen-failed){margin-top:8px}.happy2-message__body--markdown p{font-size:15px;line-height:22px}.happy2-message__body--markdown h1,.happy2-message__body--markdown h2,.happy2-message__body--markdown h3,.happy2-message__body--markdown h4,.happy2-message__body--markdown h5,.happy2-message__body--markdown h6{color:var(--happy2-text);font-weight:700;line-height:24px}.happy2-message__body--markdown h1{font-size:19px;font-weight:800}.happy2-message__body--markdown h2{font-size:17px;font-weight:800}.happy2-message__body--markdown h3{font-size:15px}.happy2-message__body--markdown h4,.happy2-message__body--markdown h5,.happy2-message__body--markdown h6{font-size:14px}.happy2-message__body--markdown strong{font-weight:700}.happy2-message__body--markdown em{font-style:italic}.happy2-message__body--markdown ul,.happy2-message__body--markdown ol{padding-left:20px;font-size:15px;line-height:22px}.happy2-message__body--markdown li+li{margin-top:2px}.happy2-message__body--markdown a,.happy2-message__md-link{color:var(--happy2-accent);cursor:pointer;overflow-wrap:anywhere;text-decoration:none}.happy2-message__body--markdown a:hover,.happy2-message__md-link:hover{color:var(--happy2-accent-strong);text-decoration:underline}.happy2-message__body--markdown code{font-family:var(--happy2-font-mono);background:var(--happy2-bg-inset);border-radius:4px;padding:1px 5px;font-size:13px}.happy2-message__body--markdown pre{background:var(--happy2-bg-code);border:1px solid var(--happy2-border);border-radius:8px;max-width:100%;padding:10px 12px;overflow-x:auto}.happy2-message__body--markdown pre code{color:var(--happy2-text);white-space:pre;background:0 0;border-radius:0;padding:0;line-height:20px;display:block}.happy2-message__body--markdown blockquote{border-left:2px solid var(--happy2-border-strong);color:var(--happy2-text-secondary);padding-left:10px}.happy2-message__body--markdown hr{background:var(--happy2-border);border:0;height:1px}.happy2-message__caret{background:var(--happy2-accent);vertical-align:text-bottom;border-radius:2px;width:8px;height:15px;display:inline-block}.happy2-message__gen-failed{background:var(--happy2-danger);border-radius:var(--happy2-radius-pill);width:8px;height:8px;display:inline-block}.happy2-message__attachments{flex-direction:column;gap:4px;min-width:0;margin-top:8px;display:flex}.happy2-message__attachments>.happy2-file-attachment{align-self:flex-start}.happy2-message:not([data-has-body]) .happy2-message__media,.happy2-message:not([data-has-body]) .happy2-message__attachments{margin-top:4px}.happy2-message__media{gap:4px;min-width:0;max-width:420px;margin-top:8px;display:grid}.happy2-message__media[data-count="1"]{grid-template-columns:minmax(0,max-content)}.happy2-message__media[data-count="2"],.happy2-message__media[data-count="3"],.happy2-message__media[data-count="4"]{grid-template-columns:repeat(2,minmax(0,1fr))}.happy2-message__media-item{background:var(--happy2-bg-inset);border:1px solid var(--happy2-border);appearance:none;cursor:zoom-in;border-radius:8px;margin:0;padding:0;transition:border-color .12s;display:block;overflow:hidden}.happy2-message__media[data-count="2"] .happy2-message__media-item,.happy2-message__media[data-count="3"] .happy2-message__media-item,.happy2-message__media[data-count="4"] .happy2-message__media-item{aspect-ratio:1}.happy2-message__media-item:hover{border-color:var(--happy2-border-strong)}.happy2-message__media-item:focus-visible{outline:var(--happy2-focus-ring);outline-offset:2px}.happy2-message__media-image{object-fit:cover;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block}.happy2-message__media[data-count="1"] .happy2-message__media-item:not([data-fixed]) .happy2-message__media-image{width:auto;max-width:380px;height:auto;max-height:320px}.happy2-message__reactions{flex-wrap:wrap;align-items:center;gap:6px;margin-top:6px;display:flex}.happy2-message__react-add{border-radius:var(--happy2-radius-pill);width:24px;height:24px;color:var(--happy2-text-muted);font-family:var(--happy2-font-ui);appearance:none;cursor:pointer;background:0 0;border:1px solid #0000;flex:none;justify-content:center;align-items:center;margin:0;padding:0;transition:background-color .12s,border-color .12s,color .12s;display:inline-flex}.happy2-message__react-add:hover{background:var(--happy2-bg-inset);border-color:var(--happy2-border);color:var(--happy2-text-secondary)}.happy2-message__react-add:focus-visible{outline:var(--happy2-focus-ring);outline-offset:2px}.happy2-message__replies{font-family:var(--happy2-font-ui);color:var(--happy2-accent);font-synthesis:none;appearance:none;cursor:pointer;background:0 0;border:0;align-items:center;margin:6px 0 0;padding:0;font-size:12px;font-weight:700;line-height:16px;transition:color .12s;display:inline-flex}.happy2-message__replies:hover{color:var(--happy2-accent-strong);text-decoration:underline}.happy2-message__replies:focus-visible{outline:var(--happy2-focus-ring);outline-offset:2px;border-radius:4px}.happy2-message__actions{z-index:2;background:var(--happy2-bg-raised);border:1px solid var(--happy2-border-strong);border-radius:var(--happy2-radius-sm);opacity:0;pointer-events:none;align-items:center;padding:2px;transition:opacity .1s,transform .1s;display:flex;position:absolute;top:4px;right:20px;transform:translateY(-2px);box-shadow:0 6px 18px #00000052}.happy2-message:hover>.happy2-message__actions,.happy2-message:focus-within>.happy2-message__actions,.happy2-message[data-actions-visible]>.happy2-message__actions{opacity:1;pointer-events:auto;transform:translateY(0)}.happy2-message__action.happy2-button:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.happy2-message__action.happy2-button:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.happy2-message__popover{z-index:30;position:fixed}.happy2-message__popover--reaction{width:234px}.happy2-message__popover--menu{width:196px}.happy2-message-list{min-height:0;font-family:var(--happy2-font-ui);font-synthesis:none;scrollbar-width:thin;scrollbar-color:var(--happy2-border-strong) transparent;flex-direction:column;flex:1;padding:12px 0;display:flex;overflow:hidden auto}.happy2-message-list:hover{scrollbar-color:var(--happy2-text-faint) transparent}.happy2-message-list::-webkit-scrollbar{width:12px;height:12px}.happy2-message-list::-webkit-scrollbar-track{background:0 0}.happy2-message-list::-webkit-scrollbar-thumb{background-color:var(--happy2-border-strong);border-radius:var(--happy2-radius-pill);background-clip:padding-box;border:3px solid #0000}.happy2-message-list:hover::-webkit-scrollbar-thumb{background-color:var(--happy2-text-faint)}.happy2-message-list::-webkit-scrollbar-thumb:hover{background-color:var(--happy2-text-muted)}.happy2-message-list::-webkit-scrollbar-corner{background:0 0}.happy2-message-list__spacer{flex:none;margin-top:auto}.happy2-message-list__intro{flex:none;padding:6px 20px 14px}.happy2-message-list__intro-title{color:var(--happy2-text);margin:0;font-size:17px;font-weight:800;line-height:24px}.happy2-message-list__intro-description{color:var(--happy2-text-secondary);margin:2px 0 0;font-size:13px;font-weight:400;line-height:20px}.happy2-day-divider{font-family:var(--happy2-font-ui);font-synthesis:none;flex:none;align-items:center;gap:12px;padding:10px 20px;display:flex}.happy2-day-divider__line{background:var(--happy2-border);flex:1;height:1px;display:block}.happy2-day-divider__label{background:var(--happy2-bg-inset);border-radius:var(--happy2-radius-pill);height:20px;font-family:var(--happy2-font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--happy2-text-secondary);white-space:nowrap;flex:none;padding:0 9.34px 0 10px;font-size:11px;font-weight:700;line-height:20px;display:block}@supports ((-moz-appearance:none)){.happy2-message__author{position:relative;top:-1px}.happy2-message__body{position:relative;top:-.5px}.happy2-message__mention{padding:0 5px 2.4px}.happy2-message__code{padding:1px 5px}}@supports (background:-webkit-named-image(i)){.happy2-message__author{position:relative;top:-1px}}.happy2-agent-run-card,.happy2-agent-run-card *{box-sizing:border-box}.happy2-agent-run-card{background-color:var(--happy2-bg-surface);border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-md);max-width:680px;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;margin:0;padding:16px;display:block;position:relative;overflow:hidden}.happy2-agent-run-card[data-status=review]{border-color:color-mix(in srgb, var(--happy2-success) 35%, transparent);background-color:color-mix(in srgb, var(--happy2-success) 5%, var(--happy2-bg-surface));box-shadow:0 0 24px var(--happy2-success-soft)}.happy2-agent-run-card[data-status=queued]{border-style:dashed;border-color:var(--happy2-border-strong)}.happy2-agent-run-card__progress{background-color:var(--happy2-bg-inset);height:3px;position:absolute;top:0;left:0;right:0}.happy2-agent-run-card__progress-fill{background-image:var(--happy2-brand-gradient);height:3px}.happy2-agent-run-card__header{align-items:center;gap:8px;height:28px;display:flex}.happy2-agent-run-card__name{white-space:nowrap;align-items:center;gap:5px;min-width:0;display:inline-flex}.happy2-agent-run-card__agent{color:var(--happy2-text);text-overflow:ellipsis;font-size:13px;font-weight:700;line-height:18px;display:block;overflow:hidden}.happy2-agent-run-card__kind{color:var(--happy2-text-muted);font-size:13px;font-weight:500;line-height:18px;display:block}.happy2-agent-run-card__check{color:var(--happy2-success);flex:none;display:flex}.happy2-agent-run-card__toggle{border-radius:var(--happy2-radius-sm);width:24px;height:24px;color:var(--happy2-text-muted);cursor:pointer;appearance:none;background:0 0;border:0;flex:none;justify-content:center;align-items:center;margin:0 0 0 auto;padding:0;transition:background-color .12s,color .12s;display:flex}.happy2-agent-run-card__toggle:hover{background-color:var(--happy2-bg-hover);color:var(--happy2-text-secondary)}.happy2-agent-run-card__toggle:focus-visible{outline:var(--happy2-focus-ring);outline-offset:2px}.happy2-agent-run-card__toggle-icon{transition:transform .12s;display:flex}.happy2-agent-run-card[data-expanded] .happy2-agent-run-card__toggle-icon{transform:rotate(180deg)}.happy2-agent-run-card__title{color:var(--happy2-text);letter-spacing:-.01em;margin:8px 0 0;font-size:15px;font-weight:700;line-height:20px}.happy2-agent-run-card__meta{font-family:var(--happy2-font-mono);white-space:nowrap;align-items:center;gap:12px;margin-top:8px;font-size:12px;font-weight:500;line-height:16px;display:flex}.happy2-agent-run-card__added{color:var(--happy2-diff-add);flex:none;display:block}.happy2-agent-run-card__removed{color:var(--happy2-diff-del);flex:none;display:block}.happy2-agent-run-card__detail{color:var(--happy2-text-muted);text-overflow:ellipsis;display:block;overflow:hidden}.happy2-agent-run-card__branch{font-family:var(--happy2-font-mono);white-space:nowrap;align-items:center;gap:6px;margin-top:8px;font-size:12px;font-weight:500;line-height:16px;display:flex}.happy2-agent-run-card__branch-icon{color:var(--happy2-text-muted);flex:none;display:flex}.happy2-agent-run-card__branch-name{color:var(--happy2-text-secondary);text-overflow:ellipsis;display:block;overflow:hidden}.happy2-agent-run-card__steps{margin:8px 0 0;padding:0;list-style:none;display:block}.happy2-agent-run-card__step{align-items:center;gap:8px;height:28px;display:flex}.happy2-agent-run-card__step-glyph{flex:none;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.happy2-agent-run-card__step[data-status=done] .happy2-agent-run-card__step-glyph{color:var(--happy2-success)}.happy2-agent-run-card__step-dot{border-radius:var(--happy2-radius-pill);width:8px;height:8px;display:block}.happy2-agent-run-card__step[data-status=working] .happy2-agent-run-card__step-dot{background-color:var(--happy2-accent);box-shadow:0 0 0 3px var(--happy2-accent-soft)}.happy2-agent-run-card__step[data-status=pending] .happy2-agent-run-card__step-dot{border:1px solid var(--happy2-text-faint);background-color:#0000}.happy2-agent-run-card__step-label{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;line-height:18px;display:block;overflow:hidden}.happy2-agent-run-card__step[data-status=done] .happy2-agent-run-card__step-label{color:var(--happy2-text-secondary)}.happy2-agent-run-card__step[data-status=working] .happy2-agent-run-card__step-label{color:var(--happy2-text);font-weight:600}.happy2-agent-run-card__step[data-status=pending] .happy2-agent-run-card__step-label{color:var(--happy2-text-muted)}.happy2-agent-run-card__body{margin-top:12px}.happy2-agent-run-card__actions{align-items:center;gap:8px;margin-top:12px;display:flex}.happy2-agent-run-card__agent,.happy2-agent-run-card__kind,.happy2-agent-run-card__added,.happy2-agent-run-card__removed,.happy2-agent-run-card__detail,.happy2-agent-run-card__branch-name,.happy2-agent-run-card__step-label{translate:0 var(--happy2-run-card-text-y,0px)}.happy2-agent-run-card__title{translate:0 var(--happy2-run-card-title-y,0px)}@supports ((-moz-appearance:none)){.happy2-agent-run-card{--happy2-run-card-text-y:-.5px;--happy2-run-card-title-y:-.5px}}@supports (background:-webkit-named-image(i)){.happy2-agent-run-card{--happy2-run-card-text-y:-.5px;--happy2-run-card-title-y:0px}}.happy2-approval-card,.happy2-approval-card *{box-sizing:border-box}.happy2-approval-card{background:var(--happy2-bg-surface);border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-md);width:100%;max-width:680px;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;margin:0;display:block;overflow:hidden}.happy2-approval-card[data-resolution=pending]{border-color:var(--happy2-warning-soft)}.happy2-approval-card__banner{border-bottom:1px solid var(--happy2-border);height:32px;font-family:var(--happy2-font-mono);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:8px;padding:0 16px;font-size:11px;font-weight:700;line-height:30px;display:flex}.happy2-approval-card[data-resolution=approved] .happy2-approval-card__banner{background:var(--happy2-success-soft);color:var(--happy2-success-strong)}.happy2-approval-card[data-resolution=denied] .happy2-approval-card__banner{background:var(--happy2-danger-soft);color:var(--happy2-danger-strong)}.happy2-approval-card__banner-label{transform:translateY(var(--happy2-approval-banner-optical-y,0px));line-height:31px;display:block}.happy2-approval-card__banner>.happy2-icon{transform:translateY(var(--happy2-approval-banner-icon-optical-y,0px))}.happy2-approval-card__body{padding:12px 16px}.happy2-approval-card__header{align-items:center;gap:8px;margin:0 0 10px;display:flex}.happy2-approval-card__chip{background:var(--happy2-warning-soft);width:26px;height:26px;color:var(--happy2-warning);border-radius:8px;flex:none;place-items:center;display:grid}.happy2-approval-card[data-resolution=approved] .happy2-approval-card__chip{background:var(--happy2-success-soft);color:var(--happy2-success)}.happy2-approval-card[data-resolution=denied] .happy2-approval-card__chip{background:var(--happy2-danger-soft);color:var(--happy2-danger)}.happy2-approval-card__agent{flex:none;align-items:center;gap:6px;margin-left:auto;display:flex}.happy2-approval-card__agent-name{color:var(--happy2-text-secondary);transform:translateY(var(--happy2-approval-agent-optical-y,0px));font-size:12px;font-weight:600;line-height:16px;display:block}.happy2-approval-card__title{color:var(--happy2-text);letter-spacing:-.01em;margin:0;font-size:15px;font-weight:700;line-height:20px}.happy2-approval-card__reason{color:var(--happy2-text-secondary);margin:4px 0 0;font-size:13px;font-weight:400;line-height:18px}.happy2-approval-card__action{background:var(--happy2-bg-code);border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-sm);color:var(--happy2-text);font-family:var(--happy2-font-mono);text-overflow:ellipsis;white-space:nowrap;margin:10px 0 0;padding:6px 10px;font-size:12px;font-weight:500;line-height:18px;display:block;overflow:hidden}.happy2-approval-card__action-text{text-overflow:ellipsis;transform:translateY(var(--happy2-approval-action-optical-y,0px));display:block;overflow:hidden}.happy2-approval-card__details{margin:12px 0 0}.happy2-approval-card__detail-label{color:var(--happy2-text-faint);font-family:var(--happy2-font-mono);letter-spacing:.08em;text-transform:uppercase;transform:translateY(var(--happy2-approval-detail-optical-y,0px));font-size:10px;font-weight:700;line-height:14px;display:block}.happy2-approval-card__detail-label+.happy2-approval-card__detail-label,.happy2-approval-card__impact+.happy2-approval-card__detail-label{margin-top:10px}.happy2-approval-card__impact{color:var(--happy2-text-secondary);margin:4px 0 0;font-size:13px;font-weight:400;line-height:18px}.happy2-approval-card__resources{flex-wrap:wrap;gap:6px;margin:6px 0 0;display:flex}.happy2-approval-card__footer{border-top:1px solid var(--happy2-border);align-items:center;gap:8px;padding:8px 16px;display:flex}.happy2-approval-card__state{min-width:0;color:var(--happy2-text-muted);align-items:center;gap:6px;display:flex}.happy2-approval-card[data-resolution=approved] .happy2-approval-card__state>.happy2-icon{color:var(--happy2-success)}.happy2-approval-card[data-resolution=denied] .happy2-approval-card__state>.happy2-icon{color:var(--happy2-danger)}.happy2-approval-card__state-label{text-overflow:ellipsis;white-space:nowrap;transform:translateY(var(--happy2-approval-state-optical-y,0px));font-size:12px;font-weight:500;line-height:16px;display:block;overflow:hidden}.happy2-approval-card__toggle{appearance:none;border-radius:var(--happy2-radius-sm);height:28px;color:var(--happy2-text-secondary);cursor:pointer;font-family:var(--happy2-font-ui);font-synthesis:none;background:0 0;border:none;flex:none;align-items:center;gap:4px;margin:0 0 0 auto;padding:0 8px;transition:background-color .12s,color .12s;display:flex}.happy2-approval-card__toggle:hover{background:var(--happy2-bg-hover);color:var(--happy2-text)}.happy2-approval-card__toggle:focus-visible{outline:var(--happy2-focus-ring);outline-offset:2px}.happy2-approval-card__toggle-label{transform:translateY(var(--happy2-approval-toggle-optical-y,0px));font-size:12px;font-weight:600;line-height:12px;display:block}.happy2-approval-card__toggle>.happy2-icon{transition:transform .12s}.happy2-approval-card__toggle[aria-expanded=true]>.happy2-icon{transform:rotate(180deg)}.happy2-approval-card{--happy2-approval-action-optical-y:-.5px;--happy2-approval-agent-optical-y:-.5px;--happy2-approval-banner-icon-optical-y:-.5px;--happy2-approval-banner-optical-y:.5px;--happy2-approval-detail-optical-y:1px;--happy2-approval-state-optical-y:-.75px;--happy2-approval-toggle-optical-y:-.5px}@supports ((-moz-appearance:none)){.happy2-approval-card{--happy2-approval-action-optical-y:-1px;--happy2-approval-agent-optical-y:-1px;--happy2-approval-banner-optical-y:0px;--happy2-approval-detail-optical-y:0px;--happy2-approval-state-optical-y:-1.25px;--happy2-approval-toggle-optical-y:-1px}}@supports (background:-webkit-named-image(i)){.happy2-approval-card{--happy2-approval-action-optical-y:-.75px;--happy2-approval-agent-optical-y:-.5px;--happy2-approval-banner-icon-optical-y:0px;--happy2-approval-banner-optical-y:.25px;--happy2-approval-detail-optical-y:.25px;--happy2-approval-state-optical-y:-.5px;--happy2-approval-toggle-optical-y:-.5px}}.happy2-event-card,.happy2-event-card *{box-sizing:border-box}.happy2-event-card{appearance:none;background:var(--happy2-bg-surface);border:1px solid var(--happy2-border);width:100%;max-width:680px;height:44px;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;text-align:left;border-radius:8px;flex:none;align-items:center;gap:10px;margin:0;padding:0 12px;display:flex}.happy2-event-card[data-clickable]{cursor:pointer;transition:background-color .12s,border-color .12s}.happy2-event-card[data-clickable]:hover{background-image:linear-gradient(var(--happy2-bg-hover), var(--happy2-bg-hover));border-color:var(--happy2-border-strong)}.happy2-event-card[data-clickable]:focus-visible{outline:var(--happy2-focus-ring);outline-offset:2px}.happy2-event-card__chip{background:var(--happy2-bg-inset);border-radius:var(--happy2-radius-sm);width:24px;height:24px;color:var(--happy2-text-muted);flex:none;place-items:center;display:grid}.happy2-event-card__text{min-width:0;transform:translateY(var(--happy2-event-text-optical-y,0px));align-items:baseline;gap:6px;display:flex}.happy2-event-card__title{color:var(--happy2-text);text-overflow:ellipsis;white-space:nowrap;flex:0 auto;font-size:13px;font-weight:600;line-height:18px;display:block;overflow:hidden}.happy2-event-card__meta{color:var(--happy2-text-muted);transform:translateY(var(--happy2-event-meta-optical-y,0px));flex:none;font-size:12px;font-weight:500;line-height:16px;display:block}.happy2-event-card__side{flex:none;align-items:center;gap:8px;margin-left:auto;display:flex}.happy2-event-card__transition{flex:none;align-items:center;gap:6px;display:flex}.happy2-event-card__transition>.happy2-icon{color:var(--happy2-text-faint)}.happy2-event-card__from{color:var(--happy2-text-muted);transform:translateY(var(--happy2-event-fromto-optical-y,0px));font-size:12px;font-weight:500;line-height:16px;display:block}.happy2-event-card__to{color:var(--happy2-accent-strong);transform:translateY(var(--happy2-event-fromto-optical-y,0px));font-size:12px;font-weight:600;line-height:16px;display:block}.happy2-event-card__time{color:var(--happy2-text-muted);font-family:var(--happy2-font-mono);transform:translateY(var(--happy2-event-time-optical-y,0px));flex:none;font-size:11px;font-weight:500;line-height:16px;display:block}.happy2-event-card{--happy2-event-fromto-optical-y:-.75px;--happy2-event-meta-optical-y:.5px;--happy2-event-text-optical-y:0px;--happy2-event-time-optical-y:0px}@supports ((-moz-appearance:none)){.happy2-event-card{--happy2-event-fromto-optical-y:-1.4px;--happy2-event-text-optical-y:-.5px}}@supports (background:-webkit-named-image(i)){.happy2-event-card{--happy2-event-fromto-optical-y:-.75px;--happy2-event-text-optical-y:-.5px}}.happy2-agent-desk,.happy2-agent-desk *{box-sizing:border-box}.happy2-agent-desk{width:100%;height:100%;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;flex-direction:column;display:flex;overflow:hidden}.happy2-agent-desk__header{border-bottom:1px solid var(--happy2-border);flex:none;align-items:center;gap:8px;height:48px;padding:0 14px;display:flex}.happy2-agent-desk__spark{color:var(--happy2-accent);translate:0 var(--happy2-agent-desk-spark-ty,0px)}.happy2-agent-desk__title{min-width:0;margin-top:var(--happy2-agent-desk-header-title-y,0px);margin-bottom:calc(-1 * var(--happy2-agent-desk-header-title-y,0px));color:var(--happy2-text);translate:0 var(--happy2-agent-desk-header-title-ty,0px);white-space:nowrap;text-overflow:ellipsis;flex:auto;font-size:13px;font-weight:800;line-height:16px;display:block;overflow:hidden}.happy2-agent-desk__count{flex:none}.happy2-agent-desk__body{flex-direction:column;flex:auto;gap:8px;min-height:0;padding:12px 14px 16px;display:flex;overflow-y:auto}.happy2-agent-desk__run{background:var(--happy2-bg-raised);border-radius:var(--happy2-radius-md);flex-direction:column;flex:none;gap:8px;padding:12px;display:flex}.happy2-agent-desk__run-head{align-items:center;gap:8px;display:flex}.happy2-agent-desk__run-title{min-width:0;margin-top:var(--happy2-agent-desk-run-title-y,0px);margin-bottom:calc(-1 * var(--happy2-agent-desk-run-title-y,0px));color:var(--happy2-text);white-space:nowrap;text-overflow:ellipsis;translate:0 var(--happy2-agent-desk-run-title-ty,0px);flex:auto;font-size:13px;font-weight:700;line-height:16px;display:block;overflow:hidden}.happy2-agent-desk__run-eta{margin-top:var(--happy2-agent-desk-run-eta-y,0px);margin-bottom:calc(-1 * var(--happy2-agent-desk-run-eta-y,0px));color:var(--happy2-text-muted);font-family:var(--happy2-font-mono);white-space:nowrap;translate:0 var(--happy2-agent-desk-run-eta-ty,0px);flex:none;font-size:11px;font-weight:500;line-height:14px;display:block}.happy2-agent-desk__run-detail{color:var(--happy2-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:16px;overflow:hidden}.happy2-agent-desk__run-track{background:var(--happy2-bg-inset);border-radius:var(--happy2-radius-pill);flex:none;height:3px;overflow:hidden}.happy2-agent-desk__run-fill{background:var(--happy2-brand-gradient);border-radius:var(--happy2-radius-pill);height:100%}.happy2-agent-desk__section-label{height:24px;color:var(--happy2-text-faint);font-family:var(--happy2-font-mono);letter-spacing:.08em;text-transform:uppercase;flex:none;align-items:flex-end;margin-top:4px;padding:0 2px;font-size:11px;font-weight:700;line-height:12px;display:flex}.happy2-agent-desk__queued,.happy2-agent-desk__done{width:100%;color:var(--happy2-text-secondary);font-family:var(--happy2-font-ui);font-synthesis:none;text-align:left;appearance:none;cursor:pointer;background:0 0;border:none;flex:none;align-items:center;gap:8px;margin:0;padding:0 12px;transition:background-color .12s,border-color .12s;display:flex}.happy2-agent-desk__queued:focus-visible,.happy2-agent-desk__done:focus-visible{outline:var(--happy2-focus-ring);outline-offset:-2px}.happy2-agent-desk__queued{border:1px dashed var(--happy2-border-strong);border-radius:8px;height:36px}.happy2-agent-desk__queued:hover{background:var(--happy2-bg-hover)}.happy2-agent-desk__done{background:var(--happy2-bg-hover);border-radius:8px;height:32px}.happy2-agent-desk__done:hover{background:var(--happy2-bg-inset)}.happy2-agent-desk__row-icon{color:var(--happy2-text-muted)}.happy2-agent-desk__done .happy2-agent-desk__row-icon{color:var(--happy2-success)}.happy2-agent-desk__row-title{min-width:0;margin-top:var(--happy2-agent-desk-row-title-y,0px);margin-bottom:calc(-1 * var(--happy2-agent-desk-row-title-y,0px));text-overflow:ellipsis;white-space:nowrap;translate:0 var(--happy2-agent-desk-row-title-ty,0px);flex:auto;font-size:12px;font-weight:500;line-height:16px;text-decoration:none;display:block;overflow:hidden}.happy2-agent-desk__row-meta{margin-top:var(--happy2-agent-desk-row-meta-y,0px);margin-bottom:calc(-1 * var(--happy2-agent-desk-row-meta-y,0px));color:var(--happy2-text-faint);font-family:var(--happy2-font-mono);white-space:nowrap;translate:0 var(--happy2-agent-desk-row-meta-ty,0px);flex:none;font-size:11px;font-weight:500;line-height:14px;display:block}.happy2-agent-desk{--happy2-agent-desk-spark-ty:-.5px;--happy2-agent-desk-header-title-ty:-1px;--happy2-agent-desk-run-title-ty:-.5px;--happy2-agent-desk-run-eta-ty:-.6px;--happy2-agent-desk-row-title-ty:-.5px;--happy2-agent-desk-row-meta-ty:-.4px}@supports ((-moz-appearance:none)){.happy2-agent-desk{--happy2-agent-desk-header-title-y:-1px;--happy2-agent-desk-run-title-y:-1px;--happy2-agent-desk-run-eta-y:-.6px;--happy2-agent-desk-row-title-y:-1px;--happy2-agent-desk-row-meta-y:-.4px}.happy2-agent-desk__title,.happy2-agent-desk__run-title,.happy2-agent-desk__run-eta,.happy2-agent-desk__row-title,.happy2-agent-desk__row-meta{translate:none}}@supports (background:-webkit-named-image(i)){.happy2-agent-desk{--happy2-agent-desk-spark-ty:0px;--happy2-agent-desk-header-title-ty:0px;--happy2-agent-desk-run-title-ty:0px;--happy2-agent-desk-run-eta-ty:0px;--happy2-agent-desk-row-title-ty:0px;--happy2-agent-desk-row-meta-ty:0px;--happy2-agent-desk-header-title-y:-1px;--happy2-agent-desk-run-title-y:-1px;--happy2-agent-desk-run-eta-y:-.6px;--happy2-agent-desk-row-title-y:-.5px;--happy2-agent-desk-row-meta-y:-.4px}}.happy2-composer,.happy2-composer *,.happy2-context-chips,.happy2-context-chips *,.happy2-mention-picker,.happy2-mention-picker *{box-sizing:border-box}.happy2-composer{background:var(--happy2-bg-surface);border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-md);font-family:var(--happy2-font-ui);font-synthesis:none;flex-direction:column;transition:border-color .12s;display:flex;position:relative}.happy2-composer:focus-within{border-color:var(--happy2-border-strong)}.happy2-composer__context{padding:8px 10px 0;display:flex}.happy2-composer__input{padding:12px 14px 4px}.happy2-composer__textarea{width:100%;height:22px;max-height:176px;color:var(--happy2-text);caret-color:var(--happy2-accent);font-family:var(--happy2-font-ui);font-synthesis:none;resize:none;transform:translateY(var(--happy2-composer-textarea-y,0px));background:0 0;border:none;border-radius:0;outline:none;margin:0;padding:0;font-size:15px;font-weight:400;line-height:22px;display:block;overflow-y:auto}.happy2-composer__textarea::placeholder{color:var(--happy2-text-muted);opacity:1}.happy2-composer__textarea:disabled{color:var(--happy2-text-muted);cursor:not-allowed}.happy2-composer[data-pending] .happy2-composer__textarea{color:var(--happy2-text-secondary);opacity:.64;cursor:wait}.happy2-composer__toolbar{align-items:center;height:40px;padding:0 6px;display:flex}.happy2-composer__actions{align-items:center;gap:2px;display:flex}.happy2-composer__actions>.happy2-button:first-child{border-bottom-left-radius:3px}.happy2-composer__trailing{align-items:center;gap:10px;margin-left:auto;display:flex}.happy2-composer__send{border-bottom-right-radius:3px}.happy2-composer__send .happy2-button__icon svg{width:16px;height:16px}.happy2-composer__hint{color:var(--happy2-text-faint);font-family:var(--happy2-font-mono);white-space:nowrap;font-size:11px;font-weight:500;line-height:14px}.happy2-composer__popover{z-index:20;position:absolute;bottom:calc(100% + 9px);left:11px}.happy2-composer__popover--emoji{left:11px}.happy2-composer__file-input{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.happy2-context-chips{font-family:var(--happy2-font-ui);font-synthesis:none;flex-wrap:wrap;align-items:center;gap:6px;display:flex}.happy2-context-chips__label{margin-top:var(--happy2-chips-label-y,0px);margin-right:2px;margin-bottom:calc(-1 * var(--happy2-chips-label-y,0px));color:var(--happy2-text-faint);font-family:var(--happy2-font-mono);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;font-size:10px;font-weight:700;line-height:24px}.happy2-context-chips__chip{background:var(--happy2-bg-inset);border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-sm);flex:none;align-items:center;gap:6px;height:24px;padding:0 8px;display:inline-flex}.happy2-context-chips__icon{color:var(--happy2-text-muted);flex:none;display:flex}.happy2-context-chips__text{margin-top:var(--happy2-chip-text-y,0px);margin-bottom:calc(-1 * var(--happy2-chip-text-y,0px));color:var(--happy2-text-secondary);white-space:nowrap;font-size:12px;font-weight:600;line-height:22px}.happy2-context-chips__detail{margin-top:var(--happy2-chip-detail-y,0px);margin-bottom:calc(-1 * var(--happy2-chip-detail-y,0px));color:var(--happy2-text-muted);white-space:nowrap;font-size:11px;font-weight:500;line-height:22px}.happy2-context-chips__remove{width:14px;height:14px;color:var(--happy2-text-muted);cursor:pointer;appearance:none;background:0 0;border:none;border-radius:4px;flex:none;justify-content:center;align-items:center;margin:0 -2px 0 -1px;padding:0;transition:background-color .12s,color .12s;display:flex}.happy2-context-chips__remove:hover{background:var(--happy2-bg-hover);color:var(--happy2-text)}.happy2-context-chips__remove:focus-visible{outline:var(--happy2-focus-ring);outline-offset:1px}.happy2-mention-picker{background:var(--happy2-bg-raised);border:1px solid var(--happy2-border-strong);border-radius:var(--happy2-radius-md);width:320px;font-family:var(--happy2-font-ui);font-synthesis:none;padding:6px;overflow:hidden;box-shadow:0 12px 32px #00000073}.happy2-mention-picker__header{height:26px;color:var(--happy2-text-faint);font-family:var(--happy2-font-mono);letter-spacing:.08em;text-transform:uppercase;align-items:center;padding:0 8px;font-size:11px;font-weight:700;line-height:12px;display:flex}.happy2-mention-picker__row{border-radius:var(--happy2-radius-sm);cursor:pointer;text-align:left;width:100%;height:44px;font-family:var(--happy2-font-ui);font-synthesis:none;appearance:none;background:0 0;border:none;align-items:center;gap:10px;margin:0;padding:0 8px;transition:background-color .12s;display:flex}.happy2-mention-picker__row:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.happy2-mention-picker__row:hover{background:var(--happy2-bg-hover)}.happy2-mention-picker__row[data-active]{background:var(--happy2-accent-soft)}.happy2-mention-picker__row:focus-visible{outline:var(--happy2-focus-ring);outline-offset:-2px}.happy2-mention-picker__meta{flex-direction:column;flex:auto;min-width:0;display:flex}.happy2-mention-picker__name{color:var(--happy2-text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;line-height:16px;overflow:hidden}.happy2-mention-picker__description{top:var(--happy2-picker-desc-y,0px);color:var(--happy2-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:400;line-height:16px;position:relative;overflow:hidden}.happy2-mention-picker__status{flex:none}.happy2-mention-picker__empty{height:44px;color:var(--happy2-text-muted);align-items:center;padding:0 8px;font-size:12px;line-height:16px;display:flex}.happy2-context-chips{--happy2-chip-text-y:0px;--happy2-chip-detail-y:1px;--happy2-chips-label-y:.75px}@supports ((-moz-appearance:none)){.happy2-composer{--happy2-composer-textarea-y:-.5px}.happy2-context-chips{--happy2-chip-text-y:-.5px;--happy2-chip-detail-y:0px;--happy2-chips-label-y:-.25px}.happy2-mention-picker{--happy2-picker-desc-y:-.5px}}@supports (background:-webkit-named-image(i)){.happy2-context-chips{--happy2-chip-detail-y:0px;--happy2-chips-label-y:.25px}}.happy2-text-field{box-sizing:border-box;width:240px;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;flex-direction:column;gap:6px;margin:0;display:inline-flex}.happy2-text-field *{box-sizing:border-box}.happy2-text-field[data-full-width]{width:100%;display:flex}.happy2-text-field[data-disabled]{opacity:.5}.happy2-text-field__label{color:var(--happy2-text);letter-spacing:0;align-items:center;gap:2px;font-size:13px;font-weight:600;line-height:16px;display:inline-flex}.happy2-text-field__required{color:var(--happy2-danger)}.happy2-text-field__control{background:var(--happy2-bg-inset);border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-sm);align-items:center;width:100%;margin:0;transition:border-color .12s;display:flex}.happy2-text-field__control[data-size=small]{column-gap:8px;height:28px;padding:0 10px}.happy2-text-field__control[data-size=medium]{column-gap:8px;height:36px;padding:0 12px}.happy2-text-field__control[data-size=large]{column-gap:8px;height:44px;padding:0 14px}.happy2-text-field__control[data-multiline]{align-items:flex-start;height:auto}.happy2-text-field__control[data-multiline][data-size=small]{padding:8px 10px}.happy2-text-field__control[data-multiline][data-size=medium]{padding:8px 12px}.happy2-text-field__control[data-multiline][data-size=large]{padding:8px 14px}.happy2-text-field__control:focus-within{border-color:var(--happy2-border-strong);outline:var(--happy2-focus-ring);outline-offset:1px}.happy2-text-field__control[data-invalid]{border-color:var(--happy2-danger)}.happy2-text-field__control[data-invalid]:focus-within{outline-color:var(--happy2-danger)}.happy2-text-field[data-disabled] .happy2-text-field__control{cursor:not-allowed}.happy2-text-field__icon{color:var(--happy2-text-muted);flex:none;display:flex}.happy2-text-field__input{appearance:none;min-width:0;color:var(--happy2-text);font-family:var(--happy2-font-ui);letter-spacing:0;font-synthesis:none;caret-color:var(--happy2-accent);background:0 0;border:none;outline:none;flex:auto;margin:0;padding:0;font-weight:500}.happy2-text-field__input::placeholder{color:var(--happy2-text-muted);opacity:1}.happy2-text-field__input::-webkit-search-decoration{appearance:none}.happy2-text-field__input::-webkit-search-cancel-button{appearance:none}.happy2-text-field[data-disabled] .happy2-text-field__input{cursor:not-allowed}.happy2-text-field__control[data-size=small] input.happy2-text-field__input{height:26px;font-size:12px;line-height:26px}.happy2-text-field__control[data-size=medium] input.happy2-text-field__input{height:34px;font-size:13px;line-height:34px}.happy2-text-field__control[data-size=large] input.happy2-text-field__input{height:42px;font-size:14px;line-height:42px}textarea.happy2-text-field__input{resize:none;width:100%;line-height:20px;display:block;overflow-y:auto}.happy2-text-field__control[data-size=small] textarea.happy2-text-field__input{font-size:12px}.happy2-text-field__control[data-size=medium] textarea.happy2-text-field__input{font-size:13px}.happy2-text-field__control[data-size=large] textarea.happy2-text-field__input{font-size:14px}.happy2-text-field__message{letter-spacing:0;font-size:12px;font-weight:500;line-height:16px}.happy2-text-field__message[data-tone=hint]{color:var(--happy2-text-muted)}.happy2-text-field__message[data-tone=error]{color:var(--happy2-danger)}.happy2-select,.happy2-select *{box-sizing:border-box}.happy2-select{color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;flex-direction:column;gap:6px;margin:0;display:inline-flex}.happy2-select[data-full-width]{width:100%;display:flex}.happy2-select[data-disabled]{cursor:not-allowed;opacity:.48}.happy2-select__label{color:var(--happy2-text-secondary);font-family:var(--happy2-font-ui);letter-spacing:0;font-synthesis:none;font-size:12px;font-weight:600;line-height:16px;display:block}.happy2-select__control{background:var(--happy2-bg-inset);border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-sm);align-items:center;width:100%;margin:0;padding:0;transition:border-color .12s;display:flex;position:relative}.happy2-select[data-error] .happy2-select__control{border-color:var(--happy2-danger)}.happy2-select__control:focus-within{border-color:var(--happy2-border-strong);outline:var(--happy2-focus-ring);outline-offset:1px}.happy2-select__value{min-width:0;color:var(--happy2-text);font-family:var(--happy2-font-ui);letter-spacing:0;font-synthesis:none;text-overflow:ellipsis;white-space:nowrap;flex:auto;font-weight:500;overflow:hidden}.happy2-select__value[data-placeholder]{color:var(--happy2-text-muted)}.happy2-select__chevron{color:var(--happy2-text-muted);pointer-events:none;flex:none;align-items:center;display:flex}.happy2-select__native{opacity:0;width:100%;height:100%;color:var(--happy2-text);font-family:var(--happy2-font-ui);cursor:pointer;appearance:none;background:0 0;border:none;outline:none;margin:0;padding:0;position:absolute;inset:0}.happy2-select[data-disabled] .happy2-select__native{cursor:not-allowed}.happy2-select__native option{background:var(--happy2-bg-raised);color:var(--happy2-text)}.happy2-select[data-size=small] .happy2-select__control{height:28px}.happy2-select[data-size=small] .happy2-select__value{padding:0 8px 0 10px;font-size:12px;line-height:16px}.happy2-select[data-size=small] .happy2-select__chevron{margin-right:9px}.happy2-select[data-size=medium] .happy2-select__control{height:36px}.happy2-select[data-size=medium] .happy2-select__value{padding:0 8px 0 12px;font-size:13px;line-height:18px}.happy2-select[data-size=medium] .happy2-select__chevron{margin-right:11px}.happy2-select[data-size=large] .happy2-select__control{height:44px}.happy2-select[data-size=large] .happy2-select__value{padding:0 8px 0 14px;font-size:14px;line-height:20px}.happy2-select[data-size=large] .happy2-select__chevron{margin-right:13px}.happy2-select__message{color:var(--happy2-text-muted);font-family:var(--happy2-font-ui);letter-spacing:0;font-synthesis:none;font-size:12px;font-weight:500;line-height:16px;display:block}.happy2-select[data-error] .happy2-select__message{color:var(--happy2-danger)}.happy2-switch{box-sizing:border-box;font-family:var(--happy2-font-ui);font-synthesis:none;text-align:left;cursor:pointer;background:0 0;border:0;align-items:flex-start;margin:0;padding:0;display:inline-flex}.happy2-switch[data-size=medium]{gap:10px}.happy2-switch[data-size=small]{gap:8px}.happy2-switch[data-disabled]{cursor:not-allowed;opacity:.48}.happy2-switch:focus-visible{outline:var(--happy2-focus-ring);outline-offset:2px;border-radius:var(--happy2-radius-sm)}.happy2-switch__track{box-sizing:border-box;border-radius:var(--happy2-radius-pill);background:var(--happy2-bg-inset);box-shadow:inset 0 0 0 1px var(--happy2-border-strong);flex:none;transition:background-color .14s;position:relative}.happy2-switch[data-checked] .happy2-switch__track{background:var(--happy2-accent);box-shadow:none}.happy2-switch[data-size=medium] .happy2-switch__track{width:36px;height:20px}.happy2-switch[data-size=small] .happy2-switch__track{width:28px;height:16px}.happy2-switch__thumb{box-sizing:border-box;border-radius:var(--happy2-radius-pill);background:var(--happy2-text-on-accent);transition:transform .14s;position:absolute;top:2px;left:2px}.happy2-switch[data-size=medium] .happy2-switch__thumb{width:16px;height:16px}.happy2-switch[data-size=small] .happy2-switch__thumb{width:12px;height:12px}.happy2-switch[data-size=medium][data-checked] .happy2-switch__thumb{transform:translate(16px)}.happy2-switch[data-size=small][data-checked] .happy2-switch__thumb{transform:translate(12px)}.happy2-switch__text{flex-direction:column;gap:2px;min-width:0;display:flex}.happy2-switch__label{color:var(--happy2-text);font-weight:500;display:block}.happy2-switch__description{color:var(--happy2-text-muted);font-weight:400;display:block}.happy2-switch[data-size=medium] .happy2-switch__label{font-size:13px;line-height:20px}.happy2-switch[data-size=medium] .happy2-switch__description,.happy2-switch[data-size=small] .happy2-switch__label{font-size:12px;line-height:16px}.happy2-switch[data-size=small] .happy2-switch__description{font-size:11px;line-height:16px}.happy2-checkbox{box-sizing:border-box;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;cursor:pointer;flex:none;align-items:center;gap:8px;margin:0;display:inline-flex;position:relative}.happy2-checkbox[data-disabled]{cursor:not-allowed;opacity:.48}.happy2-checkbox__control{opacity:0;width:18px;height:18px;cursor:inherit;margin:0;padding:0;position:absolute;top:0;left:0}.happy2-checkbox__box{box-sizing:border-box;border:1px solid var(--happy2-border-strong);border-radius:var(--happy2-radius-sm);background-color:var(--happy2-bg-inset);width:18px;height:18px;color:var(--happy2-text-on-accent);flex:none;justify-content:center;align-items:center;transition:background-color .12s,border-color .12s;display:flex}.happy2-checkbox:not([data-checked]):not([data-indeterminate]):hover:not([data-disabled]) .happy2-checkbox__box{border-color:var(--happy2-text-muted)}.happy2-checkbox[data-checked] .happy2-checkbox__box,.happy2-checkbox[data-indeterminate] .happy2-checkbox__box{border-color:var(--happy2-accent);background-color:var(--happy2-accent)}.happy2-checkbox:focus-within .happy2-checkbox__box{outline:var(--happy2-focus-ring);outline-offset:2px}.happy2-checkbox__dash{border-radius:var(--happy2-radius-pill);background-color:currentColor;flex:none;width:8px;height:2px;display:block}.happy2-checkbox__label{color:var(--happy2-text);-webkit-user-select:none;user-select:none;font-size:13px;font-weight:500;line-height:20px}.happy2-segmented-control{--happy2-segmented-pad:4px;--happy2-segmented-inner-radius:calc(var(--happy2-radius-sm) - var(--happy2-segmented-pad) - 1px);--happy2-segmented-count:1;--happy2-segmented-index:0;box-sizing:border-box;padding:var(--happy2-segmented-pad);border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-sm);background:var(--happy2-bg-inset);font-family:var(--happy2-font-ui);font-synthesis:none;grid-auto-rows:1fr;align-items:stretch;display:inline-grid;position:relative}.happy2-segmented-control[data-full-width]{width:100%;display:grid}.happy2-segmented-control[data-size=small]{height:28px}.happy2-segmented-control[data-size=medium]{height:36px}.happy2-segmented-control[data-size=large]{height:44px}.happy2-segmented-control__pill{top:var(--happy2-segmented-pad);bottom:var(--happy2-segmented-pad);left:var(--happy2-segmented-pad);box-sizing:border-box;width:calc((100% - 2 * var(--happy2-segmented-pad)) / var(--happy2-segmented-count));border:1px solid var(--happy2-border-strong);border-radius:var(--happy2-segmented-inner-radius);background:var(--happy2-bg-raised);transform:translateX(calc(var(--happy2-segmented-index) * 100%));transition:transform .16s;position:absolute}.happy2-segmented-control__segment{z-index:1;box-sizing:border-box;border-radius:var(--happy2-segmented-inner-radius);min-width:0;height:100%;color:var(--happy2-text-secondary);font-family:var(--happy2-font-ui);font-synthesis:none;letter-spacing:.01em;white-space:nowrap;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:6px;margin:0;padding:0 12px;font-weight:600;transition:color .12s;display:flex;position:relative}.happy2-segmented-control[data-size=small] .happy2-segmented-control__segment{font-size:12px;line-height:16px}.happy2-segmented-control[data-size=medium] .happy2-segmented-control__segment{font-size:13px;line-height:18px}.happy2-segmented-control[data-size=large] .happy2-segmented-control__segment{font-size:14px;line-height:20px}.happy2-segmented-control__segment[data-active],.happy2-segmented-control__segment:not([data-active]):hover:not(:disabled){color:var(--happy2-text)}.happy2-segmented-control__segment:focus-visible{outline:var(--happy2-focus-ring);outline-offset:-1px}.happy2-segmented-control__icon{flex:none;display:flex}.happy2-segmented-control__label{flex:none;display:block}.happy2-segmented-control[data-disabled]{cursor:not-allowed;opacity:.48}.happy2-segmented-control[data-disabled] .happy2-segmented-control__segment{cursor:not-allowed}.happy2-banner,.happy2-banner *{box-sizing:border-box}.happy2-banner{border:1px solid var(--happy2-border-strong);border-radius:var(--happy2-radius-md);background-color:var(--happy2-bg-inset);min-height:44px;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;text-align:left;flex:none;align-items:center;gap:12px;margin:0;padding:12px 14px;display:flex}.happy2-banner[data-tone=info]{border-color:var(--happy2-info);background-color:var(--happy2-info-soft)}.happy2-banner[data-tone=info] .happy2-banner__icon{color:var(--happy2-info)}.happy2-banner[data-tone=success]{border-color:var(--happy2-success);background-color:var(--happy2-success-soft)}.happy2-banner[data-tone=success] .happy2-banner__icon{color:var(--happy2-success)}.happy2-banner[data-tone=warning]{border-color:var(--happy2-warning);background-color:var(--happy2-warning-soft)}.happy2-banner[data-tone=warning] .happy2-banner__icon{color:var(--happy2-warning)}.happy2-banner[data-tone=danger]{border-color:var(--happy2-danger);background-color:var(--happy2-danger-soft)}.happy2-banner[data-tone=danger] .happy2-banner__icon{color:var(--happy2-danger)}.happy2-banner[data-tone=neutral]{border-color:var(--happy2-border-strong);background-color:var(--happy2-bg-inset)}.happy2-banner[data-tone=neutral] .happy2-banner__icon{color:var(--happy2-text-secondary)}.happy2-banner__icon{flex:none;place-items:center;width:18px;height:18px;display:grid}.happy2-banner__content{flex-direction:column;flex:auto;gap:4px;min-width:0;display:flex}.happy2-banner__title{color:var(--happy2-text);font-size:13px;font-weight:600;line-height:18px;display:block}.happy2-banner__message{color:var(--happy2-text-secondary);font-size:13px;font-weight:400;line-height:18px;display:block}.happy2-banner__actions{flex:none;align-items:center;gap:8px;margin-left:auto;display:flex}.happy2-banner__dismiss{border-radius:var(--happy2-radius-sm);width:18px;height:18px;color:var(--happy2-text-muted);cursor:pointer;background:0 0;border:0;flex:none;place-items:center;margin:0;padding:0;transition:background-color .12s,color .12s;display:grid}.happy2-banner__dismiss:hover{background:var(--happy2-bg-hover);color:var(--happy2-text)}.happy2-banner__dismiss:focus-visible{outline:var(--happy2-focus-ring);outline-offset:2px}.happy2-empty-state{box-sizing:border-box;color:var(--happy2-text-muted);font-family:var(--happy2-font-ui);font-synthesis:none;text-align:center;flex-direction:column;justify-content:center;align-items:center;margin:0;display:flex}.happy2-empty-state[data-size=panel]{width:100%;height:100%;padding:40px 32px}.happy2-empty-state[data-size=inline]{padding:24px}.happy2-empty-state__media{box-sizing:border-box;background:var(--happy2-bg-inset);border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-md);color:var(--happy2-text-secondary);flex:none;justify-content:center;align-items:center;display:flex}.happy2-empty-state[data-size=panel] .happy2-empty-state__media{width:48px;height:48px}.happy2-empty-state[data-size=inline] .happy2-empty-state__media{width:40px;height:40px}.happy2-empty-state__title{max-width:360px;color:var(--happy2-text);letter-spacing:-.01em;margin:16px 0 0;font-size:15px;font-weight:700;line-height:20px}.happy2-empty-state[data-size=inline] .happy2-empty-state__title{margin-top:12px;font-size:14px;line-height:18px}.happy2-empty-state__description{max-width:320px;color:var(--happy2-text-muted);margin:6px 0 0;font-size:13px;font-weight:400;line-height:18px}.happy2-empty-state[data-size=inline] .happy2-empty-state__description{max-width:280px;margin-top:4px}.happy2-empty-state__actions{flex:none;justify-content:center;margin:20px 0 0;display:flex}.happy2-empty-state[data-size=inline] .happy2-empty-state__actions{margin-top:16px}.happy2-tabs{box-sizing:border-box;border-bottom:1px solid var(--happy2-border);font-family:var(--happy2-font-ui);align-items:stretch;display:flex}.happy2-tabs__tab{box-sizing:border-box;appearance:none;color:var(--happy2-text-secondary);font-synthesis:none;white-space:nowrap;cursor:pointer;background:0 0;border:0;flex:none;align-items:center;margin:0;font-family:inherit;font-weight:600;transition:color .12s;display:inline-flex;position:relative}.happy2-tabs__tab:hover:not([data-active]),.happy2-tabs__tab[data-active]{color:var(--happy2-text)}.happy2-tabs__tab:focus-visible{outline:var(--happy2-focus-ring);outline-offset:-2px}.happy2-tabs[data-size=small] .happy2-tabs__tab{gap:6px;height:32px;padding:0 12px;font-size:12px;line-height:16px}.happy2-tabs[data-size=medium] .happy2-tabs__tab{gap:8px;height:40px;padding:0 14px;font-size:13px;line-height:18px}.happy2-tabs[data-size=large] .happy2-tabs__tab{gap:8px;height:48px;padding:0 16px;font-size:14px;line-height:20px}.happy2-tabs__tab-icon{flex:none;display:flex}.happy2-tabs__tab-label{flex:none;display:block}.happy2-tabs__tab-badge{flex:none}.happy2-tabs__tab-underline{background:var(--happy2-accent);height:2px;position:absolute;bottom:-1px;left:0;right:0}.happy2-toolbar,.happy2-toolbar *{box-sizing:border-box}.happy2-toolbar{width:100%;height:var(--happy2-toolbar-height,48px);border-bottom:1px solid var(--happy2-border);color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;--happy2-toolbar-title-optical-y:-1px;--happy2-toolbar-subtitle-optical-y:-1px;background:0 0;align-items:center;gap:12px;margin:0;padding:0 16px;display:flex}.happy2-toolbar__leading{color:var(--happy2-text-muted);flex:none;align-items:center;gap:8px;display:flex}.happy2-toolbar__heading{flex-direction:column;flex:auto;justify-content:center;min-width:0;display:flex}.happy2-toolbar__title{min-width:0;color:var(--happy2-text);letter-spacing:-.01em;font-size:15px;font-weight:700;line-height:20px;display:block}.happy2-toolbar__title-ink{text-overflow:ellipsis;white-space:nowrap;transform:translateY(var(--happy2-toolbar-title-optical-y));display:block;overflow:hidden}.happy2-toolbar__subtitle{min-width:0;color:var(--happy2-text-muted);font-size:12px;font-weight:500;line-height:16px;display:block}.happy2-toolbar__subtitle-ink{text-overflow:ellipsis;white-space:nowrap;transform:translateY(var(--happy2-toolbar-subtitle-optical-y));display:block;overflow:hidden}.happy2-toolbar__actions{flex:none;align-items:center;gap:8px;margin-left:auto;display:flex}.happy2-toolbar__search{border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-sm);background:var(--happy2-bg-inset);flex:none;align-items:center;gap:6px;width:220px;height:28px;padding:0 8px;transition:border-color .12s;display:flex}.happy2-toolbar__search:focus-within{border-color:var(--happy2-border-strong);outline:var(--happy2-focus-ring);outline-offset:1px}.happy2-toolbar__search-icon{color:var(--happy2-text-muted);flex:none;display:flex}.happy2-toolbar__search-input{min-width:0;height:26px;color:var(--happy2-text);font-family:var(--happy2-font-ui);letter-spacing:0;font-synthesis:none;caret-color:var(--happy2-accent);background:0 0;border:none;outline:none;flex:auto;margin:0;padding:0;font-size:13px;font-weight:500;line-height:26px}.happy2-toolbar__search-input::placeholder{color:var(--happy2-text-muted);opacity:1}.happy2-toolbar__trailing{flex:none;align-items:center;gap:8px;display:flex}@supports ((-moz-appearance:none)){.happy2-toolbar{--happy2-toolbar-title-optical-y:-1.5px;--happy2-toolbar-subtitle-optical-y:-1.5px}}@supports (background:-webkit-named-image(i)){.happy2-toolbar{--happy2-toolbar-title-optical-y:-.5px;--happy2-toolbar-subtitle-optical-y:-.5px}}.happy2-menu,.happy2-menu *{box-sizing:border-box}.happy2-menu{background:var(--happy2-bg-raised);border:1px solid var(--happy2-border-strong);border-radius:var(--happy2-radius-md);width:220px;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;-webkit-user-select:none;user-select:none;display:block;box-shadow:0 12px 32px #00000073}.happy2-menu__list{flex-direction:column;flex:none;padding:6px;display:flex}.happy2-menu__item{border-radius:var(--happy2-radius-sm);width:100%;height:32px;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;text-align:left;appearance:none;cursor:pointer;background:0 0;border:none;flex:none;align-items:center;gap:8px;margin:0;padding:0 10px;transition:background-color .12s,color .12s;display:flex}.happy2-menu__item:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.happy2-menu__item:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.happy2-menu__item:hover{background:var(--happy2-bg-hover)}.happy2-menu__item:focus-visible{outline:var(--happy2-focus-ring);outline-offset:-2px}.happy2-menu__item:disabled{cursor:not-allowed;opacity:.4}.happy2-menu__item:disabled:hover{background:0 0}.happy2-menu__item[data-danger]{color:var(--happy2-danger)}.happy2-menu__item[data-danger]:hover:not(:disabled){background:var(--happy2-danger-soft)}.happy2-menu__item-icon{width:16px;height:16px;color:var(--happy2-text-muted);flex:none;justify-content:center;align-items:center;display:flex}.happy2-menu__item[data-danger] .happy2-menu__item-icon{color:var(--happy2-danger)}.happy2-menu__item-label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13px;font-weight:500;line-height:16px;display:block;overflow:hidden}.happy2-menu__item-shortcut{flex:none;margin-left:8px}.happy2-menu__label{height:24px;color:var(--happy2-text-faint);font-family:var(--happy2-font-mono);letter-spacing:.08em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;flex:none;padding:0 10px;font-size:11px;font-weight:700;line-height:24px;display:block;overflow:hidden}.happy2-menu__separator{background:var(--happy2-border);flex:none;height:1px;margin:5px 0}.happy2-modal,.happy2-modal__dialog,.happy2-modal__header,.happy2-modal__icon,.happy2-modal__title,.happy2-modal__body,.happy2-modal__footer{box-sizing:border-box}.happy2-modal{color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;justify-content:center;align-items:center;margin:0;display:flex}.happy2-modal__dialog{background:var(--happy2-bg-raised);border:1px solid var(--happy2-border-strong);border-radius:var(--happy2-radius-shell);flex-direction:column;flex:none;display:flex;overflow:hidden;box-shadow:0 24px 64px #00000080}.happy2-modal__dialog[data-size=small]{width:360px}.happy2-modal__dialog[data-size=medium]{width:480px}.happy2-modal__dialog[data-size=large]{width:640px}.happy2-modal__header{flex:none;align-items:center;gap:12px;min-height:60px;padding:16px 16px 16px 20px;display:flex}.happy2-modal__icon{background:var(--happy2-accent-soft);width:28px;height:28px;color:var(--happy2-accent);border-radius:8px;flex:none;place-items:center;display:grid}.happy2-modal__dialog[data-tone=danger] .happy2-modal__icon{background:var(--happy2-danger-soft);color:var(--happy2-danger)}.happy2-modal__title{min-width:0;color:var(--happy2-text);letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;flex:auto;margin:0;font-size:16px;font-weight:700;line-height:24px;overflow:hidden}.happy2-modal__close{flex:none}.happy2-modal__body{color:var(--happy2-text-secondary);flex:auto;padding:4px 20px 20px;font-size:13px;font-weight:400;line-height:20px;overflow:auto}.happy2-modal__footer{border-top:1px solid var(--happy2-border);flex:none;justify-content:flex-end;align-items:center;gap:8px;padding:16px 20px;display:flex}.happy2-lightbox,.happy2-lightbox__dialog,.happy2-lightbox__header,.happy2-lightbox__caption,.happy2-lightbox__tools,.happy2-lightbox__frame,.happy2-lightbox__image{box-sizing:border-box}.happy2-lightbox{color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;justify-content:center;align-items:center;margin:0;display:flex}.happy2-lightbox__dialog{background:var(--happy2-bg-raised);border:1px solid var(--happy2-border-strong);border-radius:var(--happy2-radius-shell);flex-direction:column;flex:none;max-width:880px;display:flex;overflow:hidden;box-shadow:0 24px 64px #00000080}.happy2-lightbox__header{border-bottom:1px solid var(--happy2-border);flex:none;align-items:center;gap:12px;min-height:52px;padding:10px 12px 10px 16px;display:flex}.happy2-lightbox__caption{flex:auto;align-items:baseline;gap:8px;min-width:0;display:flex}.happy2-lightbox__caption-title{min-width:0;color:var(--happy2-text);text-overflow:ellipsis;white-space:nowrap;flex:0 auto;font-size:14px;font-weight:600;line-height:20px;overflow:hidden}.happy2-lightbox__caption-detail{color:var(--happy2-text-muted);font-family:var(--happy2-font-mono);white-space:nowrap;flex:none;font-size:11px;font-weight:500;line-height:20px}.happy2-lightbox__tools{flex:none;align-items:center;gap:4px;display:flex}.happy2-lightbox__frame{background:var(--happy2-bg-code);flex:auto;justify-content:center;align-items:center;min-height:0;max-height:620px;display:flex}.happy2-lightbox__image{object-fit:contain;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;max-width:100%;max-height:620px;display:block}.happy2-form-row{box-sizing:border-box;border-bottom:1px solid var(--happy2-border);color:var(--happy2-text);font-family:var(--happy2-font-ui);padding:16px 0;display:flex}.happy2-form-row[data-layout=inline]{flex-direction:row;gap:24px}.happy2-form-row[data-layout=stacked]{flex-direction:column;align-items:flex-start;gap:12px}.happy2-form-row[data-layout=stacked] .happy2-form-row__control{align-self:stretch}.happy2-form-row[data-layout=inline][data-align=center]{align-items:center}.happy2-form-row[data-layout=inline][data-align=start]{align-items:flex-start}.happy2-form-row__text{flex-direction:column;flex:auto;gap:4px;min-width:0;display:flex}.happy2-form-row__label{color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;margin:0;font-size:13px;font-weight:600;line-height:20px;display:block}.happy2-form-row__description{color:var(--happy2-text-muted);font-family:var(--happy2-font-ui);font-synthesis:none;margin:0;font-size:12px;font-weight:400;line-height:16px;display:block}.happy2-form-row__control{flex:none;align-items:center;display:flex}.happy2-data-table{box-sizing:border-box;border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-md);background:var(--happy2-bg-surface);color:var(--happy2-text);font-family:var(--happy2-font-ui);display:block;overflow:hidden}.happy2-data-table__table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%}.happy2-data-table__th{z-index:1;box-sizing:border-box;background:var(--happy2-bg-surface);height:40px;box-shadow:inset 0 -1px 0 var(--happy2-border-strong);color:var(--happy2-text-muted);letter-spacing:.06em;text-transform:uppercase;vertical-align:middle;padding:0 16px;font-size:12px;font-weight:600;line-height:16px;position:sticky;top:0}.happy2-data-table[data-dense] .happy2-data-table__th{height:36px}.happy2-data-table__head-label{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.happy2-data-table__td{box-sizing:border-box;height:48px;box-shadow:inset 0 -1px 0 var(--happy2-border);color:var(--happy2-text);vertical-align:middle;background:0 0;padding:0 16px;font-size:13px;font-weight:500;line-height:18px}.happy2-data-table[data-dense] .happy2-data-table__td{height:36px}.happy2-data-table__body tr:last-child .happy2-data-table__td{box-shadow:none}.happy2-data-table__cell{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.happy2-data-table [data-align=start]{text-align:left}.happy2-data-table [data-align=center]{text-align:center}.happy2-data-table [data-align=end]{text-align:right}.happy2-data-table__row[data-clickable]{cursor:pointer}.happy2-data-table__row:hover .happy2-data-table__td{background:var(--happy2-bg-hover)}.happy2-data-table__row[data-selected] .happy2-data-table__td{background:var(--happy2-accent-soft)}.happy2-data-table__actions{vertical-align:middle;justify-content:flex-end;align-items:center;gap:4px;display:inline-flex}.happy2-data-table__sr{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.happy2-data-table__th--select,.happy2-data-table__td--select{text-align:center;padding:0}.happy2-data-table__check{box-sizing:border-box;border-radius:var(--happy2-radius-sm);cursor:pointer;vertical-align:middle;background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex}.happy2-data-table__check-box{box-sizing:border-box;border:1px solid var(--happy2-border-strong);border-radius:var(--happy2-radius-sm);background:var(--happy2-bg-inset);width:18px;height:18px;color:var(--happy2-text-on-accent);justify-content:center;align-items:center;display:inline-flex}.happy2-data-table__check[data-checked] .happy2-data-table__check-box,.happy2-data-table__check[data-indeterminate] .happy2-data-table__check-box{background:var(--happy2-accent);border-color:#0000}.happy2-data-table__check-bar{background:currentColor;border-radius:1px;width:8px;height:2px}.happy2-data-table__check:focus-visible{outline:var(--happy2-focus-ring);outline-offset:2px}.happy2-data-table__empty-cell{box-sizing:border-box;text-align:center;vertical-align:middle;color:var(--happy2-text-muted);padding:32px 16px}.happy2-stat-tile,.happy2-stat-tile *{box-sizing:border-box}.happy2-stat-tile{background:var(--happy2-bg-surface);border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-md);min-width:0;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;flex-direction:column;gap:8px;padding:16px;display:flex}.happy2-stat-tile__header{flex:none;justify-content:space-between;align-items:center;gap:12px;min-width:0;min-height:28px;display:flex}.happy2-stat-tile__label{min-width:0;color:var(--happy2-text-muted);white-space:nowrap;text-overflow:ellipsis;flex:0 auto;font-size:12px;font-weight:600;line-height:16px;display:block;overflow:hidden}.happy2-stat-tile__icon{border-radius:var(--happy2-radius-sm);flex:none;place-items:center;width:28px;height:28px;display:grid}.happy2-stat-tile[data-tone=neutral] .happy2-stat-tile__icon{background:var(--happy2-bg-inset);color:var(--happy2-text-secondary)}.happy2-stat-tile[data-tone=accent] .happy2-stat-tile__icon{background:var(--happy2-accent-soft);color:var(--happy2-accent-strong)}.happy2-stat-tile[data-tone=success] .happy2-stat-tile__icon{background:var(--happy2-success-soft);color:var(--happy2-success-strong)}.happy2-stat-tile[data-tone=warning] .happy2-stat-tile__icon{background:var(--happy2-warning-soft);color:var(--happy2-warning-strong)}.happy2-stat-tile[data-tone=danger] .happy2-stat-tile__icon{background:var(--happy2-danger-soft);color:var(--happy2-danger-strong)}.happy2-stat-tile__value{min-width:0;color:var(--happy2-text);font-variant-numeric:lining-nums tabular-nums;white-space:nowrap;text-overflow:ellipsis;flex:none;font-size:28px;font-weight:700;line-height:32px;display:block;overflow:hidden}.happy2-stat-tile__footer{flex:none;align-items:center;gap:6px;min-width:0;min-height:16px;display:flex}.happy2-stat-tile__delta{flex:none;align-items:center;gap:4px;display:inline-flex}.happy2-stat-tile__delta[data-trend=up]{color:var(--happy2-success)}.happy2-stat-tile__delta[data-trend=down]{color:var(--happy2-danger)}.happy2-stat-tile__delta[data-trend=flat]{color:var(--happy2-text-muted)}.happy2-stat-tile__delta-arrow{fill:currentColor;flex:none;width:12px;height:12px;display:block}.happy2-stat-tile__delta-value{color:currentColor;font-variant-numeric:lining-nums tabular-nums;white-space:nowrap;font-size:13px;font-weight:600;line-height:16px;display:block}.happy2-stat-tile__hint{min-width:0;color:var(--happy2-text-muted);white-space:nowrap;text-overflow:ellipsis;flex:0 auto;font-size:12px;font-weight:500;line-height:16px;display:block;overflow:hidden}.happy2-auth-screen,.happy2-auth-screen__hero,.happy2-auth-screen__panel,.happy2-auth-screen__brand,.happy2-auth-screen__mark,.happy2-auth-screen__content,.happy2-auth-screen__form,.happy2-auth-screen__loader,.happy2-auth-screen__spinner,.happy2-auth-screen__footer{box-sizing:border-box}.happy2-auth-screen{background:var(--happy2-bg-chrome);width:100%;height:100%;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;margin:0;display:flex;overflow:hidden}.happy2-auth-screen__hero{border-right:1px solid var(--happy2-border);background-color:#0000;background-image:var(--happy2-brand-gradient);background-position:50%;background-repeat:no-repeat;background-size:cover;flex:1 1 0;align-self:stretch;min-width:0}.happy2-auth-screen__panel{background:var(--happy2-bg-app);flex-direction:column;flex:none;width:480px;padding:48px;display:flex}.happy2-auth-screen__brand{flex:none;align-items:center;gap:12px;display:flex}.happy2-auth-screen__mark{background:var(--happy2-brand-gradient);width:28px;height:28px;color:var(--happy2-text-on-accent);border-radius:8px;flex:none;place-items:center;display:grid;overflow:hidden}.happy2-auth-screen__brand-name{color:var(--happy2-text);letter-spacing:-.01em;font-size:15px;font-weight:700;line-height:20px}.happy2-auth-screen__content{flex-direction:column;flex:auto;justify-content:center;min-height:0;padding:32px 0;display:flex}.happy2-auth-screen__kicker{color:var(--happy2-accent);letter-spacing:.08em;text-transform:uppercase;margin:0 0 12px;font-size:12px;font-weight:700;line-height:16px}.happy2-auth-screen__title{color:var(--happy2-text);letter-spacing:-.02em;margin:0;font-size:28px;font-weight:700;line-height:34px}.happy2-auth-screen__copy{max-width:320px;color:var(--happy2-text-secondary);margin:14px 0 0;font-size:15px;font-weight:400;line-height:22px}.happy2-auth-screen__form{margin-top:32px}.happy2-auth-screen__loader{align-items:center;gap:12px;min-height:36px;display:flex}.happy2-auth-screen__spinner{border:2px solid var(--happy2-border-strong);border-top-color:var(--happy2-accent);border-radius:var(--happy2-radius-pill);flex:none;width:20px;height:20px}.happy2-auth-screen__loading-label{color:var(--happy2-text-secondary);font-size:14px;font-weight:500;line-height:20px}.happy2-auth-screen__footer{color:var(--happy2-text-muted);flex:none;font-size:13px;font-weight:400;line-height:18px}.happy2-profile-card,.happy2-profile-card *{box-sizing:border-box}.happy2-profile-card{background:var(--happy2-bg-surface);border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-md);color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;align-items:center;gap:16px;padding:16px;display:flex}.happy2-profile-card[data-size=compact]{gap:12px;padding:12px}.happy2-profile-card__avatar{flex:none}.happy2-profile-card__body{flex-direction:column;flex:auto;gap:4px;min-width:0;display:flex}.happy2-profile-card__identity{flex:none;align-items:baseline;gap:8px;min-width:0;display:flex}.happy2-profile-card__name{color:var(--happy2-text);white-space:nowrap;flex:none;font-size:16px;font-weight:700;line-height:20px;display:block}.happy2-profile-card__username{color:var(--happy2-text-muted);font-family:var(--happy2-font-mono);font-variant-numeric:lining-nums;white-space:nowrap;flex:none;font-size:13px;font-weight:500;line-height:20px;display:block}.happy2-profile-card__title{min-width:0;color:var(--happy2-text-secondary);white-space:nowrap;text-overflow:ellipsis;flex:none;font-size:13px;font-weight:500;line-height:16px;display:block;overflow:hidden}.happy2-profile-card__status{background:var(--happy2-bg-inset);border-radius:var(--happy2-radius-pill);height:22px;color:var(--happy2-text-secondary);flex:none;align-self:flex-start;align-items:center;gap:6px;padding:0 8px;display:inline-flex}.happy2-profile-card__status-emoji{width:16px;height:16px;font-family:var(--happy2-font-emoji);flex:none;justify-content:center;align-items:center;font-size:13px;line-height:16px;display:flex}.happy2-profile-card__status-emoji-glyph{line-height:16px;display:block}.happy2-profile-card__status-text{color:var(--happy2-text-secondary);white-space:nowrap;flex:none;font-size:12px;font-weight:500;line-height:16px;display:block}.happy2-profile-card__actions{flex:none;align-items:center;gap:8px;display:flex}.happy2-status-picker{box-sizing:border-box;border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-md);background:var(--happy2-bg-raised);width:380px;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;flex-direction:column;gap:16px;padding:16px;display:flex}.happy2-status-picker *,.happy2-status-picker :before,.happy2-status-picker :after{box-sizing:border-box}.happy2-status-picker__section{flex-direction:column;gap:8px;display:flex}.happy2-status-picker__section-label{color:var(--happy2-text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:700;line-height:14px;display:block}.happy2-status-picker__segmented{--happy2-sp-pad:4px;--happy2-sp-inner-radius:calc(var(--happy2-radius-sm) - var(--happy2-sp-pad) - 1px);--happy2-sp-count:4;--happy2-sp-index:0;box-sizing:border-box;width:100%;height:36px;padding:var(--happy2-sp-pad);border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-sm);background:var(--happy2-bg-inset);grid-template-columns:repeat(4,1fr);grid-auto-rows:1fr;align-items:stretch;display:grid;position:relative}.happy2-status-picker__pill{top:var(--happy2-sp-pad);bottom:var(--happy2-sp-pad);left:var(--happy2-sp-pad);box-sizing:border-box;width:calc((100% - 2 * var(--happy2-sp-pad)) / var(--happy2-sp-count));border:1px solid var(--happy2-border-strong);border-radius:var(--happy2-sp-inner-radius);background:var(--happy2-bg-raised);transform:translateX(calc(var(--happy2-sp-index) * 100%));transition:transform .16s;position:absolute}.happy2-status-picker__segment{z-index:1;box-sizing:border-box;border-radius:var(--happy2-sp-inner-radius);min-width:0;height:100%;color:var(--happy2-text-secondary);font-family:var(--happy2-font-ui);font-synthesis:none;letter-spacing:.01em;white-space:nowrap;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:6px;margin:0;padding:0 8px;font-size:13px;font-weight:600;line-height:18px;transition:color .12s;display:flex;position:relative}.happy2-status-picker__segment[data-active],.happy2-status-picker__segment:not([data-active]):hover{color:var(--happy2-text)}.happy2-status-picker__segment:focus-visible{outline:var(--happy2-focus-ring);outline-offset:-1px}.happy2-status-picker__dot{border-radius:var(--happy2-radius-pill);background:var(--happy2-text-muted);flex:none;width:8px;height:8px}.happy2-status-picker__dot[data-availability=online]{background:var(--happy2-success)}.happy2-status-picker__dot[data-availability=away]{background:var(--happy2-warning)}.happy2-status-picker__dot[data-availability=dnd]{background:var(--happy2-danger)}.happy2-status-picker__segment-label{text-align:center;flex:none;width:48px;display:block}.happy2-status-picker__field{border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-sm);background:var(--happy2-bg-inset);align-items:center;gap:8px;width:100%;height:40px;padding:0 8px;display:flex}.happy2-status-picker__field:focus-within{border-color:var(--happy2-border-strong)}.happy2-status-picker__emoji{width:24px;height:24px;color:var(--happy2-text-muted);font-family:var(--happy2-font-emoji);flex:none;justify-content:center;align-items:center;font-size:18px;line-height:24px;display:flex}.happy2-status-picker__input{appearance:none;min-width:0;height:38px;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;letter-spacing:0;caret-color:var(--happy2-accent);background:0 0;border:none;outline:none;flex:auto;margin:0;padding:0;font-size:13px;font-weight:500;line-height:38px}.happy2-status-picker__input::placeholder{color:var(--happy2-text-muted);opacity:1}.happy2-status-picker__clear{flex:none}.happy2-status-picker__meta{color:var(--happy2-text-muted);align-items:center;gap:6px;font-size:12px;font-weight:500;line-height:16px;display:flex}.happy2-status-picker__meta-icon{flex:none;display:flex}.happy2-notification-list,.happy2-notification-list *{box-sizing:border-box}.happy2-notification-list{border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-md);background:var(--happy2-bg-surface);color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;flex-direction:column;display:flex;overflow:hidden}.happy2-notification-row{width:100%;height:64px;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;text-align:left;appearance:none;cursor:pointer;background:0 0;border:0;grid-template-columns:8px 36px minmax(0,1fr) auto;align-items:center;column-gap:12px;margin:0;padding:0 16px;transition:background-color .12s;display:grid;position:relative}.happy2-notification-row+.happy2-notification-row:before{background:var(--happy2-border);content:"";height:1px;position:absolute;top:0;left:0;right:0}.happy2-notification-row:hover{background:var(--happy2-bg-hover)}.happy2-notification-row[data-unread]{background:var(--happy2-accent-soft)}.happy2-notification-row[data-unread]:hover{background-image:linear-gradient(var(--happy2-bg-hover), var(--happy2-bg-hover))}.happy2-notification-row:focus-visible{outline:var(--happy2-focus-ring);outline-offset:-2px}.happy2-notification-row__unread-lane{place-items:center;width:8px;display:grid}.happy2-notification-row__unread{border-radius:var(--happy2-radius-pill);background:var(--happy2-accent);width:8px;height:8px}.happy2-notification-row__media{flex:none;place-items:center;width:36px;height:36px;display:grid;position:relative}.happy2-notification-row__kind{border-radius:var(--happy2-radius-pill);color:var(--nl-kind-color);flex:none;place-items:center;display:grid}.happy2-notification-row__kind[data-variant=corner]{border:2px solid var(--happy2-bg-surface);background:var(--happy2-bg-raised);width:18px;height:18px;position:absolute;bottom:-3px;right:-3px}.happy2-notification-row__kind[data-variant=tile]{background:var(--nl-kind-soft);width:36px;height:36px}.happy2-notification-row__kind[data-tone=accent]{--nl-kind-color:var(--happy2-accent-strong);--nl-kind-soft:var(--happy2-accent-soft)}.happy2-notification-row__kind[data-tone=info]{--nl-kind-color:var(--happy2-info);--nl-kind-soft:var(--happy2-info-soft)}.happy2-notification-row__kind[data-tone=success]{--nl-kind-color:var(--happy2-success-strong);--nl-kind-soft:var(--happy2-success-soft)}.happy2-notification-row__kind[data-tone=warning]{--nl-kind-color:var(--happy2-warning-strong);--nl-kind-soft:var(--happy2-warning-soft)}.happy2-notification-row__kind[data-tone=danger]{--nl-kind-color:var(--happy2-danger-strong);--nl-kind-soft:var(--happy2-danger-soft)}.happy2-notification-row__kind[data-tone=neutral]{--nl-kind-color:var(--happy2-text-secondary);--nl-kind-soft:var(--happy2-bg-raised)}.happy2-notification-row__body{flex-direction:column;gap:2px;min-width:0;display:flex}.happy2-notification-row__text{color:var(--happy2-text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;line-height:20px;overflow:hidden}.happy2-notification-row[data-unread] .happy2-notification-row__text{font-weight:600}.happy2-notification-row__actor{color:var(--happy2-text);font-weight:700}.happy2-notification-row__mention{color:var(--happy2-accent-strong);font-weight:600}.happy2-notification-row__code{background:var(--happy2-bg-inset);font-family:var(--happy2-font-mono);border-radius:4px;padding:0 4px;font-size:12px}.happy2-notification-row__link{color:var(--happy2-accent);text-decoration:none}.happy2-notification-row__context{color:var(--happy2-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:500;line-height:16px;overflow:hidden}.happy2-notification-row__time{color:var(--happy2-text-muted);font-family:var(--happy2-font-mono);white-space:nowrap;flex:none;font-size:11px;font-weight:500;line-height:16px}.happy2-notification-list__empty{min-height:96px;color:var(--happy2-text-muted);text-align:center;place-items:center;padding:24px 16px;font-size:13px;font-weight:500;line-height:20px;display:grid}.happy2-search-results,.happy2-search-results *{box-sizing:border-box}.happy2-search-results{background:var(--happy2-bg-raised);border:1px solid var(--happy2-border-strong);border-radius:var(--happy2-radius-md);width:400px;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;-webkit-user-select:none;user-select:none;padding:6px;display:block;box-shadow:0 12px 32px #00000073}.happy2-search-results__group{flex-direction:column;flex:none;display:flex}.happy2-search-results__group+.happy2-search-results__group{margin-top:6px}.happy2-search-results__group-head{flex:none;justify-content:space-between;align-items:center;gap:8px;height:28px;padding:0 10px;display:flex}.happy2-search-results__group-label{color:var(--happy2-text-faint);font-family:var(--happy2-font-mono);letter-spacing:.08em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:11px;font-weight:700;line-height:16px;display:block;overflow:hidden}.happy2-search-results__group-count{color:var(--happy2-text-muted);font-family:var(--happy2-font-mono);flex:none;font-size:11px;font-weight:500;line-height:16px}.happy2-search-results__row{border-radius:var(--happy2-radius-sm);width:100%;height:44px;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;text-align:left;appearance:none;cursor:pointer;background:0 0;border:none;flex:none;align-items:center;gap:12px;margin:0;padding:0 10px;transition:background-color .12s;display:flex}.happy2-search-results__group:last-child .happy2-search-results__row:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.happy2-search-results__row:hover{background:var(--happy2-bg-hover)}.happy2-search-results__row:focus-visible{outline:var(--happy2-focus-ring);outline-offset:-2px}.happy2-search-results__row-leading{flex:none;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.happy2-search-results__row-glyph{border-radius:var(--happy2-radius-pill);background:var(--happy2-bg-inset);width:28px;height:28px;color:var(--happy2-text-secondary);justify-content:center;align-items:center;display:flex}.happy2-search-results__row-body{flex-direction:column;flex:1;justify-content:center;gap:2px;min-width:0;display:flex}.happy2-search-results__row-title{color:var(--happy2-text);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:500;line-height:20px;display:block;overflow:hidden}.happy2-search-results__row-meta{color:var(--happy2-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:400;line-height:16px;display:block;overflow:hidden}.happy2-search-results__mark{background:var(--happy2-accent-soft);color:var(--happy2-accent-strong);border-radius:4px;font-weight:600}.happy2-search-results__mention{color:var(--happy2-accent);font-weight:500}.happy2-search-results__code{background:var(--happy2-bg-inset);font-family:var(--happy2-font-mono);border-radius:4px;padding:0 4px;font-size:13px}.happy2-search-results__link{color:var(--happy2-accent);text-decoration:none}.happy2-search-results__empty{text-align:center;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:10px;padding:32px 16px;display:flex}.happy2-search-results__empty-icon{color:var(--happy2-text-faint);display:flex}.happy2-search-results__empty-label{color:var(--happy2-text-muted);font-size:13px;font-weight:500;line-height:16px}.happy2-thread-list,.happy2-thread-list *{box-sizing:border-box}.happy2-thread-list{background:var(--happy2-bg-surface);border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-md);color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;flex-direction:column;display:flex;overflow:hidden}.happy2-thread-list__item{width:100%;height:64px;color:inherit;text-align:left;appearance:none;cursor:pointer;background:0 0;border:none;flex:none;align-items:center;gap:12px;margin:0;padding:0 16px;font-family:inherit;transition:background-color .12s;display:flex}.happy2-thread-list__item+.happy2-thread-list__item{box-shadow:inset 0 1px 0 0 var(--happy2-border)}.happy2-thread-list__item:hover{background:var(--happy2-bg-hover)}.happy2-thread-list__item:focus-visible{outline:var(--happy2-focus-ring);outline-offset:-2px}.happy2-thread-list__avatars{flex:none;align-items:center;display:flex}.happy2-thread-list__avatars>*{box-shadow:0 0 0 2px var(--happy2-bg-surface);position:relative}.happy2-thread-list__avatars>*+*{margin-left:-10px}.happy2-thread-list__more{border-radius:var(--happy2-radius-pill);background:var(--happy2-bg-raised);width:28px;height:28px;color:var(--happy2-text-secondary);font-family:var(--happy2-font-ui);letter-spacing:0;-webkit-user-select:none;user-select:none;flex:none;justify-content:center;align-items:center;font-size:10px;font-weight:700;line-height:10px;display:inline-flex}.happy2-thread-list__main{flex-direction:column;flex:auto;justify-content:center;gap:4px;min-width:0;display:flex}.happy2-thread-list__title-row,.happy2-thread-list__meta-row{align-items:center;gap:8px;min-width:0;display:flex}.happy2-thread-list__title{min-width:0;color:var(--happy2-text);letter-spacing:-.005em;text-overflow:ellipsis;white-space:nowrap;flex:auto;font-size:13px;font-weight:600;line-height:18px;display:block;overflow:hidden}.happy2-thread-list__item[data-unread] .happy2-thread-list__title{font-weight:700}.happy2-thread-list__follow{color:var(--happy2-text-faint);flex:none;align-items:center;display:flex}.happy2-thread-list__time{color:var(--happy2-text-muted);white-space:nowrap;flex:none;font-size:11px;font-weight:500;line-height:18px;display:block}.happy2-thread-list__snippet{min-width:0;color:var(--happy2-text-secondary);text-overflow:ellipsis;white-space:nowrap;flex:auto;font-size:12px;font-weight:400;line-height:18px;display:block;overflow:hidden}.happy2-thread-list__trailing{flex:none;align-items:center;gap:6px;display:flex}.happy2-thread-list__replies{border-radius:var(--happy2-radius-pill);background:var(--happy2-bg-inset);height:18px;color:var(--happy2-text-secondary);flex:none;align-items:center;gap:4px;padding:0 8px 0 6px;display:inline-flex}.happy2-thread-list__replies-icon{color:var(--happy2-text-muted);flex:none;align-items:center;display:flex}.happy2-thread-list__replies-count{font-family:var(--happy2-font-mono);font-variant-numeric:lining-nums tabular-nums;color:var(--happy2-text-secondary);font-size:11px;font-weight:700;line-height:18px;display:block}.happy2-thread-list__unread{flex:none}.happy2-thread-list__empty{color:var(--happy2-text-muted);text-align:center;padding:28px 16px;font-size:13px;font-weight:500;line-height:18px;display:block}.happy2-thread-panel,.happy2-thread-panel__body,.happy2-thread-panel__composer{box-sizing:border-box}.happy2-thread-panel{height:100%;min-height:0;font-family:var(--happy2-font-ui);font-synthesis:none;color:var(--happy2-text);flex-direction:column;display:flex}.happy2-thread-panel__header{flex:none}.happy2-thread-panel__body{flex-direction:column;flex:1;min-height:0;display:flex}.happy2-thread-panel__composer{flex:none;padding:0 12px 12px}.happy2-info-panel,.happy2-info-panel *,.happy2-info-panel__body{box-sizing:border-box}.happy2-info-panel{height:100%;min-height:0;font-family:var(--happy2-font-ui);font-synthesis:none;color:var(--happy2-text);flex-direction:column;display:flex}.happy2-info-panel__header{flex:none}.happy2-info-panel__body{flex-direction:column;flex:1;gap:16px;min-height:0;padding:16px;display:flex;overflow:auto}.happy2-info-panel__about{background:var(--happy2-bg-inset);border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-md);flex-direction:column;gap:4px;padding:12px;display:flex}.happy2-info-panel__about-label{color:var(--happy2-text-muted);font-size:11px;font-weight:600;line-height:16px}.happy2-info-panel__about-text{color:var(--happy2-text-secondary);font-size:13px;font-weight:400;line-height:20px}.happy2-info-panel__members{flex-direction:column;gap:4px;min-width:0;display:flex}.happy2-info-panel__section-label{color:var(--happy2-text-muted);font-family:var(--happy2-font-mono);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:700;line-height:16px}.happy2-file-tree,.happy2-file-tree *{box-sizing:border-box}.happy2-file-tree{width:100%;font-family:var(--happy2-font-ui);font-synthesis:none;color:var(--happy2-text);-webkit-user-select:none;user-select:none;flex-direction:column;display:flex}.happy2-file-tree__row{border-radius:var(--happy2-radius-sm);flex:none;align-items:center;height:28px;display:flex}.happy2-file-tree__row:hover{background:var(--happy2-bg-hover)}.happy2-file-tree__row[data-selected]{background:var(--happy2-accent-soft)}.happy2-file-tree__disc{flex:none;justify-content:center;align-items:center;width:16px;height:28px;display:flex}.happy2-file-tree__chevron{width:16px;height:16px;color:var(--happy2-text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.happy2-file-tree__chevron:hover{color:var(--happy2-text)}.happy2-file-tree__entry{min-width:0;height:28px;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;flex:1;align-items:center;gap:6px;margin:0;padding:0 10px 0 2px;display:flex}.happy2-file-tree__icon{color:var(--happy2-text-muted);flex:none;display:flex}.happy2-file-tree__name{min-width:0;color:var(--happy2-text-secondary);letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:13px;font-weight:500;line-height:18px;display:block;overflow:hidden}.happy2-file-tree__row[data-kind=directory] .happy2-file-tree__name{color:var(--happy2-text);font-weight:600}.happy2-file-tree__row[data-selected] .happy2-file-tree__name{color:var(--happy2-text)}.happy2-file-tree__status{min-width:14px;color:var(--happy2-text-muted);font-family:var(--happy2-font-mono);text-align:center;font-feature-settings:"tnum" 1;flex:none;font-size:11px;font-weight:700;line-height:16px;display:block}.happy2-file-tree__row[data-status=added] .happy2-file-tree__name,.happy2-file-tree__row[data-status=added] .happy2-file-tree__status,.happy2-file-tree__row[data-status=untracked] .happy2-file-tree__name,.happy2-file-tree__row[data-status=untracked] .happy2-file-tree__status{color:var(--happy2-success)}.happy2-file-tree__row[data-status=modified] .happy2-file-tree__name,.happy2-file-tree__row[data-status=modified] .happy2-file-tree__status{color:var(--happy2-warning)}.happy2-file-tree__row[data-status=renamed] .happy2-file-tree__name,.happy2-file-tree__row[data-status=renamed] .happy2-file-tree__status{color:var(--happy2-info)}.happy2-file-tree__row[data-status=deleted] .happy2-file-tree__name,.happy2-file-tree__row[data-status=deleted] .happy2-file-tree__status{color:var(--happy2-danger)}.happy2-file-tree__row[data-status=deleted] .happy2-file-tree__name{text-decoration:line-through}.happy2-file-tree__row[data-status=ignored] .happy2-file-tree__icon,.happy2-file-tree__row[data-status=ignored] .happy2-file-tree__name,.happy2-file-tree__row[data-status=ignored] .happy2-file-tree__status{color:var(--happy2-text-faint)}.happy2-file-tree__more{height:24px;color:var(--happy2-accent);font-family:var(--happy2-font-ui);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;margin:0;padding:0 10px;font-size:12px;font-weight:600;line-height:16px;display:flex}.happy2-file-tree__more:hover{color:var(--happy2-accent-strong)}.happy2-file-tree__loading,.happy2-file-tree__status-line{min-height:28px;color:var(--happy2-text-muted);align-items:center;padding:0 10px;font-size:12px;font-weight:500;line-height:16px;display:flex}.happy2-file-tree__status-line{padding:8px 12px}.happy2-file-panel,.happy2-file-panel__body{box-sizing:border-box}.happy2-file-panel{height:100%;min-height:0;font-family:var(--happy2-font-ui);font-synthesis:none;color:var(--happy2-text);flex-direction:column;display:flex}.happy2-file-panel__header{flex:none}.happy2-file-panel__note{border-bottom:1px solid var(--happy2-border);color:var(--happy2-text-muted);flex:none;padding:8px 12px;font-size:12px;font-weight:500;line-height:16px}.happy2-file-panel__body{flex:1;min-height:0;padding:6px;overflow:hidden auto}.happy2-file-editor,.happy2-file-editor *{box-sizing:border-box}.happy2-file-editor{background:var(--happy2-bg-surface);width:100%;height:100%;min-height:0;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;flex-direction:column;display:flex}.happy2-file-editor__header{border-bottom:1px solid var(--happy2-border);flex:none;align-items:center;gap:8px;height:52px;padding:0 12px;display:flex}.happy2-file-editor__glyph{color:var(--happy2-text-muted);flex:none;display:flex}.happy2-file-editor__heading{flex-direction:column;flex:1;min-width:0;display:flex}.happy2-file-editor__name-row{align-items:center;gap:6px;min-width:0;display:flex}.happy2-file-editor__name{color:var(--happy2-text);letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;line-height:18px;display:block;overflow:hidden}.happy2-file-editor__marker{border-radius:var(--happy2-radius-pill);background:var(--happy2-accent);flex:none;width:8px;height:8px}.happy2-file-editor__subtitle{color:var(--happy2-text-muted);font-family:var(--happy2-font-mono);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:500;line-height:14px;display:block;overflow:hidden}.happy2-file-editor__actions{flex:none;align-items:center;gap:6px;display:flex}.happy2-file-editor__banner{flex:none;padding:8px 12px 0}.happy2-file-editor__area{background:var(--happy2-bg-code);width:100%;min-height:0;color:var(--happy2-text);font-family:var(--happy2-font-mono);tab-size:4;resize:none;white-space:pre;border:none;outline:none;flex:1;margin:0;padding:12px;font-size:13px;font-weight:400;line-height:20px;display:block;overflow:auto}.happy2-file-editor__area::placeholder{color:var(--happy2-text-faint)}.happy2-file-editor__area:read-only{color:var(--happy2-text-secondary)}.happy2-file-editor__status{border-top:1px solid var(--happy2-border);height:28px;color:var(--happy2-text-muted);font-family:var(--happy2-font-mono);flex:none;justify-content:space-between;align-items:center;gap:12px;padding:0 12px;font-size:11px;font-weight:500;line-height:16px;display:flex}.happy2-file-editor__path{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.happy2-file-editor__status-text{color:var(--happy2-text-secondary);flex:none}.happy2-media-gallery,.happy2-media-gallery *{box-sizing:border-box}.happy2-media-gallery{color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.happy2-media-gallery__empty{grid-column:1/-1;min-width:0}.happy2-media-gallery__tile{min-width:0;color:inherit;font:inherit;text-align:left;cursor:pointer;appearance:none;background:0 0;border:0;flex-direction:column;gap:8px;margin:0;padding:0;display:flex}.happy2-media-gallery__tile:focus-visible{outline:var(--happy2-focus-ring);outline-offset:2px;border-radius:var(--happy2-radius-md)}.happy2-media-gallery__thumb{aspect-ratio:4/3;background:var(--happy2-bg-raised);width:100%;box-shadow:inset 0 0 0 1px var(--happy2-border);border-radius:var(--happy2-radius-md);place-items:center;display:grid;position:relative;overflow:hidden}.happy2-media-gallery__image{object-fit:cover;width:100%;height:100%;display:block}.happy2-media-gallery__glyph{background:var(--happy2-bg-inset);border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-md);width:48px;height:48px;color:var(--happy2-text-secondary);place-items:center;display:grid}.happy2-media-gallery__kind{z-index:1;position:absolute;top:8px;left:8px}.happy2-media-gallery__duration{z-index:1;background:var(--happy2-bg-chrome);height:18px;color:var(--happy2-text);font-family:var(--happy2-font-mono);font-variant-numeric:lining-nums tabular-nums;white-space:nowrap;border-radius:2px;padding:0 6px;font-size:11px;font-weight:600;line-height:18px;display:block;position:absolute;bottom:8px;right:8px}.happy2-media-gallery__footer{flex-direction:column;gap:2px;min-width:0;display:flex}.happy2-media-gallery__name{min-width:0;color:var(--happy2-text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;line-height:16px;display:block;overflow:hidden}.happy2-media-gallery__size{min-width:0;color:var(--happy2-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:500;line-height:14px;display:block;overflow:hidden}.happy2-file-attachment,.happy2-file-attachment__icon,.happy2-file-attachment__copy,.happy2-file-attachment__name,.happy2-file-attachment__size,.happy2-file-attachment__meta,.happy2-file-attachment__action{box-sizing:border-box}.happy2-file-attachment{background:var(--happy2-bg-inset);border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-md);min-width:0;max-width:100%;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;text-align:left;appearance:none;align-items:center;gap:8px;margin:0;padding:8px 12px;text-decoration:none;transition:background-color .12s,border-color .12s;display:inline-flex}button.happy2-file-attachment{cursor:pointer}.happy2-file-attachment:hover{background:var(--happy2-bg-raised);border-color:var(--happy2-border-strong)}.happy2-file-attachment:focus-visible{outline:var(--happy2-focus-ring);outline-offset:2px}.happy2-file-attachment__icon{color:var(--happy2-text-muted);flex:none;display:flex}.happy2-file-attachment__name{min-width:0;color:var(--happy2-text);text-overflow:ellipsis;white-space:nowrap;flex:0 auto;font-size:13px;font-weight:600;line-height:18px;overflow:hidden}.happy2-file-attachment__size{color:var(--happy2-text-muted);font-family:var(--happy2-font-mono);white-space:nowrap;flex:none;font-size:11px;font-weight:500;line-height:18px}.happy2-file-attachment[data-variant=chat]{background:var(--happy2-bg-surface);border-color:var(--happy2-border-strong);border-radius:var(--happy2-radius-window);gap:12px;width:min(420px,100%);height:64px;padding:10px 12px}.happy2-file-attachment[data-variant=chat][data-actions-visible]{background:var(--happy2-bg-raised)}.happy2-file-attachment[data-variant=chat] .happy2-file-attachment__icon{background:var(--happy2-accent-soft);border-radius:var(--happy2-radius-sm);width:40px;height:40px;color:var(--happy2-accent-strong);justify-content:center;align-items:center}.happy2-file-attachment[data-variant=chat] .happy2-file-attachment__copy{flex-direction:column;flex:auto;justify-content:center;min-width:0;display:flex}.happy2-file-attachment[data-variant=chat] .happy2-file-attachment__name{flex:none;font-size:14px;line-height:20px;display:block}.happy2-file-attachment__meta{color:var(--happy2-text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:450;line-height:18px;display:block;overflow:hidden}.happy2-file-attachment__meta-hover{display:none}.happy2-file-attachment__action{background:var(--happy2-bg-raised);border:1px solid var(--happy2-border-strong);border-radius:var(--happy2-radius-sm);width:32px;height:32px;color:var(--happy2-text-secondary);opacity:0;flex:none;justify-content:center;align-items:center;transition:color .12s,opacity .12s,transform .12s;display:flex;transform:translate(4px)}.happy2-file-attachment[data-variant=chat]:hover .happy2-file-attachment__meta-default,.happy2-file-attachment[data-variant=chat]:focus-visible .happy2-file-attachment__meta-default,.happy2-file-attachment[data-variant=chat][data-actions-visible] .happy2-file-attachment__meta-default{display:none}.happy2-file-attachment[data-variant=chat]:hover .happy2-file-attachment__meta-hover,.happy2-file-attachment[data-variant=chat]:focus-visible .happy2-file-attachment__meta-hover,.happy2-file-attachment[data-variant=chat][data-actions-visible] .happy2-file-attachment__meta-hover{display:inline}.happy2-file-attachment[data-variant=chat]:hover .happy2-file-attachment__action,.happy2-file-attachment[data-variant=chat]:focus-visible .happy2-file-attachment__action,.happy2-file-attachment[data-variant=chat][data-actions-visible] .happy2-file-attachment__action{color:var(--happy2-text);opacity:1;transform:none}.happy2-member-list,.happy2-member-list *{box-sizing:border-box}.happy2-member-list{width:100%;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;background:0 0;flex-direction:column;flex:none;margin:0;padding:0;list-style:none;display:flex}.happy2-member-list__row{flex:none;align-items:center;gap:12px;height:56px;padding:0 12px;transition:background-color .12s;display:flex;position:relative}.happy2-member-list__row:hover{background:var(--happy2-bg-hover)}.happy2-member-list__row+.happy2-member-list__row:before{content:"";background:var(--happy2-border);height:1px;position:absolute;top:0;left:0;right:0}.happy2-member-list__avatar{flex:none}.happy2-member-list__identity{flex-direction:column;flex:1;justify-content:center;gap:2px;min-width:0;display:flex}.happy2-member-list__name{color:var(--happy2-text);letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;line-height:18px;display:block;overflow:hidden}.happy2-member-list__subtitle{color:var(--happy2-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;line-height:16px;display:block;overflow:hidden}.happy2-member-list__role{flex:none}.happy2-member-list__trailing{flex:none;align-items:center;display:flex}.happy2-call-panel,.happy2-call-panel *{box-sizing:border-box}.happy2-call-panel{color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none}.happy2-call-panel[data-variant=panel]{background:var(--happy2-bg-surface);border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-shell);flex-direction:column;gap:16px;width:320px;padding:16px;display:flex}.happy2-call-panel__status{justify-content:space-between;align-items:center;height:24px;display:flex}.happy2-call-panel__duration{color:var(--happy2-text-secondary);font-family:var(--happy2-font-mono);font-variant-numeric:lining-nums tabular-nums;transform:translateY(var(--happy2-call-duration-y,0px));font-size:12px;font-weight:600;line-height:16px;display:block}.happy2-call-panel__tiles{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.happy2-call-panel__tiles[data-count="1"]{grid-template-columns:1fr}.happy2-call-panel__tile{flex-direction:column;align-items:center;gap:6px;min-width:0;display:flex}.happy2-call-panel__avatar{flex:none;place-items:center;width:48px;height:48px;display:grid;position:relative}.happy2-call-panel__ring{border:2px solid var(--happy2-success);border-radius:var(--happy2-radius-pill);pointer-events:none;position:absolute;inset:0}.happy2-call-panel__mute{background:var(--happy2-bg-raised);border:2px solid var(--happy2-bg-surface);border-radius:var(--happy2-radius-pill);width:18px;height:18px;color:var(--happy2-danger);place-items:center;display:grid;position:absolute;bottom:0;right:0}.happy2-call-panel__tile-name{max-width:100%;color:var(--happy2-text);letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;transform:translateY(var(--happy2-call-name-y,0px));font-size:13px;font-weight:600;line-height:18px;display:block;overflow:hidden}.happy2-call-panel__tile-state{color:var(--happy2-text-muted);transform:translateY(var(--happy2-call-state-y,0px));font-size:11px;font-weight:500;line-height:16px;display:block}.happy2-call-panel__tile[data-state=joined] .happy2-call-panel__tile-state{color:var(--happy2-success-strong)}.happy2-call-panel__tile[data-state=declined] .happy2-call-panel__tile-state,.happy2-call-panel__tile[data-state=missed] .happy2-call-panel__tile-state{color:var(--happy2-danger-strong)}.happy2-call-panel__controls{justify-content:center;align-items:center;gap:8px;display:flex}.happy2-call-panel[data-variant=panel] .happy2-call-panel__controls{height:36px}.happy2-call-panel[data-variant=incoming]{background:var(--happy2-bg-raised);border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-md);align-items:center;gap:12px;width:360px;padding:12px;display:flex}.happy2-call-panel__caller{flex-direction:column;flex:1;justify-content:center;gap:2px;min-width:0;display:flex}.happy2-call-panel__caller-name{color:var(--happy2-text);letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;transform:translateY(var(--happy2-call-caller-name-y,0px));font-size:15px;font-weight:700;line-height:20px;display:block;overflow:hidden}.happy2-call-panel__caller-sub{color:var(--happy2-text-secondary);text-overflow:ellipsis;white-space:nowrap;transform:translateY(var(--happy2-call-caller-sub-y,0px));font-size:12px;font-weight:500;line-height:16px;display:block;overflow:hidden}.happy2-call-panel[data-variant=incoming] .happy2-call-panel__controls{flex:none}.happy2-call-panel{--happy2-call-duration-y:0px;--happy2-call-name-y:-.5px;--happy2-call-state-y:0px;--happy2-call-caller-name-y:-1px;--happy2-call-caller-sub-y:-.5px}@supports ((-moz-appearance:none)){.happy2-call-panel{--happy2-call-duration-y:0px;--happy2-call-name-y:-1px;--happy2-call-state-y:-1px;--happy2-call-caller-name-y:-1.5px;--happy2-call-caller-sub-y:-1px}}@supports (background:-webkit-named-image(i)){.happy2-call-panel{--happy2-call-duration-y:0px;--happy2-call-name-y:-1px;--happy2-call-state-y:-1px;--happy2-call-caller-name-y:-1px;--happy2-call-caller-sub-y:-.5px}}.happy2-policy-control{box-sizing:border-box;border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-md);background:var(--happy2-bg-surface);color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;flex-direction:column;gap:20px;padding:20px;display:flex}.happy2-policy-control__section{flex-direction:column;gap:16px;min-width:0;display:flex}.happy2-policy-control__header{flex-direction:column;gap:4px;min-width:0;display:flex}.happy2-policy-control__title{color:var(--happy2-text);font-family:var(--happy2-font-ui);letter-spacing:0;margin:0;font-size:13px;font-weight:600;line-height:20px}.happy2-policy-control__help{color:var(--happy2-text-muted);font-family:var(--happy2-font-ui);margin:0;font-size:12px;font-weight:400;line-height:16px}.happy2-policy-control__rule{box-sizing:border-box;background:var(--happy2-border);border:0;width:100%;height:1px;margin:0}.happy2-policy-control .happy2-form-row{border-bottom:0;padding:0}.happy2-secret-reveal,.happy2-secret-reveal *{box-sizing:border-box}.happy2-secret-reveal{border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-md);background-color:var(--happy2-bg-surface);min-width:0;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;flex-direction:column;flex:none;gap:12px;margin:0;padding:16px;display:flex}.happy2-secret-reveal__header{flex:none;justify-content:space-between;align-items:center;gap:12px;min-width:0;min-height:28px;display:flex}.happy2-secret-reveal__heading{flex-direction:column;flex:auto;gap:2px;min-width:0;display:flex}.happy2-secret-reveal__label{color:var(--happy2-text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;line-height:16px;display:block;overflow:hidden}.happy2-secret-reveal__meta{color:var(--happy2-text-muted);font-family:var(--happy2-font-mono);font-variant-numeric:lining-nums tabular-nums;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:500;line-height:16px;display:block;overflow:hidden}.happy2-secret-reveal__actions{flex:none;align-items:center;gap:6px;display:flex}.happy2-secret-reveal__field{border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-sm);background-color:var(--happy2-bg-code);min-width:0;padding:12px 14px;display:block}.happy2-secret-reveal__token{min-width:0;color:var(--happy2-text-secondary);font-family:var(--happy2-font-mono);letter-spacing:0;font-variant-numeric:lining-nums tabular-nums;white-space:pre-wrap;word-break:break-all;margin:0;font-size:13px;font-weight:500;line-height:20px;display:block}.happy2-secret-reveal__field[data-revealed] .happy2-secret-reveal__token{color:var(--happy2-text)}.happy2-emoji-picker,.happy2-emoji-picker *{box-sizing:border-box}.happy2-emoji-picker{background:var(--happy2-bg-raised);border:1px solid var(--happy2-border-strong);border-radius:var(--happy2-radius-md);color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;flex-direction:column;gap:8px;padding:8px;display:flex;box-shadow:0 12px 32px #00000073}.happy2-emoji-picker__search{display:block}.happy2-emoji-picker__search .happy2-text-field__control{border-top-left-radius:1px;border-top-right-radius:1px}.happy2-emoji-picker__section{flex-direction:column;flex:none;gap:8px;display:flex}.happy2-emoji-picker__label{height:20px;color:var(--happy2-text-faint);font-family:var(--happy2-font-mono);letter-spacing:.08em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;flex:none;padding:0 6px;font-size:11px;font-weight:700;line-height:20px;display:block;overflow:hidden}.happy2-emoji-picker__grid{justify-content:start;display:grid}.happy2-emoji-picker__cell{border-radius:var(--happy2-radius-sm);width:36px;height:36px;color:inherit;appearance:none;cursor:pointer;background:0 0;border:none;flex:none;justify-content:center;align-items:center;margin:0;padding:0;transition:background-color .12s;display:flex}[data-happy2-ui=emoji-picker-all-section] .happy2-emoji-picker__cell[data-picker-bottom-left]{border-bottom-left-radius:1px}[data-happy2-ui=emoji-picker-all-section] .happy2-emoji-picker__cell[data-picker-bottom-right]{border-bottom-right-radius:1px}.happy2-emoji-picker__cell:hover{background:var(--happy2-bg-hover)}.happy2-emoji-picker__cell:focus-visible{outline:var(--happy2-focus-ring);outline-offset:-2px}.happy2-emoji-picker__art{width:24px;height:24px;font-family:var(--happy2-font-emoji);flex:none;justify-content:center;align-items:center;font-size:18px;line-height:24px;display:flex}.happy2-emoji-picker__glyph{transform:translate(var(--happy2-emoji-x,0px), var(--happy2-emoji-y,0px));line-height:24px;display:block}.happy2-emoji-picker__image{object-fit:contain;width:24px;height:24px;display:block}.happy2-emoji-picker{--happy2-emoji-x:1.5px;--happy2-emoji-y:0px}@supports ((-moz-appearance:none)){.happy2-emoji-picker{--happy2-emoji-x:2px;--happy2-emoji-y:1px}}@supports (background:-webkit-named-image(i)){.happy2-emoji-picker{--happy2-emoji-x:0px;--happy2-emoji-y:-.5px}}.happy2-emoji-picker__empty{min-height:36px;color:var(--happy2-text-muted);align-items:center;padding:0 6px;font-size:13px;font-weight:500;line-height:20px;display:flex}.happy2-automation-card,.happy2-automation-card *{box-sizing:border-box}.happy2-automation-card{border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-md);background-color:var(--happy2-bg-surface);max-width:400px;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;flex-direction:column;gap:12px;margin:0;padding:16px;display:flex}.happy2-automation-card__header{align-items:center;gap:12px;min-height:20px;display:flex}.happy2-automation-card__name{min-width:0;color:var(--happy2-text);letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;translate:0 var(--happy2-automation-name-y,0px);flex:auto;font-size:15px;font-weight:700;line-height:20px;display:block;overflow:hidden}.happy2-automation-card__switch{flex:none;display:flex}.happy2-automation-card__flow{align-items:center;gap:8px;height:18px;display:flex}.happy2-automation-card__trigger,.happy2-automation-card__action{flex:none;display:flex}.happy2-automation-card__arrow{color:var(--happy2-text-faint);flex:none;justify-content:center;align-items:center;display:flex}.happy2-automation-card__detail{min-height:18px;color:var(--happy2-text-secondary);white-space:nowrap;align-items:center;gap:6px;font-size:13px;font-weight:400;line-height:18px;display:flex;overflow:hidden}.happy2-automation-card__label{text-overflow:ellipsis;translate:0 var(--happy2-automation-detail-y,0px);flex:0 auto;display:block;overflow:hidden}.happy2-automation-card__detail-sep{color:var(--happy2-text-faint);flex:none;display:block}.happy2-automation-card__error{display:block}.happy2-automation-card__footer{align-items:center;gap:12px;min-height:28px;display:flex}.happy2-automation-card__meta{min-width:0;font-family:var(--happy2-font-mono);color:var(--happy2-text-muted);white-space:nowrap;flex:none;align-items:center;gap:8px;font-size:12px;font-weight:500;line-height:16px;display:flex}.happy2-automation-card__last,.happy2-automation-card__next{translate:0 var(--happy2-automation-meta-y,0px);display:block}.happy2-automation-card__meta-sep{color:var(--happy2-text-faint);flex:none;display:block}.happy2-automation-card__run{flex:none;margin-left:auto;display:flex}.happy2-automation-card{--happy2-automation-name-y:-.5px;--happy2-automation-detail-y:0px;--happy2-automation-meta-y:0px}@supports ((-moz-appearance:none)){.happy2-automation-card{--happy2-automation-name-y:-1px;--happy2-automation-detail-y:-.5px;--happy2-automation-meta-y:-.5px}}@supports (background:-webkit-named-image(i)){.happy2-automation-card{--happy2-automation-name-y:-.5px;--happy2-automation-detail-y:-.5px;--happy2-automation-meta-y:-.5px}}.happy2-moderation-report-card,.happy2-moderation-report-card *{box-sizing:border-box}.happy2-moderation-report-card{background:var(--happy2-bg-surface);border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-md);width:100%;max-width:520px;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;flex-direction:column;gap:12px;margin:0;padding:16px;display:flex}.happy2-moderation-report-card__header{flex:none;align-items:center;gap:12px;min-width:0;min-height:36px;display:flex}.happy2-moderation-report-card__kind{background:var(--happy2-bg-inset);border-radius:var(--happy2-radius-sm);width:36px;height:36px;color:var(--happy2-text-secondary);flex:none;place-items:center;display:grid}.happy2-moderation-report-card__target{flex-direction:column;flex:auto;gap:0;min-width:0;display:flex}.happy2-moderation-report-card__target-label{color:var(--happy2-text);letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;line-height:20px;display:block;overflow:hidden}.happy2-moderation-report-card__target-sub{color:var(--happy2-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;line-height:16px;display:block;overflow:hidden}.happy2-moderation-report-card__status{flex:none;align-items:center;display:flex}.happy2-moderation-report-card__reason{background:var(--happy2-bg-inset);border-radius:var(--happy2-radius-sm);flex:none;align-items:center;gap:8px;min-width:0;padding:8px 12px;display:flex}.happy2-moderation-report-card__reason-icon{color:var(--happy2-text-secondary);flex:none}.happy2-moderation-report-card__reason-text{min-width:0;color:var(--happy2-text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;line-height:18px;display:block;overflow:hidden}.happy2-moderation-report-card__details{color:var(--happy2-text-secondary);flex:none;margin:0;font-size:13px;font-weight:400;line-height:18px}.happy2-moderation-report-card__meta{flex:none;align-items:center;gap:16px;min-width:0;min-height:20px;display:flex}.happy2-moderation-report-card__party{flex:none;align-items:center;gap:6px;min-width:0;display:flex}.happy2-moderation-report-card__party-caption{color:var(--happy2-text-muted);white-space:nowrap;font-size:12px;font-weight:500;line-height:16px;display:block}.happy2-moderation-report-card__party-name{color:var(--happy2-text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;line-height:16px;display:block;overflow:hidden}.happy2-moderation-report-card__time{color:var(--happy2-text-muted);flex:none;align-items:center;gap:4px;margin-left:auto;display:flex}.happy2-moderation-report-card__time-icon{color:var(--happy2-text-muted);flex:none}.happy2-moderation-report-card__time-label{white-space:nowrap;font-variant-numeric:lining-nums tabular-nums;font-size:12px;font-weight:500;line-height:16px;display:block}.happy2-moderation-report-card__actions{border-top:1px solid var(--happy2-border);flex:none;justify-content:flex-end;align-items:center;gap:8px;padding-top:12px;display:flex}.happy2-agent-image-panel,.happy2-agent-image-panel *{box-sizing:border-box}.happy2-agent-image-panel{min-height:0;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;flex-direction:column;flex:1;gap:16px;display:flex;position:relative}.happy2-agent-image-panel__header{flex:none;align-items:center;gap:12px;display:flex}.happy2-agent-image-panel__heading{flex-direction:column;gap:2px;min-width:0;display:flex}.happy2-agent-image-panel__title{color:var(--happy2-text);font-size:15px;font-weight:600;line-height:20px}.happy2-agent-image-panel__subtitle{color:var(--happy2-text-muted);font-size:13px;line-height:18px}.happy2-agent-image-panel__actions{align-items:center;gap:8px;margin-left:auto;display:flex}.happy2-agent-image-panel__name{flex-direction:column;gap:2px;min-width:0;display:flex}.happy2-agent-image-panel__name-head{align-items:center;gap:8px;min-width:0;display:flex}.happy2-agent-image-panel__name-text{text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.happy2-agent-image-panel__subline{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-family:var(--happy2-font-mono);color:var(--happy2-text-muted);font-size:12px;line-height:16px;overflow:hidden}.happy2-agent-image-panel__subline[data-tone=danger]{color:var(--happy2-danger)}.happy2-agent-image-panel__status{flex-direction:column;align-items:flex-start;gap:6px;min-width:0;display:flex}.happy2-agent-image-panel__progress{align-items:center;gap:8px;width:100%;display:flex}.happy2-agent-image-panel__progress-track{border-radius:var(--happy2-radius-pill);background:var(--happy2-bg-inset);flex:auto;min-width:0;height:4px;position:relative;overflow:hidden}.happy2-agent-image-panel__progress-fill{border-radius:var(--happy2-radius-pill);background:var(--happy2-brand-gradient);transition:width .24s;position:absolute;inset:0 auto 0 0}.happy2-agent-image-panel__progress-value{font-family:var(--happy2-font-mono);color:var(--happy2-text-muted);font-variant-numeric:tabular-nums;flex:none;font-size:11px;line-height:14px}.happy2-agent-image-panel__row-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.happy2-agent-image-panel__overlay{z-index:30;background:#0000007a;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}.happy2-agent-image-panel__modal-actions{align-items:center;gap:8px;display:flex}.happy2-agent-image-panel__form{flex-direction:column;gap:12px;display:flex}.happy2-agent-image-detail,.happy2-agent-image-detail *{box-sizing:border-box}.happy2-agent-image-detail{min-width:0;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;flex-direction:column;gap:16px;display:flex}.happy2-agent-image-detail__status{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.happy2-agent-image-detail__progress{flex:160px;align-items:center;gap:8px;min-width:120px;display:flex}.happy2-agent-image-detail__progress-track{border-radius:var(--happy2-radius-pill);background:var(--happy2-bg-inset);flex:auto;min-width:0;height:4px;position:relative;overflow:hidden}.happy2-agent-image-detail__progress-fill{border-radius:var(--happy2-radius-pill);background:var(--happy2-brand-gradient);transition:width .24s;position:absolute;inset:0 auto 0 0}.happy2-agent-image-detail__progress-value{font-family:var(--happy2-font-mono);color:var(--happy2-text-muted);font-variant-numeric:tabular-nums;flex:none;font-size:11px;line-height:14px}.happy2-agent-image-detail__section{flex-direction:column;gap:6px;min-width:0;display:flex}.happy2-agent-image-detail__section-head{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.happy2-agent-image-detail__section-label{letter-spacing:.72px;text-transform:uppercase;color:var(--happy2-text-muted);font-size:12px;font-weight:600}.happy2-agent-image-detail__section-note{color:var(--happy2-text-faint);font-size:11px;line-height:14px}.happy2-agent-image-detail__code{border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-md);background:var(--happy2-bg-code);max-height:260px;color:var(--happy2-text-secondary);font-family:var(--happy2-font-mono);white-space:pre;tab-size:4;margin:0;padding:12px 14px;font-size:12px;line-height:18px;overflow:auto}.happy2-agent-image-detail__empty{border:1px dashed var(--happy2-border-strong);border-radius:var(--happy2-radius-md);color:var(--happy2-text-muted);margin:0;padding:12px 14px;font-size:13px;line-height:18px}.happy2-agent-secret-panel,.happy2-agent-secret-panel *{box-sizing:border-box}.happy2-agent-secret-panel{min-height:0;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;flex-direction:column;flex:1;gap:16px;display:flex;position:relative}.happy2-agent-secret-panel__header{flex:none;align-items:center;gap:12px;display:flex}.happy2-agent-secret-panel__heading{flex-direction:column;gap:2px;min-width:0;display:flex}.happy2-agent-secret-panel__title{color:var(--happy2-text);font-size:15px;font-weight:600;line-height:20px}.happy2-agent-secret-panel__subtitle{color:var(--happy2-text-muted);font-size:13px;line-height:18px}.happy2-agent-secret-panel__actions{align-items:center;gap:8px;margin-left:auto;display:flex}.happy2-agent-secret-panel__secret{flex-direction:column;gap:2px;min-width:0;display:flex}.happy2-agent-secret-panel__description{text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.happy2-agent-secret-panel__id{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-family:var(--happy2-font-mono);color:var(--happy2-text-muted);font-size:12px;line-height:16px;overflow:hidden}.happy2-agent-secret-panel__variables{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;display:flex}.happy2-agent-secret-panel__overflow{font-family:var(--happy2-font-mono);color:var(--happy2-text-muted);font-variant-numeric:tabular-nums;font-size:12px;line-height:16px}.happy2-agent-secret-panel__none{color:var(--happy2-text-muted)}.happy2-agent-secret-panel__attachments{align-items:center;gap:14px;min-width:0;display:flex}.happy2-agent-secret-panel__count{color:var(--happy2-text-secondary);font-variant-numeric:tabular-nums;align-items:center;gap:6px;font-size:13px;line-height:16px;display:inline-flex}.happy2-agent-secret-panel__count .happy2-icon{color:var(--happy2-text-muted)}.happy2-agent-secret-panel__row-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.happy2-agent-secret-panel__overlay{z-index:30;background:#0000007a;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}.happy2-agent-secret-panel__modal-actions{align-items:center;gap:8px;display:flex}.happy2-agent-secret-panel__form{flex-direction:column;gap:16px;display:flex}.happy2-agent-secret-panel__variables-field{flex-direction:column;gap:8px;display:flex}.happy2-agent-secret-panel__variables-head{flex-direction:column;gap:2px;display:flex}.happy2-agent-secret-panel__variables-label{color:var(--happy2-text);font-size:13px;font-weight:500;line-height:18px}.happy2-agent-secret-panel__variables-note{color:var(--happy2-text-muted);font-size:12px;line-height:16px}.happy2-agent-secret-panel__variables-list{flex-direction:column;gap:8px;display:flex}.happy2-agent-secret-panel__variable-row{align-items:center;gap:8px;display:flex}.happy2-agent-secret-panel__variable-name{flex:none;width:180px}.happy2-agent-secret-panel__variable-value{flex:auto;min-width:0}.happy2-agent-secret-panel__add-variable{align-self:flex-start}.happy2-agent-secret-detail,.happy2-agent-secret-detail *{box-sizing:border-box}.happy2-agent-secret-detail{min-width:0;color:var(--happy2-text);font-family:var(--happy2-font-ui);font-synthesis:none;flex-direction:column;gap:20px;display:flex}.happy2-agent-secret-detail__section{flex-direction:column;gap:8px;min-width:0;display:flex}.happy2-agent-secret-detail__section-head{align-items:baseline;gap:8px;display:flex}.happy2-agent-secret-detail__section-label{letter-spacing:.72px;text-transform:uppercase;color:var(--happy2-text-muted);font-size:12px;font-weight:600}.happy2-agent-secret-detail__section-count{font-family:var(--happy2-font-mono);color:var(--happy2-text-faint);font-variant-numeric:tabular-nums;font-size:12px;line-height:16px}.happy2-agent-secret-detail__variables{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;display:flex}.happy2-agent-secret-detail__note{color:var(--happy2-text-muted);align-items:center;gap:6px;margin:0;font-size:12px;line-height:16px;display:flex}.happy2-agent-secret-detail__note .happy2-icon{color:var(--happy2-text-faint)}.happy2-agent-secret-detail__bindings{flex-direction:column;gap:6px;display:flex}.happy2-agent-secret-detail__binding{border:1px solid var(--happy2-border);border-radius:var(--happy2-radius-md);background:var(--happy2-bg-inset);align-items:center;gap:10px;padding:8px 10px;display:flex}.happy2-agent-secret-detail__binding-icon{color:var(--happy2-text-muted);flex:none;justify-content:center;align-items:center;display:inline-flex}.happy2-agent-secret-detail__binding-text{flex-direction:column;gap:1px;min-width:0;margin-right:auto;display:flex}.happy2-agent-secret-detail__binding-name{text-overflow:ellipsis;white-space:nowrap;color:var(--happy2-text);font-size:13px;font-weight:500;line-height:18px;overflow:hidden}.happy2-agent-secret-detail__binding-secondary{text-overflow:ellipsis;white-space:nowrap;font-family:var(--happy2-font-mono);color:var(--happy2-text-muted);font-size:12px;line-height:16px;overflow:hidden}.happy2-agent-secret-detail__empty{border:1px dashed var(--happy2-border-strong);border-radius:var(--happy2-radius-md);color:var(--happy2-text-muted);margin:0;padding:12px 14px;font-size:13px;line-height:18px}.happy2-agent-secret-detail__picker{margin-top:2px}
|