@revxui/api-clients-ts 1.1.17 → 1.1.18
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/api.d.ts +3 -1
- package/api/dashboardController.service.d.ts +24 -24
- package/api/strategyController.service.d.ts +9 -9
- package/api/strategyTemplateController.service.d.ts +54 -0
- package/bundles/revxui-api-clients-ts.umd.js +156 -1
- package/bundles/revxui-api-clients-ts.umd.js.map +1 -1
- package/esm2015/api/api.js +4 -2
- package/esm2015/api/dashboardController.service.js +1 -1
- package/esm2015/api/strategyController.service.js +1 -1
- package/esm2015/api/strategyTemplateController.service.js +123 -0
- package/esm2015/api.module.js +3 -1
- package/esm2015/model/apiListResponseStrategyTemplateResponse.js +2 -0
- package/esm2015/model/campaignESDTO.js +1 -1
- package/esm2015/model/models.js +4 -1
- package/esm2015/model/strategyDTO.js +1 -1
- package/esm2015/model/strategyTemplateDTO.js +21 -0
- package/esm2015/model/strategyTemplateResponse.js +10 -0
- package/fesm2015/revxui-api-clients-ts.js +151 -2
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/model/apiListResponseStrategyTemplateResponse.d.ts +16 -0
- package/model/campaignESDTO.d.ts +1 -0
- package/model/models.d.ts +3 -0
- package/model/strategyDTO.d.ts +1 -0
- package/model/strategyTemplateDTO.d.ts +30 -0
- package/model/strategyTemplateResponse.d.ts +33 -0
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
import { StrategyTemplateResponse } from './strategyTemplateResponse';
|
|
13
|
+
export interface ApiListResponseStrategyTemplateResponse {
|
|
14
|
+
data?: Array<StrategyTemplateResponse>;
|
|
15
|
+
totalNoOfRecords?: number;
|
|
16
|
+
}
|
package/model/campaignESDTO.d.ts
CHANGED
package/model/models.d.ts
CHANGED
|
@@ -24,6 +24,7 @@ export * from './apiListResponseMacro';
|
|
|
24
24
|
export * from './apiListResponsePixel';
|
|
25
25
|
export * from './apiListResponseSizeWithPreview';
|
|
26
26
|
export * from './apiListResponseStrategyTargettingPerformanceData';
|
|
27
|
+
export * from './apiListResponseStrategyTemplateResponse';
|
|
27
28
|
export * from './apiListResponseVariablesMappingDTO';
|
|
28
29
|
export * from './apiResponseObjectABTestDTO';
|
|
29
30
|
export * from './apiResponseObjectAdvertiserDynamicDetails';
|
|
@@ -268,6 +269,8 @@ export * from './strategyOptBlockTargetingReq';
|
|
|
268
269
|
export * from './strategyOptimizationDataResponse';
|
|
269
270
|
export * from './strategyQuickEditDTO';
|
|
270
271
|
export * from './strategyTargettingPerformanceData';
|
|
272
|
+
export * from './strategyTemplateDTO';
|
|
273
|
+
export * from './strategyTemplateResponse';
|
|
271
274
|
export * from './strategyUpdateResponse';
|
|
272
275
|
export * from './stringEditField';
|
|
273
276
|
export * from './tag';
|
package/model/strategyDTO.d.ts
CHANGED
|
@@ -102,6 +102,7 @@ export interface StrategyDTO {
|
|
|
102
102
|
targetMobileDevices?: TargetMobileDevices;
|
|
103
103
|
targetOnlyPublishedApp?: boolean;
|
|
104
104
|
targetWebSegments?: AudienceStrDTO;
|
|
105
|
+
templateId?: number;
|
|
105
106
|
timezone?: TimeZoneDTO;
|
|
106
107
|
userPurchaseFrequency?: Array<BaseModel>;
|
|
107
108
|
videoPlacement?: VideoTargeting;
|
|
@@ -0,0 +1,30 @@
|
|
|
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 StrategyTemplateDTO {
|
|
13
|
+
advertiserId?: number;
|
|
14
|
+
createdBy?: number;
|
|
15
|
+
creationTime?: number;
|
|
16
|
+
description?: string;
|
|
17
|
+
goal?: StrategyTemplateDTO.GoalEnum;
|
|
18
|
+
licenseeId?: number;
|
|
19
|
+
templateName?: string;
|
|
20
|
+
totalUsage?: number;
|
|
21
|
+
}
|
|
22
|
+
export declare namespace StrategyTemplateDTO {
|
|
23
|
+
type GoalEnum = 'WEBSITE' | 'MOBILE_APP_INSTALLS' | 'MOBILE_APP_ENGAGEMENT' | 'BRAND_AWARENESS';
|
|
24
|
+
const GoalEnum: {
|
|
25
|
+
WEBSITE: GoalEnum;
|
|
26
|
+
MOBILEAPPINSTALLS: GoalEnum;
|
|
27
|
+
MOBILEAPPENGAGEMENT: GoalEnum;
|
|
28
|
+
BRANDAWARENESS: GoalEnum;
|
|
29
|
+
};
|
|
30
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
import { BaseModel } from './baseModel';
|
|
13
|
+
export interface StrategyTemplateResponse {
|
|
14
|
+
advertiserId?: number;
|
|
15
|
+
createdBy?: BaseModel;
|
|
16
|
+
creationTime?: number;
|
|
17
|
+
description?: string;
|
|
18
|
+
goal?: StrategyTemplateResponse.GoalEnum;
|
|
19
|
+
id?: number;
|
|
20
|
+
licensee?: BaseModel;
|
|
21
|
+
strategyJson?: string;
|
|
22
|
+
templateName?: string;
|
|
23
|
+
totalUsage?: number;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace StrategyTemplateResponse {
|
|
26
|
+
type GoalEnum = 'WEBSITE' | 'MOBILE_APP_INSTALLS' | 'MOBILE_APP_ENGAGEMENT' | 'BRAND_AWARENESS';
|
|
27
|
+
const GoalEnum: {
|
|
28
|
+
WEBSITE: GoalEnum;
|
|
29
|
+
MOBILEAPPINSTALLS: GoalEnum;
|
|
30
|
+
MOBILEAPPENGAGEMENT: GoalEnum;
|
|
31
|
+
BRANDAWARENESS: GoalEnum;
|
|
32
|
+
};
|
|
33
|
+
}
|