@revxui/api-clients-ts 0.10.358 → 0.10.359

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 (56) hide show
  1. package/README.md +2 -2
  2. package/api/creativeController.service.d.ts +0 -14
  3. package/bundles/revxui-api-clients-ts.umd.js +30 -91
  4. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  5. package/esm2015/api/adminController.service.js +2 -2
  6. package/esm2015/api/advertiserController.service.js +2 -2
  7. package/esm2015/api/appSettingsController.service.js +2 -2
  8. package/esm2015/api/audienceController.service.js +2 -2
  9. package/esm2015/api/auditController.service.js +2 -2
  10. package/esm2015/api/bulkStrategyController.service.js +2 -2
  11. package/esm2015/api/cSSThemeController_.service.js +2 -2
  12. package/esm2015/api/campaignController.service.js +2 -2
  13. package/esm2015/api/catalogController.service.js +2 -2
  14. package/esm2015/api/clickDestinationController.service.js +2 -2
  15. package/esm2015/api/creativeController.service.js +2 -36
  16. package/esm2015/api/creativeSetsController.service.js +2 -2
  17. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  18. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  19. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  20. package/esm2015/api/customerReportingController.service.js +2 -2
  21. package/esm2015/api/dashboardController.service.js +2 -2
  22. package/esm2015/api/notificationsController.service.js +2 -2
  23. package/esm2015/api/pixelController.service.js +2 -2
  24. package/esm2015/api/reportingController.service.js +2 -2
  25. package/esm2015/api/sliceXController.service.js +2 -2
  26. package/esm2015/api/strategyController.service.js +2 -2
  27. package/esm2015/api/uILoggerController.service.js +2 -2
  28. package/esm2015/api/userPreferenceController.service.js +2 -2
  29. package/esm2015/model/advertiserSettings.js +1 -1
  30. package/esm2015/model/baseModelWithCreativeSetType.js +2 -3
  31. package/esm2015/model/creativeDetails.js +2 -19
  32. package/esm2015/model/creativeSetDashboardMetric.js +2 -3
  33. package/esm2015/model/creativeSetDetails.js +2 -3
  34. package/esm2015/model/creativeSetRequest.js +2 -3
  35. package/esm2015/model/creativeSetResponse.js +2 -3
  36. package/esm2015/model/duplicateCreativeSetResponse.js +2 -3
  37. package/esm2015/model/models.js +1 -4
  38. package/fesm2015/revxui-api-clients-ts.js +31 -114
  39. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  40. package/model/advertiserSettings.d.ts +1 -0
  41. package/model/baseModelWithCreativeSetType.d.ts +1 -2
  42. package/model/creativeDetails.d.ts +0 -20
  43. package/model/creativeSetDashboardMetric.d.ts +1 -2
  44. package/model/creativeSetDetails.d.ts +1 -2
  45. package/model/creativeSetRequest.d.ts +1 -2
  46. package/model/creativeSetResponse.d.ts +1 -2
  47. package/model/duplicateCreativeSetResponse.d.ts +1 -2
  48. package/model/models.d.ts +0 -3
  49. package/package.json +1 -1
  50. package/revxui-api-clients-ts.metadata.json +1 -1
  51. package/esm2015/model/apiListResponseSizeWithPreview.js +0 -2
  52. package/esm2015/model/sizeWithPreview.js +0 -13
  53. package/esm2015/model/videoAdTagVerifyRequest.js +0 -13
  54. package/model/apiListResponseSizeWithPreview.d.ts +0 -16
  55. package/model/sizeWithPreview.d.ts +0 -16
  56. package/model/videoAdTagVerifyRequest.d.ts +0 -14
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@0.10.358
1
+ ## @revxui/api-clients-ts@0.10.359
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.358 --save
22
+ npm install @revxui/api-clients-ts@0.10.359 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -12,7 +12,6 @@
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';
16
15
  import { ApiResponseObjectApiListResponseCreativeCompactDTO } from '../model/apiResponseObjectApiListResponseCreativeCompactDTO';
17
16
  import { ApiResponseObjectApiListResponseCreativeDTO } from '../model/apiResponseObjectApiListResponseCreativeDTO';
18
17
  import { ApiResponseObjectCreativeDTO } from '../model/apiResponseObjectCreativeDTO';
@@ -24,7 +23,6 @@ import { CreativeMockUpsDTO } from '../model/creativeMockUpsDTO';
24
23
  import { CreativeThirdPartyAdTag } from '../model/creativeThirdPartyAdTag';
25
24
  import { DashboardRequest } from '../model/dashboardRequest';
26
25
  import { SearchRequest } from '../model/searchRequest';
27
- import { VideoAdTagVerifyRequest } from '../model/videoAdTagVerifyRequest';
28
26
  import { Configuration } from '../configuration';
29
27
  export declare class CreativeControllerService {
30
28
  protected httpClient: HttpClient;
@@ -174,16 +172,4 @@ export declare class CreativeControllerService {
174
172
  updateCreativeUsingPOST(creative: CreativeDTO, id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectCreativeDTO>;
175
173
  updateCreativeUsingPOST(creative: CreativeDTO, id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectCreativeDTO>>;
176
174
  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>>;
189
175
  }
@@ -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://apiv2stage1.atomex.net';
373
+ this.basePath = 'https://localhost:10045';
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://apiv2stage1.atomex.net';
578
+ this.basePath = 'https://localhost:10045';
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://apiv2stage1.atomex.net';
1012
+ this.basePath = 'https://localhost:10045';
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://apiv2stage1.atomex.net';
1265
+ this.basePath = 'https://localhost:10045';
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://apiv2stage1.atomex.net';
2051
+ this.basePath = 'https://localhost:10045';
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://apiv2stage1.atomex.net';
2238
+ this.basePath = 'https://localhost:10045';
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://apiv2stage1.atomex.net';
2469
+ this.basePath = 'https://localhost:10045';
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://apiv2stage1.atomex.net';
2578
+ this.basePath = 'https://localhost:10045';
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://apiv2stage1.atomex.net';
2888
+ this.basePath = 'https://localhost:10045';
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://apiv2stage1.atomex.net';
3134
+ this.basePath = 'https://localhost:10045';
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://apiv2stage1.atomex.net';
3372
+ this.basePath = 'https://localhost:10045';
3373
3373
  this.defaultHeaders = new http.HttpHeaders();
3374
3374
  this.configuration = new Configuration();
3375
3375
  if (basePath) {
@@ -3820,42 +3820,6 @@
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
- };
3859
3823
  return CreativeControllerService;
3860
3824
  }());
3861
3825
  CreativeControllerService.decorators = [
@@ -3870,7 +3834,7 @@
3870
3834
  var CreativeSetsControllerService = /** @class */ (function () {
3871
3835
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3872
3836
  this.httpClient = httpClient;
3873
- this.basePath = 'https://apiv2stage1.atomex.net';
3837
+ this.basePath = 'https://localhost:10045';
3874
3838
  this.defaultHeaders = new http.HttpHeaders();
3875
3839
  this.configuration = new Configuration();
3876
3840
  if (basePath) {
@@ -4389,7 +4353,7 @@
4389
4353
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4390
4354
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4391
4355
  this.httpClient = httpClient;
4392
- this.basePath = 'https://apiv2stage1.atomex.net';
4356
+ this.basePath = 'https://localhost:10045';
4393
4357
  this.defaultHeaders = new http.HttpHeaders();
4394
4358
  this.configuration = new Configuration();
4395
4359
  if (basePath) {
@@ -4578,7 +4542,7 @@
4578
4542
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4579
4543
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4580
4544
  this.httpClient = httpClient;
4581
- this.basePath = 'https://apiv2stage1.atomex.net';
4545
+ this.basePath = 'https://localhost:10045';
4582
4546
  this.defaultHeaders = new http.HttpHeaders();
4583
4547
  this.configuration = new Configuration();
4584
4548
  if (basePath) {
@@ -4654,7 +4618,7 @@
4654
4618
  var CreativeTemplatesControllerService = /** @class */ (function () {
4655
4619
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4656
4620
  this.httpClient = httpClient;
4657
- this.basePath = 'https://apiv2stage1.atomex.net';
4621
+ this.basePath = 'https://localhost:10045';
4658
4622
  this.defaultHeaders = new http.HttpHeaders();
4659
4623
  this.configuration = new Configuration();
4660
4624
  if (basePath) {
@@ -4821,7 +4785,7 @@
4821
4785
  var CustomerReportingControllerService = /** @class */ (function () {
4822
4786
  function CustomerReportingControllerService(httpClient, basePath, configuration) {
4823
4787
  this.httpClient = httpClient;
4824
- this.basePath = 'https://apiv2stage1.atomex.net';
4788
+ this.basePath = 'https://localhost:10045';
4825
4789
  this.defaultHeaders = new http.HttpHeaders();
4826
4790
  this.configuration = new Configuration();
4827
4791
  if (basePath) {
@@ -4906,7 +4870,7 @@
4906
4870
  var DashboardControllerService = /** @class */ (function () {
4907
4871
  function DashboardControllerService(httpClient, basePath, configuration) {
4908
4872
  this.httpClient = httpClient;
4909
- this.basePath = 'https://apiv2stage1.atomex.net';
4873
+ this.basePath = 'https://localhost:10045';
4910
4874
  this.defaultHeaders = new http.HttpHeaders();
4911
4875
  this.configuration = new Configuration();
4912
4876
  if (basePath) {
@@ -5551,7 +5515,7 @@
5551
5515
  var NotificationsControllerService = /** @class */ (function () {
5552
5516
  function NotificationsControllerService(httpClient, basePath, configuration) {
5553
5517
  this.httpClient = httpClient;
5554
- this.basePath = 'https://apiv2stage1.atomex.net';
5518
+ this.basePath = 'https://localhost:10045';
5555
5519
  this.defaultHeaders = new http.HttpHeaders();
5556
5520
  this.configuration = new Configuration();
5557
5521
  if (basePath) {
@@ -5738,7 +5702,7 @@
5738
5702
  var PixelControllerService = /** @class */ (function () {
5739
5703
  function PixelControllerService(httpClient, basePath, configuration) {
5740
5704
  this.httpClient = httpClient;
5741
- this.basePath = 'https://apiv2stage1.atomex.net';
5705
+ this.basePath = 'https://localhost:10045';
5742
5706
  this.defaultHeaders = new http.HttpHeaders();
5743
5707
  this.configuration = new Configuration();
5744
5708
  if (basePath) {
@@ -6055,7 +6019,7 @@
6055
6019
  var ReportingControllerService = /** @class */ (function () {
6056
6020
  function ReportingControllerService(httpClient, basePath, configuration) {
6057
6021
  this.httpClient = httpClient;
6058
- this.basePath = 'https://apiv2stage1.atomex.net';
6022
+ this.basePath = 'https://localhost:10045';
6059
6023
  this.defaultHeaders = new http.HttpHeaders();
6060
6024
  this.configuration = new Configuration();
6061
6025
  if (basePath) {
@@ -6227,7 +6191,7 @@
6227
6191
  var SliceXControllerService = /** @class */ (function () {
6228
6192
  function SliceXControllerService(httpClient, basePath, configuration) {
6229
6193
  this.httpClient = httpClient;
6230
- this.basePath = 'https://apiv2stage1.atomex.net';
6194
+ this.basePath = 'https://localhost:10045';
6231
6195
  this.defaultHeaders = new http.HttpHeaders();
6232
6196
  this.configuration = new Configuration();
6233
6197
  if (basePath) {
@@ -6483,7 +6447,7 @@
6483
6447
  var StrategyControllerService = /** @class */ (function () {
6484
6448
  function StrategyControllerService(httpClient, basePath, configuration) {
6485
6449
  this.httpClient = httpClient;
6486
- this.basePath = 'https://apiv2stage1.atomex.net';
6450
+ this.basePath = 'https://localhost:10045';
6487
6451
  this.defaultHeaders = new http.HttpHeaders();
6488
6452
  this.configuration = new Configuration();
6489
6453
  if (basePath) {
@@ -7210,7 +7174,7 @@
7210
7174
  var UILoggerControllerService = /** @class */ (function () {
7211
7175
  function UILoggerControllerService(httpClient, basePath, configuration) {
7212
7176
  this.httpClient = httpClient;
7213
- this.basePath = 'https://apiv2stage1.atomex.net';
7177
+ this.basePath = 'https://localhost:10045';
7214
7178
  this.defaultHeaders = new http.HttpHeaders();
7215
7179
  this.configuration = new Configuration();
7216
7180
  if (basePath) {
@@ -7300,7 +7264,7 @@
7300
7264
  var UserPreferenceControllerService = /** @class */ (function () {
7301
7265
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
7302
7266
  this.httpClient = httpClient;
7303
- this.basePath = 'https://apiv2stage1.atomex.net';
7267
+ this.basePath = 'https://localhost:10045';
7304
7268
  this.defaultHeaders = new http.HttpHeaders();
7305
7269
  this.configuration = new Configuration();
7306
7270
  if (basePath) {
@@ -7669,8 +7633,7 @@
7669
7633
  DYNAMICHTML: 'DYNAMIC_HTML',
7670
7634
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7671
7635
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7672
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7673
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7636
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7674
7637
  };
7675
7638
  })(exports.BaseModelWithCreativeSetType || (exports.BaseModelWithCreativeSetType = {}));
7676
7639
 
@@ -7749,25 +7712,6 @@
7749
7712
  };
7750
7713
  })(exports.CreativeDTO || (exports.CreativeDTO = {}));
7751
7714
 
7752
- exports.CreativeDetails = void 0;
7753
- (function (CreativeDetails) {
7754
- CreativeDetails.CreativeSetTypeEnum = {
7755
- IMAGE: 'IMAGE',
7756
- VIDEO: 'VIDEO',
7757
- THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
7758
- ZIPPEDHTML: 'ZIPPED_HTML',
7759
- NATIVEIMAGE: 'NATIVE_IMAGE',
7760
- NATIVEVIDEO: 'NATIVE_VIDEO',
7761
- DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7762
- DYNAMICMACRO: 'DYNAMIC_MACRO',
7763
- DYNAMICHTML: 'DYNAMIC_HTML',
7764
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7765
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7766
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7767
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7768
- };
7769
- })(exports.CreativeDetails || (exports.CreativeDetails = {}));
7770
-
7771
7715
  exports.CreativeFileForSet = void 0;
7772
7716
  (function (CreativeFileForSet) {
7773
7717
  CreativeFileForSet.TypeEnum = {
@@ -7847,8 +7791,7 @@
7847
7791
  DYNAMICHTML: 'DYNAMIC_HTML',
7848
7792
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7849
7793
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7850
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7851
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7794
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7852
7795
  };
7853
7796
  })(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
7854
7797
 
@@ -7866,8 +7809,7 @@
7866
7809
  DYNAMICHTML: 'DYNAMIC_HTML',
7867
7810
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7868
7811
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7869
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7870
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7812
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7871
7813
  };
7872
7814
  })(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
7873
7815
 
@@ -7885,8 +7827,7 @@
7885
7827
  DYNAMICHTML: 'DYNAMIC_HTML',
7886
7828
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7887
7829
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7888
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7889
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7830
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7890
7831
  };
7891
7832
  })(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
7892
7833
 
@@ -7915,8 +7856,7 @@
7915
7856
  DYNAMICHTML: 'DYNAMIC_HTML',
7916
7857
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7917
7858
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7918
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7919
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7859
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7920
7860
  };
7921
7861
  })(exports.CreativeSetResponse || (exports.CreativeSetResponse = {}));
7922
7862
 
@@ -7965,8 +7905,7 @@
7965
7905
  DYNAMICHTML: 'DYNAMIC_HTML',
7966
7906
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7967
7907
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7968
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7969
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7908
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7970
7909
  };
7971
7910
  })(exports.DuplicateCreativeSetResponse || (exports.DuplicateCreativeSetResponse = {}));
7972
7911