@revxui/api-clients-ts 0.10.310 → 0.10.312

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 (95) hide show
  1. package/README.md +2 -2
  2. package/api/appSettingsController.service.d.ts +0 -39
  3. package/api/audienceController.service.d.ts +33 -4
  4. package/bundles/revxui-api-clients-ts.umd.js +124 -150
  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 +2 -91
  11. package/esm2015/api/audienceController.service.js +77 -6
  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 -2
  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/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +1 -0
  32. package/esm2015/model/audienceBackfillQueryTemplateRequest.js +22 -0
  33. package/esm2015/model/audienceBackfillRequest.js +1 -0
  34. package/esm2015/model/audienceDTO.js +1 -1
  35. package/esm2015/model/backfillAudienceQueryTemplateDTO.js +12 -0
  36. package/esm2015/model/models.js +2 -2
  37. package/esm5/api/adminController.service.js +2 -2
  38. package/esm5/api/advertiserController.service.js +2 -2
  39. package/esm5/api/appSettingsController.service.js +2 -97
  40. package/esm5/api/audienceController.service.js +81 -6
  41. package/esm5/api/auditController.service.js +2 -2
  42. package/esm5/api/bulkStrategyController.service.js +2 -2
  43. package/esm5/api/cSSThemeController_.service.js +2 -2
  44. package/esm5/api/campaignController.service.js +2 -2
  45. package/esm5/api/catalogController.service.js +2 -2
  46. package/esm5/api/clickDestinationController.service.js +2 -2
  47. package/esm5/api/creativeController.service.js +2 -2
  48. package/esm5/api/creativeSetsController.service.js +2 -2
  49. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  50. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  51. package/esm5/api/creativeTemplatesController.service.js +2 -2
  52. package/esm5/api/dashboardController.service.js +2 -2
  53. package/esm5/api/notificationsController.service.js +2 -2
  54. package/esm5/api/pixelController.service.js +2 -2
  55. package/esm5/api/reportingController.service.js +2 -2
  56. package/esm5/api/sliceXController.service.js +2 -2
  57. package/esm5/api/strategyController.service.js +2 -2
  58. package/esm5/api/uILoggerController.service.js +2 -2
  59. package/esm5/api/userPreferenceController.service.js +2 -2
  60. package/esm5/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +1 -0
  61. package/esm5/model/audienceBackfillQueryTemplateRequest.js +22 -0
  62. package/esm5/model/audienceBackfillRequest.js +1 -0
  63. package/esm5/model/audienceDTO.js +1 -1
  64. package/esm5/model/backfillAudienceQueryTemplateDTO.js +12 -0
  65. package/esm5/model/models.js +2 -2
  66. package/fesm2015/revxui-api-clients-ts.js +121 -145
  67. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  68. package/fesm5/revxui-api-clients-ts.js +125 -151
  69. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  70. package/model/{apiResponseObjectAdvertiserDynamicVideoConfig.d.ts → apiResponseObjectListBackfillAudienceQueryTemplateDTO.d.ts} +3 -3
  71. package/model/audienceBackfillQueryTemplateRequest.d.ts +26 -0
  72. package/model/{nameAndTitleModel.d.ts → audienceBackfillRequest.d.ts} +5 -3
  73. package/model/audienceDTO.d.ts +1 -0
  74. package/model/{dynamicVideoTemplate.d.ts → backfillAudienceQueryTemplateDTO.d.ts} +3 -4
  75. package/model/models.d.ts +4 -7
  76. package/package.json +1 -1
  77. package/revxui-api-clients-ts.metadata.json +1 -1
  78. package/esm2015/model/advertiserDynamicVideoConfig.js +0 -1
  79. package/esm2015/model/apiResponseObjectAdvertiserDynamicVideoConfig.js +0 -1
  80. package/esm2015/model/apiResponseObjectListDynamicVideoTemplate.js +0 -1
  81. package/esm2015/model/dynamicVideoConfigDTO.js +0 -28
  82. package/esm2015/model/dynamicVideoDTO.js +0 -1
  83. package/esm2015/model/dynamicVideoTemplate.js +0 -1
  84. package/esm2015/model/nameAndTitleModel.js +0 -12
  85. package/esm5/model/advertiserDynamicVideoConfig.js +0 -1
  86. package/esm5/model/apiResponseObjectAdvertiserDynamicVideoConfig.js +0 -1
  87. package/esm5/model/apiResponseObjectListDynamicVideoTemplate.js +0 -1
  88. package/esm5/model/dynamicVideoConfigDTO.js +0 -28
  89. package/esm5/model/dynamicVideoDTO.js +0 -1
  90. package/esm5/model/dynamicVideoTemplate.js +0 -1
  91. package/esm5/model/nameAndTitleModel.js +0 -12
  92. package/model/advertiserDynamicVideoConfig.d.ts +0 -18
  93. package/model/apiResponseObjectListDynamicVideoTemplate.d.ts +0 -17
  94. package/model/dynamicVideoConfigDTO.d.ts +0 -32
  95. package/model/dynamicVideoDTO.d.ts +0 -16
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@0.10.310
1
+ ## @revxui/api-clients-ts@0.10.312
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.310 --save
22
+ npm install @revxui/api-clients-ts@0.10.312 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -11,12 +11,8 @@
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';
15
14
  import { ApiResponseObjectListAppSettingsDTO } from '../model/apiResponseObjectListAppSettingsDTO';
