@revxui/api-clients-ts 0.10.204 → 0.10.207

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 (58) hide show
  1. package/README.md +2 -2
  2. package/api/api.d.ts +1 -3
  3. package/bundles/revxui-api-clients-ts.umd.js +28 -179
  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/api.js +2 -4
  8. package/esm2015/api.module.js +1 -3
  9. package/esm2015/model/advertiser.js +1 -1
  10. package/esm2015/model/advertiserPojo.js +1 -1
  11. package/esm2015/model/audienceDTO.js +1 -8
  12. package/esm2015/model/baseModelWithCreativeSetType.js +27 -0
  13. package/esm2015/model/bulkEditStrategiesDTO.js +1 -1
  14. package/esm2015/model/creativeSetListEditField.js +1 -0
  15. package/esm2015/model/models.js +2 -1
  16. package/esm2015/model/strategyDTO.js +1 -1
  17. package/esm5/api/api.js +2 -4
  18. package/esm5/api.module.js +1 -3
  19. package/esm5/model/advertiser.js +1 -1
  20. package/esm5/model/advertiserPojo.js +1 -1
  21. package/esm5/model/audienceDTO.js +1 -8
  22. package/esm5/model/baseModelWithCreativeSetType.js +27 -0
  23. package/esm5/model/bulkEditStrategiesDTO.js +1 -1
  24. package/esm5/model/creativeSetListEditField.js +1 -0
  25. package/esm5/model/models.js +2 -1
  26. package/esm5/model/strategyDTO.js +1 -1
  27. package/fesm2015/revxui-api-clients-ts.js +29 -161
  28. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  29. package/fesm5/revxui-api-clients-ts.js +29 -179
  30. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  31. package/model/advertiser.d.ts +2 -0
  32. package/model/advertiserPojo.d.ts +2 -0
  33. package/model/audienceDTO.d.ts +1 -10
  34. package/model/baseModelWithCreativeSetType.d.ts +31 -0
  35. package/model/bulkEditStrategiesDTO.d.ts +2 -3
  36. package/model/creativeSetDashboardMetric.d.ts +10 -10
  37. package/model/creativeSetDetails.d.ts +10 -10
  38. package/model/{integerEditField.d.ts → creativeSetListEditField.d.ts} +3 -2
  39. package/model/creativeSetRequest.d.ts +10 -10
  40. package/model/creativeSetResponse.d.ts +10 -10
  41. package/model/models.d.ts +2 -4
  42. package/model/strategyDTO.d.ts +2 -0
  43. package/package.json +1 -1
  44. package/revxui-api-clients-ts.metadata.json +1 -1
  45. package/api/appsFlyerAudienceController.service.d.ts +0 -65
  46. package/esm2015/api/appsFlyerAudienceController.service.js +0 -158
  47. package/esm2015/model/appsFlyerAudienceCreateDto.js +0 -12
  48. package/esm2015/model/appsFlyerAudienceSyncDto.js +0 -12
  49. package/esm2015/model/appsFlyerAudienceTokenDto.js +0 -12
  50. package/esm2015/model/integerEditField.js +0 -12
  51. package/esm5/api/appsFlyerAudienceController.service.js +0 -176
  52. package/esm5/model/appsFlyerAudienceCreateDto.js +0 -12
  53. package/esm5/model/appsFlyerAudienceSyncDto.js +0 -12
  54. package/esm5/model/appsFlyerAudienceTokenDto.js +0 -12
  55. package/esm5/model/integerEditField.js +0 -12
  56. package/model/appsFlyerAudienceCreateDto.d.ts +0 -16
  57. package/model/appsFlyerAudienceSyncDto.d.ts +0 -17
  58. package/model/appsFlyerAudienceTokenDto.d.ts +0 -14
@@ -906,175 +906,6 @@ var AppSettingsControllerService = /** @class */ (function () {
906
906
  return AppSettingsControllerService;
907
907
  }());
908
908
 
