@revxui/api-clients-ts 0.10.316 → 0.10.317

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 (101) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +0 -13
  3. package/api/catalogController.service.d.ts +13 -0
  4. package/api/creativeSetsController.service.d.ts +15 -0
  5. package/bundles/revxui-api-clients-ts.umd.js +125 -76
  6. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  7. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  8. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  9. package/esm2015/api/adminController.service.js +2 -2
  10. package/esm2015/api/advertiserController.service.js +2 -2
  11. package/esm2015/api/appSettingsController.service.js +2 -2
  12. package/esm2015/api/audienceController.service.js +2 -36
  13. package/esm2015/api/auditController.service.js +2 -2
  14. package/esm2015/api/bulkStrategyController.service.js +2 -2
  15. package/esm2015/api/cSSThemeController_.service.js +2 -2
  16. package/esm2015/api/campaignController.service.js +2 -2
  17. package/esm2015/api/catalogController.service.js +35 -2
  18. package/esm2015/api/clickDestinationController.service.js +2 -2
  19. package/esm2015/api/creativeController.service.js +2 -2
  20. package/esm2015/api/creativeSetsController.service.js +44 -2
  21. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  22. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  23. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  24. package/esm2015/api/dashboardController.service.js +2 -2
  25. package/esm2015/api/notificationsController.service.js +2 -2
  26. package/esm2015/api/pixelController.service.js +2 -2
  27. package/esm2015/api/reportingController.service.js +2 -2
  28. package/esm2015/api/sliceXController.service.js +2 -2
  29. package/esm2015/api/strategyController.service.js +2 -2
  30. package/esm2015/api/uILoggerController.service.js +2 -2
  31. package/esm2015/api/userPreferenceController.service.js +2 -2
  32. package/esm2015/model/advertiserLayoutVariables.js +1 -1
  33. package/esm2015/model/baseModelWithCreativeSetType.js +4 -2
  34. package/esm2015/model/creativeDTO.js +1 -1
  35. package/esm2015/model/creativeHtmlFileForSet.js +6 -12
  36. package/esm2015/model/creativePerformanceData.js +1 -1
  37. package/esm2015/model/creativeSetDashboardMetric.js +4 -2
  38. package/esm2015/model/creativeSetDetails.js +4 -2
  39. package/esm2015/model/creativeSetRequest.js +4 -2
  40. package/esm2015/model/creativeSetResponse.js +4 -2
  41. package/esm2015/model/duplicateCreativeSetResponse.js +4 -2
  42. package/esm2015/model/hybridAdMapping.js +1 -0
  43. package/esm2015/model/models.js +1 -1
  44. package/esm2015/model/searchRequest.js +1 -1
  45. package/esm5/api/adminController.service.js +2 -2
  46. package/esm5/api/advertiserController.service.js +2 -2
  47. package/esm5/api/appSettingsController.service.js +2 -2
  48. package/esm5/api/audienceController.service.js +2 -38
  49. package/esm5/api/auditController.service.js +2 -2
  50. package/esm5/api/bulkStrategyController.service.js +2 -2
  51. package/esm5/api/cSSThemeController_.service.js +2 -2
  52. package/esm5/api/campaignController.service.js +2 -2
  53. package/esm5/api/catalogController.service.js +37 -2
  54. package/esm5/api/clickDestinationController.service.js +2 -2
  55. package/esm5/api/creativeController.service.js +2 -2
  56. package/esm5/api/creativeSetsController.service.js +46 -2
  57. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  58. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  59. package/esm5/api/creativeTemplatesController.service.js +2 -2
  60. package/esm5/api/dashboardController.service.js +2 -2
  61. package/esm5/api/notificationsController.service.js +2 -2
  62. package/esm5/api/pixelController.service.js +2 -2
  63. package/esm5/api/reportingController.service.js +2 -2
  64. package/esm5/api/sliceXController.service.js +2 -2
  65. package/esm5/api/strategyController.service.js +2 -2
  66. package/esm5/api/uILoggerController.service.js +2 -2
  67. package/esm5/api/userPreferenceController.service.js +2 -2
  68. package/esm5/model/advertiserLayoutVariables.js +1 -1
  69. package/esm5/model/baseModelWithCreativeSetType.js +4 -2
  70. package/esm5/model/creativeDTO.js +1 -1
  71. package/esm5/model/creativeHtmlFileForSet.js +6 -12
  72. package/esm5/model/creativePerformanceData.js +1 -1
  73. package/esm5/model/creativeSetDashboardMetric.js +4 -2
  74. package/esm5/model/creativeSetDetails.js +4 -2
  75. package/esm5/model/creativeSetRequest.js +4 -2
  76. package/esm5/model/creativeSetResponse.js +4 -2
  77. package/esm5/model/duplicateCreativeSetResponse.js +4 -2
  78. package/esm5/model/hybridAdMapping.js +1 -0
  79. package/esm5/model/models.js +1 -1
  80. package/esm5/model/searchRequest.js +1 -1
  81. package/fesm2015/revxui-api-clients-ts.js +121 -74
  82. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  83. package/fesm5/revxui-api-clients-ts.js +125 -76
  84. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  85. package/model/advertiserLayoutVariables.d.ts +1 -0
  86. package/model/baseModelWithCreativeSetType.d.ts +3 -1
  87. package/model/creativeDTO.d.ts +4 -0
  88. package/model/creativeHtmlFileForSet.d.ts +9 -0
  89. package/model/creativePerformanceData.d.ts +0 -16
  90. package/model/creativeSetDashboardMetric.d.ts +3 -1
  91. package/model/creativeSetDetails.d.ts +3 -1
  92. package/model/creativeSetRequest.d.ts +7 -1
  93. package/model/creativeSetResponse.d.ts +3 -1
  94. package/model/duplicateCreativeSetResponse.d.ts +3 -1
  95. package/model/{audienceAnalysisRequest.d.ts → hybridAdMapping.d.ts} +5 -5
  96. package/model/models.d.ts +1 -1
  97. package/model/searchRequest.d.ts +0 -1
  98. package/package.json +1 -1
  99. package/revxui-api-clients-ts.metadata.json +1 -1
  100. package/esm2015/model/audienceAnalysisRequest.js +0 -12
  101. package/esm5/model/audienceAnalysisRequest.js +0 -12
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@0.10.316
1
+ ## @revxui/api-clients-ts@0.10.317
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.316 --save
22
+ npm install @revxui/api-clients-ts@0.10.317 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -23,7 +23,6 @@ import { ApiResponseObjectMapintResponseMessage } from '../model/apiResponseObje
23
23
  import { ApiResponseObjectMaplongResponseMessage } from '../model/apiResponseObjectMaplongResponseMessage';
24
24
  import { ApiResponseObjectMetaRulesDto } from '../model/apiResponseObjectMetaRulesDto';
25
25
  import { ApiResponseObjectstring } from '../model/apiResponseObjectstring';
26
- import { AudienceAnalysisRequest } from '../model/audienceAnalysisRequest';
27
26
  import { AudienceDTO } from '../model/audienceDTO';
28
27
  import { DashboardRequest } from '../model/dashboardRequest';
29
28
  import { EligibleUsersRequest } from '../model/eligibleUsersRequest';
@@ -156,18 +155,6 @@ export declare class AudienceControllerService {
156
155
  getAllDmpAudienceUsingGET(advertiser_id: number, limit?: number, reqId?: string, start?: number, stype?: number, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDmpAudienceDTO>;
157
156
  getAllDmpAudienceUsingGET(advertiser_id: number, limit?: number, reqId?: string, start?: number, stype?: number, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDmpAudienceDTO>>;
158
157
  getAllDmpAudienceUsingGET(advertiser_id: number, limit?: number, reqId?: string, start?: number, stype?: number, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDmpAudienceDTO>>;
159
- /**
160
- * APi to get audience analysis count
161
- *
162
- * @param audienceAnalysisRequest audienceAnalysisRequest
163
- * @param reqId request id
164
- * @param token Auth Token
165
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
166
- * @param reportProgress flag to report request and response progress.
167
- */
168
- getAnalysisAudienceCountUsingPOST(audienceAnalysisRequest: AudienceAnalysisRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectEligibleUsersResponse>;
169
- getAnalysisAudienceCountUsingPOST(audienceAnalysisRequest: AudienceAnalysisRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectEligibleUsersResponse>>;
170
- getAnalysisAudienceCountUsingPOST(audienceAnalysisRequest: AudienceAnalysisRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectEligibleUsersResponse>>;
171
158
  /**
172
159
  * Api to get Audience
173
160
  *
@@ -15,6 +15,7 @@ import { ApiListResponseMacro } from '../model/apiListResponseMacro';
15
15
  import { ApiResponseObjectApiListResponseCatalogFeed } from '../model/apiResponseObjectApiListResponseCatalogFeed';
16
16
  import { ApiResponseObjectApiListResponseVariablesMappingDTO } from '../model/apiResponseObjectApiListResponseVariablesMappingDTO';
17
17
  import { ApiResponseObjectCatalogFeed } from '../model/apiResponseObjectCatalogFeed';
18
+ import { ApiResponseObjectstring } from '../model/apiResponseObjectstring';
18
19
  import { SearchRequest } from '../model/searchRequest';
19
20
  import { Configuration } from '../configuration';
20
21
  export declare class CatalogControllerService {
@@ -54,6 +55,18 @@ export declare class CatalogControllerService {
54
55
  getCatalogFeedsUsingPOST(advertiser_id: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectApiListResponseCatalogFeed>;
55
56
  getCatalogFeedsUsingPOST(advertiser_id: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectApiListResponseCatalogFeed>>;
56
57
  getCatalogFeedsUsingPOST(advertiser_id: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectApiListResponseCatalogFeed>>;
58
+ /**
59
+ * get feed by advertiser Id
60
+ *
61
+ * @param advertiserId advertiserId
62
+ * @param reqId request id
63
+ * @param token Auth Token
64
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
65
+ * @param reportProgress flag to report request and response progress.
66
+ */
67
+ getFeedsByAdvertiserIdUsingGET(advertiserId: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectstring>;
68
+ getFeedsByAdvertiserIdUsingGET(advertiserId: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectstring>>;
69
+ getFeedsByAdvertiserIdUsingGET(advertiserId: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectstring>>;
57
70
  /**
58
71
  * get List of catalog macros for given advertiserId
59
72
  *
@@ -11,6 +11,7 @@
11
11
  */
12
12
  import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
13
13
  import { Observable } from 'rxjs';
14
+ import { ApiListResponseCreativeTemplateDTO } from '../model/apiListResponseCreativeTemplateDTO';
14
15
  import { ApiResponseObjectAdvertiserDynamicDetails } from '../model/apiResponseObjectAdvertiserDynamicDetails';
15
16
  import { ApiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO } from '../model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO';
16
17
  import { ApiResponseObjectApiListResponseCreativeSetDashboardMetric } from '../model/apiResponseObjectApiListResponseCreativeSetDashboardMetric';
@@ -152,6 +153,20 @@ export declare class CreativeSetsControllerService {
152
153
  getPerformanceByIdUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDashboardMetrics>;
153
154
  getPerformanceByIdUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDashboardMetrics>>;
154
155
  getPerformanceByIdUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDashboardMetrics>>;
156
+ /**
157
+ * Api to get available hybrid ad templates for the uploaded videos
158
+ *
159
+ * @param advertiserId advertiserId
160
+ * @param type type
161
+ * @param filters filters
162
+ * @param reqId request id
163
+ * @param token Auth Token
164
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
165
+ * @param reportProgress flag to report request and response progress.
166
+ */
167
+ getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiListResponseCreativeTemplateDTO>;
168
+ getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiListResponseCreativeTemplateDTO>>;
169
+ getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiListResponseCreativeTemplateDTO>>;
155
170
  /**
156
171
  * Api to update creative sets
157
172
  *
@@ -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://apiv2stage2.atomex.net';
311
+ this.basePath = 'https://apiv2stage1.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://apiv2stage2.atomex.net';
528
+ this.basePath = 'https://apiv2stage1.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://apiv2stage2.atomex.net';
974
+ this.basePath = 'https://apiv2stage1.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 AudienceControllerService = /** @class */ (function () {
1142
1142
  function AudienceControllerService(httpClient, basePath, configuration) {
1143
1143
  this.httpClient = httpClient;
1144
- this.basePath = 'https://apiv2stage2.atomex.net';
1144
+ this.basePath = 'https://apiv2stage1.atomex.net';
1145
1145
  this.defaultHeaders = new http.HttpHeaders();
1146
1146
  this.configuration = new Configuration();
1147
1147
  if (basePath) {
@@ -1506,42 +1506,6 @@
1506
1506
  reportProgress: reportProgress
1507
1507
  });
1508
1508
  };
1509
- AudienceControllerService.prototype.getAnalysisAudienceCountUsingPOST = function (audienceAnalysisRequest, reqId, token, observe, reportProgress) {
1510
- if (observe === void 0) { observe = 'body'; }
1511
- if (reportProgress === void 0) { reportProgress = false; }
1512
- if (audienceAnalysisRequest === null || audienceAnalysisRequest === undefined) {
1513
- throw new Error('Required parameter audienceAnalysisRequest was null or undefined when calling getAnalysisAudienceCountUsingPOST.');
1514
- }
1515
- var headers = this.defaultHeaders;
1516
- if (reqId !== undefined && reqId !== null) {
1517
- headers = headers.set('reqId', String(reqId));
1518
- }
1519
- if (token !== undefined && token !== null) {
1520
- headers = headers.set('token', String(token));
1521
- }
1522
- // to determine the Accept header
1523
- var httpHeaderAccepts = [
1524
- '*/*'
1525
- ];
1526
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1527
- if (httpHeaderAcceptSelected != undefined) {
1528
- headers = headers.set('Accept', httpHeaderAcceptSelected);
1529
- }
1530
- // to determine the Content-Type header
1531
- var consumes = [
1532
- 'application/json'
1533
- ];
1534
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1535
- if (httpContentTypeSelected != undefined) {
1536
- headers = headers.set('Content-Type', httpContentTypeSelected);
1537
- }
1538
- return this.httpClient.post(this.basePath + "/v2/api/audience/audienceanalysis", audienceAnalysisRequest, {
1539
- withCredentials: this.configuration.withCredentials,
1540
- headers: headers,
1541
- observe: observe,
1542
- reportProgress: reportProgress
1543
- });
1544
- };
1545
1509
  AudienceControllerService.prototype.getByIdUsingGET1 = function (id, refresh, reqId, token, observe, reportProgress) {
1546
1510
  if (observe === void 0) { observe = 'body'; }
1547
1511
  if (reportProgress === void 0) { reportProgress = false; }
@@ -1900,7 +1864,7 @@
1900
1864
  var AuditControllerService = /** @class */ (function () {
1901
1865
  function AuditControllerService(httpClient, basePath, configuration) {
1902
1866
  this.httpClient = httpClient;
1903
- this.basePath = 'https://apiv2stage2.atomex.net';
1867
+ this.basePath = 'https://apiv2stage1.atomex.net';
1904
1868
  this.defaultHeaders = new http.HttpHeaders();
1905
1869
  this.configuration = new Configuration();
1906
1870
  if (basePath) {
@@ -2099,7 +2063,7 @@
2099
2063
  var BulkStrategyControllerService = /** @class */ (function () {
2100
2064
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2101
2065
  this.httpClient = httpClient;
2102
- this.basePath = 'https://apiv2stage2.atomex.net';
2066
+ this.basePath = 'https://apiv2stage1.atomex.net';
2103
2067
  this.defaultHeaders = new http.HttpHeaders();
2104
2068
  this.configuration = new Configuration();
2105
2069
  if (basePath) {
@@ -2342,7 +2306,7 @@
2342
2306
  var CSSThemeController_Service = /** @class */ (function () {
2343
2307
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2344
2308
  this.httpClient = httpClient;
2345
- this.basePath = 'https://apiv2stage2.atomex.net';
2309
+ this.basePath = 'https://apiv2stage1.atomex.net';
2346
2310
  this.defaultHeaders = new http.HttpHeaders();
2347
2311
  this.configuration = new Configuration();
2348
2312
  if (basePath) {
@@ -2463,7 +2427,7 @@
2463
2427
  var CampaignControllerService = /** @class */ (function () {
2464
2428
  function CampaignControllerService(httpClient, basePath, configuration) {
2465
2429
  this.httpClient = httpClient;
2466
- this.basePath = 'https://apiv2stage2.atomex.net';
2430
+ this.basePath = 'https://apiv2stage1.atomex.net';
2467
2431
  this.defaultHeaders = new http.HttpHeaders();
2468
2432
  this.configuration = new Configuration();
2469
2433
  if (basePath) {
@@ -2785,7 +2749,7 @@
2785
2749
  var CatalogControllerService = /** @class */ (function () {
2786
2750
  function CatalogControllerService(httpClient, basePath, configuration) {
2787
2751
  this.httpClient = httpClient;
2788
- this.basePath = 'https://apiv2stage2.atomex.net';
2752
+ this.basePath = 'https://apiv2stage1.atomex.net';
2789
2753
  this.defaultHeaders = new http.HttpHeaders();
2790
2754
  this.configuration = new Configuration();
2791
2755
  if (basePath) {
@@ -2894,6 +2858,41 @@
2894
2858
  reportProgress: reportProgress
2895
2859
  });
2896
2860
  };
2861
+ CatalogControllerService.prototype.getFeedsByAdvertiserIdUsingGET = function (advertiserId, reqId, token, observe, reportProgress) {
2862
+ if (observe === void 0) { observe = 'body'; }
2863
+ if (reportProgress === void 0) { reportProgress = false; }
2864
+ if (advertiserId === null || advertiserId === undefined) {
2865
+ throw new Error('Required parameter advertiserId was null or undefined when calling getFeedsByAdvertiserIdUsingGET.');
2866
+ }
2867
+ var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
2868
+ if (advertiserId !== undefined && advertiserId !== null) {
2869
+ queryParameters = queryParameters.set('advertiserId', advertiserId);
2870
+ }
2871
+ var headers = this.defaultHeaders;
2872
+ if (reqId !== undefined && reqId !== null) {
2873
+ headers = headers.set('reqId', String(reqId));
2874
+ }
2875
+ if (token !== undefined && token !== null) {
2876
+ headers = headers.set('token', String(token));
2877
+ }
2878
+ // to determine the Accept header
2879
+ var httpHeaderAccepts = [
2880
+ 'application/json'
2881
+ ];
2882
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
2883
+ if (httpHeaderAcceptSelected != undefined) {
2884
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
2885
+ }
2886
+ // to determine the Content-Type header
2887
+ var consumes = [];
2888
+ return this.httpClient.get(this.basePath + "/v2/api/catalog/feeds", {
2889
+ params: queryParameters,
2890
+ withCredentials: this.configuration.withCredentials,
2891
+ headers: headers,
2892
+ observe: observe,
2893
+ reportProgress: reportProgress
2894
+ });
2895
+ };
2897
2896
  CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2898
2897
  if (observe === void 0) { observe = 'body'; }
2899
2898
  if (reportProgress === void 0) { reportProgress = false; }
@@ -3008,7 +3007,7 @@
3008
3007
  var ClickDestinationControllerService = /** @class */ (function () {
3009
3008
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
3010
3009
  this.httpClient = httpClient;
3011
- this.basePath = 'https://apiv2stage2.atomex.net';
3010
+ this.basePath = 'https://apiv2stage1.atomex.net';
3012
3011
  this.defaultHeaders = new http.HttpHeaders();
3013
3012
  this.configuration = new Configuration();
3014
3013
  if (basePath) {
@@ -3258,7 +3257,7 @@
3258
3257
  var CreativeControllerService = /** @class */ (function () {
3259
3258
  function CreativeControllerService(httpClient, basePath, configuration) {
3260
3259
  this.httpClient = httpClient;
3261
- this.basePath = 'https://apiv2stage2.atomex.net';
3260
+ this.basePath = 'https://apiv2stage1.atomex.net';
3262
3261
  this.defaultHeaders = new http.HttpHeaders();
3263
3262
  this.configuration = new Configuration();
3264
3263
  if (basePath) {
@@ -3735,7 +3734,7 @@
3735
3734
  var CreativeSetsControllerService = /** @class */ (function () {
3736
3735
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3737
3736
  this.httpClient = httpClient;
3738
- this.basePath = 'https://apiv2stage2.atomex.net';
3737
+ this.basePath = 'https://apiv2stage1.atomex.net';
3739
3738
  this.defaultHeaders = new http.HttpHeaders();
3740
3739
  this.configuration = new Configuration();
3741
3740
  if (basePath) {
@@ -4115,6 +4114,50 @@
4115
4114
  reportProgress: reportProgress
4116
4115
  });
4117
4116
  };
4117
+ CreativeSetsControllerService.prototype.getTemplateListUsingGET = function (advertiserId, type, filters, reqId, token, observe, reportProgress) {
4118
+ if (observe === void 0) { observe = 'body'; }
4119
+ if (reportProgress === void 0) { reportProgress = false; }
4120
+ if (advertiserId === null || advertiserId === undefined) {
4121
+ throw new Error('Required parameter advertiserId was null or undefined when calling getTemplateListUsingGET.');
4122
+ }
4123
+ if (type === null || type === undefined) {
4124
+ throw new Error('Required parameter type was null or undefined when calling getTemplateListUsingGET.');
4125
+ }
4126
+ var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4127
+ if (advertiserId !== undefined && advertiserId !== null) {
4128
+ queryParameters = queryParameters.set('advertiserId', advertiserId);
4129
+ }
4130
+ if (filters !== undefined && filters !== null) {
4131
+ queryParameters = queryParameters.set('filters', filters);
4132
+ }
4133
+ if (type !== undefined && type !== null) {
4134
+ queryParameters = queryParameters.set('type', type);
4135
+ }
4136
+ var headers = this.defaultHeaders;
4137
+ if (reqId !== undefined && reqId !== null) {
4138
+ headers = headers.set('reqId', String(reqId));
4139
+ }
4140
+ if (token !== undefined && token !== null) {
4141
+ headers = headers.set('token', String(token));
4142
+ }
4143
+ // to determine the Accept header
4144
+ var httpHeaderAccepts = [
4145
+ 'application/json'
4146
+ ];
4147
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4148
+ if (httpHeaderAcceptSelected != undefined) {
4149
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
4150
+ }
4151
+ // to determine the Content-Type header
4152
+ var consumes = [];
4153
+ return this.httpClient.get(this.basePath + "/v2/api/creativesets/templates", {
4154
+ params: queryParameters,
4155
+ withCredentials: this.configuration.withCredentials,
4156
+ headers: headers,
4157
+ observe: observe,
4158
+ reportProgress: reportProgress
4159
+ });
4160
+ };
4118
4161
  CreativeSetsControllerService.prototype.updateUsingPOST = function (creativeSetRequest, id, reqId, token, observe, reportProgress) {
4119
4162
  if (observe === void 0) { observe = 'body'; }
4120
4163
  if (reportProgress === void 0) { reportProgress = false; }
@@ -4180,7 +4223,7 @@
4180
4223
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4181
4224
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4182
4225
  this.httpClient = httpClient;
4183
- this.basePath = 'https://apiv2stage2.atomex.net';
4226
+ this.basePath = 'https://apiv2stage1.atomex.net';
4184
4227
  this.defaultHeaders = new http.HttpHeaders();
4185
4228
  this.configuration = new Configuration();
4186
4229
  if (basePath) {
@@ -4381,7 +4424,7 @@
4381
4424
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4382
4425
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4383
4426
  this.httpClient = httpClient;
4384
- this.basePath = 'https://apiv2stage2.atomex.net';
4427
+ this.basePath = 'https://apiv2stage1.atomex.net';
4385
4428
  this.defaultHeaders = new http.HttpHeaders();
4386
4429
  this.configuration = new Configuration();
4387
4430
  if (basePath) {
@@ -4469,7 +4512,7 @@
4469
4512
  var CreativeTemplatesControllerService = /** @class */ (function () {
4470
4513
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4471
4514
  this.httpClient = httpClient;
4472
- this.basePath = 'https://apiv2stage2.atomex.net';
4515
+ this.basePath = 'https://apiv2stage1.atomex.net';
4473
4516
  this.defaultHeaders = new http.HttpHeaders();
4474
4517
  this.configuration = new Configuration();
4475
4518
  if (basePath) {
@@ -4648,7 +4691,7 @@
4648
4691
  var DashboardControllerService = /** @class */ (function () {
4649
4692
  function DashboardControllerService(httpClient, basePath, configuration) {
4650
4693
  this.httpClient = httpClient;
4651
- this.basePath = 'https://apiv2stage2.atomex.net';
4694
+ this.basePath = 'https://apiv2stage1.atomex.net';
4652
4695
  this.defaultHeaders = new http.HttpHeaders();
4653
4696
  this.configuration = new Configuration();
4654
4697
  if (basePath) {
@@ -5305,7 +5348,7 @@
5305
5348
  var NotificationsControllerService = /** @class */ (function () {
5306
5349
  function NotificationsControllerService(httpClient, basePath, configuration) {
5307
5350
  this.httpClient = httpClient;
5308
- this.basePath = 'https://apiv2stage2.atomex.net';
5351
+ this.basePath = 'https://apiv2stage1.atomex.net';
5309
5352
  this.defaultHeaders = new http.HttpHeaders();
5310
5353
  this.configuration = new Configuration();
5311
5354
  if (basePath) {
@@ -5504,7 +5547,7 @@
5504
5547
  var PixelControllerService = /** @class */ (function () {
5505
5548
  function PixelControllerService(httpClient, basePath, configuration) {
5506
5549
  this.httpClient = httpClient;
5507
- this.basePath = 'https://apiv2stage2.atomex.net';
5550
+ this.basePath = 'https://apiv2stage1.atomex.net';
5508
5551
  this.defaultHeaders = new http.HttpHeaders();
5509
5552
  this.configuration = new Configuration();
5510
5553
  if (basePath) {
@@ -5833,7 +5876,7 @@
5833
5876
  var ReportingControllerService = /** @class */ (function () {
5834
5877
  function ReportingControllerService(httpClient, basePath, configuration) {
5835
5878
  this.httpClient = httpClient;
5836
- this.basePath = 'https://apiv2stage2.atomex.net';
5879
+ this.basePath = 'https://apiv2stage1.atomex.net';
5837
5880
  this.defaultHeaders = new http.HttpHeaders();
5838
5881
  this.configuration = new Configuration();
5839
5882
  if (basePath) {
@@ -6017,7 +6060,7 @@
6017
6060
  var SliceXControllerService = /** @class */ (function () {
6018
6061
  function SliceXControllerService(httpClient, basePath, configuration) {
6019
6062
  this.httpClient = httpClient;
6020
- this.basePath = 'https://apiv2stage2.atomex.net';
6063
+ this.basePath = 'https://apiv2stage1.atomex.net';
6021
6064
  this.defaultHeaders = new http.HttpHeaders();
6022
6065
  this.configuration = new Configuration();
6023
6066
  if (basePath) {
@@ -6285,7 +6328,7 @@
6285
6328
  var StrategyControllerService = /** @class */ (function () {
6286
6329
  function StrategyControllerService(httpClient, basePath, configuration) {
6287
6330
  this.httpClient = httpClient;
6288
- this.basePath = 'https://apiv2stage2.atomex.net';
6331
+ this.basePath = 'https://apiv2stage1.atomex.net';
6289
6332
  this.defaultHeaders = new http.HttpHeaders();
6290
6333
  this.configuration = new Configuration();
6291
6334
  if (basePath) {
@@ -6946,7 +6989,7 @@
6946
6989
  var UILoggerControllerService = /** @class */ (function () {
6947
6990
  function UILoggerControllerService(httpClient, basePath, configuration) {
6948
6991
  this.httpClient = httpClient;
6949
- this.basePath = 'https://apiv2stage2.atomex.net';
6992
+ this.basePath = 'https://apiv2stage1.atomex.net';
6950
6993
  this.defaultHeaders = new http.HttpHeaders();
6951
6994
  this.configuration = new Configuration();
6952
6995
  if (basePath) {
@@ -7048,7 +7091,7 @@
7048
7091
  var UserPreferenceControllerService = /** @class */ (function () {
7049
7092
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
7050
7093
  this.httpClient = httpClient;
7051
- this.basePath = 'https://apiv2stage2.atomex.net';
7094
+ this.basePath = 'https://apiv2stage1.atomex.net';
7052
7095
  this.defaultHeaders = new http.HttpHeaders();
7053
7096
  this.configuration = new Configuration();
7054
7097
  if (basePath) {
@@ -7385,7 +7428,9 @@
7385
7428
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7386
7429
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7387
7430
  DYNAMICHTML: 'DYNAMIC_HTML',
7388
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7431
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7432
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7433
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7389
7434
  };
7390
7435
  })(exports.BaseModelWithCreativeSetType || (exports.BaseModelWithCreativeSetType = {}));
7391
7436
 
@@ -7504,19 +7549,13 @@
7504
7549
  };
7505
7550
  })(exports.CreativeFiles || (exports.CreativeFiles = {}));
7506
7551
 
7507
- /**
7508
- * Api Documentation
7509
- * Api Documentation
7510
- *
7511
- * OpenAPI spec version: 1.0
7512
- *
7513
- *
7514
- * NOTE: This class is auto generated by the swagger code generator program.
7515
- * https://github.com/swagger-api/swagger-codegen.git
7516
- * Do not edit the class manually.
7517
- */
7518
7552
 
7519
7553
  (function (CreativeHtmlFileForSet) {
7554
+ CreativeHtmlFileForSet.TemplateTypeEnum = {
7555
+ DCO: 'DCO',
7556
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7557
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7558
+ };
7520
7559
  CreativeHtmlFileForSet.TypeEnum = {
7521
7560
  Image: 'image',
7522
7561
  Html: 'html',
@@ -7547,7 +7586,9 @@
7547
7586
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7548
7587
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7549
7588
  DYNAMICHTML: 'DYNAMIC_HTML',
7550
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7589
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7590
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7591
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7551
7592
  };
7552
7593
  })(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
7553
7594
 
@@ -7563,7 +7604,9 @@
7563
7604
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7564
7605
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7565
7606
  DYNAMICHTML: 'DYNAMIC_HTML',
7566
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7607
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7608
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7609
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7567
7610
  };
7568
7611
  })(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
7569
7612
 
@@ -7579,7 +7622,9 @@
7579
7622
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7580
7623
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7581
7624
  DYNAMICHTML: 'DYNAMIC_HTML',
7582
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7625
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7626
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7627
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7583
7628
  };
7584
7629
  })(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
7585
7630
 
@@ -7606,7 +7651,9 @@
7606
7651
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7607
7652
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7608
7653
  DYNAMICHTML: 'DYNAMIC_HTML',
7609
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7654
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7655
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7656
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7610
7657
  };
7611
7658
  })(exports.CreativeSetResponse || (exports.CreativeSetResponse = {}));
7612
7659
 
@@ -7653,7 +7700,9 @@
7653
7700
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7654
7701
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7655
7702
  DYNAMICHTML: 'DYNAMIC_HTML',
7656
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7703
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7704
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7705
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7657
7706
  };
7658
7707
  })(exports.DuplicateCreativeSetResponse || (exports.DuplicateCreativeSetResponse = {}));
7659
7708