@agravity/private 5.2.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.
Files changed (119) hide show
  1. package/.openapi-generator/FILES +6 -3
  2. package/README.md +10 -10
  3. package/api/api.ts +101 -67
  4. package/api/assetIconRuleManagement.agravity.ts +434 -400
  5. package/api/assetManagement.agravity.ts +856 -737
  6. package/api/assetOperations.agravity.ts +1415 -1309
  7. package/api/assetPublishing.agravity.ts +549 -511
  8. package/api/assetVersioning.agravity.ts +707 -657
  9. package/api/authenticationManagement.agravity.ts +473 -502
  10. package/api/collectionManagement.agravity.ts +731 -618
  11. package/api/collectionSharing.agravity.ts +359 -329
  12. package/api/collectionTypeItemBlueprintManagement.agravity.ts +373 -340
  13. package/api/collectionTypeManagement.agravity.ts +609 -533
  14. package/api/configurationManagement.agravity.ts +316 -311
  15. package/api/downloadFormatManagement.agravity.ts +440 -400
  16. package/api/downloadZip.agravity.ts +149 -151
  17. package/api/generalManagement.agravity.ts +328 -348
  18. package/api/helperTools.agravity.ts +619 -640
  19. package/api/historyEntryManagement.agravity.ts +149 -0
  20. package/api/iccProfileManagement.agravity.ts +123 -134
  21. package/api/listBlobs.agravity.ts +168 -185
  22. package/api/listQueues.agravity.ts +123 -134
  23. package/api/permissionsManagement.agravity.ts +276 -262
  24. package/api/publishing.agravity.ts +160 -148
  25. package/api/quickshareManagement.agravity.ts +378 -385
  26. package/api/savedSearchManagement.agravity.ts +293 -271
  27. package/api/searchManagement.agravity.ts +365 -345
  28. package/api/secureUpload.agravity.ts +375 -371
  29. package/api/signalRConnectionManagement.agravity.ts +200 -218
  30. package/api/staticDefinedListManagement.agravity.ts +457 -408
  31. package/api/stockImport.agravity.ts +242 -221
  32. package/api/structureImport.agravity.ts +126 -137
  33. package/api/translationManagement.agravity.ts +490 -404
  34. package/api/webAppData.agravity.ts +274 -300
  35. package/api/wordpressManagement.agravity.ts +326 -282
  36. package/api/workspaceManagement.agravity.ts +543 -513
  37. package/api.module.ts +61 -63
  38. package/configuration.ts +125 -130
  39. package/encoder.ts +20 -20
  40. package/index.ts +5 -5
  41. package/model/agravityErrorResponse.agravity.ts +17 -19
  42. package/model/agravityInfoResponse.agravity.ts +17 -19
  43. package/model/agravityUser.agravity.ts +35 -37
  44. package/model/agravityVersion.agravity.ts +22 -24
  45. package/model/allWebAppData.agravity.ts +22 -24
  46. package/model/apiKeyResponse.agravity.ts +16 -18
  47. package/model/appConfigTableEntity.agravity.ts +23 -25
  48. package/model/artificialIntelligenceGroup.agravity.ts +18 -20
  49. package/model/asset.agravity.ts +45 -47
  50. package/model/assetAvailability.agravity.ts +17 -19
  51. package/model/assetBlob.agravity.ts +79 -82
  52. package/model/assetBulkUpdate.agravity.ts +18 -20
  53. package/model/assetCollectionLink.agravity.ts +16 -18
  54. package/model/assetIconRule.agravity.ts +33 -35
  55. package/model/{assetIdContainer.agravity.ts → assetIdFormat.agravity.ts} +17 -18
  56. package/model/assetPageResult.agravity.ts +21 -23
  57. package/model/assetsOperationBody.agravity.ts +18 -20
  58. package/model/azSearchOptions.agravity.ts +23 -25
  59. package/model/azureIdentity.agravity.ts +27 -30
  60. package/model/blobInfoObj.agravity.ts +21 -23
  61. package/model/collTypeItem.agravity.ts +36 -38
  62. package/model/collTypeItemBlueprint.agravity.ts +29 -31
  63. package/model/collection.agravity.ts +33 -35
  64. package/model/collectionType.agravity.ts +33 -35
  65. package/model/collectionUDL.agravity.ts +19 -21
  66. package/model/createSftpUserResult.agravity.ts +16 -18
  67. package/model/dataResult.agravity.ts +20 -22
  68. package/model/distZipResponse.agravity.ts +17 -19
  69. package/model/downloadFormat.agravity.ts +32 -34
  70. package/model/downloadObject.agravity.ts +30 -32
  71. package/model/downloadZipRequest.agravity.ts +23 -25
  72. package/model/dynamicImageOperation.agravity.ts +16 -18
  73. package/model/emailAddress.agravity.ts +16 -18
  74. package/model/entityId.agravity.ts +15 -17
  75. package/model/entityIdName.agravity.ts +17 -19
  76. package/model/entityTranslations.agravity.ts +16 -18
  77. package/model/frontendAppConfig.agravity.ts +19 -21
  78. package/model/groupAllAppData.agravity.ts +24 -26
  79. package/model/{upgradeV2V3CollectionCustomItemTableEntity.agravity.ts → historyEntry.agravity.ts} +40 -21
  80. package/model/infoEntitySkillEnhanced.agravity.ts +23 -25
  81. package/model/metadata.agravity.ts +17 -19
  82. package/model/models.ts +73 -73
  83. package/model/moveCollectionBody.agravity.ts +17 -19
  84. package/model/permissionChange.agravity.ts +26 -29
  85. package/model/permissionSetting.agravity.ts +25 -27
  86. package/model/publishEntity.agravity.ts +26 -28
  87. package/model/publishedAsset.agravity.ts +23 -25
  88. package/model/quickShare.agravity.ts +30 -31
  89. package/model/quickShareFull.agravity.ts +35 -36
  90. package/model/sasToken.agravity.ts +20 -22
  91. package/model/savedSearch.agravity.ts +29 -31
  92. package/model/searchAdminDataSourceStatus.agravity.ts +16 -18
  93. package/model/searchAdminIndexStatus.agravity.ts +18 -20
  94. package/model/searchAdminIndexerLastRun.agravity.ts +19 -21
  95. package/model/searchAdminIndexerStatus.agravity.ts +18 -20
  96. package/model/searchAdminSkillStatus.agravity.ts +16 -18
  97. package/model/searchAdminStatistics.agravity.ts +16 -18
  98. package/model/searchAdminStatus.agravity.ts +22 -24
  99. package/model/searchFacet.agravity.ts +17 -19
  100. package/model/searchFacetEntity.agravity.ts +17 -19
  101. package/model/searchResult.agravity.ts +21 -23
  102. package/model/searchableItem.agravity.ts +24 -26
  103. package/model/secureUploadEntity.agravity.ts +25 -27
  104. package/model/sharedAsset.agravity.ts +23 -25
  105. package/model/sharedCollection.agravity.ts +22 -24
  106. package/model/sharedCollectionFull.agravity.ts +27 -29
  107. package/model/signalRConnectionInfo.agravity.ts +16 -18
  108. package/model/simpleAsset.agravity.ts +24 -26
  109. package/model/staticDefinedList.agravity.ts +28 -30
  110. package/model/uiTutorials.agravity.ts +23 -26
  111. package/model/versionEntity.agravity.ts +26 -28
  112. package/model/versionedAsset.agravity.ts +18 -20
  113. package/model/whereParam.agravity.ts +40 -43
  114. package/model/workspace.agravity.ts +32 -34
  115. package/ng-package.json +6 -0
  116. package/package.json +44 -27
  117. package/tsconfig.json +20 -0
  118. package/variables.ts +9 -9
  119. package/api/upgradeManagement.agravity.ts +0 -333
@@ -1,24 +1,22 @@
1
- /**
2
- * Agravity OpenAPI Documentation - Private Functions
3
- * <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
4
- *
5
- * The version of the OpenAPI document: 5.2.0
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
- export interface AgravityVersion {
15
- name?: string;
16
- company?: string;
17
- customer?: string;
18
- updated?: string;
19
- client_id?: string;
20
- version?: string;
21
- permission_enabled?: boolean;
22
- region?: string;
23
- }
24
-
1
+ /**
2
+ * Agravity OpenAPI Documentation - Private Functions
3
+ * <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
4
+ *
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 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;
22
+ }
@@ -1,24 +1,22 @@
1
- /**
2
- * Agravity OpenAPI Documentation - Private Functions
3
- * <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
4
- *
5
- * The version of the OpenAPI document: 5.2.0
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 { Asset } from './asset.agravity';
13
- import { Collection } from './collection.agravity';
14
- import { PublishedAsset } from './publishedAsset.agravity';
15
-
16
-
17
- export interface AllWebAppData {
18
- root_collection?: Collection;
19
- subcollections?: Array<Collection>;
20
- assets?: Array<Asset>;
21
- pub_assets?: Array<PublishedAsset>;
22
- created_date?: string;
23
- }
24
-
1
+ /**
2
+ * Agravity OpenAPI Documentation - Private Functions
3
+ * <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
4
+ *
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 { Asset } from './asset.agravity';
13
+ import { Collection } from './collection.agravity';
14
+ import { PublishedAsset } from './publishedAsset.agravity';
15
+
16
+ export interface AllWebAppData {
17
+ root_collection?: Collection;
18
+ subcollections?: Array<Collection>;
19
+ assets?: Array<Asset>;
20
+ pub_assets?: Array<PublishedAsset>;
21
+ created_date?: string;
22
+ }
@@ -1,18 +1,16 @@
1
- /**
2
- * Agravity OpenAPI Documentation - Private Functions
3
- * <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
4
- *
5
- * The version of the OpenAPI document: 5.2.0
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
- export interface ApiKeyResponse {
15
- id?: string;
16
- api_key?: string;
17
- }
18
-
1
+ /**
2
+ * Agravity OpenAPI Documentation - Private Functions
3
+ * <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
4
+ *
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 ApiKeyResponse {
14
+ id?: string;
15
+ api_key?: string;
16
+ }
@@ -1,25 +1,23 @@
1
- /**
2
- * Agravity OpenAPI Documentation - Private Functions
3
- * <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
4
- *
5
- * The version of the OpenAPI document: 5.2.0
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
- export interface AppConfigTableEntity {
15
- key?: string;
16
- value?: string;
17
- default_value?: string;
18
- api_version?: string;
19
- description?: string;
20
- content_type?: string;
21
- partitionkey?: string;
22
- is_frontend?: boolean;
23
- timestamp?: string | null;
24
- }
25
-
1
+ /**
2
+ * Agravity OpenAPI Documentation - Private Functions
3
+ * <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
4
+ *
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 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;
22
+ timestamp?: string | null;
23
+ }
@@ -1,20 +1,18 @@
1
- /**
2
- * Agravity OpenAPI Documentation - Private Functions
3
- * <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
4
- *
5
- * The version of the OpenAPI document: 5.2.0
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
- export interface ArtificialIntelligenceGroup {
15
- origin?: string;
16
- url?: string;
17
- min_confidence?: number | null;
18
- values?: Array<{ [key: string]: object; }>;
19
- }
20
-
1
+ /**
2
+ * Agravity OpenAPI Documentation - Private Functions
3
+ * <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
4
+ *
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 ArtificialIntelligenceGroup {
14
+ origin?: string;
15
+ url?: string;
16
+ min_confidence?: number | null;
17
+ values?: Array<{ [key: string]: object }>;
18
+ }
@@ -1,47 +1,45 @@
1
- /**
2
- * Agravity OpenAPI Documentation - Private Functions
3
- * <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
4
- *
5
- * The version of the OpenAPI document: 5.2.0
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.agravity';
13
- import { AssetBlob } from './assetBlob.agravity';
14
- import { ArtificialIntelligenceGroup } from './artificialIntelligenceGroup.agravity';
15
-
16
-
17
- export interface Asset {
18
- id?: string;
19
- entity_type?: string;
20
- name?: string;
21
- asset_type?: string;
22
- duplicates?: Array<string>;
23
- text_content?: string;
24
- ai_groups?: Array<ArtificialIntelligenceGroup>;
25
- keywords?: Array<string>;
26
- orig_blob?: AssetBlob;
27
- blobs?: Array<AssetBlob>;
28
- collections?: Array<string>;
29
- failed_reason?: string;
30
- region_of_origin?: string;
31
- availability?: string;
32
- available_from?: string | null;
33
- available_to?: string | null;
34
- custom?: any;
35
- items?: Array<CollTypeItem>;
36
- translations?: { [key: string]: { [key: string]: object; }; };
37
- description?: string;
38
- add_properties?: { [key: string]: any; };
39
- status?: string;
40
- created_date?: string | null;
41
- created_by?: string;
42
- modified_date?: string | null;
43
- modified_by?: string;
44
- pk?: string;
45
- _etag?: string;
46
- }
47
-
1
+ /**
2
+ * Agravity OpenAPI Documentation - Private Functions
3
+ * <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
4
+ *
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.agravity';
13
+ import { AssetBlob } from './assetBlob.agravity';
14
+ import { ArtificialIntelligenceGroup } from './artificialIntelligenceGroup.agravity';
15
+
16
+ export interface Asset {
17
+ id?: string;
18
+ entity_type?: string;
19
+ name?: string;
20
+ asset_type?: string;
21
+ duplicates?: Array<string>;
22
+ text_content?: string;
23
+ ai_groups?: Array<ArtificialIntelligenceGroup>;
24
+ keywords?: Array<string>;
25
+ orig_blob?: AssetBlob;
26
+ blobs?: Array<AssetBlob>;
27
+ collections?: Array<string>;
28
+ failed_reason?: string;
29
+ region_of_origin?: string;
30
+ availability?: string;
31
+ available_from?: string | null;
32
+ available_to?: string | null;
33
+ custom?: any;
34
+ items?: Array<CollTypeItem>;
35
+ translations?: { [key: string]: { [key: string]: object } };
36
+ description?: string;
37
+ add_properties?: { [key: string]: any };
38
+ status?: string;
39
+ created_date?: string | null;
40
+ created_by?: string;
41
+ modified_date?: string | null;
42
+ modified_by?: string;
43
+ pk?: string;
44
+ _etag?: string;
45
+ }
@@ -1,19 +1,17 @@
1
- /**
2
- * Agravity OpenAPI Documentation - Private Functions
3
- * <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
4
- *
5
- * The version of the OpenAPI document: 5.2.0
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
- export interface AssetAvailability {
15
- availability?: string;
16
- available_from?: string | null;
17
- available_to?: string | null;
18
- }
19
-
1
+ /**
2
+ * Agravity OpenAPI Documentation - Private Functions
3
+ * <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
4
+ *
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 - Private Functions
3
- * <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
4
- *
5
- * The version of the OpenAPI document: 5.2.0
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.agravity';
13
-
14
-
15
- export interface AssetBlob {
16
- blob_type?: AssetBlob.BlobTypeEnum;
17
- name?: string;
18
- container?: string;
19
- size?: number;
20
- extension?: string;
21
- content_type?: string;
22
- md5?: string;
23
- techdata?: Array<Metadata>;
24
- add_data?: Array<Metadata>;
25
- width?: number | null;
26
- height?: number | null;
27
- maxwidthheight?: number | null;
28
- quality?: number | null;
29
- orientation?: AssetBlob.OrientationEnum | null;
30
- colorspace?: string;
31
- profile?: string;
32
- transparency?: boolean | null;
33
- mode?: string;
34
- target?: string;
35
- filter?: string;
36
- dpi_x?: number | null;
37
- dpi_y?: number | null;
38
- perhash?: string;
39
- dominantcolor?: string;
40
- depth?: number | null;
41
- animated?: boolean | null;
42
- duration?: number | null;
43
- videocodec?: string;
44
- videobitrate?: number | null;
45
- fps?: number | null;
46
- colormode?: string;
47
- audiocodec?: string;
48
- audiosamplerate?: string;
49
- audiochanneloutput?: string;
50
- audiobitrate?: number | null;
51
- author?: string;
52
- language?: string;
53
- wordcount?: number | null;
54
- pages?: number | null;
55
- title?: string;
56
- encoding_name?: string;
57
- encoding_code?: string;
58
- url?: string;
59
- size_readable?: string;
60
- downloadable?: boolean | null;
61
- expires?: string | null;
62
- }
63
- export namespace AssetBlob {
64
- export type BlobTypeEnum = 'UNKNOWN' | 'IMAGE' | 'VIDEO' | 'AUDIO' | 'DOCUMENT' | 'TEXT' | 'OTHER';
65
- export const BlobTypeEnum = {
66
- Unknown: 'UNKNOWN' as BlobTypeEnum,
67
- Image: 'IMAGE' as BlobTypeEnum,
68
- Video: 'VIDEO' as BlobTypeEnum,
69
- Audio: 'AUDIO' as BlobTypeEnum,
70
- Document: 'DOCUMENT' as BlobTypeEnum,
71
- Text: 'TEXT' as BlobTypeEnum,
72
- Other: 'OTHER' as BlobTypeEnum
73
- };
74
- export type OrientationEnum = 'PORTRAIT' | 'LANDSCAPE' | 'SQUARE';
75
- export const OrientationEnum = {
76
- Portrait: 'PORTRAIT' as OrientationEnum,
77
- Landscape: 'LANDSCAPE' as OrientationEnum,
78
- Square: 'SQUARE' as OrientationEnum
79
- };
80
- }
81
-
82
-
1
+ /**
2
+ * Agravity OpenAPI Documentation - Private Functions
3
+ * <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
4
+ *
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.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,20 +1,18 @@
1
- /**
2
- * Agravity OpenAPI Documentation - Private Functions
3
- * <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
4
- *
5
- * The version of the OpenAPI document: 5.2.0
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 { Asset } from './asset.agravity';
13
-
14
-
15
- export interface AssetBulkUpdate {
16
- collection_id?: string;
17
- ref_asset?: Asset;
18
- asset_ids?: Array<string>;
19
- }
20
-
1
+ /**
2
+ * Agravity OpenAPI Documentation - Private Functions
3
+ * <h1>Agravity API Reference</h1>This is the full API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Assets versioning</li> <li>Sharing collection</li> <li>Secure upload to collection</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li> <li>Authentication management</li> <li>Blob management</li> <li>Queue management</li> <li>Structure management</li> <li>Bulk get all data from collection / collection type</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>Create / update / list / delete collection types</li> <li>Create / update / list / delete collections</li> <li>Create / update / list / delete assets</li> <li>Operations on assets like: move to collection, renew asset(through queue pipe), rotate, resize, etc.</li> <li>Publish / de-publish an asset or specific variants of an asset</li> <li>Create / delete version of asset</li> <li>Bulk download of Assets</li> <li>Search for assets or collections</li> <li>Authenticated access like e.g. getting access to blobs directly (for upload on folder or generate SAS token)</li> <li>List / delete blobs</li> <li>Create structures based on blob storage input</li></ul><br/>Copyright © Agravity GmbH 2023. All Rights Reserved
4
+ *
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 { Asset } from './asset.agravity';
13
+
14
+ export interface AssetBulkUpdate {
15
+ collection_id?: string;
16
+ ref_asset?: Asset;
17
+ asset_ids?: Array<string>;
18
+ }