@revxui/api-clients-ts 0.10.258 → 0.10.260

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 (73) hide show
  1. package/README.md +2 -2
  2. package/api/creativeSetsController.service.d.ts +15 -0
  3. package/bundles/revxui-api-clients-ts.umd.js +89 -23
  4. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  5. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  6. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  7. package/esm2015/api/adminController.service.js +2 -2
  8. package/esm2015/api/advertiserController.service.js +2 -2
  9. package/esm2015/api/appSettingsController.service.js +2 -2
  10. package/esm2015/api/audienceController.service.js +2 -2
  11. package/esm2015/api/auditController.service.js +2 -2
  12. package/esm2015/api/bulkStrategyController.service.js +2 -2
  13. package/esm2015/api/cSSThemeController_.service.js +2 -2
  14. package/esm2015/api/campaignController.service.js +2 -2
  15. package/esm2015/api/catalogController.service.js +2 -2
  16. package/esm2015/api/clickDestinationController.service.js +2 -2
  17. package/esm2015/api/creativeController.service.js +2 -2
  18. package/esm2015/api/creativeSetsController.service.js +39 -2
  19. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  20. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  21. package/esm2015/api/creativeTemplatesController.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 +2 -2
  28. package/esm2015/api/uILoggerController.service.js +2 -2
  29. package/esm2015/api/userPreferenceController.service.js +2 -2
  30. package/esm2015/model/apiResponseObjectDuplicateCreativeSetResponse.js +1 -0
  31. package/esm2015/model/duplicateCreativeSetResponse.js +27 -0
  32. package/esm2015/model/duplicateCreativeSetsRequestDTO.js +1 -0
  33. package/esm2015/model/incrementalityReportDTO.js +12 -1
  34. package/esm2015/model/models.js +2 -1
  35. package/esm5/api/adminController.service.js +2 -2
  36. package/esm5/api/advertiserController.service.js +2 -2
  37. package/esm5/api/appSettingsController.service.js +2 -2
  38. package/esm5/api/audienceController.service.js +2 -2
  39. package/esm5/api/auditController.service.js +2 -2
  40. package/esm5/api/bulkStrategyController.service.js +2 -2
  41. package/esm5/api/cSSThemeController_.service.js +2 -2
  42. package/esm5/api/campaignController.service.js +2 -2
  43. package/esm5/api/catalogController.service.js +2 -2
  44. package/esm5/api/clickDestinationController.service.js +2 -2
  45. package/esm5/api/creativeController.service.js +2 -2
  46. package/esm5/api/creativeSetsController.service.js +41 -2
  47. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  48. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  49. package/esm5/api/creativeTemplatesController.service.js +2 -2
  50. package/esm5/api/dashboardController.service.js +2 -2
  51. package/esm5/api/notificationsController.service.js +2 -2
  52. package/esm5/api/pixelController.service.js +2 -2
  53. package/esm5/api/reportingController.service.js +2 -2
  54. package/esm5/api/sliceXController.service.js +2 -2
  55. package/esm5/api/strategyController.service.js +2 -2
  56. package/esm5/api/uILoggerController.service.js +2 -2
  57. package/esm5/api/userPreferenceController.service.js +2 -2
  58. package/esm5/model/apiResponseObjectDuplicateCreativeSetResponse.js +1 -0
  59. package/esm5/model/duplicateCreativeSetResponse.js +27 -0
  60. package/esm5/model/duplicateCreativeSetsRequestDTO.js +1 -0
  61. package/esm5/model/incrementalityReportDTO.js +12 -1
  62. package/esm5/model/models.js +2 -1
  63. package/fesm2015/revxui-api-clients-ts.js +88 -24
  64. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  65. package/fesm5/revxui-api-clients-ts.js +90 -24
  66. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  67. package/model/apiResponseObjectDuplicateCreativeSetResponse.d.ts +17 -0
  68. package/model/duplicateCreativeSetResponse.d.ts +33 -0
  69. package/model/duplicateCreativeSetsRequestDTO.d.ts +21 -0
  70. package/model/incrementalityReportDTO.d.ts +0 -2
  71. package/model/models.d.ts +3 -0
  72. package/package.json +1 -1
  73. package/revxui-api-clients-ts.metadata.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @revxui/api-clients-ts@0.10.258
