@revxui/api-clients-ts 0.10.211 → 0.10.214
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/sliceXController.service.d.ts +6 -6
- package/api/strategyController.service.d.ts +0 -67
- package/bundles/revxui-api-clients-ts.umd.js +27 -173
- package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
- package/esm2015/api/sliceXController.service.js +1 -1
- package/esm2015/api/strategyController.service.js +1 -164
- package/esm2015/model/baseModelWithCreativeSetType.js +27 -0
- package/esm2015/model/bulkEditStrategiesDTO.js +1 -1
- package/{esm5/model/apiListResponseABTestDTO.js → esm2015/model/creativeSetListEditField.js} +1 -1
- package/esm2015/model/models.js +2 -1
- package/esm2015/model/strategyDTO.js +1 -1
- package/esm5/api/sliceXController.service.js +1 -1
- package/esm5/api/strategyController.service.js +1 -174
- package/esm5/model/baseModelWithCreativeSetType.js +27 -0
- package/esm5/model/bulkEditStrategiesDTO.js +1 -1
- package/{esm2015/model/apiListResponseABTestDTO.js → esm5/model/creativeSetListEditField.js} +1 -1
- package/esm5/model/models.js +2 -1
- package/esm5/model/strategyDTO.js +1 -1
- package/fesm2015/revxui-api-clients-ts.js +28 -164
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +28 -174
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/baseModelWithCreativeSetType.d.ts +31 -0
- package/model/bulkEditStrategiesDTO.d.ts +2 -0
- package/model/creativeSetDashboardMetric.d.ts +10 -10
- package/model/creativeSetDetails.d.ts +10 -10
- package/model/{apiListResponseABTestDTO.d.ts → creativeSetListEditField.d.ts} +4 -4
- package/model/creativeSetRequest.d.ts +10 -10
- package/model/creativeSetResponse.d.ts +10 -10
- package/model/models.d.ts +2 -4
- package/model/strategyDTO.d.ts +2 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/aBTestDTO.js +0 -1
- package/esm2015/model/apiResponseObjectABTestDTO.js +0 -1
- package/esm2015/model/apiResponseObjectlong.js +0 -12
- package/esm5/model/aBTestDTO.js +0 -1
- package/esm5/model/apiResponseObjectABTestDTO.js +0 -1
- package/esm5/model/apiResponseObjectlong.js +0 -12
- package/model/aBTestDTO.d.ts +0 -32
- package/model/apiResponseObjectABTestDTO.d.ts +0 -17
- package/model/apiResponseObjectlong.d.ts +0 -16
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @revxui/api-clients-ts@0.10.
|
|
1
|
+
## @revxui/api-clients-ts@0.10.214
|
|
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.
|
|
22
|
+
npm install @revxui/api-clients-ts@0.10.214 --save
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
_without publishing (not recommended):_
|
|
@@ -50,9 +50,9 @@ export declare class SliceXControllerService {
|
|
|
50
50
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
51
51
|
* @param reportProgress flag to report request and response progress.
|
|
52
52
|
*/
|
|
53
|
-
getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType', 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', 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', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectSlicexListResponse>>;
|
|
53
|
+
getSlicexDataListUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'city' | 'rewarded_video', 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' | 'city' | 'rewarded_video', 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' | 'city' | 'rewarded_video', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectSlicexListResponse>>;
|
|
56
56
|
/**
|
|
57
57
|
* Slicex API for List Export.
|
|
58
58
|
*
|
|
@@ -64,7 +64,7 @@ export declare class SliceXControllerService {
|
|
|
64
64
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
65
65
|
* @param reportProgress flag to report request and response progress.
|
|
66
66
|
*/
|
|
67
|
-
getSlicexListDataForExportUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType', 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', 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', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<FileDownloadResponse>>;
|
|
67
|
+
getSlicexListDataForExportUsingPOST(entity: 'licensee' | 'advertiser' | 'campaign' | 'strategy' | 'creativeSize' | 'aggregator' | 'app' | 'os' | 'creative' | 'country' | 'pricing' | 'pixel' | 'campaignObjective' | 'advregions' | 'creativeSets' | 'creativeSetsType' | 'city' | 'rewarded_video', 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' | 'city' | 'rewarded_video', 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' | 'city' | 'rewarded_video', slicexRequest: SlicexRequest, reqId?: string, sort?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<FileDownloadResponse>>;
|
|
70
70
|
}
|
|
@@ -11,16 +11,12 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
13
13
|
import { Observable } from 'rxjs';
|
|
14
|
-
import { ABTestDTO } from '../model/aBTestDTO';
|
|
15
|
-
import { ApiListResponseABTestDTO } from '../model/apiListResponseABTestDTO';
|
|
16
|
-
import { ApiResponseObjectABTestDTO } from '../model/apiResponseObjectABTestDTO';
|
|
17
14
|
import { ApiResponseObjectGeoListDTO } from '../model/apiResponseObjectGeoListDTO';
|
|
18
15
|
import { ApiResponseObjectMaplongResponseMessage } from '../model/apiResponseObjectMaplongResponseMessage';
|
|
19
16
|
import { ApiResponseObjectSiteListDTO } from '../model/apiResponseObjectSiteListDTO';
|
|
20
17
|
import { ApiResponseObjectStrategyCreativeAssociationResponseDTO } from '../model/apiResponseObjectStrategyCreativeAssociationResponseDTO';
|
|
21
18
|
import { ApiResponseObjectStrategyDTO } from '../model/apiResponseObjectStrategyDTO';
|
|
22
19
|
import { ApiResponseObjectStrategyQuickEditDTO } from '../model/apiResponseObjectStrategyQuickEditDTO';
|
|
23
|
-
import { ApiResponseObjectlong } from '../model/apiResponseObjectlong';
|
|
24
20
|
import { ApiResponseObjectstring } from '../model/apiResponseObjectstring';
|
|
25
21
|
import { DuplicateStrategyRequestDTO } from '../model/duplicateStrategyRequestDTO';
|
|
26
22
|
import { GeoListRequest } from '../model/geoListRequest';
|
|
@@ -64,18 +60,6 @@ export declare class StrategyControllerService {
|
|
|
64
60
|
associateCreativesWithStrategiesUsingPOST(request: StrategyCreativeAssociationRequestDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectStrategyCreativeAssociationResponseDTO>;
|
|
65
61
|
associateCreativesWithStrategiesUsingPOST(request: StrategyCreativeAssociationRequestDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectStrategyCreativeAssociationResponseDTO>>;
|
|
66
62
|
associateCreativesWithStrategiesUsingPOST(request: StrategyCreativeAssociationRequestDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectStrategyCreativeAssociationResponseDTO>>;
|
|
67
|
-
/**
|
|
68
|
-
* API to create AB Test experiment
|
|
69
|
-
*
|
|
70
|
-
* @param abTestDTO abTestDTO
|
|
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
|
-
createABTestExperimentUsingPOST(abTestDTO: ABTestDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectABTestDTO>;
|
|
77
|
-
createABTestExperimentUsingPOST(abTestDTO: ABTestDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectABTestDTO>>;
|
|
78
|
-
createABTestExperimentUsingPOST(abTestDTO: ABTestDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectABTestDTO>>;
|
|
79
63
|
/**
|
|
80
64
|
* Api to create Strategy
|
|
81
65
|
*
|
|
@@ -113,18 +97,6 @@ export declare class StrategyControllerService {
|
|
|
113
97
|
duplicateStrategyUsingPOST(dto: DuplicateStrategyRequestDTO, id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectStrategyDTO>;
|
|
114
98
|
duplicateStrategyUsingPOST(dto: DuplicateStrategyRequestDTO, id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectStrategyDTO>>;
|
|
115
99
|
duplicateStrategyUsingPOST(dto: DuplicateStrategyRequestDTO, id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectStrategyDTO>>;
|
|
116
|
-
/**
|
|
117
|
-
* API to get an AB Test experiment details
|
|
118
|
-
*
|
|
119
|
-
* @param id id
|
|
120
|
-
* @param reqId request id
|
|
121
|
-
* @param token Auth Token
|
|
122
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
123
|
-
* @param reportProgress flag to report request and response progress.
|
|
124
|
-
*/
|
|
125
|
-
getABTestExperimentUsingGET(id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectABTestDTO>;
|
|
126
|
-
getABTestExperimentUsingGET(id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectABTestDTO>>;
|
|
127
|
-
getABTestExperimentUsingGET(id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectABTestDTO>>;
|
|
128
100
|
/**
|
|
129
101
|
* API to fetch settings for a SKAD Strategy
|
|
130
102
|
*
|
|
@@ -161,19 +133,6 @@ export declare class StrategyControllerService {
|
|
|
161
133
|
getStrategyQuickEditDetailsUsingGET(id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectStrategyQuickEditDTO>;
|
|
162
134
|
getStrategyQuickEditDetailsUsingGET(id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectStrategyQuickEditDTO>>;
|
|
163
135
|
getStrategyQuickEditDetailsUsingGET(id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectStrategyQuickEditDTO>>;
|
|
164
|
-
/**
|
|
165
|
-
* API to list AB Test experiment under the specified entity
|
|
166
|
-
*
|
|
167
|
-
* @param entity entity
|
|
168
|
-
* @param entityId entityId
|
|
169
|
-
* @param reqId request id
|
|
170
|
-
* @param token Auth Token
|
|
171
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
172
|
-
* @param reportProgress flag to report request and response progress.
|
|
173
|
-
*/
|
|
174
|
-
listABTestExperimentUsingGET(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', entityId: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiListResponseABTestDTO>;
|
|
175
|
-
listABTestExperimentUsingGET(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', entityId: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiListResponseABTestDTO>>;
|
|
176
|
-
listABTestExperimentUsingGET(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', entityId: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiListResponseABTestDTO>>;
|
|
177
136
|
/**
|
|
178
137
|
* Api to update Startegy Quick Edit Details by Id
|
|
179
138
|
*
|
|
@@ -187,32 +146,6 @@ export declare class StrategyControllerService {
|
|
|
187
146
|
saveStrategyQuickEditDetailsUsingPOST(id: number, strategyQuickEditDTO: StrategyQuickEditDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectStrategyDTO>;
|
|
188
147
|
saveStrategyQuickEditDetailsUsingPOST(id: number, strategyQuickEditDTO: StrategyQuickEditDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectStrategyDTO>>;
|
|
189
148
|
saveStrategyQuickEditDetailsUsingPOST(id: number, strategyQuickEditDTO: StrategyQuickEditDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectStrategyDTO>>;
|
|
190
|
-
/**
|
|
191
|
-
* API to update AB Test experiment
|
|
192
|
-
*
|
|
193
|
-
* @param id id
|
|
194
|
-
* @param status status
|
|
195
|
-
* @param reqId request id
|
|
196
|
-
* @param token Auth Token
|
|
197
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
198
|
-
* @param reportProgress flag to report request and response progress.
|
|
199
|
-
*/
|
|
200
|
-
updateABTestExperimentStatusUsingPOST(id: number, status: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectlong>;
|
|
201
|
-
updateABTestExperimentStatusUsingPOST(id: number, status: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectlong>>;
|
|
202
|
-
updateABTestExperimentStatusUsingPOST(id: number, status: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectlong>>;
|
|
203
|
-
/**
|
|
204
|
-
* API to update AB Test experiment
|
|
205
|
-
*
|
|
206
|
-
* @param abTestDTO abTestDTO
|
|
207
|
-
* @param id id
|
|
208
|
-
* @param reqId request id
|
|
209
|
-
* @param token Auth Token
|
|
210
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
211
|
-
* @param reportProgress flag to report request and response progress.
|
|
212
|
-
*/
|
|
213
|
-
updateABTestExperimentUsingPOST(abTestDTO: ABTestDTO, id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectABTestDTO>;
|
|
214
|
-
updateABTestExperimentUsingPOST(abTestDTO: ABTestDTO, id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectABTestDTO>>;
|
|
215
|
-
updateABTestExperimentUsingPOST(abTestDTO: ABTestDTO, id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectABTestDTO>>;
|
|
216
149
|
/**
|
|
217
150
|
* Api to update Strategy
|
|
218
151
|
*
|
|
@@ -6057,42 +6057,6 @@
|
|
|
6057
6057
|
reportProgress: reportProgress
|
|
6058
6058
|
});
|
|
6059
6059
|
};
|
|
6060
|
-
StrategyControllerService.prototype.createABTestExperimentUsingPOST = function (abTestDTO, reqId, token, observe, reportProgress) {
|
|
6061
|
-
if (observe === void 0) { observe = 'body'; }
|
|
6062
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
6063
|
-
if (abTestDTO === null || abTestDTO === undefined) {
|
|
6064
|
-
throw new Error('Required parameter abTestDTO was null or undefined when calling createABTestExperimentUsingPOST.');
|
|
6065
|
-
}
|
|
6066
|
-
var headers = this.defaultHeaders;
|
|
6067
|
-
if (reqId !== undefined && reqId !== null) {
|
|
6068
|
-
headers = headers.set('reqId', String(reqId));
|
|
6069
|
-
}
|
|
6070
|
-
if (token !== undefined && token !== null) {
|
|
6071
|
-
headers = headers.set('token', String(token));
|
|
6072
|
-
}
|
|
6073
|
-
// to determine the Accept header
|
|
6074
|
-
var httpHeaderAccepts = [
|
|
6075
|
-
'application/json'
|
|
6076
|
-
];
|
|
6077
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
6078
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
6079
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
6080
|
-
}
|
|
6081
|
-
// to determine the Content-Type header
|
|
6082
|
-
var consumes = [
|
|
6083
|
-
'application/json'
|
|
6084
|
-
];
|
|
6085
|
-
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
6086
|
-
if (httpContentTypeSelected != undefined) {
|
|
6087
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
6088
|
-
}
|
|
6089
|
-
return this.httpClient.post(this.basePath + "/v2/api/strategies/abtest/create", abTestDTO, {
|
|
6090
|
-
withCredentials: this.configuration.withCredentials,
|
|
6091
|
-
headers: headers,
|
|
6092
|
-
observe: observe,
|
|
6093
|
-
reportProgress: reportProgress
|
|
6094
|
-
});
|
|
6095
|
-
};
|
|
6096
6060
|
StrategyControllerService.prototype.createStrategyUsingPOST = function (strategy, reqId, token, observe, reportProgress) {
|
|
6097
6061
|
if (observe === void 0) { observe = 'body'; }
|
|
6098
6062
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -6205,36 +6169,6 @@
|
|
|
6205
6169
|
reportProgress: reportProgress
|
|
6206
6170
|
});
|
|
6207
6171
|
};
|
|
6208
|
-
StrategyControllerService.prototype.getABTestExperimentUsingGET = function (id, reqId, token, observe, reportProgress) {
|
|
6209
|
-
if (observe === void 0) { observe = 'body'; }
|
|
6210
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
6211
|
-
if (id === null || id === undefined) {
|
|
6212
|
-
throw new Error('Required parameter id was null or undefined when calling getABTestExperimentUsingGET.');
|
|
6213
|
-
}
|
|
6214
|
-
var headers = this.defaultHeaders;
|
|
6215
|
-
if (reqId !== undefined && reqId !== null) {
|
|
6216
|
-
headers = headers.set('reqId', String(reqId));
|
|
6217
|
-
}
|
|
6218
|
-
if (token !== undefined && token !== null) {
|
|
6219
|
-
headers = headers.set('token', String(token));
|
|
6220
|
-
}
|
|
6221
|
-
// to determine the Accept header
|
|
6222
|
-
var httpHeaderAccepts = [
|
|
6223
|
-
'application/json'
|
|
6224
|
-
];
|
|
6225
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
6226
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
6227
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
6228
|
-
}
|
|
6229
|
-
// to determine the Content-Type header
|
|
6230
|
-
var consumes = [];
|
|
6231
|
-
return this.httpClient.get(this.basePath + "/v2/api/strategies/abtest/" + encodeURIComponent(String(id)), {
|
|
6232
|
-
withCredentials: this.configuration.withCredentials,
|
|
6233
|
-
headers: headers,
|
|
6234
|
-
observe: observe,
|
|
6235
|
-
reportProgress: reportProgress
|
|
6236
|
-
});
|
|
6237
|
-
};
|
|
6238
6172
|
StrategyControllerService.prototype.getSkadSettingsUsingGET = function (reqId, token, observe, reportProgress) {
|
|
6239
6173
|
if (observe === void 0) { observe = 'body'; }
|
|
6240
6174
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -6327,39 +6261,6 @@
|
|
|
6327
6261
|
reportProgress: reportProgress
|
|
6328
6262
|
});
|
|
6329
6263
|
};
|
|
6330
|
-
StrategyControllerService.prototype.listABTestExperimentUsingGET = function (entity, entityId, reqId, token, observe, reportProgress) {
|
|
6331
|
-
if (observe === void 0) { observe = 'body'; }
|
|
6332
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
6333
|
-
if (entity === null || entity === undefined) {
|
|
6334
|
-
throw new Error('Required parameter entity was null or undefined when calling listABTestExperimentUsingGET.');
|
|
6335
|
-
}
|
|
6336
|
-
if (entityId === null || entityId === undefined) {
|
|
6337
|
-
throw new Error('Required parameter entityId was null or undefined when calling listABTestExperimentUsingGET.');
|
|
6338
|
-
}
|
|
6339
|
-
var headers = this.defaultHeaders;
|
|
6340
|
-
if (reqId !== undefined && reqId !== null) {
|
|
6341
|
-
headers = headers.set('reqId', String(reqId));
|
|
6342
|
-
}
|
|
6343
|
-
if (token !== undefined && token !== null) {
|
|
6344
|
-
headers = headers.set('token', String(token));
|
|
6345
|
-
}
|
|
6346
|
-
// to determine the Accept header
|
|
6347
|
-
var httpHeaderAccepts = [
|
|
6348
|
-
'application/json'
|
|
6349
|
-
];
|
|
6350
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
6351
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
6352
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
6353
|
-
}
|
|
6354
|
-
// to determine the Content-Type header
|
|
6355
|
-
var consumes = [];
|
|
6356
|
-
return this.httpClient.get(this.basePath + "/v2/api/strategies/abtest/list/" + encodeURIComponent(String(entity)) + "/" + encodeURIComponent(String(entityId)), {
|
|
6357
|
-
withCredentials: this.configuration.withCredentials,
|
|
6358
|
-
headers: headers,
|
|
6359
|
-
observe: observe,
|
|
6360
|
-
reportProgress: reportProgress
|
|
6361
|
-
});
|
|
6362
|
-
};
|
|
6363
6264
|
StrategyControllerService.prototype.saveStrategyQuickEditDetailsUsingPOST = function (id, strategyQuickEditDTO, reqId, token, observe, reportProgress) {
|
|
6364
6265
|
if (observe === void 0) { observe = 'body'; }
|
|
6365
6266
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -6399,80 +6300,6 @@
|
|
|
6399
6300
|
reportProgress: reportProgress
|
|
6400
6301
|
});
|
|
6401
6302
|
};
|
|
6402
|
-
StrategyControllerService.prototype.updateABTestExperimentStatusUsingPOST = function (id, status, reqId, token, observe, reportProgress) {
|
|
6403
|
-
if (observe === void 0) { observe = 'body'; }
|
|
6404
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
6405
|
-
if (id === null || id === undefined) {
|
|
6406
|
-
throw new Error('Required parameter id was null or undefined when calling updateABTestExperimentStatusUsingPOST.');
|
|
6407
|
-
}
|
|
6408
|
-
if (status === null || status === undefined) {
|
|
6409
|
-
throw new Error('Required parameter status was null or undefined when calling updateABTestExperimentStatusUsingPOST.');
|
|
6410
|
-
}
|
|
6411
|
-
var headers = this.defaultHeaders;
|
|
6412
|
-
if (reqId !== undefined && reqId !== null) {
|
|
6413
|
-
headers = headers.set('reqId', String(reqId));
|
|
6414
|
-
}
|
|
6415
|
-
if (token !== undefined && token !== null) {
|
|
6416
|
-
headers = headers.set('token', String(token));
|
|
6417
|
-
}
|
|
6418
|
-
// to determine the Accept header
|
|
6419
|
-
var httpHeaderAccepts = [
|
|
6420
|
-
'application/json'
|
|
6421
|
-
];
|
|
6422
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
6423
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
6424
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
6425
|
-
}
|
|
6426
|
-
// to determine the Content-Type header
|
|
6427
|
-
var consumes = [
|
|
6428
|
-
'application/json'
|
|
6429
|
-
];
|
|
6430
|
-
return this.httpClient.post(this.basePath + "/v2/api/strategies/abtest/updateStatus/" + encodeURIComponent(String(id)) + "/" + encodeURIComponent(String(status)), null, {
|
|
6431
|
-
withCredentials: this.configuration.withCredentials,
|
|
6432
|
-
headers: headers,
|
|
6433
|
-
observe: observe,
|
|
6434
|
-
reportProgress: reportProgress
|
|
6435
|
-
});
|
|
6436
|
-
};
|
|
6437
|
-
StrategyControllerService.prototype.updateABTestExperimentUsingPOST = function (abTestDTO, id, reqId, token, observe, reportProgress) {
|
|
6438
|
-
if (observe === void 0) { observe = 'body'; }
|
|
6439
|
-
if (reportProgress === void 0) { reportProgress = false; }
|
|
6440
|
-
if (abTestDTO === null || abTestDTO === undefined) {
|
|
6441
|
-
throw new Error('Required parameter abTestDTO was null or undefined when calling updateABTestExperimentUsingPOST.');
|
|
6442
|
-
}
|
|
6443
|
-
if (id === null || id === undefined) {
|
|
6444
|
-
throw new Error('Required parameter id was null or undefined when calling updateABTestExperimentUsingPOST.');
|
|
6445
|
-
}
|
|
6446
|
-
var headers = this.defaultHeaders;
|
|
6447
|
-
if (reqId !== undefined && reqId !== null) {
|
|
6448
|
-
headers = headers.set('reqId', String(reqId));
|
|
6449
|
-
}
|
|
6450
|
-
if (token !== undefined && token !== null) {
|
|
6451
|
-
headers = headers.set('token', String(token));
|
|
6452
|
-
}
|
|
6453
|
-
// to determine the Accept header
|
|
6454
|
-
var httpHeaderAccepts = [
|
|
6455
|
-
'application/json'
|
|
6456
|
-
];
|
|
6457
|
-
var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
|
|
6458
|
-
if (httpHeaderAcceptSelected != undefined) {
|
|
6459
|
-
headers = headers.set('Accept', httpHeaderAcceptSelected);
|
|
6460
|
-
}
|
|
6461
|
-
// to determine the Content-Type header
|
|
6462
|
-
var consumes = [
|
|
6463
|
-
'application/json'
|
|
6464
|
-
];
|
|
6465
|
-
var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
|
|
6466
|
-
if (httpContentTypeSelected != undefined) {
|
|
6467
|
-
headers = headers.set('Content-Type', httpContentTypeSelected);
|
|
6468
|
-
}
|
|
6469
|
-
return this.httpClient.post(this.basePath + "/v2/api/strategies/abtest/update/" + encodeURIComponent(String(id)), abTestDTO, {
|
|
6470
|
-
withCredentials: this.configuration.withCredentials,
|
|
6471
|
-
headers: headers,
|
|
6472
|
-
observe: observe,
|
|
6473
|
-
reportProgress: reportProgress
|
|
6474
|
-
});
|
|
6475
|
-
};
|
|
6476
6303
|
StrategyControllerService.prototype.updateStrategyUsingPOST = function (id, strategy, reqId, token, observe, reportProgress) {
|
|
6477
6304
|
if (observe === void 0) { observe = 'body'; }
|
|
6478
6305
|
if (reportProgress === void 0) { reportProgress = false; }
|
|
@@ -7007,6 +6834,33 @@
|
|
|
7007
6834
|
};
|
|
7008
6835
|
})(exports.AudienceESDTO || (exports.AudienceESDTO = {}));
|
|
7009
6836
|
|
|
6837
|
+
/**
|
|
6838
|
+
* Api Documentation
|
|
6839
|
+
* Api Documentation
|
|
6840
|
+
*
|
|
6841
|
+
* OpenAPI spec version: 1.0
|
|
6842
|
+
*
|
|
6843
|
+
*
|
|
6844
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
6845
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
6846
|
+
* Do not edit the class manually.
|
|
6847
|
+
*/
|
|
6848
|
+
|
|
6849
|
+
(function (BaseModelWithCreativeSetType) {
|
|
6850
|
+
BaseModelWithCreativeSetType.CreativeSetTypeEnum = {
|
|
6851
|
+
IMAGE: 'IMAGE',
|
|
6852
|
+
VIDEO: 'VIDEO',
|
|
6853
|
+
THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
|
|
6854
|
+
ZIPPEDHTML: 'ZIPPED_HTML',
|
|
6855
|
+
NATIVEIMAGE: 'NATIVE_IMAGE',
|
|
6856
|
+
NATIVEVIDEO: 'NATIVE_VIDEO',
|
|
6857
|
+
DYNAMICIMAGE: 'DYNAMIC_IMAGE',
|
|
6858
|
+
DYNAMICMACRO: 'DYNAMIC_MACRO',
|
|
6859
|
+
DYNAMICHTML: 'DYNAMIC_HTML',
|
|
6860
|
+
DYNAMICVIDEO: 'DYNAMIC_VIDEO'
|
|
6861
|
+
};
|
|
6862
|
+
})(exports.BaseModelWithCreativeSetType || (exports.BaseModelWithCreativeSetType = {}));
|
|
6863
|
+
|
|
7010
6864
|
|
|
7011
6865
|
(function (ClickDestination) {
|
|
7012
6866
|
ClickDestination.CampaignTypeEnum = {
|