@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
|
@@ -43,13 +43,14 @@ export declare const SettingsApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
43
43
|
*/
|
|
44
44
|
getSettings: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
45
45
|
/**
|
|
46
|
-
* A null field leaves the current value unchanged.
|
|
46
|
+
* A null field leaves the current value unchanged. inbox=true creates the caller\'s Inbox folder at their root on demand (named from Accept-Language, else the deployment\'s default language); inbox=false forgets it without deleting the folder. 400 when the Inbox is not offered.
|
|
47
47
|
* @summary Save the caller\'s smart-filing preferences
|
|
48
48
|
* @param {SaveAiPreferencesRequest} saveAiPreferencesRequest
|
|
49
|
+
* @param {string} [acceptLanguage]
|
|
49
50
|
* @param {*} [options] Override http request option.
|
|
50
51
|
* @throws {RequiredError}
|
|
51
52
|
*/
|
|
52
|
-
save: (saveAiPreferencesRequest: SaveAiPreferencesRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
53
|
+
save: (saveAiPreferencesRequest: SaveAiPreferencesRequest, acceptLanguage?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
53
54
|
/**
|
|
54
55
|
* Save user\'s language and theme preferences
|
|
55
56
|
* @summary Save user preferences
|
|
@@ -85,13 +86,14 @@ export declare const SettingsApiFp: (configuration?: Configuration) => {
|
|
|
85
86
|
*/
|
|
86
87
|
getSettings(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Settings>>;
|
|
87
88
|
/**
|
|
88
|
-
* A null field leaves the current value unchanged.
|
|
89
|
+
* A null field leaves the current value unchanged. inbox=true creates the caller\'s Inbox folder at their root on demand (named from Accept-Language, else the deployment\'s default language); inbox=false forgets it without deleting the folder. 400 when the Inbox is not offered.
|
|
89
90
|
* @summary Save the caller\'s smart-filing preferences
|
|
90
91
|
* @param {SaveAiPreferencesRequest} saveAiPreferencesRequest
|
|
92
|
+
* @param {string} [acceptLanguage]
|
|
91
93
|
* @param {*} [options] Override http request option.
|
|
92
94
|
* @throws {RequiredError}
|
|
93
95
|
*/
|
|
94
|
-
save(saveAiPreferencesRequest: SaveAiPreferencesRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiPreferencesView>>;
|
|
96
|
+
save(saveAiPreferencesRequest: SaveAiPreferencesRequest, acceptLanguage?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiPreferencesView>>;
|
|
95
97
|
/**
|
|
96
98
|
* Save user\'s language and theme preferences
|
|
97
99
|
* @summary Save user preferences
|
|
@@ -127,13 +129,14 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
127
129
|
*/
|
|
128
130
|
getSettings(options?: RawAxiosRequestConfig): AxiosPromise<Settings>;
|
|
129
131
|
/**
|
|
130
|
-
* A null field leaves the current value unchanged.
|
|
132
|
+
* A null field leaves the current value unchanged. inbox=true creates the caller\'s Inbox folder at their root on demand (named from Accept-Language, else the deployment\'s default language); inbox=false forgets it without deleting the folder. 400 when the Inbox is not offered.
|
|
131
133
|
* @summary Save the caller\'s smart-filing preferences
|
|
132
134
|
* @param {SaveAiPreferencesRequest} saveAiPreferencesRequest
|
|
135
|
+
* @param {string} [acceptLanguage]
|
|
133
136
|
* @param {*} [options] Override http request option.
|
|
134
137
|
* @throws {RequiredError}
|
|
135
138
|
*/
|
|
136
|
-
save(saveAiPreferencesRequest: SaveAiPreferencesRequest, options?: RawAxiosRequestConfig): AxiosPromise<AiPreferencesView>;
|
|
139
|
+
save(saveAiPreferencesRequest: SaveAiPreferencesRequest, acceptLanguage?: string, options?: RawAxiosRequestConfig): AxiosPromise<AiPreferencesView>;
|
|
137
140
|
/**
|
|
138
141
|
* Save user\'s language and theme preferences
|
|
139
142
|
* @summary Save user preferences
|
|
@@ -169,13 +172,14 @@ export declare class SettingsApi extends BaseAPI {
|
|
|
169
172
|
*/
|
|
170
173
|
getSettings(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Settings, any, {}, any>>;
|
|
171
174
|
/**
|
|
172
|
-
* A null field leaves the current value unchanged.
|
|
175
|
+
* A null field leaves the current value unchanged. inbox=true creates the caller\'s Inbox folder at their root on demand (named from Accept-Language, else the deployment\'s default language); inbox=false forgets it without deleting the folder. 400 when the Inbox is not offered.
|
|
173
176
|
* @summary Save the caller\'s smart-filing preferences
|
|
174
177
|
* @param {SaveAiPreferencesRequest} saveAiPreferencesRequest
|
|
178
|
+
* @param {string} [acceptLanguage]
|
|
175
179
|
* @param {*} [options] Override http request option.
|
|
176
180
|
* @throws {RequiredError}
|
|
177
181
|
*/
|
|
178
|
-
save(saveAiPreferencesRequest: SaveAiPreferencesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AiPreferencesView, any, {}, any>>;
|
|
182
|
+
save(saveAiPreferencesRequest: SaveAiPreferencesRequest, acceptLanguage?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AiPreferencesView, any, {}, any>>;
|
|
179
183
|
/**
|
|
180
184
|
* Save user\'s language and theme preferences
|
|
181
185
|
* @summary Save user preferences
|
package/dist/api/settings-api.js
CHANGED
|
@@ -122,13 +122,14 @@ const SettingsApiAxiosParamCreator = function (configuration) {
|
|
|
122
122
|
};
|
|
123
123
|
}),
|
|
124
124
|
/**
|
|
125
|
-
* A null field leaves the current value unchanged.
|
|
125
|
+
* A null field leaves the current value unchanged. inbox=true creates the caller\'s Inbox folder at their root on demand (named from Accept-Language, else the deployment\'s default language); inbox=false forgets it without deleting the folder. 400 when the Inbox is not offered.
|
|
126
126
|
* @summary Save the caller\'s smart-filing preferences
|
|
127
127
|
* @param {SaveAiPreferencesRequest} saveAiPreferencesRequest
|
|
128
|
+
* @param {string} [acceptLanguage]
|
|
128
129
|
* @param {*} [options] Override http request option.
|
|
129
130
|
* @throws {RequiredError}
|
|
130
131
|
*/
|
|
131
|
-
save: (saveAiPreferencesRequest_1, ...args_1) => __awaiter(this, [saveAiPreferencesRequest_1, ...args_1], void 0, function* (saveAiPreferencesRequest, options = {}) {
|
|
132
|
+
save: (saveAiPreferencesRequest_1, acceptLanguage_1, ...args_1) => __awaiter(this, [saveAiPreferencesRequest_1, acceptLanguage_1, ...args_1], void 0, function* (saveAiPreferencesRequest, acceptLanguage, options = {}) {
|
|
132
133
|
// verify required parameter 'saveAiPreferencesRequest' is not null or undefined
|
|
133
134
|
(0, common_1.assertParamExists)('save', 'saveAiPreferencesRequest', saveAiPreferencesRequest);
|
|
134
135
|
const localVarPath = `/api/v1/settings/ai/preferences`;
|
|
@@ -146,6 +147,9 @@ const SettingsApiAxiosParamCreator = function (configuration) {
|
|
|
146
147
|
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
147
148
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
148
149
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
150
|
+
if (acceptLanguage != null) {
|
|
151
|
+
localVarHeaderParameter['Accept-Language'] = String(acceptLanguage);
|
|
152
|
+
}
|
|
149
153
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
150
154
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
151
155
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -244,16 +248,17 @@ const SettingsApiFp = function (configuration) {
|
|
|
244
248
|
});
|
|
245
249
|
},
|
|
246
250
|
/**
|
|
247
|
-
* A null field leaves the current value unchanged.
|
|
251
|
+
* A null field leaves the current value unchanged. inbox=true creates the caller\'s Inbox folder at their root on demand (named from Accept-Language, else the deployment\'s default language); inbox=false forgets it without deleting the folder. 400 when the Inbox is not offered.
|
|
248
252
|
* @summary Save the caller\'s smart-filing preferences
|
|
249
253
|
* @param {SaveAiPreferencesRequest} saveAiPreferencesRequest
|
|
254
|
+
* @param {string} [acceptLanguage]
|
|
250
255
|
* @param {*} [options] Override http request option.
|
|
251
256
|
* @throws {RequiredError}
|
|
252
257
|
*/
|
|
253
|
-
save(saveAiPreferencesRequest, options) {
|
|
258
|
+
save(saveAiPreferencesRequest, acceptLanguage, options) {
|
|
254
259
|
return __awaiter(this, void 0, void 0, function* () {
|
|
255
260
|
var _a, _b, _c;
|
|
256
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.save(saveAiPreferencesRequest, options);
|
|
261
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.save(saveAiPreferencesRequest, acceptLanguage, options);
|
|
257
262
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
258
263
|
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SettingsApi.save']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
259
264
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -312,14 +317,15 @@ const SettingsApiFactory = function (configuration, basePath, axios) {
|
|
|
312
317
|
return localVarFp.getSettings(options).then((request) => request(axios, basePath));
|
|
313
318
|
},
|
|
314
319
|
/**
|
|
315
|
-
* A null field leaves the current value unchanged.
|
|
320
|
+
* A null field leaves the current value unchanged. inbox=true creates the caller\'s Inbox folder at their root on demand (named from Accept-Language, else the deployment\'s default language); inbox=false forgets it without deleting the folder. 400 when the Inbox is not offered.
|
|
316
321
|
* @summary Save the caller\'s smart-filing preferences
|
|
317
322
|
* @param {SaveAiPreferencesRequest} saveAiPreferencesRequest
|
|
323
|
+
* @param {string} [acceptLanguage]
|
|
318
324
|
* @param {*} [options] Override http request option.
|
|
319
325
|
* @throws {RequiredError}
|
|
320
326
|
*/
|
|
321
|
-
save(saveAiPreferencesRequest, options) {
|
|
322
|
-
return localVarFp.save(saveAiPreferencesRequest, options).then((request) => request(axios, basePath));
|
|
327
|
+
save(saveAiPreferencesRequest, acceptLanguage, options) {
|
|
328
|
+
return localVarFp.save(saveAiPreferencesRequest, acceptLanguage, options).then((request) => request(axios, basePath));
|
|
323
329
|
},
|
|
324
330
|
/**
|
|
325
331
|
* Save user\'s language and theme preferences
|
|
@@ -366,14 +372,15 @@ class SettingsApi extends base_1.BaseAPI {
|
|
|
366
372
|
return (0, exports.SettingsApiFp)(this.configuration).getSettings(options).then((request) => request(this.axios, this.basePath));
|
|
367
373
|
}
|
|
368
374
|
/**
|
|
369
|
-
* A null field leaves the current value unchanged.
|
|
375
|
+
* A null field leaves the current value unchanged. inbox=true creates the caller\'s Inbox folder at their root on demand (named from Accept-Language, else the deployment\'s default language); inbox=false forgets it without deleting the folder. 400 when the Inbox is not offered.
|
|
370
376
|
* @summary Save the caller\'s smart-filing preferences
|
|
371
377
|
* @param {SaveAiPreferencesRequest} saveAiPreferencesRequest
|
|
378
|
+
* @param {string} [acceptLanguage]
|
|
372
379
|
* @param {*} [options] Override http request option.
|
|
373
380
|
* @throws {RequiredError}
|
|
374
381
|
*/
|
|
375
|
-
save(saveAiPreferencesRequest, options) {
|
|
376
|
-
return (0, exports.SettingsApiFp)(this.configuration).save(saveAiPreferencesRequest, options).then((request) => request(this.axios, this.basePath));
|
|
382
|
+
save(saveAiPreferencesRequest, acceptLanguage, options) {
|
|
383
|
+
return (0, exports.SettingsApiFp)(this.configuration).save(saveAiPreferencesRequest, acceptLanguage, options).then((request) => request(this.axios, this.basePath));
|
|
377
384
|
}
|
|
378
385
|
/**
|
|
379
386
|
* Save user\'s language and theme preferences
|
|
@@ -12,7 +12,9 @@
|
|
|
12
12
|
import type { Configuration } from '../configuration';
|
|
13
13
|
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
14
|
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import type { AutoFileInboxRequest } from '../models';
|
|
15
16
|
import type { AutoFileJobView } from '../models';
|
|
17
|
+
import type { AutoFileJobsRequest } from '../models';
|
|
16
18
|
import type { AutoFileRequest } from '../models';
|
|
17
19
|
import type { FilingOutcome } from '../models';
|
|
18
20
|
/**
|
|
@@ -27,6 +29,14 @@ export declare const SmartFilingApiAxiosParamCreator: (configuration?: Configura
|
|
|
27
29
|
* @throws {RequiredError}
|
|
28
30
|
*/
|
|
29
31
|
file: (autoFileRequest: AutoFileRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
32
|
+
/**
|
|
33
|
+
* Schedules one filing job for every active file directly in the caller\'s Inbox folder (the per-user Inbox of the smart-filing preferences) and returns the job at once, like the on-demand endpoint. 404 when the caller has no Inbox, 400 when the deployment does not offer it.
|
|
34
|
+
* @summary File everything lying loose in the caller\'s Inbox
|
|
35
|
+
* @param {AutoFileInboxRequest} [autoFileInboxRequest]
|
|
36
|
+
* @param {*} [options] Override http request option.
|
|
37
|
+
* @throws {RequiredError}
|
|
38
|
+
*/
|
|
39
|
+
fileInbox: (autoFileInboxRequest?: AutoFileInboxRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
30
40
|
/**
|
|
31
41
|
*
|
|
32
42
|
* @summary Progress and outcome of a filing job
|
|
@@ -35,6 +45,14 @@ export declare const SmartFilingApiAxiosParamCreator: (configuration?: Configura
|
|
|
35
45
|
* @throws {RequiredError}
|
|
36
46
|
*/
|
|
37
47
|
job: (jobId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
48
|
+
/**
|
|
49
|
+
* Follows a whole upload batch in one call: the browser sends one upload request per file, so a batch leaves as many jobs to poll. Jobs that do not exist, or belong to somebody else, are left out of the answer rather than failing it. A POST because a batch of ids does not fit in a query string.
|
|
50
|
+
* @summary Progress and outcome of several filing jobs
|
|
51
|
+
* @param {AutoFileJobsRequest} autoFileJobsRequest
|
|
52
|
+
* @param {*} [options] Override http request option.
|
|
53
|
+
* @throws {RequiredError}
|
|
54
|
+
*/
|
|
55
|
+
jobs: (autoFileJobsRequest: AutoFileJobsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
38
56
|
/**
|
|
39
57
|
*
|
|
40
58
|
* @summary The latest filing record of a document (the \"Filed by OpenFilz\" chip)
|
|
@@ -72,6 +90,14 @@ export declare const SmartFilingApiFp: (configuration?: Configuration) => {
|
|
|
72
90
|
* @throws {RequiredError}
|
|
73
91
|
*/
|
|
74
92
|
file(autoFileRequest: AutoFileRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AutoFileJobView>>;
|
|
93
|
+
/**
|
|
94
|
+
* Schedules one filing job for every active file directly in the caller\'s Inbox folder (the per-user Inbox of the smart-filing preferences) and returns the job at once, like the on-demand endpoint. 404 when the caller has no Inbox, 400 when the deployment does not offer it.
|
|
95
|
+
* @summary File everything lying loose in the caller\'s Inbox
|
|
96
|
+
* @param {AutoFileInboxRequest} [autoFileInboxRequest]
|
|
97
|
+
* @param {*} [options] Override http request option.
|
|
98
|
+
* @throws {RequiredError}
|
|
99
|
+
*/
|
|
100
|
+
fileInbox(autoFileInboxRequest?: AutoFileInboxRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AutoFileJobView>>;
|
|
75
101
|
/**
|
|
76
102
|
*
|
|
77
103
|
* @summary Progress and outcome of a filing job
|
|
@@ -80,6 +106,14 @@ export declare const SmartFilingApiFp: (configuration?: Configuration) => {
|
|
|
80
106
|
* @throws {RequiredError}
|
|
81
107
|
*/
|
|
82
108
|
job(jobId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AutoFileJobView>>;
|
|
109
|
+
/**
|
|
110
|
+
* Follows a whole upload batch in one call: the browser sends one upload request per file, so a batch leaves as many jobs to poll. Jobs that do not exist, or belong to somebody else, are left out of the answer rather than failing it. A POST because a batch of ids does not fit in a query string.
|
|
111
|
+
* @summary Progress and outcome of several filing jobs
|
|
112
|
+
* @param {AutoFileJobsRequest} autoFileJobsRequest
|
|
113
|
+
* @param {*} [options] Override http request option.
|
|
114
|
+
* @throws {RequiredError}
|
|
115
|
+
*/
|
|
116
|
+
jobs(autoFileJobsRequest: AutoFileJobsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<AutoFileJobView>>>;
|
|
83
117
|
/**
|
|
84
118
|
*
|
|
85
119
|
* @summary The latest filing record of a document (the \"Filed by OpenFilz\" chip)
|
|
@@ -117,6 +151,14 @@ export declare const SmartFilingApiFactory: (configuration?: Configuration, base
|
|
|
117
151
|
* @throws {RequiredError}
|
|
118
152
|
*/
|
|
119
153
|
file(autoFileRequest: AutoFileRequest, options?: RawAxiosRequestConfig): AxiosPromise<AutoFileJobView>;
|
|
154
|
+
/**
|
|
155
|
+
* Schedules one filing job for every active file directly in the caller\'s Inbox folder (the per-user Inbox of the smart-filing preferences) and returns the job at once, like the on-demand endpoint. 404 when the caller has no Inbox, 400 when the deployment does not offer it.
|
|
156
|
+
* @summary File everything lying loose in the caller\'s Inbox
|
|
157
|
+
* @param {AutoFileInboxRequest} [autoFileInboxRequest]
|
|
158
|
+
* @param {*} [options] Override http request option.
|
|
159
|
+
* @throws {RequiredError}
|
|
160
|
+
*/
|
|
161
|
+
fileInbox(autoFileInboxRequest?: AutoFileInboxRequest, options?: RawAxiosRequestConfig): AxiosPromise<AutoFileJobView>;
|
|
120
162
|
/**
|
|
121
163
|
*
|
|
122
164
|
* @summary Progress and outcome of a filing job
|
|
@@ -125,6 +167,14 @@ export declare const SmartFilingApiFactory: (configuration?: Configuration, base
|
|
|
125
167
|
* @throws {RequiredError}
|
|
126
168
|
*/
|
|
127
169
|
job(jobId: string, options?: RawAxiosRequestConfig): AxiosPromise<AutoFileJobView>;
|
|
170
|
+
/**
|
|
171
|
+
* Follows a whole upload batch in one call: the browser sends one upload request per file, so a batch leaves as many jobs to poll. Jobs that do not exist, or belong to somebody else, are left out of the answer rather than failing it. A POST because a batch of ids does not fit in a query string.
|
|
172
|
+
* @summary Progress and outcome of several filing jobs
|
|
173
|
+
* @param {AutoFileJobsRequest} autoFileJobsRequest
|
|
174
|
+
* @param {*} [options] Override http request option.
|
|
175
|
+
* @throws {RequiredError}
|
|
176
|
+
*/
|
|
177
|
+
jobs(autoFileJobsRequest: AutoFileJobsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<AutoFileJobView>>;
|
|
128
178
|
/**
|
|
129
179
|
*
|
|
130
180
|
* @summary The latest filing record of a document (the \"Filed by OpenFilz\" chip)
|
|
@@ -162,6 +212,14 @@ export declare class SmartFilingApi extends BaseAPI {
|
|
|
162
212
|
* @throws {RequiredError}
|
|
163
213
|
*/
|
|
164
214
|
file(autoFileRequest: AutoFileRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AutoFileJobView, any, {}, any>>;
|
|
215
|
+
/**
|
|
216
|
+
* Schedules one filing job for every active file directly in the caller\'s Inbox folder (the per-user Inbox of the smart-filing preferences) and returns the job at once, like the on-demand endpoint. 404 when the caller has no Inbox, 400 when the deployment does not offer it.
|
|
217
|
+
* @summary File everything lying loose in the caller\'s Inbox
|
|
218
|
+
* @param {AutoFileInboxRequest} [autoFileInboxRequest]
|
|
219
|
+
* @param {*} [options] Override http request option.
|
|
220
|
+
* @throws {RequiredError}
|
|
221
|
+
*/
|
|
222
|
+
fileInbox(autoFileInboxRequest?: AutoFileInboxRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AutoFileJobView, any, {}, any>>;
|
|
165
223
|
/**
|
|
166
224
|
*
|
|
167
225
|
* @summary Progress and outcome of a filing job
|
|
@@ -170,6 +228,14 @@ export declare class SmartFilingApi extends BaseAPI {
|
|
|
170
228
|
* @throws {RequiredError}
|
|
171
229
|
*/
|
|
172
230
|
job(jobId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AutoFileJobView, any, {}, any>>;
|
|
231
|
+
/**
|
|
232
|
+
* Follows a whole upload batch in one call: the browser sends one upload request per file, so a batch leaves as many jobs to poll. Jobs that do not exist, or belong to somebody else, are left out of the answer rather than failing it. A POST because a batch of ids does not fit in a query string.
|
|
233
|
+
* @summary Progress and outcome of several filing jobs
|
|
234
|
+
* @param {AutoFileJobsRequest} autoFileJobsRequest
|
|
235
|
+
* @param {*} [options] Override http request option.
|
|
236
|
+
* @throws {RequiredError}
|
|
237
|
+
*/
|
|
238
|
+
jobs(autoFileJobsRequest: AutoFileJobsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AutoFileJobView[], any, {}, any>>;
|
|
173
239
|
/**
|
|
174
240
|
*
|
|
175
241
|
* @summary The latest filing record of a document (the \"Filed by OpenFilz\" chip)
|
|
@@ -68,6 +68,38 @@ const SmartFilingApiAxiosParamCreator = function (configuration) {
|
|
|
68
68
|
options: localVarRequestOptions,
|
|
69
69
|
};
|
|
70
70
|
}),
|
|
71
|
+
/**
|
|
72
|
+
* Schedules one filing job for every active file directly in the caller\'s Inbox folder (the per-user Inbox of the smart-filing preferences) and returns the job at once, like the on-demand endpoint. 404 when the caller has no Inbox, 400 when the deployment does not offer it.
|
|
73
|
+
* @summary File everything lying loose in the caller\'s Inbox
|
|
74
|
+
* @param {AutoFileInboxRequest} [autoFileInboxRequest]
|
|
75
|
+
* @param {*} [options] Override http request option.
|
|
76
|
+
* @throws {RequiredError}
|
|
77
|
+
*/
|
|
78
|
+
fileInbox: (autoFileInboxRequest_1, ...args_1) => __awaiter(this, [autoFileInboxRequest_1, ...args_1], void 0, function* (autoFileInboxRequest, options = {}) {
|
|
79
|
+
const localVarPath = `/api/v1/ai/auto-file/inbox`;
|
|
80
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
81
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
82
|
+
let baseOptions;
|
|
83
|
+
if (configuration) {
|
|
84
|
+
baseOptions = configuration.baseOptions;
|
|
85
|
+
}
|
|
86
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
87
|
+
const localVarHeaderParameter = {};
|
|
88
|
+
const localVarQueryParameter = {};
|
|
89
|
+
// authentication keycloak_auth required
|
|
90
|
+
// http bearer authentication required
|
|
91
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
92
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
93
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
94
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
95
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
96
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
97
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(autoFileInboxRequest, localVarRequestOptions, configuration);
|
|
98
|
+
return {
|
|
99
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
100
|
+
options: localVarRequestOptions,
|
|
101
|
+
};
|
|
102
|
+
}),
|
|
71
103
|
/**
|
|
72
104
|
*
|
|
73
105
|
* @summary Progress and outcome of a filing job
|
|
@@ -101,6 +133,40 @@ const SmartFilingApiAxiosParamCreator = function (configuration) {
|
|
|
101
133
|
options: localVarRequestOptions,
|
|
102
134
|
};
|
|
103
135
|
}),
|
|
136
|
+
/**
|
|
137
|
+
* Follows a whole upload batch in one call: the browser sends one upload request per file, so a batch leaves as many jobs to poll. Jobs that do not exist, or belong to somebody else, are left out of the answer rather than failing it. A POST because a batch of ids does not fit in a query string.
|
|
138
|
+
* @summary Progress and outcome of several filing jobs
|
|
139
|
+
* @param {AutoFileJobsRequest} autoFileJobsRequest
|
|
140
|
+
* @param {*} [options] Override http request option.
|
|
141
|
+
* @throws {RequiredError}
|
|
142
|
+
*/
|
|
143
|
+
jobs: (autoFileJobsRequest_1, ...args_1) => __awaiter(this, [autoFileJobsRequest_1, ...args_1], void 0, function* (autoFileJobsRequest, options = {}) {
|
|
144
|
+
// verify required parameter 'autoFileJobsRequest' is not null or undefined
|
|
145
|
+
(0, common_1.assertParamExists)('jobs', 'autoFileJobsRequest', autoFileJobsRequest);
|
|
146
|
+
const localVarPath = `/api/v1/ai/auto-file/jobs`;
|
|
147
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
148
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
149
|
+
let baseOptions;
|
|
150
|
+
if (configuration) {
|
|
151
|
+
baseOptions = configuration.baseOptions;
|
|
152
|
+
}
|
|
153
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
154
|
+
const localVarHeaderParameter = {};
|
|
155
|
+
const localVarQueryParameter = {};
|
|
156
|
+
// authentication keycloak_auth required
|
|
157
|
+
// http bearer authentication required
|
|
158
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
159
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
160
|
+
localVarHeaderParameter['Accept'] = 'application/json';
|
|
161
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
162
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
163
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
164
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(autoFileJobsRequest, localVarRequestOptions, configuration);
|
|
165
|
+
return {
|
|
166
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
167
|
+
options: localVarRequestOptions,
|
|
168
|
+
};
|
|
169
|
+
}),
|
|
104
170
|
/**
|
|
105
171
|
*
|
|
106
172
|
* @summary The latest filing record of a document (the \"Filed by OpenFilz\" chip)
|
|
@@ -225,6 +291,22 @@ const SmartFilingApiFp = function (configuration) {
|
|
|
225
291
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
226
292
|
});
|
|
227
293
|
},
|
|
294
|
+
/**
|
|
295
|
+
* Schedules one filing job for every active file directly in the caller\'s Inbox folder (the per-user Inbox of the smart-filing preferences) and returns the job at once, like the on-demand endpoint. 404 when the caller has no Inbox, 400 when the deployment does not offer it.
|
|
296
|
+
* @summary File everything lying loose in the caller\'s Inbox
|
|
297
|
+
* @param {AutoFileInboxRequest} [autoFileInboxRequest]
|
|
298
|
+
* @param {*} [options] Override http request option.
|
|
299
|
+
* @throws {RequiredError}
|
|
300
|
+
*/
|
|
301
|
+
fileInbox(autoFileInboxRequest, options) {
|
|
302
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
303
|
+
var _a, _b, _c;
|
|
304
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.fileInbox(autoFileInboxRequest, options);
|
|
305
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
306
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SmartFilingApi.fileInbox']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
307
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
308
|
+
});
|
|
309
|
+
},
|
|
228
310
|
/**
|
|
229
311
|
*
|
|
230
312
|
* @summary Progress and outcome of a filing job
|
|
@@ -241,6 +323,22 @@ const SmartFilingApiFp = function (configuration) {
|
|
|
241
323
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
242
324
|
});
|
|
243
325
|
},
|
|
326
|
+
/**
|
|
327
|
+
* Follows a whole upload batch in one call: the browser sends one upload request per file, so a batch leaves as many jobs to poll. Jobs that do not exist, or belong to somebody else, are left out of the answer rather than failing it. A POST because a batch of ids does not fit in a query string.
|
|
328
|
+
* @summary Progress and outcome of several filing jobs
|
|
329
|
+
* @param {AutoFileJobsRequest} autoFileJobsRequest
|
|
330
|
+
* @param {*} [options] Override http request option.
|
|
331
|
+
* @throws {RequiredError}
|
|
332
|
+
*/
|
|
333
|
+
jobs(autoFileJobsRequest, options) {
|
|
334
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
335
|
+
var _a, _b, _c;
|
|
336
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.jobs(autoFileJobsRequest, options);
|
|
337
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
338
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SmartFilingApi.jobs']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
339
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
340
|
+
});
|
|
341
|
+
},
|
|
244
342
|
/**
|
|
245
343
|
*
|
|
246
344
|
* @summary The latest filing record of a document (the \"Filed by OpenFilz\" chip)
|
|
@@ -308,6 +406,16 @@ const SmartFilingApiFactory = function (configuration, basePath, axios) {
|
|
|
308
406
|
file(autoFileRequest, options) {
|
|
309
407
|
return localVarFp.file(autoFileRequest, options).then((request) => request(axios, basePath));
|
|
310
408
|
},
|
|
409
|
+
/**
|
|
410
|
+
* Schedules one filing job for every active file directly in the caller\'s Inbox folder (the per-user Inbox of the smart-filing preferences) and returns the job at once, like the on-demand endpoint. 404 when the caller has no Inbox, 400 when the deployment does not offer it.
|
|
411
|
+
* @summary File everything lying loose in the caller\'s Inbox
|
|
412
|
+
* @param {AutoFileInboxRequest} [autoFileInboxRequest]
|
|
413
|
+
* @param {*} [options] Override http request option.
|
|
414
|
+
* @throws {RequiredError}
|
|
415
|
+
*/
|
|
416
|
+
fileInbox(autoFileInboxRequest, options) {
|
|
417
|
+
return localVarFp.fileInbox(autoFileInboxRequest, options).then((request) => request(axios, basePath));
|
|
418
|
+
},
|
|
311
419
|
/**
|
|
312
420
|
*
|
|
313
421
|
* @summary Progress and outcome of a filing job
|
|
@@ -318,6 +426,16 @@ const SmartFilingApiFactory = function (configuration, basePath, axios) {
|
|
|
318
426
|
job(jobId, options) {
|
|
319
427
|
return localVarFp.job(jobId, options).then((request) => request(axios, basePath));
|
|
320
428
|
},
|
|
429
|
+
/**
|
|
430
|
+
* Follows a whole upload batch in one call: the browser sends one upload request per file, so a batch leaves as many jobs to poll. Jobs that do not exist, or belong to somebody else, are left out of the answer rather than failing it. A POST because a batch of ids does not fit in a query string.
|
|
431
|
+
* @summary Progress and outcome of several filing jobs
|
|
432
|
+
* @param {AutoFileJobsRequest} autoFileJobsRequest
|
|
433
|
+
* @param {*} [options] Override http request option.
|
|
434
|
+
* @throws {RequiredError}
|
|
435
|
+
*/
|
|
436
|
+
jobs(autoFileJobsRequest, options) {
|
|
437
|
+
return localVarFp.jobs(autoFileJobsRequest, options).then((request) => request(axios, basePath));
|
|
438
|
+
},
|
|
321
439
|
/**
|
|
322
440
|
*
|
|
323
441
|
* @summary The latest filing record of a document (the \"Filed by OpenFilz\" chip)
|
|
@@ -365,6 +483,16 @@ class SmartFilingApi extends base_1.BaseAPI {
|
|
|
365
483
|
file(autoFileRequest, options) {
|
|
366
484
|
return (0, exports.SmartFilingApiFp)(this.configuration).file(autoFileRequest, options).then((request) => request(this.axios, this.basePath));
|
|
367
485
|
}
|
|
486
|
+
/**
|
|
487
|
+
* Schedules one filing job for every active file directly in the caller\'s Inbox folder (the per-user Inbox of the smart-filing preferences) and returns the job at once, like the on-demand endpoint. 404 when the caller has no Inbox, 400 when the deployment does not offer it.
|
|
488
|
+
* @summary File everything lying loose in the caller\'s Inbox
|
|
489
|
+
* @param {AutoFileInboxRequest} [autoFileInboxRequest]
|
|
490
|
+
* @param {*} [options] Override http request option.
|
|
491
|
+
* @throws {RequiredError}
|
|
492
|
+
*/
|
|
493
|
+
fileInbox(autoFileInboxRequest, options) {
|
|
494
|
+
return (0, exports.SmartFilingApiFp)(this.configuration).fileInbox(autoFileInboxRequest, options).then((request) => request(this.axios, this.basePath));
|
|
495
|
+
}
|
|
368
496
|
/**
|
|
369
497
|
*
|
|
370
498
|
* @summary Progress and outcome of a filing job
|
|
@@ -375,6 +503,16 @@ class SmartFilingApi extends base_1.BaseAPI {
|
|
|
375
503
|
job(jobId, options) {
|
|
376
504
|
return (0, exports.SmartFilingApiFp)(this.configuration).job(jobId, options).then((request) => request(this.axios, this.basePath));
|
|
377
505
|
}
|
|
506
|
+
/**
|
|
507
|
+
* Follows a whole upload batch in one call: the browser sends one upload request per file, so a batch leaves as many jobs to poll. Jobs that do not exist, or belong to somebody else, are left out of the answer rather than failing it. A POST because a batch of ids does not fit in a query string.
|
|
508
|
+
* @summary Progress and outcome of several filing jobs
|
|
509
|
+
* @param {AutoFileJobsRequest} autoFileJobsRequest
|
|
510
|
+
* @param {*} [options] Override http request option.
|
|
511
|
+
* @throws {RequiredError}
|
|
512
|
+
*/
|
|
513
|
+
jobs(autoFileJobsRequest, options) {
|
|
514
|
+
return (0, exports.SmartFilingApiFp)(this.configuration).jobs(autoFileJobsRequest, options).then((request) => request(this.axios, this.basePath));
|
|
515
|
+
}
|
|
378
516
|
/**
|
|
379
517
|
*
|
|
380
518
|
* @summary The latest filing record of a document (the \"Filed by OpenFilz\" chip)
|
package/dist/api.d.ts
CHANGED
|
@@ -10,8 +10,17 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
export * from './api/aichat-api';
|
|
13
|
+
export * from './api/aidirectory-api';
|
|
13
14
|
export * from './api/aiembeddings-api';
|
|
15
|
+
export * from './api/aifiling-rules-api';
|
|
16
|
+
export * from './api/aigovernance-api';
|
|
14
17
|
export * from './api/aisettings-api';
|
|
18
|
+
export * from './api/aitaxonomy-api';
|
|
19
|
+
export * from './api/aiteam-inboxes-api';
|
|
20
|
+
export * from './api/ai-analytics-admin-controller-api';
|
|
21
|
+
export * from './api/ai-archiving-admin-controller-api';
|
|
22
|
+
export * from './api/ai-cloud-usage-admin-controller-api';
|
|
23
|
+
export * from './api/archive-controller-api';
|
|
15
24
|
export * from './api/collaboration-audit-controller-api';
|
|
16
25
|
export * from './api/collaboration-controller-api';
|
|
17
26
|
export * from './api/comments-api';
|
package/dist/api.js
CHANGED
|
@@ -28,8 +28,17 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
30
|
__exportStar(require("./api/aichat-api"), exports);
|
|
31
|
+
__exportStar(require("./api/aidirectory-api"), exports);
|
|
31
32
|
__exportStar(require("./api/aiembeddings-api"), exports);
|
|
33
|
+
__exportStar(require("./api/aifiling-rules-api"), exports);
|
|
34
|
+
__exportStar(require("./api/aigovernance-api"), exports);
|
|
32
35
|
__exportStar(require("./api/aisettings-api"), exports);
|
|
36
|
+
__exportStar(require("./api/aitaxonomy-api"), exports);
|
|
37
|
+
__exportStar(require("./api/aiteam-inboxes-api"), exports);
|
|
38
|
+
__exportStar(require("./api/ai-analytics-admin-controller-api"), exports);
|
|
39
|
+
__exportStar(require("./api/ai-archiving-admin-controller-api"), exports);
|
|
40
|
+
__exportStar(require("./api/ai-cloud-usage-admin-controller-api"), exports);
|
|
41
|
+
__exportStar(require("./api/archive-controller-api"), exports);
|
|
33
42
|
__exportStar(require("./api/collaboration-audit-controller-api"), exports);
|
|
34
43
|
__exportStar(require("./api/collaboration-controller-api"), exports);
|
|
35
44
|
__exportStar(require("./api/comments-api"), exports);
|
|
@@ -0,0 +1,71 @@
|
|
|
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 { Configuration } from '../configuration';
|
|
13
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
+
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import type { AiAnalyticsView } from '../models';
|
|
16
|
+
/**
|
|
17
|
+
* AiAnalyticsAdminControllerApi - axios parameter creator
|
|
18
|
+
*/
|
|
19
|
+
export declare const AiAnalyticsAdminControllerApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
20
|
+
/**
|
|
21
|
+
* Category and language mix, enrichment pipeline state and today\'s model spend, smart-filing volume / stages / skip reasons / last 30 days, undo and manual-move corrections with the implied accuracy, and the documents untouched for N months. Optionally restricted to a folder subtree.
|
|
22
|
+
* @summary Tenant-wide AI insights and smart-filing analytics (admin only)
|
|
23
|
+
* @param {string} [folderId] Restrict every figure to this folder\'s subtree
|
|
24
|
+
* @param {number} [untouchedMonths] Inactivity threshold of the \'untouched\' block, in months (default 12)
|
|
25
|
+
* @param {*} [options] Override http request option.
|
|
26
|
+
* @throws {RequiredError}
|
|
27
|
+
*/
|
|
28
|
+
analytics: (folderId?: string, untouchedMonths?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* AiAnalyticsAdminControllerApi - functional programming interface
|
|
32
|
+
*/
|
|
33
|
+
export declare const AiAnalyticsAdminControllerApiFp: (configuration?: Configuration) => {
|
|
34
|
+
/**
|
|
35
|
+
* Category and language mix, enrichment pipeline state and today\'s model spend, smart-filing volume / stages / skip reasons / last 30 days, undo and manual-move corrections with the implied accuracy, and the documents untouched for N months. Optionally restricted to a folder subtree.
|
|
36
|
+
* @summary Tenant-wide AI insights and smart-filing analytics (admin only)
|
|
37
|
+
* @param {string} [folderId] Restrict every figure to this folder\'s subtree
|
|
38
|
+
* @param {number} [untouchedMonths] Inactivity threshold of the \'untouched\' block, in months (default 12)
|
|
39
|
+
* @param {*} [options] Override http request option.
|
|
40
|
+
* @throws {RequiredError}
|
|
41
|
+
*/
|
|
42
|
+
analytics(folderId?: string, untouchedMonths?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AiAnalyticsView>>;
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* AiAnalyticsAdminControllerApi - factory interface
|
|
46
|
+
*/
|
|
47
|
+
export declare const AiAnalyticsAdminControllerApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
48
|
+
/**
|
|
49
|
+
* Category and language mix, enrichment pipeline state and today\'s model spend, smart-filing volume / stages / skip reasons / last 30 days, undo and manual-move corrections with the implied accuracy, and the documents untouched for N months. Optionally restricted to a folder subtree.
|
|
50
|
+
* @summary Tenant-wide AI insights and smart-filing analytics (admin only)
|
|
51
|
+
* @param {string} [folderId] Restrict every figure to this folder\'s subtree
|
|
52
|
+
* @param {number} [untouchedMonths] Inactivity threshold of the \'untouched\' block, in months (default 12)
|
|
53
|
+
* @param {*} [options] Override http request option.
|
|
54
|
+
* @throws {RequiredError}
|
|
55
|
+
*/
|
|
56
|
+
analytics(folderId?: string, untouchedMonths?: number, options?: RawAxiosRequestConfig): AxiosPromise<AiAnalyticsView>;
|
|
57
|
+
};
|
|
58
|
+
/**
|
|
59
|
+
* AiAnalyticsAdminControllerApi - object-oriented interface
|
|
60
|
+
*/
|
|
61
|
+
export declare class AiAnalyticsAdminControllerApi extends BaseAPI {
|
|
62
|
+
/**
|
|
63
|
+
* Category and language mix, enrichment pipeline state and today\'s model spend, smart-filing volume / stages / skip reasons / last 30 days, undo and manual-move corrections with the implied accuracy, and the documents untouched for N months. Optionally restricted to a folder subtree.
|
|
64
|
+
* @summary Tenant-wide AI insights and smart-filing analytics (admin only)
|
|
65
|
+
* @param {string} [folderId] Restrict every figure to this folder\'s subtree
|
|
66
|
+
* @param {number} [untouchedMonths] Inactivity threshold of the \'untouched\' block, in months (default 12)
|
|
67
|
+
* @param {*} [options] Override http request option.
|
|
68
|
+
* @throws {RequiredError}
|
|
69
|
+
*/
|
|
70
|
+
analytics(folderId?: string, untouchedMonths?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AiAnalyticsView, any, {}, any>>;
|
|
71
|
+
}
|