1
+ ## @revxui/api-clients-ts@0.10.260
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.258 --save
22
+ npm install @revxui/api-clients-ts@0.10.260 --save
23
23
  ```
24
24
 
25
25
  _without publishing (not recommended):_
@@ -17,8 +17,10 @@ import { ApiResponseObjectCreativeSetDetails } from '../model/apiResponseObjectC
17
17
  import { ApiResponseObjectCreativeSetResponse } from '../model/apiResponseObjectCreativeSetResponse';
18
18
  import { ApiResponseObjectDashboardMetrics } from '../model/apiResponseObjectDashboardMetrics';
19
19
  import { ApiResponseObjectDashboardResponse } from '../model/apiResponseObjectDashboardResponse';
20
+ import { ApiResponseObjectDuplicateCreativeSetResponse } from '../model/apiResponseObjectDuplicateCreativeSetResponse';
20
21
  import { CreativeSetRequest } from '../model/creativeSetRequest';
21
22
  import { DashboardRequest } from '../model/dashboardRequest';
23
+ import { DuplicateCreativeSetsRequestDTO } from '../model/duplicateCreativeSetsRequestDTO';
22
24
  import { Configuration } from '../configuration';
23
25
  export declare class CreativeSetsControllerService {
24
26
  protected httpClient: HttpClient;
@@ -43,6 +45,19 @@ export declare class CreativeSetsControllerService {
43
45
  createUsingPOST(creativeSetRequest: CreativeSetRequest, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectCreativeSetResponse>;
44
46
  createUsingPOST(creativeSetRequest: CreativeSetRequest, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectCreativeSetResponse>>;
45
47
  createUsingPOST(creativeSetRequest: CreativeSetRequest, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectCreativeSetResponse>>;
48
+ /**
49
+ * Api to duplicate creative sets
50
+ *
51
+ * @param dto dto
52
+ * @param id id
53
+ * @param reqId request id
54
+ * @param token Auth Token
55
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
56
+ * @param reportProgress flag to report request and response progress.
57
+ */
58
+ duplicateCreativeSetsUsingPOST(dto: DuplicateCreativeSetsRequestDTO, id: number, reqId?: string, token?: string, observe?: 'body', reportProgress?: boolean): Observable<ApiResponseObjectDuplicateCreativeSetResponse>;
59
+ duplicateCreativeSetsUsingPOST(dto: DuplicateCreativeSetsRequestDTO, id: number, reqId?: string, token?: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ApiResponseObjectDuplicateCreativeSetResponse>>;
60
+ duplicateCreativeSetsUsingPOST(dto: DuplicateCreativeSetsRequestDTO, id: number, reqId?: string, token?: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ApiResponseObjectDuplicateCreativeSetResponse>>;
46
61
  /**
47
62
  * Api to get creative sets dimension details
48
63
  *
@@ -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) {
@@ -1864,7 +1864,7 @@
1864
1864
  var AuditControllerService = /** @class */ (function () {
1865
1865
  function AuditControllerService(httpClient, basePath, configuration) {
1866
1866
  this.httpClient = httpClient;
1867
- this.basePath = 'https://apiv2stage2.atomex.net';
1867
+ this.basePath = 'https://apiv2stage1.atomex.net';
1868
1868
  this.defaultHeaders = new http.HttpHeaders();
1869
1869
  this.configuration = new Configuration();
1870
1870
  if (basePath) {
@@ -2063,7 +2063,7 @@
2063
2063
  var BulkStrategyControllerService = /** @class */ (function () {
2064
2064
  function BulkStrategyControllerService(httpClient, basePath, configuration) {
2065
2065
  this.httpClient = httpClient;
2066
- this.basePath = 'https://apiv2stage2.atomex.net';
2066
+ this.basePath = 'https://apiv2stage1.atomex.net';
2067
2067
  this.defaultHeaders = new http.HttpHeaders();
2068
2068
  this.configuration = new Configuration();
2069
2069
  if (basePath) {
@@ -2306,7 +2306,7 @@
2306
2306
  var CSSThemeController_Service = /** @class */ (function () {
2307
2307
  function CSSThemeController_Service(httpClient, basePath, configuration) {
2308
2308
  this.httpClient = httpClient;
2309
- this.basePath = 'https://apiv2stage2.atomex.net';
2309
+ this.basePath = 'https://apiv2stage1.atomex.net';
2310
2310
  this.defaultHeaders = new http.HttpHeaders();
2311
2311
  this.configuration = new Configuration();
2312
2312
  if (basePath) {
@@ -2427,7 +2427,7 @@
2427
2427
  var CampaignControllerService = /** @class */ (function () {
2428
2428
  function CampaignControllerService(httpClient, basePath, configuration) {
2429
2429
  this.httpClient = httpClient;
2430
- this.basePath = 'https://apiv2stage2.atomex.net';
2430
+ this.basePath = 'https://apiv2stage1.atomex.net';
2431
2431
  this.defaultHeaders = new http.HttpHeaders();
2432
2432
  this.configuration = new Configuration();
2433
2433
  if (basePath) {
@@ -2749,7 +2749,7 @@
2749
2749
  var CatalogControllerService = /** @class */ (function () {
2750
2750
  function CatalogControllerService(httpClient, basePath, configuration) {
2751
2751
  this.httpClient = httpClient;
2752
- this.basePath = 'https://apiv2stage2.atomex.net';
2752
+ this.basePath = 'https://apiv2stage1.atomex.net';
2753
2753
  this.defaultHeaders = new http.HttpHeaders();
2754
2754
  this.configuration = new Configuration();
2755
2755
  if (basePath) {
@@ -2972,7 +2972,7 @@
2972
2972
  var ClickDestinationControllerService = /** @class */ (function () {
2973
2973
  function ClickDestinationControllerService(httpClient, basePath, configuration) {
2974
2974
  this.httpClient = httpClient;
2975
- this.basePath = 'https://apiv2stage2.atomex.net';
2975
+ this.basePath = 'https://apiv2stage1.atomex.net';
2976
2976
  this.defaultHeaders = new http.HttpHeaders();
2977
2977
  this.configuration = new Configuration();
2978
2978
  if (basePath) {
@@ -3222,7 +3222,7 @@
3222
3222
  var CreativeControllerService = /** @class */ (function () {
3223
3223
  function CreativeControllerService(httpClient, basePath, configuration) {
3224
3224
  this.httpClient = httpClient;
3225
- this.basePath = 'https://apiv2stage2.atomex.net';
3225
+ this.basePath = 'https://apiv2stage1.atomex.net';
3226
3226
  this.defaultHeaders = new http.HttpHeaders();
3227
3227
  this.configuration = new Configuration();
3228
3228
  if (basePath) {
@@ -3699,7 +3699,7 @@
3699
3699
  var CreativeSetsControllerService = /** @class */ (function () {
3700
3700
  function CreativeSetsControllerService(httpClient, basePath, configuration) {
3701
3701
  this.httpClient = httpClient;
3702
- this.basePath = 'https://apiv2stage2.atomex.net';
3702
+ this.basePath = 'https://apiv2stage1.atomex.net';
3703
3703
  this.defaultHeaders = new http.HttpHeaders();
3704
3704
  this.configuration = new Configuration();
3705
3705
  if (basePath) {
@@ -3770,6 +3770,45 @@
3770
3770
  reportProgress: reportProgress
3771
3771
  });
3772
3772
  };
3773
+ CreativeSetsControllerService.prototype.duplicateCreativeSetsUsingPOST = function (dto, id, reqId, token, observe, reportProgress) {
3774
+ if (observe === void 0) { observe = 'body'; }
3775
+ if (reportProgress === void 0) { reportProgress = false; }
3776
+ if (dto === null || dto === undefined) {
3777
+ throw new Error('Required parameter dto was null or undefined when calling duplicateCreativeSetsUsingPOST.');
3778
+ }
3779
+ if (id === null || id === undefined) {
3780
+ throw new Error('Required parameter id was null or undefined when calling duplicateCreativeSetsUsingPOST.');
3781
+ }
3782
+ var headers = this.defaultHeaders;
3783
+ if (reqId !== undefined && reqId !== null) {
3784
+ headers = headers.set('reqId', String(reqId));
3785
+ }
3786
+ if (token !== undefined && token !== null) {
3787
+ headers = headers.set('token', String(token));
3788
+ }
3789
+ // to determine the Accept header
3790
+ var httpHeaderAccepts = [
3791
+ 'application/json'
3792
+ ];
3793
+ var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
3794
+ if (httpHeaderAcceptSelected != undefined) {
3795
+ headers = headers.set('Accept', httpHeaderAcceptSelected);
3796
+ }
3797
+ // to determine the Content-Type header
3798
+ var consumes = [
3799
+ 'application/json'
3800
+ ];
3801
+ var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3802
+ if (httpContentTypeSelected != undefined) {
3803
+ headers = headers.set('Content-Type', httpContentTypeSelected);
3804
+ }
3805
+ return this.httpClient.post(this.basePath + "/v2/api/creativesets/duplicate/" + encodeURIComponent(String(id)), dto, {
3806
+ withCredentials: this.configuration.withCredentials,
3807
+ headers: headers,
3808
+ observe: observe,
3809
+ reportProgress: reportProgress
3810
+ });
3811
+ };
3773
3812
  CreativeSetsControllerService.prototype.getAdvertiserDynamicDetailsUsingGET = function (advertiserId, reqId, token, observe, reportProgress) {
3774
3813
  if (observe === void 0) { observe = 'body'; }
3775
3814
  if (reportProgress === void 0) { reportProgress = false; }
@@ -4034,7 +4073,7 @@
4034
4073
  var CreativeTemplateThemesControllerService = /** @class */ (function () {
4035
4074
  function CreativeTemplateThemesControllerService(httpClient, basePath, configuration) {
4036
4075
  this.httpClient = httpClient;
4037
- this.basePath = 'https://apiv2stage2.atomex.net';
4076
+ this.basePath = 'https://apiv2stage1.atomex.net';
4038
4077
  this.defaultHeaders = new http.HttpHeaders();
4039
4078
  this.configuration = new Configuration();
4040
4079
  if (basePath) {
@@ -4235,7 +4274,7 @@
4235
4274
  var CreativeTemplateVariablesControllerService = /** @class */ (function () {
4236
4275
  function CreativeTemplateVariablesControllerService(httpClient, basePath, configuration) {
4237
4276
  this.httpClient = httpClient;
4238
- this.basePath = 'https://apiv2stage2.atomex.net';
4277
+ this.basePath = 'https://apiv2stage1.atomex.net';
4239
4278
  this.defaultHeaders = new http.HttpHeaders();
4240
4279
  this.configuration = new Configuration();
4241
4280
  if (basePath) {
@@ -4323,7 +4362,7 @@
4323
4362
  var CreativeTemplatesControllerService = /** @class */ (function () {
4324
4363
  function CreativeTemplatesControllerService(httpClient, basePath, configuration) {
4325
4364
  this.httpClient = httpClient;
4326
- this.basePath = 'https://apiv2stage2.atomex.net';
4365
+ this.basePath = 'https://apiv2stage1.atomex.net';
4327
4366
  this.defaultHeaders = new http.HttpHeaders();
4328
4367
  this.configuration = new Configuration();
4329
4368
  if (basePath) {
@@ -4502,7 +4541,7 @@
4502
4541
  var DashboardControllerService = /** @class */ (function () {
4503
4542
  function DashboardControllerService(httpClient, basePath, configuration) {
4504
4543
  this.httpClient = httpClient;
4505
- this.basePath = 'https://apiv2stage2.atomex.net';
4544
+ this.basePath = 'https://apiv2stage1.atomex.net';
4506
4545
  this.defaultHeaders = new http.HttpHeaders();
4507
4546
  this.configuration = new Configuration();
4508
4547
  if (basePath) {
@@ -5159,7 +5198,7 @@
5159
5198
  var NotificationsControllerService = /** @class */ (function () {
5160
5199
  function NotificationsControllerService(httpClient, basePath, configuration) {
5161
5200
  this.httpClient = httpClient;
5162
- this.basePath = 'https://apiv2stage2.atomex.net';
5201
+ this.basePath = 'https://apiv2stage1.atomex.net';
5163
5202
  this.defaultHeaders = new http.HttpHeaders();
5164
5203
  this.configuration = new Configuration();
5165
5204
  if (basePath) {
@@ -5358,7 +5397,7 @@
5358
5397
  var PixelControllerService = /** @class */ (function () {
5359
5398
  function PixelControllerService(httpClient, basePath, configuration) {
5360
5399
  this.httpClient = httpClient;
5361
- this.basePath = 'https://apiv2stage2.atomex.net';
5400
+ this.basePath = 'https://apiv2stage1.atomex.net';
5362
5401
  this.defaultHeaders = new http.HttpHeaders();
5363
5402
  this.configuration = new Configuration();
5364
5403
  if (basePath) {
@@ -5687,7 +5726,7 @@
5687
5726
  var ReportingControllerService = /** @class */ (function () {
5688
5727
  function ReportingControllerService(httpClient, basePath, configuration) {
5689
5728
  this.httpClient = httpClient;
5690
- this.basePath = 'https://apiv2stage2.atomex.net';
5729
+ this.basePath = 'https://apiv2stage1.atomex.net';
5691
5730
  this.defaultHeaders = new http.HttpHeaders();
5692
5731
  this.configuration = new Configuration();
5693
5732
  if (basePath) {
@@ -5871,7 +5910,7 @@
5871
5910
  var SliceXControllerService = /** @class */ (function () {
5872
5911
  function SliceXControllerService(httpClient, basePath, configuration) {
5873
5912
  this.httpClient = httpClient;
5874
- this.basePath = 'https://apiv2stage2.atomex.net';
5913
+ this.basePath = 'https://apiv2stage1.atomex.net';
5875
5914
  this.defaultHeaders = new http.HttpHeaders();
5876
5915
  this.configuration = new Configuration();
5877
5916
  if (basePath) {
@@ -6056,7 +6095,7 @@
6056
6095
  var StrategyControllerService = /** @class */ (function () {
6057
6096
  function StrategyControllerService(httpClient, basePath, configuration) {
6058
6097
  this.httpClient = httpClient;
6059
- this.basePath = 'https://apiv2stage2.atomex.net';
6098
+ this.basePath = 'https://apiv2stage1.atomex.net';
6060
6099
  this.defaultHeaders = new http.HttpHeaders();
6061
6100
  this.configuration = new Configuration();
6062
6101
  if (basePath) {
@@ -6717,7 +6756,7 @@
6717
6756
  var UILoggerControllerService = /** @class */ (function () {
6718
6757
  function UILoggerControllerService(httpClient, basePath, configuration) {
6719
6758
  this.httpClient = httpClient;
6720
- this.basePath = 'https://apiv2stage2.atomex.net';
6759
+ this.basePath = 'https://apiv2stage1.atomex.net';
6721
6760
  this.defaultHeaders = new http.HttpHeaders();
6722
6761
  this.configuration = new Configuration();
6723
6762
  if (basePath) {
@@ -6819,7 +6858,7 @@
6819
6858
  var UserPreferenceControllerService = /** @class */ (function () {
6820
6859
  function UserPreferenceControllerService(httpClient, basePath, configuration) {
6821
6860
  this.httpClient = httpClient;
6822
- this.basePath = 'https://apiv2stage2.atomex.net';
6861
+ this.basePath = 'https://apiv2stage1.atomex.net';
6823
6862
  this.defaultHeaders = new http.HttpHeaders();
6824
6863
  this.configuration = new Configuration();
6825
6864
  if (basePath) {
@@ -7390,6 +7429,33 @@
7390
7429
  };
7391
7430
  })(exports.DcoAttributesDTO || (exports.DcoAttributesDTO = {}));
7392
7431
 
7432
+ /**
7433
+ * Api Documentation
7434
+ * Api Documentation
7435
+ *
7436
+ * OpenAPI spec version: 1.0
7437
+ *
7438
+ *
7439
+ * NOTE: This class is auto generated by the swagger code generator program.
7440
+ * https://github.com/swagger-api/swagger-codegen.git
7441
+ * Do not edit the class manually.
7442
+ */
7443
+
7444
+ (function (DuplicateCreativeSetResponse) {
7445
+ DuplicateCreativeSetResponse.OtherCreativeSetTypeEnum = {
7446
+ IMAGE: 'IMAGE',
7447
+ VIDEO: 'VIDEO',
7448
+ THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
7449
+ ZIPPEDHTML: 'ZIPPED_HTML',
7450
+ NATIVEIMAGE: 'NATIVE_IMAGE',
7451
+ NATIVEVIDEO: 'NATIVE_VIDEO',
7452
+ DYNAMICIMAGE: 'DYNAMIC_IMAGE',
7453
+ DYNAMICMACRO: 'DYNAMIC_MACRO',
7454
+ DYNAMICHTML: 'DYNAMIC_HTML',
7455
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
7456
+ };
7457
+ })(exports.DuplicateCreativeSetResponse || (exports.DuplicateCreativeSetResponse = {}));
7458
+
7393
7459
  /**
7394
7460
  * Api Documentation
7395
7461
  * Api Documentation