@agravity/public 6.1.6 → 7.0.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 (83) hide show
  1. package/.openapi-generator/FILES +8 -0
  2. package/README.md +2 -2
  3. package/api/api.ts +3 -0
  4. package/api/publicAssetManagement.pub.agravity.ts +1 -1
  5. package/api/publicAssetOperations.pub.agravity.ts +176 -11
  6. package/api/publicAssetPublishing.pub.agravity.ts +1 -1
  7. package/api/publicAssetVersioning.pub.agravity.ts +1 -1
  8. package/api/publicAuthenticationManagement.pub.agravity.ts +1 -1
  9. package/api/publicCollectionManagement.pub.agravity.ts +1 -1
  10. package/api/publicCollectionSecureUpload.pub.agravity.ts +1 -1
  11. package/api/publicCollectionTypeManagement.pub.agravity.ts +1 -1
  12. package/api/publicConfigurationManagement.pub.agravity.ts +1 -1
  13. package/api/publicDownloadFormatManagement.pub.agravity.ts +1 -1
  14. package/api/publicGeneralManagement.pub.agravity.ts +1 -1
  15. package/api/publicHelperTools.pub.agravity.ts +1 -1
  16. package/api/publicPortalManagement.pub.agravity.ts +330 -0
  17. package/api/publicPublishing.pub.agravity.ts +1 -1
  18. package/api/publicSavedSearch.pub.agravity.ts +1 -1
  19. package/api/publicSearchManagement.pub.agravity.ts +9 -1
  20. package/api/publicSharingManagement.pub.agravity.ts +1 -1
  21. package/api/publicSignalRConnectionManagement.pub.agravity.ts +1 -1
  22. package/api/publicStaticDefinedListManagement.pub.agravity.ts +1 -1
  23. package/api/publicTranslationManagement.pub.agravity.ts +1 -1
  24. package/api/publicWebAppData.pub.agravity.ts +1 -1
  25. package/api/publicWorkspaceManagement.pub.agravity.ts +1 -1
  26. package/api.module.ts +1 -0
  27. package/index.ts +1 -0
  28. package/model/agravityErrorResponse.pub.agravity.ts +1 -1
  29. package/model/agravityVersion.pub.agravity.ts +1 -1
  30. package/model/allWebAppData.pub.agravity.ts +1 -1
  31. package/model/artificialIntelligenceGroup.pub.agravity.ts +1 -1
  32. package/model/asset.pub.agravity.ts +1 -1
  33. package/model/assetAvailability.pub.agravity.ts +1 -1
  34. package/model/assetBlob.pub.agravity.ts +1 -1
  35. package/model/assetIdFormat.pub.agravity.ts +1 -1
  36. package/model/assetPageResult.pub.agravity.ts +1 -1
  37. package/model/azSearchOptions.pub.agravity.ts +2 -1
  38. package/model/badRequestResult.pub.agravity.ts +1 -1
  39. package/model/collTypeItem.pub.agravity.ts +2 -2
  40. package/model/collection.pub.agravity.ts +1 -1
  41. package/model/collectionType.pub.agravity.ts +2 -2
  42. package/model/collectionUDL.pub.agravity.ts +1 -1
  43. package/model/createSftpUserResult.pub.agravity.ts +1 -1
  44. package/model/dataResult.pub.agravity.ts +1 -1
  45. package/model/distZipResponse.pub.agravity.ts +1 -1
  46. package/model/downloadFormat.pub.agravity.ts +1 -1
  47. package/model/dynamicImageOperation.pub.agravity.ts +1 -1
  48. package/model/entityId.pub.agravity.ts +1 -1
  49. package/model/entityIdName.pub.agravity.ts +1 -1
  50. package/model/frontendAppConfig.pub.agravity.ts +1 -1
  51. package/model/groupAllAppData.pub.agravity.ts +1 -1
  52. package/model/metadata.pub.agravity.ts +1 -1
  53. package/model/models.ts +7 -0
  54. package/model/moveCollectionBody.pub.agravity.ts +17 -0
  55. package/model/okResult.pub.agravity.ts +1 -1
  56. package/model/permissionEntity.pub.agravity.ts +1 -1
  57. package/model/portal.pub.agravity.ts +38 -0
  58. package/model/portalConfiguration.pub.agravity.ts +48 -0
  59. package/model/portalLanguages.pub.agravity.ts +16 -0
  60. package/model/portalLinks.pub.agravity.ts +17 -0
  61. package/model/portalTheme.pub.agravity.ts +20 -0
  62. package/model/portalZipRequest.pub.agravity.ts +33 -0
  63. package/model/publishEntity.pub.agravity.ts +1 -1
  64. package/model/publishedAsset.pub.agravity.ts +1 -1
  65. package/model/quickShareFull.pub.agravity.ts +1 -1
  66. package/model/sasToken.pub.agravity.ts +1 -1
  67. package/model/savedSearch.pub.agravity.ts +1 -1
  68. package/model/searchFacet.pub.agravity.ts +1 -1
  69. package/model/searchFacetEntity.pub.agravity.ts +1 -1
  70. package/model/searchResult.pub.agravity.ts +1 -1
  71. package/model/searchableItem.pub.agravity.ts +1 -1
  72. package/model/secureUploadEntity.pub.agravity.ts +1 -1
  73. package/model/sharedAllowedFormat.pub.agravity.ts +1 -1
  74. package/model/sharedAsset.pub.agravity.ts +1 -1
  75. package/model/sharedCollectionFull.pub.agravity.ts +1 -1
  76. package/model/sharedCollectionZipRequest.pub.agravity.ts +4 -3
  77. package/model/signalRConnectionInfo.pub.agravity.ts +1 -1
  78. package/model/staticDefinedList.pub.agravity.ts +1 -1
  79. package/model/versionEntity.pub.agravity.ts +1 -1
  80. package/model/versionedAsset.pub.agravity.ts +1 -1
  81. package/model/whereParam.pub.agravity.ts +1 -1
  82. package/model/workspace.pub.agravity.ts +2 -2
  83. package/package.json +1 -1
