@hivegpt/hiveai-angular 0.0.589 → 0.0.590

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 (59) hide show
  1. package/README.md +26 -0
  2. package/bundles/hivegpt-hiveai-angular.umd.js +3146 -534
  3. package/bundles/hivegpt-hiveai-angular.umd.js.map +1 -1
  4. package/bundles/hivegpt-hiveai-angular.umd.min.js +1 -1
  5. package/bundles/hivegpt-hiveai-angular.umd.min.js.map +1 -1
  6. package/esm2015/hivegpt-hiveai-angular.js +6 -5
  7. package/esm2015/lib/components/NotificationSocket.js +29 -22
  8. package/esm2015/lib/components/bot.service.js +18 -12
  9. package/esm2015/lib/components/chat-drawer/chat-drawer.component.js +2429 -214
  10. package/esm2015/lib/components/chatbot/chatbot.component.js +9 -5
  11. package/esm2015/lib/components/conversation.service.js +13 -5
  12. package/esm2015/lib/components/socket-service.service.js +21 -11
  13. package/esm2015/lib/components/translations/translation.service.js +38 -36
  14. package/esm2015/lib/components/voice-agent/components/voice-agent-modal/voice-agent-modal.component.js +46 -35
  15. package/esm2015/lib/components/voice-agent/services/audio-analyzer.service.js +11 -5
  16. package/esm2015/lib/components/voice-agent/services/voice-agent.service.js +226 -151
  17. package/esm2015/lib/components/voice-agent/voice-agent.module.js +6 -2
  18. package/esm2015/lib/components/voice-agent/voice-modal-tokens.js +1 -1
  19. package/esm2015/lib/services/platform-token-refresh.service.js +173 -0
  20. package/esm2015/lib/utils/utils.js +4 -2
  21. package/esm2015/public-api.js +2 -3
  22. package/fesm2015/hivegpt-hiveai-angular.js +2996 -486
  23. package/fesm2015/hivegpt-hiveai-angular.js.map +1 -1
  24. package/hivegpt-hiveai-angular.d.ts +5 -4
  25. package/hivegpt-hiveai-angular.d.ts.map +1 -1
  26. package/hivegpt-hiveai-angular.metadata.json +1 -1
  27. package/lib/components/NotificationSocket.d.ts +1 -3
  28. package/lib/components/NotificationSocket.d.ts.map +1 -1
  29. package/lib/components/bot.service.d.ts +1 -2
  30. package/lib/components/bot.service.d.ts.map +1 -1
  31. package/lib/components/chat-drawer/chat-drawer.component.d.ts +285 -52
  32. package/lib/components/chat-drawer/chat-drawer.component.d.ts.map +1 -1
  33. package/lib/components/chatbot/chatbot.component.d.ts +8 -1
  34. package/lib/components/chatbot/chatbot.component.d.ts.map +1 -1
  35. package/lib/components/conversation.service.d.ts +8 -2
  36. package/lib/components/conversation.service.d.ts.map +1 -1
  37. package/lib/components/socket-service.service.d.ts +3 -4
  38. package/lib/components/socket-service.service.d.ts.map +1 -1
  39. package/lib/components/translations/translation.service.d.ts.map +1 -1
  40. package/lib/components/voice-agent/components/voice-agent-modal/voice-agent-modal.component.d.ts +15 -6
  41. package/lib/components/voice-agent/components/voice-agent-modal/voice-agent-modal.component.d.ts.map +1 -1
  42. package/lib/components/voice-agent/services/audio-analyzer.service.d.ts +5 -0
  43. package/lib/components/voice-agent/services/audio-analyzer.service.d.ts.map +1 -1
  44. package/lib/components/voice-agent/services/voice-agent.service.d.ts +39 -10
  45. package/lib/components/voice-agent/services/voice-agent.service.d.ts.map +1 -1
  46. package/lib/components/voice-agent/voice-agent.module.d.ts +4 -0
  47. package/lib/components/voice-agent/voice-agent.module.d.ts.map +1 -1
  48. package/lib/components/voice-agent/voice-modal-tokens.d.ts +4 -0
  49. package/lib/components/voice-agent/voice-modal-tokens.d.ts.map +1 -1
  50. package/lib/services/platform-token-refresh.service.d.ts +59 -0
  51. package/lib/services/platform-token-refresh.service.d.ts.map +1 -0
  52. package/lib/utils/utils.d.ts +1 -1
  53. package/lib/utils/utils.d.ts.map +1 -1
  54. package/package.json +4 -2
  55. package/public-api.d.ts +1 -2
  56. package/public-api.d.ts.map +1 -1
  57. package/esm2015/lib/models/chat.js +0 -2
  58. package/lib/models/chat.d.ts +0 -134
  59. package/lib/models/chat.d.ts.map +0 -1
@@ -2,11 +2,12 @@
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
4
  export * from './public-api';
5
- export { BotHtmlEditorComponent as ɵg } from './lib/components/bot-html-editor/bot-html-editor.component';
5
+ export { NotificationSocket as ɵd } from './lib/components/NotificationSocket';
6
+ export { BotHtmlEditorComponent as ɵh } from './lib/components/bot-html-editor/bot-html-editor.component';
6
7
  export { BotsService as ɵa } from './lib/components/bot.service';
7
8
  export { ConversationService as ɵc } from './lib/components/conversation.service';
8
9
  export { SocketService as ɵb } from './lib/components/socket-service.service';
9
- export { TranslationService as ɵd } from './lib/components/translations/translation.service';
10
- export { VideoPlayerComponent as ɵe } from './lib/components/video-player/video-player.component';
11
- export { SafeHtmlPipe as ɵf } from './lib/pipes/safe-html.pipe';
10
+ export { TranslationService as ɵe } from './lib/components/translations/translation.service';
11
+ export { VideoPlayerComponent as ɵf } from './lib/components/video-player/video-player.component';
12
+ export { SafeHtmlPipe as ɵg } from './lib/pipes/safe-html.pipe';
12
13
  //# sourceMappingURL=hivegpt-hiveai-angular.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"hivegpt-hiveai-angular.d.ts","sourceRoot":"/Users/rohitthakur/hive-gpt/HiveAI-Packages/Angular/projects/hivegpt/eventsgpt-angular/src/","sources":["hivegpt-hiveai-angular.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,cAAc,CAAC;AAE7B,OAAO,EAAC,sBAAsB,IAAI,EAAE,EAAC,MAAM,4DAA4D,CAAC;AACxG,OAAO,EAAC,WAAW,IAAI,EAAE,EAAC,MAAM,8BAA8B,CAAC;AAC/D,OAAO,EAAC,mBAAmB,IAAI,EAAE,EAAC,MAAM,uCAAuC,CAAC;AAChF,OAAO,EAAC,aAAa,IAAI,EAAE,EAAC,MAAM,yCAAyC,CAAC;AAC5E,OAAO,EAAC,kBAAkB,IAAI,EAAE,EAAC,MAAM,mDAAmD,CAAC;AAC3F,OAAO,EAAC,oBAAoB,IAAI,EAAE,EAAC,MAAM,sDAAsD,CAAC;AAChG,OAAO,EAAC,YAAY,IAAI,EAAE,EAAC,MAAM,4BAA4B,CAAC"}
1
+ {"version":3,"file":"hivegpt-hiveai-angular.d.ts","sourceRoot":"/Users/rohitthakur/hive-gpt/HiveAI-Packages/Angular/projects/hivegpt/eventsgpt-angular/src/","sources":["hivegpt-hiveai-angular.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,cAAc,CAAC;AAE7B,OAAO,EAAC,kBAAkB,IAAI,EAAE,EAAC,MAAM,qCAAqC,CAAC;AAC7E,OAAO,EAAC,sBAAsB,IAAI,EAAE,EAAC,MAAM,4DAA4D,CAAC;AACxG,OAAO,EAAC,WAAW,IAAI,EAAE,EAAC,MAAM,8BAA8B,CAAC;AAC/D,OAAO,EAAC,mBAAmB,IAAI,EAAE,EAAC,MAAM,uCAAuC,CAAC;AAChF,OAAO,EAAC,aAAa,IAAI,EAAE,EAAC,MAAM,yCAAyC,CAAC;AAC5E,OAAO,EAAC,kBAAkB,IAAI,EAAE,EAAC,MAAM,mDAAmD,CAAC;AAC3F,OAAO,EAAC,oBAAoB,IAAI,EAAE,EAAC,MAAM,sDAAsD,CAAC;AAChG,OAAO,EAAC,YAAY,IAAI,EAAE,EAAC,MAAM,4BAA4B,CAAC"}