@revxui/api-clients-ts 0.10.288 → 0.10.290

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 (121) hide show
  1. package/README.md +2 -2
  2. package/api/creativeSetsController.service.d.ts +18 -33
  3. package/bundles/revxui-api-clients-ts.umd.js +95 -130
  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/audienceController.service.js +2 -2
  11. package/esm2015/api/auditController.service.js +2 -2
  12. package/esm2015/api/bulkStrategyController.service.js +2 -2
  13. package/esm2015/api/cSSThemeController_.service.js +2 -2
  14. package/esm2015/api/campaignController.service.js +2 -2
  15. package/esm2015/api/catalogController.service.js +2 -2
  16. package/esm2015/api/clickDestinationController.service.js +2 -2
  17. package/esm2015/api/creativeController.service.js +2 -2
  18. package/esm2015/api/creativeSetsController.service.js +49 -77
  19. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  20. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  21. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  22. package/esm2015/api/dashboardController.service.js +2 -2
  23. package/esm2015/api/notificationsController.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/apiResponseObjectAspectTemplateMap.js +1 -0
  31. package/esm2015/model/aspectTemplateMap.js +1 -0
  32. package/esm2015/model/baseModelWithCreativeSetType.js +4 -2
  33. package/esm2015/model/creative.js +1 -1
  34. package/esm2015/model/creativeDTO.js +1 -1
  35. package/esm2015/model/creativeHtmlFileForSet.js +6 -12
  36. package/esm2015/model/creativeSetDashboardMetric.js +4 -2
  37. package/esm2015/model/creativeSetDetails.js +4 -2
  38. package/esm2015/model/creativeSetRequest.js +4 -2
  39. package/esm2015/model/creativeSetResponse.js +4 -2
  40. package/esm2015/model/duplicateCreativeSetResponse.js +4 -2
  41. package/esm2015/model/hybridAdMapping.js +1 -0
  42. package/esm2015/model/models.js +1 -2
  43. package/esm5/api/adminController.service.js +2 -2
  44. package/esm5/api/advertiserController.service.js +2 -2
  45. package/esm5/api/appSettingsController.service.js +2 -2
  46. package/esm5/api/audienceController.service.js +2 -2
  47. package/esm5/api/auditController.service.js +2 -2
  48. package/esm5/api/bulkStrategyController.service.js +2 -2
  49. package/esm5/api/cSSThemeController_.service.js +2 -2
  50. package/esm5/api/campaignController.service.js +2 -2
  51. package/esm5/api/catalogController.service.js +2 -2
  52. package/esm5/api/clickDestinationController.service.js +2 -2
  53. package/esm5/api/creativeController.service.js +2 -2
  54. package/esm5/api/creativeSetsController.service.js +51 -81
  55. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  56. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  57. package/esm5/api/creativeTemplatesController.service.js +2 -2
  58. package/esm5/api/dashboardController.service.js +2 -2
  59. package/esm5/api/notificationsController.service.js +2 -2
  60. package/esm5/api/pixelController.service.js +2 -2
  61. package/esm5/api/reportingController.service.js +2 -2
  62. package/esm5/api/sliceXController.service.js +2 -2
  63. package/esm5/api/strategyController.service.js +2 -2
  64. package/esm5/api/uILoggerController.service.js +2 -2
  65. package/esm5/api/userPreferenceController.service.js +2 -2
  66. package/esm5/model/apiResponseObjectAspectTemplateMap.js +1 -0
  67. package/esm5/model/aspectTemplateMap.js +1 -0
  68. package/esm5/model/baseModelWithCreativeSetType.js +4 -2
  69. package/esm5/model/creative.js +1 -1
  70. package/esm5/model/creativeDTO.js +1 -1
  71. package/esm5/model/creativeHtmlFileForSet.js +6 -12
  72. package/esm5/model/creativeSetDashboardMetric.js +4 -2
  73. package/esm5/model/creativeSetDetails.js +4 -2
  74. package/esm5/model/creativeSetRequest.js +4 -2
  75. package/esm5/model/creativeSetResponse.js +4 -2
  76. package/esm5/model/duplicateCreativeSetResponse.js +4 -2
  77. package/esm5/model/hybridAdMapping.js +1 -0
  78. package/esm5/model/models.js +1 -2
  79. package/fesm2015/revxui-api-clients-ts.js +94 -127
  80. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  81. package/fesm5/revxui-api-clients-ts.js +96 -131
  82. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  83. package/model/{apiResponseObjectBulkEditCreativeSetsResponse.d.ts → apiResponseObjectAspectTemplateMap.d.ts} +3 -3
  84. package/model/{booleanEditField.d.ts → aspectTemplateMap.d.ts} +5 -3
  85. package/model/baseModelWithCreativeSetType.d.ts +3 -1
  86. package/model/creative.d.ts +1 -0
  87. package/model/creativeDTO.d.ts +4 -0
  88. package/model/creativeHtmlFileForSet.d.ts +9 -0
  89. package/model/creativeSetDashboardMetric.d.ts +3 -1
  90. package/model/creativeSetDetails.d.ts +3 -1
  91. package/model/creativeSetRequest.d.ts +6 -1
  92. package/model/creativeSetResponse.d.ts +3 -1
  93. package/model/duplicateCreativeSetResponse.d.ts +3 -1
  94. package/model/{strategyListEditField.d.ts → hybridAdMapping.d.ts} +4 -4
  95. package/model/models.d.ts +3 -9
  96. package/package.json +1 -1
  97. package/revxui-api-clients-ts.metadata.json +1 -1
  98. package/esm2015/model/activityLogsCreativeSetsBulkUpdateDTO.js +0 -11
  99. package/esm2015/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +0 -1
  100. package/esm2015/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +0 -1
  101. package/esm2015/model/apiResponseObjectBulkEditCreativeSetsResponse.js +0 -1
  102. package/esm2015/model/booleanEditField.js +0 -12
  103. package/esm2015/model/bulkEditCreativeSetsDTO.js +0 -1
  104. package/esm2015/model/bulkEditCreativeSetsListDTO.js +0 -1
  105. package/esm2015/model/bulkEditCreativeSetsResponse.js +0 -1
  106. package/esm2015/model/strategyListEditField.js +0 -1
  107. package/esm5/model/activityLogsCreativeSetsBulkUpdateDTO.js +0 -11
  108. package/esm5/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +0 -1
  109. package/esm5/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.js +0 -1
  110. package/esm5/model/apiResponseObjectBulkEditCreativeSetsResponse.js +0 -1
  111. package/esm5/model/booleanEditField.js +0 -12
  112. package/esm5/model/bulkEditCreativeSetsDTO.js +0 -1
  113. package/esm5/model/bulkEditCreativeSetsListDTO.js +0 -1
  114. package/esm5/model/bulkEditCreativeSetsResponse.js +0 -1
  115. package/esm5/model/strategyListEditField.js +0 -1
  116. package/model/activityLogsCreativeSetsBulkUpdateDTO.d.ts +0 -33
  117. package/model/apiListResponseActivityLogsCreativeSetsBulkUpdateDTO.d.ts +0 -16
  118. package/model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO.d.ts +0 -17
  119. package/model/bulkEditCreativeSetsDTO.d.ts +0 -25
  120. package/model/bulkEditCreativeSetsListDTO.d.ts +0 -18
  121. package/model/bulkEditCreativeSetsResponse.d.ts +0 -20
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@0.10.288
1
+ ## @revxui/api-clients-ts@0.10.290
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.288 --save
22
+ npm install @revxui/api-clients-ts@0.10.290 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -12,15 +12,13 @@
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 { ApiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO } from '../model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO';
16
15
  import { ApiResponseObjectApiListResponseCreativeSetDashboardMetric } from '../model/apiResponseObjectApiListResponseCreativeSetDashboardMetric';
