happy2 0.0.13 → 0.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (300) hide show
  1. package/package.json +1 -1
  2. package/packages/happy2-server/PLUGINS.md +202 -42
  3. package/packages/happy2-server/dist/index.d.ts +1 -0
  4. package/packages/happy2-server/dist/index.d.ts.map +1 -1
  5. package/packages/happy2-server/dist/index.js +1 -0
  6. package/packages/happy2-server/dist/index.js.map +1 -1
  7. package/packages/happy2-server/dist/modules/agent/agentChatGetContext.d.ts.map +1 -1
  8. package/packages/happy2-server/dist/modules/agent/agentChatGetContext.js +1 -1
  9. package/packages/happy2-server/dist/modules/agent/agentChatGetContext.js.map +1 -1
  10. package/packages/happy2-server/dist/modules/agent/agentConversationCreate.d.ts.map +1 -1
  11. package/packages/happy2-server/dist/modules/agent/agentConversationCreate.js +1 -1
  12. package/packages/happy2-server/dist/modules/agent/agentConversationCreate.js.map +1 -1
  13. package/packages/happy2-server/dist/modules/agent/agentCreate.d.ts.map +1 -1
  14. package/packages/happy2-server/dist/modules/agent/agentCreate.js +2 -2
  15. package/packages/happy2-server/dist/modules/agent/agentCreate.js.map +1 -1
  16. package/packages/happy2-server/dist/modules/agent/agentDefaultCreate.d.ts.map +1 -1
  17. package/packages/happy2-server/dist/modules/agent/agentDefaultCreate.js +1 -1
  18. package/packages/happy2-server/dist/modules/agent/agentDefaultCreate.js.map +1 -1
  19. package/packages/happy2-server/dist/modules/agent/agentImageCommitChange.js +1 -1
  20. package/packages/happy2-server/dist/modules/agent/agentImageCommitChange.js.map +1 -1
  21. package/packages/happy2-server/dist/modules/agent/agentImageCreate.d.ts +4 -3
  22. package/packages/happy2-server/dist/modules/agent/agentImageCreate.d.ts.map +1 -1
  23. package/packages/happy2-server/dist/modules/agent/agentImageCreate.js +73 -23
  24. package/packages/happy2-server/dist/modules/agent/agentImageCreate.js.map +1 -1
  25. package/packages/happy2-server/dist/modules/agent/agentImageDeactivate.d.ts +15 -0
  26. package/packages/happy2-server/dist/modules/agent/agentImageDeactivate.d.ts.map +1 -0
  27. package/packages/happy2-server/dist/modules/agent/agentImageDeactivate.js +92 -0
  28. package/packages/happy2-server/dist/modules/agent/agentImageDeactivate.js.map +1 -0
  29. package/packages/happy2-server/dist/modules/agent/agentImageDockerfileGetForHost.d.ts +12 -0
  30. package/packages/happy2-server/dist/modules/agent/agentImageDockerfileGetForHost.d.ts.map +1 -0
  31. package/packages/happy2-server/dist/modules/agent/agentImageDockerfileGetForHost.js +28 -0
  32. package/packages/happy2-server/dist/modules/agent/agentImageDockerfileGetForHost.js.map +1 -0
  33. package/packages/happy2-server/dist/modules/agent/agentImageFindDefinition.d.ts.map +1 -1
  34. package/packages/happy2-server/dist/modules/agent/agentImageFindDefinition.js +2 -2
  35. package/packages/happy2-server/dist/modules/agent/agentImageFindDefinition.js.map +1 -1
  36. package/packages/happy2-server/dist/modules/agent/agentImageGet.js +2 -2
  37. package/packages/happy2-server/dist/modules/agent/agentImageGet.js.map +1 -1
  38. package/packages/happy2-server/dist/modules/agent/agentImageGetChangeContext.js +1 -1
  39. package/packages/happy2-server/dist/modules/agent/agentImageGetChangeContext.js.map +1 -1
  40. package/packages/happy2-server/dist/modules/agent/agentImageGetReadyDefault.d.ts.map +1 -1
  41. package/packages/happy2-server/dist/modules/agent/agentImageGetReadyDefault.js +2 -2
  42. package/packages/happy2-server/dist/modules/agent/agentImageGetReadyDefault.js.map +1 -1
  43. package/packages/happy2-server/dist/modules/agent/agentImageList.d.ts.map +1 -1
  44. package/packages/happy2-server/dist/modules/agent/agentImageList.js +2 -1
  45. package/packages/happy2-server/dist/modules/agent/agentImageList.js.map +1 -1
  46. package/packages/happy2-server/dist/modules/agent/agentImageListForHost.d.ts +17 -0
  47. package/packages/happy2-server/dist/modules/agent/agentImageListForHost.d.ts.map +1 -0
  48. package/packages/happy2-server/dist/modules/agent/agentImageListForHost.js +38 -0
  49. package/packages/happy2-server/dist/modules/agent/agentImageListForHost.js.map +1 -0
  50. package/packages/happy2-server/dist/modules/agent/agentImageListRequestedBuildIds.d.ts.map +1 -1
  51. package/packages/happy2-server/dist/modules/agent/agentImageListRequestedBuildIds.js +2 -2
  52. package/packages/happy2-server/dist/modules/agent/agentImageListRequestedBuildIds.js.map +1 -1
  53. package/packages/happy2-server/dist/modules/agent/agentImageRequestBuild.js +3 -3
  54. package/packages/happy2-server/dist/modules/agent/agentImageRequestBuild.js.map +1 -1
  55. package/packages/happy2-server/dist/modules/agent/agentImageSetDefault.d.ts +4 -3
  56. package/packages/happy2-server/dist/modules/agent/agentImageSetDefault.d.ts.map +1 -1
  57. package/packages/happy2-server/dist/modules/agent/agentImageSetDefault.js +10 -6
  58. package/packages/happy2-server/dist/modules/agent/agentImageSetDefault.js.map +1 -1
  59. package/packages/happy2-server/dist/modules/agent/agentImageTakeBuild.js +2 -2
  60. package/packages/happy2-server/dist/modules/agent/agentImageTakeBuild.js.map +1 -1
  61. package/packages/happy2-server/dist/modules/agent/agentSkillHomeGet.d.ts +4 -0
  62. package/packages/happy2-server/dist/modules/agent/agentSkillHomeGet.d.ts.map +1 -0
  63. package/packages/happy2-server/dist/modules/agent/agentSkillHomeGet.js +15 -0
  64. package/packages/happy2-server/dist/modules/agent/agentSkillHomeGet.js.map +1 -0
  65. package/packages/happy2-server/dist/modules/agent/agentSkillHomeGet.test.d.ts +2 -0
  66. package/packages/happy2-server/dist/modules/agent/agentSkillHomeGet.test.d.ts.map +1 -0
  67. package/packages/happy2-server/dist/modules/agent/agentSkillHomeGet.test.js +17 -0
  68. package/packages/happy2-server/dist/modules/agent/agentSkillHomeGet.test.js.map +1 -0
  69. package/packages/happy2-server/dist/modules/agent/agentTurnGetPluginContext.d.ts +23 -0
  70. package/packages/happy2-server/dist/modules/agent/agentTurnGetPluginContext.d.ts.map +1 -0
  71. package/packages/happy2-server/dist/modules/agent/agentTurnGetPluginContext.js +70 -0
  72. package/packages/happy2-server/dist/modules/agent/agentTurnGetPluginContext.js.map +1 -0
  73. package/packages/happy2-server/dist/modules/agents/service.d.ts +23 -6
  74. package/packages/happy2-server/dist/modules/agents/service.d.ts.map +1 -1
  75. package/packages/happy2-server/dist/modules/agents/service.js +21 -7
  76. package/packages/happy2-server/dist/modules/agents/service.js.map +1 -1
  77. package/packages/happy2-server/dist/modules/auth/tokens.d.ts +15 -0
  78. package/packages/happy2-server/dist/modules/auth/tokens.d.ts.map +1 -1
  79. package/packages/happy2-server/dist/modules/auth/tokens.js +74 -6
  80. package/packages/happy2-server/dist/modules/auth/tokens.js.map +1 -1
  81. package/packages/happy2-server/dist/modules/auth/tokens.test.js +57 -0
  82. package/packages/happy2-server/dist/modules/auth/tokens.test.js.map +1 -1
  83. package/packages/happy2-server/dist/modules/chat/channelCreateWithMembers.d.ts +19 -0
  84. package/packages/happy2-server/dist/modules/chat/channelCreateWithMembers.d.ts.map +1 -0
  85. package/packages/happy2-server/dist/modules/chat/channelCreateWithMembers.js +87 -0
  86. package/packages/happy2-server/dist/modules/chat/channelCreateWithMembers.js.map +1 -0
  87. package/packages/happy2-server/dist/modules/chat/channelMembersUpdate.d.ts +15 -0
  88. package/packages/happy2-server/dist/modules/chat/channelMembersUpdate.d.ts.map +1 -0
  89. package/packages/happy2-server/dist/modules/chat/channelMembersUpdate.js +38 -0
  90. package/packages/happy2-server/dist/modules/chat/channelMembersUpdate.js.map +1 -0
  91. package/packages/happy2-server/dist/modules/chat/chatAppendAudit.d.ts +1 -1
  92. package/packages/happy2-server/dist/modules/chat/chatAppendAudit.d.ts.map +1 -1
  93. package/packages/happy2-server/dist/modules/draft/draftList.d.ts +8 -0
  94. package/packages/happy2-server/dist/modules/draft/draftList.d.ts.map +1 -0
  95. package/packages/happy2-server/dist/modules/draft/draftList.js +27 -0
  96. package/packages/happy2-server/dist/modules/draft/draftList.js.map +1 -0
  97. package/packages/happy2-server/dist/modules/draft/draftUpdate.d.ts +16 -0
  98. package/packages/happy2-server/dist/modules/draft/draftUpdate.d.ts.map +1 -0
  99. package/packages/happy2-server/dist/modules/draft/draftUpdate.js +64 -0
  100. package/packages/happy2-server/dist/modules/draft/draftUpdate.js.map +1 -0
  101. package/packages/happy2-server/dist/modules/draft/types.d.ts +7 -0
  102. package/packages/happy2-server/dist/modules/draft/types.d.ts.map +1 -0
  103. package/packages/happy2-server/dist/modules/draft/types.js +2 -0
  104. package/packages/happy2-server/dist/modules/draft/types.js.map +1 -0
  105. package/packages/happy2-server/dist/modules/plugin/catalog.d.ts.map +1 -1
  106. package/packages/happy2-server/dist/modules/plugin/catalog.js +3 -3
  107. package/packages/happy2-server/dist/modules/plugin/catalog.js.map +1 -1
  108. package/packages/happy2-server/dist/modules/plugin/catalog.test.js +2 -2
  109. package/packages/happy2-server/dist/modules/plugin/catalog.test.js.map +1 -1
  110. package/packages/happy2-server/dist/modules/plugin/environmentManagementServer.test.d.ts +2 -0
  111. package/packages/happy2-server/dist/modules/plugin/environmentManagementServer.test.d.ts.map +1 -0
  112. package/packages/happy2-server/dist/modules/plugin/environmentManagementServer.test.js +183 -0
  113. package/packages/happy2-server/dist/modules/plugin/environmentManagementServer.test.js.map +1 -0
  114. package/packages/happy2-server/dist/modules/plugin/impl/apiPermissions.d.ts +5 -0
  115. package/packages/happy2-server/dist/modules/plugin/impl/apiPermissions.d.ts.map +1 -0
  116. package/packages/happy2-server/dist/modules/plugin/impl/apiPermissions.js +128 -0
  117. package/packages/happy2-server/dist/modules/plugin/impl/apiPermissions.js.map +1 -0
  118. package/packages/happy2-server/dist/modules/plugin/impl/asInstallation.d.ts.map +1 -1
  119. package/packages/happy2-server/dist/modules/plugin/impl/asInstallation.js +10 -1
  120. package/packages/happy2-server/dist/modules/plugin/impl/asInstallation.js.map +1 -1
  121. package/packages/happy2-server/dist/modules/plugin/impl/asManagementRequest.d.ts +3 -0
  122. package/packages/happy2-server/dist/modules/plugin/impl/asManagementRequest.d.ts.map +1 -0
  123. package/packages/happy2-server/dist/modules/plugin/impl/asManagementRequest.js +68 -0
  124. package/packages/happy2-server/dist/modules/plugin/impl/asManagementRequest.js.map +1 -0
  125. package/packages/happy2-server/dist/modules/plugin/impl/asPlugin.d.ts.map +1 -1
  126. package/packages/happy2-server/dist/modules/plugin/impl/asPlugin.js +10 -2
  127. package/packages/happy2-server/dist/modules/plugin/impl/asPlugin.js.map +1 -1
  128. package/packages/happy2-server/dist/modules/plugin/impl/installationSelection.d.ts +19 -0
  129. package/packages/happy2-server/dist/modules/plugin/impl/installationSelection.d.ts.map +1 -1
  130. package/packages/happy2-server/dist/modules/plugin/impl/installationSelection.js +1 -0
  131. package/packages/happy2-server/dist/modules/plugin/impl/installationSelection.js.map +1 -1
  132. package/packages/happy2-server/dist/modules/plugin/impl/installedManifest.d.ts.map +1 -1
  133. package/packages/happy2-server/dist/modules/plugin/impl/installedManifest.js +4 -2
  134. package/packages/happy2-server/dist/modules/plugin/impl/installedManifest.js.map +1 -1
  135. package/packages/happy2-server/dist/modules/plugin/impl/installedManifest.test.js +14 -0
  136. package/packages/happy2-server/dist/modules/plugin/impl/installedManifest.test.js.map +1 -1
  137. package/packages/happy2-server/dist/modules/plugin/impl/managementRequestSelection.d.ts +345 -0
  138. package/packages/happy2-server/dist/modules/plugin/impl/managementRequestSelection.d.ts.map +1 -0
  139. package/packages/happy2-server/dist/modules/plugin/impl/managementRequestSelection.js +22 -0
  140. package/packages/happy2-server/dist/modules/plugin/impl/managementRequestSelection.js.map +1 -0
  141. package/packages/happy2-server/dist/modules/plugin/packageLinkDownloader.d.ts +16 -0
  142. package/packages/happy2-server/dist/modules/plugin/packageLinkDownloader.d.ts.map +1 -0
  143. package/packages/happy2-server/dist/modules/plugin/packageLinkDownloader.js +73 -0
  144. package/packages/happy2-server/dist/modules/plugin/packageLinkDownloader.js.map +1 -0
  145. package/packages/happy2-server/dist/modules/plugin/packageLinkDownloader.test.d.ts +2 -0
  146. package/packages/happy2-server/dist/modules/plugin/packageLinkDownloader.test.d.ts.map +1 -0
  147. package/packages/happy2-server/dist/modules/plugin/packageLinkDownloader.test.js +37 -0
  148. package/packages/happy2-server/dist/modules/plugin/packageLinkDownloader.test.js.map +1 -0
  149. package/packages/happy2-server/dist/modules/plugin/packageStore.d.ts +14 -1
  150. package/packages/happy2-server/dist/modules/plugin/packageStore.d.ts.map +1 -1
  151. package/packages/happy2-server/dist/modules/plugin/packageStore.js +112 -1
  152. package/packages/happy2-server/dist/modules/plugin/packageStore.js.map +1 -1
  153. package/packages/happy2-server/dist/modules/plugin/packageStore.test.d.ts +2 -0
  154. package/packages/happy2-server/dist/modules/plugin/packageStore.test.d.ts.map +1 -0
  155. package/packages/happy2-server/dist/modules/plugin/packageStore.test.js +50 -0
  156. package/packages/happy2-server/dist/modules/plugin/packageStore.test.js.map +1 -0
  157. package/packages/happy2-server/dist/modules/plugin/pluginAgentCallContextGet.d.ts +5 -0
  158. package/packages/happy2-server/dist/modules/plugin/pluginAgentCallContextGet.d.ts.map +1 -0
  159. package/packages/happy2-server/dist/modules/plugin/pluginAgentCallContextGet.js +26 -0
  160. package/packages/happy2-server/dist/modules/plugin/pluginAgentCallContextGet.js.map +1 -0
  161. package/packages/happy2-server/dist/modules/plugin/pluginCatalogList.d.ts.map +1 -1
  162. package/packages/happy2-server/dist/modules/plugin/pluginCatalogList.js +7 -3
  163. package/packages/happy2-server/dist/modules/plugin/pluginCatalogList.js.map +1 -1
  164. package/packages/happy2-server/dist/modules/plugin/pluginDeveloperServer.test.d.ts +2 -0
  165. package/packages/happy2-server/dist/modules/plugin/pluginDeveloperServer.test.d.ts.map +1 -0
  166. package/packages/happy2-server/dist/modules/plugin/pluginDeveloperServer.test.js +44 -0
  167. package/packages/happy2-server/dist/modules/plugin/pluginDeveloperServer.test.js.map +1 -0
  168. package/packages/happy2-server/dist/modules/plugin/pluginInstall.d.ts +4 -2
  169. package/packages/happy2-server/dist/modules/plugin/pluginInstall.d.ts.map +1 -1
  170. package/packages/happy2-server/dist/modules/plugin/pluginInstall.js +21 -4
  171. package/packages/happy2-server/dist/modules/plugin/pluginInstall.js.map +1 -1
  172. package/packages/happy2-server/dist/modules/plugin/pluginInstallationGetContainerName.d.ts +7 -0
  173. package/packages/happy2-server/dist/modules/plugin/pluginInstallationGetContainerName.d.ts.map +1 -0
  174. package/packages/happy2-server/dist/modules/plugin/pluginInstallationGetContainerName.js +18 -0
  175. package/packages/happy2-server/dist/modules/plugin/pluginInstallationGetContainerName.js.map +1 -0
  176. package/packages/happy2-server/dist/modules/plugin/pluginInstallationGetRequestUninstallContext.d.ts +13 -0
  177. package/packages/happy2-server/dist/modules/plugin/pluginInstallationGetRequestUninstallContext.d.ts.map +1 -0
  178. package/packages/happy2-server/dist/modules/plugin/pluginInstallationGetRequestUninstallContext.js +35 -0
  179. package/packages/happy2-server/dist/modules/plugin/pluginInstallationGetRequestUninstallContext.js.map +1 -0
  180. package/packages/happy2-server/dist/modules/plugin/pluginInstallationGetRuntimeConfiguration.d.ts.map +1 -1
  181. package/packages/happy2-server/dist/modules/plugin/pluginInstallationGetRuntimeConfiguration.js +8 -2
  182. package/packages/happy2-server/dist/modules/plugin/pluginInstallationGetRuntimeConfiguration.js.map +1 -1
  183. package/packages/happy2-server/dist/modules/plugin/pluginInstallationGetUninstallContext.d.ts +6 -0
  184. package/packages/happy2-server/dist/modules/plugin/pluginInstallationGetUninstallContext.d.ts.map +1 -0
  185. package/packages/happy2-server/dist/modules/plugin/pluginInstallationGetUninstallContext.js +17 -0
  186. package/packages/happy2-server/dist/modules/plugin/pluginInstallationGetUninstallContext.js.map +1 -0
  187. package/packages/happy2-server/dist/modules/plugin/pluginInstallationPermissionsUpdate.d.ts +18 -0
  188. package/packages/happy2-server/dist/modules/plugin/pluginInstallationPermissionsUpdate.d.ts.map +1 -0
  189. package/packages/happy2-server/dist/modules/plugin/pluginInstallationPermissionsUpdate.js +92 -0
  190. package/packages/happy2-server/dist/modules/plugin/pluginInstallationPermissionsUpdate.js.map +1 -0
  191. package/packages/happy2-server/dist/modules/plugin/pluginInstallationUninstall.d.ts +16 -0
  192. package/packages/happy2-server/dist/modules/plugin/pluginInstallationUninstall.d.ts.map +1 -0
  193. package/packages/happy2-server/dist/modules/plugin/pluginInstallationUninstall.js +71 -0
  194. package/packages/happy2-server/dist/modules/plugin/pluginInstallationUninstall.js.map +1 -0
  195. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestBeginInstall.d.ts +21 -0
  196. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestBeginInstall.d.ts.map +1 -0
  197. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestBeginInstall.js +71 -0
  198. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestBeginInstall.js.map +1 -0
  199. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestBeginUninstall.d.ts +12 -0
  200. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestBeginUninstall.d.ts.map +1 -0
  201. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestBeginUninstall.js +56 -0
  202. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestBeginUninstall.js.map +1 -0
  203. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestCompleteInstall.d.ts +11 -0
  204. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestCompleteInstall.d.ts.map +1 -0
  205. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestCompleteInstall.js +44 -0
  206. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestCompleteInstall.js.map +1 -0
  207. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestCompleteUninstall.d.ts +10 -0
  208. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestCompleteUninstall.d.ts.map +1 -0
  209. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestCompleteUninstall.js +41 -0
  210. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestCompleteUninstall.js.map +1 -0
  211. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestCreateInstall.d.ts +26 -0
  212. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestCreateInstall.d.ts.map +1 -0
  213. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestCreateInstall.js +78 -0
  214. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestCreateInstall.js.map +1 -0
  215. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestCreateUninstall.d.ts +25 -0
  216. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestCreateUninstall.d.ts.map +1 -0
  217. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestCreateUninstall.js +76 -0
  218. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestCreateUninstall.js.map +1 -0
  219. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestDeny.d.ts +11 -0
  220. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestDeny.d.ts.map +1 -0
  221. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestDeny.js +48 -0
  222. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestDeny.js.map +1 -0
  223. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestGetPackage.d.ts +12 -0
  224. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestGetPackage.d.ts.map +1 -0
  225. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestGetPackage.js +42 -0
  226. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestGetPackage.js.map +1 -0
  227. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestList.d.ts +5 -0
  228. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestList.d.ts.map +1 -0
  229. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestList.js +18 -0
  230. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestList.js.map +1 -0
  231. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestListTerminalIds.d.ts +4 -0
  232. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestListTerminalIds.d.ts.map +1 -0
  233. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestListTerminalIds.js +11 -0
  234. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestListTerminalIds.js.map +1 -0
  235. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestRecoverProcessing.d.ts +5 -0
  236. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestRecoverProcessing.d.ts.map +1 -0
  237. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestRecoverProcessing.js +75 -0
  238. package/packages/happy2-server/dist/modules/plugin/pluginManagementRequestRecoverProcessing.js.map +1 -0
  239. package/packages/happy2-server/dist/modules/plugin/pluginSkillPackageListReady.d.ts +12 -0
  240. package/packages/happy2-server/dist/modules/plugin/pluginSkillPackageListReady.d.ts.map +1 -0
  241. package/packages/happy2-server/dist/modules/plugin/pluginSkillPackageListReady.js +33 -0
  242. package/packages/happy2-server/dist/modules/plugin/pluginSkillPackageListReady.js.map +1 -0
  243. package/packages/happy2-server/dist/modules/plugin/service.d.ts +108 -7
  244. package/packages/happy2-server/dist/modules/plugin/service.d.ts.map +1 -1
  245. package/packages/happy2-server/dist/modules/plugin/service.js +463 -26
  246. package/packages/happy2-server/dist/modules/plugin/service.js.map +1 -1
  247. package/packages/happy2-server/dist/modules/plugin/types.d.ts +75 -9
  248. package/packages/happy2-server/dist/modules/plugin/types.d.ts.map +1 -1
  249. package/packages/happy2-server/dist/modules/plugin/types.js +12 -0
  250. package/packages/happy2-server/dist/modules/plugin/types.js.map +1 -1
  251. package/packages/happy2-server/dist/modules/schema.d.ts +4526 -3290
  252. package/packages/happy2-server/dist/modules/schema.d.ts.map +1 -1
  253. package/packages/happy2-server/dist/modules/schema.js +49 -0
  254. package/packages/happy2-server/dist/modules/schema.js.map +1 -1
  255. package/packages/happy2-server/dist/modules/sync/syncGetDifference.d.ts.map +1 -1
  256. package/packages/happy2-server/dist/modules/sync/syncGetDifference.js +2 -0
  257. package/packages/happy2-server/dist/modules/sync/syncGetDifference.js.map +1 -1
  258. package/packages/happy2-server/dist/routes/collaboration.d.ts.map +1 -1
  259. package/packages/happy2-server/dist/routes/collaboration.js +38 -1
  260. package/packages/happy2-server/dist/routes/collaboration.js.map +1 -1
  261. package/packages/happy2-server/dist/routes/pluginHost.d.ts +4 -1
  262. package/packages/happy2-server/dist/routes/pluginHost.d.ts.map +1 -1
  263. package/packages/happy2-server/dist/routes/pluginHost.js +401 -6
  264. package/packages/happy2-server/dist/routes/pluginHost.js.map +1 -1
  265. package/packages/happy2-server/dist/routes/plugins.d.ts.map +1 -1
  266. package/packages/happy2-server/dist/routes/plugins.js +229 -3
  267. package/packages/happy2-server/dist/routes/plugins.js.map +1 -1
  268. package/packages/happy2-server/dist/server.d.ts +2 -0
  269. package/packages/happy2-server/dist/server.d.ts.map +1 -1
  270. package/packages/happy2-server/dist/server.js +9 -7
  271. package/packages/happy2-server/dist/server.js.map +1 -1
  272. package/packages/happy2-server/dist/web/assets/index-BT_VezYx.js +39 -0
  273. package/packages/happy2-server/dist/web/assets/{index-BaPUPGPe.css → index-Dys3sWv8.css} +1 -1
  274. package/packages/happy2-server/dist/web/index.html +2 -2
  275. package/packages/happy2-server/drizzle/0028_plugin_api_permissions.sql +1 -0
  276. package/packages/happy2-server/drizzle/0029_plugin_management_requests.sql +35 -0
  277. package/packages/happy2-server/drizzle/0030_personal_synced_drafts.sql +11 -0
  278. package/packages/happy2-server/drizzle/0031_agent_image_deactivation.sql +1 -0
  279. package/packages/happy2-server/drizzle/meta/_journal.json +28 -0
  280. package/packages/happy2-server/plugins/README.md +9 -3
  281. package/packages/happy2-server/plugins/chat-management/plugin.json +3 -3
  282. package/packages/happy2-server/plugins/chat-management/server.mjs +184 -17
  283. package/packages/happy2-server/plugins/environment-management/container/Dockerfile +6 -0
  284. package/packages/happy2-server/plugins/environment-management/plugin.json +17 -0
  285. package/packages/happy2-server/plugins/environment-management/plugin.png +0 -0
  286. package/packages/happy2-server/plugins/environment-management/server.mjs +234 -0
  287. package/packages/happy2-server/plugins/environment-management/skills/happy2-environment-management/SKILL.md +41 -0
  288. package/packages/happy2-server/plugins/plugin-developer/container/Dockerfile +6 -0
  289. package/packages/happy2-server/plugins/plugin-developer/plugin.json +17 -0
  290. package/packages/happy2-server/plugins/plugin-developer/plugin.png +0 -0
  291. package/packages/happy2-server/plugins/plugin-developer/server.mjs +155 -0
  292. package/packages/happy2-server/plugins/plugin-developer/skills/happy2-plugin-development/SKILL.md +59 -0
  293. package/packages/happy2-server/plugins/plugin-developer/skills/happy2-plugin-development/references/host-api.md +88 -0
  294. package/packages/happy2-server/plugins/plugin-developer/skills/happy2-plugin-development/references/installing.md +86 -0
  295. package/packages/happy2-server/plugins/plugin-developer/skills/happy2-plugin-development/references/package-format.md +140 -0
  296. package/packages/happy2-server/dist/modules/agent/agentChatGetIdBySession.d.ts +0 -7
  297. package/packages/happy2-server/dist/modules/agent/agentChatGetIdBySession.d.ts.map +0 -1
  298. package/packages/happy2-server/dist/modules/agent/agentChatGetIdBySession.js +0 -15
  299. package/packages/happy2-server/dist/modules/agent/agentChatGetIdBySession.js.map +0 -1
  300. package/packages/happy2-server/dist/web/assets/index-BnhFxR3U.js +0 -39

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.