@revxui/intellibid-client-ts 1.0.46 → 1.0.50
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 +12 -44
- 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/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 +8 -32
- package/esm2020/model/pageAdvertiserResponse.mjs +2 -0
- package/esm2020/model/pageCampaignChangeLogResponse.mjs +2 -0
- package/esm2020/model/pageCampaignResponse.mjs +1 -1
- package/fesm2015/revxui-intellibid-client-ts.mjs +208 -2241
- package/fesm2015/revxui-intellibid-client-ts.mjs.map +1 -1
- package/fesm2020/revxui-intellibid-client-ts.mjs +214 -2365
- 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/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 +7 -31
- package/model/{pagePackageDetailResponse.d.ts → pageAdvertiserResponse.d.ts} +4 -4
- package/model/{pageMobileAppDetailResponse.d.ts → pageCampaignChangeLogResponse.d.ts} +4 -4
- package/model/pageCampaignResponse.d.ts +1 -1
- 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
|
@@ -0,0 +1,30 @@
|
|
|
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 AdvertiserResponse {
|
|
13
|
+
id?: number;
|
|
14
|
+
licenseeId?: number;
|
|
15
|
+
name?: string;
|
|
16
|
+
timezoneId?: number;
|
|
17
|
+
active?: boolean;
|
|
18
|
+
currencyId?: number;
|
|
19
|
+
verticalId?: number;
|
|
20
|
+
mmpId?: number;
|
|
21
|
+
websiteUrl?: string;
|
|
22
|
+
iosAppStoreUrl?: string;
|
|
23
|
+
iosAppId?: string;
|
|
24
|
+
iosAppName?: string;
|
|
25
|
+
androidAppStoreUrl?: string;
|
|
26
|
+
androidAppId?: string;
|
|
27
|
+
androidAppName?: string;
|
|
28
|
+
createdAt?: Date;
|
|
29
|
+
updatedAt?: Date;
|
|
30
|
+
}
|
|
@@ -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
|
-
export interface
|
|
12
|
+
export interface AdvertiserSearchResponse {
|
|
13
13
|
id?: number;
|
|
14
14
|
name?: string;
|
|
15
|
-
|
|
15
|
+
licenseeId?: number;
|
|
16
16
|
}
|
|
@@ -9,26 +9,23 @@
|
|
|
9
9
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
export interface
|
|
12
|
+
export interface CampaignChangeLogResponse {
|
|
13
13
|
id?: number;
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
status?: DpaEngagementChangeLogResponse.StatusEnum;
|
|
14
|
+
campaignId?: number;
|
|
15
|
+
entityChanged?: CampaignChangeLogResponse.EntityChangedEnum;
|
|
16
|
+
status?: CampaignChangeLogResponse.StatusEnum;
|
|
18
17
|
oldValue?: string;
|
|
19
18
|
newValue?: string;
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
createdByUserRevXEmail?: string;
|
|
19
|
+
createdAt?: Date;
|
|
20
|
+
createdBy?: string;
|
|
23
21
|
}
|
|
24
|
-
export declare namespace
|
|
25
|
-
type EntityChangedEnum = 'STATUS' | 'BUDGET' | '
|
|
22
|
+
export declare namespace CampaignChangeLogResponse {
|
|
23
|
+
type EntityChangedEnum = 'STATUS' | 'BUDGET' | 'DYNAMIC_MARGIN' | 'PAYOUT_PER_CONVERSION';
|
|
26
24
|
const EntityChangedEnum: {
|
|
27
25
|
STATUS: EntityChangedEnum;
|
|
28
26
|
BUDGET: EntityChangedEnum;
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
PAYOUT: EntityChangedEnum;
|
|
27
|
+
DYNAMICMARGIN: EntityChangedEnum;
|
|
28
|
+
PAYOUTPERCONVERSION: EntityChangedEnum;
|
|
32
29
|
};
|
|
33
30
|
type StatusEnum = 'SUCCESS' | 'FAILED';
|
|
34
31
|
const StatusEnum: {
|
|
@@ -0,0 +1,44 @@
|
|
|
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 CampaignRequest {
|
|
13
|
+
advertiserId: number;
|
|
14
|
+
sourcePlatform: CampaignRequest.SourcePlatformEnum;
|
|
15
|
+
platformCampaignId: string;
|
|
16
|
+
payoutType: CampaignRequest.PayoutTypeEnum;
|
|
17
|
+
payoutValue: number;
|
|
18
|
+
startDate: string;
|
|
19
|
+
goal?: CampaignRequest.GoalEnum;
|
|
20
|
+
goalValue?: number;
|
|
21
|
+
marketFeedbackEnabled?: boolean;
|
|
22
|
+
activeOnPlatform?: boolean;
|
|
23
|
+
payoutValueValidForType?: boolean;
|
|
24
|
+
goalValueConsistent?: boolean;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace CampaignRequest {
|
|
27
|
+
type SourcePlatformEnum = 'META' | 'TIKTOK' | 'GOOGLE' | 'SNAPCHAT';
|
|
28
|
+
const SourcePlatformEnum: {
|
|
29
|
+
META: SourcePlatformEnum;
|
|
30
|
+
TIKTOK: SourcePlatformEnum;
|
|
31
|
+
GOOGLE: SourcePlatformEnum;
|
|
32
|
+
SNAPCHAT: SourcePlatformEnum;
|
|
33
|
+
};
|
|
34
|
+
type PayoutTypeEnum = 'DYNAMIC_MARGIN' | 'PAYOUT_PER_CONVERSION';
|
|
35
|
+
const PayoutTypeEnum: {
|
|
36
|
+
DYNAMICMARGIN: PayoutTypeEnum;
|
|
37
|
+
PAYOUTPERCONVERSION: PayoutTypeEnum;
|
|
38
|
+
};
|
|
39
|
+
type GoalEnum = 'COST_PER_RESULT' | 'ROAS';
|
|
40
|
+
const GoalEnum: {
|
|
41
|
+
COSTPERRESULT: GoalEnum;
|
|
42
|
+
ROAS: GoalEnum;
|
|
43
|
+
};
|
|
44
|
+
}
|
|
@@ -9,109 +9,47 @@
|
|
|
9
9
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { ScheduledUpdates } from './scheduledUpdates';
|
|
12
13
|
export interface CampaignResponse {
|
|
13
14
|
id?: number;
|
|
14
|
-
advertiserId?: number;
|
|
15
15
|
name?: string;
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
16
|
+
advertiserId?: number;
|
|
17
|
+
sourcePlatform?: CampaignResponse.SourcePlatformEnum;
|
|
18
|
+
platformCampaignId?: string;
|
|
19
|
+
marketFeedbackEnabled?: boolean;
|
|
20
|
+
activeOnPlatform?: boolean;
|
|
21
|
+
updating?: boolean;
|
|
22
|
+
payoutType?: CampaignResponse.PayoutTypeEnum;
|
|
21
23
|
payoutValue?: number;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
isCrossSell?: boolean;
|
|
35
|
-
orderCurrencyCode?: string;
|
|
36
|
-
optOutLandingPage?: string;
|
|
37
|
-
businessGeoCode?: string;
|
|
38
|
-
intelliRecSplitPercentage?: number;
|
|
39
|
-
intelliRecSplitPercentageFacebook?: number;
|
|
40
|
-
isMobileCampaign?: boolean;
|
|
41
|
-
isAppCampaign?: boolean;
|
|
42
|
-
isCategoryPricingEnabled?: boolean;
|
|
43
|
-
isCategoryPricingVisibleToClient?: boolean;
|
|
44
|
-
isFirstPartyCookieTrackable?: boolean;
|
|
45
|
-
isDsp?: boolean;
|
|
46
|
-
isBannerWeightAutomationEnabled?: boolean;
|
|
47
|
-
ppaLimit?: number;
|
|
48
|
-
isGeoPublisherPrioritizationEnabled?: boolean;
|
|
49
|
-
averageOrderSizeForPublisherPrioritization?: number;
|
|
50
|
-
autoGenerateDefaultProducts?: boolean;
|
|
51
|
-
defaultLandingPage?: string;
|
|
52
|
-
cdnDomain?: string;
|
|
53
|
-
cdnPath?: string;
|
|
54
|
-
enableDefaultCityMappingLookup?: boolean;
|
|
55
|
-
isSelfServe?: boolean;
|
|
56
|
-
campaignVerticalId?: number;
|
|
57
|
-
isEncodingPOCEnabled?: boolean;
|
|
58
|
-
isLandingPagePluginEnabled?: boolean;
|
|
59
|
-
lastActivationDate?: string;
|
|
60
|
-
isIntelliRecEnabled?: boolean;
|
|
61
|
-
isOptOutEnabled?: boolean;
|
|
62
|
-
isVizard?: boolean;
|
|
63
|
-
isDMP?: boolean;
|
|
64
|
-
createdOn?: Date;
|
|
65
|
-
createdBy?: number;
|
|
66
|
-
updatedOn?: Date;
|
|
67
|
-
updatedBy?: number;
|
|
68
|
-
landingPageTemplate?: string;
|
|
69
|
-
priceUpperLimit?: number;
|
|
70
|
-
language?: string;
|
|
71
|
-
isReferralURLCheckEnabled?: boolean;
|
|
72
|
-
isThankYouProductsEnabled?: boolean;
|
|
73
|
-
timezoneId?: number;
|
|
74
|
-
isMobileDMP?: boolean;
|
|
75
|
-
isBfsi?: boolean;
|
|
76
|
-
segDbType?: CampaignResponse.SegDbTypeEnum;
|
|
77
|
-
vizardPackageId?: number;
|
|
78
|
-
isRealtimeSeg?: boolean;
|
|
79
|
-
isFLIP?: boolean;
|
|
80
|
-
displayName?: string;
|
|
81
|
-
nbaTTLHours?: number;
|
|
82
|
-
defaultNBA?: string;
|
|
83
|
-
skipPixelTimeout?: boolean;
|
|
84
|
-
isFlightPriceEnabled?: boolean;
|
|
85
|
-
discardExpiredClicks?: boolean;
|
|
86
|
-
isTFARequired?: boolean;
|
|
87
|
-
isInstall?: boolean;
|
|
88
|
-
campaignType?: CampaignResponse.CampaignTypeEnum;
|
|
89
|
-
startDate?: Date;
|
|
90
|
-
endDate?: Date;
|
|
91
|
-
isEcFaceBook?: number;
|
|
92
|
-
isEcRtb?: number;
|
|
93
|
-
isEcOnsite?: number;
|
|
94
|
-
isIpCapturingEnabled?: boolean;
|
|
24
|
+
startDate?: string;
|
|
25
|
+
goal?: CampaignResponse.GoalEnum;
|
|
26
|
+
goalValue?: number;
|
|
27
|
+
dailyAdvertiserBudget?: number;
|
|
28
|
+
lastErrorCode?: string;
|
|
29
|
+
lastErrorMessage?: string;
|
|
30
|
+
lastSyncAt?: Date;
|
|
31
|
+
createdAt?: Date;
|
|
32
|
+
lastUpdatedAt?: Date;
|
|
33
|
+
createdBy?: string;
|
|
34
|
+
lastUpdatedBy?: string;
|
|
35
|
+
scheduledUpdates?: ScheduledUpdates;
|
|
95
36
|
}
|
|
96
37
|
export declare namespace CampaignResponse {
|
|
97
|
-
type
|
|
98
|
-
const
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
38
|
+
type SourcePlatformEnum = 'META' | 'TIKTOK' | 'GOOGLE' | 'SNAPCHAT';
|
|
39
|
+
const SourcePlatformEnum: {
|
|
40
|
+
META: SourcePlatformEnum;
|
|
41
|
+
TIKTOK: SourcePlatformEnum;
|
|
42
|
+
GOOGLE: SourcePlatformEnum;
|
|
43
|
+
SNAPCHAT: SourcePlatformEnum;
|
|
103
44
|
};
|
|
104
|
-
type
|
|
105
|
-
const
|
|
106
|
-
|
|
107
|
-
|
|
45
|
+
type PayoutTypeEnum = 'DYNAMIC_MARGIN' | 'PAYOUT_PER_CONVERSION';
|
|
46
|
+
const PayoutTypeEnum: {
|
|
47
|
+
DYNAMICMARGIN: PayoutTypeEnum;
|
|
48
|
+
PAYOUTPERCONVERSION: PayoutTypeEnum;
|
|
108
49
|
};
|
|
109
|
-
type
|
|
110
|
-
const
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
RETARGETING: CampaignTypeEnum;
|
|
114
|
-
DSP: CampaignTypeEnum;
|
|
115
|
-
DMP: CampaignTypeEnum;
|
|
50
|
+
type GoalEnum = 'COST_PER_RESULT' | 'ROAS';
|
|
51
|
+
const GoalEnum: {
|
|
52
|
+
COSTPERRESULT: GoalEnum;
|
|
53
|
+
ROAS: GoalEnum;
|
|
116
54
|
};
|
|
117
55
|
}
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
export interface
|
|
13
|
-
requestType:
|
|
12
|
+
export interface CampaignUpdateRequest {
|
|
13
|
+
requestType: CampaignUpdateRequest.RequestTypeEnum;
|
|
14
14
|
requestValue: number;
|
|
15
15
|
requestValueValid?: boolean;
|
|
16
16
|
}
|
|
17
|
-
export declare namespace
|
|
17
|
+
export declare namespace CampaignUpdateRequest {
|
|
18
18
|
type RequestTypeEnum = 'BUDGET' | 'MARGIN' | 'PAYOUT';
|
|
19
19
|
const RequestTypeEnum: {
|
|
20
20
|
BUDGET: RequestTypeEnum;
|
package/model/models.d.ts
CHANGED
|
@@ -1,38 +1,14 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './attributionSettings';
|
|
5
|
-
export * from './audienceDetails';
|
|
6
|
-
export * from './businessGeoResponse';
|
|
1
|
+
export * from './advertiserResponse';
|
|
2
|
+
export * from './advertiserSearchResponse';
|
|
3
|
+
export * from './campaignChangeLogResponse';
|
|
7
4
|
export * from './campaignInsightsResponse';
|
|
5
|
+
export * from './campaignRequest';
|
|
8
6
|
export * from './campaignResponse';
|
|
9
7
|
export * from './campaignSearchResponse';
|
|
10
|
-
export * from './
|
|
11
|
-
export * from './
|
|
12
|
-
export * from './
|
|
13
|
-
export * from './dpaCampaignRequest';
|
|
14
|
-
export * from './dpaCampaignResponse';
|
|
15
|
-
export * from './dpaEngagementChangeLogResponse';
|
|
16
|
-
export * from './dpaEngagementRequest';
|
|
17
|
-
export * from './dpaEngagementResponse';
|
|
18
|
-
export * from './dpaEngagementSearchResponse';
|
|
19
|
-
export * from './exclusionRule';
|
|
20
|
-
export * from './facebookDetails';
|
|
21
|
-
export * from './facebookEngagementRequest';
|
|
22
|
-
export * from './facebookEngagementResponse';
|
|
23
|
-
export * from './imageOverlaySpecDetails';
|
|
24
|
-
export * from './mobileAppDetailRequest';
|
|
25
|
-
export * from './mobileAppDetailResponse';
|
|
26
|
-
export * from './packageDetailResponse';
|
|
8
|
+
export * from './campaignUpdateRequest';
|
|
9
|
+
export * from './pageAdvertiserResponse';
|
|
10
|
+
export * from './pageCampaignChangeLogResponse';
|
|
27
11
|
export * from './pageCampaignResponse';
|
|
28
|
-
export * from './pageDpaEngagementChangeLogResponse';
|
|
29
|
-
export * from './pageDpaEngagementResponse';
|
|
30
|
-
export * from './pageFacebookEngagementResponse';
|
|
31
|
-
export * from './pageMobileAppDetailResponse';
|
|
32
|
-
export * from './pagePackageDetailResponse';
|
|
33
12
|
export * from './pageableObject';
|
|
34
13
|
export * from './scheduledUpdates';
|
|
35
14
|
export * from './sortObject';
|
|
36
|
-
export * from './tiktokCountryResponse';
|
|
37
|
-
export * from './tiktokEngagement';
|
|
38
|
-
export * from './updateRequest';
|
|
@@ -9,19 +9,19 @@
|
|
|
9
9
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import {
|
|
12
|
+
import { AdvertiserResponse } from './advertiserResponse';
|
|
13
13
|
import { PageableObject } from './pageableObject';
|
|
14
14
|
import { SortObject } from './sortObject';
|
|
15
|
-
export interface
|
|
15
|
+
export interface PageAdvertiserResponse {
|
|
16
16
|
totalPages?: number;
|
|
17
17
|
totalElements?: number;
|
|
18
18
|
first?: boolean;
|
|
19
19
|
sort?: Array<SortObject>;
|
|
20
|
-
pageable?: PageableObject;
|
|
21
20
|
numberOfElements?: number;
|
|
21
|
+
pageable?: PageableObject;
|
|
22
22
|
last?: boolean;
|
|
23
23
|
size?: number;
|
|
24
|
-
content?: Array<
|
|
24
|
+
content?: Array<AdvertiserResponse>;
|
|
25
25
|
number?: number;
|
|
26
26
|
empty?: boolean;
|
|
27
27
|
}
|
|
@@ -9,19 +9,19 @@
|
|
|
9
9
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import {
|
|
12
|
+
import { CampaignChangeLogResponse } from './campaignChangeLogResponse';
|
|
13
13
|
import { PageableObject } from './pageableObject';
|
|
14
14
|
import { SortObject } from './sortObject';
|
|
15
|
-
export interface
|
|
15
|
+
export interface PageCampaignChangeLogResponse {
|
|
16
16
|
totalPages?: number;
|
|
17
17
|
totalElements?: number;
|
|
18
18
|
first?: boolean;
|
|
19
19
|
sort?: Array<SortObject>;
|
|
20
|
-
pageable?: PageableObject;
|
|
21
20
|
numberOfElements?: number;
|
|
21
|
+
pageable?: PageableObject;
|
|
22
22
|
last?: boolean;
|
|
23
23
|
size?: number;
|
|
24
|
-
content?: Array<
|
|
24
|
+
content?: Array<CampaignChangeLogResponse>;
|
|
25
25
|
number?: number;
|
|
26
26
|
empty?: boolean;
|
|
27
27
|
}
|
|
@@ -17,8 +17,8 @@ export interface PageCampaignResponse {
|
|
|
17
17
|
totalElements?: number;
|
|
18
18
|
first?: boolean;
|
|
19
19
|
sort?: Array<SortObject>;
|
|
20
|
-
pageable?: PageableObject;
|
|
21
20
|
numberOfElements?: number;
|
|
21
|
+
pageable?: PageableObject;
|
|
22
22
|
last?: boolean;
|
|
23
23
|
size?: number;
|
|
24
24
|
content?: Array<CampaignResponse>;
|
package/package.json
CHANGED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { BusinessGeoResponse } from '../model/businessGeoResponse';
|
|
4
|
-
import { Configuration } from '../configuration';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class BusinessGeoControllerService {
|
|
7
|
-
protected httpClient: HttpClient;
|
|
8
|
-
protected basePath: string;
|
|
9
|
-
defaultHeaders: HttpHeaders;
|
|
10
|
-
configuration: Configuration;
|
|
11
|
-
constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
|
|
12
|
-
/**
|
|
13
|
-
* @param consumes string[] mime-types
|
|
14
|
-
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
15
|
-
*/
|
|
16
|
-
private canConsumeForm;
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
21
|
-
* @param reportProgress flag to report request and response progress.
|
|
22
|
-
*/
|
|
23
|
-
getAllBusinessGeos(observe?: 'body', reportProgress?: boolean): Observable<Array<BusinessGeoResponse>>;
|
|
24
|
-
getAllBusinessGeos(observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<BusinessGeoResponse>>>;
|
|
25
|
-
getAllBusinessGeos(observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<BusinessGeoResponse>>>;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BusinessGeoControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
27
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<BusinessGeoControllerService>;
|
|
28
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { DpaCampaignRequest } from '../model/dpaCampaignRequest';
|
|
4
|
-
import { DpaCampaignResponse } from '../model/dpaCampaignResponse';
|
|
5
|
-
import { Configuration } from '../configuration';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class DpaCampaignControllerService {
|
|
8
|
-
protected httpClient: HttpClient;
|
|
9
|
-
protected basePath: string;
|
|
10
|
-
defaultHeaders: HttpHeaders;
|
|
11
|
-
configuration: Configuration;
|
|
12
|
-
constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
|
|
13
|
-
/**
|
|
14
|
-
* @param consumes string[] mime-types
|
|
15
|
-
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
16
|
-
*/
|
|
17
|
-
private canConsumeForm;
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
* @param body
|
|
22
|
-
* @param id
|
|
23
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
24
|
-
* @param reportProgress flag to report request and response progress.
|
|
25
|
-
*/
|
|
26
|
-
createOrUpdateDpaCampaign(body: DpaCampaignRequest, id: number, observe?: 'body', reportProgress?: boolean): Observable<DpaCampaignResponse>;
|
|
27
|
-
createOrUpdateDpaCampaign(body: DpaCampaignRequest, id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<DpaCampaignResponse>>;
|
|
28
|
-
createOrUpdateDpaCampaign(body: DpaCampaignRequest, id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<DpaCampaignResponse>>;
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
* @param id
|
|
33
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
34
|
-
* @param reportProgress flag to report request and response progress.
|
|
35
|
-
*/
|
|
36
|
-
getDpaCampaign(id: number, observe?: 'body', reportProgress?: boolean): Observable<DpaCampaignResponse>;
|
|
37
|
-
getDpaCampaign(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<DpaCampaignResponse>>;
|
|
38
|
-
getDpaCampaign(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<DpaCampaignResponse>>;
|
|
39
|
-
/**
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
* @param body
|
|
43
|
-
* @param id
|
|
44
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
45
|
-
* @param reportProgress flag to report request and response progress.
|
|
46
|
-
*/
|
|
47
|
-
updateDpaCampaign(body: DpaCampaignRequest, id: number, observe?: 'body', reportProgress?: boolean): Observable<DpaCampaignResponse>;
|
|
48
|
-
updateDpaCampaign(body: DpaCampaignRequest, id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<DpaCampaignResponse>>;
|
|
49
|
-
updateDpaCampaign(body: DpaCampaignRequest, id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<DpaCampaignResponse>>;
|
|
50
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DpaCampaignControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
51
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DpaCampaignControllerService>;
|
|
52
|
-
}
|
|
@@ -1,143 +0,0 @@
|
|
|
1
|
-
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { DpaEngagementRequest } from '../model/dpaEngagementRequest';
|
|
4
|
-
import { DpaEngagementResponse } from '../model/dpaEngagementResponse';
|
|
5
|
-
import { DpaEngagementSearchResponse } from '../model/dpaEngagementSearchResponse';
|
|
6
|
-
import { PageDpaEngagementChangeLogResponse } from '../model/pageDpaEngagementChangeLogResponse';
|
|
7
|
-
import { PageDpaEngagementResponse } from '../model/pageDpaEngagementResponse';
|
|
8
|
-
import { UpdateRequest } from '../model/updateRequest';
|
|
9
|
-
import { Configuration } from '../configuration';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
export declare class DpaEngagementControllerService {
|
|
12
|
-
protected httpClient: HttpClient;
|
|
13
|
-
protected basePath: string;
|
|
14
|
-
defaultHeaders: HttpHeaders;
|
|
15
|
-
configuration: Configuration;
|
|
16
|
-
constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
|
|
17
|
-
/**
|
|
18
|
-
* @param consumes string[] mime-types
|
|
19
|
-
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
20
|
-
*/
|
|
21
|
-
private canConsumeForm;
|
|
22
|
-
/**
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
* @param id
|
|
26
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
27
|
-
* @param reportProgress flag to report request and response progress.
|
|
28
|
-
*/
|
|
29
|
-
activateDpaEngagement(id: number, observe?: 'body', reportProgress?: boolean): Observable<DpaEngagementResponse>;
|
|
30
|
-
activateDpaEngagement(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<DpaEngagementResponse>>;
|
|
31
|
-
activateDpaEngagement(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<DpaEngagementResponse>>;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
* @param body
|
|
36
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
37
|
-
* @param reportProgress flag to report request and response progress.
|
|
38
|
-
*/
|
|
39
|
-
createDpaEngagement(body: DpaEngagementRequest, observe?: 'body', reportProgress?: boolean): Observable<DpaEngagementResponse>;
|
|
40
|
-
createDpaEngagement(body: DpaEngagementRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<DpaEngagementResponse>>;
|
|
41
|
-
createDpaEngagement(body: DpaEngagementRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<DpaEngagementResponse>>;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
*
|
|
45
|
-
* @param id
|
|
46
|
-
* @param campaignId
|
|
47
|
-
* @param facebookCampaignId
|
|
48
|
-
* @param name
|
|
49
|
-
* @param payoutType
|
|
50
|
-
* @param status
|
|
51
|
-
* @param isIntellibidEnabled
|
|
52
|
-
* @param isMarketFeedbackEnabled
|
|
53
|
-
* @param campaignStatus
|
|
54
|
-
* @param staticCampaign
|
|
55
|
-
* @param sourcePlatform
|
|
56
|
-
* @param page Zero-based page index (0..N)
|
|
57
|
-
* @param size The size of the page to be returned
|
|
58
|
-
* @param sort Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
59
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
60
|
-
* @param reportProgress flag to report request and response progress.
|
|
61
|
-
*/
|
|
62
|
-
getAllDpaEngagements(id?: number, campaignId?: number, facebookCampaignId?: string, name?: string, payoutType?: string, status?: string, isIntellibidEnabled?: boolean, isMarketFeedbackEnabled?: boolean, campaignStatus?: boolean, staticCampaign?: boolean, sourcePlatform?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'body', reportProgress?: boolean): Observable<PageDpaEngagementResponse>;
|
|
63
|
-
getAllDpaEngagements(id?: number, campaignId?: number, facebookCampaignId?: string, name?: string, payoutType?: string, status?: string, isIntellibidEnabled?: boolean, isMarketFeedbackEnabled?: boolean, campaignStatus?: boolean, staticCampaign?: boolean, sourcePlatform?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<PageDpaEngagementResponse>>;
|
|
64
|
-
getAllDpaEngagements(id?: number, campaignId?: number, facebookCampaignId?: string, name?: string, payoutType?: string, status?: string, isIntellibidEnabled?: boolean, isMarketFeedbackEnabled?: boolean, campaignStatus?: boolean, staticCampaign?: boolean, sourcePlatform?: string, page?: number, size?: number, sort?: Array<string>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<PageDpaEngagementResponse>>;
|
|
65
|
-
/**
|
|
66
|
-
*
|
|
67
|
-
*
|
|
68
|
-
* @param id
|
|
69
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
70
|
-
* @param reportProgress flag to report request and response progress.
|
|
71
|
-
*/
|
|
72
|
-
getDpaEngagement(id: number, observe?: 'body', reportProgress?: boolean): Observable<DpaEngagementResponse>;
|
|
73
|
-
getDpaEngagement(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<DpaEngagementResponse>>;
|
|
74
|
-
getDpaEngagement(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<DpaEngagementResponse>>;
|
|
75
|
-
/**
|
|
76
|
-
*
|
|
77
|
-
*
|
|
78
|
-
* @param id
|
|
79
|
-
* @param page Zero-based page index (0..N)
|
|
80
|
-
* @param size The size of the page to be returned
|
|
81
|
-
* @param sort Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
|
|
82
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
83
|
-
* @param reportProgress flag to report request and response progress.
|
|
84
|
-
*/
|
|
85
|
-
getDpaEngagementLogs(id: number, page?: number, size?: number, sort?: Array<string>, observe?: 'body', reportProgress?: boolean): Observable<PageDpaEngagementChangeLogResponse>;
|
|
86
|
-
getDpaEngagementLogs(id: number, page?: number, size?: number, sort?: Array<string>, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<PageDpaEngagementChangeLogResponse>>;
|
|
87
|
-
getDpaEngagementLogs(id: number, page?: number, size?: number, sort?: Array<string>, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<PageDpaEngagementChangeLogResponse>>;
|
|
88
|
-
/**
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
* @param id
|
|
92
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
93
|
-
* @param reportProgress flag to report request and response progress.
|
|
94
|
-
*/
|
|
95
|
-
pauseDpaEngagement(id: number, observe?: 'body', reportProgress?: boolean): Observable<DpaEngagementResponse>;
|
|
96
|
-
pauseDpaEngagement(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<DpaEngagementResponse>>;
|
|
97
|
-
pauseDpaEngagement(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<DpaEngagementResponse>>;
|
|
98
|
-
/**
|
|
99
|
-
*
|
|
100
|
-
*
|
|
101
|
-
* @param id
|
|
102
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
103
|
-
* @param reportProgress flag to report request and response progress.
|
|
104
|
-
*/
|
|
105
|
-
publishDpaEngagement(id: number, observe?: 'body', reportProgress?: boolean): Observable<DpaEngagementResponse>;
|
|
106
|
-
publishDpaEngagement(id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<DpaEngagementResponse>>;
|
|
107
|
-
publishDpaEngagement(id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<DpaEngagementResponse>>;
|
|
108
|
-
/**
|
|
109
|
-
*
|
|
110
|
-
*
|
|
111
|
-
* @param body
|
|
112
|
-
* @param id
|
|
113
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
114
|
-
* @param reportProgress flag to report request and response progress.
|
|
115
|
-
*/
|
|
116
|
-
scheduleUpdate(body: UpdateRequest, id: number, observe?: 'body', reportProgress?: boolean): Observable<DpaEngagementResponse>;
|
|
117
|
-
scheduleUpdate(body: UpdateRequest, id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<DpaEngagementResponse>>;
|
|
118
|
-
scheduleUpdate(body: UpdateRequest, id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<DpaEngagementResponse>>;
|
|
119
|
-
/**
|
|
120
|
-
*
|
|
121
|
-
*
|
|
122
|
-
* @param q
|
|
123
|
-
* @param sourcePlatform
|
|
124
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
125
|
-
* @param reportProgress flag to report request and response progress.
|
|
126
|
-
*/
|
|
127
|
-
searchDpaEngagements(q: string, sourcePlatform: string, observe?: 'body', reportProgress?: boolean): Observable<Array<DpaEngagementSearchResponse>>;
|
|
128
|
-
searchDpaEngagements(q: string, sourcePlatform: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<DpaEngagementSearchResponse>>>;
|
|
129
|
-
searchDpaEngagements(q: string, sourcePlatform: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<DpaEngagementSearchResponse>>>;
|
|
130
|
-
/**
|
|
131
|
-
*
|
|
132
|
-
*
|
|
133
|
-
* @param body
|
|
134
|
-
* @param id
|
|
135
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
136
|
-
* @param reportProgress flag to report request and response progress.
|
|
137
|
-
*/
|
|
138
|
-
updateDpaEngagement(body: DpaEngagementRequest, id: number, observe?: 'body', reportProgress?: boolean): Observable<DpaEngagementResponse>;
|
|
139
|
-
updateDpaEngagement(body: DpaEngagementRequest, id: number, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<DpaEngagementResponse>>;
|
|
140
|
-
updateDpaEngagement(body: DpaEngagementRequest, id: number, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<DpaEngagementResponse>>;
|
|
141
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DpaEngagementControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
142
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DpaEngagementControllerService>;
|
|
143
|
-
}
|