@agravity/private 5.3.5 → 6.0.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 +12 -0
- package/README.md +2 -2
- package/api/api.ts +9 -0
- package/api/assetIconRuleManagement.agravity.ts +1 -1
- package/api/assetManagement.agravity.ts +10 -1
- package/api/assetOperations.agravity.ts +48 -1
- package/api/assetPublishing.agravity.ts +1 -1
- package/api/assetVersioning.agravity.ts +9 -1
- package/api/authenticationManagement.agravity.ts +227 -4
- package/api/collectionManagement.agravity.ts +1 -1
- package/api/collectionSharing.agravity.ts +1 -1
- package/api/collectionTypeItemBlueprintManagement.agravity.ts +1 -1
- package/api/collectionTypeManagement.agravity.ts +6 -5
- package/api/commentsManagement.agravity.ts +294 -0
- package/api/configurationManagement.agravity.ts +72 -8
- package/api/dashboardWidgetManagement.agravity.ts +383 -0
- package/api/downloadFormatManagement.agravity.ts +1 -1
- package/api/downloadZip.agravity.ts +1 -1
- package/api/generalManagement.agravity.ts +1 -1
- package/api/helperTools.agravity.ts +207 -1
- package/api/historyEntryManagement.agravity.ts +1 -1
- package/api/iccProfileManagement.agravity.ts +1 -1
- package/api/listBlobs.agravity.ts +1 -1
- package/api/listQueues.agravity.ts +1 -1
- package/api/permissionsManagement.agravity.ts +1 -1
- package/api/publishing.agravity.ts +1 -1
- package/api/quickshareManagement.agravity.ts +1 -1
- package/api/savedSearchManagement.agravity.ts +1 -1
- package/api/searchManagement.agravity.ts +1 -1
- package/api/secureUpload.agravity.ts +1 -1
- package/api/signalRConnectionManagement.agravity.ts +1 -1
- package/api/staticDefinedListManagement.agravity.ts +1 -1
- package/api/stockImport.agravity.ts +1 -1
- package/api/structureImport.agravity.ts +1 -1
- package/api/translationManagement.agravity.ts +77 -1
- package/api/webAppData.agravity.ts +1 -1
- package/api/widgetLayoutManagement.agravity.ts +185 -0
- package/api/wordpressManagement.agravity.ts +1 -1
- package/api/workspaceManagement.agravity.ts +6 -5
- package/api.module.ts +3 -0
- package/model/agravityErrorResponse.agravity.ts +1 -1
- package/model/agravityInfoResponse.agravity.ts +1 -1
- package/model/agravityUser.agravity.ts +3 -1
- package/model/agravityUserDto.agravity.ts +17 -0
- package/model/agravityVersion.agravity.ts +1 -1
- package/model/allWebAppData.agravity.ts +1 -1
- package/model/apiKeyResponse.agravity.ts +1 -1
- package/model/appConfigTableEntity.agravity.ts +2 -1
- package/model/artificialIntelligenceGroup.agravity.ts +1 -1
- package/model/asset.agravity.ts +10 -1
- package/model/assetAvailability.agravity.ts +1 -1
- package/model/assetBlob.agravity.ts +1 -1
- package/model/assetBulkUpdate.agravity.ts +1 -1
- package/model/assetCollectionLink.agravity.ts +1 -1
- package/model/assetIconRule.agravity.ts +1 -1
- package/model/assetIdFormat.agravity.ts +1 -1
- package/model/assetPageResult.agravity.ts +1 -1
- package/model/assetsOperationBody.agravity.ts +1 -1
- package/model/azSearchOptions.agravity.ts +1 -1
- package/model/azureIdentity.agravity.ts +1 -1
- package/model/blobInfoObj.agravity.ts +1 -1
- package/model/collTypeItem.agravity.ts +1 -1
- package/model/collTypeItemBlueprint.agravity.ts +1 -1
- package/model/collection.agravity.ts +10 -1
- package/model/collectionType.agravity.ts +12 -3
- package/model/collectionUDL.agravity.ts +1 -1
- package/model/comment.agravity.ts +25 -0
- package/model/createSftpUserResult.agravity.ts +1 -1
- package/model/dashboardWidget.agravity.ts +27 -0
- package/model/dataResult.agravity.ts +1 -1
- package/model/distZipResponse.agravity.ts +1 -1
- package/model/downloadFormat.agravity.ts +1 -1
- package/model/downloadObject.agravity.ts +1 -1
- package/model/downloadZipRequest.agravity.ts +1 -1
- package/model/dynamicImageOperation.agravity.ts +1 -1
- package/model/emailAddress.agravity.ts +1 -1
- package/model/entityId.agravity.ts +1 -1
- package/model/entityIdName.agravity.ts +1 -1
- package/model/entityTranslations.agravity.ts +1 -1
- package/model/excelExportTableEntity.agravity.ts +22 -0
- package/model/frontendAppConfig.agravity.ts +1 -1
- package/model/groupAllAppData.agravity.ts +1 -1
- package/model/historyEntry.agravity.ts +1 -1
- package/model/infoEntitySkillEnhanced.agravity.ts +1 -1
- package/model/metadata.agravity.ts +1 -1
- package/model/models.ts +9 -0
- package/model/moveCollectionBody.agravity.ts +1 -1
- package/model/permissionChange.agravity.ts +9 -8
- package/model/permissionEntity.agravity.ts +24 -0
- package/model/permissionSetting.agravity.ts +1 -1
- package/model/publishEntity.agravity.ts +1 -1
- package/model/publishedAsset.agravity.ts +1 -1
- package/model/quickShare.agravity.ts +1 -1
- package/model/quickShareFull.agravity.ts +1 -1
- package/model/sasToken.agravity.ts +1 -1
- package/model/savedSearch.agravity.ts +1 -1
- package/model/searchAdminDataSourceStatus.agravity.ts +1 -1
- package/model/searchAdminIndexStatus.agravity.ts +1 -1
- package/model/searchAdminIndexerLastRun.agravity.ts +1 -1
- package/model/searchAdminIndexerStatus.agravity.ts +1 -1
- package/model/searchAdminSkillStatus.agravity.ts +1 -1
- package/model/searchAdminStatistics.agravity.ts +1 -1
- package/model/searchAdminStatus.agravity.ts +1 -1
- package/model/searchFacet.agravity.ts +1 -1
- package/model/searchFacetEntity.agravity.ts +1 -1
- package/model/searchResult.agravity.ts +1 -1
- package/model/searchableItem.agravity.ts +1 -1
- package/model/secureUploadEntity.agravity.ts +1 -1
- package/model/sharedAsset.agravity.ts +1 -1
- package/model/sharedCollection.agravity.ts +1 -1
- package/model/sharedCollectionFull.agravity.ts +1 -1
- package/model/signalRConnectionInfo.agravity.ts +1 -1
- package/model/simpleAsset.agravity.ts +1 -1
- package/model/staticDefinedList.agravity.ts +1 -1
- package/model/translation.agravity.ts +16 -0
- package/model/translationRequest.agravity.ts +17 -0
- package/model/uiTutorials.agravity.ts +1 -1
- package/model/versionEntity.agravity.ts +1 -1
- package/model/versionedAsset.agravity.ts +2 -1
- package/model/whereParam.agravity.ts +1 -1
- package/model/widgetLayout.agravity.ts +25 -0
- package/model/widgetProperties.agravity.ts +20 -0
- package/model/workspace.agravity.ts +3 -3
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 6.0.0
|
|
6
6
|
* Contact: office@agravity.io
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 6.0.0
|
|
6
6
|
* Contact: office@agravity.io
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 6.0.0
|
|
6
6
|
* Contact: office@agravity.io
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 6.0.0
|
|
6
6
|
* Contact: office@agravity.io
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 6.0.0
|
|
6
6
|
* Contact: office@agravity.io
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 6.0.0
|
|
6
6
|
* Contact: office@agravity.io
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 6.0.0
|
|
6
6
|
* Contact: office@agravity.io
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 6.0.0
|
|
6
6
|
* Contact: office@agravity.io
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 6.0.0
|
|
6
6
|
* Contact: office@agravity.io
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 6.0.0
|
|
6
6
|
* Contact: office@agravity.io
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 6.0.0
|
|
6
6
|
* Contact: office@agravity.io
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 6.0.0
|
|
6
6
|
* Contact: office@agravity.io
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 6.0.0
|
|
6
6
|
* Contact: office@agravity.io
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 6.0.0
|
|
6
6
|
* Contact: office@agravity.io
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 6.0.0
|
|
6
6
|
* Contact: office@agravity.io
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -18,6 +18,8 @@ import { Observable } from 'rxjs';
|
|
|
18
18
|
|
|
19
19
|
import { AgravityErrorResponse } from '../model/models';
|
|
20
20
|
import { EntityTranslations } from '../model/models';
|
|
21
|
+
import { Translation } from '../model/models';
|
|
22
|
+
import { TranslationRequest } from '../model/models';
|
|
21
23
|
|
|
22
24
|
import { BASE_PATH, COLLECTION_FORMATS } from '../variables';
|
|
23
25
|
import { AgravityConfiguration } from '../configuration';
|
|
@@ -167,6 +169,80 @@ export class TranslationManagementService {
|
|
|
167
169
|
});
|
|
168
170
|
}
|
|
169
171
|
|
|
172
|
+
/**
|
|
173
|
+
* Translates the given text into the requested languages by the Microsoft AI Translator. (only when enabled in settings)
|
|
174
|
+
* @param translationRequest This endpoint creates translations for the provided text
|
|
175
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
176
|
+
* @param reportProgress flag to report request and response progress.
|
|
177
|
+
*/
|
|
178
|
+
public httpCognitiveTranslateText(
|
|
179
|
+
translationRequest: TranslationRequest,
|
|
180
|
+
observe?: 'body',
|
|
181
|
+
reportProgress?: boolean,
|
|
182
|
+
options?: { httpHeaderAccept?: 'application/json' }
|
|
183
|
+
): Observable<Array<Translation>>;
|
|
184
|
+
public httpCognitiveTranslateText(
|
|
185
|
+
translationRequest: TranslationRequest,
|
|
186
|
+
observe?: 'response',
|
|
187
|
+
reportProgress?: boolean,
|
|
188
|
+
options?: { httpHeaderAccept?: 'application/json' }
|
|
189
|
+
): Observable<HttpResponse<Array<Translation>>>;
|
|
190
|
+
public httpCognitiveTranslateText(
|
|
191
|
+
translationRequest: TranslationRequest,
|
|
192
|
+
observe?: 'events',
|
|
193
|
+
reportProgress?: boolean,
|
|
194
|
+
options?: { httpHeaderAccept?: 'application/json' }
|
|
195
|
+
): Observable<HttpEvent<Array<Translation>>>;
|
|
196
|
+
public httpCognitiveTranslateText(
|
|
197
|
+
translationRequest: TranslationRequest,
|
|
198
|
+
observe: any = 'body',
|
|
199
|
+
reportProgress: boolean = false,
|
|
200
|
+
options?: { httpHeaderAccept?: 'application/json' }
|
|
201
|
+
): Observable<any> {
|
|
202
|
+
if (translationRequest === null || translationRequest === undefined) {
|
|
203
|
+
throw new Error('Required parameter translationRequest was null or undefined when calling httpCognitiveTranslateText.');
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
let headers = this.defaultHeaders;
|
|
207
|
+
|
|
208
|
+
let credential: string | undefined;
|
|
209
|
+
// authentication (msal_auth) required
|
|
210
|
+
credential = this.configuration.lookupCredential('msal_auth');
|
|
211
|
+
if (credential) {
|
|
212
|
+
headers = headers.set('Authorization', 'Bearer ' + credential);
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
let httpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
|
|
216
|
+
if (httpHeaderAcceptSelected === undefined) {
|
|
217
|
+
// to determine the Accept header
|
|
218
|
+
const httpHeaderAccepts: string[] = ['application/json'];
|
|
219
|
+
httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
220
|
+
}
|
|
221
|
+
if (httpHeaderAcceptSelected !== undefined) {
|
|
222
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
// to determine the Content-Type header
|
|
226
|
+
const consumes: string[] = ['application/json'];
|
|
227
|
+
const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
|
|
228
|
+
if (httpContentTypeSelected !== undefined) {
|
|
229
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
let responseType_: 'text' | 'json' = 'json';
|
|
233
|
+
if (httpHeaderAcceptSelected && httpHeaderAcceptSelected.startsWith('text')) {
|
|
234
|
+
responseType_ = 'text';
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
return this.httpClient.post<Array<Translation>>(`${this.configuration.basePath}/translations-ai`, translationRequest, {
|
|
238
|
+
responseType: <any>responseType_,
|
|
239
|
+
withCredentials: this.configuration.withCredentials,
|
|
240
|
+
headers: headers,
|
|
241
|
+
observe: observe,
|
|
242
|
+
reportProgress: reportProgress
|
|
243
|
+
});
|
|
244
|
+
}
|
|
245
|
+
|
|
170
246
|
/**
|
|
171
247
|
* Get all the translations of a whole entity (Asset, Collection, Collection Type, Download Format)
|
|
172
248
|
* @param id The ID of any translateable entity (Asset, Collection, Collection Type, Download Format).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 6.0.0
|
|
6
6
|
* Contact: office@agravity.io
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Agravity OpenAPI Documentation - Private Functions
|
|
3
|
+
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 6.0.0
|
|
6
|
+
* Contact: office@agravity.io
|
|
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
|
+
/* tslint:disable:no-unused-variable member-ordering */
|
|
13
|
+
|
|
14
|
+
import { Inject, Injectable, Optional } from '@angular/core';
|
|
15
|
+
import { HttpClient, HttpHeaders, HttpParams, HttpResponse, HttpEvent, HttpParameterCodec } from '@angular/common/http';
|
|
16
|
+
import { CustomHttpParameterCodec } from '../encoder';
|
|
17
|
+
import { Observable } from 'rxjs';
|
|
18
|
+
|
|
19
|
+
import { AgravityErrorResponse } from '../model/models';
|
|
20
|
+
import { WidgetLayout } from '../model/models';
|
|
21
|
+
|
|
22
|
+
import { BASE_PATH, COLLECTION_FORMATS } from '../variables';
|
|
23
|
+
import { AgravityConfiguration } from '../configuration';
|
|
24
|
+
|
|
25
|
+
@Injectable({
|
|
26
|
+
providedIn: 'root'
|
|
27
|
+
})
|
|
28
|
+
export class WidgetLayoutManagementService {
|
|
29
|
+
protected basePath = 'http://localhost:7071/api';
|
|
30
|
+
public defaultHeaders = new HttpHeaders();
|
|
31
|
+
public configuration = new AgravityConfiguration();
|
|
32
|
+
public encoder: HttpParameterCodec;
|
|
33
|
+
|
|
34
|
+
constructor(
|
|
35
|
+
protected httpClient: HttpClient,
|
|
36
|
+
@Optional() @Inject(BASE_PATH) basePath: string,
|
|
37
|
+
@Optional() configuration: AgravityConfiguration
|
|
38
|
+
) {
|
|
39
|
+
if (configuration) {
|
|
40
|
+
this.configuration = configuration;
|
|
41
|
+
}
|
|
42
|
+
if (typeof this.configuration.basePath !== 'string') {
|
|
43
|
+
if (typeof basePath !== 'string') {
|
|
44
|
+
basePath = this.basePath;
|
|
45
|
+
}
|
|
46
|
+
this.configuration.basePath = basePath;
|
|
47
|
+
}
|
|
48
|
+
this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
private addToHttpParams(httpParams: HttpParams, value: any, key?: string): HttpParams {
|
|
52
|
+
if (typeof value === 'object' && value instanceof Date === false) {
|
|
53
|
+
httpParams = this.addToHttpParamsRecursive(httpParams, value);
|
|
54
|
+
} else {
|
|
55
|
+
httpParams = this.addToHttpParamsRecursive(httpParams, value, key);
|
|
56
|
+
}
|
|
57
|
+
return httpParams;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
private addToHttpParamsRecursive(httpParams: HttpParams, value?: any, key?: string): HttpParams {
|
|
61
|
+
if (value == null) {
|
|
62
|
+
return httpParams;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
if (typeof value === 'object') {
|
|
66
|
+
if (Array.isArray(value)) {
|
|
67
|
+
(value as any[]).forEach((elem) => (httpParams = this.addToHttpParamsRecursive(httpParams, elem, key)));
|
|
68
|
+
} else if (value instanceof Date) {
|
|
69
|
+
if (key != null) {
|
|
70
|
+
httpParams = httpParams.append(key, (value as Date).toISOString().substr(0, 10));
|
|
71
|
+
} else {
|
|
72
|
+
throw Error('key may not be null if value is Date');
|
|
73
|
+
}
|
|
74
|
+
} else {
|
|
75
|
+
Object.keys(value).forEach((k) => (httpParams = this.addToHttpParamsRecursive(httpParams, value[k], key != null ? `${key}.${k}` : k)));
|
|
76
|
+
}
|
|
77
|
+
} else if (key != null) {
|
|
78
|
+
httpParams = httpParams.append(key, value);
|
|
79
|
+
} else {
|
|
80
|
+
throw Error('key may not be null if value is not object or array');
|
|
81
|
+
}
|
|
82
|
+
return httpParams;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* This endpoint gets the dashboard layout in database.
|
|
87
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
88
|
+
* @param reportProgress flag to report request and response progress.
|
|
89
|
+
*/
|
|
90
|
+
public httpWidgetLayoutGet(observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<WidgetLayout>;
|
|
91
|
+
public httpWidgetLayoutGet(observe?: 'response', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpResponse<WidgetLayout>>;
|
|
92
|
+
public httpWidgetLayoutGet(observe?: 'events', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpEvent<WidgetLayout>>;
|
|
93
|
+
public httpWidgetLayoutGet(observe: any = 'body', reportProgress: boolean = false, options?: { httpHeaderAccept?: 'application/json' }): Observable<any> {
|
|
94
|
+
let headers = this.defaultHeaders;
|
|
95
|
+
|
|
96
|
+
let credential: string | undefined;
|
|
97
|
+
// authentication (msal_auth) required
|
|
98
|
+
credential = this.configuration.lookupCredential('msal_auth');
|
|
99
|
+
if (credential) {
|
|
100
|
+
headers = headers.set('Authorization', 'Bearer ' + credential);
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
let httpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
|
|
104
|
+
if (httpHeaderAcceptSelected === undefined) {
|
|
105
|
+
// to determine the Accept header
|
|
106
|
+
const httpHeaderAccepts: string[] = ['application/json'];
|
|
107
|
+
httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
108
|
+
}
|
|
109
|
+
if (httpHeaderAcceptSelected !== undefined) {
|
|
110
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
let responseType_: 'text' | 'json' = 'json';
|
|
114
|
+
if (httpHeaderAcceptSelected && httpHeaderAcceptSelected.startsWith('text')) {
|
|
115
|
+
responseType_ = 'text';
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
return this.httpClient.get<WidgetLayout>(`${this.configuration.basePath}/dashboard/layout`, {
|
|
119
|
+
responseType: <any>responseType_,
|
|
120
|
+
withCredentials: this.configuration.withCredentials,
|
|
121
|
+
headers: headers,
|
|
122
|
+
observe: observe,
|
|
123
|
+
reportProgress: reportProgress
|
|
124
|
+
});
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* Updates the widget layout in database.
|
|
129
|
+
* @param widgetLayout Body has to be a valid widget layout item.
|
|
130
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
131
|
+
* @param reportProgress flag to report request and response progress.
|
|
132
|
+
*/
|
|
133
|
+
public httpWidgetLayoutUpdate(widgetLayout: WidgetLayout, observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<WidgetLayout>;
|
|
134
|
+
public httpWidgetLayoutUpdate(
|
|
135
|
+
widgetLayout: WidgetLayout,
|
|
136
|
+
observe?: 'response',
|
|
137
|
+
reportProgress?: boolean,
|
|
138
|
+
options?: { httpHeaderAccept?: 'application/json' }
|
|
139
|
+
): Observable<HttpResponse<WidgetLayout>>;
|
|
140
|
+
public httpWidgetLayoutUpdate(widgetLayout: WidgetLayout, observe?: 'events', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpEvent<WidgetLayout>>;
|
|
141
|
+
public httpWidgetLayoutUpdate(widgetLayout: WidgetLayout, observe: any = 'body', reportProgress: boolean = false, options?: { httpHeaderAccept?: 'application/json' }): Observable<any> {
|
|
142
|
+
if (widgetLayout === null || widgetLayout === undefined) {
|
|
143
|
+
throw new Error('Required parameter widgetLayout was null or undefined when calling httpWidgetLayoutUpdate.');
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
let headers = this.defaultHeaders;
|
|
147
|
+
|
|
148
|
+
let credential: string | undefined;
|
|
149
|
+
// authentication (msal_auth) required
|
|
150
|
+
credential = this.configuration.lookupCredential('msal_auth');
|
|
151
|
+
if (credential) {
|
|
152
|
+
headers = headers.set('Authorization', 'Bearer ' + credential);
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
let httpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
|
|
156
|
+
if (httpHeaderAcceptSelected === undefined) {
|
|
157
|
+
// to determine the Accept header
|
|
158
|
+
const httpHeaderAccepts: string[] = ['application/json'];
|
|
159
|
+
httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
160
|
+
}
|
|
161
|
+
if (httpHeaderAcceptSelected !== undefined) {
|
|
162
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
// to determine the Content-Type header
|
|
166
|
+
const consumes: string[] = ['application/json'];
|
|
167
|
+
const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
|
|
168
|
+
if (httpContentTypeSelected !== undefined) {
|
|
169
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
let responseType_: 'text' | 'json' = 'json';
|
|
173
|
+
if (httpHeaderAcceptSelected && httpHeaderAcceptSelected.startsWith('text')) {
|
|
174
|
+
responseType_ = 'text';
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
return this.httpClient.post<WidgetLayout>(`${this.configuration.basePath}/dashboard/layout`, widgetLayout, {
|
|
178
|
+
responseType: <any>responseType_,
|
|
179
|
+
withCredentials: this.configuration.withCredentials,
|
|
180
|
+
headers: headers,
|
|
181
|
+
observe: observe,
|
|
182
|
+
reportProgress: reportProgress
|
|
183
|
+
});
|
|
184
|
+
}
|
|
185
|
+
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 6.0.0
|
|
6
6
|
* Contact: office@agravity.io
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 6.0.0
|
|
6
6
|
* Contact: office@agravity.io
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -17,6 +17,7 @@ import { CustomHttpParameterCodec } from '../encoder';
|
|
|
17
17
|
import { Observable } from 'rxjs';
|
|
18
18
|
|
|
19
19
|
import { AgravityErrorResponse } from '../model/models';
|
|
20
|
+
import { AgravityInfoResponse } from '../model/models';
|
|
20
21
|
import { PermissionChange } from '../model/models';
|
|
21
22
|
import { Workspace } from '../model/models';
|
|
22
23
|
|
|
@@ -472,21 +473,21 @@ export class WorkspaceManagementService {
|
|
|
472
473
|
observe?: 'body',
|
|
473
474
|
reportProgress?: boolean,
|
|
474
475
|
options?: { httpHeaderAccept?: 'application/json' }
|
|
475
|
-
): Observable<
|
|
476
|
+
): Observable<AgravityInfoResponse>;
|
|
476
477
|
public httpWorkspacesUpdatePermissionsById(
|
|
477
478
|
id: string,
|
|
478
479
|
permissionChange: PermissionChange,
|
|
479
480
|
observe?: 'response',
|
|
480
481
|
reportProgress?: boolean,
|
|
481
482
|
options?: { httpHeaderAccept?: 'application/json' }
|
|
482
|
-
): Observable<HttpResponse<
|
|
483
|
+
): Observable<HttpResponse<AgravityInfoResponse>>;
|
|
483
484
|
public httpWorkspacesUpdatePermissionsById(
|
|
484
485
|
id: string,
|
|
485
486
|
permissionChange: PermissionChange,
|
|
486
487
|
observe?: 'events',
|
|
487
488
|
reportProgress?: boolean,
|
|
488
489
|
options?: { httpHeaderAccept?: 'application/json' }
|
|
489
|
-
): Observable<HttpEvent<
|
|
490
|
+
): Observable<HttpEvent<AgravityInfoResponse>>;
|
|
490
491
|
public httpWorkspacesUpdatePermissionsById(
|
|
491
492
|
id: string,
|
|
492
493
|
permissionChange: PermissionChange,
|
|
@@ -532,7 +533,7 @@ export class WorkspaceManagementService {
|
|
|
532
533
|
responseType_ = 'text';
|
|
533
534
|
}
|
|
534
535
|
|
|
535
|
-
return this.httpClient.post<
|
|
536
|
+
return this.httpClient.post<AgravityInfoResponse>(`${this.configuration.basePath}/workspaces/${encodeURIComponent(String(id))}/permissions`, permissionChange, {
|
|
536
537
|
responseType: <any>responseType_,
|
|
537
538
|
withCredentials: this.configuration.withCredentials,
|
|
538
539
|
headers: headers,
|
package/api.module.ts
CHANGED
|
@@ -12,7 +12,9 @@ import { CollectionManagementService } from './api/collectionManagement.agravity
|
|
|
12
12
|
import { CollectionSharingService } from './api/collectionSharing.agravity';
|
|
13
13
|
import { CollectionTypeItemBlueprintManagementService } from './api/collectionTypeItemBlueprintManagement.agravity';
|
|
14
14
|
import { CollectionTypeManagementService } from './api/collectionTypeManagement.agravity';
|
|
15
|
+
import { CommentsManagementService } from './api/commentsManagement.agravity';
|
|
15
16
|
import { ConfigurationManagementService } from './api/configurationManagement.agravity';
|
|
17
|
+
import { DashboardWidgetManagementService } from './api/dashboardWidgetManagement.agravity';
|
|
16
18
|
import { DownloadFormatManagementService } from './api/downloadFormatManagement.agravity';
|
|
17
19
|
import { DownloadZipService } from './api/downloadZip.agravity';
|
|
18
20
|
import { GeneralManagementService } from './api/generalManagement.agravity';
|
|
@@ -33,6 +35,7 @@ import { StockImportService } from './api/stockImport.agravity';
|
|
|
33
35
|
import { StructureImportService } from './api/structureImport.agravity';
|
|
34
36
|
import { TranslationManagementService } from './api/translationManagement.agravity';
|
|
35
37
|
import { WebAppDataService } from './api/webAppData.agravity';
|
|
38
|
+
import { WidgetLayoutManagementService } from './api/widgetLayoutManagement.agravity';
|
|
36
39
|
import { WordpressManagementService } from './api/wordpressManagement.agravity';
|
|
37
40
|
import { WorkspaceManagementService } from './api/workspaceManagement.agravity';
|
|
38
41
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 6.0.0
|
|
6
6
|
* Contact: office@agravity.io
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 6.0.0
|
|
6
6
|
* Contact: office@agravity.io
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|