@agravity/private 6.0.4 → 6.1.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 +4 -1
- package/README.md +2 -2
- package/api/api.ts +6 -3
- package/api/assetIconRuleManagement.agravity.ts +1 -1
- package/api/assetManagement.agravity.ts +1 -9
- package/api/assetOperations.agravity.ts +49 -1
- package/api/assetPublishing.agravity.ts +160 -5
- package/api/assetVersioning.agravity.ts +1 -1
- package/api/authenticationManagement.agravity.ts +1 -1
- package/api/collectionManagement.agravity.ts +1 -1
- package/api/{collectionSharing.agravity.ts → collectionShareManagement.agravity.ts} +2 -2
- package/api/collectionTypeItemBlueprintManagement.agravity.ts +1 -1
- package/api/collectionTypeManagement.agravity.ts +1 -1
- package/api/commentsManagement.agravity.ts +1 -1
- package/api/configurationManagement.agravity.ts +1 -1
- package/api/dashboardWidgetManagement.agravity.ts +1 -1
- package/api/downloadFormatManagement.agravity.ts +1 -1
- package/api/downloadZip.agravity.ts +1 -1
- package/api/generalManagement.agravity.ts +13 -6
- package/api/helperTools.agravity.ts +44 -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/listTables.agravity.ts +126 -0
- 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 +1 -1
- package/api/webAppData.agravity.ts +1 -1
- package/api/widgetLayoutManagement.agravity.ts +1 -1
- package/api/wordpressManagement.agravity.ts +1 -1
- package/api/workspaceManagement.agravity.ts +1 -1
- package/api.module.ts +2 -1
- package/model/agravityErrorResponse.agravity.ts +1 -1
- package/model/agravityInfoResponse.agravity.ts +1 -1
- package/model/agravityUser.agravity.ts +1 -1
- package/model/agravityUserDto.agravity.ts +1 -1
- 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 +1 -1
- package/model/artificialIntelligenceGroup.agravity.ts +1 -1
- package/model/asset.agravity.ts +1 -1
- package/model/assetAvailability.agravity.ts +1 -1
- package/model/assetBlob.agravity.ts +2 -2
- 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/assetTextContent.agravity.ts +16 -0
- 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 +1 -1
- package/model/collectionType.agravity.ts +1 -1
- package/model/collectionUDL.agravity.ts +1 -1
- package/model/comment.agravity.ts +1 -1
- package/model/createSftpUserResult.agravity.ts +1 -1
- package/model/dashboardWidget.agravity.ts +1 -1
- 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 +1 -1
- package/model/frontendAppConfig.agravity.ts +1 -1
- package/model/groupAllAppData.agravity.ts +1 -1
- package/model/historyEntry.agravity.ts +5 -3
- package/model/infoEntitySkillEnhanced.agravity.ts +1 -1
- package/model/metadata.agravity.ts +1 -1
- package/model/models.ts +2 -0
- package/model/moveCollectionBody.agravity.ts +1 -1
- package/model/permissionChange.agravity.ts +1 -1
- package/model/permissionEntity.agravity.ts +1 -1
- package/model/permissionSetting.agravity.ts +1 -1
- package/model/publishEntity.agravity.ts +1 -1
- package/model/publishedAsset.agravity.ts +3 -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 +2 -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/sharedAllowedFormat.agravity.ts +16 -0
- package/model/sharedAsset.agravity.ts +1 -1
- package/model/sharedCollection.agravity.ts +12 -2
- package/model/sharedCollectionFull.agravity.ts +12 -2
- 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 +1 -1
- package/model/translationRequest.agravity.ts +1 -1
- package/model/uiTutorials.agravity.ts +1 -1
- package/model/versionEntity.agravity.ts +1 -1
- package/model/versionedAsset.agravity.ts +1 -1
- package/model/whereParam.agravity.ts +1 -1
- package/model/widgetLayout.agravity.ts +1 -1
- package/model/widgetProperties.agravity.ts +1 -1
- package/model/workspace.agravity.ts +1 -1
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -10,7 +10,7 @@ api/assetPublishing.agravity.ts
|
|
|
10
10
|
api/assetVersioning.agravity.ts
|
|
11
11
|
api/authenticationManagement.agravity.ts
|
|
12
12
|
api/collectionManagement.agravity.ts
|
|
13
|
-
api/
|
|
13
|
+
api/collectionShareManagement.agravity.ts
|
|
14
14
|
api/collectionTypeItemBlueprintManagement.agravity.ts
|
|
15
15
|
api/collectionTypeManagement.agravity.ts
|
|
16
16
|
api/commentsManagement.agravity.ts
|
|
@@ -24,6 +24,7 @@ api/historyEntryManagement.agravity.ts
|
|
|
24
24
|
api/iccProfileManagement.agravity.ts
|
|
25
25
|
api/listBlobs.agravity.ts
|
|
26
26
|
api/listQueues.agravity.ts
|
|
27
|
+
api/listTables.agravity.ts
|
|
27
28
|
api/permissionsManagement.agravity.ts
|
|
28
29
|
api/publishing.agravity.ts
|
|
29
30
|
api/quickshareManagement.agravity.ts
|
|
@@ -60,6 +61,7 @@ model/assetCollectionLink.agravity.ts
|
|
|
60
61
|
model/assetIconRule.agravity.ts
|
|
61
62
|
model/assetIdFormat.agravity.ts
|
|
62
63
|
model/assetPageResult.agravity.ts
|
|
64
|
+
model/assetTextContent.agravity.ts
|
|
63
65
|
model/assetsOperationBody.agravity.ts
|
|
64
66
|
model/azSearchOptions.agravity.ts
|
|
65
67
|
model/azureIdentity.agravity.ts
|
|
@@ -111,6 +113,7 @@ model/searchFacetEntity.agravity.ts
|
|
|
111
113
|
model/searchResult.agravity.ts
|
|
112
114
|
model/searchableItem.agravity.ts
|
|
113
115
|
model/secureUploadEntity.agravity.ts
|
|
116
|
+
model/sharedAllowedFormat.agravity.ts
|
|
114
117
|
model/sharedAsset.agravity.ts
|
|
115
118
|
model/sharedCollection.agravity.ts
|
|
116
119
|
model/sharedCollectionFull.agravity.ts
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @agravity/private@6.0
|
|
1
|
+
## @agravity/private@6.1.0
|
|
2
2
|
|
|
3
3
|
### Building
|
|
4
4
|
|
|
@@ -19,7 +19,7 @@ Navigate to the folder of your consuming project and run one of next commands.
|
|
|
19
19
|
_published:_
|
|
20
20
|
|
|
21
21
|
```
|
|
22
|
-
npm install @agravity/private@6.0
|
|
22
|
+
npm install @agravity/private@6.1.0 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
package/api/api.ts
CHANGED
|
@@ -12,8 +12,8 @@ export * from './authenticationManagement.agravity';
|
|
|
12
12
|
import { AuthenticationManagementService } from './authenticationManagement.agravity';
|
|
13
13
|
export * from './collectionManagement.agravity';
|
|
14
14
|
import { CollectionManagementService } from './collectionManagement.agravity';
|
|
15
|
-
export * from './
|
|
16
|
-
import {
|
|
15
|
+
export * from './collectionShareManagement.agravity';
|
|
16
|
+
import { CollectionShareManagementService } from './collectionShareManagement.agravity';
|
|
17
17
|
export * from './collectionTypeItemBlueprintManagement.agravity';
|
|
18
18
|
import { CollectionTypeItemBlueprintManagementService } from './collectionTypeItemBlueprintManagement.agravity';
|
|
19
19
|
export * from './collectionTypeManagement.agravity';
|
|
@@ -40,6 +40,8 @@ export * from './listBlobs.agravity';
|
|
|
40
40
|
import { ListBlobsService } from './listBlobs.agravity';
|
|
41
41
|
export * from './listQueues.agravity';
|
|
42
42
|
import { ListQueuesService } from './listQueues.agravity';
|
|
43
|
+
export * from './listTables.agravity';
|
|
44
|
+
import { ListTablesService } from './listTables.agravity';
|
|
43
45
|
export * from './permissionsManagement.agravity';
|
|
44
46
|
import { PermissionsManagementService } from './permissionsManagement.agravity';
|
|
45
47
|
export * from './publishing.agravity';
|
|
@@ -78,7 +80,7 @@ export const APIS = [
|
|
|
78
80
|
AssetVersioningService,
|
|
79
81
|
AuthenticationManagementService,
|
|
80
82
|
CollectionManagementService,
|
|
81
|
-
|
|
83
|
+
CollectionShareManagementService,
|
|
82
84
|
CollectionTypeItemBlueprintManagementService,
|
|
83
85
|
CollectionTypeManagementService,
|
|
84
86
|
CommentsManagementService,
|
|
@@ -92,6 +94,7 @@ export const APIS = [
|
|
|
92
94
|
IccProfileManagementService,
|
|
93
95
|
ListBlobsService,
|
|
94
96
|
ListQueuesService,
|
|
97
|
+
ListTablesService,
|
|
95
98
|
PermissionsManagementService,
|
|
96
99
|
PublishingService,
|
|
97
100
|
QuickshareManagementService,
|
|
@@ -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: 6.0
|
|
5
|
+
* The version of the OpenAPI document: 6.1.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: 6.0
|
|
5
|
+
* The version of the OpenAPI document: 6.1.0
|
|
6
6
|
* Contact: office@agravity.io
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -744,7 +744,6 @@ export class AssetManagementService {
|
|
|
744
744
|
* @param fields Which fields are need to be filled out with comma separated. If one is set all non mandatory fields are left out. No validation if field exist.
|
|
745
745
|
* @param expose This indicates if the given blobs should have URLs where these can be requested. It will expose placeholder blobs if no \'thumbnail\' is found.)
|
|
746
746
|
* @param items The items can be extended to fully filled items.
|
|
747
|
-
* @param techdata This parameter will include the techdata property inside orig_blob.
|
|
748
747
|
* @param translations When default language should be returned and the translation dictionary is delivered. (Ignores the \"Accept-Language\" header)
|
|
749
748
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
750
749
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -754,7 +753,6 @@ export class AssetManagementService {
|
|
|
754
753
|
fields?: string,
|
|
755
754
|
expose?: boolean,
|
|
756
755
|
items?: boolean,
|
|
757
|
-
techdata?: boolean,
|
|
758
756
|
translations?: boolean,
|
|
759
757
|
observe?: 'body',
|
|
760
758
|
reportProgress?: boolean,
|
|
@@ -765,7 +763,6 @@ export class AssetManagementService {
|
|
|
765
763
|
fields?: string,
|
|
766
764
|
expose?: boolean,
|
|
767
765
|
items?: boolean,
|
|
768
|
-
techdata?: boolean,
|
|
769
766
|
translations?: boolean,
|
|
770
767
|
observe?: 'response',
|
|
771
768
|
reportProgress?: boolean,
|
|
@@ -776,7 +773,6 @@ export class AssetManagementService {
|
|
|
776
773
|
fields?: string,
|
|
777
774
|
expose?: boolean,
|
|
778
775
|
items?: boolean,
|
|
779
|
-
techdata?: boolean,
|
|
780
776
|
translations?: boolean,
|
|
781
777
|
observe?: 'events',
|
|
782
778
|
reportProgress?: boolean,
|
|
@@ -787,7 +783,6 @@ export class AssetManagementService {
|
|
|
787
783
|
fields?: string,
|
|
788
784
|
expose?: boolean,
|
|
789
785
|
items?: boolean,
|
|
790
|
-
techdata?: boolean,
|
|
791
786
|
translations?: boolean,
|
|
792
787
|
observe: any = 'body',
|
|
793
788
|
reportProgress: boolean = false,
|
|
@@ -807,9 +802,6 @@ export class AssetManagementService {
|
|
|
807
802
|
if (items !== undefined && items !== null) {
|
|
808
803
|
queryParameters = this.addToHttpParams(queryParameters, <any>items, 'items');
|
|
809
804
|
}
|
|
810
|
-
if (techdata !== undefined && techdata !== null) {
|
|
811
|
-
queryParameters = this.addToHttpParams(queryParameters, <any>techdata, 'techdata');
|
|
812
|
-
}
|
|
813
805
|
if (translations !== undefined && translations !== null) {
|
|
814
806
|
queryParameters = this.addToHttpParams(queryParameters, <any>translations, 'translations');
|
|
815
807
|
}
|
|
@@ -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: 6.0
|
|
5
|
+
* The version of the OpenAPI document: 6.1.0
|
|
6
6
|
* Contact: office@agravity.io
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -21,6 +21,7 @@ import { AgravityInfoResponse } from '../model/models';
|
|
|
21
21
|
import { Asset } from '../model/models';
|
|
22
22
|
import { AssetAvailability } from '../model/models';
|
|
23
23
|
import { AssetBlob } from '../model/models';
|
|
24
|
+
import { AssetTextContent } from '../model/models';
|
|
24
25
|
import { AssetsOperationBody } from '../model/models';
|
|
25
26
|
import { Collection } from '../model/models';
|
|
26
27
|
import { DynamicImageOperation } from '../model/models';
|
|
@@ -938,6 +939,53 @@ export class AssetOperationsService {
|
|
|
938
939
|
});
|
|
939
940
|
}
|
|
940
941
|
|
|
942
|
+
/**
|
|
943
|
+
* This endpoint returns all textual content of an asset (i.e. text of PDF)
|
|
944
|
+
* @param id The ID of the asset.
|
|
945
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
946
|
+
* @param reportProgress flag to report request and response progress.
|
|
947
|
+
*/
|
|
948
|
+
public httpGetAssetTextContentById(id: string, observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<AssetTextContent>;
|
|
949
|
+
public httpGetAssetTextContentById(id: string, observe?: 'response', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpResponse<AssetTextContent>>;
|
|
950
|
+
public httpGetAssetTextContentById(id: string, observe?: 'events', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpEvent<AssetTextContent>>;
|
|
951
|
+
public httpGetAssetTextContentById(id: string, observe: any = 'body', reportProgress: boolean = false, options?: { httpHeaderAccept?: 'application/json' }): Observable<any> {
|
|
952
|
+
if (id === null || id === undefined) {
|
|
953
|
+
throw new Error('Required parameter id was null or undefined when calling httpGetAssetTextContentById.');
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
let headers = this.defaultHeaders;
|
|
957
|
+
|
|
958
|
+
let credential: string | undefined;
|
|
959
|
+
// authentication (msal_auth) required
|
|
960
|
+
credential = this.configuration.lookupCredential('msal_auth');
|
|
961
|
+
if (credential) {
|
|
962
|
+
headers = headers.set('Authorization', 'Bearer ' + credential);
|
|
963
|
+
}
|
|
964
|
+
|
|
965
|
+
let httpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
|
|
966
|
+
if (httpHeaderAcceptSelected === undefined) {
|
|
967
|
+
// to determine the Accept header
|
|
968
|
+
const httpHeaderAccepts: string[] = ['application/json'];
|
|
969
|
+
httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
970
|
+
}
|
|
971
|
+
if (httpHeaderAcceptSelected !== undefined) {
|
|
972
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
let responseType_: 'text' | 'json' = 'json';
|
|
976
|
+
if (httpHeaderAcceptSelected && httpHeaderAcceptSelected.startsWith('text')) {
|
|
977
|
+
responseType_ = 'text';
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
return this.httpClient.get<AssetTextContent>(`${this.configuration.basePath}/assets/${encodeURIComponent(String(id))}/textcontent`, {
|
|
981
|
+
responseType: <any>responseType_,
|
|
982
|
+
withCredentials: this.configuration.withCredentials,
|
|
983
|
+
headers: headers,
|
|
984
|
+
observe: observe,
|
|
985
|
+
reportProgress: reportProgress
|
|
986
|
+
});
|
|
987
|
+
}
|
|
988
|
+
|
|
941
989
|
/**
|
|
942
990
|
* This endpoint lets you use the entire api of Imagemagick to edit the image.
|
|
943
991
|
* @param id The ID of the asset.
|
|
@@ -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: 6.0
|
|
5
|
+
* The version of the OpenAPI document: 6.1.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 { PublishEntity } from '../model/models';
|
|
21
22
|
import { PublishedAsset } from '../model/models';
|
|
22
23
|
|
|
@@ -140,6 +141,132 @@ export class AssetPublishingService {
|
|
|
140
141
|
});
|
|
141
142
|
}
|
|
142
143
|
|
|
144
|
+
/**
|
|
145
|
+
* This endpoint fetches specific information (e.g. statistics) of the published asset (from ID) from the target platform
|
|
146
|
+
* @param id The ID of the asset.
|
|
147
|
+
* @param pid The published asset ID.
|
|
148
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
149
|
+
* @param reportProgress flag to report request and response progress.
|
|
150
|
+
*/
|
|
151
|
+
public getPublishedAssetDetails(id: string, pid: string, observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<{ [key: string]: object }>;
|
|
152
|
+
public getPublishedAssetDetails(
|
|
153
|
+
id: string,
|
|
154
|
+
pid: string,
|
|
155
|
+
observe?: 'response',
|
|
156
|
+
reportProgress?: boolean,
|
|
157
|
+
options?: { httpHeaderAccept?: 'application/json' }
|
|
158
|
+
): Observable<HttpResponse<{ [key: string]: object }>>;
|
|
159
|
+
public getPublishedAssetDetails(
|
|
160
|
+
id: string,
|
|
161
|
+
pid: string,
|
|
162
|
+
observe?: 'events',
|
|
163
|
+
reportProgress?: boolean,
|
|
164
|
+
options?: { httpHeaderAccept?: 'application/json' }
|
|
165
|
+
): Observable<HttpEvent<{ [key: string]: object }>>;
|
|
166
|
+
public getPublishedAssetDetails(id: string, pid: string, observe: any = 'body', reportProgress: boolean = false, options?: { httpHeaderAccept?: 'application/json' }): Observable<any> {
|
|
167
|
+
if (id === null || id === undefined) {
|
|
168
|
+
throw new Error('Required parameter id was null or undefined when calling getPublishedAssetDetails.');
|
|
169
|
+
}
|
|
170
|
+
if (pid === null || pid === undefined) {
|
|
171
|
+
throw new Error('Required parameter pid was null or undefined when calling getPublishedAssetDetails.');
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
let headers = this.defaultHeaders;
|
|
175
|
+
|
|
176
|
+
let credential: string | undefined;
|
|
177
|
+
// authentication (msal_auth) required
|
|
178
|
+
credential = this.configuration.lookupCredential('msal_auth');
|
|
179
|
+
if (credential) {
|
|
180
|
+
headers = headers.set('Authorization', 'Bearer ' + credential);
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
let httpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
|
|
184
|
+
if (httpHeaderAcceptSelected === undefined) {
|
|
185
|
+
// to determine the Accept header
|
|
186
|
+
const httpHeaderAccepts: string[] = ['application/json'];
|
|
187
|
+
httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
188
|
+
}
|
|
189
|
+
if (httpHeaderAcceptSelected !== undefined) {
|
|
190
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
let responseType_: 'text' | 'json' = 'json';
|
|
194
|
+
if (httpHeaderAcceptSelected && httpHeaderAcceptSelected.startsWith('text')) {
|
|
195
|
+
responseType_ = 'text';
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
return this.httpClient.get<{ [key: string]: object }>(`${this.configuration.basePath}/assets/${encodeURIComponent(String(id))}/publish/${encodeURIComponent(String(pid))}/info`, {
|
|
199
|
+
responseType: <any>responseType_,
|
|
200
|
+
withCredentials: this.configuration.withCredentials,
|
|
201
|
+
headers: headers,
|
|
202
|
+
observe: observe,
|
|
203
|
+
reportProgress: reportProgress
|
|
204
|
+
});
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
/**
|
|
208
|
+
* This endpoint retrieves the status of the published entity i.e. vimeo video upload
|
|
209
|
+
* @param id The ID of translation export
|
|
210
|
+
* @param pid The published asset ID.
|
|
211
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
212
|
+
* @param reportProgress flag to report request and response progress.
|
|
213
|
+
*/
|
|
214
|
+
public httpPublishedAssetsCheckStatus(id: string, pid: string, observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<AgravityInfoResponse>;
|
|
215
|
+
public httpPublishedAssetsCheckStatus(
|
|
216
|
+
id: string,
|
|
217
|
+
pid: string,
|
|
218
|
+
observe?: 'response',
|
|
219
|
+
reportProgress?: boolean,
|
|
220
|
+
options?: { httpHeaderAccept?: 'application/json' }
|
|
221
|
+
): Observable<HttpResponse<AgravityInfoResponse>>;
|
|
222
|
+
public httpPublishedAssetsCheckStatus(
|
|
223
|
+
id: string,
|
|
224
|
+
pid: string,
|
|
225
|
+
observe?: 'events',
|
|
226
|
+
reportProgress?: boolean,
|
|
227
|
+
options?: { httpHeaderAccept?: 'application/json' }
|
|
228
|
+
): Observable<HttpEvent<AgravityInfoResponse>>;
|
|
229
|
+
public httpPublishedAssetsCheckStatus(id: string, pid: string, observe: any = 'body', reportProgress: boolean = false, options?: { httpHeaderAccept?: 'application/json' }): Observable<any> {
|
|
230
|
+
if (id === null || id === undefined) {
|
|
231
|
+
throw new Error('Required parameter id was null or undefined when calling httpPublishedAssetsCheckStatus.');
|
|
232
|
+
}
|
|
233
|
+
if (pid === null || pid === undefined) {
|
|
234
|
+
throw new Error('Required parameter pid was null or undefined when calling httpPublishedAssetsCheckStatus.');
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
let headers = this.defaultHeaders;
|
|
238
|
+
|
|
239
|
+
let credential: string | undefined;
|
|
240
|
+
// authentication (msal_auth) required
|
|
241
|
+
credential = this.configuration.lookupCredential('msal_auth');
|
|
242
|
+
if (credential) {
|
|
243
|
+
headers = headers.set('Authorization', 'Bearer ' + credential);
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
let httpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
|
|
247
|
+
if (httpHeaderAcceptSelected === undefined) {
|
|
248
|
+
// to determine the Accept header
|
|
249
|
+
const httpHeaderAccepts: string[] = ['application/json'];
|
|
250
|
+
httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
251
|
+
}
|
|
252
|
+
if (httpHeaderAcceptSelected !== undefined) {
|
|
253
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
let responseType_: 'text' | 'json' = 'json';
|
|
257
|
+
if (httpHeaderAcceptSelected && httpHeaderAcceptSelected.startsWith('text')) {
|
|
258
|
+
responseType_ = 'text';
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
return this.httpClient.get<AgravityInfoResponse>(`${this.configuration.basePath}/assets/${encodeURIComponent(String(id))}/publish/${encodeURIComponent(String(pid))}/status`, {
|
|
262
|
+
responseType: <any>responseType_,
|
|
263
|
+
withCredentials: this.configuration.withCredentials,
|
|
264
|
+
headers: headers,
|
|
265
|
+
observe: observe,
|
|
266
|
+
reportProgress: reportProgress
|
|
267
|
+
});
|
|
268
|
+
}
|
|
269
|
+
|
|
143
270
|
/**
|
|
144
271
|
* This endpoint creates an additional published asset
|
|
145
272
|
* @param id The ID of the asset.
|
|
@@ -273,13 +400,35 @@ export class AssetPublishingService {
|
|
|
273
400
|
* This endpoint deletes the published asset with the given ID.
|
|
274
401
|
* @param id The ID of the asset.
|
|
275
402
|
* @param pid The published asset ID.
|
|
403
|
+
* @param force Even if the unpublish in the third party system is not successful, the published asset should be removed.
|
|
276
404
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
277
405
|
* @param reportProgress flag to report request and response progress.
|
|
278
406
|
*/
|
|
279
|
-
public httpPublishedAssetsDeleteById(id: string, pid: string, observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<any>;
|
|
280
|
-
public httpPublishedAssetsDeleteById(
|
|
281
|
-
|
|
282
|
-
|
|
407
|
+
public httpPublishedAssetsDeleteById(id: string, pid: string, force?: boolean, observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<any>;
|
|
408
|
+
public httpPublishedAssetsDeleteById(
|
|
409
|
+
id: string,
|
|
410
|
+
pid: string,
|
|
411
|
+
force?: boolean,
|
|
412
|
+
observe?: 'response',
|
|
413
|
+
reportProgress?: boolean,
|
|
414
|
+
options?: { httpHeaderAccept?: 'application/json' }
|
|
415
|
+
): Observable<HttpResponse<any>>;
|
|
416
|
+
public httpPublishedAssetsDeleteById(
|
|
417
|
+
id: string,
|
|
418
|
+
pid: string,
|
|
419
|
+
force?: boolean,
|
|
420
|
+
observe?: 'events',
|
|
421
|
+
reportProgress?: boolean,
|
|
422
|
+
options?: { httpHeaderAccept?: 'application/json' }
|
|
423
|
+
): Observable<HttpEvent<any>>;
|
|
424
|
+
public httpPublishedAssetsDeleteById(
|
|
425
|
+
id: string,
|
|
426
|
+
pid: string,
|
|
427
|
+
force?: boolean,
|
|
428
|
+
observe: any = 'body',
|
|
429
|
+
reportProgress: boolean = false,
|
|
430
|
+
options?: { httpHeaderAccept?: 'application/json' }
|
|
431
|
+
): Observable<any> {
|
|
283
432
|
if (id === null || id === undefined) {
|
|
284
433
|
throw new Error('Required parameter id was null or undefined when calling httpPublishedAssetsDeleteById.');
|
|
285
434
|
}
|
|
@@ -287,6 +436,11 @@ export class AssetPublishingService {
|
|
|
287
436
|
throw new Error('Required parameter pid was null or undefined when calling httpPublishedAssetsDeleteById.');
|
|
288
437
|
}
|
|
289
438
|
|
|
439
|
+
let queryParameters = new HttpParams({ encoder: this.encoder });
|
|
440
|
+
if (force !== undefined && force !== null) {
|
|
441
|
+
queryParameters = this.addToHttpParams(queryParameters, <any>force, 'force');
|
|
442
|
+
}
|
|
443
|
+
|
|
290
444
|
let headers = this.defaultHeaders;
|
|
291
445
|
|
|
292
446
|
let credential: string | undefined;
|
|
@@ -312,6 +466,7 @@ export class AssetPublishingService {
|
|
|
312
466
|
}
|
|
313
467
|
|
|
314
468
|
return this.httpClient.delete<any>(`${this.configuration.basePath}/assets/${encodeURIComponent(String(id))}/publish/${encodeURIComponent(String(pid))}`, {
|
|
469
|
+
params: queryParameters,
|
|
315
470
|
responseType: <any>responseType_,
|
|
316
471
|
withCredentials: this.configuration.withCredentials,
|
|
317
472
|
headers: headers,
|
|
@@ -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: 6.0
|
|
5
|
+
* The version of the OpenAPI document: 6.1.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: 6.0
|
|
5
|
+
* The version of the OpenAPI document: 6.1.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: 6.0
|
|
5
|
+
* The version of the OpenAPI document: 6.1.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: 6.0
|
|
5
|
+
* The version of the OpenAPI document: 6.1.0
|
|
6
6
|
* Contact: office@agravity.io
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ import { AgravityConfiguration } from '../configuration';
|
|
|
26
26
|
@Injectable({
|
|
27
27
|
providedIn: 'root'
|
|
28
28
|
})
|
|
29
|
-
export class
|
|
29
|
+
export class CollectionShareManagementService {
|
|
30
30
|
protected basePath = 'http://localhost:7071/api';
|
|
31
31
|
public defaultHeaders = new HttpHeaders();
|
|
32
32
|
public configuration = new AgravityConfiguration();
|
|
@@ -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: 6.0
|
|
5
|
+
* The version of the OpenAPI document: 6.1.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: 6.0
|
|
5
|
+
* The version of the OpenAPI document: 6.1.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: 6.0
|
|
5
|
+
* The version of the OpenAPI document: 6.1.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: 6.0
|
|
5
|
+
* The version of the OpenAPI document: 6.1.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: 6.0
|
|
5
|
+
* The version of the OpenAPI document: 6.1.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: 6.0
|
|
5
|
+
* The version of the OpenAPI document: 6.1.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: 6.0
|
|
5
|
+
* The version of the OpenAPI document: 6.1.0
|
|
6
6
|
* Contact: office@agravity.io
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|