@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.
- package/.openapi-generator/FILES +84 -0
- package/.openapi-generator/openfilz-api-generate-typescript-sdk.sha256 +1 -1
- package/README.md +77 -5
- package/api/ai-analytics-admin-controller-api.ts +137 -0
- package/api/ai-archiving-admin-controller-api.ts +568 -0
- package/api/ai-cloud-usage-admin-controller-api.ts +121 -0
- package/api/aichat-api.ts +9 -9
- package/api/aidirectory-api.ts +121 -0
- package/api/aifiling-rules-api.ts +585 -0
- package/api/aigovernance-api.ts +194 -0
- package/api/aitaxonomy-api.ts +345 -0
- package/api/aiteam-inboxes-api.ts +491 -0
- package/api/archive-controller-api.ts +440 -0
- package/api/collaboration-audit-controller-api.ts +67 -0
- package/api/document-controller-api.ts +74 -0
- package/api/document-insights-api.ts +71 -4
- package/api/esign-api.ts +9 -9
- package/api/esign-enterprise-api.ts +9 -9
- package/api/settings-api.ts +18 -11
- package/api/smart-filing-api.ts +148 -0
- package/api.ts +9 -0
- package/dist/api/ai-analytics-admin-controller-api.d.ts +71 -0
- package/dist/api/ai-analytics-admin-controller-api.js +139 -0
- package/dist/api/ai-archiving-admin-controller-api.d.ts +262 -0
- package/dist/api/ai-archiving-admin-controller-api.js +548 -0
- package/dist/api/ai-cloud-usage-admin-controller-api.d.ts +63 -0
- package/dist/api/ai-cloud-usage-admin-controller-api.js +125 -0
- package/dist/api/aichat-api.d.ts +4 -4
- package/dist/api/aichat-api.js +9 -9
- package/dist/api/aidirectory-api.d.ts +63 -0
- package/dist/api/aidirectory-api.js +125 -0
- package/dist/api/aifiling-rules-api.d.ts +271 -0
- package/dist/api/aifiling-rules-api.js +562 -0
- package/dist/api/aigovernance-api.d.ts +95 -0
- package/dist/api/aigovernance-api.js +195 -0
- package/dist/api/aitaxonomy-api.d.ts +162 -0
- package/dist/api/aitaxonomy-api.js +334 -0
- package/dist/api/aiteam-inboxes-api.d.ts +228 -0
- package/dist/api/aiteam-inboxes-api.js +478 -0
- package/dist/api/archive-controller-api.d.ts +239 -0
- package/dist/api/archive-controller-api.js +430 -0
- package/dist/api/collaboration-audit-controller-api.d.ts +29 -0
- package/dist/api/collaboration-audit-controller-api.js +62 -0
- package/dist/api/document-controller-api.d.ts +33 -0
- package/dist/api/document-controller-api.js +69 -0
- package/dist/api/document-insights-api.d.ts +33 -4
- package/dist/api/document-insights-api.js +66 -4
- package/dist/api/esign-api.d.ts +4 -4
- package/dist/api/esign-api.js +9 -9
- package/dist/api/esign-enterprise-api.d.ts +4 -4
- package/dist/api/esign-enterprise-api.js +9 -9
- package/dist/api/settings-api.d.ts +12 -8
- package/dist/api/settings-api.js +18 -11
- package/dist/api/smart-filing-api.d.ts +66 -0
- package/dist/api/smart-filing-api.js +138 -0
- package/dist/api.d.ts +9 -0
- package/dist/api.js +9 -0
- package/dist/esm/api/ai-analytics-admin-controller-api.d.ts +71 -0
- package/dist/esm/api/ai-analytics-admin-controller-api.js +132 -0
- package/dist/esm/api/ai-archiving-admin-controller-api.d.ts +262 -0
- package/dist/esm/api/ai-archiving-admin-controller-api.js +541 -0
- package/dist/esm/api/ai-cloud-usage-admin-controller-api.d.ts +63 -0
- package/dist/esm/api/ai-cloud-usage-admin-controller-api.js +118 -0
- package/dist/esm/api/aichat-api.d.ts +4 -4
- package/dist/esm/api/aichat-api.js +9 -9
- package/dist/esm/api/aidirectory-api.d.ts +63 -0
- package/dist/esm/api/aidirectory-api.js +118 -0
- package/dist/esm/api/aifiling-rules-api.d.ts +271 -0
- package/dist/esm/api/aifiling-rules-api.js +555 -0
- package/dist/esm/api/aigovernance-api.d.ts +95 -0
- package/dist/esm/api/aigovernance-api.js +188 -0
- package/dist/esm/api/aitaxonomy-api.d.ts +162 -0
- package/dist/esm/api/aitaxonomy-api.js +327 -0
- package/dist/esm/api/aiteam-inboxes-api.d.ts +228 -0
- package/dist/esm/api/aiteam-inboxes-api.js +471 -0
- package/dist/esm/api/archive-controller-api.d.ts +239 -0
- package/dist/esm/api/archive-controller-api.js +423 -0
- package/dist/esm/api/collaboration-audit-controller-api.d.ts +29 -0
- package/dist/esm/api/collaboration-audit-controller-api.js +62 -0
- package/dist/esm/api/document-controller-api.d.ts +33 -0
- package/dist/esm/api/document-controller-api.js +69 -0
- package/dist/esm/api/document-insights-api.d.ts +33 -4
- package/dist/esm/api/document-insights-api.js +66 -4
- package/dist/esm/api/esign-api.d.ts +4 -4
- package/dist/esm/api/esign-api.js +9 -9
- package/dist/esm/api/esign-enterprise-api.d.ts +4 -4
- package/dist/esm/api/esign-enterprise-api.js +9 -9
- package/dist/esm/api/settings-api.d.ts +12 -8
- package/dist/esm/api/settings-api.js +18 -11
- package/dist/esm/api/smart-filing-api.d.ts +66 -0
- package/dist/esm/api/smart-filing-api.js +138 -0
- package/dist/esm/api.d.ts +9 -0
- package/dist/esm/api.js +9 -0
- package/dist/esm/models/ai-analytics-view.d.ts +25 -0
- package/dist/esm/models/ai-analytics-view.js +14 -0
- package/dist/esm/models/ai-cloud-usage-view.d.ts +33 -0
- package/dist/esm/models/ai-cloud-usage-view.js +19 -0
- package/dist/esm/models/ai-governance-settings.d.ts +22 -0
- package/dist/esm/models/ai-governance-settings.js +14 -0
- package/dist/esm/models/ai-preferences-view.d.ts +3 -0
- package/dist/esm/models/ai-taxonomy-category.d.ts +19 -0
- package/dist/esm/models/ai-taxonomy-category.js +14 -0
- package/dist/esm/models/ai-taxonomy-rename-request.d.ts +16 -0
- package/dist/esm/models/ai-taxonomy-rename-request.js +14 -0
- package/dist/esm/models/ai-taxonomy-rename-result.d.ts +17 -0
- package/dist/esm/models/ai-taxonomy-rename-result.js +14 -0
- package/dist/esm/models/ai-taxonomy-view.d.ts +16 -0
- package/dist/esm/models/ai-taxonomy-view.js +14 -0
- package/dist/esm/models/archive-preflight.d.ts +38 -0
- package/dist/esm/models/archive-preflight.js +14 -0
- package/dist/esm/models/archiving-proposal-request.d.ts +19 -0
- package/dist/esm/models/archiving-proposal-request.js +14 -0
- package/dist/esm/models/archiving-proposal-result.d.ts +19 -0
- package/dist/esm/models/archiving-proposal-result.js +14 -0
- package/dist/esm/models/archiving-schedule-request.d.ts +22 -0
- package/dist/esm/models/archiving-schedule-request.js +14 -0
- package/dist/esm/models/archiving-schedule-view.d.ts +29 -0
- package/dist/esm/models/archiving-schedule-view.js +14 -0
- package/dist/esm/models/audit-integrity-status-response.d.ts +37 -0
- package/dist/esm/models/audit-integrity-status-response.js +14 -0
- package/dist/esm/models/auto-file-inbox-request.d.ts +14 -0
- package/dist/esm/models/auto-file-inbox-request.js +14 -0
- package/dist/esm/models/auto-file-jobs-request.d.ts +14 -0
- package/dist/esm/models/auto-file-jobs-request.js +14 -0
- package/dist/esm/models/consume-delegated-grant-request.d.ts +1 -1
- package/dist/esm/models/corrections.d.ts +16 -0
- package/dist/esm/models/corrections.js +14 -0
- package/dist/esm/models/create-delegated-grant-request.d.ts +2 -1
- package/dist/esm/models/create-delegated-grant-request.js +1 -0
- package/dist/esm/models/day-count.d.ts +16 -0
- package/dist/esm/models/day-count.js +14 -0
- package/dist/esm/models/delegated-grant-dto.d.ts +1 -0
- package/dist/esm/models/delegated-grant-dto.js +1 -0
- package/dist/esm/models/document-integrity-record.d.ts +23 -0
- package/dist/esm/models/document-integrity-record.js +14 -0
- package/dist/esm/models/enriched-audit-log.d.ts +3 -0
- package/dist/esm/models/enriched-audit-log.js +3 -0
- package/dist/esm/models/facet.d.ts +15 -0
- package/dist/esm/models/facet.js +14 -0
- package/dist/esm/models/filing-rule-event-view.d.ts +19 -0
- package/dist/esm/models/filing-rule-event-view.js +14 -0
- package/dist/esm/models/filing-rule-request.d.ts +47 -0
- package/dist/esm/models/filing-rule-request.js +14 -0
- package/dist/esm/models/filing-rule-test-request.d.ts +14 -0
- package/dist/esm/models/filing-rule-test-request.js +14 -0
- package/dist/esm/models/filing-rule-test-result.d.ts +22 -0
- package/dist/esm/models/filing-rule-test-result.js +14 -0
- package/dist/esm/models/filing-rule-view.d.ts +30 -0
- package/dist/esm/models/filing-rule-view.js +14 -0
- package/dist/esm/models/filing.d.ts +24 -0
- package/dist/esm/models/filing.js +14 -0
- package/dist/esm/models/foreign-item.d.ts +19 -0
- package/dist/esm/models/foreign-item.js +14 -0
- package/dist/esm/models/index.d.ts +33 -0
- package/dist/esm/models/index.js +33 -0
- package/dist/esm/models/insight-facets.d.ts +16 -0
- package/dist/esm/models/insight-facets.js +14 -0
- package/dist/esm/models/insights.d.ts +21 -0
- package/dist/esm/models/insights.js +14 -0
- package/dist/esm/models/key-count.d.ts +15 -0
- package/dist/esm/models/key-count.js +14 -0
- package/dist/esm/models/save-ai-preferences-request.d.ts +1 -0
- package/dist/esm/models/scan-request-dto.d.ts +3 -0
- package/dist/esm/models/search-by-audit-log-request.d.ts +3 -0
- package/dist/esm/models/search-by-audit-log-request.js +3 -0
- package/dist/esm/models/settings.d.ts +1 -0
- package/dist/esm/models/team-inbox-request.d.ts +24 -0
- package/dist/esm/models/team-inbox-request.js +14 -0
- package/dist/esm/models/team-inbox-view.d.ts +31 -0
- package/dist/esm/models/team-inbox-view.js +14 -0
- package/dist/esm/models/team-option-view.d.ts +25 -0
- package/dist/esm/models/team-option-view.js +14 -0
- package/dist/esm/models/untouched.d.ts +16 -0
- package/dist/esm/models/untouched.js +14 -0
- package/dist/models/ai-analytics-view.d.ts +25 -0
- package/dist/models/ai-analytics-view.js +15 -0
- package/dist/models/ai-cloud-usage-view.d.ts +33 -0
- package/dist/models/ai-cloud-usage-view.js +22 -0
- package/dist/models/ai-governance-settings.d.ts +22 -0
- package/dist/models/ai-governance-settings.js +15 -0
- package/dist/models/ai-preferences-view.d.ts +3 -0
- package/dist/models/ai-taxonomy-category.d.ts +19 -0
- package/dist/models/ai-taxonomy-category.js +15 -0
- package/dist/models/ai-taxonomy-rename-request.d.ts +16 -0
- package/dist/models/ai-taxonomy-rename-request.js +15 -0
- package/dist/models/ai-taxonomy-rename-result.d.ts +17 -0
- package/dist/models/ai-taxonomy-rename-result.js +15 -0
- package/dist/models/ai-taxonomy-view.d.ts +16 -0
- package/dist/models/ai-taxonomy-view.js +15 -0
- package/dist/models/archive-preflight.d.ts +38 -0
- package/dist/models/archive-preflight.js +15 -0
- package/dist/models/archiving-proposal-request.d.ts +19 -0
- package/dist/models/archiving-proposal-request.js +15 -0
- package/dist/models/archiving-proposal-result.d.ts +19 -0
- package/dist/models/archiving-proposal-result.js +15 -0
- package/dist/models/archiving-schedule-request.d.ts +22 -0
- package/dist/models/archiving-schedule-request.js +15 -0
- package/dist/models/archiving-schedule-view.d.ts +29 -0
- package/dist/models/archiving-schedule-view.js +15 -0
- package/dist/models/audit-integrity-status-response.d.ts +37 -0
- package/dist/models/audit-integrity-status-response.js +15 -0
- package/dist/models/auto-file-inbox-request.d.ts +14 -0
- package/dist/models/auto-file-inbox-request.js +15 -0
- package/dist/models/auto-file-jobs-request.d.ts +14 -0
- package/dist/models/auto-file-jobs-request.js +15 -0
- package/dist/models/consume-delegated-grant-request.d.ts +1 -1
- package/dist/models/corrections.d.ts +16 -0
- package/dist/models/corrections.js +15 -0
- package/dist/models/create-delegated-grant-request.d.ts +2 -1
- package/dist/models/create-delegated-grant-request.js +1 -0
- package/dist/models/day-count.d.ts +16 -0
- package/dist/models/day-count.js +15 -0
- package/dist/models/delegated-grant-dto.d.ts +1 -0
- package/dist/models/delegated-grant-dto.js +1 -0
- package/dist/models/document-integrity-record.d.ts +23 -0
- package/dist/models/document-integrity-record.js +15 -0
- package/dist/models/enriched-audit-log.d.ts +3 -0
- package/dist/models/enriched-audit-log.js +3 -0
- package/dist/models/facet.d.ts +15 -0
- package/dist/models/facet.js +15 -0
- package/dist/models/filing-rule-event-view.d.ts +19 -0
- package/dist/models/filing-rule-event-view.js +15 -0
- package/dist/models/filing-rule-request.d.ts +47 -0
- package/dist/models/filing-rule-request.js +15 -0
- package/dist/models/filing-rule-test-request.d.ts +14 -0
- package/dist/models/filing-rule-test-request.js +15 -0
- package/dist/models/filing-rule-test-result.d.ts +22 -0
- package/dist/models/filing-rule-test-result.js +15 -0
- package/dist/models/filing-rule-view.d.ts +30 -0
- package/dist/models/filing-rule-view.js +15 -0
- package/dist/models/filing.d.ts +24 -0
- package/dist/models/filing.js +15 -0
- package/dist/models/foreign-item.d.ts +19 -0
- package/dist/models/foreign-item.js +15 -0
- package/dist/models/index.d.ts +33 -0
- package/dist/models/index.js +33 -0
- package/dist/models/insight-facets.d.ts +16 -0
- package/dist/models/insight-facets.js +15 -0
- package/dist/models/insights.d.ts +21 -0
- package/dist/models/insights.js +15 -0
- package/dist/models/key-count.d.ts +15 -0
- package/dist/models/key-count.js +15 -0
- package/dist/models/save-ai-preferences-request.d.ts +1 -0
- package/dist/models/scan-request-dto.d.ts +3 -0
- package/dist/models/search-by-audit-log-request.d.ts +3 -0
- package/dist/models/search-by-audit-log-request.js +3 -0
- package/dist/models/settings.d.ts +1 -0
- package/dist/models/team-inbox-request.d.ts +24 -0
- package/dist/models/team-inbox-request.js +15 -0
- package/dist/models/team-inbox-view.d.ts +31 -0
- package/dist/models/team-inbox-view.js +15 -0
- package/dist/models/team-option-view.d.ts +25 -0
- package/dist/models/team-option-view.js +15 -0
- package/dist/models/untouched.d.ts +16 -0
- package/dist/models/untouched.js +15 -0
- package/docs/AIChatApi.md +4 -4
- package/docs/AIDirectoryApi.md +51 -0
- package/docs/AIFilingRulesApi.md +371 -0
- package/docs/AIGovernanceApi.md +104 -0
- package/docs/AITaxonomyApi.md +204 -0
- package/docs/AITeamInboxesApi.md +313 -0
- package/docs/AiAnalyticsAdminControllerApi.md +62 -0
- package/docs/AiAnalyticsView.md +32 -0
- package/docs/AiArchivingAdminControllerApi.md +365 -0
- package/docs/AiCloudUsageAdminControllerApi.md +52 -0
- package/docs/AiCloudUsageView.md +44 -0
- package/docs/AiGovernanceSettings.md +36 -0
- package/docs/AiPreferencesView.md +6 -0
- package/docs/AiTaxonomyCategory.md +30 -0
- package/docs/AiTaxonomyRenameRequest.md +24 -0
- package/docs/AiTaxonomyRenameResult.md +26 -0
- package/docs/AiTaxonomyView.md +22 -0
- package/docs/ArchiveControllerApi.md +276 -0
- package/docs/ArchivePreflight.md +29 -0
- package/docs/ArchivingProposalRequest.md +30 -0
- package/docs/ArchivingProposalResult.md +30 -0
- package/docs/ArchivingScheduleRequest.md +36 -0
- package/docs/ArchivingScheduleView.md +50 -0
- package/docs/AuditIntegrityStatusResponse.md +29 -0
- package/docs/AutoFileInboxRequest.md +20 -0
- package/docs/AutoFileJobsRequest.md +20 -0
- package/docs/CollaborationAuditControllerApi.md +45 -0
- package/docs/ConsumeDelegatedGrantRequest.md +1 -1
- package/docs/Corrections.md +24 -0
- package/docs/CreateDelegatedGrantRequest.md +1 -1
- package/docs/DayCount.md +24 -0
- package/docs/DocumentControllerApi.md +52 -0
- package/docs/DocumentInsightsApi.md +46 -1
- package/docs/DocumentIntegrityRecord.md +33 -0
- package/docs/ESignApi.md +4 -4
- package/docs/ESignEnterpriseApi.md +4 -4
- package/docs/Facet.md +22 -0
- package/docs/Filing.md +32 -0
- package/docs/FilingRuleEventView.md +30 -0
- package/docs/FilingRuleRequest.md +44 -0
- package/docs/FilingRuleTestRequest.md +20 -0
- package/docs/FilingRuleTestResult.md +36 -0
- package/docs/FilingRuleView.md +52 -0
- package/docs/ForeignItem.md +25 -0
- package/docs/InsightFacets.md +22 -0
- package/docs/Insights.md +34 -0
- package/docs/KeyCount.md +22 -0
- package/docs/SaveAiPreferencesRequest.md +2 -0
- package/docs/ScanRequestDto.md +6 -0
- package/docs/Settings.md +2 -0
- package/docs/SettingsApi.md +5 -2
- package/docs/SmartFilingApi.md +106 -0
- package/docs/TeamInboxRequest.md +34 -0
- package/docs/TeamInboxView.md +54 -0
- package/docs/TeamOptionView.md +24 -0
- package/docs/Untouched.md +24 -0
- package/graphql/document-search.graphqls +4 -0
- package/graphql/document.graphqls +4 -0
- package/models/ai-analytics-view.ts +41 -0
- package/models/ai-cloud-usage-view.ts +42 -0
- package/models/ai-governance-settings.ts +28 -0
- package/models/ai-preferences-view.ts +3 -0
- package/models/ai-taxonomy-category.ts +25 -0
- package/models/ai-taxonomy-rename-request.ts +22 -0
- package/models/ai-taxonomy-rename-result.ts +23 -0
- package/models/ai-taxonomy-view.ts +24 -0
- package/models/archive-preflight.ts +48 -0
- package/models/archiving-proposal-request.ts +25 -0
- package/models/archiving-proposal-result.ts +25 -0
- package/models/archiving-schedule-request.ts +28 -0
- package/models/archiving-schedule-view.ts +35 -0
- package/models/audit-integrity-status-response.ts +45 -0
- package/models/auto-file-inbox-request.ts +20 -0
- package/models/auto-file-jobs-request.ts +20 -0
- package/models/consume-delegated-grant-request.ts +1 -1
- package/models/corrections.ts +22 -0
- package/models/create-delegated-grant-request.ts +2 -1
- package/models/day-count.ts +22 -0
- package/models/delegated-grant-dto.ts +1 -0
- package/models/document-integrity-record.ts +29 -0
- package/models/enriched-audit-log.ts +3 -0
- package/models/facet.ts +21 -0
- package/models/filing-rule-event-view.ts +25 -0
- package/models/filing-rule-request.ts +53 -0
- package/models/filing-rule-test-request.ts +20 -0
- package/models/filing-rule-test-result.ts +28 -0
- package/models/filing-rule-view.ts +36 -0
- package/models/filing.ts +32 -0
- package/models/foreign-item.ts +25 -0
- package/models/index.ts +33 -0
- package/models/insight-facets.ts +24 -0
- package/models/insights.ts +27 -0
- package/models/key-count.ts +21 -0
- package/models/save-ai-preferences-request.ts +1 -0
- package/models/scan-request-dto.ts +3 -0
- package/models/search-by-audit-log-request.ts +3 -0
- package/models/settings.ts +1 -0
- package/models/team-inbox-request.ts +30 -0
- package/models/team-inbox-view.ts +37 -0
- package/models/team-option-view.ts +31 -0
- package/models/untouched.ts +22 -0
- package/package.json +1 -1
package/dist/models/index.d.ts
CHANGED
|
@@ -1,15 +1,30 @@
|
|
|
1
|
+
export * from './ai-analytics-view';
|
|
1
2
|
export * from './ai-chat-conversation';
|
|
2
3
|
export * from './ai-chat-request';
|
|
3
4
|
export * from './ai-chat-response';
|
|
5
|
+
export * from './ai-cloud-usage-view';
|
|
4
6
|
export * from './ai-connection-test-result';
|
|
7
|
+
export * from './ai-governance-settings';
|
|
5
8
|
export * from './ai-models-response';
|
|
6
9
|
export * from './ai-preferences-view';
|
|
7
10
|
export * from './ai-settings-response';
|
|
11
|
+
export * from './ai-taxonomy-category';
|
|
12
|
+
export * from './ai-taxonomy-rename-request';
|
|
13
|
+
export * from './ai-taxonomy-rename-result';
|
|
14
|
+
export * from './ai-taxonomy-view';
|
|
8
15
|
export * from './ancestor-info';
|
|
9
16
|
export * from './apply-signature-request';
|
|
17
|
+
export * from './archive-preflight';
|
|
18
|
+
export * from './archiving-proposal-request';
|
|
19
|
+
export * from './archiving-proposal-result';
|
|
20
|
+
export * from './archiving-schedule-request';
|
|
21
|
+
export * from './archiving-schedule-view';
|
|
22
|
+
export * from './audit-integrity-status-response';
|
|
10
23
|
export * from './audit-log-details';
|
|
11
24
|
export * from './audit-verification-result';
|
|
25
|
+
export * from './auto-file-inbox-request';
|
|
12
26
|
export * from './auto-file-job-view';
|
|
27
|
+
export * from './auto-file-jobs-request';
|
|
13
28
|
export * from './auto-file-request';
|
|
14
29
|
export * from './auto-file-ticket';
|
|
15
30
|
export * from './broken-link';
|
|
@@ -25,6 +40,7 @@ export * from './consume-delegated-grant-request';
|
|
|
25
40
|
export * from './copy-audit';
|
|
26
41
|
export * from './copy-request';
|
|
27
42
|
export * from './copy-response';
|
|
43
|
+
export * from './corrections';
|
|
28
44
|
export * from './create-blank-document-request';
|
|
29
45
|
export * from './create-comment-request';
|
|
30
46
|
export * from './create-delegated-grant-request';
|
|
@@ -33,6 +49,7 @@ export * from './create-folder-request';
|
|
|
33
49
|
export * from './create-signature-envelope-request';
|
|
34
50
|
export * from './create-team-request';
|
|
35
51
|
export * from './dashboard-statistics-response';
|
|
52
|
+
export * from './day-count';
|
|
36
53
|
export * from './decline-signature-request';
|
|
37
54
|
export * from './delegated-folder-node';
|
|
38
55
|
export * from './delegated-grant-dto';
|
|
@@ -43,6 +60,7 @@ export * from './delete-request';
|
|
|
43
60
|
export * from './delete-share-request';
|
|
44
61
|
export * from './document-info';
|
|
45
62
|
export * from './document-insight-view';
|
|
63
|
+
export * from './document-integrity-record';
|
|
46
64
|
export * from './document-position';
|
|
47
65
|
export * from './document-version-info';
|
|
48
66
|
export * from './element-info';
|
|
@@ -51,19 +69,30 @@ export * from './embedding-backfill-request';
|
|
|
51
69
|
export * from './embedding-backfill-status';
|
|
52
70
|
export * from './enriched-audit-log';
|
|
53
71
|
export * from './enriched-audit-log-details';
|
|
72
|
+
export * from './facet';
|
|
54
73
|
export * from './feature-entitlement';
|
|
55
74
|
export * from './file-type-stats';
|
|
75
|
+
export * from './filing';
|
|
56
76
|
export * from './filing-outcome';
|
|
77
|
+
export * from './filing-rule-event-view';
|
|
78
|
+
export * from './filing-rule-request';
|
|
79
|
+
export * from './filing-rule-test-request';
|
|
80
|
+
export * from './filing-rule-test-result';
|
|
81
|
+
export * from './filing-rule-view';
|
|
57
82
|
export * from './filter-input';
|
|
58
83
|
export * from './folder-element-info';
|
|
59
84
|
export * from './folder-response';
|
|
85
|
+
export * from './foreign-item';
|
|
60
86
|
export * from './ingestion-status-dto';
|
|
61
87
|
export * from './insight-backfill-request';
|
|
62
88
|
export * from './insight-backfill-status';
|
|
63
89
|
export * from './insight-category-update';
|
|
90
|
+
export * from './insight-facets';
|
|
91
|
+
export * from './insights';
|
|
64
92
|
export * from './instantiate-template-request';
|
|
65
93
|
export * from './item';
|
|
66
94
|
export * from './item-result';
|
|
95
|
+
export * from './key-count';
|
|
67
96
|
export * from './license-info';
|
|
68
97
|
export * from './list-ai-models-request';
|
|
69
98
|
export * from './mcp-agent-token-info';
|
|
@@ -133,10 +162,14 @@ export * from './split-request';
|
|
|
133
162
|
export * from './start-workflow-request';
|
|
134
163
|
export * from './storage-breakdown';
|
|
135
164
|
export * from './suggest';
|
|
165
|
+
export * from './team-inbox-request';
|
|
166
|
+
export * from './team-inbox-view';
|
|
136
167
|
export * from './team-member-info';
|
|
168
|
+
export * from './team-option-view';
|
|
137
169
|
export * from './tus-config-response';
|
|
138
170
|
export * from './tus-finalize-request';
|
|
139
171
|
export * from './tus-upload-info';
|
|
172
|
+
export * from './untouched';
|
|
140
173
|
export * from './update-comment-request';
|
|
141
174
|
export * from './update-metadata-audit';
|
|
142
175
|
export * from './update-metadata-request';
|
package/dist/models/index.js
CHANGED
|
@@ -14,18 +14,33 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./ai-analytics-view"), exports);
|
|
17
18
|
__exportStar(require("./ai-chat-conversation"), exports);
|
|
18
19
|
__exportStar(require("./ai-chat-request"), exports);
|
|
19
20
|
__exportStar(require("./ai-chat-response"), exports);
|
|
21
|
+
__exportStar(require("./ai-cloud-usage-view"), exports);
|
|
20
22
|
__exportStar(require("./ai-connection-test-result"), exports);
|
|
23
|
+
__exportStar(require("./ai-governance-settings"), exports);
|
|
21
24
|
__exportStar(require("./ai-models-response"), exports);
|
|
22
25
|
__exportStar(require("./ai-preferences-view"), exports);
|
|
23
26
|
__exportStar(require("./ai-settings-response"), exports);
|
|
27
|
+
__exportStar(require("./ai-taxonomy-category"), exports);
|
|
28
|
+
__exportStar(require("./ai-taxonomy-rename-request"), exports);
|
|
29
|
+
__exportStar(require("./ai-taxonomy-rename-result"), exports);
|
|
30
|
+
__exportStar(require("./ai-taxonomy-view"), exports);
|
|
24
31
|
__exportStar(require("./ancestor-info"), exports);
|
|
25
32
|
__exportStar(require("./apply-signature-request"), exports);
|
|
33
|
+
__exportStar(require("./archive-preflight"), exports);
|
|
34
|
+
__exportStar(require("./archiving-proposal-request"), exports);
|
|
35
|
+
__exportStar(require("./archiving-proposal-result"), exports);
|
|
36
|
+
__exportStar(require("./archiving-schedule-request"), exports);
|
|
37
|
+
__exportStar(require("./archiving-schedule-view"), exports);
|
|
38
|
+
__exportStar(require("./audit-integrity-status-response"), exports);
|
|
26
39
|
__exportStar(require("./audit-log-details"), exports);
|
|
27
40
|
__exportStar(require("./audit-verification-result"), exports);
|
|
41
|
+
__exportStar(require("./auto-file-inbox-request"), exports);
|
|
28
42
|
__exportStar(require("./auto-file-job-view"), exports);
|
|
43
|
+
__exportStar(require("./auto-file-jobs-request"), exports);
|
|
29
44
|
__exportStar(require("./auto-file-request"), exports);
|
|
30
45
|
__exportStar(require("./auto-file-ticket"), exports);
|
|
31
46
|
__exportStar(require("./broken-link"), exports);
|
|
@@ -41,6 +56,7 @@ __exportStar(require("./consume-delegated-grant-request"), exports);
|
|
|
41
56
|
__exportStar(require("./copy-audit"), exports);
|
|
42
57
|
__exportStar(require("./copy-request"), exports);
|
|
43
58
|
__exportStar(require("./copy-response"), exports);
|
|
59
|
+
__exportStar(require("./corrections"), exports);
|
|
44
60
|
__exportStar(require("./create-blank-document-request"), exports);
|
|
45
61
|
__exportStar(require("./create-comment-request"), exports);
|
|
46
62
|
__exportStar(require("./create-delegated-grant-request"), exports);
|
|
@@ -49,6 +65,7 @@ __exportStar(require("./create-folder-request"), exports);
|
|
|
49
65
|
__exportStar(require("./create-signature-envelope-request"), exports);
|
|
50
66
|
__exportStar(require("./create-team-request"), exports);
|
|
51
67
|
__exportStar(require("./dashboard-statistics-response"), exports);
|
|
68
|
+
__exportStar(require("./day-count"), exports);
|
|
52
69
|
__exportStar(require("./decline-signature-request"), exports);
|
|
53
70
|
__exportStar(require("./delegated-folder-node"), exports);
|
|
54
71
|
__exportStar(require("./delegated-grant-dto"), exports);
|
|
@@ -59,6 +76,7 @@ __exportStar(require("./delete-request"), exports);
|
|
|
59
76
|
__exportStar(require("./delete-share-request"), exports);
|
|
60
77
|
__exportStar(require("./document-info"), exports);
|
|
61
78
|
__exportStar(require("./document-insight-view"), exports);
|
|
79
|
+
__exportStar(require("./document-integrity-record"), exports);
|
|
62
80
|
__exportStar(require("./document-position"), exports);
|
|
63
81
|
__exportStar(require("./document-version-info"), exports);
|
|
64
82
|
__exportStar(require("./element-info"), exports);
|
|
@@ -67,19 +85,30 @@ __exportStar(require("./embedding-backfill-request"), exports);
|
|
|
67
85
|
__exportStar(require("./embedding-backfill-status"), exports);
|
|
68
86
|
__exportStar(require("./enriched-audit-log"), exports);
|
|
69
87
|
__exportStar(require("./enriched-audit-log-details"), exports);
|
|
88
|
+
__exportStar(require("./facet"), exports);
|
|
70
89
|
__exportStar(require("./feature-entitlement"), exports);
|
|
71
90
|
__exportStar(require("./file-type-stats"), exports);
|
|
91
|
+
__exportStar(require("./filing"), exports);
|
|
72
92
|
__exportStar(require("./filing-outcome"), exports);
|
|
93
|
+
__exportStar(require("./filing-rule-event-view"), exports);
|
|
94
|
+
__exportStar(require("./filing-rule-request"), exports);
|
|
95
|
+
__exportStar(require("./filing-rule-test-request"), exports);
|
|
96
|
+
__exportStar(require("./filing-rule-test-result"), exports);
|
|
97
|
+
__exportStar(require("./filing-rule-view"), exports);
|
|
73
98
|
__exportStar(require("./filter-input"), exports);
|
|
74
99
|
__exportStar(require("./folder-element-info"), exports);
|
|
75
100
|
__exportStar(require("./folder-response"), exports);
|
|
101
|
+
__exportStar(require("./foreign-item"), exports);
|
|
76
102
|
__exportStar(require("./ingestion-status-dto"), exports);
|
|
77
103
|
__exportStar(require("./insight-backfill-request"), exports);
|
|
78
104
|
__exportStar(require("./insight-backfill-status"), exports);
|
|
79
105
|
__exportStar(require("./insight-category-update"), exports);
|
|
106
|
+
__exportStar(require("./insight-facets"), exports);
|
|
107
|
+
__exportStar(require("./insights"), exports);
|
|
80
108
|
__exportStar(require("./instantiate-template-request"), exports);
|
|
81
109
|
__exportStar(require("./item"), exports);
|
|
82
110
|
__exportStar(require("./item-result"), exports);
|
|
111
|
+
__exportStar(require("./key-count"), exports);
|
|
83
112
|
__exportStar(require("./license-info"), exports);
|
|
84
113
|
__exportStar(require("./list-ai-models-request"), exports);
|
|
85
114
|
__exportStar(require("./mcp-agent-token-info"), exports);
|
|
@@ -149,10 +178,14 @@ __exportStar(require("./split-request"), exports);
|
|
|
149
178
|
__exportStar(require("./start-workflow-request"), exports);
|
|
150
179
|
__exportStar(require("./storage-breakdown"), exports);
|
|
151
180
|
__exportStar(require("./suggest"), exports);
|
|
181
|
+
__exportStar(require("./team-inbox-request"), exports);
|
|
182
|
+
__exportStar(require("./team-inbox-view"), exports);
|
|
152
183
|
__exportStar(require("./team-member-info"), exports);
|
|
184
|
+
__exportStar(require("./team-option-view"), exports);
|
|
153
185
|
__exportStar(require("./tus-config-response"), exports);
|
|
154
186
|
__exportStar(require("./tus-finalize-request"), exports);
|
|
155
187
|
__exportStar(require("./tus-upload-info"), exports);
|
|
188
|
+
__exportStar(require("./untouched"), exports);
|
|
156
189
|
__exportStar(require("./update-comment-request"), exports);
|
|
157
190
|
__exportStar(require("./update-metadata-audit"), exports);
|
|
158
191
|
__exportStar(require("./update-metadata-request"), exports);
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* openfilz-api
|
|
3
|
+
* API for Document Management System
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { Facet } from './facet';
|
|
13
|
+
export interface InsightFacets {
|
|
14
|
+
'categories'?: Array<Facet>;
|
|
15
|
+
'languages'?: Array<Facet>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* openfilz-api
|
|
6
|
+
* API for Document Management System
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* openfilz-api
|
|
3
|
+
* API for Document Management System
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface Insights {
|
|
13
|
+
'total'?: number;
|
|
14
|
+
'tier1Only'?: number;
|
|
15
|
+
'tier2'?: number;
|
|
16
|
+
'pending'?: number;
|
|
17
|
+
'failed'?: number;
|
|
18
|
+
'skipped'?: number;
|
|
19
|
+
'enrichedToday'?: number;
|
|
20
|
+
'dailyLimit'?: number;
|
|
21
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* openfilz-api
|
|
6
|
+
* API for Document Management System
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* openfilz-api
|
|
3
|
+
* API for Document Management System
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface KeyCount {
|
|
13
|
+
'key'?: string;
|
|
14
|
+
'count'?: number;
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* openfilz-api
|
|
6
|
+
* API for Document Management System
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -102,5 +102,8 @@ export declare const SearchByAuditLogRequestActionEnum: {
|
|
|
102
102
|
readonly SignatureReminderSent: "SIGNATURE_REMINDER_SENT";
|
|
103
103
|
readonly SignatureTemplateCreated: "SIGNATURE_TEMPLATE_CREATED";
|
|
104
104
|
readonly SignatureTemplateDeleted: "SIGNATURE_TEMPLATE_DELETED";
|
|
105
|
+
readonly ArchiveDeposit: "ARCHIVE_DEPOSIT";
|
|
106
|
+
readonly RestoreFromArchive: "RESTORE_FROM_ARCHIVE";
|
|
107
|
+
readonly ArchiveOwnerReassigned: "ARCHIVE_OWNER_REASSIGNED";
|
|
105
108
|
};
|
|
106
109
|
export type SearchByAuditLogRequestActionEnum = typeof SearchByAuditLogRequestActionEnum[keyof typeof SearchByAuditLogRequestActionEnum];
|
|
@@ -79,4 +79,7 @@ exports.SearchByAuditLogRequestActionEnum = {
|
|
|
79
79
|
SignatureReminderSent: 'SIGNATURE_REMINDER_SENT',
|
|
80
80
|
SignatureTemplateCreated: 'SIGNATURE_TEMPLATE_CREATED',
|
|
81
81
|
SignatureTemplateDeleted: 'SIGNATURE_TEMPLATE_DELETED',
|
|
82
|
+
ArchiveDeposit: 'ARCHIVE_DEPOSIT',
|
|
83
|
+
RestoreFromArchive: 'RESTORE_FROM_ARCHIVE',
|
|
84
|
+
ArchiveOwnerReassigned: 'ARCHIVE_OWNER_REASSIGNED',
|
|
82
85
|
};
|
|
@@ -18,6 +18,7 @@ export interface Settings {
|
|
|
18
18
|
'thumbnailsActive'?: boolean;
|
|
19
19
|
'aiActive'?: boolean;
|
|
20
20
|
'aiChatActive'?: boolean;
|
|
21
|
+
'aiChatUnavailableReason'?: string;
|
|
21
22
|
'aiUserSettingsEnabled'?: boolean;
|
|
22
23
|
'aiInsightsActive'?: boolean;
|
|
23
24
|
'aiInsightsCategories'?: Array<string>;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* openfilz-api
|
|
3
|
+
* API for Document Management System
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface TeamInboxRequest {
|
|
13
|
+
'teamId': string;
|
|
14
|
+
'name': string;
|
|
15
|
+
'inboxFolderId': string;
|
|
16
|
+
'targetRootFolderId'?: string;
|
|
17
|
+
'technicalUserEmail': string;
|
|
18
|
+
'allowNewFolders'?: boolean;
|
|
19
|
+
'enabled'?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Seconds between two scheduled runs (default 300)
|
|
22
|
+
*/
|
|
23
|
+
'pollIntervalSeconds'?: number;
|
|
24
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* openfilz-api
|
|
6
|
+
* API for Document Management System
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* openfilz-api
|
|
3
|
+
* API for Document Management System
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface TeamInboxView {
|
|
13
|
+
'id'?: string;
|
|
14
|
+
'teamId'?: string;
|
|
15
|
+
'teamName'?: string;
|
|
16
|
+
'name'?: string;
|
|
17
|
+
'inboxFolderId'?: string;
|
|
18
|
+
'inboxFolderPath'?: string;
|
|
19
|
+
'targetRootFolderId'?: string;
|
|
20
|
+
'targetRootFolderPath'?: string;
|
|
21
|
+
'technicalUserEmail'?: string;
|
|
22
|
+
'allowNewFolders'?: boolean;
|
|
23
|
+
'enabled'?: boolean;
|
|
24
|
+
'pollIntervalSeconds'?: number;
|
|
25
|
+
'lastRunAt'?: string;
|
|
26
|
+
'lastJobId'?: string;
|
|
27
|
+
'createdBy'?: string;
|
|
28
|
+
'createdAt'?: string;
|
|
29
|
+
'updatedAt'?: string;
|
|
30
|
+
'warnings'?: Array<string>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* openfilz-api
|
|
6
|
+
* API for Document Management System
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* openfilz-api
|
|
3
|
+
* API for Document Management System
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface TeamOptionView {
|
|
13
|
+
/**
|
|
14
|
+
* users.id of the TEAM row in the DMS database
|
|
15
|
+
*/
|
|
16
|
+
'id'?: string;
|
|
17
|
+
/**
|
|
18
|
+
* Team name
|
|
19
|
+
*/
|
|
20
|
+
'name'?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Team e-mail (the sharing address)
|
|
23
|
+
*/
|
|
24
|
+
'email'?: string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* openfilz-api
|
|
6
|
+
* API for Document Management System
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* openfilz-api
|
|
3
|
+
* API for Document Management System
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface Untouched {
|
|
13
|
+
'months'?: number;
|
|
14
|
+
'documents'?: number;
|
|
15
|
+
'bytes'?: number;
|
|
16
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* openfilz-api
|
|
6
|
+
* API for Document Management System
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
package/docs/AIChatApi.md
CHANGED
|
@@ -8,7 +8,7 @@ All URIs are relative to *http://localhost:8081*
|
|
|
8
8
|
|[**chat**](#chat) | **POST** /api/v1/ai/chat | Chat with AI assistant|
|
|
9
9
|
|[**deleteConversation**](#deleteconversation) | **DELETE** /api/v1/ai/conversations/{conversationId} | Delete conversation|
|
|
10
10
|
|[**discard**](#discard) | **POST** /api/v1/ai/reorganization/{planId}/discard | Discard a proposed reorganisation plan|
|
|
11
|
-
|[**
|
|
11
|
+
|[**get9**](#get9) | **GET** /api/v1/ai/reorganization/{planId} | Get a reorganisation plan proposed by the AI assistant|
|
|
12
12
|
|[**getConversationHistory**](#getconversationhistory) | **GET** /api/v1/ai/conversations/{conversationId} | Get conversation history|
|
|
13
13
|
|[**listConversations**](#listconversations) | **GET** /api/v1/ai/conversations | List conversations|
|
|
14
14
|
|[**proposeByKind**](#proposebykind) | **POST** /api/v1/ai/reorganization/by-kind | Propose a reorganisation by kind of document — no model involved|
|
|
@@ -221,8 +221,8 @@ const { status, data } = await apiInstance.discard(
|
|
|
221
221
|
|
|
222
222
|
[[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)
|
|
223
223
|
|
|
224
|
-
# **
|
|
225
|
-
> ReorganizationPlanView
|
|
224
|
+
# **get9**
|
|
225
|
+
> ReorganizationPlanView get9()
|
|
226
226
|
|
|
227
227
|
The plan\'s items (what moves where), which are applicable, and its status.
|
|
228
228
|
|
|
@@ -239,7 +239,7 @@ const apiInstance = new AIChatApi(configuration);
|
|
|
239
239
|
|
|
240
240
|
let planId: string; // (default to undefined)
|
|
241
241
|
|
|
242
|
-
const { status, data } = await apiInstance.
|
|
242
|
+
const { status, data } = await apiInstance.get9(
|
|
243
243
|
planId
|
|
244
244
|
);
|
|
245
245
|
```
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# AIDirectoryApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *http://localhost:8081*
|
|
4
|
+
|
|
5
|
+
|Method | HTTP request | Description|
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
|[**teams**](#teams) | **GET** /api/v1/admin/ai/directory/teams | The teams of the DMS database (the ids the AI features store)|
|
|
8
|
+
|
|
9
|
+
# **teams**
|
|
10
|
+
> Array<TeamOptionView> teams()
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import {
|
|
17
|
+
AIDirectoryApi,
|
|
18
|
+
Configuration
|
|
19
|
+
} from '@openfilz-sdk/typescript-ee';
|
|
20
|
+
|
|
21
|
+
const configuration = new Configuration();
|
|
22
|
+
const apiInstance = new AIDirectoryApi(configuration);
|
|
23
|
+
|
|
24
|
+
const { status, data } = await apiInstance.teams();
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
### Parameters
|
|
28
|
+
This endpoint does not have any parameters.
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Return type
|
|
32
|
+
|
|
33
|
+
**Array<TeamOptionView>**
|
|
34
|
+
|
|
35
|
+
### Authorization
|
|
36
|
+
|
|
37
|
+
[keycloak_auth](../README.md#keycloak_auth)
|
|
38
|
+
|
|
39
|
+
### HTTP request headers
|
|
40
|
+
|
|
41
|
+
- **Content-Type**: Not defined
|
|
42
|
+
- **Accept**: */*
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### HTTP response details
|
|
46
|
+
| Status code | Description | Response headers |
|
|
47
|
+
|-------------|-------------|------------------|
|
|
48
|
+
|**200** | OK | - |
|
|
49
|
+
|
|
50
|
+
[[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)
|
|
51
|
+
|