@revxui/api-clients-ts 0.10.283 → 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 (112) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +0 -13
  3. package/api/campaignController.service.d.ts +14 -0
  4. package/api/dashboardController.service.d.ts +7 -7
  5. package/api/sliceXController.service.d.ts +34 -6
  6. package/bundles/revxui-api-clients-ts.umd.js +142 -59
  7. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  8. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  9. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  10. package/esm2015/api/adminController.service.js +2 -2
  11. package/esm2015/api/advertiserController.service.js +2 -2
  12. package/esm2015/api/appSettingsController.service.js +2 -2
  13. package/esm2015/api/audienceController.service.js +2 -36
  14. package/esm2015/api/auditController.service.js +2 -2
  15. package/esm2015/api/bulkStrategyController.service.js +2 -2
  16. package/esm2015/api/cSSThemeController_.service.js +2 -2
  17. package/esm2015/api/campaignController.service.js +36 -2
  18. package/esm2015/api/catalogController.service.js +2 -2
  19. package/esm2015/api/clickDestinationController.service.js +2 -2
  20. package/esm2015/api/creativeController.service.js +2 -2
  21. package/esm2015/api/creativeSetsController.service.js +2 -2
  22. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  23. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  24. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  25. package/esm2015/api/dashboardController.service.js +2 -2
  26. package/esm2015/api/notificationsController.service.js +2 -2
  27. package/esm2015/api/pixelController.service.js +2 -2
  28. package/esm2015/api/reportingController.service.js +2 -2
  29. package/esm2015/api/sliceXController.service.js +81 -2
  30. package/esm2015/api/strategyController.service.js +2 -2
  31. package/esm2015/api/uILoggerController.service.js +2 -2
  32. package/esm2015/api/userPreferenceController.service.js +2 -2
  33. package/esm2015/model/campaignDTO.js +1 -1
  34. package/esm2015/model/campaignESDTO.js +1 -1
  35. package/esm2015/model/clickDestination.js +1 -1
  36. package/esm2015/model/creative.js +1 -1
  37. package/esm2015/model/creativeDTO.js +1 -1
  38. package/esm2015/model/creativeFileForSet.js +1 -1
  39. package/esm2015/model/creativeFiles.js +1 -1
  40. package/esm2015/model/creativeSetDashboardMetric.js +1 -1
  41. package/esm2015/model/creativeSetDetails.js +1 -1
  42. package/esm2015/model/creativeSetRequest.js +1 -1
  43. package/esm2015/model/{audienceAnalysisRequest.js → incrementalityReportDTO.js} +1 -1
  44. package/esm2015/model/incrementalityReportResponse.js +12 -0
  45. package/esm2015/model/incrementalityResponse.js +1 -0
  46. package/esm2015/model/models.js +1 -1
  47. package/esm2015/model/searchRequest.js +1 -1
  48. package/esm2015/model/slicexRequestExtended.js +1 -0
  49. package/esm5/api/adminController.service.js +2 -2
  50. package/esm5/api/advertiserController.service.js +2 -2
  51. package/esm5/api/appSettingsController.service.js +2 -2
  52. package/esm5/api/audienceController.service.js +2 -38
  53. package/esm5/api/auditController.service.js +2 -2
  54. package/esm5/api/bulkStrategyController.service.js +2 -2
  55. package/esm5/api/cSSThemeController_.service.js +2 -2
  56. package/esm5/api/campaignController.service.js +38 -2
  57. package/esm5/api/catalogController.service.js +2 -2
  58. package/esm5/api/clickDestinationController.service.js +2 -2
  59. package/esm5/api/creativeController.service.js +2 -2
  60. package/esm5/api/creativeSetsController.service.js +2 -2
  61. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  62. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  63. package/esm5/api/creativeTemplatesController.service.js +2 -2
  64. package/esm5/api/dashboardController.service.js +2 -2
  65. package/esm5/api/notificationsController.service.js +2 -2
  66. package/esm5/api/pixelController.service.js +2 -2
  67. package/esm5/api/reportingController.service.js +2 -2
  68. package/esm5/api/sliceXController.service.js +85 -2
  69. package/esm5/api/strategyController.service.js +2 -2
  70. package/esm5/api/uILoggerController.service.js +2 -2
  71. package/esm5/api/userPreferenceController.service.js +2 -2
  72. package/esm5/model/campaignDTO.js +1 -1
  73. package/esm5/model/campaignESDTO.js +1 -1
  74. package/esm5/model/clickDestination.js +1 -1
  75. package/esm5/model/creative.js +1 -1
  76. package/esm5/model/creativeDTO.js +1 -1
  77. package/esm5/model/creativeFileForSet.js +1 -1
  78. package/esm5/model/creativeFiles.js +1 -1
  79. package/esm5/model/creativeSetDashboardMetric.js +1 -1
  80. package/esm5/model/creativeSetDetails.js +1 -1
  81. package/esm5/model/creativeSetRequest.js +1 -1
  82. package/esm5/model/{audienceAnalysisRequest.js → incrementalityReportDTO.js} +1 -1
  83. package/esm5/model/incrementalityReportResponse.js +12 -0
  84. package/esm5/model/incrementalityResponse.js +1 -0
  85. package/esm5/model/models.js +1 -1
  86. package/esm5/model/searchRequest.js +1 -1
  87. package/esm5/model/slicexRequestExtended.js +1 -0
  88. package/fesm2015/revxui-api-clients-ts.js +136 -57
  89. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  90. package/fesm5/revxui-api-clients-ts.js +142 -59
  91. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  92. package/model/campaignDTO.d.ts +4 -0
  93. package/model/campaignESDTO.d.ts +2 -0
  94. package/model/clickDestination.d.ts +1 -0
  95. package/model/creative.d.ts +2 -0
  96. package/model/creativeDTO.d.ts +2 -0
  97. package/model/creativeFileForSet.d.ts +2 -0
  98. package/model/creativeFiles.d.ts +2 -0
  99. package/model/creativeSetDashboardMetric.d.ts +1 -0
  100. package/model/creativeSetDetails.d.ts +1 -0
  101. package/model/creativeSetRequest.d.ts +1 -0
  102. package/model/{audienceAnalysisRequest.d.ts → incrementalityReportDTO.d.ts} +5 -5
  103. package/model/incrementalityReportResponse.d.ts +24 -0
  104. package/model/incrementalityResponse.d.ts +17 -0
  105. package/model/models.d.ts +4 -2
  106. package/model/searchRequest.d.ts +0 -1
  107. package/model/slicexRequestExtended.d.ts +20 -0
  108. package/package.json +1 -1
  109. package/revxui-api-clients-ts.metadata.json +1 -1
  110. package/esm2015/model/apiResponseObjectListMapintResponseMessage.js +0 -1
  111. package/esm5/model/apiResponseObjectListMapintResponseMessage.js +0 -1
  112. package/model/apiResponseObjectListMapintResponseMessage.d.ts +0 -17
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@0.10.283
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.283 --save
22
+ npm install @revxui/api-clients-ts@0.10.284 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -23,7 +23,6 @@ import { ApiResponseObjectMapintResponseMessage } from '../model/apiResponseObje
23
23
  import { ApiResponseObjectMaplongResponseMessage } from '../model/apiResponseObjectMaplongResponseMessage';
