@revxui/intellibid-client-ts 1.0.46 → 1.0.51
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/advertiserController.service.d.ts +14 -26
- package/api/api.d.ts +5 -31
- package/api/campaignController.service.d.ts +110 -0
- package/api/{campaignInsightsController.service.d.ts → insightsController.service.d.ts} +7 -6
- package/esm2020/api/advertiserController.service.mjs +11 -43
- package/esm2020/api/api.mjs +6 -32
- package/esm2020/api/campaignController.service.mjs +297 -0
- package/esm2020/api/insightsController.service.mjs +105 -0
- package/esm2020/api.module.mjs +7 -46
- package/esm2020/model/advertiserResponse.mjs +13 -0
- package/esm2020/model/advertiserSearchResponse.mjs +13 -0
- package/esm2020/model/campaignChangeLogResponse.mjs +25 -0
- package/esm2020/model/campaignInsightRecord.mjs +19 -0
- package/esm2020/model/campaignInsightsResponse.mjs +1 -12
- package/esm2020/model/campaignRequest.mjs +29 -0
- package/esm2020/model/campaignResponse.mjs +12 -26
- package/esm2020/model/campaignSearchResponse.mjs +1 -1
- package/esm2020/model/campaignUpdateRequest.mjs +20 -0
- package/esm2020/model/models.mjs +9 -32
- package/esm2020/model/pageAdvertiserResponse.mjs +2 -0
- package/esm2020/model/pageCampaignChangeLogResponse.mjs +2 -0
- package/esm2020/model/pageCampaignResponse.mjs +1 -1
- package/esm2020/model/pageableObject.mjs +1 -1
- package/fesm2015/revxui-intellibid-client-ts.mjs +296 -2310
- package/fesm2015/revxui-intellibid-client-ts.mjs.map +1 -1
- package/fesm2020/revxui-intellibid-client-ts.mjs +217 -2361
- package/fesm2020/revxui-intellibid-client-ts.mjs.map +1 -1
- package/model/advertiserResponse.d.ts +30 -0
- package/model/{packageDetailResponse.d.ts → advertiserSearchResponse.d.ts} +2 -2
- package/model/{dpaEngagementChangeLogResponse.d.ts → campaignChangeLogResponse.d.ts} +10 -13
- package/model/campaignInsightRecord.d.ts +44 -0
- package/model/campaignInsightsResponse.d.ts +2 -1
- package/model/campaignRequest.d.ts +44 -0
- package/model/campaignResponse.d.ts +34 -96
- package/model/campaignSearchResponse.d.ts +0 -1
- package/model/{updateRequest.d.ts → campaignUpdateRequest.d.ts} +3 -3
- package/model/models.d.ts +8 -31
- package/model/{pagePackageDetailResponse.d.ts → pageAdvertiserResponse.d.ts} +5 -5
- package/model/{pageMobileAppDetailResponse.d.ts → pageCampaignChangeLogResponse.d.ts} +5 -5
- package/model/pageCampaignResponse.d.ts +2 -2
- package/model/pageableObject.d.ts +2 -2
- package/package.json +1 -1
- package/api/businessGeoController.service.d.ts +0 -28
- package/api/dpaCampaignController.service.d.ts +0 -52
- package/api/dpaEngagementController.service.d.ts +0 -143
- package/api/facebookAdImageController.service.d.ts +0 -52
- package/api/facebookAdVideoController.service.d.ts +0 -63
- package/api/facebookEngagementController.service.d.ts +0 -68
- package/api/mobileAppDetailController.service.d.ts +0 -65
- package/api/packageDetailController.service.d.ts +0 -45
- package/api/sourcePlatformMETAController.service.d.ts +0 -97
- package/api/sourcePlatformMETADictionaryController.service.d.ts +0 -28
- package/api/sourcePlatformTIKTOKController.service.d.ts +0 -64
- package/api/sourcePlatformTIKTOKDictionaryController.service.d.ts +0 -28
- package/api/tiktokAudienceController.service.d.ts +0 -35
- package/api/tiktokEngagementController.service.d.ts +0 -50
- package/esm2020/api/businessGeoController.service.mjs +0 -78
- package/esm2020/api/campaignInsightsController.service.mjs +0 -99
- package/esm2020/api/dpaCampaignController.service.mjs +0 -145
- package/esm2020/api/dpaEngagementController.service.mjs +0 -374
- package/esm2020/api/facebookAdImageController.service.mjs +0 -144
- package/esm2020/api/facebookAdVideoController.service.mjs +0 -169
- package/esm2020/api/facebookEngagementController.service.mjs +0 -188
- package/esm2020/api/mobileAppDetailController.service.mjs +0 -179
- package/esm2020/api/packageDetailController.service.mjs +0 -123
- package/esm2020/api/sourcePlatformMETAController.service.mjs +0 -253
- package/esm2020/api/sourcePlatformMETADictionaryController.service.mjs +0 -78
- package/esm2020/api/sourcePlatformTIKTOKController.service.mjs +0 -188
- package/esm2020/api/sourcePlatformTIKTOKDictionaryController.service.mjs +0 -78
- package/esm2020/api/tiktokAudienceController.service.mjs +0 -93
- package/esm2020/api/tiktokEngagementController.service.mjs +0 -142
- package/esm2020/model/adImageResponse.mjs +0 -20
- package/esm2020/model/adSetDetails.mjs +0 -20
- package/esm2020/model/adVideoResponse.mjs +0 -13
- package/esm2020/model/attributionSettings.mjs +0 -13
- package/esm2020/model/audienceDetails.mjs +0 -13
- package/esm2020/model/businessGeoResponse.mjs +0 -13
- package/esm2020/model/countryResponse.mjs +0 -13
- package/esm2020/model/createCampaignRequest.mjs +0 -13
- package/esm2020/model/creativeDetails.mjs +0 -2
- package/esm2020/model/dpaCampaignRequest.mjs +0 -2
- package/esm2020/model/dpaCampaignResponse.mjs +0 -12
- package/esm2020/model/dpaEngagementChangeLogResponse.mjs +0 -26
- package/esm2020/model/dpaEngagementRequest.mjs +0 -20
- package/esm2020/model/dpaEngagementResponse.mjs +0 -40
- package/esm2020/model/dpaEngagementSearchResponse.mjs +0 -13
- package/esm2020/model/exclusionRule.mjs +0 -13
- package/esm2020/model/facebookDetails.mjs +0 -2
- package/esm2020/model/facebookEngagementRequest.mjs +0 -13
- package/esm2020/model/facebookEngagementResponse.mjs +0 -21
- package/esm2020/model/imageOverlaySpecDetails.mjs +0 -13
- package/esm2020/model/mobileAppDetailRequest.mjs +0 -13
- package/esm2020/model/mobileAppDetailResponse.mjs +0 -13
- package/esm2020/model/packageDetailResponse.mjs +0 -13
- package/esm2020/model/pageDpaEngagementChangeLogResponse.mjs +0 -2
- package/esm2020/model/pageDpaEngagementResponse.mjs +0 -2
- package/esm2020/model/pageFacebookEngagementResponse.mjs +0 -2
- package/esm2020/model/pageMobileAppDetailResponse.mjs +0 -2
- package/esm2020/model/pagePackageDetailResponse.mjs +0 -2
- package/esm2020/model/tiktokCountryResponse.mjs +0 -13
- package/esm2020/model/tiktokEngagement.mjs +0 -2
- package/esm2020/model/updateRequest.mjs +0 -20
- package/model/adImageResponse.d.ts +0 -26
- package/model/adSetDetails.d.ts +0 -28
- package/model/adVideoResponse.d.ts +0 -18
- package/model/attributionSettings.d.ts +0 -17
- package/model/audienceDetails.d.ts +0 -22
- package/model/businessGeoResponse.d.ts +0 -15
- package/model/countryResponse.d.ts +0 -16
- package/model/createCampaignRequest.d.ts +0 -18
- package/model/creativeDetails.d.ts +0 -25
- package/model/dpaCampaignRequest.d.ts +0 -17
- package/model/dpaCampaignResponse.d.ts +0 -36
- package/model/dpaEngagementRequest.d.ts +0 -65
- package/model/dpaEngagementResponse.d.ts +0 -114
- package/model/dpaEngagementSearchResponse.d.ts +0 -15
- package/model/exclusionRule.d.ts +0 -15
- package/model/facebookDetails.d.ts +0 -27
- package/model/facebookEngagementRequest.d.ts +0 -24
- package/model/facebookEngagementResponse.d.ts +0 -39
- package/model/imageOverlaySpecDetails.d.ts +0 -20
- package/model/mobileAppDetailRequest.d.ts +0 -23
- package/model/mobileAppDetailResponse.d.ts +0 -24
- package/model/pageDpaEngagementChangeLogResponse.d.ts +0 -27
- package/model/pageDpaEngagementResponse.d.ts +0 -27
- package/model/pageFacebookEngagementResponse.d.ts +0 -27
- package/model/tiktokCountryResponse.d.ts +0 -16
- package/model/tiktokEngagement.d.ts +0 -26
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Intellibid API
|
|
3
|
-
* API documentation for the Intellibid platform
|
|
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 CountryResponse {
|
|
13
|
-
code?: string;
|
|
14
|
-
name?: string;
|
|
15
|
-
businessGeoCode?: string;
|
|
16
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Intellibid API
|
|
3
|
-
* API documentation for the Intellibid platform
|
|
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 CreateCampaignRequest {
|
|
13
|
-
advertiserId: number;
|
|
14
|
-
name: string;
|
|
15
|
-
vizardPackageId: number;
|
|
16
|
-
businessGeoCode: string;
|
|
17
|
-
defaultLandingPage: string;
|
|
18
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Intellibid API
|
|
3
|
-
* API documentation for the Intellibid platform
|
|
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 { ImageOverlaySpecDetails } from './imageOverlaySpecDetails';
|
|
13
|
-
export interface CreativeDetails {
|
|
14
|
-
button?: string;
|
|
15
|
-
title?: Array<string>;
|
|
16
|
-
link?: string;
|
|
17
|
-
deepLinkAndroid?: string;
|
|
18
|
-
deepLinkIos?: string;
|
|
19
|
-
imageHashes?: Array<string>;
|
|
20
|
-
videoIds?: Array<string>;
|
|
21
|
-
name?: Array<string>;
|
|
22
|
-
description?: string;
|
|
23
|
-
urlTags?: string;
|
|
24
|
-
imageOverlaySpec?: ImageOverlaySpecDetails;
|
|
25
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Intellibid API
|
|
3
|
-
* API documentation for the Intellibid platform
|
|
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 { CreativeDetails } from './creativeDetails';
|
|
13
|
-
import { FacebookDetails } from './facebookDetails';
|
|
14
|
-
export interface DpaCampaignRequest {
|
|
15
|
-
fbDetails?: FacebookDetails;
|
|
16
|
-
creativeDetails?: CreativeDetails;
|
|
17
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Intellibid API
|
|
3
|
-
* API documentation for the Intellibid platform
|
|
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 { CreativeDetails } from './creativeDetails';
|
|
13
|
-
import { ExclusionRule } from './exclusionRule';
|
|
14
|
-
import { FacebookDetails } from './facebookDetails';
|
|
15
|
-
export interface DpaCampaignResponse {
|
|
16
|
-
campaignId?: number;
|
|
17
|
-
publisherId?: number;
|
|
18
|
-
exclusionRules?: Array<ExclusionRule>;
|
|
19
|
-
status?: DpaCampaignResponse.StatusEnum;
|
|
20
|
-
targetCountries?: Array<string>;
|
|
21
|
-
adPlacements?: Array<string>;
|
|
22
|
-
mobileOSs?: Array<string>;
|
|
23
|
-
fbDetails?: FacebookDetails;
|
|
24
|
-
creativeDetails?: CreativeDetails;
|
|
25
|
-
}
|
|
26
|
-
export declare namespace DpaCampaignResponse {
|
|
27
|
-
type StatusEnum = 'DRAFT' | 'INITIALIZED' | 'RUNNING' | 'UPDATING' | 'PAUSED' | 'FAILED';
|
|
28
|
-
const StatusEnum: {
|
|
29
|
-
DRAFT: StatusEnum;
|
|
30
|
-
INITIALIZED: StatusEnum;
|
|
31
|
-
RUNNING: StatusEnum;
|
|
32
|
-
UPDATING: StatusEnum;
|
|
33
|
-
PAUSED: StatusEnum;
|
|
34
|
-
FAILED: StatusEnum;
|
|
35
|
-
};
|
|
36
|
-
}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Intellibid API
|
|
3
|
-
* API documentation for the Intellibid platform
|
|
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 { AttributionSettings } from './attributionSettings';
|
|
13
|
-
import { CreativeDetails } from './creativeDetails';
|
|
14
|
-
import { ExclusionRule } from './exclusionRule';
|
|
15
|
-
export interface DpaEngagementRequest {
|
|
16
|
-
campaignId: number;
|
|
17
|
-
name: string;
|
|
18
|
-
campaignObjective: string;
|
|
19
|
-
bidStrategy: string;
|
|
20
|
-
optimisationGoal: string;
|
|
21
|
-
bidValue: number;
|
|
22
|
-
dailyBudget: number;
|
|
23
|
-
margin: number;
|
|
24
|
-
payoutType: DpaEngagementRequest.PayoutTypeEnum;
|
|
25
|
-
payoutValue: number;
|
|
26
|
-
audienceCategories: Array<string>;
|
|
27
|
-
adPlacements: Array<string>;
|
|
28
|
-
targetCountries: Array<string>;
|
|
29
|
-
audienceMinimumAge?: number;
|
|
30
|
-
audienceMaximumAge?: number;
|
|
31
|
-
ageRanges?: Array<string>;
|
|
32
|
-
mobileOSs: Array<string>;
|
|
33
|
-
audienceGenders: Array<string>;
|
|
34
|
-
exclusionRules: Array<ExclusionRule>;
|
|
35
|
-
creativeFormat: string;
|
|
36
|
-
creativeDetails?: CreativeDetails;
|
|
37
|
-
attributionSettings: AttributionSettings;
|
|
38
|
-
campaignStatus?: boolean;
|
|
39
|
-
staticCampaign?: boolean;
|
|
40
|
-
sourcePlatform: DpaEngagementRequest.SourcePlatformEnum;
|
|
41
|
-
customEvent?: string;
|
|
42
|
-
ageRangeValidForPlatform?: boolean;
|
|
43
|
-
ageRangesValidForPlatform?: boolean;
|
|
44
|
-
customEventValidForPlatform?: boolean;
|
|
45
|
-
}
|
|
46
|
-
export declare namespace DpaEngagementRequest {
|
|
47
|
-
type PayoutTypeEnum = 'CPM' | 'CPC' | 'CPA' | 'CPS' | 'CPA - Client Attributed' | 'CPS - Client Attributed' | 'MARGIN' | 'PAYOUT_PER_CONVERSION';
|
|
48
|
-
const PayoutTypeEnum: {
|
|
49
|
-
CPM: PayoutTypeEnum;
|
|
50
|
-
CPC: PayoutTypeEnum;
|
|
51
|
-
CPA: PayoutTypeEnum;
|
|
52
|
-
CPS: PayoutTypeEnum;
|
|
53
|
-
CPAClientAttributed: PayoutTypeEnum;
|
|
54
|
-
CPSClientAttributed: PayoutTypeEnum;
|
|
55
|
-
MARGIN: PayoutTypeEnum;
|
|
56
|
-
PAYOUTPERCONVERSION: PayoutTypeEnum;
|
|
57
|
-
};
|
|
58
|
-
type SourcePlatformEnum = 'META' | 'GOOGLE' | 'TIKTOK' | 'SNAPCHAT';
|
|
59
|
-
const SourcePlatformEnum: {
|
|
60
|
-
META: SourcePlatformEnum;
|
|
61
|
-
GOOGLE: SourcePlatformEnum;
|
|
62
|
-
TIKTOK: SourcePlatformEnum;
|
|
63
|
-
SNAPCHAT: SourcePlatformEnum;
|
|
64
|
-
};
|
|
65
|
-
}
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Intellibid API
|
|
3
|
-
* API documentation for the Intellibid platform
|
|
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 { AttributionSettings } from './attributionSettings';
|
|
13
|
-
import { CreativeDetails } from './creativeDetails';
|
|
14
|
-
import { ExclusionRule } from './exclusionRule';
|
|
15
|
-
import { ScheduledUpdates } from './scheduledUpdates';
|
|
16
|
-
export interface DpaEngagementResponse {
|
|
17
|
-
id?: number;
|
|
18
|
-
campaignId?: number;
|
|
19
|
-
facebookCampaignId?: string;
|
|
20
|
-
sourcePlatform?: DpaEngagementResponse.SourcePlatformEnum;
|
|
21
|
-
name?: string;
|
|
22
|
-
campaignObjective?: string;
|
|
23
|
-
bidStrategy?: string;
|
|
24
|
-
optimisationGoal?: string;
|
|
25
|
-
bannerId?: number;
|
|
26
|
-
runBy?: DpaEngagementResponse.RunByEnum;
|
|
27
|
-
payoutType?: DpaEngagementResponse.PayoutTypeEnum;
|
|
28
|
-
payoutValue?: number;
|
|
29
|
-
publisherId?: number;
|
|
30
|
-
bidValue?: number;
|
|
31
|
-
dailyBudget?: number;
|
|
32
|
-
margin?: number;
|
|
33
|
-
ppaTarget?: number;
|
|
34
|
-
audienceCategories?: Array<string>;
|
|
35
|
-
audienceMinimumAge?: number;
|
|
36
|
-
audienceMaximumAge?: number;
|
|
37
|
-
ageRanges?: Array<string>;
|
|
38
|
-
audienceGenders?: Array<string>;
|
|
39
|
-
exclusionRules?: Array<ExclusionRule>;
|
|
40
|
-
status?: DpaEngagementResponse.StatusEnum;
|
|
41
|
-
targetCountries?: Array<string>;
|
|
42
|
-
adPlacements?: Array<string>;
|
|
43
|
-
mobileOSs?: Array<string>;
|
|
44
|
-
creativeFormat?: string;
|
|
45
|
-
creativeDetails?: CreativeDetails;
|
|
46
|
-
attributionSettings?: AttributionSettings;
|
|
47
|
-
isIntellibidEnabled?: boolean;
|
|
48
|
-
isMarketFeedbackEnabled?: boolean;
|
|
49
|
-
isFeedReady?: boolean;
|
|
50
|
-
isAudienceReady?: boolean;
|
|
51
|
-
campaignStatus?: boolean;
|
|
52
|
-
feedDetails?: string;
|
|
53
|
-
template?: DpaEngagementResponse.TemplateEnum;
|
|
54
|
-
createdOn?: Date;
|
|
55
|
-
createdBy?: number;
|
|
56
|
-
updatedOn?: Date;
|
|
57
|
-
updatedBy?: number;
|
|
58
|
-
targetCpaUsd?: number;
|
|
59
|
-
isMigrated?: boolean;
|
|
60
|
-
staticCampaign?: boolean;
|
|
61
|
-
logoPosition?: string;
|
|
62
|
-
startDate?: Date;
|
|
63
|
-
endDate?: Date;
|
|
64
|
-
journeyId?: number;
|
|
65
|
-
errorMessage?: string;
|
|
66
|
-
campaignName?: string;
|
|
67
|
-
createdByUserRevXEmail?: string;
|
|
68
|
-
updatedByUserRevXEmail?: string;
|
|
69
|
-
customEvent?: string;
|
|
70
|
-
scheduledUpdates?: ScheduledUpdates;
|
|
71
|
-
}
|
|
72
|
-
export declare namespace DpaEngagementResponse {
|
|
73
|
-
type SourcePlatformEnum = 'META' | 'GOOGLE' | 'TIKTOK' | 'SNAPCHAT';
|
|
74
|
-
const SourcePlatformEnum: {
|
|
75
|
-
META: SourcePlatformEnum;
|
|
76
|
-
GOOGLE: SourcePlatformEnum;
|
|
77
|
-
TIKTOK: SourcePlatformEnum;
|
|
78
|
-
SNAPCHAT: SourcePlatformEnum;
|
|
79
|
-
};
|
|
80
|
-
type RunByEnum = 'CLIENT' | 'VIZURY';
|
|
81
|
-
const RunByEnum: {
|
|
82
|
-
CLIENT: RunByEnum;
|
|
83
|
-
VIZURY: RunByEnum;
|
|
84
|
-
};
|
|
85
|
-
type PayoutTypeEnum = 'CPM' | 'CPC' | 'CPA' | 'CPS' | 'CPA - Client Attributed' | 'CPS - Client Attributed' | 'MARGIN' | 'PAYOUT_PER_CONVERSION';
|
|
86
|
-
const PayoutTypeEnum: {
|
|
87
|
-
CPM: PayoutTypeEnum;
|
|
88
|
-
CPC: PayoutTypeEnum;
|
|
89
|
-
CPA: PayoutTypeEnum;
|
|
90
|
-
CPS: PayoutTypeEnum;
|
|
91
|
-
CPAClientAttributed: PayoutTypeEnum;
|
|
92
|
-
CPSClientAttributed: PayoutTypeEnum;
|
|
93
|
-
MARGIN: PayoutTypeEnum;
|
|
94
|
-
PAYOUTPERCONVERSION: PayoutTypeEnum;
|
|
95
|
-
};
|
|
96
|
-
type StatusEnum = 'DRAFT' | 'INITIALIZED' | 'RUNNING' | 'UPDATING' | 'PAUSED' | 'FAILED';
|
|
97
|
-
const StatusEnum: {
|
|
98
|
-
DRAFT: StatusEnum;
|
|
99
|
-
INITIALIZED: StatusEnum;
|
|
100
|
-
RUNNING: StatusEnum;
|
|
101
|
-
UPDATING: StatusEnum;
|
|
102
|
-
PAUSED: StatusEnum;
|
|
103
|
-
FAILED: StatusEnum;
|
|
104
|
-
};
|
|
105
|
-
type TemplateEnum = 'none' | 'text-on-image' | 'price' | 'percentage_off' | 'strikethrough_price' | 'image-overlay';
|
|
106
|
-
const TemplateEnum: {
|
|
107
|
-
None: TemplateEnum;
|
|
108
|
-
TextOnImage: TemplateEnum;
|
|
109
|
-
Price: TemplateEnum;
|
|
110
|
-
PercentageOff: TemplateEnum;
|
|
111
|
-
StrikethroughPrice: TemplateEnum;
|
|
112
|
-
ImageOverlay: TemplateEnum;
|
|
113
|
-
};
|
|
114
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Intellibid API
|
|
3
|
-
* API documentation for the Intellibid platform
|
|
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 DpaEngagementSearchResponse {
|
|
13
|
-
id?: number;
|
|
14
|
-
name?: string;
|
|
15
|
-
}
|
package/model/exclusionRule.d.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Intellibid API
|
|
3
|
-
* API documentation for the Intellibid platform
|
|
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 ExclusionRule {
|
|
13
|
-
rule?: string;
|
|
14
|
-
days?: number;
|
|
15
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Intellibid API
|
|
3
|
-
* API documentation for the Intellibid platform
|
|
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 { AdSetDetails } from './adSetDetails';
|
|
13
|
-
import { AudienceDetails } from './audienceDetails';
|
|
14
|
-
export interface FacebookDetails {
|
|
15
|
-
accountId?: string;
|
|
16
|
-
appId?: string;
|
|
17
|
-
pixelId?: string;
|
|
18
|
-
catalogId?: string;
|
|
19
|
-
campaignId?: string;
|
|
20
|
-
eventSourceGroupId?: string;
|
|
21
|
-
fanPageId?: string;
|
|
22
|
-
productSetId?: string;
|
|
23
|
-
audienceId?: string;
|
|
24
|
-
instagramActorId?: string;
|
|
25
|
-
adSetDetails?: Array<AdSetDetails>;
|
|
26
|
-
audienceDetails?: Array<AudienceDetails>;
|
|
27
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Intellibid API
|
|
3
|
-
* API documentation for the Intellibid platform
|
|
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 FacebookEngagementRequest {
|
|
13
|
-
facebookAccountId: string;
|
|
14
|
-
facebookFanPageId: string;
|
|
15
|
-
facebookCatalogId?: string;
|
|
16
|
-
instagramActorId?: string;
|
|
17
|
-
facebookPixelId?: string;
|
|
18
|
-
facebookAppId?: string;
|
|
19
|
-
facebookProductSetId?: string;
|
|
20
|
-
tosAccepted?: boolean;
|
|
21
|
-
eventSourceGroupId?: string;
|
|
22
|
-
audienceDsdo?: string;
|
|
23
|
-
businessManagerId: string;
|
|
24
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Intellibid API
|
|
3
|
-
* API documentation for the Intellibid platform
|
|
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 FacebookEngagementResponse {
|
|
13
|
-
campaignId?: number;
|
|
14
|
-
facebookAccountId?: string;
|
|
15
|
-
facebookFanPageId?: string;
|
|
16
|
-
facebookCatalogId?: string;
|
|
17
|
-
facebookCatalogType?: FacebookEngagementResponse.FacebookCatalogTypeEnum;
|
|
18
|
-
instagramActorId?: string;
|
|
19
|
-
facebookPixelId?: string;
|
|
20
|
-
facebookAppId?: string;
|
|
21
|
-
facebookProductSetId?: string;
|
|
22
|
-
tosAccepted?: boolean;
|
|
23
|
-
eventSourceGroupId?: string;
|
|
24
|
-
audienceDsdo?: string;
|
|
25
|
-
createdOn?: Date;
|
|
26
|
-
createdBy?: number;
|
|
27
|
-
updatedOn?: Date;
|
|
28
|
-
updatedBy?: number;
|
|
29
|
-
businessManagerId?: string;
|
|
30
|
-
}
|
|
31
|
-
export declare namespace FacebookEngagementResponse {
|
|
32
|
-
type FacebookCatalogTypeEnum = 'COMMERCE' | 'HOTELS' | 'DESTINATIONS' | 'FLIGHTS';
|
|
33
|
-
const FacebookCatalogTypeEnum: {
|
|
34
|
-
COMMERCE: FacebookCatalogTypeEnum;
|
|
35
|
-
HOTELS: FacebookCatalogTypeEnum;
|
|
36
|
-
DESTINATIONS: FacebookCatalogTypeEnum;
|
|
37
|
-
FLIGHTS: FacebookCatalogTypeEnum;
|
|
38
|
-
};
|
|
39
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Intellibid API
|
|
3
|
-
* API documentation for the Intellibid platform
|
|
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 ImageOverlaySpecDetails {
|
|
13
|
-
float_with_margin?: boolean;
|
|
14
|
-
overlay_template?: string;
|
|
15
|
-
position?: string;
|
|
16
|
-
text_font?: string;
|
|
17
|
-
text_template_tags?: Array<string>;
|
|
18
|
-
text_type?: string;
|
|
19
|
-
theme_color?: string;
|
|
20
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Intellibid API
|
|
3
|
-
* API documentation for the Intellibid platform
|
|
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 MobileAppDetailRequest {
|
|
13
|
-
altLandingPage?: string;
|
|
14
|
-
playStoreLink?: string;
|
|
15
|
-
playStoreId?: string;
|
|
16
|
-
fbAppIdForPlayStore?: string;
|
|
17
|
-
itunesLink?: string;
|
|
18
|
-
itunesId?: string;
|
|
19
|
-
fbAppIdForItunes?: string;
|
|
20
|
-
iosAppName?: string;
|
|
21
|
-
androidAppName?: string;
|
|
22
|
-
defaultWebSiteUrl?: string;
|
|
23
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Intellibid API
|
|
3
|
-
* API documentation for the Intellibid platform
|
|
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 MobileAppDetailResponse {
|
|
13
|
-
campaignId?: number;
|
|
14
|
-
altLandingPage?: string;
|
|
15
|
-
playStoreLink?: string;
|
|
16
|
-
playStoreId?: string;
|
|
17
|
-
fbAppIdForPlayStore?: string;
|
|
18
|
-
itunesLink?: string;
|
|
19
|
-
itunesId?: string;
|
|
20
|
-
fbAppIdForItunes?: string;
|
|
21
|
-
iosAppName?: string;
|
|
22
|
-
androidAppName?: string;
|
|
23
|
-
defaultWebSiteUrl?: string;
|
|
24
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Intellibid API
|
|
3
|
-
* API documentation for the Intellibid platform
|
|
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 { DpaEngagementChangeLogResponse } from './dpaEngagementChangeLogResponse';
|
|
13
|
-
import { PageableObject } from './pageableObject';
|
|
14
|
-
import { SortObject } from './sortObject';
|
|
15
|
-
export interface PageDpaEngagementChangeLogResponse {
|
|
16
|
-
totalPages?: number;
|
|
17
|
-
totalElements?: number;
|
|
18
|
-
first?: boolean;
|
|
19
|
-
sort?: Array<SortObject>;
|
|
20
|
-
pageable?: PageableObject;
|
|
21
|
-
numberOfElements?: number;
|
|
22
|
-
last?: boolean;
|
|
23
|
-
size?: number;
|
|
24
|
-
content?: Array<DpaEngagementChangeLogResponse>;
|
|
25
|
-
number?: number;
|
|
26
|
-
empty?: boolean;
|
|
27
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Intellibid API
|
|
3
|
-
* API documentation for the Intellibid platform
|
|
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 { DpaEngagementResponse } from './dpaEngagementResponse';
|
|
13
|
-
import { PageableObject } from './pageableObject';
|
|
14
|
-
import { SortObject } from './sortObject';
|
|
15
|
-
export interface PageDpaEngagementResponse {
|
|
16
|
-
totalPages?: number;
|
|
17
|
-
totalElements?: number;
|
|
18
|
-
first?: boolean;
|
|
19
|
-
sort?: Array<SortObject>;
|
|
20
|
-
pageable?: PageableObject;
|
|
21
|
-
numberOfElements?: number;
|
|
22
|
-
last?: boolean;
|
|
23
|
-
size?: number;
|
|
24
|
-
content?: Array<DpaEngagementResponse>;
|
|
25
|
-
number?: number;
|
|
26
|
-
empty?: boolean;
|
|
27
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Intellibid API
|
|
3
|
-
* API documentation for the Intellibid platform
|
|
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 { FacebookEngagementResponse } from './facebookEngagementResponse';
|
|
13
|
-
import { PageableObject } from './pageableObject';
|
|
14
|
-
import { SortObject } from './sortObject';
|
|
15
|
-
export interface PageFacebookEngagementResponse {
|
|
16
|
-
totalPages?: number;
|
|
17
|
-
totalElements?: number;
|
|
18
|
-
first?: boolean;
|
|
19
|
-
sort?: Array<SortObject>;
|
|
20
|
-
pageable?: PageableObject;
|
|
21
|
-
numberOfElements?: number;
|
|
22
|
-
last?: boolean;
|
|
23
|
-
size?: number;
|
|
24
|
-
content?: Array<FacebookEngagementResponse>;
|
|
25
|
-
number?: number;
|
|
26
|
-
empty?: boolean;
|
|
27
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Intellibid API
|
|
3
|
-
* API documentation for the Intellibid platform
|
|
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 TiktokCountryResponse {
|
|
13
|
-
code?: string;
|
|
14
|
-
name?: string;
|
|
15
|
-
id?: string;
|
|
16
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Intellibid API
|
|
3
|
-
* API documentation for the Intellibid platform
|
|
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 { AudienceDetails } from './audienceDetails';
|
|
13
|
-
export interface TiktokEngagement {
|
|
14
|
-
id?: number;
|
|
15
|
-
advertiserId?: number;
|
|
16
|
-
tiktokAccountId?: string;
|
|
17
|
-
tiktokIdentityId?: string;
|
|
18
|
-
tiktokDataSourceAndroidAppID?: string;
|
|
19
|
-
tiktokDataSourceIOSAppID?: string;
|
|
20
|
-
staticAudiences?: Array<AudienceDetails>;
|
|
21
|
-
dynamicAudiences?: Array<AudienceDetails>;
|
|
22
|
-
createdOn?: Date;
|
|
23
|
-
createdBy?: number;
|
|
24
|
-
updatedOn?: Date;
|
|
25
|
-
updatedBy?: number;
|
|
26
|
-
}
|