@agravity/public 7.3.1 → 8.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +2 -3
- package/.openapi-generator/VERSION +1 -1
- package/README.md +29 -4
- package/api/publicAssetManagement.pub.agravity.ts +389 -265
- package/api/publicAssetOperations.pub.agravity.ts +636 -425
- package/api/publicAssetPublishing.pub.agravity.ts +195 -82
- package/api/publicAssetVersioning.pub.agravity.ts +469 -239
- package/api/publicAuthenticationManagement.pub.agravity.ts +66 -24
- package/api/publicCollectionManagement.pub.agravity.ts +525 -295
- package/api/publicCollectionSecureUpload.pub.agravity.ts +142 -69
- package/api/publicCollectionTypeManagement.pub.agravity.ts +211 -95
- package/api/publicConfigurationManagement.pub.agravity.ts +69 -26
- package/api/publicDownloadFormatManagement.pub.agravity.ts +139 -53
- package/api/publicEndpoints.pub.agravity.ts +63 -43
- package/api/publicGeneralManagement.pub.agravity.ts +253 -104
- package/api/publicHelperTools.pub.agravity.ts +270 -106
- package/api/publicPortalManagement.pub.agravity.ts +323 -124
- package/api/publicPublishing.pub.agravity.ts +69 -38
- package/api/publicSavedSearch.pub.agravity.ts +75 -38
- package/api/publicSearchManagement.pub.agravity.ts +265 -194
- package/api/publicSharingManagement.pub.agravity.ts +246 -157
- package/api/publicSignalRConnectionManagement.pub.agravity.ts +68 -24
- package/api/publicStaticDefinedListManagement.pub.agravity.ts +212 -107
- package/api/publicTranslationManagement.pub.agravity.ts +189 -115
- package/api/publicWebAppData.pub.agravity.ts +146 -47
- package/api/publicWorkspaceManagement.pub.agravity.ts +158 -57
- package/api.module.ts +0 -24
- package/configuration.ts +42 -0
- package/git_push.sh +3 -4
- package/index.ts +1 -0
- package/model/agravityErrorResponse.pub.agravity.ts +3 -4
- package/model/{badRequestResult.pub.agravity.ts → agravityInfoResponse.pub.agravity.ts} +4 -3
- package/model/agravityVersion.pub.agravity.ts +8 -9
- package/model/allWebAppData.pub.agravity.ts +4 -5
- package/model/artificialIntelligenceGroup.pub.agravity.ts +3 -4
- package/model/asset.pub.agravity.ts +22 -23
- package/model/assetAvailability.pub.agravity.ts +1 -2
- package/model/assetBlob.pub.agravity.ts +27 -28
- package/model/assetIdFormat.pub.agravity.ts +3 -4
- package/model/assetPageResult.pub.agravity.ts +4 -5
- package/model/azSearchOptions.pub.agravity.ts +8 -9
- package/model/collTypeItem.pub.agravity.ts +16 -17
- package/model/collection.pub.agravity.ts +15 -16
- package/model/collectionType.pub.agravity.ts +14 -15
- package/model/collectionUDL.pub.agravity.ts +4 -5
- package/model/createSftpUserResult.pub.agravity.ts +2 -3
- package/model/dataResult.pub.agravity.ts +4 -5
- package/model/deletedEntities.pub.agravity.ts +4 -5
- package/model/distZipResponse.pub.agravity.ts +3 -4
- package/model/downloadFormat.pub.agravity.ts +18 -16
- package/model/dynamicImageOperation.pub.agravity.ts +2 -3
- package/model/entityId.pub.agravity.ts +1 -2
- package/model/entityIdName.pub.agravity.ts +3 -4
- package/model/frontendAppConfig.pub.agravity.ts +0 -1
- package/model/groupAllAppData.pub.agravity.ts +5 -6
- package/model/models.ts +1 -3
- package/model/moveCollectionBody.pub.agravity.ts +3 -4
- package/model/permissionEntity.pub.agravity.ts +1 -2
- package/model/portal.pub.agravity.ts +18 -20
- package/model/portalConfiguration.pub.agravity.ts +23 -25
- package/model/portalLinks.pub.agravity.ts +3 -4
- package/model/portalTheme.pub.agravity.ts +6 -7
- package/model/portalZipRequest.pub.agravity.ts +14 -15
- package/model/publishEntity.pub.agravity.ts +9 -10
- package/model/publishedAsset.pub.agravity.ts +12 -13
- package/model/quickShareFull.pub.agravity.ts +15 -16
- package/model/sasToken.pub.agravity.ts +6 -7
- package/model/savedSearch.pub.agravity.ts +13 -14
- package/model/searchAdminDataSourceStatus.pub.agravity.ts +2 -3
- package/model/searchAdminIndexStatus.pub.agravity.ts +3 -4
- package/model/searchAdminIndexerLastRun.pub.agravity.ts +3 -4
- package/model/searchAdminIndexerStatus.pub.agravity.ts +4 -5
- package/model/searchAdminSkillStatus.pub.agravity.ts +2 -3
- package/model/searchAdminStatistics.pub.agravity.ts +2 -3
- package/model/searchAdminStatus.pub.agravity.ts +4 -5
- package/model/searchFacet.pub.agravity.ts +2 -3
- package/model/searchFacetEntity.pub.agravity.ts +2 -3
- package/model/searchResult.pub.agravity.ts +3 -4
- package/model/searchableItem.pub.agravity.ts +3 -4
- package/model/secureUploadEntity.pub.agravity.ts +10 -11
- package/model/sharedAllowedFormat.pub.agravity.ts +2 -3
- package/model/sharedAsset.pub.agravity.ts +5 -6
- package/model/sharedCollectionFull.pub.agravity.ts +18 -19
- package/model/sharedCollectionZipRequest.pub.agravity.ts +14 -15
- package/model/signalRConnectionInfo.pub.agravity.ts +0 -1
- package/model/staticDefinedList.pub.agravity.ts +12 -13
- package/model/versionEntity.pub.agravity.ts +9 -10
- package/model/versionedAsset.pub.agravity.ts +5 -6
- package/model/whereParam.pub.agravity.ts +0 -1
- package/model/workspace.pub.agravity.ts +14 -15
- package/package.json +16 -17
- package/param.ts +44 -0
- package/model/okResult.pub.agravity.ts +0 -15
- package/model/portalLanguages.pub.agravity.ts +0 -16
|
@@ -2,7 +2,6 @@
|
|
|
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.3.1
|
|
6
5
|
* Contact: office@agravity.io
|
|
7
6
|
*
|
|
8
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -13,24 +12,24 @@ import { CollTypeItem } from './collTypeItem.pub.agravity';
|
|
|
13
12
|
import { PermissionEntity } from './permissionEntity.pub.agravity';
|
|
14
13
|
|
|
15
14
|
export interface CollectionType {
|
|
16
|
-
id?: string;
|
|
17
|
-
entity_type?: string;
|
|
18
|
-
name?: string;
|
|
19
|
-
items?: Array<CollTypeItem
|
|
20
|
-
translations?: { [key: string]: { [key: string]: object } };
|
|
21
|
-
order?: number;
|
|
22
|
-
permissions?: Array<PermissionEntity
|
|
15
|
+
id?: string | null;
|
|
16
|
+
entity_type?: string | null;
|
|
17
|
+
name?: string | null;
|
|
18
|
+
items?: Array<CollTypeItem> | null;
|
|
19
|
+
translations?: { [key: string]: { [key: string]: object } } | null;
|
|
20
|
+
order?: number | null;
|
|
21
|
+
permissions?: Array<PermissionEntity> | null;
|
|
23
22
|
permissionless?: boolean | null;
|
|
24
23
|
role?: CollectionType.RoleEnum;
|
|
25
|
-
description?: string;
|
|
26
|
-
add_properties?: { [key: string]: any };
|
|
27
|
-
status?: string;
|
|
24
|
+
description?: string | null;
|
|
25
|
+
add_properties?: { [key: string]: any } | null;
|
|
26
|
+
status?: string | null;
|
|
28
27
|
created_date?: string | null;
|
|
29
|
-
created_by?: string;
|
|
28
|
+
created_by?: string | null;
|
|
30
29
|
modified_date?: string | null;
|
|
31
|
-
modified_by?: string;
|
|
32
|
-
pk?: string;
|
|
33
|
-
_etag?: string;
|
|
30
|
+
modified_by?: string | null;
|
|
31
|
+
pk?: string | null;
|
|
32
|
+
_etag?: string | null;
|
|
34
33
|
}
|
|
35
34
|
export namespace CollectionType {
|
|
36
35
|
export type RoleEnum = 'NONE' | 'VIEWER' | 'EDITOR';
|
|
@@ -2,7 +2,6 @@
|
|
|
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.3.1
|
|
6
5
|
* Contact: office@agravity.io
|
|
7
6
|
*
|
|
8
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,8 +11,8 @@
|
|
|
12
11
|
import { EntityIdName } from './entityIdName.pub.agravity';
|
|
13
12
|
|
|
14
13
|
export interface CollectionUDL {
|
|
15
|
-
children?: Array<EntityIdName
|
|
16
|
-
name?: string;
|
|
17
|
-
translations?: { [key: string]: { [key: string]: object } };
|
|
18
|
-
id?: string;
|
|
14
|
+
children?: Array<EntityIdName> | null;
|
|
15
|
+
name?: string | null;
|
|
16
|
+
translations?: { [key: string]: { [key: string]: object } } | null;
|
|
17
|
+
id?: string | null;
|
|
19
18
|
}
|
|
@@ -2,7 +2,6 @@
|
|
|
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.3.1
|
|
6
5
|
* Contact: office@agravity.io
|
|
7
6
|
*
|
|
8
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -11,6 +10,6 @@
|
|
|
11
10
|
*/
|
|
12
11
|
|
|
13
12
|
export interface CreateSftpUserResult {
|
|
14
|
-
url?: string;
|
|
15
|
-
password?: string;
|
|
13
|
+
url?: string | null;
|
|
14
|
+
password?: string | null;
|
|
16
15
|
}
|
|
@@ -2,7 +2,6 @@
|
|
|
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.3.1
|
|
6
5
|
* Contact: office@agravity.io
|
|
7
6
|
*
|
|
8
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -13,8 +12,8 @@ import { Asset } from './asset.pub.agravity';
|
|
|
13
12
|
import { Collection } from './collection.pub.agravity';
|
|
14
13
|
|
|
15
14
|
export interface DataResult {
|
|
16
|
-
asset?: Array<Asset
|
|
17
|
-
sum_asset_results?: number;
|
|
18
|
-
collection?: Array<Collection
|
|
19
|
-
sum_collection_results?: number;
|
|
15
|
+
asset?: Array<Asset> | null;
|
|
16
|
+
sum_asset_results?: number | null;
|
|
17
|
+
collection?: Array<Collection> | null;
|
|
18
|
+
sum_collection_results?: number | null;
|
|
20
19
|
}
|
|
@@ -2,7 +2,6 @@
|
|
|
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.3.1
|
|
6
5
|
* Contact: office@agravity.io
|
|
7
6
|
*
|
|
8
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -11,8 +10,8 @@
|
|
|
11
10
|
*/
|
|
12
11
|
|
|
13
12
|
export interface DeletedEntities {
|
|
14
|
-
id?: string;
|
|
15
|
-
name?: string;
|
|
16
|
-
deleted?: string;
|
|
17
|
-
entity_type?: string;
|
|
13
|
+
id?: string | null;
|
|
14
|
+
name?: string | null;
|
|
15
|
+
deleted?: string | null;
|
|
16
|
+
entity_type?: string | null;
|
|
18
17
|
}
|
|
@@ -2,7 +2,6 @@
|
|
|
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.3.1
|
|
6
5
|
* Contact: office@agravity.io
|
|
7
6
|
*
|
|
8
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -11,7 +10,7 @@
|
|
|
11
10
|
*/
|
|
12
11
|
|
|
13
12
|
export interface DistZipResponse {
|
|
14
|
-
url?: string;
|
|
15
|
-
modified_date?: string;
|
|
16
|
-
size?: number;
|
|
13
|
+
url?: string | null;
|
|
14
|
+
modified_date?: string | null;
|
|
15
|
+
size?: number | null;
|
|
17
16
|
}
|
|
@@ -2,7 +2,6 @@
|
|
|
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.3.1
|
|
6
5
|
* Contact: office@agravity.io
|
|
7
6
|
*
|
|
8
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -10,24 +9,27 @@
|
|
|
10
9
|
* Do not edit the class manually.
|
|
11
10
|
*/
|
|
12
11
|
import { DynamicImageOperation } from './dynamicImageOperation.pub.agravity';
|
|
12
|
+
import { PermissionEntity } from './permissionEntity.pub.agravity';
|
|
13
13
|
|
|
14
14
|
export interface DownloadFormat {
|
|
15
|
-
id?: string;
|
|
16
|
-
entity_type?: string;
|
|
17
|
-
operations?: Array<DynamicImageOperation
|
|
18
|
-
extension?: string;
|
|
19
|
-
asset_type?: string;
|
|
20
|
-
origin?: string;
|
|
15
|
+
id?: string | null;
|
|
16
|
+
entity_type?: string | null;
|
|
17
|
+
operations?: Array<DynamicImageOperation> | null;
|
|
18
|
+
extension?: string | null;
|
|
19
|
+
asset_type?: string | null;
|
|
20
|
+
origin?: string | null;
|
|
21
21
|
fallback_thumb?: boolean | null;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
22
|
+
target_filename?: string | null;
|
|
23
|
+
translations?: { [key: string]: { [key: string]: object } } | null;
|
|
24
|
+
permissions?: Array<PermissionEntity> | null;
|
|
25
|
+
name?: string | null;
|
|
26
|
+
description?: string | null;
|
|
27
|
+
add_properties?: { [key: string]: any } | null;
|
|
28
|
+
status?: string | null;
|
|
27
29
|
created_date?: string | null;
|
|
28
|
-
created_by?: string;
|
|
30
|
+
created_by?: string | null;
|
|
29
31
|
modified_date?: string | null;
|
|
30
|
-
modified_by?: string;
|
|
31
|
-
pk?: string;
|
|
32
|
-
_etag?: string;
|
|
32
|
+
modified_by?: string | null;
|
|
33
|
+
pk?: string | null;
|
|
34
|
+
_etag?: string | null;
|
|
33
35
|
}
|
|
@@ -2,7 +2,6 @@
|
|
|
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.3.1
|
|
6
5
|
* Contact: office@agravity.io
|
|
7
6
|
*
|
|
8
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -11,6 +10,6 @@
|
|
|
11
10
|
*/
|
|
12
11
|
|
|
13
12
|
export interface DynamicImageOperation {
|
|
14
|
-
operation?: string;
|
|
15
|
-
params?: Array<object
|
|
13
|
+
operation?: string | null;
|
|
14
|
+
params?: Array<object> | null;
|
|
16
15
|
}
|
|
@@ -2,7 +2,6 @@
|
|
|
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.3.1
|
|
6
5
|
* Contact: office@agravity.io
|
|
7
6
|
*
|
|
8
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -11,5 +10,5 @@
|
|
|
11
10
|
*/
|
|
12
11
|
|
|
13
12
|
export interface EntityId {
|
|
14
|
-
id?: string;
|
|
13
|
+
id?: string | null;
|
|
15
14
|
}
|
|
@@ -2,7 +2,6 @@
|
|
|
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.3.1
|
|
6
5
|
* Contact: office@agravity.io
|
|
7
6
|
*
|
|
8
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -11,7 +10,7 @@
|
|
|
11
10
|
*/
|
|
12
11
|
|
|
13
12
|
export interface EntityIdName {
|
|
14
|
-
name?: string;
|
|
15
|
-
translations?: { [key: string]: { [key: string]: object } };
|
|
16
|
-
id?: string;
|
|
13
|
+
name?: string | null;
|
|
14
|
+
translations?: { [key: string]: { [key: string]: object } } | null;
|
|
15
|
+
id?: string | null;
|
|
17
16
|
}
|
|
@@ -2,7 +2,6 @@
|
|
|
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.3.1
|
|
6
5
|
* Contact: office@agravity.io
|
|
7
6
|
*
|
|
8
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,6 @@
|
|
|
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.3.1
|
|
6
5
|
* Contact: office@agravity.io
|
|
7
6
|
*
|
|
8
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -16,9 +15,9 @@ import { DistZipResponse } from './distZipResponse.pub.agravity';
|
|
|
16
15
|
|
|
17
16
|
export interface GroupAllAppData {
|
|
18
17
|
collection_type?: CollectionType;
|
|
19
|
-
collections?: Array<Collection
|
|
20
|
-
assets?: Array<Asset
|
|
21
|
-
created_date?: string;
|
|
22
|
-
add_info?: Array<{ [key: string]: object }
|
|
23
|
-
dist?: DistZipResponse;
|
|
18
|
+
collections?: Array<Collection> | null;
|
|
19
|
+
assets?: Array<Asset> | null;
|
|
20
|
+
created_date?: string | null;
|
|
21
|
+
add_info?: Array<{ [key: string]: object }> | null;
|
|
22
|
+
dist?: DistZipResponse | null;
|
|
24
23
|
}
|
package/model/models.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from './agravityErrorResponse.pub.agravity';
|
|
2
|
+
export * from './agravityInfoResponse.pub.agravity';
|
|
2
3
|
export * from './agravityVersion.pub.agravity';
|
|
3
4
|
export * from './allWebAppData.pub.agravity';
|
|
4
5
|
export * from './artificialIntelligenceGroup.pub.agravity';
|
|
@@ -8,7 +9,6 @@ export * from './assetBlob.pub.agravity';
|
|
|
8
9
|
export * from './assetIdFormat.pub.agravity';
|
|
9
10
|
export * from './assetPageResult.pub.agravity';
|
|
10
11
|
export * from './azSearchOptions.pub.agravity';
|
|
11
|
-
export * from './badRequestResult.pub.agravity';
|
|
12
12
|
export * from './collTypeItem.pub.agravity';
|
|
13
13
|
export * from './collection.pub.agravity';
|
|
14
14
|
export * from './collectionType.pub.agravity';
|
|
@@ -24,11 +24,9 @@ export * from './entityIdName.pub.agravity';
|
|
|
24
24
|
export * from './frontendAppConfig.pub.agravity';
|
|
25
25
|
export * from './groupAllAppData.pub.agravity';
|
|
26
26
|
export * from './moveCollectionBody.pub.agravity';
|
|
27
|
-
export * from './okResult.pub.agravity';
|
|
28
27
|
export * from './permissionEntity.pub.agravity';
|
|
29
28
|
export * from './portal.pub.agravity';
|
|
30
29
|
export * from './portalConfiguration.pub.agravity';
|
|
31
|
-
export * from './portalLanguages.pub.agravity';
|
|
32
30
|
export * from './portalLinks.pub.agravity';
|
|
33
31
|
export * from './portalTheme.pub.agravity';
|
|
34
32
|
export * from './portalZipRequest.pub.agravity';
|
|
@@ -2,7 +2,6 @@
|
|
|
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.3.1
|
|
6
5
|
* Contact: office@agravity.io
|
|
7
6
|
*
|
|
8
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -11,7 +10,7 @@
|
|
|
11
10
|
*/
|
|
12
11
|
|
|
13
12
|
export interface MoveCollectionBody {
|
|
14
|
-
from_collection_id?: string;
|
|
15
|
-
to_collection_id?: string;
|
|
16
|
-
operation?: string;
|
|
13
|
+
from_collection_id?: string | null;
|
|
14
|
+
to_collection_id?: string | null;
|
|
15
|
+
operation?: string | null;
|
|
17
16
|
}
|
|
@@ -2,7 +2,6 @@
|
|
|
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.3.1
|
|
6
5
|
* Contact: office@agravity.io
|
|
7
6
|
*
|
|
8
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -11,7 +10,7 @@
|
|
|
11
10
|
*/
|
|
12
11
|
|
|
13
12
|
export interface PermissionEntity {
|
|
14
|
-
id?: string;
|
|
13
|
+
id?: string | null;
|
|
15
14
|
role?: PermissionEntity.RoleEnum;
|
|
16
15
|
}
|
|
17
16
|
export namespace PermissionEntity {
|
|
@@ -2,7 +2,6 @@
|
|
|
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.3.1
|
|
6
5
|
* Contact: office@agravity.io
|
|
7
6
|
*
|
|
8
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -11,28 +10,27 @@
|
|
|
11
10
|
*/
|
|
12
11
|
import { SharedAllowedFormat } from './sharedAllowedFormat.pub.agravity';
|
|
13
12
|
import { PortalLinks } from './portalLinks.pub.agravity';
|
|
14
|
-
import { PortalLanguages } from './portalLanguages.pub.agravity';
|
|
15
13
|
import { PortalTheme } from './portalTheme.pub.agravity';
|
|
16
14
|
|
|
17
15
|
export interface Portal {
|
|
18
|
-
id?: string;
|
|
19
|
-
entity_type?: string;
|
|
20
|
-
filter?: string;
|
|
21
|
-
languages?:
|
|
22
|
-
theme?: PortalTheme;
|
|
23
|
-
links?: PortalLinks;
|
|
24
|
-
metadata?: Array<string
|
|
25
|
-
facettes?: Array<string
|
|
26
|
-
allowed_formats?: Array<SharedAllowedFormat
|
|
27
|
-
limit_ids?: Array<string
|
|
28
|
-
name?: string;
|
|
29
|
-
description?: string;
|
|
30
|
-
add_properties?: { [key: string]: any };
|
|
31
|
-
status?: string;
|
|
16
|
+
id?: string | null;
|
|
17
|
+
entity_type?: string | null;
|
|
18
|
+
filter?: string | null;
|
|
19
|
+
languages?: string | null;
|
|
20
|
+
theme?: PortalTheme | null;
|
|
21
|
+
links?: PortalLinks | null;
|
|
22
|
+
metadata?: Array<string> | null;
|
|
23
|
+
facettes?: Array<string> | null;
|
|
24
|
+
allowed_formats?: Array<SharedAllowedFormat> | null;
|
|
25
|
+
limit_ids?: Array<string> | null;
|
|
26
|
+
name?: string | null;
|
|
27
|
+
description?: string | null;
|
|
28
|
+
add_properties?: { [key: string]: any } | null;
|
|
29
|
+
status?: string | null;
|
|
32
30
|
created_date?: string | null;
|
|
33
|
-
created_by?: string;
|
|
31
|
+
created_by?: string | null;
|
|
34
32
|
modified_date?: string | null;
|
|
35
|
-
modified_by?: string;
|
|
36
|
-
pk?: string;
|
|
37
|
-
_etag?: string;
|
|
33
|
+
modified_by?: string | null;
|
|
34
|
+
pk?: string | null;
|
|
35
|
+
_etag?: string | null;
|
|
38
36
|
}
|
|
@@ -2,7 +2,6 @@
|
|
|
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.3.1
|
|
6
5
|
* Contact: office@agravity.io
|
|
7
6
|
*
|
|
8
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -15,34 +14,33 @@ import { SharedAllowedFormat } from './sharedAllowedFormat.pub.agravity';
|
|
|
15
14
|
import { FrontendAppConfig } from './frontendAppConfig.pub.agravity';
|
|
16
15
|
import { CollectionUDL } from './collectionUDL.pub.agravity';
|
|
17
16
|
import { PortalLinks } from './portalLinks.pub.agravity';
|
|
18
|
-
import { PortalLanguages } from './portalLanguages.pub.agravity';
|
|
19
17
|
import { PortalTheme } from './portalTheme.pub.agravity';
|
|
20
18
|
import { StaticDefinedList } from './staticDefinedList.pub.agravity';
|
|
21
19
|
|
|
22
20
|
export interface PortalConfiguration {
|
|
23
|
-
download_formats?: Array<DownloadFormat
|
|
24
|
-
sdls?: Array<StaticDefinedList
|
|
25
|
-
udls?: Array<CollectionUDL
|
|
26
|
-
items?: Array<CollTypeItem
|
|
27
|
-
configs?: Array<FrontendAppConfig
|
|
28
|
-
id?: string;
|
|
29
|
-
entity_type?: string;
|
|
30
|
-
filter?: string;
|
|
31
|
-
languages?:
|
|
32
|
-
theme?: PortalTheme;
|
|
33
|
-
links?: PortalLinks;
|
|
34
|
-
metadata?: Array<string
|
|
35
|
-
facettes?: Array<string
|
|
36
|
-
allowed_formats?: Array<SharedAllowedFormat
|
|
37
|
-
limit_ids?: Array<string
|
|
38
|
-
name?: string;
|
|
39
|
-
description?: string;
|
|
40
|
-
add_properties?: { [key: string]: any };
|
|
41
|
-
status?: string;
|
|
21
|
+
download_formats?: Array<DownloadFormat> | null;
|
|
22
|
+
sdls?: Array<StaticDefinedList> | null;
|
|
23
|
+
udls?: Array<CollectionUDL> | null;
|
|
24
|
+
items?: Array<CollTypeItem> | null;
|
|
25
|
+
configs?: Array<FrontendAppConfig> | null;
|
|
26
|
+
id?: string | null;
|
|
27
|
+
entity_type?: string | null;
|
|
28
|
+
filter?: string | null;
|
|
29
|
+
languages?: string | null;
|
|
30
|
+
theme?: PortalTheme | null;
|
|
31
|
+
links?: PortalLinks | null;
|
|
32
|
+
metadata?: Array<string> | null;
|
|
33
|
+
facettes?: Array<string> | null;
|
|
34
|
+
allowed_formats?: Array<SharedAllowedFormat> | null;
|
|
35
|
+
limit_ids?: Array<string> | null;
|
|
36
|
+
name?: string | null;
|
|
37
|
+
description?: string | null;
|
|
38
|
+
add_properties?: { [key: string]: any } | null;
|
|
39
|
+
status?: string | null;
|
|
42
40
|
created_date?: string | null;
|
|
43
|
-
created_by?: string;
|
|
41
|
+
created_by?: string | null;
|
|
44
42
|
modified_date?: string | null;
|
|
45
|
-
modified_by?: string;
|
|
46
|
-
pk?: string;
|
|
47
|
-
_etag?: string;
|
|
43
|
+
modified_by?: string | null;
|
|
44
|
+
pk?: string | null;
|
|
45
|
+
_etag?: string | null;
|
|
48
46
|
}
|
|
@@ -2,7 +2,6 @@
|
|
|
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.3.1
|
|
6
5
|
* Contact: office@agravity.io
|
|
7
6
|
*
|
|
8
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -11,7 +10,7 @@
|
|
|
11
10
|
*/
|
|
12
11
|
|
|
13
12
|
export interface PortalLinks {
|
|
14
|
-
conditions?: string;
|
|
15
|
-
privacy?: string;
|
|
16
|
-
impressum?: string;
|
|
13
|
+
conditions?: string | null;
|
|
14
|
+
privacy?: string | null;
|
|
15
|
+
impressum?: string | null;
|
|
17
16
|
}
|
|
@@ -2,7 +2,6 @@
|
|
|
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.3.1
|
|
6
5
|
* Contact: office@agravity.io
|
|
7
6
|
*
|
|
8
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -11,10 +10,10 @@
|
|
|
11
10
|
*/
|
|
12
11
|
|
|
13
12
|
export interface PortalTheme {
|
|
14
|
-
background_url?: string;
|
|
15
|
-
logo_url?: string;
|
|
16
|
-
colors?: { [key: string]: object };
|
|
17
|
-
topbar_color?: string;
|
|
18
|
-
icon_empty?: string;
|
|
19
|
-
icon_active?: string;
|
|
13
|
+
background_url?: string | null;
|
|
14
|
+
logo_url?: string | null;
|
|
15
|
+
colors?: { [key: string]: object } | null;
|
|
16
|
+
topbar_color?: string | null;
|
|
17
|
+
icon_empty?: string | null;
|
|
18
|
+
icon_active?: string | null;
|
|
20
19
|
}
|
|
@@ -2,7 +2,6 @@
|
|
|
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.3.1
|
|
6
5
|
* Contact: office@agravity.io
|
|
7
6
|
*
|
|
8
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -13,21 +12,21 @@ import { SharedAllowedFormat } from './sharedAllowedFormat.pub.agravity';
|
|
|
13
12
|
import { AgravityErrorResponse } from './agravityErrorResponse.pub.agravity';
|
|
14
13
|
|
|
15
14
|
export interface PortalZipRequest {
|
|
16
|
-
zip_type?: string;
|
|
17
|
-
portal_id?: string;
|
|
18
|
-
asset_ids?: Array<string
|
|
19
|
-
id?: string;
|
|
20
|
-
entity_type?: string;
|
|
21
|
-
url?: string;
|
|
22
|
-
instance_id?: string;
|
|
23
|
-
valid_until?: string;
|
|
24
|
-
allowed_formats?: Array<SharedAllowedFormat
|
|
15
|
+
zip_type?: string | null;
|
|
16
|
+
portal_id?: string | null;
|
|
17
|
+
asset_ids?: Array<string> | null;
|
|
18
|
+
id?: string | null;
|
|
19
|
+
entity_type?: string | null;
|
|
20
|
+
url?: string | null;
|
|
21
|
+
instance_id?: string | null;
|
|
22
|
+
valid_until?: string | null;
|
|
23
|
+
allowed_formats?: Array<SharedAllowedFormat> | null;
|
|
25
24
|
error?: AgravityErrorResponse;
|
|
26
|
-
status?: string;
|
|
25
|
+
status?: string | null;
|
|
27
26
|
created_date?: string | null;
|
|
28
|
-
created_by?: string;
|
|
27
|
+
created_by?: string | null;
|
|
29
28
|
modified_date?: string | null;
|
|
30
|
-
modified_by?: string;
|
|
31
|
-
pk?: string;
|
|
32
|
-
_etag?: string;
|
|
29
|
+
modified_by?: string | null;
|
|
30
|
+
pk?: string | null;
|
|
31
|
+
_etag?: string | null;
|
|
33
32
|
}
|
|
@@ -2,7 +2,6 @@
|
|
|
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.3.1
|
|
6
5
|
* Contact: office@agravity.io
|
|
7
6
|
*
|
|
8
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,15 +11,15 @@
|
|
|
12
11
|
import { PublishedAsset } from './publishedAsset.pub.agravity';
|
|
13
12
|
|
|
14
13
|
export interface PublishEntity {
|
|
15
|
-
id?: string;
|
|
16
|
-
entity_type?: string;
|
|
17
|
-
published?: Array<PublishedAsset
|
|
18
|
-
region_of_origin?: string;
|
|
19
|
-
status?: string;
|
|
14
|
+
id?: string | null;
|
|
15
|
+
entity_type?: string | null;
|
|
16
|
+
published?: Array<PublishedAsset> | null;
|
|
17
|
+
region_of_origin?: string | null;
|
|
18
|
+
status?: string | null;
|
|
20
19
|
created_date?: string | null;
|
|
21
|
-
created_by?: string;
|
|
20
|
+
created_by?: string | null;
|
|
22
21
|
modified_date?: string | null;
|
|
23
|
-
modified_by?: string;
|
|
24
|
-
pk?: string;
|
|
25
|
-
_etag?: string;
|
|
22
|
+
modified_by?: string | null;
|
|
23
|
+
pk?: string | null;
|
|
24
|
+
_etag?: string | null;
|
|
26
25
|
}
|