@openfilz-sdk/typescript-ee 1.9.11 → 1.10.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 (351) hide show
  1. package/.openapi-generator/FILES +82 -0
  2. package/.openapi-generator/openfilz-api-generate-typescript-sdk.sha256 +1 -1
  3. package/README.md +75 -5
  4. package/api/ai-analytics-admin-controller-api.ts +137 -0
  5. package/api/ai-archiving-admin-controller-api.ts +568 -0
  6. package/api/ai-cloud-usage-admin-controller-api.ts +121 -0
  7. package/api/aichat-api.ts +9 -9
  8. package/api/aidirectory-api.ts +121 -0
  9. package/api/aifiling-rules-api.ts +585 -0
  10. package/api/aigovernance-api.ts +194 -0
  11. package/api/aitaxonomy-api.ts +345 -0
  12. package/api/aiteam-inboxes-api.ts +491 -0
  13. package/api/archive-controller-api.ts +440 -0
  14. package/api/collaboration-audit-controller-api.ts +67 -0
  15. package/api/document-controller-api.ts +74 -0
  16. package/api/document-insights-api.ts +71 -4
  17. package/api/esign-api.ts +9 -9
  18. package/api/esign-enterprise-api.ts +9 -9
  19. package/api/settings-api.ts +18 -11
  20. package/api/smart-filing-api.ts +73 -0
  21. package/api.ts +9 -0
  22. package/dist/api/ai-analytics-admin-controller-api.d.ts +71 -0
  23. package/dist/api/ai-analytics-admin-controller-api.js +139 -0
  24. package/dist/api/ai-archiving-admin-controller-api.d.ts +262 -0
  25. package/dist/api/ai-archiving-admin-controller-api.js +548 -0
  26. package/dist/api/ai-cloud-usage-admin-controller-api.d.ts +63 -0
  27. package/dist/api/ai-cloud-usage-admin-controller-api.js +125 -0
  28. package/dist/api/aichat-api.d.ts +4 -4
  29. package/dist/api/aichat-api.js +9 -9
  30. package/dist/api/aidirectory-api.d.ts +63 -0
  31. package/dist/api/aidirectory-api.js +125 -0
  32. package/dist/api/aifiling-rules-api.d.ts +271 -0
  33. package/dist/api/aifiling-rules-api.js +562 -0
  34. package/dist/api/aigovernance-api.d.ts +95 -0
  35. package/dist/api/aigovernance-api.js +195 -0
  36. package/dist/api/aitaxonomy-api.d.ts +162 -0
  37. package/dist/api/aitaxonomy-api.js +334 -0
  38. package/dist/api/aiteam-inboxes-api.d.ts +228 -0
  39. package/dist/api/aiteam-inboxes-api.js +478 -0
  40. package/dist/api/archive-controller-api.d.ts +239 -0
  41. package/dist/api/archive-controller-api.js +430 -0
  42. package/dist/api/collaboration-audit-controller-api.d.ts +29 -0
  43. package/dist/api/collaboration-audit-controller-api.js +62 -0
  44. package/dist/api/document-controller-api.d.ts +33 -0
  45. package/dist/api/document-controller-api.js +69 -0
  46. package/dist/api/document-insights-api.d.ts +33 -4
  47. package/dist/api/document-insights-api.js +66 -4
  48. package/dist/api/esign-api.d.ts +4 -4
  49. package/dist/api/esign-api.js +9 -9
  50. package/dist/api/esign-enterprise-api.d.ts +4 -4
  51. package/dist/api/esign-enterprise-api.js +9 -9
  52. package/dist/api/settings-api.d.ts +12 -8
  53. package/dist/api/settings-api.js +18 -11
  54. package/dist/api/smart-filing-api.d.ts +33 -0
  55. package/dist/api/smart-filing-api.js +68 -0
  56. package/dist/api.d.ts +9 -0
  57. package/dist/api.js +9 -0
  58. package/dist/esm/api/ai-analytics-admin-controller-api.d.ts +71 -0
  59. package/dist/esm/api/ai-analytics-admin-controller-api.js +132 -0
  60. package/dist/esm/api/ai-archiving-admin-controller-api.d.ts +262 -0
  61. package/dist/esm/api/ai-archiving-admin-controller-api.js +541 -0
  62. package/dist/esm/api/ai-cloud-usage-admin-controller-api.d.ts +63 -0
  63. package/dist/esm/api/ai-cloud-usage-admin-controller-api.js +118 -0
  64. package/dist/esm/api/aichat-api.d.ts +4 -4
  65. package/dist/esm/api/aichat-api.js +9 -9
  66. package/dist/esm/api/aidirectory-api.d.ts +63 -0
  67. package/dist/esm/api/aidirectory-api.js +118 -0
  68. package/dist/esm/api/aifiling-rules-api.d.ts +271 -0
  69. package/dist/esm/api/aifiling-rules-api.js +555 -0
  70. package/dist/esm/api/aigovernance-api.d.ts +95 -0
  71. package/dist/esm/api/aigovernance-api.js +188 -0
  72. package/dist/esm/api/aitaxonomy-api.d.ts +162 -0
  73. package/dist/esm/api/aitaxonomy-api.js +327 -0
  74. package/dist/esm/api/aiteam-inboxes-api.d.ts +228 -0
  75. package/dist/esm/api/aiteam-inboxes-api.js +471 -0
  76. package/dist/esm/api/archive-controller-api.d.ts +239 -0
  77. package/dist/esm/api/archive-controller-api.js +423 -0
  78. package/dist/esm/api/collaboration-audit-controller-api.d.ts +29 -0
  79. package/dist/esm/api/collaboration-audit-controller-api.js +62 -0
  80. package/dist/esm/api/document-controller-api.d.ts +33 -0
  81. package/dist/esm/api/document-controller-api.js +69 -0
  82. package/dist/esm/api/document-insights-api.d.ts +33 -4
  83. package/dist/esm/api/document-insights-api.js +66 -4
  84. package/dist/esm/api/esign-api.d.ts +4 -4
  85. package/dist/esm/api/esign-api.js +9 -9
  86. package/dist/esm/api/esign-enterprise-api.d.ts +4 -4
  87. package/dist/esm/api/esign-enterprise-api.js +9 -9
  88. package/dist/esm/api/settings-api.d.ts +12 -8
  89. package/dist/esm/api/settings-api.js +18 -11
  90. package/dist/esm/api/smart-filing-api.d.ts +33 -0
  91. package/dist/esm/api/smart-filing-api.js +68 -0
  92. package/dist/esm/api.d.ts +9 -0
  93. package/dist/esm/api.js +9 -0
  94. package/dist/esm/models/ai-analytics-view.d.ts +25 -0
  95. package/dist/esm/models/ai-analytics-view.js +14 -0
  96. package/dist/esm/models/ai-cloud-usage-view.d.ts +33 -0
  97. package/dist/esm/models/ai-cloud-usage-view.js +19 -0
  98. package/dist/esm/models/ai-governance-settings.d.ts +22 -0
  99. package/dist/esm/models/ai-governance-settings.js +14 -0
  100. package/dist/esm/models/ai-preferences-view.d.ts +3 -0
  101. package/dist/esm/models/ai-taxonomy-category.d.ts +19 -0
  102. package/dist/esm/models/ai-taxonomy-category.js +14 -0
  103. package/dist/esm/models/ai-taxonomy-rename-request.d.ts +16 -0
  104. package/dist/esm/models/ai-taxonomy-rename-request.js +14 -0
  105. package/dist/esm/models/ai-taxonomy-rename-result.d.ts +17 -0
  106. package/dist/esm/models/ai-taxonomy-rename-result.js +14 -0
  107. package/dist/esm/models/ai-taxonomy-view.d.ts +16 -0
  108. package/dist/esm/models/ai-taxonomy-view.js +14 -0
  109. package/dist/esm/models/archive-preflight.d.ts +38 -0
  110. package/dist/esm/models/archive-preflight.js +14 -0
  111. package/dist/esm/models/archiving-proposal-request.d.ts +19 -0
  112. package/dist/esm/models/archiving-proposal-request.js +14 -0
  113. package/dist/esm/models/archiving-proposal-result.d.ts +19 -0
  114. package/dist/esm/models/archiving-proposal-result.js +14 -0
  115. package/dist/esm/models/archiving-schedule-request.d.ts +22 -0
  116. package/dist/esm/models/archiving-schedule-request.js +14 -0
  117. package/dist/esm/models/archiving-schedule-view.d.ts +29 -0
  118. package/dist/esm/models/archiving-schedule-view.js +14 -0
  119. package/dist/esm/models/audit-integrity-status-response.d.ts +37 -0
  120. package/dist/esm/models/audit-integrity-status-response.js +14 -0
  121. package/dist/esm/models/auto-file-inbox-request.d.ts +14 -0
  122. package/dist/esm/models/auto-file-inbox-request.js +14 -0
  123. package/dist/esm/models/consume-delegated-grant-request.d.ts +1 -1
  124. package/dist/esm/models/corrections.d.ts +16 -0
  125. package/dist/esm/models/corrections.js +14 -0
  126. package/dist/esm/models/create-delegated-grant-request.d.ts +2 -1
  127. package/dist/esm/models/create-delegated-grant-request.js +1 -0
  128. package/dist/esm/models/day-count.d.ts +16 -0
  129. package/dist/esm/models/day-count.js +14 -0
  130. package/dist/esm/models/delegated-grant-dto.d.ts +1 -0
  131. package/dist/esm/models/delegated-grant-dto.js +1 -0
  132. package/dist/esm/models/document-integrity-record.d.ts +23 -0
  133. package/dist/esm/models/document-integrity-record.js +14 -0
  134. package/dist/esm/models/enriched-audit-log.d.ts +3 -0
  135. package/dist/esm/models/enriched-audit-log.js +3 -0
  136. package/dist/esm/models/facet.d.ts +15 -0
  137. package/dist/esm/models/facet.js +14 -0
  138. package/dist/esm/models/filing-rule-event-view.d.ts +19 -0
  139. package/dist/esm/models/filing-rule-event-view.js +14 -0
  140. package/dist/esm/models/filing-rule-request.d.ts +47 -0
  141. package/dist/esm/models/filing-rule-request.js +14 -0
  142. package/dist/esm/models/filing-rule-test-request.d.ts +14 -0
  143. package/dist/esm/models/filing-rule-test-request.js +14 -0
  144. package/dist/esm/models/filing-rule-test-result.d.ts +22 -0
  145. package/dist/esm/models/filing-rule-test-result.js +14 -0
  146. package/dist/esm/models/filing-rule-view.d.ts +30 -0
  147. package/dist/esm/models/filing-rule-view.js +14 -0
  148. package/dist/esm/models/filing.d.ts +24 -0
  149. package/dist/esm/models/filing.js +14 -0
  150. package/dist/esm/models/foreign-item.d.ts +19 -0
  151. package/dist/esm/models/foreign-item.js +14 -0
  152. package/dist/esm/models/index.d.ts +32 -0
  153. package/dist/esm/models/index.js +32 -0
  154. package/dist/esm/models/insight-facets.d.ts +16 -0
  155. package/dist/esm/models/insight-facets.js +14 -0
  156. package/dist/esm/models/insights.d.ts +21 -0
  157. package/dist/esm/models/insights.js +14 -0
  158. package/dist/esm/models/key-count.d.ts +15 -0
  159. package/dist/esm/models/key-count.js +14 -0
  160. package/dist/esm/models/save-ai-preferences-request.d.ts +1 -0
  161. package/dist/esm/models/scan-request-dto.d.ts +3 -0
  162. package/dist/esm/models/search-by-audit-log-request.d.ts +3 -0
  163. package/dist/esm/models/search-by-audit-log-request.js +3 -0
  164. package/dist/esm/models/settings.d.ts +1 -0
  165. package/dist/esm/models/team-inbox-request.d.ts +24 -0
  166. package/dist/esm/models/team-inbox-request.js +14 -0
  167. package/dist/esm/models/team-inbox-view.d.ts +31 -0
  168. package/dist/esm/models/team-inbox-view.js +14 -0
  169. package/dist/esm/models/team-option-view.d.ts +25 -0
  170. package/dist/esm/models/team-option-view.js +14 -0
  171. package/dist/esm/models/untouched.d.ts +16 -0
  172. package/dist/esm/models/untouched.js +14 -0
  173. package/dist/models/ai-analytics-view.d.ts +25 -0
  174. package/dist/models/ai-analytics-view.js +15 -0
  175. package/dist/models/ai-cloud-usage-view.d.ts +33 -0
  176. package/dist/models/ai-cloud-usage-view.js +22 -0
  177. package/dist/models/ai-governance-settings.d.ts +22 -0
  178. package/dist/models/ai-governance-settings.js +15 -0
  179. package/dist/models/ai-preferences-view.d.ts +3 -0
  180. package/dist/models/ai-taxonomy-category.d.ts +19 -0
  181. package/dist/models/ai-taxonomy-category.js +15 -0
  182. package/dist/models/ai-taxonomy-rename-request.d.ts +16 -0
  183. package/dist/models/ai-taxonomy-rename-request.js +15 -0
  184. package/dist/models/ai-taxonomy-rename-result.d.ts +17 -0
  185. package/dist/models/ai-taxonomy-rename-result.js +15 -0
  186. package/dist/models/ai-taxonomy-view.d.ts +16 -0
  187. package/dist/models/ai-taxonomy-view.js +15 -0
  188. package/dist/models/archive-preflight.d.ts +38 -0
  189. package/dist/models/archive-preflight.js +15 -0
  190. package/dist/models/archiving-proposal-request.d.ts +19 -0
  191. package/dist/models/archiving-proposal-request.js +15 -0
  192. package/dist/models/archiving-proposal-result.d.ts +19 -0
  193. package/dist/models/archiving-proposal-result.js +15 -0
  194. package/dist/models/archiving-schedule-request.d.ts +22 -0
  195. package/dist/models/archiving-schedule-request.js +15 -0
  196. package/dist/models/archiving-schedule-view.d.ts +29 -0
  197. package/dist/models/archiving-schedule-view.js +15 -0
  198. package/dist/models/audit-integrity-status-response.d.ts +37 -0
  199. package/dist/models/audit-integrity-status-response.js +15 -0
  200. package/dist/models/auto-file-inbox-request.d.ts +14 -0
  201. package/dist/models/auto-file-inbox-request.js +15 -0
  202. package/dist/models/consume-delegated-grant-request.d.ts +1 -1
  203. package/dist/models/corrections.d.ts +16 -0
  204. package/dist/models/corrections.js +15 -0
  205. package/dist/models/create-delegated-grant-request.d.ts +2 -1
  206. package/dist/models/create-delegated-grant-request.js +1 -0
  207. package/dist/models/day-count.d.ts +16 -0
  208. package/dist/models/day-count.js +15 -0
  209. package/dist/models/delegated-grant-dto.d.ts +1 -0
  210. package/dist/models/delegated-grant-dto.js +1 -0
  211. package/dist/models/document-integrity-record.d.ts +23 -0
  212. package/dist/models/document-integrity-record.js +15 -0
  213. package/dist/models/enriched-audit-log.d.ts +3 -0
  214. package/dist/models/enriched-audit-log.js +3 -0
  215. package/dist/models/facet.d.ts +15 -0
  216. package/dist/models/facet.js +15 -0
  217. package/dist/models/filing-rule-event-view.d.ts +19 -0
  218. package/dist/models/filing-rule-event-view.js +15 -0
  219. package/dist/models/filing-rule-request.d.ts +47 -0
  220. package/dist/models/filing-rule-request.js +15 -0
  221. package/dist/models/filing-rule-test-request.d.ts +14 -0
  222. package/dist/models/filing-rule-test-request.js +15 -0
  223. package/dist/models/filing-rule-test-result.d.ts +22 -0
  224. package/dist/models/filing-rule-test-result.js +15 -0
  225. package/dist/models/filing-rule-view.d.ts +30 -0
  226. package/dist/models/filing-rule-view.js +15 -0
  227. package/dist/models/filing.d.ts +24 -0
  228. package/dist/models/filing.js +15 -0
  229. package/dist/models/foreign-item.d.ts +19 -0
  230. package/dist/models/foreign-item.js +15 -0
  231. package/dist/models/index.d.ts +32 -0
  232. package/dist/models/index.js +32 -0
  233. package/dist/models/insight-facets.d.ts +16 -0
  234. package/dist/models/insight-facets.js +15 -0
  235. package/dist/models/insights.d.ts +21 -0
  236. package/dist/models/insights.js +15 -0
  237. package/dist/models/key-count.d.ts +15 -0
  238. package/dist/models/key-count.js +15 -0
  239. package/dist/models/save-ai-preferences-request.d.ts +1 -0
  240. package/dist/models/scan-request-dto.d.ts +3 -0
  241. package/dist/models/search-by-audit-log-request.d.ts +3 -0
  242. package/dist/models/search-by-audit-log-request.js +3 -0
  243. package/dist/models/settings.d.ts +1 -0
  244. package/dist/models/team-inbox-request.d.ts +24 -0
  245. package/dist/models/team-inbox-request.js +15 -0
  246. package/dist/models/team-inbox-view.d.ts +31 -0
  247. package/dist/models/team-inbox-view.js +15 -0
  248. package/dist/models/team-option-view.d.ts +25 -0
  249. package/dist/models/team-option-view.js +15 -0
  250. package/dist/models/untouched.d.ts +16 -0
  251. package/dist/models/untouched.js +15 -0
  252. package/docs/AIChatApi.md +4 -4
  253. package/docs/AIDirectoryApi.md +51 -0
  254. package/docs/AIFilingRulesApi.md +371 -0
  255. package/docs/AIGovernanceApi.md +104 -0
  256. package/docs/AITaxonomyApi.md +204 -0
  257. package/docs/AITeamInboxesApi.md +313 -0
  258. package/docs/AiAnalyticsAdminControllerApi.md +62 -0
  259. package/docs/AiAnalyticsView.md +32 -0
  260. package/docs/AiArchivingAdminControllerApi.md +365 -0
  261. package/docs/AiCloudUsageAdminControllerApi.md +52 -0
  262. package/docs/AiCloudUsageView.md +44 -0
  263. package/docs/AiGovernanceSettings.md +36 -0
  264. package/docs/AiPreferencesView.md +6 -0
  265. package/docs/AiTaxonomyCategory.md +30 -0
  266. package/docs/AiTaxonomyRenameRequest.md +24 -0
  267. package/docs/AiTaxonomyRenameResult.md +26 -0
  268. package/docs/AiTaxonomyView.md +22 -0
  269. package/docs/ArchiveControllerApi.md +276 -0
  270. package/docs/ArchivePreflight.md +29 -0
  271. package/docs/ArchivingProposalRequest.md +30 -0
  272. package/docs/ArchivingProposalResult.md +30 -0
  273. package/docs/ArchivingScheduleRequest.md +36 -0
  274. package/docs/ArchivingScheduleView.md +50 -0
  275. package/docs/AuditIntegrityStatusResponse.md +29 -0
  276. package/docs/AutoFileInboxRequest.md +20 -0
  277. package/docs/CollaborationAuditControllerApi.md +45 -0
  278. package/docs/ConsumeDelegatedGrantRequest.md +1 -1
  279. package/docs/Corrections.md +24 -0
  280. package/docs/CreateDelegatedGrantRequest.md +1 -1
  281. package/docs/DayCount.md +24 -0
  282. package/docs/DocumentControllerApi.md +52 -0
  283. package/docs/DocumentInsightsApi.md +46 -1
  284. package/docs/DocumentIntegrityRecord.md +33 -0
  285. package/docs/ESignApi.md +4 -4
  286. package/docs/ESignEnterpriseApi.md +4 -4
  287. package/docs/Facet.md +22 -0
  288. package/docs/Filing.md +32 -0
  289. package/docs/FilingRuleEventView.md +30 -0
  290. package/docs/FilingRuleRequest.md +44 -0
  291. package/docs/FilingRuleTestRequest.md +20 -0
  292. package/docs/FilingRuleTestResult.md +36 -0
  293. package/docs/FilingRuleView.md +52 -0
  294. package/docs/ForeignItem.md +25 -0
  295. package/docs/InsightFacets.md +22 -0
  296. package/docs/Insights.md +34 -0
  297. package/docs/KeyCount.md +22 -0
  298. package/docs/SaveAiPreferencesRequest.md +2 -0
  299. package/docs/ScanRequestDto.md +6 -0
  300. package/docs/Settings.md +2 -0
  301. package/docs/SettingsApi.md +5 -2
  302. package/docs/SmartFilingApi.md +53 -0
  303. package/docs/TeamInboxRequest.md +34 -0
  304. package/docs/TeamInboxView.md +54 -0
  305. package/docs/TeamOptionView.md +24 -0
  306. package/docs/Untouched.md +24 -0
  307. package/graphql/document-search.graphqls +4 -0
  308. package/graphql/document.graphqls +4 -0
  309. package/models/ai-analytics-view.ts +41 -0
  310. package/models/ai-cloud-usage-view.ts +42 -0
  311. package/models/ai-governance-settings.ts +28 -0
  312. package/models/ai-preferences-view.ts +3 -0
  313. package/models/ai-taxonomy-category.ts +25 -0
  314. package/models/ai-taxonomy-rename-request.ts +22 -0
  315. package/models/ai-taxonomy-rename-result.ts +23 -0
  316. package/models/ai-taxonomy-view.ts +24 -0
  317. package/models/archive-preflight.ts +48 -0
  318. package/models/archiving-proposal-request.ts +25 -0
  319. package/models/archiving-proposal-result.ts +25 -0
  320. package/models/archiving-schedule-request.ts +28 -0
  321. package/models/archiving-schedule-view.ts +35 -0
  322. package/models/audit-integrity-status-response.ts +45 -0
  323. package/models/auto-file-inbox-request.ts +20 -0
  324. package/models/consume-delegated-grant-request.ts +1 -1
  325. package/models/corrections.ts +22 -0
  326. package/models/create-delegated-grant-request.ts +2 -1
  327. package/models/day-count.ts +22 -0
  328. package/models/delegated-grant-dto.ts +1 -0
  329. package/models/document-integrity-record.ts +29 -0
  330. package/models/enriched-audit-log.ts +3 -0
  331. package/models/facet.ts +21 -0
  332. package/models/filing-rule-event-view.ts +25 -0
  333. package/models/filing-rule-request.ts +53 -0
  334. package/models/filing-rule-test-request.ts +20 -0
  335. package/models/filing-rule-test-result.ts +28 -0
  336. package/models/filing-rule-view.ts +36 -0
  337. package/models/filing.ts +32 -0
  338. package/models/foreign-item.ts +25 -0
  339. package/models/index.ts +32 -0
  340. package/models/insight-facets.ts +24 -0
  341. package/models/insights.ts +27 -0
  342. package/models/key-count.ts +21 -0
  343. package/models/save-ai-preferences-request.ts +1 -0
  344. package/models/scan-request-dto.ts +3 -0
  345. package/models/search-by-audit-log-request.ts +3 -0
  346. package/models/settings.ts +1 -0
  347. package/models/team-inbox-request.ts +30 -0
  348. package/models/team-inbox-view.ts +37 -0
  349. package/models/team-option-view.ts +31 -0
  350. package/models/untouched.ts +22 -0
  351. package/package.json +1 -1
@@ -11,6 +11,7 @@ All URIs are relative to *http://localhost:8081*
11
11
  |[**downloadMultipleDocumentsAsZip**](#downloadmultipledocumentsaszip) | **POST** /api/v1/documents/download-multiple | Download multiple documents as ZIP|
12
12
  |[**getDocumentAncestors**](#getdocumentancestors) | **GET** /api/v1/documents/{documentId}/ancestors | Get document ancestors|
13
13
  |[**getDocumentInfo**](#getdocumentinfo) | **GET** /api/v1/documents/{documentId}/info | Get information of a document|
14
+ |[**getDocumentIntegrity**](#getdocumentintegrity) | **GET** /api/v1/documents/{documentId}/integrity | Get a document\'s integrity ledger|
14
15
  |[**getDocumentMetadata**](#getdocumentmetadata) | **POST** /api/v1/documents/{documentId}/search/metadata | Search metadata of a document|
15
16
  |[**getDocumentPosition**](#getdocumentposition) | **GET** /api/v1/documents/{documentId}/position | Get document position in folder|
16
17
  |[**replaceDocumentContent**](#replacedocumentcontent) | **PUT** /api/v1/documents/{documentId}/replace-content | Replace document content|
@@ -384,6 +385,57 @@ const { status, data } = await apiInstance.getDocumentInfo(
384
385
  - **Accept**: */*
385
386
 
386
387
 
388
+ ### HTTP response details
389
+ | Status code | Description | Response headers |
390
+ |-------------|-------------|------------------|
391
+ |**200** | OK | - |
392
+
393
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
394
+
395
+ # **getDocumentIntegrity**
396
+ > Array<DocumentIntegrityRecord> getDocumentIntegrity()
397
+
398
+ Append-only history of what this document\'s content hashed to, newest first. Unlike the sha256 in metadata, these entries cannot be modified or deleted — a database trigger refuses UPDATE and DELETE on the table. Empty for documents uploaded before the ledger existed, or when openfilz.calculate-checksum is off.
399
+
400
+ ### Example
401
+
402
+ ```typescript
403
+ import {
404
+ DocumentControllerApi,
405
+ Configuration
406
+ } from '@openfilz-sdk/typescript-ee';
407
+
408
+ const configuration = new Configuration();
409
+ const apiInstance = new DocumentControllerApi(configuration);
410
+
411
+ let documentId: string; // (default to undefined)
412
+
413
+ const { status, data } = await apiInstance.getDocumentIntegrity(
414
+ documentId
415
+ );
416
+ ```
417
+
418
+ ### Parameters
419
+
420
+ |Name | Type | Description | Notes|
421
+ |------------- | ------------- | ------------- | -------------|
422
+ | **documentId** | [**string**] | | defaults to undefined|
423
+
424
+
425
+ ### Return type
426
+
427
+ **Array<DocumentIntegrityRecord>**
428
+
429
+ ### Authorization
430
+
431
+ [keycloak_auth](../README.md#keycloak_auth)
432
+
433
+ ### HTTP request headers
434
+
435
+ - **Content-Type**: Not defined
436
+ - **Accept**: */*
437
+
438
+
387
439
  ### HTTP response details
388
440
  | Status code | Description | Response headers |
389
441
  |-------------|-------------|------------------|
@@ -6,6 +6,7 @@ All URIs are relative to *http://localhost:8081*
6
6
  |------------- | ------------- | -------------|
7
7
  |[**backfill**](#backfill) | **POST** /api/v1/ai/insights/backfill | Enrich existing documents|
8
8
  |[**backfillStatus**](#backfillstatus) | **GET** /api/v1/ai/insights/backfill/{jobId} | Progress of a backfill job|
9
+ |[**facets**](#facets) | **GET** /api/v1/ai/insights/facets | The category and language facets of the library|
9
10
  |[**getInsights**](#getinsights) | **GET** /api/v1/documents/{documentId}/insights | Get the insights of a document|
10
11
  |[**setCategory**](#setcategory) | **PATCH** /api/v1/documents/{documentId}/insights | Correct the kind of a document|
11
12
 
@@ -104,6 +105,50 @@ const { status, data } = await apiInstance.backfillStatus(
104
105
  - **Accept**: application/json
105
106
 
106
107
 
108
+ ### HTTP response details
109
+ | Status code | Description | Response headers |
110
+ |-------------|-------------|------------------|
111
+ |**200** | OK | - |
112
+
113
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
114
+
115
+ # **facets**
116
+ > InsightFacets facets()
117
+
118
+ How many active files carry each tier-2 category and each detected language, from the document insights (largest first). The keys are what searchDocuments accepts in its \'category\' / \'language\' filters. 404 when the AI features are off (openfilz.ai.active); READER.
119
+
120
+ ### Example
121
+
122
+ ```typescript
123
+ import {
124
+ DocumentInsightsApi,
125
+ Configuration
126
+ } from '@openfilz-sdk/typescript-ee';
127
+
128
+ const configuration = new Configuration();
129
+ const apiInstance = new DocumentInsightsApi(configuration);
130
+
131
+ const { status, data } = await apiInstance.facets();
132
+ ```
133
+
134
+ ### Parameters
135
+ This endpoint does not have any parameters.
136
+
137
+
138
+ ### Return type
139
+
140
+ **InsightFacets**
141
+
142
+ ### Authorization
143
+
144
+ [keycloak_auth](../README.md#keycloak_auth)
145
+
146
+ ### HTTP request headers
147
+
148
+ - **Content-Type**: Not defined
149
+ - **Accept**: application/json
150
+
151
+
107
152
  ### HTTP response details
108
153
  | Status code | Description | Response headers |
109
154
  |-------------|-------------|------------------|
@@ -165,7 +210,7 @@ const { status, data } = await apiInstance.getInsights(
165
210
  # **setCategory**
166
211
  > DocumentInsightView setCategory(insightCategoryUpdate)
167
212
 
168
- Sets the tier-2 category to one of the deployment\'s categories (openfilz.ai.insights.categories, or \'other\'), recorded as written by the user: it is never overwritten by a non-forced backfill, it teaches the learned classifier, and the by-kind reorganisation and smart filing use it like a model\'s label. 400 for a kind the deployment does not know; 403 without modify access.
213
+ Sets the tier-2 category to one of the deployment\'s kinds (the category taxonomy: openfilz.ai.insights.categories, or \'other\'), recorded as written by the user: it is never overwritten by a non-forced backfill, it teaches the learned classifier, and the by-kind reorganisation and smart filing use it like a model\'s label. 400 for a kind the deployment does not know; 403 without modify access.
169
214
 
170
215
  ### Example
171
216
 
@@ -0,0 +1,33 @@
1
+ # DocumentIntegrityRecord
2
+
3
+ One entry of a document\'s append-only integrity ledger
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **documentId** | **string** | | [optional] [default to undefined]
10
+ **storagePath** | **string** | | [optional] [default to undefined]
11
+ **versionId** | **string** | | [optional] [default to undefined]
12
+ **algorithm** | **string** | | [optional] [default to undefined]
13
+ **hash** | **string** | | [optional] [default to undefined]
14
+ **recordedAt** | **string** | | [optional] [default to undefined]
15
+ **recordedBy** | **string** | | [optional] [default to undefined]
16
+
17
+ ## Example
18
+
19
+ ```typescript
20
+ import { DocumentIntegrityRecord } from '@openfilz-sdk/typescript-ee';
21
+
22
+ const instance: DocumentIntegrityRecord = {
23
+ documentId,
24
+ storagePath,
25
+ versionId,
26
+ algorithm,
27
+ hash,
28
+ recordedAt,
29
+ recordedBy,
30
+ };
31
+ ```
32
+
33
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
package/docs/ESignApi.md CHANGED
@@ -8,7 +8,7 @@ All URIs are relative to *http://localhost:8081*
8
8
  |[**cloudSubscription**](#cloudsubscription) | **GET** /api/v1/signatures/cloud-subscription | Cloud Signing subscription and month-to-date usage (openfilz-cloud seal provider only)|
9
9
  |[**create**](#create) | **POST** /api/v1/signatures | Create an envelope (sent immediately unless send&#x3D;false)|
10
10
  |[**events**](#events) | **GET** /api/v1/signatures/{id}/events | Audit trail of one of my envelopes|
11
- |[**get3**](#get3) | **GET** /api/v1/signatures/{id} | Get one of my envelopes (recipients + fields)|
11
+ |[**get8**](#get8) | **GET** /api/v1/signatures/{id} | Get one of my envelopes (recipients + fields)|
12
12
  |[**listSent**](#listsent) | **GET** /api/v1/signatures | List envelopes I sent for signature|
13
13
  |[**listToSign**](#listtosign) | **GET** /api/v1/signatures/to-sign | List envelopes waiting for my signature|
14
14
  |[**resend**](#resend) | **POST** /api/v1/signatures/{id}/recipients/{recipientId}/resend | Resend the signing link to a recipient (new token, previous one revoked)|
@@ -209,8 +209,8 @@ const { status, data } = await apiInstance.events(
209
209
 
210
210
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
211
211
 
212
- # **get3**
213
- > SignatureEnvelopeDTO get3()
212
+ # **get8**
213
+ > SignatureEnvelopeDTO get8()
214
214
 
215
215
 
216
216
  ### Example
@@ -226,7 +226,7 @@ const apiInstance = new ESignApi(configuration);
226
226
 
227
227
  let id: string; // (default to undefined)
228
228
 
229
- const { status, data } = await apiInstance.get3(
229
+ const { status, data } = await apiInstance.get8(
230
230
  id
231
231
  );
232
232
  ```
@@ -4,12 +4,12 @@ All URIs are relative to *http://localhost:8081*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
7
- |[**archive**](#archive) | **GET** /api/v1/signatures/{id}/archive | PDF/A-2b archive + veraPDF compliance for a completed envelope|
7
+ |[**archive1**](#archive1) | **GET** /api/v1/signatures/{id}/archive | PDF/A-2b archive + veraPDF compliance for a completed envelope|
8
8
  |[**bulk**](#bulk) | **POST** /api/v1/signatures/bulk | Create (and send) one envelope per row from a template|
9
9
  |[**embedUrl**](#embedurl) | **POST** /api/v1/signatures/{id}/recipients/{recipientId}/embed-url | Mint an embedded-signing URL for a recipient (rotates the token; no email is sent)|
10
10
 
11
- # **archive**
12
- > SignatureArchiveDTO archive()
11
+ # **archive1**
12
+ > SignatureArchiveDTO archive1()
13
13
 
14
14
 
15
15
  ### Example
@@ -25,7 +25,7 @@ const apiInstance = new ESignEnterpriseApi(configuration);
25
25
 
26
26
  let id: string; // (default to undefined)
27
27
 
28
- const { status, data } = await apiInstance.archive(
28
+ const { status, data } = await apiInstance.archive1(
29
29
  id
30
30
  );
31
31
  ```
package/docs/Facet.md ADDED
@@ -0,0 +1,22 @@
1
+ # Facet
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **key** | **string** | | [optional] [default to undefined]
9
+ **count** | **number** | | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { Facet } from '@openfilz-sdk/typescript-ee';
15
+
16
+ const instance: Facet = {
17
+ key,
18
+ count,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
package/docs/Filing.md ADDED
@@ -0,0 +1,32 @@
1
+ # Filing
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **filed** | **number** | | [optional] [default to undefined]
9
+ **skipped** | **number** | | [optional] [default to undefined]
10
+ **failed** | **number** | | [optional] [default to undefined]
11
+ **undone** | **number** | | [optional] [default to undefined]
12
+ **byStage** | **{ [key: string]: number; }** | | [optional] [default to undefined]
13
+ **skippedReasons** | [**Array&lt;KeyCount&gt;**](KeyCount.md) | | [optional] [default to undefined]
14
+ **last30Days** | [**Array&lt;DayCount&gt;**](DayCount.md) | | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { Filing } from '@openfilz-sdk/typescript-ee';
20
+
21
+ const instance: Filing = {
22
+ filed,
23
+ skipped,
24
+ failed,
25
+ undone,
26
+ byStage,
27
+ skippedReasons,
28
+ last30Days,
29
+ };
30
+ ```
31
+
32
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,30 @@
1
+ # FilingRuleEventView
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [optional] [default to undefined]
9
+ **ruleId** | **string** | | [optional] [default to undefined]
10
+ **documentId** | **string** | | [optional] [default to undefined]
11
+ **outcome** | **string** | | [optional] [default to undefined]
12
+ **reason** | **string** | | [optional] [default to undefined]
13
+ **createdAt** | **string** | | [optional] [default to undefined]
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import { FilingRuleEventView } from '@openfilz-sdk/typescript-ee';
19
+
20
+ const instance: FilingRuleEventView = {
21
+ id,
22
+ ruleId,
23
+ documentId,
24
+ outcome,
25
+ reason,
26
+ createdAt,
27
+ };
28
+ ```
29
+
30
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,44 @@
1
+ # FilingRuleRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **name** | **string** | | [default to undefined]
9
+ **priority** | **number** | Lower runs first (default 100) | [optional] [default to undefined]
10
+ **enabled** | **boolean** | | [optional] [default to undefined]
11
+ **dryRun** | **boolean** | Record what the rule would do without moving anything | [optional] [default to undefined]
12
+ **matchCategories** | **Array&lt;string&gt;** | Insight categories the document may have (null/empty &#x3D; any) | [optional] [default to undefined]
13
+ **matchEntityKey** | **string** | | [optional] [default to undefined]
14
+ **matchEntityPattern** | **string** | Regex (find semantics, case-insensitive) on the entity\&#39;s value | [optional] [default to undefined]
15
+ **matchUploaderTeamIds** | **Array&lt;string&gt;** | The uploader must belong to one of these teams (null/empty &#x3D; any) | [optional] [default to undefined]
16
+ **matchSource** | **string** | ANY | UPLOAD | SCAN | MIGRATION | [optional] [default to 'ANY']
17
+ **matchContentTypePattern** | **string** | Regex (find semantics, case-insensitive) on the MIME type | [optional] [default to undefined]
18
+ **destinationPath** | **string** | | [default to undefined]
19
+ **createFolders** | **boolean** | | [optional] [default to undefined]
20
+ **stopOnMatch** | **boolean** | | [optional] [default to undefined]
21
+
22
+ ## Example
23
+
24
+ ```typescript
25
+ import { FilingRuleRequest } from '@openfilz-sdk/typescript-ee';
26
+
27
+ const instance: FilingRuleRequest = {
28
+ name,
29
+ priority,
30
+ enabled,
31
+ dryRun,
32
+ matchCategories,
33
+ matchEntityKey,
34
+ matchEntityPattern,
35
+ matchUploaderTeamIds,
36
+ matchSource,
37
+ matchContentTypePattern,
38
+ destinationPath,
39
+ createFolders,
40
+ stopOnMatch,
41
+ };
42
+ ```
43
+
44
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,20 @@
1
+ # FilingRuleTestRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **documentId** | **string** | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { FilingRuleTestRequest } from '@openfilz-sdk/typescript-ee';
14
+
15
+ const instance: FilingRuleTestRequest = {
16
+ documentId,
17
+ };
18
+ ```
19
+
20
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,36 @@
1
+ # FilingRuleTestResult
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **ruleId** | **string** | | [optional] [default to undefined]
9
+ **documentId** | **string** | | [optional] [default to undefined]
10
+ **documentName** | **string** | | [optional] [default to undefined]
11
+ **outcome** | **string** | | [optional] [default to undefined]
12
+ **destinationPath** | **string** | | [optional] [default to undefined]
13
+ **createFolders** | **boolean** | | [optional] [default to undefined]
14
+ **reason** | **string** | | [optional] [default to undefined]
15
+ **category** | **string** | | [optional] [default to undefined]
16
+ **source** | **string** | | [optional] [default to undefined]
17
+
18
+ ## Example
19
+
20
+ ```typescript
21
+ import { FilingRuleTestResult } from '@openfilz-sdk/typescript-ee';
22
+
23
+ const instance: FilingRuleTestResult = {
24
+ ruleId,
25
+ documentId,
26
+ documentName,
27
+ outcome,
28
+ destinationPath,
29
+ createFolders,
30
+ reason,
31
+ category,
32
+ source,
33
+ };
34
+ ```
35
+
36
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,52 @@
1
+ # FilingRuleView
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [optional] [default to undefined]
9
+ **name** | **string** | | [optional] [default to undefined]
10
+ **priority** | **number** | | [optional] [default to undefined]
11
+ **enabled** | **boolean** | | [optional] [default to undefined]
12
+ **dryRun** | **boolean** | | [optional] [default to undefined]
13
+ **matchCategories** | **Array&lt;string&gt;** | | [optional] [default to undefined]
14
+ **matchEntityKey** | **string** | | [optional] [default to undefined]
15
+ **matchEntityPattern** | **string** | | [optional] [default to undefined]
16
+ **matchUploaderTeamIds** | **Array&lt;string&gt;** | | [optional] [default to undefined]
17
+ **matchSource** | **string** | | [optional] [default to undefined]
18
+ **matchContentTypePattern** | **string** | | [optional] [default to undefined]
19
+ **destinationPath** | **string** | | [optional] [default to undefined]
20
+ **createFolders** | **boolean** | | [optional] [default to undefined]
21
+ **stopOnMatch** | **boolean** | | [optional] [default to undefined]
22
+ **createdBy** | **string** | | [optional] [default to undefined]
23
+ **createdAt** | **string** | | [optional] [default to undefined]
24
+ **updatedAt** | **string** | | [optional] [default to undefined]
25
+
26
+ ## Example
27
+
28
+ ```typescript
29
+ import { FilingRuleView } from '@openfilz-sdk/typescript-ee';
30
+
31
+ const instance: FilingRuleView = {
32
+ id,
33
+ name,
34
+ priority,
35
+ enabled,
36
+ dryRun,
37
+ matchCategories,
38
+ matchEntityKey,
39
+ matchEntityPattern,
40
+ matchUploaderTeamIds,
41
+ matchSource,
42
+ matchContentTypePattern,
43
+ destinationPath,
44
+ createFolders,
45
+ stopOnMatch,
46
+ createdBy,
47
+ createdAt,
48
+ updatedAt,
49
+ };
50
+ ```
51
+
52
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,25 @@
1
+ # ForeignItem
2
+
3
+ A document that will NOT be archived, and whose owner is named so the user understands why it stays
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **documentId** | **string** | | [optional] [default to undefined]
10
+ **name** | **string** | | [optional] [default to undefined]
11
+ **ownerEmail** | **string** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { ForeignItem } from '@openfilz-sdk/typescript-ee';
17
+
18
+ const instance: ForeignItem = {
19
+ documentId,
20
+ name,
21
+ ownerEmail,
22
+ };
23
+ ```
24
+
25
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,22 @@
1
+ # InsightFacets
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **categories** | [**Array&lt;Facet&gt;**](Facet.md) | | [optional] [default to undefined]
9
+ **languages** | [**Array&lt;Facet&gt;**](Facet.md) | | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { InsightFacets } from '@openfilz-sdk/typescript-ee';
15
+
16
+ const instance: InsightFacets = {
17
+ categories,
18
+ languages,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,34 @@
1
+ # Insights
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **total** | **number** | | [optional] [default to undefined]
9
+ **tier1Only** | **number** | | [optional] [default to undefined]
10
+ **tier2** | **number** | | [optional] [default to undefined]
11
+ **pending** | **number** | | [optional] [default to undefined]
12
+ **failed** | **number** | | [optional] [default to undefined]
13
+ **skipped** | **number** | | [optional] [default to undefined]
14
+ **enrichedToday** | **number** | | [optional] [default to undefined]
15
+ **dailyLimit** | **number** | | [optional] [default to undefined]
16
+
17
+ ## Example
18
+
19
+ ```typescript
20
+ import { Insights } from '@openfilz-sdk/typescript-ee';
21
+
22
+ const instance: Insights = {
23
+ total,
24
+ tier1Only,
25
+ tier2,
26
+ pending,
27
+ failed,
28
+ skipped,
29
+ enrichedToday,
30
+ dailyLimit,
31
+ };
32
+ ```
33
+
34
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,22 @@
1
+ # KeyCount
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **key** | **string** | | [optional] [default to undefined]
9
+ **count** | **number** | | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { KeyCount } from '@openfilz-sdk/typescript-ee';
15
+
16
+ const instance: KeyCount = {
17
+ key,
18
+ count,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **autoFile** | **boolean** | | [optional] [default to undefined]
9
9
  **autoFileNewFolders** | **boolean** | | [optional] [default to undefined]
10
+ **inbox** | **boolean** | | [optional] [default to undefined]
10
11
 
11
12
  ## Example
12
13
 
@@ -16,6 +17,7 @@ import { SaveAiPreferencesRequest } from '@openfilz-sdk/typescript-ee';
16
17
  const instance: SaveAiPreferencesRequest = {
17
18
  autoFile,
18
19
  autoFileNewFolders,
20
+ inbox,
19
21
  };
20
22
  ```
21
23
 
@@ -11,6 +11,9 @@ Name | Type | Description | Notes
11
11
  **targetFolderPath** | **string** | | [optional] [default to undefined]
12
12
  **targetFolderId** | **string** | | [optional] [default to undefined]
13
13
  **pageSize** | **string** | | [optional] [default to undefined]
14
+ **inputSource** | **string** | | [optional] [default to undefined]
15
+ **autoFile** | **boolean** | | [optional] [default to undefined]
16
+ **category** | **string** | | [optional] [default to undefined]
14
17
 
15
18
  ## Example
16
19
 
@@ -24,6 +27,9 @@ const instance: ScanRequestDto = {
24
27
  targetFolderPath,
25
28
  targetFolderId,
26
29
  pageSize,
30
+ inputSource,
31
+ autoFile,
32
+ category,
27
33
  };
28
34
  ```
29
35
 
package/docs/Settings.md CHANGED
@@ -13,6 +13,7 @@ Name | Type | Description | Notes
13
13
  **thumbnailsActive** | **boolean** | | [optional] [default to undefined]
14
14
  **aiActive** | **boolean** | | [optional] [default to undefined]
15
15
  **aiChatActive** | **boolean** | | [optional] [default to undefined]
16
+ **aiChatUnavailableReason** | **string** | | [optional] [default to undefined]
16
17
  **aiUserSettingsEnabled** | **boolean** | | [optional] [default to undefined]
17
18
  **aiInsightsActive** | **boolean** | | [optional] [default to undefined]
18
19
  **aiInsightsCategories** | **Array&lt;string&gt;** | | [optional] [default to undefined]
@@ -47,6 +48,7 @@ const instance: Settings = {
47
48
  thumbnailsActive,
48
49
  aiActive,
49
50
  aiChatActive,
51
+ aiChatUnavailableReason,
50
52
  aiUserSettingsEnabled,
51
53
  aiInsightsActive,
52
54
  aiInsightsCategories,
@@ -144,7 +144,7 @@ This endpoint does not have any parameters.
144
144
  # **save**
145
145
  > AiPreferencesView save(saveAiPreferencesRequest)
146
146
 
147
- A null field leaves the current value unchanged.
147
+ A null field leaves the current value unchanged. inbox=true creates the caller\'s Inbox folder at their root on demand (named from Accept-Language, else the deployment\'s default language); inbox=false forgets it without deleting the folder. 400 when the Inbox is not offered.
148
148
 
149
149
  ### Example
150
150
 
@@ -159,9 +159,11 @@ const configuration = new Configuration();
159
159
  const apiInstance = new SettingsApi(configuration);
160
160
 
161
161
  let saveAiPreferencesRequest: SaveAiPreferencesRequest; //
162
+ let acceptLanguage: string; // (optional) (default to undefined)
162
163
 
163
164
  const { status, data } = await apiInstance.save(
164
- saveAiPreferencesRequest
165
+ saveAiPreferencesRequest,
166
+ acceptLanguage
165
167
  );
166
168
  ```
167
169
 
@@ -170,6 +172,7 @@ const { status, data } = await apiInstance.save(
170
172
  |Name | Type | Description | Notes|
171
173
  |------------- | ------------- | ------------- | -------------|
172
174
  | **saveAiPreferencesRequest** | **SaveAiPreferencesRequest**| | |
175
+ | **acceptLanguage** | [**string**] | | (optional) defaults to undefined|
173
176
 
174
177
 
175
178
  ### Return type