@revxui/api-clients-ts 0.10.163 → 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 (144) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +6 -3
  3. package/api/campaignController.service.d.ts +6 -3
  4. package/api/catalogController.service.d.ts +18 -9
  5. package/api/clickDestinationController.service.d.ts +6 -3
  6. package/api/creativeController.service.d.ts +12 -6
  7. package/api/creativeSetsController.service.d.ts +16 -11
  8. package/api/dashboardController.service.d.ts +6 -16
  9. package/api/pixelController.service.d.ts +6 -3
  10. package/bundles/revxui-api-clients-ts.umd.js +153 -103
  11. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  12. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  13. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  14. package/esm2015/api/adminController.service.js +2 -2
  15. package/esm2015/api/advertiserController.service.js +2 -2
  16. package/esm2015/api/appSettingsController.service.js +2 -2
  17. package/esm2015/api/appsFlyerAudienceController.service.js +2 -2
  18. package/esm2015/api/audienceController.service.js +12 -3
  19. package/esm2015/api/auditController.service.js +2 -2
  20. package/esm2015/api/bulkStrategyController.service.js +2 -2
  21. package/esm2015/api/cSSThemeController_.service.js +2 -2
  22. package/esm2015/api/campaignController.service.js +12 -3
  23. package/esm2015/api/catalogController.service.js +32 -5
  24. package/esm2015/api/clickDestinationController.service.js +12 -3
  25. package/esm2015/api/creativeController.service.js +22 -4
  26. package/esm2015/api/creativeSetsController.service.js +23 -10
  27. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  28. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  29. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  30. package/esm2015/api/dashboardController.service.js +12 -43
  31. package/esm2015/api/pixelController.service.js +12 -3
  32. package/esm2015/api/reportingController.service.js +2 -2
  33. package/esm2015/api/sliceXController.service.js +2 -2
  34. package/esm2015/api/strategyController.service.js +2 -2
  35. package/esm2015/api/uILoggerController.service.js +2 -2
  36. package/esm2015/api/userPreferenceController.service.js +2 -2
  37. package/esm2015/model/advertiser.js +1 -1
  38. package/esm2015/model/advertiserPojo.js +1 -1
  39. package/esm2015/model/apiListResponseCreativeSetDashboardMetric.js +1 -0
  40. package/esm2015/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +1 -0
  41. package/esm2015/model/audienceDTO.js +1 -1
  42. package/esm2015/model/audienceESDTO.js +1 -1
  43. package/esm2015/model/bulkEditStrategiesDTO.js +1 -1
  44. package/esm2015/model/campaignDTO.js +1 -1
  45. package/esm2015/model/campaignESDTO.js +1 -1
  46. package/esm2015/model/clickDestination.js +1 -12
  47. package/esm2015/model/creative.js +1 -1
  48. package/esm2015/model/creativeCompactDTO.js +1 -1
  49. package/esm2015/model/creativeDTO.js +1 -1
  50. package/esm2015/model/creativePerformanceData.js +1 -1
  51. package/esm2015/model/creativeSetDashboardMetric.js +16 -0
  52. package/esm2015/model/creativeSetDetails.js +1 -1
  53. package/esm2015/model/fcapDetails.js +12 -0
  54. package/esm2015/model/fcapEditField.js +1 -0
  55. package/esm2015/model/models.js +2 -2
  56. package/esm2015/model/parentBasedObject.js +1 -1
  57. package/esm2015/model/pixel.js +1 -1
  58. package/esm2015/model/reportingResponse.js +1 -1
  59. package/esm2015/model/strategy.js +1 -1
  60. package/esm2015/model/strategyDTO.js +1 -1
  61. package/esm5/api/adminController.service.js +2 -2
  62. package/esm5/api/advertiserController.service.js +2 -2
  63. package/esm5/api/appSettingsController.service.js +2 -2
  64. package/esm5/api/appsFlyerAudienceController.service.js +2 -2
  65. package/esm5/api/audienceController.service.js +12 -3
  66. package/esm5/api/auditController.service.js +2 -2
  67. package/esm5/api/bulkStrategyController.service.js +2 -2
  68. package/esm5/api/cSSThemeController_.service.js +2 -2
  69. package/esm5/api/campaignController.service.js +12 -3
  70. package/esm5/api/catalogController.service.js +32 -5
  71. package/esm5/api/clickDestinationController.service.js +12 -3
  72. package/esm5/api/creativeController.service.js +22 -4
  73. package/esm5/api/creativeSetsController.service.js +23 -10
  74. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  75. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  76. package/esm5/api/creativeTemplatesController.service.js +2 -2
  77. package/esm5/api/dashboardController.service.js +12 -45
  78. package/esm5/api/pixelController.service.js +12 -3
  79. package/esm5/api/reportingController.service.js +2 -2
  80. package/esm5/api/sliceXController.service.js +2 -2
  81. package/esm5/api/strategyController.service.js +2 -2
  82. package/esm5/api/uILoggerController.service.js +2 -2
  83. package/esm5/api/userPreferenceController.service.js +2 -2
  84. package/esm5/model/advertiser.js +1 -1
  85. package/esm5/model/advertiserPojo.js +1 -1
  86. package/esm5/model/apiListResponseCreativeSetDashboardMetric.js +1 -0
  87. package/esm5/model/apiResponseObjectApiListResponseCreativeSetDashboardMetric.js +1 -0
  88. package/esm5/model/audienceDTO.js +1 -1
  89. package/esm5/model/audienceESDTO.js +1 -1
  90. package/esm5/model/bulkEditStrategiesDTO.js +1 -1
  91. package/esm5/model/campaignDTO.js +1 -1
  92. package/esm5/model/campaignESDTO.js +1 -1
  93. package/esm5/model/clickDestination.js +1 -12
  94. package/esm5/model/creative.js +1 -1
  95. package/esm5/model/creativeCompactDTO.js +1 -1
  96. package/esm5/model/creativeDTO.js +1 -1
  97. package/esm5/model/creativePerformanceData.js +1 -1
  98. package/esm5/model/creativeSetDashboardMetric.js +16 -0
  99. package/esm5/model/creativeSetDetails.js +1 -1
  100. package/esm5/model/fcapDetails.js +12 -0
  101. package/esm5/model/fcapEditField.js +1 -0
  102. package/esm5/model/models.js +2 -2
  103. package/esm5/model/parentBasedObject.js +1 -1
  104. package/esm5/model/pixel.js +1 -1
  105. package/esm5/model/reportingResponse.js +1 -1
  106. package/esm5/model/strategy.js +1 -1
  107. package/esm5/model/strategyDTO.js +1 -1
  108. package/fesm2015/revxui-api-clients-ts.js +157 -105
  109. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  110. package/fesm5/revxui-api-clients-ts.js +157 -107
  111. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  112. package/model/advertiser.d.ts +0 -1
  113. package/model/advertiserPojo.d.ts +0 -1
  114. package/model/{apiListResponseCreativeSetsListDashboardData.d.ts → apiListResponseCreativeSetDashboardMetric.d.ts} +3 -3
  115. package/model/{apiResponseObjectApiListResponseCreativeSetsListDashboardData.d.ts → apiResponseObjectApiListResponseCreativeSetDashboardMetric.d.ts} +3 -3
  116. package/model/audienceDTO.d.ts +0 -1
  117. package/model/audienceESDTO.d.ts +0 -1
  118. package/model/bulkEditStrategiesDTO.d.ts +2 -0
  119. package/model/campaignDTO.d.ts +0 -1
  120. package/model/campaignESDTO.d.ts +0 -1
  121. package/model/clickDestination.d.ts +2 -1
  122. package/model/creative.d.ts +0 -1
  123. package/model/creativeCompactDTO.d.ts +0 -1
  124. package/model/creativeDTO.d.ts +0 -1
  125. package/model/creativePerformanceData.d.ts +13 -0
  126. package/model/{creativeSetsListDashboardData.d.ts → creativeSetDashboardMetric.d.ts} +4 -5
  127. package/model/creativeSetDetails.d.ts +10 -11
  128. package/model/creativeSetRequest.d.ts +10 -10
  129. package/model/fcapDetails.d.ts +16 -0
  130. package/model/fcapEditField.d.ts +16 -0
  131. package/model/models.d.ts +5 -3
  132. package/model/parentBasedObject.d.ts +0 -1
  133. package/model/pixel.d.ts +0 -1
  134. package/model/reportingResponse.d.ts +0 -1
  135. package/model/strategy.d.ts +0 -1
  136. package/model/strategyDTO.d.ts +0 -1
  137. package/package.json +1 -1
  138. package/revxui-api-clients-ts.metadata.json +1 -1
  139. package/esm2015/model/apiListResponseCreativeSetsListDashboardData.js +0 -1
  140. package/esm2015/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +0 -1
  141. package/esm2015/model/creativeSetsListDashboardData.js +0 -16
  142. package/esm5/model/apiListResponseCreativeSetsListDashboardData.js +0 -1
  143. package/esm5/model/apiResponseObjectApiListResponseCreativeSetsListDashboardData.js +0 -1
  144. package/esm5/model/creativeSetsListDashboardData.js +0 -16
