@revxui/api-clients-ts 1.1.433 → 1.1.435
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/api.d.ts +1 -3
- package/api/sliceXController.service.d.ts +15 -15
- package/esm2020/api/adminController.service.mjs +2 -2
- package/esm2020/api/advertiserController.service.mjs +2 -2
- package/esm2020/api/api.mjs +2 -4
- package/esm2020/api/appSettingsController.service.mjs +2 -2
- package/esm2020/api/appsFlyerController.service.mjs +2 -2
- package/esm2020/api/audienceController.service.mjs +2 -2
- package/esm2020/api/auditController.service.mjs +2 -2
- package/esm2020/api/bidFunnelController.service.mjs +2 -2
- package/esm2020/api/bulkStrategyController.service.mjs +2 -2
- package/esm2020/api/cSSThemeController_.service.mjs +2 -2
- package/esm2020/api/campaignController.service.mjs +2 -2
- package/esm2020/api/catalogController.service.mjs +2 -2
- package/esm2020/api/clickDestinationController.service.mjs +2 -2
- package/esm2020/api/creativeController.service.mjs +2 -2
- package/esm2020/api/creativeSetsController.service.mjs +2 -2
- package/esm2020/api/creativeTemplateThemesController.service.mjs +2 -2
- package/esm2020/api/creativeTemplateVariablesController.service.mjs +2 -2
- package/esm2020/api/creativeTemplatesController.service.mjs +2 -2
- package/esm2020/api/customerReportingController.service.mjs +2 -2
- package/esm2020/api/dashboardController.service.mjs +2 -2
- package/esm2020/api/experimentsController.service.mjs +2 -2
- package/esm2020/api/notificationsController.service.mjs +2 -2
- package/esm2020/api/pixelController.service.mjs +2 -2
- package/esm2020/api/reportController.service.mjs +2 -2
- package/esm2020/api/reportingController.service.mjs +2 -2
- package/esm2020/api/reportingSchedulerController.service.mjs +2 -2
- package/esm2020/api/sliceXController.service.mjs +2 -2
- package/esm2020/api/strategyController.service.mjs +2 -2
- package/esm2020/api/strategyTemplateController.service.mjs +2 -2
- package/esm2020/api/uILoggerController.service.mjs +2 -2
- package/esm2020/api/userPreferenceController.service.mjs +2 -2
- package/esm2020/api.module.mjs +1 -4
- package/esm2020/model/clickDestination.mjs +1 -1
- package/esm2020/model/models.mjs +1 -18
- package/fesm2015/revxui-api-clients-ts.mjs +32 -584
- package/fesm2015/revxui-api-clients-ts.mjs.map +1 -1
- package/fesm2020/revxui-api-clients-ts.mjs +32 -630
- package/fesm2020/revxui-api-clients-ts.mjs.map +1 -1
- package/model/clickDestination.d.ts +8 -0
- package/model/models.d.ts +0 -17
- package/package.json +1 -1
- package/api/safeguardController.service.d.ts +0 -192
- package/esm2020/api/safeguardController.service.mjs +0 -502
- package/esm2020/model/apiResponseObjectListMapstringobject.mjs +0 -2
- package/esm2020/model/apiResponseObjectListSafeguardBlockedItemDTO.mjs +0 -2
- package/esm2020/model/apiResponseObjectListSafeguardDetail.mjs +0 -2
- package/esm2020/model/apiResponseObjectListSafeguardExclusionDTO.mjs +0 -2
- package/esm2020/model/apiResponseObjectListSafeguardRuleMasterEntity.mjs +0 -2
- package/esm2020/model/apiResponseObjectMaplongstring.mjs +0 -13
- package/esm2020/model/apiResponseObjectMapstringlong.mjs +0 -13
- package/esm2020/model/apiResponseObjectSafeguardDetail.mjs +0 -2
- package/esm2020/model/apiResponseObjectSafeguardExclusionDTO.mjs +0 -2
- package/esm2020/model/apiResponseObjectSafeguardResponseDTO.mjs +0 -2
- package/esm2020/model/maplongstring.mjs +0 -13
- package/esm2020/model/safeguardBlockedItemDTO.mjs +0 -22
- package/esm2020/model/safeguardDetail.mjs +0 -8
- package/esm2020/model/safeguardExclusionDTO.mjs +0 -8
- package/esm2020/model/safeguardRequestDTO.mjs +0 -8
- package/esm2020/model/safeguardResponseDTO.mjs +0 -8
- package/esm2020/model/safeguardRuleMasterEntity.mjs +0 -13
- package/model/apiResponseObjectListMapstringobject.d.ts +0 -17
- package/model/apiResponseObjectListSafeguardBlockedItemDTO.d.ts +0 -17
- package/model/apiResponseObjectListSafeguardDetail.d.ts +0 -17
- package/model/apiResponseObjectListSafeguardExclusionDTO.d.ts +0 -17
- package/model/apiResponseObjectListSafeguardRuleMasterEntity.d.ts +0 -17
- package/model/apiResponseObjectMaplongstring.d.ts +0 -18
- package/model/apiResponseObjectMapstringlong.d.ts +0 -18
- package/model/apiResponseObjectSafeguardDetail.d.ts +0 -17
- package/model/apiResponseObjectSafeguardExclusionDTO.d.ts +0 -17
- package/model/apiResponseObjectSafeguardResponseDTO.d.ts +0 -17
- package/model/maplongstring.d.ts +0 -14
- package/model/safeguardBlockedItemDTO.d.ts +0 -33
- package/model/safeguardDetail.d.ts +0 -35
- package/model/safeguardExclusionDTO.d.ts +0 -25
- package/model/safeguardRequestDTO.d.ts +0 -32
- package/model/safeguardResponseDTO.d.ts +0 -33
- package/model/safeguardRuleMasterEntity.d.ts +0 -19
|
@@ -15,6 +15,10 @@ export interface ClickDestination {
|
|
|
15
15
|
advertiserId?: number;
|
|
16
16
|
androidClickUrl?: string;
|
|
17
17
|
androidImpressionTracker?: string;
|
|
18
|
+
androidS2SV2ClickTrackingUrl?: string;
|
|
19
|
+
androidS2SV2EngagedClickTrackingUrl?: string;
|
|
20
|
+
androidS2SV2EngagedImpressionTrackingUrl?: string;
|
|
21
|
+
androidS2SV2ImpressionTrackingUrl?: string;
|
|
18
22
|
androidS2sClickTrackingUrl?: string;
|
|
19
23
|
campaignType?: ClickDestination.CampaignTypeEnum;
|
|
20
24
|
clickUrl?: string;
|
|
@@ -28,6 +32,10 @@ export interface ClickDestination {
|
|
|
28
32
|
id?: number;
|
|
29
33
|
iosCLickUrl?: string;
|
|
30
34
|
iosImpressionTracker?: string;
|
|
35
|
+
iosS2SV2ClickTrackingUrl?: string;
|
|
36
|
+
iosS2SV2EngagedClickTrackingUrl?: string;
|
|
37
|
+
iosS2SV2EngagedImpressionTrackingUrl?: string;
|
|
38
|
+
iosS2SV2ImpressionTrackingUrl?: string;
|
|
31
39
|
iosS2sClickTrackingUrl?: string;
|
|
32
40
|
isArchived?: boolean;
|
|
33
41
|
licenseeId?: number;
|
package/model/models.d.ts
CHANGED
|
@@ -118,12 +118,7 @@ export * from './apiResponseObjectListDashboardResponse';
|
|
|
118
118
|
export * from './apiResponseObjectListDynamicVideoTemplate';
|
|
119
119
|
export * from './apiResponseObjectListExperimentsEntity';
|
|
120
120
|
export * from './apiResponseObjectListIncrementalityTestDetails';
|
|
121
|
-
export * from './apiResponseObjectListMapstringobject';
|
|
122
121
|
export * from './apiResponseObjectListMenuCrubResponse';
|
|
123
|
-
export * from './apiResponseObjectListSafeguardBlockedItemDTO';
|
|
124
|
-
export * from './apiResponseObjectListSafeguardDetail';
|
|
125
|
-
export * from './apiResponseObjectListSafeguardExclusionDTO';
|
|
126
|
-
export * from './apiResponseObjectListSafeguardRuleMasterEntity';
|
|
127
122
|
export * from './apiResponseObjectListSliceXBudgetUtilisationResponse';
|
|
128
123
|
export * from './apiResponseObjectListSliceXStaticMetaDataResponse';
|
|
129
124
|
export * from './apiResponseObjectListSliceXWinReachResponse';
|
|
@@ -134,8 +129,6 @@ export * from './apiResponseObjectListTemplateVariablesDTO';
|
|
|
134
129
|
export * from './apiResponseObjectListUserPreferenceDTO';
|
|
135
130
|
export * from './apiResponseObjectMapintResponseMessage';
|
|
136
131
|
export * from './apiResponseObjectMaplongResponseMessage';
|
|
137
|
-
export * from './apiResponseObjectMaplongstring';
|
|
138
|
-
export * from './apiResponseObjectMapstringlong';
|
|
139
132
|
export * from './apiResponseObjectMenuCrubResponse';
|
|
140
133
|
export * from './apiResponseObjectMetaRulesDto';
|
|
141
134
|
export * from './apiResponseObjectOptimizationRuleResponse';
|
|
@@ -145,9 +138,6 @@ export * from './apiResponseObjectReportResponse';
|
|
|
145
138
|
export * from './apiResponseObjectReportingResponse';
|
|
146
139
|
export * from './apiResponseObjectReportingSchedulerResponse';
|
|
147
140
|
export * from './apiResponseObjectResponseMessage';
|
|
148
|
-
export * from './apiResponseObjectSafeguardDetail';
|
|
149
|
-
export * from './apiResponseObjectSafeguardExclusionDTO';
|
|
150
|
-
export * from './apiResponseObjectSafeguardResponseDTO';
|
|
151
141
|
export * from './apiResponseObjectSiteListDTO';
|
|
152
142
|
export * from './apiResponseObjectSkadTargetPrivileges';
|
|
153
143
|
export * from './apiResponseObjectSlicexChartResponse';
|
|
@@ -321,7 +311,6 @@ export * from './lookAlikeAudienceConfigDTO';
|
|
|
321
311
|
export * from './macro';
|
|
322
312
|
export * from './mapintResponseMessage';
|
|
323
313
|
export * from './maplongResponseMessage';
|
|
324
|
-
export * from './maplongstring';
|
|
325
314
|
export * from './mapstringlong';
|
|
326
315
|
export * from './mapstringobject';
|
|
327
316
|
export * from './menuCrubResponse';
|
|
@@ -366,12 +355,6 @@ export * from './ruleComponentDTO';
|
|
|
366
355
|
export * from './ruleDTO';
|
|
367
356
|
export * from './ruleOperatorDto';
|
|
368
357
|
export * from './ruleValueDto';
|
|
369
|
-
export * from './safeguardBlockedItemDTO';
|
|
370
|
-
export * from './safeguardDetail';
|
|
371
|
-
export * from './safeguardExclusionDTO';
|
|
372
|
-
export * from './safeguardRequestDTO';
|
|
373
|
-
export * from './safeguardResponseDTO';
|
|
374
|
-
export * from './safeguardRuleMasterEntity';
|
|
375
358
|
export * from './schedulerRequest';
|
|
376
359
|
export * from './searchRequest';
|
|
377
360
|
export * from './siteListDTO';
|
package/package.json
CHANGED
|
@@ -1,192 +0,0 @@
|
|
|
1
|
-
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { ApiResponseObjectListMapstringobject } from '../model/apiResponseObjectListMapstringobject';
|
|
4
|
-
import { ApiResponseObjectListSafeguardBlockedItemDTO } from '../model/apiResponseObjectListSafeguardBlockedItemDTO';
|
|
5
|
-
import { ApiResponseObjectListSafeguardDetail } from '../model/apiResponseObjectListSafeguardDetail';
|
|
6
|
-
import { ApiResponseObjectListSafeguardExclusionDTO } from '../model/apiResponseObjectListSafeguardExclusionDTO';
|
|
7
|
-
import { ApiResponseObjectListSafeguardRuleMasterEntity } from '../model/apiResponseObjectListSafeguardRuleMasterEntity';
|
|
8
|
-
import { ApiResponseObjectMaplongstring } from '../model/apiResponseObjectMaplongstring';
|
|
9
|
-
import { ApiResponseObjectMapstringlong } from '../model/apiResponseObjectMapstringlong';
|
|
10
|
-
import { ApiResponseObjectSafeguardDetail } from '../model/apiResponseObjectSafeguardDetail';
|
|
11
|
-
import { ApiResponseObjectSafeguardExclusionDTO } from '../model/apiResponseObjectSafeguardExclusionDTO';
|
|
12
|
-
import { ApiResponseObjectSafeguardResponseDTO } from '../model/apiResponseObjectSafeguardResponseDTO';
|
|
13
|
-
import { ApiResponseObjectstring } from '../model/apiResponseObjectstring';
|
|
14
|
-
import { SafeguardExclusionDTO } from '../model/safeguardExclusionDTO';
|
|
15
|
-
import { SafeguardRequestDTO } from '../model/safeguardRequestDTO';
|
|
16
|
-
import { Configuration } from '../configuration';
|
|
17
|
-
import * as i0 from "@angular/core";
|
|
18
|
-
export declare class SafeguardControllerService {
|
|
19
|
-
protected httpClient: HttpClient;
|
|
20
|
-
protected basePath: string;
|
|
21
|
-
defaultHeaders: HttpHeaders;
|
|
22
|
-
configuration: Configuration;
|
|
23
|
-
constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
|
|
24
|
-
/**
|
|
25
|
-
* @param consumes string[] mime-types
|
|
26
|
-
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
27
|
-
*/
|
|
28
|
-
private canConsumeForm;
|
|
29
|
-
/**
|
|
30
|
-
* API to create safeguard exclusion list for a campaign
|
|
31
|
-
*
|
|
32
|
-
* @param safeguardExclusionDTO safeguardExclusionDTO
|
|
33
|
-
* @param reqId request id
|
|
34
|
-
* @param token Auth Token
|
|
35
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
36
|
-
* @param reportProgress flag to report request and response progress.
|
|
37
|
-
*/
|
|
38
|
-
createSafeguardExclusionListUsingPOST(safeguardExclusionDTO: SafeguardExclusionDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectSafeguardExclusionDTO>;
|
|
39
|
-
createSafeguardExclusionListUsingPOST(safeguardExclusionDTO: SafeguardExclusionDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectSafeguardExclusionDTO>>;
|
|
40
|
-
createSafeguardExclusionListUsingPOST(safeguardExclusionDTO: SafeguardExclusionDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectSafeguardExclusionDTO>>;
|
|
41
|
-
/**
|
|
42
|
-
* API to create safeguard rules
|
|
43
|
-
*
|
|
44
|
-
* @param safeguardRequestDTO safeguardRequestDTO
|
|
45
|
-
* @param reqId request id
|
|
46
|
-
* @param token Auth Token
|
|
47
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
48
|
-
* @param reportProgress flag to report request and response progress.
|
|
49
|
-
*/
|
|
50
|
-
createSafeguardRuleUsingPOST(safeguardRequestDTO: SafeguardRequestDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectSafeguardResponseDTO>;
|
|
51
|
-
createSafeguardRuleUsingPOST(safeguardRequestDTO: SafeguardRequestDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectSafeguardResponseDTO>>;
|
|
52
|
-
createSafeguardRuleUsingPOST(safeguardRequestDTO: SafeguardRequestDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectSafeguardResponseDTO>>;
|
|
53
|
-
/**
|
|
54
|
-
* API to fetch count of all the blocked items for the specific strategy mapped to safeguard rule
|
|
55
|
-
*
|
|
56
|
-
* @param safeguardId safeguardId
|
|
57
|
-
* @param strategyId strategyId
|
|
58
|
-
* @param reqId request id
|
|
59
|
-
* @param token Auth Token
|
|
60
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
61
|
-
* @param reportProgress flag to report request and response progress.
|
|
62
|
-
*/
|
|
63
|
-
getBlockedItemCountUsingGET(safeguardId: number, strategyId: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectMapstringlong>;
|
|
64
|
-
getBlockedItemCountUsingGET(safeguardId: number, strategyId: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectMapstringlong>>;
|
|
65
|
-
getBlockedItemCountUsingGET(safeguardId: number, strategyId: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectMapstringlong>>;
|
|
66
|
-
/**
|
|
67
|
-
* API to fetch all the blocked item details for the specific strategy mapped to safeguard rule
|
|
68
|
-
*
|
|
69
|
-
* @param safeguardId safeguardId
|
|
70
|
-
* @param strategyId strategyId
|
|
71
|
-
* @param reqId request id
|
|
72
|
-
* @param token Auth Token
|
|
73
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
74
|
-
* @param reportProgress flag to report request and response progress.
|
|
75
|
-
*/
|
|
76
|
-
getBlockedItemDetailsUsingGET(safeguardId: number, strategyId: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListSafeguardBlockedItemDTO>;
|
|
77
|
-
getBlockedItemDetailsUsingGET(safeguardId: number, strategyId: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListSafeguardBlockedItemDTO>>;
|
|
78
|
-
getBlockedItemDetailsUsingGET(safeguardId: number, strategyId: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListSafeguardBlockedItemDTO>>;
|
|
79
|
-
/**
|
|
80
|
-
* API to fetch exclusion list details for a campaign
|
|
81
|
-
*
|
|
82
|
-
* @param campaignId campaignId
|
|
83
|
-
* @param reqId request id
|
|
84
|
-
* @param token Auth Token
|
|
85
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
86
|
-
* @param reportProgress flag to report request and response progress.
|
|
87
|
-
*/
|
|
88
|
-
getSafeguardExclusionListUsingGET(campaignId: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListSafeguardExclusionDTO>;
|
|
89
|
-
getSafeguardExclusionListUsingGET(campaignId: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListSafeguardExclusionDTO>>;
|
|
90
|
-
getSafeguardExclusionListUsingGET(campaignId: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListSafeguardExclusionDTO>>;
|
|
91
|
-
/**
|
|
92
|
-
* API to get details of specific safeguard rules
|
|
93
|
-
*
|
|
94
|
-
* @param safeguardId safeguardId
|
|
95
|
-
* @param reqId request id
|
|
96
|
-
* @param token Auth Token
|
|
97
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
98
|
-
* @param reportProgress flag to report request and response progress.
|
|
99
|
-
*/
|
|
100
|
-
getSafeguardRuleDetailsUsingGET(safeguardId: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectSafeguardDetail>;
|
|
101
|
-
getSafeguardRuleDetailsUsingGET(safeguardId: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectSafeguardDetail>>;
|
|
102
|
-
getSafeguardRuleDetailsUsingGET(safeguardId: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectSafeguardDetail>>;
|
|
103
|
-
/**
|
|
104
|
-
* API to fetch all the filter that are available to be configured
|
|
105
|
-
*
|
|
106
|
-
* @param reqId request id
|
|
107
|
-
* @param token Auth Token
|
|
108
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
109
|
-
* @param reportProgress flag to report request and response progress.
|
|
110
|
-
*/
|
|
111
|
-
getSafeguardRuleFiltersUsingGET(reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListSafeguardRuleMasterEntity>;
|
|
112
|
-
getSafeguardRuleFiltersUsingGET(reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListSafeguardRuleMasterEntity>>;
|
|
113
|
-
getSafeguardRuleFiltersUsingGET(reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListSafeguardRuleMasterEntity>>;
|
|
114
|
-
/**
|
|
115
|
-
* API to get list of safeguard rules for given strategy/ campaign
|
|
116
|
-
*
|
|
117
|
-
* @param entity entity
|
|
118
|
-
* @param id id
|
|
119
|
-
* @param reqId request id
|
|
120
|
-
* @param token Auth Token
|
|
121
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
122
|
-
* @param reportProgress flag to report request and response progress.
|
|
123
|
-
*/
|
|
124
|
-
getSafeguardRulesListUsingGET(entity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'LOOKALIKE_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' | 'MMP_EVENT_NAME' | 'CONTENT_GENRE' | 'CONTENT_LANGUAGE' | 'AD_POD' | 'AD_BREAK' | 'INCREMENTALITY_TEST' | 'DEAL' | 'WEATHER' | 'ADO_KKTU' | 'CLICK_SIGNING' | 'CLICK_SIGNING_AUDIT', id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListSafeguardDetail>;
|
|
125
|
-
getSafeguardRulesListUsingGET(entity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'LOOKALIKE_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' | 'MMP_EVENT_NAME' | 'CONTENT_GENRE' | 'CONTENT_LANGUAGE' | 'AD_POD' | 'AD_BREAK' | 'INCREMENTALITY_TEST' | 'DEAL' | 'WEATHER' | 'ADO_KKTU' | 'CLICK_SIGNING' | 'CLICK_SIGNING_AUDIT', id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListSafeguardDetail>>;
|
|
126
|
-
getSafeguardRulesListUsingGET(entity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'LOOKALIKE_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' | 'MMP_EVENT_NAME' | 'CONTENT_GENRE' | 'CONTENT_LANGUAGE' | 'AD_POD' | 'AD_BREAK' | 'INCREMENTALITY_TEST' | 'DEAL' | 'WEATHER' | 'ADO_KKTU' | 'CLICK_SIGNING' | 'CLICK_SIGNING_AUDIT', id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListSafeguardDetail>>;
|
|
127
|
-
/**
|
|
128
|
-
* API to manually run any of the safeguard rules
|
|
129
|
-
*
|
|
130
|
-
* @param safeguardId safeguardId
|
|
131
|
-
* @param reqId request id
|
|
132
|
-
* @param token Auth Token
|
|
133
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
134
|
-
* @param reportProgress flag to report request and response progress.
|
|
135
|
-
*/
|
|
136
|
-
safeguardRuleRunNowUsingGET(safeguardId: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectstring>;
|
|
137
|
-
safeguardRuleRunNowUsingGET(safeguardId: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectstring>>;
|
|
138
|
-
safeguardRuleRunNowUsingGET(safeguardId: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectstring>>;
|
|
139
|
-
/**
|
|
140
|
-
* API to update safeguard exclusion list for a campaign
|
|
141
|
-
*
|
|
142
|
-
* @param campaignId campaignId
|
|
143
|
-
* @param safeguardExclusionDTO safeguardExclusionDTO
|
|
144
|
-
* @param reqId request id
|
|
145
|
-
* @param token Auth Token
|
|
146
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
147
|
-
* @param reportProgress flag to report request and response progress.
|
|
148
|
-
*/
|
|
149
|
-
updateSafeguardExclusionListUsingPOST(campaignId: number, safeguardExclusionDTO: SafeguardExclusionDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectSafeguardExclusionDTO>;
|
|
150
|
-
updateSafeguardExclusionListUsingPOST(campaignId: number, safeguardExclusionDTO: SafeguardExclusionDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectSafeguardExclusionDTO>>;
|
|
151
|
-
updateSafeguardExclusionListUsingPOST(campaignId: number, safeguardExclusionDTO: SafeguardExclusionDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectSafeguardExclusionDTO>>;
|
|
152
|
-
/**
|
|
153
|
-
* API to update safeguard rules status
|
|
154
|
-
*
|
|
155
|
-
* @param ids ids
|
|
156
|
-
* @param status status
|
|
157
|
-
* @param reqId request id
|
|
158
|
-
* @param token Auth Token
|
|
159
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
160
|
-
* @param reportProgress flag to report request and response progress.
|
|
161
|
-
*/
|
|
162
|
-
updateSafeguardRuleStatusUsingGET(ids: string, status: 'ACTIVE' | 'INACTIVE', reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectMaplongstring>;
|
|
163
|
-
updateSafeguardRuleStatusUsingGET(ids: string, status: 'ACTIVE' | 'INACTIVE', reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectMaplongstring>>;
|
|
164
|
-
updateSafeguardRuleStatusUsingGET(ids: string, status: 'ACTIVE' | 'INACTIVE', reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectMaplongstring>>;
|
|
165
|
-
/**
|
|
166
|
-
* API to update safeguard rules
|
|
167
|
-
*
|
|
168
|
-
* @param safeguardId safeguardId
|
|
169
|
-
* @param safeguardRequestDTO safeguardRequestDTO
|
|
170
|
-
* @param reqId request id
|
|
171
|
-
* @param token Auth Token
|
|
172
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
173
|
-
* @param reportProgress flag to report request and response progress.
|
|
174
|
-
*/
|
|
175
|
-
updateSafeguardRuleUsingPOST(safeguardId: number, safeguardRequestDTO: SafeguardRequestDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectSafeguardResponseDTO>;
|
|
176
|
-
updateSafeguardRuleUsingPOST(safeguardId: number, safeguardRequestDTO: SafeguardRequestDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectSafeguardResponseDTO>>;
|
|
177
|
-
updateSafeguardRuleUsingPOST(safeguardId: number, safeguardRequestDTO: SafeguardRequestDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectSafeguardResponseDTO>>;
|
|
178
|
-
/**
|
|
179
|
-
* API to validate safeguard rules before saving
|
|
180
|
-
*
|
|
181
|
-
* @param safeguardRequestDTO safeguardRequestDTO
|
|
182
|
-
* @param reqId request id
|
|
183
|
-
* @param token Auth Token
|
|
184
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
185
|
-
* @param reportProgress flag to report request and response progress.
|
|
186
|
-
*/
|
|
187
|
-
validateSafeguardRuleUsingPOST(safeguardRequestDTO: SafeguardRequestDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListMapstringobject>;
|
|
188
|
-
validateSafeguardRuleUsingPOST(safeguardRequestDTO: SafeguardRequestDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListMapstringobject>>;
|
|
189
|
-
validateSafeguardRuleUsingPOST(safeguardRequestDTO: SafeguardRequestDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListMapstringobject>>;
|
|
190
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SafeguardControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
191
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SafeguardControllerService>;
|
|
192
|
-
}
|