@revxui/api-clients-ts 0.10.166 → 0.10.170
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/audienceController.service.d.ts +3 -6
- package/api/campaignController.service.d.ts +3 -6
- package/api/catalogController.service.d.ts +9 -18
- package/api/clickDestinationController.service.d.ts +3 -6
- package/api/creativeController.service.d.ts +6 -12
- package/api/creativeSetsController.service.d.ts +11 -16
- package/api/dashboardController.service.d.ts +16 -6
- package/api/pixelController.service.d.ts +3 -6
- package/bundles/revxui-api-clients-ts.umd.js +113 -158
- 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/appsFlyerAudienceController.service.js +2 -2
- package/esm2015/api/audienceController.service.js +3 -12
- 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 +3 -12
- package/esm2015/api/catalogController.service.js +5 -32
- package/esm2015/api/clickDestinationController.service.js +3 -12
- package/esm2015/api/creativeController.service.js +4 -22
- package/esm2015/api/creativeSetsController.service.js +10 -23
- 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 +43 -12
- package/esm2015/api/pixelController.service.js +3 -12
- 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/advertiser.js +1 -1
- package/esm2015/model/advertiserPojo.js +1 -1
- package/esm2015/model/apiListResponseCreativeSetDashboardMetric.js +1 -0
- package/esm2015/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +1 -0
- package/esm2015/model/audienceDTO.js +1 -1
- package/esm2015/model/audienceESDTO.js +1 -1
- package/esm2015/model/bulkEditStrategiesDTO.js +1 -1
- package/esm2015/model/campaignDTO.js +1 -1
- package/esm2015/model/campaignESDTO.js +1 -1
- package/esm2015/model/clickDestination.js +1 -12
- package/esm2015/model/creative.js +1 -1
- package/esm2015/model/creativeCompactDTO.js +1 -1
- package/esm2015/model/creativeDTO.js +1 -1
- package/esm2015/model/creativePerformanceData.js +1 -1
- package/esm2015/model/creativeSetDashboardMetric.js +16 -0
- package/esm2015/model/creativeSetDetails.js +1 -1
- package/esm2015/model/creativeSetResponse.js +16 -1
- package/esm2015/model/fcapDetails.js +12 -0
- package/esm2015/model/fcapEditField.js +1 -0
- package/esm2015/model/models.js +3 -2
- package/esm2015/model/parentBasedObject.js +1 -1
- package/esm2015/model/pixel.js +1 -1
- package/esm2015/model/reportingResponse.js +1 -1
- package/esm2015/model/strategy.js +1 -1
- package/esm2015/model/strategyDTO.js +1 -1
- 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/appsFlyerAudienceController.service.js +2 -2
- package/esm5/api/audienceController.service.js +3 -12
- 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 +3 -12
- package/esm5/api/catalogController.service.js +5 -32
- package/esm5/api/clickDestinationController.service.js +3 -12
- package/esm5/api/creativeController.service.js +4 -22
- package/esm5/api/creativeSetsController.service.js +10 -23
- 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 +45 -12
- package/esm5/api/pixelController.service.js +3 -12
- 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/advertiser.js +1 -1
- package/esm5/model/advertiserPojo.js +1 -1
- package/esm5/model/apiListResponseCreativeSetDashboardMetric.js +1 -0
- package/esm5/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +1 -0
- package/esm5/model/audienceDTO.js +1 -1
- package/esm5/model/audienceESDTO.js +1 -1
- package/esm5/model/bulkEditStrategiesDTO.js +1 -1
- package/esm5/model/campaignDTO.js +1 -1
- package/esm5/model/campaignESDTO.js +1 -1
- package/esm5/model/clickDestination.js +1 -12
- package/esm5/model/creative.js +1 -1
- package/esm5/model/creativeCompactDTO.js +1 -1
- package/esm5/model/creativeDTO.js +1 -1
- package/esm5/model/creativePerformanceData.js +1 -1
- package/esm5/model/creativeSetDashboardMetric.js +16 -0
- package/esm5/model/creativeSetDetails.js +1 -1
- package/esm5/model/creativeSetResponse.js +16 -1
- package/esm5/model/fcapDetails.js +12 -0
- package/esm5/model/fcapEditField.js +1 -0
- package/esm5/model/models.js +3 -2
- package/esm5/model/parentBasedObject.js +1 -1
- package/esm5/model/pixel.js +1 -1
- package/esm5/model/reportingResponse.js +1 -1
- package/esm5/model/strategy.js +1 -1
- package/esm5/model/strategyDTO.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +113 -160
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +115 -160
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/advertiser.d.ts +1 -0
- package/model/advertiserPojo.d.ts +1 -0
- package/model/{apiListResponseCreativeSetsListDashboardData.d.ts → apiListResponseCreativeSetDashboardMetric.d.ts} +3 -3
- package/model/{apiResponseObjectApiListResponseCreativeSetsListDashboardData.d.ts → apiResponseObjectApiListResponseCreativeSetDashboardMetric.d.ts} +3 -3
- package/model/audienceDTO.d.ts +1 -0
- package/model/audienceESDTO.d.ts +1 -0
- package/model/bulkEditStrategiesDTO.d.ts +2 -0
- package/model/campaignDTO.d.ts +1 -0
- package/model/campaignESDTO.d.ts +1 -0
- package/model/clickDestination.d.ts +3 -0
- package/model/creative.d.ts +1 -0
- package/model/creativeCompactDTO.d.ts +1 -0
- package/model/creativeDTO.d.ts +1 -2
- package/model/creativePerformanceData.d.ts +13 -0
- package/model/{creativeSetsListDashboardData.d.ts → creativeSetDashboardMetric.d.ts} +5 -6
- package/model/creativeSetDetails.d.ts +11 -12
- package/model/creativeSetRequest.d.ts +10 -10
- package/model/creativeSetResponse.d.ts +18 -0
- package/model/fcapDetails.d.ts +16 -0
- package/model/fcapEditField.d.ts +16 -0
- package/model/models.d.ts +5 -3
- package/model/parentBasedObject.d.ts +1 -0
- package/model/pixel.d.ts +1 -0
- package/model/reportingResponse.d.ts +1 -0
- package/model/strategy.d.ts +1 -0
- package/model/strategyDTO.d.ts +1 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiListResponseCreativeSetsListDashboardData.js +0 -1
- package/esm2015/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +0 -1
- package/esm2015/model/creativeSetsListDashboardData.js +0 -16
- package/esm5/model/apiListResponseCreativeSetsListDashboardData.js +0 -1
- package/esm5/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +0 -1
- package/esm5/model/creativeSetsListDashboardData.js +0 -16
|
@@ -87,7 +87,7 @@ var Configuration = /** @class */ (function () {
|
|
|
87
87
|
var AdminControllerService = /** @class */ (function () {
|
|
88
88
|
function AdminControllerService(httpClient, basePath, configuration) {
|
|
89
89
|
this.httpClient = httpClient;
|
|
90
|
-
this.basePath = 'https://
|
|
90
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
91
91
|
this.defaultHeaders = new HttpHeaders();
|
|
92
92
|
this.configuration = new Configuration();
|
|
93
93
|
if (basePath) {
|
|
@@ -304,7 +304,7 @@ var CustomHttpUrlEncodingCodec = /** @class */ (function (_super) {
|
|
|
304
304
|
var AdvertiserControllerService = /** @class */ (function () {
|
|
305
305
|
function AdvertiserControllerService(httpClient, basePath, configuration) {
|
|
306
306
|
this.httpClient = httpClient;
|
|
307
|
-
this.basePath = 'https://
|
|
307
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
308
308
|
this.defaultHeaders = new HttpHeaders();
|
|
309
309
|
this.configuration = new Configuration();
|
|
310
310
|
if (basePath) {
|
|
@@ -750,7 +750,7 @@ var AdvertiserControllerService = /** @class */ (function () {
|
|
|
750
750
|
var AppSettingsControllerService = /** @class */ (function () {
|
|
751
751
|
function AppSettingsControllerService(httpClient, basePath, configuration) {
|
|
752
752
|
this.httpClient = httpClient;
|
|
753
|
-
this.basePath = 'https://
|
|
753
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
754
754
|
this.defaultHeaders = new HttpHeaders();
|
|
755
755
|
this.configuration = new Configuration();
|
|
756
756
|
if (basePath) {
|
|
@@ -920,7 +920,7 @@ var AppSettingsControllerService = /** @class */ (function () {
|
|
|
920
920
|
var AppsFlyerAudienceControllerService = /** @class */ (function () {
|
|
921
921
|
function AppsFlyerAudienceControllerService(httpClient, basePath, configuration) {
|
|
922
922
|
this.httpClient = httpClient;
|
|
923
|
-
this.basePath = 'https://
|
|
923
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
924
924
|
this.defaultHeaders = new HttpHeaders();
|
|
925
925
|
this.configuration = new Configuration();
|
|
926
926
|
if (basePath) {
|
|
@@ -1089,7 +1089,7 @@ var AppsFlyerAudienceControllerService = /** @class */ (function () {
|
|
|
1089
1089
|
var AudienceControllerService = /** @class */ (function () {
|
|
1090
1090
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
1091
1091
|
this.httpClient = httpClient;
|
|
1092
|
-
this.basePath = 'https://
|
|
1092
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1093
1093
|
this.defaultHeaders = new HttpHeaders();
|
|
1094
1094
|
this.configuration = new Configuration();
|
|
1095
1095
|
if (basePath) {
|
|
@@ -1300,25 +1300,16 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1300
1300
|
reportProgress: reportProgress
|
|
1301
1301
|
});
|
|
1302
1302
|
};
|
|
1303
|
-
AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id,
|
|
1303
|
+
AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
|
|
1304
1304
|
if (observe === void 0) { observe = 'body'; }
|
|
1305
1305
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
1306
1306
|
var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
1307
1307
|
if (advertiser_id !== undefined && advertiser_id !== null) {
|
|
1308
1308
|
queryParameters = queryParameters.set('advertiser_id', advertiser_id);
|
|
1309
1309
|
}
|
|
1310
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
1311
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
1312
|
-
}
|
|
1313
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
1314
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
1315
|
-
}
|
|
1316
1310
|
if (refresh !== undefined && refresh !== null) {
|
|
1317
1311
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
1318
1312
|
}
|
|
1319
|
-
if (sort !== undefined && sort !== null) {
|
|
1320
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
1321
|
-
}
|
|
1322
1313
|
var headers = this.defaultHeaders;
|
|
1323
1314
|
if (reqId !== undefined && reqId !== null) {
|
|
1324
1315
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -1622,7 +1613,7 @@ var AudienceControllerService = /** @class */ (function () {
|
|
|
1622
1613
|
var AuditControllerService = /** @class */ (function () {
|
|
1623
1614
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1624
1615
|
this.httpClient = httpClient;
|
|
1625
|
-
this.basePath = 'https://
|
|
1616
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1626
1617
|
this.defaultHeaders = new HttpHeaders();
|
|
1627
1618
|
this.configuration = new Configuration();
|
|
1628
1619
|
if (basePath) {
|
|
@@ -1821,7 +1812,7 @@ var AuditControllerService = /** @class */ (function () {
|
|
|
1821
1812
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
1822
1813
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
1823
1814
|
this.httpClient = httpClient;
|
|
1824
|
-
this.basePath = 'https://
|
|
1815
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1825
1816
|
this.defaultHeaders = new HttpHeaders();
|
|
1826
1817
|
this.configuration = new Configuration();
|
|
1827
1818
|
if (basePath) {
|
|
@@ -2064,7 +2055,7 @@ var BulkStrategyControllerService = /** @class */ (function () {
|
|
|
2064
2055
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2065
2056
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2066
2057
|
this.httpClient = httpClient;
|
|
2067
|
-
this.basePath = 'https://
|
|
2058
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2068
2059
|
this.defaultHeaders = new HttpHeaders();
|
|
2069
2060
|
this.configuration = new Configuration();
|
|
2070
2061
|
if (basePath) {
|
|
@@ -2185,7 +2176,7 @@ var CSSThemeController_Service = /** @class */ (function () {
|
|
|
2185
2176
|
var CampaignControllerService = /** @class */ (function () {
|
|
2186
2177
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2187
2178
|
this.httpClient = httpClient;
|
|
2188
|
-
this.basePath = 'https://
|
|
2179
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2189
2180
|
this.defaultHeaders = new HttpHeaders();
|
|
2190
2181
|
this.configuration = new Configuration();
|
|
2191
2182
|
if (basePath) {
|
|
@@ -2330,7 +2321,7 @@ var CampaignControllerService = /** @class */ (function () {
|
|
|
2330
2321
|
reportProgress: reportProgress
|
|
2331
2322
|
});
|
|
2332
2323
|
};
|
|
2333
|
-
CampaignControllerService.prototype.getAllCampaignUsingGET = function (advertiser_id,
|
|
2324
|
+
CampaignControllerService.prototype.getAllCampaignUsingGET = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
|
|
2334
2325
|
if (observe === void 0) { observe = 'body'; }
|
|
2335
2326
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
2336
2327
|
if (advertiser_id === null || advertiser_id === undefined) {
|
|
@@ -2340,21 +2331,12 @@ var CampaignControllerService = /** @class */ (function () {
|
|
|
2340
2331
|
if (advertiser_id !== undefined && advertiser_id !== null) {
|
|
2341
2332
|
queryParameters = queryParameters.set('advertiser_id', advertiser_id);
|
|
2342
2333
|
}
|
|
2343
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
2344
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
2345
|
-
}
|
|
2346
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
2347
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
2348
|
-
}
|
|
2349
2334
|
if (refresh !== undefined && refresh !== null) {
|
|
2350
2335
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
2351
2336
|
}
|
|
2352
2337
|
if (search !== undefined && search !== null) {
|
|
2353
2338
|
queryParameters = queryParameters.set('search', search);
|
|
2354
2339
|
}
|
|
2355
|
-
if (sort !== undefined && sort !== null) {
|
|
2356
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
2357
|
-
}
|
|
2358
2340
|
var headers = this.defaultHeaders;
|
|
2359
2341
|
if (reqId !== undefined && reqId !== null) {
|
|
2360
2342
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -2480,7 +2462,7 @@ var CampaignControllerService = /** @class */ (function () {
|
|
|
2480
2462
|
var CatalogControllerService = /** @class */ (function () {
|
|
2481
2463
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2482
2464
|
this.httpClient = httpClient;
|
|
2483
|
-
this.basePath = 'https://
|
|
2465
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2484
2466
|
this.defaultHeaders = new HttpHeaders();
|
|
2485
2467
|
this.configuration = new Configuration();
|
|
2486
2468
|
if (basePath) {
|
|
@@ -2545,7 +2527,7 @@ var CatalogControllerService = /** @class */ (function () {
|
|
|
2545
2527
|
reportProgress: reportProgress
|
|
2546
2528
|
});
|
|
2547
2529
|
};
|
|
2548
|
-
CatalogControllerService.prototype.getCatalogFeedsUsingPOST = function (advertiser_id,
|
|
2530
|
+
CatalogControllerService.prototype.getCatalogFeedsUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
|
|
2549
2531
|
if (observe === void 0) { observe = 'body'; }
|
|
2550
2532
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
2551
2533
|
if (advertiser_id === null || advertiser_id === undefined) {
|
|
@@ -2555,18 +2537,9 @@ var CatalogControllerService = /** @class */ (function () {
|
|
|
2555
2537
|
if (advertiser_id !== undefined && advertiser_id !== null) {
|
|
2556
2538
|
queryParameters = queryParameters.set('advertiser_id', advertiser_id);
|
|
2557
2539
|
}
|
|
2558
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
2559
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
2560
|
-
}
|
|
2561
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
2562
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
2563
|
-
}
|
|
2564
2540
|
if (refresh !== undefined && refresh !== null) {
|
|
2565
2541
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
2566
2542
|
}
|
|
2567
|
-
if (sort !== undefined && sort !== null) {
|
|
2568
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
2569
|
-
}
|
|
2570
2543
|
var headers = this.defaultHeaders;
|
|
2571
2544
|
if (reqId !== undefined && reqId !== null) {
|
|
2572
2545
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -2598,7 +2571,7 @@ var CatalogControllerService = /** @class */ (function () {
|
|
|
2598
2571
|
reportProgress: reportProgress
|
|
2599
2572
|
});
|
|
2600
2573
|
};
|
|
2601
|
-
CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id,
|
|
2574
|
+
CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
|
|
2602
2575
|
if (observe === void 0) { observe = 'body'; }
|
|
2603
2576
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
2604
2577
|
if (advertiser_id === null || advertiser_id === undefined) {
|
|
@@ -2608,18 +2581,9 @@ var CatalogControllerService = /** @class */ (function () {
|
|
|
2608
2581
|
if (advertiser_id !== undefined && advertiser_id !== null) {
|
|
2609
2582
|
queryParameters = queryParameters.set('advertiser_id', advertiser_id);
|
|
2610
2583
|
}
|
|
2611
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
2612
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
2613
|
-
}
|
|
2614
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
2615
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
2616
|
-
}
|
|
2617
2584
|
if (refresh !== undefined && refresh !== null) {
|
|
2618
2585
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
2619
2586
|
}
|
|
2620
|
-
if (sort !== undefined && sort !== null) {
|
|
2621
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
2622
|
-
}
|
|
2623
2587
|
var headers = this.defaultHeaders;
|
|
2624
2588
|
if (reqId !== undefined && reqId !== null) {
|
|
2625
2589
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -2651,7 +2615,7 @@ var CatalogControllerService = /** @class */ (function () {
|
|
|
2651
2615
|
reportProgress: reportProgress
|
|
2652
2616
|
});
|
|
2653
2617
|
};
|
|
2654
|
-
CatalogControllerService.prototype.getVariableMappingsUsingPOST = function (feedId,
|
|
2618
|
+
CatalogControllerService.prototype.getVariableMappingsUsingPOST = function (feedId, refresh, reqId, search, token, observe, reportProgress) {
|
|
2655
2619
|
if (observe === void 0) { observe = 'body'; }
|
|
2656
2620
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
2657
2621
|
if (feedId === null || feedId === undefined) {
|
|
@@ -2661,18 +2625,9 @@ var CatalogControllerService = /** @class */ (function () {
|
|
|
2661
2625
|
if (feedId !== undefined && feedId !== null) {
|
|
2662
2626
|
queryParameters = queryParameters.set('feedId', feedId);
|
|
2663
2627
|
}
|
|
2664
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
2665
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
2666
|
-
}
|
|
2667
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
2668
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
2669
|
-
}
|
|
2670
2628
|
if (refresh !== undefined && refresh !== null) {
|
|
2671
2629
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
2672
2630
|
}
|
|
2673
|
-
if (sort !== undefined && sort !== null) {
|
|
2674
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
2675
|
-
}
|
|
2676
2631
|
var headers = this.defaultHeaders;
|
|
2677
2632
|
if (reqId !== undefined && reqId !== null) {
|
|
2678
2633
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -2730,7 +2685,7 @@ var CatalogControllerService = /** @class */ (function () {
|
|
|
2730
2685
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2731
2686
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2732
2687
|
this.httpClient = httpClient;
|
|
2733
|
-
this.basePath = 'https://
|
|
2688
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2734
2689
|
this.defaultHeaders = new HttpHeaders();
|
|
2735
2690
|
this.configuration = new Configuration();
|
|
2736
2691
|
if (basePath) {
|
|
@@ -2801,7 +2756,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
|
|
|
2801
2756
|
reportProgress: reportProgress
|
|
2802
2757
|
});
|
|
2803
2758
|
};
|
|
2804
|
-
ClickDestinationControllerService.prototype.getAllClickDestinationUsingPOST = function (advertiser_id,
|
|
2759
|
+
ClickDestinationControllerService.prototype.getAllClickDestinationUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
|
|
2805
2760
|
if (observe === void 0) { observe = 'body'; }
|
|
2806
2761
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
2807
2762
|
if (advertiser_id === null || advertiser_id === undefined) {
|
|
@@ -2811,18 +2766,9 @@ var ClickDestinationControllerService = /** @class */ (function () {
|
|
|
2811
2766
|
if (advertiser_id !== undefined && advertiser_id !== null) {
|
|
2812
2767
|
queryParameters = queryParameters.set('advertiser_id', advertiser_id);
|
|
2813
2768
|
}
|
|
2814
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
2815
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
2816
|
-
}
|
|
2817
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
2818
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
2819
|
-
}
|
|
2820
2769
|
if (refresh !== undefined && refresh !== null) {
|
|
2821
2770
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
2822
2771
|
}
|
|
2823
|
-
if (sort !== undefined && sort !== null) {
|
|
2824
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
2825
|
-
}
|
|
2826
2772
|
var headers = this.defaultHeaders;
|
|
2827
2773
|
if (reqId !== undefined && reqId !== null) {
|
|
2828
2774
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -2989,7 +2935,7 @@ var ClickDestinationControllerService = /** @class */ (function () {
|
|
|
2989
2935
|
var CreativeControllerService = /** @class */ (function () {
|
|
2990
2936
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
2991
2937
|
this.httpClient = httpClient;
|
|
2992
|
-
this.basePath = 'https://
|
|
2938
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2993
2939
|
this.defaultHeaders = new HttpHeaders();
|
|
2994
2940
|
this.configuration = new Configuration();
|
|
2995
2941
|
if (basePath) {
|
|
@@ -3316,28 +3262,19 @@ var CreativeControllerService = /** @class */ (function () {
|
|
|
3316
3262
|
reportProgress: reportProgress
|
|
3317
3263
|
});
|
|
3318
3264
|
};
|
|
3319
|
-
CreativeControllerService.prototype.searchCreativesCompactUsingPOST = function (search,
|
|
3265
|
+
CreativeControllerService.prototype.searchCreativesCompactUsingPOST = function (search, refresh, reqId, skadtarget, token, observe, reportProgress) {
|
|
3320
3266
|
if (observe === void 0) { observe = 'body'; }
|
|
3321
3267
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
3322
3268
|
if (search === null || search === undefined) {
|
|
3323
3269
|
throw new Error('Required parameter search was null or undefined when calling searchCreativesCompactUsingPOST.');
|
|
3324
3270
|
}
|
|
3325
3271
|
var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3326
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
3327
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
3328
|
-
}
|
|
3329
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
3330
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
3331
|
-
}
|
|
3332
3272
|
if (refresh !== undefined && refresh !== null) {
|
|
3333
3273
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
3334
3274
|
}
|
|
3335
3275
|
if (skadtarget !== undefined && skadtarget !== null) {
|
|
3336
3276
|
queryParameters = queryParameters.set('skadtarget', skadtarget);
|
|
3337
3277
|
}
|
|
3338
|
-
if (sort !== undefined && sort !== null) {
|
|
3339
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
3340
|
-
}
|
|
3341
3278
|
var headers = this.defaultHeaders;
|
|
3342
3279
|
if (reqId !== undefined && reqId !== null) {
|
|
3343
3280
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -3369,25 +3306,16 @@ var CreativeControllerService = /** @class */ (function () {
|
|
|
3369
3306
|
reportProgress: reportProgress
|
|
3370
3307
|
});
|
|
3371
3308
|
};
|
|
3372
|
-
CreativeControllerService.prototype.searchCreativesUsingPOST = function (search,
|
|
3309
|
+
CreativeControllerService.prototype.searchCreativesUsingPOST = function (search, refresh, reqId, token, observe, reportProgress) {
|
|
3373
3310
|
if (observe === void 0) { observe = 'body'; }
|
|
3374
3311
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
3375
3312
|
if (search === null || search === undefined) {
|
|
3376
3313
|
throw new Error('Required parameter search was null or undefined when calling searchCreativesUsingPOST.');
|
|
3377
3314
|
}
|
|
3378
3315
|
var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3379
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
3380
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
3381
|
-
}
|
|
3382
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
3383
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
3384
|
-
}
|
|
3385
3316
|
if (refresh !== undefined && refresh !== null) {
|
|
3386
3317
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
3387
3318
|
}
|
|
3388
|
-
if (sort !== undefined && sort !== null) {
|
|
3389
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
3390
|
-
}
|
|
3391
3319
|
var headers = this.defaultHeaders;
|
|
3392
3320
|
if (reqId !== undefined && reqId !== null) {
|
|
3393
3321
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -3484,7 +3412,7 @@ var CreativeControllerService = /** @class */ (function () {
|
|
|
3484
3412
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3485
3413
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3486
3414
|
this.httpClient = httpClient;
|
|
3487
|
-
this.basePath = 'https://
|
|
3415
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3488
3416
|
this.defaultHeaders = new HttpHeaders();
|
|
3489
3417
|
this.configuration = new Configuration();
|
|
3490
3418
|
if (basePath) {
|
|
@@ -3590,12 +3518,16 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3590
3518
|
reportProgress: reportProgress
|
|
3591
3519
|
});
|
|
3592
3520
|
};
|
|
3593
|
-
CreativeSetsControllerService.prototype.getByIdUsingGET3 = function (id, reqId, token, observe, reportProgress) {
|
|
3521
|
+
CreativeSetsControllerService.prototype.getByIdUsingGET3 = function (id, refresh, reqId, token, observe, reportProgress) {
|
|
3594
3522
|
if (observe === void 0) { observe = 'body'; }
|
|
3595
3523
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
3596
3524
|
if (id === null || id === undefined) {
|
|
3597
3525
|
throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET3.');
|
|
3598
3526
|
}
|
|
3527
|
+
var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3528
|
+
if (refresh !== undefined && refresh !== null) {
|
|
3529
|
+
queryParameters = queryParameters.set('refresh', refresh);
|
|
3530
|
+
}
|
|
3599
3531
|
var headers = this.defaultHeaders;
|
|
3600
3532
|
if (reqId !== undefined && reqId !== null) {
|
|
3601
3533
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -3614,31 +3546,23 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3614
3546
|
// to determine the Content-Type header
|
|
3615
3547
|
var consumes = [];
|
|
3616
3548
|
return this.httpClient.get(this.basePath + "/v2/api/creativesets/" + encodeURIComponent(String(id)), {
|
|
3549
|
+
params: queryParameters,
|
|
3617
3550
|
withCredentials: this.configuration.withCredentials,
|
|
3618
3551
|
headers: headers,
|
|
3619
3552
|
observe: observe,
|
|
3620
3553
|
reportProgress: reportProgress
|
|
3621
3554
|
});
|
|
3622
3555
|
};
|
|
3623
|
-
CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest,
|
|
3556
|
+
CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
|
|
3624
3557
|
if (observe === void 0) { observe = 'body'; }
|
|
3625
3558
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
3626
3559
|
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
3627
3560
|
throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceUsingPOST.');
|
|
3628
3561
|
}
|
|
3629
3562
|
var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3630
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
3631
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
3632
|
-
}
|
|
3633
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
3634
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
3635
|
-
}
|
|
3636
3563
|
if (refresh !== undefined && refresh !== null) {
|
|
3637
3564
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
3638
3565
|
}
|
|
3639
|
-
if (sort !== undefined && sort !== null) {
|
|
3640
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
3641
|
-
}
|
|
3642
3566
|
var headers = this.defaultHeaders;
|
|
3643
3567
|
if (reqId !== undefined && reqId !== null) {
|
|
3644
3568
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -3670,7 +3594,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3670
3594
|
reportProgress: reportProgress
|
|
3671
3595
|
});
|
|
3672
3596
|
};
|
|
3673
|
-
CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id,
|
|
3597
|
+
CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, refresh, reqId, token, observe, reportProgress) {
|
|
3674
3598
|
if (observe === void 0) { observe = 'body'; }
|
|
3675
3599
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
3676
3600
|
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
@@ -3680,18 +3604,9 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3680
3604
|
throw new Error('Required parameter id was null or undefined when calling getCreativesPerformanceUsingPOST.');
|
|
3681
3605
|
}
|
|
3682
3606
|
var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3683
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
3684
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
3685
|
-
}
|
|
3686
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
3687
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
3688
|
-
}
|
|
3689
3607
|
if (refresh !== undefined && refresh !== null) {
|
|
3690
3608
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
3691
3609
|
}
|
|
3692
|
-
if (sort !== undefined && sort !== null) {
|
|
3693
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
3694
|
-
}
|
|
3695
3610
|
var headers = this.defaultHeaders;
|
|
3696
3611
|
if (reqId !== undefined && reqId !== null) {
|
|
3697
3612
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -3832,7 +3747,7 @@ var CreativeSetsControllerService = /** @class */ (function () {
|
|
|
3832
3747
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
3833
3748
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
3834
3749
|
this.httpClient = httpClient;
|
|
3835
|
-
this.basePath = 'https://
|
|
3750
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3836
3751
|
this.defaultHeaders = new HttpHeaders();
|
|
3837
3752
|
this.configuration = new Configuration();
|
|
3838
3753
|
if (basePath) {
|
|
@@ -4033,7 +3948,7 @@ var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
|
4033
3948
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4034
3949
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4035
3950
|
this.httpClient = httpClient;
|
|
4036
|
-
this.basePath = 'https://
|
|
3951
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4037
3952
|
this.defaultHeaders = new HttpHeaders();
|
|
4038
3953
|
this.configuration = new Configuration();
|
|
4039
3954
|
if (basePath) {
|
|
@@ -4121,7 +4036,7 @@ var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
|
4121
4036
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4122
4037
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4123
4038
|
this.httpClient = httpClient;
|
|
4124
|
-
this.basePath = 'https://
|
|
4039
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4125
4040
|
this.defaultHeaders = new HttpHeaders();
|
|
4126
4041
|
this.configuration = new Configuration();
|
|
4127
4042
|
if (basePath) {
|
|
@@ -4300,7 +4215,7 @@ var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
|
4300
4215
|
var DashboardControllerService = /** @class */ (function () {
|
|
4301
4216
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4302
4217
|
this.httpClient = httpClient;
|
|
4303
|
-
this.basePath = 'https://
|
|
4218
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4304
4219
|
this.defaultHeaders = new HttpHeaders();
|
|
4305
4220
|
this.configuration = new Configuration();
|
|
4306
4221
|
if (basePath) {
|
|
@@ -4335,6 +4250,48 @@ var DashboardControllerService = /** @class */ (function () {
|
|
|
4335
4250
|
}
|
|
4336
4251
|
return false;
|
|
4337
4252
|
};
|
|
4253
|
+
DashboardControllerService.prototype.archiveEntitiesUsingPOST = function (id, tableEntity, reqId, token, observe, reportProgress) {
|
|
4254
|
+
if (observe === void 0) { observe = 'body'; }
|
|
4255
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
4256
|
+
if (id === null || id === undefined) {
|
|
4257
|
+
throw new Error('Required parameter id was null or undefined when calling archiveEntitiesUsingPOST.');
|
|
4258
|
+
}
|
|
4259
|
+
if (tableEntity === null || tableEntity === undefined) {
|
|
4260
|
+
throw new Error('Required parameter tableEntity was null or undefined when calling archiveEntitiesUsingPOST.');
|
|
4261
|
+
}
|
|
4262
|
+
var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
4263
|
+
if (id) {
|
|
4264
|
+
id.forEach(function (element) {
|
|
4265
|
+
queryParameters = queryParameters.append('id', element);
|
|
4266
|
+
});
|
|
4267
|
+
}
|
|
4268
|
+
var headers = this.defaultHeaders;
|
|
4269
|
+
if (reqId !== undefined && reqId !== null) {
|
|
4270
|
+
headers = headers.set('reqId', String(reqId));
|
|
4271
|
+
}
|
|
4272
|
+
if (token !== undefined && token !== null) {
|
|
4273
|
+
headers = headers.set('token', String(token));
|
|
4274
|
+
}
|
|
4275
|
+
// to determine the Accept header
|
|
4276
|
+
var httpHeaderAccepts = [
|
|
4277
|
+
'application/json'
|
|
4278
|
+
];
|
|
4279
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
4280
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
4281
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
4282
|
+
}
|
|
4283
|
+
// to determine the Content-Type header
|
|
4284
|
+
var consumes = [
|
|
4285
|
+
'application/json'
|
|
4286
|
+
];
|
|
4287
|
+
return this.httpClient.post(this.basePath + "/v2/api/archive/" + encodeURIComponent(String(tableEntity)), null, {
|
|
4288
|
+
params: queryParameters,
|
|
4289
|
+
withCredentials: this.configuration.withCredentials,
|
|
4290
|
+
headers: headers,
|
|
4291
|
+
observe: observe,
|
|
4292
|
+
reportProgress: reportProgress
|
|
4293
|
+
});
|
|
4294
|
+
};
|
|
4338
4295
|
DashboardControllerService.prototype.getByIdUsingGET4 = function (id, tableEntity, reqId, token, observe, reportProgress) {
|
|
4339
4296
|
if (observe === void 0) { observe = 'body'; }
|
|
4340
4297
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -4565,7 +4522,7 @@ var DashboardControllerService = /** @class */ (function () {
|
|
|
4565
4522
|
reportProgress: reportProgress
|
|
4566
4523
|
});
|
|
4567
4524
|
};
|
|
4568
|
-
DashboardControllerService.prototype.getDashboardDataListUsingPOST = function (dashboardRequest, entity, showuu,
|
|
4525
|
+
DashboardControllerService.prototype.getDashboardDataListUsingPOST = function (dashboardRequest, entity, showuu, refresh, reqId, token, observe, reportProgress) {
|
|
4569
4526
|
if (observe === void 0) { observe = 'body'; }
|
|
4570
4527
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
4571
4528
|
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
@@ -4578,21 +4535,12 @@ var DashboardControllerService = /** @class */ (function () {
|
|
|
4578
4535
|
throw new Error('Required parameter showuu was null or undefined when calling getDashboardDataListUsingPOST.');
|
|
4579
4536
|
}
|
|
4580
4537
|
var queryParameters = new HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
4581
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
4582
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
4583
|
-
}
|
|
4584
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
4585
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
4586
|
-
}
|
|
4587
4538
|
if (refresh !== undefined && refresh !== null) {
|
|
4588
4539
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
4589
4540
|
}
|
|
4590
4541
|
if (showuu !== undefined && showuu !== null) {
|
|
4591
4542
|
queryParameters = queryParameters.set('showuu', showuu);
|
|
4592
4543
|
}
|
|
4593
|
-
if (sort !== undefined && sort !== null) {
|
|
4594
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
4595
|
-
}
|
|
4596
4544
|
var headers = this.defaultHeaders;
|
|
4597
4545
|
if (reqId !== undefined && reqId !== null) {
|
|
4598
4546
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -4924,7 +4872,7 @@ var DashboardControllerService = /** @class */ (function () {
|
|
|
4924
4872
|
var PixelControllerService = /** @class */ (function () {
|
|
4925
4873
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
4926
4874
|
this.httpClient = httpClient;
|
|
4927
|
-
this.basePath = 'https://
|
|
4875
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4928
4876
|
this.defaultHeaders = new HttpHeaders();
|
|
4929
4877
|
this.configuration = new Configuration();
|
|
4930
4878
|
if (basePath) {
|
|
@@ -5139,7 +5087,7 @@ var PixelControllerService = /** @class */ (function () {
|
|
|
5139
5087
|
reportProgress: reportProgress
|
|
5140
5088
|
});
|
|
5141
5089
|
};
|
|
5142
|
-
PixelControllerService.prototype.searchPixelsUsingPOST = function (advertiser_id,
|
|
5090
|
+
PixelControllerService.prototype.searchPixelsUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
|
|
5143
5091
|
if (observe === void 0) { observe = 'body'; }
|
|
5144
5092
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
5145
5093
|
if (advertiser_id === null || advertiser_id === undefined) {
|
|
@@ -5149,18 +5097,9 @@ var PixelControllerService = /** @class */ (function () {
|
|
|
5149
5097
|
if (advertiser_id !== undefined && advertiser_id !== null) {
|
|
5150
5098
|
queryParameters = queryParameters.set('advertiser_id', advertiser_id);
|
|
5151
5099
|
}
|
|
5152
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
5153
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
5154
|
-
}
|
|
5155
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
5156
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
5157
|
-
}
|
|
5158
5100
|
if (refresh !== undefined && refresh !== null) {
|
|
5159
5101
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
5160
5102
|
}
|
|
5161
|
-
if (sort !== undefined && sort !== null) {
|
|
5162
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
5163
|
-
}
|
|
5164
5103
|
var headers = this.defaultHeaders;
|
|
5165
5104
|
if (reqId !== undefined && reqId !== null) {
|
|
5166
5105
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -5262,7 +5201,7 @@ var PixelControllerService = /** @class */ (function () {
|
|
|
5262
5201
|
var ReportingControllerService = /** @class */ (function () {
|
|
5263
5202
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5264
5203
|
this.httpClient = httpClient;
|
|
5265
|
-
this.basePath = 'https://
|
|
5204
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5266
5205
|
this.defaultHeaders = new HttpHeaders();
|
|
5267
5206
|
this.configuration = new Configuration();
|
|
5268
5207
|
if (basePath) {
|
|
@@ -5446,7 +5385,7 @@ var ReportingControllerService = /** @class */ (function () {
|
|
|
5446
5385
|
var SliceXControllerService = /** @class */ (function () {
|
|
5447
5386
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5448
5387
|
this.httpClient = httpClient;
|
|
5449
|
-
this.basePath = 'https://
|
|
5388
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5450
5389
|
this.defaultHeaders = new HttpHeaders();
|
|
5451
5390
|
this.configuration = new Configuration();
|
|
5452
5391
|
if (basePath) {
|
|
@@ -5631,7 +5570,7 @@ var SliceXControllerService = /** @class */ (function () {
|
|
|
5631
5570
|
var StrategyControllerService = /** @class */ (function () {
|
|
5632
5571
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
5633
5572
|
this.httpClient = httpClient;
|
|
5634
|
-
this.basePath = 'https://
|
|
5573
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5635
5574
|
this.defaultHeaders = new HttpHeaders();
|
|
5636
5575
|
this.configuration = new Configuration();
|
|
5637
5576
|
if (basePath) {
|
|
@@ -6119,7 +6058,7 @@ var StrategyControllerService = /** @class */ (function () {
|
|
|
6119
6058
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6120
6059
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6121
6060
|
this.httpClient = httpClient;
|
|
6122
|
-
this.basePath = 'https://
|
|
6061
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6123
6062
|
this.defaultHeaders = new HttpHeaders();
|
|
6124
6063
|
this.configuration = new Configuration();
|
|
6125
6064
|
if (basePath) {
|
|
@@ -6221,7 +6160,7 @@ var UILoggerControllerService = /** @class */ (function () {
|
|
|
6221
6160
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6222
6161
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6223
6162
|
this.httpClient = httpClient;
|
|
6224
|
-
this.basePath = 'https://
|
|
6163
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6225
6164
|
this.defaultHeaders = new HttpHeaders();
|
|
6226
6165
|
this.configuration = new Configuration();
|
|
6227
6166
|
if (basePath) {
|
|
@@ -6477,17 +6416,6 @@ var AudienceDTO;
|
|
|
6477
6416
|
};
|
|
6478
6417
|
})(AudienceDTO || (AudienceDTO = {}));
|
|
6479
6418
|
|
|
6480
|
-
/**
|
|
6481
|
-
* Api Documentation
|
|
6482
|
-
* Api Documentation
|
|
6483
|
-
*
|
|
6484
|
-
* OpenAPI spec version: 1.0
|
|
6485
|
-
*
|
|
6486
|
-
*
|
|
6487
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6488
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
6489
|
-
* Do not edit the class manually.
|
|
6490
|
-
*/
|
|
6491
6419
|
var ClickDestination;
|
|
6492
6420
|
(function (ClickDestination) {
|
|
6493
6421
|
ClickDestination.CampaignTypeEnum = {
|
|
@@ -6634,6 +6562,22 @@ var CreativeHtmlFileForSet;
|
|
|
6634
6562
|
};
|
|
6635
6563
|
})(CreativeHtmlFileForSet || (CreativeHtmlFileForSet = {}));
|
|
6636
6564
|
|
|
6565
|
+
var CreativeSetDashboardMetric;
|
|
6566
|
+
(function (CreativeSetDashboardMetric) {
|
|
6567
|
+
CreativeSetDashboardMetric.CreativeSetTypeEnum = {
|
|
6568
|
+
IMAGE: 'IMAGE',
|
|
6569
|
+
VIDEO: 'VIDEO',
|
|
6570
|
+
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
6571
|
+
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
6572
|
+
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
6573
|
+
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
6574
|
+
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6575
|
+
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6576
|
+
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6577
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6578
|
+
};
|
|
6579
|
+
})(CreativeSetDashboardMetric || (CreativeSetDashboardMetric = {}));
|
|
6580
|
+
|
|
6637
6581
|
var CreativeSetDetails;
|
|
6638
6582
|
(function (CreativeSetDetails) {
|
|
6639
6583
|
CreativeSetDetails.TypeEnum = {
|
|
@@ -6666,9 +6610,20 @@ var CreativeSetRequest;
|
|
|
6666
6610
|
};
|
|
6667
6611
|
})(CreativeSetRequest || (CreativeSetRequest = {}));
|
|
6668
6612
|
|
|
6669
|
-
|
|
6670
|
-
|
|
6671
|
-
|
|
6613
|
+
/**
|
|
6614
|
+
* Api Documentation
|
|
6615
|
+
* Api Documentation
|
|
6616
|
+
*
|
|
6617
|
+
* OpenAPI spec version: 1.0
|
|
6618
|
+
*
|
|
6619
|
+
*
|
|
6620
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6621
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
6622
|
+
* Do not edit the class manually.
|
|
6623
|
+
*/
|
|
6624
|
+
var CreativeSetResponse;
|
|
6625
|
+
(function (CreativeSetResponse) {
|
|
6626
|
+
CreativeSetResponse.OtherCreativeSetTypeEnum = {
|
|
6672
6627
|
IMAGE: 'IMAGE',
|
|
6673
6628
|
VIDEO: 'VIDEO',
|
|
6674
6629
|
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
@@ -6680,7 +6635,7 @@ var CreativeSetsListDashboardData;
|
|
|
6680
6635
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6681
6636
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6682
6637
|
};
|
|
6683
|
-
})(
|
|
6638
|
+
})(CreativeSetResponse || (CreativeSetResponse = {}));
|
|
6684
6639
|
|
|
6685
6640
|
/**
|
|
6686
6641
|
* Api Documentation
|
|
@@ -7155,5 +7110,5 @@ var ApiModule = /** @class */ (function () {
|
|
|
7155
7110
|
* Generated bundle index. Do not edit.
|
|
7156
7111
|
*/
|
|
7157
7112
|
|
|
7158
|
-
export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerAudienceControllerService, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AuditControllerService, BASE_PATH, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDetails, CreativeSetRequest,
|
|
7113
|
+
export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerAudienceControllerService, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AuditControllerService, BASE_PATH, 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, FilterModel, GeoListRequest, Macro, MetaRuleDto, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
|
|
7159
7114
|
//# sourceMappingURL=revxui-api-clients-ts.js.map
|