@revxui/api-clients-ts 0.10.280 → 0.10.282

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.
Files changed (75) hide show
  1. package/README.md +2 -2
  2. package/api/creativeSetsController.service.d.ts +3 -4
  3. package/api/dashboardController.service.d.ts +4 -3
  4. package/api/sliceXController.service.d.ts +0 -14
  5. package/bundles/revxui-api-clients-ts.umd.js +25 -72
  6. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  7. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  8. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  9. package/esm2015/api/adminController.service.js +2 -2
  10. package/esm2015/api/advertiserController.service.js +2 -2
  11. package/esm2015/api/appSettingsController.service.js +2 -2
  12. package/esm2015/api/audienceController.service.js +2 -2
  13. package/esm2015/api/auditController.service.js +2 -2
  14. package/esm2015/api/bulkStrategyController.service.js +2 -2
  15. package/esm2015/api/cSSThemeController_.service.js +2 -2
  16. package/esm2015/api/campaignController.service.js +2 -2
  17. package/esm2015/api/catalogController.service.js +2 -2
  18. package/esm2015/api/clickDestinationController.service.js +2 -2
  19. package/esm2015/api/creativeController.service.js +2 -2
  20. package/esm2015/api/creativeSetsController.service.js +4 -7
  21. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  22. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  23. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  24. package/esm2015/api/dashboardController.service.js +2 -2
  25. package/esm2015/api/notificationsController.service.js +2 -2
  26. package/esm2015/api/pixelController.service.js +2 -2
  27. package/esm2015/api/reportingController.service.js +2 -2
  28. package/esm2015/api/sliceXController.service.js +2 -44
  29. package/esm2015/api/strategyController.service.js +2 -2
  30. package/esm2015/api/uILoggerController.service.js +2 -2
  31. package/esm2015/api/userPreferenceController.service.js +2 -2
  32. package/esm2015/model/apiResponseObjectListMapintResponseMessage.js +1 -0
  33. package/esm2015/model/creative.js +1 -1
  34. package/esm2015/model/creativeFileForSet.js +1 -1
  35. package/esm2015/model/creativeFiles.js +1 -1
  36. package/esm2015/model/models.js +1 -1
  37. package/esm5/api/adminController.service.js +2 -2
  38. package/esm5/api/advertiserController.service.js +2 -2
  39. package/esm5/api/appSettingsController.service.js +2 -2
  40. package/esm5/api/audienceController.service.js +2 -2
  41. package/esm5/api/auditController.service.js +2 -2
  42. package/esm5/api/bulkStrategyController.service.js +2 -2
  43. package/esm5/api/cSSThemeController_.service.js +2 -2
  44. package/esm5/api/campaignController.service.js +2 -2
  45. package/esm5/api/catalogController.service.js +2 -2
  46. package/esm5/api/clickDestinationController.service.js +2 -2
  47. package/esm5/api/creativeController.service.js +2 -2
  48. package/esm5/api/creativeSetsController.service.js +4 -7
  49. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  50. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  51. package/esm5/api/creativeTemplatesController.service.js +2 -2
  52. package/esm5/api/dashboardController.service.js +2 -2
  53. package/esm5/api/notificationsController.service.js +2 -2
  54. package/esm5/api/pixelController.service.js +2 -2
  55. package/esm5/api/reportingController.service.js +2 -2
  56. package/esm5/api/sliceXController.service.js +2 -46
  57. package/esm5/api/strategyController.service.js +2 -2
  58. package/esm5/api/uILoggerController.service.js +2 -2
  59. package/esm5/api/userPreferenceController.service.js +2 -2
  60. package/esm5/model/apiResponseObjectListMapintResponseMessage.js +1 -0
  61. package/esm5/model/creative.js +1 -1
  62. package/esm5/model/creativeFileForSet.js +1 -1
  63. package/esm5/model/creativeFiles.js +1 -1
  64. package/esm5/model/models.js +1 -1
  65. package/fesm2015/revxui-api-clients-ts.js +25 -70
  66. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  67. package/fesm5/revxui-api-clients-ts.js +25 -72
  68. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  69. package/model/apiResponseObjectListMapintResponseMessage.d.ts +17 -0
  70. package/model/creative.d.ts +1 -0
  71. package/model/creativeFileForSet.d.ts +0 -2
  72. package/model/creativeFiles.d.ts +0 -2
  73. package/model/models.d.ts +1 -0
  74. package/package.json +1 -1
  75. package/revxui-api-clients-ts.metadata.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@0.10.280
1
+ ## @revxui/api-clients-ts@0.10.282
2
2
 
3
3
  ### Building
4
4
 
