@revxui/api-clients-ts 0.10.248 → 0.10.249

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 (91) hide show
  1. package/README.md +2 -2
  2. package/api/audienceController.service.d.ts +17 -4
  3. package/api/creativeSetsController.service.d.ts +0 -14
  4. package/bundles/revxui-api-clients-ts.umd.js +66 -62
  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 +2 -39
  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/creativeSetDetails.js +1 -1
  35. package/esm2015/model/creativeSetRequest.js +1 -1
  36. package/esm2015/model/models.js +2 -1
  37. package/esm2015/model/searchRequest.js +1 -1
  38. package/esm5/api/adminController.service.js +2 -2
  39. package/esm5/api/advertiserController.service.js +2 -2
  40. package/esm5/api/appSettingsController.service.js +2 -2
  41. package/esm5/api/audienceController.service.js +37 -2
  42. package/esm5/api/auditController.service.js +2 -2
  43. package/esm5/api/bulkStrategyController.service.js +2 -2
  44. package/esm5/api/cSSThemeController_.service.js +2 -2
  45. package/esm5/api/campaignController.service.js +2 -2
  46. package/esm5/api/catalogController.service.js +2 -2
  47. package/esm5/api/clickDestinationController.service.js +2 -2
  48. package/esm5/api/creativeController.service.js +2 -2
  49. package/esm5/api/creativeSetsController.service.js +2 -41
  50. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  51. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  52. package/esm5/api/creativeTemplatesController.service.js +2 -2
  53. package/esm5/api/dashboardController.service.js +2 -2
  54. package/esm5/api/notificationsController.service.js +2 -2
  55. package/esm5/api/pixelController.service.js +2 -2
  56. package/esm5/api/reportingController.service.js +2 -2
  57. package/esm5/api/sliceXController.service.js +2 -2
  58. package/esm5/api/strategyController.service.js +2 -2
  59. package/esm5/api/uILoggerController.service.js +2 -2
  60. package/esm5/api/userPreferenceController.service.js +2 -2
  61. package/esm5/model/apiListResponseAudiencePerformanceDTO.js +1 -0
  62. package/esm5/model/apiResponseObjectApiListResponseAudiencePerformanceDTO.js +1 -0
  63. package/esm5/model/audiencePerformanceDTO.js +8 -0
  64. package/esm5/model/creativeSetDetails.js +1 -1
  65. package/esm5/model/creativeSetRequest.js +1 -1
  66. package/esm5/model/models.js +2 -1
  67. package/esm5/model/searchRequest.js +1 -1
  68. package/fesm2015/revxui-api-clients-ts.js +65 -61
  69. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  70. package/fesm5/revxui-api-clients-ts.js +67 -63
  71. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  72. package/model/{apiListResponseAudienceESDTO.d.ts → apiListResponseAudiencePerformanceDTO.d.ts} +3 -3
  73. package/model/{apiResponseObjectApiListResponseAudienceESDTO.d.ts → apiResponseObjectApiListResponseAudiencePerformanceDTO.d.ts} +3 -3
  74. package/model/audiencePerformanceDTO.d.ts +37 -0
  75. package/model/creativeSetDetails.d.ts +0 -2
  76. package/model/creativeSetRequest.d.ts +0 -2
  77. package/model/models.d.ts +3 -4
  78. package/model/searchRequest.d.ts +2 -0
  79. package/model/strategyDTO.d.ts +2 -2
  80. package/package.json +1 -1
  81. package/revxui-api-clients-ts.metadata.json +1 -1
  82. package/esm2015/model/apiListResponseAudienceESDTO.js +0 -1
  83. package/esm2015/model/apiResponseObjectApiListResponseAudienceESDTO.js +0 -1
  84. package/esm2015/model/duplicateCreativeSetsRequestDTO.js +0 -1
  85. package/esm2015/model/endCards.js +0 -12
  86. package/esm5/model/apiListResponseAudienceESDTO.js +0 -1
  87. package/esm5/model/apiResponseObjectApiListResponseAudienceESDTO.js +0 -1
  88. package/esm5/model/duplicateCreativeSetsRequestDTO.js +0 -1
  89. package/esm5/model/endCards.js +0 -12
  90. package/model/duplicateCreativeSetsRequestDTO.d.ts +0 -21
  91. package/model/endCards.d.ts +0 -16
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@0.10.248
1
+ ## @revxui/api-clients-ts@0.10.249
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.248 --save
22
+ npm install @revxui/api-clients-ts@0.10.249 --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,7 +19,6 @@ 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';
23
22
  import { Configuration } from '../configuration';
