@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.
@@ -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
+ }
@@ -35,6 +35,7 @@ export interface CampaignESDTO {
35
35
  modifiedBy?: number;
36
36
  modifiedTime?: number;
37
37
  name?: string;
38
+ objective?: string;
38
39
  pixelId?: number;
39
40
  pricingId?: number;
40
41
  pricingType?: BaseModel;
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';
@@ -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
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "1.1.17",
3
+ "version": "1.1.18",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [