@revxui/api-clients-ts 0.10.365 → 0.10.367

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/README.md +2 -2
  2. package/api/appSettingsController.service.d.ts +3 -3
  3. package/api/creativeController.service.d.ts +14 -0
  4. package/api/strategyController.service.d.ts +0 -43
  5. package/bundles/revxui-api-clients-ts.umd.js +93 -136
  6. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  7. package/esm2015/api/adminController.service.js +2 -2
  8. package/esm2015/api/advertiserController.service.js +2 -2
  9. package/esm2015/api/appSettingsController.service.js +2 -2
  10. package/esm2015/api/audienceController.service.js +2 -2
  11. package/esm2015/api/auditController.service.js +2 -2
  12. package/esm2015/api/bulkStrategyController.service.js +2 -2
  13. package/esm2015/api/cSSThemeController_.service.js +2 -2
  14. package/esm2015/api/campaignController.service.js +2 -2
  15. package/esm2015/api/catalogController.service.js +2 -2
  16. package/esm2015/api/clickDestinationController.service.js +2 -2
  17. package/esm2015/api/creativeController.service.js +36 -2
  18. package/esm2015/api/creativeSetsController.service.js +2 -2
  19. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  20. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  21. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  22. package/esm2015/api/customerReportingController.service.js +2 -2
  23. package/esm2015/api/dashboardController.service.js +2 -2
  24. package/esm2015/api/notificationsController.service.js +2 -2
  25. package/esm2015/api/pixelController.service.js +2 -2
  26. package/esm2015/api/reportingController.service.js +2 -2
  27. package/esm2015/api/sliceXController.service.js +2 -2
  28. package/esm2015/api/strategyController.service.js +2 -101
  29. package/esm2015/api/uILoggerController.service.js +2 -2
  30. package/esm2015/api/userPreferenceController.service.js +2 -2
  31. package/esm2015/model/advertiserSettings.js +1 -1
  32. package/esm2015/model/apiListResponseSizeWithPreview.js +2 -0
  33. package/esm2015/model/appSettingsDTO.js +3 -2
  34. package/esm2015/model/baseModelWithCreativeSetType.js +3 -2
  35. package/esm2015/model/creativeDetails.js +19 -2
  36. package/esm2015/model/creativeSetDashboardMetric.js +3 -2
  37. package/esm2015/model/creativeSetDetails.js +3 -2
  38. package/esm2015/model/creativeSetRequest.js +3 -2
  39. package/esm2015/model/creativeSetResponse.js +3 -2
  40. package/esm2015/model/duplicateCreativeSetResponse.js +3 -2
  41. package/esm2015/model/models.js +4 -6
  42. package/esm2015/model/sizeWithPreview.js +13 -0
  43. package/esm2015/model/videoAdTagVerifyRequest.js +13 -0
  44. package/fesm2015/revxui-api-clients-ts.js +116 -155
  45. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  46. package/model/advertiserSettings.d.ts +1 -0
  47. package/model/{apiListResponseStrategyTargettingPerformanceData.d.ts → apiListResponseSizeWithPreview.d.ts} +3 -3
  48. package/model/appSettingsDTO.d.ts +2 -1
  49. package/model/baseModelWithCreativeSetType.d.ts +2 -1
  50. package/model/creativeDetails.d.ts +22 -0
  51. package/model/creativeSetDashboardMetric.d.ts +2 -1
  52. package/model/creativeSetDetails.d.ts +2 -1
  53. package/model/creativeSetRequest.d.ts +2 -1
  54. package/model/creativeSetResponse.d.ts +2 -1
  55. package/model/duplicateCreativeSetResponse.d.ts +2 -1
  56. package/model/models.d.ts +3 -5
  57. package/model/{strategyOptBlockTargetingReq.d.ts → sizeWithPreview.d.ts} +4 -3
  58. package/model/{strategyOptimizationDataResponse.d.ts → videoAdTagVerifyRequest.d.ts} +2 -5
  59. package/package.json +1 -1
  60. package/revxui-api-clients-ts.metadata.json +1 -1
  61. package/esm2015/model/apiListResponseStrategyTargettingPerformanceData.js +0 -2
  62. package/esm2015/model/apiResponseObjectStrategyOptimizationDataResponse.js +0 -2
  63. package/esm2015/model/strategyOptBlockTargetingReq.js +0 -13
  64. package/esm2015/model/strategyOptimizationDataResponse.js +0 -2
  65. package/esm2015/model/strategyTargettingPerformanceData.js +0 -13
  66. package/model/apiResponseObjectStrategyOptimizationDataResponse.d.ts +0 -17
  67. package/model/strategyTargettingPerformanceData.d.ts +0 -24
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@0.10.365
1
+ ## @revxui/api-clients-ts@0.10.367
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.365 --save
22
+ npm install @revxui/api-clients-ts@0.10.367 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -74,9 +74,9 @@ export declare class AppSettingsControllerService {
74
74
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
75
75
  * @param reportProgress flag to report request and response progress.
76
76
  */
77
- getAppSettingsUsingGET(advertiserId?: number, reqId?: string, settingsKeys?: Array<'LOGO_LINK' | 'FALLBACK_IMG_LINK' | 'OVERLAY_IMG_LINK' | 'DEFAULT_LOGO'>, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListAppSettingsDTO>;
78
- getAppSettingsUsingGET(advertiserId?: number, reqId?: string, settingsKeys?: Array<'LOGO_LINK' | 'FALLBACK_IMG_LINK' | 'OVERLAY_IMG_LINK' | 'DEFAULT_LOGO'>, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListAppSettingsDTO>>;
79
- getAppSettingsUsingGET(advertiserId?: number, reqId?: string, settingsKeys?: Array<'LOGO_LINK' | 'FALLBACK_IMG_LINK' | 'OVERLAY_IMG_LINK' | 'DEFAULT_LOGO'>, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListAppSettingsDTO>>;
77
+ getAppSettingsUsingGET(advertiserId?: number, reqId?: string, settingsKeys?: Array<'LOGO_LINK' | 'FALLBACK_IMG_LINK' | 'OVERLAY_IMG_LINK' | 'DEFAULT_LOGO' | 'CREATIVE_NAME_FORMAT'>, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListAppSettingsDTO>;
78
+ getAppSettingsUsingGET(advertiserId?: number, reqId?: string, settingsKeys?: Array<'LOGO_LINK' | 'FALLBACK_IMG_LINK' | 'OVERLAY_IMG_LINK' | 'DEFAULT_LOGO' | 'CREATIVE_NAME_FORMAT'>, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListAppSettingsDTO>>;
79
+ getAppSettingsUsingGET(advertiserId?: number, reqId?: string, settingsKeys?: Array<'LOGO_LINK' | 'FALLBACK_IMG_LINK' | 'OVERLAY_IMG_LINK' | 'DEFAULT_LOGO' | 'CREATIVE_NAME_FORMAT'>, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListAppSettingsDTO>>;
80
80
  /**
81
81
  * Api to update App Settings
82
82
  *
@@ -12,6 +12,7 @@
12
12
  import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
13
13
  import { Observable } from 'rxjs';
14
14
  import { ApiListResponseCreativeDTO } from '../model/apiListResponseCreativeDTO';
15
+ import { ApiListResponseSizeWithPreview } from '../model/apiListResponseSizeWithPreview';
15
16
  import { ApiResponseObjectApiListResponseCreativeCompactDTO } from '../model/apiResponseObjectApiListResponseCreativeCompactDTO';
16
17
  import { ApiResponseObjectApiListResponseCreativeDTO } from '../model/apiResponseObjectApiListResponseCreativeDTO';
17
18
  import { ApiResponseObjectCreativeDTO } from '../model/apiResponseObjectCreativeDTO';
@@ -23,6 +24,7 @@ import { CreativeMockUpsDTO } from '../model/creativeMockUpsDTO';
23
24
  import { CreativeThirdPartyAdTag } from '../model/creativeThirdPartyAdTag';
24
25
  import { DashboardRequest } from '../model/dashboardRequest';
25
26
  import { SearchRequest } from '../model/searchRequest';
27
+ import { VideoAdTagVerifyRequest } from '../model/videoAdTagVerifyRequest';
26
28
  import { Configuration } from '../configuration';
27
29
  export declare class CreativeControllerService {
28
30
  protected httpClient: HttpClient;
@@ -172,4 +174,16 @@ export declare class CreativeControllerService {
172
174
  updateCreativeUsingPOST(creative: CreativeDTO, id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectCreativeDTO>;
173
175
  updateCreativeUsingPOST(creative: CreativeDTO, id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectCreativeDTO>>;
174
176
  updateCreativeUsingPOST(creative: CreativeDTO, id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectCreativeDTO>>;
177
+ /**
178
+ * Api to verify and get Third party video adtag creative details
179
+ *
180
+ * @param request request
181
+ * @param reqId request id
182
+ * @param token Auth Token
183
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
184
+ * @param reportProgress flag to report request and response progress.
185
+ */
186
+ verifyAndGetVideoAdTagCreativeDetailsUsingPOST(request: VideoAdTagVerifyRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiListResponseSizeWithPreview>;
187
+ verifyAndGetVideoAdTagCreativeDetailsUsingPOST(request: VideoAdTagVerifyRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiListResponseSizeWithPreview>>;
188
+ verifyAndGetVideoAdTagCreativeDetailsUsingPOST(request: VideoAdTagVerifyRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiListResponseSizeWithPreview>>;
175
189
  }
@@ -13,15 +13,12 @@ import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/commo
13
13
  import { Observable } from 'rxjs';
14
14
  import { ABTestDTO } from '../model/aBTestDTO';
15
15
  import { ApiListResponseABTestDTO } from '../model/apiListResponseABTestDTO';
16
- import { ApiListResponseStrategyTargettingPerformanceData } from '../model/apiListResponseStrategyTargettingPerformanceData';
17
16
  import { ApiResponseObjectABTestDTO } from '../model/apiResponseObjectABTestDTO';
18
17
  import { ApiResponseObjectGeoListDTO } from '../model/apiResponseObjectGeoListDTO';
19
18
  import { ApiResponseObjectMaplongResponseMessage } from '../model/apiResponseObjectMaplongResponseMessage';
20
- import { ApiResponseObjectResponseMessage } from '../model/apiResponseObjectResponseMessage';
21
19
  import { ApiResponseObjectSiteListDTO } from '../model/apiResponseObjectSiteListDTO';
22
20
  import { ApiResponseObjectStrategyCreativeAssociationResponseDTO } from '../model/apiResponseObjectStrategyCreativeAssociationResponseDTO';
23
21
  import { ApiResponseObjectStrategyDTO } from '../model/apiResponseObjectStrategyDTO';
24
- import { ApiResponseObjectStrategyOptimizationDataResponse } from '../model/apiResponseObjectStrategyOptimizationDataResponse';
25
22
  import { ApiResponseObjectStrategyQuickEditDTO } from '../model/apiResponseObjectStrategyQuickEditDTO';
26
23
  import { ApiResponseObjectlong } from '../model/apiResponseObjectlong';
27
24
  import { ApiResponseObjectstring } from '../model/apiResponseObjectstring';
@@ -31,7 +28,6 @@ import { SiteListRequest } from '../model/siteListRequest';
31
28
  import { StrategyCreativeAssociationRequestDTO } from '../model/strategyCreativeAssociationRequestDTO';
32
29
  import { StrategyDTO } from '../model/strategyDTO';
33
30
  import { StrategyInlineDTO } from '../model/strategyInlineDTO';
34
- import { StrategyOptBlockTargetingReq } from '../model/strategyOptBlockTargetingReq';
35
31
  import { StrategyQuickEditDTO } from '../model/strategyQuickEditDTO';
36
32
  import { Configuration } from '../configuration';
37
33
  export declare class StrategyControllerService {
@@ -131,19 +127,6 @@ export declare class StrategyControllerService {
131
127
  duplicateStrategyUsingPOST(dto: DuplicateStrategyRequestDTO, id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectStrategyDTO>;
132
128
  duplicateStrategyUsingPOST(dto: DuplicateStrategyRequestDTO, id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectStrategyDTO>>;
133
129
  duplicateStrategyUsingPOST(dto: DuplicateStrategyRequestDTO, id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectStrategyDTO>>;
134
- /**
135
- * Api to get Startegy Optimization data by Id
136
- *
137
- * @param id id
138
- * @param tableEntity tableEntity
139
- * @param reqId request id
140
- * @param token Auth Token
141
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
142
- * @param reportProgress flag to report request and response progress.
143
- */
144
- fetchStrategyTargetingUsingGET(id: number, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectStrategyOptimizationDataResponse>;
145
- fetchStrategyTargetingUsingGET(id: number, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectStrategyOptimizationDataResponse>>;
146
- fetchStrategyTargetingUsingGET(id: number, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectStrategyOptimizationDataResponse>>;
147
130
  /**
148
131
  * API to get an AB Test experiment details
149
132
  *
@@ -192,19 +175,6 @@ export declare class StrategyControllerService {
192
175
  getStrategyQuickEditDetailsUsingGET(id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectStrategyQuickEditDTO>;
193
176
  getStrategyQuickEditDetailsUsingGET(id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectStrategyQuickEditDTO>>;
194
177
  getStrategyQuickEditDetailsUsingGET(id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectStrategyQuickEditDTO>>;
195
- /**
196
- * Api to get Startegy Optimization data by Id
197
- *
198
- * @param id id
199
- * @param tableEntity tableEntity
200
- * @param reqId request id
201
- * @param token Auth Token
202
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
203
- * @param reportProgress flag to report request and response progress.
204
- */
205
- getStrategyTargetingRecommendationUsingGET(id: number, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiListResponseStrategyTargettingPerformanceData>;
206
- getStrategyTargetingRecommendationUsingGET(id: number, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiListResponseStrategyTargettingPerformanceData>>;
207
- getStrategyTargetingRecommendationUsingGET(id: number, tableEntity: 'LICENSEE' | 'ADVERTISER' | 'CAMPAIGN' | 'STRATEGY' | 'CREATIVE' | 'AGGREGATOR' | 'AUDIENCE' | 'APP_AUDIENCE' | 'WEB_AUDIENCE' | 'DMP_AUDIENCE' | 'PIXEL' | 'SITE' | 'COUNTRY' | 'STATE' | 'CITY' | 'OS' | 'PRICING' | 'CURRENCY' | 'LANGUAGE' | 'TIMEZONE' | 'CATEGORY' | 'MMP' | 'CDTYPE' | 'CDSUBTYPE' | 'DEVICE' | 'DELIVERY_PRIORITY' | 'PACING_TYPE' | 'OS_VERSION' | 'DEVICE_MODEL' | 'DEVICE_BRAND' | 'SOURCE_TYPE' | 'PLATFORM' | 'APP_CATEGORY' | 'BROWSER' | 'CALL_TO_ACTION' | 'CREATIVE_SIZE' | 'DEAL_CATEGORY' | 'ADVERTISER_REGION' | 'CLICK_DESTINATION' | 'ADVERTISER_LOGO' | 'LOSS_REASON_CODES' | 'CREATIVE_SET' | 'USER_FREQUENCY_BUCKET_MAPPING' | 'CREATIVE_SET_TYPE', reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiListResponseStrategyTargettingPerformanceData>>;
208
178
  /**
209
179
  * Api for strategy in-line edit
210
180
  *
@@ -244,19 +214,6 @@ export declare class StrategyControllerService {
244
214
  saveStrategyQuickEditDetailsUsingPOST(id: number, strategyQuickEditDTO: StrategyQuickEditDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectStrategyDTO>;
245
215
  saveStrategyQuickEditDetailsUsingPOST(id: number, strategyQuickEditDTO: StrategyQuickEditDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectStrategyDTO>>;
246
216
  saveStrategyQuickEditDetailsUsingPOST(id: number, strategyQuickEditDTO: StrategyQuickEditDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectStrategyDTO>>;
247
- /**
248
- * API to do strategy optimization
249
- *
250
- * @param id id
251
- * @param req req
252
- * @param reqId request id
253
- * @param token Auth Token
254
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
255
- * @param reportProgress flag to report request and response progress.
256
- */
257
- strategyOptimizationUsingPOST(id: number, req: StrategyOptBlockTargetingReq, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectResponseMessage>;
258
- strategyOptimizationUsingPOST(id: number, req: StrategyOptBlockTargetingReq, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectResponseMessage>>;
259
- strategyOptimizationUsingPOST(id: number, req: StrategyOptBlockTargetingReq, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectResponseMessage>>;
260
217
  /**
261
218
  * API to update AB Test experiment
262
219
  *
@@ -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://apiv2stage2.atomex.net';
373
+ this.basePath = 'https://apiv2stage1.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://apiv2stage2.atomex.net';
578
+ this.basePath = 'https://apiv2stage1.atomex.net';
579
579
  this.defaultHeaders = new http.HttpHeaders();
580
580
  this.configuration = new Configuration();
581
581
  if (basePath) {
@@ -1009,7 +1009,7 @@
1009
1009
  var AppSettingsControllerService = /** @class */ (function () {
1010
1010
  function AppSettingsControllerService(httpClient, basePath, configuration) {
1011
1011
  this.httpClient = httpClient;
1012
- this.basePath = 'https://apiv2stage2.atomex.net';
1012
+ this.basePath = 'https://apiv2stage1.atomex.net';
1013
1013
  this.defaultHeaders = new http.HttpHeaders();
1014
1014
  this.configuration = new Configuration();
1015
1015
  if (basePath) {
@@ -1262,7 +1262,7 @@
1262
1262
  var AudienceControllerService = /** @class */ (function () {
1263
1263
  function AudienceControllerService(httpClient, basePath, configuration) {
1264
1264
  this.httpClient = httpClient;
1265
- this.basePath = 'https://apiv2stage2.atomex.net';
1265
+ this.basePath = 'https://apiv2stage1.atomex.net';
1266
1266
  this.defaultHeaders = new http.HttpHeaders();
1267
1267
  this.configuration = new Configuration();
1268
1268
  if (basePath) {
@@ -2048,7 +2048,7 @@
2048
2048
  var AuditControllerService = /** @class */ (function () {
2049
2049
  function AuditControllerService(httpClient, basePath, configuration) {
2050
2050
  this.httpClient = httpClient;
2051
- this.basePath = 'https://apiv2stage2.atomex.net';
2051
+ this.basePath = 'https://apiv2stage1.atomex.net';
2052
2052
  this.defaultHeaders = new http.HttpHeaders();
2053
2053
  this.configuration = new Configuration();
2054
2054
  if (basePath) {
@@ -2235,7 +2235,7 @@
2235
2235
  var BulkStrategyControllerService = /** @class */ (function () {
2236
2236
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2237
2237
  this.httpClient = httpClient;
2238
- this.basePath = 'https://apiv2stage2.atomex.net';
2238
+ this.basePath = 'https://apiv2stage1.atomex.net';
2239
2239
  this.defaultHeaders = new http.HttpHeaders();
2240
2240
  this.configuration = new Configuration();
2241
2241
  if (basePath) {
@@ -2466,7 +2466,7 @@
2466
2466
  var CSSThemeController_Service = /** @class */ (function () {
2467
2467
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2468
2468
  this.httpClient = httpClient;
2469
- this.basePath = 'https://apiv2stage2.atomex.net';
2469
+ this.basePath = 'https://apiv2stage1.atomex.net';
2470
2470
  this.defaultHeaders = new http.HttpHeaders();
2471
2471
  this.configuration = new Configuration();
2472
2472
  if (basePath) {
@@ -2575,7 +2575,7 @@
2575
2575
  var CampaignControllerService = /** @class */ (function () {
2576
2576
  function CampaignControllerService(httpClient, basePath, configuration) {
2577
2577
  this.httpClient = httpClient;
2578
- this.basePath = 'https://apiv2stage2.atomex.net';
2578
+ this.basePath = 'https://apiv2stage1.atomex.net';
2579
2579
  this.defaultHeaders = new http.HttpHeaders();
2580
2580
  this.configuration = new Configuration();
2581
2581
  if (basePath) {
@@ -2885,7 +2885,7 @@
2885
2885
  var CatalogControllerService = /** @class */ (function () {
2886
2886
  function CatalogControllerService(httpClient, basePath, configuration) {
2887
2887
  this.httpClient = httpClient;
2888
- this.basePath = 'https://apiv2stage2.atomex.net';
2888
+ this.basePath = 'https://apiv2stage1.atomex.net';
2889
2889
  this.defaultHeaders = new http.HttpHeaders();
2890
2890
  this.configuration = new Configuration();
2891
2891
  if (basePath) {
@@ -3131,7 +3131,7 @@
3131
3131
  var ClickDestinationControllerService = /** @class */ (function () {
3132
3132
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
3133
3133
  this.httpClient = httpClient;
3134
- this.basePath = 'https://apiv2stage2.atomex.net';
3134
+ this.basePath = 'https://apiv2stage1.atomex.net';
3135
3135
  this.defaultHeaders = new http.HttpHeaders();
3136
3136
  this.configuration = new Configuration();
3137
3137
  if (basePath) {
@@ -3369,7 +3369,7 @@
3369
3369
  var CreativeControllerService = /** @class */ (function () {
3370
3370
  function CreativeControllerService(httpClient, basePath, configuration) {
3371
3371
  this.httpClient = httpClient;
3372
- this.basePath = 'https://apiv2stage2.atomex.net';
3372
+ this.basePath = 'https://apiv2stage1.atomex.net';
3373
3373
  this.defaultHeaders = new http.HttpHeaders();
3374
3374
  this.configuration = new Configuration();
3375
3375
  if (basePath) {
@@ -3820,6 +3820,42 @@
3820
3820
  reportProgress: reportProgress
3821
3821
  });
3822
3822
  };
3823
+ CreativeControllerService.prototype.verifyAndGetVideoAdTagCreativeDetailsUsingPOST = function (request, reqId, token, observe, reportProgress) {
3824
+ if (observe === void 0) { observe = 'body'; }
3825
+ if (reportProgress === void 0) { reportProgress = false; }
3826
+ if (request === null || request === undefined) {
3827
+ throw new Error('Required parameter request was null or undefined when calling verifyAndGetVideoAdTagCreativeDetailsUsingPOST.');
3828
+ }
3829
+ var headers = this.defaultHeaders;
3830
+ if (reqId !== undefined && reqId !== null) {
3831
+ headers = headers.set('reqId', String(reqId));
3832
+ }
3833
+ if (token !== undefined && token !== null) {
3834
+ headers = headers.set('token', String(token));
3835
+ }
3836
+ // to determine the Accept header
3837
+ var httpHeaderAccepts = [
3838
+ 'application/json'
3839
+ ];
3840
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3841
+ if (httpHeaderAcceptSelected != undefined) {
3842
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
3843
+ }
3844
+ // to determine the Content-Type header
3845
+ var consumes = [
3846
+ 'application/json'
3847
+ ];
3848
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3849
+ if (httpContentTypeSelected != undefined) {
3850
+ headers = headers.set('Content-Type', httpContentTypeSelected);
3851
+ }
3852
+ return this.httpClient.post(this.basePath + "/v2/api/creatives/videoAdtag", request, {
3853
+ withCredentials: this.configuration.withCredentials,
3854
+ headers: headers,
3855
+ observe: observe,
3856
+ reportProgress: reportProgress
3857
+ });
3858
+ };
3823
3859
  return CreativeControllerService;
3824
3860
  }());
3825
3861
  CreativeControllerService.decorators = [
@@ -3834,7 +3870,7 @@
3834
3870
  var CreativeSetsControllerService = /** @class */ (function () {
3835
3871
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3836
3872
  this.httpClient = httpClient;
3837
- this.basePath = 'https://apiv2stage2.atomex.net';
3873
+ this.basePath = 'https://apiv2stage1.atomex.net';
3838
3874
  this.defaultHeaders = new http.HttpHeaders();
3839
3875
  this.configuration = new Configuration();
3840
3876
  if (basePath) {
@@ -4353,7 +4389,7 @@
4353
4389
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4354
4390
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4355
4391
  this.httpClient = httpClient;
4356
- this.basePath = 'https://apiv2stage2.atomex.net';
4392
+ this.basePath = 'https://apiv2stage1.atomex.net';
4357
4393
  this.defaultHeaders = new http.HttpHeaders();
4358
4394
  this.configuration = new Configuration();
4359
4395
  if (basePath) {
@@ -4542,7 +4578,7 @@
4542
4578
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4543
4579
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4544
4580
  this.httpClient = httpClient;
4545
- this.basePath = 'https://apiv2stage2.atomex.net';
4581
+ this.basePath = 'https://apiv2stage1.atomex.net';
4546
4582
  this.defaultHeaders = new http.HttpHeaders();
4547
4583
  this.configuration = new Configuration();
4548
4584
  if (basePath) {
@@ -4618,7 +4654,7 @@
4618
4654
  var CreativeTemplatesControllerService = /** @class */ (function () {
4619
4655
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4620
4656
  this.httpClient = httpClient;
4621
- this.basePath = 'https://apiv2stage2.atomex.net';
4657
+ this.basePath = 'https://apiv2stage1.atomex.net';
4622
4658
  this.defaultHeaders = new http.HttpHeaders();
4623
4659
  this.configuration = new Configuration();
4624
4660
  if (basePath) {
@@ -4785,7 +4821,7 @@
4785
4821
  var CustomerReportingControllerService = /** @class */ (function () {
4786
4822
  function CustomerReportingControllerService(httpClient, basePath, configuration) {
4787
4823
  this.httpClient = httpClient;
4788
- this.basePath = 'https://apiv2stage2.atomex.net';
4824
+ this.basePath = 'https://apiv2stage1.atomex.net';
4789
4825
  this.defaultHeaders = new http.HttpHeaders();
4790
4826
  this.configuration = new Configuration();
4791
4827
  if (basePath) {
@@ -4870,7 +4906,7 @@
4870
4906
  var DashboardControllerService = /** @class */ (function () {
4871
4907
  function DashboardControllerService(httpClient, basePath, configuration) {
4872
4908
  this.httpClient = httpClient;
4873
- this.basePath = 'https://apiv2stage2.atomex.net';
4909
+ this.basePath = 'https://apiv2stage1.atomex.net';
4874
4910
  this.defaultHeaders = new http.HttpHeaders();
4875
4911
  this.configuration = new Configuration();
4876
4912
  if (basePath) {
@@ -5515,7 +5551,7 @@
5515
5551
  var NotificationsControllerService = /** @class */ (function () {
5516
5552
  function NotificationsControllerService(httpClient, basePath, configuration) {
5517
5553
  this.httpClient = httpClient;
5518
- this.basePath = 'https://apiv2stage2.atomex.net';
5554
+ this.basePath = 'https://apiv2stage1.atomex.net';
5519
5555
  this.defaultHeaders = new http.HttpHeaders();
5520
5556
  this.configuration = new Configuration();
5521
5557
  if (basePath) {
@@ -5702,7 +5738,7 @@
5702
5738
  var PixelControllerService = /** @class */ (function () {
5703
5739
  function PixelControllerService(httpClient, basePath, configuration) {
5704
5740
  this.httpClient = httpClient;
5705
- this.basePath = 'https://apiv2stage2.atomex.net';
5741
+ this.basePath = 'https://apiv2stage1.atomex.net';
5706
5742
  this.defaultHeaders = new http.HttpHeaders();
5707
5743
  this.configuration = new Configuration();
5708
5744
  if (basePath) {
@@ -6019,7 +6055,7 @@
6019
6055
  var ReportingControllerService = /** @class */ (function () {
6020
6056
  function ReportingControllerService(httpClient, basePath, configuration) {
6021
6057
  this.httpClient = httpClient;
6022
- this.basePath = 'https://apiv2stage2.atomex.net';
6058
+ this.basePath = 'https://apiv2stage1.atomex.net';
6023
6059
  this.defaultHeaders = new http.HttpHeaders();
6024
6060
  this.configuration = new Configuration();
6025
6061
  if (basePath) {
@@ -6191,7 +6227,7 @@
6191
6227
  var SliceXControllerService = /** @class */ (function () {
6192
6228
  function SliceXControllerService(httpClient, basePath, configuration) {
6193
6229
  this.httpClient = httpClient;
6194
- this.basePath = 'https://apiv2stage2.atomex.net';
6230
+ this.basePath = 'https://apiv2stage1.atomex.net';
6195
6231
  this.defaultHeaders = new http.HttpHeaders();
6196
6232
  this.configuration = new Configuration();
6197
6233
  if (basePath) {
@@ -6447,7 +6483,7 @@
6447
6483
  var StrategyControllerService = /** @class */ (function () {
6448
6484
  function StrategyControllerService(httpClient, basePath, configuration) {
6449
6485
  this.httpClient = httpClient;
6450
- this.basePath = 'https://apiv2stage2.atomex.net';
6486
+ this.basePath = 'https://apiv2stage1.atomex.net';
6451
6487
  this.defaultHeaders = new http.HttpHeaders();
6452
6488
  this.configuration = new Configuration();
6453
6489
  if (basePath) {
@@ -6742,39 +6778,6 @@
6742
6778
  reportProgress: reportProgress
6743
6779
  });
6744
6780
  };
6745
- StrategyControllerService.prototype.fetchStrategyTargetingUsingGET = function (id, tableEntity, reqId, token, observe, reportProgress) {
6746
- if (observe === void 0) { observe = 'body'; }
6747
- if (reportProgress === void 0) { reportProgress = false; }
6748
- if (id === null || id === undefined) {
6749
- throw new Error('Required parameter id was null or undefined when calling fetchStrategyTargetingUsingGET.');
6750
- }
6751
- if (tableEntity === null || tableEntity === undefined) {
6752
- throw new Error('Required parameter tableEntity was null or undefined when calling fetchStrategyTargetingUsingGET.');
6753
- }
6754
- var headers = this.defaultHeaders;
6755
- if (reqId !== undefined && reqId !== null) {
6756
- headers = headers.set('reqId', String(reqId));
6757
- }
6758
- if (token !== undefined && token !== null) {
6759
- headers = headers.set('token', String(token));
6760
- }
6761
- // to determine the Accept header
6762
- var httpHeaderAccepts = [
6763
- '*/*'
6764
- ];
6765
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6766
- if (httpHeaderAcceptSelected != undefined) {
6767
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6768
- }
6769
- // to determine the Content-Type header
6770
- var consumes = [];
6771
- return this.httpClient.get(this.basePath + "/v2/api/strategies/" + encodeURIComponent(String(id)) + "/fetch/" + encodeURIComponent(String(tableEntity)), {
6772
- withCredentials: this.configuration.withCredentials,
6773
- headers: headers,
6774
- observe: observe,
6775
- reportProgress: reportProgress
6776
- });
6777
- };
6778
6781
  StrategyControllerService.prototype.getABTestExperimentUsingGET = function (id, reqId, token, observe, reportProgress) {
6779
6782
  if (observe === void 0) { observe = 'body'; }
6780
6783
  if (reportProgress === void 0) { reportProgress = false; }
@@ -6897,39 +6900,6 @@
6897
6900
  reportProgress: reportProgress
6898
6901
  });
6899
6902
  };
6900
- StrategyControllerService.prototype.getStrategyTargetingRecommendationUsingGET = function (id, tableEntity, reqId, token, observe, reportProgress) {
6901
- if (observe === void 0) { observe = 'body'; }
6902
- if (reportProgress === void 0) { reportProgress = false; }
6903
- if (id === null || id === undefined) {
6904
- throw new Error('Required parameter id was null or undefined when calling getStrategyTargetingRecommendationUsingGET.');
6905
- }
6906
- if (tableEntity === null || tableEntity === undefined) {
6907
- throw new Error('Required parameter tableEntity was null or undefined when calling getStrategyTargetingRecommendationUsingGET.');
6908
- }
6909
- var headers = this.defaultHeaders;
6910
- if (reqId !== undefined && reqId !== null) {
6911
- headers = headers.set('reqId', String(reqId));
6912
- }
6913
- if (token !== undefined && token !== null) {
6914
- headers = headers.set('token', String(token));
6915
- }
6916
- // to determine the Accept header
6917
- var httpHeaderAccepts = [
6918
- '*/*'
6919
- ];
6920
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6921
- if (httpHeaderAcceptSelected != undefined) {
6922
- headers = headers.set('Accept', httpHeaderAcceptSelected);
6923
- }
6924
- // to determine the Content-Type header
6925
- var consumes = [];
6926
- return this.httpClient.get(this.basePath + "/v2/api/strategies/" + encodeURIComponent(String(id)) + "/recommendation/" + encodeURIComponent(String(tableEntity)), {
6927
- withCredentials: this.configuration.withCredentials,
6928
- headers: headers,
6929
- observe: observe,
6930
- reportProgress: reportProgress
6931
- });
6932
- };
6933
6903
  StrategyControllerService.prototype.inlineEditStrategyUsingPOST = function (id, strategyInlineDTO, reqId, token, observe, reportProgress) {
6934
6904
  if (observe === void 0) { observe = 'body'; }
6935
6905
  if (reportProgress === void 0) { reportProgress = false; }
@@ -7041,45 +7011,6 @@
7041
7011
  reportProgress: reportProgress
7042
7012
  });
7043
7013
  };
7044
- StrategyControllerService.prototype.strategyOptimizationUsingPOST = function (id, req, reqId, token, observe, reportProgress) {
7045
- if (observe === void 0) { observe = 'body'; }
7046
- if (reportProgress === void 0) { reportProgress = false; }
7047
- if (id === null || id === undefined) {
7048
- throw new Error('Required parameter id was null or undefined when calling strategyOptimizationUsingPOST.');
7049
- }
7050
- if (req === null || req === undefined) {
7051
- throw new Error('Required parameter req was null or undefined when calling strategyOptimizationUsingPOST.');
7052
- }
7053
- var headers = this.defaultHeaders;
7054
- if (reqId !== undefined && reqId !== null) {
7055
- headers = headers.set('reqId', String(reqId));
7056
- }
7057
- if (token !== undefined && token !== null) {
7058
- headers = headers.set('token', String(token));
7059
- }
7060
- // to determine the Accept header
7061
- var httpHeaderAccepts = [
7062
- 'application/json'
7063
- ];
7064
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
7065
- if (httpHeaderAcceptSelected != undefined) {
7066
- headers = headers.set('Accept', httpHeaderAcceptSelected);
7067
- }
7068
- // to determine the Content-Type header
7069
- var consumes = [
7070
- 'application/json'
7071
- ];
7072
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
7073
- if (httpContentTypeSelected != undefined) {
7074
- headers = headers.set('Content-Type', httpContentTypeSelected);
7075
- }
7076
- return this.httpClient.post(this.basePath + "/v2/api/strategies/optimization/" + encodeURIComponent(String(id)), req, {
7077
- withCredentials: this.configuration.withCredentials,
7078
- headers: headers,
7079
- observe: observe,
7080
- reportProgress: reportProgress
7081
- });
7082
- };
7083
7014
  StrategyControllerService.prototype.updateABTestExperimentStatusUsingPOST = function (id, status, reqId, token, observe, reportProgress) {
7084
7015
  if (observe === void 0) { observe = 'body'; }
7085
7016
  if (reportProgress === void 0) { reportProgress = false; }
@@ -7279,7 +7210,7 @@
7279
7210
  var UILoggerControllerService = /** @class */ (function () {
7280
7211
  function UILoggerControllerService(httpClient, basePath, configuration) {
7281
7212
  this.httpClient = httpClient;
7282
- this.basePath = 'https://apiv2stage2.atomex.net';
7213
+ this.basePath = 'https://apiv2stage1.atomex.net';
7283
7214
  this.defaultHeaders = new http.HttpHeaders();
7284
7215
  this.configuration = new Configuration();
7285
7216
  if (basePath) {
@@ -7369,7 +7300,7 @@
7369
7300
  var UserPreferenceControllerService = /** @class */ (function () {
7370
7301
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
7371
7302
  this.httpClient = httpClient;
7372
- this.basePath = 'https://apiv2stage2.atomex.net';
7303
+ this.basePath = 'https://apiv2stage1.atomex.net';
7373
7304
  this.defaultHeaders = new http.HttpHeaders();
7374
7305
  this.configuration = new Configuration();
7375
7306
  if (basePath) {
@@ -7574,7 +7505,8 @@
7574
7505
  LOGOLINK: 'LOGO_LINK',
7575
7506
  FALLBACKIMGLINK: 'FALLBACK_IMG_LINK',
7576
7507
  OVERLAYIMGLINK: 'OVERLAY_IMG_LINK',
7577
- DEFAULTLOGO: 'DEFAULT_LOGO'
7508
+ DEFAULTLOGO: 'DEFAULT_LOGO',
7509
+ CREATIVENAMEFORMAT: 'CREATIVE_NAME_FORMAT'
7578
7510
  };
7579
7511
  AppSettingsDTO.SettingsTypeEnum = {
7580
7512
  BOOLEAN: 'BOOLEAN',
@@ -7738,7 +7670,8 @@
7738
7670
  DYNAMICHTML: 'DYNAMIC_HTML',
7739
7671
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7740
7672
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7741
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7673
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7674
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7742
7675
  };
7743
7676
  })(exports.BaseModelWithCreativeSetType || (exports.BaseModelWithCreativeSetType = {}));
7744
7677
 
@@ -7817,6 +7750,25 @@
7817
7750
  };
7818
7751
  })(exports.CreativeDTO || (exports.CreativeDTO = {}));
7819
7752
 
7753
+ exports.CreativeDetails = void 0;
7754
+ (function (CreativeDetails) {
7755
+ CreativeDetails.CreativeSetTypeEnum = {
7756
+ IMAGE: 'IMAGE',
7757
+ VIDEO: 'VIDEO',
7758
+ THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
7759
+ ZIPPEDHTML: 'ZIPPED_HTML',
7760
+ NATIVEIMAGE: 'NATIVE_IMAGE',
7761
+ NATIVEVIDEO: 'NATIVE_VIDEO',
7762
+ DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7763
+ DYNAMICMACRO: 'DYNAMIC_MACRO',
7764
+ DYNAMICHTML: 'DYNAMIC_HTML',
7765
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7766
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7767
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7768
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7769
+ };
7770
+ })(exports.CreativeDetails || (exports.CreativeDetails = {}));
7771
+
7820
7772
  exports.CreativeFileForSet = void 0;
7821
7773
  (function (CreativeFileForSet) {
7822
7774
  CreativeFileForSet.TypeEnum = {
@@ -7896,7 +7848,8 @@
7896
7848
  DYNAMICHTML: 'DYNAMIC_HTML',
7897
7849
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7898
7850
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7899
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7851
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7852
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7900
7853
  };
7901
7854
  })(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
7902
7855
 
@@ -7914,7 +7867,8 @@
7914
7867
  DYNAMICHTML: 'DYNAMIC_HTML',
7915
7868
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7916
7869
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7917
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7870
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7871
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7918
7872
  };
7919
7873
  })(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
7920
7874
 
@@ -7932,7 +7886,8 @@
7932
7886
  DYNAMICHTML: 'DYNAMIC_HTML',
7933
7887
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7934
7888
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7935
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7889
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7890
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7936
7891
  };
7937
7892
  })(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
7938
7893
 
@@ -7961,7 +7916,8 @@
7961
7916
  DYNAMICHTML: 'DYNAMIC_HTML',
7962
7917
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7963
7918
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7964
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7919
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7920
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7965
7921
  };
7966
7922
  })(exports.CreativeSetResponse || (exports.CreativeSetResponse = {}));
7967
7923
 
@@ -8010,7 +7966,8 @@
8010
7966
  DYNAMICHTML: 'DYNAMIC_HTML',
8011
7967
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
8012
7968
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
8013
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7969
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7970
+ THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
8014
7971
  };
8015
7972
  })(exports.DuplicateCreativeSetResponse || (exports.DuplicateCreativeSetResponse = {}));
8016
7973