@openfilz-sdk/typescript-ee 1.9.10 → 1.10.0

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 (357) hide show
  1. package/.openapi-generator/FILES +84 -0
  2. package/.openapi-generator/openfilz-api-generate-typescript-sdk.sha256 +1 -1
  3. package/README.md +77 -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 +148 -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 +66 -0
  55. package/dist/api/smart-filing-api.js +138 -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 +66 -0
  91. package/dist/esm/api/smart-filing-api.js +138 -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/auto-file-jobs-request.d.ts +14 -0
  124. package/dist/esm/models/auto-file-jobs-request.js +14 -0
  125. package/dist/esm/models/consume-delegated-grant-request.d.ts +1 -1
  126. package/dist/esm/models/corrections.d.ts +16 -0
  127. package/dist/esm/models/corrections.js +14 -0
  128. package/dist/esm/models/create-delegated-grant-request.d.ts +2 -1
  129. package/dist/esm/models/create-delegated-grant-request.js +1 -0
  130. package/dist/esm/models/day-count.d.ts +16 -0
  131. package/dist/esm/models/day-count.js +14 -0
  132. package/dist/esm/models/delegated-grant-dto.d.ts +1 -0
  133. package/dist/esm/models/delegated-grant-dto.js +1 -0
  134. package/dist/esm/models/document-integrity-record.d.ts +23 -0
  135. package/dist/esm/models/document-integrity-record.js +14 -0
  136. package/dist/esm/models/enriched-audit-log.d.ts +3 -0
  137. package/dist/esm/models/enriched-audit-log.js +3 -0
  138. package/dist/esm/models/facet.d.ts +15 -0
  139. package/dist/esm/models/facet.js +14 -0
  140. package/dist/esm/models/filing-rule-event-view.d.ts +19 -0
  141. package/dist/esm/models/filing-rule-event-view.js +14 -0
  142. package/dist/esm/models/filing-rule-request.d.ts +47 -0
  143. package/dist/esm/models/filing-rule-request.js +14 -0
  144. package/dist/esm/models/filing-rule-test-request.d.ts +14 -0
  145. package/dist/esm/models/filing-rule-test-request.js +14 -0
  146. package/dist/esm/models/filing-rule-test-result.d.ts +22 -0
  147. package/dist/esm/models/filing-rule-test-result.js +14 -0
  148. package/dist/esm/models/filing-rule-view.d.ts +30 -0
  149. package/dist/esm/models/filing-rule-view.js +14 -0
  150. package/dist/esm/models/filing.d.ts +24 -0
  151. package/dist/esm/models/filing.js +14 -0
  152. package/dist/esm/models/foreign-item.d.ts +19 -0
  153. package/dist/esm/models/foreign-item.js +14 -0
  154. package/dist/esm/models/index.d.ts +33 -0
  155. package/dist/esm/models/index.js +33 -0
  156. package/dist/esm/models/insight-facets.d.ts +16 -0
  157. package/dist/esm/models/insight-facets.js +14 -0
  158. package/dist/esm/models/insights.d.ts +21 -0
  159. package/dist/esm/models/insights.js +14 -0
  160. package/dist/esm/models/key-count.d.ts +15 -0
  161. package/dist/esm/models/key-count.js +14 -0
  162. package/dist/esm/models/save-ai-preferences-request.d.ts +1 -0
  163. package/dist/esm/models/scan-request-dto.d.ts +3 -0
  164. package/dist/esm/models/search-by-audit-log-request.d.ts +3 -0
  165. package/dist/esm/models/search-by-audit-log-request.js +3 -0
  166. package/dist/esm/models/settings.d.ts +1 -0
  167. package/dist/esm/models/team-inbox-request.d.ts +24 -0
  168. package/dist/esm/models/team-inbox-request.js +14 -0
  169. package/dist/esm/models/team-inbox-view.d.ts +31 -0
  170. package/dist/esm/models/team-inbox-view.js +14 -0
  171. package/dist/esm/models/team-option-view.d.ts +25 -0
  172. package/dist/esm/models/team-option-view.js +14 -0
  173. package/dist/esm/models/untouched.d.ts +16 -0
  174. package/dist/esm/models/untouched.js +14 -0
  175. package/dist/models/ai-analytics-view.d.ts +25 -0
  176. package/dist/models/ai-analytics-view.js +15 -0
  177. package/dist/models/ai-cloud-usage-view.d.ts +33 -0
  178. package/dist/models/ai-cloud-usage-view.js +22 -0
  179. package/dist/models/ai-governance-settings.d.ts +22 -0
  180. package/dist/models/ai-governance-settings.js +15 -0
  181. package/dist/models/ai-preferences-view.d.ts +3 -0
  182. package/dist/models/ai-taxonomy-category.d.ts +19 -0
  183. package/dist/models/ai-taxonomy-category.js +15 -0
  184. package/dist/models/ai-taxonomy-rename-request.d.ts +16 -0
  185. package/dist/models/ai-taxonomy-rename-request.js +15 -0
  186. package/dist/models/ai-taxonomy-rename-result.d.ts +17 -0
  187. package/dist/models/ai-taxonomy-rename-result.js +15 -0
  188. package/dist/models/ai-taxonomy-view.d.ts +16 -0
  189. package/dist/models/ai-taxonomy-view.js +15 -0
  190. package/dist/models/archive-preflight.d.ts +38 -0
  191. package/dist/models/archive-preflight.js +15 -0
  192. package/dist/models/archiving-proposal-request.d.ts +19 -0
  193. package/dist/models/archiving-proposal-request.js +15 -0
  194. package/dist/models/archiving-proposal-result.d.ts +19 -0
  195. package/dist/models/archiving-proposal-result.js +15 -0
  196. package/dist/models/archiving-schedule-request.d.ts +22 -0
  197. package/dist/models/archiving-schedule-request.js +15 -0
  198. package/dist/models/archiving-schedule-view.d.ts +29 -0
  199. package/dist/models/archiving-schedule-view.js +15 -0
  200. package/dist/models/audit-integrity-status-response.d.ts +37 -0
  201. package/dist/models/audit-integrity-status-response.js +15 -0
  202. package/dist/models/auto-file-inbox-request.d.ts +14 -0
  203. package/dist/models/auto-file-inbox-request.js +15 -0
  204. package/dist/models/auto-file-jobs-request.d.ts +14 -0
  205. package/dist/models/auto-file-jobs-request.js +15 -0
  206. package/dist/models/consume-delegated-grant-request.d.ts +1 -1
  207. package/dist/models/corrections.d.ts +16 -0
  208. package/dist/models/corrections.js +15 -0
  209. package/dist/models/create-delegated-grant-request.d.ts +2 -1
  210. package/dist/models/create-delegated-grant-request.js +1 -0
  211. package/dist/models/day-count.d.ts +16 -0
  212. package/dist/models/day-count.js +15 -0
  213. package/dist/models/delegated-grant-dto.d.ts +1 -0
  214. package/dist/models/delegated-grant-dto.js +1 -0
  215. package/dist/models/document-integrity-record.d.ts +23 -0
  216. package/dist/models/document-integrity-record.js +15 -0
  217. package/dist/models/enriched-audit-log.d.ts +3 -0
  218. package/dist/models/enriched-audit-log.js +3 -0
  219. package/dist/models/facet.d.ts +15 -0
  220. package/dist/models/facet.js +15 -0
  221. package/dist/models/filing-rule-event-view.d.ts +19 -0
  222. package/dist/models/filing-rule-event-view.js +15 -0
  223. package/dist/models/filing-rule-request.d.ts +47 -0
  224. package/dist/models/filing-rule-request.js +15 -0
  225. package/dist/models/filing-rule-test-request.d.ts +14 -0
  226. package/dist/models/filing-rule-test-request.js +15 -0
  227. package/dist/models/filing-rule-test-result.d.ts +22 -0
  228. package/dist/models/filing-rule-test-result.js +15 -0
  229. package/dist/models/filing-rule-view.d.ts +30 -0
  230. package/dist/models/filing-rule-view.js +15 -0
  231. package/dist/models/filing.d.ts +24 -0
  232. package/dist/models/filing.js +15 -0
  233. package/dist/models/foreign-item.d.ts +19 -0
  234. package/dist/models/foreign-item.js +15 -0
  235. package/dist/models/index.d.ts +33 -0
  236. package/dist/models/index.js +33 -0
  237. package/dist/models/insight-facets.d.ts +16 -0
  238. package/dist/models/insight-facets.js +15 -0
  239. package/dist/models/insights.d.ts +21 -0
  240. package/dist/models/insights.js +15 -0
  241. package/dist/models/key-count.d.ts +15 -0
  242. package/dist/models/key-count.js +15 -0
  243. package/dist/models/save-ai-preferences-request.d.ts +1 -0
  244. package/dist/models/scan-request-dto.d.ts +3 -0
  245. package/dist/models/search-by-audit-log-request.d.ts +3 -0
  246. package/dist/models/search-by-audit-log-request.js +3 -0
  247. package/dist/models/settings.d.ts +1 -0
  248. package/dist/models/team-inbox-request.d.ts +24 -0
  249. package/dist/models/team-inbox-request.js +15 -0
  250. package/dist/models/team-inbox-view.d.ts +31 -0
  251. package/dist/models/team-inbox-view.js +15 -0
  252. package/dist/models/team-option-view.d.ts +25 -0
  253. package/dist/models/team-option-view.js +15 -0
  254. package/dist/models/untouched.d.ts +16 -0
  255. package/dist/models/untouched.js +15 -0
  256. package/docs/AIChatApi.md +4 -4
  257. package/docs/AIDirectoryApi.md +51 -0
  258. package/docs/AIFilingRulesApi.md +371 -0
  259. package/docs/AIGovernanceApi.md +104 -0
  260. package/docs/AITaxonomyApi.md +204 -0
  261. package/docs/AITeamInboxesApi.md +313 -0
  262. package/docs/AiAnalyticsAdminControllerApi.md +62 -0
  263. package/docs/AiAnalyticsView.md +32 -0
  264. package/docs/AiArchivingAdminControllerApi.md +365 -0
  265. package/docs/AiCloudUsageAdminControllerApi.md +52 -0
  266. package/docs/AiCloudUsageView.md +44 -0
  267. package/docs/AiGovernanceSettings.md +36 -0
  268. package/docs/AiPreferencesView.md +6 -0
  269. package/docs/AiTaxonomyCategory.md +30 -0
  270. package/docs/AiTaxonomyRenameRequest.md +24 -0
  271. package/docs/AiTaxonomyRenameResult.md +26 -0
  272. package/docs/AiTaxonomyView.md +22 -0
  273. package/docs/ArchiveControllerApi.md +276 -0
  274. package/docs/ArchivePreflight.md +29 -0
  275. package/docs/ArchivingProposalRequest.md +30 -0
  276. package/docs/ArchivingProposalResult.md +30 -0
  277. package/docs/ArchivingScheduleRequest.md +36 -0
  278. package/docs/ArchivingScheduleView.md +50 -0
  279. package/docs/AuditIntegrityStatusResponse.md +29 -0
  280. package/docs/AutoFileInboxRequest.md +20 -0
  281. package/docs/AutoFileJobsRequest.md +20 -0
  282. package/docs/CollaborationAuditControllerApi.md +45 -0
  283. package/docs/ConsumeDelegatedGrantRequest.md +1 -1
  284. package/docs/Corrections.md +24 -0
  285. package/docs/CreateDelegatedGrantRequest.md +1 -1
  286. package/docs/DayCount.md +24 -0
  287. package/docs/DocumentControllerApi.md +52 -0
  288. package/docs/DocumentInsightsApi.md +46 -1
  289. package/docs/DocumentIntegrityRecord.md +33 -0
  290. package/docs/ESignApi.md +4 -4
  291. package/docs/ESignEnterpriseApi.md +4 -4
  292. package/docs/Facet.md +22 -0
  293. package/docs/Filing.md +32 -0
  294. package/docs/FilingRuleEventView.md +30 -0
  295. package/docs/FilingRuleRequest.md +44 -0
  296. package/docs/FilingRuleTestRequest.md +20 -0
  297. package/docs/FilingRuleTestResult.md +36 -0
  298. package/docs/FilingRuleView.md +52 -0
  299. package/docs/ForeignItem.md +25 -0
  300. package/docs/InsightFacets.md +22 -0
  301. package/docs/Insights.md +34 -0
  302. package/docs/KeyCount.md +22 -0
  303. package/docs/SaveAiPreferencesRequest.md +2 -0
  304. package/docs/ScanRequestDto.md +6 -0
  305. package/docs/Settings.md +2 -0
  306. package/docs/SettingsApi.md +5 -2
  307. package/docs/SmartFilingApi.md +106 -0
  308. package/docs/TeamInboxRequest.md +34 -0
  309. package/docs/TeamInboxView.md +54 -0
  310. package/docs/TeamOptionView.md +24 -0
  311. package/docs/Untouched.md +24 -0
  312. package/graphql/document-search.graphqls +4 -0
  313. package/graphql/document.graphqls +4 -0
  314. package/models/ai-analytics-view.ts +41 -0
  315. package/models/ai-cloud-usage-view.ts +42 -0
  316. package/models/ai-governance-settings.ts +28 -0
  317. package/models/ai-preferences-view.ts +3 -0
  318. package/models/ai-taxonomy-category.ts +25 -0
  319. package/models/ai-taxonomy-rename-request.ts +22 -0
  320. package/models/ai-taxonomy-rename-result.ts +23 -0
  321. package/models/ai-taxonomy-view.ts +24 -0
  322. package/models/archive-preflight.ts +48 -0
  323. package/models/archiving-proposal-request.ts +25 -0
  324. package/models/archiving-proposal-result.ts +25 -0
  325. package/models/archiving-schedule-request.ts +28 -0
  326. package/models/archiving-schedule-view.ts +35 -0
  327. package/models/audit-integrity-status-response.ts +45 -0
  328. package/models/auto-file-inbox-request.ts +20 -0
  329. package/models/auto-file-jobs-request.ts +20 -0
  330. package/models/consume-delegated-grant-request.ts +1 -1
  331. package/models/corrections.ts +22 -0
  332. package/models/create-delegated-grant-request.ts +2 -1
  333. package/models/day-count.ts +22 -0
  334. package/models/delegated-grant-dto.ts +1 -0
  335. package/models/document-integrity-record.ts +29 -0
  336. package/models/enriched-audit-log.ts +3 -0
  337. package/models/facet.ts +21 -0
  338. package/models/filing-rule-event-view.ts +25 -0
  339. package/models/filing-rule-request.ts +53 -0
  340. package/models/filing-rule-test-request.ts +20 -0
  341. package/models/filing-rule-test-result.ts +28 -0
  342. package/models/filing-rule-view.ts +36 -0
  343. package/models/filing.ts +32 -0
  344. package/models/foreign-item.ts +25 -0
  345. package/models/index.ts +33 -0
  346. package/models/insight-facets.ts +24 -0
  347. package/models/insights.ts +27 -0
  348. package/models/key-count.ts +21 -0
  349. package/models/save-ai-preferences-request.ts +1 -0
  350. package/models/scan-request-dto.ts +3 -0
  351. package/models/search-by-audit-log-request.ts +3 -0
  352. package/models/settings.ts +1 -0
  353. package/models/team-inbox-request.ts +30 -0
  354. package/models/team-inbox-view.ts +37 -0
  355. package/models/team-option-view.ts +31 -0
  356. package/models/untouched.ts +22 -0
  357. package/package.json +1 -1
@@ -0,0 +1,371 @@
1
+ # AIFilingRulesApi
2
+
3
+ All URIs are relative to *http://localhost:8081*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**create3**](#create3) | **POST** /api/v1/admin/ai/filing-rules | Create a filing rule|
8
+ |[**delete2**](#delete2) | **DELETE** /api/v1/admin/ai/filing-rules/{id} | Delete a filing rule (its events go with it)|
9
+ |[**events1**](#events1) | **GET** /api/v1/admin/ai/filing-rules/{id}/events | What the rule did lately (MATCHED / DRY_RUN / SKIPPED), newest first|
10
+ |[**get6**](#get6) | **GET** /api/v1/admin/ai/filing-rules/{id} | One filing rule|
11
+ |[**list3**](#list3) | **GET** /api/v1/admin/ai/filing-rules | List the filing rules, by priority|
12
+ |[**test**](#test) | **POST** /api/v1/admin/ai/filing-rules/{id}/test | Dry evaluation of the rule against an existing document|
13
+ |[**update3**](#update3) | **PUT** /api/v1/admin/ai/filing-rules/{id} | Replace a filing rule|
14
+
15
+ # **create3**
16
+ > FilingRuleView create3(filingRuleRequest)
17
+
18
+ destinationPath is absolute from the library root and may use {year}, {month}, {category}, {entity:<key>}, {uploader}, {team}. Null match fields mean \"any\". Takes effect on the next filing.
19
+
20
+ ### Example
21
+
22
+ ```typescript
23
+ import {
24
+ AIFilingRulesApi,
25
+ Configuration,
26
+ FilingRuleRequest
27
+ } from '@openfilz-sdk/typescript-ee';
28
+
29
+ const configuration = new Configuration();
30
+ const apiInstance = new AIFilingRulesApi(configuration);
31
+
32
+ let filingRuleRequest: FilingRuleRequest; //
33
+
34
+ const { status, data } = await apiInstance.create3(
35
+ filingRuleRequest
36
+ );
37
+ ```
38
+
39
+ ### Parameters
40
+
41
+ |Name | Type | Description | Notes|
42
+ |------------- | ------------- | ------------- | -------------|
43
+ | **filingRuleRequest** | **FilingRuleRequest**| | |
44
+
45
+
46
+ ### Return type
47
+
48
+ **FilingRuleView**
49
+
50
+ ### Authorization
51
+
52
+ [keycloak_auth](../README.md#keycloak_auth)
53
+
54
+ ### HTTP request headers
55
+
56
+ - **Content-Type**: application/json
57
+ - **Accept**: */*
58
+
59
+
60
+ ### HTTP response details
61
+ | Status code | Description | Response headers |
62
+ |-------------|-------------|------------------|
63
+ |**201** | Created | - |
64
+
65
+ [[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)
66
+
67
+ # **delete2**
68
+ > delete2()
69
+
70
+
71
+ ### Example
72
+
73
+ ```typescript
74
+ import {
75
+ AIFilingRulesApi,
76
+ Configuration
77
+ } from '@openfilz-sdk/typescript-ee';
78
+
79
+ const configuration = new Configuration();
80
+ const apiInstance = new AIFilingRulesApi(configuration);
81
+
82
+ let id: string; // (default to undefined)
83
+
84
+ const { status, data } = await apiInstance.delete2(
85
+ id
86
+ );
87
+ ```
88
+
89
+ ### Parameters
90
+
91
+ |Name | Type | Description | Notes|
92
+ |------------- | ------------- | ------------- | -------------|
93
+ | **id** | [**string**] | | defaults to undefined|
94
+
95
+
96
+ ### Return type
97
+
98
+ void (empty response body)
99
+
100
+ ### Authorization
101
+
102
+ [keycloak_auth](../README.md#keycloak_auth)
103
+
104
+ ### HTTP request headers
105
+
106
+ - **Content-Type**: Not defined
107
+ - **Accept**: Not defined
108
+
109
+
110
+ ### HTTP response details
111
+ | Status code | Description | Response headers |
112
+ |-------------|-------------|------------------|
113
+ |**204** | No Content | - |
114
+
115
+ [[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)
116
+
117
+ # **events1**
118
+ > Array<FilingRuleEventView> events1()
119
+
120
+
121
+ ### Example
122
+
123
+ ```typescript
124
+ import {
125
+ AIFilingRulesApi,
126
+ Configuration
127
+ } from '@openfilz-sdk/typescript-ee';
128
+
129
+ const configuration = new Configuration();
130
+ const apiInstance = new AIFilingRulesApi(configuration);
131
+
132
+ let id: string; // (default to undefined)
133
+ let limit: number; // (optional) (default to undefined)
134
+
135
+ const { status, data } = await apiInstance.events1(
136
+ id,
137
+ limit
138
+ );
139
+ ```
140
+
141
+ ### Parameters
142
+
143
+ |Name | Type | Description | Notes|
144
+ |------------- | ------------- | ------------- | -------------|
145
+ | **id** | [**string**] | | defaults to undefined|
146
+ | **limit** | [**number**] | | (optional) defaults to undefined|
147
+
148
+
149
+ ### Return type
150
+
151
+ **Array<FilingRuleEventView>**
152
+
153
+ ### Authorization
154
+
155
+ [keycloak_auth](../README.md#keycloak_auth)
156
+
157
+ ### HTTP request headers
158
+
159
+ - **Content-Type**: Not defined
160
+ - **Accept**: */*
161
+
162
+
163
+ ### HTTP response details
164
+ | Status code | Description | Response headers |
165
+ |-------------|-------------|------------------|
166
+ |**200** | OK | - |
167
+
168
+ [[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)
169
+
170
+ # **get6**
171
+ > FilingRuleView get6()
172
+
173
+
174
+ ### Example
175
+
176
+ ```typescript
177
+ import {
178
+ AIFilingRulesApi,
179
+ Configuration
180
+ } from '@openfilz-sdk/typescript-ee';
181
+
182
+ const configuration = new Configuration();
183
+ const apiInstance = new AIFilingRulesApi(configuration);
184
+
185
+ let id: string; // (default to undefined)
186
+
187
+ const { status, data } = await apiInstance.get6(
188
+ id
189
+ );
190
+ ```
191
+
192
+ ### Parameters
193
+
194
+ |Name | Type | Description | Notes|
195
+ |------------- | ------------- | ------------- | -------------|
196
+ | **id** | [**string**] | | defaults to undefined|
197
+
198
+
199
+ ### Return type
200
+
201
+ **FilingRuleView**
202
+
203
+ ### Authorization
204
+
205
+ [keycloak_auth](../README.md#keycloak_auth)
206
+
207
+ ### HTTP request headers
208
+
209
+ - **Content-Type**: Not defined
210
+ - **Accept**: */*
211
+
212
+
213
+ ### HTTP response details
214
+ | Status code | Description | Response headers |
215
+ |-------------|-------------|------------------|
216
+ |**200** | OK | - |
217
+
218
+ [[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)
219
+
220
+ # **list3**
221
+ > Array<FilingRuleView> list3()
222
+
223
+
224
+ ### Example
225
+
226
+ ```typescript
227
+ import {
228
+ AIFilingRulesApi,
229
+ Configuration
230
+ } from '@openfilz-sdk/typescript-ee';
231
+
232
+ const configuration = new Configuration();
233
+ const apiInstance = new AIFilingRulesApi(configuration);
234
+
235
+ const { status, data } = await apiInstance.list3();
236
+ ```
237
+
238
+ ### Parameters
239
+ This endpoint does not have any parameters.
240
+
241
+
242
+ ### Return type
243
+
244
+ **Array<FilingRuleView>**
245
+
246
+ ### Authorization
247
+
248
+ [keycloak_auth](../README.md#keycloak_auth)
249
+
250
+ ### HTTP request headers
251
+
252
+ - **Content-Type**: Not defined
253
+ - **Accept**: */*
254
+
255
+
256
+ ### HTTP response details
257
+ | Status code | Description | Response headers |
258
+ |-------------|-------------|------------------|
259
+ |**200** | OK | - |
260
+
261
+ [[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)
262
+
263
+ # **test**
264
+ > FilingRuleTestResult test(filingRuleTestRequest)
265
+
266
+ What the rule would do for the document as the engine sees it today (current insight, metadata, uploader = the document\'s creator). Nothing moves and no event is recorded. Outcomes: MATCHED, DRY_RUN, SKIPPED, NO_MATCH, DISABLED.
267
+
268
+ ### Example
269
+
270
+ ```typescript
271
+ import {
272
+ AIFilingRulesApi,
273
+ Configuration,
274
+ FilingRuleTestRequest
275
+ } from '@openfilz-sdk/typescript-ee';
276
+
277
+ const configuration = new Configuration();
278
+ const apiInstance = new AIFilingRulesApi(configuration);
279
+
280
+ let id: string; // (default to undefined)
281
+ let filingRuleTestRequest: FilingRuleTestRequest; //
282
+
283
+ const { status, data } = await apiInstance.test(
284
+ id,
285
+ filingRuleTestRequest
286
+ );
287
+ ```
288
+
289
+ ### Parameters
290
+
291
+ |Name | Type | Description | Notes|
292
+ |------------- | ------------- | ------------- | -------------|
293
+ | **filingRuleTestRequest** | **FilingRuleTestRequest**| | |
294
+ | **id** | [**string**] | | defaults to undefined|
295
+
296
+
297
+ ### Return type
298
+
299
+ **FilingRuleTestResult**
300
+
301
+ ### Authorization
302
+
303
+ [keycloak_auth](../README.md#keycloak_auth)
304
+
305
+ ### HTTP request headers
306
+
307
+ - **Content-Type**: application/json
308
+ - **Accept**: */*
309
+
310
+
311
+ ### HTTP response details
312
+ | Status code | Description | Response headers |
313
+ |-------------|-------------|------------------|
314
+ |**200** | OK | - |
315
+
316
+ [[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)
317
+
318
+ # **update3**
319
+ > FilingRuleView update3(filingRuleRequest)
320
+
321
+
322
+ ### Example
323
+
324
+ ```typescript
325
+ import {
326
+ AIFilingRulesApi,
327
+ Configuration,
328
+ FilingRuleRequest
329
+ } from '@openfilz-sdk/typescript-ee';
330
+
331
+ const configuration = new Configuration();
332
+ const apiInstance = new AIFilingRulesApi(configuration);
333
+
334
+ let id: string; // (default to undefined)
335
+ let filingRuleRequest: FilingRuleRequest; //
336
+
337
+ const { status, data } = await apiInstance.update3(
338
+ id,
339
+ filingRuleRequest
340
+ );
341
+ ```
342
+
343
+ ### Parameters
344
+
345
+ |Name | Type | Description | Notes|
346
+ |------------- | ------------- | ------------- | -------------|
347
+ | **filingRuleRequest** | **FilingRuleRequest**| | |
348
+ | **id** | [**string**] | | defaults to undefined|
349
+
350
+
351
+ ### Return type
352
+
353
+ **FilingRuleView**
354
+
355
+ ### Authorization
356
+
357
+ [keycloak_auth](../README.md#keycloak_auth)
358
+
359
+ ### HTTP request headers
360
+
361
+ - **Content-Type**: application/json
362
+ - **Accept**: */*
363
+
364
+
365
+ ### HTTP response details
366
+ | Status code | Description | Response headers |
367
+ |-------------|-------------|------------------|
368
+ |**200** | OK | - |
369
+
370
+ [[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)
371
+
@@ -0,0 +1,104 @@
1
+ # AIGovernanceApi
2
+
3
+ All URIs are relative to *http://localhost:8081*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**get5**](#get5) | **GET** /api/v1/admin/ai/governance | The AI governance settings in force|
8
+ |[**put1**](#put1) | **PUT** /api/v1/admin/ai/governance | Replace the AI governance settings|
9
+
10
+ # **get5**
11
+ > AiGovernanceSettings get5()
12
+
13
+
14
+ ### Example
15
+
16
+ ```typescript
17
+ import {
18
+ AIGovernanceApi,
19
+ Configuration
20
+ } from '@openfilz-sdk/typescript-ee';
21
+
22
+ const configuration = new Configuration();
23
+ const apiInstance = new AIGovernanceApi(configuration);
24
+
25
+ const { status, data } = await apiInstance.get5();
26
+ ```
27
+
28
+ ### Parameters
29
+ This endpoint does not have any parameters.
30
+
31
+
32
+ ### Return type
33
+
34
+ **AiGovernanceSettings**
35
+
36
+ ### Authorization
37
+
38
+ [keycloak_auth](../README.md#keycloak_auth)
39
+
40
+ ### HTTP request headers
41
+
42
+ - **Content-Type**: Not defined
43
+ - **Accept**: */*
44
+
45
+
46
+ ### HTTP response details
47
+ | Status code | Description | Response headers |
48
+ |-------------|-------------|------------------|
49
+ |**200** | OK | - |
50
+
51
+ [[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)
52
+
53
+ # **put1**
54
+ > AiGovernanceSettings put1(aiGovernanceSettings)
55
+
56
+ Full replace. blockedCategories must be kinds of the taxonomy (400 otherwise); insightRetentionDays null keeps insights forever. Takes effect within 30 seconds on every node.
57
+
58
+ ### Example
59
+
60
+ ```typescript
61
+ import {
62
+ AIGovernanceApi,
63
+ Configuration,
64
+ AiGovernanceSettings
65
+ } from '@openfilz-sdk/typescript-ee';
66
+
67
+ const configuration = new Configuration();
68
+ const apiInstance = new AIGovernanceApi(configuration);
69
+
70
+ let aiGovernanceSettings: AiGovernanceSettings; //
71
+
72
+ const { status, data } = await apiInstance.put1(
73
+ aiGovernanceSettings
74
+ );
75
+ ```
76
+
77
+ ### Parameters
78
+
79
+ |Name | Type | Description | Notes|
80
+ |------------- | ------------- | ------------- | -------------|
81
+ | **aiGovernanceSettings** | **AiGovernanceSettings**| | |
82
+
83
+
84
+ ### Return type
85
+
86
+ **AiGovernanceSettings**
87
+
88
+ ### Authorization
89
+
90
+ [keycloak_auth](../README.md#keycloak_auth)
91
+
92
+ ### HTTP request headers
93
+
94
+ - **Content-Type**: application/json
95
+ - **Accept**: */*
96
+
97
+
98
+ ### HTTP response details
99
+ | Status code | Description | Response headers |
100
+ |-------------|-------------|------------------|
101
+ |**200** | OK | - |
102
+
103
+ [[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)
104
+
@@ -0,0 +1,204 @@
1
+ # AITaxonomyApi
2
+
3
+ All URIs are relative to *http://localhost:8081*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**get4**](#get4) | **GET** /api/v1/admin/ai/taxonomy | The taxonomy and where it comes from|
8
+ |[**put**](#put) | **PUT** /api/v1/admin/ai/taxonomy | Replace the whole taxonomy|
9
+ |[**rename**](#rename) | **POST** /api/v1/admin/ai/taxonomy/{key}/rename | Rename a kind|
10
+ |[**reset**](#reset) | **POST** /api/v1/admin/ai/taxonomy/reset | Delete every managed kind: the properties list rules again|
11
+
12
+ # **get4**
13
+ > AiTaxonomyView get4()
14
+
15
+ source PROPERTIES: the table is empty and openfilz.ai.insights.categories rules (the rows shown are that list); source DATABASE: the managed rows rule. \'other\' is never a row — it is always appended.
16
+
17
+ ### Example
18
+
19
+ ```typescript
20
+ import {
21
+ AITaxonomyApi,
22
+ Configuration
23
+ } from '@openfilz-sdk/typescript-ee';
24
+
25
+ const configuration = new Configuration();
26
+ const apiInstance = new AITaxonomyApi(configuration);
27
+
28
+ const { status, data } = await apiInstance.get4();
29
+ ```
30
+
31
+ ### Parameters
32
+ This endpoint does not have any parameters.
33
+
34
+
35
+ ### Return type
36
+
37
+ **AiTaxonomyView**
38
+
39
+ ### Authorization
40
+
41
+ [keycloak_auth](../README.md#keycloak_auth)
42
+
43
+ ### HTTP request headers
44
+
45
+ - **Content-Type**: Not defined
46
+ - **Accept**: */*
47
+
48
+
49
+ ### HTTP response details
50
+ | Status code | Description | Response headers |
51
+ |-------------|-------------|------------------|
52
+ |**200** | OK | - |
53
+
54
+ [[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)
55
+
56
+ # **put**
57
+ > AiTaxonomyView put(aiTaxonomyCategory)
58
+
59
+ Keys are normalised (lower case, hyphens), duplicates and \'other\' refused/dropped, positions follow the list order. An empty list is refused (400): use POST /reset to return to the properties.
60
+
61
+ ### Example
62
+
63
+ ```typescript
64
+ import {
65
+ AITaxonomyApi,
66
+ Configuration
67
+ } from '@openfilz-sdk/typescript-ee';
68
+
69
+ const configuration = new Configuration();
70
+ const apiInstance = new AITaxonomyApi(configuration);
71
+
72
+ let aiTaxonomyCategory: Array<AiTaxonomyCategory>; //
73
+
74
+ const { status, data } = await apiInstance.put(
75
+ aiTaxonomyCategory
76
+ );
77
+ ```
78
+
79
+ ### Parameters
80
+
81
+ |Name | Type | Description | Notes|
82
+ |------------- | ------------- | ------------- | -------------|
83
+ | **aiTaxonomyCategory** | **Array<AiTaxonomyCategory>**| | |
84
+
85
+
86
+ ### Return type
87
+
88
+ **AiTaxonomyView**
89
+
90
+ ### Authorization
91
+
92
+ [keycloak_auth](../README.md#keycloak_auth)
93
+
94
+ ### HTTP request headers
95
+
96
+ - **Content-Type**: application/json
97
+ - **Accept**: */*
98
+
99
+
100
+ ### HTTP response details
101
+ | Status code | Description | Response headers |
102
+ |-------------|-------------|------------------|
103
+ |**200** | OK | - |
104
+
105
+ [[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)
106
+
107
+ # **rename**
108
+ > AiTaxonomyRenameResult rename(aiTaxonomyRenameRequest)
109
+
110
+ relabel: rewrite every stored insight carrying the old key (and the search index mirror). backfill: start a forced insights backfill and return its job id — under the enterprise ownership rule it covers the documents the calling admin owns.
111
+
112
+ ### Example
113
+
114
+ ```typescript
115
+ import {
116
+ AITaxonomyApi,
117
+ Configuration,
118
+ AiTaxonomyRenameRequest
119
+ } from '@openfilz-sdk/typescript-ee';
120
+
121
+ const configuration = new Configuration();
122
+ const apiInstance = new AITaxonomyApi(configuration);
123
+
124
+ let key: string; // (default to undefined)
125
+ let aiTaxonomyRenameRequest: AiTaxonomyRenameRequest; //
126
+
127
+ const { status, data } = await apiInstance.rename(
128
+ key,
129
+ aiTaxonomyRenameRequest
130
+ );
131
+ ```
132
+
133
+ ### Parameters
134
+
135
+ |Name | Type | Description | Notes|
136
+ |------------- | ------------- | ------------- | -------------|
137
+ | **aiTaxonomyRenameRequest** | **AiTaxonomyRenameRequest**| | |
138
+ | **key** | [**string**] | | defaults to undefined|
139
+
140
+
141
+ ### Return type
142
+
143
+ **AiTaxonomyRenameResult**
144
+
145
+ ### Authorization
146
+
147
+ [keycloak_auth](../README.md#keycloak_auth)
148
+
149
+ ### HTTP request headers
150
+
151
+ - **Content-Type**: application/json
152
+ - **Accept**: */*
153
+
154
+
155
+ ### HTTP response details
156
+ | Status code | Description | Response headers |
157
+ |-------------|-------------|------------------|
158
+ |**200** | OK | - |
159
+
160
+ [[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)
161
+
162
+ # **reset**
163
+ > AiTaxonomyView reset()
164
+
165
+
166
+ ### Example
167
+
168
+ ```typescript
169
+ import {
170
+ AITaxonomyApi,
171
+ Configuration
172
+ } from '@openfilz-sdk/typescript-ee';
173
+
174
+ const configuration = new Configuration();
175
+ const apiInstance = new AITaxonomyApi(configuration);
176
+
177
+ const { status, data } = await apiInstance.reset();
178
+ ```
179
+
180
+ ### Parameters
181
+ This endpoint does not have any parameters.
182
+
183
+
184
+ ### Return type
185
+
186
+ **AiTaxonomyView**
187
+
188
+ ### Authorization
189
+
190
+ [keycloak_auth](../README.md#keycloak_auth)
191
+
192
+ ### HTTP request headers
193
+
194
+ - **Content-Type**: Not defined
195
+ - **Accept**: */*
196
+
197
+
198
+ ### HTTP response details
199
+ | Status code | Description | Response headers |
200
+ |-------------|-------------|------------------|
201
+ |**200** | OK | - |
202
+
203
+ [[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)
204
+