@@ -19,7 +19,7 @@ Navigate to the folder of your consuming project and run one of next commands.
19
19
  _published:_
20
20
 
21
21
  ```
22
- npm install @revxui/api-clients-ts@0.10.280 --save
22
+ npm install @revxui/api-clients-ts@0.10.282 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -100,16 +100,15 @@ export declare class CreativeSetsControllerService {
100
100
  * Api to get individual creative performance
101
101
  *
102
102
  * @param dashboardRequest dashboardRequest
103
- * @param id id
104
103
  * @param refresh refresh
105
104
  * @param reqId request id
106
105
  * @param token Auth Token
107
106
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
108
107
  * @param reportProgress flag to report request and response progress.
109
108
  */
110
- getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDashboardResponse>;
111
- getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDashboardResponse>>;
112
- getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDashboardResponse>>;
109
+ getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDashboardResponse>;
110
+ getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDashboardResponse>>;
111
+ getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDashboardResponse>>;
113
112
  /**
114
113
  * Api to get individual creative set performance
115
114
  *
@@ -18,6 +18,7 @@ import { ApiResponseObjectDictionaryResponse } from '../model/apiResponseObjectD
18
18
  import { ApiResponseObjectEResponseobject } from '../model/apiResponseObjectEResponseobject';
19
19
  import { ApiResponseObjectFileDownloadResponse } from '../model/apiResponseObjectFileDownloadResponse';
20
20
  import { ApiResponseObjectListBaseModel } from '../model/apiResponseObjectListBaseModel';
21
+ import { ApiResponseObjectListMapintResponseMessage } from '../model/apiResponseObjectListMapintResponseMessage';
21
22
  import { ApiResponseObjectListMenuCrubResponse } from '../model/apiResponseObjectListMenuCrubResponse';
22
23
  import { ApiResponseObjectMapintResponseMessage } from '../model/apiResponseObjectMapintResponseMessage';
23
24
  import { ApiResponseObjectMenuCrubResponse } from '../model/apiResponseObjectMenuCrubResponse';
@@ -46,9 +47,9 @@ export declare class DashboardControllerService {
46
47
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
47
48
  * @param reportProgress flag to report request and response progress.
48
49
  */
49
- archiveEntitiesUsingPOST(id: Array<number>, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectMapintResponseMessage>;
50
- archiveEntitiesUsingPOST(id: Array<number>, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectMapintResponseMessage>>;
51
- archiveEntitiesUsingPOST(id: Array<number>, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectMapintResponseMessage>>;
50
+ archiveEntitiesUsingPOST(id: Array<number>, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListMapintResponseMessage>;
51
+ archiveEntitiesUsingPOST(id: Array<number>, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListMapintResponseMessage>>;
52
+ archiveEntitiesUsingPOST(id: Array<number>, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListMapintResponseMessage>>;
52
53
  /**
53
54
  * getById
54
55
  *
@@ -54,20 +54,6 @@ export declare class SliceXControllerService {
54
54
  getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'city' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectSlicexListResponse>;
55
55
  getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'city' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectSlicexListResponse>>;
56
56
  getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'city' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectSlicexListResponse>>;
57
- /**
58
- * Slicex API for grid with compare.
59
- *
60
- * @param entity entity
61
- * @param slicexRequest slicexRequest
62
- * @param reqId request id
63
- * @param sort sort
64
- * @param token Auth Token
65
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
66
- * @param reportProgress flag to report request and response progress.
67
- */
68
- getSlicexDataListWithCompareUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'city' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectSlicexListResponse>;
69
- getSlicexDataListWithCompareUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'city' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectSlicexListResponse>>;
70
- getSlicexDataListWithCompareUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'city' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectSlicexListResponse>>;
71
57
  /**
72
58
  * Slicex API for grid details.
73
59
  *
@@ -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://apiv2stage3.atomex.net';
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://apiv2stage3.atomex.net';
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://apiv2stage3.atomex.net';
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 AudienceControllerService = /** @class */ (function () {
1142
1142
  function AudienceControllerService(httpClient, basePath, configuration) {
1143
1143
  this.httpClient = httpClient;
1144
- this.basePath = 'https://apiv2stage3.atomex.net';
1144
+ this.basePath = 'https://apiv2stage1.atomex.net';
1145
1145
  this.defaultHeaders = new http.HttpHeaders();
1146
1146
  this.configuration = new Configuration();
1147
1147
  if (basePath) {
@@ -1864,7 +1864,7 @@
1864
1864
  var AuditControllerService = /** @class */ (function () {
1865
1865
  function AuditControllerService(httpClient, basePath, configuration) {
1866
1866
  this.httpClient = httpClient;
1867
- this.basePath = 'https://apiv2stage3.atomex.net';
1867
+ this.basePath = 'https://apiv2stage1.atomex.net';
1868
1868
  this.defaultHeaders = new http.HttpHeaders();
1869
1869
  this.configuration = new Configuration();
1870
1870
  if (basePath) {
@@ -2063,7 +2063,7 @@
2063
2063
  var BulkStrategyControllerService = /** @class */ (function () {
2064
2064
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2065
2065
  this.httpClient = httpClient;
2066
- this.basePath = 'https://apiv2stage3.atomex.net';
2066
+ this.basePath = 'https://apiv2stage1.atomex.net';
2067
2067
  this.defaultHeaders = new http.HttpHeaders();
2068
2068
  this.configuration = new Configuration();
2069
2069
  if (basePath) {
@@ -2306,7 +2306,7 @@
2306
2306
  var CSSThemeController_Service = /** @class */ (function () {
2307
2307
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2308
2308
  this.httpClient = httpClient;
2309
- this.basePath = 'https://apiv2stage3.atomex.net';
2309
+ this.basePath = 'https://apiv2stage1.atomex.net';
2310
2310
  this.defaultHeaders = new http.HttpHeaders();
2311
2311
  this.configuration = new Configuration();
2312
2312
  if (basePath) {
@@ -2427,7 +2427,7 @@
2427
2427
  var CampaignControllerService = /** @class */ (function () {
2428
2428
  function CampaignControllerService(httpClient, basePath, configuration) {
2429
2429
  this.httpClient = httpClient;
2430
- this.basePath = 'https://apiv2stage3.atomex.net';
2430
+ this.basePath = 'https://apiv2stage1.atomex.net';
2431
2431
  this.defaultHeaders = new http.HttpHeaders();
2432
2432
  this.configuration = new Configuration();
2433
2433
  if (basePath) {
@@ -2749,7 +2749,7 @@
2749
2749
  var CatalogControllerService = /** @class */ (function () {
2750
2750
  function CatalogControllerService(httpClient, basePath, configuration) {
2751
2751
  this.httpClient = httpClient;
2752
- this.basePath = 'https://apiv2stage3.atomex.net';
2752
+ this.basePath = 'https://apiv2stage1.atomex.net';
2753
2753
  this.defaultHeaders = new http.HttpHeaders();
2754
2754
  this.configuration = new Configuration();
2755
2755
  if (basePath) {
@@ -2972,7 +2972,7 @@
2972
2972
  var ClickDestinationControllerService = /** @class */ (function () {
2973
2973
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2974
2974
  this.httpClient = httpClient;
2975
- this.basePath = 'https://apiv2stage3.atomex.net';
2975
+ this.basePath = 'https://apiv2stage1.atomex.net';
2976
2976
  this.defaultHeaders = new http.HttpHeaders();
2977
2977
  this.configuration = new Configuration();
2978
2978
  if (basePath) {
@@ -3222,7 +3222,7 @@
3222
3222
  var CreativeControllerService = /** @class */ (function () {
3223
3223
  function CreativeControllerService(httpClient, basePath, configuration) {
3224
3224
  this.httpClient = httpClient;
3225
- this.basePath = 'https://apiv2stage3.atomex.net';
3225
+ this.basePath = 'https://apiv2stage1.atomex.net';
3226
3226
  this.defaultHeaders = new http.HttpHeaders();
3227
3227
  this.configuration = new Configuration();
3228
3228
  if (basePath) {
@@ -3699,7 +3699,7 @@
3699
3699
  var CreativeSetsControllerService = /** @class */ (function () {
3700
3700
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3701
3701
  this.httpClient = httpClient;
3702
- this.basePath = 'https://apiv2stage3.atomex.net';
3702
+ this.basePath = 'https://apiv2stage1.atomex.net';
3703
3703
  this.defaultHeaders = new http.HttpHeaders();
3704
3704
  this.configuration = new Configuration();
3705
3705
  if (basePath) {
@@ -3920,15 +3920,12 @@
3920
3920
  reportProgress: reportProgress
3921
3921
  });
3922
3922
  };
3923
- CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, refresh, reqId, token, observe, reportProgress) {
3923
+ CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
3924
3924
  if (observe === void 0) { observe = 'body'; }
3925
3925
  if (reportProgress === void 0) { reportProgress = false; }
3926
3926
  if (dashboardRequest === null || dashboardRequest === undefined) {
3927
3927
  throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativesPerformanceUsingPOST.');
3928
3928
  }
3929
- if (id === null || id === undefined) {
3930
- throw new Error('Required parameter id was null or undefined when calling getCreativesPerformanceUsingPOST.');
3931
- }
3932
3929
  var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3933
3930
  if (refresh !== undefined && refresh !== null) {
3934
3931
  queryParameters = queryParameters.set('refresh', refresh);
@@ -3956,7 +3953,7 @@
3956
3953
  if (httpContentTypeSelected != undefined) {
3957
3954
  headers = headers.set('Content-Type', httpContentTypeSelected);
3958
3955
  }
3959
- return this.httpClient.post(this.basePath + "/v2/api/creativesets/creatives/performance/" + encodeURIComponent(String(id)), dashboardRequest, {
3956
+ return this.httpClient.post(this.basePath + "/v2/api/creativesets/creatives/performance/", dashboardRequest, {
3960
3957
  params: queryParameters,
3961
3958
  withCredentials: this.configuration.withCredentials,
3962
3959
  headers: headers,
@@ -4073,7 +4070,7 @@
4073
4070
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4074
4071
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4075
4072
  this.httpClient = httpClient;
4076
- this.basePath = 'https://apiv2stage3.atomex.net';
4073
+ this.basePath = 'https://apiv2stage1.atomex.net';
4077
4074
  this.defaultHeaders = new http.HttpHeaders();
4078
4075
  this.configuration = new Configuration();
4079
4076
  if (basePath) {
@@ -4274,7 +4271,7 @@
4274
4271
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4275
4272
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4276
4273
  this.httpClient = httpClient;
4277
- this.basePath = 'https://apiv2stage3.atomex.net';
4274
+ this.basePath = 'https://apiv2stage1.atomex.net';
4278
4275
  this.defaultHeaders = new http.HttpHeaders();
4279
4276
  this.configuration = new Configuration();
4280
4277
  if (basePath) {
@@ -4362,7 +4359,7 @@
4362
4359
  var CreativeTemplatesControllerService = /** @class */ (function () {
4363
4360
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4364
4361
  this.httpClient = httpClient;
4365
- this.basePath = 'https://apiv2stage3.atomex.net';
4362
+ this.basePath = 'https://apiv2stage1.atomex.net';
4366
4363
  this.defaultHeaders = new http.HttpHeaders();
4367
4364
  this.configuration = new Configuration();
4368
4365
  if (basePath) {
@@ -4541,7 +4538,7 @@
4541
4538
  var DashboardControllerService = /** @class */ (function () {
4542
4539
  function DashboardControllerService(httpClient, basePath, configuration) {
4543
4540
  this.httpClient = httpClient;
4544
- this.basePath = 'https://apiv2stage3.atomex.net';
4541
+ this.basePath = 'https://apiv2stage1.atomex.net';
4545
4542
  this.defaultHeaders = new http.HttpHeaders();
4546
4543
  this.configuration = new Configuration();
4547
4544
  if (basePath) {
@@ -5198,7 +5195,7 @@
5198
5195
  var NotificationsControllerService = /** @class */ (function () {
5199
5196
  function NotificationsControllerService(httpClient, basePath, configuration) {
5200
5197
  this.httpClient = httpClient;
5201
- this.basePath = 'https://apiv2stage3.atomex.net';
5198
+ this.basePath = 'https://apiv2stage1.atomex.net';
5202
5199
  this.defaultHeaders = new http.HttpHeaders();
5203
5200
  this.configuration = new Configuration();
5204
5201
  if (basePath) {
@@ -5397,7 +5394,7 @@
5397
5394
  var PixelControllerService = /** @class */ (function () {
5398
5395
  function PixelControllerService(httpClient, basePath, configuration) {
5399
5396
  this.httpClient = httpClient;
5400
- this.basePath = 'https://apiv2stage3.atomex.net';
5397
+ this.basePath = 'https://apiv2stage1.atomex.net';
5401
5398
  this.defaultHeaders = new http.HttpHeaders();
5402
5399
  this.configuration = new Configuration();
5403
5400
  if (basePath) {
@@ -5726,7 +5723,7 @@
5726
5723
  var ReportingControllerService = /** @class */ (function () {
5727
5724
  function ReportingControllerService(httpClient, basePath, configuration) {
5728
5725
  this.httpClient = httpClient;
5729
- this.basePath = 'https://apiv2stage3.atomex.net';
5726
+ this.basePath = 'https://apiv2stage1.atomex.net';
5730
5727
  this.defaultHeaders = new http.HttpHeaders();
5731
5728
  this.configuration = new Configuration();
5732
5729
  if (basePath) {
@@ -5910,7 +5907,7 @@
5910
5907
  var SliceXControllerService = /** @class */ (function () {
5911
5908
  function SliceXControllerService(httpClient, basePath, configuration) {
5912
5909
  this.httpClient = httpClient;
5913
- this.basePath = 'https://apiv2stage3.atomex.net';
5910
+ this.basePath = 'https://apiv2stage1.atomex.net';
5914
5911
  this.defaultHeaders = new http.HttpHeaders();
5915
5912
  this.configuration = new Configuration();
5916
5913
  if (basePath) {
@@ -6025,50 +6022,6 @@
6025
6022
  reportProgress: reportProgress
6026
6023
  });
6027
6024
  };
6028
- SliceXControllerService.prototype.getSlicexDataListWithCompareUsingPOST = function (entity, slicexRequest, reqId, sort, token, observe, reportProgress) {
6029
- if (observe === void 0) { observe = 'body'; }
6030
- if (reportProgress === void 0) { reportProgress = false; }
6031
- if (entity === null || entity === undefined) {
6032
- throw new Error('Required parameter entity was null or undefined when calling getSlicexDataListWithCompareUsingPOST.');
6033
- }
6034
- if (slicexRequest === null || slicexRequest === undefined) {
6035
- throw new Error('Required parameter slicexRequest was null or undefined when calling getSlicexDataListWithCompareUsingPOST.');
6036
- }
6037
- var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
6038
- if (sort !== undefined && sort !== null) {
6039
- queryParameters = queryParameters.set('sort', sort);
6040
- }
6041
- var headers = this.defaultHeaders;
6042
- if (reqId !== undefined && reqId !== null) {
6043
- headers = headers.set('reqId', String(reqId));
6044
- }
6045
- if (token !== undefined && token !== null) {
6046
- headers = headers.set('token', String(token));
6047
- }
6048
- // to determine the Accept header
6049
- var httpHeaderAccepts = [
6050
- 'application/json'
6051
- ];
6052
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6053
- if (httpHeaderAcceptSelected != undefined) {
6054
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6055
- }
6056
- // to determine the Content-Type header
6057
- var consumes = [
6058
- 'application/json'
6059
- ];
6060
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
6061
- if (httpContentTypeSelected != undefined) {
6062
- headers = headers.set('Content-Type', httpContentTypeSelected);
6063
- }
6064
- return this.httpClient.post(this.basePath + "/v2/api/slicex/list/compare/" + encodeURIComponent(String(entity)), slicexRequest, {
6065
- params: queryParameters,
6066
- withCredentials: this.configuration.withCredentials,
6067
- headers: headers,
6068
- observe: observe,
6069
- reportProgress: reportProgress
6070
- });
6071
- };
6072
6025
  SliceXControllerService.prototype.getSlicexGridDetailsUsingPOST = function (entity, slicexRequestExt, reqId, token, observe, reportProgress) {
6073
6026
  if (observe === void 0) { observe = 'body'; }
6074
6027
  if (reportProgress === void 0) { reportProgress = false; }
@@ -6178,7 +6131,7 @@
6178
6131
  var StrategyControllerService = /** @class */ (function () {
6179
6132
  function StrategyControllerService(httpClient, basePath, configuration) {
6180
6133
  this.httpClient = httpClient;
6181
- this.basePath = 'https://apiv2stage3.atomex.net';
6134
+ this.basePath = 'https://apiv2stage1.atomex.net';
6182
6135
  this.defaultHeaders = new http.HttpHeaders();
6183
6136
  this.configuration = new Configuration();
6184
6137
  if (basePath) {
@@ -6839,7 +6792,7 @@
6839
6792
  var UILoggerControllerService = /** @class */ (function () {
6840
6793
  function UILoggerControllerService(httpClient, basePath, configuration) {
6841
6794
  this.httpClient = httpClient;
6842
- this.basePath = 'https://apiv2stage3.atomex.net';
6795
+ this.basePath = 'https://apiv2stage1.atomex.net';
6843
6796
  this.defaultHeaders = new http.HttpHeaders();
6844
6797
  this.configuration = new Configuration();
6845
6798
  if (basePath) {
@@ -6941,7 +6894,7 @@
6941
6894
  var UserPreferenceControllerService = /** @class */ (function () {
6942
6895
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6943
6896
  this.httpClient = httpClient;
6944
- this.basePath = 'https://apiv2stage3.atomex.net';
6897
+ this.basePath = 'https://apiv2stage1.atomex.net';
6945
6898
  this.defaultHeaders = new http.HttpHeaders();
6946
6899
  this.configuration = new Configuration();
6947
6900
  if (basePath) {