blanche-client-sdk 0.5.0 → 0.6.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 (234) hide show
  1. package/.openapi-generator/FILES +100 -10
  2. package/README.md +86 -16
  3. package/dist/apis/ChatsApi.d.ts +298 -0
  4. package/dist/apis/ChatsApi.js +1180 -0
  5. package/dist/apis/RecordsApi.d.ts +22 -6
  6. package/dist/apis/RecordsApi.js +63 -2
  7. package/dist/apis/TemplateSchemasApi.d.ts +115 -0
  8. package/dist/apis/TemplateSchemasApi.js +456 -0
  9. package/dist/apis/TemplatesApi.d.ts +22 -6
  10. package/dist/apis/TemplatesApi.js +62 -1
  11. package/dist/apis/UsersApi.d.ts +17 -1
  12. package/dist/apis/UsersApi.js +59 -0
  13. package/dist/apis/index.d.ts +2 -0
  14. package/dist/apis/index.js +2 -0
  15. package/dist/models/ApiV1ChatsChatIdMessagesGet200Response.d.ts +51 -0
  16. package/dist/models/ApiV1ChatsChatIdMessagesGet200Response.js +64 -0
  17. package/dist/models/ApiV1ChatsChatIdMessagesGet200ResponseMessagesInner.d.ts +74 -0
  18. package/dist/models/ApiV1ChatsChatIdMessagesGet200ResponseMessagesInner.js +79 -0
  19. package/dist/models/ApiV1ChatsChatIdMessagesPost201Response.d.ts +62 -0
  20. package/dist/models/ApiV1ChatsChatIdMessagesPost201Response.js +71 -0
  21. package/dist/models/ApiV1ChatsChatIdMessagesPostRequest.d.ts +44 -0
  22. package/dist/models/ApiV1ChatsChatIdMessagesPostRequest.js +55 -0
  23. package/dist/models/ApiV1ChatsChatIdMessagesSyncGet200Response.d.ts +51 -0
  24. package/dist/models/ApiV1ChatsChatIdMessagesSyncGet200Response.js +62 -0
  25. package/dist/models/ApiV1ChatsGet200Response.d.ts +51 -0
  26. package/dist/models/ApiV1ChatsGet200Response.js +64 -0
  27. package/dist/models/ApiV1ChatsGet200ResponseChatsInner.d.ts +68 -0
  28. package/dist/models/ApiV1ChatsGet200ResponseChatsInner.js +69 -0
  29. package/dist/models/ApiV1ChatsIdMessagesMessageIdAttachmentsGet200Response.d.ts +33 -0
  30. package/dist/models/ApiV1ChatsIdMessagesMessageIdAttachmentsGet200Response.js +52 -0
  31. package/dist/models/ApiV1ChatsIdMessagesMessageIdAttachmentsGet200ResponseAttachmentsInner.d.ts +74 -0
  32. package/dist/models/ApiV1ChatsIdMessagesMessageIdAttachmentsGet200ResponseAttachmentsInner.js +75 -0
  33. package/dist/models/ApiV1ChatsIdMessagesMessageIdAttachmentsPost201Response.d.ts +50 -0
  34. package/dist/models/ApiV1ChatsIdMessagesMessageIdAttachmentsPost201Response.js +63 -0
  35. package/dist/models/ApiV1ChatsIdMessagesMessageIdAttachmentsPostRequest.d.ts +65 -0
  36. package/dist/models/ApiV1ChatsIdMessagesMessageIdAttachmentsPostRequest.js +68 -0
  37. package/dist/models/ApiV1ChatsIdReadPost200Response.d.ts +50 -0
  38. package/dist/models/ApiV1ChatsIdReadPost200Response.js +61 -0
  39. package/dist/models/ApiV1ChatsIdReadPostRequest.d.ts +32 -0
  40. package/dist/models/ApiV1ChatsIdReadPostRequest.js +49 -0
  41. package/dist/models/ApiV1ChatsIdReportsPost200Response.d.ts +58 -0
  42. package/dist/models/ApiV1ChatsIdReportsPost200Response.js +69 -0
  43. package/dist/models/ApiV1ChatsIdReportsPost200ResponseRowsInner.d.ts +38 -0
  44. package/dist/models/ApiV1ChatsIdReportsPost200ResponseRowsInner.js +53 -0
  45. package/dist/models/ApiV1ChatsIdReportsPost200ResponseSourceMetadata.d.ts +56 -0
  46. package/dist/models/ApiV1ChatsIdReportsPost200ResponseSourceMetadata.js +67 -0
  47. package/dist/models/ApiV1ChatsIdReportsPost422Response.d.ts +32 -0
  48. package/dist/models/ApiV1ChatsIdReportsPost422Response.js +51 -0
  49. package/dist/models/ApiV1ChatsIdReportsPostRequest.d.ts +33 -0
  50. package/dist/models/ApiV1ChatsIdReportsPostRequest.js +52 -0
  51. package/dist/models/ApiV1ChatsIdReportsPostRequestPlanner.d.ts +61 -0
  52. package/dist/models/ApiV1ChatsIdReportsPostRequestPlanner.js +74 -0
  53. package/dist/models/ApiV1ChatsIdReportsPostRequestPlannerParams.d.ts +100 -0
  54. package/dist/models/ApiV1ChatsIdReportsPostRequestPlannerParams.js +84 -0
  55. package/dist/models/ApiV1ChatsIdReportsPostRequestPlannerParamsFiltersInner.d.ts +56 -0
  56. package/dist/models/ApiV1ChatsIdReportsPostRequestPlannerParamsFiltersInner.js +71 -0
  57. package/dist/models/ApiV1ChatsIdRunsRunIdCitationsGet200Response.d.ts +39 -0
  58. package/dist/models/ApiV1ChatsIdRunsRunIdCitationsGet200Response.js +56 -0
  59. package/dist/models/ApiV1ChatsIdRunsRunIdCitationsGet200ResponseCitationsInner.d.ts +50 -0
  60. package/dist/models/ApiV1ChatsIdRunsRunIdCitationsGet200ResponseCitationsInner.js +59 -0
  61. package/dist/models/ApiV1ChatsIdRunsRunIdGet200Response.d.ts +56 -0
  62. package/dist/models/ApiV1ChatsIdRunsRunIdGet200Response.js +65 -0
  63. package/dist/models/ApiV1ChatsIdRunsRunIdRetryPost201Response.d.ts +50 -0
  64. package/dist/models/ApiV1ChatsIdRunsRunIdRetryPost201Response.js +61 -0
  65. package/dist/models/ApiV1ChatsIdSavedReportsGet200Response.d.ts +33 -0
  66. package/dist/models/ApiV1ChatsIdSavedReportsGet200Response.js +52 -0
  67. package/dist/models/ApiV1ChatsIdSavedReportsGet200ResponseSavedReportsInner.d.ts +56 -0
  68. package/dist/models/ApiV1ChatsIdSavedReportsGet200ResponseSavedReportsInner.js +65 -0
  69. package/dist/models/ApiV1ChatsIdSavedReportsPostRequest.d.ts +38 -0
  70. package/dist/models/ApiV1ChatsIdSavedReportsPostRequest.js +53 -0
  71. package/dist/models/ApiV1ChatsPlannerContractGet200Response.d.ts +38 -0
  72. package/dist/models/ApiV1ChatsPlannerContractGet200Response.js +55 -0
  73. package/dist/models/ApiV1ChatsPlannerPost200Response.d.ts +62 -0
  74. package/dist/models/ApiV1ChatsPlannerPost200Response.js +71 -0
  75. package/dist/models/ApiV1ChatsPlannerPostRequest.d.ts +50 -0
  76. package/dist/models/ApiV1ChatsPlannerPostRequest.js +59 -0
  77. package/dist/models/ApiV1ChatsPost201Response.d.ts +56 -0
  78. package/dist/models/ApiV1ChatsPost201Response.js +65 -0
  79. package/dist/models/ApiV1ChatsPostRequest.d.ts +32 -0
  80. package/dist/models/ApiV1ChatsPostRequest.js +49 -0
  81. package/dist/models/ApiV1ChatsRealtimeContractGet200Response.d.ts +57 -0
  82. package/dist/models/ApiV1ChatsRealtimeContractGet200Response.js +68 -0
  83. package/dist/models/ApiV1ChatsRealtimeContractGet200ResponseEventsInner.d.ts +38 -0
  84. package/dist/models/ApiV1ChatsRealtimeContractGet200ResponseEventsInner.js +55 -0
  85. package/dist/models/ApiV1ChatsSyncGet200Response.d.ts +51 -0
  86. package/dist/models/ApiV1ChatsSyncGet200Response.js +62 -0
  87. package/dist/models/ApiV1ChatsSyncGet200ResponseCursorContract.d.ts +38 -0
  88. package/dist/models/ApiV1ChatsSyncGet200ResponseCursorContract.js +55 -0
  89. package/dist/models/ApiV1RecordsIdPut200Response.d.ts +50 -0
  90. package/dist/models/{ApiV1RecordsIdPatch200Response.js → ApiV1RecordsIdPut200Response.js} +13 -13
  91. package/dist/models/ApiV1RecordsIdPutRequest.d.ts +32 -0
  92. package/dist/models/ApiV1RecordsIdPutRequest.js +51 -0
  93. package/dist/models/ApiV1TemplatesIdPutRequest.d.ts +33 -0
  94. package/dist/models/ApiV1TemplatesIdPutRequest.js +52 -0
  95. package/dist/models/ApiV1TemplatesIdPutRequestTemplate.d.ts +38 -0
  96. package/dist/models/ApiV1TemplatesIdPutRequestTemplate.js +51 -0
  97. package/dist/models/ApiV1TemplatesTemplateIdSchemasGet200Response.d.ts +33 -0
  98. package/dist/models/ApiV1TemplatesTemplateIdSchemasGet200Response.js +52 -0
  99. package/dist/models/ApiV1TemplatesTemplateIdSchemasGet200ResponseSchemasInner.d.ts +62 -0
  100. package/dist/models/ApiV1TemplatesTemplateIdSchemasGet200ResponseSchemasInner.js +69 -0
  101. package/dist/models/ApiV1TemplatesTemplateIdSchemasIdPutRequest.d.ts +50 -0
  102. package/dist/models/ApiV1TemplatesTemplateIdSchemasIdPutRequest.js +55 -0
  103. package/dist/models/ApiV1TemplatesTemplateIdSchemasPost201Response.d.ts +44 -0
  104. package/dist/models/ApiV1TemplatesTemplateIdSchemasPost201Response.js +59 -0
  105. package/dist/models/ApiV1TemplatesTemplateIdSchemasPostRequest.d.ts +50 -0
  106. package/dist/models/ApiV1TemplatesTemplateIdSchemasPostRequest.js +59 -0
  107. package/dist/models/ApiV1UsersIdPutRequest.d.ts +33 -0
  108. package/dist/models/ApiV1UsersIdPutRequest.js +52 -0
  109. package/dist/models/ApiV1UsersIdPutRequestUser.d.ts +56 -0
  110. package/dist/models/ApiV1UsersIdPutRequestUser.js +57 -0
  111. package/dist/models/index.d.ts +48 -5
  112. package/dist/models/index.js +48 -5
  113. package/docs/ApiV1ChatsChatIdMessagesGet200Response.md +40 -0
  114. package/docs/ApiV1ChatsChatIdMessagesGet200ResponseMessagesInner.md +48 -0
  115. package/docs/ApiV1ChatsChatIdMessagesPost201Response.md +44 -0
  116. package/docs/ApiV1ChatsChatIdMessagesPostRequest.md +38 -0
  117. package/docs/ApiV1ChatsChatIdMessagesSyncGet200Response.md +40 -0
  118. package/docs/ApiV1ChatsGet200Response.md +40 -0
  119. package/docs/ApiV1ChatsGet200ResponseChatsInner.md +46 -0
  120. package/docs/ApiV1ChatsIdMessagesMessageIdAttachmentsGet200Response.md +34 -0
  121. package/docs/ApiV1ChatsIdMessagesMessageIdAttachmentsGet200ResponseAttachmentsInner.md +48 -0
  122. package/docs/ApiV1ChatsIdMessagesMessageIdAttachmentsPost201Response.md +40 -0
  123. package/docs/ApiV1ChatsIdMessagesMessageIdAttachmentsPostRequest.md +42 -0
  124. package/docs/ApiV1ChatsIdReadPost200Response.md +40 -0
  125. package/docs/ApiV1ChatsIdReadPostRequest.md +34 -0
  126. package/docs/ApiV1ChatsIdReportsPost200Response.md +42 -0
  127. package/docs/ApiV1ChatsIdReportsPost200ResponseRowsInner.md +36 -0
  128. package/docs/ApiV1ChatsIdReportsPost200ResponseSourceMetadata.md +42 -0
  129. package/docs/{ApiV1RecordsIdPatch422Response.md → ApiV1ChatsIdReportsPost422Response.md} +4 -4
  130. package/docs/ApiV1ChatsIdReportsPostRequest.md +34 -0
  131. package/docs/ApiV1ChatsIdReportsPostRequestPlanner.md +40 -0
  132. package/docs/ApiV1ChatsIdReportsPostRequestPlannerParams.md +50 -0
  133. package/docs/ApiV1ChatsIdReportsPostRequestPlannerParamsFiltersInner.md +38 -0
  134. package/docs/ApiV1ChatsIdRunsRunIdCitationsGet200Response.md +36 -0
  135. package/docs/ApiV1ChatsIdRunsRunIdCitationsGet200ResponseCitationsInner.md +40 -0
  136. package/docs/ApiV1ChatsIdRunsRunIdGet200Response.md +42 -0
  137. package/docs/ApiV1ChatsIdRunsRunIdRetryPost201Response.md +40 -0
  138. package/docs/ApiV1ChatsIdSavedReportsGet200Response.md +34 -0
  139. package/docs/ApiV1ChatsIdSavedReportsGet200ResponseSavedReportsInner.md +42 -0
  140. package/docs/ApiV1ChatsIdSavedReportsPostRequest.md +36 -0
  141. package/docs/ApiV1ChatsPlannerContractGet200Response.md +36 -0
  142. package/docs/ApiV1ChatsPlannerPost200Response.md +44 -0
  143. package/docs/ApiV1ChatsPlannerPostRequest.md +40 -0
  144. package/docs/ApiV1ChatsPost201Response.md +42 -0
  145. package/docs/ApiV1ChatsPostRequest.md +34 -0
  146. package/docs/ApiV1ChatsRealtimeContractGet200Response.md +42 -0
  147. package/docs/ApiV1ChatsRealtimeContractGet200ResponseEventsInner.md +36 -0
  148. package/docs/ApiV1ChatsSyncGet200Response.md +40 -0
  149. package/docs/ApiV1ChatsSyncGet200ResponseCursorContract.md +36 -0
  150. package/docs/{ApiV1RecordsIdPatch200Response.md → ApiV1RecordsIdPut200Response.md} +4 -4
  151. package/docs/{ApiV1RecordsIdPatchRequest.md → ApiV1RecordsIdPutRequest.md} +4 -4
  152. package/docs/{ApiV1TemplatesIdPatchRequest.md → ApiV1TemplatesIdPutRequest.md} +5 -5
  153. package/docs/{ApiV1TemplatesIdPatchRequestTemplate.md → ApiV1TemplatesIdPutRequestTemplate.md} +4 -4
  154. package/docs/ApiV1TemplatesTemplateIdSchemasGet200Response.md +34 -0
  155. package/docs/ApiV1TemplatesTemplateIdSchemasGet200ResponseSchemasInner.md +44 -0
  156. package/docs/ApiV1TemplatesTemplateIdSchemasIdPutRequest.md +40 -0
  157. package/docs/ApiV1TemplatesTemplateIdSchemasPost201Response.md +38 -0
  158. package/docs/ApiV1TemplatesTemplateIdSchemasPostRequest.md +40 -0
  159. package/docs/ApiV1UsersIdPutRequest.md +34 -0
  160. package/docs/ApiV1UsersIdPutRequestUser.md +42 -0
  161. package/docs/ChatsApi.md +1230 -0
  162. package/docs/RecordsApi.md +77 -8
  163. package/docs/TemplateSchemasApi.md +425 -0
  164. package/docs/TemplatesApi.md +76 -7
  165. package/docs/UsersApi.md +69 -0
  166. package/package.json +1 -1
  167. package/src/apis/ChatsApi.ts +1040 -0
  168. package/src/apis/RecordsApi.ts +69 -16
  169. package/src/apis/TemplateSchemasApi.ts +381 -0
  170. package/src/apis/TemplatesApi.ts +65 -12
  171. package/src/apis/UsersApi.ts +55 -0
  172. package/src/apis/index.ts +2 -0
  173. package/src/models/ApiV1ChatsChatIdMessagesGet200Response.ts +101 -0
  174. package/src/models/ApiV1ChatsChatIdMessagesGet200ResponseMessagesInner.ts +129 -0
  175. package/src/models/ApiV1ChatsChatIdMessagesPost201Response.ts +111 -0
  176. package/src/models/ApiV1ChatsChatIdMessagesPostRequest.ts +82 -0
  177. package/src/models/ApiV1ChatsChatIdMessagesSyncGet200Response.ts +100 -0
  178. package/src/models/ApiV1ChatsGet200Response.ts +101 -0
  179. package/src/models/ApiV1ChatsGet200ResponseChatsInner.ts +117 -0
  180. package/src/models/ApiV1ChatsIdMessagesMessageIdAttachmentsGet200Response.ts +74 -0
  181. package/src/models/ApiV1ChatsIdMessagesMessageIdAttachmentsGet200ResponseAttachmentsInner.ts +127 -0
  182. package/src/models/ApiV1ChatsIdMessagesMessageIdAttachmentsPost201Response.ts +93 -0
  183. package/src/models/ApiV1ChatsIdMessagesMessageIdAttachmentsPostRequest.ts +110 -0
  184. package/src/models/ApiV1ChatsIdReadPost200Response.ts +92 -0
  185. package/src/models/ApiV1ChatsIdReadPostRequest.ts +65 -0
  186. package/src/models/ApiV1ChatsIdReportsPost200Response.ts +117 -0
  187. package/src/models/ApiV1ChatsIdReportsPost200ResponseRowsInner.ts +74 -0
  188. package/src/models/ApiV1ChatsIdReportsPost200ResponseSourceMetadata.ts +102 -0
  189. package/src/models/ApiV1ChatsIdReportsPost422Response.ts +66 -0
  190. package/src/models/ApiV1ChatsIdReportsPostRequest.ts +74 -0
  191. package/src/models/ApiV1ChatsIdReportsPostRequestPlanner.ts +114 -0
  192. package/src/models/ApiV1ChatsIdReportsPostRequestPlannerParams.ts +160 -0
  193. package/src/models/ApiV1ChatsIdReportsPostRequestPlannerParamsFiltersInner.ts +99 -0
  194. package/src/models/ApiV1ChatsIdRunsRunIdCitationsGet200Response.ts +83 -0
  195. package/src/models/ApiV1ChatsIdRunsRunIdCitationsGet200ResponseCitationsInner.ts +91 -0
  196. package/src/models/ApiV1ChatsIdRunsRunIdGet200Response.ts +101 -0
  197. package/src/models/ApiV1ChatsIdRunsRunIdRetryPost201Response.ts +92 -0
  198. package/src/models/ApiV1ChatsIdSavedReportsGet200Response.ts +74 -0
  199. package/src/models/ApiV1ChatsIdSavedReportsGet200ResponseSavedReportsInner.ts +101 -0
  200. package/src/models/ApiV1ChatsIdSavedReportsPostRequest.ts +74 -0
  201. package/src/models/ApiV1ChatsPlannerContractGet200Response.ts +75 -0
  202. package/src/models/ApiV1ChatsPlannerPost200Response.ts +111 -0
  203. package/src/models/ApiV1ChatsPlannerPostRequest.ts +91 -0
  204. package/src/models/ApiV1ChatsPost201Response.ts +101 -0
  205. package/src/models/ApiV1ChatsPostRequest.ts +65 -0
  206. package/src/models/ApiV1ChatsRealtimeContractGet200Response.ts +110 -0
  207. package/src/models/ApiV1ChatsRealtimeContractGet200ResponseEventsInner.ts +75 -0
  208. package/src/models/ApiV1ChatsSyncGet200Response.ts +100 -0
  209. package/src/models/ApiV1ChatsSyncGet200ResponseCursorContract.ts +75 -0
  210. package/src/models/{ApiV1RecordsIdPatch200Response.ts → ApiV1RecordsIdPut200Response.ts} +14 -14
  211. package/src/models/ApiV1RecordsIdPutRequest.ts +66 -0
  212. package/src/models/ApiV1TemplatesIdPutRequest.ts +74 -0
  213. package/src/models/ApiV1TemplatesIdPutRequestTemplate.ts +73 -0
  214. package/src/models/ApiV1TemplatesTemplateIdSchemasGet200Response.ts +74 -0
  215. package/src/models/ApiV1TemplatesTemplateIdSchemasGet200ResponseSchemasInner.ts +110 -0
  216. package/src/models/ApiV1TemplatesTemplateIdSchemasIdPutRequest.ts +89 -0
  217. package/src/models/ApiV1TemplatesTemplateIdSchemasPost201Response.ts +84 -0
  218. package/src/models/ApiV1TemplatesTemplateIdSchemasPostRequest.ts +91 -0
  219. package/src/models/ApiV1UsersIdPutRequest.ts +74 -0
  220. package/src/models/ApiV1UsersIdPutRequestUser.ts +97 -0
  221. package/src/models/index.ts +48 -5
  222. package/dist/models/ApiV1RecordsIdPatch200Response.d.ts +0 -50
  223. package/dist/models/ApiV1RecordsIdPatch422Response.d.ts +0 -32
  224. package/dist/models/ApiV1RecordsIdPatch422Response.js +0 -51
  225. package/dist/models/ApiV1RecordsIdPatchRequest.d.ts +0 -32
  226. package/dist/models/ApiV1RecordsIdPatchRequest.js +0 -51
  227. package/dist/models/ApiV1TemplatesIdPatchRequest.d.ts +0 -33
  228. package/dist/models/ApiV1TemplatesIdPatchRequest.js +0 -52
  229. package/dist/models/ApiV1TemplatesIdPatchRequestTemplate.d.ts +0 -38
  230. package/dist/models/ApiV1TemplatesIdPatchRequestTemplate.js +0 -51
  231. package/src/models/ApiV1RecordsIdPatch422Response.ts +0 -66
  232. package/src/models/ApiV1RecordsIdPatchRequest.ts +0 -66
  233. package/src/models/ApiV1TemplatesIdPatchRequest.ts +0 -74
  234. package/src/models/ApiV1TemplatesIdPatchRequestTemplate.ts +0 -73
@@ -0,0 +1,34 @@
1
+
2
+ # ApiV1ChatsIdSavedReportsGet200Response
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `savedReports` | [Array<ApiV1ChatsIdSavedReportsGet200ResponseSavedReportsInner>](ApiV1ChatsIdSavedReportsGet200ResponseSavedReportsInner.md)
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import type { ApiV1ChatsIdSavedReportsGet200Response } from 'blanche-client-sdk'
15
+
16
+ // TODO: Update the object below with actual values
17
+ const example = {
18
+ "savedReports": null,
19
+ } satisfies ApiV1ChatsIdSavedReportsGet200Response
20
+
21
+ console.log(example)
22
+
23
+ // Convert the instance to a JSON string
24
+ const exampleJSON: string = JSON.stringify(example)
25
+ console.log(exampleJSON)
26
+
27
+ // Parse the JSON string back to an object
28
+ const exampleParsed = JSON.parse(exampleJSON) as ApiV1ChatsIdSavedReportsGet200Response
29
+ console.log(exampleParsed)
30
+ ```
31
+
32
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
33
+
34
+
@@ -0,0 +1,42 @@
1
+
2
+ # ApiV1ChatsIdSavedReportsGet200ResponseSavedReportsInner
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `id` | string
10
+ `runId` | string
11
+ `title` | string
12
+ `report` | object
13
+ `chartSpec` | object
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import type { ApiV1ChatsIdSavedReportsGet200ResponseSavedReportsInner } from 'blanche-client-sdk'
19
+
20
+ // TODO: Update the object below with actual values
21
+ const example = {
22
+ "id": null,
23
+ "runId": null,
24
+ "title": null,
25
+ "report": null,
26
+ "chartSpec": null,
27
+ } satisfies ApiV1ChatsIdSavedReportsGet200ResponseSavedReportsInner
28
+
29
+ console.log(example)
30
+
31
+ // Convert the instance to a JSON string
32
+ const exampleJSON: string = JSON.stringify(example)
33
+ console.log(exampleJSON)
34
+
35
+ // Parse the JSON string back to an object
36
+ const exampleParsed = JSON.parse(exampleJSON) as ApiV1ChatsIdSavedReportsGet200ResponseSavedReportsInner
37
+ console.log(exampleParsed)
38
+ ```
39
+
40
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
41
+
42
+
@@ -0,0 +1,36 @@
1
+
2
+ # ApiV1ChatsIdSavedReportsPostRequest
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `runId` | string
10
+ `title` | string
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { ApiV1ChatsIdSavedReportsPostRequest } from 'blanche-client-sdk'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "runId": null,
20
+ "title": null,
21
+ } satisfies ApiV1ChatsIdSavedReportsPostRequest
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as ApiV1ChatsIdSavedReportsPostRequest
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -0,0 +1,36 @@
1
+
2
+ # ApiV1ChatsPlannerContractGet200Response
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `version` | string
10
+ `schema` | object
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { ApiV1ChatsPlannerContractGet200Response } from 'blanche-client-sdk'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "version": null,
20
+ "schema": null,
21
+ } satisfies ApiV1ChatsPlannerContractGet200Response
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as ApiV1ChatsPlannerContractGet200Response
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -0,0 +1,44 @@
1
+
2
+ # ApiV1ChatsPlannerPost200Response
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `intent` | string
10
+ `tool` | string
11
+ `template` | string
12
+ `params` | object
13
+ `retrievalStrategy` | string
14
+ `confidence` | number
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import type { ApiV1ChatsPlannerPost200Response } from 'blanche-client-sdk'
20
+
21
+ // TODO: Update the object below with actual values
22
+ const example = {
23
+ "intent": null,
24
+ "tool": null,
25
+ "template": null,
26
+ "params": null,
27
+ "retrievalStrategy": null,
28
+ "confidence": null,
29
+ } satisfies ApiV1ChatsPlannerPost200Response
30
+
31
+ console.log(example)
32
+
33
+ // Convert the instance to a JSON string
34
+ const exampleJSON: string = JSON.stringify(example)
35
+ console.log(exampleJSON)
36
+
37
+ // Parse the JSON string back to an object
38
+ const exampleParsed = JSON.parse(exampleJSON) as ApiV1ChatsPlannerPost200Response
39
+ console.log(exampleParsed)
40
+ ```
41
+
42
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
43
+
44
+
@@ -0,0 +1,40 @@
1
+
2
+ # ApiV1ChatsPlannerPostRequest
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `question` | string
10
+ `template` | string
11
+ `requestedTool` | string
12
+ `params` | object
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import type { ApiV1ChatsPlannerPostRequest } from 'blanche-client-sdk'
18
+
19
+ // TODO: Update the object below with actual values
20
+ const example = {
21
+ "question": null,
22
+ "template": null,
23
+ "requestedTool": null,
24
+ "params": null,
25
+ } satisfies ApiV1ChatsPlannerPostRequest
26
+
27
+ console.log(example)
28
+
29
+ // Convert the instance to a JSON string
30
+ const exampleJSON: string = JSON.stringify(example)
31
+ console.log(exampleJSON)
32
+
33
+ // Parse the JSON string back to an object
34
+ const exampleParsed = JSON.parse(exampleJSON) as ApiV1ChatsPlannerPostRequest
35
+ console.log(exampleParsed)
36
+ ```
37
+
38
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
39
+
40
+
@@ -0,0 +1,42 @@
1
+
2
+ # ApiV1ChatsPost201Response
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `id` | string
10
+ `title` | string
11
+ `status` | string
12
+ `createdAt` | Date
13
+ `updatedAt` | Date
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import type { ApiV1ChatsPost201Response } from 'blanche-client-sdk'
19
+
20
+ // TODO: Update the object below with actual values
21
+ const example = {
22
+ "id": null,
23
+ "title": null,
24
+ "status": null,
25
+ "createdAt": null,
26
+ "updatedAt": null,
27
+ } satisfies ApiV1ChatsPost201Response
28
+
29
+ console.log(example)
30
+
31
+ // Convert the instance to a JSON string
32
+ const exampleJSON: string = JSON.stringify(example)
33
+ console.log(exampleJSON)
34
+
35
+ // Parse the JSON string back to an object
36
+ const exampleParsed = JSON.parse(exampleJSON) as ApiV1ChatsPost201Response
37
+ console.log(exampleParsed)
38
+ ```
39
+
40
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
41
+
42
+
@@ -0,0 +1,34 @@
1
+
2
+ # ApiV1ChatsPostRequest
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `title` | string
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import type { ApiV1ChatsPostRequest } from 'blanche-client-sdk'
15
+
16
+ // TODO: Update the object below with actual values
17
+ const example = {
18
+ "title": null,
19
+ } satisfies ApiV1ChatsPostRequest
20
+
21
+ console.log(example)
22
+
23
+ // Convert the instance to a JSON string
24
+ const exampleJSON: string = JSON.stringify(example)
25
+ console.log(exampleJSON)
26
+
27
+ // Parse the JSON string back to an object
28
+ const exampleParsed = JSON.parse(exampleJSON) as ApiV1ChatsPostRequest
29
+ console.log(exampleParsed)
30
+ ```
31
+
32
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
33
+
34
+
@@ -0,0 +1,42 @@
1
+
2
+ # ApiV1ChatsRealtimeContractGet200Response
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `version` | string
10
+ `channel` | string
11
+ `streamName` | string
12
+ `envelope` | object
13
+ `events` | [Array<ApiV1ChatsRealtimeContractGet200ResponseEventsInner>](ApiV1ChatsRealtimeContractGet200ResponseEventsInner.md)
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import type { ApiV1ChatsRealtimeContractGet200Response } from 'blanche-client-sdk'
19
+
20
+ // TODO: Update the object below with actual values
21
+ const example = {
22
+ "version": null,
23
+ "channel": null,
24
+ "streamName": null,
25
+ "envelope": null,
26
+ "events": null,
27
+ } satisfies ApiV1ChatsRealtimeContractGet200Response
28
+
29
+ console.log(example)
30
+
31
+ // Convert the instance to a JSON string
32
+ const exampleJSON: string = JSON.stringify(example)
33
+ console.log(exampleJSON)
34
+
35
+ // Parse the JSON string back to an object
36
+ const exampleParsed = JSON.parse(exampleJSON) as ApiV1ChatsRealtimeContractGet200Response
37
+ console.log(exampleParsed)
38
+ ```
39
+
40
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
41
+
42
+
@@ -0,0 +1,36 @@
1
+
2
+ # ApiV1ChatsRealtimeContractGet200ResponseEventsInner
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `type` | string
10
+ `description` | string
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { ApiV1ChatsRealtimeContractGet200ResponseEventsInner } from 'blanche-client-sdk'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "type": null,
20
+ "description": null,
21
+ } satisfies ApiV1ChatsRealtimeContractGet200ResponseEventsInner
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as ApiV1ChatsRealtimeContractGet200ResponseEventsInner
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -0,0 +1,40 @@
1
+
2
+ # ApiV1ChatsSyncGet200Response
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `chats` | Array<object>
10
+ `cursor` | string
11
+ `hasMore` | boolean
12
+ `cursorContract` | [ApiV1ChatsSyncGet200ResponseCursorContract](ApiV1ChatsSyncGet200ResponseCursorContract.md)
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import type { ApiV1ChatsSyncGet200Response } from 'blanche-client-sdk'
18
+
19
+ // TODO: Update the object below with actual values
20
+ const example = {
21
+ "chats": null,
22
+ "cursor": null,
23
+ "hasMore": null,
24
+ "cursorContract": null,
25
+ } satisfies ApiV1ChatsSyncGet200Response
26
+
27
+ console.log(example)
28
+
29
+ // Convert the instance to a JSON string
30
+ const exampleJSON: string = JSON.stringify(example)
31
+ console.log(exampleJSON)
32
+
33
+ // Parse the JSON string back to an object
34
+ const exampleParsed = JSON.parse(exampleJSON) as ApiV1ChatsSyncGet200Response
35
+ console.log(exampleParsed)
36
+ ```
37
+
38
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
39
+
40
+
@@ -0,0 +1,36 @@
1
+
2
+ # ApiV1ChatsSyncGet200ResponseCursorContract
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `order` | string
10
+ `encoding` | string
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { ApiV1ChatsSyncGet200ResponseCursorContract } from 'blanche-client-sdk'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "order": null,
20
+ "encoding": null,
21
+ } satisfies ApiV1ChatsSyncGet200ResponseCursorContract
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as ApiV1ChatsSyncGet200ResponseCursorContract
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -1,5 +1,5 @@
1
1
 