17
- import { ApiResponseObjectBulkEditCreativeSetsResponse } from '../model/apiResponseObjectBulkEditCreativeSetsResponse';
16
+ import { ApiResponseObjectAspectTemplateMap } from '../model/apiResponseObjectAspectTemplateMap';
18
17
  import { ApiResponseObjectCreativeSetDetails } from '../model/apiResponseObjectCreativeSetDetails';
19
18
  import { ApiResponseObjectCreativeSetResponse } from '../model/apiResponseObjectCreativeSetResponse';
20
19
  import { ApiResponseObjectDashboardMetrics } from '../model/apiResponseObjectDashboardMetrics';
21
20
  import { ApiResponseObjectDashboardResponse } from '../model/apiResponseObjectDashboardResponse';
22
21
  import { ApiResponseObjectDuplicateCreativeSetResponse } from '../model/apiResponseObjectDuplicateCreativeSetResponse';
23
- import { BulkEditCreativeSetsDTO } from '../model/bulkEditCreativeSetsDTO';
24
22
  import { CreativeSetRequest } from '../model/creativeSetRequest';
25
23
  import { DashboardRequest } from '../model/dashboardRequest';
26
24
  import { DuplicateCreativeSetsRequestDTO } from '../model/duplicateCreativeSetsRequestDTO';