@@ -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://apiv2stage1.atomex.net';
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://apiv2stage1.atomex.net';
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://apiv2stage1.atomex.net';
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://apiv2stage1.atomex.net';
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://apiv2stage1.atomex.net';
1313
+ this.basePath = 'https://apiv2stage2.atomex.net';
1314
1314
  this.defaultHeaders = new http.HttpHeaders();
1315
1315
  this.configuration = new Configuration();
1316
1316
  if (basePath) {
@@ -1521,16 +1521,25 @@
1521
1521
  reportProgress: reportProgress
1522
1522
  });
1523
1523
  };
1524
- AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
1524
+ AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
1525
1525
  if (observe === void 0) { observe = 'body'; }
1526
1526
  if (reportProgress === void 0) { reportProgress = false; }
1527
1527
  var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
1528
1528
  if (advertiser_id !== undefined && advertiser_id !== null) {
1529
1529
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
1530
1530
  }
1531
+ if (pageNumber !== undefined && pageNumber !== null) {
1532
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
1533
+ }
1534
+ if (pageSize !== undefined && pageSize !== null) {
1535
+ queryParameters = queryParameters.set('pageSize', pageSize);
1536
+ }
1531
1537
  if (refresh !== undefined && refresh !== null) {
1532
1538
  queryParameters = queryParameters.set('refresh', refresh);
1533
1539
  }
1540
+ if (sort !== undefined && sort !== null) {
1541
+ queryParameters = queryParameters.set('sort', sort);
1542
+ }
1534
1543
  var headers = this.defaultHeaders;
1535
1544
  if (reqId !== undefined && reqId !== null) {
1536
1545
  headers = headers.set('reqId', String(reqId));
@@ -1834,7 +1843,7 @@
1834
1843
  var AuditControllerService = /** @class */ (function () {
1835
1844
  function AuditControllerService(httpClient, basePath, configuration) {
1836
1845
  this.httpClient = httpClient;
1837
- this.basePath = 'https://apiv2stage1.atomex.net';
1846
+ this.basePath = 'https://apiv2stage2.atomex.net';
1838
1847
  this.defaultHeaders = new http.HttpHeaders();
1839
1848
  this.configuration = new Configuration();
1840
1849
  if (basePath) {
@@ -2033,7 +2042,7 @@
2033
2042
  var BulkStrategyControllerService = /** @class */ (function () {
2034
2043
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2035
2044
  this.httpClient = httpClient;
2036
- this.basePath = 'https://apiv2stage1.atomex.net';
2045
+ this.basePath = 'https://apiv2stage2.atomex.net';
2037
2046
  this.defaultHeaders = new http.HttpHeaders();
2038
2047
  this.configuration = new Configuration();
2039
2048
  if (basePath) {
@@ -2276,7 +2285,7 @@
2276
2285
  var CSSThemeController_Service = /** @class */ (function () {
2277
2286
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2278
2287
  this.httpClient = httpClient;
2279
- this.basePath = 'https://apiv2stage1.atomex.net';
2288
+ this.basePath = 'https://apiv2stage2.atomex.net';
2280
2289
  this.defaultHeaders = new http.HttpHeaders();
2281
2290
  this.configuration = new Configuration();
2282
2291
  if (basePath) {
@@ -2397,7 +2406,7 @@
2397
2406
  var CampaignControllerService = /** @class */ (function () {
2398
2407
  function CampaignControllerService(httpClient, basePath, configuration) {
2399
2408
  this.httpClient = httpClient;
2400
- this.basePath = 'https://apiv2stage1.atomex.net';
2409
+ this.basePath = 'https://apiv2stage2.atomex.net';
2401
2410
  this.defaultHeaders = new http.HttpHeaders();
2402
2411
  this.configuration = new Configuration();
2403
2412
  if (basePath) {
@@ -2542,7 +2551,7 @@
2542
2551
  reportProgress: reportProgress
2543
2552
  });
2544
2553
  };
2545
- CampaignControllerService.prototype.getAllCampaignUsingGET = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2554
+ CampaignControllerService.prototype.getAllCampaignUsingGET = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2546
2555
  if (observe === void 0) { observe = 'body'; }
2547
2556
  if (reportProgress === void 0) { reportProgress = false; }
2548
2557
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2552,12 +2561,21 @@
2552
2561
  if (advertiser_id !== undefined && advertiser_id !== null) {
2553
2562
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2554
2563
  }
2564
+ if (pageNumber !== undefined && pageNumber !== null) {
2565
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
2566
+ }
2567
+ if (pageSize !== undefined && pageSize !== null) {
2568
+ queryParameters = queryParameters.set('pageSize', pageSize);
2569
+ }
2555
2570
  if (refresh !== undefined && refresh !== null) {
2556
2571
  queryParameters = queryParameters.set('refresh', refresh);
2557
2572
  }
2558
2573
  if (search !== undefined && search !== null) {
2559
2574
  queryParameters = queryParameters.set('search', search);
2560
2575
  }
2576
+ if (sort !== undefined && sort !== null) {
2577
+ queryParameters = queryParameters.set('sort', sort);
2578
+ }
2561
2579
  var headers = this.defaultHeaders;
2562
2580
  if (reqId !== undefined && reqId !== null) {
2563
2581
  headers = headers.set('reqId', String(reqId));
@@ -2683,7 +2701,7 @@
2683
2701
  var CatalogControllerService = /** @class */ (function () {
2684
2702
  function CatalogControllerService(httpClient, basePath, configuration) {
2685
2703
  this.httpClient = httpClient;
2686
- this.basePath = 'https://apiv2stage1.atomex.net';
2704
+ this.basePath = 'https://apiv2stage2.atomex.net';
2687
2705
  this.defaultHeaders = new http.HttpHeaders();
2688
2706
  this.configuration = new Configuration();
2689
2707
  if (basePath) {
@@ -2748,7 +2766,7 @@
2748
2766
  reportProgress: reportProgress
2749
2767
  });
2750
2768
  };
2751
- CatalogControllerService.prototype.getCatalogFeedsUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2769
+ CatalogControllerService.prototype.getCatalogFeedsUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2752
2770
  if (observe === void 0) { observe = 'body'; }
2753
2771
  if (reportProgress === void 0) { reportProgress = false; }
2754
2772
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2758,9 +2776,18 @@
2758
2776
  if (advertiser_id !== undefined && advertiser_id !== null) {
2759
2777
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2760
2778
  }
2779
+ if (pageNumber !== undefined && pageNumber !== null) {
2780
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
2781
+ }
2782
+ if (pageSize !== undefined && pageSize !== null) {
2783
+ queryParameters = queryParameters.set('pageSize', pageSize);
2784
+ }
2761
2785
  if (refresh !== undefined && refresh !== null) {
2762
2786
  queryParameters = queryParameters.set('refresh', refresh);
2763
2787
  }
2788
+ if (sort !== undefined && sort !== null) {
2789
+ queryParameters = queryParameters.set('sort', sort);
2790
+ }
2764
2791
  var headers = this.defaultHeaders;
2765
2792
  if (reqId !== undefined && reqId !== null) {
2766
2793
  headers = headers.set('reqId', String(reqId));
@@ -2792,7 +2819,7 @@
2792
2819
  reportProgress: reportProgress
2793
2820
  });
2794
2821
  };
2795
- CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2822
+ CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2796
2823
  if (observe === void 0) { observe = 'body'; }
2797
2824
  if (reportProgress === void 0) { reportProgress = false; }
2798
2825
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2802,9 +2829,18 @@
2802
2829
  if (advertiser_id !== undefined && advertiser_id !== null) {
2803
2830
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2804
2831
  }
2832
+ if (pageNumber !== undefined && pageNumber !== null) {
2833
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
2834
+ }
2835
+ if (pageSize !== undefined && pageSize !== null) {
2836
+ queryParameters = queryParameters.set('pageSize', pageSize);
2837
+ }
2805
2838
  if (refresh !== undefined && refresh !== null) {
2806
2839
  queryParameters = queryParameters.set('refresh', refresh);
2807
2840
  }
2841
+ if (sort !== undefined && sort !== null) {
2842
+ queryParameters = queryParameters.set('sort', sort);
2843
+ }
2808
2844
  var headers = this.defaultHeaders;
2809
2845
  if (reqId !== undefined && reqId !== null) {
2810
2846
  headers = headers.set('reqId', String(reqId));
@@ -2836,7 +2872,7 @@
2836
2872
  reportProgress: reportProgress
2837
2873
  });
2838
2874
  };
2839
- CatalogControllerService.prototype.getVariableMappingsUsingPOST = function (feedId, refresh, reqId, search, token, observe, reportProgress) {
2875
+ CatalogControllerService.prototype.getVariableMappingsUsingPOST = function (feedId, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2840
2876
  if (observe === void 0) { observe = 'body'; }
2841
2877
  if (reportProgress === void 0) { reportProgress = false; }
2842
2878
  if (feedId === null || feedId === undefined) {
@@ -2846,9 +2882,18 @@
2846
2882
  if (feedId !== undefined && feedId !== null) {
2847
2883
  queryParameters = queryParameters.set('feedId', feedId);
2848
2884
  }
2885
+ if (pageNumber !== undefined && pageNumber !== null) {
2886
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
2887
+ }
2888
+ if (pageSize !== undefined && pageSize !== null) {
2889
+ queryParameters = queryParameters.set('pageSize', pageSize);
2890
+ }
2849
2891
  if (refresh !== undefined && refresh !== null) {
2850
2892
  queryParameters = queryParameters.set('refresh', refresh);
2851
2893
  }
2894
+ if (sort !== undefined && sort !== null) {
2895
+ queryParameters = queryParameters.set('sort', sort);
2896
+ }
2852
2897
  var headers = this.defaultHeaders;
2853
2898
  if (reqId !== undefined && reqId !== null) {
2854
2899
  headers = headers.set('reqId', String(reqId));
@@ -2906,7 +2951,7 @@
2906
2951
  var ClickDestinationControllerService = /** @class */ (function () {
2907
2952
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2908
2953
  this.httpClient = httpClient;
2909
- this.basePath = 'https://apiv2stage1.atomex.net';
2954
+ this.basePath = 'https://apiv2stage2.atomex.net';
2910
2955
  this.defaultHeaders = new http.HttpHeaders();
2911
2956
  this.configuration = new Configuration();
2912
2957
  if (basePath) {
@@ -2977,7 +3022,7 @@
2977
3022
  reportProgress: reportProgress
2978
3023
  });
2979
3024
  };
2980
- ClickDestinationControllerService.prototype.getAllClickDestinationUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
3025
+ ClickDestinationControllerService.prototype.getAllClickDestinationUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
2981
3026
  if (observe === void 0) { observe = 'body'; }
2982
3027
  if (reportProgress === void 0) { reportProgress = false; }
2983
3028
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -2987,9 +3032,18 @@
2987
3032
  if (advertiser_id !== undefined && advertiser_id !== null) {
2988
3033
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
2989
3034
  }
3035
+ if (pageNumber !== undefined && pageNumber !== null) {
3036
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
3037
+ }
3038
+ if (pageSize !== undefined && pageSize !== null) {
3039
+ queryParameters = queryParameters.set('pageSize', pageSize);
3040
+ }
2990
3041
  if (refresh !== undefined && refresh !== null) {
2991
3042
  queryParameters = queryParameters.set('refresh', refresh);
2992
3043
  }
3044
+ if (sort !== undefined && sort !== null) {
3045
+ queryParameters = queryParameters.set('sort', sort);
3046
+ }
2993
3047
  var headers = this.defaultHeaders;
2994
3048
  if (reqId !== undefined && reqId !== null) {
2995
3049
  headers = headers.set('reqId', String(reqId));
@@ -3156,7 +3210,7 @@
3156
3210
  var CreativeControllerService = /** @class */ (function () {
3157
3211
  function CreativeControllerService(httpClient, basePath, configuration) {
3158
3212
  this.httpClient = httpClient;
3159
- this.basePath = 'https://apiv2stage1.atomex.net';
3213
+ this.basePath = 'https://apiv2stage2.atomex.net';
3160
3214
  this.defaultHeaders = new http.HttpHeaders();
3161
3215
  this.configuration = new Configuration();
3162
3216
  if (basePath) {
@@ -3483,19 +3537,28 @@
3483
3537
  reportProgress: reportProgress
3484
3538
  });
3485
3539
  };
3486
- CreativeControllerService.prototype.searchCreativesCompactUsingPOST = function (search, refresh, reqId, skadtarget, token, observe, reportProgress) {
3540
+ CreativeControllerService.prototype.searchCreativesCompactUsingPOST = function (search, pageNumber, pageSize, refresh, reqId, skadtarget, sort, token, observe, reportProgress) {
3487
3541
  if (observe === void 0) { observe = 'body'; }
3488
3542
  if (reportProgress === void 0) { reportProgress = false; }
3489
3543
  if (search === null || search === undefined) {
3490
3544
  throw new Error('Required parameter search was null or undefined when calling searchCreativesCompactUsingPOST.');
3491
3545
  }
3492
3546
  var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3547
+ if (pageNumber !== undefined && pageNumber !== null) {
3548
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
3549
+ }
3550
+ if (pageSize !== undefined && pageSize !== null) {
3551
+ queryParameters = queryParameters.set('pageSize', pageSize);
3552
+ }
3493
3553
  if (refresh !== undefined && refresh !== null) {
3494
3554
  queryParameters = queryParameters.set('refresh', refresh);
3495
3555
  }
3496
3556
  if (skadtarget !== undefined && skadtarget !== null) {
3497
3557
  queryParameters = queryParameters.set('skadtarget', skadtarget);
3498
3558
  }
3559
+ if (sort !== undefined && sort !== null) {
3560
+ queryParameters = queryParameters.set('sort', sort);
3561
+ }
3499
3562
  var headers = this.defaultHeaders;
3500
3563
  if (reqId !== undefined && reqId !== null) {
3501
3564
  headers = headers.set('reqId', String(reqId));
@@ -3527,16 +3590,25 @@
3527
3590
  reportProgress: reportProgress
3528
3591
  });
3529
3592
  };
3530
- CreativeControllerService.prototype.searchCreativesUsingPOST = function (search, refresh, reqId, token, observe, reportProgress) {
3593
+ CreativeControllerService.prototype.searchCreativesUsingPOST = function (search, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3531
3594
  if (observe === void 0) { observe = 'body'; }
3532
3595
  if (reportProgress === void 0) { reportProgress = false; }
3533
3596
  if (search === null || search === undefined) {
3534
3597
  throw new Error('Required parameter search was null or undefined when calling searchCreativesUsingPOST.');
3535
3598
  }
3536
3599
  var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3600
+ if (pageNumber !== undefined && pageNumber !== null) {
3601
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
3602
+ }
3603
+ if (pageSize !== undefined && pageSize !== null) {
3604
+ queryParameters = queryParameters.set('pageSize', pageSize);
3605
+ }
3537
3606
  if (refresh !== undefined && refresh !== null) {
3538
3607
  queryParameters = queryParameters.set('refresh', refresh);
3539
3608
  }
3609
+ if (sort !== undefined && sort !== null) {
3610
+ queryParameters = queryParameters.set('sort', sort);
3611
+ }
3540
3612
  var headers = this.defaultHeaders;
3541
3613
  if (reqId !== undefined && reqId !== null) {
3542
3614
  headers = headers.set('reqId', String(reqId));
@@ -3633,7 +3705,7 @@
3633
3705
  var CreativeSetsControllerService = /** @class */ (function () {
3634
3706
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3635
3707
  this.httpClient = httpClient;
3636
- this.basePath = 'https://apiv2stage1.atomex.net';
3708
+ this.basePath = 'https://apiv2stage2.atomex.net';
3637
3709
  this.defaultHeaders = new http.HttpHeaders();
3638
3710
  this.configuration = new Configuration();
3639
3711
  if (basePath) {
@@ -3739,16 +3811,12 @@
3739
3811
  reportProgress: reportProgress
3740
3812
  });
3741
3813
  };
3742
- CreativeSetsControllerService.prototype.getByIdUsingGET3 = function (id, refresh, reqId, token, observe, reportProgress) {
3814
+ CreativeSetsControllerService.prototype.getByIdUsingGET3 = function (id, reqId, token, observe, reportProgress) {
3743
3815
  if (observe === void 0) { observe = 'body'; }
3744
3816
  if (reportProgress === void 0) { reportProgress = false; }
3745
3817
  if (id === null || id === undefined) {
3746
3818
  throw new Error('Required parameter id was null or undefined when calling getByIdUsingGET3.');
3747
3819
  }
3748
- var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3749
- if (refresh !== undefined && refresh !== null) {
3750
- queryParameters = queryParameters.set('refresh', refresh);
3751
- }
3752
3820
  var headers = this.defaultHeaders;
3753
3821
  if (reqId !== undefined && reqId !== null) {
3754
3822
  headers = headers.set('reqId', String(reqId));
@@ -3767,23 +3835,31 @@
3767
3835
  // to determine the Content-Type header
3768
3836
  var consumes = [];
3769
3837
  return this.httpClient.get(this.basePath + "/v2/api/creativesets/" + encodeURIComponent(String(id)), {
3770
- params: queryParameters,
3771
3838
  withCredentials: this.configuration.withCredentials,
3772
3839
  headers: headers,
3773
3840
  observe: observe,
3774
3841
  reportProgress: reportProgress
3775
3842
  });
3776
3843
  };
3777
- CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
3844
+ CreativeSetsControllerService.prototype.getCreativeSetsPerformanceUsingPOST = function (dashboardRequest, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3778
3845
  if (observe === void 0) { observe = 'body'; }
3779
3846
  if (reportProgress === void 0) { reportProgress = false; }
3780
3847
  if (dashboardRequest === null || dashboardRequest === undefined) {
3781
3848
  throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativeSetsPerformanceUsingPOST.');
3782
3849
  }
3783
3850
  var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3851
+ if (pageNumber !== undefined && pageNumber !== null) {
3852
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
3853
+ }
3854
+ if (pageSize !== undefined && pageSize !== null) {
3855
+ queryParameters = queryParameters.set('pageSize', pageSize);
3856
+ }
3784
3857
  if (refresh !== undefined && refresh !== null) {
3785
3858
  queryParameters = queryParameters.set('refresh', refresh);
3786
3859
  }
3860
+ if (sort !== undefined && sort !== null) {
3861
+ queryParameters = queryParameters.set('sort', sort);
3862
+ }
3787
3863
  var headers = this.defaultHeaders;
3788
3864
  if (reqId !== undefined && reqId !== null) {
3789
3865
  headers = headers.set('reqId', String(reqId));
@@ -3815,7 +3891,7 @@
3815
3891
  reportProgress: reportProgress
3816
3892
  });
3817
3893
  };
3818
- CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, refresh, reqId, token, observe, reportProgress) {
3894
+ CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
3819
3895
  if (observe === void 0) { observe = 'body'; }
3820
3896
  if (reportProgress === void 0) { reportProgress = false; }
3821
3897
  if (dashboardRequest === null || dashboardRequest === undefined) {
@@ -3825,9 +3901,18 @@
3825
3901
  throw new Error('Required parameter id was null or undefined when calling getCreativesPerformanceUsingPOST.');
3826
3902
  }
3827
3903
  var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3904
+ if (pageNumber !== undefined && pageNumber !== null) {
3905
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
3906
+ }
3907
+ if (pageSize !== undefined && pageSize !== null) {
3908
+ queryParameters = queryParameters.set('pageSize', pageSize);
3909
+ }
3828
3910
  if (refresh !== undefined && refresh !== null) {
3829
3911
  queryParameters = queryParameters.set('refresh', refresh);
3830
3912
  }
3913
+ if (sort !== undefined && sort !== null) {
3914
+ queryParameters = queryParameters.set('sort', sort);
3915
+ }
3831
3916
  var headers = this.defaultHeaders;
3832
3917
  if (reqId !== undefined && reqId !== null) {
3833
3918
  headers = headers.set('reqId', String(reqId));
@@ -3968,7 +4053,7 @@
3968
4053
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3969
4054
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3970
4055
  this.httpClient = httpClient;
3971
- this.basePath = 'https://apiv2stage1.atomex.net';
4056
+ this.basePath = 'https://apiv2stage2.atomex.net';
3972
4057
  this.defaultHeaders = new http.HttpHeaders();
3973
4058
  this.configuration = new Configuration();
3974
4059
  if (basePath) {
@@ -4169,7 +4254,7 @@
4169
4254
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4170
4255
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4171
4256
  this.httpClient = httpClient;
4172
- this.basePath = 'https://apiv2stage1.atomex.net';
4257
+ this.basePath = 'https://apiv2stage2.atomex.net';
4173
4258
  this.defaultHeaders = new http.HttpHeaders();
4174
4259
  this.configuration = new Configuration();
4175
4260
  if (basePath) {
@@ -4257,7 +4342,7 @@
4257
4342
  var CreativeTemplatesControllerService = /** @class */ (function () {
4258
4343
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4259
4344
  this.httpClient = httpClient;
4260
- this.basePath = 'https://apiv2stage1.atomex.net';
4345
+ this.basePath = 'https://apiv2stage2.atomex.net';
4261
4346
  this.defaultHeaders = new http.HttpHeaders();
4262
4347
  this.configuration = new Configuration();
4263
4348
  if (basePath) {
@@ -4436,7 +4521,7 @@
4436
4521
  var DashboardControllerService = /** @class */ (function () {
4437
4522
  function DashboardControllerService(httpClient, basePath, configuration) {
4438
4523
  this.httpClient = httpClient;
4439
- this.basePath = 'https://apiv2stage1.atomex.net';
4524
+ this.basePath = 'https://apiv2stage2.atomex.net';
4440
4525
  this.defaultHeaders = new http.HttpHeaders();
4441
4526
  this.configuration = new Configuration();
4442
4527
  if (basePath) {
@@ -4471,48 +4556,6 @@
4471
4556
  }
4472
4557
  return false;
4473
4558
  };
4474
- DashboardControllerService.prototype.archiveEntitiesUsingPOST = function (id, tableEntity, reqId, token, observe, reportProgress) {
4475
- if (observe === void 0) { observe = 'body'; }
4476
- if (reportProgress === void 0) { reportProgress = false; }
4477
- if (id === null || id === undefined) {
4478
- throw new Error('Required parameter id was null or undefined when calling archiveEntitiesUsingPOST.');
4479
- }
4480
- if (tableEntity === null || tableEntity === undefined) {
4481
- throw new Error('Required parameter tableEntity was null or undefined when calling archiveEntitiesUsingPOST.');
4482
- }
4483
- var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4484
- if (id) {
4485
- id.forEach(function (element) {
4486
- queryParameters = queryParameters.append('id', element);
4487
- });
4488
- }
4489
- var headers = this.defaultHeaders;
4490
- if (reqId !== undefined && reqId !== null) {
4491
- headers = headers.set('reqId', String(reqId));
4492
- }
4493
- if (token !== undefined && token !== null) {
4494
- headers = headers.set('token', String(token));
4495
- }
4496
- // to determine the Accept header
4497
- var httpHeaderAccepts = [
4498
- 'application/json'
4499
- ];
4500
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4501
- if (httpHeaderAcceptSelected != undefined) {
4502
- headers = headers.set('Accept', httpHeaderAcceptSelected);
4503
- }
4504
- // to determine the Content-Type header
4505
- var consumes = [
4506
- 'application/json'
4507
- ];
4508
- return this.httpClient.post(this.basePath + "/v2/api/archive/" + encodeURIComponent(String(tableEntity)), null, {
4509
- params: queryParameters,
4510
- withCredentials: this.configuration.withCredentials,
4511
- headers: headers,
4512
- observe: observe,
4513
- reportProgress: reportProgress
4514
- });
4515
- };
4516
4559
  DashboardControllerService.prototype.getByIdUsingGET4 = function (id, tableEntity, reqId, token, observe, reportProgress) {
4517
4560
  if (observe === void 0) { observe = 'body'; }
4518
4561
  if (reportProgress === void 0) { reportProgress = false; }
@@ -4743,7 +4786,7 @@
4743
4786
  reportProgress: reportProgress
4744
4787
  });
4745
4788
  };
4746
- DashboardControllerService.prototype.getDashboardDataListUsingPOST = function (dashboardRequest, entity, showuu, refresh, reqId, token, observe, reportProgress) {
4789
+ DashboardControllerService.prototype.getDashboardDataListUsingPOST = function (dashboardRequest, entity, showuu, pageNumber, pageSize, refresh, reqId, sort, token, observe, reportProgress) {
4747
4790
  if (observe === void 0) { observe = 'body'; }
4748
4791
  if (reportProgress === void 0) { reportProgress = false; }
4749
4792
  if (dashboardRequest === null || dashboardRequest === undefined) {
@@ -4756,12 +4799,21 @@
4756
4799
  throw new Error('Required parameter showuu was null or undefined when calling getDashboardDataListUsingPOST.');
4757
4800
  }
4758
4801
  var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4802
+ if (pageNumber !== undefined && pageNumber !== null) {
4803
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
4804
+ }
4805
+ if (pageSize !== undefined && pageSize !== null) {
4806
+ queryParameters = queryParameters.set('pageSize', pageSize);
4807
+ }
4759
4808
  if (refresh !== undefined && refresh !== null) {
4760
4809
  queryParameters = queryParameters.set('refresh', refresh);
4761
4810
  }
4762
4811
  if (showuu !== undefined && showuu !== null) {
4763
4812
  queryParameters = queryParameters.set('showuu', showuu);
4764
4813
  }
4814
+ if (sort !== undefined && sort !== null) {
4815
+ queryParameters = queryParameters.set('sort', sort);
4816
+ }
4765
4817
  var headers = this.defaultHeaders;
4766
4818
  if (reqId !== undefined && reqId !== null) {
4767
4819
  headers = headers.set('reqId', String(reqId));
@@ -5093,7 +5145,7 @@
5093
5145
  var PixelControllerService = /** @class */ (function () {
5094
5146
  function PixelControllerService(httpClient, basePath, configuration) {
5095
5147
  this.httpClient = httpClient;
5096
- this.basePath = 'https://apiv2stage1.atomex.net';
5148
+ this.basePath = 'https://apiv2stage2.atomex.net';
5097
5149
  this.defaultHeaders = new http.HttpHeaders();
5098
5150
  this.configuration = new Configuration();
5099
5151
  if (basePath) {
@@ -5308,7 +5360,7 @@
5308
5360
  reportProgress: reportProgress
5309
5361
  });
5310
5362
  };
5311
- PixelControllerService.prototype.searchPixelsUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
5363
+ PixelControllerService.prototype.searchPixelsUsingPOST = function (advertiser_id, pageNumber, pageSize, refresh, reqId, search, sort, token, observe, reportProgress) {
5312
5364
  if (observe === void 0) { observe = 'body'; }
5313
5365
  if (reportProgress === void 0) { reportProgress = false; }
5314
5366
  if (advertiser_id === null || advertiser_id === undefined) {
@@ -5318,9 +5370,18 @@
5318
5370
  if (advertiser_id !== undefined && advertiser_id !== null) {
5319
5371
  queryParameters = queryParameters.set('advertiser_id', advertiser_id);
5320
5372
  }
5373
+ if (pageNumber !== undefined && pageNumber !== null) {
5374
+ queryParameters = queryParameters.set('pageNumber', pageNumber);
5375
+ }
5376
+ if (pageSize !== undefined && pageSize !== null) {
5377
+ queryParameters = queryParameters.set('pageSize', pageSize);
5378
+ }
5321
5379
  if (refresh !== undefined && refresh !== null) {
5322
5380
  queryParameters = queryParameters.set('refresh', refresh);
5323
5381
  }
5382
+ if (sort !== undefined && sort !== null) {
5383
+ queryParameters = queryParameters.set('sort', sort);
5384
+ }
5324
5385
  var headers = this.defaultHeaders;
5325
5386
  if (reqId !== undefined && reqId !== null) {
5326
5387
  headers = headers.set('reqId', String(reqId));
@@ -5422,7 +5483,7 @@
5422
5483
  var ReportingControllerService = /** @class */ (function () {
5423
5484
  function ReportingControllerService(httpClient, basePath, configuration) {
5424
5485
  this.httpClient = httpClient;
5425
- this.basePath = 'https://apiv2stage1.atomex.net';
5486
+ this.basePath = 'https://apiv2stage2.atomex.net';
5426
5487
  this.defaultHeaders = new http.HttpHeaders();
5427
5488
  this.configuration = new Configuration();
5428
5489
  if (basePath) {
@@ -5606,7 +5667,7 @@
5606
5667
  var SliceXControllerService = /** @class */ (function () {
5607
5668
  function SliceXControllerService(httpClient, basePath, configuration) {
5608
5669
  this.httpClient = httpClient;
5609
- this.basePath = 'https://apiv2stage1.atomex.net';
5670
+ this.basePath = 'https://apiv2stage2.atomex.net';
5610
5671
  this.defaultHeaders = new http.HttpHeaders();
5611
5672
  this.configuration = new Configuration();
5612
5673
  if (basePath) {
@@ -5791,7 +5852,7 @@
5791
5852
  var StrategyControllerService = /** @class */ (function () {
5792
5853
  function StrategyControllerService(httpClient, basePath, configuration) {
5793
5854
  this.httpClient = httpClient;
5794
- this.basePath = 'https://apiv2stage1.atomex.net';
5855
+ this.basePath = 'https://apiv2stage2.atomex.net';
5795
5856
  this.defaultHeaders = new http.HttpHeaders();
5796
5857
  this.configuration = new Configuration();
5797
5858
  if (basePath) {
@@ -6279,7 +6340,7 @@
6279
6340
  var UILoggerControllerService = /** @class */ (function () {
6280
6341
  function UILoggerControllerService(httpClient, basePath, configuration) {
6281
6342
  this.httpClient = httpClient;
6282
- this.basePath = 'https://apiv2stage1.atomex.net';
6343
+ this.basePath = 'https://apiv2stage2.atomex.net';
6283
6344
  this.defaultHeaders = new http.HttpHeaders();
6284
6345
  this.configuration = new Configuration();
6285
6346
  if (basePath) {
@@ -6381,7 +6442,7 @@
6381
6442
  var UserPreferenceControllerService = /** @class */ (function () {
6382
6443
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6383
6444
  this.httpClient = httpClient;
6384
- this.basePath = 'https://apiv2stage1.atomex.net';
6445
+ this.basePath = 'https://apiv2stage2.atomex.net';
6385
6446
  this.defaultHeaders = new http.HttpHeaders();
6386
6447
  this.configuration = new Configuration();
6387
6448
  if (basePath) {
@@ -6637,17 +6698,6 @@
6637
6698
  };
6638
6699
  })(exports.AudienceDTO || (exports.AudienceDTO = {}));
6639
6700
 
6640
- /**
6641
- * Api Documentation
6642
- * Api Documentation
6643
- *
6644
- * OpenAPI spec version: 1.0
6645
- *
6646
- *
6647
- * NOTE: This class is auto generated by the swagger code generator program.
6648
- * https://github.com/swagger-api/swagger-codegen.git
6649
- * Do not edit the class manually.
6650
- */
6651
6701
 
6652
6702
  (function (ClickDestination) {
6653
6703
  ClickDestination.CampaignTypeEnum = {
@@ -6795,8 +6845,8 @@
6795
6845
  })(exports.CreativeHtmlFileForSet || (exports.CreativeHtmlFileForSet = {}));
6796
6846
 
6797
6847
 
6798
- (function (CreativeSetDetails) {
6799
- CreativeSetDetails.TypeEnum = {
6848
+ (function (CreativeSetDashboardMetric) {
6849
+ CreativeSetDashboardMetric.CreativeSetTypeEnum = {
6800
6850
  IMAGE: 'IMAGE',
6801
6851
  VIDEO: 'VIDEO',
6802
6852
  THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
@@ -6808,11 +6858,11 @@
6808
6858
  DYNAMICHTML: 'DYNAMIC_HTML',
6809
6859
  DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6810
6860
  };
6811
- })(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
6861
+ })(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
6812
6862
 
6813
6863
 
6814
- (function (CreativeSetRequest) {
6815
- CreativeSetRequest.CreativeSetTypeEnum = {
6864
+ (function (CreativeSetDetails) {
6865
+ CreativeSetDetails.TypeEnum = {
6816
6866
  IMAGE: 'IMAGE',
6817
6867
  VIDEO: 'VIDEO',
6818
6868
  THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
@@ -6824,11 +6874,11 @@
6824
6874
  DYNAMICHTML: 'DYNAMIC_HTML',
6825
6875
  DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6826
6876
  };
6827
- })(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
6877
+ })(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
6828
6878
 
6829
6879
 
6830
- (function (CreativeSetsListDashboardData) {
6831
- CreativeSetsListDashboardData.CreativeSetTypeEnum = {
6880
+ (function (CreativeSetRequest) {
6881
+ CreativeSetRequest.CreativeSetTypeEnum = {
6832
6882
  IMAGE: 'IMAGE',
6833
6883
  VIDEO: 'VIDEO',
6834
6884
  THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
@@ -6840,7 +6890,7 @@
6840
6890
  DYNAMICHTML: 'DYNAMIC_HTML',
6841
6891
  DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6842
6892
  };
6843
- })(exports.CreativeSetsListDashboardData || (exports.CreativeSetsListDashboardData = {}));
6893
+ })(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
6844
6894
 
6845
6895
  /**
6846
6896
  * Api Documentation