@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.
- package/README.md +2 -2
- package/api/auditController.service.d.ts +6 -6
- package/api/dashboardController.service.d.ts +9 -9
- package/api/sliceXController.service.d.ts +6 -6
- package/bundles/revxui-api-clients-ts.umd.js +0 -5
- package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js +1 -1
- package/bundles/revxui-api-clients-ts.umd.min.js.map +1 -1
- package/esm2015/api/auditController.service.js +1 -1
- package/esm2015/api/dashboardController.service.js +1 -1
- package/esm2015/api/sliceXController.service.js +1 -1
- package/esm2015/model/creativeFileForSet.js +1 -1
- package/esm2015/model/creativeFiles.js +1 -1
- package/esm2015/model/dashboardData.js +1 -1
- package/esm2015/model/duration.js +1 -12
- package/esm2015/model/durationModel.js +1 -1
- package/esm2015/model/models.js +1 -1
- package/esm2015/model/strategyDTO.js +1 -6
- package/esm5/api/auditController.service.js +1 -1
- package/esm5/api/dashboardController.service.js +1 -1
- package/esm5/api/sliceXController.service.js +1 -1
- package/esm5/model/creativeFileForSet.js +1 -1
- package/esm5/model/creativeFiles.js +1 -1
- package/esm5/model/dashboardData.js +1 -1
- package/esm5/model/duration.js +1 -12
- package/esm5/model/durationModel.js +1 -1
- package/esm5/model/models.js +1 -1
- package/esm5/model/strategyDTO.js +1 -6
- package/fesm2015/revxui-api-clients-ts.js +0 -5
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +0 -5
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/creativeFileForSet.d.ts +0 -2
- package/model/creativeFiles.d.ts +0 -2
- package/model/dashboardData.d.ts +0 -2
- package/model/duration.d.ts +2 -0
- package/model/durationModel.d.ts +1 -0
- package/model/models.d.ts +0 -2
- package/model/strategyDTO.d.ts +0 -9
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/ageGroup.js +0 -12
- package/esm2015/model/bannerAdSuppDimensionsDTO.js +0 -12
- package/esm5/model/ageGroup.js +0 -12
- package/esm5/model/bannerAdSuppDimensionsDTO.js +0 -12
- package/model/ageGroup.d.ts +0 -15
- 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;
|
package/model/creativeFiles.d.ts
CHANGED
|
@@ -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;
|
package/model/dashboardData.d.ts
CHANGED
|
@@ -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;
|
package/model/duration.d.ts
CHANGED
|
@@ -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
|
}
|
package/model/durationModel.d.ts
CHANGED
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';
|
package/model/strategyDTO.d.ts
CHANGED
|
@@ -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
|
}
|