@revxui/api-clients-ts 1.1.366 → 1.1.368
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/experimentsController.service.d.ts +102 -0
- package/esm2020/api/adminController.service.mjs +2 -2
- package/esm2020/api/advertiserController.service.mjs +2 -2
- package/esm2020/api/appSettingsController.service.mjs +2 -2
- package/esm2020/api/audienceController.service.mjs +2 -2
- package/esm2020/api/auditController.service.mjs +2 -2
- package/esm2020/api/bidFunnelController.service.mjs +2 -2
- package/esm2020/api/bulkStrategyController.service.mjs +2 -2
- package/esm2020/api/cSSThemeController_.service.mjs +2 -2
- package/esm2020/api/campaignController.service.mjs +2 -2
- package/esm2020/api/catalogController.service.mjs +2 -2
- package/esm2020/api/clickDestinationController.service.mjs +2 -2
- package/esm2020/api/creativeController.service.mjs +2 -2
- package/esm2020/api/creativeSetsController.service.mjs +2 -2
- package/esm2020/api/creativeTemplateThemesController.service.mjs +2 -2
- package/esm2020/api/creativeTemplateVariablesController.service.mjs +2 -2
- package/esm2020/api/creativeTemplatesController.service.mjs +2 -2
- package/esm2020/api/customerReportingController.service.mjs +2 -2
- package/esm2020/api/dashboardController.service.mjs +2 -2
- package/esm2020/api/experimentsController.service.mjs +262 -2
- package/esm2020/api/notificationsController.service.mjs +2 -2
- package/esm2020/api/pixelController.service.mjs +2 -2
- package/esm2020/api/reportController.service.mjs +2 -2
- package/esm2020/api/reportingController.service.mjs +2 -2
- package/esm2020/api/reportingSchedulerController.service.mjs +2 -2
- package/esm2020/api/sliceXController.service.mjs +2 -2
- package/esm2020/api/strategyController.service.mjs +2 -2
- package/esm2020/api/strategyTemplateController.service.mjs +2 -2
- package/esm2020/api/uILoggerController.service.mjs +2 -2
- package/esm2020/api/userPreferenceController.service.mjs +2 -2
- package/esm2020/model/aBTestingDTO.mjs +15 -0
- package/esm2020/model/aBTestingResponseDetails.mjs +15 -0
- package/esm2020/model/aBTestingVariantDTO.mjs +26 -0
- package/esm2020/model/apiResponseObjectABTestingResponseDetails.mjs +2 -0
- package/esm2020/model/apiResponseObjectListABTestingResponseDetails.mjs +2 -0
- package/esm2020/model/apiResponseObjectListExperimentsEntity.mjs +2 -0
- package/esm2020/model/creativePerformanceList.mjs +1 -1
- package/esm2020/model/creativeSetDashboardMetric.mjs +1 -1
- package/esm2020/model/creativeSetPerformanceList.mjs +1 -1
- package/esm2020/model/dashboardData.mjs +1 -1
- package/esm2020/model/dashboardMetrics.mjs +1 -1
- package/esm2020/model/experimentsEntity.mjs +15 -0
- package/esm2020/model/incrementalityTestDetails.mjs +2 -1
- package/esm2020/model/models.mjs +9 -1
- package/esm2020/model/slicexData.mjs +1 -1
- package/esm2020/model/slicexGridData.mjs +1 -1
- package/esm2020/model/strategy.mjs +1 -1
- package/esm2020/model/strategyDTO.mjs +1 -1
- package/esm2020/model/userInfoEntity.mjs +13 -0
- package/fesm2015/revxui-api-clients-ts.mjs +362 -30
- package/fesm2015/revxui-api-clients-ts.mjs.map +1 -1
- package/fesm2020/revxui-api-clients-ts.mjs +374 -30
- package/fesm2020/revxui-api-clients-ts.mjs.map +1 -1
- package/model/aBTestingDTO.d.ts +41 -0
- package/model/aBTestingResponseDetails.d.ts +52 -0
- package/model/aBTestingVariantDTO.d.ts +60 -0
- package/model/apiResponseObjectABTestingResponseDetails.d.ts +17 -0
- package/model/apiResponseObjectListABTestingResponseDetails.d.ts +17 -0
- package/model/apiResponseObjectListExperimentsEntity.d.ts +17 -0
- package/model/creativePerformanceList.d.ts +0 -1
- package/model/creativeSetDashboardMetric.d.ts +0 -1
- package/model/creativeSetPerformanceList.d.ts +0 -1
- package/model/dashboardData.d.ts +0 -1
- package/model/dashboardMetrics.d.ts +0 -1
- package/model/experimentsEntity.d.ts +51 -0
- package/model/incrementalityTestDetails.d.ts +2 -1
- package/model/models.d.ts +8 -0
- package/model/slicexData.d.ts +0 -1
- package/model/slicexGridData.d.ts +0 -1
- package/model/strategy.d.ts +2 -0
- package/model/strategyDTO.d.ts +2 -0
- package/model/userInfoEntity.d.ts +23 -0
- package/package.json +1 -1
|
@@ -0,0 +1,41 @@
|
|
|
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 { ABTestingVariantDTO } from './aBTestingVariantDTO';
|
|
13
|
+
export interface ABTestingDTO {
|
|
14
|
+
abTestingVariants?: Array<ABTestingVariantDTO>;
|
|
15
|
+
advertiserId?: number;
|
|
16
|
+
baseStrategyId?: number;
|
|
17
|
+
campaignId?: number;
|
|
18
|
+
description?: string;
|
|
19
|
+
endDate?: number;
|
|
20
|
+
experimentName?: string;
|
|
21
|
+
experimentType?: ABTestingDTO.ExperimentTypeEnum;
|
|
22
|
+
licenseeId?: number;
|
|
23
|
+
startDate?: number;
|
|
24
|
+
status?: ABTestingDTO.StatusEnum;
|
|
25
|
+
winMetric?: string;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace ABTestingDTO {
|
|
28
|
+
type ExperimentTypeEnum = 'INCREMENTALITY_TEST' | 'AB_TEST';
|
|
29
|
+
const ExperimentTypeEnum: {
|
|
30
|
+
INCREMENTALITYTEST: ExperimentTypeEnum;
|
|
31
|
+
ABTEST: ExperimentTypeEnum;
|
|
32
|
+
};
|
|
33
|
+
type StatusEnum = 'LIVE' | 'SCHEDULED' | 'GENERATING_REPORT' | 'STOPPED' | 'COMPLETED';
|
|
34
|
+
const StatusEnum: {
|
|
35
|
+
LIVE: StatusEnum;
|
|
36
|
+
SCHEDULED: StatusEnum;
|
|
37
|
+
GENERATINGREPORT: StatusEnum;
|
|
38
|
+
STOPPED: StatusEnum;
|
|
39
|
+
COMPLETED: StatusEnum;
|
|
40
|
+
};
|
|
41
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
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 { ABTestingVariantDTO } from './aBTestingVariantDTO';
|
|
13
|
+
export interface ABTestingResponseDetails {
|
|
14
|
+
abTestIds?: string;
|
|
15
|
+
abtestingVariants?: Array<ABTestingVariantDTO>;
|
|
16
|
+
advertiserId?: number;
|
|
17
|
+
advertiserName?: string;
|
|
18
|
+
baseStrategyId?: number;
|
|
19
|
+
baseStrategyName?: string;
|
|
20
|
+
campaignId?: number;
|
|
21
|
+
campaignName?: string;
|
|
22
|
+
createdAt?: number;
|
|
23
|
+
createdBy?: string;
|
|
24
|
+
description?: string;
|
|
25
|
+
endDate?: number;
|
|
26
|
+
experimentId?: number;
|
|
27
|
+
experimentName?: string;
|
|
28
|
+
experimentType?: ABTestingResponseDetails.ExperimentTypeEnum;
|
|
29
|
+
isActive?: boolean;
|
|
30
|
+
isArchived?: boolean;
|
|
31
|
+
licenseeId?: number;
|
|
32
|
+
startDate?: number;
|
|
33
|
+
status?: ABTestingResponseDetails.StatusEnum;
|
|
34
|
+
updatedAt?: number;
|
|
35
|
+
updatedBy?: string;
|
|
36
|
+
winMetric?: string;
|
|
37
|
+
}
|
|
38
|
+
export declare namespace ABTestingResponseDetails {
|
|
39
|
+
type ExperimentTypeEnum = 'INCREMENTALITY_TEST' | 'AB_TEST';
|
|
40
|
+
const ExperimentTypeEnum: {
|
|
41
|
+
INCREMENTALITYTEST: ExperimentTypeEnum;
|
|
42
|
+
ABTEST: ExperimentTypeEnum;
|
|
43
|
+
};
|
|
44
|
+
type StatusEnum = 'LIVE' | 'SCHEDULED' | 'GENERATING_REPORT' | 'STOPPED' | 'COMPLETED';
|
|
45
|
+
const StatusEnum: {
|
|
46
|
+
LIVE: StatusEnum;
|
|
47
|
+
SCHEDULED: StatusEnum;
|
|
48
|
+
GENERATINGREPORT: StatusEnum;
|
|
49
|
+
STOPPED: StatusEnum;
|
|
50
|
+
COMPLETED: StatusEnum;
|
|
51
|
+
};
|
|
52
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
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 { BaseModelWithCreativeSetType } from './baseModelWithCreativeSetType';
|
|
13
|
+
import { TargetAppCategories } from './targetAppCategories';
|
|
14
|
+
import { VideoRewardedTypeTargeting } from './videoRewardedTypeTargeting';
|
|
15
|
+
import { VideoTargeting } from './videoTargeting';
|
|
16
|
+
export interface ABTestingVariantDTO {
|
|
17
|
+
bidAndBudgetAdjustment?: boolean;
|
|
18
|
+
bidPrice?: number;
|
|
19
|
+
bidRangeMax?: number;
|
|
20
|
+
bidRangeMin?: number;
|
|
21
|
+
creativeSets?: Array<BaseModelWithCreativeSetType>;
|
|
22
|
+
dailyMediaBudget?: number;
|
|
23
|
+
pacingTypeId?: number;
|
|
24
|
+
pricingModel?: ABTestingVariantDTO.PricingModelEnum;
|
|
25
|
+
pricingTypeId?: number;
|
|
26
|
+
targetAndroidCategories?: TargetAppCategories;
|
|
27
|
+
targetIosCategories?: TargetAppCategories;
|
|
28
|
+
variantId?: number;
|
|
29
|
+
variantName?: string;
|
|
30
|
+
variantPercentage?: number;
|
|
31
|
+
variantType?: ABTestingVariantDTO.VariantTypeEnum;
|
|
32
|
+
videoPlacement?: VideoTargeting;
|
|
33
|
+
videoRewardedTypeTargeting?: VideoRewardedTypeTargeting;
|
|
34
|
+
}
|
|
35
|
+
export declare namespace ABTestingVariantDTO {
|
|
36
|
+
type PricingModelEnum = 'CPM' | 'CPC' | 'CPA' | 'CTR' | 'DCPMC' | 'DCPMA' | 'CPI' | 'BOOST' | 'RCPC' | 'CPA_BOOST';
|
|
37
|
+
const PricingModelEnum: {
|
|
38
|
+
CPM: PricingModelEnum;
|
|
39
|
+
CPC: PricingModelEnum;
|
|
40
|
+
CPA: PricingModelEnum;
|
|
41
|
+
CTR: PricingModelEnum;
|
|
42
|
+
DCPMC: PricingModelEnum;
|
|
43
|
+
DCPMA: PricingModelEnum;
|
|
44
|
+
CPI: PricingModelEnum;
|
|
45
|
+
BOOST: PricingModelEnum;
|
|
46
|
+
RCPC: PricingModelEnum;
|
|
47
|
+
CPABOOST: PricingModelEnum;
|
|
48
|
+
};
|
|
49
|
+
type VariantTypeEnum = 'MODEL' | 'STRATEGY' | 'CREATIVE' | 'PACING_TYPE' | 'CATEGORY' | 'CREATIVE_SET' | 'PRICING' | 'VIDEO_PLACEMENT';
|
|
50
|
+
const VariantTypeEnum: {
|
|
51
|
+
MODEL: VariantTypeEnum;
|
|
52
|
+
STRATEGY: VariantTypeEnum;
|
|
53
|
+
CREATIVE: VariantTypeEnum;
|
|
54
|
+
PACINGTYPE: VariantTypeEnum;
|
|
55
|
+
CATEGORY: VariantTypeEnum;
|
|
56
|
+
CREATIVESET: VariantTypeEnum;
|
|
57
|
+
PRICING: VariantTypeEnum;
|
|
58
|
+
VIDEOPLACEMENT: VariantTypeEnum;
|
|
59
|
+
};
|
|
60
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { ABTestingResponseDetails } from './aBTestingResponseDetails';
|
|
13
|
+
export interface ApiResponseObjectABTestingResponseDetails {
|
|
14
|
+
error?: Error;
|
|
15
|
+
respId?: string;
|
|
16
|
+
respObject?: ABTestingResponseDetails;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { ABTestingResponseDetails } from './aBTestingResponseDetails';
|
|
13
|
+
export interface ApiResponseObjectListABTestingResponseDetails {
|
|
14
|
+
error?: Error;
|
|
15
|
+
respId?: string;
|
|
16
|
+
respObject?: Array<ABTestingResponseDetails>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { ExperimentsEntity } from './experimentsEntity';
|
|
13
|
+
export interface ApiResponseObjectListExperimentsEntity {
|
|
14
|
+
error?: Error;
|
|
15
|
+
respId?: string;
|
|
16
|
+
respObject?: Array<ExperimentsEntity>;
|
|
17
|
+
}
|
package/model/dashboardData.d.ts
CHANGED
|
@@ -0,0 +1,51 @@
|
|
|
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 { UserInfoEntity } from './userInfoEntity';
|
|
13
|
+
export interface ExperimentsEntity {
|
|
14
|
+
abTestIds?: string;
|
|
15
|
+
archived?: boolean;
|
|
16
|
+
baseStrategyId?: number;
|
|
17
|
+
createdBy?: number;
|
|
18
|
+
createdByUser?: UserInfoEntity;
|
|
19
|
+
createdOn?: Date;
|
|
20
|
+
description?: string;
|
|
21
|
+
endTime?: number;
|
|
22
|
+
experimentType?: ExperimentsEntity.ExperimentTypeEnum;
|
|
23
|
+
id?: number;
|
|
24
|
+
incrementalityTestId?: number;
|
|
25
|
+
isActive?: boolean;
|
|
26
|
+
isArchived?: boolean;
|
|
27
|
+
lastModifiedBy?: number;
|
|
28
|
+
lastModifiedByUser?: UserInfoEntity;
|
|
29
|
+
lastModifiedOn?: Date;
|
|
30
|
+
licenseeId?: number;
|
|
31
|
+
name?: string;
|
|
32
|
+
startTime?: number;
|
|
33
|
+
status?: ExperimentsEntity.StatusEnum;
|
|
34
|
+
timeZoneId?: number;
|
|
35
|
+
winMetric?: string;
|
|
36
|
+
}
|
|
37
|
+
export declare namespace ExperimentsEntity {
|
|
38
|
+
type ExperimentTypeEnum = 'INCREMENTALITY_TEST' | 'AB_TEST';
|
|
39
|
+
const ExperimentTypeEnum: {
|
|
40
|
+
INCREMENTALITYTEST: ExperimentTypeEnum;
|
|
41
|
+
ABTEST: ExperimentTypeEnum;
|
|
42
|
+
};
|
|
43
|
+
type StatusEnum = 'LIVE' | 'SCHEDULED' | 'GENERATING_REPORT' | 'STOPPED' | 'COMPLETED';
|
|
44
|
+
const StatusEnum: {
|
|
45
|
+
LIVE: StatusEnum;
|
|
46
|
+
SCHEDULED: StatusEnum;
|
|
47
|
+
GENERATINGREPORT: StatusEnum;
|
|
48
|
+
STOPPED: StatusEnum;
|
|
49
|
+
COMPLETED: StatusEnum;
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -53,11 +53,12 @@ export declare namespace IncrementalityTestDetails {
|
|
|
53
53
|
PSA: MethodologyTypeEnum;
|
|
54
54
|
GHOSTADS: MethodologyTypeEnum;
|
|
55
55
|
};
|
|
56
|
-
type StatusEnum = 'LIVE' | 'SCHEDULED' | 'GENERATING_REPORT' | 'COMPLETED';
|
|
56
|
+
type StatusEnum = 'LIVE' | 'SCHEDULED' | 'GENERATING_REPORT' | 'STOPPED' | 'COMPLETED';
|
|
57
57
|
const StatusEnum: {
|
|
58
58
|
LIVE: StatusEnum;
|
|
59
59
|
SCHEDULED: StatusEnum;
|
|
60
60
|
GENERATINGREPORT: StatusEnum;
|
|
61
|
+
STOPPED: StatusEnum;
|
|
61
62
|
COMPLETED: StatusEnum;
|
|
62
63
|
};
|
|
63
64
|
type TestTypeEnum = 'INCREMENTALITY_TEST' | 'AB_TEST';
|
package/model/models.d.ts
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
export * from './aBTestDTO';
|
|
2
|
+
export * from './aBTestingDTO';
|
|
3
|
+
export * from './aBTestingResponseDetails';
|
|
4
|
+
export * from './aBTestingVariantDTO';
|
|
2
5
|
export * from './abandonedSessionUserTargeting';
|
|
3
6
|
export * from './activityLog';
|
|
4
7
|
export * from './activityLogsCreativeSetsBulkUpdateDTO';
|
|
@@ -41,6 +44,7 @@ export * from './apiListResponseStrategyRuleResponse';
|
|
|
41
44
|
export * from './apiListResponseStrategyTemplateResponse';
|
|
42
45
|
export * from './apiListResponseVariablesMappingDTO';
|
|
43
46
|
export * from './apiResponseObjectABTestDTO';
|
|
47
|
+
export * from './apiResponseObjectABTestingResponseDetails';
|
|
44
48
|
export * from './apiResponseObjectAdvertiserCohortResponseList';
|
|
45
49
|
export * from './apiResponseObjectAdvertiserCurrencyData';
|
|
46
50
|
export * from './apiResponseObjectAdvertiserDynamicDetails';
|
|
@@ -96,6 +100,7 @@ export * from './apiResponseObjectIncrementalityTestCreateFormAudienceResponseOb
|
|
|
96
100
|
export * from './apiResponseObjectIncrementalityTestDetails';
|
|
97
101
|
export * from './apiResponseObjectIncrementalityTestReportCalculationDetails';
|
|
98
102
|
export * from './apiResponseObjectIncrementalityTestResponse';
|
|
103
|
+
export * from './apiResponseObjectListABTestingResponseDetails';
|
|
99
104
|
export * from './apiResponseObjectListAppSettingsDTO';
|
|
100
105
|
export * from './apiResponseObjectListAudienceDTO';
|
|
101
106
|
export * from './apiResponseObjectListAuditDetails';
|
|
@@ -106,6 +111,7 @@ export * from './apiResponseObjectListBulkstrategiesValidationResponse';
|
|
|
106
111
|
export * from './apiResponseObjectListCampaignDTO';
|
|
107
112
|
export * from './apiResponseObjectListCreativeFiles';
|
|
108
113
|
export * from './apiResponseObjectListDynamicVideoTemplate';
|
|
114
|
+
export * from './apiResponseObjectListExperimentsEntity';
|
|
109
115
|
export * from './apiResponseObjectListIncrementalityTestDetails';
|
|
110
116
|
export * from './apiResponseObjectListMenuCrubResponse';
|
|
111
117
|
export * from './apiResponseObjectListStrategy';
|
|
@@ -259,6 +265,7 @@ export * from './eResponseobject';
|
|
|
259
265
|
export * from './eligibleUsersRequest';
|
|
260
266
|
export * from './eligibleUsersResponse';
|
|
261
267
|
export * from './endCards';
|
|
268
|
+
export * from './experimentsEntity';
|
|
262
269
|
export * from './extendedBaseModel';
|
|
263
270
|
export * from './extendedTargetingObject';
|
|
264
271
|
export * from './failedDTO';
|
|
@@ -382,6 +389,7 @@ export * from './templateThemeDTO';
|
|
|
382
389
|
export * from './templateVariablesDTO';
|
|
383
390
|
export * from './timeZoneDTO';
|
|
384
391
|
export * from './totalUniqueUserRequest';
|
|
392
|
+
export * from './userInfoEntity';
|
|
385
393
|
export * from './userPreferenceCategory';
|
|
386
394
|
export * from './userPreferenceDTO';
|
|
387
395
|
export * from './variablesMappingDTO';
|
package/model/slicexData.d.ts
CHANGED
package/model/strategy.d.ts
CHANGED
|
@@ -26,8 +26,10 @@ export interface Strategy {
|
|
|
26
26
|
daysDuration?: number;
|
|
27
27
|
daysElapsed?: number;
|
|
28
28
|
endTime?: number;
|
|
29
|
+
experimentId?: number;
|
|
29
30
|
fcap?: number;
|
|
30
31
|
id?: number;
|
|
32
|
+
isABTestStrategy?: boolean;
|
|
31
33
|
isArchived?: boolean;
|
|
32
34
|
isBargainerActive?: boolean;
|
|
33
35
|
isCtv?: boolean;
|
package/model/strategyDTO.d.ts
CHANGED
|
@@ -69,6 +69,7 @@ export interface StrategyDTO {
|
|
|
69
69
|
deliveryPriority?: BaseModel;
|
|
70
70
|
editable?: boolean;
|
|
71
71
|
endTime?: number;
|
|
72
|
+
experimentId?: number;
|
|
72
73
|
fcap?: number;
|
|
73
74
|
fcapEnabled?: boolean;
|
|
74
75
|
fcapFrequency?: number;
|
|
@@ -76,6 +77,7 @@ export interface StrategyDTO {
|
|
|
76
77
|
genderTargeting?: StrategyDTO.GenderTargetingEnum;
|
|
77
78
|
geoFenceDTO?: GeoFenceDTO;
|
|
78
79
|
id?: number;
|
|
80
|
+
isABTestStrategy?: boolean;
|
|
79
81
|
isArchived?: boolean;
|
|
80
82
|
isBargainerActive?: boolean;
|
|
81
83
|
isCtv?: boolean;
|
|
@@ -0,0 +1,23 @@
|
|
|
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 UserInfoEntity {
|
|
13
|
+
active?: boolean;
|
|
14
|
+
advId?: number;
|
|
15
|
+
createdBy?: string;
|
|
16
|
+
creationTime?: Date;
|
|
17
|
+
id?: number;
|
|
18
|
+
licenseeId?: number;
|
|
19
|
+
modfiedBy?: string;
|
|
20
|
+
modifiedTime?: Date;
|
|
21
|
+
password?: string;
|
|
22
|
+
username?: string;
|
|
23
|
+
}
|