16
- import { ApiResponseObjectListDynamicVideoTemplate } from '../model/apiResponseObjectListDynamicVideoTemplate';
17
- import { ApiResponseObjectResponseMessage } from '../model/apiResponseObjectResponseMessage';
18
15
  import { AppSettingsDTO } from '../model/appSettingsDTO';
19
- import { DynamicVideoDTO } from '../model/dynamicVideoDTO';
20
16
  import { Configuration } from '../configuration';
21
17
  export declare class AppSettingsControllerService {
22
18
  protected httpClient: HttpClient;
@@ -41,29 +37,6 @@ export declare class AppSettingsControllerService {
41
37
  createAppSettingsUsingPOST(appSettings: Array<AppSettingsDTO>, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListAppSettingsDTO>;
42
38
  createAppSettingsUsingPOST(appSettings: Array<AppSettingsDTO>, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListAppSettingsDTO>>;
43
39
  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>>;
67
40
  /**
68
41
  * Api to get App Settings
69
42
  *
@@ -89,16 +62,4 @@ export declare class AppSettingsControllerService {
89
62
  updateAppSettingsUsingPOST(appSettings: Array<AppSettingsDTO>, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListAppSettingsDTO>;
90
63
  updateAppSettingsUsingPOST(appSettings: Array<AppSettingsDTO>, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListAppSettingsDTO>>;
91
64
  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>>;
104
65
  }
@@ -19,10 +19,14 @@ import { ApiResponseObjectChartDashboardResponse } from '../model/apiResponseObj
19
19
  import { ApiResponseObjectDmpAudienceDTO } from '../model/apiResponseObjectDmpAudienceDTO';
20
20
  import { ApiResponseObjectEligibleUsersResponse } from '../model/apiResponseObjectEligibleUsersResponse';
21
21
  import { ApiResponseObjectListAudienceDTO } from '../model/apiResponseObjectListAudienceDTO';
22
+ import { ApiResponseObjectListBackfillAudienceQueryTemplateDTO } from '../model/apiResponseObjectListBackfillAudienceQueryTemplateDTO';
22
23
  import { ApiResponseObjectMapintResponseMessage } from '../model/apiResponseObjectMapintResponseMessage';
23
24
  import { ApiResponseObjectMaplongResponseMessage } from '../model/apiResponseObjectMaplongResponseMessage';
24
25
  import { ApiResponseObjectMetaRulesDto } from '../model/apiResponseObjectMetaRulesDto';
26
+ import { ApiResponseObjectResponseMessage } from '../model/apiResponseObjectResponseMessage';
25
27
  import { ApiResponseObjectstring } from '../model/apiResponseObjectstring';
28
+ import { AudienceBackfillQueryTemplateRequest } from '../model/audienceBackfillQueryTemplateRequest';
29
+ import { AudienceBackfillRequest } from '../model/audienceBackfillRequest';
26
30
  import { AudienceDTO } from '../model/audienceDTO';
27
31
  import { DashboardRequest } from '../model/dashboardRequest';
28
32
  import { EligibleUsersRequest } from '../model/eligibleUsersRequest';
@@ -69,15 +73,15 @@ export declare class AudienceControllerService {
69
73
  /**
70
74
  * Api to add a backfile rule to the audience
71
75
  *
72
- * @param audience audience
76
+ * @param request request
73
77
  * @param reqId request id
74
78
  * @param token Auth Token
75
79
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
76
80
  * @param reportProgress flag to report request and response progress.
77
81
  */
78
- addBackfillRuleUsingPOST(audience: AudienceDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectMaplongResponseMessage>;
79
- addBackfillRuleUsingPOST(audience: AudienceDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectMaplongResponseMessage>>;
80
- addBackfillRuleUsingPOST(audience: AudienceDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectMaplongResponseMessage>>;
82
+ addBackfillRuleUsingPOST(request: AudienceBackfillRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectMaplongResponseMessage>;
83
+ addBackfillRuleUsingPOST(request: AudienceBackfillRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectMaplongResponseMessage>>;
84
+ addBackfillRuleUsingPOST(request: AudienceBackfillRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectMaplongResponseMessage>>;
81
85
  /**
82
86
  * Create to checkConnection.
83
87
  *
@@ -126,6 +130,19 @@ export declare class AudienceControllerService {
126
130
  getAccessUsingGET(id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectAudienceAccessDTO>;
127
131
  getAccessUsingGET(id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectAudienceAccessDTO>>;
128
132
  getAccessUsingGET(id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectAudienceAccessDTO>>;
133
+ /**
134
+ * Api to fetch all active templates
135
+ *
136
+ * @param id id
137
+ * @param request request
138
+ * @param reqId request id
139
+ * @param token Auth Token
140
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
141
+ * @param reportProgress flag to report request and response progress.
142
+ */
143
+ getActiveTemplatesUsingPOST(id: number, request: AudienceBackfillQueryTemplateRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListBackfillAudienceQueryTemplateDTO>;
144
+ getActiveTemplatesUsingPOST(id: number, request: AudienceBackfillQueryTemplateRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListBackfillAudienceQueryTemplateDTO>>;
145
+ getActiveTemplatesUsingPOST(id: number, request: AudienceBackfillQueryTemplateRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListBackfillAudienceQueryTemplateDTO>>;
129
146
  /**
130
147
  * Api to get All Audience
131
148
  *
@@ -268,4 +285,16 @@ export declare class AudienceControllerService {
268
285
  updateAudienceUsingPOST(audience: AudienceDTO, id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectAudienceDTO>;
269
286
  updateAudienceUsingPOST(audience: AudienceDTO, id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectAudienceDTO>>;
270
287
  updateAudienceUsingPOST(audience: AudienceDTO, id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectAudienceDTO>>;
288
+ /**
289
+ * Api to validate a backfill rule
290
+ *
291
+ * @param query query
292
+ * @param reqId request id
293
+ * @param token Auth Token
294
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
295
+ * @param reportProgress flag to report request and response progress.
296
+ */
297
+ validateBackfillRuleUsingPOST(query: string, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectResponseMessage>;
298
+ validateBackfillRuleUsingPOST(query: string, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectResponseMessage>>;
299
+ validateBackfillRuleUsingPOST(query: string, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectResponseMessage>>;
271
300
  }
@@ -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://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://apiv2stage2.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://apiv2stage2.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,65 +1042,6 @@
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
- };
1104
1045
  AppSettingsControllerService.prototype.getAppSettingsUsingGET = function (advertiserId, reqId, settingsKeys, token, observe, reportProgress) {
1105
1046
  if (observe === void 0) { observe = 'body'; }
1106
1047
  if (reportProgress === void 0) { reportProgress = false; }
@@ -1174,42 +1115,6 @@
1174
1115
  reportProgress: reportProgress
1175
1116
  });
1176
1117
  };
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
- };
1213
1118
  AppSettingsControllerService.ctorParameters = function () { return [
1214
1119
  { type: http.HttpClient },
1215
1120
  { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
@@ -1236,7 +1141,7 @@
1236
1141
  var AudienceControllerService = /** @class */ (function () {
1237
1142
  function AudienceControllerService(httpClient, basePath, configuration) {
1238
1143
  this.httpClient = httpClient;
1239
- this.basePath = 'https://apiv2stage2.atomex.net';
1144
+ this.basePath = 'https://apiv2stage3.atomex.net';
1240
1145
  this.defaultHeaders = new http.HttpHeaders();
1241
1146
  this.configuration = new Configuration();
1242
1147
  if (basePath) {
@@ -1341,11 +1246,11 @@
1341
1246
  reportProgress: reportProgress
1342
1247
  });
1343
1248
  };
1344
- AudienceControllerService.prototype.addBackfillRuleUsingPOST = function (audience, reqId, token, observe, reportProgress) {
1249
+ AudienceControllerService.prototype.addBackfillRuleUsingPOST = function (request, reqId, token, observe, reportProgress) {
1345
1250
  if (observe === void 0) { observe = 'body'; }
1346
1251
  if (reportProgress === void 0) { reportProgress = false; }
1347
- if (audience === null || audience === undefined) {
1348
- throw new Error('Required parameter audience was null or undefined when calling addBackfillRuleUsingPOST.');
1252
+ if (request === null || request === undefined) {
1253
+ throw new Error('Required parameter request was null or undefined when calling addBackfillRuleUsingPOST.');
1349
1254
  }
1350
1255
  var headers = this.defaultHeaders;
1351
1256
  if (reqId !== undefined && reqId !== null) {
@@ -1370,7 +1275,7 @@
1370
1275
  if (httpContentTypeSelected != undefined) {
1371
1276
  headers = headers.set('Content-Type', httpContentTypeSelected);
1372
1277
  }
1373
- return this.httpClient.post(this.basePath + "/v2/api/audience/addbackfillrule", audience, {
1278
+ return this.httpClient.post(this.basePath + "/v2/api/audience/addbackfillrule", request, {
1374
1279
  withCredentials: this.configuration.withCredentials,
1375
1280
  headers: headers,
1376
1281
  observe: observe,
@@ -1516,6 +1421,45 @@
1516
1421
  reportProgress: reportProgress
1517
1422
  });
1518
1423
  };
1424
+ AudienceControllerService.prototype.getActiveTemplatesUsingPOST = function (id, request, reqId, token, observe, reportProgress) {
1425
+ if (observe === void 0) { observe = 'body'; }
1426
+ if (reportProgress === void 0) { reportProgress = false; }
1427
+ if (id === null || id === undefined) {
1428
+ throw new Error('Required parameter id was null or undefined when calling getActiveTemplatesUsingPOST.');
1429
+ }
1430
+ if (request === null || request === undefined) {
1431
+ throw new Error('Required parameter request was null or undefined when calling getActiveTemplatesUsingPOST.');
1432
+ }
1433
+ var headers = this.defaultHeaders;
1434
+ if (reqId !== undefined && reqId !== null) {
1435
+ headers = headers.set('reqId', String(reqId));
1436
+ }
1437
+ if (token !== undefined && token !== null) {
1438
+ headers = headers.set('token', String(token));
1439
+ }
1440
+ // to determine the Accept header
1441
+ var httpHeaderAccepts = [
1442
+ 'application/json'
1443
+ ];
1444
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1445
+ if (httpHeaderAcceptSelected != undefined) {
1446
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1447
+ }
1448
+ // to determine the Content-Type header
1449
+ var consumes = [
1450
+ 'application/json'
1451
+ ];
1452
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1453
+ if (httpContentTypeSelected != undefined) {
1454
+ headers = headers.set('Content-Type', httpContentTypeSelected);
1455
+ }
1456
+ return this.httpClient.post(this.basePath + "/v2/api/audience/activetemplates/" + encodeURIComponent(String(id)), request, {
1457
+ withCredentials: this.configuration.withCredentials,
1458
+ headers: headers,
1459
+ observe: observe,
1460
+ reportProgress: reportProgress
1461
+ });
1462
+ };
1519
1463
  AudienceControllerService.prototype.getAllAudienceUsingPOST = function (advertiser_id, refresh, reqId, search, token, observe, reportProgress) {
1520
1464
  if (observe === void 0) { observe = 'body'; }
1521
1465
  if (reportProgress === void 0) { reportProgress = false; }
@@ -1933,6 +1877,42 @@
1933
1877
  reportProgress: reportProgress
1934
1878
  });
1935
1879
  };
1880
+ AudienceControllerService.prototype.validateBackfillRuleUsingPOST = function (query, reqId, token, observe, reportProgress) {
1881
+ if (observe === void 0) { observe = 'body'; }
1882
+ if (reportProgress === void 0) { reportProgress = false; }
1883
+ if (query === null || query === undefined) {
1884
+ throw new Error('Required parameter query was null or undefined when calling validateBackfillRuleUsingPOST.');
1885
+ }
1886
+ var headers = this.defaultHeaders;
1887
+ if (reqId !== undefined && reqId !== null) {
1888
+ headers = headers.set('reqId', String(reqId));
1889
+ }
1890
+ if (token !== undefined && token !== null) {
1891
+ headers = headers.set('token', String(token));
1892
+ }
1893
+ // to determine the Accept header
1894
+ var httpHeaderAccepts = [
1895
+ 'application/json'
1896
+ ];
1897
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1898
+ if (httpHeaderAcceptSelected != undefined) {
1899
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1900
+ }
1901
+ // to determine the Content-Type header
1902
+ var consumes = [
1903
+ 'application/json'
1904
+ ];
1905
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1906
+ if (httpContentTypeSelected != undefined) {
1907
+ headers = headers.set('Content-Type', httpContentTypeSelected);
1908
+ }
1909
+ return this.httpClient.post(this.basePath + "/v2/api/audience/validatebackfillrule", query, {
1910
+ withCredentials: this.configuration.withCredentials,
1911
+ headers: headers,
1912
+ observe: observe,
1913
+ reportProgress: reportProgress
1914
+ });
1915
+ };
1936
1916
  AudienceControllerService.ctorParameters = function () { return [
1937
1917
  { type: http.HttpClient },
1938
1918
  { type: String, decorators: [{ type: core.Optional }, { type: core.Inject, args: [BASE_PATH,] }] },
@@ -1959,7 +1939,7 @@
1959
1939
  var AuditControllerService = /** @class */ (function () {
1960
1940
  function AuditControllerService(httpClient, basePath, configuration) {
1961
1941
  this.httpClient = httpClient;
1962
- this.basePath = 'https://apiv2stage2.atomex.net';
1942
+ this.basePath = 'https://apiv2stage3.atomex.net';
1963
1943
  this.defaultHeaders = new http.HttpHeaders();
1964
1944
  this.configuration = new Configuration();
1965
1945
  if (basePath) {
@@ -2158,7 +2138,7 @@
2158
2138
  var BulkStrategyControllerService = /** @class */ (function () {
2159
2139
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2160
2140
  this.httpClient = httpClient;
2161
- this.basePath = 'https://apiv2stage2.atomex.net';
2141
+ this.basePath = 'https://apiv2stage3.atomex.net';
2162
2142
  this.defaultHeaders = new http.HttpHeaders();
2163
2143
  this.configuration = new Configuration();
2164
2144
  if (basePath) {
@@ -2401,7 +2381,7 @@
2401
2381
  var CSSThemeController_Service = /** @class */ (function () {
2402
2382
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2403
2383
  this.httpClient = httpClient;
2404
- this.basePath = 'https://apiv2stage2.atomex.net';
2384
+ this.basePath = 'https://apiv2stage3.atomex.net';
2405
2385
  this.defaultHeaders = new http.HttpHeaders();
2406
2386
  this.configuration = new Configuration();
2407
2387
  if (basePath) {
@@ -2522,7 +2502,7 @@
2522
2502
  var CampaignControllerService = /** @class */ (function () {
2523
2503
  function CampaignControllerService(httpClient, basePath, configuration) {
2524
2504
  this.httpClient = httpClient;
2525
- this.basePath = 'https://apiv2stage2.atomex.net';
2505
+ this.basePath = 'https://apiv2stage3.atomex.net';
2526
2506
  this.defaultHeaders = new http.HttpHeaders();
2527
2507
  this.configuration = new Configuration();
2528
2508
  if (basePath) {
@@ -2844,7 +2824,7 @@
2844
2824
  var CatalogControllerService = /** @class */ (function () {
2845
2825
  function CatalogControllerService(httpClient, basePath, configuration) {
2846
2826
  this.httpClient = httpClient;
2847
- this.basePath = 'https://apiv2stage2.atomex.net';
2827
+ this.basePath = 'https://apiv2stage3.atomex.net';
2848
2828
  this.defaultHeaders = new http.HttpHeaders();
2849
2829
  this.configuration = new Configuration();
2850
2830
  if (basePath) {
@@ -3067,7 +3047,7 @@
3067
3047
  var ClickDestinationControllerService = /** @class */ (function () {
3068
3048
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
3069
3049
  this.httpClient = httpClient;
3070
- this.basePath = 'https://apiv2stage2.atomex.net';
3050
+ this.basePath = 'https://apiv2stage3.atomex.net';
3071
3051
  this.defaultHeaders = new http.HttpHeaders();
3072
3052
  this.configuration = new Configuration();
3073
3053
  if (basePath) {
@@ -3317,7 +3297,7 @@
3317
3297
  var CreativeControllerService = /** @class */ (function () {
3318
3298
  function CreativeControllerService(httpClient, basePath, configuration) {
3319
3299
  this.httpClient = httpClient;
3320
- this.basePath = 'https://apiv2stage2.atomex.net';
3300
+ this.basePath = 'https://apiv2stage3.atomex.net';
3321
3301
  this.defaultHeaders = new http.HttpHeaders();
3322
3302
  this.configuration = new Configuration();
3323
3303
  if (basePath) {
@@ -3794,7 +3774,7 @@
3794
3774
  var CreativeSetsControllerService = /** @class */ (function () {
3795
3775
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3796
3776
  this.httpClient = httpClient;
3797
- this.basePath = 'https://apiv2stage2.atomex.net';
3777
+ this.basePath = 'https://apiv2stage3.atomex.net';
3798
3778
  this.defaultHeaders = new http.HttpHeaders();
3799
3779
  this.configuration = new Configuration();
3800
3780
  if (basePath) {
@@ -4239,7 +4219,7 @@
4239
4219
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4240
4220
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4241
4221
  this.httpClient = httpClient;
4242
- this.basePath = 'https://apiv2stage2.atomex.net';
4222
+ this.basePath = 'https://apiv2stage3.atomex.net';
4243
4223
  this.defaultHeaders = new http.HttpHeaders();
4244
4224
  this.configuration = new Configuration();
4245
4225
  if (basePath) {
@@ -4440,7 +4420,7 @@
4440
4420
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4441
4421
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4442
4422
  this.httpClient = httpClient;
4443
- this.basePath = 'https://apiv2stage2.atomex.net';
4423
+ this.basePath = 'https://apiv2stage3.atomex.net';
4444
4424
  this.defaultHeaders = new http.HttpHeaders();
4445
4425
  this.configuration = new Configuration();
4446
4426
  if (basePath) {
@@ -4528,7 +4508,7 @@
4528
4508
  var CreativeTemplatesControllerService = /** @class */ (function () {
4529
4509
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4530
4510
  this.httpClient = httpClient;
4531
- this.basePath = 'https://apiv2stage2.atomex.net';
4511
+ this.basePath = 'https://apiv2stage3.atomex.net';
4532
4512
  this.defaultHeaders = new http.HttpHeaders();
4533
4513
  this.configuration = new Configuration();
4534
4514
  if (basePath) {
@@ -4707,7 +4687,7 @@
4707
4687
  var DashboardControllerService = /** @class */ (function () {
4708
4688
  function DashboardControllerService(httpClient, basePath, configuration) {
4709
4689
  this.httpClient = httpClient;
4710
- this.basePath = 'https://apiv2stage2.atomex.net';
4690
+ this.basePath = 'https://apiv2stage3.atomex.net';
4711
4691
  this.defaultHeaders = new http.HttpHeaders();
4712
4692
  this.configuration = new Configuration();
4713
4693
  if (basePath) {
@@ -5364,7 +5344,7 @@
5364
5344
  var NotificationsControllerService = /** @class */ (function () {
5365
5345
  function NotificationsControllerService(httpClient, basePath, configuration) {
5366
5346
  this.httpClient = httpClient;
5367
- this.basePath = 'https://apiv2stage2.atomex.net';
5347
+ this.basePath = 'https://apiv2stage3.atomex.net';
5368
5348
  this.defaultHeaders = new http.HttpHeaders();
5369
5349
  this.configuration = new Configuration();
5370
5350
  if (basePath) {
@@ -5563,7 +5543,7 @@
5563
5543
  var PixelControllerService = /** @class */ (function () {
5564
5544
  function PixelControllerService(httpClient, basePath, configuration) {
5565
5545
  this.httpClient = httpClient;
5566
- this.basePath = 'https://apiv2stage2.atomex.net';
5546
+ this.basePath = 'https://apiv2stage3.atomex.net';
5567
5547
  this.defaultHeaders = new http.HttpHeaders();
5568
5548
  this.configuration = new Configuration();
5569
5549
  if (basePath) {
@@ -5892,7 +5872,7 @@
5892
5872
  var ReportingControllerService = /** @class */ (function () {
5893
5873
  function ReportingControllerService(httpClient, basePath, configuration) {
5894
5874
  this.httpClient = httpClient;
5895
- this.basePath = 'https://apiv2stage2.atomex.net';
5875
+ this.basePath = 'https://apiv2stage3.atomex.net';
5896
5876
  this.defaultHeaders = new http.HttpHeaders();
5897
5877
  this.configuration = new Configuration();
5898
5878
  if (basePath) {
@@ -6076,7 +6056,7 @@
6076
6056
  var SliceXControllerService = /** @class */ (function () {
6077
6057
  function SliceXControllerService(httpClient, basePath, configuration) {
6078
6058
  this.httpClient = httpClient;
6079
- this.basePath = 'https://apiv2stage2.atomex.net';
6059
+ this.basePath = 'https://apiv2stage3.atomex.net';
6080
6060
  this.defaultHeaders = new http.HttpHeaders();
6081
6061
  this.configuration = new Configuration();
6082
6062
  if (basePath) {
@@ -6344,7 +6324,7 @@
6344
6324
  var StrategyControllerService = /** @class */ (function () {
6345
6325
  function StrategyControllerService(httpClient, basePath, configuration) {
6346
6326
  this.httpClient = httpClient;
6347
- this.basePath = 'https://apiv2stage2.atomex.net';
6327
+ this.basePath = 'https://apiv2stage3.atomex.net';
6348
6328
  this.defaultHeaders = new http.HttpHeaders();
6349
6329
  this.configuration = new Configuration();
6350
6330
  if (basePath) {
@@ -7005,7 +6985,7 @@
7005
6985
  var UILoggerControllerService = /** @class */ (function () {
7006
6986
  function UILoggerControllerService(httpClient, basePath, configuration) {
7007
6987
  this.httpClient = httpClient;
7008
- this.basePath = 'https://apiv2stage2.atomex.net';
6988
+ this.basePath = 'https://apiv2stage3.atomex.net';
7009
6989
  this.defaultHeaders = new http.HttpHeaders();
7010
6990
  this.configuration = new Configuration();
7011
6991
  if (basePath) {
@@ -7107,7 +7087,7 @@
7107
7087
  var UserPreferenceControllerService = /** @class */ (function () {
7108
7088
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
7109
7089
  this.httpClient = httpClient;
7110
- this.basePath = 'https://apiv2stage2.atomex.net';
7090
+ this.basePath = 'https://apiv2stage3.atomex.net';
7111
7091
  this.defaultHeaders = new http.HttpHeaders();
7112
7092
  this.configuration = new Configuration();
7113
7093
  if (basePath) {
@@ -7363,6 +7343,28 @@
7363
7343
  };
7364
7344
  })(exports.AuctionTypeEditField || (exports.AuctionTypeEditField = {}));
7365
7345
 
7346
+ /**
7347
+ * Api Documentation
7348
+ * Api Documentation
7349
+ *
7350
+ * OpenAPI spec version: 1.0
7351
+ *
7352
+ *
7353
+ * NOTE: This class is auto generated by the swagger code generator program.
7354
+ * https://github.com/swagger-api/swagger-codegen.git
7355
+ * Do not edit the class manually.
7356
+ */
7357
+
7358
+ (function (AudienceBackfillQueryTemplateRequest) {
7359
+ AudienceBackfillQueryTemplateRequest.DurationUnitEnum = {
7360
+ MINUTE: 'MINUTE',
7361
+ HOUR: 'HOUR',
7362
+ DAY: 'DAY',
7363
+ WEEK: 'WEEK',
7364
+ MONTH: 'MONTH'
7365
+ };
7366
+ })(exports.AudienceBackfillQueryTemplateRequest || (exports.AudienceBackfillQueryTemplateRequest = {}));
7367
+
7366
7368
 
7367
7369
  (function (AudienceDTO) {
7368
7370
  AudienceDTO.AudienceTypeEnum = {
@@ -7716,34 +7718,6 @@
7716
7718
  };
7717
7719
  })(exports.DuplicateCreativeSetResponse || (exports.DuplicateCreativeSetResponse = {}));
7718
7720
 
7719
- /**
7720
- * Api Documentation
7721
- * Api Documentation
7722
- *
7723
- * OpenAPI spec version: 1.0
7724
- *
7725
- *
7726
- * NOTE: This class is auto generated by the swagger code generator program.
7727
- * https://github.com/swagger-api/swagger-codegen.git
7728
- * Do not edit the class manually.
7729
- */
7730
-
7731
- (function (DynamicVideoConfigDTO) {
7732
- DynamicVideoConfigDTO.ConfigKeyEnum = {
7733
- TEMPLATEID: 'TEMPLATE_ID',
7734
- LOGO: 'LOGO',
7735
- SALEPRICEPREFIX: 'SALE_PRICE_PREFIX',
7736
- ORIGINALPRICEPREFIX: 'ORIGINAL_PRICE_PREFIX',
7737
- CTA: 'CTA',
7738
- TITLELENGTH: 'TITLE_LENGTH',
7739
- DISCOUNTSUFFIX: 'DISCOUNT_SUFFIX',
7740
- FONT: 'FONT',
7741
- ROUNDPRICE: 'ROUND_PRICE',
7742
- MUSICFILE: 'MUSIC_FILE',
7743
- VIDEOFILE: 'VIDEO_FILE'
7744
- };
7745
- })(exports.DynamicVideoConfigDTO || (exports.DynamicVideoConfigDTO = {}));
7746
-
7747
7721
  /**
7748
7722
  * Api Documentation
7749
7723
  * Api Documentation