24
23
  export declare class CreativeSetsControllerService {
25
24
  protected httpClient: HttpClient;
@@ -44,19 +43,6 @@ export declare class CreativeSetsControllerService {
44
43
  createUsingPOST(creativeSetRequest: CreativeSetRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectCreativeSetResponse>;
45
44
  createUsingPOST(creativeSetRequest: CreativeSetRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectCreativeSetResponse>>;
46
45
  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>>;
60
46
  /**
61
47
  * Api to get creative sets dimension details
62
48
  *
@@ -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://apiv2stage1.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://apiv2stage1.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://apiv2stage1.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://apiv2stage2.atomex.net';
1144
+ this.basePath = 'https://apiv2stage1.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://apiv2stage2.atomex.net';
1867
+ this.basePath = 'https://apiv2stage1.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://apiv2stage2.atomex.net';
2066
+ this.basePath = 'https://apiv2stage1.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://apiv2stage2.atomex.net';
2309
+ this.basePath = 'https://apiv2stage1.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://apiv2stage2.atomex.net';
2430
+ this.basePath = 'https://apiv2stage1.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://apiv2stage2.atomex.net';
2716
+ this.basePath = 'https://apiv2stage1.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://apiv2stage2.atomex.net';
2939
+ this.basePath = 'https://apiv2stage1.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://apiv2stage2.atomex.net';
3189
+ this.basePath = 'https://apiv2stage1.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://apiv2stage2.atomex.net';
3666
+ this.basePath = 'https://apiv2stage1.atomex.net';
3632
3667
  this.defaultHeaders = new http.HttpHeaders();
3633
3668
  this.configuration = new Configuration();
3634
3669
  if (basePath) {
@@ -3699,45 +3734,6 @@
3699
3734
  reportProgress: reportProgress
3700
3735
  });
3701
3736
  };
3702
- CreativeSetsControllerService.prototype.duplicateCreativeSetsUsingPOST = function (dto, id, reqId, token, observe, reportProgress) {
3703
- if (observe === void 0) { observe = 'body'; }
3704
- if (reportProgress === void 0) { reportProgress = false; }
3705
- if (dto === null || dto === undefined) {
3706
- throw new Error('Required parameter dto was null or undefined when calling duplicateCreativeSetsUsingPOST.');
3707
- }
3708
- if (id === null || id === undefined) {
3709
- throw new Error('Required parameter id was null or undefined when calling duplicateCreativeSetsUsingPOST.');
3710
- }
3711
- var headers = this.defaultHeaders;
3712
- if (reqId !== undefined && reqId !== null) {
3713
- headers = headers.set('reqId', String(reqId));
3714
- }
3715
- if (token !== undefined && token !== null) {
3716
- headers = headers.set('token', String(token));
3717
- }
3718
- // to determine the Accept header
3719
- var httpHeaderAccepts = [
3720
- 'application/json'
3721
- ];
3722
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3723
- if (httpHeaderAcceptSelected != undefined) {
3724
- headers = headers.set('Accept', httpHeaderAcceptSelected);
3725
- }
3726
- // to determine the Content-Type header
3727
- var consumes = [
3728
- 'application/json'
3729
- ];
3730
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3731
- if (httpContentTypeSelected != undefined) {
3732
- headers = headers.set('Content-Type', httpContentTypeSelected);
3733
- }
3734
- return this.httpClient.post(this.basePath + "/v2/api/creativesets/duplicate/" + encodeURIComponent(String(id)), dto, {
3735
- withCredentials: this.configuration.withCredentials,
3736
- headers: headers,
3737
- observe: observe,
3738
- reportProgress: reportProgress
3739
- });
3740
- };
3741
3737
  CreativeSetsControllerService.prototype.getAdvertiserDynamicDetailsUsingGET = function (advertiserId, reqId, token, observe, reportProgress) {
3742
3738
  if (observe === void 0) { observe = 'body'; }
3743
3739
  if (reportProgress === void 0) { reportProgress = false; }
@@ -4002,7 +3998,7 @@
4002
3998
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4003
3999
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4004
4000
  this.httpClient = httpClient;
4005
- this.basePath = 'https://apiv2stage2.atomex.net';
4001
+ this.basePath = 'https://apiv2stage1.atomex.net';
4006
4002
  this.defaultHeaders = new http.HttpHeaders();
4007
4003
  this.configuration = new Configuration();
4008
4004
  if (basePath) {
@@ -4203,7 +4199,7 @@
4203
4199
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4204
4200
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4205
4201
  this.httpClient = httpClient;
4206
- this.basePath = 'https://apiv2stage2.atomex.net';
4202
+ this.basePath = 'https://apiv2stage1.atomex.net';
4207
4203
  this.defaultHeaders = new http.HttpHeaders();
4208
4204
  this.configuration = new Configuration();
4209
4205
  if (basePath) {
@@ -4291,7 +4287,7 @@
4291
4287
  var CreativeTemplatesControllerService = /** @class */ (function () {
4292
4288
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4293
4289
  this.httpClient = httpClient;
4294
- this.basePath = 'https://apiv2stage2.atomex.net';
4290
+ this.basePath = 'https://apiv2stage1.atomex.net';
4295
4291
  this.defaultHeaders = new http.HttpHeaders();
4296
4292
  this.configuration = new Configuration();
4297
4293
  if (basePath) {
@@ -4470,7 +4466,7 @@
4470
4466
  var DashboardControllerService = /** @class */ (function () {
4471
4467
  function DashboardControllerService(httpClient, basePath, configuration) {
4472
4468
  this.httpClient = httpClient;
4473
- this.basePath = 'https://apiv2stage2.atomex.net';
4469
+ this.basePath = 'https://apiv2stage1.atomex.net';
4474
4470
  this.defaultHeaders = new http.HttpHeaders();
4475
4471
  this.configuration = new Configuration();
4476
4472
  if (basePath) {
@@ -5127,7 +5123,7 @@
5127
5123
  var NotificationsControllerService = /** @class */ (function () {
5128
5124
  function NotificationsControllerService(httpClient, basePath, configuration) {
5129
5125
  this.httpClient = httpClient;
5130
- this.basePath = 'https://apiv2stage2.atomex.net';
5126
+ this.basePath = 'https://apiv2stage1.atomex.net';
5131
5127
  this.defaultHeaders = new http.HttpHeaders();
5132
5128
  this.configuration = new Configuration();
5133
5129
  if (basePath) {
@@ -5326,7 +5322,7 @@
5326
5322
  var PixelControllerService = /** @class */ (function () {
5327
5323
  function PixelControllerService(httpClient, basePath, configuration) {
5328
5324
  this.httpClient = httpClient;
5329
- this.basePath = 'https://apiv2stage2.atomex.net';
5325
+ this.basePath = 'https://apiv2stage1.atomex.net';
5330
5326
  this.defaultHeaders = new http.HttpHeaders();
5331
5327
  this.configuration = new Configuration();
5332
5328
  if (basePath) {
@@ -5655,7 +5651,7 @@
5655
5651
  var ReportingControllerService = /** @class */ (function () {
5656
5652
  function ReportingControllerService(httpClient, basePath, configuration) {
5657
5653
  this.httpClient = httpClient;
5658
- this.basePath = 'https://apiv2stage2.atomex.net';
5654
+ this.basePath = 'https://apiv2stage1.atomex.net';
5659
5655
  this.defaultHeaders = new http.HttpHeaders();
5660
5656
  this.configuration = new Configuration();
5661
5657
  if (basePath) {
@@ -5839,7 +5835,7 @@
5839
5835
  var SliceXControllerService = /** @class */ (function () {
5840
5836
  function SliceXControllerService(httpClient, basePath, configuration) {
5841
5837
  this.httpClient = httpClient;
5842
- this.basePath = 'https://apiv2stage2.atomex.net';
5838
+ this.basePath = 'https://apiv2stage1.atomex.net';
5843
5839
  this.defaultHeaders = new http.HttpHeaders();
5844
5840
  this.configuration = new Configuration();
5845
5841
  if (basePath) {
@@ -6024,7 +6020,7 @@
6024
6020
  var StrategyControllerService = /** @class */ (function () {
6025
6021
  function StrategyControllerService(httpClient, basePath, configuration) {
6026
6022
  this.httpClient = httpClient;
6027
- this.basePath = 'https://apiv2stage2.atomex.net';
6023
+ this.basePath = 'https://apiv2stage1.atomex.net';
6028
6024
  this.defaultHeaders = new http.HttpHeaders();
6029
6025
  this.configuration = new Configuration();
6030
6026
  if (basePath) {
@@ -6685,7 +6681,7 @@
6685
6681
  var UILoggerControllerService = /** @class */ (function () {
6686
6682
  function UILoggerControllerService(httpClient, basePath, configuration) {
6687
6683
  this.httpClient = httpClient;
6688
- this.basePath = 'https://apiv2stage2.atomex.net';
6684
+ this.basePath = 'https://apiv2stage1.atomex.net';
6689
6685
  this.defaultHeaders = new http.HttpHeaders();
6690
6686
  this.configuration = new Configuration();
6691
6687
  if (basePath) {
@@ -6787,7 +6783,7 @@
6787
6783
  var UserPreferenceControllerService = /** @class */ (function () {
6788
6784
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6789
6785
  this.httpClient = httpClient;
6790
- this.basePath = 'https://apiv2stage2.atomex.net';
6786
+ this.basePath = 'https://apiv2stage1.atomex.net';
6791
6787
  this.defaultHeaders = new http.HttpHeaders();
6792
6788
  this.configuration = new Configuration();
6793
6789
  if (basePath) {
@@ -7082,6 +7078,14 @@
7082
7078
  };
7083
7079
  })(exports.AudienceESDTO || (exports.AudienceESDTO = {}));
7084
7080
 
7081
+
7082
+ (function (AudiencePerformanceDTO) {
7083
+ AudiencePerformanceDTO.GenderEnum = {
7084
+ MALE: 'MALE',
7085
+ FEMALE: 'FEMALE'
7086
+ };
7087
+ })(exports.AudiencePerformanceDTO || (exports.AudiencePerformanceDTO = {}));
7088
+
7085
7089
  /**
7086
7090
  * Api Documentation
7087
7091
  * Api Documentation