@revxui/api-clients-ts 1.1.264 → 1.1.265
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/api/bidFunnelController.service.d.ts +10 -8
- package/bundles/revxui-api-clients-ts.umd.js +53 -35
- package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
- package/esm2015/api/adminController.service.js +2 -2
- package/esm2015/api/advertiserController.service.js +2 -2
- package/esm2015/api/appSettingsController.service.js +2 -2
- package/esm2015/api/audienceController.service.js +2 -2
- package/esm2015/api/auditController.service.js +2 -2
- package/esm2015/api/bidFunnelController.service.js +28 -10
- package/esm2015/api/bulkStrategyController.service.js +2 -2
- package/esm2015/api/cSSThemeController_.service.js +2 -2
- package/esm2015/api/campaignController.service.js +2 -2
- package/esm2015/api/catalogController.service.js +2 -2
- package/esm2015/api/clickDestinationController.service.js +2 -2
- package/esm2015/api/creativeController.service.js +2 -2
- package/esm2015/api/creativeSetsController.service.js +2 -2
- package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
- package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm2015/api/creativeTemplatesController.service.js +2 -2
- package/esm2015/api/customerReportingController.service.js +2 -2
- package/esm2015/api/dashboardController.service.js +2 -2
- package/esm2015/api/notificationsController.service.js +2 -2
- package/esm2015/api/pixelController.service.js +2 -2
- package/esm2015/api/reportingController.service.js +2 -2
- package/esm2015/api/reportingSchedulerController.service.js +2 -2
- package/esm2015/api/sliceXController.service.js +2 -2
- package/esm2015/api/strategyController.service.js +2 -2
- package/esm2015/api/strategyTemplateController.service.js +2 -2
- package/esm2015/api/uILoggerController.service.js +2 -2
- package/esm2015/api/userPreferenceController.service.js +2 -2
- package/esm2015/model/creativeSetDetails.js +1 -1
- package/esm2015/model/models.js +1 -2
- package/fesm2015/revxui-api-clients-ts.js +53 -47
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/model/creativeSetDetails.d.ts +1 -2
- package/model/models.d.ts +0 -1
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/currencyModel.js +0 -13
- package/model/currencyModel.d.ts +0 -16
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/api-clients-ts@1.1.
|
|
1
|
+
## @revxui/api-clients-ts@1.1.265
|
|
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@1.1.
|
|
22
|
+
npm install @revxui/api-clients-ts@1.1.265 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -28,29 +28,31 @@ export declare class BidFunnelControllerService {
|
|
|
28
28
|
/**
|
|
29
29
|
* API to get bid to conversion funnel details
|
|
30
30
|
*
|
|
31
|
+
* @param end end
|
|
31
32
|
* @param entity entity
|
|
32
33
|
* @param id id
|
|
33
|
-
* @param
|
|
34
|
+
* @param start start
|
|
34
35
|
* @param reqId request id
|
|
35
36
|
* @param token Auth Token
|
|
36
37
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
37
38
|
* @param reportProgress flag to report request and response progress.
|
|
38
39
|
*/
|
|
39
|
-
getBidToConversionDetailsUsingGET(entity: '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' | 'AUDIENCE_UU_COUNT' | 'STRATEGY_TEMPLATE' | 'FEED_PRODUCT_CATEGORY' | 'STRATEGY_CREATIVE_MAPPING', id: number,
|
|
40
|
-
getBidToConversionDetailsUsingGET(entity: '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' | 'AUDIENCE_UU_COUNT' | 'STRATEGY_TEMPLATE' | 'FEED_PRODUCT_CATEGORY' | 'STRATEGY_CREATIVE_MAPPING', id: number,
|
|
41
|
-
getBidToConversionDetailsUsingGET(entity: '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' | 'AUDIENCE_UU_COUNT' | 'STRATEGY_TEMPLATE' | 'FEED_PRODUCT_CATEGORY' | 'STRATEGY_CREATIVE_MAPPING', id: number,
|
|
40
|
+
getBidToConversionDetailsUsingGET(end: string, entity: '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' | 'AUDIENCE_UU_COUNT' | 'STRATEGY_TEMPLATE' | 'FEED_PRODUCT_CATEGORY' | 'STRATEGY_CREATIVE_MAPPING', id: number, start: string, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectBidToConversionDTO>;
|
|
41
|
+
getBidToConversionDetailsUsingGET(end: string, entity: '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' | 'AUDIENCE_UU_COUNT' | 'STRATEGY_TEMPLATE' | 'FEED_PRODUCT_CATEGORY' | 'STRATEGY_CREATIVE_MAPPING', id: number, start: string, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectBidToConversionDTO>>;
|
|
42
|
+
getBidToConversionDetailsUsingGET(end: string, entity: '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' | 'AUDIENCE_UU_COUNT' | 'STRATEGY_TEMPLATE' | 'FEED_PRODUCT_CATEGORY' | 'STRATEGY_CREATIVE_MAPPING', id: number, start: string, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectBidToConversionDTO>>;
|
|
42
43
|
/**
|
|
43
44
|
* API to get bid to conversion filter details
|
|
44
45
|
*
|
|
46
|
+
* @param end end
|
|
45
47
|
* @param entity entity
|
|
46
48
|
* @param id id
|
|
47
|
-
* @param
|
|
49
|
+
* @param start start
|
|
48
50
|
* @param reqId request id
|
|
49
51
|
* @param token Auth Token
|
|
50
52
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
51
53
|
* @param reportProgress flag to report request and response progress.
|
|
52
54
|
*/
|
|
53
|
-
getBidToConversionFilterDetailsUsingGET(entity: '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' | 'AUDIENCE_UU_COUNT' | 'STRATEGY_TEMPLATE' | 'FEED_PRODUCT_CATEGORY' | 'STRATEGY_CREATIVE_MAPPING', id: number,
|
|
54
|
-
getBidToConversionFilterDetailsUsingGET(entity: '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' | 'AUDIENCE_UU_COUNT' | 'STRATEGY_TEMPLATE' | 'FEED_PRODUCT_CATEGORY' | 'STRATEGY_CREATIVE_MAPPING', id: number,
|
|
55
|
-
getBidToConversionFilterDetailsUsingGET(entity: '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' | 'AUDIENCE_UU_COUNT' | 'STRATEGY_TEMPLATE' | 'FEED_PRODUCT_CATEGORY' | 'STRATEGY_CREATIVE_MAPPING', id: number,
|
|
55
|
+
getBidToConversionFilterDetailsUsingGET(end: string, entity: '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' | 'AUDIENCE_UU_COUNT' | 'STRATEGY_TEMPLATE' | 'FEED_PRODUCT_CATEGORY' | 'STRATEGY_CREATIVE_MAPPING', id: number, start: string, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectBidToConversionFilterMap>;
|
|
56
|
+
getBidToConversionFilterDetailsUsingGET(end: string, entity: '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' | 'AUDIENCE_UU_COUNT' | 'STRATEGY_TEMPLATE' | 'FEED_PRODUCT_CATEGORY' | 'STRATEGY_CREATIVE_MAPPING', id: number, start: string, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectBidToConversionFilterMap>>;
|
|
57
|
+
getBidToConversionFilterDetailsUsingGET(end: string, entity: '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' | 'AUDIENCE_UU_COUNT' | 'STRATEGY_TEMPLATE' | 'FEED_PRODUCT_CATEGORY' | 'STRATEGY_CREATIVE_MAPPING', id: number, start: string, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectBidToConversionFilterMap>>;
|
|
56
58
|
}
|
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
var AdminControllerService = /** @class */ (function () {
|
|
371
371
|
function AdminControllerService(httpClient, basePath, configuration) {
|
|
372
372
|
this.httpClient = httpClient;
|
|
373
|
-
this.basePath = 'https://
|
|
373
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
374
374
|
this.defaultHeaders = new http.HttpHeaders();
|
|
375
375
|
this.configuration = new Configuration();
|
|
376
376
|
if (basePath) {
|
|
@@ -575,7 +575,7 @@
|
|
|
575
575
|
var AdvertiserControllerService = /** @class */ (function () {
|
|
576
576
|
function AdvertiserControllerService(httpClient, basePath, configuration) {
|
|
577
577
|
this.httpClient = httpClient;
|
|
578
|
-
this.basePath = 'https://
|
|
578
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
579
579
|
this.defaultHeaders = new http.HttpHeaders();
|
|
580
580
|
this.configuration = new Configuration();
|
|
581
581
|
if (basePath) {
|
|
@@ -1047,7 +1047,7 @@
|
|
|
1047
1047
|
var AppSettingsControllerService = /** @class */ (function () {
|
|
1048
1048
|
function AppSettingsControllerService(httpClient, basePath, configuration) {
|
|
1049
1049
|
this.httpClient = httpClient;
|
|
1050
|
-
this.basePath = 'https://
|
|
1050
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
1051
1051
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1052
1052
|
this.configuration = new Configuration();
|
|
1053
1053
|
if (basePath) {
|
|
@@ -1300,7 +1300,7 @@
|
|
|
1300
1300
|
var AudienceControllerService = /** @class */ (function () {
|
|
1301
1301
|
function AudienceControllerService(httpClient, basePath, configuration) {
|
|
1302
1302
|
this.httpClient = httpClient;
|
|
1303
|
-
this.basePath = 'https://
|
|
1303
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
1304
1304
|
this.defaultHeaders = new http.HttpHeaders();
|
|
1305
1305
|
this.configuration = new Configuration();
|
|
1306
1306
|
if (basePath) {
|
|
@@ -2158,7 +2158,7 @@
|
|
|
2158
2158
|
var AuditControllerService = /** @class */ (function () {
|
|
2159
2159
|
function AuditControllerService(httpClient, basePath, configuration) {
|
|
2160
2160
|
this.httpClient = httpClient;
|
|
2161
|
-
this.basePath = 'https://
|
|
2161
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
2162
2162
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2163
2163
|
this.configuration = new Configuration();
|
|
2164
2164
|
if (basePath) {
|
|
@@ -2345,7 +2345,7 @@
|
|
|
2345
2345
|
var BidFunnelControllerService = /** @class */ (function () {
|
|
2346
2346
|
function BidFunnelControllerService(httpClient, basePath, configuration) {
|
|
2347
2347
|
this.httpClient = httpClient;
|
|
2348
|
-
this.basePath = 'https://
|
|
2348
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
2349
2349
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2350
2350
|
this.configuration = new Configuration();
|
|
2351
2351
|
if (basePath) {
|
|
@@ -2380,22 +2380,31 @@
|
|
|
2380
2380
|
}
|
|
2381
2381
|
return false;
|
|
2382
2382
|
};
|
|
2383
|
-
BidFunnelControllerService.prototype.getBidToConversionDetailsUsingGET = function (entity, id,
|
|
2383
|
+
BidFunnelControllerService.prototype.getBidToConversionDetailsUsingGET = function (end, entity, id, start, reqId, token, observe, reportProgress) {
|
|
2384
2384
|
if (observe === void 0) { observe = 'body'; }
|
|
2385
2385
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
2386
|
+
if (end === null || end === undefined) {
|
|
2387
|
+
throw new Error('Required parameter end was null or undefined when calling getBidToConversionDetailsUsingGET.');
|
|
2388
|
+
}
|
|
2386
2389
|
if (entity === null || entity === undefined) {
|
|
2387
2390
|
throw new Error('Required parameter entity was null or undefined when calling getBidToConversionDetailsUsingGET.');
|
|
2388
2391
|
}
|
|
2389
2392
|
if (id === null || id === undefined) {
|
|
2390
2393
|
throw new Error('Required parameter id was null or undefined when calling getBidToConversionDetailsUsingGET.');
|
|
2391
2394
|
}
|
|
2395
|
+
if (start === null || start === undefined) {
|
|
2396
|
+
throw new Error('Required parameter start was null or undefined when calling getBidToConversionDetailsUsingGET.');
|
|
2397
|
+
}
|
|
2392
2398
|
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
2393
|
-
if (
|
|
2394
|
-
queryParameters = queryParameters.set('
|
|
2399
|
+
if (end !== undefined && end !== null) {
|
|
2400
|
+
queryParameters = queryParameters.set('end', end);
|
|
2395
2401
|
}
|
|
2396
2402
|
if (entity !== undefined && entity !== null) {
|
|
2397
2403
|
queryParameters = queryParameters.set('entity', entity);
|
|
2398
2404
|
}
|
|
2405
|
+
if (start !== undefined && start !== null) {
|
|
2406
|
+
queryParameters = queryParameters.set('start', start);
|
|
2407
|
+
}
|
|
2399
2408
|
var headers = this.defaultHeaders;
|
|
2400
2409
|
if (reqId !== undefined && reqId !== null) {
|
|
2401
2410
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -2413,7 +2422,7 @@
|
|
|
2413
2422
|
}
|
|
2414
2423
|
// to determine the Content-Type header
|
|
2415
2424
|
var consumes = [];
|
|
2416
|
-
return this.httpClient.get(this.basePath + "/bidfunnel/" + encodeURIComponent(String(id)), {
|
|
2425
|
+
return this.httpClient.get(this.basePath + "/v2/api/bidfunnel/" + encodeURIComponent(String(id)), {
|
|
2417
2426
|
params: queryParameters,
|
|
2418
2427
|
withCredentials: this.configuration.withCredentials,
|
|
2419
2428
|
headers: headers,
|
|
@@ -2421,22 +2430,31 @@
|
|
|
2421
2430
|
reportProgress: reportProgress
|
|
2422
2431
|
});
|
|
2423
2432
|
};
|
|
2424
|
-
BidFunnelControllerService.prototype.getBidToConversionFilterDetailsUsingGET = function (entity, id,
|
|
2433
|
+
BidFunnelControllerService.prototype.getBidToConversionFilterDetailsUsingGET = function (end, entity, id, start, reqId, token, observe, reportProgress) {
|
|
2425
2434
|
if (observe === void 0) { observe = 'body'; }
|
|
2426
2435
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
2436
|
+
if (end === null || end === undefined) {
|
|
2437
|
+
throw new Error('Required parameter end was null or undefined when calling getBidToConversionFilterDetailsUsingGET.');
|
|
2438
|
+
}
|
|
2427
2439
|
if (entity === null || entity === undefined) {
|
|
2428
2440
|
throw new Error('Required parameter entity was null or undefined when calling getBidToConversionFilterDetailsUsingGET.');
|
|
2429
2441
|
}
|
|
2430
2442
|
if (id === null || id === undefined) {
|
|
2431
2443
|
throw new Error('Required parameter id was null or undefined when calling getBidToConversionFilterDetailsUsingGET.');
|
|
2432
2444
|
}
|
|
2445
|
+
if (start === null || start === undefined) {
|
|
2446
|
+
throw new Error('Required parameter start was null or undefined when calling getBidToConversionFilterDetailsUsingGET.');
|
|
2447
|
+
}
|
|
2433
2448
|
var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
|
|
2434
|
-
if (
|
|
2435
|
-
queryParameters = queryParameters.set('
|
|
2449
|
+
if (end !== undefined && end !== null) {
|
|
2450
|
+
queryParameters = queryParameters.set('end', end);
|
|
2436
2451
|
}
|
|
2437
2452
|
if (entity !== undefined && entity !== null) {
|
|
2438
2453
|
queryParameters = queryParameters.set('entity', entity);
|
|
2439
2454
|
}
|
|
2455
|
+
if (start !== undefined && start !== null) {
|
|
2456
|
+
queryParameters = queryParameters.set('start', start);
|
|
2457
|
+
}
|
|
2440
2458
|
var headers = this.defaultHeaders;
|
|
2441
2459
|
if (reqId !== undefined && reqId !== null) {
|
|
2442
2460
|
headers = headers.set('reqId', String(reqId));
|
|
@@ -2454,7 +2472,7 @@
|
|
|
2454
2472
|
}
|
|
2455
2473
|
// to determine the Content-Type header
|
|
2456
2474
|
var consumes = [];
|
|
2457
|
-
return this.httpClient.get(this.basePath + "/bidfunnel/" + encodeURIComponent(String(id)) + "/filters", {
|
|
2475
|
+
return this.httpClient.get(this.basePath + "/v2/api/bidfunnel/" + encodeURIComponent(String(id)) + "/filters", {
|
|
2458
2476
|
params: queryParameters,
|
|
2459
2477
|
withCredentials: this.configuration.withCredentials,
|
|
2460
2478
|
headers: headers,
|
|
@@ -2476,7 +2494,7 @@
|
|
|
2476
2494
|
var BulkStrategyControllerService = /** @class */ (function () {
|
|
2477
2495
|
function BulkStrategyControllerService(httpClient, basePath, configuration) {
|
|
2478
2496
|
this.httpClient = httpClient;
|
|
2479
|
-
this.basePath = 'https://
|
|
2497
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
2480
2498
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2481
2499
|
this.configuration = new Configuration();
|
|
2482
2500
|
if (basePath) {
|
|
@@ -2707,7 +2725,7 @@
|
|
|
2707
2725
|
var CSSThemeController_Service = /** @class */ (function () {
|
|
2708
2726
|
function CSSThemeController_Service(httpClient, basePath, configuration) {
|
|
2709
2727
|
this.httpClient = httpClient;
|
|
2710
|
-
this.basePath = 'https://
|
|
2728
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
2711
2729
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2712
2730
|
this.configuration = new Configuration();
|
|
2713
2731
|
if (basePath) {
|
|
@@ -2816,7 +2834,7 @@
|
|
|
2816
2834
|
var CampaignControllerService = /** @class */ (function () {
|
|
2817
2835
|
function CampaignControllerService(httpClient, basePath, configuration) {
|
|
2818
2836
|
this.httpClient = httpClient;
|
|
2819
|
-
this.basePath = 'https://
|
|
2837
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
2820
2838
|
this.defaultHeaders = new http.HttpHeaders();
|
|
2821
2839
|
this.configuration = new Configuration();
|
|
2822
2840
|
if (basePath) {
|
|
@@ -3126,7 +3144,7 @@
|
|
|
3126
3144
|
var CatalogControllerService = /** @class */ (function () {
|
|
3127
3145
|
function CatalogControllerService(httpClient, basePath, configuration) {
|
|
3128
3146
|
this.httpClient = httpClient;
|
|
3129
|
-
this.basePath = 'https://
|
|
3147
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
3130
3148
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3131
3149
|
this.configuration = new Configuration();
|
|
3132
3150
|
if (basePath) {
|
|
@@ -3372,7 +3390,7 @@
|
|
|
3372
3390
|
var ClickDestinationControllerService = /** @class */ (function () {
|
|
3373
3391
|
function ClickDestinationControllerService(httpClient, basePath, configuration) {
|
|
3374
3392
|
this.httpClient = httpClient;
|
|
3375
|
-
this.basePath = 'https://
|
|
3393
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
3376
3394
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3377
3395
|
this.configuration = new Configuration();
|
|
3378
3396
|
if (basePath) {
|
|
@@ -3610,7 +3628,7 @@
|
|
|
3610
3628
|
var CreativeControllerService = /** @class */ (function () {
|
|
3611
3629
|
function CreativeControllerService(httpClient, basePath, configuration) {
|
|
3612
3630
|
this.httpClient = httpClient;
|
|
3613
|
-
this.basePath = 'https://
|
|
3631
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
3614
3632
|
this.defaultHeaders = new http.HttpHeaders();
|
|
3615
3633
|
this.configuration = new Configuration();
|
|
3616
3634
|
if (basePath) {
|
|
@@ -4111,7 +4129,7 @@
|
|
|
4111
4129
|
var CreativeSetsControllerService = /** @class */ (function () {
|
|
4112
4130
|
function CreativeSetsControllerService(httpClient, basePath, configuration) {
|
|
4113
4131
|
this.httpClient = httpClient;
|
|
4114
|
-
this.basePath = 'https://
|
|
4132
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
4115
4133
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4116
4134
|
this.configuration = new Configuration();
|
|
4117
4135
|
if (basePath) {
|
|
@@ -4745,7 +4763,7 @@
|
|
|
4745
4763
|
var CreativeTemplateThemesControllerService = /** @class */ (function () {
|
|
4746
4764
|
function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
|
|
4747
4765
|
this.httpClient = httpClient;
|
|
4748
|
-
this.basePath = 'https://
|
|
4766
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
4749
4767
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4750
4768
|
this.configuration = new Configuration();
|
|
4751
4769
|
if (basePath) {
|
|
@@ -4934,7 +4952,7 @@
|
|
|
4934
4952
|
var CreativeTemplateVariablesControllerService = /** @class */ (function () {
|
|
4935
4953
|
function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
|
|
4936
4954
|
this.httpClient = httpClient;
|
|
4937
|
-
this.basePath = 'https://
|
|
4955
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
4938
4956
|
this.defaultHeaders = new http.HttpHeaders();
|
|
4939
4957
|
this.configuration = new Configuration();
|
|
4940
4958
|
if (basePath) {
|
|
@@ -5010,7 +5028,7 @@
|
|
|
5010
5028
|
var CreativeTemplatesControllerService = /** @class */ (function () {
|
|
5011
5029
|
function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
|
|
5012
5030
|
this.httpClient = httpClient;
|
|
5013
|
-
this.basePath = 'https://
|
|
5031
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
5014
5032
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5015
5033
|
this.configuration = new Configuration();
|
|
5016
5034
|
if (basePath) {
|
|
@@ -5177,7 +5195,7 @@
|
|
|
5177
5195
|
var CustomerReportingControllerService = /** @class */ (function () {
|
|
5178
5196
|
function CustomerReportingControllerService(httpClient, basePath, configuration) {
|
|
5179
5197
|
this.httpClient = httpClient;
|
|
5180
|
-
this.basePath = 'https://
|
|
5198
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
5181
5199
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5182
5200
|
this.configuration = new Configuration();
|
|
5183
5201
|
if (basePath) {
|
|
@@ -5262,7 +5280,7 @@
|
|
|
5262
5280
|
var DashboardControllerService = /** @class */ (function () {
|
|
5263
5281
|
function DashboardControllerService(httpClient, basePath, configuration) {
|
|
5264
5282
|
this.httpClient = httpClient;
|
|
5265
|
-
this.basePath = 'https://
|
|
5283
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
5266
5284
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5267
5285
|
this.configuration = new Configuration();
|
|
5268
5286
|
if (basePath) {
|
|
@@ -5948,7 +5966,7 @@
|
|
|
5948
5966
|
var NotificationsControllerService = /** @class */ (function () {
|
|
5949
5967
|
function NotificationsControllerService(httpClient, basePath, configuration) {
|
|
5950
5968
|
this.httpClient = httpClient;
|
|
5951
|
-
this.basePath = 'https://
|
|
5969
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
5952
5970
|
this.defaultHeaders = new http.HttpHeaders();
|
|
5953
5971
|
this.configuration = new Configuration();
|
|
5954
5972
|
if (basePath) {
|
|
@@ -6167,7 +6185,7 @@
|
|
|
6167
6185
|
var PixelControllerService = /** @class */ (function () {
|
|
6168
6186
|
function PixelControllerService(httpClient, basePath, configuration) {
|
|
6169
6187
|
this.httpClient = httpClient;
|
|
6170
|
-
this.basePath = 'https://
|
|
6188
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
6171
6189
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6172
6190
|
this.configuration = new Configuration();
|
|
6173
6191
|
if (basePath) {
|
|
@@ -6484,7 +6502,7 @@
|
|
|
6484
6502
|
var ReportingControllerService = /** @class */ (function () {
|
|
6485
6503
|
function ReportingControllerService(httpClient, basePath, configuration) {
|
|
6486
6504
|
this.httpClient = httpClient;
|
|
6487
|
-
this.basePath = 'https://
|
|
6505
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
6488
6506
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6489
6507
|
this.configuration = new Configuration();
|
|
6490
6508
|
if (basePath) {
|
|
@@ -6656,7 +6674,7 @@
|
|
|
6656
6674
|
var ReportingSchedulerControllerService = /** @class */ (function () {
|
|
6657
6675
|
function ReportingSchedulerControllerService(httpClient, basePath, configuration) {
|
|
6658
6676
|
this.httpClient = httpClient;
|
|
6659
|
-
this.basePath = 'https://
|
|
6677
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
6660
6678
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6661
6679
|
this.configuration = new Configuration();
|
|
6662
6680
|
if (basePath) {
|
|
@@ -6981,7 +6999,7 @@
|
|
|
6981
6999
|
var SliceXControllerService = /** @class */ (function () {
|
|
6982
7000
|
function SliceXControllerService(httpClient, basePath, configuration) {
|
|
6983
7001
|
this.httpClient = httpClient;
|
|
6984
|
-
this.basePath = 'https://
|
|
7002
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
6985
7003
|
this.defaultHeaders = new http.HttpHeaders();
|
|
6986
7004
|
this.configuration = new Configuration();
|
|
6987
7005
|
if (basePath) {
|
|
@@ -7237,7 +7255,7 @@
|
|
|
7237
7255
|
var StrategyControllerService = /** @class */ (function () {
|
|
7238
7256
|
function StrategyControllerService(httpClient, basePath, configuration) {
|
|
7239
7257
|
this.httpClient = httpClient;
|
|
7240
|
-
this.basePath = 'https://
|
|
7258
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
7241
7259
|
this.defaultHeaders = new http.HttpHeaders();
|
|
7242
7260
|
this.configuration = new Configuration();
|
|
7243
7261
|
if (basePath) {
|
|
@@ -8069,7 +8087,7 @@
|
|
|
8069
8087
|
var StrategyTemplateControllerService = /** @class */ (function () {
|
|
8070
8088
|
function StrategyTemplateControllerService(httpClient, basePath, configuration) {
|
|
8071
8089
|
this.httpClient = httpClient;
|
|
8072
|
-
this.basePath = 'https://
|
|
8090
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
8073
8091
|
this.defaultHeaders = new http.HttpHeaders();
|
|
8074
8092
|
this.configuration = new Configuration();
|
|
8075
8093
|
if (basePath) {
|
|
@@ -8191,7 +8209,7 @@
|
|
|
8191
8209
|
var UILoggerControllerService = /** @class */ (function () {
|
|
8192
8210
|
function UILoggerControllerService(httpClient, basePath, configuration) {
|
|
8193
8211
|
this.httpClient = httpClient;
|
|
8194
|
-
this.basePath = 'https://
|
|
8212
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
8195
8213
|
this.defaultHeaders = new http.HttpHeaders();
|
|
8196
8214
|
this.configuration = new Configuration();
|
|
8197
8215
|
if (basePath) {
|
|
@@ -8281,7 +8299,7 @@
|
|
|
8281
8299
|
var UserPreferenceControllerService = /** @class */ (function () {
|
|
8282
8300
|
function UserPreferenceControllerService(httpClient, basePath, configuration) {
|
|
8283
8301
|
this.httpClient = httpClient;
|
|
8284
|
-
this.basePath = 'https://
|
|
8302
|
+
this.basePath = 'https://apiv2stage5.atomex.net';
|
|
8285
8303
|
this.defaultHeaders = new http.HttpHeaders();
|
|
8286
8304
|
this.configuration = new Configuration();
|
|
8287
8305
|
if (basePath) {
|