909
- /**
910
- * Api Documentation
911
- * Api Documentation
912
- *
913
- * OpenAPI spec version: 1.0
914
- *
915
- *
916
- * NOTE: This class is auto generated by the swagger code generator program.
917
- * https://github.com/swagger-api/swagger-codegen.git
918
- * Do not edit the class manually.
919
- */
920
- var AppsFlyerAudienceControllerService = /** @class */ (function () {
921
- function AppsFlyerAudienceControllerService(httpClient, basePath, configuration) {
922
- this.httpClient = httpClient;
923
- this.basePath = 'https://localhost:10045';
924
- this.defaultHeaders = new HttpHeaders();
925
- this.configuration = new Configuration();
926
- if (basePath) {
927
- this.basePath = basePath;
928
- }
929
- if (configuration) {
930
- this.configuration = configuration;
931
- this.basePath = basePath || configuration.basePath || this.basePath;
932
- }
933
- }
934
- /**
935
- * @param consumes string[] mime-types
936
- * @return true: consumes contains 'multipart/form-data', false: otherwise
937
- */
938
- AppsFlyerAudienceControllerService.prototype.canConsumeForm = function (consumes) {
939
- var e_1, _a;
940
- var form = 'multipart/form-data';
941
- try {
942
- for (var consumes_1 = __values(consumes), consumes_1_1 = consumes_1.next(); !consumes_1_1.done; consumes_1_1 = consumes_1.next()) {
943
- var consume = consumes_1_1.value;
944
- if (form === consume) {
945
- return true;
946
- }
947
- }
948
- }
949
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
950
- finally {
951
- try {
952
- if (consumes_1_1 && !consumes_1_1.done && (_a = consumes_1.return)) _a.call(consumes_1);
953
- }
954
- finally { if (e_1) throw e_1.error; }
955
- }
956
- return false;
957
- };
958
- AppsFlyerAudienceControllerService.prototype.createAppsFlyerAudienceUsingPOST = function (appsFlyerAudienceCreateDto, reqId, token, observe, reportProgress) {
959
- if (observe === void 0) { observe = 'body'; }
960
- if (reportProgress === void 0) { reportProgress = false; }
961
- if (appsFlyerAudienceCreateDto === null || appsFlyerAudienceCreateDto === undefined) {
962
- throw new Error('Required parameter appsFlyerAudienceCreateDto was null or undefined when calling createAppsFlyerAudienceUsingPOST.');
963
- }
964
- var headers = this.defaultHeaders;
965
- if (reqId !== undefined && reqId !== null) {
966
- headers = headers.set('reqId', String(reqId));
967
- }
968
- if (token !== undefined && token !== null) {
969
- headers = headers.set('token', String(token));
970
- }
971
- // to determine the Accept header
972
- var httpHeaderAccepts = [
973
- '*/*'
974
- ];
975
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
976
- if (httpHeaderAcceptSelected != undefined) {
977
- headers = headers.set('Accept', httpHeaderAcceptSelected);
978
- }
979
- // to determine the Content-Type header
980
- var consumes = [
981
- 'application/json'
982
- ];
983
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
984
- if (httpContentTypeSelected != undefined) {
985
- headers = headers.set('Content-Type', httpContentTypeSelected);
986
- }
987
- return this.httpClient.post(this.basePath + "/v2/api/container/create", appsFlyerAudienceCreateDto, {
988
- withCredentials: this.configuration.withCredentials,
989
- headers: headers,
990
- observe: observe,
991
- reportProgress: reportProgress
992
- });
993
- };
994
- AppsFlyerAudienceControllerService.prototype.syncAppsFlyerAudienceUsingPOST = function (appsFlyerAudienceSyncDto, reqId, token, observe, reportProgress) {
995
- if (observe === void 0) { observe = 'body'; }
996
- if (reportProgress === void 0) { reportProgress = false; }
997
- if (appsFlyerAudienceSyncDto === null || appsFlyerAudienceSyncDto === undefined) {
998
- throw new Error('Required parameter appsFlyerAudienceSyncDto was null or undefined when calling syncAppsFlyerAudienceUsingPOST.');
999
- }
1000
- var headers = this.defaultHeaders;
1001
- if (reqId !== undefined && reqId !== null) {
1002
- headers = headers.set('reqId', String(reqId));
1003
- }
1004
- if (token !== undefined && token !== null) {
1005
- headers = headers.set('token', String(token));
1006
- }
1007
- // to determine the Accept header
1008
- var httpHeaderAccepts = [
1009
- '*/*'
1010
- ];
1011
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1012
- if (httpHeaderAcceptSelected != undefined) {
1013
- headers = headers.set('Accept', httpHeaderAcceptSelected);
1014
- }
1015
- // to determine the Content-Type header
1016
- var consumes = [
1017
- 'application/json'
1018
- ];
1019
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1020
- if (httpContentTypeSelected != undefined) {
1021
- headers = headers.set('Content-Type', httpContentTypeSelected);
1022
- }
1023
- return this.httpClient.post(this.basePath + "/v2/api/container/sync", appsFlyerAudienceSyncDto, {
1024
- withCredentials: this.configuration.withCredentials,
1025
- headers: headers,
1026
- observe: observe,
1027
- reportProgress: reportProgress
1028
- });
1029
- };
1030
- AppsFlyerAudienceControllerService.prototype.validateTokenUsingPOST = function (appsFlyerAudienceTokenDto, reqId, token, observe, reportProgress) {
1031
- if (observe === void 0) { observe = 'body'; }
1032
- if (reportProgress === void 0) { reportProgress = false; }
1033
- if (appsFlyerAudienceTokenDto === null || appsFlyerAudienceTokenDto === undefined) {
1034
- throw new Error('Required parameter appsFlyerAudienceTokenDto was null or undefined when calling validateTokenUsingPOST.');
1035
- }
1036
- var headers = this.defaultHeaders;
1037
- if (reqId !== undefined && reqId !== null) {
1038
- headers = headers.set('reqId', String(reqId));
1039
- }
1040
- if (token !== undefined && token !== null) {
1041
- headers = headers.set('token', String(token));
1042
- }
1043
- // to determine the Accept header
1044
- var httpHeaderAccepts = [
1045
- '*/*'
1046
- ];
1047
- var httpHeaderAcceptSelected = this.configuration.selectHeaderAccept(httpHeaderAccepts);
1048
- if (httpHeaderAcceptSelected != undefined) {
1049
- headers = headers.set('Accept', httpHeaderAcceptSelected);
1050
- }
1051
- // to determine the Content-Type header
1052
- var consumes = [
1053
- 'application/json'
1054
- ];
1055
- var httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
1056
- if (httpContentTypeSelected != undefined) {
1057
- headers = headers.set('Content-Type', httpContentTypeSelected);
1058
- }
1059
- return this.httpClient.post(this.basePath + "/v2/api/key/validate", appsFlyerAudienceTokenDto, {
1060
- withCredentials: this.configuration.withCredentials,
1061
- headers: headers,
1062
- observe: observe,
1063
- reportProgress: reportProgress
1064
- });
1065
- };
1066
- AppsFlyerAudienceControllerService.ctorParameters = function () { return [
1067
- { type: HttpClient },
1068
- { type: String, decorators: [{ type: Optional }, { type: Inject, args: [BASE_PATH,] }] },
1069
- { type: Configuration, decorators: [{ type: Optional }] }
1070
- ]; };
1071
- AppsFlyerAudienceControllerService = __decorate([
1072
- Injectable(),
1073
- __param(1, Optional()), __param(1, Inject(BASE_PATH)), __param(2, Optional())
1074
- ], AppsFlyerAudienceControllerService);
1075
- return AppsFlyerAudienceControllerService;
1076
- }());
1077
-
1078
909
  /**
1079
910
  * Api Documentation
1080
911
  * Api Documentation
@@ -6663,7 +6494,7 @@ var UserPreferenceControllerService = /** @class */ (function () {
6663
6494
  return UserPreferenceControllerService;
6664
6495
  }());
