@revxui/api-clients-ts 0.10.225 → 0.10.226

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 (87) hide show
  1. package/README.md +2 -2
  2. package/api/auditController.service.d.ts +6 -6
  3. package/api/dashboardController.service.d.ts +9 -9
  4. package/api/sliceXController.service.d.ts +6 -6
  5. package/bundles/revxui-api-clients-ts.umd.js +35 -23
  6. package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
  7. package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
  8. package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
  9. package/esm2015/api/adminController.service.js +2 -2
  10. package/esm2015/api/advertiserController.service.js +2 -2
  11. package/esm2015/api/appSettingsController.service.js +2 -2
  12. package/esm2015/api/audienceController.service.js +2 -2
  13. package/esm2015/api/auditController.service.js +2 -2
  14. package/esm2015/api/bulkStrategyController.service.js +2 -2
  15. package/esm2015/api/cSSThemeController_.service.js +2 -2
  16. package/esm2015/api/campaignController.service.js +2 -2
  17. package/esm2015/api/catalogController.service.js +2 -2
  18. package/esm2015/api/clickDestinationController.service.js +2 -2
  19. package/esm2015/api/creativeController.service.js +2 -2
  20. package/esm2015/api/creativeSetsController.service.js +2 -2
  21. package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
  22. package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
  23. package/esm2015/api/creativeTemplatesController.service.js +2 -2
  24. package/esm2015/api/dashboardController.service.js +2 -2
  25. package/esm2015/api/notificationsController.service.js +2 -2
  26. package/esm2015/api/pixelController.service.js +2 -2
  27. package/esm2015/api/reportingController.service.js +2 -2
  28. package/esm2015/api/sliceXController.service.js +2 -2
  29. package/esm2015/api/strategyController.service.js +2 -2
  30. package/esm2015/api/uILoggerController.service.js +2 -2
  31. package/esm2015/api/userPreferenceController.service.js +2 -2
  32. package/esm2015/model/ageGroup.js +12 -0
  33. package/esm2015/model/bannerAdSuppDimensionsDTO.js +12 -0
  34. package/esm2015/model/creativeFileForSet.js +1 -1
  35. package/esm2015/model/creativeFiles.js +1 -1
  36. package/esm2015/model/dashboardData.js +1 -1
  37. package/esm2015/model/duration.js +12 -1
  38. package/esm2015/model/durationModel.js +1 -1
  39. package/esm2015/model/models.js +1 -1
  40. package/esm2015/model/strategyDTO.js +13 -1
  41. package/esm5/api/adminController.service.js +2 -2
  42. package/esm5/api/advertiserController.service.js +2 -2
  43. package/esm5/api/appSettingsController.service.js +2 -2
  44. package/esm5/api/audienceController.service.js +2 -2
  45. package/esm5/api/auditController.service.js +2 -2
  46. package/esm5/api/bulkStrategyController.service.js +2 -2
  47. package/esm5/api/cSSThemeController_.service.js +2 -2
  48. package/esm5/api/campaignController.service.js +2 -2
  49. package/esm5/api/catalogController.service.js +2 -2
  50. package/esm5/api/clickDestinationController.service.js +2 -2
  51. package/esm5/api/creativeController.service.js +2 -2
  52. package/esm5/api/creativeSetsController.service.js +2 -2
  53. package/esm5/api/creativeTemplateThemesController.service.js +2 -2
  54. package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
  55. package/esm5/api/creativeTemplatesController.service.js +2 -2
  56. package/esm5/api/dashboardController.service.js +2 -2
  57. package/esm5/api/notificationsController.service.js +2 -2
  58. package/esm5/api/pixelController.service.js +2 -2
  59. package/esm5/api/reportingController.service.js +2 -2
  60. package/esm5/api/sliceXController.service.js +2 -2
  61. package/esm5/api/strategyController.service.js +2 -2
  62. package/esm5/api/uILoggerController.service.js +2 -2
  63. package/esm5/api/userPreferenceController.service.js +2 -2
  64. package/esm5/model/ageGroup.js +12 -0
  65. package/esm5/model/bannerAdSuppDimensionsDTO.js +12 -0
  66. package/esm5/model/creativeFileForSet.js +1 -1
  67. package/esm5/model/creativeFiles.js +1 -1
  68. package/esm5/model/dashboardData.js +1 -1
  69. package/esm5/model/duration.js +12 -1
  70. package/esm5/model/durationModel.js +1 -1
  71. package/esm5/model/models.js +1 -1
  72. package/esm5/model/strategyDTO.js +13 -1
  73. package/fesm2015/revxui-api-clients-ts.js +35 -23
  74. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  75. package/fesm5/revxui-api-clients-ts.js +35 -23
  76. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  77. package/model/ageGroup.d.ts +15 -0
  78. package/model/bannerAdSuppDimensionsDTO.d.ts +18 -0
  79. package/model/creativeFileForSet.d.ts +2 -0
  80. package/model/creativeFiles.d.ts +2 -0
  81. package/model/dashboardData.d.ts +2 -0
  82. package/model/duration.d.ts +0 -2
  83. package/model/durationModel.d.ts +0 -1
  84. package/model/models.d.ts +2 -0
  85. package/model/strategyDTO.d.ts +18 -0
  86. package/package.json +1 -1
  87. package/revxui-api-clients-ts.metadata.json +1 -1
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ export interface AgeGroup {
13
+ maxAge?: number;
14
+ minAge?: number;
15
+ }
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ export interface BannerAdSuppDimensionsDTO {
13
+ aspectRatio?: number;
14
+ _default?: boolean;
15
+ height?: number;
16
+ id?: number;
17
+ width?: number;
18
+ }
@@ -9,6 +9,7 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { BannerAdSuppDimensionsDTO } from './bannerAdSuppDimensionsDTO';
12
13
  import { CreativeThirdPartyAdTag } from './creativeThirdPartyAdTag';
