Skip to content

Commit 05c8396

Browse files
committed
update
1 parent 3eb8be2 commit 05c8396

579 files changed

Lines changed: 27640 additions & 20179 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/maven.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
2+
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
3+
#
4+
# This file is auto-generated by OpenAPI Generator (https://openapi-generator.tech)
5+
6+
name: Java CI with Maven
7+
8+
on:
9+
push:
10+
branches: [ main, master ]
11+
pull_request:
12+
branches: [ main, master ]
13+
14+
jobs:
15+
build:
16+
name: Build FormKiQ API JWT
17+
runs-on: ubuntu-latest
18+
strategy:
19+
matrix:
20+
java: [ 17, 21 ]
21+
steps:
22+
- uses: actions/checkout@v4
23+
- name: Set up JDK
24+
uses: actions/setup-java@v4
25+
with:
26+
java-version: ${{ matrix.java }}
27+
distribution: 'temurin'
28+
cache: maven
29+
- name: Build with Maven
30+
run: mvn -B package --no-transfer-progress --file pom.xml

.openapi-generator/FILES

Lines changed: 60 additions & 6 deletions
Large diffs are not rendered by default.

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.20.0
1+
7.22.0

README.md

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ Class | Method | HTTP request | Description
282282
*DocumentsApi* | [**deleteDocumentCheckoutLegalHold**](docs/DocumentsApi.md#deleteDocumentCheckoutLegalHold) | **DELETE** /documents/{documentId}/legalHold | Delete document legal hold checkout
283283
*DocumentsApi* | [**deletePublishedDocumentContent**](docs/DocumentsApi.md#deletePublishedDocumentContent) | **DELETE** /publications/{documentId} | Delete published document's contents
284284
*DocumentsApi* | [**getDocument**](docs/DocumentsApi.md#getDocument) | **GET** /documents/{documentId} | Get document
285+
*DocumentsApi* | [**getDocumentArtifacts**](docs/DocumentsApi.md#getDocumentArtifacts) | **GET** /documents/{documentId}/artifacts | Get document artifacts
285286
*DocumentsApi* | [**getDocumentContent**](docs/DocumentsApi.md#getDocumentContent) | **GET** /documents/{documentId}/content | Get document's contents
286287
*DocumentsApi* | [**getDocumentIdUpload**](docs/DocumentsApi.md#getDocumentIdUpload) | **GET** /documents/{documentId}/upload | Get url to update large document
287288
*DocumentsApi* | [**getDocumentSyncs**](docs/DocumentsApi.md#getDocumentSyncs) | **GET** /documents/{documentId}/syncs | Get document syncs
@@ -345,20 +346,21 @@ Class | Method | HTTP request | Description
345346
*SchemasApi* | [**getSitesSchemaAttributeAllowedValues**](docs/SchemasApi.md#getSitesSchemaAttributeAllowedValues) | **GET** /sites/{siteId}/schema/document/attributes/{key}/allowedValues | Get Attribute Allowed Values
346347
*SchemasApi* | [**setClassification**](docs/SchemasApi.md#setClassification) | **PUT** /sites/{siteId}/classifications/{classificationId} | Set Classification
347348
*SchemasApi* | [**setSitesSchema**](docs/SchemasApi.md#setSitesSchema) | **PUT** /sites/{siteId}/schema/document | Set Sites Schema
349+
*ShortlinksApi* | [**addShortlink**](docs/ShortlinksApi.md#addShortlink) | **POST** /shortlinks | Add shortlink
348350
*SystemManagementApi* | [**addApiKey**](docs/SystemManagementApi.md#addApiKey) | **POST** /sites/{siteId}/apiKeys | Add API Key
349351
*SystemManagementApi* | [**addLocale**](docs/SystemManagementApi.md#addLocale) | **POST** /sites/{siteId}/locales | Add Locale
350352
*SystemManagementApi* | [**addLocaleResourceItem**](docs/SystemManagementApi.md#addLocaleResourceItem) | **POST** /sites/{siteId}/locales/{locale}/resourceItems | Add Locale Resource Item
351-
*SystemManagementApi* | [**addOpenSearchRestoreSnapshot**](docs/SystemManagementApi.md#addOpenSearchRestoreSnapshot) | **POST** /sites/{siteId}/opensearch/snapshots/{snapshotName}/restore | Add an OpenSearch Restore Snapshot
352-
*SystemManagementApi* | [**addOpenSearchSnapshot**](docs/SystemManagementApi.md#addOpenSearchSnapshot) | **POST** /sites/{siteId}/opensearch/snapshots/{snapshotName} | Add an OpenSearch Snapshot
353+
*SystemManagementApi* | [**addOpenSearchRestoreSnapshot**](docs/SystemManagementApi.md#addOpenSearchRestoreSnapshot) | **POST** /sites/{siteId}/opensearch/snapshots/{snapshotName}/restore | Restore site OpenSearch snapshot
354+
*SystemManagementApi* | [**addOpenSearchSnapshot**](docs/SystemManagementApi.md#addOpenSearchSnapshot) | **POST** /sites/{siteId}/opensearch/snapshots/{snapshotName} | Create site OpenSearch snapshot
353355
*SystemManagementApi* | [**addSite**](docs/SystemManagementApi.md#addSite) | **POST** /sites | Add Site
354356
*SystemManagementApi* | [**deleteApiKey**](docs/SystemManagementApi.md#deleteApiKey) | **DELETE** /sites/{siteId}/apiKeys/{apiKey} | Delete API Key
355357
*SystemManagementApi* | [**deleteLocale**](docs/SystemManagementApi.md#deleteLocale) | **DELETE** /sites/{siteId}/locales/{locale} | Delete Locale
356358
*SystemManagementApi* | [**deleteLocaleResourceItem**](docs/SystemManagementApi.md#deleteLocaleResourceItem) | **DELETE** /sites/{siteId}/locales/{locale}/resourceItems/{itemKey} | Delete Local Resource Item
357359
*SystemManagementApi* | [**deleteOpenSearchIndex**](docs/SystemManagementApi.md#deleteOpenSearchIndex) | **DELETE** /sites/{siteId}/opensearch/index | Deletes site(s) OpenSearch index
358360
*SystemManagementApi* | [**deleteOpenSearchIndexByName**](docs/SystemManagementApi.md#deleteOpenSearchIndexByName) | **DELETE** /sites/global/opensearch/indices/{indexName} | Deletes OpenSearch index by name
359-
*SystemManagementApi* | [**deleteOpenSearchRestoreSnapshot**](docs/SystemManagementApi.md#deleteOpenSearchRestoreSnapshot) | **DELETE** /sites/{siteId}/opensearch/snapshots/{snapshotName}/restore | Deletes site(s) OpenSearch Restore Snapshot
360-
*SystemManagementApi* | [**deleteOpenSearchSnapshot**](docs/SystemManagementApi.md#deleteOpenSearchSnapshot) | **DELETE** /sites/{siteId}/opensearch/snapshots/{snapshotName} | Deletes site(s) OpenSearch Snapshot
361-
*SystemManagementApi* | [**deleteOpenSearchSnapshotRepository**](docs/SystemManagementApi.md#deleteOpenSearchSnapshotRepository) | **DELETE** /sites/{siteId}/opensearch/snapshotRepository | Deletes site(s) OpenSearch Snapshot Repository
361+
*SystemManagementApi* | [**deleteOpenSearchRestoreSnapshot**](docs/SystemManagementApi.md#deleteOpenSearchRestoreSnapshot) | **DELETE** /sites/{siteId}/opensearch/snapshots/{snapshotName}/restore | Delete restored OpenSearch snapshot index
362+
*SystemManagementApi* | [**deleteOpenSearchSnapshot**](docs/SystemManagementApi.md#deleteOpenSearchSnapshot) | **DELETE** /sites/{siteId}/opensearch/snapshots/{snapshotName} | Delete site OpenSearch snapshot
363+
*SystemManagementApi* | [**deleteOpenSearchSnapshotRepository**](docs/SystemManagementApi.md#deleteOpenSearchSnapshotRepository) | **DELETE** /sites/{siteId}/opensearch/snapshotRepository | Delete site OpenSearch snapshot repository
362364
*SystemManagementApi* | [**deleteSiteGroup**](docs/SystemManagementApi.md#deleteSiteGroup) | **DELETE** /sites/{siteId}/groups/{groupName} | Deletes Site Group and permissions
363365
*SystemManagementApi* | [**getAllOpenSearchIndices**](docs/SystemManagementApi.md#getAllOpenSearchIndices) | **GET** /sites/global/opensearch/indices | Get all OpenSearch indices
364366
*SystemManagementApi* | [**getApiKeys**](docs/SystemManagementApi.md#getApiKeys) | **GET** /sites/{siteId}/apiKeys | Get API Keys
@@ -368,20 +370,23 @@ Class | Method | HTTP request | Description
368370
*SystemManagementApi* | [**getLocales**](docs/SystemManagementApi.md#getLocales) | **GET** /sites/{siteId}/locales | Get Locales
369371
*SystemManagementApi* | [**getOpenSearchIndex**](docs/SystemManagementApi.md#getOpenSearchIndex) | **GET** /sites/{siteId}/opensearch/index | Get site(s) OpenSearch index settings
370372
*SystemManagementApi* | [**getOpenSearchIndices**](docs/SystemManagementApi.md#getOpenSearchIndices) | **GET** /sites/{siteId}/opensearch/indices | Get site(s) OpenSearch indices
371-
*SystemManagementApi* | [**getOpenSearchSnapshot**](docs/SystemManagementApi.md#getOpenSearchSnapshot) | **GET** /sites/{siteId}/opensearch/snapshots/{snapshotName} | Get site(s) OpenSearch snapshot
372-
*SystemManagementApi* | [**getOpenSearchSnapshotRepositories**](docs/SystemManagementApi.md#getOpenSearchSnapshotRepositories) | **GET** /sites/global/opensearch/snapshotRepositories | Get site(s) OpenSearch snapshot repositories
373-
*SystemManagementApi* | [**getOpenSearchSnapshotRepository**](docs/SystemManagementApi.md#getOpenSearchSnapshotRepository) | **GET** /sites/{siteId}/opensearch/snapshotRepository | Get site(s) OpenSearch snapshot repository
374-
*SystemManagementApi* | [**getOpenSearchSnapshots**](docs/SystemManagementApi.md#getOpenSearchSnapshots) | **GET** /sites/{siteId}/opensearch/snapshots | Get site(s) OpenSearch snapshots
373+
*SystemManagementApi* | [**getOpenSearchSnapshot**](docs/SystemManagementApi.md#getOpenSearchSnapshot) | **GET** /sites/{siteId}/opensearch/snapshots/{snapshotName} | Get site OpenSearch snapshot
374+
*SystemManagementApi* | [**getOpenSearchSnapshotRepositories**](docs/SystemManagementApi.md#getOpenSearchSnapshotRepositories) | **GET** /sites/global/opensearch/snapshotRepositories | List OpenSearch snapshot repositories
375+
*SystemManagementApi* | [**getOpenSearchSnapshotRepository**](docs/SystemManagementApi.md#getOpenSearchSnapshotRepository) | **GET** /sites/{siteId}/opensearch/snapshotRepository | Get site OpenSearch snapshot repository
376+
*SystemManagementApi* | [**getOpenSearchSnapshots**](docs/SystemManagementApi.md#getOpenSearchSnapshots) | **GET** /sites/{siteId}/opensearch/snapshots | List site OpenSearch snapshots
375377
*SystemManagementApi* | [**getSiteGroup**](docs/SystemManagementApi.md#getSiteGroup) | **GET** /sites/{siteId}/groups/{groupName} | Get group and permissions belonging to site
376378
*SystemManagementApi* | [**getSiteGroups**](docs/SystemManagementApi.md#getSiteGroups) | **GET** /sites/{siteId}/groups | Get group(s) and permissions belonging to site
377379
*SystemManagementApi* | [**getSites**](docs/SystemManagementApi.md#getSites) | **GET** /sites | Get site(s) access
380+
*SystemManagementApi* | [**getSystemConfiguration**](docs/SystemManagementApi.md#getSystemConfiguration) | **GET** /system/configuration | Get system configuration
381+
*SystemManagementApi* | [**getSystemInferenceModels**](docs/SystemManagementApi.md#getSystemInferenceModels) | **GET** /system/inferenceModels | Get system inference models
378382
*SystemManagementApi* | [**getVersion**](docs/SystemManagementApi.md#getVersion) | **GET** /version | Get FormKiQ version
379383
*SystemManagementApi* | [**setLocaleResourceItem**](docs/SystemManagementApi.md#setLocaleResourceItem) | **PUT** /sites/{siteId}/locales/{locale}/resourceItems/{itemKey} | Set Locale Resource Item
380384
*SystemManagementApi* | [**setOpenSearchIndex**](docs/SystemManagementApi.md#setOpenSearchIndex) | **PUT** /sites/{siteId}/opensearch/index | Set site(s) OpenSearch index settings
381385
*SystemManagementApi* | [**setOpenSearchIndices**](docs/SystemManagementApi.md#setOpenSearchIndices) | **PUT** /sites/{siteId}/opensearch/indices | Set site(s) OpenSearch index to use for a SiteId
382386
*SystemManagementApi* | [**setSiteGroupPermissions**](docs/SystemManagementApi.md#setSiteGroupPermissions) | **PUT** /sites/{siteId}/groups/{groupName}/permissions | Set Site's Group Permissions
383387
*SystemManagementApi* | [**updateConfiguration**](docs/SystemManagementApi.md#updateConfiguration) | **PATCH** /sites/{siteId}/configuration | Update site configuration
384388
*SystemManagementApi* | [**updateSite**](docs/SystemManagementApi.md#updateSite) | **PATCH** /sites/{siteId} | Update Site
389+
*SystemManagementApi* | [**updateSystemConfiguration**](docs/SystemManagementApi.md#updateSystemConfiguration) | **PATCH** /system/configuration | Update system configuration
385390
*TagIndexApi* | [**indexSearch**](docs/TagIndexApi.md#indexSearch) | **POST** /indices/search |
386391
*UserActivitiesApi* | [**getDocumentUserActivities**](docs/UserActivitiesApi.md#getDocumentUserActivities) | **GET** /documents/{documentId}/userActivities | Get user activities for a document
387392
*UserActivitiesApi* | [**getResourceActivities**](docs/UserActivitiesApi.md#getResourceActivities) | **GET** /activities | Get resource activities
@@ -503,6 +508,8 @@ Class | Method | HTTP request | Description
503508
- [AddRulesetRequest](docs/AddRulesetRequest.md)
504509
- [AddRulesetResponse](docs/AddRulesetResponse.md)
505510
- [AddShare](docs/AddShare.md)
511+
- [AddShortlinkRequest](docs/AddShortlinkRequest.md)
512+
- [AddShortlinkResponse](docs/AddShortlinkResponse.md)
506513
- [AddSite](docs/AddSite.md)
507514
- [AddSiteRequest](docs/AddSiteRequest.md)
508515
- [AddTask](docs/AddTask.md)
@@ -549,16 +556,20 @@ Class | Method | HTTP request | Description
549556
- [DeleteRuleResponse](docs/DeleteRuleResponse.md)
550557
- [DeleteRulesetResponse](docs/DeleteRulesetResponse.md)
551558
- [DeleteShareResponse](docs/DeleteShareResponse.md)
559+
- [DeleteType](docs/DeleteType.md)
552560
- [Document](docs/Document.md)
553561
- [DocumentAction](docs/DocumentAction.md)
554562
- [DocumentActionStatus](docs/DocumentActionStatus.md)
555563
- [DocumentActionType](docs/DocumentActionType.md)
556564
- [DocumentAttribute](docs/DocumentAttribute.md)
557565
- [DocumentCertification](docs/DocumentCertification.md)
558-
- [DocumentCertificationParameterStore](docs/DocumentCertificationParameterStore.md)
566+
- [DocumentCertificationAwsSecretsManager](docs/DocumentCertificationAwsSecretsManager.md)
559567
- [DocumentCertificationTarget](docs/DocumentCertificationTarget.md)
568+
- [DocumentCertificationType](docs/DocumentCertificationType.md)
560569
- [DocumentConfig](docs/DocumentConfig.md)
561570
- [DocumentConfigContentTypes](docs/DocumentConfigContentTypes.md)
571+
- [DocumentConfigDispositionAction](docs/DocumentConfigDispositionAction.md)
572+
- [DocumentConfigRetentionAndDisposition](docs/DocumentConfigRetentionAndDisposition.md)
562573
- [DocumentFulltextAttribute](docs/DocumentFulltextAttribute.md)
563574
- [DocumentFulltextAttributeEq](docs/DocumentFulltextAttributeEq.md)
564575
- [DocumentFulltextRequest](docs/DocumentFulltextRequest.md)
@@ -679,6 +690,8 @@ Class | Method | HTTP request | Description
679690
- [GetSiteGroupsResponse](docs/GetSiteGroupsResponse.md)
680691
- [GetSitesResponse](docs/GetSitesResponse.md)
681692
- [GetSitesSchemaResponse](docs/GetSitesSchemaResponse.md)
693+
- [GetSystemConfigurationResponse](docs/GetSystemConfigurationResponse.md)
694+
- [GetSystemInferenceModelsResponse](docs/GetSystemInferenceModelsResponse.md)
682695
- [GetUserActivitesResponse](docs/GetUserActivitesResponse.md)
683696
- [GetUserGroupsResponse](docs/GetUserGroupsResponse.md)
684697
- [GetUserResponse](docs/GetUserResponse.md)
@@ -792,10 +805,14 @@ Class | Method | HTTP request | Description
792805
- [SiteConfig](docs/SiteConfig.md)
793806
- [SiteGroup](docs/SiteGroup.md)
794807
- [SiteGroupPermissions](docs/SiteGroupPermissions.md)
808+
- [SitePermission](docs/SitePermission.md)
795809
- [SiteStatus](docs/SiteStatus.md)
796810
- [SiteUsage](docs/SiteUsage.md)
797811
- [StringFormat](docs/StringFormat.md)
798812
- [StringGeneratorType](docs/StringGeneratorType.md)
813+
- [SystemConfigurationWebUi](docs/SystemConfigurationWebUi.md)
814+
- [SystemInferenceModel](docs/SystemInferenceModel.md)
815+
- [SystemInferenceModelInvocation](docs/SystemInferenceModelInvocation.md)
799816
- [Task](docs/Task.md)
800817
- [TaskStatus](docs/TaskStatus.md)
801818
- [TextractQuery](docs/TextractQuery.md)
@@ -826,6 +843,7 @@ Class | Method | HTTP request | Description
826843
- [UpdateRulesetResponse](docs/UpdateRulesetResponse.md)
827844
- [UpdateSite](docs/UpdateSite.md)
828845
- [UpdateSiteRequest](docs/UpdateSiteRequest.md)
846+
- [UpdateSystemConfigurationRequest](docs/UpdateSystemConfigurationRequest.md)
829847
- [UpdateTask](docs/UpdateTask.md)
830848
- [UpdateTaskRequest](docs/UpdateTaskRequest.md)
831849
- [UpdateTaskResponse](docs/UpdateTaskResponse.md)

0 commit comments

Comments
 (0)