@epam/ai-dial-chat-hooks 1.0.0 → 1.0.1

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 (178) hide show
  1. package/api-error/api-error.d.ts +18 -0
  2. package/api-error/api-error.d.ts.map +1 -0
  3. package/api-transport/create-csrf-middleware.d.ts +15 -0
  4. package/api-transport/create-csrf-middleware.d.ts.map +1 -0
  5. package/api-transport/create-unauthorized-middleware.d.ts +40 -0
  6. package/api-transport/create-unauthorized-middleware.d.ts.map +1 -0
  7. package/attachment/useAttachmentAction/useAttachmentAction.d.ts +0 -2
  8. package/attachment/useAttachmentAction/useAttachmentAction.d.ts.map +1 -1
  9. package/attachment/useAttachmentValidation/useAttachmentValidation.d.ts.map +1 -1
  10. package/catalog/deployment-endpoint-url.d.ts +19 -0
  11. package/catalog/deployment-endpoint-url.d.ts.map +1 -0
  12. package/catalog/deployment-id.d.ts +21 -0
  13. package/catalog/deployment-id.d.ts.map +1 -0
  14. package/catalog/entity-details.d.ts +132 -0
  15. package/catalog/entity-details.d.ts.map +1 -0
  16. package/catalog/map-deployment-limits-to-catalog.d.ts +33 -0
  17. package/catalog/map-deployment-limits-to-catalog.d.ts.map +1 -0
  18. package/catalog/map-deployment-limits-to-input.d.ts +15 -0
  19. package/catalog/map-deployment-limits-to-input.d.ts.map +1 -0
  20. package/catalog/map-deployment-to-catalog-item.d.ts +60 -0
  21. package/catalog/map-deployment-to-catalog-item.d.ts.map +1 -0
  22. package/catalog/map-entity-details-to-catalog.d.ts +23 -0
  23. package/catalog/map-entity-details-to-catalog.d.ts.map +1 -0
  24. package/catalog/map-prompt-to-catalog-item.d.ts +45 -0
  25. package/catalog/map-prompt-to-catalog-item.d.ts.map +1 -0
  26. package/catalog/map-skill-to-catalog-item.d.ts +87 -0
  27. package/catalog/map-skill-to-catalog-item.d.ts.map +1 -0
  28. package/catalog/mcp-endpoint-url.d.ts +18 -0
  29. package/catalog/mcp-endpoint-url.d.ts.map +1 -0
  30. package/catalog/publish.d.ts +17 -0
  31. package/catalog/publish.d.ts.map +1 -0
  32. package/catalog/useFavoriteEntitiesState/useFavoriteEntitiesState.d.ts +37 -0
  33. package/catalog/useFavoriteEntitiesState/useFavoriteEntitiesState.d.ts.map +1 -0
  34. package/conversation/announcement-message.d.ts +28 -0
  35. package/conversation/announcement-message.d.ts.map +1 -0
  36. package/conversation/conversation-transfer/import-conversation.d.ts.map +1 -1
  37. package/conversation/conversation-transfer/queue.d.ts +1 -1
  38. package/conversation/conversation-transfer/queue.d.ts.map +1 -1
  39. package/conversation/conversation-transfer/types.d.ts +0 -27
  40. package/conversation/conversation-transfer/types.d.ts.map +1 -1
  41. package/conversation/create-chat-stream-api.d.ts +38 -0
  42. package/conversation/create-chat-stream-api.d.ts.map +1 -0
  43. package/conversation/deriveConversationRowActionState/deriveConversationRowActionState.d.ts +39 -0
  44. package/conversation/deriveConversationRowActionState/deriveConversationRowActionState.d.ts.map +1 -0
  45. package/conversation/display-name-watch.d.ts +4 -0
  46. package/conversation/display-name-watch.d.ts.map +1 -0
  47. package/conversation/footer-message.d.ts +10 -0
  48. package/conversation/footer-message.d.ts.map +1 -0
  49. package/conversation/get-model-id-from-conversation-id.d.ts +27 -0
  50. package/conversation/get-model-id-from-conversation-id.d.ts.map +1 -0
  51. package/conversation/greeting.d.ts +18 -0
  52. package/conversation/greeting.d.ts.map +1 -0
  53. package/conversation/message-factory.d.ts +7 -0
  54. package/conversation/message-factory.d.ts.map +1 -0
  55. package/conversation/message-utils.d.ts +27 -0
  56. package/conversation/message-utils.d.ts.map +1 -0
  57. package/conversation/overlay-messages.d.ts +5 -0
  58. package/conversation/overlay-messages.d.ts.map +1 -0
  59. package/conversation/quick-app-conversation-starters.d.ts +10 -0
  60. package/conversation/quick-app-conversation-starters.d.ts.map +1 -0
  61. package/conversation/starter-option.d.ts +21 -0
  62. package/conversation/starter-option.d.ts.map +1 -0
  63. package/conversation/useActiveConversationSync/useActiveConversationSync.d.ts +34 -0
  64. package/conversation/useActiveConversationSync/useActiveConversationSync.d.ts.map +1 -0
  65. package/conversation/useAsyncConfirmDialog/useAsyncConfirmDialog.d.ts +37 -0
  66. package/conversation/useAsyncConfirmDialog/useAsyncConfirmDialog.d.ts.map +1 -0
  67. package/conversation/useConversationExport/useConversationExport.d.ts +2 -1
  68. package/conversation/useConversationExport/useConversationExport.d.ts.map +1 -1
  69. package/conversation/useConversationHandlers/starter-option.d.ts.map +1 -1
  70. package/conversation/useConversationHandlers/useConversationHandlers.d.ts.map +1 -1
  71. package/conversation/useConversationImport/useConversationImport.d.ts +2 -1
  72. package/conversation/useConversationImport/useConversationImport.d.ts.map +1 -1
  73. package/conversation/useConversationLookupMaps/useConversationLookupMaps.d.ts +24 -0
  74. package/conversation/useConversationLookupMaps/useConversationLookupMaps.d.ts.map +1 -0
  75. package/conversation/useConversationPanelItems/useConversationPanelItems.d.ts +58 -0
  76. package/conversation/useConversationPanelItems/useConversationPanelItems.d.ts.map +1 -0
  77. package/conversation/useConversationStream/conversation-path.d.ts +0 -2
  78. package/conversation/useConversationStream/conversation-path.d.ts.map +1 -1
  79. package/conversation/useConversationStream/useConversationStream.d.ts.map +1 -1
  80. package/conversation/useImportFilePicker/useImportFilePicker.d.ts +32 -0
  81. package/conversation/useImportFilePicker/useImportFilePicker.d.ts.map +1 -0
  82. package/files/annotation.d.ts +10 -0
  83. package/files/annotation.d.ts.map +1 -0
  84. package/files/attachment-canvas.d.ts +90 -0
  85. package/files/attachment-canvas.d.ts.map +1 -0
  86. package/files/attachment-dto-to-display.d.ts +10 -0
  87. package/files/attachment-dto-to-display.d.ts.map +1 -0
  88. package/files/attachment-types.d.ts +14 -0
  89. package/files/attachment-types.d.ts.map +1 -0
  90. package/files/create-files-api.d.ts +52 -0
  91. package/files/create-files-api.d.ts.map +1 -0
  92. package/files/create-upload-file-with-progress.d.ts +24 -0
  93. package/files/create-upload-file-with-progress.d.ts.map +1 -0
  94. package/files/dial-file-manager-mapping.util.d.ts.map +1 -1
  95. package/files/dial-file-manager-path.util.d.ts.map +1 -1
  96. package/files/dial-file-to-attachment.d.ts +26 -0
  97. package/files/dial-file-to-attachment.d.ts.map +1 -0
  98. package/files/dial-file.d.ts +17 -0
  99. package/files/dial-file.d.ts.map +1 -0
  100. package/files/file-path.d.ts +3 -0
  101. package/files/file-path.d.ts.map +1 -0
  102. package/files/prepare-download-destination.d.ts +8 -0
  103. package/files/prepare-download-destination.d.ts.map +1 -0
  104. package/files/useDialFileListing/useDialFileListing.d.ts.map +1 -1
  105. package/index.d.ts +77 -1
  106. package/index.d.ts.map +1 -1
  107. package/index.js +17482 -1867
  108. package/oauth/authorize-url.d.ts +16 -0
  109. package/oauth/authorize-url.d.ts.map +1 -0
  110. package/oauth/handshake.d.ts +30 -0
  111. package/oauth/handshake.d.ts.map +1 -0
  112. package/oauth/models.d.ts +74 -0
  113. package/oauth/models.d.ts.map +1 -0
  114. package/oauth/popup.d.ts +30 -0
  115. package/oauth/popup.d.ts.map +1 -0
  116. package/oauth/toolset-id.d.ts +23 -0
  117. package/oauth/toolset-id.d.ts.map +1 -0
  118. package/oauth/types.d.ts +84 -0
  119. package/oauth/types.d.ts.map +1 -0
  120. package/oauth/useOAuthCallbackCompletion/useOAuthCallbackCompletion.d.ts +54 -0
  121. package/oauth/useOAuthCallbackCompletion/useOAuthCallbackCompletion.d.ts.map +1 -0
  122. package/oauth/useToolsetLogin/useToolsetLogin.d.ts +72 -0
  123. package/oauth/useToolsetLogin/useToolsetLogin.d.ts.map +1 -0
  124. package/package.json +20 -8
  125. package/prompt/export-prompt.d.ts +31 -0
  126. package/prompt/export-prompt.d.ts.map +1 -0
  127. package/prompt/prompt-resource.d.ts +31 -0
  128. package/prompt/prompt-resource.d.ts.map +1 -0
  129. package/prompt/prompt.d.ts +34 -0
  130. package/prompt/prompt.d.ts.map +1 -0
  131. package/prompt/usePromptsState/usePromptsState.d.ts +34 -0
  132. package/prompt/usePromptsState/usePromptsState.d.ts.map +1 -0
  133. package/scheduled-task/scheduled-task-mapping.d.ts +19 -0
  134. package/scheduled-task/scheduled-task-mapping.d.ts.map +1 -0
  135. package/scheduled-task/scheduled-task-trigger.d.ts +27 -0
  136. package/scheduled-task/scheduled-task-trigger.d.ts.map +1 -0
  137. package/shared/application-schema.d.ts +10 -0
  138. package/shared/application-schema.d.ts.map +1 -0
  139. package/shared/browser-timezone.d.ts +7 -0
  140. package/shared/browser-timezone.d.ts.map +1 -0
  141. package/shared/cron-weekday.d.ts +5 -0
  142. package/shared/cron-weekday.d.ts.map +1 -0
  143. package/shared/custom-apps.d.ts +7 -0
  144. package/shared/custom-apps.d.ts.map +1 -0
  145. package/shared/external-services.d.ts +16 -0
  146. package/shared/external-services.d.ts.map +1 -0
  147. package/shared/formatting.d.ts +5 -0
  148. package/shared/formatting.d.ts.map +1 -0
  149. package/shared/locale.d.ts +45 -0
  150. package/shared/locale.d.ts.map +1 -0
  151. package/shared/string-utils.d.ts +9 -0
  152. package/shared/string-utils.d.ts.map +1 -0
  153. package/shared/toolset-login-events.d.ts +15 -0
  154. package/shared/toolset-login-events.d.ts.map +1 -0
  155. package/skill/skill-file-batch-validation.d.ts +70 -0
  156. package/skill/skill-file-batch-validation.d.ts.map +1 -0
  157. package/skill/skill-file-preview.d.ts +25 -0
  158. package/skill/skill-file-preview.d.ts.map +1 -0
  159. package/skill/skill-manifest.d.ts +28 -0
  160. package/skill/skill-manifest.d.ts.map +1 -0
  161. package/skill/skill-types.d.ts +42 -0
  162. package/skill/skill-types.d.ts.map +1 -0
  163. package/skill/skill.d.ts +114 -0
  164. package/skill/skill.d.ts.map +1 -0
  165. package/skill/useSkillEditorLoad.d.ts +74 -0
  166. package/skill/useSkillEditorLoad.d.ts.map +1 -0
  167. package/skill/useSkillEditorSubmit.d.ts +105 -0
  168. package/skill/useSkillEditorSubmit.d.ts.map +1 -0
  169. package/skill/useSkillFileActions.d.ts +53 -0
  170. package/skill/useSkillFileActions.d.ts.map +1 -0
  171. package/skill/useSkillsState/useSkillsState.d.ts +35 -0
  172. package/skill/useSkillsState/useSkillsState.d.ts.map +1 -0
  173. package/usage/useUsageData/useUsageData.d.ts +20 -0
  174. package/usage/useUsageData/useUsageData.d.ts.map +1 -0
  175. package/useToolsMenu/useToolsMenu.d.ts +7 -16
  176. package/useToolsMenu/useToolsMenu.d.ts.map +1 -1
  177. package/files/string-utils.d.ts +0 -3
  178. package/files/string-utils.d.ts.map +0 -1
