@revxui/api-clients-ts 0.10.166 → 0.10.167

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 (98) hide show
  1. package/README.md +2 -2
  2. package/api/creativeSetsController.service.d.ts +4 -4
  3. package/bundles/revxui-api-clients-ts.umd.js +32 -43
  4. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  5. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  6. package/bundles/revxui-api-clients-ts.umd.min.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/appsFlyerAudienceController.service.js +2 -2
  11. package/esm2015/api/audienceController.service.js +2 -2
  12. package/esm2015/api/auditController.service.js +2 -2
  13. package/esm2015/api/bulkStrategyController.service.js +2 -2
  14. package/esm2015/api/cSSThemeController_.service.js +2 -2
  15. package/esm2015/api/campaignController.service.js +2 -2
  16. package/esm2015/api/catalogController.service.js +2 -2
  17. package/esm2015/api/clickDestinationController.service.js +2 -2
  18. package/esm2015/api/creativeController.service.js +2 -2
  19. package/esm2015/api/creativeSetsController.service.js +2 -2
  20. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  21. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  22. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  23. package/esm2015/api/dashboardController.service.js +2 -2
  24. package/esm2015/api/pixelController.service.js +2 -2
  25. package/esm2015/api/reportingController.service.js +2 -2
  26. package/esm2015/api/sliceXController.service.js +2 -2
  27. package/esm2015/api/strategyController.service.js +2 -2
  28. package/esm2015/api/uILoggerController.service.js +2 -2
  29. package/esm2015/api/userPreferenceController.service.js +2 -2
  30. package/esm2015/model/apiListResponseCreativeSetDashboardMetric.js +1 -0
  31. package/esm2015/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +1 -0
  32. package/esm2015/model/bulkEditStrategiesDTO.js +1 -1
  33. package/esm2015/model/clickDestination.js +1 -12
  34. package/esm2015/model/creativeDTO.js +1 -1
  35. package/esm2015/model/creativePerformanceData.js +1 -1
  36. package/esm2015/model/creativeSetDashboardMetric.js +16 -0
  37. package/esm2015/model/creativeSetDetails.js +1 -1
  38. package/esm2015/model/fcapDetails.js +12 -0
  39. package/esm2015/model/fcapEditField.js +1 -0
  40. package/esm2015/model/models.js +2 -2
  41. package/esm5/api/adminController.service.js +2 -2
  42. package/esm5/api/advertiserController.service.js +2 -2
  43. package/esm5/api/appSettingsController.service.js +2 -2
  44. package/esm5/api/appsFlyerAudienceController.service.js +2 -2
  45. package/esm5/api/audienceController.service.js +2 -2
  46. package/esm5/api/auditController.service.js +2 -2
  47. package/esm5/api/bulkStrategyController.service.js +2 -2
  48. package/esm5/api/cSSThemeController_.service.js +2 -2
  49. package/esm5/api/campaignController.service.js +2 -2
  50. package/esm5/api/catalogController.service.js +2 -2
  51. package/esm5/api/clickDestinationController.service.js +2 -2
  52. package/esm5/api/creativeController.service.js +2 -2
  53. package/esm5/api/creativeSetsController.service.js +2 -2
  54. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  55. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  56. package/esm5/api/creativeTemplatesController.service.js +2 -2
  57. package/esm5/api/dashboardController.service.js +2 -2
  58. package/esm5/api/pixelController.service.js +2 -2
  59. package/esm5/api/reportingController.service.js +2 -2
  60. package/esm5/api/sliceXController.service.js +2 -2
  61. package/esm5/api/strategyController.service.js +2 -2
  62. package/esm5/api/uILoggerController.service.js +2 -2
  63. package/esm5/api/userPreferenceController.service.js +2 -2
  64. package/esm5/model/apiListResponseCreativeSetDashboardMetric.js +1 -0
  65. package/esm5/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +1 -0
  66. package/esm5/model/bulkEditStrategiesDTO.js +1 -1
  67. package/esm5/model/clickDestination.js +1 -12
  68. package/esm5/model/creativeDTO.js +1 -1
  69. package/esm5/model/creativePerformanceData.js +1 -1
  70. package/esm5/model/creativeSetDashboardMetric.js +16 -0
  71. package/esm5/model/creativeSetDetails.js +1 -1
  72. package/esm5/model/fcapDetails.js +12 -0
  73. package/esm5/model/fcapEditField.js +1 -0
  74. package/esm5/model/models.js +2 -2
  75. package/fesm2015/revxui-api-clients-ts.js +36 -47
  76. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  77. package/fesm5/revxui-api-clients-ts.js +36 -47
  78. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  79. package/model/{apiListResponseCreativeSetsListDashboardData.d.ts → apiListResponseCreativeSetDashboardMetric.d.ts} +3 -3
  80. package/model/{apiResponseObjectApiListResponseCreativeSetsListDashboardData.d.ts → apiResponseObjectApiListResponseCreativeSetDashboardMetric.d.ts} +3 -3
  81. package/model/bulkEditStrategiesDTO.d.ts +2 -0
  82. package/model/clickDestination.d.ts +2 -0
  83. package/model/creativeDTO.d.ts +0 -2
  84. package/model/creativePerformanceData.d.ts +13 -0
  85. package/model/{creativeSetsListDashboardData.d.ts → creativeSetDashboardMetric.d.ts} +4 -6
  86. package/model/creativeSetDetails.d.ts +10 -12
  87. package/model/creativeSetRequest.d.ts +10 -10
  88. package/model/fcapDetails.d.ts +16 -0
  89. package/model/fcapEditField.d.ts +16 -0
  90. package/model/models.d.ts +5 -3
  91. package/package.json +1 -1
  92. package/revxui-api-clients-ts.metadata.json +1 -1
  93. package/esm2015/model/apiListResponseCreativeSetsListDashboardData.js +0 -1
  94. package/esm2015/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +0 -1
  95. package/esm2015/model/creativeSetsListDashboardData.js +0 -16
  96. package/esm5/model/apiListResponseCreativeSetsListDashboardData.js +0 -1
  97. package/esm5/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +0 -1
  98. package/esm5/model/creativeSetsListDashboardData.js +0 -16
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@0.10.166
1
+ ## @revxui/api-clients-ts@0.10.167
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.166 --save
22
+ npm install @revxui/api-clients-ts@0.10.167 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -12,7 +12,7 @@
12
12
  import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
13
13
  import { Observable } from 'rxjs';
14
14
  import { ApiResponseObjectAdvertiserDynamicDetails } from '../model/apiResponseObjectAdvertiserDynamicDetails';
15
- import { ApiResponseObjectApiListResponseCreativeSetsListDashboardData } from '../model/apiResponseObjectApiListResponseCreativeSetsListDashboardData';
15
+ import { ApiResponseObjectApiListResponseCreativeSetDashboardMetric } from '../model/apiResponseObjectApiListResponseCreativeSetDashboardMetric';
16
16
  import { ApiResponseObjectCreativeSetDetails } from '../model/apiResponseObjectCreativeSetDetails';
17
17
  import { ApiResponseObjectCreativeSetResponse } from '../model/apiResponseObjectCreativeSetResponse';
18
18
  import { ApiResponseObjectDashboardMetrics } from '../model/apiResponseObjectDashboardMetrics';
@@ -80,9 +80,9 @@ export declare class CreativeSetsControllerService {
80
80
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
81
81
  * @param reportProgress flag to report request and response progress.
82
82
  */
83
- getCreativeSetsPerformanceUsingPOST(dashboardRequest: DashboardRequest, pageNumber?: number, pageSize?: number, refresh?: boolean, reqId?: string, sort?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectApiListResponseCreativeSetsListDashboardData>;
84
- getCreativeSetsPerformanceUsingPOST(dashboardRequest: DashboardRequest, pageNumber?: number, pageSize?: number, refresh?: boolean, reqId?: string, sort?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectApiListResponseCreativeSetsListDashboardData>>;
85
- getCreativeSetsPerformanceUsingPOST(dashboardRequest: DashboardRequest, pageNumber?: number, pageSize?: number, refresh?: boolean, reqId?: string, sort?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectApiListResponseCreativeSetsListDashboardData>>;
83
+ getCreativeSetsPerformanceUsingPOST(dashboardRequest: DashboardRequest, pageNumber?: number, pageSize?: number, refresh?: boolean, reqId?: string, sort?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectApiListResponseCreativeSetDashboardMetric>;
84
+ getCreativeSetsPerformanceUsingPOST(dashboardRequest: DashboardRequest, pageNumber?: number, pageSize?: number, refresh?: boolean, reqId?: string, sort?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectApiListResponseCreativeSetDashboardMetric>>;
85
+ getCreativeSetsPerformanceUsingPOST(dashboardRequest: DashboardRequest, pageNumber?: number, pageSize?: number, refresh?: boolean, reqId?: string, sort?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectApiListResponseCreativeSetDashboardMetric>>;
86
86
  /**
87
87
  * Api to get individual creative performance
88
88
  *
@@ -308,7 +308,7 @@
308
308
  var AdminControllerService = /** @class */ (function () {
309
309
  function AdminControllerService(httpClient, basePath, configuration) {
310
310
  this.httpClient = httpClient;
311
- this.basePath = 'https://localhost:10045';
311
+ this.basePath = 'https://apiv2stage2.atomex.net';
312
312
  this.defaultHeaders = new http.HttpHeaders();
313
313
  this.configuration = new Configuration();
314
314
  if (basePath) {
@@ -525,7 +525,7 @@
525
525
  var AdvertiserControllerService = /** @class */ (function () {
526
526
  function AdvertiserControllerService(httpClient, basePath, configuration) {
527
527
  this.httpClient = httpClient;
528
- this.basePath = 'https://localhost:10045';
528
+ this.basePath = 'https://apiv2stage2.atomex.net';
529
529
  this.defaultHeaders = new http.HttpHeaders();
530
530
  this.configuration = new Configuration();
531
531
  if (basePath) {
@@ -971,7 +971,7 @@
971
971
  var AppSettingsControllerService = /** @class */ (function () {
972
972
  function AppSettingsControllerService(httpClient, basePath, configuration) {
973
973
  this.httpClient = httpClient;
974
- this.basePath = 'https://localhost:10045';
974
+ this.basePath = 'https://apiv2stage2.atomex.net';
975
975
  this.defaultHeaders = new http.HttpHeaders();
976
976
  this.configuration = new Configuration();
977
977
  if (basePath) {
@@ -1141,7 +1141,7 @@
1141
1141
  var AppsFlyerAudienceControllerService = /** @class */ (function () {
1142
1142
  function AppsFlyerAudienceControllerService(httpClient, basePath, configuration) {
1143
1143
  this.httpClient = httpClient;
1144
- this.basePath = 'https://localhost:10045';
1144
+ this.basePath = 'https://apiv2stage2.atomex.net';
1145
1145
  this.defaultHeaders = new http.HttpHeaders();
1146
1146
  this.configuration = new Configuration();
1147
1147
  if (basePath) {
@@ -1310,7 +1310,7 @@
1310
1310
  var AudienceControllerService = /** @class */ (function () {
1311
1311
  function AudienceControllerService(httpClient, basePath, configuration) {
1312
1312
  this.httpClient = httpClient;
1313
- this.basePath = 'https://localhost:10045';
1313
+ this.basePath = 'https://apiv2stage2.atomex.net';
1314
1314
  this.defaultHeaders = new http.HttpHeaders();
1315
1315
  this.configuration = new Configuration();
1316
1316
  if (basePath) {
@@ -1843,7 +1843,7 @@
1843
1843
  var AuditControllerService = /** @class */ (function () {
1844
1844
  function AuditControllerService(httpClient, basePath, configuration) {
1845
1845
  this.httpClient = httpClient;
1846
- this.basePath = 'https://localhost:10045';
1846
+ this.basePath = 'https://apiv2stage2.atomex.net';
1847
1847
  this.defaultHeaders = new http.HttpHeaders();
1848
1848
  this.configuration = new Configuration();
1849
1849
  if (basePath) {
@@ -2042,7 +2042,7 @@
2042
2042
  var BulkStrategyControllerService = /** @class */ (function () {
2043
2043
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2044
2044
  this.httpClient = httpClient;
2045
- this.basePath = 'https://localhost:10045';
2045
+ this.basePath = 'https://apiv2stage2.atomex.net';
2046
2046
  this.defaultHeaders = new http.HttpHeaders();
2047
2047
  this.configuration = new Configuration();
2048
2048
  if (basePath) {
@@ -2285,7 +2285,7 @@
2285
2285
  var CSSThemeController_Service = /** @class */ (function () {
2286
2286
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2287
2287
  this.httpClient = httpClient;
2288
- this.basePath = 'https://localhost:10045';
2288
+ this.basePath = 'https://apiv2stage2.atomex.net';
2289
2289
  this.defaultHeaders = new http.HttpHeaders();
2290
2290
  this.configuration = new Configuration();
2291
2291
  if (basePath) {
@@ -2406,7 +2406,7 @@
2406
2406
  var CampaignControllerService = /** @class */ (function () {
2407
2407
  function CampaignControllerService(httpClient, basePath, configuration) {
2408
2408
  this.httpClient = httpClient;
2409
- this.basePath = 'https://localhost:10045';
2409
+ this.basePath = 'https://apiv2stage2.atomex.net';
2410
2410
  this.defaultHeaders = new http.HttpHeaders();
2411
2411
  this.configuration = new Configuration();
2412
2412
  if (basePath) {
@@ -2701,7 +2701,7 @@
2701
2701
  var CatalogControllerService = /** @class */ (function () {
2702
2702
  function CatalogControllerService(httpClient, basePath, configuration) {
2703
2703
  this.httpClient = httpClient;
2704
- this.basePath = 'https://localhost:10045';
2704
+ this.basePath = 'https://apiv2stage2.atomex.net';
2705
2705
  this.defaultHeaders = new http.HttpHeaders();
2706
2706
  this.configuration = new Configuration();
2707
2707
  if (basePath) {
@@ -2951,7 +2951,7 @@
2951
2951
  var ClickDestinationControllerService = /** @class */ (function () {
2952
2952
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2953
2953
  this.httpClient = httpClient;
2954
- this.basePath = 'https://localhost:10045';
2954
+ this.basePath = 'https://apiv2stage2.atomex.net';
2955
2955
  this.defaultHeaders = new http.HttpHeaders();
2956
2956
  this.configuration = new Configuration();
2957
2957
  if (basePath) {
@@ -3210,7 +3210,7 @@
3210
3210
  var CreativeControllerService = /** @class */ (function () {
3211
3211
  function CreativeControllerService(httpClient, basePath, configuration) {
3212
3212
  this.httpClient = httpClient;
3213
- this.basePath = 'https://localhost:10045';
3213
+ this.basePath = 'https://apiv2stage2.atomex.net';
3214
3214
  this.defaultHeaders = new http.HttpHeaders();
3215
3215
  this.configuration = new Configuration();
3216
3216
  if (basePath) {
@@ -3705,7 +3705,7 @@
3705
3705
  var CreativeSetsControllerService = /** @class */ (function () {
3706
3706
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3707
3707
  this.httpClient = httpClient;
3708
- this.basePath = 'https://localhost:10045';
3708
+ this.basePath = 'https://apiv2stage2.atomex.net';
3709
3709
  this.defaultHeaders = new http.HttpHeaders();
3710
3710
  this.configuration = new Configuration();
3711
3711
  if (basePath) {
@@ -4053,7 +4053,7 @@
4053
4053
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4054
4054
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4055
4055
  this.httpClient = httpClient;
4056
- this.basePath = 'https://localhost:10045';
4056
+ this.basePath = 'https://apiv2stage2.atomex.net';
4057
4057
  this.defaultHeaders = new http.HttpHeaders();
4058
4058
  this.configuration = new Configuration();
4059
4059
  if (basePath) {
@@ -4254,7 +4254,7 @@
4254
4254
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4255
4255
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4256
4256
  this.httpClient = httpClient;
4257
- this.basePath = 'https://localhost:10045';
4257
+ this.basePath = 'https://apiv2stage2.atomex.net';
4258
4258
  this.defaultHeaders = new http.HttpHeaders();
4259
4259
  this.configuration = new Configuration();
4260
4260
  if (basePath) {
@@ -4342,7 +4342,7 @@
4342
4342
  var CreativeTemplatesControllerService = /** @class */ (function () {
4343
4343
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4344
4344
  this.httpClient = httpClient;
4345
- this.basePath = 'https://localhost:10045';
4345
+ this.basePath = 'https://apiv2stage2.atomex.net';
4346
4346
  this.defaultHeaders = new http.HttpHeaders();
4347
4347
  this.configuration = new Configuration();
4348
4348
  if (basePath) {
@@ -4521,7 +4521,7 @@
4521
4521
  var DashboardControllerService = /** @class */ (function () {
4522
4522
  function DashboardControllerService(httpClient, basePath, configuration) {
4523
4523
  this.httpClient = httpClient;
4524
- this.basePath = 'https://localhost:10045';
4524
+ this.basePath = 'https://apiv2stage2.atomex.net';
4525
4525
  this.defaultHeaders = new http.HttpHeaders();
4526
4526
  this.configuration = new Configuration();
4527
4527
  if (basePath) {
@@ -5145,7 +5145,7 @@
5145
5145
  var PixelControllerService = /** @class */ (function () {
5146
5146
  function PixelControllerService(httpClient, basePath, configuration) {
5147
5147
  this.httpClient = httpClient;
5148
- this.basePath = 'https://localhost:10045';
5148
+ this.basePath = 'https://apiv2stage2.atomex.net';
5149
5149
  this.defaultHeaders = new http.HttpHeaders();
5150
5150
  this.configuration = new Configuration();
5151
5151
  if (basePath) {
@@ -5483,7 +5483,7 @@
5483
5483
  var ReportingControllerService = /** @class */ (function () {
5484
5484
  function ReportingControllerService(httpClient, basePath, configuration) {
5485
5485
  this.httpClient = httpClient;
5486
- this.basePath = 'https://localhost:10045';
5486
+ this.basePath = 'https://apiv2stage2.atomex.net';
5487
5487
  this.defaultHeaders = new http.HttpHeaders();
5488
5488
  this.configuration = new Configuration();
5489
5489
  if (basePath) {
@@ -5667,7 +5667,7 @@
5667
5667
  var SliceXControllerService = /** @class */ (function () {
5668
5668
  function SliceXControllerService(httpClient, basePath, configuration) {
5669
5669
  this.httpClient = httpClient;
5670
- this.basePath = 'https://localhost:10045';
5670
+ this.basePath = 'https://apiv2stage2.atomex.net';
5671
5671
  this.defaultHeaders = new http.HttpHeaders();
5672
5672
  this.configuration = new Configuration();
5673
5673
  if (basePath) {
@@ -5852,7 +5852,7 @@
5852
5852
  var StrategyControllerService = /** @class */ (function () {
5853
5853
  function StrategyControllerService(httpClient, basePath, configuration) {
5854
5854
  this.httpClient = httpClient;
5855
- this.basePath = 'https://localhost:10045';
5855
+ this.basePath = 'https://apiv2stage2.atomex.net';
5856
5856
  this.defaultHeaders = new http.HttpHeaders();
5857
5857
  this.configuration = new Configuration();
5858
5858
  if (basePath) {
@@ -6340,7 +6340,7 @@
6340
6340
  var UILoggerControllerService = /** @class */ (function () {
6341
6341
  function UILoggerControllerService(httpClient, basePath, configuration) {
6342
6342
  this.httpClient = httpClient;
6343
- this.basePath = 'https://localhost:10045';
6343
+ this.basePath = 'https://apiv2stage2.atomex.net';
6344
6344
  this.defaultHeaders = new http.HttpHeaders();
6345
6345
  this.configuration = new Configuration();
6346
6346
  if (basePath) {
@@ -6442,7 +6442,7 @@
6442
6442
  var UserPreferenceControllerService = /** @class */ (function () {
6443
6443
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6444
6444
  this.httpClient = httpClient;
6445
- this.basePath = 'https://localhost:10045';
6445
+ this.basePath = 'https://apiv2stage2.atomex.net';
6446
6446
  this.defaultHeaders = new http.HttpHeaders();
6447
6447
  this.configuration = new Configuration();
6448
6448
  if (basePath) {
@@ -6698,17 +6698,6 @@
6698
6698
  };
6699
6699
  })(exports.AudienceDTO || (exports.AudienceDTO = {}));
6700
6700
 
6701
- /**
6702
- * Api Documentation
6703
- * Api Documentation
6704
- *
6705
- * OpenAPI spec version: 1.0
6706
- *
6707
- *
6708
- * NOTE: This class is auto generated by the swagger code generator program.
6709
- * https://github.com/swagger-api/swagger-codegen.git
6710
- * Do not edit the class manually.
6711
- */
6712
6701
 
6713
6702
  (function (ClickDestination) {
6714
6703
  ClickDestination.CampaignTypeEnum = {
@@ -6856,8 +6845,8 @@
6856
6845
  })(exports.CreativeHtmlFileForSet || (exports.CreativeHtmlFileForSet = {}));
6857
6846
 
6858
6847
 
6859
- (function (CreativeSetDetails) {
6860
- CreativeSetDetails.TypeEnum = {
6848
+ (function (CreativeSetDashboardMetric) {
6849
+ CreativeSetDashboardMetric.CreativeSetTypeEnum = {
6861
6850
  IMAGE: 'IMAGE',
6862
6851
  VIDEO: 'VIDEO',
6863
6852
  THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
@@ -6869,11 +6858,11 @@
6869
6858
  DYNAMICHTML: 'DYNAMIC_HTML',
6870
6859
  DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6871
6860
  };
6872
- })(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
6861
+ })(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
6873
6862
 
6874
6863
 
6875
- (function (CreativeSetRequest) {
6876
- CreativeSetRequest.CreativeSetTypeEnum = {
6864
+ (function (CreativeSetDetails) {
6865
+ CreativeSetDetails.TypeEnum = {
6877
6866
  IMAGE: 'IMAGE',
6878
6867
  VIDEO: 'VIDEO',
6879
6868
  THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
@@ -6885,11 +6874,11 @@
6885
6874
  DYNAMICHTML: 'DYNAMIC_HTML',
6886
6875
  DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6887
6876
  };
6888
- })(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
6877
+ })(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
6889
6878
 
6890
6879
 
6891
- (function (CreativeSetsListDashboardData) {
6892
- CreativeSetsListDashboardData.CreativeSetTypeEnum = {
6880
+ (function (CreativeSetRequest) {
6881
+ CreativeSetRequest.CreativeSetTypeEnum = {
6893
6882
  IMAGE: 'IMAGE',
6894
6883
  VIDEO: 'VIDEO',
6895
6884
  THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
@@ -6901,7 +6890,7 @@
6901
6890
  DYNAMICHTML: 'DYNAMIC_HTML',
6902
6891
  DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6903
6892
  };
6904
- })(exports.CreativeSetsListDashboardData || (exports.CreativeSetsListDashboardData = {}));
6893
+ })(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
6905
6894
 
6906
6895
  /**
6907
6896
  * Api Documentation