2
- # ApiV1RecordsIdPatch200Response
2
+ # ApiV1RecordsIdPut200Response
3
3
 
4
4
 
5
5
  ## Properties
@@ -14,7 +14,7 @@ Name | Type
14
14
  ## Example
15
15
 
16
16
  ```typescript
17
- import type { ApiV1RecordsIdPatch200Response } from 'blanche-client-sdk'
17
+ import type { ApiV1RecordsIdPut200Response } from 'blanche-client-sdk'
18
18
 
19
19
  // TODO: Update the object below with actual values
20
20
  const example = {
@@ -22,7 +22,7 @@ const example = {
22
22
  "template": null,
23
23
  "data": null,
24
24
  "updatedAt": null,
25
- } satisfies ApiV1RecordsIdPatch200Response
25
+ } satisfies ApiV1RecordsIdPut200Response
26
26
 
27
27
  console.log(example)
28
28
 
@@ -31,7 +31,7 @@ const exampleJSON: string = JSON.stringify(example)
31
31
  console.log(exampleJSON)
32
32
 
33
33
  // Parse the JSON string back to an object
34
- const exampleParsed = JSON.parse(exampleJSON) as ApiV1RecordsIdPatch200Response
34
+ const exampleParsed = JSON.parse(exampleJSON) as ApiV1RecordsIdPut200Response
35
35
  console.log(exampleParsed)
36
36
  ```
