@revxui/api-clients-ts 0.10.355 → 0.10.356

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 (57) hide show
  1. package/README.md +2 -2
  2. package/api/creativeController.service.d.ts +0 -14
  3. package/api/strategyController.service.d.ts +14 -0
  4. package/bundles/revxui-api-clients-ts.umd.js +88 -91
  5. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  6. package/esm2015/api/adminController.service.js +2 -2
  7. package/esm2015/api/advertiserController.service.js +2 -2
  8. package/esm2015/api/appSettingsController.service.js +2 -2
  9. package/esm2015/api/audienceController.service.js +2 -2
  10. package/esm2015/api/auditController.service.js +2 -2
  11. package/esm2015/api/bulkStrategyController.service.js +2 -2
  12. package/esm2015/api/cSSThemeController_.service.js +2 -2
  13. package/esm2015/api/campaignController.service.js +2 -2
  14. package/esm2015/api/catalogController.service.js +2 -2
  15. package/esm2015/api/clickDestinationController.service.js +2 -2
  16. package/esm2015/api/creativeController.service.js +2 -36
  17. package/esm2015/api/creativeSetsController.service.js +2 -2
  18. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  19. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  20. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  21. package/esm2015/api/customerReportingController.service.js +2 -2
  22. package/esm2015/api/dashboardController.service.js +2 -2
  23. package/esm2015/api/notificationsController.service.js +2 -2
  24. package/esm2015/api/pixelController.service.js +2 -2
  25. package/esm2015/api/reportingController.service.js +2 -2
  26. package/esm2015/api/sliceXController.service.js +2 -2
  27. package/esm2015/api/strategyController.service.js +39 -2
  28. package/esm2015/api/uILoggerController.service.js +2 -2
  29. package/esm2015/api/userPreferenceController.service.js +2 -2
  30. package/esm2015/model/baseModelWithCreativeSetType.js +2 -3
  31. package/esm2015/model/creativeDetails.js +2 -19
  32. package/esm2015/model/creativeSetDashboardMetric.js +2 -3
  33. package/esm2015/model/creativeSetDetails.js +2 -3
  34. package/esm2015/model/creativeSetRequest.js +2 -3
  35. package/esm2015/model/creativeSetResponse.js +2 -3
  36. package/esm2015/model/duplicateCreativeSetResponse.js +2 -3
  37. package/esm2015/model/models.js +2 -4
  38. package/esm2015/model/strategyInlineDTO.js +19 -0
  39. package/fesm2015/revxui-api-clients-ts.js +87 -114
  40. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  41. package/model/baseModelWithCreativeSetType.d.ts +1 -2
  42. package/model/creativeDetails.d.ts +0 -20
  43. package/model/creativeSetDashboardMetric.d.ts +1 -2
  44. package/model/creativeSetDetails.d.ts +1 -2
  45. package/model/creativeSetRequest.d.ts +1 -2
  46. package/model/creativeSetResponse.d.ts +1 -2
  47. package/model/duplicateCreativeSetResponse.d.ts +1 -2
  48. package/model/models.d.ts +1 -3
  49. package/model/strategyInlineDTO.d.ts +35 -0
  50. package/package.json +1 -1
  51. package/revxui-api-clients-ts.metadata.json +1 -1
  52. package/esm2015/model/apiListResponseSizeWithPreview.js +0 -2
  53. package/esm2015/model/sizeWithPreview.js +0 -13
  54. package/esm2015/model/videoAdTagVerifyRequest.js +0 -13
  55. package/model/apiListResponseSizeWithPreview.d.ts +0 -16
  56. package/model/sizeWithPreview.d.ts +0 -16
  57. package/model/videoAdTagVerifyRequest.d.ts +0 -14
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@0.10.355
1
+ ## @revxui/api-clients-ts@0.10.356
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.355 --save
22
+ npm install @revxui/api-clients-ts@0.10.356 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -12,7 +12,6 @@
12
12
  import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
13
13
  import { Observable } from 'rxjs';
14
14
  import { ApiListResponseCreativeDTO } from '../model/apiListResponseCreativeDTO';
15
- import { ApiListResponseSizeWithPreview } from '../model/apiListResponseSizeWithPreview';
16
15
  import { ApiResponseObjectApiListResponseCreativeCompactDTO } from '../model/apiResponseObjectApiListResponseCreativeCompactDTO';