6665
6496
 
6666
- var APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AppsFlyerAudienceControllerService, AudienceControllerService, AuditControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, NotificationsControllerService, PixelControllerService, ReportingControllerService, SliceXControllerService, StrategyControllerService, UILoggerControllerService, UserPreferenceControllerService];
6497
+ var APIS = [AdminControllerService, AdvertiserControllerService, AppSettingsControllerService, AudienceControllerService, AuditControllerService, BulkStrategyControllerService, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestinationControllerService, CreativeControllerService, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, NotificationsControllerService, PixelControllerService, ReportingControllerService, SliceXControllerService, StrategyControllerService, UILoggerControllerService, UserPreferenceControllerService];
6667
6498
 
6668
6499
  var ActivityLogsStrategyBulkUpdateDTO;
6669
6500
  (function (ActivityLogsStrategyBulkUpdateDTO) {
@@ -6746,13 +6577,6 @@ var AudienceDTO;
6746
6577
  LOOKALIKEAUDIENCE: 'LOOKALIKE_AUDIENCE',
6747
6578
  FACEBOOKID: 'FACEBOOK_ID'
6748
6579
  };
6749
- AudienceDTO.BackfillDurationUnitEnum = {
6750
- MINUTE: 'MINUTE',
6751
- HOUR: 'HOUR',
6752
- DAY: 'DAY',
6753
- WEEK: 'WEEK',
6754
- MONTH: 'MONTH'
6755
- };
6756
6580
  AudienceDTO.DurationUnitEnum = {
6757
6581
  MINUTE: 'MINUTE',
6758
6582
  HOUR: 'HOUR',
@@ -6789,6 +6613,33 @@ var AudienceESDTO;
6789
6613
  };
6790
6614
  })(AudienceESDTO || (AudienceESDTO = {}));
