@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.
Files changed (129) hide show
  1. package/README.md +2 -2
  2. package/api/advertiserController.service.d.ts +14 -26
  3. package/api/api.d.ts +5 -31
  4. package/api/campaignController.service.d.ts +110 -0
  5. package/api/{campaignInsightsController.service.d.ts → insightsController.service.d.ts} +7 -6
  6. package/esm2020/api/advertiserController.service.mjs +11 -43
  7. package/esm2020/api/api.mjs +6 -32
  8. package/esm2020/api/campaignController.service.mjs +297 -0
  9. package/esm2020/api/insightsController.service.mjs +105 -0
  10. package/esm2020/api.module.mjs +7 -46
  11. package/esm2020/model/advertiserResponse.mjs +13 -0
  12. package/esm2020/model/advertiserSearchResponse.mjs +13 -0
  13. package/esm2020/model/campaignChangeLogResponse.mjs +25 -0
  14. package/esm2020/model/campaignInsightRecord.mjs +19 -0
  15. package/esm2020/model/campaignInsightsResponse.mjs +1 -12
  16. package/esm2020/model/campaignRequest.mjs +29 -0
  17. package/esm2020/model/campaignResponse.mjs +12 -26
  18. package/esm2020/model/campaignSearchResponse.mjs +1 -1
  19. package/esm2020/model/campaignUpdateRequest.mjs +20 -0
  20. package/esm2020/model/models.mjs +9 -32
  21. package/esm2020/model/pageAdvertiserResponse.mjs +2 -0
  22. package/esm2020/model/pageCampaignChangeLogResponse.mjs +2 -0
  23. package/esm2020/model/pageCampaignResponse.mjs +1 -1
  24. package/esm2020/model/pageableObject.mjs +1 -1
  25. package/fesm2015/revxui-intellibid-client-ts.mjs +296 -2310
  26. package/fesm2015/revxui-intellibid-client-ts.mjs.map +1 -1
  27. package/fesm2020/revxui-intellibid-client-ts.mjs +217 -2361
  28. package/fesm2020/revxui-intellibid-client-ts.mjs.map +1 -1
  29. package/model/advertiserResponse.d.ts +30 -0
  30. package/model/{packageDetailResponse.d.ts → advertiserSearchResponse.d.ts} +2 -2
  31. package/model/{dpaEngagementChangeLogResponse.d.ts → campaignChangeLogResponse.d.ts} +10 -13
  32. package/model/campaignInsightRecord.d.ts +44 -0
  33. package/model/campaignInsightsResponse.d.ts +2 -1
  34. package/model/campaignRequest.d.ts +44 -0
  35. package/model/campaignResponse.d.ts +34 -96
  36. package/model/campaignSearchResponse.d.ts +0 -1
  37. package/model/{updateRequest.d.ts → campaignUpdateRequest.d.ts} +3 -3
  38. package/model/models.d.ts +8 -31
  39. package/model/{pagePackageDetailResponse.d.ts → pageAdvertiserResponse.d.ts} +5 -5
  40. package/model/{pageMobileAppDetailResponse.d.ts → pageCampaignChangeLogResponse.d.ts} +5 -5
  41. package/model/pageCampaignResponse.d.ts +2 -2
  42. package/model/pageableObject.d.ts +2 -2
  43. package/package.json +1 -1
  44. package/api/businessGeoController.service.d.ts +0 -28
  45. package/api/dpaCampaignController.service.d.ts +0 -52
  46. package/api/dpaEngagementController.service.d.ts +0 -143
  47. package/api/facebookAdImageController.service.d.ts +0 -52
  48. package/api/facebookAdVideoController.service.d.ts +0 -63
  49. package/api/facebookEngagementController.service.d.ts +0 -68
  50. package/api/mobileAppDetailController.service.d.ts +0 -65
  51. package/api/packageDetailController.service.d.ts +0 -45
  52. package/api/sourcePlatformMETAController.service.d.ts +0 -97
  53. package/api/sourcePlatformMETADictionaryController.service.d.ts +0 -28
  54. package/api/sourcePlatformTIKTOKController.service.d.ts +0 -64
  55. package/api/sourcePlatformTIKTOKDictionaryController.service.d.ts +0 -28
  56. package/api/tiktokAudienceController.service.d.ts +0 -35
  57. package/api/tiktokEngagementController.service.d.ts +0 -50
  58. package/esm2020/api/businessGeoController.service.mjs +0 -78
  59. package/esm2020/api/campaignInsightsController.service.mjs +0 -99
  60. package/esm2020/api/dpaCampaignController.service.mjs +0 -145
  61. package/esm2020/api/dpaEngagementController.service.mjs +0 -374
  62. package/esm2020/api/facebookAdImageController.service.mjs +0 -144
  63. package/esm2020/api/facebookAdVideoController.service.mjs +0 -169
  64. package/esm2020/api/facebookEngagementController.service.mjs +0 -188
  65. package/esm2020/api/mobileAppDetailController.service.mjs +0 -179
  66. package/esm2020/api/packageDetailController.service.mjs +0 -123
  67. package/esm2020/api/sourcePlatformMETAController.service.mjs +0 -253
  68. package/esm2020/api/sourcePlatformMETADictionaryController.service.mjs +0 -78
  69. package/esm2020/api/sourcePlatformTIKTOKController.service.mjs +0 -188
  70. package/esm2020/api/sourcePlatformTIKTOKDictionaryController.service.mjs +0 -78
  71. package/esm2020/api/tiktokAudienceController.service.mjs +0 -93
  72. package/esm2020/api/tiktokEngagementController.service.mjs +0 -142
  73. package/esm2020/model/adImageResponse.mjs +0 -20
  74. package/esm2020/model/adSetDetails.mjs +0 -20
  75. package/esm2020/model/adVideoResponse.mjs +0 -13
  76. package/esm2020/model/attributionSettings.mjs +0 -13
  77. package/esm2020/model/audienceDetails.mjs +0 -13
  78. package/esm2020/model/businessGeoResponse.mjs +0 -13
  79. package/esm2020/model/countryResponse.mjs +0 -13
  80. package/esm2020/model/createCampaignRequest.mjs +0 -13
  81. package/esm2020/model/creativeDetails.mjs +0 -2
  82. package/esm2020/model/dpaCampaignRequest.mjs +0 -2
  83. package/esm2020/model/dpaCampaignResponse.mjs +0 -12
  84. package/esm2020/model/dpaEngagementChangeLogResponse.mjs +0 -26
  85. package/esm2020/model/dpaEngagementRequest.mjs +0 -20
  86. package/esm2020/model/dpaEngagementResponse.mjs +0 -40
  87. package/esm2020/model/dpaEngagementSearchResponse.mjs +0 -13
  88. package/esm2020/model/exclusionRule.mjs +0 -13
  89. package/esm2020/model/facebookDetails.mjs +0 -2
  90. package/esm2020/model/facebookEngagementRequest.mjs +0 -13
  91. package/esm2020/model/facebookEngagementResponse.mjs +0 -21
  92. package/esm2020/model/imageOverlaySpecDetails.mjs +0 -13
  93. package/esm2020/model/mobileAppDetailRequest.mjs +0 -13
  94. package/esm2020/model/mobileAppDetailResponse.mjs +0 -13
  95. package/esm2020/model/packageDetailResponse.mjs +0 -13
  96. package/esm2020/model/pageDpaEngagementChangeLogResponse.mjs +0 -2
  97. package/esm2020/model/pageDpaEngagementResponse.mjs +0 -2
  98. package/esm2020/model/pageFacebookEngagementResponse.mjs +0 -2
  99. package/esm2020/model/pageMobileAppDetailResponse.mjs +0 -2
  100. package/esm2020/model/pagePackageDetailResponse.mjs +0 -2
  101. package/esm2020/model/tiktokCountryResponse.mjs +0 -13
  102. package/esm2020/model/tiktokEngagement.mjs +0 -2
  103. package/esm2020/model/updateRequest.mjs +0 -20
  104. package/model/adImageResponse.d.ts +0 -26
  105. package/model/adSetDetails.d.ts +0 -28
  106. package/model/adVideoResponse.d.ts +0 -18
  107. package/model/attributionSettings.d.ts +0 -17
  108. package/model/audienceDetails.d.ts +0 -22
  109. package/model/businessGeoResponse.d.ts +0 -15
  110. package/model/countryResponse.d.ts +0 -16
  111. package/model/createCampaignRequest.d.ts +0 -18
  112. package/model/creativeDetails.d.ts +0 -25
  113. package/model/dpaCampaignRequest.d.ts +0 -17
  114. package/model/dpaCampaignResponse.d.ts +0 -36
  115. package/model/dpaEngagementRequest.d.ts +0 -65
  116. package/model/dpaEngagementResponse.d.ts +0 -114
  117. package/model/dpaEngagementSearchResponse.d.ts +0 -15
  118. package/model/exclusionRule.d.ts +0 -15
  119. package/model/facebookDetails.d.ts +0 -27
  120. package/model/facebookEngagementRequest.d.ts +0 -24
  121. package/model/facebookEngagementResponse.d.ts +0 -39
  122. package/model/imageOverlaySpecDetails.d.ts +0 -20
  123. package/model/mobileAppDetailRequest.d.ts +0 -23
  124. package/model/mobileAppDetailResponse.d.ts +0 -24
  125. package/model/pageDpaEngagementChangeLogResponse.d.ts +0 -27
  126. package/model/pageDpaEngagementResponse.d.ts +0 -27
  127. package/model/pageFacebookEngagementResponse.d.ts +0 -27
  128. package/model/tiktokCountryResponse.d.ts +0 -16
  129. 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
- }
@@ -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
- }