@revxui/api-clients-ts 0.10.292 → 0.10.293
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/README.md +2 -2
- package/api/creativeSetsController.service.d.ts +29 -15
- package/bundles/revxui-api-clients-ts.umd.js +125 -93
- package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
- package/esm2015/api/adminController.service.js +2 -2
- package/esm2015/api/advertiserController.service.js +2 -2
- package/esm2015/api/appSettingsController.service.js +2 -2
- package/esm2015/api/audienceController.service.js +2 -2
- package/esm2015/api/auditController.service.js +2 -2
- package/esm2015/api/bulkStrategyController.service.js +2 -2
- package/esm2015/api/cSSThemeController_.service.js +2 -2
- package/esm2015/api/campaignController.service.js +2 -2
- package/esm2015/api/catalogController.service.js +2 -2
- package/esm2015/api/clickDestinationController.service.js +2 -2
- package/esm2015/api/creativeController.service.js +2 -2
- package/esm2015/api/creativeSetsController.service.js +72 -47
- package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
- package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm2015/api/creativeTemplatesController.service.js +2 -2
- package/esm2015/api/dashboardController.service.js +2 -2
- package/esm2015/api/notificationsController.service.js +2 -2
- package/esm2015/api/pixelController.service.js +2 -2
- package/esm2015/api/reportingController.service.js +2 -2
- package/esm2015/api/sliceXController.service.js +2 -2
- package/esm2015/api/strategyController.service.js +2 -2
- package/esm2015/api/uILoggerController.service.js +2 -2
- package/esm2015/api/userPreferenceController.service.js +2 -2
- package/esm2015/model/activityLogsCreativeSetsBulkUpdateDTO.js +11 -0
- package/esm2015/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +1 -0
- package/esm2015/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +1 -0
- package/esm2015/model/apiResponseObjectBulkEditCreativeSetsResponse.js +1 -0
- package/esm2015/model/baseModelWithCreativeSetType.js +2 -4
- package/esm2015/model/booleanEditField.js +12 -0
- package/esm2015/model/bulkEditCreativeSetsDTO.js +1 -0
- package/esm2015/model/bulkEditCreativeSetsListDTO.js +1 -0
- package/esm2015/model/bulkEditCreativeSetsResponse.js +1 -0
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativeHtmlFileForSet.js +12 -6
- package/esm2015/model/creativePerformanceData.js +1 -1
- package/esm2015/model/creativeSetDashboardMetric.js +2 -4
- package/esm2015/model/creativeSetDetails.js +2 -4
- package/esm2015/model/creativeSetRequest.js +2 -4
- package/esm2015/model/creativeSetResponse.js +2 -4
- package/esm2015/model/duplicateCreativeSetResponse.js +2 -4
- package/esm2015/model/failedDTO.js +12 -0
- package/esm2015/model/models.js +2 -1
- package/esm2015/model/strategyListEditField.js +1 -0
- package/esm5/api/adminController.service.js +2 -2
- package/esm5/api/advertiserController.service.js +2 -2
- package/esm5/api/appSettingsController.service.js +2 -2
- package/esm5/api/audienceController.service.js +2 -2
- package/esm5/api/auditController.service.js +2 -2
- package/esm5/api/bulkStrategyController.service.js +2 -2
- package/esm5/api/cSSThemeController_.service.js +2 -2
- package/esm5/api/campaignController.service.js +2 -2
- package/esm5/api/catalogController.service.js +2 -2
- package/esm5/api/clickDestinationController.service.js +2 -2
- package/esm5/api/creativeController.service.js +2 -2
- package/esm5/api/creativeSetsController.service.js +76 -49
- package/esm5/api/creativeTemplateThemesController.service.js +2 -2
- package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm5/api/creativeTemplatesController.service.js +2 -2
- package/esm5/api/dashboardController.service.js +2 -2
- package/esm5/api/notificationsController.service.js +2 -2
- package/esm5/api/pixelController.service.js +2 -2
- package/esm5/api/reportingController.service.js +2 -2
- package/esm5/api/sliceXController.service.js +2 -2
- package/esm5/api/strategyController.service.js +2 -2
- package/esm5/api/uILoggerController.service.js +2 -2
- package/esm5/api/userPreferenceController.service.js +2 -2
- package/esm5/model/activityLogsCreativeSetsBulkUpdateDTO.js +11 -0
- package/esm5/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +1 -0
- package/esm5/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +1 -0
- package/esm5/model/apiResponseObjectBulkEditCreativeSetsResponse.js +1 -0
- package/esm5/model/baseModelWithCreativeSetType.js +2 -4
- package/esm5/model/booleanEditField.js +12 -0
- package/esm5/model/bulkEditCreativeSetsDTO.js +1 -0
- package/esm5/model/bulkEditCreativeSetsListDTO.js +1 -0
- package/esm5/model/bulkEditCreativeSetsResponse.js +1 -0
- package/esm5/model/creativeDTO.js +1 -1
- package/esm5/model/creativeHtmlFileForSet.js +12 -6
- package/esm5/model/creativePerformanceData.js +1 -1
- package/esm5/model/creativeSetDashboardMetric.js +2 -4
- package/esm5/model/creativeSetDetails.js +2 -4
- package/esm5/model/creativeSetRequest.js +2 -4
- package/esm5/model/creativeSetResponse.js +2 -4
- package/esm5/model/duplicateCreativeSetResponse.js +2 -4
- package/esm5/model/failedDTO.js +12 -0
- package/esm5/model/models.js +2 -1
- package/esm5/model/strategyListEditField.js +1 -0
- package/fesm2015/revxui-api-clients-ts.js +122 -92
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +126 -94
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/activityLogsCreativeSetsBulkUpdateDTO.d.ts +33 -0
- package/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.d.ts +16 -0
- package/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.d.ts +17 -0
- package/model/{apiResponseObjectAspectTemplateMap.d.ts → apiResponseObjectBulkEditCreativeSetsResponse.d.ts} +3 -3
- package/model/baseModelWithCreativeSetType.d.ts +1 -3
- package/model/{hybridAdMapping.d.ts → booleanEditField.d.ts} +3 -4
- package/model/bulkEditCreativeSetsDTO.d.ts +25 -0
- package/model/bulkEditCreativeSetsListDTO.d.ts +17 -0
- package/model/bulkEditCreativeSetsResponse.d.ts +21 -0
- package/model/creativeDTO.d.ts +0 -4
- package/model/creativeHtmlFileForSet.d.ts +0 -9
- package/model/creativePerformanceData.d.ts +16 -0
- package/model/creativeSetDashboardMetric.d.ts +1 -3
- package/model/creativeSetDetails.d.ts +1 -3
- package/model/creativeSetRequest.d.ts +1 -6
- package/model/creativeSetResponse.d.ts +1 -3
- package/model/duplicateCreativeSetResponse.d.ts +1 -3
- package/model/{aspectTemplateMap.d.ts → failedDTO.d.ts} +4 -5
- package/model/models.d.ts +10 -3
- package/model/strategyListEditField.d.ts +16 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiResponseObjectAspectTemplateMap.js +0 -1
- package/esm2015/model/aspectTemplateMap.js +0 -1
- package/esm2015/model/hybridAdMapping.js +0 -1
- package/esm5/model/apiResponseObjectAspectTemplateMap.js +0 -1
- package/esm5/model/aspectTemplateMap.js +0 -1
- package/esm5/model/hybridAdMapping.js +0 -1
|
@@ -83,7 +83,7 @@ class Configuration {
|
|
|
83
83
|
let AdminControllerService = class AdminControllerService {
|
|
84
84
|
constructor(httpClient, basePath, configuration) {
|
|
85
85
|
this.httpClient = httpClient;
|
|
86
|
-
this.basePath = 'https://
|
|
86
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
87
87
|
this.defaultHeaders = new HttpHeaders();
|
|
88
88
|
this.configuration = new Configuration();
|
|
89
89
|
if (basePath) {
|
|
@@ -273,7 +273,7 @@ class CustomHttpUrlEncodingCodec extends HttpUrlEncodingCodec {
|
|
|
273
273
|
let AdvertiserControllerService = class AdvertiserControllerService {
|
|
274
274
|
constructor(httpClient, basePath, configuration) {
|
|
275
275
|
this.httpClient = httpClient;
|
|
276
|
-
this.basePath = 'https://
|
|
276
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
277
277
|
this.defaultHeaders = new HttpHeaders();
|
|
278
278
|
this.configuration = new Configuration();
|
|
279
279
|
if (basePath) {
|
|
@@ -685,7 +685,7 @@ AdvertiserControllerService = __decorate([
|
|
|
685
685
|
let AppSettingsControllerService = class AppSettingsControllerService {
|
|
686
686
|
constructor(httpClient, basePath, configuration) {
|
|
687
687
|
this.httpClient = httpClient;
|
|
688
|
-
this.basePath = 'https://
|
|
688
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
689
689
|
this.defaultHeaders = new HttpHeaders();
|
|
690
690
|
this.configuration = new Configuration();
|
|
691
691
|
if (basePath) {
|
|
@@ -837,7 +837,7 @@ AppSettingsControllerService = __decorate([
|
|
|
837
837
|
let AudienceControllerService = class AudienceControllerService {
|
|
838
838
|
constructor(httpClient, basePath, configuration) {
|
|
839
839
|
this.httpClient = httpClient;
|
|
840
|
-
this.basePath = 'https://
|
|
840
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
841
841
|
this.defaultHeaders = new HttpHeaders();
|
|
842
842
|
this.configuration = new Configuration();
|
|
843
843
|
if (basePath) {
|
|
@@ -1512,7 +1512,7 @@ AudienceControllerService = __decorate([
|
|
|
1512
1512
|
let AuditControllerService = class AuditControllerService {
|
|
1513
1513
|
constructor(httpClient, basePath, configuration) {
|
|
1514
1514
|
this.httpClient = httpClient;
|
|
1515
|
-
this.basePath = 'https://
|
|
1515
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1516
1516
|
this.defaultHeaders = new HttpHeaders();
|
|
1517
1517
|
this.configuration = new Configuration();
|
|
1518
1518
|
if (basePath) {
|
|
@@ -1693,7 +1693,7 @@ AuditControllerService = __decorate([
|
|
|
1693
1693
|
let BulkStrategyControllerService = class BulkStrategyControllerService {
|
|
1694
1694
|
constructor(httpClient, basePath, configuration) {
|
|
1695
1695
|
this.httpClient = httpClient;
|
|
1696
|
-
this.basePath = 'https://
|
|
1696
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1697
1697
|
this.defaultHeaders = new HttpHeaders();
|
|
1698
1698
|
this.configuration = new Configuration();
|
|
1699
1699
|
if (basePath) {
|
|
@@ -1914,7 +1914,7 @@ BulkStrategyControllerService = __decorate([
|
|
|
1914
1914
|
let CSSThemeController_Service = class CSSThemeController_Service {
|
|
1915
1915
|
constructor(httpClient, basePath, configuration) {
|
|
1916
1916
|
this.httpClient = httpClient;
|
|
1917
|
-
this.basePath = 'https://
|
|
1917
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
1918
1918
|
this.defaultHeaders = new HttpHeaders();
|
|
1919
1919
|
this.configuration = new Configuration();
|
|
1920
1920
|
if (basePath) {
|
|
@@ -2019,7 +2019,7 @@ CSSThemeController_Service = __decorate([
|
|
|
2019
2019
|
let CampaignControllerService = class CampaignControllerService {
|
|
2020
2020
|
constructor(httpClient, basePath, configuration) {
|
|
2021
2021
|
this.httpClient = httpClient;
|
|
2022
|
-
this.basePath = 'https://
|
|
2022
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2023
2023
|
this.defaultHeaders = new HttpHeaders();
|
|
2024
2024
|
this.configuration = new Configuration();
|
|
2025
2025
|
if (basePath) {
|
|
@@ -2315,7 +2315,7 @@ CampaignControllerService = __decorate([
|
|
|
2315
2315
|
let CatalogControllerService = class CatalogControllerService {
|
|
2316
2316
|
constructor(httpClient, basePath, configuration) {
|
|
2317
2317
|
this.httpClient = httpClient;
|
|
2318
|
-
this.basePath = 'https://
|
|
2318
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2319
2319
|
this.defaultHeaders = new HttpHeaders();
|
|
2320
2320
|
this.configuration = new Configuration();
|
|
2321
2321
|
if (basePath) {
|
|
@@ -2518,7 +2518,7 @@ CatalogControllerService = __decorate([
|
|
|
2518
2518
|
let ClickDestinationControllerService = class ClickDestinationControllerService {
|
|
2519
2519
|
constructor(httpClient, basePath, configuration) {
|
|
2520
2520
|
this.httpClient = httpClient;
|
|
2521
|
-
this.basePath = 'https://
|
|
2521
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2522
2522
|
this.defaultHeaders = new HttpHeaders();
|
|
2523
2523
|
this.configuration = new Configuration();
|
|
2524
2524
|
if (basePath) {
|
|
@@ -2746,7 +2746,7 @@ ClickDestinationControllerService = __decorate([
|
|
|
2746
2746
|
let CreativeControllerService = class CreativeControllerService {
|
|
2747
2747
|
constructor(httpClient, basePath, configuration) {
|
|
2748
2748
|
this.httpClient = httpClient;
|
|
2749
|
-
this.basePath = 'https://
|
|
2749
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
2750
2750
|
this.defaultHeaders = new HttpHeaders();
|
|
2751
2751
|
this.configuration = new Configuration();
|
|
2752
2752
|
if (basePath) {
|
|
@@ -3189,7 +3189,7 @@ CreativeControllerService = __decorate([
|
|
|
3189
3189
|
let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
3190
3190
|
constructor(httpClient, basePath, configuration) {
|
|
3191
3191
|
this.httpClient = httpClient;
|
|
3192
|
-
this.basePath = 'https://
|
|
3192
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3193
3193
|
this.defaultHeaders = new HttpHeaders();
|
|
3194
3194
|
this.configuration = new Configuration();
|
|
3195
3195
|
if (basePath) {
|
|
@@ -3213,6 +3213,76 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
|
3213
3213
|
}
|
|
3214
3214
|
return false;
|
|
3215
3215
|
}
|
|
3216
|
+
bulkEditActivityLogUsingGET1(pageNumber, pageSize, reqId, sort, token, observe = 'body', reportProgress = false) {
|
|
3217
|
+
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3218
|
+
if (pageNumber !== undefined && pageNumber !== null) {
|
|
3219
|
+
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
3220
|
+
}
|
|
3221
|
+
if (pageSize !== undefined && pageSize !== null) {
|
|
3222
|
+
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
3223
|
+
}
|
|
3224
|
+
if (sort !== undefined && sort !== null) {
|
|
3225
|
+
queryParameters = queryParameters.set('sort', sort);
|
|
3226
|
+
}
|
|
3227
|
+
let headers = this.defaultHeaders;
|
|
3228
|
+
if (reqId !== undefined && reqId !== null) {
|
|
3229
|
+
headers = headers.set('reqId', String(reqId));
|
|
3230
|
+
}
|
|
3231
|
+
if (token !== undefined && token !== null) {
|
|
3232
|
+
headers = headers.set('token', String(token));
|
|
3233
|
+
}
|
|
3234
|
+
// to determine the Accept header
|
|
3235
|
+
let httpHeaderAccepts = [
|
|
3236
|
+
'application/json'
|
|
3237
|
+
];
|
|
3238
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3239
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
3240
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3241
|
+
}
|
|
3242
|
+
// to determine the Content-Type header
|
|
3243
|
+
const consumes = [];
|
|
3244
|
+
return this.httpClient.get(`${this.basePath}/v2/api/creativesets/bulkupdateActivityLog`, {
|
|
3245
|
+
params: queryParameters,
|
|
3246
|
+
withCredentials: this.configuration.withCredentials,
|
|
3247
|
+
headers: headers,
|
|
3248
|
+
observe: observe,
|
|
3249
|
+
reportProgress: reportProgress
|
|
3250
|
+
});
|
|
3251
|
+
}
|
|
3252
|
+
bulkEditCreativeSetsUsingPOST(dto, reqId, token, observe = 'body', reportProgress = false) {
|
|
3253
|
+
if (dto === null || dto === undefined) {
|
|
3254
|
+
throw new Error('Required parameter dto was null or undefined when calling bulkEditCreativeSetsUsingPOST.');
|
|
3255
|
+
}
|
|
3256
|
+
let headers = this.defaultHeaders;
|
|
3257
|
+
if (reqId !== undefined && reqId !== null) {
|
|
3258
|
+
headers = headers.set('reqId', String(reqId));
|
|
3259
|
+
}
|
|
3260
|
+
if (token !== undefined && token !== null) {
|
|
3261
|
+
headers = headers.set('token', String(token));
|
|
3262
|
+
}
|
|
3263
|
+
// to determine the Accept header
|
|
3264
|
+
let httpHeaderAccepts = [
|
|
3265
|
+
'application/json'
|
|
3266
|
+
];
|
|
3267
|
+
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3268
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
3269
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3270
|
+
}
|
|
3271
|
+
// to determine the Content-Type header
|
|
3272
|
+
const consumes = [
|
|
3273
|
+
'application/json'
|
|
3274
|
+
];
|
|
3275
|
+
const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
3276
|
+
if (httpContentTypeSelected != undefined) {
|
|
3277
|
+
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
3278
|
+
}
|
|
3279
|
+
return this.httpClient.post(`${this.basePath}/v2/api/creativesets/bulkupdate`, dto, {
|
|
3280
|
+
withCredentials: this.configuration.withCredentials,
|
|
3281
|
+
headers: headers,
|
|
3282
|
+
observe: observe,
|
|
3283
|
+
reportProgress: reportProgress
|
|
3284
|
+
});
|
|
3285
|
+
}
|
|
3216
3286
|
createUsingPOST(creativeSetRequest, reqId, token, observe = 'body', reportProgress = false) {
|
|
3217
3287
|
if (creativeSetRequest === null || creativeSetRequest === undefined) {
|
|
3218
3288
|
throw new Error('Required parameter creativeSetRequest was null or undefined when calling createUsingPOST.');
|
|
@@ -3428,51 +3498,6 @@ let CreativeSetsControllerService = class CreativeSetsControllerService {
|
|
|
3428
3498
|
reportProgress: reportProgress
|
|
3429
3499
|
});
|
|
3430
3500
|
}
|
|
3431
|
-
getHybridAdTemplatesUsingGET(advertiserId, aspect_ratio, type, reqId, token, observe = 'body', reportProgress = false) {
|
|
3432
|
-
if (advertiserId === null || advertiserId === undefined) {
|
|
3433
|
-
throw new Error('Required parameter advertiserId was null or undefined when calling getHybridAdTemplatesUsingGET.');
|
|
3434
|
-
}
|
|
3435
|
-
if (aspect_ratio === null || aspect_ratio === undefined) {
|
|
3436
|
-
throw new Error('Required parameter aspect_ratio was null or undefined when calling getHybridAdTemplatesUsingGET.');
|
|
3437
|
-
}
|
|
3438
|
-
if (type === null || type === undefined) {
|
|
3439
|
-
throw new Error('Required parameter type was null or undefined when calling getHybridAdTemplatesUsingGET.');
|
|
3440
|
-
}
|
|
3441
|
-
let queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3442
|
-
if (advertiserId !== undefined && advertiserId !== null) {
|
|
3443
|
-
queryParameters = queryParameters.set('advertiserId', advertiserId);
|
|
3444
|
-
}
|
|
3445
|
-
if (aspect_ratio !== undefined && aspect_ratio !== null) {
|
|
3446
|
-
queryParameters = queryParameters.set('aspect_ratio', aspect_ratio);
|
|
3447
|
-
}
|
|
3448
|
-
if (type !== undefined && type !== null) {
|
|
3449
|
-
queryParameters = queryParameters.set('type', type);
|
|
3450
|
-
}
|
|
3451
|
-
let headers = this.defaultHeaders;
|
|
3452
|
-
if (reqId !== undefined && reqId !== null) {
|
|
3453
|
-
headers = headers.set('reqId', String(reqId));
|
|
3454
|
-
}
|
|
3455
|
-
if (token !== undefined && token !== null) {
|
|
3456
|
-
headers = headers.set('token', String(token));
|
|
3457
|
-
}
|
|
3458
|
-
// to determine the Accept header
|
|
3459
|
-
let httpHeaderAccepts = [
|
|
3460
|
-
'application/json'
|
|
3461
|
-
];
|
|
3462
|
-
const httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
3463
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
3464
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
3465
|
-
}
|
|
3466
|
-
// to determine the Content-Type header
|
|
3467
|
-
const consumes = [];
|
|
3468
|
-
return this.httpClient.get(`${this.basePath}/v2/api/creativesets/hybridtemplates`, {
|
|
3469
|
-
params: queryParameters,
|
|
3470
|
-
withCredentials: this.configuration.withCredentials,
|
|
3471
|
-
headers: headers,
|
|
3472
|
-
observe: observe,
|
|
3473
|
-
reportProgress: reportProgress
|
|
3474
|
-
});
|
|
3475
|
-
}
|
|
3476
3501
|
getPerformanceByIdUsingPOST(dashboardRequest, id, refresh, reqId, token, observe = 'body', reportProgress = false) {
|
|
3477
3502
|
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
3478
3503
|
throw new Error('Required parameter dashboardRequest was null or undefined when calling getPerformanceByIdUsingPOST.');
|
|
@@ -3577,7 +3602,7 @@ CreativeSetsControllerService = __decorate([
|
|
|
3577
3602
|
let CreativeTemplateThemesControllerService = class CreativeTemplateThemesControllerService {
|
|
3578
3603
|
constructor(httpClient, basePath, configuration) {
|
|
3579
3604
|
this.httpClient = httpClient;
|
|
3580
|
-
this.basePath = 'https://
|
|
3605
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3581
3606
|
this.defaultHeaders = new HttpHeaders();
|
|
3582
3607
|
this.configuration = new Configuration();
|
|
3583
3608
|
if (basePath) {
|
|
@@ -3758,7 +3783,7 @@ CreativeTemplateThemesControllerService = __decorate([
|
|
|
3758
3783
|
let CreativeTemplateVariablesControllerService = class CreativeTemplateVariablesControllerService {
|
|
3759
3784
|
constructor(httpClient, basePath, configuration) {
|
|
3760
3785
|
this.httpClient = httpClient;
|
|
3761
|
-
this.basePath = 'https://
|
|
3786
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3762
3787
|
this.defaultHeaders = new HttpHeaders();
|
|
3763
3788
|
this.configuration = new Configuration();
|
|
3764
3789
|
if (basePath) {
|
|
@@ -3832,7 +3857,7 @@ CreativeTemplateVariablesControllerService = __decorate([
|
|
|
3832
3857
|
let CreativeTemplatesControllerService = class CreativeTemplatesControllerService {
|
|
3833
3858
|
constructor(httpClient, basePath, configuration) {
|
|
3834
3859
|
this.httpClient = httpClient;
|
|
3835
|
-
this.basePath = 'https://
|
|
3860
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3836
3861
|
this.defaultHeaders = new HttpHeaders();
|
|
3837
3862
|
this.configuration = new Configuration();
|
|
3838
3863
|
if (basePath) {
|
|
@@ -3993,7 +4018,7 @@ CreativeTemplatesControllerService = __decorate([
|
|
|
3993
4018
|
let DashboardControllerService = class DashboardControllerService {
|
|
3994
4019
|
constructor(httpClient, basePath, configuration) {
|
|
3995
4020
|
this.httpClient = httpClient;
|
|
3996
|
-
this.basePath = 'https://
|
|
4021
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
3997
4022
|
this.defaultHeaders = new HttpHeaders();
|
|
3998
4023
|
this.configuration = new Configuration();
|
|
3999
4024
|
if (basePath) {
|
|
@@ -4608,7 +4633,7 @@ DashboardControllerService = __decorate([
|
|
|
4608
4633
|
let NotificationsControllerService = class NotificationsControllerService {
|
|
4609
4634
|
constructor(httpClient, basePath, configuration) {
|
|
4610
4635
|
this.httpClient = httpClient;
|
|
4611
|
-
this.basePath = 'https://
|
|
4636
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4612
4637
|
this.defaultHeaders = new HttpHeaders();
|
|
4613
4638
|
this.configuration = new Configuration();
|
|
4614
4639
|
if (basePath) {
|
|
@@ -4787,7 +4812,7 @@ NotificationsControllerService = __decorate([
|
|
|
4787
4812
|
let PixelControllerService = class PixelControllerService {
|
|
4788
4813
|
constructor(httpClient, basePath, configuration) {
|
|
4789
4814
|
this.httpClient = httpClient;
|
|
4790
|
-
this.basePath = 'https://
|
|
4815
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
4791
4816
|
this.defaultHeaders = new HttpHeaders();
|
|
4792
4817
|
this.configuration = new Configuration();
|
|
4793
4818
|
if (basePath) {
|
|
@@ -5090,7 +5115,7 @@ PixelControllerService = __decorate([
|
|
|
5090
5115
|
let ReportingControllerService = class ReportingControllerService {
|
|
5091
5116
|
constructor(httpClient, basePath, configuration) {
|
|
5092
5117
|
this.httpClient = httpClient;
|
|
5093
|
-
this.basePath = 'https://
|
|
5118
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5094
5119
|
this.defaultHeaders = new HttpHeaders();
|
|
5095
5120
|
this.configuration = new Configuration();
|
|
5096
5121
|
if (basePath) {
|
|
@@ -5256,7 +5281,7 @@ ReportingControllerService = __decorate([
|
|
|
5256
5281
|
let SliceXControllerService = class SliceXControllerService {
|
|
5257
5282
|
constructor(httpClient, basePath, configuration) {
|
|
5258
5283
|
this.httpClient = httpClient;
|
|
5259
|
-
this.basePath = 'https://
|
|
5284
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5260
5285
|
this.defaultHeaders = new HttpHeaders();
|
|
5261
5286
|
this.configuration = new Configuration();
|
|
5262
5287
|
if (basePath) {
|
|
@@ -5502,7 +5527,7 @@ SliceXControllerService = __decorate([
|
|
|
5502
5527
|
let StrategyControllerService = class StrategyControllerService {
|
|
5503
5528
|
constructor(httpClient, basePath, configuration) {
|
|
5504
5529
|
this.httpClient = httpClient;
|
|
5505
|
-
this.basePath = 'https://
|
|
5530
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
5506
5531
|
this.defaultHeaders = new HttpHeaders();
|
|
5507
5532
|
this.configuration = new Configuration();
|
|
5508
5533
|
if (basePath) {
|
|
@@ -6117,7 +6142,7 @@ StrategyControllerService = __decorate([
|
|
|
6117
6142
|
let UILoggerControllerService = class UILoggerControllerService {
|
|
6118
6143
|
constructor(httpClient, basePath, configuration) {
|
|
6119
6144
|
this.httpClient = httpClient;
|
|
6120
|
-
this.basePath = 'https://
|
|
6145
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6121
6146
|
this.defaultHeaders = new HttpHeaders();
|
|
6122
6147
|
this.configuration = new Configuration();
|
|
6123
6148
|
if (basePath) {
|
|
@@ -6205,7 +6230,7 @@ UILoggerControllerService = __decorate([
|
|
|
6205
6230
|
let UserPreferenceControllerService = class UserPreferenceControllerService {
|
|
6206
6231
|
constructor(httpClient, basePath, configuration) {
|
|
6207
6232
|
this.httpClient = httpClient;
|
|
6208
|
-
this.basePath = 'https://
|
|
6233
|
+
this.basePath = 'https://apiv2stage3.atomex.net';
|
|
6209
6234
|
this.defaultHeaders = new HttpHeaders();
|
|
6210
6235
|
this.configuration = new Configuration();
|
|
6211
6236
|
if (basePath) {
|
|
@@ -6363,6 +6388,17 @@ UserPreferenceControllerService = __decorate([
|
|
|
6363
6388
|
|
|
6364
6389
|
const APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AudienceControllerService, AuditControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, NotificationsControllerService, PixelControllerService, ReportingControllerService, SliceXControllerService, StrategyControllerService, UILoggerControllerService, UserPreferenceControllerService];
|
|
6365
6390
|
|
|
6391
|
+
var ActivityLogsCreativeSetsBulkUpdateDTO;
|
|
6392
|
+
(function (ActivityLogsCreativeSetsBulkUpdateDTO) {
|
|
6393
|
+
ActivityLogsCreativeSetsBulkUpdateDTO.StatusEnum = {
|
|
6394
|
+
PENDING: 'PENDING',
|
|
6395
|
+
INPROGRESS: 'IN_PROGRESS',
|
|
6396
|
+
FAILED: 'FAILED',
|
|
6397
|
+
SUCCESS: 'SUCCESS',
|
|
6398
|
+
PARTIALSUCCESS: 'PARTIAL_SUCCESS'
|
|
6399
|
+
};
|
|
6400
|
+
})(ActivityLogsCreativeSetsBulkUpdateDTO || (ActivityLogsCreativeSetsBulkUpdateDTO = {}));
|
|
6401
|
+
|
|
6366
6402
|
var ActivityLogsStrategyBulkUpdateDTO;
|
|
6367
6403
|
(function (ActivityLogsStrategyBulkUpdateDTO) {
|
|
6368
6404
|
ActivityLogsStrategyBulkUpdateDTO.StatusEnum = {
|
|
@@ -6511,9 +6547,7 @@ var BaseModelWithCreativeSetType;
|
|
|
6511
6547
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6512
6548
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6513
6549
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6514
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6515
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6516
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6550
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6517
6551
|
};
|
|
6518
6552
|
})(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
|
|
6519
6553
|
|
|
@@ -6632,13 +6666,19 @@ var CreativeFiles;
|
|
|
6632
6666
|
};
|
|
6633
6667
|
})(CreativeFiles || (CreativeFiles = {}));
|
|
6634
6668
|
|
|
6669
|
+
/**
|
|
6670
|
+
* Api Documentation
|
|
6671
|
+
* Api Documentation
|
|
6672
|
+
*
|
|
6673
|
+
* OpenAPI spec version: 1.0
|
|
6674
|
+
*
|
|
6675
|
+
*
|
|
6676
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6677
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
6678
|
+
* Do not edit the class manually.
|
|
6679
|
+
*/
|
|
6635
6680
|
var CreativeHtmlFileForSet;
|
|
6636
6681
|
(function (CreativeHtmlFileForSet) {
|
|
6637
|
-
CreativeHtmlFileForSet.TemplateTypeEnum = {
|
|
6638
|
-
DCO: 'DCO',
|
|
6639
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6640
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6641
|
-
};
|
|
6642
6682
|
CreativeHtmlFileForSet.TypeEnum = {
|
|
6643
6683
|
Image: 'image',
|
|
6644
6684
|
Html: 'html',
|
|
@@ -6669,9 +6709,7 @@ var CreativeSetDashboardMetric;
|
|
|
6669
6709
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6670
6710
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6671
6711
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6672
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6673
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6674
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6712
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6675
6713
|
};
|
|
6676
6714
|
})(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
|
|
6677
6715
|
|
|
@@ -6687,9 +6725,7 @@ var CreativeSetDetails;
|
|
|
6687
6725
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6688
6726
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6689
6727
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6690
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6691
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6692
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6728
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6693
6729
|
};
|
|
6694
6730
|
})(CreativeSetDetails || (CreativeSetDetails = {}));
|
|
6695
6731
|
|
|
@@ -6705,9 +6741,7 @@ var CreativeSetRequest;
|
|
|
6705
6741
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6706
6742
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6707
6743
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6708
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6709
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6710
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6744
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6711
6745
|
};
|
|
6712
6746
|
})(CreativeSetRequest || (CreativeSetRequest = {}));
|
|
6713
6747
|
|
|
@@ -6734,9 +6768,7 @@ var CreativeSetResponse;
|
|
|
6734
6768
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6735
6769
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6736
6770
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6737
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6738
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6739
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6771
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6740
6772
|
};
|
|
6741
6773
|
})(CreativeSetResponse || (CreativeSetResponse = {}));
|
|
6742
6774
|
|
|
@@ -6783,9 +6815,7 @@ var DuplicateCreativeSetResponse;
|
|
|
6783
6815
|
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6784
6816
|
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6785
6817
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6786
|
-
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6787
|
-
HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
|
|
6788
|
-
HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
|
|
6818
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6789
6819
|
};
|
|
6790
6820
|
})(DuplicateCreativeSetResponse || (DuplicateCreativeSetResponse = {}));
|
|
6791
6821
|
|
|
@@ -7279,5 +7309,5 @@ ApiModule = ApiModule_1 = __decorate([
|
|
|
7279
7309
|
* Generated bundle index. Do not edit.
|
|
7280
7310
|
*/
|
|
7281
7311
|
|
|
7282
|
-
export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, DuplicateCreativeSetResponse, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
|
|
7312
|
+
export { APIS, ActivityLogsCreativeSetsBulkUpdateDTO, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AudiencePerformanceDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, DuplicateCreativeSetResponse, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
|
|
7283
7313
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|