@revxui/intellibid-client-ts 1.0.6 → 1.0.8

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 (87) 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 +78 -78
  15. package/esm2020/api/campaignController.service.mjs +179 -179
  16. package/esm2020/api/countryController.service.mjs +78 -78
  17. package/esm2020/api/dpaCampaignController.service.mjs +145 -145
  18. package/esm2020/api/dpaEngagementController.service.mjs +327 -327
  19. package/esm2020/api/facebookEngagementController.service.mjs +185 -185
  20. package/esm2020/api/packageDetailController.service.mjs +123 -123
  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/campaignSearchResponse.mjs +12 -12
  30. package/esm2020/model/countryResponse.mjs +12 -12
  31. package/esm2020/model/createCampaignRequest.mjs +12 -12
  32. package/esm2020/model/creativeDetails.mjs +1 -1
  33. package/esm2020/model/dpaCampaignRequest.mjs +1 -1
  34. package/esm2020/model/dpaCampaignResponse.mjs +11 -11
  35. package/esm2020/model/dpaEngagementRequest.mjs +1 -1
  36. package/esm2020/model/dpaEngagementResponse.mjs +33 -33
  37. package/esm2020/model/dpaEngagementSearchResponse.mjs +12 -12
  38. package/esm2020/model/exclusionRule.mjs +12 -12
  39. package/esm2020/model/facebookDetails.mjs +1 -1
  40. package/esm2020/model/facebookEngagementRequest.mjs +12 -12
  41. package/esm2020/model/facebookEngagementResponse.mjs +20 -20
  42. package/esm2020/model/imageOverlaySpecDetails.mjs +12 -12
  43. package/esm2020/model/models.mjs +26 -26
  44. package/esm2020/model/packageDetailResponse.mjs +12 -12
  45. package/esm2020/model/pageCampaignResponse.mjs +2 -2
  46. package/esm2020/model/pageDpaEngagementResponse.mjs +2 -2
  47. package/esm2020/model/pageFacebookEngagementResponse.mjs +2 -2
  48. package/esm2020/model/pagePackageDetailResponse.mjs +2 -2
  49. package/esm2020/model/pageableObject.mjs +2 -2
  50. package/esm2020/model/sortObject.mjs +12 -12
  51. package/esm2020/model/updateDailyBudgetRequest.mjs +12 -12
  52. package/esm2020/revxui-intellibid-client-ts.mjs +4 -4
  53. package/esm2020/variables.mjs +8 -8
  54. package/fesm2015/revxui-intellibid-client-ts.mjs +1301 -1301
  55. package/fesm2015/revxui-intellibid-client-ts.mjs.map +1 -1
  56. package/fesm2020/revxui-intellibid-client-ts.mjs +1405 -1405
  57. package/fesm2020/revxui-intellibid-client-ts.mjs.map +1 -1
  58. package/index.d.ts +5 -5
  59. package/model/adSetDetails.d.ts +28 -28
  60. package/model/audienceDetails.d.ts +22 -22
  61. package/model/businessGeoResponse.d.ts +15 -15
  62. package/model/campaignResponse.d.ts +117 -117
  63. package/model/campaignSearchResponse.d.ts +16 -16
  64. package/model/countryResponse.d.ts +16 -16
  65. package/model/createCampaignRequest.d.ts +17 -17
  66. package/model/creativeDetails.d.ts +21 -21
  67. package/model/dpaCampaignRequest.d.ts +17 -17
  68. package/model/dpaCampaignResponse.d.ts +36 -36
  69. package/model/dpaEngagementRequest.d.ts +30 -30
  70. package/model/dpaEngagementResponse.d.ts +94 -93
  71. package/model/dpaEngagementSearchResponse.d.ts +15 -15
  72. package/model/exclusionRule.d.ts +15 -15
  73. package/model/facebookDetails.d.ts +27 -27
  74. package/model/facebookEngagementRequest.d.ts +23 -23
  75. package/model/facebookEngagementResponse.d.ts +38 -38
  76. package/model/imageOverlaySpecDetails.d.ts +20 -20
  77. package/model/models.d.ts +26 -26
  78. package/model/packageDetailResponse.d.ts +16 -16
  79. package/model/pageCampaignResponse.d.ts +27 -27
  80. package/model/pageDpaEngagementResponse.d.ts +27 -27
  81. package/model/pageFacebookEngagementResponse.d.ts +27 -27
  82. package/model/pagePackageDetailResponse.d.ts +27 -27
  83. package/model/pageableObject.d.ts +20 -20
  84. package/model/sortObject.d.ts +18 -18
  85. package/model/updateDailyBudgetRequest.d.ts +14 -14
  86. package/package.json +1 -1
  87. 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 CampaignSearchResponse {
13
- id?: number;
14
- name?: string;
15
- defaultLandingPage?: 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 CampaignSearchResponse {
13
+ id?: number;
14
+ name?: string;
15
+ defaultLandingPage?: 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 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,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
- export interface CreateCampaignRequest {
13
- name: string;
14
- vizardPackageId: number;
15
- businessGeoCode: string;
16
- defaultLandingPage: string;
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
+ export interface CreateCampaignRequest {
13
+ name: string;
14
+ vizardPackageId: number;
15
+ businessGeoCode: string;
16
+ defaultLandingPage: string;
17
+ }
@@ -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,36 +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' | '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
+ /**
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
+ }