@revxui/api-clients-ts 0.10.327 → 0.10.329

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 (113) hide show
  1. package/README.md +2 -2
  2. package/api/appSettingsController.service.d.ts +39 -0
  3. package/api/catalogController.service.d.ts +0 -13
  4. package/api/creativeSetsController.service.d.ts +0 -16
  5. package/bundles/revxui-api-clients-ts.umd.js +163 -128
  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 +91 -2
  12. package/esm2015/api/audienceController.service.js +2 -2
  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 +2 -35
  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 +2 -47
  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/advertiserDynamicVideoConfig.js +1 -0
  33. package/esm2015/model/advertiserLayoutVariables.js +1 -1
  34. package/esm2015/model/apiResponseObjectAdvertiserDynamicVideoConfig.js +1 -0
  35. package/esm2015/model/apiResponseObjectListDynamicVideoTemplate.js +1 -0
  36. package/esm2015/model/baseModelWithCreativeSetType.js +2 -4
  37. package/esm2015/model/creativeDTO.js +1 -1
  38. package/esm2015/model/creativeHtmlFileForSet.js +12 -6
  39. package/esm2015/model/creativeSetDashboardMetric.js +2 -4
  40. package/esm2015/model/creativeSetDetails.js +2 -4
  41. package/esm2015/model/creativeSetRequest.js +2 -4
  42. package/esm2015/model/creativeSetResponse.js +2 -4
  43. package/esm2015/model/duplicateCreativeSetResponse.js +2 -4
  44. package/esm2015/model/dynamicVideoConfigDTO.js +28 -0
  45. package/esm2015/model/dynamicVideoDTO.js +1 -0
  46. package/esm2015/model/dynamicVideoTemplate.js +1 -0
  47. package/esm2015/model/models.js +2 -1
  48. package/esm2015/model/nameAndTitleModel.js +12 -0
  49. package/esm5/api/adminController.service.js +2 -2
  50. package/esm5/api/advertiserController.service.js +2 -2
  51. package/esm5/api/appSettingsController.service.js +97 -2
  52. package/esm5/api/audienceController.service.js +2 -2
  53. package/esm5/api/auditController.service.js +2 -2
  54. package/esm5/api/bulkStrategyController.service.js +2 -2
  55. package/esm5/api/cSSThemeController_.service.js +2 -2
  56. package/esm5/api/campaignController.service.js +2 -2
  57. package/esm5/api/catalogController.service.js +2 -37
  58. package/esm5/api/clickDestinationController.service.js +2 -2
  59. package/esm5/api/creativeController.service.js +2 -2
  60. package/esm5/api/creativeSetsController.service.js +2 -49
  61. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  62. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  63. package/esm5/api/creativeTemplatesController.service.js +2 -2
  64. package/esm5/api/dashboardController.service.js +2 -2
  65. package/esm5/api/notificationsController.service.js +2 -2
  66. package/esm5/api/pixelController.service.js +2 -2
  67. package/esm5/api/reportingController.service.js +2 -2
  68. package/esm5/api/sliceXController.service.js +2 -2
  69. package/esm5/api/strategyController.service.js +2 -2
  70. package/esm5/api/uILoggerController.service.js +2 -2
  71. package/esm5/api/userPreferenceController.service.js +2 -2
  72. package/esm5/model/advertiserDynamicVideoConfig.js +1 -0
  73. package/esm5/model/advertiserLayoutVariables.js +1 -1
  74. package/esm5/model/apiResponseObjectAdvertiserDynamicVideoConfig.js +1 -0
  75. package/esm5/model/apiResponseObjectListDynamicVideoTemplate.js +1 -0
  76. package/esm5/model/baseModelWithCreativeSetType.js +2 -4
  77. package/esm5/model/creativeDTO.js +1 -1
  78. package/esm5/model/creativeHtmlFileForSet.js +12 -6
  79. package/esm5/model/creativeSetDashboardMetric.js +2 -4
  80. package/esm5/model/creativeSetDetails.js +2 -4
  81. package/esm5/model/creativeSetRequest.js +2 -4
  82. package/esm5/model/creativeSetResponse.js +2 -4
  83. package/esm5/model/duplicateCreativeSetResponse.js +2 -4
  84. package/esm5/model/dynamicVideoConfigDTO.js +28 -0
  85. package/esm5/model/dynamicVideoDTO.js +1 -0
  86. package/esm5/model/dynamicVideoTemplate.js +1 -0
  87. package/esm5/model/models.js +2 -1
  88. package/esm5/model/nameAndTitleModel.js +12 -0
  89. package/fesm2015/revxui-api-clients-ts.js +158 -125
  90. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  91. package/fesm5/revxui-api-clients-ts.js +164 -129
  92. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  93. package/model/advertiserDynamicVideoConfig.d.ts +19 -0
  94. package/model/advertiserLayoutVariables.d.ts +0 -1
  95. package/model/apiResponseObjectAdvertiserDynamicVideoConfig.d.ts +17 -0
  96. package/model/apiResponseObjectListDynamicVideoTemplate.d.ts +17 -0
  97. package/model/baseModelWithCreativeSetType.d.ts +1 -3
  98. package/model/creativeDTO.d.ts +0 -4
  99. package/model/creativeHtmlFileForSet.d.ts +0 -9
  100. package/model/creativeSetDashboardMetric.d.ts +1 -3
  101. package/model/creativeSetDetails.d.ts +1 -3
  102. package/model/creativeSetRequest.d.ts +1 -7
  103. package/model/creativeSetResponse.d.ts +1 -3
  104. package/model/duplicateCreativeSetResponse.d.ts +1 -3
  105. package/model/dynamicVideoConfigDTO.d.ts +32 -0
  106. package/model/{hybridAdMapping.d.ts → dynamicVideoDTO.d.ts} +4 -5
  107. package/model/dynamicVideoTemplate.d.ts +18 -0
  108. package/model/models.d.ts +7 -1
  109. package/model/nameAndTitleModel.d.ts +15 -0
  110. package/package.json +1 -1
  111. package/revxui-api-clients-ts.metadata.json +1 -1
  112. package/esm2015/model/hybridAdMapping.js +0 -1
  113. package/esm5/model/hybridAdMapping.js +0 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@0.10.327
1
+ ## @revxui/api-clients-ts@0.10.329
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.327 --save
22
+ npm install @revxui/api-clients-ts@0.10.329 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -11,8 +11,12 @@
11
11
  */
12
12
  import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
13
13
  import { Observable } from 'rxjs';
14
+ import { ApiResponseObjectAdvertiserDynamicVideoConfig } from '../model/apiResponseObjectAdvertiserDynamicVideoConfig';
14
15
  import { ApiResponseObjectListAppSettingsDTO } from '../model/apiResponseObjectListAppSettingsDTO';
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<ApiResponseObjectAdvertiserDynamicVideoConfig>;
65
+ fetchDynamicVideoConfigUsingGET(advertiserId?: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectAdvertiserDynamicVideoConfig>>;
66
+ fetchDynamicVideoConfigUsingGET(advertiserId?: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectAdvertiserDynamicVideoConfig>>;
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
  }
@@ -15,7 +15,6 @@ 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';
19
18
  import { SearchRequest } from '../model/searchRequest';
20
19
  import { Configuration } from '../configuration';
21
20
  export declare class CatalogControllerService {
@@ -55,18 +54,6 @@ export declare class CatalogControllerService {
55
54
  getCatalogFeedsUsingPOST(advertiser_id: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectApiListResponseCatalogFeed>;
56
55
  getCatalogFeedsUsingPOST(advertiser_id: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectApiListResponseCatalogFeed>>;
57
56
  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>>;
70
57
  /**
71
58
  * get List of catalog macros for given advertiserId
72
59
  *
@@ -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,21 +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 isPlacebo isPlacebo
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
- getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string, isPlacebo?: boolean, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiListResponseCreativeTemplateDTO>;
169
- getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string, isPlacebo?: boolean, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiListResponseCreativeTemplateDTO>>;
170
- getTemplateListUsingGET(advertiserId: number, type: 'DCO' | 'HYBRID_STATIC_AD' | 'HYBRID_DYNAMIC_AD', filters?: string, isPlacebo?: boolean, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiListResponseCreativeTemplateDTO>>;
171
155
  /**
172
156
  * Api to update creative sets
173
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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.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://apiv2stage3.atomex.net';
1145
1240
  this.defaultHeaders = new http.HttpHeaders();
1146
1241
  this.configuration = new Configuration();
1147
1242
  if (basePath) {
@@ -1939,7 +2034,7 @@
1939
2034
  var AuditControllerService = /** @class */ (function () {
1940
2035
  function AuditControllerService(httpClient, basePath, configuration) {
1941
2036
  this.httpClient = httpClient;
1942
- this.basePath = 'https://apiv2stage1.atomex.net';
2037
+ this.basePath = 'https://apiv2stage3.atomex.net';
1943
2038
  this.defaultHeaders = new http.HttpHeaders();
1944
2039
  this.configuration = new Configuration();
1945
2040
  if (basePath) {
@@ -2138,7 +2233,7 @@
2138
2233
  var BulkStrategyControllerService = /** @class */ (function () {
2139
2234
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2140
2235
  this.httpClient = httpClient;
2141
- this.basePath = 'https://apiv2stage1.atomex.net';
2236
+ this.basePath = 'https://apiv2stage3.atomex.net';
2142
2237
  this.defaultHeaders = new http.HttpHeaders();
2143
2238
  this.configuration = new Configuration();
2144
2239
  if (basePath) {
@@ -2381,7 +2476,7 @@
2381
2476
  var CSSThemeController_Service = /** @class */ (function () {
2382
2477
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2383
2478
  this.httpClient = httpClient;
2384
- this.basePath = 'https://apiv2stage1.atomex.net';
2479
+ this.basePath = 'https://apiv2stage3.atomex.net';
2385
2480
  this.defaultHeaders = new http.HttpHeaders();
2386
2481
  this.configuration = new Configuration();
2387
2482
  if (basePath) {
@@ -2502,7 +2597,7 @@
2502
2597
  var CampaignControllerService = /** @class */ (function () {
2503
2598
  function CampaignControllerService(httpClient, basePath, configuration) {
2504
2599
  this.httpClient = httpClient;
2505
- this.basePath = 'https://apiv2stage1.atomex.net';
2600
+ this.basePath = 'https://apiv2stage3.atomex.net';
2506
2601
  this.defaultHeaders = new http.HttpHeaders();
2507
2602
  this.configuration = new Configuration();
2508
2603
  if (basePath) {
@@ -2824,7 +2919,7 @@
2824
2919
  var CatalogControllerService = /** @class */ (function () {
2825
2920
  function CatalogControllerService(httpClient, basePath, configuration) {
2826
2921
  this.httpClient = httpClient;
2827
- this.basePath = 'https://apiv2stage1.atomex.net';
2922
+ this.basePath = 'https://apiv2stage3.atomex.net';
2828
2923
  this.defaultHeaders = new http.HttpHeaders();
2829
2924
  this.configuration = new Configuration();
2830
2925
  if (basePath) {
@@ -2933,41 +3028,6 @@
2933
3028
  reportProgress: reportProgress
2934
3029
  });
2935
3030
  };
2936
- CatalogControllerService.prototype.getFeedsByAdvertiserIdUsingGET = function (advertiserId, reqId, token, observe, reportProgress) {
2937
- if (observe === void 0) { observe = 'body'; }
2938
- if (reportProgress === void 0) { reportProgress = false; }
2939
- if (advertiserId === null || advertiserId === undefined) {
2940
- throw new Error('Required parameter advertiserId was null or undefined when calling getFeedsByAdvertiserIdUsingGET.');
2941
- }
2942
- var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
2943
- if (advertiserId !== undefined && advertiserId !== null) {
2944
- queryParameters = queryParameters.set('advertiserId', advertiserId);
2945
- }
2946
- var headers = this.defaultHeaders;
2947
- if (reqId !== undefined && reqId !== null) {
2948
- headers = headers.set('reqId', String(reqId));
2949
- }
2950
- if (token !== undefined && token !== null) {
2951
- headers = headers.set('token', String(token));
2952
- }
2953
- // to determine the Accept header
2954
- var httpHeaderAccepts = [
2955
- 'application/json'
2956
- ];
2957
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
2958
- if (httpHeaderAcceptSelected != undefined) {
2959
- headers = headers.set('Accept', httpHeaderAcceptSelected);
2960
- }
2961
- // to determine the Content-Type header
2962
- var consumes = [];
2963
- return this.httpClient.get(this.basePath + "/v2/api/catalog/feeds", {
2964
- params: queryParameters,
2965
- withCredentials: this.configuration.withCredentials,
2966
- headers: headers,
2967
- observe: observe,
2968
- reportProgress: reportProgress
2969
- });
2970
- };
2971
3031
  CatalogControllerService.prototype.getMacrosUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
2972
3032
  if (observe === void 0) { observe = 'body'; }
2973
3033
  if (reportProgress === void 0) { reportProgress = false; }
@@ -3082,7 +3142,7 @@
3082
3142
  var ClickDestinationControllerService = /** @class */ (function () {
3083
3143
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
3084
3144
  this.httpClient = httpClient;
3085
- this.basePath = 'https://apiv2stage1.atomex.net';
3145
+ this.basePath = 'https://apiv2stage3.atomex.net';
3086
3146
  this.defaultHeaders = new http.HttpHeaders();
3087
3147
  this.configuration = new Configuration();
3088
3148
  if (basePath) {
@@ -3332,7 +3392,7 @@
3332
3392
  var CreativeControllerService = /** @class */ (function () {
3333
3393
  function CreativeControllerService(httpClient, basePath, configuration) {
3334
3394
  this.httpClient = httpClient;
3335
- this.basePath = 'https://apiv2stage1.atomex.net';
3395
+ this.basePath = 'https://apiv2stage3.atomex.net';
3336
3396
  this.defaultHeaders = new http.HttpHeaders();
3337
3397
  this.configuration = new Configuration();
3338
3398
  if (basePath) {
@@ -3809,7 +3869,7 @@
3809
3869
  var CreativeSetsControllerService = /** @class */ (function () {
3810
3870
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3811
3871
  this.httpClient = httpClient;
3812
- this.basePath = 'https://apiv2stage1.atomex.net';
3872
+ this.basePath = 'https://apiv2stage3.atomex.net';
3813
3873
  this.defaultHeaders = new http.HttpHeaders();
3814
3874
  this.configuration = new Configuration();
3815
3875
  if (basePath) {
@@ -4189,53 +4249,6 @@
4189
4249
  reportProgress: reportProgress
4190
4250
  });
4191
4251
  };
4192
- CreativeSetsControllerService.prototype.getTemplateListUsingGET = function (advertiserId, type, filters, isPlacebo, reqId, token, observe, reportProgress) {
4193
- if (observe === void 0) { observe = 'body'; }
4194
- if (reportProgress === void 0) { reportProgress = false; }
4195
- if (advertiserId === null || advertiserId === undefined) {
4196
- throw new Error('Required parameter advertiserId was null or undefined when calling getTemplateListUsingGET.');
4197
- }
4198
- if (type === null || type === undefined) {
4199
- throw new Error('Required parameter type was null or undefined when calling getTemplateListUsingGET.');
4200
- }
4201
- var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
4202
- if (advertiserId !== undefined && advertiserId !== null) {
4203
- queryParameters = queryParameters.set('advertiserId', advertiserId);
4204
- }
4205
- if (filters !== undefined && filters !== null) {
4206
- queryParameters = queryParameters.set('filters', filters);
4207
- }
4208
- if (isPlacebo !== undefined && isPlacebo !== null) {
4209
- queryParameters = queryParameters.set('isPlacebo', isPlacebo);
4210
- }
4211
- if (type !== undefined && type !== null) {
4212
- queryParameters = queryParameters.set('type', type);
4213
- }
4214
- var headers = this.defaultHeaders;
4215
- if (reqId !== undefined && reqId !== null) {
4216
- headers = headers.set('reqId', String(reqId));
4217
- }
4218
- if (token !== undefined && token !== null) {
4219
- headers = headers.set('token', String(token));
4220
- }
4221
- // to determine the Accept header
4222
- var httpHeaderAccepts = [
4223
- 'application/json'
4224
- ];
4225
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
4226
- if (httpHeaderAcceptSelected != undefined) {
4227
- headers = headers.set('Accept', httpHeaderAcceptSelected);
4228
- }
4229
- // to determine the Content-Type header
4230
- var consumes = [];
4231
- return this.httpClient.get(this.basePath + "/v2/api/creativesets/templates", {
4232
- params: queryParameters,
4233
- withCredentials: this.configuration.withCredentials,
4234
- headers: headers,
4235
- observe: observe,
4236
- reportProgress: reportProgress
4237
- });
4238
- };
4239
4252
  CreativeSetsControllerService.prototype.updateUsingPOST = function (creativeSetRequest, id, reqId, token, observe, reportProgress) {
4240
4253
  if (observe === void 0) { observe = 'body'; }
4241
4254
  if (reportProgress === void 0) { reportProgress = false; }
@@ -4301,7 +4314,7 @@
4301
4314
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4302
4315
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4303
4316
  this.httpClient = httpClient;
4304
- this.basePath = 'https://apiv2stage1.atomex.net';
4317
+ this.basePath = 'https://apiv2stage3.atomex.net';
4305
4318
  this.defaultHeaders = new http.HttpHeaders();
4306
4319
  this.configuration = new Configuration();
4307
4320
  if (basePath) {
@@ -4502,7 +4515,7 @@
4502
4515
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4503
4516
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4504
4517
  this.httpClient = httpClient;
4505
- this.basePath = 'https://apiv2stage1.atomex.net';
4518
+ this.basePath = 'https://apiv2stage3.atomex.net';
4506
4519
  this.defaultHeaders = new http.HttpHeaders();
4507
4520
  this.configuration = new Configuration();
4508
4521
  if (basePath) {
@@ -4590,7 +4603,7 @@
4590
4603
  var CreativeTemplatesControllerService = /** @class */ (function () {
4591
4604
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4592
4605
  this.httpClient = httpClient;
4593
- this.basePath = 'https://apiv2stage1.atomex.net';
4606
+ this.basePath = 'https://apiv2stage3.atomex.net';
4594
4607
  this.defaultHeaders = new http.HttpHeaders();
4595
4608
  this.configuration = new Configuration();
4596
4609
  if (basePath) {
@@ -4769,7 +4782,7 @@
4769
4782
  var DashboardControllerService = /** @class */ (function () {
4770
4783
  function DashboardControllerService(httpClient, basePath, configuration) {
4771
4784
  this.httpClient = httpClient;
4772
- this.basePath = 'https://apiv2stage1.atomex.net';
4785
+ this.basePath = 'https://apiv2stage3.atomex.net';
4773
4786
  this.defaultHeaders = new http.HttpHeaders();
4774
4787
  this.configuration = new Configuration();
4775
4788
  if (basePath) {
@@ -5426,7 +5439,7 @@
5426
5439
  var NotificationsControllerService = /** @class */ (function () {
5427
5440
  function NotificationsControllerService(httpClient, basePath, configuration) {
5428
5441
  this.httpClient = httpClient;
5429
- this.basePath = 'https://apiv2stage1.atomex.net';
5442
+ this.basePath = 'https://apiv2stage3.atomex.net';
5430
5443
  this.defaultHeaders = new http.HttpHeaders();
5431
5444
  this.configuration = new Configuration();
5432
5445
  if (basePath) {
@@ -5625,7 +5638,7 @@
5625
5638
  var PixelControllerService = /** @class */ (function () {
5626
5639
  function PixelControllerService(httpClient, basePath, configuration) {
5627
5640
  this.httpClient = httpClient;
5628
- this.basePath = 'https://apiv2stage1.atomex.net';
5641
+ this.basePath = 'https://apiv2stage3.atomex.net';
5629
5642
  this.defaultHeaders = new http.HttpHeaders();
5630
5643
  this.configuration = new Configuration();
5631
5644
  if (basePath) {
@@ -5954,7 +5967,7 @@
5954
5967
  var ReportingControllerService = /** @class */ (function () {
5955
5968
  function ReportingControllerService(httpClient, basePath, configuration) {
5956
5969
  this.httpClient = httpClient;
5957
- this.basePath = 'https://apiv2stage1.atomex.net';
5970
+ this.basePath = 'https://apiv2stage3.atomex.net';
5958
5971
  this.defaultHeaders = new http.HttpHeaders();
5959
5972
  this.configuration = new Configuration();
5960
5973
  if (basePath) {
@@ -6138,7 +6151,7 @@
6138
6151
  var SliceXControllerService = /** @class */ (function () {
6139
6152
  function SliceXControllerService(httpClient, basePath, configuration) {
6140
6153
  this.httpClient = httpClient;
6141
- this.basePath = 'https://apiv2stage1.atomex.net';
6154
+ this.basePath = 'https://apiv2stage3.atomex.net';
6142
6155
  this.defaultHeaders = new http.HttpHeaders();
6143
6156
  this.configuration = new Configuration();
6144
6157
  if (basePath) {
@@ -6406,7 +6419,7 @@
6406
6419
  var StrategyControllerService = /** @class */ (function () {
6407
6420
  function StrategyControllerService(httpClient, basePath, configuration) {
6408
6421
  this.httpClient = httpClient;
6409
- this.basePath = 'https://apiv2stage1.atomex.net';
6422
+ this.basePath = 'https://apiv2stage3.atomex.net';
6410
6423
  this.defaultHeaders = new http.HttpHeaders();
6411
6424
  this.configuration = new Configuration();
6412
6425
  if (basePath) {
@@ -7067,7 +7080,7 @@
7067
7080
  var UILoggerControllerService = /** @class */ (function () {
7068
7081
  function UILoggerControllerService(httpClient, basePath, configuration) {
7069
7082
  this.httpClient = httpClient;
7070
- this.basePath = 'https://apiv2stage1.atomex.net';
7083
+ this.basePath = 'https://apiv2stage3.atomex.net';
7071
7084
  this.defaultHeaders = new http.HttpHeaders();
7072
7085
  this.configuration = new Configuration();
7073
7086
  if (basePath) {
@@ -7169,7 +7182,7 @@
7169
7182
  var UserPreferenceControllerService = /** @class */ (function () {
7170
7183
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
7171
7184
  this.httpClient = httpClient;
7172
- this.basePath = 'https://apiv2stage1.atomex.net';
7185
+ this.basePath = 'https://apiv2stage3.atomex.net';
7173
7186
  this.defaultHeaders = new http.HttpHeaders();
7174
7187
  this.configuration = new Configuration();
7175
7188
  if (basePath) {
@@ -7537,9 +7550,7 @@
7537
7550
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7538
7551
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7539
7552
  DYNAMICHTML: 'DYNAMIC_HTML',
7540
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7541
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7542
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7553
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7543
7554
  };
7544
7555
  })(exports.BaseModelWithCreativeSetType || (exports.BaseModelWithCreativeSetType = {}));
7545
7556
 
@@ -7658,13 +7669,19 @@
7658
7669
  };
7659
7670
  })(exports.CreativeFiles || (exports.CreativeFiles = {}));
7660
7671
 
7672
+ /**
7673
+ * Api Documentation
7674
+ * Api Documentation
7675
+ *
7676
+ * OpenAPI spec version: 1.0
7677
+ *
7678
+ *
7679
+ * NOTE: This class is auto generated by the swagger code generator program.
7680
+ * https://github.com/swagger-api/swagger-codegen.git
7681
+ * Do not edit the class manually.
7682
+ */
7661
7683
 
7662
7684
  (function (CreativeHtmlFileForSet) {
7663
- CreativeHtmlFileForSet.TemplateTypeEnum = {
7664
- DCO: 'DCO',
7665
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7666
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7667
- };
7668
7685
  CreativeHtmlFileForSet.TypeEnum = {
7669
7686
  Image: 'image',
7670
7687
  Html: 'html',
@@ -7695,9 +7712,7 @@
7695
7712
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7696
7713
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7697
7714
  DYNAMICHTML: 'DYNAMIC_HTML',
7698
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7699
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7700
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7715
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7701
7716
  };
7702
7717
  })(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
7703
7718
 
@@ -7713,9 +7728,7 @@
7713
7728
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7714
7729
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7715
7730
  DYNAMICHTML: 'DYNAMIC_HTML',
7716
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7717
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7718
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7731
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7719
7732
  };
7720
7733
  })(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
7721
7734
 
@@ -7731,9 +7744,7 @@
7731
7744
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7732
7745
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7733
7746
  DYNAMICHTML: 'DYNAMIC_HTML',
7734
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7735
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7736
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7747
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7737
7748
  };
7738
7749
  })(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
7739
7750
 
@@ -7760,9 +7771,7 @@
7760
7771
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7761
7772
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7762
7773
  DYNAMICHTML: 'DYNAMIC_HTML',
7763
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7764
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7765
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7774
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7766
7775
  };
7767
7776
  })(exports.CreativeSetResponse || (exports.CreativeSetResponse = {}));
7768
7777
 
@@ -7809,12 +7818,38 @@
7809
7818
  DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7810
7819
  DYNAMICMACRO: 'DYNAMIC_MACRO',
7811
7820
  DYNAMICHTML: 'DYNAMIC_HTML',
7812
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7813
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7814
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7821
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7815
7822
  };
7816
7823
  })(exports.DuplicateCreativeSetResponse || (exports.DuplicateCreativeSetResponse = {}));
7817
7824
 
7825
+ /**
7826
+ * Api Documentation
7827
+ * Api Documentation
7828
+ *
7829
+ * OpenAPI spec version: 1.0
7830
+ *
7831
+ *
7832
+ * NOTE: This class is auto generated by the swagger code generator program.
7833
+ * https://github.com/swagger-api/swagger-codegen.git
7834
+ * Do not edit the class manually.
7835
+ */
7836
+
7837
+ (function (DynamicVideoConfigDTO) {
7838
+ DynamicVideoConfigDTO.ConfigKeyEnum = {
7839
+ TEMPLATEID: 'TEMPLATE_ID',
7840
+ LOGO: 'LOGO',
7841
+ SALEPRICEPREFIX: 'SALE_PRICE_PREFIX',
7842
+ ORIGINALPRICEPREFIX: 'ORIGINAL_PRICE_PREFIX',
7843
+ CTA: 'CTA',
7844
+ TITLELENGTH: 'TITLE_LENGTH',
7845
+ DISCOUNTSUFFIX: 'DISCOUNT_SUFFIX',
7846
+ FONT: 'FONT',
7847
+ ROUNDPRICE: 'ROUND_PRICE',
7848
+ MUSICFILE: 'MUSIC_FILE',
7849
+ VIDEOFILE: 'VIDEO_FILE'
7850
+ };
7851
+ })(exports.DynamicVideoConfigDTO || (exports.DynamicVideoConfigDTO = {}));
7852
+
7818
7853
  /**
7819
7854
  * Api Documentation
7820
7855
  * Api Documentation