37
37
 
@@ -1,5 +1,5 @@
1
1
 
2
- # ApiV1RecordsIdPatchRequest
2
+ # ApiV1RecordsIdPutRequest
3
3
 
4
4
 
5
5
  ## Properties
@@ -11,12 +11,12 @@ Name | Type
11
11
  ## Example
12
12
 
13
13
  ```typescript
14
- import type { ApiV1RecordsIdPatchRequest } from 'blanche-client-sdk'
14
+ import type { ApiV1RecordsIdPutRequest } from 'blanche-client-sdk'
15
15
 
16
16
  // TODO: Update the object below with actual values
17
17
  const example = {
18
18
  "data": null,
19
- } satisfies ApiV1RecordsIdPatchRequest
19
+ } satisfies ApiV1RecordsIdPutRequest
20
20
 
21
21
  console.log(example)
22
22
 
@@ -25,7 +25,7 @@ const exampleJSON: string = JSON.stringify(example)
25
25
  console.log(exampleJSON)
26
26
 
27
27
  // Parse the JSON string back to an object
28
- const exampleParsed = JSON.parse(exampleJSON) as ApiV1RecordsIdPatchRequest
28
+ const exampleParsed = JSON.parse(exampleJSON) as ApiV1RecordsIdPutRequest
29
29
  console.log(exampleParsed)
30
30
  ```
