@revxui/api-clients-ts 0.10.304 → 0.10.305

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 (109) hide show
  1. package/README.md +2 -2
  2. package/api/appSettingsController.service.d.ts +39 -0
  3. package/api/creativeSetsController.service.d.ts +0 -15
  4. package/bundles/revxui-api-clients-ts.umd.js +135 -90
  5. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  6. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  7. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  8. package/esm2015/api/adminController.service.js +2 -2
  9. package/esm2015/api/advertiserController.service.js +2 -2
  10. package/esm2015/api/appSettingsController.service.js +91 -2
  11. package/esm2015/api/audienceController.service.js +2 -2
  12. package/esm2015/api/auditController.service.js +2 -2
  13. package/esm2015/api/bulkStrategyController.service.js +2 -2
  14. package/esm2015/api/cSSThemeController_.service.js +2 -2
  15. package/esm2015/api/campaignController.service.js +2 -2
  16. package/esm2015/api/catalogController.service.js +2 -2
  17. package/esm2015/api/clickDestinationController.service.js +2 -2
  18. package/esm2015/api/creativeController.service.js +2 -2
  19. package/esm2015/api/creativeSetsController.service.js +2 -44
  20. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  21. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  22. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  23. package/esm2015/api/dashboardController.service.js +2 -2
  24. package/esm2015/api/notificationsController.service.js +2 -2
  25. package/esm2015/api/pixelController.service.js +2 -2
  26. package/esm2015/api/reportingController.service.js +2 -2
  27. package/esm2015/api/sliceXController.service.js +2 -2
  28. package/esm2015/api/strategyController.service.js +2 -2
  29. package/esm2015/api/uILoggerController.service.js +2 -2
  30. package/esm2015/api/userPreferenceController.service.js +2 -2
  31. package/esm2015/model/advertiserLayoutVariables.js +1 -1
  32. package/esm2015/model/apiResponseObjectListDynamicVideoConfigDTO.js +1 -0
  33. package/esm2015/model/apiResponseObjectListDynamicVideoTemplate.js +1 -0
  34. package/esm2015/model/baseModelWithCreativeSetType.js +2 -4
  35. package/esm2015/model/creativeDTO.js +1 -1
  36. package/esm2015/model/creativeHtmlFileForSet.js +12 -6
  37. package/esm2015/model/creativePerformanceData.js +1 -1
  38. package/esm2015/model/creativeSetDashboardMetric.js +2 -4
  39. package/esm2015/model/creativeSetDetails.js +2 -4
  40. package/esm2015/model/creativeSetRequest.js +2 -4
  41. package/esm2015/model/creativeSetResponse.js +2 -4
  42. package/esm2015/model/duplicateCreativeSetResponse.js +2 -4
  43. package/esm2015/model/dynamicVideoConfigDTO.js +12 -0
  44. package/esm2015/model/dynamicVideoDTO.js +1 -0
  45. package/esm2015/model/dynamicVideoTemplate.js +1 -0
  46. package/esm2015/model/models.js +1 -1
  47. package/esm5/api/adminController.service.js +2 -2
  48. package/esm5/api/advertiserController.service.js +2 -2
  49. package/esm5/api/appSettingsController.service.js +97 -2
  50. package/esm5/api/audienceController.service.js +2 -2
  51. package/esm5/api/auditController.service.js +2 -2
  52. package/esm5/api/bulkStrategyController.service.js +2 -2
  53. package/esm5/api/cSSThemeController_.service.js +2 -2
  54. package/esm5/api/campaignController.service.js +2 -2
  55. package/esm5/api/catalogController.service.js +2 -2
  56. package/esm5/api/clickDestinationController.service.js +2 -2
  57. package/esm5/api/creativeController.service.js +2 -2
  58. package/esm5/api/creativeSetsController.service.js +2 -46
  59. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  60. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  61. package/esm5/api/creativeTemplatesController.service.js +2 -2
  62. package/esm5/api/dashboardController.service.js +2 -2
  63. package/esm5/api/notificationsController.service.js +2 -2
  64. package/esm5/api/pixelController.service.js +2 -2
  65. package/esm5/api/reportingController.service.js +2 -2
  66. package/esm5/api/sliceXController.service.js +2 -2
  67. package/esm5/api/strategyController.service.js +2 -2
  68. package/esm5/api/uILoggerController.service.js +2 -2
  69. package/esm5/api/userPreferenceController.service.js +2 -2
  70. package/esm5/model/advertiserLayoutVariables.js +1 -1
  71. package/esm5/model/apiResponseObjectListDynamicVideoConfigDTO.js +1 -0
  72. package/esm5/model/apiResponseObjectListDynamicVideoTemplate.js +1 -0
  73. package/esm5/model/baseModelWithCreativeSetType.js +2 -4
  74. package/esm5/model/creativeDTO.js +1 -1
  75. package/esm5/model/creativeHtmlFileForSet.js +12 -6
  76. package/esm5/model/creativePerformanceData.js +1 -1
  77. package/esm5/model/creativeSetDashboardMetric.js +2 -4
  78. package/esm5/model/creativeSetDetails.js +2 -4
  79. package/esm5/model/creativeSetRequest.js +2 -4
  80. package/esm5/model/creativeSetResponse.js +2 -4
  81. package/esm5/model/duplicateCreativeSetResponse.js +2 -4
  82. package/esm5/model/dynamicVideoConfigDTO.js +12 -0
  83. package/esm5/model/dynamicVideoDTO.js +1 -0
  84. package/esm5/model/dynamicVideoTemplate.js +1 -0
  85. package/esm5/model/models.js +1 -1
  86. package/fesm2015/revxui-api-clients-ts.js +129 -88
  87. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  88. package/fesm5/revxui-api-clients-ts.js +135 -90
  89. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  90. package/model/advertiserLayoutVariables.d.ts +0 -1
  91. package/model/apiResponseObjectListDynamicVideoConfigDTO.d.ts +17 -0
  92. package/model/apiResponseObjectListDynamicVideoTemplate.d.ts +17 -0
  93. package/model/baseModelWithCreativeSetType.d.ts +1 -3
  94. package/model/creativeDTO.d.ts +0 -4
  95. package/model/creativeHtmlFileForSet.d.ts +0 -9
  96. package/model/creativePerformanceData.d.ts +16 -0
  97. package/model/creativeSetDashboardMetric.d.ts +1 -3
  98. package/model/creativeSetDetails.d.ts +1 -3
  99. package/model/creativeSetRequest.d.ts +1 -7
  100. package/model/creativeSetResponse.d.ts +1 -3
  101. package/model/duplicateCreativeSetResponse.d.ts +1 -3
  102. package/model/{hybridAdMapping.d.ts → dynamicVideoConfigDTO.d.ts} +4 -5
  103. package/model/dynamicVideoDTO.d.ts +16 -0
  104. package/model/dynamicVideoTemplate.d.ts +18 -0
  105. package/model/models.d.ts +5 -1
  106. package/package.json +1 -1
  107. package/revxui-api-clients-ts.metadata.json +1 -1
  108. package/esm2015/model/hybridAdMapping.js +0 -1
  109. package/esm5/model/hybridAdMapping.js +0 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@0.10.304
1
+ ## @revxui/api-clients-ts@0.10.305
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.304 --save
22
+ npm install @revxui/api-clients-ts@0.10.305 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -12,7 +12,11 @@
12
12
  import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
13
13
  import { Observable } from 'rxjs';
14
14
  import { ApiResponseObjectListAppSettingsDTO } from '../model/apiResponseObjectListAppSettingsDTO';
15
+ import { ApiResponseObjectListDynamicVideoConfigDTO } from '../model/apiResponseObjectListDynamicVideoConfigDTO';
16
+ import { ApiResponseObjectListDynamicVideoTemplate } from '../model/apiResponseObjectListDynamicVideoTemplate';
17
+ import { ApiResponseObjectResponseMessage } from '../model/apiResponseObjectResponseMessage';
15
18
  import { AppSettingsDTO } from '../model/appSettingsDTO';
19
+ import { DynamicVideoDTO } from '../model/dynamicVideoDTO';
16
20
  import { Configuration } from '../configuration';
17
21
  export declare class AppSettingsControllerService {
18
22
  protected httpClient: HttpClient;
@@ -37,6 +41,29 @@ export declare class AppSettingsControllerService {
37
41
  createAppSettingsUsingPOST(appSettings: Array<AppSettingsDTO>, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListAppSettingsDTO>;
38
42
  createAppSettingsUsingPOST(appSettings: Array<AppSettingsDTO>, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListAppSettingsDTO>>;
39
43
  createAppSettingsUsingPOST(appSettings: Array<AppSettingsDTO>, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListAppSettingsDTO>>;
44
+ /**
45
+ * Api to fetch sample dynamic video templates
46
+ *
47
+ * @param reqId request id
48
+ * @param token Auth Token
49
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
50
+ * @param reportProgress flag to report request and response progress.
51
+ */
52
+ fetchAllDynamicVideoTemplatesUsingGET(reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListDynamicVideoTemplate>;
53
+ fetchAllDynamicVideoTemplatesUsingGET(reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListDynamicVideoTemplate>>;
54
+ fetchAllDynamicVideoTemplatesUsingGET(reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListDynamicVideoTemplate>>;
55
+ /**
56
+ * Api to fetch dynamic video config for given advertiserid
57
+ *
58
+ * @param advertiserId advertiserId
59
+ * @param reqId request id
60
+ * @param token Auth Token
61
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
62
+ * @param reportProgress flag to report request and response progress.
63
+ */
64
+ fetchDynamicVideoConfigUsingGET(advertiserId?: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListDynamicVideoConfigDTO>;
65
+ fetchDynamicVideoConfigUsingGET(advertiserId?: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListDynamicVideoConfigDTO>>;
66
+ fetchDynamicVideoConfigUsingGET(advertiserId?: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListDynamicVideoConfigDTO>>;
40
67
  /**
41
68
  * Api to get App Settings
42
69
  *
@@ -62,4 +89,16 @@ export declare class AppSettingsControllerService {
62
89
  updateAppSettingsUsingPOST(appSettings: Array<AppSettingsDTO>, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListAppSettingsDTO>;
63
90
  updateAppSettingsUsingPOST(appSettings: Array<AppSettingsDTO>, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListAppSettingsDTO>>;
64
91
  updateAppSettingsUsingPOST(appSettings: Array<AppSettingsDTO>, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListAppSettingsDTO>>;
92
+ /**
93
+ * Api to upsert dynamic video
94
+ *
95
+ * @param dynamicVideoDTO dynamicVideoDTO
96
+ * @param reqId request id
97
+ * @param token Auth Token
98
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
99
+ * @param reportProgress flag to report request and response progress.
100
+ */
101
+ upsertDynamicVideoUsingPOST(dynamicVideoDTO: DynamicVideoDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectResponseMessage>;
102
+ upsertDynamicVideoUsingPOST(dynamicVideoDTO: DynamicVideoDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectResponseMessage>>;
103
+ upsertDynamicVideoUsingPOST(dynamicVideoDTO: DynamicVideoDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectResponseMessage>>;
65
104
  }
@@ -11,7 +11,6 @@
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';
15
14
  import { ApiResponseObjectAdvertiserDynamicDetails } from '../model/apiResponseObjectAdvertiserDynamicDetails';
16
15
  import { ApiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO } from '../model/apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO';
17
16
  import { ApiResponseObjectApiListResponseCreativeSetDashboardMetric } from '../model/apiResponseObjectApiListResponseCreativeSetDashboardMetric';
@@ -153,20 +152,6 @@ export declare class CreativeSetsControllerService {
153
152
  getPerformanceByIdUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDashboardMetrics>;
154
153
  getPerformanceByIdUsingPOST(dashboardRequest: DashboardRequest, id: number, refresh?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDashboardMetrics>>;
155
154
  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>>;
170
155
  /**
171
156
  * Api to update creative sets
172
157
  *
@@ -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) {
@@ -1042,6 +1042,65 @@
1042
1042
  reportProgress: reportProgress
1043
1043
  });
1044
1044
  };
1045
+ AppSettingsControllerService.prototype.fetchAllDynamicVideoTemplatesUsingGET = function (reqId, token, observe, reportProgress) {
1046
+ if (observe === void 0) { observe = 'body'; }
1047
+ if (reportProgress === void 0) { reportProgress = false; }
1048
+ var headers = this.defaultHeaders;
1049
+ if (reqId !== undefined && reqId !== null) {
1050
+ headers = headers.set('reqId', String(reqId));
1051
+ }
1052
+ if (token !== undefined && token !== null) {
1053
+ headers = headers.set('token', String(token));
1054
+ }
1055
+ // to determine the Accept header
1056
+ var httpHeaderAccepts = [
1057
+ 'application/json'
1058
+ ];
1059
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1060
+ if (httpHeaderAcceptSelected != undefined) {
1061
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1062
+ }
1063
+ // to determine the Content-Type header
1064
+ var consumes = [];
1065
+ return this.httpClient.get(this.basePath + "/v2/api/appsettings/dynamicvideo/templates", {
1066
+ withCredentials: this.configuration.withCredentials,
1067
+ headers: headers,
1068
+ observe: observe,
1069
+ reportProgress: reportProgress
1070
+ });
1071
+ };
1072
+ AppSettingsControllerService.prototype.fetchDynamicVideoConfigUsingGET = function (advertiserId, reqId, token, observe, reportProgress) {
1073
+ if (observe === void 0) { observe = 'body'; }
1074
+ if (reportProgress === void 0) { reportProgress = false; }
1075
+ var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
1076
+ if (advertiserId !== undefined && advertiserId !== null) {
1077
+ queryParameters = queryParameters.set('advertiserId', advertiserId);
1078
+ }
1079
+ var headers = this.defaultHeaders;
1080
+ if (reqId !== undefined && reqId !== null) {
1081
+ headers = headers.set('reqId', String(reqId));
1082
+ }
1083
+ if (token !== undefined && token !== null) {
1084
+ headers = headers.set('token', String(token));
1085
+ }
1086
+ // to determine the Accept header
1087
+ var httpHeaderAccepts = [
1088
+ 'application/json'
1089
+ ];
1090
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1091
+ if (httpHeaderAcceptSelected != undefined) {
1092
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1093
+ }
1094
+ // to determine the Content-Type header
1095
+ var consumes = [];
1096
+ return this.httpClient.get(this.basePath + "/v2/api/appsettings/dynamicvideo/config", {
1097
+ params: queryParameters,
1098
+ withCredentials: this.configuration.withCredentials,
1099
+ headers: headers,
1100
+ observe: observe,
1101
+ reportProgress: reportProgress
1102
+ });
1103
+ };
1045
1104
  AppSettingsControllerService.prototype.getAppSettingsUsingGET = function (advertiserId, reqId, settingsKeys, token, observe, reportProgress) {
1046
1105
  if (observe === void 0) { observe = 'body'; }
1047
1106
  if (reportProgress === void 0) { reportProgress = false; }
@@ -1115,6 +1174,42 @@
1115
1174
  reportProgress: reportProgress
1116
1175
  });
1117
1176
  };
1177
+ AppSettingsControllerService.prototype.upsertDynamicVideoUsingPOST = function (dynamicVideoDTO, reqId, token, observe, reportProgress) {
1178
+ if (observe === void 0) { observe = 'body'; }
1179
+ if (reportProgress === void 0) { reportProgress = false; }
1180
+ if (dynamicVideoDTO === null || dynamicVideoDTO === undefined) {
1181
+ throw new Error('Required parameter dynamicVideoDTO was null or undefined when calling upsertDynamicVideoUsingPOST.');
1182
+ }
1183
+ var headers = this.defaultHeaders;
1184
+ if (reqId !== undefined && reqId !== null) {
1185
+ headers = headers.set('reqId', String(reqId));
1186
+ }
1187
+ if (token !== undefined && token !== null) {
1188
+ headers = headers.set('token', String(token));
1189
+ }
1190
+ // to determine the Accept header
1191
+ var httpHeaderAccepts = [
1192
+ 'application/json'
1193
+ ];
1194
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1195
+ if (httpHeaderAcceptSelected != undefined) {
1196
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1197
+ }
1198
+ // to determine the Content-Type header
1199
+ var consumes = [
1200
+ 'application/json'
1201
+ ];
1202
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1203
+ if (httpContentTypeSelected != undefined) {
1204
+ headers = headers.set('Content-Type', httpContentTypeSelected);
1205
+ }
1206
+ return this.httpClient.post(this.basePath + "/v2/api/appsettings/dynamicvideo/upsert", dynamicVideoDTO, {
1207
+ withCredentials: this.configuration.withCredentials,
1208
+ headers: headers,
1209
+ observe: observe,
1210
+ reportProgress: reportProgress
1211
+ });
1212
+ };
1118
1213
  AppSettingsControllerService.ctorParameters = function () { return [
1119
1214
  { type: http.HttpClient },
1120
1215
  { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
@@ -1141,7 +1236,7 @@
1141
1236
  var AudienceControllerService = /** @class */ (function () {
1142
1237
  function AudienceControllerService(httpClient, basePath, configuration) {
1143
1238
  this.httpClient = httpClient;
1144
- this.basePath = 'https://apiv2stage1.atomex.net';
1239
+ this.basePath = 'https://apiv2stage2.atomex.net';
1145
1240
  this.defaultHeaders = new http.HttpHeaders();
1146
1241
  this.configuration = new Configuration();
1147
1242
  if (basePath) {
@@ -1864,7 +1959,7 @@
1864
1959
  var AuditControllerService = /** @class */ (function () {
1865
1960
  function AuditControllerService(httpClient, basePath, configuration) {
1866
1961
  this.httpClient = httpClient;
1867
- this.basePath = 'https://apiv2stage1.atomex.net';
1962
+ this.basePath = 'https://apiv2stage2.atomex.net';
1868
1963
  this.defaultHeaders = new http.HttpHeaders();
1869
1964
  this.configuration = new Configuration();
1870
1965
  if (basePath) {
@@ -2063,7 +2158,7 @@
2063
2158
  var BulkStrategyControllerService = /** @class */ (function () {
2064
2159
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2065
2160
  this.httpClient = httpClient;
2066
- this.basePath = 'https://apiv2stage1.atomex.net';
2161
+ this.basePath = 'https://apiv2stage2.atomex.net';
2067
2162
  this.defaultHeaders = new http.HttpHeaders();
2068
2163
  this.configuration = new Configuration();
2069
2164
  if (basePath) {
@@ -2306,7 +2401,7 @@
2306
2401
  var CSSThemeController_Service = /** @class */ (function () {
2307
2402
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2308
2403
  this.httpClient = httpClient;
2309
- this.basePath = 'https://apiv2stage1.atomex.net';
2404
+ this.basePath = 'https://apiv2stage2.atomex.net';
2310
2405
  this.defaultHeaders = new http.HttpHeaders();
2311
2406
  this.configuration = new Configuration();
2312
2407
  if (basePath) {
@@ -2427,7 +2522,7 @@
2427
2522
  var CampaignControllerService = /** @class */ (function () {
2428
2523
  function CampaignControllerService(httpClient, basePath, configuration) {
2429
2524
  this.httpClient = httpClient;
2430
- this.basePath = 'https://apiv2stage1.atomex.net';
2525
+ this.basePath = 'https://apiv2stage2.atomex.net';
2431
2526
  this.defaultHeaders = new http.HttpHeaders();
2432
2527
  this.configuration = new Configuration();
2433
2528
  if (basePath) {
@@ -2749,7 +2844,7 @@
2749
2844
  var CatalogControllerService = /** @class */ (function () {
2750
2845
  function CatalogControllerService(httpClient, basePath, configuration) {
2751
2846
  this.httpClient = httpClient;
2752
- this.basePath = 'https://apiv2stage1.atomex.net';
2847
+ this.basePath = 'https://apiv2stage2.atomex.net';
2753
2848
  this.defaultHeaders = new http.HttpHeaders();
2754
2849
  this.configuration = new Configuration();
2755
2850
  if (basePath) {
@@ -2972,7 +3067,7 @@
2972
3067
  var ClickDestinationControllerService = /** @class */ (function () {
2973
3068
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2974
3069
  this.httpClient = httpClient;
2975
- this.basePath = 'https://apiv2stage1.atomex.net';
3070
+ this.basePath = 'https://apiv2stage2.atomex.net';
2976
3071
  this.defaultHeaders = new http.HttpHeaders();
2977
3072
  this.configuration = new Configuration();
2978
3073
  if (basePath) {
@@ -3222,7 +3317,7 @@
3222
3317
  var CreativeControllerService = /** @class */ (function () {
3223
3318
  function CreativeControllerService(httpClient, basePath, configuration) {
3224
3319
  this.httpClient = httpClient;
3225
- this.basePath = 'https://apiv2stage1.atomex.net';
3320
+ this.basePath = 'https://apiv2stage2.atomex.net';
3226
3321
  this.defaultHeaders = new http.HttpHeaders();
3227
3322
  this.configuration = new Configuration();
3228
3323
  if (basePath) {
@@ -3699,7 +3794,7 @@
3699
3794
  var CreativeSetsControllerService = /** @class */ (function () {
3700
3795
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3701
3796
  this.httpClient = httpClient;
3702
- this.basePath = 'https://apiv2stage1.atomex.net';
3797
+ this.basePath = 'https://apiv2stage2.atomex.net';
3703
3798
  this.defaultHeaders = new http.HttpHeaders();
3704
3799
  this.configuration = new Configuration();
3705
3800
  if (basePath) {
@@ -4079,50 +4174,6 @@
4079
4174
  reportProgress: reportProgress
4080
4175
  });
4081
4176
  };
4082
- CreativeSetsControllerService.prototype.getTemplateListUsingGET = function (advertiserId, type, filters, reqId, token, observe, reportProgress) {
4083
- if (observe === void 0) { observe = 'body'; }
4084
- if (reportProgress === void 0) { reportProgress = false; }
4085
- if (advertiserId === null || advertiserId === undefined) {
4086
- throw new Error('Required parameter advertiserId was null or undefined when calling getTemplateListUsingGET.');
4087
- }
4088
- if (type === null || type === undefined) {
4089
- throw new Error('Required parameter type was null or undefined when calling getTemplateListUsingGET.');
4090
- }
4091
- var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4092
- if (advertiserId !== undefined && advertiserId !== null) {
4093
- queryParameters = queryParameters.set('advertiserId', advertiserId);
4094
- }
4095
- if (filters !== undefined && filters !== null) {
4096
- queryParameters = queryParameters.set('filters', filters);
4097
- }
4098
- if (type !== undefined && type !== null) {
4099
- queryParameters = queryParameters.set('type', type);
4100
- }
4101
- var headers = this.defaultHeaders;
4102
- if (reqId !== undefined && reqId !== null) {
4103
- headers = headers.set('reqId', String(reqId));
4104
- }
4105
- if (token !== undefined && token !== null) {
4106
- headers = headers.set('token', String(token));
4107
- }
4108
- // to determine the Accept header
4109
- var httpHeaderAccepts = [
4110
- 'application/json'
4111
- ];
4112
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4113
- if (httpHeaderAcceptSelected != undefined) {
4114
- headers = headers.set('Accept', httpHeaderAcceptSelected);
4115
- }
4116
- // to determine the Content-Type header
4117
- var consumes = [];
4118
- return this.httpClient.get(this.basePath + "/v2/api/creativesets/templates", {
4119
- params: queryParameters,
4120
- withCredentials: this.configuration.withCredentials,
4121
- headers: headers,
4122
- observe: observe,
4123
- reportProgress: reportProgress
4124
- });
4125
- };
4126
4177
  CreativeSetsControllerService.prototype.updateUsingPOST = function (creativeSetRequest, id, reqId, token, observe, reportProgress) {
4127
4178
  if (observe === void 0) { observe = 'body'; }
4128
4179
  if (reportProgress === void 0) { reportProgress = false; }
@@ -4188,7 +4239,7 @@
4188
4239
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4189
4240
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4190
4241
  this.httpClient = httpClient;
4191
- this.basePath = 'https://apiv2stage1.atomex.net';
4242
+ this.basePath = 'https://apiv2stage2.atomex.net';
4192
4243
  this.defaultHeaders = new http.HttpHeaders();
4193
4244
  this.configuration = new Configuration();
4194
4245
  if (basePath) {
@@ -4389,7 +4440,7 @@
4389
4440
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4390
4441
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4391
4442
  this.httpClient = httpClient;
4392
- this.basePath = 'https://apiv2stage1.atomex.net';
4443
+ this.basePath = 'https://apiv2stage2.atomex.net';
4393
4444
  this.defaultHeaders = new http.HttpHeaders();
4394
4445
  this.configuration = new Configuration();
4395
4446
  if (basePath) {
@@ -4477,7 +4528,7 @@
4477
4528
  var CreativeTemplatesControllerService = /** @class */ (function () {
4478
4529
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4479
4530
  this.httpClient = httpClient;
4480
- this.basePath = 'https://apiv2stage1.atomex.net';
4531
+ this.basePath = 'https://apiv2stage2.atomex.net';
4481
4532
  this.defaultHeaders = new http.HttpHeaders();
4482
4533
  this.configuration = new Configuration();
4483
4534
  if (basePath) {
@@ -4656,7 +4707,7 @@
4656
4707
  var DashboardControllerService = /** @class */ (function () {
4657
4708
  function DashboardControllerService(httpClient, basePath, configuration) {
4658
4709
  this.httpClient = httpClient;
4659
- this.basePath = 'https://apiv2stage1.atomex.net';
4710
+ this.basePath = 'https://apiv2stage2.atomex.net';
4660
4711
  this.defaultHeaders = new http.HttpHeaders();
4661
4712
  this.configuration = new Configuration();
4662
4713
  if (basePath) {
@@ -5313,7 +5364,7 @@
5313
5364
  var NotificationsControllerService = /** @class */ (function () {
5314
5365
  function NotificationsControllerService(httpClient, basePath, configuration) {
5315
5366
  this.httpClient = httpClient;
5316
- this.basePath = 'https://apiv2stage1.atomex.net';
5367
+ this.basePath = 'https://apiv2stage2.atomex.net';
5317
5368
  this.defaultHeaders = new http.HttpHeaders();
5318
5369
  this.configuration = new Configuration();
5319
5370
  if (basePath) {
@@ -5512,7 +5563,7 @@
5512
5563
  var PixelControllerService = /** @class */ (function () {
5513
5564
  function PixelControllerService(httpClient, basePath, configuration) {
5514
5565
  this.httpClient = httpClient;
5515
- this.basePath = 'https://apiv2stage1.atomex.net';
5566
+ this.basePath = 'https://apiv2stage2.atomex.net';
5516
5567
  this.defaultHeaders = new http.HttpHeaders();
5517
5568
  this.configuration = new Configuration();
5518
5569
  if (basePath) {
@@ -5841,7 +5892,7 @@
5841
5892
  var ReportingControllerService = /** @class */ (function () {
5842
5893
  function ReportingControllerService(httpClient, basePath, configuration) {
5843
5894
  this.httpClient = httpClient;
5844
- this.basePath = 'https://apiv2stage1.atomex.net';
5895
+ this.basePath = 'https://apiv2stage2.atomex.net';
5845
5896
  this.defaultHeaders = new http.HttpHeaders();
5846
5897
  this.configuration = new Configuration();
5847
5898
  if (basePath) {
@@ -6025,7 +6076,7 @@
6025
6076
  var SliceXControllerService = /** @class */ (function () {
6026
6077
  function SliceXControllerService(httpClient, basePath, configuration) {
6027
6078
  this.httpClient = httpClient;
6028
- this.basePath = 'https://apiv2stage1.atomex.net';
6079
+ this.basePath = 'https://apiv2stage2.atomex.net';
6029
6080
  this.defaultHeaders = new http.HttpHeaders();
6030
6081
  this.configuration = new Configuration();
6031
6082
  if (basePath) {
@@ -6293,7 +6344,7 @@
6293
6344
  var StrategyControllerService = /** @class */ (function () {
6294
6345
  function StrategyControllerService(httpClient, basePath, configuration) {
6295
6346
  this.httpClient = httpClient;
6296
- this.basePath = 'https://apiv2stage1.atomex.net';
6347
+ this.basePath = 'https://apiv2stage2.atomex.net';
6297
6348
  this.defaultHeaders = new http.HttpHeaders();
6298
6349
  this.configuration = new Configuration();
6299
6350
  if (basePath) {
@@ -6954,7 +7005,7 @@
6954
7005
  var UILoggerControllerService = /** @class */ (function () {
6955
7006
  function UILoggerControllerService(httpClient, basePath, configuration) {
6956
7007
  this.httpClient = httpClient;
6957
- this.basePath = 'https://apiv2stage1.atomex.net';
7008
+ this.basePath = 'https://apiv2stage2.atomex.net';
6958
7009
  this.defaultHeaders = new http.HttpHeaders();
6959
7010
  this.configuration = new Configuration();
6960
7011
  if (basePath) {
@@ -7056,7 +7107,7 @@
7056
7107
  var UserPreferenceControllerService = /** @class */ (function () {
7057
7108
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
7058
7109
  this.httpClient = httpClient;
7059
- this.basePath = 'https://apiv2stage1.atomex.net';
7110
+ this.basePath = 'https://apiv2stage2.atomex.net';
7060
7111
  this.defaultHeaders = new http.HttpHeaders();
7061
7112
  this.configuration = new Configuration();
7062
7113
  if (basePath) {
@@ -7393,9 +7444,7 @@
7393
7444
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7394
7445
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7395
7446
  DYNAMICHTML: 'DYNAMIC_HTML',
7396
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7397
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7398
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7447
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7399
7448
  };
7400
7449
  })(exports.BaseModelWithCreativeSetType || (exports.BaseModelWithCreativeSetType = {}));
7401
7450
 
@@ -7514,13 +7563,19 @@
7514
7563
  };
7515
7564
  })(exports.CreativeFiles || (exports.CreativeFiles = {}));
7516
7565
 
7566
+ /**
7567
+ * Api Documentation
7568
+ * Api Documentation
7569
+ *
7570
+ * OpenAPI spec version: 1.0
7571
+ *
7572
+ *
7573
+ * NOTE: This class is auto generated by the swagger code generator program.
7574
+ * https://github.com/swagger-api/swagger-codegen.git
7575
+ * Do not edit the class manually.
7576
+ */
7517
7577
 
7518
7578
  (function (CreativeHtmlFileForSet) {
7519
- CreativeHtmlFileForSet.TemplateTypeEnum = {
7520
- DCO: 'DCO',
7521
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7522
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7523
- };
7524
7579
  CreativeHtmlFileForSet.TypeEnum = {
7525
7580
  Image: 'image',
7526
7581
  Html: 'html',
@@ -7551,9 +7606,7 @@
7551
7606
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7552
7607
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7553
7608
  DYNAMICHTML: 'DYNAMIC_HTML',
7554
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7555
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7556
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7609
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7557
7610
  };
7558
7611
  })(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
7559
7612
 
@@ -7569,9 +7622,7 @@
7569
7622
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7570
7623
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7571
7624
  DYNAMICHTML: 'DYNAMIC_HTML',
7572
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7573
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7574
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7625
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7575
7626
  };
7576
7627
  })(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
7577
7628
 
@@ -7587,9 +7638,7 @@
7587
7638
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7588
7639
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7589
7640
  DYNAMICHTML: 'DYNAMIC_HTML',
7590
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7591
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7592
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7641
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7593
7642
  };
7594
7643
  })(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
7595
7644
 
@@ -7616,9 +7665,7 @@
7616
7665
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7617
7666
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7618
7667
  DYNAMICHTML: 'DYNAMIC_HTML',
7619
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7620
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7621
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7668
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7622
7669
  };
7623
7670
  })(exports.CreativeSetResponse || (exports.CreativeSetResponse = {}));
7624
7671
 
@@ -7665,9 +7712,7 @@
7665
7712
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7666
7713
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7667
7714
  DYNAMICHTML: 'DYNAMIC_HTML',
7668
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7669
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7670
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7715
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7671
7716
  };
7672
7717
  })(exports.DuplicateCreativeSetResponse || (exports.DuplicateCreativeSetResponse = {}));
7673
7718