@@ -0,0 +1,330 @@
1
+ /**
2
+ * Agravity OpenAPI Documentation - Public Functions
3
+ * <h1>Agravity API Reference</h1>This is the public API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
4
+ *
5
+ * The version of the OpenAPI document: 7.0.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
+ /* 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
+ import { PortalConfiguration } from '../model/models';
22
+ import { PortalZipRequest } from '../model/models';
23
+
24
+ import { BASE_PATH, COLLECTION_FORMATS } from '../variables';
25
+ import { AgravityPublicConfiguration } from '../configuration';
26
+
27
+ @Injectable({
28
+ providedIn: 'root'
29
+ })
30
+ export class PublicPortalManagementService {
31
+ protected basePath = 'http://localhost:7072/api';
32
+ public defaultHeaders = new HttpHeaders();
33
+ public configuration = new AgravityPublicConfiguration();
34
+ public encoder: HttpParameterCodec;
35
+
36
+ constructor(
37
+ protected httpClient: HttpClient,
38
+ @Optional() @Inject(BASE_PATH) basePath: string,
39
+ @Optional() configuration: AgravityPublicConfiguration
40
+ ) {
41
+ if (configuration) {
42
+ this.configuration = configuration;
43
+ }
44
+ if (typeof this.configuration.basePath !== 'string') {
45
+ if (typeof basePath !== 'string') {
46
+ basePath = this.basePath;
47
+ }
48
+ this.configuration.basePath = basePath;
49
+ }
50
+ this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
51
+ }
52
+
53
+ private addToHttpParams(httpParams: HttpParams, value: any, key?: string): HttpParams {
54
+ if (typeof value === 'object' && value instanceof Date === false) {
55
+ httpParams = this.addToHttpParamsRecursive(httpParams, value);
56
+ } else {
57
+ httpParams = this.addToHttpParamsRecursive(httpParams, value, key);
58
+ }
59
+ return httpParams;
60
+ }
61
+
62
+ private addToHttpParamsRecursive(httpParams: HttpParams, value?: any, key?: string): HttpParams {
63
+ if (value == null) {
64
+ return httpParams;
65
+ }
66
+
67
+ if (typeof value === 'object') {
68
+ if (Array.isArray(value)) {
69
+ (value as any[]).forEach((elem) => (httpParams = this.addToHttpParamsRecursive(httpParams, elem, key)));
70
+ } else if (value instanceof Date) {
71
+ if (key != null) {
72
+ httpParams = httpParams.append(key, (value as Date).toISOString().substr(0, 10));
73
+ } else {
74
+ throw Error('key may not be null if value is Date');
75
+ }
76
+ } else {
77
+ Object.keys(value).forEach((k) => (httpParams = this.addToHttpParamsRecursive(httpParams, value[k], key != null ? `${key}.${k}` : k)));
78
+ }
79
+ } else if (key != null) {
80
+ httpParams = httpParams.append(key, value);
81
+ } else {
82
+ throw Error('key may not be null if value is not object or array');
83
+ }
84
+ return httpParams;
85
+ }
86
+
87
+ /**
88
+ * This endpoint gets the progress/status of the ZIP creation of a portal.
89
+ * @param id The ID of the zip request collection.
90
+ * @param zipId The ID of the requested zip.
91
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
92
+ * @param reportProgress flag to report request and response progress.
93
+ */
94
+ public httpPortalGetStatusZipById(id: string, zipId: string, observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<PortalZipRequest>;
95
+ public httpPortalGetStatusZipById(
96
+ id: string,
97
+ zipId: string,
98
+ observe?: 'response',
99
+ reportProgress?: boolean,
100
+ options?: { httpHeaderAccept?: 'application/json' }
101
+ ): Observable<HttpResponse<PortalZipRequest>>;
102
+ public httpPortalGetStatusZipById(
103
+ id: string,
104
+ zipId: string,
105
+ observe?: 'events',
106
+ reportProgress?: boolean,
107
+ options?: { httpHeaderAccept?: 'application/json' }
108
+ ): Observable<HttpEvent<PortalZipRequest>>;
109
+ public httpPortalGetStatusZipById(id: string, zipId: string, observe: any = 'body', reportProgress: boolean = false, options?: { httpHeaderAccept?: 'application/json' }): Observable<any> {
110
+ if (id === null || id === undefined) {
111
+ throw new Error('Required parameter id was null or undefined when calling httpPortalGetStatusZipById.');
112
+ }
113
+ if (zipId === null || zipId === undefined) {
114
+ throw new Error('Required parameter zipId was null or undefined when calling httpPortalGetStatusZipById.');
115
+ }
116
+
117
+ let headers = this.defaultHeaders;
118
+
119
+ let credential: string | undefined;
120
+ // authentication (function_key) required
121
+ credential = this.configuration.lookupCredential('function_key');
122
+ if (credential) {
123
+ headers = headers.set('x-functions-key', credential);
124
+ }
125
+
126
+ let httpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
127
+ if (httpHeaderAcceptSelected === undefined) {
128
+ // to determine the Accept header
129
+ const httpHeaderAccepts: string[] = ['application/json'];
130
+ httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
131
+ }
132
+ if (httpHeaderAcceptSelected !== undefined) {
133
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
134
+ }
135
+
136
+ let responseType_: 'text' | 'json' = 'json';
137
+ if (httpHeaderAcceptSelected && httpHeaderAcceptSelected.startsWith('text')) {
138
+ responseType_ = 'text';
139
+ }
140
+
141
+ return this.httpClient.get<PortalZipRequest>(`${this.configuration.basePath}/portals/${encodeURIComponent(String(id))}/zip/${encodeURIComponent(String(zipId))}`, {
142
+ responseType: <any>responseType_,
143
+ withCredentials: this.configuration.withCredentials,
144
+ headers: headers,
145
+ observe: observe,
146
+ reportProgress: reportProgress
147
+ });
148
+ }
149
+
150
+ /**
151
+ * Initiates the ZIP creation of an asset basket from an portal.
152
+ * @param id The ID of the portal.
153
+ * @param portalZipRequest The allowed formats are the input which could be added.
154
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
155
+ * @param reportProgress flag to report request and response progress.
156
+ */
157
+ public httpPortalRequestZipById(
158
+ id: string,
159
+ portalZipRequest: PortalZipRequest,
160
+ observe?: 'body',
161
+ reportProgress?: boolean,
162
+ options?: { httpHeaderAccept?: 'application/json' }
163
+ ): Observable<PortalZipRequest>;
164
+ public httpPortalRequestZipById(
165
+ id: string,
166
+ portalZipRequest: PortalZipRequest,
167
+ observe?: 'response',
168
+ reportProgress?: boolean,
169
+ options?: { httpHeaderAccept?: 'application/json' }
170
+ ): Observable<HttpResponse<PortalZipRequest>>;
171
+ public httpPortalRequestZipById(
172
+ id: string,
173
+ portalZipRequest: PortalZipRequest,
174
+ observe?: 'events',
175
+ reportProgress?: boolean,
176
+ options?: { httpHeaderAccept?: 'application/json' }
177
+ ): Observable<HttpEvent<PortalZipRequest>>;
178
+ public httpPortalRequestZipById(
179
+ id: string,
180
+ portalZipRequest: PortalZipRequest,
181
+ observe: any = 'body',
182
+ reportProgress: boolean = false,
183
+ options?: { httpHeaderAccept?: 'application/json' }
184
+ ): Observable<any> {
185
+ if (id === null || id === undefined) {
186
+ throw new Error('Required parameter id was null or undefined when calling httpPortalRequestZipById.');
187
+ }
188
+ if (portalZipRequest === null || portalZipRequest === undefined) {
189
+ throw new Error('Required parameter portalZipRequest was null or undefined when calling httpPortalRequestZipById.');
190
+ }
191
+
192
+ let headers = this.defaultHeaders;
193
+
194
+ let credential: string | undefined;
195
+ // authentication (function_key) required
196
+ credential = this.configuration.lookupCredential('function_key');
197
+ if (credential) {
198
+ headers = headers.set('x-functions-key', credential);
199
+ }
200
+
201
+ let httpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
202
+ if (httpHeaderAcceptSelected === undefined) {
203
+ // to determine the Accept header
204
+ const httpHeaderAccepts: string[] = ['application/json'];
205
+ httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
206
+ }
207
+ if (httpHeaderAcceptSelected !== undefined) {
208
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
209
+ }
210
+
211
+ // to determine the Content-Type header
212
+ const consumes: string[] = ['application/json'];
213
+ const httpContentTypeSelected: string | undefined = this.configuration.selectHeaderContentType(consumes);
214
+ if (httpContentTypeSelected !== undefined) {
215
+ headers = headers.set('Content-Type', httpContentTypeSelected);
216
+ }
217
+
218
+ let responseType_: 'text' | 'json' = 'json';
219
+ if (httpHeaderAcceptSelected && httpHeaderAcceptSelected.startsWith('text')) {
220
+ responseType_ = 'text';
221
+ }
222
+
223
+ return this.httpClient.post<PortalZipRequest>(`${this.configuration.basePath}/portals/${encodeURIComponent(String(id))}/zip`, portalZipRequest, {
224
+ responseType: <any>responseType_,
225
+ withCredentials: this.configuration.withCredentials,
226
+ headers: headers,
227
+ observe: observe,
228
+ reportProgress: reportProgress
229
+ });
230
+ }
231
+
232
+ /**
233
+ * This endpoint returns a full configuration of the portal. Incl. download formats, SDLs, UDLs, etc.
234
+ * @param id The ID of the portal.
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 httpPortalsConfigurationGetById(id: string, observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<PortalConfiguration>;
239
+ public httpPortalsConfigurationGetById(
240
+ id: string,
241
+ observe?: 'response',
242
+ reportProgress?: boolean,
243
+ options?: { httpHeaderAccept?: 'application/json' }
244
+ ): Observable<HttpResponse<PortalConfiguration>>;
245
+ public httpPortalsConfigurationGetById(id: string, observe?: 'events', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpEvent<PortalConfiguration>>;
246
+ public httpPortalsConfigurationGetById(id: string, observe: any = 'body', reportProgress: boolean = false, options?: { httpHeaderAccept?: 'application/json' }): Observable<any> {
247
+ if (id === null || id === undefined) {
248
+ throw new Error('Required parameter id was null or undefined when calling httpPortalsConfigurationGetById.');
249
+ }
250
+
251
+ let headers = this.defaultHeaders;
252
+
253
+ let credential: string | undefined;
254
+ // authentication (function_key) required
255
+ credential = this.configuration.lookupCredential('function_key');
256
+ if (credential) {
257
+ headers = headers.set('x-functions-key', credential);
258
+ }
259
+
260
+ let httpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
261
+ if (httpHeaderAcceptSelected === undefined) {
262
+ // to determine the Accept header
263
+ const httpHeaderAccepts: string[] = ['application/json'];
264
+ httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
265
+ }
266
+ if (httpHeaderAcceptSelected !== undefined) {
267
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
268
+ }
269
+
270
+ let responseType_: 'text' | 'json' = 'json';
271
+ if (httpHeaderAcceptSelected && httpHeaderAcceptSelected.startsWith('text')) {
272
+ responseType_ = 'text';
273
+ }
274
+
275
+ return this.httpClient.get<PortalConfiguration>(`${this.configuration.basePath}/portals/${encodeURIComponent(String(id))}/config`, {
276
+ responseType: <any>responseType_,
277
+ withCredentials: this.configuration.withCredentials,
278
+ headers: headers,
279
+ observe: observe,
280
+ reportProgress: reportProgress
281
+ });
282
+ }
283
+
284
+ /**
285
+ * This endpoint return the created portal by ID.
286
+ * @param id The ID of the portal.
287
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
288
+ * @param reportProgress flag to report request and response progress.
289
+ */
290
+ public httpPortalsGetById(id: string, observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<Portal>;
291
+ public httpPortalsGetById(id: string, observe?: 'response', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpResponse<Portal>>;
292
+ public httpPortalsGetById(id: string, observe?: 'events', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpEvent<Portal>>;
293
+ public httpPortalsGetById(id: string, observe: any = 'body', reportProgress: boolean = false, options?: { httpHeaderAccept?: 'application/json' }): Observable<any> {
294
+ if (id === null || id === undefined) {
295
+ throw new Error('Required parameter id was null or undefined when calling httpPortalsGetById.');
296
+ }
297
+
298
+ let headers = this.defaultHeaders;
299
+
300
+ let credential: string | undefined;
301
+ // authentication (function_key) required
302
+ credential = this.configuration.lookupCredential('function_key');
303
+ if (credential) {
304
+ headers = headers.set('x-functions-key', credential);
305
+ }
306
+
307
+ let httpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
308
+ if (httpHeaderAcceptSelected === undefined) {
309
+ // to determine the Accept header
310
+ const httpHeaderAccepts: string[] = ['application/json'];
311
+ httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
312
+ }
313
+ if (httpHeaderAcceptSelected !== undefined) {
314
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
315
+ }
316
+
317
+ let responseType_: 'text' | 'json' = 'json';
318
+ if (httpHeaderAcceptSelected && httpHeaderAcceptSelected.startsWith('text')) {
319
+ responseType_ = 'text';
320
+ }
321
+
322
+ return this.httpClient.get<Portal>(`${this.configuration.basePath}/portals/${encodeURIComponent(String(id))}`, {
323
+ responseType: <any>responseType_,
324
+ withCredentials: this.configuration.withCredentials,
325
+ headers: headers,
326
+ observe: observe,
327
+ reportProgress: reportProgress
328
+ });
329
+ }
330
+ }
@@ -2,7 +2,7 @@
2
2
  * Agravity OpenAPI Documentation - Public Functions
3
3
  * <h1>Agravity API Reference</h1>This is the public API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
4
4
  *
5
- * The version of the OpenAPI document: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.1
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 - Public Functions
3
3
  * <h1>Agravity API Reference</h1>This is the public API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
4
4
  *
5
- * The version of the OpenAPI document: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.1
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 - Public Functions
3
3
  * <h1>Agravity API Reference</h1>This is the public API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
4
4
  *
5
- * The version of the OpenAPI document: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.1
6
6
  * Contact: office@agravity.io
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -94,6 +94,7 @@ export class PublicSearchManagementService {
94
94
  * @param filter Colon separated key value filter for filterable strings and string collections. 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)
95
95
  * @param orderby Sortable fields can be used. For descendant sorting use leading \&quot;!\&quot;. (Only if Azure Search is enabled)
96
96
  * @param ids Comma separated values list with all ids which should be returned.
97
+ * @param portalId If the search should be redirected to a specific portal.
97
98
  * @param translations When default language should be returned and the translation dictionary is delivered. (Ignores the \&quot;Accept-Language\&quot; header)
98
99
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
99
100
  * @param reportProgress flag to report request and response progress.
@@ -109,6 +110,7 @@ export class PublicSearchManagementService {
109
110
  filter?: string,
110
111
  orderby?: string,
111
112
  ids?: string,
113
+ portalId?: string,
112
114
  translations?: boolean,
113
115
  observe?: 'body',
114
116
  reportProgress?: boolean,
@@ -125,6 +127,7 @@ export class PublicSearchManagementService {
125
127
  filter?: string,
126
128
  orderby?: string,
127
129
  ids?: string,
130
+ portalId?: string,
128
131
  translations?: boolean,
129
132
  observe?: 'response',
130
133
  reportProgress?: boolean,
@@ -141,6 +144,7 @@ export class PublicSearchManagementService {
141
144
  filter?: string,
142
145
  orderby?: string,
143
146
  ids?: string,
147
+ portalId?: string,
144
148
  translations?: boolean,
145
149
  observe?: 'events',
146
150
  reportProgress?: boolean,
@@ -157,6 +161,7 @@ export class PublicSearchManagementService {
157
161
  filter?: string,
158
162
  orderby?: string,
159
163
  ids?: string,
164
+ portalId?: string,
160
165
  translations?: boolean,
161
166
  observe: any = 'body',
162
167
  reportProgress: boolean = false,
@@ -197,6 +202,9 @@ export class PublicSearchManagementService {
197
202
  if (ids !== undefined && ids !== null) {
198
203
  queryParameters = this.addToHttpParams(queryParameters, <any>ids, 'ids');
199
204
  }
205
+ if (portalId !== undefined && portalId !== null) {
206
+ queryParameters = this.addToHttpParams(queryParameters, <any>portalId, 'portal_id');
207
+ }
200
208
  if (translations !== undefined && translations !== null) {
201
209
  queryParameters = this.addToHttpParams(queryParameters, <any>translations, 'translations');
202
210
  }
@@ -2,7 +2,7 @@
2
2
  * Agravity OpenAPI Documentation - Public Functions
3
3
  * <h1>Agravity API Reference</h1>This is the public API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
4
4
  *
5
- * The version of the OpenAPI document: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.1
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 - Public Functions
3
3
  * <h1>Agravity API Reference</h1>This is the public API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
4
4
  *
5
- * The version of the OpenAPI document: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.1
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 - Public Functions
3
3
  * <h1>Agravity API Reference</h1>This is the public API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
4
4
  *
5
- * The version of the OpenAPI document: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.1
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 - Public Functions
3
3
  * <h1>Agravity API Reference</h1>This is the public API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
4
4
  *
5
- * The version of the OpenAPI document: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.1
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 - Public Functions
3
3
  * <h1>Agravity API Reference</h1>This is the public API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
4
4
  *
5
- * The version of the OpenAPI document: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.1
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 - Public Functions
3
3
  * <h1>Agravity API Reference</h1>This is the public API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
4
4
  *
5
- * The version of the OpenAPI document: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.1
6
6
  * Contact: office@agravity.io
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/api.module.ts CHANGED
@@ -14,6 +14,7 @@ import { PublicConfigurationManagementService } from './api/publicConfigurationM
14
14
  import { PublicDownloadFormatManagementService } from './api/publicDownloadFormatManagement.pub.agravity';
15
15
  import { PublicGeneralManagementService } from './api/publicGeneralManagement.pub.agravity';
16
16
  import { PublicHelperToolsService } from './api/publicHelperTools.pub.agravity';
17
+ import { PublicPortalManagementService } from './api/publicPortalManagement.pub.agravity';
17
18
  import { PublicPublishingService } from './api/publicPublishing.pub.agravity';
18
19
  import { PublicSavedSearchService } from './api/publicSavedSearch.pub.agravity';
19
20
  import { PublicSearchManagementService } from './api/publicSearchManagement.pub.agravity';
package/index.ts CHANGED
@@ -3,3 +3,4 @@ export * from './model/models';
3
3
  export * from './variables';
4
4
  export * from './configuration';
5
5
  export * from './api.module';
6
+ export * from './encoder';
@@ -2,7 +2,7 @@
2
2
  * Agravity OpenAPI Documentation - Public Functions
3
3
  * <h1>Agravity API Reference</h1>This is the public API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
4
4
  *
5
- * The version of the OpenAPI document: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.1
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 - Public Functions
3
3
  * <h1>Agravity API Reference</h1>This is the public API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
4
4
  *
5
- * The version of the OpenAPI document: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.1
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 - Public Functions
3
3
  * <h1>Agravity API Reference</h1>This is the public API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
4
4
  *
5
- * The version of the OpenAPI document: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.1
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 - Public Functions
3
3
  * <h1>Agravity API Reference</h1>This is the public API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
4
4
  *
5
- * The version of the OpenAPI document: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.1
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 - Public Functions
3
3
  * <h1>Agravity API Reference</h1>This is the public API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
4
4
  *
5
- * The version of the OpenAPI document: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.1
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 - Public Functions
3
3
  * <h1>Agravity API Reference</h1>This is the public API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
4
4
  *
5
- * The version of the OpenAPI document: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.1
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 - Public Functions
3
3
  * <h1>Agravity API Reference</h1>This is the public API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
4
4
  *
5
- * The version of the OpenAPI document: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.1
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 - Public Functions
3
3
  * <h1>Agravity API Reference</h1>This is the public API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
4
4
  *
5
- * The version of the OpenAPI document: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.1
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 - Public Functions
3
3
  * <h1>Agravity API Reference</h1>This is the public API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
4
4
  *
5
- * The version of the OpenAPI document: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.1
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 - Public Functions
3
3
  * <h1>Agravity API Reference</h1>This is the public API description of Agravity GmbH.<br/><h2>Resources</h2><ul> <li>Collection type management</li> <li>Collections management</li> <li>Assets management</li> <li>Assets operations</li> <li>Assets publishing</li> <li>Collection Sharing (consume share)</li> <li>Secure Upload (validate + upload file)</li> <li>Download ZIP</li> <li>Search</li> <li>General management</li></ul><h2> Operations</h2>Agravity API performs the following operations:<ul> <li>List / get single collection types</li> <li>List / get single collections</li> <li>List / get single assets</li> <li>Operations on assets like: blobs, rotate, resize, similar, collections, customfields, download</li> <li>List / get single published asset</li> <li>Search for assets or collections</li> <li>Get version of deployment</li></ul><br/><b>API key is needed to access these endpoints.</b><br/><br/>Copyright © Agravity GmbH 2024. All Rights Reserved
4
4
  *
5
- * The version of the OpenAPI document: 6.1.6
5
+ * The version of the OpenAPI document: 7.0.1
6
6
  * Contact: office@agravity.io
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -20,4 +20,5 @@ export interface AzSearchOptions {
20
20
  orderby?: string;
21
21
  mode?: string;
22
22
  ids?: string;
23
+ portal_id?: string;
23
24
  }