@revxui/api-clients-ts 0.10.175 → 0.10.179
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 +37 -27
- package/api/pixelController.service.d.ts +3 -6
- package/bundles/revxui-api-clients-ts.umd.js +120 -147
- 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/campaignDTO.js +1 -1
- package/esm2015/model/campaignESDTO.js +1 -1
- package/esm2015/model/clickDestination.js +1 -1
- 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/dashboardData.js +1 -1
- 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/ruleDTO.js +8 -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/campaignDTO.js +1 -1
- package/esm5/model/campaignESDTO.js +1 -1
- package/esm5/model/clickDestination.js +1 -1
- 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/dashboardData.js +1 -1
- 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/ruleDTO.js +8 -1
- package/esm5/model/strategy.js +1 -1
- package/esm5/model/strategyDTO.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +120 -149
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +122 -149
- 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 +11 -10
- package/model/audienceESDTO.d.ts +2 -1
- package/model/campaignDTO.d.ts +1 -0
- package/model/campaignESDTO.d.ts +2 -0
- package/model/clickDestination.d.ts +1 -0
- package/model/creative.d.ts +1 -0
- package/model/creativeCompactDTO.d.ts +1 -0
- package/model/creativeDTO.d.ts +1 -0
- package/model/creativePerformanceData.d.ts +3 -0
- package/model/{creativeSetsListDashboardData.d.ts → creativeSetDashboardMetric.d.ts} +4 -3
- package/model/creativeSetDetails.d.ts +11 -10
- package/model/creativeSetRequest.d.ts +10 -10
- package/model/creativeSetResponse.d.ts +18 -0
- package/model/dashboardData.d.ts +1 -0
- package/model/models.d.ts +3 -3
- package/model/parentBasedObject.d.ts +1 -0
- package/model/pixel.d.ts +1 -0
- package/model/reportingResponse.d.ts +1 -0
- package/model/ruleDTO.d.ts +10 -0
- package/model/strategy.d.ts +1 -0
- package/model/strategyDTO.d.ts +2 -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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.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://apiv2stage2.atomex.net';
|
|
1314
1314
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1315
1315
|
this.configuration = new Configuration();
|
|
1316
1316
|
if (basePath) {
|
|
@@ -1590,25 +1590,16 @@
|
|
|
1590
1590
|
reportProgress: reportProgress
|
|
1591
1591
|
});
|
|
1592
1592
|
};
|
|
1593
|
-
AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id,
|
|
1593
|
+
AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
|
|
1594
1594
|
if (observe === void 0) { observe = 'body'; }
|
|
1595
1595
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
1596
1596
|
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
1597
1597
|
if (advertiser_id !== undefined && advertiser_id !== null) {
|
|
1598
1598
|
queryParameters = queryParameters.set('advertiser_id', advertiser_id);
|
|
1599
1599
|
}
|
|
1600
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
1601
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
1602
|
-
}
|
|
1603
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
1604
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
1605
|
-
}
|
|
1606
1600
|
if (refresh !== undefined && refresh !== null) {
|
|
1607
1601
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
1608
1602
|
}
|
|
1609
|
-
if (sort !== undefined && sort !== null) {
|
|
1610
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
1611
|
-
}
|
|
1612
1603
|
var headers = this.defaultHeaders;
|
|
1613
1604
|
if (reqId !== undefined && reqId !== null) {
|
|
1614
1605
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -1971,7 +1962,7 @@
|
|
|
1971
1962
|
var AuditControllerService = /** @class */ (function () {
|
|
1972
1963
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
1973
1964
|
this.httpClient = httpClient;
|
|
1974
|
-
this.basePath = 'https://
|
|
1965
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
1975
1966
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1976
1967
|
this.configuration = new Configuration();
|
|
1977
1968
|
if (basePath) {
|
|
@@ -2170,7 +2161,7 @@
|
|
|
2170
2161
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
2171
2162
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2172
2163
|
this.httpClient = httpClient;
|
|
2173
|
-
this.basePath = 'https://
|
|
2164
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2174
2165
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2175
2166
|
this.configuration = new Configuration();
|
|
2176
2167
|
if (basePath) {
|
|
@@ -2413,7 +2404,7 @@
|
|
|
2413
2404
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2414
2405
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2415
2406
|
this.httpClient = httpClient;
|
|
2416
|
-
this.basePath = 'https://
|
|
2407
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2417
2408
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2418
2409
|
this.configuration = new Configuration();
|
|
2419
2410
|
if (basePath) {
|
|
@@ -2534,7 +2525,7 @@
|
|
|
2534
2525
|
var CampaignControllerService = /** @class */ (function () {
|
|
2535
2526
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2536
2527
|
this.httpClient = httpClient;
|
|
2537
|
-
this.basePath = 'https://
|
|
2528
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2538
2529
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2539
2530
|
this.configuration = new Configuration();
|
|
2540
2531
|
if (basePath) {
|
|
@@ -2679,7 +2670,7 @@
|
|
|
2679
2670
|
reportProgress: reportProgress
|
|
2680
2671
|
});
|
|
2681
2672
|
};
|
|
2682
|
-
CampaignControllerService.prototype.getAllCampaignUsingGET = function (advertiser_id,
|
|
2673
|
+
CampaignControllerService.prototype.getAllCampaignUsingGET = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
|
|
2683
2674
|
if (observe === void 0) { observe = 'body'; }
|
|
2684
2675
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
2685
2676
|
if (advertiser_id === null || advertiser_id === undefined) {
|
|
@@ -2689,21 +2680,12 @@
|
|
|
2689
2680
|
if (advertiser_id !== undefined && advertiser_id !== null) {
|
|
2690
2681
|
queryParameters = queryParameters.set('advertiser_id', advertiser_id);
|
|
2691
2682
|
}
|
|
2692
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
2693
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
2694
|
-
}
|
|
2695
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
2696
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
2697
|
-
}
|
|
2698
2683
|
if (refresh !== undefined && refresh !== null) {
|
|
2699
2684
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
2700
2685
|
}
|
|
2701
2686
|
if (search !== undefined && search !== null) {
|
|
2702
2687
|
queryParameters = queryParameters.set('search', search);
|
|
2703
2688
|
}
|
|
2704
|
-
if (sort !== undefined && sort !== null) {
|
|
2705
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
2706
|
-
}
|
|
2707
2689
|
var headers = this.defaultHeaders;
|
|
2708
2690
|
if (reqId !== undefined && reqId !== null) {
|
|
2709
2691
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -2829,7 +2811,7 @@
|
|
|
2829
2811
|
var CatalogControllerService = /** @class */ (function () {
|
|
2830
2812
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
2831
2813
|
this.httpClient = httpClient;
|
|
2832
|
-
this.basePath = 'https://
|
|
2814
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
2833
2815
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2834
2816
|
this.configuration = new Configuration();
|
|
2835
2817
|
if (basePath) {
|
|
@@ -2894,7 +2876,7 @@
|
|
|
2894
2876
|
reportProgress: reportProgress
|
|
2895
2877
|
});
|
|
2896
2878
|
};
|
|
2897
|
-
CatalogControllerService.prototype.getCatalogFeedsUsingPOST = function (advertiser_id,
|
|
2879
|
+
CatalogControllerService.prototype.getCatalogFeedsUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
|
|
2898
2880
|
if (observe === void 0) { observe = 'body'; }
|
|
2899
2881
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
2900
2882
|
if (advertiser_id === null || advertiser_id === undefined) {
|
|
@@ -2904,18 +2886,9 @@
|
|
|
2904
2886
|
if (advertiser_id !== undefined && advertiser_id !== null) {
|
|
2905
2887
|
queryParameters = queryParameters.set('advertiser_id', advertiser_id);
|
|
2906
2888
|
}
|
|
2907
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
2908
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
2909
|
-
}
|
|
2910
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
2911
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
2912
|
-
}
|
|
2913
2889
|
if (refresh !== undefined && refresh !== null) {
|
|
2914
2890
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
2915
2891
|
}
|
|
2916
|
-
if (sort !== undefined && sort !== null) {
|
|
2917
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
2918
|
-
}
|
|
2919
2892
|
var headers = this.defaultHeaders;
|
|
2920
2893
|
if (reqId !== undefined && reqId !== null) {
|
|
2921
2894
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -2947,7 +2920,7 @@
|
|
|
2947
2920
|
reportProgress: reportProgress
|
|
2948
2921
|
});
|
|
2949
2922
|
};
|
|
2950
|
-
CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id,
|
|
2923
|
+
CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
|
|
2951
2924
|
if (observe === void 0) { observe = 'body'; }
|
|
2952
2925
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
2953
2926
|
if (advertiser_id === null || advertiser_id === undefined) {
|
|
@@ -2957,18 +2930,9 @@
|
|
|
2957
2930
|
if (advertiser_id !== undefined && advertiser_id !== null) {
|
|
2958
2931
|
queryParameters = queryParameters.set('advertiser_id', advertiser_id);
|
|
2959
2932
|
}
|
|
2960
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
2961
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
2962
|
-
}
|
|
2963
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
2964
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
2965
|
-
}
|
|
2966
2933
|
if (refresh !== undefined && refresh !== null) {
|
|
2967
2934
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
2968
2935
|
}
|
|
2969
|
-
if (sort !== undefined && sort !== null) {
|
|
2970
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
2971
|
-
}
|
|
2972
2936
|
var headers = this.defaultHeaders;
|
|
2973
2937
|
if (reqId !== undefined && reqId !== null) {
|
|
2974
2938
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -3000,7 +2964,7 @@
|
|
|
3000
2964
|
reportProgress: reportProgress
|
|
3001
2965
|
});
|
|
3002
2966
|
};
|
|
3003
|
-
CatalogControllerService.prototype.getVariableMappingsUsingPOST = function (feedId,
|
|
2967
|
+
CatalogControllerService.prototype.getVariableMappingsUsingPOST = function (feedId, refresh, reqId, search, token, observe, reportProgress) {
|
|
3004
2968
|
if (observe === void 0) { observe = 'body'; }
|
|
3005
2969
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
3006
2970
|
if (feedId === null || feedId === undefined) {
|
|
@@ -3010,18 +2974,9 @@
|
|
|
3010
2974
|
if (feedId !== undefined && feedId !== null) {
|
|
3011
2975
|
queryParameters = queryParameters.set('feedId', feedId);
|
|
3012
2976
|
}
|
|
3013
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
3014
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
3015
|
-
}
|
|
3016
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
3017
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
3018
|
-
}
|
|
3019
2977
|
if (refresh !== undefined && refresh !== null) {
|
|
3020
2978
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
3021
2979
|
}
|
|
3022
|
-
if (sort !== undefined && sort !== null) {
|
|
3023
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
3024
|
-
}
|
|
3025
2980
|
var headers = this.defaultHeaders;
|
|
3026
2981
|
if (reqId !== undefined && reqId !== null) {
|
|
3027
2982
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -3079,7 +3034,7 @@
|
|
|
3079
3034
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
3080
3035
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
3081
3036
|
this.httpClient = httpClient;
|
|
3082
|
-
this.basePath = 'https://
|
|
3037
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3083
3038
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3084
3039
|
this.configuration = new Configuration();
|
|
3085
3040
|
if (basePath) {
|
|
@@ -3150,7 +3105,7 @@
|
|
|
3150
3105
|
reportProgress: reportProgress
|
|
3151
3106
|
});
|
|
3152
3107
|
};
|
|
3153
|
-
ClickDestinationControllerService.prototype.getAllClickDestinationUsingPOST = function (advertiser_id,
|
|
3108
|
+
ClickDestinationControllerService.prototype.getAllClickDestinationUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
|
|
3154
3109
|
if (observe === void 0) { observe = 'body'; }
|
|
3155
3110
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
3156
3111
|
if (advertiser_id === null || advertiser_id === undefined) {
|
|
@@ -3160,18 +3115,9 @@
|
|
|
3160
3115
|
if (advertiser_id !== undefined && advertiser_id !== null) {
|
|
3161
3116
|
queryParameters = queryParameters.set('advertiser_id', advertiser_id);
|
|
3162
3117
|
}
|
|
3163
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
3164
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
3165
|
-
}
|
|
3166
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
3167
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
3168
|
-
}
|
|
3169
3118
|
if (refresh !== undefined && refresh !== null) {
|
|
3170
3119
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
3171
3120
|
}
|
|
3172
|
-
if (sort !== undefined && sort !== null) {
|
|
3173
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
3174
|
-
}
|
|
3175
3121
|
var headers = this.defaultHeaders;
|
|
3176
3122
|
if (reqId !== undefined && reqId !== null) {
|
|
3177
3123
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -3338,7 +3284,7 @@
|
|
|
3338
3284
|
var CreativeControllerService = /** @class */ (function () {
|
|
3339
3285
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3340
3286
|
this.httpClient = httpClient;
|
|
3341
|
-
this.basePath = 'https://
|
|
3287
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3342
3288
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3343
3289
|
this.configuration = new Configuration();
|
|
3344
3290
|
if (basePath) {
|
|
@@ -3665,28 +3611,19 @@
|
|
|
3665
3611
|
reportProgress: reportProgress
|
|
3666
3612
|
});
|
|
3667
3613
|
};
|
|
3668
|
-
CreativeControllerService.prototype.searchCreativesCompactUsingPOST = function (search,
|
|
3614
|
+
CreativeControllerService.prototype.searchCreativesCompactUsingPOST = function (search, refresh, reqId, skadtarget, token, observe, reportProgress) {
|
|
3669
3615
|
if (observe === void 0) { observe = 'body'; }
|
|
3670
3616
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
3671
3617
|
if (search === null || search === undefined) {
|
|
3672
3618
|
throw new Error('Required parameter search was null or undefined when calling searchCreativesCompactUsingPOST.');
|
|
3673
3619
|
}
|
|
3674
3620
|
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3675
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
3676
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
3677
|
-
}
|
|
3678
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
3679
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
3680
|
-
}
|
|
3681
3621
|
if (refresh !== undefined && refresh !== null) {
|
|
3682
3622
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
3683
3623
|
}
|
|
3684
3624
|
if (skadtarget !== undefined && skadtarget !== null) {
|
|
3685
3625
|
queryParameters = queryParameters.set('skadtarget', skadtarget);
|
|
3686
3626
|
}
|
|
3687
|
-
if (sort !== undefined && sort !== null) {
|
|
3688
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
3689
|
-
}
|
|
3690
3627
|
var headers = this.defaultHeaders;
|
|
3691
3628
|
if (reqId !== undefined && reqId !== null) {
|
|
3692
3629
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -3718,25 +3655,16 @@
|
|
|
3718
3655
|
reportProgress: reportProgress
|
|
3719
3656
|
});
|
|
3720
3657
|
};
|
|
3721
|
-
CreativeControllerService.prototype.searchCreativesUsingPOST = function (search,
|
|
3658
|
+
CreativeControllerService.prototype.searchCreativesUsingPOST = function (search, refresh, reqId, token, observe, reportProgress) {
|
|
3722
3659
|
if (observe === void 0) { observe = 'body'; }
|
|
3723
3660
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
3724
3661
|
if (search === null || search === undefined) {
|
|
3725
3662
|
throw new Error('Required parameter search was null or undefined when calling searchCreativesUsingPOST.');
|
|
3726
3663
|
}
|
|
3727
3664
|
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3728
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
3729
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
3730
|
-
}
|
|
3731
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
3732
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
3733
|
-
}
|
|
3734
3665
|
if (refresh !== undefined && refresh !== null) {
|
|
3735
3666
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
3736
3667
|
}
|
|
3737
|
-
if (sort !== undefined && sort !== null) {
|
|
3738
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
3739
|
-
}
|
|
3740
3668
|
var headers = this.defaultHeaders;
|
|
3741
3669
|
if (reqId !== undefined && reqId !== null) {
|
|
3742
3670
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -3833,7 +3761,7 @@
|
|
|
3833
3761
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
3834
3762
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
3835
3763
|
this.httpClient = httpClient;
|
|
3836
|
-
this.basePath = 'https://
|
|
3764
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
3837
3765
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3838
3766
|
this.configuration = new Configuration();
|
|
3839
3767
|
if (basePath) {
|
|
@@ -3939,12 +3867,16 @@
|
|
|
3939
3867
|
reportProgress: reportProgress
|
|
3940
3868
|
});
|
|
3941
3869
|
};
|
|
3942
|
-
CreativeSetsControllerService.prototype.getByIdUsingGET3 = function (id, reqId, token, observe, reportProgress) {
|
|
3870
|
+
CreativeSetsControllerService.prototype.getByIdUsingGET3 = function (id, refresh, reqId, token, observe, reportProgress) {
|
|
3943
3871
|
if (observe === void 0) { observe = 'body'; }
|
|
3944
3872
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
3945
3873
|
if (id === null || id === undefined) {
|
|
3946
3874
|
throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET3.');
|
|
3947
3875
|
}
|
|
3876
|
+
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3877
|
+
if (refresh !== undefined && refresh !== null) {
|
|
3878
|
+
queryParameters = queryParameters.set('refresh', refresh);
|
|
3879
|
+
}
|
|
3948
3880
|
var headers = this.defaultHeaders;
|
|
3949
3881
|
if (reqId !== undefined && reqId !== null) {
|
|
3950
3882
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -3963,31 +3895,23 @@
|
|
|
3963
3895
|
// to determine the Content-Type header
|
|
3964
3896
|
var consumes = [];
|
|
3965
3897
|
return this.httpClient.get(this.basePath + "/v2/api/creativesets/" + encodeURIComponent(String(id)), {
|
|
3898
|
+
params: queryParameters,
|
|
3966
3899
|
withCredentials: this.configuration.withCredentials,
|
|
3967
3900
|
headers: headers,
|
|
3968
3901
|
observe: observe,
|
|
3969
3902
|
reportProgress: reportProgress
|
|
3970
3903
|
});
|
|
3971
3904
|
};
|
|
3972
|
-
CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest,
|
|
3905
|
+
CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
|
|
3973
3906
|
if (observe === void 0) { observe = 'body'; }
|
|
3974
3907
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
3975
3908
|
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
3976
3909
|
throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceUsingPOST.');
|
|
3977
3910
|
}
|
|
3978
3911
|
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
3979
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
3980
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
3981
|
-
}
|
|
3982
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
3983
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
3984
|
-
}
|
|
3985
3912
|
if (refresh !== undefined && refresh !== null) {
|
|
3986
3913
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
3987
3914
|
}
|
|
3988
|
-
if (sort !== undefined && sort !== null) {
|
|
3989
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
3990
|
-
}
|
|
3991
3915
|
var headers = this.defaultHeaders;
|
|
3992
3916
|
if (reqId !== undefined && reqId !== null) {
|
|
3993
3917
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -4019,7 +3943,7 @@
|
|
|
4019
3943
|
reportProgress: reportProgress
|
|
4020
3944
|
});
|
|
4021
3945
|
};
|
|
4022
|
-
CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id,
|
|
3946
|
+
CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, refresh, reqId, token, observe, reportProgress) {
|
|
4023
3947
|
if (observe === void 0) { observe = 'body'; }
|
|
4024
3948
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
4025
3949
|
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
@@ -4029,18 +3953,9 @@
|
|
|
4029
3953
|
throw new Error('Required parameter id was null or undefined when calling getCreativesPerformanceUsingPOST.');
|
|
4030
3954
|
}
|
|
4031
3955
|
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
4032
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
4033
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
4034
|
-
}
|
|
4035
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
4036
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
4037
|
-
}
|
|
4038
3956
|
if (refresh !== undefined && refresh !== null) {
|
|
4039
3957
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
4040
3958
|
}
|
|
4041
|
-
if (sort !== undefined && sort !== null) {
|
|
4042
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
4043
|
-
}
|
|
4044
3959
|
var headers = this.defaultHeaders;
|
|
4045
3960
|
if (reqId !== undefined && reqId !== null) {
|
|
4046
3961
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -4181,7 +4096,7 @@
|
|
|
4181
4096
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
4182
4097
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4183
4098
|
this.httpClient = httpClient;
|
|
4184
|
-
this.basePath = 'https://
|
|
4099
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4185
4100
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4186
4101
|
this.configuration = new Configuration();
|
|
4187
4102
|
if (basePath) {
|
|
@@ -4382,7 +4297,7 @@
|
|
|
4382
4297
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4383
4298
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4384
4299
|
this.httpClient = httpClient;
|
|
4385
|
-
this.basePath = 'https://
|
|
4300
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4386
4301
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4387
4302
|
this.configuration = new Configuration();
|
|
4388
4303
|
if (basePath) {
|
|
@@ -4470,7 +4385,7 @@
|
|
|
4470
4385
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
4471
4386
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
4472
4387
|
this.httpClient = httpClient;
|
|
4473
|
-
this.basePath = 'https://
|
|
4388
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4474
4389
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4475
4390
|
this.configuration = new Configuration();
|
|
4476
4391
|
if (basePath) {
|
|
@@ -4649,7 +4564,7 @@
|
|
|
4649
4564
|
var DashboardControllerService = /** @class */ (function () {
|
|
4650
4565
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
4651
4566
|
this.httpClient = httpClient;
|
|
4652
|
-
this.basePath = 'https://
|
|
4567
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
4653
4568
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4654
4569
|
this.configuration = new Configuration();
|
|
4655
4570
|
if (basePath) {
|
|
@@ -4684,6 +4599,48 @@
|
|
|
4684
4599
|
}
|
|
4685
4600
|
return false;
|
|
4686
4601
|
};
|
|
4602
|
+
DashboardControllerService.prototype.archiveEntitiesUsingPOST = function (id, tableEntity, reqId, token, observe, reportProgress) {
|
|
4603
|
+
if (observe === void 0) { observe = 'body'; }
|
|
4604
|
+
if (reportProgress === void 0) { reportProgress = false; }
|
|
4605
|
+
if (id === null || id === undefined) {
|
|
4606
|
+
throw new Error('Required parameter id was null or undefined when calling archiveEntitiesUsingPOST.');
|
|
4607
|
+
}
|
|
4608
|
+
if (tableEntity === null || tableEntity === undefined) {
|
|
4609
|
+
throw new Error('Required parameter tableEntity was null or undefined when calling archiveEntitiesUsingPOST.');
|
|
4610
|
+
}
|
|
4611
|
+
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
4612
|
+
if (id) {
|
|
4613
|
+
id.forEach(function (element) {
|
|
4614
|
+
queryParameters = queryParameters.append('id', element);
|
|
4615
|
+
});
|
|
4616
|
+
}
|
|
4617
|
+
var headers = this.defaultHeaders;
|
|
4618
|
+
if (reqId !== undefined && reqId !== null) {
|
|
4619
|
+
headers = headers.set('reqId', String(reqId));
|
|
4620
|
+
}
|
|
4621
|
+
if (token !== undefined && token !== null) {
|
|
4622
|
+
headers = headers.set('token', String(token));
|
|
4623
|
+
}
|
|
4624
|
+
// to determine the Accept header
|
|
4625
|
+
var httpHeaderAccepts = [
|
|
4626
|
+
'application/json'
|
|
4627
|
+
];
|
|
4628
|
+
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
4629
|
+
if (httpHeaderAcceptSelected != undefined) {
|
|
4630
|
+
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
4631
|
+
}
|
|
4632
|
+
// to determine the Content-Type header
|
|
4633
|
+
var consumes = [
|
|
4634
|
+
'application/json'
|
|
4635
|
+
];
|
|
4636
|
+
return this.httpClient.post(this.basePath + "/v2/api/archive/" + encodeURIComponent(String(tableEntity)), null, {
|
|
4637
|
+
params: queryParameters,
|
|
4638
|
+
withCredentials: this.configuration.withCredentials,
|
|
4639
|
+
headers: headers,
|
|
4640
|
+
observe: observe,
|
|
4641
|
+
reportProgress: reportProgress
|
|
4642
|
+
});
|
|
4643
|
+
};
|
|
4687
4644
|
DashboardControllerService.prototype.getByIdUsingGET4 = function (id, tableEntity, reqId, token, observe, reportProgress) {
|
|
4688
4645
|
if (observe === void 0) { observe = 'body'; }
|
|
4689
4646
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -4914,7 +4871,7 @@
|
|
|
4914
4871
|
reportProgress: reportProgress
|
|
4915
4872
|
});
|
|
4916
4873
|
};
|
|
4917
|
-
DashboardControllerService.prototype.getDashboardDataListUsingPOST = function (dashboardRequest, entity, showuu,
|
|
4874
|
+
DashboardControllerService.prototype.getDashboardDataListUsingPOST = function (dashboardRequest, entity, showuu, refresh, reqId, token, observe, reportProgress) {
|
|
4918
4875
|
if (observe === void 0) { observe = 'body'; }
|
|
4919
4876
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
4920
4877
|
if (dashboardRequest === null || dashboardRequest === undefined) {
|
|
@@ -4927,21 +4884,12 @@
|
|
|
4927
4884
|
throw new Error('Required parameter showuu was null or undefined when calling getDashboardDataListUsingPOST.');
|
|
4928
4885
|
}
|
|
4929
4886
|
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
4930
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
4931
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
4932
|
-
}
|
|
4933
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
4934
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
4935
|
-
}
|
|
4936
4887
|
if (refresh !== undefined && refresh !== null) {
|
|
4937
4888
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
4938
4889
|
}
|
|
4939
4890
|
if (showuu !== undefined && showuu !== null) {
|
|
4940
4891
|
queryParameters = queryParameters.set('showuu', showuu);
|
|
4941
4892
|
}
|
|
4942
|
-
if (sort !== undefined && sort !== null) {
|
|
4943
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
4944
|
-
}
|
|
4945
4893
|
var headers = this.defaultHeaders;
|
|
4946
4894
|
if (reqId !== undefined && reqId !== null) {
|
|
4947
4895
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -5273,7 +5221,7 @@
|
|
|
5273
5221
|
var PixelControllerService = /** @class */ (function () {
|
|
5274
5222
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
5275
5223
|
this.httpClient = httpClient;
|
|
5276
|
-
this.basePath = 'https://
|
|
5224
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5277
5225
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5278
5226
|
this.configuration = new Configuration();
|
|
5279
5227
|
if (basePath) {
|
|
@@ -5488,7 +5436,7 @@
|
|
|
5488
5436
|
reportProgress: reportProgress
|
|
5489
5437
|
});
|
|
5490
5438
|
};
|
|
5491
|
-
PixelControllerService.prototype.searchPixelsUsingPOST = function (advertiser_id,
|
|
5439
|
+
PixelControllerService.prototype.searchPixelsUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
|
|
5492
5440
|
if (observe === void 0) { observe = 'body'; }
|
|
5493
5441
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
5494
5442
|
if (advertiser_id === null || advertiser_id === undefined) {
|
|
@@ -5498,18 +5446,9 @@
|
|
|
5498
5446
|
if (advertiser_id !== undefined && advertiser_id !== null) {
|
|
5499
5447
|
queryParameters = queryParameters.set('advertiser_id', advertiser_id);
|
|
5500
5448
|
}
|
|
5501
|
-
if (pageNumber !== undefined && pageNumber !== null) {
|
|
5502
|
-
queryParameters = queryParameters.set('pageNumber', pageNumber);
|
|
5503
|
-
}
|
|
5504
|
-
if (pageSize !== undefined && pageSize !== null) {
|
|
5505
|
-
queryParameters = queryParameters.set('pageSize', pageSize);
|
|
5506
|
-
}
|
|
5507
5449
|
if (refresh !== undefined && refresh !== null) {
|
|
5508
5450
|
queryParameters = queryParameters.set('refresh', refresh);
|
|
5509
5451
|
}
|
|
5510
|
-
if (sort !== undefined && sort !== null) {
|
|
5511
|
-
queryParameters = queryParameters.set('sort', sort);
|
|
5512
|
-
}
|
|
5513
5452
|
var headers = this.defaultHeaders;
|
|
5514
5453
|
if (reqId !== undefined && reqId !== null) {
|
|
5515
5454
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -5611,7 +5550,7 @@
|
|
|
5611
5550
|
var ReportingControllerService = /** @class */ (function () {
|
|
5612
5551
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
5613
5552
|
this.httpClient = httpClient;
|
|
5614
|
-
this.basePath = 'https://
|
|
5553
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5615
5554
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5616
5555
|
this.configuration = new Configuration();
|
|
5617
5556
|
if (basePath) {
|
|
@@ -5795,7 +5734,7 @@
|
|
|
5795
5734
|
var SliceXControllerService = /** @class */ (function () {
|
|
5796
5735
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
5797
5736
|
this.httpClient = httpClient;
|
|
5798
|
-
this.basePath = 'https://
|
|
5737
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5799
5738
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5800
5739
|
this.configuration = new Configuration();
|
|
5801
5740
|
if (basePath) {
|
|
@@ -5980,7 +5919,7 @@
|
|
|
5980
5919
|
var StrategyControllerService = /** @class */ (function () {
|
|
5981
5920
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
5982
5921
|
this.httpClient = httpClient;
|
|
5983
|
-
this.basePath = 'https://
|
|
5922
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
5984
5923
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5985
5924
|
this.configuration = new Configuration();
|
|
5986
5925
|
if (basePath) {
|
|
@@ -6468,7 +6407,7 @@
|
|
|
6468
6407
|
var UILoggerControllerService = /** @class */ (function () {
|
|
6469
6408
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
6470
6409
|
this.httpClient = httpClient;
|
|
6471
|
-
this.basePath = 'https://
|
|
6410
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6472
6411
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6473
6412
|
this.configuration = new Configuration();
|
|
6474
6413
|
if (basePath) {
|
|
@@ -6570,7 +6509,7 @@
|
|
|
6570
6509
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
6571
6510
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
6572
6511
|
this.httpClient = httpClient;
|
|
6573
|
-
this.basePath = 'https://
|
|
6512
|
+
this.basePath = 'https://apiv2stage2.atomex.net';
|
|
6574
6513
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6575
6514
|
this.configuration = new Configuration();
|
|
6576
6515
|
if (basePath) {
|
|
@@ -7019,6 +6958,22 @@
|
|
|
7019
6958
|
})(exports.CreativeHtmlFileForSet || (exports.CreativeHtmlFileForSet = {}));
|
|
7020
6959
|
|
|
7021
6960
|
|
|
6961
|
+
(function (CreativeSetDashboardMetric) {
|
|
6962
|
+
CreativeSetDashboardMetric.CreativeSetTypeEnum = {
|
|
6963
|
+
IMAGE: 'IMAGE',
|
|
6964
|
+
VIDEO: 'VIDEO',
|
|
6965
|
+
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
6966
|
+
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
6967
|
+
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
6968
|
+
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
6969
|
+
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6970
|
+
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6971
|
+
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6972
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6973
|
+
};
|
|
6974
|
+
})(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
|
|
6975
|
+
|
|
6976
|
+
|
|
7022
6977
|
(function (CreativeSetDetails) {
|
|
7023
6978
|
CreativeSetDetails.TypeEnum = {
|
|
7024
6979
|
IMAGE: 'IMAGE',
|
|
@@ -7050,9 +7005,20 @@
|
|
|
7050
7005
|
};
|
|
7051
7006
|
})(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
|
|
7052
7007
|
|
|
7008
|
+
/**
|
|
7009
|
+
* Api Documentation
|
|
7010
|
+
* Api Documentation
|
|
7011
|
+
*
|
|
7012
|
+
* OpenAPI spec version: 1.0
|
|
7013
|
+
*
|
|
7014
|
+
*
|
|
7015
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
7016
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
7017
|
+
* Do not edit the class manually.
|
|
7018
|
+
*/
|
|
7053
7019
|
|
|
7054
|
-
(function (
|
|
7055
|
-
|
|
7020
|
+
(function (CreativeSetResponse) {
|
|
7021
|
+
CreativeSetResponse.OtherCreativeSetTypeEnum = {
|
|
7056
7022
|
IMAGE: 'IMAGE',
|
|
7057
7023
|
VIDEO: 'VIDEO',
|
|
7058
7024
|
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
@@ -7064,7 +7030,7 @@
|
|
|
7064
7030
|
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
7065
7031
|
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
7066
7032
|
};
|
|
7067
|
-
})(exports.
|
|
7033
|
+
})(exports.CreativeSetResponse || (exports.CreativeSetResponse = {}));
|
|
7068
7034
|
|
|
7069
7035
|
/**
|
|
7070
7036
|
* Api Documentation
|
|
@@ -7311,6 +7277,13 @@
|
|
|
7311
7277
|
|
|
7312
7278
|
|
|
7313
7279
|
(function (RuleDTO) {
|
|
7280
|
+
RuleDTO.DurationUnitEnum = {
|
|
7281
|
+
MINUTE: 'MINUTE',
|
|
7282
|
+
HOUR: 'HOUR',
|
|
7283
|
+
DAY: 'DAY',
|
|
7284
|
+
WEEK: 'WEEK',
|
|
7285
|
+
MONTH: 'MONTH'
|
|
7286
|
+
};
|
|
7314
7287
|
RuleDTO.OperatorEnum = {
|
|
7315
7288
|
AND: 'AND',
|
|
7316
7289
|
OR: 'OR',
|