@agravity/public 7.0.0 → 7.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 +2 -0
- package/README.md +2 -2
- package/api/publicAssetManagement.pub.agravity.ts +11 -3
- package/api/publicAssetOperations.pub.agravity.ts +1 -1
- package/api/publicAssetPublishing.pub.agravity.ts +1 -1
- package/api/publicAssetVersioning.pub.agravity.ts +1 -1
- package/api/publicAuthenticationManagement.pub.agravity.ts +1 -1
- package/api/publicCollectionManagement.pub.agravity.ts +1 -1
- package/api/publicCollectionSecureUpload.pub.agravity.ts +1 -1
- package/api/publicCollectionTypeManagement.pub.agravity.ts +1 -1
- package/api/publicConfigurationManagement.pub.agravity.ts +1 -1
- package/api/publicDownloadFormatManagement.pub.agravity.ts +1 -1
- package/api/publicGeneralManagement.pub.agravity.ts +1 -1
- package/api/publicHelperTools.pub.agravity.ts +60 -13
- package/api/publicPortalManagement.pub.agravity.ts +148 -1
- package/api/publicPublishing.pub.agravity.ts +1 -1
- package/api/publicSavedSearch.pub.agravity.ts +1 -1
- package/api/publicSearchManagement.pub.agravity.ts +134 -1
- package/api/publicSharingManagement.pub.agravity.ts +1 -1
- package/api/publicSignalRConnectionManagement.pub.agravity.ts +1 -1
- package/api/publicStaticDefinedListManagement.pub.agravity.ts +1 -1
- package/api/publicTranslationManagement.pub.agravity.ts +1 -1
- package/api/publicWebAppData.pub.agravity.ts +1 -1
- package/api/publicWorkspaceManagement.pub.agravity.ts +1 -1
- package/model/agravityErrorResponse.pub.agravity.ts +1 -1
- package/model/agravityVersion.pub.agravity.ts +1 -1
- package/model/allWebAppData.pub.agravity.ts +1 -1
- package/model/artificialIntelligenceGroup.pub.agravity.ts +1 -1
- package/model/asset.pub.agravity.ts +1 -1
- package/model/assetAvailability.pub.agravity.ts +1 -1
- package/model/assetBlob.pub.agravity.ts +1 -1
- package/model/assetIdFormat.pub.agravity.ts +1 -1
- package/model/assetPageResult.pub.agravity.ts +1 -1
- package/model/azSearchOptions.pub.agravity.ts +1 -1
- package/model/badRequestResult.pub.agravity.ts +1 -1
- package/model/collTypeItem.pub.agravity.ts +1 -1
- package/model/collection.pub.agravity.ts +1 -1
- package/model/collectionType.pub.agravity.ts +1 -1
- package/model/collectionUDL.pub.agravity.ts +1 -1
- package/model/createSftpUserResult.pub.agravity.ts +1 -1
- package/model/dataResult.pub.agravity.ts +1 -1
- package/model/distZipResponse.pub.agravity.ts +1 -1
- package/model/downloadFormat.pub.agravity.ts +1 -1
- package/model/dynamicImageOperation.pub.agravity.ts +1 -1
- package/model/entityId.pub.agravity.ts +1 -1
- package/model/entityIdName.pub.agravity.ts +1 -1
- package/model/frontendAppConfig.pub.agravity.ts +1 -1
- package/model/groupAllAppData.pub.agravity.ts +1 -1
- package/model/metadata.pub.agravity.ts +1 -1
- package/model/models.ts +2 -0
- package/model/moveCollectionBody.pub.agravity.ts +1 -1
- package/model/okResult.pub.agravity.ts +1 -1
- package/model/permissionEntity.pub.agravity.ts +1 -1
- package/model/portal.pub.agravity.ts +4 -1
- package/model/portalConfiguration.pub.agravity.ts +4 -1
- package/model/portalLanguages.pub.agravity.ts +1 -1
- package/model/portalLinks.pub.agravity.ts +17 -0
- package/model/portalTheme.pub.agravity.ts +3 -1
- package/model/portalZipRequest.pub.agravity.ts +33 -0
- package/model/publishEntity.pub.agravity.ts +1 -1
- package/model/publishedAsset.pub.agravity.ts +1 -1
- package/model/quickShareFull.pub.agravity.ts +1 -1
- package/model/sasToken.pub.agravity.ts +1 -1
- package/model/savedSearch.pub.agravity.ts +1 -1
- package/model/searchFacet.pub.agravity.ts +1 -1
- package/model/searchFacetEntity.pub.agravity.ts +1 -1
- package/model/searchResult.pub.agravity.ts +1 -1
- package/model/searchableItem.pub.agravity.ts +1 -1
- package/model/secureUploadEntity.pub.agravity.ts +1 -1
- package/model/sharedAllowedFormat.pub.agravity.ts +1 -1
- package/model/sharedAsset.pub.agravity.ts +1 -1
- package/model/sharedCollectionFull.pub.agravity.ts +1 -1
- package/model/sharedCollectionZipRequest.pub.agravity.ts +4 -3
- package/model/signalRConnectionInfo.pub.agravity.ts +1 -1
- package/model/staticDefinedList.pub.agravity.ts +1 -1
- package/model/versionEntity.pub.agravity.ts +1 -1
- package/model/versionedAsset.pub.agravity.ts +1 -1
- package/model/whereParam.pub.agravity.ts +1 -1
- package/model/workspace.pub.agravity.ts +1 -1
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -61,7 +61,9 @@ model/permissionEntity.pub.agravity.ts
|
|
|
61
61
|
model/portal.pub.agravity.ts
|
|
62
62
|
model/portalConfiguration.pub.agravity.ts
|
|
63
63
|
model/portalLanguages.pub.agravity.ts
|
|
64
|
+
model/portalLinks.pub.agravity.ts
|
|
64
65
|
model/portalTheme.pub.agravity.ts
|
|
66
|
+
model/portalZipRequest.pub.agravity.ts
|
|
65
67
|
model/publishEntity.pub.agravity.ts
|
|
66
68
|
model/publishedAsset.pub.agravity.ts
|
|
67
69
|
model/quickShareFull.pub.agravity.ts
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @agravity/public@7.
|
|
1
|
+
## @agravity/public@7.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/public@7.
|
|
22
|
+
npm install @agravity/public@7.1.0 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Public Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the public 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>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 7.
|
|
5
|
+
* The version of the OpenAPI document: 7.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).
|
|
@@ -310,12 +310,13 @@ export class PublicAssetManagementService {
|
|
|
310
310
|
|
|
311
311
|
/**
|
|
312
312
|
* This endpoint lists all the assets, which are stored in the database and not deleted (status \"A\")
|
|
313
|
-
* @param collectionid The ID of the collection where these assets should come from. (
|
|
313
|
+
* @param collectionid The ID of the collection where these assets should come from. (Is not required when \'collectiontypeid\' is set.)
|
|
314
|
+
* @param collectiontypeid The ID of the collection type where these assets should come from. (Is not required when \'collectionid\' is set.) CAUTION: The assets returned are not distinct => Duplicates are possible if assets are in multiple collections in this collection type!
|
|
314
315
|
* @param fields This limits the fields which are returned, separated by comma (\',\'). Blobs can be limited with \'.\' on their container. (i.e. fields=blobs.thumbnails). Only if \'thumbnails\' is set, the placeholder of this asset type are returned if no thumbnail blob is found.
|
|
315
316
|
* @param expose This indicates if the given blobs should have URLs where these can be requested. (If not limited through \'fields\' parameter it will expose all URLs of all blobs.)
|
|
316
317
|
* @param continuationToken Each result returns the continous token if more results are available than requested. With this token, the next page could be fetched. (URL encoded!)
|
|
317
318
|
* @param limit This number limits the page result of assets.
|
|
318
|
-
* @param orderby How the return assets are sorted. Default is property:
|
|
319
|
+
* @param orderby How the return assets are sorted. Default is property: modified_date (newest first).
|
|
319
320
|
* @param filter This will limit the output on specific parameters which are separated by \':\', \'!:\', \'>\', \'>=\', \'<\', \'<=\'
|
|
320
321
|
* @param items The items can be extended to fully filled items.
|
|
321
322
|
* @param translations When default language should be returned and the translation dictionary is delivered. (Ignores the \"Accept-Language\" header)
|
|
@@ -324,6 +325,7 @@ export class PublicAssetManagementService {
|
|
|
324
325
|
*/
|
|
325
326
|
public httpAssetsGet(
|
|
326
327
|
collectionid?: string,
|
|
328
|
+
collectiontypeid?: string,
|
|
327
329
|
fields?: string,
|
|
328
330
|
expose?: boolean,
|
|
329
331
|
continuationToken?: string,
|
|
@@ -338,6 +340,7 @@ export class PublicAssetManagementService {
|
|
|
338
340
|
): Observable<AssetPageResult>;
|
|
339
341
|
public httpAssetsGet(
|
|
340
342
|
collectionid?: string,
|
|
343
|
+
collectiontypeid?: string,
|
|
341
344
|
fields?: string,
|
|
342
345
|
expose?: boolean,
|
|
343
346
|
continuationToken?: string,
|
|
@@ -352,6 +355,7 @@ export class PublicAssetManagementService {
|
|
|
352
355
|
): Observable<HttpResponse<AssetPageResult>>;
|
|
353
356
|
public httpAssetsGet(
|
|
354
357
|
collectionid?: string,
|
|
358
|
+
collectiontypeid?: string,
|
|
355
359
|
fields?: string,
|
|
356
360
|
expose?: boolean,
|
|
357
361
|
continuationToken?: string,
|
|
@@ -366,6 +370,7 @@ export class PublicAssetManagementService {
|
|
|
366
370
|
): Observable<HttpEvent<AssetPageResult>>;
|
|
367
371
|
public httpAssetsGet(
|
|
368
372
|
collectionid?: string,
|
|
373
|
+
collectiontypeid?: string,
|
|
369
374
|
fields?: string,
|
|
370
375
|
expose?: boolean,
|
|
371
376
|
continuationToken?: string,
|
|
@@ -382,6 +387,9 @@ export class PublicAssetManagementService {
|
|
|
382
387
|
if (collectionid !== undefined && collectionid !== null) {
|
|
383
388
|
queryParameters = this.addToHttpParams(queryParameters, <any>collectionid, 'collectionid');
|
|
384
389
|
}
|
|
390
|
+
if (collectiontypeid !== undefined && collectiontypeid !== null) {
|
|
391
|
+
queryParameters = this.addToHttpParams(queryParameters, <any>collectiontypeid, 'collectiontypeid');
|
|
392
|
+
}
|
|
385
393
|
if (fields !== undefined && fields !== null) {
|
|
386
394
|
queryParameters = this.addToHttpParams(queryParameters, <any>fields, 'fields');
|
|
387
395
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Public Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the public 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>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 7.
|
|
5
|
+
* The version of the OpenAPI document: 7.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 - Public Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the public 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>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 7.
|
|
5
|
+
* The version of the OpenAPI document: 7.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 - Public Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the public 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>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 7.
|
|
5
|
+
* The version of the OpenAPI document: 7.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 - Public Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the public 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>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 7.
|
|
5
|
+
* The version of the OpenAPI document: 7.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 - Public Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the public 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>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 7.
|
|
5
|
+
* The version of the OpenAPI document: 7.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 - Public Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the public 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>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 7.
|
|
5
|
+
* The version of the OpenAPI document: 7.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 - Public Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the public 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>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 7.
|
|
5
|
+
* The version of the OpenAPI document: 7.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 - Public Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the public 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>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 7.
|
|
5
|
+
* The version of the OpenAPI document: 7.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 - Public Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the public 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>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 7.
|
|
5
|
+
* The version of the OpenAPI document: 7.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 - Public Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the public 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>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 7.
|
|
5
|
+
* The version of the OpenAPI document: 7.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 - Public Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the public 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>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 7.
|
|
5
|
+
* The version of the OpenAPI document: 7.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).
|
|
@@ -16,6 +16,7 @@ import { HttpClient, HttpHeaders, HttpParams, HttpResponse, HttpEvent, HttpParam
|
|
|
16
16
|
import { CustomHttpParameterCodec } from '../encoder';
|
|
17
17
|
import { Observable } from 'rxjs';
|
|
18
18
|
|
|
19
|
+
import { AgravityErrorResponse } from '../model/models';
|
|
19
20
|
import { CollectionUDL } from '../model/models';
|
|
20
21
|
import { SearchableItem } from '../model/models';
|
|
21
22
|
|
|
@@ -143,13 +144,24 @@ export class PublicHelperToolsService {
|
|
|
143
144
|
|
|
144
145
|
/**
|
|
145
146
|
* Returns all filterable items directly from the search index
|
|
147
|
+
* @param portalId If the search should be redirected to a specific portal.
|
|
146
148
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
147
149
|
* @param reportProgress flag to report request and response progress.
|
|
148
150
|
*/
|
|
149
|
-
public httpGetAllowedFilterableItems(observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<Array<string>>;
|
|
150
|
-
public httpGetAllowedFilterableItems(
|
|
151
|
-
|
|
152
|
-
|
|
151
|
+
public httpGetAllowedFilterableItems(portalId?: string, observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<Array<string>>;
|
|
152
|
+
public httpGetAllowedFilterableItems(
|
|
153
|
+
portalId?: string,
|
|
154
|
+
observe?: 'response',
|
|
155
|
+
reportProgress?: boolean,
|
|
156
|
+
options?: { httpHeaderAccept?: 'application/json' }
|
|
157
|
+
): Observable<HttpResponse<Array<string>>>;
|
|
158
|
+
public httpGetAllowedFilterableItems(portalId?: string, observe?: 'events', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpEvent<Array<string>>>;
|
|
159
|
+
public httpGetAllowedFilterableItems(portalId?: string, observe: any = 'body', reportProgress: boolean = false, options?: { httpHeaderAccept?: 'application/json' }): Observable<any> {
|
|
160
|
+
let queryParameters = new HttpParams({ encoder: this.encoder });
|
|
161
|
+
if (portalId !== undefined && portalId !== null) {
|
|
162
|
+
queryParameters = this.addToHttpParams(queryParameters, <any>portalId, 'portal_id');
|
|
163
|
+
}
|
|
164
|
+
|
|
153
165
|
let headers = this.defaultHeaders;
|
|
154
166
|
|
|
155
167
|
let credential: string | undefined;
|
|
@@ -175,6 +187,7 @@ export class PublicHelperToolsService {
|
|
|
175
187
|
}
|
|
176
188
|
|
|
177
189
|
return this.httpClient.get<Array<string>>(`${this.configuration.basePath}/helper/filterableitems`, {
|
|
190
|
+
params: queryParameters,
|
|
178
191
|
responseType: <any>responseType_,
|
|
179
192
|
withCredentials: this.configuration.withCredentials,
|
|
180
193
|
headers: headers,
|
|
@@ -185,13 +198,29 @@ export class PublicHelperToolsService {
|
|
|
185
198
|
|
|
186
199
|
/**
|
|
187
200
|
* Returns all searchable items directly from the search index
|
|
201
|
+
* @param portalId If the search should be redirected to a specific portal.
|
|
188
202
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
189
203
|
* @param reportProgress flag to report request and response progress.
|
|
190
204
|
*/
|
|
191
|
-
public httpGetAllowedSearchableItemNames(observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<Array<string>>;
|
|
192
|
-
public httpGetAllowedSearchableItemNames(
|
|
193
|
-
|
|
194
|
-
|
|
205
|
+
public httpGetAllowedSearchableItemNames(portalId?: string, observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<Array<string>>;
|
|
206
|
+
public httpGetAllowedSearchableItemNames(
|
|
207
|
+
portalId?: string,
|
|
208
|
+
observe?: 'response',
|
|
209
|
+
reportProgress?: boolean,
|
|
210
|
+
options?: { httpHeaderAccept?: 'application/json' }
|
|
211
|
+
): Observable<HttpResponse<Array<string>>>;
|
|
212
|
+
public httpGetAllowedSearchableItemNames(
|
|
213
|
+
portalId?: string,
|
|
214
|
+
observe?: 'events',
|
|
215
|
+
reportProgress?: boolean,
|
|
216
|
+
options?: { httpHeaderAccept?: 'application/json' }
|
|
217
|
+
): Observable<HttpEvent<Array<string>>>;
|
|
218
|
+
public httpGetAllowedSearchableItemNames(portalId?: string, observe: any = 'body', reportProgress: boolean = false, options?: { httpHeaderAccept?: 'application/json' }): Observable<any> {
|
|
219
|
+
let queryParameters = new HttpParams({ encoder: this.encoder });
|
|
220
|
+
if (portalId !== undefined && portalId !== null) {
|
|
221
|
+
queryParameters = this.addToHttpParams(queryParameters, <any>portalId, 'portal_id');
|
|
222
|
+
}
|
|
223
|
+
|
|
195
224
|
let headers = this.defaultHeaders;
|
|
196
225
|
|
|
197
226
|
let credential: string | undefined;
|
|
@@ -217,6 +246,7 @@ export class PublicHelperToolsService {
|
|
|
217
246
|
}
|
|
218
247
|
|
|
219
248
|
return this.httpClient.get<Array<string>>(`${this.configuration.basePath}/helper/searchableitemnames`, {
|
|
249
|
+
params: queryParameters,
|
|
220
250
|
responseType: <any>responseType_,
|
|
221
251
|
withCredentials: this.configuration.withCredentials,
|
|
222
252
|
headers: headers,
|
|
@@ -227,13 +257,29 @@ export class PublicHelperToolsService {
|
|
|
227
257
|
|
|
228
258
|
/**
|
|
229
259
|
* Returns all searchable items directly from the search index
|
|
260
|
+
* @param portalId If the search should be redirected to a specific portal.
|
|
230
261
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
231
262
|
* @param reportProgress flag to report request and response progress.
|
|
232
263
|
*/
|
|
233
|
-
public httpGetAllowedSearchableItems(observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<Array<SearchableItem>>;
|
|
234
|
-
public httpGetAllowedSearchableItems(
|
|
235
|
-
|
|
236
|
-
|
|
264
|
+
public httpGetAllowedSearchableItems(portalId?: string, observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<Array<SearchableItem>>;
|
|
265
|
+
public httpGetAllowedSearchableItems(
|
|
266
|
+
portalId?: string,
|
|
267
|
+
observe?: 'response',
|
|
268
|
+
reportProgress?: boolean,
|
|
269
|
+
options?: { httpHeaderAccept?: 'application/json' }
|
|
270
|
+
): Observable<HttpResponse<Array<SearchableItem>>>;
|
|
271
|
+
public httpGetAllowedSearchableItems(
|
|
272
|
+
portalId?: string,
|
|
273
|
+
observe?: 'events',
|
|
274
|
+
reportProgress?: boolean,
|
|
275
|
+
options?: { httpHeaderAccept?: 'application/json' }
|
|
276
|
+
): Observable<HttpEvent<Array<SearchableItem>>>;
|
|
277
|
+
public httpGetAllowedSearchableItems(portalId?: string, observe: any = 'body', reportProgress: boolean = false, options?: { httpHeaderAccept?: 'application/json' }): Observable<any> {
|
|
278
|
+
let queryParameters = new HttpParams({ encoder: this.encoder });
|
|
279
|
+
if (portalId !== undefined && portalId !== null) {
|
|
280
|
+
queryParameters = this.addToHttpParams(queryParameters, <any>portalId, 'portal_id');
|
|
281
|
+
}
|
|
282
|
+
|
|
237
283
|
let headers = this.defaultHeaders;
|
|
238
284
|
|
|
239
285
|
let credential: string | undefined;
|
|
@@ -259,6 +305,7 @@ export class PublicHelperToolsService {
|
|
|
259
305
|
}
|
|
260
306
|
|
|
261
307
|
return this.httpClient.get<Array<SearchableItem>>(`${this.configuration.basePath}/helper/searchableitems`, {
|
|
308
|
+
params: queryParameters,
|
|
262
309
|
responseType: <any>responseType_,
|
|
263
310
|
withCredentials: this.configuration.withCredentials,
|
|
264
311
|
headers: headers,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Public Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the public 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>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 7.
|
|
5
|
+
* The version of the OpenAPI document: 7.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).
|
|
@@ -16,8 +16,10 @@ import { HttpClient, HttpHeaders, HttpParams, HttpResponse, HttpEvent, HttpParam
|
|
|
16
16
|
import { CustomHttpParameterCodec } from '../encoder';
|
|
17
17
|
import { Observable } from 'rxjs';
|
|
18
18
|
|
|
19
|
+
import { AgravityErrorResponse } from '../model/models';
|
|
19
20
|
import { Portal } from '../model/models';
|
|
20
21
|
import { PortalConfiguration } from '../model/models';
|
|
22
|
+
import { PortalZipRequest } from '../model/models';
|
|
21
23
|
|
|
22
24
|
import { BASE_PATH, COLLECTION_FORMATS } from '../variables';
|
|
23
25
|
import { AgravityPublicConfiguration } from '../configuration';
|
|
@@ -82,6 +84,151 @@ export class PublicPortalManagementService {
|
|
|
82
84
|
return httpParams;
|
|
83
85
|
}
|
|
84
86
|
|
|
87
|
+
/**
|
|
88
|
+
* This endpoint gets the progress/status of the ZIP creation of a portal.
|
|
89
|
+
* @param id The ID of the zip request collection.
|
|
90
|
+
* @param zipId The ID of the requested zip.
|
|
91
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
92
|
+
* @param reportProgress flag to report request and response progress.
|
|
93
|
+
*/
|
|
94
|
+
public httpPortalGetStatusZipById(id: string, zipId: string, observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<PortalZipRequest>;
|
|
95
|
+
public httpPortalGetStatusZipById(
|
|
96
|
+
id: string,
|
|
97
|
+
zipId: string,
|
|
98
|
+
observe?: 'response',
|
|
99
|
+
reportProgress?: boolean,
|
|
100
|
+
options?: { httpHeaderAccept?: 'application/json' }
|
|
101
|
+
): Observable<HttpResponse<PortalZipRequest>>;
|
|
102
|
+
public httpPortalGetStatusZipById(
|
|
103
|
+
id: string,
|
|
104
|
+
zipId: string,
|
|
105
|
+
observe?: 'events',
|
|
106
|
+
reportProgress?: boolean,
|
|
107
|
+
options?: { httpHeaderAccept?: 'application/json' }
|
|
108
|
+
): Observable<HttpEvent<PortalZipRequest>>;
|
|
109
|
+
public httpPortalGetStatusZipById(id: string, zipId: string, observe: any = 'body', reportProgress: boolean = false, options?: { httpHeaderAccept?: 'application/json' }): Observable<any> {
|
|
110
|
+
if (id === null || id === undefined) {
|
|
111
|
+
throw new Error('Required parameter id was null or undefined when calling httpPortalGetStatusZipById.');
|
|
112
|
+
}
|
|
113
|
+
if (zipId === null || zipId === undefined) {
|
|
114
|
+
throw new Error('Required parameter zipId was null or undefined when calling httpPortalGetStatusZipById.');
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
let headers = this.defaultHeaders;
|
|
118
|
+
|
|
119
|
+
let credential: string | undefined;
|
|
120
|
+
// authentication (function_key) required
|
|
121
|
+
credential = this.configuration.lookupCredential('function_key');
|
|
122
|
+
if (credential) {
|
|
123
|
+
headers = headers.set('x-functions-key', credential);
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
let httpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
|
|
127
|
+
if (httpHeaderAcceptSelected === undefined) {
|
|
128
|
+
// to determine the Accept header
|
|
129
|
+
const httpHeaderAccepts: string[] = ['application/json'];
|
|
130
|
+
httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
131
|
+
}
|
|
132
|
+
if (httpHeaderAcceptSelected !== undefined) {
|
|
133
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
let responseType_: 'text' | 'json' = 'json';
|
|
137
|
+
if (httpHeaderAcceptSelected && httpHeaderAcceptSelected.startsWith('text')) {
|
|
138
|
+
responseType_ = 'text';
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
return this.httpClient.get<PortalZipRequest>(`${this.configuration.basePath}/portals/${encodeURIComponent(String(id))}/zip/${encodeURIComponent(String(zipId))}`, {
|
|
142
|
+
responseType: <any>responseType_,
|
|
143
|
+
withCredentials: this.configuration.withCredentials,
|
|
144
|
+
headers: headers,
|
|
145
|
+
observe: observe,
|
|
146
|
+
reportProgress: reportProgress
|
|
147
|
+
});
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
/**
|
|
151
|
+
* Initiates the ZIP creation of an asset basket from an portal.
|
|
152
|
+
* @param id The ID of the portal.
|
|
153
|
+
* @param portalZipRequest The allowed formats are the input which could be added.
|
|
154
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
155
|
+
* @param reportProgress flag to report request and response progress.
|
|
156
|
+
*/
|
|
157
|
+
public httpPortalRequestZipById(
|
|
158
|
+
id: string,
|
|
159
|
+
portalZipRequest: PortalZipRequest,
|
|
160
|
+
observe?: 'body',
|
|
161
|
+
reportProgress?: boolean,
|
|
162
|
+
options?: { httpHeaderAccept?: 'application/json' }
|
|
163
|
+
): Observable<PortalZipRequest>;
|
|
164
|
+
public httpPortalRequestZipById(
|
|
165
|
+
id: string,
|
|
166
|
+
portalZipRequest: PortalZipRequest,
|
|
167
|
+
observe?: 'response',
|
|
168
|
+
reportProgress?: boolean,
|
|
169
|
+
options?: { httpHeaderAccept?: 'application/json' }
|
|
170
|
+
): Observable<HttpResponse<PortalZipRequest>>;
|
|
171
|
+
public httpPortalRequestZipById(
|
|
172
|
+
id: string,
|
|
173
|
+
portalZipRequest: PortalZipRequest,
|
|
174
|
+
observe?: 'events',
|
|
175
|
+
reportProgress?: boolean,
|
|
176
|
+
options?: { httpHeaderAccept?: 'application/json' }
|
|
177
|
+
): Observable<HttpEvent<PortalZipRequest>>;
|
|
178
|
+
public httpPortalRequestZipById(
|
|
179
|
+
id: string,
|
|
180
|
+
portalZipRequest: PortalZipRequest,
|
|
181
|
+
observe: any = 'body',
|
|
182
|
+
reportProgress: boolean = false,
|
|
183
|
+
options?: { httpHeaderAccept?: 'application/json' }
|
|
184
|
+
): Observable<any> {
|
|
185
|
+
if (id === null || id === undefined) {
|
|
186
|
+
throw new Error('Required parameter id was null or undefined when calling httpPortalRequestZipById.');
|
|
187
|
+
}
|
|
188
|
+
if (portalZipRequest === null || portalZipRequest === undefined) {
|
|
189
|
+
throw new Error('Required parameter portalZipRequest was null or undefined when calling httpPortalRequestZipById.');
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
let headers = this.defaultHeaders;
|
|
193
|
+
|
|
194
|
+
let credential: string | undefined;
|
|
195
|
+
// authentication (function_key) required
|
|
196
|
+
credential = this.configuration.lookupCredential('function_key');
|
|
197
|
+
if (credential) {
|
|
198
|
+
headers = headers.set('x-functions-key', credential);
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
let httpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
|
|
202
|
+
if (httpHeaderAcceptSelected === undefined) {
|
|
203
|
+
// to determine the Accept header
|
|
204
|
+
const httpHeaderAccepts: string[] = ['application/json'];
|
|
205
|
+
httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
206
|
+
}
|
|
207
|
+
if (httpHeaderAcceptSelected !== undefined) {
|
|
208
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
// to determine the Content-Type header
|
|
212
|
+
const consumes: string[] = ['application/json'];
|
|
213
|
+
const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
|
|
214
|
+
if (httpContentTypeSelected !== undefined) {
|
|
215
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
let responseType_: 'text' | 'json' = 'json';
|
|
219
|
+
if (httpHeaderAcceptSelected && httpHeaderAcceptSelected.startsWith('text')) {
|
|
220
|
+
responseType_ = 'text';
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
return this.httpClient.post<PortalZipRequest>(`${this.configuration.basePath}/portals/${encodeURIComponent(String(id))}/zip`, portalZipRequest, {
|
|
224
|
+
responseType: <any>responseType_,
|
|
225
|
+
withCredentials: this.configuration.withCredentials,
|
|
226
|
+
headers: headers,
|
|
227
|
+
observe: observe,
|
|
228
|
+
reportProgress: reportProgress
|
|
229
|
+
});
|
|
230
|
+
}
|
|
231
|
+
|
|
85
232
|
/**
|
|
86
233
|
* This endpoint returns a full configuration of the portal. Incl. download formats, SDLs, UDLs, etc.
|
|
87
234
|
* @param id The ID of the portal.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Public Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the public 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>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 7.
|
|
5
|
+
* The version of the OpenAPI document: 7.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 - Public Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the public 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>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 7.
|
|
5
|
+
* The version of the OpenAPI document: 7.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).
|