31
31
 
@@ -1,22 +1,22 @@
1
1
 
2
- # ApiV1TemplatesIdPatchRequest
2
+ # ApiV1TemplatesIdPutRequest
3
3
 
4
4
 
5
5
  ## Properties
6
6
 
7
7
  Name | Type
8
8
  ------------ | -------------
9
- `template` | [ApiV1TemplatesIdPatchRequestTemplate](ApiV1TemplatesIdPatchRequestTemplate.md)
9
+ `template` | [ApiV1TemplatesIdPutRequestTemplate](ApiV1TemplatesIdPutRequestTemplate.md)
10
10
 
11
11
  ## Example
12
12
 
13
13
  ```typescript
14
- import type { ApiV1TemplatesIdPatchRequest } from 'blanche-client-sdk'
14
+ import type { ApiV1TemplatesIdPutRequest } from 'blanche-client-sdk'
15
15
 
16
16
  // TODO: Update the object below with actual values
17
17
  const example = {
18
18
  "template": null,
19
- } satisfies ApiV1TemplatesIdPatchRequest
19
+ } satisfies ApiV1TemplatesIdPutRequest
20
20
 
21
21
  console.log(example)
22
22
 
@@ -25,7 +25,7 @@ const exampleJSON: string = JSON.stringify(example)
25
25
  console.log(exampleJSON)
26
26
 
27
27
  // Parse the JSON string back to an object
28
- const exampleParsed = JSON.parse(exampleJSON) as ApiV1TemplatesIdPatchRequest
28
+ const exampleParsed = JSON.parse(exampleJSON) as ApiV1TemplatesIdPutRequest
29
29
  console.log(exampleParsed)
30
30
  ```
