@revxui/api-clients-ts 0.10.299 → 0.10.300
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/audienceController.service.d.ts +33 -4
- package/bundles/revxui-api-clients-ts.umd.js +124 -32
- 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/adminController.service.js +2 -2
- package/esm2015/api/advertiserController.service.js +2 -2
- package/esm2015/api/appSettingsController.service.js +2 -2
- package/esm2015/api/audienceController.service.js +77 -6
- package/esm2015/api/auditController.service.js +2 -2
- package/esm2015/api/bulkStrategyController.service.js +2 -2
- package/esm2015/api/cSSThemeController_.service.js +2 -2
- package/esm2015/api/campaignController.service.js +2 -2
- package/esm2015/api/catalogController.service.js +2 -2
- package/esm2015/api/clickDestinationController.service.js +2 -2
- package/esm2015/api/creativeController.service.js +2 -2
- package/esm2015/api/creativeSetsController.service.js +2 -2
- package/esm2015/api/creativeTemplateThemesController.service.js +2 -2
- package/esm2015/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm2015/api/creativeTemplatesController.service.js +2 -2
- package/esm2015/api/dashboardController.service.js +2 -2
- package/esm2015/api/notificationsController.service.js +2 -2
- package/esm2015/api/pixelController.service.js +2 -2
- package/esm2015/api/reportingController.service.js +2 -2
- package/esm2015/api/sliceXController.service.js +2 -2
- package/esm2015/api/strategyController.service.js +2 -2
- package/esm2015/api/uILoggerController.service.js +2 -2
- package/esm2015/api/userPreferenceController.service.js +2 -2
- package/esm2015/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +1 -0
- package/esm2015/model/audienceBackfillQueryTemplateRequest.js +22 -0
- package/esm2015/model/audienceBackfillRequest.js +1 -0
- package/esm2015/model/audienceDTO.js +1 -1
- package/esm2015/model/backfillAudienceQueryTemplateDTO.js +12 -0
- package/esm2015/model/models.js +2 -1
- package/esm2015/model/strategyDTO.js +1 -6
- package/esm5/api/adminController.service.js +2 -2
- package/esm5/api/advertiserController.service.js +2 -2
- package/esm5/api/appSettingsController.service.js +2 -2
- package/esm5/api/audienceController.service.js +81 -6
- package/esm5/api/auditController.service.js +2 -2
- package/esm5/api/bulkStrategyController.service.js +2 -2
- package/esm5/api/cSSThemeController_.service.js +2 -2
- package/esm5/api/campaignController.service.js +2 -2
- package/esm5/api/catalogController.service.js +2 -2
- package/esm5/api/clickDestinationController.service.js +2 -2
- package/esm5/api/creativeController.service.js +2 -2
- package/esm5/api/creativeSetsController.service.js +2 -2
- package/esm5/api/creativeTemplateThemesController.service.js +2 -2
- package/esm5/api/creativeTemplateVariablesController.service.js +2 -2
- package/esm5/api/creativeTemplatesController.service.js +2 -2
- package/esm5/api/dashboardController.service.js +2 -2
- package/esm5/api/notificationsController.service.js +2 -2
- package/esm5/api/pixelController.service.js +2 -2
- package/esm5/api/reportingController.service.js +2 -2
- package/esm5/api/sliceXController.service.js +2 -2
- package/esm5/api/strategyController.service.js +2 -2
- package/esm5/api/uILoggerController.service.js +2 -2
- package/esm5/api/userPreferenceController.service.js +2 -2
- package/esm5/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +1 -0
- package/esm5/model/audienceBackfillQueryTemplateRequest.js +22 -0
- package/esm5/model/audienceBackfillRequest.js +1 -0
- package/esm5/model/audienceDTO.js +1 -1
- package/esm5/model/backfillAudienceQueryTemplateDTO.js +12 -0
- package/esm5/model/models.js +2 -1
- package/esm5/model/strategyDTO.js +1 -6
- package/fesm2015/revxui-api-clients-ts.js +121 -33
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +125 -33
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.d.ts +17 -0
- package/model/audienceBackfillQueryTemplateRequest.d.ts +26 -0
- package/model/audienceBackfillRequest.d.ts +16 -0
- package/model/audienceDTO.d.ts +1 -0
- package/model/backfillAudienceQueryTemplateDTO.d.ts +17 -0
- package/model/models.d.ts +4 -0
- package/model/strategyDTO.d.ts +0 -7
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
|
@@ -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 { BackfillAudienceQueryTemplateDTO } from './backfillAudienceQueryTemplateDTO';
|
|
13
|
+
export interface ApiResponseObjectListBackfillAudienceQueryTemplateDTO {
|
|
14
|
+
error?: Error;
|
|
15
|
+
respId?: string;
|
|
16
|
+
respObject?: Array<BackfillAudienceQueryTemplateDTO>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 AudienceBackfillQueryTemplateRequest {
|
|
13
|
+
advertiserId?: number;
|
|
14
|
+
duration?: number;
|
|
15
|
+
durationUnit?: AudienceBackfillQueryTemplateRequest.DurationUnitEnum;
|
|
16
|
+
}
|
|
17
|
+
export declare namespace AudienceBackfillQueryTemplateRequest {
|
|
18
|
+
type DurationUnitEnum = 'MINUTE' | 'HOUR' | 'DAY' | 'WEEK' | 'MONTH';
|
|
19
|
+
const DurationUnitEnum: {
|
|
20
|
+
MINUTE: import("./ruleDTO").RuleDTO.DurationUnitEnum;
|
|
21
|
+
HOUR: import("./ruleDTO").RuleDTO.DurationUnitEnum;
|
|
22
|
+
DAY: import("./ruleDTO").RuleDTO.DurationUnitEnum;
|
|
23
|
+
WEEK: import("./ruleDTO").RuleDTO.DurationUnitEnum;
|
|
24
|
+
MONTH: import("./ruleDTO").RuleDTO.DurationUnitEnum;
|
|
25
|
+
};
|
|
26
|
+
}
|
|
@@ -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 { AudienceDTO } from './audienceDTO';
|
|
13
|
+
export interface AudienceBackfillRequest {
|
|
14
|
+
audienceDTO?: AudienceDTO;
|
|
15
|
+
backfillQuery?: string;
|
|
16
|
+
}
|
package/model/audienceDTO.d.ts
CHANGED
|
@@ -18,6 +18,7 @@ export interface AudienceDTO {
|
|
|
18
18
|
active?: boolean;
|
|
19
19
|
advertiser?: BaseModel;
|
|
20
20
|
audienceBackFilledStatsList?: Array<AudienceBackFilledStats>;
|
|
21
|
+
audienceBackfillQuery?: string;
|
|
21
22
|
audienceType?: AudienceDTO.AudienceTypeEnum;
|
|
22
23
|
backfillRuleExpression?: RuleDTO;
|
|
23
24
|
backfilled?: boolean;
|
|
@@ -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
|
+
export interface BackfillAudienceQueryTemplateDTO {
|
|
13
|
+
active?: boolean;
|
|
14
|
+
id?: number;
|
|
15
|
+
name?: string;
|
|
16
|
+
queryTemplate?: string;
|
|
17
|
+
}
|
package/model/models.d.ts
CHANGED
|
@@ -66,6 +66,7 @@ export * from './apiResponseObjectListAppSettingsDTO';
|
|
|
66
66
|
export * from './apiResponseObjectListAudienceDTO';
|
|
67
67
|
export * from './apiResponseObjectListAuditDetails';
|
|
68
68
|
export * from './apiResponseObjectListAuditMarker';
|
|
69
|
+
export * from './apiResponseObjectListBackfillAudienceQueryTemplateDTO';
|
|
69
70
|
export * from './apiResponseObjectListBaseModel';
|
|
70
71
|
export * from './apiResponseObjectListBulkstrategiesValidationResponse';
|
|
71
72
|
export * from './apiResponseObjectListCampaignDTO';
|
|
@@ -101,6 +102,8 @@ export * from './appSettingsPropertyDTO';
|
|
|
101
102
|
export * from './auctionTypeEditField';
|
|
102
103
|
export * from './audienceAccessDTO';
|
|
103
104
|
export * from './audienceBackFilledStats';
|
|
105
|
+
export * from './audienceBackfillQueryTemplateRequest';
|
|
106
|
+
export * from './audienceBackfillRequest';
|
|
104
107
|
export * from './audienceDTO';
|
|
105
108
|
export * from './audienceESDTO';
|
|
106
109
|
export * from './audiencePerformanceDTO';
|
|
@@ -110,6 +113,7 @@ export * from './auditChange';
|
|
|
110
113
|
export * from './auditDetails';
|
|
111
114
|
export * from './auditMarker';
|
|
112
115
|
export * from './bIgIntegerEditFiled';
|
|
116
|
+
export * from './backfillAudienceQueryTemplateDTO';
|
|
113
117
|
export * from './bannerAdSuppDimensionsDTO';
|
|
114
118
|
export * from './baseModel';
|
|
115
119
|
export * from './baseModelEditField';
|
package/model/strategyDTO.d.ts
CHANGED
|
@@ -81,7 +81,6 @@ export interface StrategyDTO {
|
|
|
81
81
|
pricingTypeId?: number;
|
|
82
82
|
pricingValue?: number;
|
|
83
83
|
productSelectionPolicy?: StrategyDTO.ProductSelectionPolicyEnum;
|
|
84
|
-
publisherTypes?: Array<StrategyDTO.PublisherTypesEnum>;
|
|
85
84
|
roiTargetType?: BaseModel;
|
|
86
85
|
roiTargetValue?: number;
|
|
87
86
|
rtbAggregators?: RTBAggregators;
|
|
@@ -139,10 +138,4 @@ export declare namespace StrategyDTO {
|
|
|
139
138
|
DAYWEIGHTEDRANDOM: ProductSelectionPolicyEnum;
|
|
140
139
|
ADVPRCONTENTTS: ProductSelectionPolicyEnum;
|
|
141
140
|
};
|
|
142
|
-
type PublisherTypesEnum = 'DIRECT' | 'RESELLER' | 'UNKNOWN';
|
|
143
|
-
const PublisherTypesEnum: {
|
|
144
|
-
DIRECT: PublisherTypesEnum;
|
|
145
|
-
RESELLER: PublisherTypesEnum;
|
|
146
|
-
UNKNOWN: PublisherTypesEnum;
|
|
147
|
-
};
|
|
148
141
|
}
|