@revxui/intellibid-client-ts 1.0.45 → 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.
Files changed (121) 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 +12 -44
  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/campaignRequest.mjs +29 -0
  15. package/esm2020/model/campaignResponse.mjs +12 -26
  16. package/esm2020/model/campaignSearchResponse.mjs +1 -1
  17. package/esm2020/model/campaignUpdateRequest.mjs +20 -0
  18. package/esm2020/model/models.mjs +8 -32
  19. package/esm2020/model/pageAdvertiserResponse.mjs +2 -0
  20. package/esm2020/model/pageCampaignChangeLogResponse.mjs +2 -0
  21. package/fesm2015/revxui-intellibid-client-ts.mjs +208 -2241
  22. package/fesm2015/revxui-intellibid-client-ts.mjs.map +1 -1
  23. package/fesm2020/revxui-intellibid-client-ts.mjs +214 -2365
  24. package/fesm2020/revxui-intellibid-client-ts.mjs.map +1 -1
  25. package/model/advertiserResponse.d.ts +30 -0
  26. package/model/{packageDetailResponse.d.ts → advertiserSearchResponse.d.ts} +2 -2
  27. package/model/{dpaEngagementChangeLogResponse.d.ts → campaignChangeLogResponse.d.ts} +10 -13
  28. package/model/campaignRequest.d.ts +44 -0
  29. package/model/campaignResponse.d.ts +34 -96
  30. package/model/campaignSearchResponse.d.ts +0 -1
  31. package/model/{updateRequest.d.ts → campaignUpdateRequest.d.ts} +3 -3
  32. package/model/models.d.ts +7 -31
  33. package/model/{pagePackageDetailResponse.d.ts → pageAdvertiserResponse.d.ts} +3 -3
  34. package/model/{pageMobileAppDetailResponse.d.ts → pageCampaignChangeLogResponse.d.ts} +3 -3
  35. package/package.json +1 -1
  36. package/api/businessGeoController.service.d.ts +0 -28
  37. package/api/dpaCampaignController.service.d.ts +0 -52
  38. package/api/dpaEngagementController.service.d.ts +0 -143
  39. package/api/facebookAdImageController.service.d.ts +0 -52
  40. package/api/facebookAdVideoController.service.d.ts +0 -63
  41. package/api/facebookEngagementController.service.d.ts +0 -68
  42. package/api/mobileAppDetailController.service.d.ts +0 -65
  43. package/api/packageDetailController.service.d.ts +0 -45
  44. package/api/sourcePlatformMETAController.service.d.ts +0 -97
  45. package/api/sourcePlatformMETADictionaryController.service.d.ts +0 -28
  46. package/api/sourcePlatformTIKTOKController.service.d.ts +0 -64
  47. package/api/sourcePlatformTIKTOKDictionaryController.service.d.ts +0 -28
  48. package/api/tiktokAudienceController.service.d.ts +0 -35
  49. package/api/tiktokEngagementController.service.d.ts +0 -50
  50. package/esm2020/api/businessGeoController.service.mjs +0 -78
  51. package/esm2020/api/campaignInsightsController.service.mjs +0 -99
  52. package/esm2020/api/dpaCampaignController.service.mjs +0 -145
  53. package/esm2020/api/dpaEngagementController.service.mjs +0 -374
  54. package/esm2020/api/facebookAdImageController.service.mjs +0 -144
  55. package/esm2020/api/facebookAdVideoController.service.mjs +0 -169
  56. package/esm2020/api/facebookEngagementController.service.mjs +0 -188
  57. package/esm2020/api/mobileAppDetailController.service.mjs +0 -179
  58. package/esm2020/api/packageDetailController.service.mjs +0 -123
  59. package/esm2020/api/sourcePlatformMETAController.service.mjs +0 -253
  60. package/esm2020/api/sourcePlatformMETADictionaryController.service.mjs +0 -78
  61. package/esm2020/api/sourcePlatformTIKTOKController.service.mjs +0 -188
  62. package/esm2020/api/sourcePlatformTIKTOKDictionaryController.service.mjs +0 -78
  63. package/esm2020/api/tiktokAudienceController.service.mjs +0 -93
  64. package/esm2020/api/tiktokEngagementController.service.mjs +0 -142
  65. package/esm2020/model/adImageResponse.mjs +0 -20
  66. package/esm2020/model/adSetDetails.mjs +0 -20
  67. package/esm2020/model/adVideoResponse.mjs +0 -13
  68. package/esm2020/model/attributionSettings.mjs +0 -13
  69. package/esm2020/model/audienceDetails.mjs +0 -13
  70. package/esm2020/model/businessGeoResponse.mjs +0 -13
  71. package/esm2020/model/countryResponse.mjs +0 -13
  72. package/esm2020/model/createCampaignRequest.mjs +0 -13
  73. package/esm2020/model/creativeDetails.mjs +0 -2
  74. package/esm2020/model/dpaCampaignRequest.mjs +0 -2
  75. package/esm2020/model/dpaCampaignResponse.mjs +0 -12
  76. package/esm2020/model/dpaEngagementChangeLogResponse.mjs +0 -26
  77. package/esm2020/model/dpaEngagementRequest.mjs +0 -20
  78. package/esm2020/model/dpaEngagementResponse.mjs +0 -40
  79. package/esm2020/model/dpaEngagementSearchResponse.mjs +0 -13
  80. package/esm2020/model/exclusionRule.mjs +0 -13
  81. package/esm2020/model/facebookDetails.mjs +0 -2
  82. package/esm2020/model/facebookEngagementRequest.mjs +0 -13
  83. package/esm2020/model/facebookEngagementResponse.mjs +0 -21
  84. package/esm2020/model/imageOverlaySpecDetails.mjs +0 -13
  85. package/esm2020/model/mobileAppDetailRequest.mjs +0 -13
  86. package/esm2020/model/mobileAppDetailResponse.mjs +0 -13
  87. package/esm2020/model/packageDetailResponse.mjs +0 -13
  88. package/esm2020/model/pageDpaEngagementChangeLogResponse.mjs +0 -2
  89. package/esm2020/model/pageDpaEngagementResponse.mjs +0 -2
  90. package/esm2020/model/pageFacebookEngagementResponse.mjs +0 -2
  91. package/esm2020/model/pageMobileAppDetailResponse.mjs +0 -2
  92. package/esm2020/model/pagePackageDetailResponse.mjs +0 -2
  93. package/esm2020/model/tiktokCountryResponse.mjs +0 -13
  94. package/esm2020/model/tiktokEngagement.mjs +0 -2
  95. package/esm2020/model/updateRequest.mjs +0 -20
  96. package/model/adImageResponse.d.ts +0 -26
  97. package/model/adSetDetails.d.ts +0 -28
  98. package/model/adVideoResponse.d.ts +0 -18
  99. package/model/attributionSettings.d.ts +0 -17
  100. package/model/audienceDetails.d.ts +0 -22
  101. package/model/businessGeoResponse.d.ts +0 -15
  102. package/model/countryResponse.d.ts +0 -16
  103. package/model/createCampaignRequest.d.ts +0 -18
  104. package/model/creativeDetails.d.ts +0 -25
  105. package/model/dpaCampaignRequest.d.ts +0 -17
  106. package/model/dpaCampaignResponse.d.ts +0 -36
  107. package/model/dpaEngagementRequest.d.ts +0 -63
  108. package/model/dpaEngagementResponse.d.ts +0 -112
  109. package/model/dpaEngagementSearchResponse.d.ts +0 -15
  110. package/model/exclusionRule.d.ts +0 -15
  111. package/model/facebookDetails.d.ts +0 -27
  112. package/model/facebookEngagementRequest.d.ts +0 -24
  113. package/model/facebookEngagementResponse.d.ts +0 -39
  114. package/model/imageOverlaySpecDetails.d.ts +0 -20
  115. package/model/mobileAppDetailRequest.d.ts +0 -23
  116. package/model/mobileAppDetailResponse.d.ts +0 -24
  117. package/model/pageDpaEngagementChangeLogResponse.d.ts +0 -27
  118. package/model/pageDpaEngagementResponse.d.ts +0 -27
  119. package/model/pageFacebookEngagementResponse.d.ts +0 -27
  120. package/model/tiktokCountryResponse.d.ts +0 -16
  121. 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,63 +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
- bidValue: number;
20
- dailyBudget: number;
21
- margin: number;
22
- payoutType: DpaEngagementRequest.PayoutTypeEnum;
23
- payoutValue: number;
24
- audienceCategories: Array<string>;
25
- adPlacements: Array<string>;
26
- targetCountries: Array<string>;
27
- audienceMinimumAge?: number;
28
- audienceMaximumAge?: number;
29
- ageRanges?: Array<string>;
30
- mobileOSs: Array<string>;
31
- audienceGenders: Array<string>;
32
- exclusionRules: Array<ExclusionRule>;
33
- creativeFormat: string;
34
- creativeDetails?: CreativeDetails;
35
- attributionSettings: AttributionSettings;
36
- campaignStatus?: boolean;
37
- staticCampaign?: boolean;
38
- sourcePlatform: DpaEngagementRequest.SourcePlatformEnum;
39
- customEvent?: string;
40
- ageRangeValidForPlatform?: boolean;
41
- ageRangesValidForPlatform?: boolean;
42
- customEventValidForPlatform?: boolean;
43
- }
44
- export declare namespace DpaEngagementRequest {
45
- type PayoutTypeEnum = 'CPM' | 'CPC' | 'CPA' | 'CPS' | 'CPA - Client Attributed' | 'CPS - Client Attributed' | 'MARGIN' | 'PAYOUT_PER_CONVERSION';
46
- const PayoutTypeEnum: {
47
- CPM: PayoutTypeEnum;
48
- CPC: PayoutTypeEnum;
49
- CPA: PayoutTypeEnum;
50
- CPS: PayoutTypeEnum;
51
- CPAClientAttributed: PayoutTypeEnum;
52
- CPSClientAttributed: PayoutTypeEnum;
53
- MARGIN: PayoutTypeEnum;
54
- PAYOUTPERCONVERSION: PayoutTypeEnum;
55
- };
56
- type SourcePlatformEnum = 'META' | 'GOOGLE' | 'TIKTOK' | 'SNAPCHAT';
57
- const SourcePlatformEnum: {
58
- META: SourcePlatformEnum;
59
- GOOGLE: SourcePlatformEnum;
60
- TIKTOK: SourcePlatformEnum;
61
- SNAPCHAT: SourcePlatformEnum;
62
- };
63
- }
@@ -1,112 +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
- bannerId?: number;
24
- runBy?: DpaEngagementResponse.RunByEnum;
25
- payoutType?: DpaEngagementResponse.PayoutTypeEnum;
26
- payoutValue?: number;
27
- publisherId?: number;
28
- bidValue?: number;
29
- dailyBudget?: number;
30
- margin?: number;
31
- ppaTarget?: number;
32
- audienceCategories?: Array<string>;
33
- audienceMinimumAge?: number;
34
- audienceMaximumAge?: number;
35
- ageRanges?: Array<string>;
36
- audienceGenders?: Array<string>;
37
- exclusionRules?: Array<ExclusionRule>;
38
- status?: DpaEngagementResponse.StatusEnum;
39
- targetCountries?: Array<string>;
40
- adPlacements?: Array<string>;
41
- mobileOSs?: Array<string>;
42
- creativeFormat?: string;
43
- creativeDetails?: CreativeDetails;
44
- attributionSettings?: AttributionSettings;
45
- isIntellibidEnabled?: boolean;
46
- isMarketFeedbackEnabled?: boolean;
47
- isFeedReady?: boolean;
48
- isAudienceReady?: boolean;
49
- campaignStatus?: boolean;
50
- feedDetails?: string;
51
- template?: DpaEngagementResponse.TemplateEnum;
52
- createdOn?: Date;
53
- createdBy?: number;
54
- updatedOn?: Date;
55
- updatedBy?: number;
56
- targetCpaUsd?: number;
57
- isMigrated?: boolean;
58
- staticCampaign?: boolean;
59
- logoPosition?: string;
60
- startDate?: Date;
61
- endDate?: Date;
62
- journeyId?: number;
63
- errorMessage?: string;
64
- campaignName?: string;
65
- createdByUserRevXEmail?: string;
66
- updatedByUserRevXEmail?: string;
67
- customEvent?: string;
68
- scheduledUpdates?: ScheduledUpdates;
69
- }
70
- export declare namespace DpaEngagementResponse {
71
- type SourcePlatformEnum = 'META' | 'GOOGLE' | 'TIKTOK' | 'SNAPCHAT';
72
- const SourcePlatformEnum: {
73
- META: SourcePlatformEnum;
74
- GOOGLE: SourcePlatformEnum;
75
- TIKTOK: SourcePlatformEnum;
76
- SNAPCHAT: SourcePlatformEnum;
77
- };
78
- type RunByEnum = 'CLIENT' | 'VIZURY';
79
- const RunByEnum: {
80
- CLIENT: RunByEnum;
81
- VIZURY: RunByEnum;
82
- };
83
- type PayoutTypeEnum = 'CPM' | 'CPC' | 'CPA' | 'CPS' | 'CPA - Client Attributed' | 'CPS - Client Attributed' | 'MARGIN' | 'PAYOUT_PER_CONVERSION';
84
- const PayoutTypeEnum: {
85
- CPM: PayoutTypeEnum;
86
- CPC: PayoutTypeEnum;
87
- CPA: PayoutTypeEnum;
88
- CPS: PayoutTypeEnum;
89
- CPAClientAttributed: PayoutTypeEnum;
90
- CPSClientAttributed: PayoutTypeEnum;
91
- MARGIN: PayoutTypeEnum;
92
- PAYOUTPERCONVERSION: PayoutTypeEnum;
93
- };
94
- type StatusEnum = 'DRAFT' | 'INITIALIZED' | 'RUNNING' | 'UPDATING' | 'PAUSED' | 'FAILED';
95
- const StatusEnum: {
96
- DRAFT: StatusEnum;
97
- INITIALIZED: StatusEnum;
98
- RUNNING: StatusEnum;
99
- UPDATING: StatusEnum;
100
- PAUSED: StatusEnum;
101
- FAILED: StatusEnum;
102
- };
103
- type TemplateEnum = 'none' | 'text-on-image' | 'price' | 'percentage_off' | 'strikethrough_price' | 'image-overlay';
104
- const TemplateEnum: {
105
- None: TemplateEnum;
106
- TextOnImage: TemplateEnum;
107
- Price: TemplateEnum;
108
- PercentageOff: TemplateEnum;
109
- StrikethroughPrice: TemplateEnum;
110
- ImageOverlay: TemplateEnum;
111
- };
112
- }
@@ -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
- numberOfElements?: number;
21
- pageable?: PageableObject;
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
- numberOfElements?: number;
21
- pageable?: PageableObject;
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
- numberOfElements?: number;
21
- pageable?: PageableObject;
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
- }