package/index.d.ts CHANGED
@@ -1,9 +1,64 @@
1
+ export * from './api-error/api-error';
2
+ export * from './api-transport/create-csrf-middleware';
3
+ export * from './api-transport/create-unauthorized-middleware';
1
4
  export * from './attachment/useAttachmentAction/useAttachmentAction';
2
5
  export * from './attachment/useAttachmentValidation/useAttachmentValidation';
3
6
  export { EXPORT_APP_NAME } from './conversation/conversation-transfer/export-conversation';
4
7
  export { formatDateYM, formatDateYMD, } from './conversation/conversation-transfer/date';
5
8
  export { formatQuotedNameList } from './conversation/conversation-transfer/import-conversation';
9
+ export * from './catalog/deployment-endpoint-url';
10
+ export * from './catalog/deployment-id';
11
+ export * from './catalog/entity-details';
12
+ export * from './catalog/map-deployment-limits-to-catalog';
13
+ export * from './catalog/map-deployment-limits-to-input';
14
+ export * from './catalog/map-deployment-to-catalog-item';
15
+ export * from './catalog/map-entity-details-to-catalog';
16
+ export * from './catalog/map-prompt-to-catalog-item';
17
+ export * from './catalog/map-skill-to-catalog-item';
18
+ export * from './catalog/mcp-endpoint-url';
19
+ export * from './catalog/publish';
20
+ export * from './catalog/useFavoriteEntitiesState/useFavoriteEntitiesState';
21
+ export * from './conversation/announcement-message';
6
22
  export * from './conversation/conversation-transfer/types';
