@revxui/api-clients-ts 0.10.224 → 0.10.225

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 (47) 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 +0 -5
  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/auditController.service.js +1 -1
  10. package/esm2015/api/dashboardController.service.js +1 -1
  11. package/esm2015/api/sliceXController.service.js +1 -1
  12. package/esm2015/model/creativeFileForSet.js +1 -1
  13. package/esm2015/model/creativeFiles.js +1 -1
  14. package/esm2015/model/dashboardData.js +1 -1
  15. package/esm2015/model/duration.js +1 -12
  16. package/esm2015/model/durationModel.js +1 -1
  17. package/esm2015/model/models.js +1 -1
  18. package/esm2015/model/strategyDTO.js +1 -6
  19. package/esm5/api/auditController.service.js +1 -1
  20. package/esm5/api/dashboardController.service.js +1 -1
  21. package/esm5/api/sliceXController.service.js +1 -1
  22. package/esm5/model/creativeFileForSet.js +1 -1
  23. package/esm5/model/creativeFiles.js +1 -1
  24. package/esm5/model/dashboardData.js +1 -1
  25. package/esm5/model/duration.js +1 -12
  26. package/esm5/model/durationModel.js +1 -1
  27. package/esm5/model/models.js +1 -1
  28. package/esm5/model/strategyDTO.js +1 -6
  29. package/fesm2015/revxui-api-clients-ts.js +0 -5
  30. package/fesm2015/revxui-api-clients-ts.js.map +1 -1
  31. package/fesm5/revxui-api-clients-ts.js +0 -5
  32. package/fesm5/revxui-api-clients-ts.js.map +1 -1
  33. package/model/creativeFileForSet.d.ts +0 -2
  34. package/model/creativeFiles.d.ts +0 -2
  35. package/model/dashboardData.d.ts +0 -2
  36. package/model/duration.d.ts +2 -0
  37. package/model/durationModel.d.ts +1 -0
  38. package/model/models.d.ts +0 -2
  39. package/model/strategyDTO.d.ts +0 -9
  40. package/package.json +1 -1
  41. package/revxui-api-clients-ts.metadata.json +1 -1
  42. package/esm2015/model/ageGroup.js +0 -12
  43. package/esm2015/model/bannerAdSuppDimensionsDTO.js +0 -12
  44. package/esm5/model/ageGroup.js +0 -12
  45. package/esm5/model/bannerAdSuppDimensionsDTO.js +0 -12
  46. package/model/ageGroup.d.ts +0 -15
  47. package/model/bannerAdSuppDimensionsDTO.d.ts +0 -18
@@ -9,7 +9,6 @@
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';
13
12
  import { CreativeThirdPartyAdTag } from './creativeThirdPartyAdTag';
14
13
  import { NativeAssetPojo } from './nativeAssetPojo';
15
14
  import { VideoProperties } from './videoProperties';
@@ -27,7 +26,6 @@ export interface CreativeFileForSet {
27
26
  nativeAssetPojo?: NativeAssetPojo;
28
27
  noOfSlots?: number;
29
28
  size?: string;
30
- supportedDimensions?: Array<BannerAdSuppDimensionsDTO>;
31
29
  type?: CreativeFileForSet.TypeEnum;
32
30
  videoAttribute?: VideoProperties;
33
31
  width?: number;
@@ -9,7 +9,6 @@
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';
13
12
  import { VideoProperties } from './videoProperties';
14
13
  export interface CreativeFiles {
15
14
  contentType?: string;
@@ -22,7 +21,6 @@ export interface CreativeFiles {
22
21
  _native?: boolean;
23
22
  noOfSlots?: number;
24
23
  size?: string;
25
- supportedDimensions?: Array<BannerAdSuppDimensionsDTO>;
26
24
  type?: CreativeFiles.TypeEnum;
27
25
  videoAttribute?: VideoProperties;
28
26
  width?: number;
@@ -10,7 +10,6 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import { Advertiser } from './advertiser';
13
- import { BaseModel } from './baseModel';
14
13
  import { CampaignESDTO } from './campaignESDTO';
15
14
  import { Creative } from './creative';
16
15
  import { Strategy } from './strategy';
@@ -20,7 +19,6 @@ export interface DashboardData {
20
19
  advertiser?: Advertiser;
21
20
  bidsPlaced?: number;
22
21
  campaign?: CampaignESDTO;
23
- category?: BaseModel;
24
22
  clickConversions?: number;
25
23
  clickInstalls?: number;
26
24
  clicks?: number;
@@ -9,7 +9,9 @@
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';
12
13
  export interface Duration {
13
14
  endTimeStamp?: number;
14
15
  startTimeStamp?: number;
16
+ timezone?: TimeZoneDTO;
15
17
  }
@@ -12,4 +12,5 @@
12
12
  export interface DurationModel {
13
13
  end_timestamp?: number;
14
14
  start_timestamp?: number;
15
+ timezone?: string;
15
16
  }
package/model/models.d.ts CHANGED
@@ -6,7 +6,6 @@ export * from './advertiserDynamicDetails';
6
6
  export * from './advertiserLayoutVariables';
7
7
  export * from './advertiserPojo';
8
8
  export * from './advertiserSettings';
9
- export * from './ageGroup';
10
9
  export * from './apiListResponseABTestDTO';
11
10
  export * from './apiListResponseActivityLog';
12
11
  export * from './apiListResponseActivityLogsStrategyBulkUpdateDTO';
@@ -104,7 +103,6 @@ export * from './auditChange';
104
103
  export * from './auditDetails';
105
104
  export * from './auditMarker';
106
105
  export * from './bIgIntegerEditFiled';
107
- export * from './bannerAdSuppDimensionsDTO';
108
106
  export * from './baseModel';
109
107
  export * from './baseModelEditField';
110
108
  export * from './baseModelWithCreativeSetType';
@@ -9,7 +9,6 @@
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';
13
12
  import { AudienceStrDTO } from './audienceStrDTO';
14
13
  import { BaseModel } from './baseModel';
15
14
  import { BaseModelWithCreativeSetType } from './baseModelWithCreativeSetType';
@@ -28,7 +27,6 @@ export interface StrategyDTO {
28
27
  adGroupCount?: number;
29
28
  advertiser?: BaseModel;
30
29
  advertiserId?: number;
31
- ageGroupTargeting?: AgeGroup;
32
30
  apps?: Array<BaseModel>;
33
31
  appsStrategies?: Array<BaseModel>;
34
32
  auctionTypeTargeting?: StrategyDTO.AuctionTypeTargetingEnum;
@@ -59,7 +57,6 @@ export interface StrategyDTO {
59
57
  fcapEnabled?: boolean;
60
58
  fcapFrequency?: number;
61
59
  fcapInterval?: number;
62
- genderTargeting?: StrategyDTO.GenderTargetingEnum;
63
60
  id?: number;
64
61
  isArchived?: boolean;
65
62
  isBargainerActive?: boolean;
@@ -120,10 +117,4 @@ export declare namespace StrategyDTO {
120
117
  CELLULARNETWORK4G: ConnectionTypesEnum;
121
118
  CELLULARNETWORK5G: ConnectionTypesEnum;
122
119
  };
123
- type GenderTargetingEnum = 'MALE' | 'FEMALE' | 'ALL';
124
- const GenderTargetingEnum: {
125
- MALE: GenderTargetingEnum;
126
- FEMALE: GenderTargetingEnum;
127
- ALL: GenderTargetingEnum;
128
- };
129
120
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "0.10.224",
3
+ "version": "0.10.225",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [