@agravity/private 6.1.6 → 7.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.
Files changed (133) hide show
  1. package/.openapi-generator/FILES +5 -0
  2. package/README.md +2 -2
  3. package/api/api.ts +6 -0
  4. package/api/assetIconRuleManagement.agravity.ts +1 -1
  5. package/api/assetManagement.agravity.ts +1 -1
  6. package/api/assetOperations.agravity.ts +47 -7
  7. package/api/assetPublishing.agravity.ts +1 -1
  8. package/api/assetVersioning.agravity.ts +1 -1
  9. package/api/authenticationManagement.agravity.ts +1 -1
  10. package/api/collectionManagement.agravity.ts +1 -1
  11. package/api/collectionShareManagement.agravity.ts +1 -1
  12. package/api/collectionTypeItemBlueprintManagement.agravity.ts +1 -1
  13. package/api/collectionTypeManagement.agravity.ts +1 -1
  14. package/api/commentsManagement.agravity.ts +1 -1
  15. package/api/configurationManagement.agravity.ts +1 -1
  16. package/api/dashboardWidgetManagement.agravity.ts +1 -1
  17. package/api/dataImportExportManagement.agravity.ts +414 -0
  18. package/api/downloadFormatManagement.agravity.ts +1 -1
  19. package/api/downloadZip.agravity.ts +1 -1
  20. package/api/generalManagement.agravity.ts +1 -1
  21. package/api/helperTools.agravity.ts +1 -256
  22. package/api/historyEntryManagement.agravity.ts +1 -1
  23. package/api/iccProfileManagement.agravity.ts +1 -1
  24. package/api/listBlobs.agravity.ts +1 -1
  25. package/api/listQueues.agravity.ts +1 -1
  26. package/api/listTables.agravity.ts +1 -1
  27. package/api/permissionsManagement.agravity.ts +1 -1
  28. package/api/portalManagement.agravity.ts +321 -0
  29. package/api/publishing.agravity.ts +1 -1
  30. package/api/quickshareManagement.agravity.ts +1 -1
  31. package/api/savedSearchManagement.agravity.ts +1 -1
  32. package/api/searchManagement.agravity.ts +67 -13
  33. package/api/secureUpload.agravity.ts +1 -1
  34. package/api/signalRConnectionManagement.agravity.ts +1 -1
  35. package/api/staticDefinedListManagement.agravity.ts +1 -1
  36. package/api/stockImport.agravity.ts +1 -1
  37. package/api/structureImport.agravity.ts +1 -1
  38. package/api/translationManagement.agravity.ts +1 -1
  39. package/api/webAppData.agravity.ts +1 -1
  40. package/api/widgetLayoutManagement.agravity.ts +1 -1
  41. package/api/wordpressManagement.agravity.ts +1 -1
  42. package/api/workspaceManagement.agravity.ts +1 -1
  43. package/api.module.ts +2 -0
  44. package/index.ts +1 -0
  45. package/model/agravityErrorResponse.agravity.ts +1 -1
  46. package/model/agravityInfoResponse.agravity.ts +1 -1
  47. package/model/agravityUser.agravity.ts +1 -1
  48. package/model/agravityUserDto.agravity.ts +1 -1
  49. package/model/agravityVersion.agravity.ts +1 -1
  50. package/model/allWebAppData.agravity.ts +1 -1
  51. package/model/apiKeyResponse.agravity.ts +1 -1
  52. package/model/appConfigTableEntity.agravity.ts +3 -2
  53. package/model/artificialIntelligenceGroup.agravity.ts +1 -1
  54. package/model/asset.agravity.ts +1 -1
  55. package/model/assetAvailability.agravity.ts +1 -1
  56. package/model/assetBlob.agravity.ts +1 -1
  57. package/model/assetBulkUpdate.agravity.ts +1 -1
  58. package/model/assetCollectionLink.agravity.ts +1 -1
  59. package/model/assetIconRule.agravity.ts +1 -1
  60. package/model/assetIdFormat.agravity.ts +1 -1
  61. package/model/assetPageResult.agravity.ts +1 -1
  62. package/model/assetTextContent.agravity.ts +1 -1
  63. package/model/assetsOperationBody.agravity.ts +1 -1
  64. package/model/azSearchOptions.agravity.ts +2 -1
  65. package/model/azureIdentity.agravity.ts +4 -3
  66. package/model/blobInfoObj.agravity.ts +1 -1
  67. package/model/collTypeItem.agravity.ts +2 -2
  68. package/model/collTypeItemBlueprint.agravity.ts +1 -1
  69. package/model/collection.agravity.ts +1 -1
  70. package/model/collectionType.agravity.ts +2 -2
  71. package/model/collectionUDL.agravity.ts +1 -1
  72. package/model/comment.agravity.ts +1 -1
  73. package/model/createSftpUserResult.agravity.ts +1 -1
  74. package/model/dashboardWidget.agravity.ts +1 -1
  75. package/model/dataResult.agravity.ts +1 -1
  76. package/model/distZipResponse.agravity.ts +1 -1
  77. package/model/downloadFormat.agravity.ts +1 -1
  78. package/model/downloadObject.agravity.ts +2 -1
  79. package/model/downloadZipRequest.agravity.ts +1 -1
  80. package/model/dynamicImageOperation.agravity.ts +1 -1
  81. package/model/emailAddress.agravity.ts +1 -1
  82. package/model/entityId.agravity.ts +1 -1
  83. package/model/entityIdName.agravity.ts +1 -1
  84. package/model/entityTranslations.agravity.ts +1 -1
  85. package/model/excelExportTableEntity.agravity.ts +3 -1
  86. package/model/frontendAppConfig.agravity.ts +1 -1
  87. package/model/groupAllAppData.agravity.ts +1 -1
  88. package/model/historyEntry.agravity.ts +1 -1
  89. package/model/infoEntitySkillEnhanced.agravity.ts +1 -1
  90. package/model/metadata.agravity.ts +1 -1
  91. package/model/models.ts +3 -0
  92. package/model/moveCollectionBody.agravity.ts +1 -1
  93. package/model/permissionChange.agravity.ts +1 -1
  94. package/model/permissionEntity.agravity.ts +1 -1
  95. package/model/permissionSetting.agravity.ts +1 -1
  96. package/model/portal.agravity.ts +35 -0
  97. package/model/portalLanguages.agravity.ts +16 -0
  98. package/model/portalTheme.agravity.ts +18 -0
  99. package/model/publishEntity.agravity.ts +1 -1
  100. package/model/publishedAsset.agravity.ts +1 -1
  101. package/model/quickShare.agravity.ts +1 -1
  102. package/model/quickShareFull.agravity.ts +1 -1
  103. package/model/sasToken.agravity.ts +1 -1
  104. package/model/savedSearch.agravity.ts +1 -1
  105. package/model/searchAdminDataSourceStatus.agravity.ts +1 -1
  106. package/model/searchAdminIndexStatus.agravity.ts +1 -1
  107. package/model/searchAdminIndexerLastRun.agravity.ts +1 -1
  108. package/model/searchAdminIndexerStatus.agravity.ts +1 -1
  109. package/model/searchAdminSkillStatus.agravity.ts +1 -1
  110. package/model/searchAdminStatistics.agravity.ts +1 -1
  111. package/model/searchAdminStatus.agravity.ts +1 -1
  112. package/model/searchFacet.agravity.ts +1 -1
  113. package/model/searchFacetEntity.agravity.ts +1 -1
  114. package/model/searchResult.agravity.ts +1 -1
  115. package/model/searchableItem.agravity.ts +1 -1
  116. package/model/secureUploadEntity.agravity.ts +1 -1
  117. package/model/sharedAllowedFormat.agravity.ts +1 -1
  118. package/model/sharedAsset.agravity.ts +1 -1
  119. package/model/sharedCollection.agravity.ts +1 -1
  120. package/model/sharedCollectionFull.agravity.ts +1 -1
  121. package/model/signalRConnectionInfo.agravity.ts +1 -1
  122. package/model/simpleAsset.agravity.ts +1 -1
  123. package/model/staticDefinedList.agravity.ts +1 -1
  124. package/model/translation.agravity.ts +1 -1
  125. package/model/translationRequest.agravity.ts +1 -1
  126. package/model/uiTutorials.agravity.ts +1 -1
  127. package/model/versionEntity.agravity.ts +1 -1
  128. package/model/versionedAsset.agravity.ts +1 -1
  129. package/model/whereParam.agravity.ts +1 -1
  130. package/model/widgetLayout.agravity.ts +1 -1
  131. package/model/widgetProperties.agravity.ts +1 -1
  132. package/model/workspace.agravity.ts +2 -2
  133. package/package.json +1 -1