23
+ export * from './conversation/create-chat-stream-api';
24
+ export * from './conversation/display-name-watch';
25
+ export * from './conversation/footer-message';
26
+ export * from './conversation/get-model-id-from-conversation-id';
27
+ export * from './conversation/greeting';
28
+ export * from './conversation/message-factory';
29
+ export * from './conversation/message-utils';
30
+ export * from './conversation/overlay-messages';
31
+ export * from './conversation/quick-app-conversation-starters';
32
+ export * from './conversation/starter-option';
33
+ export * from './oauth/authorize-url';
34
+ export * from './oauth/handshake';
35
+ export * from './oauth/models';
36
+ export * from './oauth/popup';
37
+ export * from './oauth/toolset-id';
38
+ export * from './oauth/types';
39
+ export * from './oauth/useOAuthCallbackCompletion/useOAuthCallbackCompletion';
40
+ export * from './oauth/useToolsetLogin/useToolsetLogin';
41
+ export * from './prompt/export-prompt';
42
+ export * from './prompt/prompt';
43
+ export * from './prompt/prompt-resource';
44
+ export * from './prompt/usePromptsState/usePromptsState';
45
+ export * from './scheduled-task/scheduled-task-mapping';
46
+ export * from './scheduled-task/scheduled-task-trigger';
47
+ export * from './skill/skill';
48
+ export * from './skill/skill-file-batch-validation';
49
+ export * from './skill/skill-file-preview';
50
+ export * from './skill/useSkillEditorLoad';
51
+ export * from './skill/useSkillEditorSubmit';
52
+ export * from './skill/useSkillFileActions';
53
+ export * from './skill/skill-manifest';
54
+ export * from './skill/skill-types';
55
+ export * from './skill/useSkillsState/useSkillsState';
56
+ export * from './conversation/deriveConversationRowActionState/deriveConversationRowActionState';
57
+ export * from './conversation/useActiveConversationSync/useActiveConversationSync';
58
+ export * from './conversation/useAsyncConfirmDialog/useAsyncConfirmDialog';
59
+ export * from './conversation/useConversationLookupMaps/useConversationLookupMaps';
60
+ export * from './conversation/useConversationPanelItems/useConversationPanelItems';
61
+ export * from './conversation/useImportFilePicker/useImportFilePicker';
7
62
  export * from './conversation/useAttachmentUpload/useAttachmentUpload';
8
63
  export * from './conversation/useConversationExport/useConversationExport';
9
64
  export { attachmentsToDtos, attachmentToDto, } from './conversation/useConversationHandlers/attachment-to-dto';
@@ -23,9 +78,20 @@ export * from './files/dial-file-manager.model';
23
78
  export * from './files/dial-file-manager-copy-move.util';
24
79
  export * from './files/dial-file-manager-mapping.util';
25
80
  export * from './files/dial-file-manager-path.util';
81
+ export * from './files/attachment-types';
82
+ export * from './files/create-files-api';
83
+ export * from './files/create-upload-file-with-progress';
84
+ export * from './files/annotation';
85
+ export * from './files/attachment-canvas';
86
+ export * from './files/attachment-dto-to-display';
87
+ export * from './files/dial-file';
88
+ export * from './files/dial-file-to-attachment';
26
89
  export * from './files/download-destination';
90
+ export * from './files/prepare-download-destination';
91
+ export * from './files/file-path';
92
+ export * from './files/resolve-dial-file-api-path';
27
93
  export * from './files/file-manager-variant';
28
- export { sanitizeFileName } from './files/file-name';
94
+ export { sanitizeFileName, splitFileNameExtension, trimFileNameToByteLimit, } from './files/file-name';
29
95
  export * from './files/upload-batch.types';
