@agravity/private 6.1.5 → 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.
- package/.openapi-generator/FILES +5 -0
- package/README.md +2 -2
- package/api/api.ts +6 -0
- package/api/assetIconRuleManagement.agravity.ts +1 -1
- package/api/assetManagement.agravity.ts +1 -1
- package/api/assetOperations.agravity.ts +47 -7
- package/api/assetPublishing.agravity.ts +1 -1
- package/api/assetVersioning.agravity.ts +1 -1
- package/api/authenticationManagement.agravity.ts +1 -1
- package/api/collectionManagement.agravity.ts +1 -1
- package/api/collectionShareManagement.agravity.ts +1 -1
- package/api/collectionTypeItemBlueprintManagement.agravity.ts +1 -1
- package/api/collectionTypeManagement.agravity.ts +1 -1
- package/api/commentsManagement.agravity.ts +1 -1
- package/api/configurationManagement.agravity.ts +1 -1
- package/api/dashboardWidgetManagement.agravity.ts +1 -1
- package/api/dataImportExportManagement.agravity.ts +414 -0
- package/api/downloadFormatManagement.agravity.ts +1 -1
- package/api/downloadZip.agravity.ts +1 -1
- package/api/generalManagement.agravity.ts +1 -1
- package/api/helperTools.agravity.ts +1 -256
- package/api/historyEntryManagement.agravity.ts +1 -1
- package/api/iccProfileManagement.agravity.ts +1 -1
- package/api/listBlobs.agravity.ts +1 -1
- package/api/listQueues.agravity.ts +1 -1
- package/api/listTables.agravity.ts +1 -1
- package/api/permissionsManagement.agravity.ts +1 -1
- package/api/portalManagement.agravity.ts +321 -0
- package/api/publishing.agravity.ts +1 -1
- package/api/quickshareManagement.agravity.ts +1 -1
- package/api/savedSearchManagement.agravity.ts +1 -1
- package/api/searchManagement.agravity.ts +67 -13
- package/api/secureUpload.agravity.ts +1 -1
- package/api/signalRConnectionManagement.agravity.ts +1 -1
- package/api/staticDefinedListManagement.agravity.ts +1 -1
- package/api/stockImport.agravity.ts +1 -1
- package/api/structureImport.agravity.ts +1 -1
- package/api/translationManagement.agravity.ts +1 -1
- package/api/webAppData.agravity.ts +1 -1
- package/api/widgetLayoutManagement.agravity.ts +1 -1
- package/api/wordpressManagement.agravity.ts +1 -1
- package/api/workspaceManagement.agravity.ts +1 -1
- package/api.module.ts +2 -0
- package/index.ts +1 -0
- package/model/agravityErrorResponse.agravity.ts +1 -1
- package/model/agravityInfoResponse.agravity.ts +1 -1
- package/model/agravityUser.agravity.ts +1 -1
- package/model/agravityUserDto.agravity.ts +1 -1
- package/model/agravityVersion.agravity.ts +1 -1
- package/model/allWebAppData.agravity.ts +1 -1
- package/model/apiKeyResponse.agravity.ts +1 -1
- package/model/appConfigTableEntity.agravity.ts +3 -2
- package/model/artificialIntelligenceGroup.agravity.ts +1 -1
- package/model/asset.agravity.ts +1 -1
- package/model/assetAvailability.agravity.ts +1 -1
- package/model/assetBlob.agravity.ts +1 -1
- package/model/assetBulkUpdate.agravity.ts +1 -1
- package/model/assetCollectionLink.agravity.ts +1 -1
- package/model/assetIconRule.agravity.ts +1 -1
- package/model/assetIdFormat.agravity.ts +1 -1
- package/model/assetPageResult.agravity.ts +1 -1
- package/model/assetTextContent.agravity.ts +1 -1
- package/model/assetsOperationBody.agravity.ts +1 -1
- package/model/azSearchOptions.agravity.ts +2 -1
- package/model/azureIdentity.agravity.ts +4 -3
- package/model/blobInfoObj.agravity.ts +1 -1
- package/model/collTypeItem.agravity.ts +2 -2
- package/model/collTypeItemBlueprint.agravity.ts +1 -1
- package/model/collection.agravity.ts +1 -1
- package/model/collectionType.agravity.ts +2 -2
- package/model/collectionUDL.agravity.ts +1 -1
- package/model/comment.agravity.ts +1 -1
- package/model/createSftpUserResult.agravity.ts +1 -1
- package/model/dashboardWidget.agravity.ts +1 -1
- package/model/dataResult.agravity.ts +1 -1
- package/model/distZipResponse.agravity.ts +1 -1
- package/model/downloadFormat.agravity.ts +1 -1
- package/model/downloadObject.agravity.ts +2 -1
- package/model/downloadZipRequest.agravity.ts +1 -1
- package/model/dynamicImageOperation.agravity.ts +1 -1
- package/model/emailAddress.agravity.ts +1 -1
- package/model/entityId.agravity.ts +1 -1
- package/model/entityIdName.agravity.ts +1 -1
- package/model/entityTranslations.agravity.ts +1 -1
- package/model/excelExportTableEntity.agravity.ts +3 -1
- package/model/frontendAppConfig.agravity.ts +1 -1
- package/model/groupAllAppData.agravity.ts +1 -1
- package/model/historyEntry.agravity.ts +1 -1
- package/model/infoEntitySkillEnhanced.agravity.ts +1 -1
- package/model/metadata.agravity.ts +1 -1
- package/model/models.ts +3 -0
- package/model/moveCollectionBody.agravity.ts +1 -1
- package/model/permissionChange.agravity.ts +1 -1
- package/model/permissionEntity.agravity.ts +1 -1
- package/model/permissionSetting.agravity.ts +1 -1
- package/model/portal.agravity.ts +35 -0
- package/model/portalLanguages.agravity.ts +16 -0
- package/model/portalTheme.agravity.ts +18 -0
- package/model/publishEntity.agravity.ts +1 -1
- package/model/publishedAsset.agravity.ts +1 -1
- package/model/quickShare.agravity.ts +1 -1
- package/model/quickShareFull.agravity.ts +1 -1
- package/model/sasToken.agravity.ts +1 -1
- package/model/savedSearch.agravity.ts +1 -1
- package/model/searchAdminDataSourceStatus.agravity.ts +1 -1
- package/model/searchAdminIndexStatus.agravity.ts +1 -1
- package/model/searchAdminIndexerLastRun.agravity.ts +1 -1
- package/model/searchAdminIndexerStatus.agravity.ts +1 -1
- package/model/searchAdminSkillStatus.agravity.ts +1 -1
- package/model/searchAdminStatistics.agravity.ts +1 -1
- package/model/searchAdminStatus.agravity.ts +1 -1
- package/model/searchFacet.agravity.ts +1 -1
- package/model/searchFacetEntity.agravity.ts +1 -1
- package/model/searchResult.agravity.ts +1 -1
- package/model/searchableItem.agravity.ts +1 -1
- package/model/secureUploadEntity.agravity.ts +1 -1
- package/model/sharedAllowedFormat.agravity.ts +1 -1
- package/model/sharedAsset.agravity.ts +1 -1
- package/model/sharedCollection.agravity.ts +1 -1
- package/model/sharedCollectionFull.agravity.ts +1 -1
- package/model/signalRConnectionInfo.agravity.ts +1 -1
- package/model/simpleAsset.agravity.ts +1 -1
- package/model/staticDefinedList.agravity.ts +1 -1
- package/model/translation.agravity.ts +1 -1
- package/model/translationRequest.agravity.ts +1 -1
- package/model/uiTutorials.agravity.ts +1 -1
- package/model/versionEntity.agravity.ts +1 -1
- package/model/versionedAsset.agravity.ts +1 -1
- package/model/whereParam.agravity.ts +1 -1
- package/model/widgetLayout.agravity.ts +1 -1
- package/model/widgetProperties.agravity.ts +1 -1
- package/model/workspace.agravity.ts +2 -2
- package/package.json +1 -1
|
@@ -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:
|
|
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).
|
|
@@ -20,7 +20,6 @@ import { AgravityErrorResponse } from '../model/models';
|
|
|
20
20
|
import { AgravityInfoResponse } from '../model/models';
|
|
21
21
|
import { AssetBlob } from '../model/models';
|
|
22
22
|
import { CollectionUDL } from '../model/models';
|
|
23
|
-
import { ExcelExportTableEntity } from '../model/models';
|
|
24
23
|
import { InfoEntitySkillEnhanced } from '../model/models';
|
|
25
24
|
import { PublishedAsset } from '../model/models';
|
|
26
25
|
import { SearchableItem } from '../model/models';
|
|
@@ -140,218 +139,6 @@ export class HelperToolsService {
|
|
|
140
139
|
});
|
|
141
140
|
}
|
|
142
141
|
|
|
143
|
-
/**
|
|
144
|
-
* This endpoint creates an excel export of the db
|
|
145
|
-
* @param filter Used to specify what to be retured. Valid values are: asset, workspace, collection_type and/or only certain collection types (IDs) for exporting. When providing multiple values separate it with comma (\',\').
|
|
146
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
147
|
-
* @param reportProgress flag to report request and response progress.
|
|
148
|
-
*/
|
|
149
|
-
public httpExportItemsAsExcel(filter?: string, observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<AgravityInfoResponse>;
|
|
150
|
-
public httpExportItemsAsExcel(filter?: string, observe?: 'response', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpResponse<AgravityInfoResponse>>;
|
|
151
|
-
public httpExportItemsAsExcel(filter?: string, observe?: 'events', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpEvent<AgravityInfoResponse>>;
|
|
152
|
-
public httpExportItemsAsExcel(filter?: string, observe: any = 'body', reportProgress: boolean = false, options?: { httpHeaderAccept?: 'application/json' }): Observable<any> {
|
|
153
|
-
let queryParameters = new HttpParams({ encoder: this.encoder });
|
|
154
|
-
if (filter !== undefined && filter !== null) {
|
|
155
|
-
queryParameters = this.addToHttpParams(queryParameters, <any>filter, 'filter');
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
let headers = this.defaultHeaders;
|
|
159
|
-
|
|
160
|
-
let credential: string | undefined;
|
|
161
|
-
// authentication (msal_auth) required
|
|
162
|
-
credential = this.configuration.lookupCredential('msal_auth');
|
|
163
|
-
if (credential) {
|
|
164
|
-
headers = headers.set('Authorization', 'Bearer ' + credential);
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
let httpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
|
|
168
|
-
if (httpHeaderAcceptSelected === undefined) {
|
|
169
|
-
// to determine the Accept header
|
|
170
|
-
const httpHeaderAccepts: string[] = ['application/json'];
|
|
171
|
-
httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
172
|
-
}
|
|
173
|
-
if (httpHeaderAcceptSelected !== undefined) {
|
|
174
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
let responseType_: 'text' | 'json' = 'json';
|
|
178
|
-
if (httpHeaderAcceptSelected && httpHeaderAcceptSelected.startsWith('text')) {
|
|
179
|
-
responseType_ = 'text';
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
return this.httpClient.get<AgravityInfoResponse>(`${this.configuration.basePath}/helper/excel/export`, {
|
|
183
|
-
params: queryParameters,
|
|
184
|
-
responseType: <any>responseType_,
|
|
185
|
-
withCredentials: this.configuration.withCredentials,
|
|
186
|
-
headers: headers,
|
|
187
|
-
observe: observe,
|
|
188
|
-
reportProgress: reportProgress
|
|
189
|
-
});
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
/**
|
|
193
|
-
* This endpoint creates an excel export of translations of db entities
|
|
194
|
-
* @param filter Used to specify what to be returned. Valid values are: asset, workspace, collection_type, collection, ct_item, download_format and/or only certain collection types (IDs) for exporting. When providing multiple values separate it with comma (\',\').
|
|
195
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
196
|
-
* @param reportProgress flag to report request and response progress.
|
|
197
|
-
*/
|
|
198
|
-
public httpExportTranslationsAsExcel(filter?: string, observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<ExcelExportTableEntity>;
|
|
199
|
-
public httpExportTranslationsAsExcel(
|
|
200
|
-
filter?: string,
|
|
201
|
-
observe?: 'response',
|
|
202
|
-
reportProgress?: boolean,
|
|
203
|
-
options?: { httpHeaderAccept?: 'application/json' }
|
|
204
|
-
): Observable<HttpResponse<ExcelExportTableEntity>>;
|
|
205
|
-
public httpExportTranslationsAsExcel(
|
|
206
|
-
filter?: string,
|
|
207
|
-
observe?: 'events',
|
|
208
|
-
reportProgress?: boolean,
|
|
209
|
-
options?: { httpHeaderAccept?: 'application/json' }
|
|
210
|
-
): Observable<HttpEvent<ExcelExportTableEntity>>;
|
|
211
|
-
public httpExportTranslationsAsExcel(filter?: string, observe: any = 'body', reportProgress: boolean = false, options?: { httpHeaderAccept?: 'application/json' }): Observable<any> {
|
|
212
|
-
let queryParameters = new HttpParams({ encoder: this.encoder });
|
|
213
|
-
if (filter !== undefined && filter !== null) {
|
|
214
|
-
queryParameters = this.addToHttpParams(queryParameters, <any>filter, 'filter');
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
let headers = this.defaultHeaders;
|
|
218
|
-
|
|
219
|
-
let credential: string | undefined;
|
|
220
|
-
// authentication (msal_auth) required
|
|
221
|
-
credential = this.configuration.lookupCredential('msal_auth');
|
|
222
|
-
if (credential) {
|
|
223
|
-
headers = headers.set('Authorization', 'Bearer ' + credential);
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
let httpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
|
|
227
|
-
if (httpHeaderAcceptSelected === undefined) {
|
|
228
|
-
// to determine the Accept header
|
|
229
|
-
const httpHeaderAccepts: string[] = ['application/json'];
|
|
230
|
-
httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
231
|
-
}
|
|
232
|
-
if (httpHeaderAcceptSelected !== undefined) {
|
|
233
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
let responseType_: 'text' | 'json' = 'json';
|
|
237
|
-
if (httpHeaderAcceptSelected && httpHeaderAcceptSelected.startsWith('text')) {
|
|
238
|
-
responseType_ = 'text';
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
return this.httpClient.get<ExcelExportTableEntity>(`${this.configuration.basePath}/helper/excel/export/translations`, {
|
|
242
|
-
params: queryParameters,
|
|
243
|
-
responseType: <any>responseType_,
|
|
244
|
-
withCredentials: this.configuration.withCredentials,
|
|
245
|
-
headers: headers,
|
|
246
|
-
observe: observe,
|
|
247
|
-
reportProgress: reportProgress
|
|
248
|
-
});
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
/**
|
|
252
|
-
* This endpoint retrieves the status and if populated the url to the excel export
|
|
253
|
-
* @param id The ID of translation export
|
|
254
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
255
|
-
* @param reportProgress flag to report request and response progress.
|
|
256
|
-
*/
|
|
257
|
-
public httpExportTranslationsCancel(id: string, observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: undefined }): Observable<any>;
|
|
258
|
-
public httpExportTranslationsCancel(id: string, observe?: 'response', reportProgress?: boolean, options?: { httpHeaderAccept?: undefined }): Observable<HttpResponse<any>>;
|
|
259
|
-
public httpExportTranslationsCancel(id: string, observe?: 'events', reportProgress?: boolean, options?: { httpHeaderAccept?: undefined }): Observable<HttpEvent<any>>;
|
|
260
|
-
public httpExportTranslationsCancel(id: string, observe: any = 'body', reportProgress: boolean = false, options?: { httpHeaderAccept?: undefined }): Observable<any> {
|
|
261
|
-
if (id === null || id === undefined) {
|
|
262
|
-
throw new Error('Required parameter id was null or undefined when calling httpExportTranslationsCancel.');
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
let headers = this.defaultHeaders;
|
|
266
|
-
|
|
267
|
-
let credential: string | undefined;
|
|
268
|
-
// authentication (msal_auth) required
|
|
269
|
-
credential = this.configuration.lookupCredential('msal_auth');
|
|
270
|
-
if (credential) {
|
|
271
|
-
headers = headers.set('Authorization', 'Bearer ' + credential);
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
let httpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
|
|
275
|
-
if (httpHeaderAcceptSelected === undefined) {
|
|
276
|
-
// to determine the Accept header
|
|
277
|
-
const httpHeaderAccepts: string[] = [];
|
|
278
|
-
httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
279
|
-
}
|
|
280
|
-
if (httpHeaderAcceptSelected !== undefined) {
|
|
281
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
let responseType_: 'text' | 'json' = 'json';
|
|
285
|
-
if (httpHeaderAcceptSelected && httpHeaderAcceptSelected.startsWith('text')) {
|
|
286
|
-
responseType_ = 'text';
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
return this.httpClient.delete<any>(`${this.configuration.basePath}/helper/excel/export/translations/${encodeURIComponent(String(id))}`, {
|
|
290
|
-
responseType: <any>responseType_,
|
|
291
|
-
withCredentials: this.configuration.withCredentials,
|
|
292
|
-
headers: headers,
|
|
293
|
-
observe: observe,
|
|
294
|
-
reportProgress: reportProgress
|
|
295
|
-
});
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
/**
|
|
299
|
-
* This endpoint retrieves the status and if populated the url to the excel export.
|
|
300
|
-
* @param id The ID of translation export
|
|
301
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
302
|
-
* @param reportProgress flag to report request and response progress.
|
|
303
|
-
*/
|
|
304
|
-
public httpExportTranslationsCheckStatus(id: string, observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<ExcelExportTableEntity>;
|
|
305
|
-
public httpExportTranslationsCheckStatus(
|
|
306
|
-
id: string,
|
|
307
|
-
observe?: 'response',
|
|
308
|
-
reportProgress?: boolean,
|
|
309
|
-
options?: { httpHeaderAccept?: 'application/json' }
|
|
310
|
-
): Observable<HttpResponse<ExcelExportTableEntity>>;
|
|
311
|
-
public httpExportTranslationsCheckStatus(
|
|
312
|
-
id: string,
|
|
313
|
-
observe?: 'events',
|
|
314
|
-
reportProgress?: boolean,
|
|
315
|
-
options?: { httpHeaderAccept?: 'application/json' }
|
|
316
|
-
): Observable<HttpEvent<ExcelExportTableEntity>>;
|
|
317
|
-
public httpExportTranslationsCheckStatus(id: string, observe: any = 'body', reportProgress: boolean = false, options?: { httpHeaderAccept?: 'application/json' }): Observable<any> {
|
|
318
|
-
if (id === null || id === undefined) {
|
|
319
|
-
throw new Error('Required parameter id was null or undefined when calling httpExportTranslationsCheckStatus.');
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
let headers = this.defaultHeaders;
|
|
323
|
-
|
|
324
|
-
let credential: string | undefined;
|
|
325
|
-
// authentication (msal_auth) required
|
|
326
|
-
credential = this.configuration.lookupCredential('msal_auth');
|
|
327
|
-
if (credential) {
|
|
328
|
-
headers = headers.set('Authorization', 'Bearer ' + credential);
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
let httpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
|
|
332
|
-
if (httpHeaderAcceptSelected === undefined) {
|
|
333
|
-
// to determine the Accept header
|
|
334
|
-
const httpHeaderAccepts: string[] = ['application/json'];
|
|
335
|
-
httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
336
|
-
}
|
|
337
|
-
if (httpHeaderAcceptSelected !== undefined) {
|
|
338
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
let responseType_: 'text' | 'json' = 'json';
|
|
342
|
-
if (httpHeaderAcceptSelected && httpHeaderAcceptSelected.startsWith('text')) {
|
|
343
|
-
responseType_ = 'text';
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
return this.httpClient.get<ExcelExportTableEntity>(`${this.configuration.basePath}/helper/excel/export/translations/${encodeURIComponent(String(id))}`, {
|
|
347
|
-
responseType: <any>responseType_,
|
|
348
|
-
withCredentials: this.configuration.withCredentials,
|
|
349
|
-
headers: headers,
|
|
350
|
-
observe: observe,
|
|
351
|
-
reportProgress: reportProgress
|
|
352
|
-
});
|
|
353
|
-
}
|
|
354
|
-
|
|
355
142
|
/**
|
|
356
143
|
* Returns all thumbnail blob types incl. URLs
|
|
357
144
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
@@ -708,48 +495,6 @@ export class HelperToolsService {
|
|
|
708
495
|
});
|
|
709
496
|
}
|
|
710
497
|
|
|
711
|
-
/**
|
|
712
|
-
* This endpoint puts a excel file on the translations import blob container
|
|
713
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
714
|
-
* @param reportProgress flag to report request and response progress.
|
|
715
|
-
*/
|
|
716
|
-
public httpImportTranslationsAsExcel(observe?: 'body', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<AgravityInfoResponse>;
|
|
717
|
-
public httpImportTranslationsAsExcel(observe?: 'response', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpResponse<AgravityInfoResponse>>;
|
|
718
|
-
public httpImportTranslationsAsExcel(observe?: 'events', reportProgress?: boolean, options?: { httpHeaderAccept?: 'application/json' }): Observable<HttpEvent<AgravityInfoResponse>>;
|
|
719
|
-
public httpImportTranslationsAsExcel(observe: any = 'body', reportProgress: boolean = false, options?: { httpHeaderAccept?: 'application/json' }): Observable<any> {
|
|
720
|
-
let headers = this.defaultHeaders;
|
|
721
|
-
|
|
722
|
-
let credential: string | undefined;
|
|
723
|
-
// authentication (msal_auth) required
|
|
724
|
-
credential = this.configuration.lookupCredential('msal_auth');
|
|
725
|
-
if (credential) {
|
|
726
|
-
headers = headers.set('Authorization', 'Bearer ' + credential);
|
|
727
|
-
}
|
|
728
|
-
|
|
729
|
-
let httpHeaderAcceptSelected: string | undefined = options && options.httpHeaderAccept;
|
|
730
|
-
if (httpHeaderAcceptSelected === undefined) {
|
|
731
|
-
// to determine the Accept header
|
|
732
|
-
const httpHeaderAccepts: string[] = ['application/json'];
|
|
733
|
-
httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
734
|
-
}
|
|
735
|
-
if (httpHeaderAcceptSelected !== undefined) {
|
|
736
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
737
|
-
}
|
|
738
|
-
|
|
739
|
-
let responseType_: 'text' | 'json' = 'json';
|
|
740
|
-
if (httpHeaderAcceptSelected && httpHeaderAcceptSelected.startsWith('text')) {
|
|
741
|
-
responseType_ = 'text';
|
|
742
|
-
}
|
|
743
|
-
|
|
744
|
-
return this.httpClient.post<AgravityInfoResponse>(`${this.configuration.basePath}/helper/excel/import/translations`, null, {
|
|
745
|
-
responseType: <any>responseType_,
|
|
746
|
-
withCredentials: this.configuration.withCredentials,
|
|
747
|
-
headers: headers,
|
|
748
|
-
observe: observe,
|
|
749
|
-
reportProgress: reportProgress
|
|
750
|
-
});
|
|
751
|
-
}
|
|
752
|
-
|
|
753
498
|
/**
|
|
754
499
|
* This sets metadata from all blobs inside inbox container on storage. This should re-trigger the inbox trigger.
|
|
755
500
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
@@ -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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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).
|