@revxui/intellibid-client-ts 1.0.4 → 1.0.5

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 (85) hide show
  1. package/README.md +2 -2
  2. package/api/api.d.ts +15 -15
  3. package/api/businessGeoController.service.d.ts +28 -28
  4. package/api/campaignController.service.d.ts +67 -67
  5. package/api/countryController.service.d.ts +28 -28
  6. package/api/dpaCampaignController.service.d.ts +52 -52
  7. package/api/dpaEngagementController.service.d.ts +126 -126
  8. package/api/facebookEngagementController.service.d.ts +67 -67
  9. package/api/packageDetailController.service.d.ts +45 -45
  10. package/api.module.d.ts +11 -11
  11. package/configuration.d.ts +48 -48
  12. package/encoder.d.ts +10 -10
  13. package/esm2020/api/api.mjs +15 -15
  14. package/esm2020/api/businessGeoController.service.mjs +77 -77
  15. package/esm2020/api/campaignController.service.mjs +178 -178
  16. package/esm2020/api/countryController.service.mjs +77 -77
  17. package/esm2020/api/dpaCampaignController.service.mjs +144 -144
  18. package/esm2020/api/dpaEngagementController.service.mjs +326 -326
  19. package/esm2020/api/facebookEngagementController.service.mjs +184 -184
  20. package/esm2020/api/packageDetailController.service.mjs +122 -122
  21. package/esm2020/api.module.mjs +62 -62
  22. package/esm2020/configuration.mjs +58 -58
  23. package/esm2020/encoder.mjs +16 -16
  24. package/esm2020/index.mjs +5 -5
  25. package/esm2020/model/adSetDetails.mjs +19 -19
  26. package/esm2020/model/audienceDetails.mjs +12 -12
  27. package/esm2020/model/businessGeoResponse.mjs +12 -12
  28. package/esm2020/model/campaignResponse.mjs +31 -31
  29. package/esm2020/model/countryResponse.mjs +12 -12
  30. package/esm2020/model/createCampaignRequest.mjs +12 -12
  31. package/esm2020/model/creativeDetails.mjs +1 -1
  32. package/esm2020/model/dpaCampaignRequest.mjs +1 -1
  33. package/esm2020/model/dpaCampaignResponse.mjs +12 -11
  34. package/esm2020/model/dpaEngagementRequest.mjs +1 -1
  35. package/esm2020/model/dpaEngagementResponse.mjs +33 -32
  36. package/esm2020/model/entitySearchResponse.mjs +12 -12
  37. package/esm2020/model/exclusionRule.mjs +12 -12
  38. package/esm2020/model/facebookDetails.mjs +1 -1
  39. package/esm2020/model/facebookEngagementRequest.mjs +12 -12
  40. package/esm2020/model/facebookEngagementResponse.mjs +20 -20
  41. package/esm2020/model/imageOverlaySpecDetails.mjs +12 -12
  42. package/esm2020/model/models.mjs +25 -25
  43. package/esm2020/model/packageDetailResponse.mjs +12 -12
  44. package/esm2020/model/pageCampaignResponse.mjs +1 -1
  45. package/esm2020/model/pageDpaEngagementResponse.mjs +1 -1
  46. package/esm2020/model/pageFacebookEngagementResponse.mjs +1 -1
  47. package/esm2020/model/pagePackageDetailResponse.mjs +1 -1
  48. package/esm2020/model/pageableObject.mjs +2 -2
  49. package/esm2020/model/sortObject.mjs +12 -12
  50. package/esm2020/model/updateDailyBudgetRequest.mjs +12 -12
  51. package/esm2020/revxui-intellibid-client-ts.mjs +4 -4
  52. package/esm2020/variables.mjs +8 -8
  53. package/fesm2015/revxui-intellibid-client-ts.mjs +1301 -1299
  54. package/fesm2015/revxui-intellibid-client-ts.mjs.map +1 -1
  55. package/fesm2020/revxui-intellibid-client-ts.mjs +1395 -1393
  56. package/fesm2020/revxui-intellibid-client-ts.mjs.map +1 -1
  57. package/index.d.ts +5 -5
  58. package/model/adSetDetails.d.ts +28 -28
  59. package/model/audienceDetails.d.ts +22 -22
  60. package/model/businessGeoResponse.d.ts +15 -15
  61. package/model/campaignResponse.d.ts +117 -117
  62. package/model/countryResponse.d.ts +16 -16
  63. package/model/createCampaignRequest.d.ts +16 -16
  64. package/model/creativeDetails.d.ts +21 -21
  65. package/model/dpaCampaignRequest.d.ts +17 -17
  66. package/model/dpaCampaignResponse.d.ts +36 -35
  67. package/model/dpaEngagementRequest.d.ts +30 -30
  68. package/model/dpaEngagementResponse.d.ts +92 -90
  69. package/model/entitySearchResponse.d.ts +15 -15
  70. package/model/exclusionRule.d.ts +15 -15
  71. package/model/facebookDetails.d.ts +27 -27
  72. package/model/facebookEngagementRequest.d.ts +23 -23
  73. package/model/facebookEngagementResponse.d.ts +38 -38
  74. package/model/imageOverlaySpecDetails.d.ts +20 -20
  75. package/model/models.d.ts +25 -25
  76. package/model/packageDetailResponse.d.ts +16 -16
  77. package/model/pageCampaignResponse.d.ts +27 -27
  78. package/model/pageDpaEngagementResponse.d.ts +27 -27
  79. package/model/pageFacebookEngagementResponse.d.ts +27 -27
  80. package/model/pagePackageDetailResponse.d.ts +27 -27
  81. package/model/pageableObject.d.ts +20 -20
  82. package/model/sortObject.d.ts +18 -18
  83. package/model/updateDailyBudgetRequest.d.ts +14 -14
  84. package/package.json +1 -1
  85. package/variables.d.ts +8 -8
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- export * from './api/api';
2
- export * from './model/models';
3
- export * from './variables';
4
- export * from './configuration';
5
- export * from './api.module';
1
+ export * from './api/api';
2
+ export * from './model/models';
3
+ export * from './variables';
4
+ export * from './configuration';
5
+ export * from './api.module';
@@ -1,28 +1,28 @@
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 AdSetDetails {
13
- name?: string;
14
- id?: string;
15
- type?: AdSetDetails.TypeEnum;
16
- audienceId?: string;
17
- cvrBucket?: string;
18
- hsdoBucket?: string;
19
- placementBucket?: string;
20
- }
21
- export declare namespace AdSetDetails {
22
- type TypeEnum = 'IB' | 'Engage' | 'Default';
23
- const TypeEnum: {
24
- IB: TypeEnum;
25
- Engage: TypeEnum;
26
- Default: TypeEnum;
27
- };
28
- }
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 AdSetDetails {
13
+ name?: string;
14
+ id?: string;
15
+ type?: AdSetDetails.TypeEnum;
16
+ audienceId?: string;
17
+ cvrBucket?: string;
18
+ hsdoBucket?: string;
19
+ placementBucket?: string;
20
+ }
21
+ export declare namespace AdSetDetails {
22
+ type TypeEnum = 'IB' | 'Engage' | 'Default';
23
+ const TypeEnum: {
24
+ IB: TypeEnum;
25
+ Engage: TypeEnum;
26
+ Default: TypeEnum;
27
+ };
28
+ }
@@ -1,22 +1,22 @@
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 AudienceDetails {
13
- id?: string;
14
- name?: string;
15
- cvrBucket?: string;
16
- hsdoBucket?: string;
17
- stage?: string;
18
- segmentId?: string;
19
- bannerId?: string;
20
- engageAudienceType?: string;
21
- size?: number;
22
- }
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 AudienceDetails {
13
+ id?: string;
14
+ name?: string;
15
+ cvrBucket?: string;
16
+ hsdoBucket?: string;
17
+ stage?: string;
18
+ segmentId?: string;
19
+ bannerId?: string;
20
+ engageAudienceType?: string;
21
+ size?: number;
22
+ }
@@ -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 BusinessGeoResponse {
13
- code?: string;
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 BusinessGeoResponse {
13
+ code?: string;
14
+ name?: string;
15
+ }
@@ -1,117 +1,117 @@
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 CampaignResponse {
13
- id?: number;
14
- advertiserId?: number;
15
- name?: string;
16
- vizVrmId?: string;
17
- impressionCap?: number;
18
- priority?: number;
19
- resetImpressionCount?: boolean;
20
- payoutTypeId?: number;
21
- payoutValue?: number;
22
- payoutCurrencyCode?: string;
23
- status?: CampaignResponse.StatusEnum;
24
- httpBatchSize?: number;
25
- httpsBatchSize?: number;
26
- httpPixelListenerDomainId?: number;
27
- httpsPixelListenerDomainId?: number;
28
- impressionTrackerUrl?: string;
29
- clickTrackerUrl?: string;
30
- tagFileName?: string;
31
- feedCode?: string;
32
- dateFormat?: string;
33
- bannerDisplayDateFormat?: string;
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;
95
- }
96
- export declare namespace CampaignResponse {
97
- type StatusEnum = 'INACTIVE' | 'PAUSED' | 'ACTIVE' | 'SOFTPAUSE';
98
- const StatusEnum: {
99
- INACTIVE: StatusEnum;
100
- PAUSED: StatusEnum;
101
- ACTIVE: StatusEnum;
102
- SOFTPAUSE: StatusEnum;
103
- };
104
- type SegDbTypeEnum = 'SEGMENTATION' | 'COUNT';
105
- const SegDbTypeEnum: {
106
- SEGMENTATION: SegDbTypeEnum;
107
- COUNT: SegDbTypeEnum;
108
- };
109
- type CampaignTypeEnum = 'BRANDING' | 'UA' | 'RETARGETING' | 'DSP' | 'DMP';
110
- const CampaignTypeEnum: {
111
- BRANDING: CampaignTypeEnum;
112
- UA: CampaignTypeEnum;
113
- RETARGETING: CampaignTypeEnum;
114
- DSP: CampaignTypeEnum;
115
- DMP: CampaignTypeEnum;
116
- };
117
- }
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 CampaignResponse {
13
+ id?: number;
14
+ advertiserId?: number;
15
+ name?: string;
16
+ vizVrmId?: string;
17
+ impressionCap?: number;
18
+ priority?: number;
19
+ resetImpressionCount?: boolean;
20
+ payoutTypeId?: number;
21
+ payoutValue?: number;
22
+ payoutCurrencyCode?: string;
23
+ status?: CampaignResponse.StatusEnum;
24
+ httpBatchSize?: number;
25
+ httpsBatchSize?: number;
26
+ httpPixelListenerDomainId?: number;
27
+ httpsPixelListenerDomainId?: number;
28
+ impressionTrackerUrl?: string;
29
+ clickTrackerUrl?: string;
30
+ tagFileName?: string;
31
+ feedCode?: string;
32
+ dateFormat?: string;
33
+ bannerDisplayDateFormat?: string;
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;
95
+ }
96
+ export declare namespace CampaignResponse {
97
+ type StatusEnum = 'INACTIVE' | 'PAUSED' | 'ACTIVE' | 'SOFTPAUSE';
98
+ const StatusEnum: {
99
+ INACTIVE: StatusEnum;
100
+ PAUSED: StatusEnum;
101
+ ACTIVE: StatusEnum;
102
+ SOFTPAUSE: StatusEnum;
103
+ };
104
+ type SegDbTypeEnum = 'SEGMENTATION' | 'COUNT';
105
+ const SegDbTypeEnum: {
106
+ SEGMENTATION: SegDbTypeEnum;
107
+ COUNT: SegDbTypeEnum;
108
+ };
109
+ type CampaignTypeEnum = 'BRANDING' | 'UA' | 'RETARGETING' | 'DSP' | 'DMP';
110
+ const CampaignTypeEnum: {
111
+ BRANDING: CampaignTypeEnum;
112
+ UA: CampaignTypeEnum;
113
+ RETARGETING: CampaignTypeEnum;
114
+ DSP: CampaignTypeEnum;
115
+ DMP: CampaignTypeEnum;
116
+ };
117
+ }
@@ -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 CountryResponse {
13
- code?: string;
14
- name?: string;
15
- businessGeoCode?: string;
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 CountryResponse {
13
+ code?: string;
14
+ name?: string;
15
+ businessGeoCode?: string;
16
+ }
@@ -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 CreateCampaignRequest {
13
- name: string;
14
- vizardPackageId: number;
15
- businessGeoCode: string;
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 CreateCampaignRequest {
13
+ name: string;
14
+ vizardPackageId: number;
15
+ businessGeoCode: string;
16
+ }
@@ -1,21 +1,21 @@
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 { ImageOverlaySpecDetails } from './imageOverlaySpecDetails';
13
- export interface CreativeDetails {
14
- button?: string;
15
- title?: string;
16
- link?: string;
17
- name?: string;
18
- description?: string;
19
- urlTags?: string;
20
- imageOverlaySpec?: ImageOverlaySpecDetails;
21
- }
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 { ImageOverlaySpecDetails } from './imageOverlaySpecDetails';
13
+ export interface CreativeDetails {
14
+ button?: string;
15
+ title?: string;
16
+ link?: string;
17
+ name?: string;
18
+ description?: string;
19
+ urlTags?: string;
20
+ imageOverlaySpec?: ImageOverlaySpecDetails;
21
+ }
@@ -1,17 +1,17 @@
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 { FacebookDetails } from './facebookDetails';
14
- export interface DpaCampaignRequest {
15
- fbDetails?: FacebookDetails;
16
- creativeDetails?: CreativeDetails;
17
- }
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 { FacebookDetails } from './facebookDetails';
14
+ export interface DpaCampaignRequest {
15
+ fbDetails?: FacebookDetails;
16
+ creativeDetails?: CreativeDetails;
17
+ }
@@ -1,35 +1,36 @@
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
- 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';
28
- const StatusEnum: {
29
- DRAFT: StatusEnum;
30
- INITIALIZED: StatusEnum;
31
- RUNNING: StatusEnum;
32
- UPDATING: StatusEnum;
33
- PAUSED: StatusEnum;
34
- };
35
- }
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
+ 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,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
+ }