13
14
  import { NativeAssetPojo } from './nativeAssetPojo';
14
15
  import { VideoProperties } from './videoProperties';
@@ -26,6 +27,7 @@ export interface CreativeFileForSet {
26
27
  nativeAssetPojo?: NativeAssetPojo;
27
28
  noOfSlots?: number;
28
29
  size?: string;
30
+ supportedDimensions?: Array<BannerAdSuppDimensionsDTO>;
29
31
  type?: CreativeFileForSet.TypeEnum;
30
32
  videoAttribute?: VideoProperties;
31
33
  width?: number;
@@ -9,6 +9,7 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { BannerAdSuppDimensionsDTO } from './bannerAdSuppDimensionsDTO';
12
13
  import { VideoProperties } from './videoProperties';
13
14
  export interface CreativeFiles {
14
15
  contentType?: string;
@@ -21,6 +22,7 @@ export interface CreativeFiles {
21
22
  _native?: boolean;
22
23
  noOfSlots?: number;
23
24
  size?: string;
25
+ supportedDimensions?: Array<BannerAdSuppDimensionsDTO>;
24
26
  type?: CreativeFiles.TypeEnum;
25
27
  videoAttribute?: VideoProperties;
26
28
  width?: number;
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import { Advertiser } from './advertiser';
13
+ import { BaseModel } from './baseModel';
13
14
  import { CampaignESDTO } from './campaignESDTO';
14
15
  import { Creative } from './creative';
15
16
  import { Strategy } from './strategy';
@@ -19,6 +20,7 @@ export interface DashboardData {
19
20
  advertiser?: Advertiser;
20
21
  bidsPlaced?: number;
21
22
  campaign?: CampaignESDTO;
23
+ category?: BaseModel;
22
24
  clickConversions?: number;
23
25
  clickInstalls?: number;
24
26
  clicks?: number;
@@ -9,9 +9,7 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { TimeZoneDTO } from './timeZoneDTO';
13
12
  export interface Duration {
14
13
  endTimeStamp?: number;
15
14
  startTimeStamp?: number;
16
- timezone?: TimeZoneDTO;
17
15
  }
@@ -12,5 +12,4 @@
12
12
  export interface DurationModel {
13
13
  end_timestamp?: number;
14
14
  start_timestamp?: number;
15
- timezone?: string;
16
15
  }
package/model/models.d.ts CHANGED
@@ -6,6 +6,7 @@ export * from './advertiserDynamicDetails';
6
6
  export * from './advertiserLayoutVariables';
7
7
  export * from './advertiserPojo';
8
8
  export * from './advertiserSettings';
9
+ export * from './ageGroup';
9
10
  export * from './apiListResponseABTestDTO';
10
11
  export * from './apiListResponseActivityLog';
11
12
  export * from './apiListResponseActivityLogsStrategyBulkUpdateDTO';
@@ -103,6 +104,7 @@ export * from './auditChange';
103
104
  export * from './auditDetails';
104
105
  export * from './auditMarker';
105
106
  export * from './bIgIntegerEditFiled';
107
+ export * from './bannerAdSuppDimensionsDTO';
106
108
  export * from './baseModel';
107
109
  export * from './baseModelEditField';
108
110
  export * from './baseModelWithCreativeSetType';
@@ -9,6 +9,7 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { AgeGroup } from './ageGroup';
12
13
  import { AudienceStrDTO } from './audienceStrDTO';
13
14
  import { BaseModel } from './baseModel';
14
15
  import { BaseModelWithCreativeSetType } from './baseModelWithCreativeSetType';
@@ -27,6 +28,7 @@ export interface StrategyDTO {
27
28
  adGroupCount?: number;
28
29
  advertiser?: BaseModel;
29
30
  advertiserId?: number;
31
+ ageGroupTargeting?: AgeGroup;
30
32
  apps?: Array<BaseModel>;
31
33
  appsStrategies?: Array<BaseModel>;
32
34
  auctionTypeTargeting?: StrategyDTO.AuctionTypeTargetingEnum;
@@ -57,6 +59,7 @@ export interface StrategyDTO {
57
59
  fcapEnabled?: boolean;
58
60
  fcapFrequency?: number;
59
61
  fcapInterval?: number;
62
+ genderTargeting?: StrategyDTO.GenderTargetingEnum;
60
63
  id?: number;
61
64
  isArchived?: boolean;
62
65
  isBargainerActive?: boolean;
@@ -75,6 +78,7 @@ export interface StrategyDTO {
75
78
  placements?: Array<BaseModel>;
76
79
  pricingType?: BaseModel;
77
80
  pricingValue?: number;
81
+ productSelectionPolicy?: StrategyDTO.ProductSelectionPolicyEnum;
78
82
  roiTargetType?: BaseModel;
79
83
  roiTargetValue?: number;
80
84
  rtbAggregators?: RTBAggregators;
@@ -117,4 +121,18 @@ export declare namespace StrategyDTO {
117
121
  CELLULARNETWORK4G: ConnectionTypesEnum;
118
122
  CELLULARNETWORK5G: ConnectionTypesEnum;
119
123
  };
124
+ type GenderTargetingEnum = 'MALE' | 'FEMALE' | 'ALL';
125
+ const GenderTargetingEnum: {
126
+ MALE: GenderTargetingEnum;
127
+ FEMALE: GenderTargetingEnum;
128
+ ALL: GenderTargetingEnum;
129
+ };
130
+ type ProductSelectionPolicyEnum = 'PS_DEFAULT' | 'PS_ADV_PR_TS' | 'PS_ADV_CAT_PR_TS' | 'PS_DAY_WEIGHTED_RANDOM' | 'PS_ADV_PR_CONTENT_TS';
131
+ const ProductSelectionPolicyEnum: {
132
+ DEFAULT: ProductSelectionPolicyEnum;
133
+ ADVPRTS: ProductSelectionPolicyEnum;
134
+ ADVCATPRTS: ProductSelectionPolicyEnum;
135
+ DAYWEIGHTEDRANDOM: ProductSelectionPolicyEnum;
136
+ ADVPRCONTENTTS: ProductSelectionPolicyEnum;
137
+ };
120
138
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "0.10.225",
3
+ "version": "0.10.226",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [