@revxui/api-clients-ts 0.10.251 → 0.10.252

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 (82) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +17 -4
  3. package/api/creativeSetsController.service.d.ts +14 -0
  4. package/bundles/revxui-api-clients-ts.umd.js +105 -23
  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 -2
  11. package/esm2015/api/audienceController.service.js +35 -2
  12. package/esm2015/api/auditController.service.js +2 -2
  13. package/esm2015/api/bulkStrategyController.service.js +2 -2
  14. package/esm2015/api/cSSThemeController_.service.js +2 -2
  15. package/esm2015/api/campaignController.service.js +2 -2
  16. package/esm2015/api/catalogController.service.js +2 -2
  17. package/esm2015/api/clickDestinationController.service.js +2 -2
  18. package/esm2015/api/creativeController.service.js +2 -2
  19. package/esm2015/api/creativeSetsController.service.js +39 -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/apiListResponseAudiencePerformanceDTO.js +1 -0
  32. package/esm2015/model/apiResponseObjectApiListResponseAudiencePerformanceDTO.js +1 -0
  33. package/esm2015/model/audiencePerformanceDTO.js +8 -0
  34. package/esm2015/model/duplicateCreativeSetsRequestDTO.js +1 -0
  35. package/esm2015/model/models.js +2 -1
  36. package/esm2015/model/searchRequest.js +1 -1
  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 -2
  40. package/esm5/api/audienceController.service.js +37 -2
  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 +41 -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/apiListResponseAudiencePerformanceDTO.js +1 -0
  61. package/esm5/model/apiResponseObjectApiListResponseAudiencePerformanceDTO.js +1 -0
  62. package/esm5/model/audiencePerformanceDTO.js +8 -0
  63. package/esm5/model/duplicateCreativeSetsRequestDTO.js +1 -0
  64. package/esm5/model/models.js +2 -1
  65. package/esm5/model/searchRequest.js +1 -1
  66. package/fesm2015/revxui-api-clients-ts.js +102 -24
  67. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  68. package/fesm5/revxui-api-clients-ts.js +106 -24
  69. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  70. package/model/{apiListResponseAudienceESDTO.d.ts → apiListResponseAudiencePerformanceDTO.d.ts} +3 -3
  71. package/model/{apiResponseObjectApiListResponseAudienceESDTO.d.ts → apiResponseObjectApiListResponseAudiencePerformanceDTO.d.ts} +3 -3
  72. package/model/audiencePerformanceDTO.d.ts +37 -0
  73. package/model/duplicateCreativeSetsRequestDTO.d.ts +21 -0
  74. package/model/models.d.ts +4 -2
  75. package/model/searchRequest.d.ts +2 -0
  76. package/model/strategyDTO.d.ts +2 -2
  77. package/package.json +1 -1
  78. package/revxui-api-clients-ts.metadata.json +1 -1
  79. package/esm2015/model/apiListResponseAudienceESDTO.js +0 -1
  80. package/esm2015/model/apiResponseObjectApiListResponseAudienceESDTO.js +0 -1
  81. package/esm5/model/apiListResponseAudienceESDTO.js +0 -1
  82. package/esm5/model/apiResponseObjectApiListResponseAudienceESDTO.js +0 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@0.10.251
1
+ ## @revxui/api-clients-ts@0.10.252
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.251 --save
22
+ npm install @revxui/api-clients-ts@0.10.252 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -11,7 +11,7 @@
11
11
  */
12
12
  import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
13
13
  import { Observable } from 'rxjs';
14
- import { ApiResponseObjectApiListResponseAudienceESDTO } from '../model/apiResponseObjectApiListResponseAudienceESDTO';
14
+ import { ApiResponseObjectApiListResponseAudiencePerformanceDTO } from '../model/apiResponseObjectApiListResponseAudiencePerformanceDTO';
15
15
  import { ApiResponseObjectAudienceAccessDTO } from '../model/apiResponseObjectAudienceAccessDTO';
16
16
  import { ApiResponseObjectAudienceDTO } from '../model/apiResponseObjectAudienceDTO';
17
17
  import { ApiResponseObjectBaseModel } from '../model/apiResponseObjectBaseModel';
@@ -22,6 +22,7 @@ import { ApiResponseObjectListAudienceDTO } from '../model/apiResponseObjectList
22
22
  import { ApiResponseObjectMapintResponseMessage } from '../model/apiResponseObjectMapintResponseMessage';
23
23
  import { ApiResponseObjectMaplongResponseMessage } from '../model/apiResponseObjectMaplongResponseMessage';
24
24
  import { ApiResponseObjectMetaRulesDto } from '../model/apiResponseObjectMetaRulesDto';
25
+ import { ApiResponseObjectstring } from '../model/apiResponseObjectstring';
25
26
  import { AudienceDTO } from '../model/audienceDTO';
26
27
  import { DashboardRequest } from '../model/dashboardRequest';
27
28
  import { EligibleUsersRequest } from '../model/eligibleUsersRequest';
@@ -136,9 +137,9 @@ export declare class AudienceControllerService {
136
137
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
137
138
  * @param reportProgress flag to report request and response progress.
138
139
  */
139
- getAllAudienceUsingPOST(advertiser_id?: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectApiListResponseAudienceESDTO>;
140
- getAllAudienceUsingPOST(advertiser_id?: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectApiListResponseAudienceESDTO>>;
141
- getAllAudienceUsingPOST(advertiser_id?: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectApiListResponseAudienceESDTO>>;
140
+ getAllAudienceUsingPOST(advertiser_id?: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectApiListResponseAudiencePerformanceDTO>;
141
+ getAllAudienceUsingPOST(advertiser_id?: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectApiListResponseAudiencePerformanceDTO>>;
142
+ getAllAudienceUsingPOST(advertiser_id?: number, refresh?: boolean, reqId?: string, search?: SearchRequest, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectApiListResponseAudiencePerformanceDTO>>;
142
143
  /**
143
144
  * Api to get Affle DMP Audience List
144
145
  *
@@ -218,6 +219,18 @@ export declare class AudienceControllerService {
218
219
  getSyncedDmpAudienceUsingGET(advertiser_id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectListAudienceDTO>;
219
220
  getSyncedDmpAudienceUsingGET(advertiser_id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectListAudienceDTO>>;
220
221
  getSyncedDmpAudienceUsingGET(advertiser_id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectListAudienceDTO>>;
222
+ /**
223
+ * Api to re-try scheduler for the failed advertisers
224
+ *
225
+ * @param advIds advIds
226
+ * @param reqId request id
227
+ * @param token Auth Token
228
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
229
+ * @param reportProgress flag to report request and response progress.
230
+ */
231
+ retrySchedulerForAdvertisersUsingGET(advIds: string, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectstring>;
232
+ retrySchedulerForAdvertisersUsingGET(advIds: string, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectstring>>;
233
+ retrySchedulerForAdvertisersUsingGET(advIds: string, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectstring>>;
221
234
  /**
222
235
  * Api to sync DMP Aduience
223
236
  *
@@ -19,6 +19,7 @@ import { ApiResponseObjectDashboardMetrics } from '../model/apiResponseObjectDas
19
19
  import { ApiResponseObjectDashboardResponse } from '../model/apiResponseObjectDashboardResponse';
20
20
  import { CreativeSetRequest } from '../model/creativeSetRequest';
21
21
  import { DashboardRequest } from '../model/dashboardRequest';
22
+ import { DuplicateCreativeSetsRequestDTO } from '../model/duplicateCreativeSetsRequestDTO';
22
23
  import { Configuration } from '../configuration';
23
24
  export declare class CreativeSetsControllerService {
24
25
  protected httpClient: HttpClient;
@@ -43,6 +44,19 @@ export declare class CreativeSetsControllerService {
43
44
  createUsingPOST(creativeSetRequest: CreativeSetRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectCreativeSetResponse>;
44
45
  createUsingPOST(creativeSetRequest: CreativeSetRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectCreativeSetResponse>>;
45
46
  createUsingPOST(creativeSetRequest: CreativeSetRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectCreativeSetResponse>>;
47
+ /**
48
+ * Api to duplicate creative sets
49
+ *
50
+ * @param dto dto
51
+ * @param id id
52
+ * @param reqId request id
53
+ * @param token Auth Token
54
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
55
+ * @param reportProgress flag to report request and response progress.
56
+ */
57
+ duplicateCreativeSetsUsingPOST(dto: DuplicateCreativeSetsRequestDTO, id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectCreativeSetResponse>;
58
+ duplicateCreativeSetsUsingPOST(dto: DuplicateCreativeSetsRequestDTO, id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectCreativeSetResponse>>;
59
+ duplicateCreativeSetsUsingPOST(dto: DuplicateCreativeSetsRequestDTO, id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectCreativeSetResponse>>;
46
60
  /**
47
61
  * Api to get creative sets dimension details
48
62
  *
@@ -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://apiv2beta.atomex.net';
311
+ this.basePath = 'https://apiv2stage2.atomex.net';
312
312
  this.defaultHeaders = new http.HttpHeaders();
313
313
  this.configuration = new Configuration();
314
314
  if (basePath) {
@@ -525,7 +525,7 @@
525
525
  var AdvertiserControllerService = /** @class */ (function () {
526
526
  function AdvertiserControllerService(httpClient, basePath, configuration) {
527
527
  this.httpClient = httpClient;
528
- this.basePath = 'https://apiv2beta.atomex.net';
528
+ this.basePath = 'https://apiv2stage2.atomex.net';
529
529
  this.defaultHeaders = new http.HttpHeaders();
530
530
  this.configuration = new Configuration();
531
531
  if (basePath) {
@@ -971,7 +971,7 @@
971
971
  var AppSettingsControllerService = /** @class */ (function () {
972
972
  function AppSettingsControllerService(httpClient, basePath, configuration) {
973
973
  this.httpClient = httpClient;
974
- this.basePath = 'https://apiv2beta.atomex.net';
974
+ this.basePath = 'https://apiv2stage2.atomex.net';
975
975
  this.defaultHeaders = new http.HttpHeaders();
976
976
  this.configuration = new Configuration();
977
977
  if (basePath) {
@@ -1141,7 +1141,7 @@
1141
1141
  var AudienceControllerService = /** @class */ (function () {
1142
1142
  function AudienceControllerService(httpClient, basePath, configuration) {
1143
1143
  this.httpClient = httpClient;
1144
- this.basePath = 'https://apiv2beta.atomex.net';
1144
+ this.basePath = 'https://apiv2stage2.atomex.net';
1145
1145
  this.defaultHeaders = new http.HttpHeaders();
1146
1146
  this.configuration = new Configuration();
1147
1147
  if (basePath) {
@@ -1698,6 +1698,41 @@
1698
1698
  reportProgress: reportProgress
1699
1699
  });
1700
1700
  };
1701
+ AudienceControllerService.prototype.retrySchedulerForAdvertisersUsingGET = function (advIds, reqId, token, observe, reportProgress) {
1702
+ if (observe === void 0) { observe = 'body'; }
1703
+ if (reportProgress === void 0) { reportProgress = false; }
1704
+ if (advIds === null || advIds === undefined) {
1705
+ throw new Error('Required parameter advIds was null or undefined when calling retrySchedulerForAdvertisersUsingGET.');
1706
+ }
1707
+ var queryParameters = new http.HttpParams({ encoder: new CustomHttpUrlEncodingCodec() });
1708
+ if (advIds !== undefined && advIds !== null) {
1709
+ queryParameters = queryParameters.set('advIds', advIds);
1710
+ }
1711
+ var headers = this.defaultHeaders;
1712
+ if (reqId !== undefined && reqId !== null) {
1713
+ headers = headers.set('reqId', String(reqId));
1714
+ }
1715
+ if (token !== undefined && token !== null) {
1716
+ headers = headers.set('token', String(token));
1717
+ }
1718
+ // to determine the Accept header
1719
+ var httpHeaderAccepts = [
1720
+ '*/*'
1721
+ ];
1722
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1723
+ if (httpHeaderAcceptSelected != undefined) {
1724
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
1725
+ }
1726
+ // to determine the Content-Type header
1727
+ var consumes = [];
1728
+ return this.httpClient.get(this.basePath + "/v2/api/audience/schedulerRetry", {
1729
+ params: queryParameters,
1730
+ withCredentials: this.configuration.withCredentials,
1731
+ headers: headers,
1732
+ observe: observe,
1733
+ reportProgress: reportProgress
1734
+ });
1735
+ };
1701
1736
  AudienceControllerService.prototype.syncAudienceUsingPOST = function (platformAudienceDTO, reqId, token, observe, reportProgress) {
1702
1737
  if (observe === void 0) { observe = 'body'; }
1703
1738
  if (reportProgress === void 0) { reportProgress = false; }
@@ -1829,7 +1864,7 @@
1829
1864
  var AuditControllerService = /** @class */ (function () {
1830
1865
  function AuditControllerService(httpClient, basePath, configuration) {
1831
1866
  this.httpClient = httpClient;
1832
- this.basePath = 'https://apiv2beta.atomex.net';
1867
+ this.basePath = 'https://apiv2stage2.atomex.net';
1833
1868
  this.defaultHeaders = new http.HttpHeaders();
1834
1869
  this.configuration = new Configuration();
1835
1870
  if (basePath) {
@@ -2028,7 +2063,7 @@
2028
2063
  var BulkStrategyControllerService = /** @class */ (function () {
2029
2064
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2030
2065
  this.httpClient = httpClient;
2031
- this.basePath = 'https://apiv2beta.atomex.net';
2066
+ this.basePath = 'https://apiv2stage2.atomex.net';
2032
2067
  this.defaultHeaders = new http.HttpHeaders();
2033
2068
  this.configuration = new Configuration();
2034
2069
  if (basePath) {
@@ -2271,7 +2306,7 @@
2271
2306
  var CSSThemeController_Service = /** @class */ (function () {
2272
2307
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2273
2308
  this.httpClient = httpClient;
2274
- this.basePath = 'https://apiv2beta.atomex.net';
2309
+ this.basePath = 'https://apiv2stage2.atomex.net';
2275
2310
  this.defaultHeaders = new http.HttpHeaders();
2276
2311
  this.configuration = new Configuration();
2277
2312
  if (basePath) {
@@ -2392,7 +2427,7 @@
2392
2427
  var CampaignControllerService = /** @class */ (function () {
2393
2428
  function CampaignControllerService(httpClient, basePath, configuration) {
2394
2429
  this.httpClient = httpClient;
2395
- this.basePath = 'https://apiv2beta.atomex.net';
2430
+ this.basePath = 'https://apiv2stage2.atomex.net';
2396
2431
  this.defaultHeaders = new http.HttpHeaders();
2397
2432
  this.configuration = new Configuration();
2398
2433
  if (basePath) {
@@ -2678,7 +2713,7 @@
2678
2713
  var CatalogControllerService = /** @class */ (function () {
2679
2714
  function CatalogControllerService(httpClient, basePath, configuration) {
2680
2715
  this.httpClient = httpClient;
2681
- this.basePath = 'https://apiv2beta.atomex.net';
2716
+ this.basePath = 'https://apiv2stage2.atomex.net';
2682
2717
  this.defaultHeaders = new http.HttpHeaders();
2683
2718
  this.configuration = new Configuration();
2684
2719
  if (basePath) {
@@ -2901,7 +2936,7 @@
2901
2936
  var ClickDestinationControllerService = /** @class */ (function () {
2902
2937
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2903
2938
  this.httpClient = httpClient;
2904
- this.basePath = 'https://apiv2beta.atomex.net';
2939
+ this.basePath = 'https://apiv2stage2.atomex.net';
2905
2940
  this.defaultHeaders = new http.HttpHeaders();
2906
2941
  this.configuration = new Configuration();
2907
2942
  if (basePath) {
@@ -3151,7 +3186,7 @@
3151
3186
  var CreativeControllerService = /** @class */ (function () {
3152
3187
  function CreativeControllerService(httpClient, basePath, configuration) {
3153
3188
  this.httpClient = httpClient;
3154
- this.basePath = 'https://apiv2beta.atomex.net';
3189
+ this.basePath = 'https://apiv2stage2.atomex.net';
3155
3190
  this.defaultHeaders = new http.HttpHeaders();
3156
3191
  this.configuration = new Configuration();
3157
3192
  if (basePath) {
@@ -3628,7 +3663,7 @@
3628
3663
  var CreativeSetsControllerService = /** @class */ (function () {
3629
3664
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3630
3665
  this.httpClient = httpClient;
3631
- this.basePath = 'https://apiv2beta.atomex.net';
3666
+ this.basePath = 'https://apiv2stage2.atomex.net';
3632
3667
  this.defaultHeaders = new http.HttpHeaders();
3633
3668
  this.configuration = new Configuration();
3634
3669
  if (basePath) {
@@ -3699,6 +3734,45 @@
3699
3734
  reportProgress: reportProgress
3700
3735
  });
3701
3736
  };
3737
+ CreativeSetsControllerService.prototype.duplicateCreativeSetsUsingPOST = function (dto, id, reqId, token, observe, reportProgress) {
3738
+ if (observe === void 0) { observe = 'body'; }
3739
+ if (reportProgress === void 0) { reportProgress = false; }
3740
+ if (dto === null || dto === undefined) {
3741
+ throw new Error('Required parameter dto was null or undefined when calling duplicateCreativeSetsUsingPOST.');
3742
+ }
3743
+ if (id === null || id === undefined) {
3744
+ throw new Error('Required parameter id was null or undefined when calling duplicateCreativeSetsUsingPOST.');
3745
+ }
3746
+ var headers = this.defaultHeaders;
3747
+ if (reqId !== undefined && reqId !== null) {
3748
+ headers = headers.set('reqId', String(reqId));
3749
+ }
3750
+ if (token !== undefined && token !== null) {
3751
+ headers = headers.set('token', String(token));
3752
+ }
3753
+ // to determine the Accept header
3754
+ var httpHeaderAccepts = [
3755
+ 'application/json'
3756
+ ];
3757
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3758
+ if (httpHeaderAcceptSelected != undefined) {
3759
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
3760
+ }
3761
+ // to determine the Content-Type header
3762
+ var consumes = [
3763
+ 'application/json'
3764
+ ];
3765
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3766
+ if (httpContentTypeSelected != undefined) {
3767
+ headers = headers.set('Content-Type', httpContentTypeSelected);
3768
+ }
3769
+ return this.httpClient.post(this.basePath + "/v2/api/creativesets/duplicate/" + encodeURIComponent(String(id)), dto, {
3770
+ withCredentials: this.configuration.withCredentials,
3771
+ headers: headers,
3772
+ observe: observe,
3773
+ reportProgress: reportProgress
3774
+ });
3775
+ };
3702
3776
  CreativeSetsControllerService.prototype.getAdvertiserDynamicDetailsUsingGET = function (advertiserId, reqId, token, observe, reportProgress) {
3703
3777
  if (observe === void 0) { observe = 'body'; }
3704
3778
  if (reportProgress === void 0) { reportProgress = false; }
@@ -3963,7 +4037,7 @@
3963
4037
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
3964
4038
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
3965
4039
  this.httpClient = httpClient;
3966
- this.basePath = 'https://apiv2beta.atomex.net';
4040
+ this.basePath = 'https://apiv2stage2.atomex.net';
3967
4041
  this.defaultHeaders = new http.HttpHeaders();
3968
4042
  this.configuration = new Configuration();
3969
4043
  if (basePath) {
@@ -4164,7 +4238,7 @@
4164
4238
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4165
4239
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4166
4240
  this.httpClient = httpClient;
4167
- this.basePath = 'https://apiv2beta.atomex.net';
4241
+ this.basePath = 'https://apiv2stage2.atomex.net';
4168
4242
  this.defaultHeaders = new http.HttpHeaders();
4169
4243
  this.configuration = new Configuration();
4170
4244
  if (basePath) {
@@ -4252,7 +4326,7 @@
4252
4326
  var CreativeTemplatesControllerService = /** @class */ (function () {
4253
4327
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4254
4328
  this.httpClient = httpClient;
4255
- this.basePath = 'https://apiv2beta.atomex.net';
4329
+ this.basePath = 'https://apiv2stage2.atomex.net';
4256
4330
  this.defaultHeaders = new http.HttpHeaders();
4257
4331
  this.configuration = new Configuration();
4258
4332
  if (basePath) {
@@ -4431,7 +4505,7 @@
4431
4505
  var DashboardControllerService = /** @class */ (function () {
4432
4506
  function DashboardControllerService(httpClient, basePath, configuration) {
4433
4507
  this.httpClient = httpClient;
4434
- this.basePath = 'https://apiv2beta.atomex.net';
4508
+ this.basePath = 'https://apiv2stage2.atomex.net';
4435
4509
  this.defaultHeaders = new http.HttpHeaders();
4436
4510
  this.configuration = new Configuration();
4437
4511
  if (basePath) {
@@ -5088,7 +5162,7 @@
5088
5162
  var NotificationsControllerService = /** @class */ (function () {
5089
5163
  function NotificationsControllerService(httpClient, basePath, configuration) {
5090
5164
  this.httpClient = httpClient;
5091
- this.basePath = 'https://apiv2beta.atomex.net';
5165
+ this.basePath = 'https://apiv2stage2.atomex.net';
5092
5166
  this.defaultHeaders = new http.HttpHeaders();
5093
5167
  this.configuration = new Configuration();
5094
5168
  if (basePath) {
@@ -5287,7 +5361,7 @@
5287
5361
  var PixelControllerService = /** @class */ (function () {
5288
5362
  function PixelControllerService(httpClient, basePath, configuration) {
5289
5363
  this.httpClient = httpClient;
5290
- this.basePath = 'https://apiv2beta.atomex.net';
5364
+ this.basePath = 'https://apiv2stage2.atomex.net';
5291
5365
  this.defaultHeaders = new http.HttpHeaders();
5292
5366
  this.configuration = new Configuration();
5293
5367
  if (basePath) {
@@ -5616,7 +5690,7 @@
5616
5690
  var ReportingControllerService = /** @class */ (function () {
5617
5691
  function ReportingControllerService(httpClient, basePath, configuration) {
5618
5692
  this.httpClient = httpClient;
5619
- this.basePath = 'https://apiv2beta.atomex.net';
5693
+ this.basePath = 'https://apiv2stage2.atomex.net';
5620
5694
  this.defaultHeaders = new http.HttpHeaders();
5621
5695
  this.configuration = new Configuration();
5622
5696
  if (basePath) {
@@ -5800,7 +5874,7 @@
5800
5874
  var SliceXControllerService = /** @class */ (function () {
5801
5875
  function SliceXControllerService(httpClient, basePath, configuration) {
5802
5876
  this.httpClient = httpClient;
5803
- this.basePath = 'https://apiv2beta.atomex.net';
5877
+ this.basePath = 'https://apiv2stage2.atomex.net';
5804
5878
  this.defaultHeaders = new http.HttpHeaders();
5805
5879
  this.configuration = new Configuration();
5806
5880
  if (basePath) {
@@ -5985,7 +6059,7 @@
5985
6059
  var StrategyControllerService = /** @class */ (function () {
5986
6060
  function StrategyControllerService(httpClient, basePath, configuration) {
5987
6061
  this.httpClient = httpClient;
5988
- this.basePath = 'https://apiv2beta.atomex.net';
6062
+ this.basePath = 'https://apiv2stage2.atomex.net';
5989
6063
  this.defaultHeaders = new http.HttpHeaders();
5990
6064
  this.configuration = new Configuration();
5991
6065
  if (basePath) {
@@ -6646,7 +6720,7 @@
6646
6720
  var UILoggerControllerService = /** @class */ (function () {
6647
6721
  function UILoggerControllerService(httpClient, basePath, configuration) {
6648
6722
  this.httpClient = httpClient;
6649
- this.basePath = 'https://apiv2beta.atomex.net';
6723
+ this.basePath = 'https://apiv2stage2.atomex.net';
6650
6724
  this.defaultHeaders = new http.HttpHeaders();
6651
6725
  this.configuration = new Configuration();
6652
6726
  if (basePath) {
@@ -6748,7 +6822,7 @@
6748
6822
  var UserPreferenceControllerService = /** @class */ (function () {
6749
6823
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6750
6824
  this.httpClient = httpClient;
6751
- this.basePath = 'https://apiv2beta.atomex.net';
6825
+ this.basePath = 'https://apiv2stage2.atomex.net';
6752
6826
  this.defaultHeaders = new http.HttpHeaders();
6753
6827
  this.configuration = new Configuration();
6754
6828
  if (basePath) {
@@ -7043,6 +7117,14 @@
7043
7117
  };
7044
7118
  })(exports.AudienceESDTO || (exports.AudienceESDTO = {}));
7045
7119
 
7120
+
7121
+ (function (AudiencePerformanceDTO) {
7122
+ AudiencePerformanceDTO.GenderEnum = {
7123
+ MALE: 'MALE',
7124
+ FEMALE: 'FEMALE'
7125
+ };
7126
+ })(exports.AudiencePerformanceDTO || (exports.AudiencePerformanceDTO = {}));
7127
+
7046
7128
  /**
7047
7129
  * Api Documentation
7048
7130
  * Api Documentation