17
16
  import { ApiResponseObjectApiListResponseCreativeDTO } from '../model/apiResponseObjectApiListResponseCreativeDTO';
18
17
  import { ApiResponseObjectCreativeDTO } from '../model/apiResponseObjectCreativeDTO';
@@ -24,7 +23,6 @@ import { CreativeMockUpsDTO } from '../model/creativeMockUpsDTO';
24
23
  import { CreativeThirdPartyAdTag } from '../model/creativeThirdPartyAdTag';
25
24
  import { DashboardRequest } from '../model/dashboardRequest';
26
25
  import { SearchRequest } from '../model/searchRequest';
27
- import { VideoAdTagVerifyRequest } from '../model/videoAdTagVerifyRequest';
28
26
  import { Configuration } from '../configuration';
29
27
  export declare class CreativeControllerService {
30
28
  protected httpClient: HttpClient;
@@ -174,16 +172,4 @@ export declare class CreativeControllerService {
174
172
  updateCreativeUsingPOST(creative: CreativeDTO, id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectCreativeDTO>;
175
173
  updateCreativeUsingPOST(creative: CreativeDTO, id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectCreativeDTO>>;
176
174
  updateCreativeUsingPOST(creative: CreativeDTO, id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectCreativeDTO>>;
177
- /**
178
- * Api to verify and get Third party video adtag creative details
179
- *
180
- * @param request request
181
- * @param reqId request id
182
- * @param token Auth Token
183
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
184
- * @param reportProgress flag to report request and response progress.
185
- */
186
- verifyAndGetVideoAdTagCreativeDetailsUsingPOST(request: VideoAdTagVerifyRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiListResponseSizeWithPreview>;
187
- verifyAndGetVideoAdTagCreativeDetailsUsingPOST(request: VideoAdTagVerifyRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiListResponseSizeWithPreview>>;
188
- verifyAndGetVideoAdTagCreativeDetailsUsingPOST(request: VideoAdTagVerifyRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiListResponseSizeWithPreview>>;
189
175
  }
@@ -27,6 +27,7 @@ import { GeoListRequest } from '../model/geoListRequest';
27
27
  import { SiteListRequest } from '../model/siteListRequest';
28
28
  import { StrategyCreativeAssociationRequestDTO } from '../model/strategyCreativeAssociationRequestDTO';
29
29
  import { StrategyDTO } from '../model/strategyDTO';
30
+ import { StrategyInlineDTO } from '../model/strategyInlineDTO';
30
31
  import { StrategyQuickEditDTO } from '../model/strategyQuickEditDTO';
31
32
  import { Configuration } from '../configuration';
32
33
  export declare class StrategyControllerService {
@@ -174,6 +175,19 @@ export declare class StrategyControllerService {
174
175
  getStrategyQuickEditDetailsUsingGET(id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectStrategyQuickEditDTO>;
175
176
  getStrategyQuickEditDetailsUsingGET(id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectStrategyQuickEditDTO>>;
176
177
  getStrategyQuickEditDetailsUsingGET(id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectStrategyQuickEditDTO>>;
178
+ /**
179
+ * Api for strategy in-line edit
180
+ *
181
+ * @param id id
182
+ * @param strategyInlineDTO strategyInlineDTO
183
+ * @param reqId request id
184
+ * @param token Auth Token
185
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
186
+ * @param reportProgress flag to report request and response progress.
187
+ */
188
+ inlineEditStrategyUsingPOST(id: number, strategyInlineDTO: StrategyInlineDTO, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectStrategyDTO>;
189
+ inlineEditStrategyUsingPOST(id: number, strategyInlineDTO: StrategyInlineDTO, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectStrategyDTO>>;
190
+ inlineEditStrategyUsingPOST(id: number, strategyInlineDTO: StrategyInlineDTO, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectStrategyDTO>>;
177
191
  /**
178
192
  * API to list AB Test experiment under the specified entity
179
193
  *
@@ -370,7 +370,7 @@
370
370
  var AdminControllerService = /** @class */ (function () {
371
371
  function AdminControllerService(httpClient, basePath, configuration) {
372
372
  this.httpClient = httpClient;
373
- this.basePath = 'https://apiv2stage1.atomex.net';
373
+ this.basePath = 'https://apiv2stage2.atomex.net';
374
374
  this.defaultHeaders = new http.HttpHeaders();
375
375
  this.configuration = new Configuration();
376
376
  if (basePath) {
@@ -575,7 +575,7 @@
575
575
  var AdvertiserControllerService = /** @class */ (function () {
576
576
  function AdvertiserControllerService(httpClient, basePath, configuration) {
577
577
  this.httpClient = httpClient;
578
- this.basePath = 'https://apiv2stage1.atomex.net';
578
+ this.basePath = 'https://apiv2stage2.atomex.net';
579
579
  this.defaultHeaders = new http.HttpHeaders();
580
580
  this.configuration = new Configuration();
581
581
  if (basePath) {
@@ -1009,7 +1009,7 @@
1009
1009
  var AppSettingsControllerService = /** @class */ (function () {
1010
1010
  function AppSettingsControllerService(httpClient, basePath, configuration) {
1011
1011
  this.httpClient = httpClient;
1012
- this.basePath = 'https://apiv2stage1.atomex.net';
1012
+ this.basePath = 'https://apiv2stage2.atomex.net';
1013
1013
  this.defaultHeaders = new http.HttpHeaders();
1014
1014
  this.configuration = new Configuration();
1015
1015
  if (basePath) {
@@ -1262,7 +1262,7 @@
1262
1262
  var AudienceControllerService = /** @class */ (function () {
1263
1263
  function AudienceControllerService(httpClient, basePath, configuration) {
1264
1264
  this.httpClient = httpClient;
1265
- this.basePath = 'https://apiv2stage1.atomex.net';
1265
+ this.basePath = 'https://apiv2stage2.atomex.net';
1266
1266
  this.defaultHeaders = new http.HttpHeaders();
1267
1267
  this.configuration = new Configuration();
1268
1268
  if (basePath) {
@@ -2048,7 +2048,7 @@
2048
2048
  var AuditControllerService = /** @class */ (function () {
2049
2049
  function AuditControllerService(httpClient, basePath, configuration) {
2050
2050
  this.httpClient = httpClient;
2051
- this.basePath = 'https://apiv2stage1.atomex.net';
2051
+ this.basePath = 'https://apiv2stage2.atomex.net';
2052
2052
  this.defaultHeaders = new http.HttpHeaders();
2053
2053
  this.configuration = new Configuration();
2054
2054
  if (basePath) {
@@ -2235,7 +2235,7 @@
2235
2235
  var BulkStrategyControllerService = /** @class */ (function () {
2236
2236
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2237
2237
  this.httpClient = httpClient;
2238
- this.basePath = 'https://apiv2stage1.atomex.net';
2238
+ this.basePath = 'https://apiv2stage2.atomex.net';
2239
2239
  this.defaultHeaders = new http.HttpHeaders();
2240
2240
  this.configuration = new Configuration();
2241
2241
  if (basePath) {
@@ -2466,7 +2466,7 @@
2466
2466
  var CSSThemeController_Service = /** @class */ (function () {
2467
2467
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2468
2468
  this.httpClient = httpClient;
2469
- this.basePath = 'https://apiv2stage1.atomex.net';
2469
+ this.basePath = 'https://apiv2stage2.atomex.net';
2470
2470
  this.defaultHeaders = new http.HttpHeaders();
2471
2471
  this.configuration = new Configuration();
2472
2472
  if (basePath) {
@@ -2575,7 +2575,7 @@
2575
2575
  var CampaignControllerService = /** @class */ (function () {
2576
2576
  function CampaignControllerService(httpClient, basePath, configuration) {
2577
2577
  this.httpClient = httpClient;
2578
- this.basePath = 'https://apiv2stage1.atomex.net';
2578
+ this.basePath = 'https://apiv2stage2.atomex.net';
2579
2579
  this.defaultHeaders = new http.HttpHeaders();
2580
2580
  this.configuration = new Configuration();
2581
2581
  if (basePath) {
@@ -2885,7 +2885,7 @@
2885
2885
  var CatalogControllerService = /** @class */ (function () {
2886
2886
  function CatalogControllerService(httpClient, basePath, configuration) {
2887
2887
  this.httpClient = httpClient;
2888
- this.basePath = 'https://apiv2stage1.atomex.net';
2888
+ this.basePath = 'https://apiv2stage2.atomex.net';
2889
2889
  this.defaultHeaders = new http.HttpHeaders();
2890
2890
  this.configuration = new Configuration();
2891
2891
  if (basePath) {
@@ -3131,7 +3131,7 @@
3131
3131
  var ClickDestinationControllerService = /** @class */ (function () {
3132
3132
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
3133
3133
  this.httpClient = httpClient;
3134
- this.basePath = 'https://apiv2stage1.atomex.net';
3134
+ this.basePath = 'https://apiv2stage2.atomex.net';
3135
3135
  this.defaultHeaders = new http.HttpHeaders();
3136
3136
  this.configuration = new Configuration();
3137
3137
  if (basePath) {
@@ -3369,7 +3369,7 @@
3369
3369
  var CreativeControllerService = /** @class */ (function () {
3370
3370
  function CreativeControllerService(httpClient, basePath, configuration) {
3371
3371
  this.httpClient = httpClient;
3372
- this.basePath = 'https://apiv2stage1.atomex.net';
3372
+ this.basePath = 'https://apiv2stage2.atomex.net';
3373
3373
  this.defaultHeaders = new http.HttpHeaders();
3374
3374
  this.configuration = new Configuration();
3375
3375
  if (basePath) {
@@ -3820,42 +3820,6 @@
3820
3820
  reportProgress: reportProgress
3821
3821
  });
3822
3822
  };
3823
- CreativeControllerService.prototype.verifyAndGetVideoAdTagCreativeDetailsUsingPOST = function (request, reqId, token, observe, reportProgress) {
3824
- if (observe === void 0) { observe = 'body'; }
3825
- if (reportProgress === void 0) { reportProgress = false; }
3826
- if (request === null || request === undefined) {
3827
- throw new Error('Required parameter request was null or undefined when calling verifyAndGetVideoAdTagCreativeDetailsUsingPOST.');
3828
- }
3829
- var headers = this.defaultHeaders;
3830
- if (reqId !== undefined && reqId !== null) {
3831
- headers = headers.set('reqId', String(reqId));
3832
- }
3833
- if (token !== undefined && token !== null) {
3834
- headers = headers.set('token', String(token));
3835
- }
3836
- // to determine the Accept header
3837
- var httpHeaderAccepts = [
3838
- 'application/json'
3839
- ];
3840
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3841
- if (httpHeaderAcceptSelected != undefined) {
3842
- headers = headers.set('Accept', httpHeaderAcceptSelected);
3843
- }
3844
- // to determine the Content-Type header
3845
- var consumes = [
3846
- 'application/json'
3847
- ];
3848
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3849
- if (httpContentTypeSelected != undefined) {
3850
- headers = headers.set('Content-Type', httpContentTypeSelected);
3851
- }
3852
- return this.httpClient.post(this.basePath + "/v2/api/creatives/videoAdtag", request, {
3853
- withCredentials: this.configuration.withCredentials,
3854
- headers: headers,
3855
- observe: observe,
3856
- reportProgress: reportProgress
3857
- });
3858
- };
3859
3823
  return CreativeControllerService;
3860
3824
  }());
3861
3825
  CreativeControllerService.decorators = [
@@ -3870,7 +3834,7 @@
3870
3834
  var CreativeSetsControllerService = /** @class */ (function () {
3871
3835
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3872
3836
  this.httpClient = httpClient;
3873
- this.basePath = 'https://apiv2stage1.atomex.net';
3837
+ this.basePath = 'https://apiv2stage2.atomex.net';
3874
3838
  this.defaultHeaders = new http.HttpHeaders();
3875
3839
  this.configuration = new Configuration();
3876
3840
  if (basePath) {
@@ -4389,7 +4353,7 @@
4389
4353
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4390
4354
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4391
4355
  this.httpClient = httpClient;
4392
- this.basePath = 'https://apiv2stage1.atomex.net';
4356
+ this.basePath = 'https://apiv2stage2.atomex.net';
4393
4357
  this.defaultHeaders = new http.HttpHeaders();
4394
4358
  this.configuration = new Configuration();
4395
4359
  if (basePath) {
@@ -4578,7 +4542,7 @@
4578
4542
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4579
4543
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4580
4544
  this.httpClient = httpClient;
4581
- this.basePath = 'https://apiv2stage1.atomex.net';
4545
+ this.basePath = 'https://apiv2stage2.atomex.net';
4582
4546
  this.defaultHeaders = new http.HttpHeaders();
4583
4547
  this.configuration = new Configuration();
4584
4548
  if (basePath) {
@@ -4654,7 +4618,7 @@
4654
4618
  var CreativeTemplatesControllerService = /** @class */ (function () {
4655
4619
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4656
4620
  this.httpClient = httpClient;
4657
- this.basePath = 'https://apiv2stage1.atomex.net';
4621
+ this.basePath = 'https://apiv2stage2.atomex.net';
4658
4622
  this.defaultHeaders = new http.HttpHeaders();
4659
4623
  this.configuration = new Configuration();
4660
4624
  if (basePath) {
@@ -4821,7 +4785,7 @@
4821
4785
  var CustomerReportingControllerService = /** @class */ (function () {
4822
4786
  function CustomerReportingControllerService(httpClient, basePath, configuration) {
4823
4787
  this.httpClient = httpClient;
4824
- this.basePath = 'https://apiv2stage1.atomex.net';
4788
+ this.basePath = 'https://apiv2stage2.atomex.net';
4825
4789
  this.defaultHeaders = new http.HttpHeaders();
4826
4790
  this.configuration = new Configuration();
4827
4791
  if (basePath) {
@@ -4906,7 +4870,7 @@
4906
4870
  var DashboardControllerService = /** @class */ (function () {
4907
4871
  function DashboardControllerService(httpClient, basePath, configuration) {
4908
4872
  this.httpClient = httpClient;
4909
- this.basePath = 'https://apiv2stage1.atomex.net';
4873
+ this.basePath = 'https://apiv2stage2.atomex.net';
4910
4874
  this.defaultHeaders = new http.HttpHeaders();
4911
4875
  this.configuration = new Configuration();
4912
4876
  if (basePath) {
@@ -5551,7 +5515,7 @@
5551
5515
  var NotificationsControllerService = /** @class */ (function () {
5552
5516
  function NotificationsControllerService(httpClient, basePath, configuration) {
5553
5517
  this.httpClient = httpClient;
5554
- this.basePath = 'https://apiv2stage1.atomex.net';
5518
+ this.basePath = 'https://apiv2stage2.atomex.net';
5555
5519
  this.defaultHeaders = new http.HttpHeaders();
5556
5520
  this.configuration = new Configuration();
5557
5521
  if (basePath) {
@@ -5738,7 +5702,7 @@
5738
5702
  var PixelControllerService = /** @class */ (function () {
5739
5703
  function PixelControllerService(httpClient, basePath, configuration) {
5740
5704
  this.httpClient = httpClient;
5741
- this.basePath = 'https://apiv2stage1.atomex.net';
5705
+ this.basePath = 'https://apiv2stage2.atomex.net';
5742
5706
  this.defaultHeaders = new http.HttpHeaders();
5743
5707
  this.configuration = new Configuration();
5744
5708
  if (basePath) {
@@ -6055,7 +6019,7 @@
6055
6019
  var ReportingControllerService = /** @class */ (function () {
6056
6020
  function ReportingControllerService(httpClient, basePath, configuration) {
6057
6021
  this.httpClient = httpClient;
6058
- this.basePath = 'https://apiv2stage1.atomex.net';
6022
+ this.basePath = 'https://apiv2stage2.atomex.net';
6059
6023
  this.defaultHeaders = new http.HttpHeaders();
6060
6024
  this.configuration = new Configuration();
6061
6025
  if (basePath) {
@@ -6227,7 +6191,7 @@
6227
6191
  var SliceXControllerService = /** @class */ (function () {
6228
6192
  function SliceXControllerService(httpClient, basePath, configuration) {
6229
6193
  this.httpClient = httpClient;
6230
- this.basePath = 'https://apiv2stage1.atomex.net';
6194
+ this.basePath = 'https://apiv2stage2.atomex.net';
6231
6195
  this.defaultHeaders = new http.HttpHeaders();
6232
6196
  this.configuration = new Configuration();
6233
6197
  if (basePath) {
@@ -6483,7 +6447,7 @@
6483
6447
  var StrategyControllerService = /** @class */ (function () {
6484
6448
  function StrategyControllerService(httpClient, basePath, configuration) {
6485
6449
  this.httpClient = httpClient;
6486
- this.basePath = 'https://apiv2stage1.atomex.net';
6450
+ this.basePath = 'https://apiv2stage2.atomex.net';
6487
6451
  this.defaultHeaders = new http.HttpHeaders();
6488
6452
  this.configuration = new Configuration();
6489
6453
  if (basePath) {
@@ -6900,6 +6864,45 @@
6900
6864
  reportProgress: reportProgress
6901
6865
  });
6902
6866
  };
6867
+ StrategyControllerService.prototype.inlineEditStrategyUsingPOST = function (id, strategyInlineDTO, reqId, token, observe, reportProgress) {
6868
+ if (observe === void 0) { observe = 'body'; }
6869
+ if (reportProgress === void 0) { reportProgress = false; }
6870
+ if (id === null || id === undefined) {
6871
+ throw new Error('Required parameter id was null or undefined when calling inlineEditStrategyUsingPOST.');
6872
+ }
6873
+ if (strategyInlineDTO === null || strategyInlineDTO === undefined) {
6874
+ throw new Error('Required parameter strategyInlineDTO was null or undefined when calling inlineEditStrategyUsingPOST.');
6875
+ }
6876
+ var headers = this.defaultHeaders;
6877
+ if (reqId !== undefined && reqId !== null) {
6878
+ headers = headers.set('reqId', String(reqId));
6879
+ }
6880
+ if (token !== undefined && token !== null) {
6881
+ headers = headers.set('token', String(token));
6882
+ }
6883
+ // to determine the Accept header
6884
+ var httpHeaderAccepts = [
6885
+ '*/*'
6886
+ ];
6887
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
6888
+ if (httpHeaderAcceptSelected != undefined) {
6889
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
6890
+ }
6891
+ // to determine the Content-Type header
6892
+ var consumes = [
6893
+ 'application/json'
6894
+ ];
6895
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
6896
+ if (httpContentTypeSelected != undefined) {
6897
+ headers = headers.set('Content-Type', httpContentTypeSelected);
6898
+ }
6899
+ return this.httpClient.post(this.basePath + "/v2/api/strategies/inlineEdit/" + encodeURIComponent(String(id)), strategyInlineDTO, {
6900
+ withCredentials: this.configuration.withCredentials,
6901
+ headers: headers,
6902
+ observe: observe,
6903
+ reportProgress: reportProgress
6904
+ });
6905
+ };
6903
6906
  StrategyControllerService.prototype.listABTestExperimentUsingGET = function (entity, entityId, reqId, token, observe, reportProgress) {
6904
6907
  if (observe === void 0) { observe = 'body'; }
6905
6908
  if (reportProgress === void 0) { reportProgress = false; }
@@ -7171,7 +7174,7 @@
7171
7174
  var UILoggerControllerService = /** @class */ (function () {
7172
7175
  function UILoggerControllerService(httpClient, basePath, configuration) {
7173
7176
  this.httpClient = httpClient;
7174
- this.basePath = 'https://apiv2stage1.atomex.net';
7177
+ this.basePath = 'https://apiv2stage2.atomex.net';
7175
7178
  this.defaultHeaders = new http.HttpHeaders();
7176
7179
  this.configuration = new Configuration();
7177
7180
  if (basePath) {
@@ -7261,7 +7264,7 @@
7261
7264
  var UserPreferenceControllerService = /** @class */ (function () {
7262
7265
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
7263
7266
  this.httpClient = httpClient;
7264
- this.basePath = 'https://apiv2stage1.atomex.net';
7267
+ this.basePath = 'https://apiv2stage2.atomex.net';
7265
7268
  this.defaultHeaders = new http.HttpHeaders();
7266
7269
  this.configuration = new Configuration();
7267
7270
  if (basePath) {
@@ -7630,8 +7633,7 @@
7630
7633
  DYNAMICHTML: 'DYNAMIC_HTML',
7631
7634
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7632
7635
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7633
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7634
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7636
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7635
7637
  };
7636
7638
  })(exports.BaseModelWithCreativeSetType || (exports.BaseModelWithCreativeSetType = {}));
7637
7639
 
@@ -7710,25 +7712,6 @@
7710
7712
  };
7711
7713
  })(exports.CreativeDTO || (exports.CreativeDTO = {}));
7712
7714
 
7713
- exports.CreativeDetails = void 0;
7714
- (function (CreativeDetails) {
7715
- CreativeDetails.CreativeSetTypeEnum = {
7716
- IMAGE: 'IMAGE',
7717
- VIDEO: 'VIDEO',
7718
- THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
7719
- ZIPPEDHTML: 'ZIPPED_HTML',
7720
- NATIVEIMAGE: 'NATIVE_IMAGE',
7721
- NATIVEVIDEO: 'NATIVE_VIDEO',
7722
- DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7723
- DYNAMICMACRO: 'DYNAMIC_MACRO',
7724
- DYNAMICHTML: 'DYNAMIC_HTML',
7725
- DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7726
- HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7727
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7728
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7729
- };
7730
- })(exports.CreativeDetails || (exports.CreativeDetails = {}));
7731
-
7732
7715
  exports.CreativeFileForSet = void 0;
7733
7716
  (function (CreativeFileForSet) {
7734
7717
  CreativeFileForSet.TypeEnum = {
@@ -7808,8 +7791,7 @@
7808
7791
  DYNAMICHTML: 'DYNAMIC_HTML',
7809
7792
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7810
7793
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7811
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7812
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7794
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7813
7795
  };
7814
7796
  })(exports.CreativeSetDashboardMetric || (exports.CreativeSetDashboardMetric = {}));
7815
7797
 
@@ -7827,8 +7809,7 @@
7827
7809
  DYNAMICHTML: 'DYNAMIC_HTML',
7828
7810
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7829
7811
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7830
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7831
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7812
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7832
7813
  };
7833
7814
  })(exports.CreativeSetDetails || (exports.CreativeSetDetails = {}));
7834
7815
 
@@ -7846,8 +7827,7 @@
7846
7827
  DYNAMICHTML: 'DYNAMIC_HTML',
7847
7828
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7848
7829
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7849
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7850
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7830
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7851
7831
  };
7852
7832
  })(exports.CreativeSetRequest || (exports.CreativeSetRequest = {}));
7853
7833
 
@@ -7876,8 +7856,7 @@
7876
7856
  DYNAMICHTML: 'DYNAMIC_HTML',
7877
7857
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7878
7858
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7879
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7880
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7859
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7881
7860
  };
7882
7861
  })(exports.CreativeSetResponse || (exports.CreativeSetResponse = {}));
7883
7862
 
@@ -7926,8 +7905,7 @@
7926
7905
  DYNAMICHTML: 'DYNAMIC_HTML',
7927
7906
  DYNAMICVIDEO: 'DYNAMIC_VIDEO',
7928
7907
  HYBRIDSTATICAD: 'HYBRID_STATIC_AD',
7929
- HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD',
7930
- THIRDPARTYVIDEOADTAGS: 'THIRD_PARTY_VIDEO_AD_TAGS'
7908
+ HYBRIDDYNAMICAD: 'HYBRID_DYNAMIC_AD'
7931
7909
  };
7932
7910
  })(exports.DuplicateCreativeSetResponse || (exports.DuplicateCreativeSetResponse = {}));
7933
7911
 
@@ -8256,6 +8234,25 @@
8256
8234
  };
8257
8235
  })(exports.StrategyDTO || (exports.StrategyDTO = {}));
8258
8236
 
8237
+ /**
8238
+ * Api Documentation
8239
+ * Api Documentation
8240
+ *
8241
+ * OpenAPI spec version: 1.0
8242
+ *
8243
+ *
8244
+ * NOTE: This class is auto generated by the swagger code generator program.
8245
+ * https://github.com/swagger-api/swagger-codegen.git
8246
+ * Do not edit the class manually.
8247
+ */
8248
+ exports.StrategyInlineDTO = void 0;
8249
+ (function (StrategyInlineDTO) {
8250
+ StrategyInlineDTO.StrategyTypeEnum = {
8251
+ Standard: 'standard',
8252
+ ClickTracker: 'clickTracker'
8253
+ };
8254
+ })(exports.StrategyInlineDTO || (exports.StrategyInlineDTO = {}));
8255
+
8259
8256
  /**
8260
8257
  * Api Documentation
8261
8258
  * Api Documentation