31
31
 
@@ -1,5 +1,5 @@
1
1
 
2
- # ApiV1TemplatesIdPatchRequestTemplate
2
+ # ApiV1TemplatesIdPutRequestTemplate
3
3
 
4
4
 
5
5
  ## Properties
@@ -12,13 +12,13 @@ Name | Type
12
12
  ## Example
13
13
 
14
14
  ```typescript
15
- import type { ApiV1TemplatesIdPatchRequestTemplate } from 'blanche-client-sdk'
15
+ import type { ApiV1TemplatesIdPutRequestTemplate } from 'blanche-client-sdk'
16
16
 
17
17
  // TODO: Update the object below with actual values
18
18
  const example = {
19
19
  "name": null,
20
20
  "visible": null,
21
- } satisfies ApiV1TemplatesIdPatchRequestTemplate
21
+ } satisfies ApiV1TemplatesIdPutRequestTemplate
22
22
 
23
23
  console.log(example)
24
24
 
@@ -27,7 +27,7 @@ const exampleJSON: string = JSON.stringify(example)
27
27
  console.log(exampleJSON)
28
28
 
29
29
  // Parse the JSON string back to an object
30
- const exampleParsed = JSON.parse(exampleJSON) as ApiV1TemplatesIdPatchRequestTemplate
30
+ const exampleParsed = JSON.parse(exampleJSON) as ApiV1TemplatesIdPutRequestTemplate
31
31
  console.log(exampleParsed)
32
32
  ```
