@revxui/api-clients-ts 1.1.445 → 1.1.447
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/strategyController.service.d.ts +13 -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/appsFlyerController.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 +2 -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/safeguardController.service.mjs +2 -2
- package/esm2020/api/sliceXController.service.mjs +2 -2
- package/esm2020/api/strategyController.service.mjs +36 -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/adFormatCount.mjs +13 -0
- package/esm2020/model/adoDTO.mjs +1 -1
- package/esm2020/model/advertiserDynamicDetails.mjs +1 -1
- package/esm2020/model/apiResponseObjectMaplongAdFormatCount.mjs +2 -0
- package/esm2020/model/creativeDTO.mjs +1 -1
- package/esm2020/model/maplongAdFormatCount.mjs +2 -0
- package/esm2020/model/models.mjs +4 -1
- package/esm2020/model/strategy.mjs +1 -1
- package/esm2020/model/strategyDTO.mjs +1 -1
- package/fesm2015/revxui-api-clients-ts.mjs +65 -31
- package/fesm2015/revxui-api-clients-ts.mjs.map +1 -1
- package/fesm2020/revxui-api-clients-ts.mjs +77 -31
- package/fesm2020/revxui-api-clients-ts.mjs.map +1 -1
- package/model/adFormatCount.d.ts +16 -0
- package/model/adoDTO.d.ts +1 -0
- package/model/advertiserDynamicDetails.d.ts +1 -0
- package/model/apiResponseObjectMaplongAdFormatCount.d.ts +19 -0
- package/model/creativeDTO.d.ts +1 -0
- package/model/maplongAdFormatCount.d.ts +15 -0
- package/model/models.d.ts +3 -0
- package/model/strategy.d.ts +2 -0
- package/model/strategyDTO.d.ts +2 -0
- package/package.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
|
+
export interface AdFormatCount {
|
|
13
|
+
bannerCount?: number;
|
|
14
|
+
nativeCount?: number;
|
|
15
|
+
videoCount?: number;
|
|
16
|
+
}
|
package/model/adoDTO.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ import { AdvertiserLayoutVariables } from './advertiserLayoutVariables';
|
|
|
13
13
|
import { BaseModel } from './baseModel';
|
|
14
14
|
export interface AdvertiserDynamicDetails {
|
|
15
15
|
ado?: boolean;
|
|
16
|
+
adoExtManaged?: boolean;
|
|
16
17
|
adoPersons?: Array<BaseModel>;
|
|
17
18
|
advTimezone?: BaseModel;
|
|
18
19
|
advertiserId?: number;
|
|
@@ -0,0 +1,19 @@
|
|
|
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 { AdFormatCount } from './adFormatCount';
|
|
13
|
+
export interface ApiResponseObjectMaplongAdFormatCount {
|
|
14
|
+
error?: Error;
|
|
15
|
+
respId?: string;
|
|
16
|
+
respObject?: {
|
|
17
|
+
[key: string]: AdFormatCount;
|
|
18
|
+
};
|
|
19
|
+
}
|
package/model/creativeDTO.d.ts
CHANGED
|
@@ -0,0 +1,15 @@
|
|
|
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 { AdFormatCount } from './adFormatCount';
|
|
13
|
+
export interface MaplongAdFormatCount {
|
|
14
|
+
[key: string]: AdFormatCount;
|
|
15
|
+
}
|
package/model/models.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ export * from './activityLog';
|
|
|
7
7
|
export * from './activityLogsCreativeSetsBulkUpdateDTO';
|
|
8
8
|
export * from './activityLogsStrategyBulkUpdateDTO';
|
|
9
9
|
export * from './adBreak';
|
|
10
|
+
export * from './adFormatCount';
|
|
10
11
|
export * from './adPod';
|
|
11
12
|
export * from './adoDTO';
|
|
12
13
|
export * from './advertiser';
|
|
@@ -133,6 +134,7 @@ export * from './apiResponseObjectListTemplateThemeDTO';
|
|
|
133
134
|
export * from './apiResponseObjectListTemplateVariablesDTO';
|
|
134
135
|
export * from './apiResponseObjectListUserPreferenceDTO';
|
|
135
136
|
export * from './apiResponseObjectMapintResponseMessage';
|
|
137
|
+
export * from './apiResponseObjectMaplongAdFormatCount';
|
|
136
138
|
export * from './apiResponseObjectMaplongResponseMessage';
|
|
137
139
|
export * from './apiResponseObjectMaplongstring';
|
|
138
140
|
export * from './apiResponseObjectMapstringlong';
|
|
@@ -320,6 +322,7 @@ export * from './jsonNode';
|
|
|
320
322
|
export * from './lookAlikeAudienceConfigDTO';
|
|
321
323
|
export * from './macro';
|
|
322
324
|
export * from './mapintResponseMessage';
|
|
325
|
+
export * from './maplongAdFormatCount';
|
|
323
326
|
export * from './maplongResponseMessage';
|
|
324
327
|
export * from './maplongstring';
|
|
325
328
|
export * from './mapstringlong';
|
package/model/strategy.d.ts
CHANGED
|
@@ -9,9 +9,11 @@
|
|
|
9
9
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { AdFormatCount } from './adFormatCount';
|
|
12
13
|
import { BaseModel } from './baseModel';
|
|
13
14
|
export interface Strategy {
|
|
14
15
|
active?: boolean;
|
|
16
|
+
adFormatCount?: AdFormatCount;
|
|
15
17
|
advertiser?: BaseModel;
|
|
16
18
|
advertiserId?: number;
|
|
17
19
|
bidCapMax?: number;
|
package/model/strategyDTO.d.ts
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import { AbandonedSessionUserTargeting } from './abandonedSessionUserTargeting';
|
|
13
|
+
import { AdFormatCount } from './adFormatCount';
|
|
13
14
|
import { AgeGroup } from './ageGroup';
|
|
14
15
|
import { AudienceStrDeviceDTO } from './audienceStrDeviceDTO';
|
|
15
16
|
import { BaseModel } from './baseModel';
|
|
@@ -37,6 +38,7 @@ export interface StrategyDTO {
|
|
|
37
38
|
abandonedSessionUserTargeting?: AbandonedSessionUserTargeting;
|
|
38
39
|
abtestBidAndBudgetAdjustment?: boolean;
|
|
39
40
|
active?: boolean;
|
|
41
|
+
adFormatCount?: AdFormatCount;
|
|
40
42
|
adGroupCount?: number;
|
|
41
43
|
advertiser?: BaseModel;
|
|
42
44
|
advertiserId?: number;
|