@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
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
var AdminControllerService = /** @class */ (function () {
|
|
309
309
|
function AdminControllerService(httpClient, basePath, configuration) {
|
|
310
310
|
this.httpClient = httpClient;
|
|
311
|
-
this.basePath = 'https://
|
|
311
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
312
312
|
this.defaultHeaders = new http.HttpHeaders();
|
|
313
313
|
this.configuration = new Configuration();
|
|
314
314
|
if (basePath) {
|
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
var AdvertiserControllerService = /** @class */ (function () {
|
|
526
526
|
function AdvertiserControllerService(httpClient, basePath, configuration) {
|
|
527
527
|
this.httpClient = httpClient;
|
|
528
|
-
this.basePath = 'https://
|
|
528
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
529
529
|
this.defaultHeaders = new http.HttpHeaders();
|
|
530
530
|
this.configuration = new Configuration();
|
|
531
531
|
if (basePath) {
|
|
@@ -971,7 +971,7 @@
|
|
|
971
971
|
var AppSettingsControllerService = /** @class */ (function () {
|
|
972
972
|
function AppSettingsControllerService(httpClient, basePath, configuration) {
|
|
973
973
|
this.httpClient = httpClient;
|
|
974
|
-
this.basePath = 'https://
|
|
974
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
975
975
|
this.defaultHeaders = new http.HttpHeaders();
|
|
976
976
|
this.configuration = new Configuration();
|
|
977
977
|
if (basePath) {
|
|
@@ -1141,7 +1141,7 @@
|
|
|
1141
1141
|
var AppsFlyerAudienceControllerService = /** @class */ (function () {
|
|
1142
1142
|
function AppsFlyerAudienceControllerService(httpClient, basePath, configuration) {
|
|
1143
1143
|
this.httpClient = httpClient;
|
|
1144
|
-
this.basePath = 'https://
|
|
1144
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1145
1145
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1146
1146
|
this.configuration = new Configuration();
|
|
1147
1147
|
if (basePath) {
|
|
@@ -1310,7 +1310,7 @@
|
|
|
1310
1310
|
var AudienceControllerService = /** @class */ (function () {
|
|
1311
1311
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
1312
1312
|
this.httpClient = httpClient;
|
|
1313
|
-
this.basePath = 'https://
|
|
1313
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1314
1314
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1315
1315
|
this.configuration = new Configuration();
|
|
1316
1316
|
if (basePath) {
|
|
@@ -1521,25 +1521,16 @@
|
|
|
1521
1521
|
reportProgress: reportProgress
|
|
1522
1522
|
});
|
|
1523
1523
|
};
|
|
1524
|
-
AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id,
|
|
1524
|
+
AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
|
|
1525
1525
|
if (observe === void 0) { observe = 'body'; }
|
|
1526
1526
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
1527
1527
|
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
1528
1528
|
if (advertiser_id !== undefined && advertiser_id !== null) {
|
|
1529
1529
|
queryParameters = queryParameters.set('advertiser_id', advertiser_id);
|
|
1530
1530
|
}
|
|
1531
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
1532
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
1533
|
-
}
|
|
1534
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
1535
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
1536
|
-
}
|
|
1537
1531
|
if (refresh !== undefined && refresh !== null) {
|
|
1538
1532
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
1539
1533
|
}
|
|
1540
|
-
if (sort !== undefined && sort !== null) {
|
|
1541
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
1542
|
-
}
|
|
1543
1534
|
var headers = this.defaultHeaders;
|
|
1544
1535
|
if (reqId !== undefined && reqId !== null) {
|
|
1545
1536
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -1843,7 +1834,7 @@
|
|
|
1843
1834
|
var AuditControllerService = /** @class */ (function () {
|
|
1844
1835
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1845
1836
|
this.httpClient = httpClient;
|
|
1846
|
-
this.basePath = 'https://
|
|
1837
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
1847
1838
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1848
1839
|
this.configuration = new Configuration();
|
|
1849
1840
|
if (basePath) {
|
|
@@ -2042,7 +2033,7 @@
|
|
|
2042
2033
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
2043
2034
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2044
2035
|
this.httpClient = httpClient;
|
|
2045
|
-
this.basePath = 'https://
|
|
2036
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2046
2037
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2047
2038
|
this.configuration = new Configuration();
|
|
2048
2039
|
if (basePath) {
|
|
@@ -2285,7 +2276,7 @@
|
|
|
2285
2276
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2286
2277
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2287
2278
|
this.httpClient = httpClient;
|
|
2288
|
-
this.basePath = 'https://
|
|
2279
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2289
2280
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2290
2281
|
this.configuration = new Configuration();
|
|
2291
2282
|
if (basePath) {
|
|
@@ -2406,7 +2397,7 @@
|
|
|
2406
2397
|
var CampaignControllerService = /** @class */ (function () {
|
|
2407
2398
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2408
2399
|
this.httpClient = httpClient;
|
|
2409
|
-
this.basePath = 'https://
|
|
2400
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2410
2401
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2411
2402
|
this.configuration = new Configuration();
|
|
2412
2403
|
if (basePath) {
|
|
@@ -2551,7 +2542,7 @@
|
|
|
2551
2542
|
reportProgress: reportProgress
|
|
2552
2543
|
});
|
|
2553
2544
|
};
|
|
2554
|
-
CampaignControllerService.prototype.getAllCampaignUsingGET = function (advertiser_id,
|
|
2545
|
+
CampaignControllerService.prototype.getAllCampaignUsingGET = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
|
|
2555
2546
|
if (observe === void 0) { observe = 'body'; }
|
|
2556
2547
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
2557
2548
|
if (advertiser_id === null || advertiser_id === undefined) {
|
|
@@ -2561,21 +2552,12 @@
|
|
|
2561
2552
|
if (advertiser_id !== undefined && advertiser_id !== null) {
|
|
2562
2553
|
queryParameters = queryParameters.set('advertiser_id', advertiser_id);
|
|
2563
2554
|
}
|
|
2564
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
2565
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
2566
|
-
}
|
|
2567
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
2568
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
2569
|
-
}
|
|
2570
2555
|
if (refresh !== undefined && refresh !== null) {
|
|
2571
2556
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
2572
2557
|
}
|
|
2573
2558
|
if (search !== undefined && search !== null) {
|
|
2574
2559
|
queryParameters = queryParameters.set('search', search);
|
|
2575
2560
|
}
|
|
2576
|
-
if (sort !== undefined && sort !== null) {
|
|
2577
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
2578
|
-
}
|
|
2579
2561
|
var headers = this.defaultHeaders;
|
|
2580
2562
|
if (reqId !== undefined && reqId !== null) {
|
|
2581
2563
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -2701,7 +2683,7 @@
|
|
|
2701
2683
|
var CatalogControllerService = /** @class */ (function () {
|
|
2702
2684
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2703
2685
|
this.httpClient = httpClient;
|
|
2704
|
-
this.basePath = 'https://
|
|
2686
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2705
2687
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2706
2688
|
this.configuration = new Configuration();
|
|
2707
2689
|
if (basePath) {
|
|
@@ -2766,7 +2748,7 @@
|
|
|
2766
2748
|
reportProgress: reportProgress
|
|
2767
2749
|
});
|
|
2768
2750
|
};
|
|
2769
|
-
CatalogControllerService.prototype.getCatalogFeedsUsingPOST = function (advertiser_id,
|
|
2751
|
+
CatalogControllerService.prototype.getCatalogFeedsUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
|
|
2770
2752
|
if (observe === void 0) { observe = 'body'; }
|
|
2771
2753
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
2772
2754
|
if (advertiser_id === null || advertiser_id === undefined) {
|
|
@@ -2776,18 +2758,9 @@
|
|
|
2776
2758
|
if (advertiser_id !== undefined && advertiser_id !== null) {
|
|
2777
2759
|
queryParameters = queryParameters.set('advertiser_id', advertiser_id);
|
|
2778
2760
|
}
|
|
2779
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
2780
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
2781
|
-
}
|
|
2782
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
2783
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
2784
|
-
}
|
|
2785
2761
|
if (refresh !== undefined && refresh !== null) {
|
|
2786
2762
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
2787
2763
|
}
|
|
2788
|
-
if (sort !== undefined && sort !== null) {
|
|
2789
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
2790
|
-
}
|
|
2791
2764
|
var headers = this.defaultHeaders;
|
|
2792
2765
|
if (reqId !== undefined && reqId !== null) {
|
|
2793
2766
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -2819,7 +2792,7 @@
|
|
|
2819
2792
|
reportProgress: reportProgress
|
|
2820
2793
|
});
|
|
2821
2794
|
};
|
|
2822
|
-
CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id,
|
|
2795
|
+
CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
|
|
2823
2796
|
if (observe === void 0) { observe = 'body'; }
|
|
2824
2797
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
2825
2798
|
if (advertiser_id === null || advertiser_id === undefined) {
|
|
@@ -2829,18 +2802,9 @@
|
|
|
2829
2802
|
if (advertiser_id !== undefined && advertiser_id !== null) {
|
|
2830
2803
|
queryParameters = queryParameters.set('advertiser_id', advertiser_id);
|
|
2831
2804
|
}
|
|
2832
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
2833
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
2834
|
-
}
|
|
2835
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
2836
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
2837
|
-
}
|
|
2838
2805
|
if (refresh !== undefined && refresh !== null) {
|
|
2839
2806
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
2840
2807
|
}
|
|
2841
|
-
if (sort !== undefined && sort !== null) {
|
|
2842
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
2843
|
-
}
|
|
2844
2808
|
var headers = this.defaultHeaders;
|
|
2845
2809
|
if (reqId !== undefined && reqId !== null) {
|
|
2846
2810
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -2872,7 +2836,7 @@
|
|
|
2872
2836
|
reportProgress: reportProgress
|
|
2873
2837
|
});
|
|
2874
2838
|
};
|
|
2875
|
-
CatalogControllerService.prototype.getVariableMappingsUsingPOST = function (feedId,
|
|
2839
|
+
CatalogControllerService.prototype.getVariableMappingsUsingPOST = function (feedId, refresh, reqId, search, token, observe, reportProgress) {
|
|
2876
2840
|
if (observe === void 0) { observe = 'body'; }
|
|
2877
2841
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
2878
2842
|
if (feedId === null || feedId === undefined) {
|
|
@@ -2882,18 +2846,9 @@
|
|
|
2882
2846
|
if (feedId !== undefined && feedId !== null) {
|
|
2883
2847
|
queryParameters = queryParameters.set('feedId', feedId);
|
|
2884
2848
|
}
|
|
2885
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
2886
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
2887
|
-
}
|
|
2888
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
2889
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
2890
|
-
}
|
|
2891
2849
|
if (refresh !== undefined && refresh !== null) {
|
|
2892
2850
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
2893
2851
|
}
|
|
2894
|
-
if (sort !== undefined && sort !== null) {
|
|
2895
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
2896
|
-
}
|
|
2897
2852
|
var headers = this.defaultHeaders;
|
|
2898
2853
|
if (reqId !== undefined && reqId !== null) {
|
|
2899
2854
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -2951,7 +2906,7 @@
|
|
|
2951
2906
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
2952
2907
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
2953
2908
|
this.httpClient = httpClient;
|
|
2954
|
-
this.basePath = 'https://
|
|
2909
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
2955
2910
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2956
2911
|
this.configuration = new Configuration();
|
|
2957
2912
|
if (basePath) {
|
|
@@ -3022,7 +2977,7 @@
|
|
|
3022
2977
|
reportProgress: reportProgress
|
|
3023
2978
|
});
|
|
3024
2979
|
};
|
|
3025
|
-
ClickDestinationControllerService.prototype.getAllClickDestinationUsingPOST = function (advertiser_id,
|
|
2980
|
+
ClickDestinationControllerService.prototype.getAllClickDestinationUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
|
|
3026
2981
|
if (observe === void 0) { observe = 'body'; }
|
|
3027
2982
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
3028
2983
|
if (advertiser_id === null || advertiser_id === undefined) {
|
|
@@ -3032,18 +2987,9 @@
|
|
|
3032
2987
|
if (advertiser_id !== undefined && advertiser_id !== null) {
|
|
3033
2988
|
queryParameters = queryParameters.set('advertiser_id', advertiser_id);
|
|
3034
2989
|
}
|
|
3035
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
3036
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
3037
|
-
}
|
|
3038
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
3039
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
3040
|
-
}
|
|
3041
2990
|
if (refresh !== undefined && refresh !== null) {
|
|
3042
2991
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
3043
2992
|
}
|
|
3044
|
-
if (sort !== undefined && sort !== null) {
|
|
3045
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
3046
|
-
}
|
|
3047
2993
|
var headers = this.defaultHeaders;
|
|
3048
2994
|
if (reqId !== undefined && reqId !== null) {
|
|
3049
2995
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -3210,7 +3156,7 @@
|
|
|
3210
3156
|
var CreativeControllerService = /** @class */ (function () {
|
|
3211
3157
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3212
3158
|
this.httpClient = httpClient;
|
|
3213
|
-
this.basePath = 'https://
|
|
3159
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3214
3160
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3215
3161
|
this.configuration = new Configuration();
|
|
3216
3162
|
if (basePath) {
|
|
@@ -3537,28 +3483,19 @@
|
|
|
3537
3483
|
reportProgress: reportProgress
|
|
3538
3484
|
});
|
|
3539
3485
|
};
|
|
3540
|
-
CreativeControllerService.prototype.searchCreativesCompactUsingPOST = function (search,
|
|
3486
|
+
CreativeControllerService.prototype.searchCreativesCompactUsingPOST = function (search, refresh, reqId, skadtarget, token, observe, reportProgress) {
|
|
3541
3487
|
if (observe === void 0) { observe = 'body'; }
|
|
3542
3488
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
3543
3489
|
if (search === null || search === undefined) {
|
|
3544
3490
|
throw new Error('Required parameter search was null or undefined when calling searchCreativesCompactUsingPOST.');
|
|
3545
3491
|
}
|
|
3546
3492
|
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3547
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
3548
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
3549
|
-
}
|
|
3550
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
3551
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
3552
|
-
}
|
|
3553
3493
|
if (refresh !== undefined && refresh !== null) {
|
|
3554
3494
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
3555
3495
|
}
|
|
3556
3496
|
if (skadtarget !== undefined && skadtarget !== null) {
|
|
3557
3497
|
queryParameters = queryParameters.set('skadtarget', skadtarget);
|
|
3558
3498
|
}
|
|
3559
|
-
if (sort !== undefined && sort !== null) {
|
|
3560
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
3561
|
-
}
|
|
3562
3499
|
var headers = this.defaultHeaders;
|
|
3563
3500
|
if (reqId !== undefined && reqId !== null) {
|
|
3564
3501
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -3590,25 +3527,16 @@
|
|
|
3590
3527
|
reportProgress: reportProgress
|
|
3591
3528
|
});
|
|
3592
3529
|
};
|
|
3593
|
-
CreativeControllerService.prototype.searchCreativesUsingPOST = function (search,
|
|
3530
|
+
CreativeControllerService.prototype.searchCreativesUsingPOST = function (search, refresh, reqId, token, observe, reportProgress) {
|
|
3594
3531
|
if (observe === void 0) { observe = 'body'; }
|
|
3595
3532
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
3596
3533
|
if (search === null || search === undefined) {
|
|
3597
3534
|
throw new Error('Required parameter search was null or undefined when calling searchCreativesUsingPOST.');
|
|
3598
3535
|
}
|
|
3599
3536
|
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3600
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
3601
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
3602
|
-
}
|
|
3603
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
3604
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
3605
|
-
}
|
|
3606
3537
|
if (refresh !== undefined && refresh !== null) {
|
|
3607
3538
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
3608
3539
|
}
|
|
3609
|
-
if (sort !== undefined && sort !== null) {
|
|
3610
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
3611
|
-
}
|
|
3612
3540
|
var headers = this.defaultHeaders;
|
|
3613
3541
|
if (reqId !== undefined && reqId !== null) {
|
|
3614
3542
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -3705,7 +3633,7 @@
|
|
|
3705
3633
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3706
3634
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3707
3635
|
this.httpClient = httpClient;
|
|
3708
|
-
this.basePath = 'https://
|
|
3636
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
3709
3637
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3710
3638
|
this.configuration = new Configuration();
|
|
3711
3639
|
if (basePath) {
|
|
@@ -3811,12 +3739,16 @@
|
|
|
3811
3739
|
reportProgress: reportProgress
|
|
3812
3740
|
});
|
|
3813
3741
|
};
|
|
3814
|
-
CreativeSetsControllerService.prototype.getByIdUsingGET3 = function (id, reqId, token, observe, reportProgress) {
|
|
3742
|
+
CreativeSetsControllerService.prototype.getByIdUsingGET3 = function (id, refresh, reqId, token, observe, reportProgress) {
|
|
3815
3743
|
if (observe === void 0) { observe = 'body'; }
|
|
3816
3744
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
3817
3745
|
if (id === null || id === undefined) {
|
|
3818
3746
|
throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET3.');
|
|
3819
3747
|
}
|
|
3748
|
+
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3749
|
+
if (refresh !== undefined && refresh !== null) {
|
|
3750
|
+
queryParameters = queryParameters.set('refresh', refresh);
|
|
3751
|
+
}
|
|
3820
3752
|
var headers = this.defaultHeaders;
|
|
3821
3753
|
if (reqId !== undefined && reqId !== null) {
|
|
3822
3754
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -3835,31 +3767,23 @@
|
|
|
3835
3767
|
// to determine the Content-Type header
|
|
3836
3768
|
var consumes = [];
|
|
3837
3769
|
return this.httpClient.get(this.basePath + "/v2/api/creativesets/" + encodeURIComponent(String(id)), {
|
|
3770
|
+
params: queryParameters,
|
|
3838
3771
|
withCredentials: this.configuration.withCredentials,
|
|
3839
3772
|
headers: headers,
|
|
3840
3773
|
observe: observe,
|
|
3841
3774
|
reportProgress: reportProgress
|
|
3842
3775
|
});
|
|
3843
3776
|
};
|
|
3844
|
-
CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest,
|
|
3777
|
+
CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
|
|
3845
3778
|
if (observe === void 0) { observe = 'body'; }
|
|
3846
3779
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
3847
3780
|
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
3848
3781
|
throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceUsingPOST.');
|
|
3849
3782
|
}
|
|
3850
3783
|
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3851
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
3852
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
3853
|
-
}
|
|
3854
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
3855
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
3856
|
-
}
|
|
3857
3784
|
if (refresh !== undefined && refresh !== null) {
|
|
3858
3785
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
3859
3786
|
}
|
|
3860
|
-
if (sort !== undefined && sort !== null) {
|
|
3861
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
3862
|
-
}
|
|
3863
3787
|
var headers = this.defaultHeaders;
|
|
3864
3788
|
if (reqId !== undefined && reqId !== null) {
|
|
3865
3789
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -3891,7 +3815,7 @@
|
|
|
3891
3815
|
reportProgress: reportProgress
|
|
3892
3816
|
});
|
|
3893
3817
|
};
|
|
3894
|
-
CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id,
|
|
3818
|
+
CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, refresh, reqId, token, observe, reportProgress) {
|
|
3895
3819
|
if (observe === void 0) { observe = 'body'; }
|
|
3896
3820
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
3897
3821
|
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
@@ -3901,18 +3825,9 @@
|
|
|
3901
3825
|
throw new Error('Required parameter id was null or undefined when calling getCreativesPerformanceUsingPOST.');
|
|
3902
3826
|
}
|
|
3903
3827
|
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3904
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
3905
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
3906
|
-
}
|
|
3907
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
3908
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
3909
|
-
}
|
|
3910
3828
|
if (refresh !== undefined && refresh !== null) {
|
|
3911
3829
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
3912
3830
|
}
|
|
3913
|
-
if (sort !== undefined && sort !== null) {
|
|
3914
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
3915
|
-
}
|
|
3916
3831
|
var headers = this.defaultHeaders;
|
|
3917
3832
|
if (reqId !== undefined && reqId !== null) {
|
|
3918
3833
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -4053,7 +3968,7 @@
|
|
|
4053
3968
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
4054
3969
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4055
3970
|
this.httpClient = httpClient;
|
|
4056
|
-
this.basePath = 'https://
|
|
3971
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4057
3972
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4058
3973
|
this.configuration = new Configuration();
|
|
4059
3974
|
if (basePath) {
|
|
@@ -4254,7 +4169,7 @@
|
|
|
4254
4169
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4255
4170
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4256
4171
|
this.httpClient = httpClient;
|
|
4257
|
-
this.basePath = 'https://
|
|
4172
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4258
4173
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4259
4174
|
this.configuration = new Configuration();
|
|
4260
4175
|
if (basePath) {
|
|
@@ -4342,7 +4257,7 @@
|
|
|
4342
4257
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4343
4258
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4344
4259
|
this.httpClient = httpClient;
|
|
4345
|
-
this.basePath = 'https://
|
|
4260
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4346
4261
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4347
4262
|
this.configuration = new Configuration();
|
|
4348
4263
|
if (basePath) {
|
|
@@ -4521,7 +4436,7 @@
|
|
|
4521
4436
|
var DashboardControllerService = /** @class */ (function () {
|
|
4522
4437
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4523
4438
|
this.httpClient = httpClient;
|
|
4524
|
-
this.basePath = 'https://
|
|
4439
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
4525
4440
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4526
4441
|
this.configuration = new Configuration();
|
|
4527
4442
|
if (basePath) {
|
|
@@ -4556,6 +4471,48 @@
|
|
|
4556
4471
|
}
|
|
4557
4472
|
return false;
|
|
4558
4473
|
};
|
|
4474
|
+
DashboardControllerService.prototype.archiveEntitiesUsingPOST = function (id, tableEntity, reqId, token, observe, reportProgress) {
|
|
4475
|
+
if (observe === void 0) { observe = 'body'; }
|
|
4476
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
4477
|
+
if (id === null || id === undefined) {
|
|
4478
|
+
throw new Error('Required parameter id was null or undefined when calling archiveEntitiesUsingPOST.');
|
|
4479
|
+
}
|
|
4480
|
+
if (tableEntity === null || tableEntity === undefined) {
|
|
4481
|
+
throw new Error('Required parameter tableEntity was null or undefined when calling archiveEntitiesUsingPOST.');
|
|
4482
|
+
}
|
|
4483
|
+
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
4484
|
+
if (id) {
|
|
4485
|
+
id.forEach(function (element) {
|
|
4486
|
+
queryParameters = queryParameters.append('id', element);
|
|
4487
|
+
});
|
|
4488
|
+
}
|
|
4489
|
+
var headers = this.defaultHeaders;
|
|
4490
|
+
if (reqId !== undefined && reqId !== null) {
|
|
4491
|
+
headers = headers.set('reqId', String(reqId));
|
|
4492
|
+
}
|
|
4493
|
+
if (token !== undefined && token !== null) {
|
|
4494
|
+
headers = headers.set('token', String(token));
|
|
4495
|
+
}
|
|
4496
|
+
// to determine the Accept header
|
|
4497
|
+
var httpHeaderAccepts = [
|
|
4498
|
+
'application/json'
|
|
4499
|
+
];
|
|
4500
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
4501
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
4502
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
4503
|
+
}
|
|
4504
|
+
// to determine the Content-Type header
|
|
4505
|
+
var consumes = [
|
|
4506
|
+
'application/json'
|
|
4507
|
+
];
|
|
4508
|
+
return this.httpClient.post(this.basePath + "/v2/api/archive/" + encodeURIComponent(String(tableEntity)), null, {
|
|
4509
|
+
params: queryParameters,
|
|
4510
|
+
withCredentials: this.configuration.withCredentials,
|
|
4511
|
+
headers: headers,
|
|
4512
|
+
observe: observe,
|
|
4513
|
+
reportProgress: reportProgress
|
|
4514
|
+
});
|
|
4515
|
+
};
|
|
4559
4516
|
DashboardControllerService.prototype.getByIdUsingGET4 = function (id, tableEntity, reqId, token, observe, reportProgress) {
|
|
4560
4517
|
if (observe === void 0) { observe = 'body'; }
|
|
4561
4518
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -4786,7 +4743,7 @@
|
|
|
4786
4743
|
reportProgress: reportProgress
|
|
4787
4744
|
});
|
|
4788
4745
|
};
|
|
4789
|
-
DashboardControllerService.prototype.getDashboardDataListUsingPOST = function (dashboardRequest, entity, showuu,
|
|
4746
|
+
DashboardControllerService.prototype.getDashboardDataListUsingPOST = function (dashboardRequest, entity, showuu, refresh, reqId, token, observe, reportProgress) {
|
|
4790
4747
|
if (observe === void 0) { observe = 'body'; }
|
|
4791
4748
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
4792
4749
|
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
@@ -4799,21 +4756,12 @@
|
|
|
4799
4756
|
throw new Error('Required parameter showuu was null or undefined when calling getDashboardDataListUsingPOST.');
|
|
4800
4757
|
}
|
|
4801
4758
|
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
4802
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
4803
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
4804
|
-
}
|
|
4805
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
4806
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
4807
|
-
}
|
|
4808
4759
|
if (refresh !== undefined && refresh !== null) {
|
|
4809
4760
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
4810
4761
|
}
|
|
4811
4762
|
if (showuu !== undefined && showuu !== null) {
|
|
4812
4763
|
queryParameters = queryParameters.set('showuu', showuu);
|
|
4813
4764
|
}
|
|
4814
|
-
if (sort !== undefined && sort !== null) {
|
|
4815
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
4816
|
-
}
|
|
4817
4765
|
var headers = this.defaultHeaders;
|
|
4818
4766
|
if (reqId !== undefined && reqId !== null) {
|
|
4819
4767
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -5145,7 +5093,7 @@
|
|
|
5145
5093
|
var PixelControllerService = /** @class */ (function () {
|
|
5146
5094
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5147
5095
|
this.httpClient = httpClient;
|
|
5148
|
-
this.basePath = 'https://
|
|
5096
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5149
5097
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5150
5098
|
this.configuration = new Configuration();
|
|
5151
5099
|
if (basePath) {
|
|
@@ -5360,7 +5308,7 @@
|
|
|
5360
5308
|
reportProgress: reportProgress
|
|
5361
5309
|
});
|
|
5362
5310
|
};
|
|
5363
|
-
PixelControllerService.prototype.searchPixelsUsingPOST = function (advertiser_id,
|
|
5311
|
+
PixelControllerService.prototype.searchPixelsUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
|
|
5364
5312
|
if (observe === void 0) { observe = 'body'; }
|
|
5365
5313
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
5366
5314
|
if (advertiser_id === null || advertiser_id === undefined) {
|
|
@@ -5370,18 +5318,9 @@
|
|
|
5370
5318
|
if (advertiser_id !== undefined && advertiser_id !== null) {
|
|
5371
5319
|
queryParameters = queryParameters.set('advertiser_id', advertiser_id);
|
|
5372
5320
|
}
|
|
5373
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
5374
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
5375
|
-
}
|
|
5376
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
5377
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
5378
|
-
}
|
|
5379
5321
|
if (refresh !== undefined && refresh !== null) {
|
|
5380
5322
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
5381
5323
|
}
|
|
5382
|
-
if (sort !== undefined && sort !== null) {
|
|
5383
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
5384
|
-
}
|
|
5385
5324
|
var headers = this.defaultHeaders;
|
|
5386
5325
|
if (reqId !== undefined && reqId !== null) {
|
|
5387
5326
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -5483,7 +5422,7 @@
|
|
|
5483
5422
|
var ReportingControllerService = /** @class */ (function () {
|
|
5484
5423
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5485
5424
|
this.httpClient = httpClient;
|
|
5486
|
-
this.basePath = 'https://
|
|
5425
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5487
5426
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5488
5427
|
this.configuration = new Configuration();
|
|
5489
5428
|
if (basePath) {
|
|
@@ -5667,7 +5606,7 @@
|
|
|
5667
5606
|
var SliceXControllerService = /** @class */ (function () {
|
|
5668
5607
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5669
5608
|
this.httpClient = httpClient;
|
|
5670
|
-
this.basePath = 'https://
|
|
5609
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5671
5610
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5672
5611
|
this.configuration = new Configuration();
|
|
5673
5612
|
if (basePath) {
|
|
@@ -5852,7 +5791,7 @@
|
|
|
5852
5791
|
var StrategyControllerService = /** @class */ (function () {
|
|
5853
5792
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
5854
5793
|
this.httpClient = httpClient;
|
|
5855
|
-
this.basePath = 'https://
|
|
5794
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
5856
5795
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5857
5796
|
this.configuration = new Configuration();
|
|
5858
5797
|
if (basePath) {
|
|
@@ -6340,7 +6279,7 @@
|
|
|
6340
6279
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6341
6280
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6342
6281
|
this.httpClient = httpClient;
|
|
6343
|
-
this.basePath = 'https://
|
|
6282
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6344
6283
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6345
6284
|
this.configuration = new Configuration();
|
|
6346
6285
|
if (basePath) {
|
|
@@ -6442,7 +6381,7 @@
|
|
|
6442
6381
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6443
6382
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6444
6383
|
this.httpClient = httpClient;
|
|
6445
|
-
this.basePath = 'https://
|
|
6384
|
+
this.basePath = 'https://apiv2stage1.atomex.net';
|
|
6446
6385
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6447
6386
|
this.configuration = new Configuration();
|
|
6448
6387
|
if (basePath) {
|
|
@@ -6698,17 +6637,6 @@
|
|
|
6698
6637
|
};
|
|
6699
6638
|
})(exports.AudienceDTO || (exports.AudienceDTO = {}));
|
|
6700
6639
|
|
|
6701
|
-
/**
|
|
6702
|
-
* Api Documentation
|
|
6703
|
-
* Api Documentation
|
|
6704
|
-
*
|
|
6705
|
-
* OpenAPI spec version: 1.0
|
|
6706
|
-
*
|
|
6707
|
-
*
|
|
6708
|
-
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6709
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
6710
|
-
* Do not edit the class manually.
|
|
6711
|
-
*/
|
|
6712
6640
|
|
|
6713
6641
|
(function (ClickDestination) {
|
|
6714
6642
|
ClickDestination.CampaignTypeEnum = {
|
|
@@ -6856,6 +6784,22 @@
|
|
|
6856
6784
|
})(exports.CreativeHtmlFileForSet || (exports.CreativeHtmlFileForSet = {}));
|
|
6857
6785
|
|
|
6858
6786
|
|
|
6787
|
+
(function (CreativeSetDashboardMetric) {
|
|
6788
|
+
CreativeSetDashboardMetric.CreativeSetTypeEnum = {
|
|
6789
|
+
IMAGE: 'IMAGE',
|
|
6790
|
+
VIDEO: 'VIDEO',
|
|
6791
|
+
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
6792
|
+
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
6793
|
+
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
6794
|
+
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
6795
|
+
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6796
|
+
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6797
|
+
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6798
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6799
|
+
};
|
|
6800
|
+
})(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
|
|
6801
|
+
|
|
6802
|
+
|
|
6859
6803
|
(function (CreativeSetDetails) {
|
|
6860
6804
|
CreativeSetDetails.TypeEnum = {
|
|
6861
6805
|
IMAGE: 'IMAGE',
|
|
@@ -6887,9 +6831,20 @@
|
|
|
6887
6831
|
};
|
|
6888
6832
|
})(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
|
|
6889
6833
|
|
|
6834
|
+
/**
|
|
6835
|
+
* Api Documentation
|
|
6836
|
+
* Api Documentation
|
|
6837
|
+
*
|
|
6838
|
+
* OpenAPI spec version: 1.0
|
|
6839
|
+
*
|
|
6840
|
+
*
|
|
6841
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6842
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
6843
|
+
* Do not edit the class manually.
|
|
6844
|
+
*/
|
|
6890
6845
|
|
|
6891
|
-
(function (
|
|
6892
|
-
|
|
6846
|
+
(function (CreativeSetResponse) {
|
|
6847
|
+
CreativeSetResponse.OtherCreativeSetTypeEnum = {
|
|
6893
6848
|
IMAGE: 'IMAGE',
|
|
6894
6849
|
VIDEO: 'VIDEO',
|
|
6895
6850
|
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
@@ -6901,7 +6856,7 @@
|
|
|
6901
6856
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6902
6857
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6903
6858
|
};
|
|
6904
|
-
})(exports.
|
|
6859
|
+
})(exports.CreativeSetResponse || (exports.CreativeSetResponse = {}));
|
|
6905
6860
|
|
|
6906
6861
|
/**
|
|
6907
6862
|
* Api Documentation
|