@agravity/public 5.3.0 → 5.3.1
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/README.md +2 -2
- package/api/api.ts +65 -43
- package/api/publicAssetManagement.pub.agravity.ts +615 -504
- package/api/publicAssetOperations.pub.agravity.ts +740 -633
- package/api/publicAssetPublishing.pub.agravity.ts +277 -263
- package/api/publicAssetVersioning.pub.agravity.ts +613 -552
- package/api/publicAuthenticationManagement.pub.agravity.ts +125 -135
- package/api/publicCollectionManagement.pub.agravity.ts +680 -562
- package/api/publicCollectionSecureUpload.pub.agravity.ts +243 -229
- package/api/publicCollectionTypeManagement.pub.agravity.ts +293 -266
- package/api/publicConfigurationManagement.pub.agravity.ts +118 -128
- package/api/publicDownloadFormatManagement.pub.agravity.ts +125 -135
- package/api/publicGeneralManagement.pub.agravity.ts +206 -221
- package/api/publicHelperTools.pub.agravity.ts +269 -288
- package/api/publicPublishing.pub.agravity.ts +160 -148
- package/api/publicSavedSearch.pub.agravity.ts +160 -148
- package/api/publicSearchManagement.pub.agravity.ts +237 -197
- package/api/publicSharingManagement.pub.agravity.ts +259 -215
- package/api/publicSignalRConnectionManagement.pub.agravity.ts +125 -136
- package/api/publicStaticDefinedListManagement.pub.agravity.ts +325 -203
- package/api/publicTranslationManagement.pub.agravity.ts +322 -267
- package/api/publicWebAppData.pub.agravity.ts +179 -193
- package/api/publicWorkspaceManagement.pub.agravity.ts +199 -204
- package/api.module.ts +49 -51
- package/configuration.ts +129 -132
- package/encoder.ts +20 -20
- package/index.ts +5 -5
- package/model/agravityErrorResponse.pub.agravity.ts +17 -19
- package/model/agravityVersion.pub.agravity.ts +22 -24
- package/model/allWebAppData.pub.agravity.ts +22 -24
- package/model/artificialIntelligenceGroup.pub.agravity.ts +18 -20
- package/model/asset.pub.agravity.ts +45 -47
- package/model/assetAvailability.pub.agravity.ts +17 -19
- package/model/assetBlob.pub.agravity.ts +79 -82
- package/model/assetIdFormat.pub.agravity.ts +17 -19
- package/model/assetPageResult.pub.agravity.ts +21 -23
- package/model/azSearchOptions.pub.agravity.ts +23 -25
- package/model/badRequestResult.pub.agravity.ts +15 -17
- package/model/collTypeItem.pub.agravity.ts +36 -38
- package/model/collection.pub.agravity.ts +33 -35
- package/model/collectionType.pub.agravity.ts +33 -35
- package/model/collectionUDL.pub.agravity.ts +19 -21
- package/model/createSftpUserResult.pub.agravity.ts +16 -18
- package/model/dataResult.pub.agravity.ts +20 -22
- package/model/distZipResponse.pub.agravity.ts +17 -19
- package/model/downloadFormat.pub.agravity.ts +32 -34
- package/model/dynamicImageOperation.pub.agravity.ts +16 -18
- package/model/entityId.pub.agravity.ts +15 -17
- package/model/entityIdName.pub.agravity.ts +17 -19
- package/model/frontendAppConfig.pub.agravity.ts +19 -21
- package/model/groupAllAppData.pub.agravity.ts +24 -26
- package/model/metadata.pub.agravity.ts +17 -19
- package/model/models.ts +44 -44
- package/model/okResult.pub.agravity.ts +15 -17
- package/model/publishEntity.pub.agravity.ts +26 -28
- package/model/publishedAsset.pub.agravity.ts +23 -25
- package/model/quickShareFull.pub.agravity.ts +35 -37
- package/model/sasToken.pub.agravity.ts +20 -22
- package/model/savedSearch.pub.agravity.ts +29 -31
- package/model/searchFacet.pub.agravity.ts +17 -19
- package/model/searchFacetEntity.pub.agravity.ts +17 -19
- package/model/searchResult.pub.agravity.ts +21 -23
- package/model/searchableItem.pub.agravity.ts +24 -26
- package/model/secureUploadEntity.pub.agravity.ts +25 -27
- package/model/sharedAsset.pub.agravity.ts +23 -25
- package/model/sharedCollectionFull.pub.agravity.ts +27 -29
- package/model/signalRConnectionInfo.pub.agravity.ts +16 -18
- package/model/staticDefinedList.pub.agravity.ts +28 -30
- package/model/versionEntity.pub.agravity.ts +26 -28
- package/model/versionedAsset.pub.agravity.ts +18 -20
- package/model/whereParam.pub.agravity.ts +40 -43
- package/model/workspace.pub.agravity.ts +32 -34
- package/ng-package.json +6 -6
- package/package.json +45 -45
- package/tsconfig.json +20 -28
- package/variables.ts +9 -9
|
@@ -1,19 +1,17 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Agravity OpenAPI Documentation - Public Functions
|
|
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 2023. All Rights Reserved
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 5.3.
|
|
6
|
-
* Contact: office@agravity.io
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
19
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Agravity OpenAPI Documentation - Public Functions
|
|
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 2023. All Rights Reserved
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 5.3.1
|
|
6
|
+
* Contact: office@agravity.io
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
export interface AssetAvailability {
|
|
14
|
+
availability?: string;
|
|
15
|
+
available_from?: string | null;
|
|
16
|
+
available_to?: string | null;
|
|
17
|
+
}
|
|
@@ -1,82 +1,79 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Agravity OpenAPI Documentation - Public Functions
|
|
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 2023. All Rights Reserved
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 5.3.
|
|
6
|
-
* Contact: office@agravity.io
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { Metadata } from './metadata.pub.agravity';
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
export
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Agravity OpenAPI Documentation - Public Functions
|
|
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 2023. All Rights Reserved
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 5.3.1
|
|
6
|
+
* Contact: office@agravity.io
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { Metadata } from './metadata.pub.agravity';
|
|
13
|
+
|
|
14
|
+
export interface AssetBlob {
|
|
15
|
+
blob_type?: AssetBlob.BlobTypeEnum;
|
|
16
|
+
name?: string;
|
|
17
|
+
container?: string;
|
|
18
|
+
size?: number;
|
|
19
|
+
extension?: string;
|
|
20
|
+
content_type?: string;
|
|
21
|
+
md5?: string;
|
|
22
|
+
techdata?: Array<Metadata>;
|
|
23
|
+
add_data?: Array<Metadata>;
|
|
24
|
+
width?: number | null;
|
|
25
|
+
height?: number | null;
|
|
26
|
+
maxwidthheight?: number | null;
|
|
27
|
+
quality?: number | null;
|
|
28
|
+
orientation?: AssetBlob.OrientationEnum | null;
|
|
29
|
+
colorspace?: string;
|
|
30
|
+
profile?: string;
|
|
31
|
+
transparency?: boolean | null;
|
|
32
|
+
mode?: string;
|
|
33
|
+
target?: string;
|
|
34
|
+
filter?: string;
|
|
35
|
+
dpi_x?: number | null;
|
|
36
|
+
dpi_y?: number | null;
|
|
37
|
+
perhash?: string;
|
|
38
|
+
dominantcolor?: string;
|
|
39
|
+
depth?: number | null;
|
|
40
|
+
animated?: boolean | null;
|
|
41
|
+
duration?: number | null;
|
|
42
|
+
videocodec?: string;
|
|
43
|
+
videobitrate?: number | null;
|
|
44
|
+
fps?: number | null;
|
|
45
|
+
colormode?: string;
|
|
46
|
+
audiocodec?: string;
|
|
47
|
+
audiosamplerate?: string;
|
|
48
|
+
audiochanneloutput?: string;
|
|
49
|
+
audiobitrate?: number | null;
|
|
50
|
+
author?: string;
|
|
51
|
+
language?: string;
|
|
52
|
+
wordcount?: number | null;
|
|
53
|
+
pages?: number | null;
|
|
54
|
+
title?: string;
|
|
55
|
+
encoding_name?: string;
|
|
56
|
+
encoding_code?: string;
|
|
57
|
+
url?: string;
|
|
58
|
+
size_readable?: string;
|
|
59
|
+
downloadable?: boolean | null;
|
|
60
|
+
expires?: string | null;
|
|
61
|
+
}
|
|
62
|
+
export namespace AssetBlob {
|
|
63
|
+
export type BlobTypeEnum = 'UNKNOWN' | 'IMAGE' | 'VIDEO' | 'AUDIO' | 'DOCUMENT' | 'TEXT' | 'OTHER';
|
|
64
|
+
export const BlobTypeEnum = {
|
|
65
|
+
Unknown: 'UNKNOWN' as BlobTypeEnum,
|
|
66
|
+
Image: 'IMAGE' as BlobTypeEnum,
|
|
67
|
+
Video: 'VIDEO' as BlobTypeEnum,
|
|
68
|
+
Audio: 'AUDIO' as BlobTypeEnum,
|
|
69
|
+
Document: 'DOCUMENT' as BlobTypeEnum,
|
|
70
|
+
Text: 'TEXT' as BlobTypeEnum,
|
|
71
|
+
Other: 'OTHER' as BlobTypeEnum
|
|
72
|
+
};
|
|
73
|
+
export type OrientationEnum = 'PORTRAIT' | 'LANDSCAPE' | 'SQUARE';
|
|
74
|
+
export const OrientationEnum = {
|
|
75
|
+
Portrait: 'PORTRAIT' as OrientationEnum,
|
|
76
|
+
Landscape: 'LANDSCAPE' as OrientationEnum,
|
|
77
|
+
Square: 'SQUARE' as OrientationEnum
|
|
78
|
+
};
|
|
79
|
+
}
|
|
@@ -1,19 +1,17 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Agravity OpenAPI Documentation - Public Functions
|
|
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 2023. All Rights Reserved
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 5.3.
|
|
6
|
-
* Contact: office@agravity.io
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
19
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Agravity OpenAPI Documentation - Public Functions
|
|
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 2023. All Rights Reserved
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 5.3.1
|
|
6
|
+
* Contact: office@agravity.io
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
export interface AssetIdFormat {
|
|
14
|
+
id?: string;
|
|
15
|
+
name?: string;
|
|
16
|
+
format?: string;
|
|
17
|
+
}
|
|
@@ -1,23 +1,21 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Agravity OpenAPI Documentation - Public Functions
|
|
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 2023. All Rights Reserved
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 5.3.
|
|
6
|
-
* Contact: office@agravity.io
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { WhereParam } from './whereParam.pub.agravity';
|
|
13
|
-
import { Asset } from './asset.pub.agravity';
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
}
|
|
23
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Agravity OpenAPI Documentation - Public Functions
|
|
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 2023. All Rights Reserved
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 5.3.1
|
|
6
|
+
* Contact: office@agravity.io
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { WhereParam } from './whereParam.pub.agravity';
|
|
13
|
+
import { Asset } from './asset.pub.agravity';
|
|
14
|
+
|
|
15
|
+
export interface AssetPageResult {
|
|
16
|
+
page?: Array<Asset>;
|
|
17
|
+
page_size?: number;
|
|
18
|
+
size?: number | null;
|
|
19
|
+
continuation_token?: string;
|
|
20
|
+
filter?: Array<WhereParam>;
|
|
21
|
+
}
|
|
@@ -1,25 +1,23 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Agravity OpenAPI Documentation - Public Functions
|
|
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 2023. All Rights Reserved
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 5.3.
|
|
6
|
-
* Contact: office@agravity.io
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
}
|
|
25
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Agravity OpenAPI Documentation - Public Functions
|
|
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 2023. All Rights Reserved
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 5.3.1
|
|
6
|
+
* Contact: office@agravity.io
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
export interface AzSearchOptions {
|
|
14
|
+
searchString?: string;
|
|
15
|
+
limit?: number | null;
|
|
16
|
+
skip?: number;
|
|
17
|
+
collectiontypeid?: string;
|
|
18
|
+
collectionid?: string;
|
|
19
|
+
filter?: string;
|
|
20
|
+
orderby?: string;
|
|
21
|
+
mode?: string;
|
|
22
|
+
ids?: string;
|
|
23
|
+
}
|
|
@@ -1,17 +1,15 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Agravity OpenAPI Documentation - Public Functions
|
|
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 2023. All Rights Reserved
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 5.3.
|
|
6
|
-
* Contact: office@agravity.io
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
17
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Agravity OpenAPI Documentation - Public Functions
|
|
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 2023. All Rights Reserved
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 5.3.1
|
|
6
|
+
* Contact: office@agravity.io
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
export interface BadRequestResult {
|
|
14
|
+
statusCode?: number;
|
|
15
|
+
}
|
|
@@ -1,38 +1,36 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Agravity OpenAPI Documentation - Public Functions
|
|
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 2023. All Rights Reserved
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 5.3.
|
|
6
|
-
* Contact: office@agravity.io
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
38
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Agravity OpenAPI Documentation - Public Functions
|
|
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 2023. All Rights Reserved
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 5.3.1
|
|
6
|
+
* Contact: office@agravity.io
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
export interface CollTypeItem {
|
|
14
|
+
id?: string;
|
|
15
|
+
entity_type?: string;
|
|
16
|
+
name?: string;
|
|
17
|
+
item_type?: string;
|
|
18
|
+
format?: string;
|
|
19
|
+
label?: string;
|
|
20
|
+
default_value?: any;
|
|
21
|
+
mandatory?: boolean | null;
|
|
22
|
+
searchable?: boolean | null;
|
|
23
|
+
onlyasset?: boolean | null;
|
|
24
|
+
multi?: boolean | null;
|
|
25
|
+
md5?: string;
|
|
26
|
+
group?: string;
|
|
27
|
+
order?: number | null;
|
|
28
|
+
translations?: { [key: string]: { [key: string]: object } };
|
|
29
|
+
status?: string;
|
|
30
|
+
created_date?: string | null;
|
|
31
|
+
created_by?: string;
|
|
32
|
+
modified_date?: string | null;
|
|
33
|
+
modified_by?: string;
|
|
34
|
+
pk?: string;
|
|
35
|
+
_etag?: string;
|
|
36
|
+
}
|
|
@@ -1,35 +1,33 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Agravity OpenAPI Documentation - Public Functions
|
|
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 2023. All Rights Reserved
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 5.3.
|
|
6
|
-
* Contact: office@agravity.io
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { CollTypeItem } from './collTypeItem.pub.agravity';
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}
|
|
35
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Agravity OpenAPI Documentation - Public Functions
|
|
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 2023. All Rights Reserved
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 5.3.1
|
|
6
|
+
* Contact: office@agravity.io
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { CollTypeItem } from './collTypeItem.pub.agravity';
|
|
13
|
+
|
|
14
|
+
export interface Collection {
|
|
15
|
+
id?: string;
|
|
16
|
+
entity_type?: string;
|
|
17
|
+
parent?: string;
|
|
18
|
+
path?: string;
|
|
19
|
+
level?: number | null;
|
|
20
|
+
custom?: any;
|
|
21
|
+
items?: Array<CollTypeItem>;
|
|
22
|
+
translations?: { [key: string]: { [key: string]: object } };
|
|
23
|
+
name?: string;
|
|
24
|
+
description?: string;
|
|
25
|
+
add_properties?: { [key: string]: any };
|
|
26
|
+
status?: string;
|
|
27
|
+
created_date?: string | null;
|
|
28
|
+
created_by?: string;
|
|
29
|
+
modified_date?: string | null;
|
|
30
|
+
modified_by?: string;
|
|
31
|
+
pk?: string;
|
|
32
|
+
_etag?: string;
|
|
33
|
+
}
|
|
@@ -1,35 +1,33 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Agravity OpenAPI Documentation - Public Functions
|
|
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 2023. All Rights Reserved
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 5.3.
|
|
6
|
-
* Contact: office@agravity.io
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { EntityId } from './entityId.pub.agravity';
|
|
13
|
-
import { CollTypeItem } from './collTypeItem.pub.agravity';
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}
|
|
35
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Agravity OpenAPI Documentation - Public Functions
|
|
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 2023. All Rights Reserved
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 5.3.1
|
|
6
|
+
* Contact: office@agravity.io
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { EntityId } from './entityId.pub.agravity';
|
|
13
|
+
import { CollTypeItem } from './collTypeItem.pub.agravity';
|
|
14
|
+
|
|
15
|
+
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 | null;
|
|
22
|
+
permissions?: Array<EntityId>;
|
|
23
|
+
permissionless?: boolean | null;
|
|
24
|
+
description?: string;
|
|
25
|
+
add_properties?: { [key: string]: any };
|
|
26
|
+
status?: string;
|
|
27
|
+
created_date?: string | null;
|
|
28
|
+
created_by?: string;
|
|
29
|
+
modified_date?: string | null;
|
|
30
|
+
modified_by?: string;
|
|
31
|
+
pk?: string;
|
|
32
|
+
_etag?: string;
|
|
33
|
+
}
|