30
96
  export * from './files/useDialFileListing/useDialFileListing';
31
97
  export * from './files/useDialFileManager/useDialFileManager';
@@ -35,11 +101,21 @@ export * from './files/useDialFileMutations/useDialFileMutations';
35
101
  export * from './files/useDialFileSharing/useDialFileSharing';
36
102
  export * from './files/useDialFileUploadBatch/useDialFileUploadBatch';
37
103
  export * from './files/useGridEditingScroll/useGridEditingScroll';
104
+ export * from './shared/application-schema';
105
+ export * from './shared/browser-timezone';
106
+ export * from './shared/cron-weekday';
107
+ export * from './shared/custom-apps';
108
+ export * from './shared/external-services';
109
+ export * from './shared/formatting';
110
+ export * from './shared/locale';
111
+ export * from './shared/string-utils';
112
+ export * from './shared/toolset-login-events';
38
113
  export * from './useChatSettingsFormConfig/useChatSettingsFormConfig';
39
114
  export * from './usePageFileDrag/usePageFileDrag';
40
115
  export * from './usePanelMaxWidth/usePanelMaxWidth';
41
116
  export * from './useShareLink/useShareLink';
42
117
  export * from './useShareRecipientsCount/useShareRecipientsCount';
43
118
  export * from './useToolsMenu/useToolsMenu';
119
+ export * from './usage/useUsageData/useUsageData';
44
120
  export * from './useViewportWidth/useViewportWidth';
45
121
  //# sourceMappingURL=index.d.ts.map
package/index.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,sDAAsD,CAAC;AACrE,cAAc,8DAA8D,CAAC;AAC7E,OAAO,EAAE,eAAe,EAAE,MAAM,0DAA0D,CAAC;AAC3F,OAAO,EACL,YAAY,EACZ,aAAa,GACd,MAAM,2CAA2C,CAAC;AACnD,OAAO,EAAE,oBAAoB,EAAE,MAAM,0DAA0D,CAAC;AAChG,cAAc,4CAA4C,CAAC;AAC3D,cAAc,wDAAwD,CAAC;AACvE,cAAc,4DAA4D,CAAC;AAC3E,OAAO,EACL,iBAAiB,EACjB,eAAe,GAChB,MAAM,0DAA0D,CAAC;AAClE,OAAO,EACL,iBAAiB,EACjB,KAAK,WAAW,GACjB,MAAM,wDAAwD,CAAC;AAChE,OAAO,EACL,mBAAmB,EACnB,gBAAgB,GACjB,MAAM,sDAAsD,CAAC;AAC9D,OAAO,EACL,0BAA0B,EAC1B,oBAAoB,GACrB,MAAM,uDAAuD,CAAC;AAC/D,cAAc,gEAAgE,CAAC;AAC/E,cAAc,4DAA4D,CAAC;AAC3E,cAAc,4DAA4D,CAAC;AAC3E,OAAO,EAAE,mBAAmB,EAAE,MAAM,wDAAwD,CAAC;AAC7F,OAAO,EAAE,0BAA0B,EAAE,MAAM,wDAAwD,CAAC;AACpG,cAAc,4DAA4D,CAAC;AAC3E,cAAc,sEAAsE,CAAC;AACrF,cAAc,wBAAwB,CAAC;AACvC,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,0CAA0C,CAAC;AACzD,cAAc,wCAAwC,CAAC;AACvD,cAAc,qCAAqC,CAAC;AACpD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,OAAO,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AACrD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+CAA+C,CAAC;AAC9D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,iEAAiE,CAAC;AAChF,cAAc,iDAAiD,CAAC;AAChE,cAAc,mDAAmD,CAAC;AAClE,cAAc,+CAA+C,CAAC;AAC9D,cAAc,uDAAuD,CAAC;AACtE,cAAc,mDAAmD,CAAC;AAClE,cAAc,uDAAuD,CAAC;AACtE,cAAc,mCAAmC,CAAC;AAClD,cAAc,qCAAqC,CAAC;AACpD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mDAAmD,CAAC;AAClE,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qCAAqC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}