@openfilz-sdk/typescript-ee 1.9.11 → 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 +82 -0
- package/.openapi-generator/openfilz-api-generate-typescript-sdk.sha256 +1 -1
- package/README.md +75 -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 +73 -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 +33 -0
- package/dist/api/smart-filing-api.js +68 -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 +33 -0
- package/dist/esm/api/smart-filing-api.js +68 -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/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 +32 -0
- package/dist/esm/models/index.js +32 -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/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 +32 -0
- package/dist/models/index.js +32 -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/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 +53 -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/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 +32 -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,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,14 +1,28 @@
|
|
|
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';
|
|
13
27
|
export * from './auto-file-jobs-request';
|
|
14
28
|
export * from './auto-file-request';
|
|
@@ -26,6 +40,7 @@ export * from './consume-delegated-grant-request';
|
|
|
26
40
|
export * from './copy-audit';
|
|
27
41
|
export * from './copy-request';
|
|
28
42
|
export * from './copy-response';
|
|
43
|
+
export * from './corrections';
|
|
29
44
|
export * from './create-blank-document-request';
|
|
30
45
|
export * from './create-comment-request';
|
|
31
46
|
export * from './create-delegated-grant-request';
|
|
@@ -34,6 +49,7 @@ export * from './create-folder-request';
|
|
|
34
49
|
export * from './create-signature-envelope-request';
|
|
35
50
|
export * from './create-team-request';
|
|
36
51
|
export * from './dashboard-statistics-response';
|
|
52
|
+
export * from './day-count';
|
|
37
53
|
export * from './decline-signature-request';
|
|
38
54
|
export * from './delegated-folder-node';
|
|
39
55
|
export * from './delegated-grant-dto';
|
|
@@ -44,6 +60,7 @@ export * from './delete-request';
|
|
|
44
60
|
export * from './delete-share-request';
|
|
45
61
|
export * from './document-info';
|
|
46
62
|
export * from './document-insight-view';
|
|
63
|
+
export * from './document-integrity-record';
|
|
47
64
|
export * from './document-position';
|
|
48
65
|
export * from './document-version-info';
|
|
49
66
|
export * from './element-info';
|
|
@@ -52,19 +69,30 @@ export * from './embedding-backfill-request';
|
|
|
52
69
|
export * from './embedding-backfill-status';
|
|
53
70
|
export * from './enriched-audit-log';
|
|
54
71
|
export * from './enriched-audit-log-details';
|
|
72
|
+
export * from './facet';
|
|
55
73
|
export * from './feature-entitlement';
|
|
56
74
|
export * from './file-type-stats';
|
|
75
|
+
export * from './filing';
|
|
57
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';
|
|
58
82
|
export * from './filter-input';
|
|
59
83
|
export * from './folder-element-info';
|
|
60
84
|
export * from './folder-response';
|
|
85
|
+
export * from './foreign-item';
|
|
61
86
|
export * from './ingestion-status-dto';
|
|
62
87
|
export * from './insight-backfill-request';
|
|
63
88
|
export * from './insight-backfill-status';
|
|
64
89
|
export * from './insight-category-update';
|
|
90
|
+
export * from './insight-facets';
|
|
91
|
+
export * from './insights';
|
|
65
92
|
export * from './instantiate-template-request';
|
|
66
93
|
export * from './item';
|
|
67
94
|
export * from './item-result';
|
|
95
|
+
export * from './key-count';
|
|
68
96
|
export * from './license-info';
|
|
69
97
|
export * from './list-ai-models-request';
|
|
70
98
|
export * from './mcp-agent-token-info';
|
|
@@ -134,10 +162,14 @@ export * from './split-request';
|
|
|
134
162
|
export * from './start-workflow-request';
|
|
135
163
|
export * from './storage-breakdown';
|
|
136
164
|
export * from './suggest';
|
|
165
|
+
export * from './team-inbox-request';
|
|
166
|
+
export * from './team-inbox-view';
|
|
137
167
|
export * from './team-member-info';
|
|
168
|
+
export * from './team-option-view';
|
|
138
169
|
export * from './tus-config-response';
|
|
139
170
|
export * from './tus-finalize-request';
|
|
140
171
|
export * from './tus-upload-info';
|
|
172
|
+
export * from './untouched';
|
|
141
173
|
export * from './update-comment-request';
|
|
142
174
|
export * from './update-metadata-audit';
|
|
143
175
|
export * from './update-metadata-request';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -1,14 +1,28 @@
|
|
|
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';
|
|
13
27
|
export * from './auto-file-jobs-request';
|
|
14
28
|
export * from './auto-file-request';
|
|
@@ -26,6 +40,7 @@ export * from './consume-delegated-grant-request';
|
|
|
26
40
|
export * from './copy-audit';
|
|
27
41
|
export * from './copy-request';
|
|
28
42
|
export * from './copy-response';
|
|
43
|
+
export * from './corrections';
|
|
29
44
|
export * from './create-blank-document-request';
|
|
30
45
|
export * from './create-comment-request';
|
|
31
46
|
export * from './create-delegated-grant-request';
|
|
@@ -34,6 +49,7 @@ export * from './create-folder-request';
|
|
|
34
49
|
export * from './create-signature-envelope-request';
|
|
35
50
|
export * from './create-team-request';
|
|
36
51
|
export * from './dashboard-statistics-response';
|
|
52
|
+
export * from './day-count';
|
|
37
53
|
export * from './decline-signature-request';
|
|
38
54
|
export * from './delegated-folder-node';
|
|
39
55
|
export * from './delegated-grant-dto';
|
|
@@ -44,6 +60,7 @@ export * from './delete-request';
|
|
|
44
60
|
export * from './delete-share-request';
|
|
45
61
|
export * from './document-info';
|
|
46
62
|
export * from './document-insight-view';
|
|
63
|
+
export * from './document-integrity-record';
|
|
47
64
|
export * from './document-position';
|
|
48
65
|
export * from './document-version-info';
|
|
49
66
|
export * from './element-info';
|
|
@@ -52,19 +69,30 @@ export * from './embedding-backfill-request';
|
|
|
52
69
|
export * from './embedding-backfill-status';
|
|
53
70
|
export * from './enriched-audit-log';
|
|
54
71
|
export * from './enriched-audit-log-details';
|
|
72
|
+
export * from './facet';
|
|
55
73
|
export * from './feature-entitlement';
|
|
56
74
|
export * from './file-type-stats';
|
|
75
|
+
export * from './filing';
|
|
57
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';
|
|
58
82
|
export * from './filter-input';
|
|
59
83
|
export * from './folder-element-info';
|
|
60
84
|
export * from './folder-response';
|
|
85
|
+
export * from './foreign-item';
|
|
61
86
|
export * from './ingestion-status-dto';
|
|
62
87
|
export * from './insight-backfill-request';
|
|
63
88
|
export * from './insight-backfill-status';
|
|
64
89
|
export * from './insight-category-update';
|
|
90
|
+
export * from './insight-facets';
|
|
91
|
+
export * from './insights';
|
|
65
92
|
export * from './instantiate-template-request';
|
|
66
93
|
export * from './item';
|
|
67
94
|
export * from './item-result';
|
|
95
|
+
export * from './key-count';
|
|
68
96
|
export * from './license-info';
|
|
69
97
|
export * from './list-ai-models-request';
|
|
70
98
|
export * from './mcp-agent-token-info';
|
|
@@ -134,10 +162,14 @@ export * from './split-request';
|
|
|
134
162
|
export * from './start-workflow-request';
|
|
135
163
|
export * from './storage-breakdown';
|
|
136
164
|
export * from './suggest';
|
|
165
|
+
export * from './team-inbox-request';
|
|
166
|
+
export * from './team-inbox-view';
|
|
137
167
|
export * from './team-member-info';
|
|
168
|
+
export * from './team-option-view';
|
|
138
169
|
export * from './tus-config-response';
|
|
139
170
|
export * from './tus-finalize-request';
|
|
140
171
|
export * from './tus-upload-info';
|
|
172
|
+
export * from './untouched';
|
|
141
173
|
export * from './update-comment-request';
|
|
142
174
|
export * from './update-metadata-audit';
|
|
143
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 {};
|
|
@@ -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,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,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,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,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,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,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
|
+
import type { Corrections } from './corrections';
|
|
13
|
+
import type { Filing } from './filing';
|
|
14
|
+
import type { Insights } from './insights';
|
|
15
|
+
import type { KeyCount } from './key-count';
|
|
16
|
+
import type { Untouched } from './untouched';
|
|
17
|
+
export interface AiAnalyticsView {
|
|
18
|
+
'folderId'?: string;
|
|
19
|
+
'categories'?: Array<KeyCount>;
|
|
20
|
+
'languages'?: Array<KeyCount>;
|
|
21
|
+
'insights'?: Insights;
|
|
22
|
+
'filing'?: Filing;
|
|
23
|
+
'corrections'?: Corrections;
|
|
24
|
+
'untouched'?: Untouched;
|
|
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,33 @@
|
|
|
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 AiCloudUsageView {
|
|
13
|
+
'configured'?: boolean;
|
|
14
|
+
'available'?: boolean;
|
|
15
|
+
'status'?: AiCloudUsageViewStatusEnum;
|
|
16
|
+
'month'?: string;
|
|
17
|
+
'documents'?: number;
|
|
18
|
+
'monthlyDocumentQuota'?: number;
|
|
19
|
+
'documentsUsedPercent'?: number;
|
|
20
|
+
'budgetUsedPercent'?: number;
|
|
21
|
+
'hardCap'?: boolean;
|
|
22
|
+
'blocked'?: boolean;
|
|
23
|
+
'periodEnd'?: string;
|
|
24
|
+
'expiresAt'?: string;
|
|
25
|
+
'tenantStatus'?: string;
|
|
26
|
+
}
|
|
27
|
+
export declare const AiCloudUsageViewStatusEnum: {
|
|
28
|
+
readonly Ok: "OK";
|
|
29
|
+
readonly NotConfigured: "NOT_CONFIGURED";
|
|
30
|
+
readonly KeyRejected: "KEY_REJECTED";
|
|
31
|
+
readonly Unreachable: "UNREACHABLE";
|
|
32
|
+
};
|
|
33
|
+
export type AiCloudUsageViewStatusEnum = typeof AiCloudUsageViewStatusEnum[keyof typeof AiCloudUsageViewStatusEnum];
|