@revxui/api-clients-ts 0.10.306 → 0.10.308
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/appSettingsController.service.d.ts +39 -0
- package/api/audienceController.service.d.ts +4 -33
- package/bundles/revxui-api-clients-ts.umd.js +122 -124
- 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 +91 -2
- package/esm2015/api/audienceController.service.js +6 -77
- 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/advertiserDynamicVideoConfig.js +1 -0
- package/esm2015/model/apiResponseObjectAdvertiserDynamicVideoConfig.js +1 -0
- package/esm2015/model/apiResponseObjectListDynamicVideoTemplate.js +1 -0
- package/esm2015/model/audienceDTO.js +1 -1
- package/esm2015/model/dynamicVideoConfigDTO.js +12 -0
- package/esm2015/model/dynamicVideoDTO.js +1 -0
- package/esm2015/model/dynamicVideoTemplate.js +1 -0
- package/esm2015/model/models.js +1 -2
- package/esm5/api/adminController.service.js +2 -2
- package/esm5/api/advertiserController.service.js +2 -2
- package/esm5/api/appSettingsController.service.js +97 -2
- package/esm5/api/audienceController.service.js +6 -81
- 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/advertiserDynamicVideoConfig.js +1 -0
- package/esm5/model/apiResponseObjectAdvertiserDynamicVideoConfig.js +1 -0
- package/esm5/model/apiResponseObjectListDynamicVideoTemplate.js +1 -0
- package/esm5/model/audienceDTO.js +1 -1
- package/esm5/model/dynamicVideoConfigDTO.js +12 -0
- package/esm5/model/dynamicVideoDTO.js +1 -0
- package/esm5/model/dynamicVideoTemplate.js +1 -0
- package/esm5/model/models.js +1 -2
- package/fesm2015/revxui-api-clients-ts.js +117 -121
- package/fesm2015/revxui-api-clients-ts.js.map +1 -1
- package/fesm5/revxui-api-clients-ts.js +123 -125
- package/fesm5/revxui-api-clients-ts.js.map +1 -1
- package/model/advertiserDynamicVideoConfig.d.ts +16 -0
- package/model/{apiResponseObjectListBackfillAudienceQueryTemplateDTO.d.ts → apiResponseObjectAdvertiserDynamicVideoConfig.d.ts} +3 -3
- package/model/apiResponseObjectListDynamicVideoTemplate.d.ts +17 -0
- package/model/audienceDTO.d.ts +0 -1
- package/model/{audienceBackfillRequest.d.ts → dynamicVideoConfigDTO.d.ts} +4 -4
- package/model/dynamicVideoDTO.d.ts +16 -0
- package/model/{backfillAudienceQueryTemplateDTO.d.ts → dynamicVideoTemplate.d.ts} +4 -3
- package/model/models.d.ts +6 -4
- package/package.json +1 -1
- package/revxui-api-clients-ts.metadata.json +1 -1
- package/esm2015/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +0 -1
- package/esm2015/model/audienceBackfillQueryTemplateRequest.js +0 -22
- package/esm2015/model/audienceBackfillRequest.js +0 -1
- package/esm2015/model/backfillAudienceQueryTemplateDTO.js +0 -12
- package/esm5/model/apiResponseObjectListBackfillAudienceQueryTemplateDTO.js +0 -1
- package/esm5/model/audienceBackfillQueryTemplateRequest.js +0 -22
- package/esm5/model/audienceBackfillRequest.js +0 -1
- package/esm5/model/backfillAudienceQueryTemplateDTO.js +0 -12
- package/model/audienceBackfillQueryTemplateRequest.d.ts +0 -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 { DynamicVideoConfigDTO } from './dynamicVideoConfigDTO';
|
|
13
|
+
export interface AdvertiserDynamicVideoConfig {
|
|
14
|
+
configList?: Array<DynamicVideoConfigDTO>;
|
|
15
|
+
feedKeys?: Array<string>;
|
|
16
|
+
}
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import {
|
|
13
|
-
export interface
|
|
12
|
+
import { AdvertiserDynamicVideoConfig } from './advertiserDynamicVideoConfig';
|
|
13
|
+
export interface ApiResponseObjectAdvertiserDynamicVideoConfig {
|
|
14
14
|
error?: Error;
|
|
15
15
|
respId?: string;
|
|
16
|
-
respObject?:
|
|
16
|
+
respObject?: AdvertiserDynamicVideoConfig;
|
|
17
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 { DynamicVideoTemplate } from './dynamicVideoTemplate';
|
|
13
|
+
export interface ApiResponseObjectListDynamicVideoTemplate {
|
|
14
|
+
error?: Error;
|
|
15
|
+
respId?: string;
|
|
16
|
+
respObject?: Array<DynamicVideoTemplate>;
|
|
17
|
+
}
|
package/model/audienceDTO.d.ts
CHANGED
|
@@ -18,7 +18,6 @@ export interface AudienceDTO {
|
|
|
18
18
|
active?: boolean;
|
|
19
19
|
advertiser?: BaseModel;
|
|
20
20
|
audienceBackFilledStatsList?: Array<AudienceBackFilledStats>;
|
|
21
|
-
audienceBackfillQuery?: string;
|
|
22
21
|
audienceType?: AudienceDTO.AudienceTypeEnum;
|
|
23
22
|
backfillRuleExpression?: RuleDTO;
|
|
24
23
|
backfilled?: boolean;
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
12
|
+
export interface DynamicVideoConfigDTO {
|
|
13
|
+
configKey?: string;
|
|
14
|
+
configValue?: string;
|
|
15
|
+
feedKey?: string;
|
|
16
16
|
}
|
|
@@ -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 { DynamicVideoConfigDTO } from './dynamicVideoConfigDTO';
|
|
13
|
+
export interface DynamicVideoDTO {
|
|
14
|
+
advertiserId?: number;
|
|
15
|
+
dynamicVideoConfigDTOList?: Array<DynamicVideoConfigDTO>;
|
|
16
|
+
}
|
|
@@ -9,9 +9,10 @@
|
|
|
9
9
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
import { Size } from './size';
|
|
13
|
+
export interface DynamicVideoTemplate {
|
|
14
|
+
dimension?: Size;
|
|
14
15
|
id?: number;
|
|
15
16
|
name?: string;
|
|
16
|
-
|
|
17
|
+
template?: string;
|
|
17
18
|
}
|
package/model/models.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ export * from './activityLogsCreativeSetsBulkUpdateDTO';
|
|
|
4
4
|
export * from './activityLogsStrategyBulkUpdateDTO';
|
|
5
5
|
export * from './advertiser';
|
|
6
6
|
export * from './advertiserDynamicDetails';
|
|
7
|
+
export * from './advertiserDynamicVideoConfig';
|
|
7
8
|
export * from './advertiserLayoutVariables';
|
|
8
9
|
export * from './advertiserPojo';
|
|
9
10
|
export * from './advertiserSettings';
|
|
@@ -24,6 +25,7 @@ export * from './apiListResponsePixel';
|
|
|
24
25
|
export * from './apiListResponseVariablesMappingDTO';
|
|
25
26
|
export * from './apiResponseObjectABTestDTO';
|
|
26
27
|
export * from './apiResponseObjectAdvertiserDynamicDetails';
|
|
28
|
+
export * from './apiResponseObjectAdvertiserDynamicVideoConfig';
|
|
27
29
|
export * from './apiResponseObjectAdvertiserPojo';
|
|
28
30
|
export * from './apiResponseObjectAdvertiserSettings';
|
|
29
31
|
export * from './apiResponseObjectApiListResponseActivityLogsCreativeSetsBulkUpdateDTO';
|
|
@@ -66,11 +68,11 @@ export * from './apiResponseObjectListAppSettingsDTO';
|
|
|
66
68
|
export * from './apiResponseObjectListAudienceDTO';
|
|
67
69
|
export * from './apiResponseObjectListAuditDetails';
|
|
68
70
|
export * from './apiResponseObjectListAuditMarker';
|
|
69
|
-
export * from './apiResponseObjectListBackfillAudienceQueryTemplateDTO';
|
|
70
71
|
export * from './apiResponseObjectListBaseModel';
|
|
71
72
|
export * from './apiResponseObjectListBulkstrategiesValidationResponse';
|
|
72
73
|
export * from './apiResponseObjectListCampaignDTO';
|
|
73
74
|
export * from './apiResponseObjectListCreativeFiles';
|
|
75
|
+
export * from './apiResponseObjectListDynamicVideoTemplate';
|
|
74
76
|
export * from './apiResponseObjectListMenuCrubResponse';
|
|
75
77
|
export * from './apiResponseObjectListTemplateThemeDTO';
|
|
76
78
|
export * from './apiResponseObjectListTemplateVariablesDTO';
|
|
@@ -102,8 +104,6 @@ export * from './appSettingsPropertyDTO';
|
|
|
102
104
|
export * from './auctionTypeEditField';
|
|
103
105
|
export * from './audienceAccessDTO';
|
|
104
106
|
export * from './audienceBackFilledStats';
|
|
105
|
-
export * from './audienceBackfillQueryTemplateRequest';
|
|
106
|
-
export * from './audienceBackfillRequest';
|
|
107
107
|
export * from './audienceDTO';
|
|
108
108
|
export * from './audienceESDTO';
|
|
109
109
|
export * from './audiencePerformanceDTO';
|
|
@@ -113,7 +113,6 @@ export * from './auditChange';
|
|
|
113
113
|
export * from './auditDetails';
|
|
114
114
|
export * from './auditMarker';
|
|
115
115
|
export * from './bIgIntegerEditFiled';
|
|
116
|
-
export * from './backfillAudienceQueryTemplateDTO';
|
|
117
116
|
export * from './bannerAdSuppDimensionsDTO';
|
|
118
117
|
export * from './baseModel';
|
|
119
118
|
export * from './baseModelEditField';
|
|
@@ -177,6 +176,9 @@ export * from './duplicateCreativeSetsRequestDTO';
|
|
|
177
176
|
export * from './duplicateStrategyRequestDTO';
|
|
178
177
|
export * from './duration';
|
|
179
178
|
export * from './durationModel';
|
|
179
|
+
export * from './dynamicVideoConfigDTO';
|
|
180
|
+
export * from './dynamicVideoDTO';
|
|
181
|
+
export * from './dynamicVideoTemplate';
|
|
180
182
|
export * from './eResponseobject';
|
|
181
183
|
export * from './eligibleUsersRequest';
|
|
182
184
|
export * from './eligibleUsersResponse';
|