@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
|
@@ -0,0 +1,47 @@
|
|
|
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 FilingRuleRequest {
|
|
13
|
+
'name': string;
|
|
14
|
+
/**
|
|
15
|
+
* Lower runs first (default 100)
|
|
16
|
+
*/
|
|
17
|
+
'priority'?: number;
|
|
18
|
+
'enabled'?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* Record what the rule would do without moving anything
|
|
21
|
+
*/
|
|
22
|
+
'dryRun'?: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* Insight categories the document may have (null/empty = any)
|
|
25
|
+
*/
|
|
26
|
+
'matchCategories'?: Array<string>;
|
|
27
|
+
'matchEntityKey'?: string;
|
|
28
|
+
/**
|
|
29
|
+
* Regex (find semantics, case-insensitive) on the entity\'s value
|
|
30
|
+
*/
|
|
31
|
+
'matchEntityPattern'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The uploader must belong to one of these teams (null/empty = any)
|
|
34
|
+
*/
|
|
35
|
+
'matchUploaderTeamIds'?: Array<string>;
|
|
36
|
+
/**
|
|
37
|
+
* ANY | UPLOAD | SCAN | MIGRATION
|
|
38
|
+
*/
|
|
39
|
+
'matchSource'?: string;
|
|
40
|
+
/**
|
|
41
|
+
* Regex (find semantics, case-insensitive) on the MIME type
|
|
42
|
+
*/
|
|
43
|
+
'matchContentTypePattern'?: string;
|
|
44
|
+
'destinationPath': string;
|
|
45
|
+
'createFolders'?: boolean;
|
|
46
|
+
'stopOnMatch'?: boolean;
|
|
47
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* openfilz-api
|
|
5
|
+
* API for Document Management System
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
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 FilingRuleTestRequest {
|
|
13
|
+
'documentId': string;
|
|
14
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* openfilz-api
|
|
5
|
+
* API for Document Management System
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,22 @@
|
|
|
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 FilingRuleTestResult {
|
|
13
|
+
'ruleId'?: string;
|
|
14
|
+
'documentId'?: string;
|
|
15
|
+
'documentName'?: string;
|
|
16
|
+
'outcome'?: string;
|
|
17
|
+
'destinationPath'?: string;
|
|
18
|
+
'createFolders'?: boolean;
|
|
19
|
+
'reason'?: string;
|
|
20
|
+
'category'?: string;
|
|
21
|
+
'source'?: string;
|
|
22
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* openfilz-api
|
|
5
|
+
* API for Document Management System
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,30 @@
|
|
|
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 FilingRuleView {
|
|
13
|
+
'id'?: string;
|
|
14
|
+
'name'?: string;
|
|
15
|
+
'priority'?: number;
|
|
16
|
+
'enabled'?: boolean;
|
|
17
|
+
'dryRun'?: boolean;
|
|
18
|
+
'matchCategories'?: Array<string>;
|
|
19
|
+
'matchEntityKey'?: string;
|
|
20
|
+
'matchEntityPattern'?: string;
|
|
21
|
+
'matchUploaderTeamIds'?: Array<string>;
|
|
22
|
+
'matchSource'?: string;
|
|
23
|
+
'matchContentTypePattern'?: string;
|
|
24
|
+
'destinationPath'?: string;
|
|
25
|
+
'createFolders'?: boolean;
|
|
26
|
+
'stopOnMatch'?: boolean;
|
|
27
|
+
'createdBy'?: string;
|
|
28
|
+
'createdAt'?: string;
|
|
29
|
+
'updatedAt'?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* openfilz-api
|
|
5
|
+
* API for Document Management System
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -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
|
+
import type { DayCount } from './day-count';
|
|
13
|
+
import type { KeyCount } from './key-count';
|
|
14
|
+
export interface Filing {
|
|
15
|
+
'filed'?: number;
|
|
16
|
+
'skipped'?: number;
|
|
17
|
+
'failed'?: number;
|
|
18
|
+
'undone'?: number;
|
|
19
|
+
'byStage'?: {
|
|
20
|
+
[key: string]: number;
|
|
21
|
+
};
|
|
22
|
+
'skippedReasons'?: Array<KeyCount>;
|
|
23
|
+
'last30Days'?: Array<DayCount>;
|
|
24
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* openfilz-api
|
|
5
|
+
* API for Document Management System
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
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
|
+
/**
|
|
13
|
+
* A document that will NOT be archived, and whose owner is named so the user understands why it stays
|
|
14
|
+
*/
|
|
15
|
+
export interface ForeignItem {
|
|
16
|
+
'documentId'?: string;
|
|
17
|
+
'name'?: string;
|
|
18
|
+
'ownerEmail'?: string;
|
|
19
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* openfilz-api
|
|
5
|
+
* API for Document Management System
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -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/esm/models/index.js
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';
|
|
@@ -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,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* openfilz-api
|
|
5
|
+
* API for Document Management System
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -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,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* openfilz-api
|
|
5
|
+
* API for Document Management System
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -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,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* openfilz-api
|
|
5
|
+
* API for Document Management System
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -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];
|
|
@@ -76,4 +76,7 @@ export const SearchByAuditLogRequestActionEnum = {
|
|
|
76
76
|
SignatureReminderSent: 'SIGNATURE_REMINDER_SENT',
|
|
77
77
|
SignatureTemplateCreated: 'SIGNATURE_TEMPLATE_CREATED',
|
|
78
78
|
SignatureTemplateDeleted: 'SIGNATURE_TEMPLATE_DELETED',
|
|
79
|
+
ArchiveDeposit: 'ARCHIVE_DEPOSIT',
|
|
80
|
+
RestoreFromArchive: 'RESTORE_FROM_ARCHIVE',
|
|
81
|
+
ArchiveOwnerReassigned: 'ARCHIVE_OWNER_REASSIGNED',
|
|
79
82
|
};
|
|
@@ -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,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* openfilz-api
|
|
5
|
+
* API for Document Management System
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|