@revxui/api-clients-ts 0.10.282 → 0.10.284

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 +4 -3
  3. package/api/dashboardController.service.d.ts +3 -4
  4. package/api/sliceXController.service.d.ts +14 -0
  5. package/bundles/revxui-api-clients-ts.umd.js +72 -25
  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 +7 -4
  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 +44 -2
  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/creative.js +1 -1
  33. package/esm2015/model/creativeFileForSet.js +1 -1
  34. package/esm2015/model/creativeFiles.js +1 -1
  35. package/esm2015/model/models.js +1 -1
  36. package/esm5/api/adminController.service.js +2 -2
  37. package/esm5/api/advertiserController.service.js +2 -2
  38. package/esm5/api/appSettingsController.service.js +2 -2
  39. package/esm5/api/audienceController.service.js +2 -2
  40. package/esm5/api/auditController.service.js +2 -2
  41. package/esm5/api/bulkStrategyController.service.js +2 -2
  42. package/esm5/api/cSSThemeController_.service.js +2 -2
  43. package/esm5/api/campaignController.service.js +2 -2
  44. package/esm5/api/catalogController.service.js +2 -2
  45. package/esm5/api/clickDestinationController.service.js +2 -2
  46. package/esm5/api/creativeController.service.js +2 -2
  47. package/esm5/api/creativeSetsController.service.js +7 -4
  48. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  49. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  50. package/esm5/api/creativeTemplatesController.service.js +2 -2
  51. package/esm5/api/dashboardController.service.js +2 -2
  52. package/esm5/api/notificationsController.service.js +2 -2
  53. package/esm5/api/pixelController.service.js +2 -2
  54. package/esm5/api/reportingController.service.js +2 -2
  55. package/esm5/api/sliceXController.service.js +46 -2
  56. package/esm5/api/strategyController.service.js +2 -2
  57. package/esm5/api/uILoggerController.service.js +2 -2
  58. package/esm5/api/userPreferenceController.service.js +2 -2
  59. package/esm5/model/creative.js +1 -1
  60. package/esm5/model/creativeFileForSet.js +1 -1
  61. package/esm5/model/creativeFiles.js +1 -1
  62. package/esm5/model/models.js +1 -1
  63. package/fesm2015/revxui-api-clients-ts.js +70 -25
  64. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  65. package/fesm5/revxui-api-clients-ts.js +72 -25
  66. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  67. package/model/creative.d.ts +0 -1
  68. package/model/creativeFileForSet.d.ts +2 -0
  69. package/model/creativeFiles.d.ts +2 -0
  70. package/model/models.d.ts +0 -1
  71. package/package.json +1 -1
  72. package/revxui-api-clients-ts.metadata.json +1 -1
  73. package/esm2015/model/apiResponseObjectListMapintResponseMessage.js +0 -1
  74. package/esm5/model/apiResponseObjectListMapintResponseMessage.js +0 -1
  75. package/model/apiResponseObjectListMapintResponseMessage.d.ts +0 -17
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@0.10.282
1
+ ## @revxui/api-clients-ts@0.10.284
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.282 --save
22
+ npm install @revxui/api-clients-ts@0.10.284 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -100,15 +100,16 @@ export declare class CreativeSetsControllerService {
100
100
  * Api to get individual creative performance
101
101
  *
102
102
  * @param dashboardRequest dashboardRequest
103
+ * @param id id
103
104
  * @param refresh refresh
104
105
  * @param reqId request id
105
106
  * @param token Auth Token
106
107
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
107
108
  * @param reportProgress flag to report request and response progress.
108
109
  */
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>>;
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>>;
112
113
  /**
113
114
  * Api to get individual creative set performance
114
115
  *
@@ -18,7 +18,6 @@ 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';
22
21
  import { ApiResponseObjectListMenuCrubResponse } from '../model/apiResponseObjectListMenuCrubResponse';
23
22
  import { ApiResponseObjectMapintResponseMessage } from '../model/apiResponseObjectMapintResponseMessage';
24
23
  import { ApiResponseObjectMenuCrubResponse } from '../model/apiResponseObjectMenuCrubResponse';
@@ -47,9 +46,9 @@ export declare class DashboardControllerService {
47
46
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
48
47
  * @param reportProgress flag to report request and response progress.
49
48
  */
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>>;
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>>;
53
52
  /**
54
53
  * getById
55
54
  *
@@ -54,6 +54,20 @@ 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>>;
57
71
  /**
58
72
  * Slicex API for grid details.
59
73
  *
@@ -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://apiv2stage1.atomex.net';
311
+ this.basePath = 'https://apiv2beta.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://apiv2stage1.atomex.net';
528
+ this.basePath = 'https://apiv2beta.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://apiv2stage1.atomex.net';
974
+ this.basePath = 'https://apiv2beta.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://apiv2stage1.atomex.net';
1144
+ this.basePath = 'https://apiv2beta.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://apiv2stage1.atomex.net';
1867
+ this.basePath = 'https://apiv2beta.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://apiv2stage1.atomex.net';
2066
+ this.basePath = 'https://apiv2beta.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://apiv2stage1.atomex.net';
2309
+ this.basePath = 'https://apiv2beta.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://apiv2stage1.atomex.net';
2430
+ this.basePath = 'https://apiv2beta.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://apiv2stage1.atomex.net';
2752
+ this.basePath = 'https://apiv2beta.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://apiv2stage1.atomex.net';
2975
+ this.basePath = 'https://apiv2beta.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://apiv2stage1.atomex.net';
3225
+ this.basePath = 'https://apiv2beta.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://apiv2stage1.atomex.net';
3702
+ this.basePath = 'https://apiv2beta.atomex.net';
3703
3703
  this.defaultHeaders = new http.HttpHeaders();
3704
3704
  this.configuration = new Configuration();
3705
3705
  if (basePath) {
@@ -3920,12 +3920,15 @@
3920
3920
  reportProgress: reportProgress
3921
3921
  });
3922
3922
  };
3923
- CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
3923
+ CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, 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
+ }
3929
3932
  var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3930
3933
  if (refresh !== undefined && refresh !== null) {
3931
3934
  queryParameters = queryParameters.set('refresh', refresh);
@@ -3953,7 +3956,7 @@
3953
3956
  if (httpContentTypeSelected != undefined) {
3954
3957
  headers = headers.set('Content-Type', httpContentTypeSelected);
3955
3958
  }
3956
- return this.httpClient.post(this.basePath + "/v2/api/creativesets/creatives/performance/", dashboardRequest, {
3959
+ return this.httpClient.post(this.basePath + "/v2/api/creativesets/creatives/performance/" + encodeURIComponent(String(id)), dashboardRequest, {
3957
3960
  params: queryParameters,
3958
3961
  withCredentials: this.configuration.withCredentials,
3959
3962
  headers: headers,
@@ -4070,7 +4073,7 @@
4070
4073
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4071
4074
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4072
4075
  this.httpClient = httpClient;
4073
- this.basePath = 'https://apiv2stage1.atomex.net';
4076
+ this.basePath = 'https://apiv2beta.atomex.net';
4074
4077
  this.defaultHeaders = new http.HttpHeaders();
4075
4078
  this.configuration = new Configuration();
4076
4079
  if (basePath) {
@@ -4271,7 +4274,7 @@
4271
4274
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4272
4275
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4273
4276
  this.httpClient = httpClient;
4274
- this.basePath = 'https://apiv2stage1.atomex.net';
4277
+ this.basePath = 'https://apiv2beta.atomex.net';
4275
4278
  this.defaultHeaders = new http.HttpHeaders();
4276
4279
  this.configuration = new Configuration();
4277
4280
  if (basePath) {
@@ -4359,7 +4362,7 @@
4359
4362
  var CreativeTemplatesControllerService = /** @class */ (function () {
4360
4363
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4361
4364
  this.httpClient = httpClient;
4362
- this.basePath = 'https://apiv2stage1.atomex.net';
4365
+ this.basePath = 'https://apiv2beta.atomex.net';
4363
4366
  this.defaultHeaders = new http.HttpHeaders();
4364
4367
  this.configuration = new Configuration();
4365
4368
  if (basePath) {
@@ -4538,7 +4541,7 @@
4538
4541
  var DashboardControllerService = /** @class */ (function () {
4539
4542
  function DashboardControllerService(httpClient, basePath, configuration) {
4540
4543
  this.httpClient = httpClient;
4541
- this.basePath = 'https://apiv2stage1.atomex.net';
4544
+ this.basePath = 'https://apiv2beta.atomex.net';
4542
4545
  this.defaultHeaders = new http.HttpHeaders();
4543
4546
  this.configuration = new Configuration();
4544
4547
  if (basePath) {
@@ -5195,7 +5198,7 @@
5195
5198
  var NotificationsControllerService = /** @class */ (function () {
5196
5199
  function NotificationsControllerService(httpClient, basePath, configuration) {
5197
5200
  this.httpClient = httpClient;
5198
- this.basePath = 'https://apiv2stage1.atomex.net';
5201
+ this.basePath = 'https://apiv2beta.atomex.net';
5199
5202
  this.defaultHeaders = new http.HttpHeaders();
5200
5203
  this.configuration = new Configuration();
5201
5204
  if (basePath) {
@@ -5394,7 +5397,7 @@
5394
5397
  var PixelControllerService = /** @class */ (function () {
5395
5398
  function PixelControllerService(httpClient, basePath, configuration) {
5396
5399
  this.httpClient = httpClient;
5397
- this.basePath = 'https://apiv2stage1.atomex.net';
5400
+ this.basePath = 'https://apiv2beta.atomex.net';
5398
5401
  this.defaultHeaders = new http.HttpHeaders();
5399
5402
  this.configuration = new Configuration();
5400
5403
  if (basePath) {
@@ -5723,7 +5726,7 @@
5723
5726
  var ReportingControllerService = /** @class */ (function () {
5724
5727
  function ReportingControllerService(httpClient, basePath, configuration) {
5725
5728
  this.httpClient = httpClient;
5726
- this.basePath = 'https://apiv2stage1.atomex.net';
5729
+ this.basePath = 'https://apiv2beta.atomex.net';
5727
5730
  this.defaultHeaders = new http.HttpHeaders();
5728
5731
  this.configuration = new Configuration();
5729
5732
  if (basePath) {
@@ -5907,7 +5910,7 @@
5907
5910
  var SliceXControllerService = /** @class */ (function () {
5908
5911
  function SliceXControllerService(httpClient, basePath, configuration) {
5909
5912
  this.httpClient = httpClient;
5910
- this.basePath = 'https://apiv2stage1.atomex.net';
5913
+ this.basePath = 'https://apiv2beta.atomex.net';
5911
5914
  this.defaultHeaders = new http.HttpHeaders();
5912
5915
  this.configuration = new Configuration();
5913
5916
  if (basePath) {
@@ -6022,6 +6025,50 @@
6022
6025
  reportProgress: reportProgress
6023
6026
  });
6024
6027
  };
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
+ };
6025
6072
  SliceXControllerService.prototype.getSlicexGridDetailsUsingPOST = function (entity, slicexRequestExt, reqId, token, observe, reportProgress) {
6026
6073
  if (observe === void 0) { observe = 'body'; }
6027
6074
  if (reportProgress === void 0) { reportProgress = false; }
@@ -6131,7 +6178,7 @@
6131
6178
  var StrategyControllerService = /** @class */ (function () {
6132
6179
  function StrategyControllerService(httpClient, basePath, configuration) {
6133
6180
  this.httpClient = httpClient;
6134
- this.basePath = 'https://apiv2stage1.atomex.net';
6181
+ this.basePath = 'https://apiv2beta.atomex.net';
6135
6182
  this.defaultHeaders = new http.HttpHeaders();
6136
6183
  this.configuration = new Configuration();
6137
6184
  if (basePath) {
@@ -6792,7 +6839,7 @@
6792
6839
  var UILoggerControllerService = /** @class */ (function () {
6793
6840
  function UILoggerControllerService(httpClient, basePath, configuration) {
6794
6841
  this.httpClient = httpClient;
6795
- this.basePath = 'https://apiv2stage1.atomex.net';
6842
+ this.basePath = 'https://apiv2beta.atomex.net';
6796
6843
  this.defaultHeaders = new http.HttpHeaders();
6797
6844
  this.configuration = new Configuration();
6798
6845
  if (basePath) {
@@ -6894,7 +6941,7 @@
6894
6941
  var UserPreferenceControllerService = /** @class */ (function () {
6895
6942
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6896
6943
  this.httpClient = httpClient;
6897
- this.basePath = 'https://apiv2stage1.atomex.net';
6944
+ this.basePath = 'https://apiv2beta.atomex.net';
6898
6945
  this.defaultHeaders = new http.HttpHeaders();
6899
6946
  this.configuration = new Configuration();
6900
6947
  if (basePath) {