@agravity/private 7.3.0 → 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 +1 -1
- package/.openapi-generator/VERSION +1 -1
- package/README.md +29 -4
- package/api/assetIconRuleManagement.agravity.ts +344 -150
- package/api/assetManagement.agravity.ts +709 -389
- package/api/assetOperations.agravity.ts +1414 -650
- package/api/assetPublishing.agravity.ts +562 -255
- package/api/assetVersioning.agravity.ts +598 -278
- package/api/authenticationManagement.agravity.ts +731 -274
- package/api/collectionManagement.agravity.ts +618 -309
- package/api/collectionShareManagement.agravity.ts +256 -121
- package/api/collectionTypeItemBlueprintManagement.agravity.ts +271 -123
- package/api/collectionTypeManagement.agravity.ts +519 -250
- package/api/commentsManagement.agravity.ts +284 -90
- package/api/configurationManagement.agravity.ts +311 -128
- package/api/dashboardWidgetManagement.agravity.ts +342 -124
- package/api/dataImportExportManagement.agravity.ts +378 -148
- package/api/downloadFormatManagement.agravity.ts +450 -152
- package/api/downloadZip.agravity.ts +75 -30
- package/api/generalManagement.agravity.ts +374 -164
- package/api/helperTools.agravity.ts +804 -273
- package/api/historyEntryManagement.agravity.ts +75 -33
- package/api/iccProfileManagement.agravity.ts +64 -23
- package/api/listBlobs.agravity.ts +125 -47
- package/api/listQueues.agravity.ts +68 -24
- package/api/listTables.agravity.ts +68 -25
- package/api/permissionsManagement.agravity.ts +174 -77
- package/api/portalManagement.agravity.ts +511 -198
- package/api/publishing.agravity.ts +69 -38
- package/api/quickshareManagement.agravity.ts +349 -138
- package/api/savedSearchManagement.agravity.ts +205 -92
- package/api/searchManagement.agravity.ts +517 -297
- package/api/secureUpload.agravity.ts +325 -126
- package/api/signalRConnectionManagement.agravity.ts +175 -56
- package/api/staticDefinedListManagement.agravity.ts +342 -162
- package/api/stockImport.agravity.ts +138 -74
- package/api/structureImport.agravity.ts +68 -25
- package/api/translationManagement.agravity.ts +357 -206
- package/api/webAppData.agravity.ts +278 -88
- package/api/widgetLayoutManagement.agravity.ts +131 -47
- package/api/wordpressManagement.agravity.ts +152 -108
- package/api/workspaceManagement.agravity.ts +456 -197
- package/api.module.ts +0 -40
- package/configuration.ts +42 -0
- package/git_push.sh +3 -4
- package/index.ts +1 -0
- package/model/agravityErrorResponse.agravity.ts +3 -4
- package/model/agravityInfoResponse.agravity.ts +3 -4
- package/model/agravityUser.agravity.ts +16 -17
- package/model/agravityUserDto.agravity.ts +3 -4
- package/model/agravityVersion.agravity.ts +8 -9
- package/model/allWebAppData.agravity.ts +4 -5
- package/model/apiKeyResponse.agravity.ts +2 -3
- package/model/appConfigTableEntity.agravity.ts +8 -9
- package/model/artificialIntelligenceGroup.agravity.ts +3 -4
- package/model/asset.agravity.ts +22 -23
- package/model/assetAvailability.agravity.ts +1 -2
- package/model/assetBlob.agravity.ts +27 -28
- package/model/assetBulkUpdate.agravity.ts +2 -3
- package/model/assetCollectionLink.agravity.ts +2 -3
- package/model/assetIconRule.agravity.ts +17 -18
- package/model/assetIdFormat.agravity.ts +3 -4
- package/model/assetPageResult.agravity.ts +4 -5
- package/model/assetTextContent.agravity.ts +2 -3
- package/model/assetsOperationBody.agravity.ts +3 -4
- package/model/azSearchOptions.agravity.ts +8 -9
- package/model/azureIdentity.agravity.ts +4 -5
- package/model/blobInfoObj.agravity.ts +0 -1
- package/model/collTypeItem.agravity.ts +16 -17
- package/model/collTypeItemBlueprint.agravity.ts +12 -13
- package/model/collection.agravity.ts +15 -16
- package/model/collectionType.agravity.ts +14 -15
- package/model/collectionUDL.agravity.ts +4 -5
- package/model/collectionUDLListEntity.agravity.ts +9 -10
- package/model/collectionUDLReference.agravity.ts +3 -4
- package/model/comment.agravity.ts +9 -10
- package/model/createSftpUserResult.agravity.ts +2 -3
- package/model/dashboardWidget.agravity.ts +11 -12
- package/model/dataResult.agravity.ts +4 -5
- package/model/deletedEntities.agravity.ts +4 -5
- package/model/distZipResponse.agravity.ts +3 -4
- package/model/downloadFormat.agravity.ts +19 -16
- package/model/downloadObject.agravity.ts +16 -16
- package/model/downloadZipRequest.agravity.ts +9 -10
- package/model/dynamicImageOperation.agravity.ts +2 -3
- package/model/emailAddress.agravity.ts +2 -3
- package/model/entityId.agravity.ts +1 -2
- package/model/entityIdName.agravity.ts +3 -4
- package/model/entityTranslations.agravity.ts +2 -3
- package/model/excelExportTableEntity.agravity.ts +5 -5
- package/model/frontendAppConfig.agravity.ts +0 -1
- package/model/groupAllAppData.agravity.ts +5 -6
- package/model/historyEntry.agravity.ts +9 -10
- package/model/infoEntitySkillEnhanced.agravity.ts +10 -11
- package/model/metadata.agravity.ts +3 -4
- package/model/models.ts +0 -1
- package/model/moveCollectionBody.agravity.ts +3 -4
- package/model/permissionChange.agravity.ts +1 -2
- package/model/permissionEntity.agravity.ts +1 -2
- package/model/permissionSetting.agravity.ts +8 -9
- package/model/portal.agravity.ts +18 -20
- package/model/portalLinks.agravity.ts +3 -4
- package/model/portalTheme.agravity.ts +6 -7
- package/model/portalZipRequest.agravity.ts +14 -15
- package/model/publishEntity.agravity.ts +9 -10
- package/model/publishedAsset.agravity.ts +12 -13
- package/model/quickShare.agravity.ts +12 -13
- package/model/quickShareFull.agravity.ts +15 -16
- package/model/sasToken.agravity.ts +6 -7
- package/model/savedSearch.agravity.ts +13 -14
- package/model/searchAdminDataSourceStatus.agravity.ts +2 -3
- package/model/searchAdminIndexStatus.agravity.ts +3 -4
- package/model/searchAdminIndexerLastRun.agravity.ts +3 -4
- package/model/searchAdminIndexerStatus.agravity.ts +4 -5
- package/model/searchAdminSkillStatus.agravity.ts +2 -3
- package/model/searchAdminStatistics.agravity.ts +2 -3
- package/model/searchAdminStatus.agravity.ts +4 -5
- package/model/searchFacet.agravity.ts +2 -3
- package/model/searchFacetEntity.agravity.ts +2 -3
- package/model/searchResult.agravity.ts +3 -4
- package/model/searchableItem.agravity.ts +3 -4
- package/model/secureUploadEntity.agravity.ts +10 -11
- package/model/sharedAllowedFormat.agravity.ts +2 -3
- package/model/sharedAsset.agravity.ts +5 -6
- package/model/sharedCollection.agravity.ts +15 -16
- package/model/sharedCollectionFull.agravity.ts +18 -19
- package/model/signalRConnectionInfo.agravity.ts +0 -1
- package/model/simpleAsset.agravity.ts +10 -11
- package/model/staticDefinedList.agravity.ts +12 -13
- package/model/translation.agravity.ts +2 -3
- package/model/translationRequest.agravity.ts +3 -4
- package/model/uiTutorials.agravity.ts +0 -1
- package/model/versionEntity.agravity.ts +9 -10
- package/model/versionedAsset.agravity.ts +5 -6
- package/model/whereParam.agravity.ts +0 -1
- package/model/widgetLayout.agravity.ts +8 -9
- package/model/widgetProperties.agravity.ts +6 -7
- package/model/workspace.agravity.ts +14 -15
- package/package.json +16 -17
- package/param.ts +44 -0
- package/model/portalLanguages.agravity.ts +0 -16
package/api.module.ts
CHANGED
|
@@ -2,46 +2,6 @@ import { NgModule, ModuleWithProviders, SkipSelf, Optional } from '@angular/core
|
|
|
2
2
|
import { AgravityConfiguration } from './configuration';
|
|
3
3
|
import { HttpClient } from '@angular/common/http';
|
|
4
4
|
|
|
5
|
-
import { AssetIconRuleManagementService } from './api/assetIconRuleManagement.agravity';
|
|
6
|
-
import { AssetManagementService } from './api/assetManagement.agravity';
|
|
7
|
-
import { AssetOperationsService } from './api/assetOperations.agravity';
|
|
8
|
-
import { AssetPublishingService } from './api/assetPublishing.agravity';
|
|
9
|
-
import { AssetVersioningService } from './api/assetVersioning.agravity';
|
|
10
|
-
import { AuthenticationManagementService } from './api/authenticationManagement.agravity';
|
|
11
|
-
import { CollectionManagementService } from './api/collectionManagement.agravity';
|
|
12
|
-
import { CollectionShareManagementService } from './api/collectionShareManagement.agravity';
|
|
13
|
-
import { CollectionTypeItemBlueprintManagementService } from './api/collectionTypeItemBlueprintManagement.agravity';
|
|
14
|
-
import { CollectionTypeManagementService } from './api/collectionTypeManagement.agravity';
|
|
15
|
-
import { CommentsManagementService } from './api/commentsManagement.agravity';
|
|
16
|
-
import { ConfigurationManagementService } from './api/configurationManagement.agravity';
|
|
17
|
-
import { DashboardWidgetManagementService } from './api/dashboardWidgetManagement.agravity';
|
|
18
|
-
import { DataImportExportManagementService } from './api/dataImportExportManagement.agravity';
|
|
19
|
-
import { DownloadFormatManagementService } from './api/downloadFormatManagement.agravity';
|
|
20
|
-
import { DownloadZipService } from './api/downloadZip.agravity';
|
|
21
|
-
import { GeneralManagementService } from './api/generalManagement.agravity';
|
|
22
|
-
import { HelperToolsService } from './api/helperTools.agravity';
|
|
23
|
-
import { HistoryEntryManagementService } from './api/historyEntryManagement.agravity';
|
|
24
|
-
import { IccProfileManagementService } from './api/iccProfileManagement.agravity';
|
|
25
|
-
import { ListBlobsService } from './api/listBlobs.agravity';
|
|
26
|
-
import { ListQueuesService } from './api/listQueues.agravity';
|
|
27
|
-
import { ListTablesService } from './api/listTables.agravity';
|
|
28
|
-
import { PermissionsManagementService } from './api/permissionsManagement.agravity';
|
|
29
|
-
import { PortalManagementService } from './api/portalManagement.agravity';
|
|
30
|
-
import { PublishingService } from './api/publishing.agravity';
|
|
31
|
-
import { QuickshareManagementService } from './api/quickshareManagement.agravity';
|
|
32
|
-
import { SavedSearchManagementService } from './api/savedSearchManagement.agravity';
|
|
33
|
-
import { SearchManagementService } from './api/searchManagement.agravity';
|
|
34
|
-
import { SecureUploadService } from './api/secureUpload.agravity';
|
|
35
|
-
import { SignalRConnectionManagementService } from './api/signalRConnectionManagement.agravity';
|
|
36
|
-
import { StaticDefinedListManagementService } from './api/staticDefinedListManagement.agravity';
|
|
37
|
-
import { StockImportService } from './api/stockImport.agravity';
|
|
38
|
-
import { StructureImportService } from './api/structureImport.agravity';
|
|
39
|
-
import { TranslationManagementService } from './api/translationManagement.agravity';
|
|
40
|
-
import { WebAppDataService } from './api/webAppData.agravity';
|
|
41
|
-
import { WidgetLayoutManagementService } from './api/widgetLayoutManagement.agravity';
|
|
42
|
-
import { WordpressManagementService } from './api/wordpressManagement.agravity';
|
|
43
|
-
import { WorkspaceManagementService } from './api/workspaceManagement.agravity';
|
|
44
|
-
|
|
45
5
|
@NgModule({
|
|
46
6
|
imports: [],
|
|
47
7
|
declarations: [],
|
package/configuration.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { HttpParameterCodec } from '@angular/common/http';
|
|
2
|
+
import { Param } from './param';
|
|
2
3
|
|
|
3
4
|
export interface AgravityConfigurationParameters {
|
|
4
5
|
/**
|
|
@@ -13,7 +14,18 @@ export interface AgravityConfigurationParameters {
|
|
|
13
14
|
accessToken?: string | (() => string);
|
|
14
15
|
basePath?: string;
|
|
15
16
|
withCredentials?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Takes care of encoding query- and form-parameters.
|
|
19
|
+
*/
|
|
16
20
|
encoder?: HttpParameterCodec;
|
|
21
|
+
/**
|
|
22
|
+
* Override the default method for encoding path parameters in various
|
|
23
|
+
* <a href="https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#style-values">styles</a>.
|
|
24
|
+
* <p>
|
|
25
|
+
* See {@link README.md} for more details
|
|
26
|
+
* </p>
|
|
27
|
+
*/
|
|
28
|
+
encodeParam?: (param: Param) => string;
|
|
17
29
|
/**
|
|
18
30
|
* The keys are the names in the securitySchemes section of the OpenAPI
|
|
19
31
|
* document. They should map to the value used for authentication
|
|
@@ -35,7 +47,18 @@ export class AgravityConfiguration {
|
|
|
35
47
|
accessToken?: string | (() => string);
|
|
36
48
|
basePath?: string;
|
|
37
49
|
withCredentials?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
* Takes care of encoding query- and form-parameters.
|
|
52
|
+
*/
|
|
38
53
|
encoder?: HttpParameterCodec;
|
|
54
|
+
/**
|
|
55
|
+
* Encoding of various path parameter
|
|
56
|
+
* <a href="https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#style-values">styles</a>.
|
|
57
|
+
* <p>
|
|
58
|
+
* See {@link README.md} for more details
|
|
59
|
+
* </p>
|
|
60
|
+
*/
|
|
61
|
+
encodeParam: (param: Param) => string;
|
|
39
62
|
/**
|
|
40
63
|
* The keys are the names in the securitySchemes section of the OpenAPI
|
|
41
64
|
* document. They should map to the value used for authentication
|
|
@@ -51,6 +74,11 @@ export class AgravityConfiguration {
|
|
|
51
74
|
this.basePath = configurationParameters.basePath;
|
|
52
75
|
this.withCredentials = configurationParameters.withCredentials;
|
|
53
76
|
this.encoder = configurationParameters.encoder;
|
|
77
|
+
if (configurationParameters.encodeParam) {
|
|
78
|
+
this.encodeParam = configurationParameters.encodeParam;
|
|
79
|
+
} else {
|
|
80
|
+
this.encodeParam = (param) => this.defaultEncodeParam(param);
|
|
81
|
+
}
|
|
54
82
|
if (configurationParameters.credentials) {
|
|
55
83
|
this.credentials = configurationParameters.credentials;
|
|
56
84
|
} else {
|
|
@@ -122,4 +150,18 @@ export class AgravityConfiguration {
|
|
|
122
150
|
const value = this.credentials[key];
|
|
123
151
|
return typeof value === 'function' ? value() : value;
|
|
124
152
|
}
|
|
153
|
+
|
|
154
|
+
private defaultEncodeParam(param: Param): string {
|
|
155
|
+
// This implementation exists as fallback for missing configuration
|
|
156
|
+
// and for backwards compatibility to older typescript-angular generator versions.
|
|
157
|
+
// It only works for the 'simple' parameter style.
|
|
158
|
+
// Date-handling only works for the 'date-time' format.
|
|
159
|
+
// All other styles and Date-formats are probably handled incorrectly.
|
|
160
|
+
//
|
|
161
|
+
// But: if that's all you need (i.e.: the most common use-case): no need for customization!
|
|
162
|
+
|
|
163
|
+
const value = param.dataFormat === 'date-time' && param.value instanceof Date ? (param.value as Date).toISOString() : param.value;
|
|
164
|
+
|
|
165
|
+
return encodeURIComponent(String(value));
|
|
166
|
+
}
|
|
125
167
|
}
|
package/git_push.sh
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/bin/sh
|
|
2
2
|
# ref: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
|
|
3
3
|
#
|
|
4
|
-
# Usage example: /bin/sh ./git_push.sh wing328 openapi-
|
|
4
|
+
# Usage example: /bin/sh ./git_push.sh wing328 openapi-petstore-perl "minor update" "gitlab.com"
|
|
5
5
|
|
|
6
6
|
git_user_id=$1
|
|
7
7
|
git_repo_id=$2
|
|
@@ -38,14 +38,14 @@ git add .
|
|
|
38
38
|
git commit -m "$release_note"
|
|
39
39
|
|
|
40
40
|
# Sets the new remote
|
|
41
|
-
git_remote
|
|
41
|
+
git_remote=$(git remote)
|
|
42
42
|
if [ "$git_remote" = "" ]; then # git remote not defined
|
|
43
43
|
|
|
44
44
|
if [ "$GIT_TOKEN" = "" ]; then
|
|
45
45
|
echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git credential in your environment."
|
|
46
46
|
git remote add origin https://${git_host}/${git_user_id}/${git_repo_id}.git
|
|
47
47
|
else
|
|
48
|
-
git remote add origin https://${git_user_id}
|
|
48
|
+
git remote add origin https://${git_user_id}:"${GIT_TOKEN}"@${git_host}/${git_user_id}/${git_repo_id}.git
|
|
49
49
|
fi
|
|
50
50
|
|
|
51
51
|
fi
|
|
@@ -55,4 +55,3 @@ git pull origin master
|
|
|
55
55
|
# Pushes (Forces) the changes in the local repository up to the remote repository
|
|
56
56
|
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
|
|
57
57
|
git push origin master 2>&1 | grep -v 'To https'
|
|
58
|
-
|
package/index.ts
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 7.3.0
|
|
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 AgravityErrorResponse {
|
|
14
|
-
error_id?: string;
|
|
15
|
-
error_message?: string;
|
|
16
|
-
exception?: string;
|
|
13
|
+
error_id?: string | null;
|
|
14
|
+
error_message?: string | null;
|
|
15
|
+
exception?: string | null;
|
|
17
16
|
}
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 7.3.0
|
|
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 AgravityInfoResponse {
|
|
14
|
-
info_id?: string;
|
|
15
|
-
info_message?: string;
|
|
16
|
-
info_object?: object;
|
|
13
|
+
info_id?: string | null;
|
|
14
|
+
info_message?: string | null;
|
|
15
|
+
info_object?: object | null;
|
|
17
16
|
}
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 7.3.0
|
|
6
5
|
* Contact: office@agravity.io
|
|
7
6
|
*
|
|
8
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -14,22 +13,22 @@ import { DownloadObject } from './downloadObject.agravity';
|
|
|
14
13
|
import { SecureUploadEntity } from './secureUploadEntity.agravity';
|
|
15
14
|
|
|
16
15
|
export interface AgravityUser {
|
|
17
|
-
id?: string;
|
|
18
|
-
entity_type?: string;
|
|
19
|
-
downloads?: Array<DownloadObject
|
|
20
|
-
secureuploads?: Array<SecureUploadEntity
|
|
21
|
-
name?: string;
|
|
22
|
-
email?: string;
|
|
23
|
-
impersonation?: string;
|
|
24
|
-
apikey?: string;
|
|
25
|
-
roles?: Array<string
|
|
26
|
-
groups?: Array<string
|
|
27
|
-
tutorials?: Array<UiTutorials
|
|
28
|
-
status?: string;
|
|
16
|
+
id?: string | null;
|
|
17
|
+
entity_type?: string | null;
|
|
18
|
+
downloads?: Array<DownloadObject> | null;
|
|
19
|
+
secureuploads?: Array<SecureUploadEntity> | null;
|
|
20
|
+
name?: string | null;
|
|
21
|
+
email?: string | null;
|
|
22
|
+
impersonation?: string | null;
|
|
23
|
+
apikey?: string | null;
|
|
24
|
+
roles?: Array<string> | null;
|
|
25
|
+
groups?: Array<string> | null;
|
|
26
|
+
tutorials?: Array<UiTutorials> | null;
|
|
27
|
+
status?: string | null;
|
|
29
28
|
created_date?: string | null;
|
|
30
|
-
created_by?: string;
|
|
29
|
+
created_by?: string | null;
|
|
31
30
|
modified_date?: string | null;
|
|
32
|
-
modified_by?: string;
|
|
33
|
-
pk?: string;
|
|
34
|
-
_etag?: string;
|
|
31
|
+
modified_by?: string | null;
|
|
32
|
+
pk?: string | null;
|
|
33
|
+
_etag?: string | null;
|
|
35
34
|
}
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 7.3.0
|
|
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 AgravityUserDto {
|
|
14
|
-
name?: string;
|
|
15
|
-
email?: string;
|
|
16
|
-
roles?: Array<string
|
|
13
|
+
name?: string | null;
|
|
14
|
+
email?: string | null;
|
|
15
|
+
roles?: Array<string> | null;
|
|
17
16
|
}
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 7.3.0
|
|
6
5
|
* Contact: office@agravity.io
|
|
7
6
|
*
|
|
8
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -11,12 +10,12 @@
|
|
|
11
10
|
*/
|
|
12
11
|
|
|
13
12
|
export interface AgravityVersion {
|
|
14
|
-
name?: string;
|
|
15
|
-
company?: string;
|
|
16
|
-
customer?: string;
|
|
17
|
-
updated?: string;
|
|
18
|
-
client_id?: string;
|
|
19
|
-
version?: string;
|
|
20
|
-
permission_enabled?: boolean;
|
|
21
|
-
region?: string;
|
|
13
|
+
name?: string | null;
|
|
14
|
+
company?: string | null;
|
|
15
|
+
customer?: string | null;
|
|
16
|
+
updated?: string | null;
|
|
17
|
+
client_id?: string | null;
|
|
18
|
+
version?: string | null;
|
|
19
|
+
permission_enabled?: boolean | null;
|
|
20
|
+
region?: string | null;
|
|
22
21
|
}
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 7.3.0
|
|
6
5
|
* Contact: office@agravity.io
|
|
7
6
|
*
|
|
8
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -15,8 +14,8 @@ import { PublishedAsset } from './publishedAsset.agravity';
|
|
|
15
14
|
|
|
16
15
|
export interface AllWebAppData {
|
|
17
16
|
root_collection?: Collection;
|
|
18
|
-
subcollections?: Array<Collection
|
|
19
|
-
assets?: Array<Asset
|
|
20
|
-
pub_assets?: Array<PublishedAsset
|
|
21
|
-
created_date?: string;
|
|
17
|
+
subcollections?: Array<Collection> | null;
|
|
18
|
+
assets?: Array<Asset> | null;
|
|
19
|
+
pub_assets?: Array<PublishedAsset> | null;
|
|
20
|
+
created_date?: string | null;
|
|
22
21
|
}
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 7.3.0
|
|
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 ApiKeyResponse {
|
|
14
|
-
id?: string;
|
|
15
|
-
api_key?: string;
|
|
13
|
+
id?: string | null;
|
|
14
|
+
api_key?: string | null;
|
|
16
15
|
}
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 7.3.0
|
|
6
5
|
* Contact: office@agravity.io
|
|
7
6
|
*
|
|
8
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -11,14 +10,14 @@
|
|
|
11
10
|
*/
|
|
12
11
|
|
|
13
12
|
export interface AppConfigTableEntity {
|
|
14
|
-
key?: string;
|
|
15
|
-
value?: string;
|
|
16
|
-
default_value?: string;
|
|
17
|
-
api_version?: string;
|
|
18
|
-
description?: string;
|
|
19
|
-
content_type?: string;
|
|
20
|
-
partitionkey?: string;
|
|
21
|
-
is_frontend?: boolean;
|
|
13
|
+
key?: string | null;
|
|
14
|
+
value?: string | null;
|
|
15
|
+
default_value?: string | null;
|
|
16
|
+
api_version?: string | null;
|
|
17
|
+
description?: string | null;
|
|
18
|
+
content_type?: string | null;
|
|
19
|
+
partitionkey?: string | null;
|
|
20
|
+
is_frontend?: boolean | null;
|
|
22
21
|
is_portal?: boolean | null;
|
|
23
22
|
is_custom?: boolean | null;
|
|
24
23
|
timestamp?: string | null;
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 7.3.0
|
|
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 ArtificialIntelligenceGroup {
|
|
14
|
-
origin?: string;
|
|
15
|
-
url?: string;
|
|
13
|
+
origin?: string | null;
|
|
14
|
+
url?: string | null;
|
|
16
15
|
min_confidence?: number | null;
|
|
17
|
-
values?: Array<{ [key: string]: object }
|
|
16
|
+
values?: Array<{ [key: string]: object }> | null;
|
|
18
17
|
}
|
package/model/asset.agravity.ts
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 7.3.0
|
|
6
5
|
* Contact: office@agravity.io
|
|
7
6
|
*
|
|
8
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -14,34 +13,34 @@ import { AssetBlob } from './assetBlob.agravity';
|
|
|
14
13
|
import { ArtificialIntelligenceGroup } from './artificialIntelligenceGroup.agravity';
|
|
15
14
|
|
|
16
15
|
export interface Asset {
|
|
17
|
-
id?: string;
|
|
18
|
-
entity_type?: string;
|
|
19
|
-
name?: string;
|
|
20
|
-
asset_type?: string;
|
|
21
|
-
duplicates?: Array<string
|
|
22
|
-
ai_groups?: Array<ArtificialIntelligenceGroup
|
|
23
|
-
keywords?: Array<string
|
|
16
|
+
id?: string | null;
|
|
17
|
+
entity_type?: string | null;
|
|
18
|
+
name?: string | null;
|
|
19
|
+
asset_type?: string | null;
|
|
20
|
+
duplicates?: Array<string> | null;
|
|
21
|
+
ai_groups?: Array<ArtificialIntelligenceGroup> | null;
|
|
22
|
+
keywords?: Array<string> | null;
|
|
24
23
|
orig_blob?: AssetBlob;
|
|
25
|
-
blobs?: Array<AssetBlob
|
|
26
|
-
collections?: Array<string
|
|
27
|
-
failed_reason?: string;
|
|
28
|
-
region_of_origin?: string;
|
|
29
|
-
availability?: string;
|
|
24
|
+
blobs?: Array<AssetBlob> | null;
|
|
25
|
+
collections?: Array<string> | null;
|
|
26
|
+
failed_reason?: string | null;
|
|
27
|
+
region_of_origin?: string | null;
|
|
28
|
+
availability?: string | null;
|
|
30
29
|
available_from?: string | null;
|
|
31
30
|
available_to?: string | null;
|
|
32
|
-
custom?: any;
|
|
33
|
-
items?: Array<CollTypeItem
|
|
34
|
-
translations?: { [key: string]: { [key: string]: object } };
|
|
31
|
+
custom?: any | null;
|
|
32
|
+
items?: Array<CollTypeItem> | null;
|
|
33
|
+
translations?: { [key: string]: { [key: string]: object } } | null;
|
|
35
34
|
role?: Asset.RoleEnum;
|
|
36
|
-
description?: string;
|
|
37
|
-
add_properties?: { [key: string]: any };
|
|
38
|
-
status?: string;
|
|
35
|
+
description?: string | null;
|
|
36
|
+
add_properties?: { [key: string]: any } | null;
|
|
37
|
+
status?: string | null;
|
|
39
38
|
created_date?: string | null;
|
|
40
|
-
created_by?: string;
|
|
39
|
+
created_by?: string | null;
|
|
41
40
|
modified_date?: string | null;
|
|
42
|
-
modified_by?: string;
|
|
43
|
-
pk?: string;
|
|
44
|
-
_etag?: string;
|
|
41
|
+
modified_by?: string | null;
|
|
42
|
+
pk?: string | null;
|
|
43
|
+
_etag?: string | null;
|
|
45
44
|
}
|
|
46
45
|
export namespace Asset {
|
|
47
46
|
export type RoleEnum = 'NONE' | 'VIEWER' | 'EDITOR';
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 7.3.0
|
|
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 AssetAvailability {
|
|
14
|
-
availability?: string;
|
|
13
|
+
availability?: string | null;
|
|
15
14
|
available_from?: string | null;
|
|
16
15
|
available_to?: string | null;
|
|
17
16
|
}
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 7.3.0
|
|
6
5
|
* Contact: office@agravity.io
|
|
7
6
|
*
|
|
8
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,52 +11,52 @@
|
|
|
12
11
|
|
|
13
12
|
export interface AssetBlob {
|
|
14
13
|
blob_type?: AssetBlob.BlobTypeEnum;
|
|
15
|
-
name?: string;
|
|
16
|
-
container?: string;
|
|
17
|
-
size?: number;
|
|
18
|
-
extension?: string;
|
|
19
|
-
content_type?: string;
|
|
20
|
-
md5?: string;
|
|
21
|
-
add_data?: { [key: string]: object };
|
|
14
|
+
name?: string | null;
|
|
15
|
+
container?: string | null;
|
|
16
|
+
size?: number | null;
|
|
17
|
+
extension?: string | null;
|
|
18
|
+
content_type?: string | null;
|
|
19
|
+
md5?: string | null;
|
|
20
|
+
add_data?: { [key: string]: object } | null;
|
|
22
21
|
width?: number | null;
|
|
23
22
|
height?: number | null;
|
|
24
23
|
maxwidthheight?: number | null;
|
|
25
24
|
quality?: number | null;
|
|
26
25
|
orientation?: AssetBlob.OrientationEnum | null;
|
|
27
|
-
colorspace?: string;
|
|
28
|
-
profile?: string;
|
|
26
|
+
colorspace?: string | null;
|
|
27
|
+
profile?: string | null;
|
|
29
28
|
transparency?: boolean | null;
|
|
30
|
-
mode?: string;
|
|
31
|
-
target?: string;
|
|
32
|
-
filter?: string;
|
|
29
|
+
mode?: string | null;
|
|
30
|
+
target?: string | null;
|
|
31
|
+
filter?: string | null;
|
|
33
32
|
dpi_x?: number | null;
|
|
34
33
|
dpi_y?: number | null;
|
|
35
|
-
perhash?: string;
|
|
36
|
-
dominantcolor?: string;
|
|
34
|
+
perhash?: string | null;
|
|
35
|
+
dominantcolor?: string | null;
|
|
37
36
|
depth?: number | null;
|
|
38
37
|
animated?: boolean | null;
|
|
39
38
|
duration?: number | null;
|
|
40
|
-
videocodec?: string;
|
|
39
|
+
videocodec?: string | null;
|
|
41
40
|
videobitrate?: number | null;
|
|
42
41
|
fps?: number | null;
|
|
43
|
-
colormode?: string;
|
|
44
|
-
audiocodec?: string;
|
|
45
|
-
audiosamplerate?: string;
|
|
46
|
-
audiochanneloutput?: string;
|
|
42
|
+
colormode?: string | null;
|
|
43
|
+
audiocodec?: string | null;
|
|
44
|
+
audiosamplerate?: string | null;
|
|
45
|
+
audiochanneloutput?: string | null;
|
|
47
46
|
audiobitrate?: number | null;
|
|
48
|
-
author?: string;
|
|
49
|
-
title?: string;
|
|
50
|
-
language?: string;
|
|
47
|
+
author?: string | null;
|
|
48
|
+
title?: string | null;
|
|
49
|
+
language?: string | null;
|
|
51
50
|
wordcount?: number | null;
|
|
52
51
|
pages?: number | null;
|
|
53
|
-
encoding_name?: string;
|
|
54
|
-
encoding_code?: string;
|
|
55
|
-
url?: string;
|
|
56
|
-
size_readable?: string;
|
|
52
|
+
encoding_name?: string | null;
|
|
53
|
+
encoding_code?: string | null;
|
|
54
|
+
url?: string | null;
|
|
55
|
+
size_readable?: string | null;
|
|
57
56
|
downloadable?: boolean | null;
|
|
58
57
|
expires?: string | null;
|
|
59
58
|
uploaded_date?: string | null;
|
|
60
|
-
uploaded_by?: string;
|
|
59
|
+
uploaded_by?: string | null;
|
|
61
60
|
}
|
|
62
61
|
export namespace AssetBlob {
|
|
63
62
|
export type BlobTypeEnum = 'UNKNOWN' | 'IMAGE' | 'VIDEO' | 'AUDIO' | 'DOCUMENT' | 'TEXT' | 'OTHER';
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 7.3.0
|
|
6
5
|
* Contact: office@agravity.io
|
|
7
6
|
*
|
|
8
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,7 +11,7 @@
|
|
|
12
11
|
import { Asset } from './asset.agravity';
|
|
13
12
|
|
|
14
13
|
export interface AssetBulkUpdate {
|
|
15
|
-
collection_id?: string;
|
|
14
|
+
collection_id?: string | null;
|
|
16
15
|
ref_asset?: Asset;
|
|
17
|
-
asset_ids?: Array<string
|
|
16
|
+
asset_ids?: Array<string> | null;
|
|
18
17
|
}
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
* Agravity OpenAPI Documentation - Private Functions
|
|
3
3
|
* <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 7.3.0
|
|
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 AssetCollectionLink {
|
|
14
|
-
asset_id?: string;
|
|
15
|
-
collection_id?: string;
|
|
13
|
+
asset_id?: string | null;
|
|
14
|
+
collection_id?: string | null;
|
|
16
15
|
}
|