@@ -36,32 +34,6 @@ export declare class CreativeSetsControllerService {
36
34
  * @return true: consumes contains 'multipart/form-data', false: otherwise
37
35
  */
38
36
  private canConsumeForm;
39
- /**
40
- * Api to get Creative Sets Bulk Edit Activity Log
41
- *
42
- * @param pageNumber pageNumber
43
- * @param pageSize pageSize
44
- * @param reqId request id
45
- * @param sort sort
46
- * @param token Auth Token
47
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
48
- * @param reportProgress flag to report request and response progress.
49
- */
50
- bulkEditActivityLogUsingGET1(pageNumber?: number, pageSize?: number, reqId?: string, sort?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO>;
51
- bulkEditActivityLogUsingGET1(pageNumber?: number, pageSize?: number, reqId?: string, sort?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO>>;
52
- bulkEditActivityLogUsingGET1(pageNumber?: number, pageSize?: number, reqId?: string, sort?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO>>;
53
- /**
54
- * Api to bulk edit creative sets
55
- *
56
- * @param dto dto
57
- * @param reqId request id
58
- * @param token Auth Token
59
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
60
- * @param reportProgress flag to report request and response progress.
61
- */
62
- bulkEditCreativeSetsUsingPOST(dto: BulkEditCreativeSetsDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectBulkEditCreativeSetsResponse>;
63
- bulkEditCreativeSetsUsingPOST(dto: BulkEditCreativeSetsDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectBulkEditCreativeSetsResponse>>;
64
- bulkEditCreativeSetsUsingPOST(dto: BulkEditCreativeSetsDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectBulkEditCreativeSetsResponse>>;
65
37
  /**
66
38
  * Api to create creative sets
67
39
  *
@@ -129,16 +101,29 @@ export declare class CreativeSetsControllerService {
129
101
  * Api to get individual creative performance
130
102
  *
131
103
  * @param dashboardRequest dashboardRequest
132
- * @param id id
133
104
  * @param refresh refresh
134
105
  * @param reqId request id
135
106
  * @param token Auth Token
136
107
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
137
108
  * @param reportProgress flag to report request and response progress.
138
109
  */
139
- getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDashboardResponse>;
140
- getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDashboardResponse>>;
141
- getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDashboardResponse>>;
110
+ getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDashboardResponse>;
111
+ getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDashboardResponse>>;
112
+ getCreativesPerformanceUsingPOST(dashboardRequest: DashboardRequest, refresh?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDashboardResponse>>;
113
+ /**
114
+ * Api to get available hybrid ad templates for the uploaded videos
115
+ *
116
+ * @param advertiserId advertiserId
117
+ * @param aspect_ratio aspect_ratio
118
+ * @param type type
119
+ * @param reqId request id
120
+ * @param token Auth Token
121
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
122
+ * @param reportProgress flag to report request and response progress.
123
+ */
124
+ getHybridAdTemplatesUsingGET(advertiserId: number, aspect_ratio: string, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectAspectTemplateMap>;
125
+ getHybridAdTemplatesUsingGET(advertiserId: number, aspect_ratio: string, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectAspectTemplateMap>>;
126
+ getHybridAdTemplatesUsingGET(advertiserId: number, aspect_ratio: string, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectAspectTemplateMap>>;
142
127
  /**
143
128
  * Api to get individual creative set performance
144
129
  *
@@ -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) {
@@ -1864,7 +1864,7 @@
1864
1864
  var AuditControllerService = /** @class */ (function () {
1865
1865
  function AuditControllerService(httpClient, basePath, configuration) {
1866
1866
  this.httpClient = httpClient;
1867
- this.basePath = 'https://apiv2stage2.atomex.net';
1867
+ this.basePath = 'https://apiv2stage1.atomex.net';
1868
1868
  this.defaultHeaders = new http.HttpHeaders();
1869
1869
  this.configuration = new Configuration();
1870
1870
  if (basePath) {
@@ -2063,7 +2063,7 @@
2063
2063
  var BulkStrategyControllerService = /** @class */ (function () {
2064
2064
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2065
2065
  this.httpClient = httpClient;
2066
- this.basePath = 'https://apiv2stage2.atomex.net';
2066
+ this.basePath = 'https://apiv2stage1.atomex.net';
2067
2067
  this.defaultHeaders = new http.HttpHeaders();
2068
2068
  this.configuration = new Configuration();
2069
2069
  if (basePath) {
@@ -2306,7 +2306,7 @@
2306
2306
  var CSSThemeController_Service = /** @class */ (function () {
2307
2307
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2308
2308
  this.httpClient = httpClient;
2309
- this.basePath = 'https://apiv2stage2.atomex.net';
2309
+ this.basePath = 'https://apiv2stage1.atomex.net';
2310
2310
  this.defaultHeaders = new http.HttpHeaders();
2311
2311
  this.configuration = new Configuration();
2312
2312
  if (basePath) {
@@ -2427,7 +2427,7 @@
2427
2427
  var CampaignControllerService = /** @class */ (function () {
2428
2428
  function CampaignControllerService(httpClient, basePath, configuration) {
2429
2429
  this.httpClient = httpClient;
2430
- this.basePath = 'https://apiv2stage2.atomex.net';
2430
+ this.basePath = 'https://apiv2stage1.atomex.net';
2431
2431
  this.defaultHeaders = new http.HttpHeaders();
2432
2432
  this.configuration = new Configuration();
2433
2433
  if (basePath) {
@@ -2749,7 +2749,7 @@
2749
2749
  var CatalogControllerService = /** @class */ (function () {
2750
2750
  function CatalogControllerService(httpClient, basePath, configuration) {
2751
2751
  this.httpClient = httpClient;
2752
- this.basePath = 'https://apiv2stage2.atomex.net';
2752
+ this.basePath = 'https://apiv2stage1.atomex.net';
2753
2753
  this.defaultHeaders = new http.HttpHeaders();
2754
2754
  this.configuration = new Configuration();
2755
2755
  if (basePath) {
@@ -2972,7 +2972,7 @@
2972
2972
  var ClickDestinationControllerService = /** @class */ (function () {
2973
2973
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2974
2974
  this.httpClient = httpClient;
2975
- this.basePath = 'https://apiv2stage2.atomex.net';
2975
+ this.basePath = 'https://apiv2stage1.atomex.net';
2976
2976
  this.defaultHeaders = new http.HttpHeaders();
2977
2977
  this.configuration = new Configuration();
2978
2978
  if (basePath) {
@@ -3222,7 +3222,7 @@
3222
3222
  var CreativeControllerService = /** @class */ (function () {
3223
3223
  function CreativeControllerService(httpClient, basePath, configuration) {
3224
3224
  this.httpClient = httpClient;
3225
- this.basePath = 'https://apiv2stage2.atomex.net';
3225
+ this.basePath = 'https://apiv2stage1.atomex.net';
3226
3226
  this.defaultHeaders = new http.HttpHeaders();
3227
3227
  this.configuration = new Configuration();
3228
3228
  if (basePath) {
@@ -3699,7 +3699,7 @@
3699
3699
  var CreativeSetsControllerService = /** @class */ (function () {
3700
3700
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3701
3701
  this.httpClient = httpClient;
3702
- this.basePath = 'https://apiv2stage2.atomex.net';
3702
+ this.basePath = 'https://apiv2stage1.atomex.net';
3703
3703
  this.defaultHeaders = new http.HttpHeaders();
3704
3704
  this.configuration = new Configuration();
3705
3705
  if (basePath) {
@@ -3734,80 +3734,6 @@
3734
3734
  }
3735
3735
  return false;
3736
3736
  };
3737
- CreativeSetsControllerService.prototype.bulkEditActivityLogUsingGET1 = function (pageNumber, pageSize, reqId, sort, token, observe, reportProgress) {
3738
- if (observe === void 0) { observe = 'body'; }
3739
- if (reportProgress === void 0) { reportProgress = false; }
3740
- var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3741
- if (pageNumber !== undefined && pageNumber !== null) {
3742
- queryParameters = queryParameters.set('pageNumber', pageNumber);
3743
- }
3744
- if (pageSize !== undefined && pageSize !== null) {
3745
- queryParameters = queryParameters.set('pageSize', pageSize);
3746
- }
3747
- if (sort !== undefined && sort !== null) {
3748
- queryParameters = queryParameters.set('sort', sort);
3749
- }
3750
- var headers = this.defaultHeaders;
3751
- if (reqId !== undefined && reqId !== null) {
3752
- headers = headers.set('reqId', String(reqId));
3753
- }
3754
- if (token !== undefined && token !== null) {
3755
- headers = headers.set('token', String(token));
3756
- }
3757
- // to determine the Accept header
3758
- var httpHeaderAccepts = [
3759
- 'application/json'
3760
- ];
3761
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3762
- if (httpHeaderAcceptSelected != undefined) {
3763
- headers = headers.set('Accept', httpHeaderAcceptSelected);
3764
- }
3765
- // to determine the Content-Type header
3766
- var consumes = [];
3767
- return this.httpClient.get(this.basePath + "/v2/api/creativesets/bulkupdateActivityLog", {
3768
- params: queryParameters,
3769
- withCredentials: this.configuration.withCredentials,
3770
- headers: headers,
3771
- observe: observe,
3772
- reportProgress: reportProgress
3773
- });
3774
- };
3775
- CreativeSetsControllerService.prototype.bulkEditCreativeSetsUsingPOST = function (dto, reqId, token, observe, reportProgress) {
3776
- if (observe === void 0) { observe = 'body'; }
3777
- if (reportProgress === void 0) { reportProgress = false; }
3778
- if (dto === null || dto === undefined) {
3779
- throw new Error('Required parameter dto was null or undefined when calling bulkEditCreativeSetsUsingPOST.');
3780
- }
3781
- var headers = this.defaultHeaders;
3782
- if (reqId !== undefined && reqId !== null) {
3783
- headers = headers.set('reqId', String(reqId));
3784
- }
3785
- if (token !== undefined && token !== null) {
3786
- headers = headers.set('token', String(token));
3787
- }
3788
- // to determine the Accept header
3789
- var httpHeaderAccepts = [
3790
- 'application/json'
3791
- ];
3792
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3793
- if (httpHeaderAcceptSelected != undefined) {
3794
- headers = headers.set('Accept', httpHeaderAcceptSelected);
3795
- }
3796
- // to determine the Content-Type header
3797
- var consumes = [
3798
- 'application/json'
3799
- ];
3800
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3801
- if (httpContentTypeSelected != undefined) {
3802
- headers = headers.set('Content-Type', httpContentTypeSelected);
3803
- }
3804
- return this.httpClient.post(this.basePath + "/v2/api/creativesets/bulkupdate", dto, {
3805
- withCredentials: this.configuration.withCredentials,
3806
- headers: headers,
3807
- observe: observe,
3808
- reportProgress: reportProgress
3809
- });
3810
- };
3811
3737
  CreativeSetsControllerService.prototype.createUsingPOST = function (creativeSetRequest, reqId, token, observe, reportProgress) {
3812
3738
  if (observe === void 0) { observe = 'body'; }
3813
3739
  if (reportProgress === void 0) { reportProgress = false; }
@@ -3994,15 +3920,12 @@
3994
3920
  reportProgress: reportProgress
3995
3921
  });
3996
3922
  };
3997
- CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, id, refresh, reqId, token, observe, reportProgress) {
3923
+ CreativeSetsControllerService.prototype.getCreativesPerformanceUsingPOST = function (dashboardRequest, refresh, reqId, token, observe, reportProgress) {
3998
3924
  if (observe === void 0) { observe = 'body'; }
3999
3925
  if (reportProgress === void 0) { reportProgress = false; }
4000
3926
  if (dashboardRequest === null || dashboardRequest === undefined) {
4001
3927
  throw new Error('Required parameter dashboardRequest was null or undefined when calling getCreativesPerformanceUsingPOST.');
4002
3928
  }
4003
- if (id === null || id === undefined) {
4004
- throw new Error('Required parameter id was null or undefined when calling getCreativesPerformanceUsingPOST.');
4005
- }
4006
3929
  var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4007
3930
  if (refresh !== undefined && refresh !== null) {
4008
3931
  queryParameters = queryParameters.set('refresh', refresh);
@@ -4030,7 +3953,54 @@
4030
3953
  if (httpContentTypeSelected != undefined) {
4031
3954
  headers = headers.set('Content-Type', httpContentTypeSelected);
4032
3955
  }
4033
- return this.httpClient.post(this.basePath + "/v2/api/creativesets/creatives/performance/" + encodeURIComponent(String(id)), dashboardRequest, {
3956
+ return this.httpClient.post(this.basePath + "/v2/api/creativesets/creatives/performance/", dashboardRequest, {
3957
+ params: queryParameters,
3958
+ withCredentials: this.configuration.withCredentials,
3959
+ headers: headers,
3960
+ observe: observe,
3961
+ reportProgress: reportProgress
3962
+ });
3963
+ };
3964
+ CreativeSetsControllerService.prototype.getHybridAdTemplatesUsingGET = function (advertiserId, aspect_ratio, type, reqId, token, observe, reportProgress) {
3965
+ if (observe === void 0) { observe = 'body'; }
3966
+ if (reportProgress === void 0) { reportProgress = false; }
3967
+ if (advertiserId === null || advertiserId === undefined) {
3968
+ throw new Error('Required parameter advertiserId was null or undefined when calling getHybridAdTemplatesUsingGET.');
3969
+ }
3970
+ if (aspect_ratio === null || aspect_ratio === undefined) {
3971
+ throw new Error('Required parameter aspect_ratio was null or undefined when calling getHybridAdTemplatesUsingGET.');
3972
+ }
3973
+ if (type === null || type === undefined) {
3974
+ throw new Error('Required parameter type was null or undefined when calling getHybridAdTemplatesUsingGET.');
3975
+ }
3976
+ var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
3977
+ if (advertiserId !== undefined && advertiserId !== null) {
3978
+ queryParameters = queryParameters.set('advertiserId', advertiserId);
3979
+ }
3980
+ if (aspect_ratio !== undefined && aspect_ratio !== null) {
3981
+ queryParameters = queryParameters.set('aspect_ratio', aspect_ratio);
3982
+ }
3983
+ if (type !== undefined && type !== null) {
3984
+ queryParameters = queryParameters.set('type', type);
3985
+ }
3986
+ var headers = this.defaultHeaders;
3987
+ if (reqId !== undefined && reqId !== null) {
3988
+ headers = headers.set('reqId', String(reqId));
3989
+ }
3990
+ if (token !== undefined && token !== null) {
3991
+ headers = headers.set('token', String(token));
3992
+ }
3993
+ // to determine the Accept header
3994
+ var httpHeaderAccepts = [
3995
+ 'application/json'
3996
+ ];
3997
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3998
+ if (httpHeaderAcceptSelected != undefined) {
3999
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
4000
+ }
4001
+ // to determine the Content-Type header
4002
+ var consumes = [];
4003
+ return this.httpClient.get(this.basePath + "/v2/api/creativesets/hybridtemplates", {
4034
4004
  params: queryParameters,
4035
4005
  withCredentials: this.configuration.withCredentials,
4036
4006
  headers: headers,
@@ -4147,7 +4117,7 @@
4147
4117
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4148
4118
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4149
4119
  this.httpClient = httpClient;
4150
- this.basePath = 'https://apiv2stage2.atomex.net';
4120
+ this.basePath = 'https://apiv2stage1.atomex.net';
4151
4121
  this.defaultHeaders = new http.HttpHeaders();
4152
4122
  this.configuration = new Configuration();
4153
4123
  if (basePath) {
@@ -4348,7 +4318,7 @@
4348
4318
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4349
4319
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4350
4320
  this.httpClient = httpClient;
4351
- this.basePath = 'https://apiv2stage2.atomex.net';
4321
+ this.basePath = 'https://apiv2stage1.atomex.net';
4352
4322
  this.defaultHeaders = new http.HttpHeaders();
4353
4323
  this.configuration = new Configuration();
4354
4324
  if (basePath) {
@@ -4436,7 +4406,7 @@
4436
4406
  var CreativeTemplatesControllerService = /** @class */ (function () {
4437
4407
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4438
4408
  this.httpClient = httpClient;
4439
- this.basePath = 'https://apiv2stage2.atomex.net';
4409
+ this.basePath = 'https://apiv2stage1.atomex.net';
4440
4410
  this.defaultHeaders = new http.HttpHeaders();
4441
4411
  this.configuration = new Configuration();
4442
4412
  if (basePath) {
@@ -4615,7 +4585,7 @@
4615
4585
  var DashboardControllerService = /** @class */ (function () {
4616
4586
  function DashboardControllerService(httpClient, basePath, configuration) {
4617
4587
  this.httpClient = httpClient;
4618
- this.basePath = 'https://apiv2stage2.atomex.net';
4588
+ this.basePath = 'https://apiv2stage1.atomex.net';
4619
4589
  this.defaultHeaders = new http.HttpHeaders();
4620
4590
  this.configuration = new Configuration();
4621
4591
  if (basePath) {
@@ -5272,7 +5242,7 @@
5272
5242
  var NotificationsControllerService = /** @class */ (function () {
5273
5243
  function NotificationsControllerService(httpClient, basePath, configuration) {
5274
5244
  this.httpClient = httpClient;
5275
- this.basePath = 'https://apiv2stage2.atomex.net';
5245
+ this.basePath = 'https://apiv2stage1.atomex.net';
5276
5246
  this.defaultHeaders = new http.HttpHeaders();
5277
5247
  this.configuration = new Configuration();
5278
5248
  if (basePath) {
@@ -5471,7 +5441,7 @@
5471
5441
  var PixelControllerService = /** @class */ (function () {
5472
5442
  function PixelControllerService(httpClient, basePath, configuration) {
5473
5443
  this.httpClient = httpClient;
5474
- this.basePath = 'https://apiv2stage2.atomex.net';
5444
+ this.basePath = 'https://apiv2stage1.atomex.net';
5475
5445
  this.defaultHeaders = new http.HttpHeaders();
5476
5446
  this.configuration = new Configuration();
5477
5447
  if (basePath) {
@@ -5800,7 +5770,7 @@
5800
5770
  var ReportingControllerService = /** @class */ (function () {
5801
5771
  function ReportingControllerService(httpClient, basePath, configuration) {
5802
5772
  this.httpClient = httpClient;
5803
- this.basePath = 'https://apiv2stage2.atomex.net';
5773
+ this.basePath = 'https://apiv2stage1.atomex.net';
5804
5774
  this.defaultHeaders = new http.HttpHeaders();
5805
5775
  this.configuration = new Configuration();
5806
5776
  if (basePath) {
@@ -5984,7 +5954,7 @@
5984
5954
  var SliceXControllerService = /** @class */ (function () {
5985
5955
  function SliceXControllerService(httpClient, basePath, configuration) {
5986
5956
  this.httpClient = httpClient;
5987
- this.basePath = 'https://apiv2stage2.atomex.net';
5957
+ this.basePath = 'https://apiv2stage1.atomex.net';
5988
5958
  this.defaultHeaders = new http.HttpHeaders();
5989
5959
  this.configuration = new Configuration();
5990
5960
  if (basePath) {
@@ -6252,7 +6222,7 @@
6252
6222
  var StrategyControllerService = /** @class */ (function () {
6253
6223
  function StrategyControllerService(httpClient, basePath, configuration) {
6254
6224
  this.httpClient = httpClient;
6255
- this.basePath = 'https://apiv2stage2.atomex.net';
6225
+ this.basePath = 'https://apiv2stage1.atomex.net';
6256
6226
  this.defaultHeaders = new http.HttpHeaders();
6257
6227
  this.configuration = new Configuration();
6258
6228
  if (basePath) {
@@ -6913,7 +6883,7 @@
6913
6883
  var UILoggerControllerService = /** @class */ (function () {
6914
6884
  function UILoggerControllerService(httpClient, basePath, configuration) {
6915
6885
  this.httpClient = httpClient;
6916
- this.basePath = 'https://apiv2stage2.atomex.net';
6886
+ this.basePath = 'https://apiv2stage1.atomex.net';
6917
6887
  this.defaultHeaders = new http.HttpHeaders();
6918
6888
  this.configuration = new Configuration();
6919
6889
  if (basePath) {
@@ -7015,7 +6985,7 @@
7015
6985
  var UserPreferenceControllerService = /** @class */ (function () {
7016
6986
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
7017
6987
  this.httpClient = httpClient;
7018
- this.basePath = 'https://apiv2stage2.atomex.net';
6988
+ this.basePath = 'https://apiv2stage1.atomex.net';
7019
6989
  this.defaultHeaders = new http.HttpHeaders();
7020
6990
  this.configuration = new Configuration();
7021
6991
  if (basePath) {
@@ -7194,17 +7164,6 @@
7194
7164
  var APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AudienceControllerService, AuditControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, NotificationsControllerService, PixelControllerService, ReportingControllerService, SliceXControllerService, StrategyControllerService, UILoggerControllerService, UserPreferenceControllerService];
7195
7165
 
7196
7166
 
7197
- (function (ActivityLogsCreativeSetsBulkUpdateDTO) {
7198
- ActivityLogsCreativeSetsBulkUpdateDTO.StatusEnum = {
7199
- PENDING: 'PENDING',
7200
- INPROGRESS: 'IN_PROGRESS',
7201
- FAILED: 'FAILED',
7202
- SUCCESS: 'SUCCESS',
7203
- PARTIALSUCCESS: 'PARTIAL_SUCCESS'
7204
- };
7205
- })(exports.ActivityLogsCreativeSetsBulkUpdateDTO || (exports.ActivityLogsCreativeSetsBulkUpdateDTO = {}));
7206
-
7207
-
7208
7167
  (function (ActivityLogsStrategyBulkUpdateDTO) {
7209
7168
  ActivityLogsStrategyBulkUpdateDTO.StatusEnum = {
7210
7169
  PENDING: 'PENDING',
@@ -7352,7 +7311,9 @@
7352
7311
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7353
7312
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7354
7313
  DYNAMICHTML: 'DYNAMIC_HTML',
7355
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7314
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7315
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7316
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7356
7317
  };
7357
7318
  })(exports.BaseModelWithCreativeSetType || (exports.BaseModelWithCreativeSetType = {}));
7358
7319
 
@@ -7471,19 +7432,13 @@
7471
7432
  };
7472
7433
  })(exports.CreativeFiles || (exports.CreativeFiles = {}));
7473
7434
 
7474
- /**
7475
- * Api Documentation
7476
- * Api Documentation
7477
- *
7478
- * OpenAPI spec version: 1.0
7479
- *
7480
- *
7481
- * NOTE: This class is auto generated by the swagger code generator program.
7482
- * https://github.com/swagger-api/swagger-codegen.git
7483
- * Do not edit the class manually.
7484
- */
7485
7435
 
7486
7436
  (function (CreativeHtmlFileForSet) {
7437
+ CreativeHtmlFileForSet.TemplateTypeEnum = {
7438
+ DCO: 'DCO',
7439
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7440
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7441
+ };
7487
7442
  CreativeHtmlFileForSet.TypeEnum = {
7488
7443
  Image: 'image',
7489
7444
  Html: 'html',
@@ -7514,7 +7469,9 @@
7514
7469
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7515
7470
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7516
7471
  DYNAMICHTML: 'DYNAMIC_HTML',
7517
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7472
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7473
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7474
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7518
7475
  };
7519
7476
  })(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
7520
7477
 
@@ -7530,7 +7487,9 @@
7530
7487
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7531
7488
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7532
7489
  DYNAMICHTML: 'DYNAMIC_HTML',
7533
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7490
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7491
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7492
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7534
7493
  };
7535
7494
  })(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
7536
7495
 
@@ -7546,7 +7505,9 @@
7546
7505
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7547
7506
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7548
7507
  DYNAMICHTML: 'DYNAMIC_HTML',
7549
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7508
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7509
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7510
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7550
7511
  };
7551
7512
  })(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
7552
7513
 
@@ -7573,7 +7534,9 @@
7573
7534
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7574
7535
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7575
7536
  DYNAMICHTML: 'DYNAMIC_HTML',
7576
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7537
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7538
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7539
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7577
7540
  };
7578
7541
  })(exports.CreativeSetResponse || (exports.CreativeSetResponse = {}));
7579
7542
 
@@ -7620,7 +7583,9 @@
7620
7583
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7621
7584
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7622
7585
  DYNAMICHTML: 'DYNAMIC_HTML',
7623
- DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7586
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7587
+ HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7588
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7624
7589
  };
7625
7590
  })(exports.DuplicateCreativeSetResponse || (exports.DuplicateCreativeSetResponse = {}));
7626
7591