24
24
  import { ApiResponseObjectMetaRulesDto } from '../model/apiResponseObjectMetaRulesDto';
25
25
  import { ApiResponseObjectstring } from '../model/apiResponseObjectstring';
26
- import { AudienceAnalysisRequest } from '../model/audienceAnalysisRequest';
27
26
  import { AudienceDTO } from '../model/audienceDTO';
28
27
  import { DashboardRequest } from '../model/dashboardRequest';
29
28
  import { EligibleUsersRequest } from '../model/eligibleUsersRequest';
@@ -156,18 +155,6 @@ export declare class AudienceControllerService {
156
155
  getAllDmpAudienceUsingGET(advertiser_id: number, limit?: number, reqId?: string, start?: number, stype?: number, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDmpAudienceDTO>;
157
156
  getAllDmpAudienceUsingGET(advertiser_id: number, limit?: number, reqId?: string, start?: number, stype?: number, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDmpAudienceDTO>>;
158
157
  getAllDmpAudienceUsingGET(advertiser_id: number, limit?: number, reqId?: string, start?: number, stype?: number, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDmpAudienceDTO>>;
159
- /**
160
- * APi to get audience analysis count
161
- *
162
- * @param audienceAnalysisRequest audienceAnalysisRequest
163
- * @param reqId request id
164
- * @param token Auth Token
165
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
166
- * @param reportProgress flag to report request and response progress.
167
- */
168
- getAnalysisAudienceCountUsingPOST(audienceAnalysisRequest: AudienceAnalysisRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectEligibleUsersResponse>;
169
- getAnalysisAudienceCountUsingPOST(audienceAnalysisRequest: AudienceAnalysisRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectEligibleUsersResponse>>;
170
- getAnalysisAudienceCountUsingPOST(audienceAnalysisRequest: AudienceAnalysisRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectEligibleUsersResponse>>;
171
158
  /**
172
159
  * Api to get Audience
173
160
  *
@@ -15,6 +15,8 @@ import { ApiResponseObjectCampaignDTO } from '../model/apiResponseObjectCampaign
15
15
  import { ApiResponseObjectListCampaignDTO } from '../model/apiResponseObjectListCampaignDTO';
16
16
  import { ApiResponseObjectMapintResponseMessage } from '../model/apiResponseObjectMapintResponseMessage';
17
17
  import { CampaignDTO } from '../model/campaignDTO';
18
+ import { IncrementalityReportDTO } from '../model/incrementalityReportDTO';
19
+ import { IncrementalityResponse } from '../model/incrementalityResponse';
18
20
  import { Configuration } from '../configuration';
19
21
  export declare class CampaignControllerService {
20
22
  protected httpClient: HttpClient;
@@ -90,6 +92,18 @@ export declare class CampaignControllerService {
90
92
  getCampaignByIdUsingGET(id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectCampaignDTO>;
91
93
  getCampaignByIdUsingGET(id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectCampaignDTO>>;
92
94
  getCampaignByIdUsingGET(id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectCampaignDTO>>;
95
+ /**
96
+ * Api to fetch incrementality report
97
+ *
98
+ * @param incrementalityReportDTO incrementalityReportDTO
99
+ * @param reqId request id
100
+ * @param token Auth Token
101
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
102
+ * @param reportProgress flag to report request and response progress.
103
+ */
104
+ incrementalityReportUsingPOST(incrementalityReportDTO: IncrementalityReportDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<IncrementalityResponse>;
105
+ incrementalityReportUsingPOST(incrementalityReportDTO: IncrementalityReportDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<IncrementalityResponse>>;
106
+ incrementalityReportUsingPOST(incrementalityReportDTO: IncrementalityReportDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<IncrementalityResponse>>;
93
107
  /**
94
108
  * Api to update Campaign
95
109
  *
@@ -18,8 +18,8 @@ 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';
22
+ import { ApiResponseObjectMapintResponseMessage } from '../model/apiResponseObjectMapintResponseMessage';
23
23
  import { ApiResponseObjectMenuCrubResponse } from '../model/apiResponseObjectMenuCrubResponse';
24
24
  import { ApiResponseObjectParentBasedObject } from '../model/apiResponseObjectParentBasedObject';
25
25
  import { DashboardRequest } from '../model/dashboardRequest';
@@ -46,9 +46,9 @@ export declare class DashboardControllerService {
46
46
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
47
47
  * @param reportProgress flag to report request and response progress.
48
48
  */
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<ApiResponseObjectListMapintResponseMessage>;
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<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?: '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>>;
52
52
  /**
53
53
  * getById
54
54
  *
@@ -236,7 +236,7 @@ export declare class DashboardControllerService {
236
236
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
237
237
  * @param reportProgress flag to report request and response progress.
238
238
  */
239
- updateStatusUsingPOST(id: string, status: boolean, 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>;
240
- updateStatusUsingPOST(id: string, status: boolean, 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>>;
241
- updateStatusUsingPOST(id: string, status: boolean, 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>>;
239
+ updateStatusUsingPOST(id: string, status: boolean, 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>;
240
+ updateStatusUsingPOST(id: string, status: boolean, 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>>;
241
+ updateStatusUsingPOST(id: string, status: boolean, 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>>;
242
242
  }
@@ -15,6 +15,7 @@ import { ApiResponseObjectSlicexChartResponse } from '../model/apiResponseObject
15
15
  import { ApiResponseObjectSlicexListResponse } from '../model/apiResponseObjectSlicexListResponse';
16
16
  import { FileDownloadResponse } from '../model/fileDownloadResponse';
17
17
  import { SlicexRequest } from '../model/slicexRequest';
18
+ import { SlicexRequestExtended } from '../model/slicexRequestExtended';
18
19
  import { Configuration } from '../configuration';
19
20
  export declare class SliceXControllerService {
20
21
  protected httpClient: HttpClient;
@@ -50,9 +51,36 @@ export declare class SliceXControllerService {
50
51
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
51
52
  * @param reportProgress flag to report request and response progress.
52
53
  */
53
- getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectSlicexListResponse>;
54
- getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectSlicexListResponse>>;
55
- getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectSlicexListResponse>>;
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
+ 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
+ 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
+ /**
72
+ * Slicex API for grid details.
73
+ *
74
+ * @param entity entity
75
+ * @param slicexRequestExt slicexRequestExt
76
+ * @param reqId request id
77
+ * @param token Auth Token
78
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
79
+ * @param reportProgress flag to report request and response progress.
80
+ */
81
+ getSlicexGridDetailsUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'city' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequestExt: SlicexRequestExtended, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectSlicexListResponse>;
82
+ getSlicexGridDetailsUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'city' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequestExt: SlicexRequestExtended, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectSlicexListResponse>>;
83
+ getSlicexGridDetailsUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'city' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequestExt: SlicexRequestExtended, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectSlicexListResponse>>;
56
84
  /**
57
85
  * Slicex API for List Export.
58
86
  *
@@ -64,7 +92,7 @@ export declare class SliceXControllerService {
64
92
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
65
93
  * @param reportProgress flag to report request and response progress.
66
94
  */
67
- getSlicexListDataForExportUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<FileDownloadResponse>;
68
- getSlicexListDataForExportUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<FileDownloadResponse>>;
69
- getSlicexListDataForExportUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'videoPlacement', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<FileDownloadResponse>>;
95
+ getSlicexListDataForExportUsingPOST(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<FileDownloadResponse>;
96
+ getSlicexListDataForExportUsingPOST(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<FileDownloadResponse>>;
97
+ getSlicexListDataForExportUsingPOST(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<FileDownloadResponse>>;
70
98
  }
@@ -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) {
@@ -1506,42 +1506,6 @@
1506
1506
  reportProgress: reportProgress
1507
1507
  });
1508
1508
  };
1509
- AudienceControllerService.prototype.getAnalysisAudienceCountUsingPOST = function (audienceAnalysisRequest, reqId, token, observe, reportProgress) {
1510
- if (observe === void 0) { observe = 'body'; }
1511
- if (reportProgress === void 0) { reportProgress = false; }
1512
- if (audienceAnalysisRequest === null || audienceAnalysisRequest === undefined) {
1513
- throw new Error('Required parameter audienceAnalysisRequest was null or undefined when calling getAnalysisAudienceCountUsingPOST.');
1514
- }
1515
- var headers = this.defaultHeaders;
1516
- if (reqId !== undefined && reqId !== null) {
1517
- headers = headers.set('reqId', String(reqId));
1518
- }
1519
- if (token !== undefined && token !== null) {
1520
- headers = headers.set('token', String(token));
1521
- }
1522
- // to determine the Accept header
1523
- var httpHeaderAccepts = [
1524
- '*/*'
1525
- ];
1526
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1527
- if (httpHeaderAcceptSelected != undefined) {
1528
- headers = headers.set('Accept', httpHeaderAcceptSelected);
1529
- }
1530
- // to determine the Content-Type header
1531
- var consumes = [
1532
- 'application/json'
1533
- ];
1534
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1535
- if (httpContentTypeSelected != undefined) {
1536
- headers = headers.set('Content-Type', httpContentTypeSelected);
1537
- }
1538
- return this.httpClient.post(this.basePath + "/v2/api/audience/audienceanalysis", audienceAnalysisRequest, {
1539
- withCredentials: this.configuration.withCredentials,
1540
- headers: headers,
1541
- observe: observe,
1542
- reportProgress: reportProgress
1543
- });
1544
- };
1545
1509
  AudienceControllerService.prototype.getByIdUsingGET1 = function (id, refresh, reqId, token, observe, reportProgress) {
1546
1510
  if (observe === void 0) { observe = 'body'; }
1547
1511
  if (reportProgress === void 0) { reportProgress = false; }
@@ -1900,7 +1864,7 @@
1900
1864
  var AuditControllerService = /** @class */ (function () {
1901
1865
  function AuditControllerService(httpClient, basePath, configuration) {
1902
1866
  this.httpClient = httpClient;
1903
- this.basePath = 'https://apiv2stage1.atomex.net';
1867
+ this.basePath = 'https://apiv2beta.atomex.net';
1904
1868
  this.defaultHeaders = new http.HttpHeaders();
1905
1869
  this.configuration = new Configuration();
1906
1870
  if (basePath) {
@@ -2099,7 +2063,7 @@
2099
2063
  var BulkStrategyControllerService = /** @class */ (function () {
2100
2064
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2101
2065
  this.httpClient = httpClient;
2102
- this.basePath = 'https://apiv2stage1.atomex.net';
2066
+ this.basePath = 'https://apiv2beta.atomex.net';
2103
2067
  this.defaultHeaders = new http.HttpHeaders();
2104
2068
  this.configuration = new Configuration();
2105
2069
  if (basePath) {
@@ -2342,7 +2306,7 @@
2342
2306
  var CSSThemeController_Service = /** @class */ (function () {
2343
2307
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2344
2308
  this.httpClient = httpClient;
2345
- this.basePath = 'https://apiv2stage1.atomex.net';
2309
+ this.basePath = 'https://apiv2beta.atomex.net';
2346
2310
  this.defaultHeaders = new http.HttpHeaders();
2347
2311
  this.configuration = new Configuration();
2348
2312
  if (basePath) {
@@ -2463,7 +2427,7 @@
2463
2427
  var CampaignControllerService = /** @class */ (function () {
2464
2428
  function CampaignControllerService(httpClient, basePath, configuration) {
2465
2429
  this.httpClient = httpClient;
2466
- this.basePath = 'https://apiv2stage1.atomex.net';
2430
+ this.basePath = 'https://apiv2beta.atomex.net';
2467
2431
  this.defaultHeaders = new http.HttpHeaders();
2468
2432
  this.configuration = new Configuration();
2469
2433
  if (basePath) {
@@ -2684,6 +2648,42 @@
2684
2648
  reportProgress: reportProgress
2685
2649
  });
2686
2650
  };
2651
+ CampaignControllerService.prototype.incrementalityReportUsingPOST = function (incrementalityReportDTO, reqId, token, observe, reportProgress) {
2652
+ if (observe === void 0) { observe = 'body'; }
2653
+ if (reportProgress === void 0) { reportProgress = false; }
2654
+ if (incrementalityReportDTO === null || incrementalityReportDTO === undefined) {
2655
+ throw new Error('Required parameter incrementalityReportDTO was null or undefined when calling incrementalityReportUsingPOST.');
2656
+ }
2657
+ var headers = this.defaultHeaders;
2658
+ if (reqId !== undefined && reqId !== null) {
2659
+ headers = headers.set('reqId', String(reqId));
2660
+ }
2661
+ if (token !== undefined && token !== null) {
2662
+ headers = headers.set('token', String(token));
2663
+ }
2664
+ // to determine the Accept header
2665
+ var httpHeaderAccepts = [
2666
+ 'application/json'
2667
+ ];
2668
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
2669
+ if (httpHeaderAcceptSelected != undefined) {
2670
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
2671
+ }
2672
+ // to determine the Content-Type header
2673
+ var consumes = [
2674
+ 'application/json'
2675
+ ];
2676
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
2677
+ if (httpContentTypeSelected != undefined) {
2678
+ headers = headers.set('Content-Type', httpContentTypeSelected);
2679
+ }
2680
+ return this.httpClient.post(this.basePath + "/v2/api/campaigns/incrementalityreport", incrementalityReportDTO, {
2681
+ withCredentials: this.configuration.withCredentials,
2682
+ headers: headers,
2683
+ observe: observe,
2684
+ reportProgress: reportProgress
2685
+ });
2686
+ };
2687
2687
  CampaignControllerService.prototype.updateCampaignUsingPOST = function (campaign, id, reqId, token, observe, reportProgress) {
2688
2688
  if (observe === void 0) { observe = 'body'; }
2689
2689
  if (reportProgress === void 0) { reportProgress = false; }
@@ -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) {
@@ -4073,7 +4073,7 @@
4073
4073
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4074
4074
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4075
4075
  this.httpClient = httpClient;
4076
- this.basePath = 'https://apiv2stage1.atomex.net';
4076
+ this.basePath = 'https://apiv2beta.atomex.net';
4077
4077
  this.defaultHeaders = new http.HttpHeaders();
4078
4078
  this.configuration = new Configuration();
4079
4079
  if (basePath) {
@@ -4274,7 +4274,7 @@
4274
4274
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4275
4275
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4276
4276
  this.httpClient = httpClient;
4277
- this.basePath = 'https://apiv2stage1.atomex.net';
4277
+ this.basePath = 'https://apiv2beta.atomex.net';
4278
4278
  this.defaultHeaders = new http.HttpHeaders();
4279
4279
  this.configuration = new Configuration();
4280
4280
  if (basePath) {
@@ -4362,7 +4362,7 @@
4362
4362
  var CreativeTemplatesControllerService = /** @class */ (function () {
4363
4363
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4364
4364
  this.httpClient = httpClient;
4365
- this.basePath = 'https://apiv2stage1.atomex.net';
4365
+ this.basePath = 'https://apiv2beta.atomex.net';
4366
4366
  this.defaultHeaders = new http.HttpHeaders();
4367
4367
  this.configuration = new Configuration();
4368
4368
  if (basePath) {
@@ -4541,7 +4541,7 @@
4541
4541
  var DashboardControllerService = /** @class */ (function () {
4542
4542
  function DashboardControllerService(httpClient, basePath, configuration) {
4543
4543
  this.httpClient = httpClient;
4544
- this.basePath = 'https://apiv2stage1.atomex.net';
4544
+ this.basePath = 'https://apiv2beta.atomex.net';
4545
4545
  this.defaultHeaders = new http.HttpHeaders();
4546
4546
  this.configuration = new Configuration();
4547
4547
  if (basePath) {
@@ -5198,7 +5198,7 @@
5198
5198
  var NotificationsControllerService = /** @class */ (function () {
5199
5199
  function NotificationsControllerService(httpClient, basePath, configuration) {
5200
5200
  this.httpClient = httpClient;
5201
- this.basePath = 'https://apiv2stage1.atomex.net';
5201
+ this.basePath = 'https://apiv2beta.atomex.net';
5202
5202
  this.defaultHeaders = new http.HttpHeaders();
5203
5203
  this.configuration = new Configuration();
5204
5204
  if (basePath) {
@@ -5397,7 +5397,7 @@
5397
5397
  var PixelControllerService = /** @class */ (function () {
5398
5398
  function PixelControllerService(httpClient, basePath, configuration) {
5399
5399
  this.httpClient = httpClient;
5400
- this.basePath = 'https://apiv2stage1.atomex.net';
5400
+ this.basePath = 'https://apiv2beta.atomex.net';
5401
5401
  this.defaultHeaders = new http.HttpHeaders();
5402
5402
  this.configuration = new Configuration();
5403
5403
  if (basePath) {
@@ -5726,7 +5726,7 @@
5726
5726
  var ReportingControllerService = /** @class */ (function () {
5727
5727
  function ReportingControllerService(httpClient, basePath, configuration) {
5728
5728
  this.httpClient = httpClient;
5729
- this.basePath = 'https://apiv2stage1.atomex.net';
5729
+ this.basePath = 'https://apiv2beta.atomex.net';
5730
5730
  this.defaultHeaders = new http.HttpHeaders();
5731
5731
  this.configuration = new Configuration();
5732
5732
  if (basePath) {
@@ -5910,7 +5910,7 @@
5910
5910
  var SliceXControllerService = /** @class */ (function () {
5911
5911
  function SliceXControllerService(httpClient, basePath, configuration) {
5912
5912
  this.httpClient = httpClient;
5913
- this.basePath = 'https://apiv2stage1.atomex.net';
5913
+ this.basePath = 'https://apiv2beta.atomex.net';
5914
5914
  this.defaultHeaders = new http.HttpHeaders();
5915
5915
  this.configuration = new Configuration();
5916
5916
  if (basePath) {
@@ -6025,6 +6025,89 @@
6025
6025
  reportProgress: reportProgress
6026
6026
  });
6027
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
+ };
6072
+ SliceXControllerService.prototype.getSlicexGridDetailsUsingPOST = function (entity, slicexRequestExt, reqId, token, observe, reportProgress) {
6073
+ if (observe === void 0) { observe = 'body'; }
6074
+ if (reportProgress === void 0) { reportProgress = false; }
6075
+ if (entity === null || entity === undefined) {
6076
+ throw new Error('Required parameter entity was null or undefined when calling getSlicexGridDetailsUsingPOST.');
6077
+ }
6078
+ if (slicexRequestExt === null || slicexRequestExt === undefined) {
6079
+ throw new Error('Required parameter slicexRequestExt was null or undefined when calling getSlicexGridDetailsUsingPOST.');
6080
+ }
6081
+ var headers = this.defaultHeaders;
6082
+ if (reqId !== undefined && reqId !== null) {
6083
+ headers = headers.set('reqId', String(reqId));
6084
+ }
6085
+ if (token !== undefined && token !== null) {
6086
+ headers = headers.set('token', String(token));
6087
+ }
6088
+ // to determine the Accept header
6089
+ var httpHeaderAccepts = [
6090
+ 'application/json'
6091
+ ];
6092
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6093
+ if (httpHeaderAcceptSelected != undefined) {
6094
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
6095
+ }
6096
+ // to determine the Content-Type header
6097
+ var consumes = [
6098
+ 'application/json'
6099
+ ];
6100
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
6101
+ if (httpContentTypeSelected != undefined) {
6102
+ headers = headers.set('Content-Type', httpContentTypeSelected);
6103
+ }
6104
+ return this.httpClient.post(this.basePath + "/v2/api/slicex/list/details/" + encodeURIComponent(String(entity)), slicexRequestExt, {
6105
+ withCredentials: this.configuration.withCredentials,
6106
+ headers: headers,
6107
+ observe: observe,
6108
+ reportProgress: reportProgress
6109
+ });
6110
+ };
6028
6111
  SliceXControllerService.prototype.getSlicexListDataForExportUsingPOST = function (entity, slicexRequest, reqId, sort, token, observe, reportProgress) {
6029
6112
  if (observe === void 0) { observe = 'body'; }
6030
6113
  if (reportProgress === void 0) { reportProgress = false; }
@@ -6095,7 +6178,7 @@
6095
6178
  var StrategyControllerService = /** @class */ (function () {
6096
6179
  function StrategyControllerService(httpClient, basePath, configuration) {
6097
6180
  this.httpClient = httpClient;
6098
- this.basePath = 'https://apiv2stage1.atomex.net';
6181
+ this.basePath = 'https://apiv2beta.atomex.net';
6099
6182
  this.defaultHeaders = new http.HttpHeaders();
6100
6183
  this.configuration = new Configuration();
6101
6184
  if (basePath) {
@@ -6756,7 +6839,7 @@
6756
6839
  var UILoggerControllerService = /** @class */ (function () {
6757
6840
  function UILoggerControllerService(httpClient, basePath, configuration) {
6758
6841
  this.httpClient = httpClient;
6759
- this.basePath = 'https://apiv2stage1.atomex.net';
6842
+ this.basePath = 'https://apiv2beta.atomex.net';
6760
6843
  this.defaultHeaders = new http.HttpHeaders();
6761
6844
  this.configuration = new Configuration();
6762
6845
  if (basePath) {
@@ -6858,7 +6941,7 @@
6858
6941
  var UserPreferenceControllerService = /** @class */ (function () {
6859
6942
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6860
6943
  this.httpClient = httpClient;
6861
- this.basePath = 'https://apiv2stage1.atomex.net';
6944
+ this.basePath = 'https://apiv2beta.atomex.net';
6862
6945
  this.defaultHeaders = new http.HttpHeaders();
6863
6946
  this.configuration = new Configuration();
6864
6947
  if (basePath) {