@@ -0,0 +1,321 @@
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 2024. All Rights Reserved
4
+ *
5
+ * The version of the OpenAPI document: 7.0.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
+ /* tslint:disable:no-unused-variable member-ordering */
13
+
14
+ import { Inject, Injectable, Optional } from '@angular/core';
15
+ import { HttpClient, HttpHeaders, HttpParams, HttpResponse, HttpEvent, HttpParameterCodec } from '@angular/common/http';
16
+ import { CustomHttpParameterCodec } from '../encoder';
17
+ import { Observable } from 'rxjs';
18
+
19
+ import { AgravityErrorResponse } from '../model/models';
20
+ import { Portal } from '../model/models';
21
+
22
+ import { BASE_PATH, COLLECTION_FORMATS } from '../variables';
23
+ import { AgravityConfiguration } from '../configuration';
24
+
25
+ @Injectable({
26
+ providedIn: 'root'
27
+ })
28
+ export class PortalManagementService {
29
+ protected basePath = 'http://localhost:7071/api';
30
+ public defaultHeaders = new HttpHeaders();
31
+ public configuration = new AgravityConfiguration();
32
+ public encoder: HttpParameterCodec;
33
+
34
+ constructor(
35
+ protected httpClient: HttpClient,
36
+ @Optional() @Inject(BASE_PATH) basePath: string,
37
+ @Optional() configuration: AgravityConfiguration
38
+ ) {
39
+ if (configuration) {
40
+ this.configuration = configuration;
41
+ }
42
+ if (typeof this.configuration.basePath !== 'string') {
43
+ if (typeof basePath !== 'string') {
44
+ basePath = this.basePath;
45
+ }
46
+ this.configuration.basePath = basePath;
47
+ }
48
+ this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
49
+ }
50
+
51
+ private addToHttpParams(httpParams: HttpParams, value: any, key?: string): HttpParams {
52
+ if (typeof value === 'object' && value instanceof Date === false) {
53
+ httpParams = this.addToHttpParamsRecursive(httpParams, value);
54
+ } else {
55
+ httpParams = this.addToHttpParamsRecursive(httpParams, value, key);
56
+ }
57
+ return httpParams;
58
+ }
59
+
60
+ private addToHttpParamsRecursive(httpParams: HttpParams, value?: any, key?: string): HttpParams {
61
+ if (value == null) {
62
+ return httpParams;
63
+ }
64
+
65
+ if (typeof value === 'object') {
66
+ if (Array.isArray(value)) {
67
+ (value as any[]).forEach((elem) => (httpParams = this.addToHttpParamsRecursive(httpParams, elem, key)));
68
+ } else if (value instanceof Date) {
69
+ if (key != null) {
70
+ httpParams = httpParams.append(key, (value as Date).toISOString().substr(0, 10));
71
+ } else {
72
+ throw Error('key may not be null if value is Date');
73
+ }
74
+ } else {
75
+ Object.keys(value).forEach((k) => (httpParams = this.addToHttpParamsRecursive(httpParams, value[k], key != null ? `${key}.${k}` : k)));
76
+ }
77
+ } else if (key != null) {
78
+ httpParams = httpParams.append(key, value);
79
+ } else {
80
+ throw Error('key may not be null if value is not object or array');
81
+ }
82
+ return httpParams;
83
+ }
84
+
85
+ /**
86
+ * This endpoint returns a full configuration of the portal. Incl. download formats, SDLs, UDLs, etc.
87
+ * @param id The ID of the portal.
88
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
89
+ * @param reportProgress flag to report request and response progress.
90
+ */
91
+ public httpPortalsConfigurationGetById(id: string, observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<Portal>;
92
+ public httpPortalsConfigurationGetById(id: string, observe?: 'response', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpResponse<Portal>>;
93
+ public httpPortalsConfigurationGetById(id: string, observe?: 'events', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpEvent<Portal>>;
94
+ public httpPortalsConfigurationGetById(id: string, observe: any = 'body', reportProgress: boolean = false, options?: { httpHeaderAccept?: 'application/json' }): Observable<any> {
95
+ if (id === null || id === undefined) {
96
+ throw new Error('Required parameter id was null or undefined when calling httpPortalsConfigurationGetById.');
97
+ }
98
+
99
+ let headers = this.defaultHeaders;
100
+
101
+ let credential: string | undefined;
102
+ // authentication (msal_auth) required
103
+ credential = this.configuration.lookupCredential('msal_auth');
104
+ if (credential) {
105
+ headers = headers.set('Authorization', 'Bearer ' + credential);
106
+ }
107
+
108
+ let httpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
109
+ if (httpHeaderAcceptSelected === undefined) {
110
+ // to determine the Accept header
111
+ const httpHeaderAccepts: string[] = ['application/json'];
112
+ httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
113
+ }
114
+ if (httpHeaderAcceptSelected !== undefined) {
115
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
116
+ }
117
+
118
+ let responseType_: 'text' | 'json' = 'json';
119
+ if (httpHeaderAcceptSelected && httpHeaderAcceptSelected.startsWith('text')) {
120
+ responseType_ = 'text';
121
+ }
122
+
123
+ return this.httpClient.get<Portal>(`${this.configuration.basePath}/portals/${encodeURIComponent(String(id))}/config`, {
124
+ responseType: <any>responseType_,
125
+ withCredentials: this.configuration.withCredentials,
126
+ headers: headers,
127
+ observe: observe,
128
+ reportProgress: reportProgress
129
+ });
130
+ }
131
+
132
+ /**
133
+ * This endpoint creates one portal entry in the database.
134
+ * @param portal This endpoint creates an unique portal ID and adds the information to the database.
135
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
136
+ * @param reportProgress flag to report request and response progress.
137
+ */
138
+ public httpPortalsCreate(portal: Portal, observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<Portal>;
139
+ public httpPortalsCreate(portal: Portal, observe?: 'response', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpResponse<Portal>>;
140
+ public httpPortalsCreate(portal: Portal, observe?: 'events', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpEvent<Portal>>;
141
+ public httpPortalsCreate(portal: Portal, observe: any = 'body', reportProgress: boolean = false, options?: { httpHeaderAccept?: 'application/json' }): Observable<any> {
142
+ if (portal === null || portal === undefined) {
143
+ throw new Error('Required parameter portal was null or undefined when calling httpPortalsCreate.');
144
+ }
145
+
146
+ let headers = this.defaultHeaders;
147
+
148
+ let credential: string | undefined;
149
+ // authentication (msal_auth) required
150
+ credential = this.configuration.lookupCredential('msal_auth');
151
+ if (credential) {
152
+ headers = headers.set('Authorization', 'Bearer ' + credential);
153
+ }
154
+
155
+ let httpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
156
+ if (httpHeaderAcceptSelected === undefined) {
157
+ // to determine the Accept header
158
+ const httpHeaderAccepts: string[] = ['application/json'];
159
+ httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
160
+ }
161
+ if (httpHeaderAcceptSelected !== undefined) {
162
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
163
+ }
164
+
165
+ // to determine the Content-Type header
166
+ const consumes: string[] = ['application/json'];
167
+ const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
168
+ if (httpContentTypeSelected !== undefined) {
169
+ headers = headers.set('Content-Type', httpContentTypeSelected);
170
+ }
171
+
172
+ let responseType_: 'text' | 'json' = 'json';
173
+ if (httpHeaderAcceptSelected && httpHeaderAcceptSelected.startsWith('text')) {
174
+ responseType_ = 'text';
175
+ }
176
+
177
+ return this.httpClient.post<Portal>(`${this.configuration.basePath}/portals`, portal, {
178
+ responseType: <any>responseType_,
179
+ withCredentials: this.configuration.withCredentials,
180
+ headers: headers,
181
+ observe: observe,
182
+ reportProgress: reportProgress
183
+ });
184
+ }
185
+
186
+ /**
187
+ * This endpoint deletes a single portal.
188
+ * @param id The ID of the portal.
189
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
190
+ * @param reportProgress flag to report request and response progress.
191
+ */
192
+ public httpPortalsDeleteById(id: string, observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<any>;
193
+ public httpPortalsDeleteById(id: string, observe?: 'response', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpResponse<any>>;
194
+ public httpPortalsDeleteById(id: string, observe?: 'events', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpEvent<any>>;
195
+ public httpPortalsDeleteById(id: string, observe: any = 'body', reportProgress: boolean = false, options?: { httpHeaderAccept?: 'application/json' }): Observable<any> {
196
+ if (id === null || id === undefined) {
197
+ throw new Error('Required parameter id was null or undefined when calling httpPortalsDeleteById.');
198
+ }
199
+
200
+ let headers = this.defaultHeaders;
201
+
202
+ let credential: string | undefined;
203
+ // authentication (msal_auth) required
204
+ credential = this.configuration.lookupCredential('msal_auth');
205
+ if (credential) {
206
+ headers = headers.set('Authorization', 'Bearer ' + credential);
207
+ }
208
+
209
+ let httpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
210
+ if (httpHeaderAcceptSelected === undefined) {
211
+ // to determine the Accept header
212
+ const httpHeaderAccepts: string[] = ['application/json'];
213
+ httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
214
+ }
215
+ if (httpHeaderAcceptSelected !== undefined) {
216
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
217
+ }
218
+
219
+ let responseType_: 'text' | 'json' = 'json';
220
+ if (httpHeaderAcceptSelected && httpHeaderAcceptSelected.startsWith('text')) {
221
+ responseType_ = 'text';
222
+ }
223
+
224
+ return this.httpClient.delete<any>(`${this.configuration.basePath}/portals/${encodeURIComponent(String(id))}`, {
225
+ responseType: <any>responseType_,
226
+ withCredentials: this.configuration.withCredentials,
227
+ headers: headers,
228
+ observe: observe,
229
+ reportProgress: reportProgress
230
+ });
231
+ }
232
+
233
+ /**
234
+ * This endpoint show the portal from database.
235
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
236
+ * @param reportProgress flag to report request and response progress.
237
+ */
238
+ public httpPortalsGetAll(observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<Array<Portal>>;
239
+ public httpPortalsGetAll(observe?: 'response', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpResponse<Array<Portal>>>;
240
+ public httpPortalsGetAll(observe?: 'events', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpEvent<Array<Portal>>>;
241
+ public httpPortalsGetAll(observe: any = 'body', reportProgress: boolean = false, options?: { httpHeaderAccept?: 'application/json' }): Observable<any> {
242
+ let headers = this.defaultHeaders;
243
+
244
+ let credential: string | undefined;
245
+ // authentication (msal_auth) required
246
+ credential = this.configuration.lookupCredential('msal_auth');
247
+ if (credential) {
248
+ headers = headers.set('Authorization', 'Bearer ' + credential);
249
+ }
250
+
251
+ let httpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
252
+ if (httpHeaderAcceptSelected === undefined) {
253
+ // to determine the Accept header
254
+ const httpHeaderAccepts: string[] = ['application/json'];
255
+ httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
256
+ }
257
+ if (httpHeaderAcceptSelected !== undefined) {
258
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
259
+ }
260
+
261
+ let responseType_: 'text' | 'json' = 'json';
262
+ if (httpHeaderAcceptSelected && httpHeaderAcceptSelected.startsWith('text')) {
263
+ responseType_ = 'text';
264
+ }
265
+
266
+ return this.httpClient.get<Array<Portal>>(`${this.configuration.basePath}/portals`, {
267
+ responseType: <any>responseType_,
268
+ withCredentials: this.configuration.withCredentials,
269
+ headers: headers,
270
+ observe: observe,
271
+ reportProgress: reportProgress
272
+ });
273
+ }
274
+
275
+ /**
276
+ * This endpoint show the portal from database.
277
+ * @param id The ID of the portal.
278
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
279
+ * @param reportProgress flag to report request and response progress.
280
+ */
281
+ public httpPortalsGetById(id: string, observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<Portal>;
282
+ public httpPortalsGetById(id: string, observe?: 'response', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpResponse<Portal>>;
283
+ public httpPortalsGetById(id: string, observe?: 'events', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpEvent<Portal>>;
284
+ public httpPortalsGetById(id: string, observe: any = 'body', reportProgress: boolean = false, options?: { httpHeaderAccept?: 'application/json' }): Observable<any> {
285
+ if (id === null || id === undefined) {
286
+ throw new Error('Required parameter id was null or undefined when calling httpPortalsGetById.');
287
+ }
288
+
289
+ let headers = this.defaultHeaders;
290
+
291
+ let credential: string | undefined;
292
+ // authentication (msal_auth) required
293
+ credential = this.configuration.lookupCredential('msal_auth');
294
+ if (credential) {
295
+ headers = headers.set('Authorization', 'Bearer ' + credential);
296
+ }
297
+
298
+ let httpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
299
+ if (httpHeaderAcceptSelected === undefined) {
300
+ // to determine the Accept header
301
+ const httpHeaderAccepts: string[] = ['application/json'];
302
+ httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
303
+ }
304
+ if (httpHeaderAcceptSelected !== undefined) {
305
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
306
+ }
307
+
308
+ let responseType_: 'text' | 'json' = 'json';
309
+ if (httpHeaderAcceptSelected && httpHeaderAcceptSelected.startsWith('text')) {
310
+ responseType_ = 'text';
311
+ }
312
+
313
+ return this.httpClient.get<Portal>(`${this.configuration.basePath}/portals/${encodeURIComponent(String(id))}`, {
314
+ responseType: <any>responseType_,
315
+ withCredentials: this.configuration.withCredentials,
316
+ headers: headers,
317
+ observe: observe,
318
+ reportProgress: reportProgress
319
+ });
320
+ }
321
+ }
@@ -2,7 +2,7 @@
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: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.0
6
6
  * Contact: office@agravity.io
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Agravity OpenAPI Documentation - 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: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.0
6
6
  * Contact: office@agravity.io
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Agravity OpenAPI Documentation - 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: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.0
6
6
  * Contact: office@agravity.io
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Agravity OpenAPI Documentation - 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: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.0
6
6
  * Contact: office@agravity.io
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -86,13 +86,29 @@ export class SearchManagementService {
86
86
 
87
87
  /**
88
88
  * This endpoint deletes the index, indexes and data source connection. Has to be recreated with recreate endpoint.
89
+ * @param portalId If the search should be redirected to a specific portal.
89
90
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
90
91
  * @param reportProgress flag to report request and response progress.
91
92
  */
92
- public httpAzureDeleteSearchCompletely(observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<AgravityInfoResponse>;
93
- public httpAzureDeleteSearchCompletely(observe?: 'response', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpResponse<AgravityInfoResponse>>;
94
- public httpAzureDeleteSearchCompletely(observe?: 'events', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpEvent<AgravityInfoResponse>>;
95
- public httpAzureDeleteSearchCompletely(observe: any = 'body', reportProgress: boolean = false, options?: { httpHeaderAccept?: 'application/json' }): Observable<any> {
93
+ public httpAzureDeleteSearchCompletely(portalId?: string, observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<AgravityInfoResponse>;
94
+ public httpAzureDeleteSearchCompletely(
95
+ portalId?: string,
96
+ observe?: 'response',
97
+ reportProgress?: boolean,
98
+ options?: { httpHeaderAccept?: 'application/json' }
99
+ ): Observable<HttpResponse<AgravityInfoResponse>>;
100
+ public httpAzureDeleteSearchCompletely(
101
+ portalId?: string,
102
+ observe?: 'events',
103
+ reportProgress?: boolean,
104
+ options?: { httpHeaderAccept?: 'application/json' }
105
+ ): Observable<HttpEvent<AgravityInfoResponse>>;
106
+ public httpAzureDeleteSearchCompletely(portalId?: string, observe: any = 'body', reportProgress: boolean = false, options?: { httpHeaderAccept?: 'application/json' }): Observable<any> {
107
+ let queryParameters = new HttpParams({ encoder: this.encoder });
108
+ if (portalId !== undefined && portalId !== null) {
109
+ queryParameters = this.addToHttpParams(queryParameters, <any>portalId, 'portal_id');
110
+ }
111
+
96
112
  let headers = this.defaultHeaders;
97
113
 
98
114
  let credential: string | undefined;
@@ -118,6 +134,7 @@ export class SearchManagementService {
118
134
  }
119
135
 
120
136
  return this.httpClient.patch<AgravityInfoResponse>(`${this.configuration.basePath}/searchadmin/delete`, null, {
137
+ params: queryParameters,
121
138
  responseType: <any>responseType_,
122
139
  withCredentials: this.configuration.withCredentials,
123
140
  headers: headers,
@@ -128,13 +145,29 @@ export class SearchManagementService {
128
145
 
129
146
  /**
130
147
  * This endpoint recreates the index and creates the indexes, skillset and data source connection if not existing
148
+ * @param portalId If the search should be redirected to a specific portal.
131
149
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
132
150
  * @param reportProgress flag to report request and response progress.
133
151
  */
134
- public httpAzureRecreateGlobalIndex(observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<AgravityInfoResponse>;
135
- public httpAzureRecreateGlobalIndex(observe?: 'response', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpResponse<AgravityInfoResponse>>;
136
- public httpAzureRecreateGlobalIndex(observe?: 'events', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpEvent<AgravityInfoResponse>>;
137
- public httpAzureRecreateGlobalIndex(observe: any = 'body', reportProgress: boolean = false, options?: { httpHeaderAccept?: 'application/json' }): Observable<any> {
152
+ public httpAzureRecreateGlobalIndex(portalId?: string, observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<AgravityInfoResponse>;
153
+ public httpAzureRecreateGlobalIndex(
154
+ portalId?: string,
155
+ observe?: 'response',
156
+ reportProgress?: boolean,
157
+ options?: { httpHeaderAccept?: 'application/json' }
158
+ ): Observable<HttpResponse<AgravityInfoResponse>>;
159
+ public httpAzureRecreateGlobalIndex(
160
+ portalId?: string,
161
+ observe?: 'events',
162
+ reportProgress?: boolean,
163
+ options?: { httpHeaderAccept?: 'application/json' }
164
+ ): Observable<HttpEvent<AgravityInfoResponse>>;
165
+ public httpAzureRecreateGlobalIndex(portalId?: string, observe: any = 'body', reportProgress: boolean = false, options?: { httpHeaderAccept?: 'application/json' }): Observable<any> {
166
+ let queryParameters = new HttpParams({ encoder: this.encoder });
167
+ if (portalId !== undefined && portalId !== null) {
168
+ queryParameters = this.addToHttpParams(queryParameters, <any>portalId, 'portal_id');
169
+ }
170
+
138
171
  let headers = this.defaultHeaders;
139
172
 
140
173
  let credential: string | undefined;
@@ -160,6 +193,7 @@ export class SearchManagementService {
160
193
  }
161
194
 
162
195
  return this.httpClient.patch<AgravityInfoResponse>(`${this.configuration.basePath}/searchadmin/recreate`, null, {
196
+ params: queryParameters,
163
197
  responseType: <any>responseType_,
164
198
  withCredentials: this.configuration.withCredentials,
165
199
  headers: headers,
@@ -180,6 +214,7 @@ export class SearchManagementService {
180
214
  * @param filter Key value filter for filterable strings and string collections separated by special \&#39;,,,\&#39;. For date or numbers \&quot;&lt;\&quot;, \&quot;&#x3D;\&quot; and \&quot;&gt;\&quot; are possible. Mode influences AND (all) and OR (any) of all filters. Multiple filters are separated by semicolons. (Only if Azure Search is enabled)
181
215
  * @param orderby Sortable fields can be used. For descendant sorting use leading \&quot;!\&quot;. (Only if Azure Search is enabled)
182
216
  * @param ids Comma separated values list with all ids which should be returned.
217
+ * @param portalId If the search should be redirected to a specific portal.
183
218
  * @param translations When default language should be returned and the translation dictionary is delivered. (Ignores the \&quot;Accept-Language\&quot; header)
184
219
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
185
220
  * @param reportProgress flag to report request and response progress.
@@ -195,6 +230,7 @@ export class SearchManagementService {
195
230
  filter?: string,
196
231
  orderby?: string,
197
232
  ids?: string,
233
+ portalId?: string,
198
234
  translations?: boolean,
199
235
  observe?: 'body',
200
236
  reportProgress?: boolean,
@@ -211,6 +247,7 @@ export class SearchManagementService {
211
247
  filter?: string,
212
248
  orderby?: string,
213
249
  ids?: string,
250
+ portalId?: string,
214
251
  translations?: boolean,
215
252
  observe?: 'response',
216
253
  reportProgress?: boolean,
@@ -227,6 +264,7 @@ export class SearchManagementService {
227
264
  filter?: string,
228
265
  orderby?: string,
229
266
  ids?: string,
267
+ portalId?: string,
230
268
  translations?: boolean,
231
269
  observe?: 'events',
232
270
  reportProgress?: boolean,
@@ -243,6 +281,7 @@ export class SearchManagementService {
243
281
  filter?: string,
244
282
  orderby?: string,
245
283
  ids?: string,
284
+ portalId?: string,
246
285
  translations?: boolean,
247
286
  observe: any = 'body',
248
287
  reportProgress: boolean = false,
@@ -283,6 +322,9 @@ export class SearchManagementService {
283
322
  if (ids !== undefined && ids !== null) {
284
323
  queryParameters = this.addToHttpParams(queryParameters, <any>ids, 'ids');
285
324
  }
325
+ if (portalId !== undefined && portalId !== null) {
326
+ queryParameters = this.addToHttpParams(queryParameters, <any>portalId, 'portal_id');
327
+ }
286
328
  if (translations !== undefined && translations !== null) {
287
329
  queryParameters = this.addToHttpParams(queryParameters, <any>translations, 'translations');
288
330
  }
@@ -323,13 +365,24 @@ export class SearchManagementService {
323
365
 
324
366
  /**
325
367
  * This endpoint gives the status about the index, indexes and data source connection.
368
+ * @param portalId If the search should be redirected to a specific portal.
326
369
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
327
370
  * @param reportProgress flag to report request and response progress.
328
371
  */
329
- public httpSearchAdminGetStatus(observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<SearchAdminStatus>;
330
- public httpSearchAdminGetStatus(observe?: 'response', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpResponse<SearchAdminStatus>>;
331
- public httpSearchAdminGetStatus(observe?: 'events', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpEvent<SearchAdminStatus>>;
332
- public httpSearchAdminGetStatus(observe: any = 'body', reportProgress: boolean = false, options?: { httpHeaderAccept?: 'application/json' }): Observable<any> {
372
+ public httpSearchAdminGetStatus(portalId?: string, observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<SearchAdminStatus>;
373
+ public httpSearchAdminGetStatus(
374
+ portalId?: string,
375
+ observe?: 'response',
376
+ reportProgress?: boolean,
377
+ options?: { httpHeaderAccept?: 'application/json' }
378
+ ): Observable<HttpResponse<SearchAdminStatus>>;
379
+ public httpSearchAdminGetStatus(portalId?: string, observe?: 'events', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpEvent<SearchAdminStatus>>;
380
+ public httpSearchAdminGetStatus(portalId?: string, observe: any = 'body', reportProgress: boolean = false, options?: { httpHeaderAccept?: 'application/json' }): Observable<any> {
381
+ let queryParameters = new HttpParams({ encoder: this.encoder });
382
+ if (portalId !== undefined && portalId !== null) {
383
+ queryParameters = this.addToHttpParams(queryParameters, <any>portalId, 'portal_id');
384
+ }
385
+
333
386
  let headers = this.defaultHeaders;
334
387
 
335
388
  let credential: string | undefined;
@@ -355,6 +408,7 @@ export class SearchManagementService {
355
408
  }
356
409
 
357
410
  return this.httpClient.get<SearchAdminStatus>(`${this.configuration.basePath}/searchadmin/status`, {
411
+ params: queryParameters,
358
412
  responseType: <any>responseType_,
359
413
  withCredentials: this.configuration.withCredentials,
360
414
  headers: headers,
@@ -2,7 +2,7 @@
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: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.0
6
6
  * Contact: office@agravity.io
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Agravity OpenAPI Documentation - 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: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.0
6
6
  * Contact: office@agravity.io
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Agravity OpenAPI Documentation - 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: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.0
6
6
  * Contact: office@agravity.io
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Agravity OpenAPI Documentation - 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: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.0
6
6
  * Contact: office@agravity.io
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Agravity OpenAPI Documentation - 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: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.0
6
6
  * Contact: office@agravity.io
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Agravity OpenAPI Documentation - 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: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.0
6
6
  * Contact: office@agravity.io
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Agravity OpenAPI Documentation - 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: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.0
6
6
  * Contact: office@agravity.io
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).