33
33
 
@@ -0,0 +1,34 @@
1
+
2
+ # ApiV1TemplatesTemplateIdSchemasGet200Response
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `schemas` | [Array<ApiV1TemplatesTemplateIdSchemasGet200ResponseSchemasInner>](ApiV1TemplatesTemplateIdSchemasGet200ResponseSchemasInner.md)
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import type { ApiV1TemplatesTemplateIdSchemasGet200Response } from 'blanche-client-sdk'
15
+
16
+ // TODO: Update the object below with actual values
17
+ const example = {
18
+ "schemas": null,
19
+ } satisfies ApiV1TemplatesTemplateIdSchemasGet200Response
20
+
21
+ console.log(example)
22
+
23
+ // Convert the instance to a JSON string
24
+ const exampleJSON: string = JSON.stringify(example)
25
+ console.log(exampleJSON)
26
+
27
+ // Parse the JSON string back to an object
28
+ const exampleParsed = JSON.parse(exampleJSON) as ApiV1TemplatesTemplateIdSchemasGet200Response
29
+ console.log(exampleParsed)
30
+ ```
31
+
32
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
33
+
34
+
@@ -0,0 +1,44 @@
1
+
2
+ # ApiV1TemplatesTemplateIdSchemasGet200ResponseSchemasInner
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `id` | string
10
+ `version` | number
11
+ `jsonSchema` | object
12
+ `systemPrompt` | string
13
+ `messageTemplate` | string
14
+ `active` | boolean
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import type { ApiV1TemplatesTemplateIdSchemasGet200ResponseSchemasInner } from 'blanche-client-sdk'
20
+
21
+ // TODO: Update the object below with actual values
22
+ const example = {
23
+ "id": null,
24
+ "version": null,
25
+ "jsonSchema": null,
26
+ "systemPrompt": null,
27
+ "messageTemplate": null,
28
+ "active": null,
29
+ } satisfies ApiV1TemplatesTemplateIdSchemasGet200ResponseSchemasInner
30
+
31
+ console.log(example)
32
+
33
+ // Convert the instance to a JSON string
34
+ const exampleJSON: string = JSON.stringify(example)
35
+ console.log(exampleJSON)
36
+
37
+ // Parse the JSON string back to an object
38
+ const exampleParsed = JSON.parse(exampleJSON) as ApiV1TemplatesTemplateIdSchemasGet200ResponseSchemasInner
39
+ console.log(exampleParsed)
40
+ ```
41
+
42
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
43
+
44
+