@revxui/intellibid-client-ts 1.0.5 → 1.0.7
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/api.d.ts +15 -15
- package/api/businessGeoController.service.d.ts +28 -28
- package/api/campaignController.service.d.ts +67 -67
- package/api/countryController.service.d.ts +28 -28
- package/api/dpaCampaignController.service.d.ts +52 -52
- package/api/dpaEngagementController.service.d.ts +126 -126
- package/api/facebookEngagementController.service.d.ts +67 -67
- package/api/packageDetailController.service.d.ts +45 -45
- package/api.module.d.ts +11 -11
- package/configuration.d.ts +48 -48
- package/encoder.d.ts +10 -10
- package/esm2020/api/api.mjs +15 -15
- package/esm2020/api/businessGeoController.service.mjs +77 -77
- package/esm2020/api/campaignController.service.mjs +179 -179
- package/esm2020/api/countryController.service.mjs +77 -77
- package/esm2020/api/dpaCampaignController.service.mjs +144 -144
- package/esm2020/api/dpaEngagementController.service.mjs +327 -327
- package/esm2020/api/facebookEngagementController.service.mjs +184 -184
- package/esm2020/api/packageDetailController.service.mjs +122 -122
- package/esm2020/api.module.mjs +62 -62
- package/esm2020/configuration.mjs +58 -58
- package/esm2020/encoder.mjs +16 -16
- package/esm2020/index.mjs +5 -5
- package/esm2020/model/adSetDetails.mjs +19 -19
- package/esm2020/model/audienceDetails.mjs +12 -12
- package/esm2020/model/businessGeoResponse.mjs +12 -12
- package/esm2020/model/campaignResponse.mjs +31 -31
- package/esm2020/model/campaignSearchResponse.mjs +13 -0
- package/esm2020/model/countryResponse.mjs +12 -12
- package/esm2020/model/createCampaignRequest.mjs +13 -13
- package/esm2020/model/creativeDetails.mjs +1 -1
- package/esm2020/model/dpaCampaignRequest.mjs +1 -1
- package/esm2020/model/dpaCampaignResponse.mjs +11 -11
- package/esm2020/model/dpaEngagementRequest.mjs +1 -1
- package/esm2020/model/dpaEngagementResponse.mjs +33 -33
- package/esm2020/model/dpaEngagementSearchResponse.mjs +13 -0
- package/esm2020/model/exclusionRule.mjs +12 -12
- package/esm2020/model/facebookDetails.mjs +1 -1
- package/esm2020/model/facebookEngagementRequest.mjs +12 -12
- package/esm2020/model/facebookEngagementResponse.mjs +20 -20
- package/esm2020/model/imageOverlaySpecDetails.mjs +12 -12
- package/esm2020/model/models.mjs +27 -26
- package/esm2020/model/packageDetailResponse.mjs +12 -12
- package/esm2020/model/pageCampaignResponse.mjs +1 -1
- package/esm2020/model/pageDpaEngagementResponse.mjs +1 -1
- package/esm2020/model/pageFacebookEngagementResponse.mjs +1 -1
- package/esm2020/model/pagePackageDetailResponse.mjs +1 -1
- package/esm2020/model/pageableObject.mjs +2 -2
- package/esm2020/model/sortObject.mjs +12 -12
- package/esm2020/model/updateDailyBudgetRequest.mjs +12 -12
- package/esm2020/revxui-intellibid-client-ts.mjs +4 -4
- package/esm2020/variables.mjs +8 -8
- package/fesm2015/revxui-intellibid-client-ts.mjs +1301 -1301
- package/fesm2015/revxui-intellibid-client-ts.mjs.map +1 -1
- package/fesm2020/revxui-intellibid-client-ts.mjs +1407 -1395
- package/fesm2020/revxui-intellibid-client-ts.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/model/adSetDetails.d.ts +28 -28
- package/model/audienceDetails.d.ts +22 -22
- package/model/businessGeoResponse.d.ts +15 -15
- package/model/campaignResponse.d.ts +117 -117
- package/model/campaignSearchResponse.d.ts +16 -0
- package/model/countryResponse.d.ts +16 -16
- package/model/createCampaignRequest.d.ts +17 -16
- package/model/creativeDetails.d.ts +21 -21
- package/model/dpaCampaignRequest.d.ts +17 -17
- package/model/dpaCampaignResponse.d.ts +36 -36
- package/model/dpaEngagementRequest.d.ts +30 -30
- package/model/dpaEngagementResponse.d.ts +93 -92
- package/model/{entitySearchResponse.d.ts → dpaEngagementSearchResponse.d.ts} +15 -15
- package/model/exclusionRule.d.ts +15 -15
- package/model/facebookDetails.d.ts +27 -27
- package/model/facebookEngagementRequest.d.ts +23 -23
- package/model/facebookEngagementResponse.d.ts +38 -38
- package/model/imageOverlaySpecDetails.d.ts +20 -20
- package/model/models.d.ts +26 -25
- package/model/packageDetailResponse.d.ts +16 -16
- package/model/pageCampaignResponse.d.ts +27 -27
- package/model/pageDpaEngagementResponse.d.ts +27 -27
- package/model/pageFacebookEngagementResponse.d.ts +27 -27
- package/model/pagePackageDetailResponse.d.ts +27 -27
- package/model/pageableObject.d.ts +20 -20
- package/model/sortObject.d.ts +18 -18
- package/model/updateDailyBudgetRequest.d.ts +14 -14
- package/package.json +1 -1
- package/variables.d.ts +8 -8
- package/esm2020/model/entitySearchResponse.mjs +0 -13
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
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
|
-
export interface DpaEngagementRequest {
|
|
15
|
-
campaignId: number;
|
|
16
|
-
name: string;
|
|
17
|
-
bidValue: number;
|
|
18
|
-
dailyBudget: number;
|
|
19
|
-
audienceCategories: Array<string>;
|
|
20
|
-
adPlacements: Array<string>;
|
|
21
|
-
targetCountries: Array<string>;
|
|
22
|
-
audienceMinimumAge: number;
|
|
23
|
-
audienceMaximumAge: number;
|
|
24
|
-
mobileOSs: Array<string>;
|
|
25
|
-
audienceGenders: Array<string>;
|
|
26
|
-
exclusionRules: Array<ExclusionRule>;
|
|
27
|
-
creativeFormat: string;
|
|
28
|
-
creativeDetails?: CreativeDetails;
|
|
29
|
-
campaignStatus?: boolean;
|
|
30
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
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
|
+
export interface DpaEngagementRequest {
|
|
15
|
+
campaignId: number;
|
|
16
|
+
name: string;
|
|
17
|
+
bidValue: number;
|
|
18
|
+
dailyBudget: number;
|
|
19
|
+
audienceCategories: Array<string>;
|
|
20
|
+
adPlacements: Array<string>;
|
|
21
|
+
targetCountries: Array<string>;
|
|
22
|
+
audienceMinimumAge: number;
|
|
23
|
+
audienceMaximumAge: number;
|
|
24
|
+
mobileOSs: Array<string>;
|
|
25
|
+
audienceGenders: Array<string>;
|
|
26
|
+
exclusionRules: Array<ExclusionRule>;
|
|
27
|
+
creativeFormat: string;
|
|
28
|
+
creativeDetails?: CreativeDetails;
|
|
29
|
+
campaignStatus?: boolean;
|
|
30
|
+
}
|
|
@@ -1,92 +1,93 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
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
|
-
export interface DpaEngagementResponse {
|
|
15
|
-
id?: number;
|
|
16
|
-
campaignId?: number;
|
|
17
|
-
facebookCampaignId?: string;
|
|
18
|
-
name?: string;
|
|
19
|
-
bannerId?: number;
|
|
20
|
-
runBy?: DpaEngagementResponse.RunByEnum;
|
|
21
|
-
payoutType?: DpaEngagementResponse.PayoutTypeEnum;
|
|
22
|
-
publisherId?: number;
|
|
23
|
-
bidValue?: number;
|
|
24
|
-
dailyBudget?: number;
|
|
25
|
-
profitMarginPercent?: number;
|
|
26
|
-
ppaTarget?: number;
|
|
27
|
-
audienceCategories?: Array<string>;
|
|
28
|
-
audienceMinimumAge?: number;
|
|
29
|
-
audienceMaximumAge?: number;
|
|
30
|
-
audienceGenders?: Array<string>;
|
|
31
|
-
exclusionRules?: Array<ExclusionRule>;
|
|
32
|
-
status?: DpaEngagementResponse.StatusEnum;
|
|
33
|
-
targetCountries?: Array<string>;
|
|
34
|
-
adPlacements?: Array<string>;
|
|
35
|
-
mobileOSs?: Array<string>;
|
|
36
|
-
creativeFormat?: string;
|
|
37
|
-
creativeDetails?: CreativeDetails;
|
|
38
|
-
isIntellibidEnabled?: boolean;
|
|
39
|
-
isMarketFeedbackEnabled?: boolean;
|
|
40
|
-
isFeedReady?: boolean;
|
|
41
|
-
isAudienceReady?: boolean;
|
|
42
|
-
campaignStatus?: boolean;
|
|
43
|
-
feedDetails?: string;
|
|
44
|
-
template?: DpaEngagementResponse.TemplateEnum;
|
|
45
|
-
createdOn?: Date;
|
|
46
|
-
createdBy?: number;
|
|
47
|
-
updatedOn?: Date;
|
|
48
|
-
updatedBy?: number;
|
|
49
|
-
targetCpaUsd?: number;
|
|
50
|
-
isMigrated?: boolean;
|
|
51
|
-
logoPosition?: string;
|
|
52
|
-
startDate?: Date;
|
|
53
|
-
endDate?: Date;
|
|
54
|
-
journeyId?: number;
|
|
55
|
-
errorMessage?: string;
|
|
56
|
-
campaignName?: string;
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
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
|
+
export interface DpaEngagementResponse {
|
|
15
|
+
id?: number;
|
|
16
|
+
campaignId?: number;
|
|
17
|
+
facebookCampaignId?: string;
|
|
18
|
+
name?: string;
|
|
19
|
+
bannerId?: number;
|
|
20
|
+
runBy?: DpaEngagementResponse.RunByEnum;
|
|
21
|
+
payoutType?: DpaEngagementResponse.PayoutTypeEnum;
|
|
22
|
+
publisherId?: number;
|
|
23
|
+
bidValue?: number;
|
|
24
|
+
dailyBudget?: number;
|
|
25
|
+
profitMarginPercent?: number;
|
|
26
|
+
ppaTarget?: number;
|
|
27
|
+
audienceCategories?: Array<string>;
|
|
28
|
+
audienceMinimumAge?: number;
|
|
29
|
+
audienceMaximumAge?: number;
|
|
30
|
+
audienceGenders?: Array<string>;
|
|
31
|
+
exclusionRules?: Array<ExclusionRule>;
|
|
32
|
+
status?: DpaEngagementResponse.StatusEnum;
|
|
33
|
+
targetCountries?: Array<string>;
|
|
34
|
+
adPlacements?: Array<string>;
|
|
35
|
+
mobileOSs?: Array<string>;
|
|
36
|
+
creativeFormat?: string;
|
|
37
|
+
creativeDetails?: CreativeDetails;
|
|
38
|
+
isIntellibidEnabled?: boolean;
|
|
39
|
+
isMarketFeedbackEnabled?: boolean;
|
|
40
|
+
isFeedReady?: boolean;
|
|
41
|
+
isAudienceReady?: boolean;
|
|
42
|
+
campaignStatus?: boolean;
|
|
43
|
+
feedDetails?: string;
|
|
44
|
+
template?: DpaEngagementResponse.TemplateEnum;
|
|
45
|
+
createdOn?: Date;
|
|
46
|
+
createdBy?: number;
|
|
47
|
+
updatedOn?: Date;
|
|
48
|
+
updatedBy?: number;
|
|
49
|
+
targetCpaUsd?: number;
|
|
50
|
+
isMigrated?: boolean;
|
|
51
|
+
logoPosition?: string;
|
|
52
|
+
startDate?: Date;
|
|
53
|
+
endDate?: Date;
|
|
54
|
+
journeyId?: number;
|
|
55
|
+
errorMessage?: string;
|
|
56
|
+
campaignName?: string;
|
|
57
|
+
createdByUserRevXEmail?: string;
|
|
58
|
+
}
|
|
59
|
+
export declare namespace DpaEngagementResponse {
|
|
60
|
+
type RunByEnum = 'CLIENT' | 'VIZURY';
|
|
61
|
+
const RunByEnum: {
|
|
62
|
+
CLIENT: RunByEnum;
|
|
63
|
+
VIZURY: RunByEnum;
|
|
64
|
+
};
|
|
65
|
+
type PayoutTypeEnum = 'CPM' | 'CPC' | 'CPA' | 'CPS' | 'CPA - Client Attributed' | 'CPS - Client Attributed' | 'MARGIN';
|
|
66
|
+
const PayoutTypeEnum: {
|
|
67
|
+
CPM: PayoutTypeEnum;
|
|
68
|
+
CPC: PayoutTypeEnum;
|
|
69
|
+
CPA: PayoutTypeEnum;
|
|
70
|
+
CPS: PayoutTypeEnum;
|
|
71
|
+
CPAClientAttributed: PayoutTypeEnum;
|
|
72
|
+
CPSClientAttributed: PayoutTypeEnum;
|
|
73
|
+
MARGIN: PayoutTypeEnum;
|
|
74
|
+
};
|
|
75
|
+
type StatusEnum = 'DRAFT' | 'INITIALIZED' | 'RUNNING' | 'UPDATING' | 'PAUSED' | 'FAILED';
|
|
76
|
+
const StatusEnum: {
|
|
77
|
+
DRAFT: StatusEnum;
|
|
78
|
+
INITIALIZED: StatusEnum;
|
|
79
|
+
RUNNING: StatusEnum;
|
|
80
|
+
UPDATING: StatusEnum;
|
|
81
|
+
PAUSED: StatusEnum;
|
|
82
|
+
FAILED: StatusEnum;
|
|
83
|
+
};
|
|
84
|
+
type TemplateEnum = 'none' | 'text-on-image' | 'price' | 'percentage_off' | 'strikethrough_price' | 'image-overlay';
|
|
85
|
+
const TemplateEnum: {
|
|
86
|
+
None: TemplateEnum;
|
|
87
|
+
TextOnImage: TemplateEnum;
|
|
88
|
+
Price: TemplateEnum;
|
|
89
|
+
PercentageOff: TemplateEnum;
|
|
90
|
+
StrikethroughPrice: TemplateEnum;
|
|
91
|
+
ImageOverlay: TemplateEnum;
|
|
92
|
+
};
|
|
93
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
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
|
|
13
|
-
id?: number;
|
|
14
|
-
name?: string;
|
|
15
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
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
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
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
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
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 +1,27 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
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
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
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,23 +1,23 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
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
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
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
|
+
}
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
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
|
-
}
|
|
30
|
-
export declare namespace FacebookEngagementResponse {
|
|
31
|
-
type FacebookCatalogTypeEnum = 'COMMERCE' | 'HOTELS' | 'DESTINATIONS' | 'FLIGHTS';
|
|
32
|
-
const FacebookCatalogTypeEnum: {
|
|
33
|
-
COMMERCE: FacebookCatalogTypeEnum;
|
|
34
|
-
HOTELS: FacebookCatalogTypeEnum;
|
|
35
|
-
DESTINATIONS: FacebookCatalogTypeEnum;
|
|
36
|
-
FLIGHTS: FacebookCatalogTypeEnum;
|
|
37
|
-
};
|
|
38
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
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
|
+
}
|
|
30
|
+
export declare namespace FacebookEngagementResponse {
|
|
31
|
+
type FacebookCatalogTypeEnum = 'COMMERCE' | 'HOTELS' | 'DESTINATIONS' | 'FLIGHTS';
|
|
32
|
+
const FacebookCatalogTypeEnum: {
|
|
33
|
+
COMMERCE: FacebookCatalogTypeEnum;
|
|
34
|
+
HOTELS: FacebookCatalogTypeEnum;
|
|
35
|
+
DESTINATIONS: FacebookCatalogTypeEnum;
|
|
36
|
+
FLIGHTS: FacebookCatalogTypeEnum;
|
|
37
|
+
};
|
|
38
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
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
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
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
|
+
}
|
package/model/models.d.ts
CHANGED
|
@@ -1,25 +1,26 @@
|
|
|
1
|
-
export * from './adSetDetails';
|
|
2
|
-
export * from './audienceDetails';
|
|
3
|
-
export * from './businessGeoResponse';
|
|
4
|
-
export * from './campaignResponse';
|
|
5
|
-
export * from './
|
|
6
|
-
export * from './
|
|
7
|
-
export * from './
|
|
8
|
-
export * from './
|
|
9
|
-
export * from './
|
|
10
|
-
export * from './
|
|
11
|
-
export * from './
|
|
12
|
-
export * from './
|
|
13
|
-
export * from './
|
|
14
|
-
export * from './
|
|
15
|
-
export * from './
|
|
16
|
-
export * from './
|
|
17
|
-
export * from './
|
|
18
|
-
export * from './
|
|
19
|
-
export * from './
|
|
20
|
-
export * from './
|
|
21
|
-
export * from './
|
|
22
|
-
export * from './
|
|
23
|
-
export * from './
|
|
24
|
-
export * from './
|
|
25
|
-
export * from './
|
|
1
|
+
export * from './adSetDetails';
|
|
2
|
+
export * from './audienceDetails';
|
|
3
|
+
export * from './businessGeoResponse';
|
|
4
|
+
export * from './campaignResponse';
|
|
5
|
+
export * from './campaignSearchResponse';
|
|
6
|
+
export * from './countryResponse';
|
|
7
|
+
export * from './createCampaignRequest';
|
|
8
|
+
export * from './creativeDetails';
|
|
9
|
+
export * from './dpaCampaignRequest';
|
|
10
|
+
export * from './dpaCampaignResponse';
|
|
11
|
+
export * from './dpaEngagementRequest';
|
|
12
|
+
export * from './dpaEngagementResponse';
|
|
13
|
+
export * from './dpaEngagementSearchResponse';
|
|
14
|
+
export * from './exclusionRule';
|
|
15
|
+
export * from './facebookDetails';
|
|
16
|
+
export * from './facebookEngagementRequest';
|
|
17
|
+
export * from './facebookEngagementResponse';
|
|
18
|
+
export * from './imageOverlaySpecDetails';
|
|
19
|
+
export * from './packageDetailResponse';
|
|
20
|
+
export * from './pageCampaignResponse';
|
|
21
|
+
export * from './pageDpaEngagementResponse';
|
|
22
|
+
export * from './pageFacebookEngagementResponse';
|
|
23
|
+
export * from './pagePackageDetailResponse';
|
|
24
|
+
export * from './pageableObject';
|
|
25
|
+
export * from './sortObject';
|
|
26
|
+
export * from './updateDailyBudgetRequest';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
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 PackageDetailResponse {
|
|
13
|
-
id?: number;
|
|
14
|
-
name?: string;
|
|
15
|
-
active?: boolean;
|
|
16
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
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 PackageDetailResponse {
|
|
13
|
+
id?: number;
|
|
14
|
+
name?: string;
|
|
15
|
+
active?: boolean;
|
|
16
|
+
}
|