@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,276 @@
1
+ # ArchiveControllerApi
2
+
3
+ All URIs are relative to *http://localhost:8081*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**archive**](#archive) | **POST** /api/v1/archive/documents/{documentId} | Archive a document|
8
+ |[**archiveFolder**](#archivefolder) | **POST** /api/v1/archive/folders/{folderId} | Archive the caller\'s own files in a folder subtree|
9
+ |[**preflight**](#preflight) | **GET** /api/v1/archive/preflight/{documentId} | What archiving this would actually do|
10
+ |[**reassignOwner**](#reassignowner) | **PUT** /api/v1/archive/documents/{documentId}/owner | Hand custody of an archived document to another user|
11
+ |[**restore**](#restore) | **POST** /api/v1/archive/documents/{archiveDocumentId}/restore | Restore an archived document into this instance|
12
+
13
+ # **archive**
14
+ > { [key: string]: any; } archive()
15
+
16
+ Copy to the archive, verify the fingerprint it recorded, then PERMANENTLY delete the source — even when soft delete is enabled, because a recycle-bin restore would resurrect a document that also lives in the archive. Owner only. Once this succeeds there is nothing to undo in this instance: recovery means restoring from the archive.
17
+
18
+ ### Example
19
+
20
+ ```typescript
21
+ import {
22
+ ArchiveControllerApi,
23
+ Configuration
24
+ } from '@openfilz-sdk/typescript-ee';
25
+
26
+ const configuration = new Configuration();
27
+ const apiInstance = new ArchiveControllerApi(configuration);
28
+
29
+ let documentId: string; // (default to undefined)
30
+ let onBehalfOf: string; // (optional) (default to undefined)
31
+
32
+ const { status, data } = await apiInstance.archive(
33
+ documentId,
34
+ onBehalfOf
35
+ );
36
+ ```
37
+
38
+ ### Parameters
39
+
40
+ |Name | Type | Description | Notes|
41
+ |------------- | ------------- | ------------- | -------------|
42
+ | **documentId** | [**string**] | | defaults to undefined|
43
+ | **onBehalfOf** | [**string**] | | (optional) defaults to undefined|
44
+
45
+
46
+ ### Return type
47
+
48
+ **{ [key: string]: any; }**
49
+
50
+ ### Authorization
51
+
52
+ [keycloak_auth](../README.md#keycloak_auth)
53
+
54
+ ### HTTP request headers
55
+
56
+ - **Content-Type**: Not defined
57
+ - **Accept**: */*
58
+
59
+
60
+ ### HTTP response details
61
+ | Status code | Description | Response headers |
62
+ |-------------|-------------|------------------|
63
+ |**200** | OK | - |
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
+ # **archiveFolder**
68
+ > { [key: string]: any; } archiveFolder()
69
+
70
+ Partial by design: files owned by other people stay where they are, because only an owner may archive. Run the pre-flight first — it names what will be left behind and who owns it. Sequential, so a failure part-way leaves a state a human can read: what moved is in the archive, the rest is untouched here.
71
+
72
+ ### Example
73
+
74
+ ```typescript
75
+ import {
76
+ ArchiveControllerApi,
77
+ Configuration
78
+ } from '@openfilz-sdk/typescript-ee';
79
+
80
+ const configuration = new Configuration();
81
+ const apiInstance = new ArchiveControllerApi(configuration);
82
+
83
+ let folderId: string; // (default to undefined)
84
+
85
+ const { status, data } = await apiInstance.archiveFolder(
86
+ folderId
87
+ );
88
+ ```
89
+
90
+ ### Parameters
91
+
92
+ |Name | Type | Description | Notes|
93
+ |------------- | ------------- | ------------- | -------------|
94
+ | **folderId** | [**string**] | | defaults to undefined|
95
+
96
+
97
+ ### Return type
98
+
99
+ **{ [key: string]: any; }**
100
+
101
+ ### Authorization
102
+
103
+ [keycloak_auth](../README.md#keycloak_auth)
104
+
105
+ ### HTTP request headers
106
+
107
+ - **Content-Type**: Not defined
108
+ - **Accept**: */*
109
+
110
+
111
+ ### HTTP response details
112
+ | Status code | Description | Response headers |
113
+ |-------------|-------------|------------------|
114
+ |**200** | OK | - |
115
+
116
+ [[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)
117
+
118
+ # **preflight**
119
+ > ArchivePreflight preflight()
120
+
121
+ Computed before anything happens (§7.1): what will be archived, what stays behind because the caller does not own it (with the owners named), who loses a share, and how many comments the cascade destroys. Archiving hard-deletes the source even where soft delete is on, so this is a required step of the flow rather than a courtesy.
122
+
123
+ ### Example
124
+
125
+ ```typescript
126
+ import {
127
+ ArchiveControllerApi,
128
+ Configuration
129
+ } from '@openfilz-sdk/typescript-ee';
130
+
131
+ const configuration = new Configuration();
132
+ const apiInstance = new ArchiveControllerApi(configuration);
133
+
134
+ let documentId: string; // (default to undefined)
135
+
136
+ const { status, data } = await apiInstance.preflight(
137
+ documentId
138
+ );
139
+ ```
140
+
141
+ ### Parameters
142
+
143
+ |Name | Type | Description | Notes|
144
+ |------------- | ------------- | ------------- | -------------|
145
+ | **documentId** | [**string**] | | defaults to undefined|
146
+
147
+
148
+ ### Return type
149
+
150
+ **ArchivePreflight**
151
+
152
+ ### Authorization
153
+
154
+ [keycloak_auth](../README.md#keycloak_auth)
155
+
156
+ ### HTTP request headers
157
+
158
+ - **Content-Type**: Not defined
159
+ - **Accept**: */*
160
+
161
+
162
+ ### HTTP response details
163
+ | Status code | Description | Response headers |
164
+ |-------------|-------------|------------------|
165
+ |**200** | OK | - |
166
+
167
+ [[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)
168
+
169
+ # **reassignOwner**
170
+ > { [key: string]: any; } reassignOwner(requestBody)
171
+
172
+ ADMIN only. Changes who may retrieve the document and nothing else: content, metadata, the deposit record and the integrity ledger stay frozen. Audited as ARCHIVE_OWNER_REASSIGNED. Refused when the deployment has disabled reassignment — 403 on a WORM instance, 404 elsewhere.
173
+
174
+ ### Example
175
+
176
+ ```typescript
177
+ import {
178
+ ArchiveControllerApi,
179
+ Configuration
180
+ } from '@openfilz-sdk/typescript-ee';
181
+
182
+ const configuration = new Configuration();
183
+ const apiInstance = new ArchiveControllerApi(configuration);
184
+
185
+ let documentId: string; // (default to undefined)
186
+ let requestBody: { [key: string]: string; }; //
187
+
188
+ const { status, data } = await apiInstance.reassignOwner(
189
+ documentId,
190
+ requestBody
191
+ );
192
+ ```
193
+
194
+ ### Parameters
195
+
196
+ |Name | Type | Description | Notes|
197
+ |------------- | ------------- | ------------- | -------------|
198
+ | **requestBody** | **{ [key: string]: string; }**| | |
199
+ | **documentId** | [**string**] | | defaults to undefined|
200
+
201
+
202
+ ### Return type
203
+
204
+ **{ [key: string]: any; }**
205
+
206
+ ### Authorization
207
+
208
+ [keycloak_auth](../README.md#keycloak_auth)
209
+
210
+ ### HTTP request headers
211
+
212
+ - **Content-Type**: application/json
213
+ - **Accept**: */*
214
+
215
+
216
+ ### HTTP response details
217
+ | Status code | Description | Response headers |
218
+ |-------------|-------------|------------------|
219
+ |**200** | OK | - |
220
+
221
+ [[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)
222
+
223
+ # **restore**
224
+ > { [key: string]: any; } restore()
225
+
226
+ Needs ARCHIVIST and CONTRIBUTOR. The archived original is untouched — a restore is a copy, never a move. The new document goes through the ordinary upload pipeline, so audit, checksum, indexing and antivirus all apply.
227
+
228
+ ### Example
229
+
230
+ ```typescript
231
+ import {
232
+ ArchiveControllerApi,
233
+ Configuration
234
+ } from '@openfilz-sdk/typescript-ee';
235
+
236
+ const configuration = new Configuration();
237
+ const apiInstance = new ArchiveControllerApi(configuration);
238
+
239
+ let archiveDocumentId: string; // (default to undefined)
240
+ let targetFolderId: string; // (optional) (default to undefined)
241
+
242
+ const { status, data } = await apiInstance.restore(
243
+ archiveDocumentId,
244
+ targetFolderId
245
+ );
246
+ ```
247
+
248
+ ### Parameters
249
+
250
+ |Name | Type | Description | Notes|
251
+ |------------- | ------------- | ------------- | -------------|
252
+ | **archiveDocumentId** | [**string**] | | defaults to undefined|
253
+ | **targetFolderId** | [**string**] | | (optional) defaults to undefined|
254
+
255
+
256
+ ### Return type
257
+
258
+ **{ [key: string]: any; }**
259
+
260
+ ### Authorization
261
+
262
+ [keycloak_auth](../README.md#keycloak_auth)
263
+
264
+ ### HTTP request headers
265
+
266
+ - **Content-Type**: Not defined
267
+ - **Accept**: */*
268
+
269
+
270
+ ### HTTP response details
271
+ | Status code | Description | Response headers |
272
+ |-------------|-------------|------------------|
273
+ |**200** | OK | - |
274
+
275
+ [[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)
276
+
@@ -0,0 +1,29 @@
1
+ # ArchivePreflight
2
+
3
+ Consequences of archiving, computed before the user confirms
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **willBeArchived** | [**Array<Item>**](Item.md) | What will actually be archived — owned by the caller | [optional] [default to undefined]
10
+ **leftBehind** | [**Array<ForeignItem>**](ForeignItem.md) | Left behind because the caller does not own them. Only the owner may archive a document, so a folder is archived partially rather than refused: an owner should not be blocked by co-workers\' files in the same tree. | [optional] [default to undefined]
11
+ **shareRecipientsLosingAccess** | **Array<string>** | People who lose access. Archiving revokes every share — a share is a live-collaboration ACL and means nothing in a store only the owner reads. | [optional] [default to undefined]
12
+ **commentsDestroyed** | **number** | Number of comments that will be DESTROYED in the live instance (doc_comment is ON DELETE CASCADE). They survive only as the read-only transcript inside the deposit record. | [optional] [default to undefined]
13
+ **irreversibleFromLive** | **boolean** | Always true. Stated explicitly because with soft delete enabled users have learned that a delete is recoverable from the recycle bin. Here it is not. | [optional] [default to undefined]
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import { ArchivePreflight } from '@openfilz-sdk/typescript-ee';
19
+
20
+ const instance: ArchivePreflight = {
21
+ willBeArchived,
22
+ leftBehind,
23
+ shareRecipientsLosingAccess,
24
+ commentsDestroyed,
25
+ irreversibleFromLive,
26
+ };
27
+ ```
28
+
29
+ [[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
+ # ArchivingProposalRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **rootFolderId** | **string** | | [optional] [default to undefined]
9
+ **untouchedMonths** | **number** | | [optional] [default to undefined]
10
+ **targetTemplate** | **string** | | [optional] [default to undefined]
11
+ **legalHoldMetadataKey** | **string** | | [optional] [default to undefined]
12
+ **maxDocuments** | **number** | | [optional] [default to undefined]
13
+ **ownerEmail** | **string** | | [optional] [default to undefined]
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import { ArchivingProposalRequest } from '@openfilz-sdk/typescript-ee';
19
+
20
+ const instance: ArchivingProposalRequest = {
21
+ rootFolderId,
22
+ untouchedMonths,
23
+ targetTemplate,
24
+ legalHoldMetadataKey,
25
+ maxDocuments,
26
+ ownerEmail,
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,30 @@
1
+ # ArchivingProposalResult
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **planId** | **string** | | [optional] [default to undefined]
9
+ **documents** | **number** | | [optional] [default to undefined]
10
+ **candidates** | **number** | | [optional] [default to undefined]
11
+ **blocked** | **number** | | [optional] [default to undefined]
12
+ **rationale** | **string** | | [optional] [default to undefined]
13
+ **ownerEmail** | **string** | | [optional] [default to undefined]
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import { ArchivingProposalResult } from '@openfilz-sdk/typescript-ee';
19
+
20
+ const instance: ArchivingProposalResult = {
21
+ planId,
22
+ documents,
23
+ candidates,
24
+ blocked,
25
+ rationale,
26
+ ownerEmail,
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,36 @@
1
+ # ArchivingScheduleRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **name** | **string** | | [optional] [default to undefined]
9
+ **rootFolderId** | **string** | | [optional] [default to undefined]
10
+ **untouchedMonths** | **number** | | [optional] [default to undefined]
11
+ **targetTemplate** | **string** | | [optional] [default to undefined]
12
+ **legalHoldMetadataKey** | **string** | | [optional] [default to undefined]
13
+ **maxDocuments** | **number** | | [optional] [default to undefined]
14
+ **cron** | **string** | | [optional] [default to undefined]
15
+ **ownerEmail** | **string** | | [optional] [default to undefined]
16
+ **enabled** | **boolean** | | [optional] [default to undefined]
17
+
18
+ ## Example
19
+
20
+ ```typescript
21
+ import { ArchivingScheduleRequest } from '@openfilz-sdk/typescript-ee';
22
+
23
+ const instance: ArchivingScheduleRequest = {
24
+ name,
25
+ rootFolderId,
26
+ untouchedMonths,
27
+ targetTemplate,
28
+ legalHoldMetadataKey,
29
+ maxDocuments,
30
+ cron,
31
+ ownerEmail,
32
+ enabled,
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,50 @@
1
+ # ArchivingScheduleView
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
+ **rootFolderId** | **string** | | [optional] [default to undefined]
11
+ **untouchedMonths** | **number** | | [optional] [default to undefined]
12
+ **targetTemplate** | **string** | | [optional] [default to undefined]
13
+ **legalHoldMetadataKey** | **string** | | [optional] [default to undefined]
14
+ **maxDocuments** | **number** | | [optional] [default to undefined]
15
+ **cron** | **string** | | [optional] [default to undefined]
16
+ **ownerEmail** | **string** | | [optional] [default to undefined]
17
+ **enabled** | **boolean** | | [optional] [default to undefined]
18
+ **lastRunAt** | **string** | | [optional] [default to undefined]
19
+ **lastPlanId** | **string** | | [optional] [default to undefined]
20
+ **lastOutcome** | **string** | | [optional] [default to undefined]
21
+ **createdBy** | **string** | | [optional] [default to undefined]
22
+ **createdAt** | **string** | | [optional] [default to undefined]
23
+ **updatedAt** | **string** | | [optional] [default to undefined]
24
+
25
+ ## Example
26
+
27
+ ```typescript
28
+ import { ArchivingScheduleView } from '@openfilz-sdk/typescript-ee';
29
+
30
+ const instance: ArchivingScheduleView = {
31
+ id,
32
+ name,
33
+ rootFolderId,
34
+ untouchedMonths,
35
+ targetTemplate,
36
+ legalHoldMetadataKey,
37
+ maxDocuments,
38
+ cron,
39
+ ownerEmail,
40
+ enabled,
41
+ lastRunAt,
42
+ lastPlanId,
43
+ lastOutcome,
44
+ createdBy,
45
+ createdAt,
46
+ updatedAt,
47
+ };
48
+ ```
49
+
50
+ [[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,29 @@
1
+ # AuditIntegrityStatusResponse
2
+
3
+ Last known result of the scheduled audit chain verification on this instance
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **chainBroken** | **boolean** | true when the last scheduled pass reported a broken chain | [optional] [default to undefined]
10
+ **verified** | **boolean** | false until the first scheduled verification has completed on this instance, or when the last one could not run. Not verified is not the same as valid. | [optional] [default to undefined]
11
+ **lastResult** | [**AuditVerificationResult**](AuditVerificationResult.md) | Verdict of the last completed scheduled verification, if any | [optional] [default to undefined]
12
+ **lastFailureMessage** | **string** | Why the last scheduled verification could not run, if it failed | [optional] [default to undefined]
13
+ **lastFailureAt** | **string** | When the last scheduled verification failed to run, if it did | [optional] [default to undefined]
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import { AuditIntegrityStatusResponse } from '@openfilz-sdk/typescript-ee';
19
+
20
+ const instance: AuditIntegrityStatusResponse = {
21
+ chainBroken,
22
+ verified,
23
+ lastResult,
24
+ lastFailureMessage,
25
+ lastFailureAt,
26
+ };
27
+ ```
28
+
29
+ [[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
+ # AutoFileInboxRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **allowNewFolders** | **boolean** | | [optional] [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { AutoFileInboxRequest } from '@openfilz-sdk/typescript-ee';
14
+
15
+ const instance: AutoFileInboxRequest = {
16
+ allowNewFolders,
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,20 @@
1
+ # AutoFileJobsRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **jobIds** | **Array<string>** | | [optional] [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { AutoFileJobsRequest } from '@openfilz-sdk/typescript-ee';
14
+
15
+ const instance: AutoFileJobsRequest = {
16
+ jobIds,
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)
@@ -4,10 +4,55 @@ All URIs are relative to *http://localhost:8081*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
7
+ |[**auditIntegrityStatus**](#auditintegritystatus) | **GET** /api/v1/audit/verify/status | Last scheduled audit chain verification|
7
8
  |[**getAuditTrail**](#getaudittrail) | **GET** /api/v1/audit/{id} | Get audit trail for a resource (enriched with actor azp)|
8
9
  |[**searchAuditTrail**](#searchaudittrail) | **POST** /api/v1/audit/search | Search audit trail (enriched with actor azp)|
9
10
  |[**verifyChain**](#verifychain) | **GET** /api/v1/audit/verify | Verify audit chain integrity|
10
11
 
12
+ # **auditIntegrityStatus**
13
+ > AuditIntegrityStatusResponse auditIntegrityStatus()
14
+
15
+ Returns the cached verdict of the last scheduled verification on this instance, without re-walking the chain. Poll this for monitoring; call /verify for an authoritative, on-demand answer. `verified=false` means the chain has not been checked yet on this instance — it does not mean the chain is valid.
16
+
17
+ ### Example
18
+
19
+ ```typescript
20
+ import {
21
+ CollaborationAuditControllerApi,
22
+ Configuration
23
+ } from '@openfilz-sdk/typescript-ee';
24
+
25
+ const configuration = new Configuration();
26
+ const apiInstance = new CollaborationAuditControllerApi(configuration);
27
+
28
+ const { status, data } = await apiInstance.auditIntegrityStatus();
29
+ ```
30
+
31
+ ### Parameters
32
+ This endpoint does not have any parameters.
33
+
34
+
35
+ ### Return type
36
+
37
+ **AuditIntegrityStatusResponse**
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
+
11
56
  # **getAuditTrail**
12
57
  > Array<EnrichedAuditLog> getAuditTrail()
13
58
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **subscriptionId** | **string** | | [default to undefined]
8
+ **subscriptionId** | **string** | | [optional] [default to undefined]
9
9
  **folderId** | **string** | | [optional] [default to undefined]
10
10
 
11
11
  ## Example
@@ -0,0 +1,24 @@
1
+ # Corrections
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **undo** | **number** | | [optional] [default to undefined]
9
+ **manualMove** | **number** | | [optional] [default to undefined]
10
+ **accuracy** | **number** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { Corrections } from '@openfilz-sdk/typescript-ee';
16
+
17
+ const instance: Corrections = {
18
+ undo,
19
+ manualMove,
20
+ accuracy,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
8
8
  **grantor** | **string** | | [default to undefined]
9
9
  **purpose** | **string** | | [default to undefined]
10
10
  **note** | **string** | | [optional] [default to undefined]
11
- **targetUrl** | **string** | | [default to undefined]
11
+ **targetUrl** | **string** | | [optional] [default to undefined]
12
12
 
13
13
  ## Example
14
14
 
@@ -0,0 +1,24 @@
1
+ # DayCount
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **day** | **string** | | [optional] [default to undefined]
9
+ **filed** | **number** | | [optional] [default to undefined]
10
+ **skipped** | **number** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { DayCount } from '@openfilz-sdk/typescript-ee';
16
+
17
+ const instance: DayCount = {
18
+ day,
19
+ filed,
20
+ skipped,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)