6791
6615
 
6616
+ /**
6617
+ * Api Documentation
6618
+ * Api Documentation
6619
+ *
6620
+ * OpenAPI spec version: 1.0
6621
+ *
6622
+ *
6623
+ * NOTE: This class is auto generated by the swagger code generator program.
6624
+ * https://github.com/swagger-api/swagger-codegen.git
6625
+ * Do not edit the class manually.
6626
+ */
6627
+ var BaseModelWithCreativeSetType;
6628
+ (function (BaseModelWithCreativeSetType) {
6629
+ BaseModelWithCreativeSetType.CreativeSetTypeEnum = {
6630
+ IMAGE: 'IMAGE',
6631
+ VIDEO: 'VIDEO',
6632
+ THIRDPARTYADTAGS: 'THIRD_PARTY_AD_TAGS',
6633
+ ZIPPEDHTML: 'ZIPPED_HTML',
6634
+ NATIVEIMAGE: 'NATIVE_IMAGE',
6635
+ NATIVEVIDEO: 'NATIVE_VIDEO',
6636
+ DYNAMICIMAGE: 'DYNAMIC_IMAGE',
6637
+ DYNAMICMACRO: 'DYNAMIC_MACRO',
6638
+ DYNAMICHTML: 'DYNAMIC_HTML',
6639
+ DYNAMICVIDEO: 'DYNAMIC_VIDEO'
6640
+ };
6641
+ })(BaseModelWithCreativeSetType || (BaseModelWithCreativeSetType = {}));
6642
+
6792
6643
  var ClickDestination;
6793
6644
  (function (ClickDestination) {
6794
6645
  ClickDestination.CampaignTypeEnum = {
@@ -7477,7 +7328,6 @@ var ApiModule = /** @class */ (function () {
7477
7328
  AdminControllerService,
7478
7329
  AdvertiserControllerService,
7479
7330
  AppSettingsControllerService,
7480
- AppsFlyerAudienceControllerService,
7481
7331
  AudienceControllerService,
7482
7332
  AuditControllerService,
7483
7333
  BulkStrategyControllerService,
@@ -7510,5 +7360,5 @@ var ApiModule = /** @class */ (function () {
7510
7360
  * Generated bundle index. Do not edit.
7511
7361
  */
7512
7362
 
7513
- export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AppsFlyerAudienceControllerService, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AuditControllerService, BASE_PATH, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
7363
+ export { APIS, ActivityLogsStrategyBulkUpdateDTO, AdminControllerService, AdvertiserControllerService, ApiModule, AppSettingsControllerService, AppSettingsDTO, AppSettingsPropertyDTO, AuctionTypeEditField, AudienceControllerService, AudienceDTO, AudienceESDTO, AuditControllerService, BASE_PATH, BaseModelWithCreativeSetType, BulkStrategyControllerService, COLLECTION_FORMATS, CSSThemeController_Service, CampaignControllerService, CatalogControllerService, ClickDestination, ClickDestinationControllerService, Configuration, CreativeCompactDTO, CreativeControllerService, CreativeDTO, CreativeFileForSet, CreativeFiles, CreativeHtmlFileForSet, CreativeSetDashboardMetric, CreativeSetDetails, CreativeSetRequest, CreativeSetResponse, CreativeSetsControllerService, CreativeTemplateThemesControllerService, CreativeTemplateVariablesControllerService, CreativeTemplatesControllerService, DashboardControllerService, DcoAttributesDTO, FilterModel, GeoListRequest, Macro, MetaRuleDto, NotificationResponse, NotificationsControllerService, PixelControllerService, PixelDataFileDTO, RemoteFileDTO, ReportProperty, ReportingControllerService, ReportingRequest, ReportingResponse, RuleDTO, SliceXControllerService, StrategyControllerService, StrategyDTO, StrategyQuickEditDTO, TemplateVariablesDTO, UILoggerControllerService, UserPreferenceControllerService, VastCreative, VideoAttributes, VideoProperties };
7514
7364
  //# sourceMappingURL=revxui-api-clients-ts.js.map