@revxui/intellibid-client-ts 1.0.68 → 1.0.71

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 (105) hide show
  1. package/README.md +2 -2
  2. package/api/advertiserController.service.d.ts +137 -137
  3. package/api/api.d.ts +11 -11
  4. package/api/audienceController.service.d.ts +128 -128
  5. package/api/campaignController.service.d.ts +110 -127
  6. package/api/insightsController.service.d.ts +33 -33
  7. package/api/lookupDataController.service.d.ts +58 -58
  8. package/api.module.d.ts +11 -11
  9. package/configuration.d.ts +48 -48
  10. package/encoder.d.ts +10 -10
  11. package/esm2020/api/advertiserController.service.mjs +327 -327
  12. package/esm2020/api/api.mjs +11 -11
  13. package/esm2020/api/audienceController.service.mjs +326 -326
  14. package/esm2020/api/campaignController.service.mjs +297 -326
  15. package/esm2020/api/insightsController.service.mjs +107 -107
  16. package/esm2020/api/lookupDataController.service.mjs +134 -134
  17. package/esm2020/api.module.mjs +56 -56
  18. package/esm2020/configuration.mjs +58 -58
  19. package/esm2020/encoder.mjs +16 -16
  20. package/esm2020/index.mjs +5 -5
  21. package/esm2020/model/adAccountResponse.mjs +25 -25
  22. package/esm2020/model/advertiserMmpConversionEventResponse.mjs +12 -12
  23. package/esm2020/model/advertiserResponse.mjs +12 -12
  24. package/esm2020/model/advertiserSearchResponse.mjs +12 -12
  25. package/esm2020/model/audienceResponse.mjs +17 -17
  26. package/esm2020/model/blockedEventResponse.mjs +12 -12
  27. package/esm2020/model/businessZoneResponse.mjs +12 -12
  28. package/esm2020/model/campaignChangeLogResponse.mjs +23 -23
  29. package/esm2020/model/campaignInsightRecord.mjs +18 -18
  30. package/esm2020/model/campaignInsightsResponse.mjs +1 -1
  31. package/esm2020/model/campaignRequest.mjs +34 -34
  32. package/esm2020/model/campaignResponse.mjs +26 -26
  33. package/esm2020/model/campaignSearchResponse.mjs +12 -12
  34. package/esm2020/model/childAudience.mjs +38 -38
  35. package/esm2020/model/countryResponse.mjs +12 -12
  36. package/esm2020/model/createBlockedLiveAudienceRequest.mjs +21 -21
  37. package/esm2020/model/createBucketizedCustomAudienceRequest.mjs +37 -37
  38. package/esm2020/model/createBucketizedLiveAudienceRequest.mjs +25 -25
  39. package/esm2020/model/createDsCustomQueryAudienceRequest.mjs +33 -33
  40. package/esm2020/model/goalEventOptionDTO.mjs +13 -13
  41. package/esm2020/model/goalResponse.mjs +12 -12
  42. package/esm2020/model/models.mjs +37 -38
  43. package/esm2020/model/oSResponse.mjs +12 -12
  44. package/esm2020/model/pageAdvertiserResponse.mjs +2 -2
  45. package/esm2020/model/pageCampaignChangeLogResponse.mjs +2 -2
  46. package/esm2020/model/pageCampaignResponse.mjs +2 -2
  47. package/esm2020/model/pageableObject.mjs +1 -1
  48. package/esm2020/model/platformResponse.mjs +12 -12
  49. package/esm2020/model/productSetRequest.mjs +21 -21
  50. package/esm2020/model/productSetResponse.mjs +21 -21
  51. package/esm2020/model/scheduleUpdateRequest.mjs +18 -18
  52. package/esm2020/model/scheduledUpdates.mjs +12 -12
  53. package/esm2020/model/sortObject.mjs +12 -12
  54. package/esm2020/model/supportedGoalEventsResponseDTO.mjs +1 -1
  55. package/esm2020/model/updateAudienceNameRequest.mjs +21 -21
  56. package/esm2020/model/updateDsCustomQuerySqlRequest.mjs +21 -21
  57. package/esm2020/model/validateDsQueryRequest.mjs +12 -12
  58. package/esm2020/revxui-intellibid-client-ts.mjs +4 -4
  59. package/esm2020/variables.mjs +8 -8
  60. package/fesm2015/revxui-intellibid-client-ts.mjs +1661 -1690
  61. package/fesm2015/revxui-intellibid-client-ts.mjs.map +1 -1
  62. package/fesm2020/revxui-intellibid-client-ts.mjs +1788 -1829
  63. package/fesm2020/revxui-intellibid-client-ts.mjs.map +1 -1
  64. package/index.d.ts +5 -5
  65. package/model/adAccountResponse.d.ts +32 -32
  66. package/model/advertiserMmpConversionEventResponse.d.ts +15 -15
  67. package/model/advertiserResponse.d.ts +32 -32
  68. package/model/advertiserSearchResponse.d.ts +16 -16
  69. package/model/audienceResponse.d.ts +46 -45
  70. package/model/blockedEventResponse.d.ts +15 -15
  71. package/model/businessZoneResponse.d.ts +17 -17
  72. package/model/campaignChangeLogResponse.d.ts +34 -34
  73. package/model/campaignInsightRecord.d.ts +56 -56
  74. package/model/campaignInsightsResponse.d.ts +16 -16
  75. package/model/campaignRequest.d.ts +55 -55
  76. package/model/campaignResponse.d.ts +75 -75
  77. package/model/campaignSearchResponse.d.ts +15 -15
  78. package/model/childAudience.d.ts +68 -69
  79. package/model/countryResponse.d.ts +18 -18
  80. package/model/createBlockedLiveAudienceRequest.d.ts +27 -27
  81. package/model/createBucketizedCustomAudienceRequest.d.ts +56 -56
  82. package/model/createBucketizedLiveAudienceRequest.d.ts +40 -40
  83. package/model/createDsCustomQueryAudienceRequest.d.ts +50 -48
  84. package/model/goalEventOptionDTO.d.ts +14 -15
  85. package/model/goalResponse.d.ts +15 -15
  86. package/model/models.d.ts +36 -37
  87. package/model/oSResponse.d.ts +15 -15
  88. package/model/pageAdvertiserResponse.d.ts +27 -27
  89. package/model/pageCampaignChangeLogResponse.d.ts +27 -27
  90. package/model/pageCampaignResponse.d.ts +27 -27
  91. package/model/pageableObject.d.ts +20 -20
  92. package/model/platformResponse.d.ts +15 -15
  93. package/model/productSetRequest.d.ts +27 -27
  94. package/model/productSetResponse.d.ts +27 -27
  95. package/model/scheduleUpdateRequest.d.ts +22 -22
  96. package/model/scheduledUpdates.d.ts +15 -15
  97. package/model/sortObject.d.ts +18 -18
  98. package/model/supportedGoalEventsResponseDTO.d.ts +19 -19
  99. package/model/updateAudienceNameRequest.d.ts +26 -26
  100. package/model/updateDsCustomQuerySqlRequest.d.ts +26 -26
  101. package/model/validateDsQueryRequest.d.ts +14 -14
  102. package/package.json +1 -1
  103. package/variables.d.ts +8 -8
  104. package/esm2020/model/goalRequest.mjs +0 -13
  105. package/model/goalRequest.d.ts +0 -17
@@ -1,55 +1,55 @@
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 CampaignRequest {
13
- advertiserId: number;
14
- advertiserGoalEvent?: string;
15
- sourcePlatform: CampaignRequest.SourcePlatformEnum;
16
- adAccountId: string;
17
- platformCampaignId: string;
18
- payoutType: CampaignRequest.PayoutTypeEnum;
19
- payoutValue: number;
20
- startDate: string;
21
- goal?: CampaignRequest.GoalEnum;
22
- goalValue?: number;
23
- marketFeedbackEnabled?: boolean;
24
- activeOnPlatform?: boolean;
25
- osId: number;
26
- mmpConversionEventId: number;
27
- mmpAttributionSetting: CampaignRequest.MmpAttributionSettingEnum;
28
- payoutValueValidForType?: boolean;
29
- goalValueConsistent?: boolean;
30
- }
31
- export declare namespace CampaignRequest {
32
- type SourcePlatformEnum = 'META' | 'TIKTOK' | 'SNAPCHAT' | 'GOOGLE' | 'LYADS';
33
- const SourcePlatformEnum: {
34
- META: SourcePlatformEnum;
35
- TIKTOK: SourcePlatformEnum;
36
- SNAPCHAT: SourcePlatformEnum;
37
- GOOGLE: SourcePlatformEnum;
38
- LYADS: SourcePlatformEnum;
39
- };
40
- type PayoutTypeEnum = 'DYNAMIC_MARGIN' | 'PAYOUT_PER_CONVERSION';
41
- const PayoutTypeEnum: {
42
- DYNAMICMARGIN: PayoutTypeEnum;
43
- PAYOUTPERCONVERSION: PayoutTypeEnum;
44
- };
45
- type GoalEnum = 'COST_PER_RESULT' | 'ROAS';
46
- const GoalEnum: {
47
- COSTPERRESULT: GoalEnum;
48
- ROAS: GoalEnum;
49
- };
50
- type MmpAttributionSettingEnum = 'CTA' | 'CTA_AND_VTA';
51
- const MmpAttributionSettingEnum: {
52
- CTA: MmpAttributionSettingEnum;
53
- CTAANDVTA: MmpAttributionSettingEnum;
54
- };
55
- }
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 CampaignRequest {
13
+ advertiserId: number;
14
+ advertiserConversionEvent?: string;
15
+ sourcePlatform: CampaignRequest.SourcePlatformEnum;
16
+ adAccountId: string;
17
+ platformCampaignId: string;
18
+ payoutType: CampaignRequest.PayoutTypeEnum;
19
+ payoutValue: number;
20
+ startDate: string;
21
+ goal?: CampaignRequest.GoalEnum;
22
+ goalValue?: number;
23
+ marketFeedbackEnabled?: boolean;
24
+ activeOnPlatform?: boolean;
25
+ osId: number;
26
+ mmpConversionEventId: number;
27
+ mmpAttributionSetting: CampaignRequest.MmpAttributionSettingEnum;
28
+ payoutValueValidForType?: boolean;
29
+ goalValueConsistent?: boolean;
30
+ }
31
+ export declare namespace CampaignRequest {
32
+ type SourcePlatformEnum = 'META' | 'TIKTOK' | 'SNAPCHAT' | 'GOOGLE' | 'LYADS';
33
+ const SourcePlatformEnum: {
34
+ META: SourcePlatformEnum;
35
+ TIKTOK: SourcePlatformEnum;
36
+ SNAPCHAT: SourcePlatformEnum;
37
+ GOOGLE: SourcePlatformEnum;
38
+ LYADS: SourcePlatformEnum;
39
+ };
40
+ type PayoutTypeEnum = 'DYNAMIC_MARGIN' | 'PAYOUT_PER_CONVERSION';
41
+ const PayoutTypeEnum: {
42
+ DYNAMICMARGIN: PayoutTypeEnum;
43
+ PAYOUTPERCONVERSION: PayoutTypeEnum;
44
+ };
45
+ type GoalEnum = 'COST_PER_RESULT' | 'ROAS';
46
+ const GoalEnum: {
47
+ COSTPERRESULT: GoalEnum;
48
+ ROAS: GoalEnum;
49
+ };
50
+ type MmpAttributionSettingEnum = 'CTA' | 'CTA_AND_VTA';
51
+ const MmpAttributionSettingEnum: {
52
+ CTA: MmpAttributionSettingEnum;
53
+ CTAANDVTA: MmpAttributionSettingEnum;
54
+ };
55
+ }
@@ -1,75 +1,75 @@
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 { ScheduledUpdates } from './scheduledUpdates';
13
- export interface CampaignResponse {
14
- id?: number;
15
- name?: string;
16
- advertiserId?: number;
17
- sourcePlatform?: CampaignResponse.SourcePlatformEnum;
18
- platformCampaignId?: string;
19
- adAccountId?: string;
20
- adAccountName?: string;
21
- accountType?: CampaignResponse.AccountTypeEnum;
22
- marketFeedbackEnabled?: boolean;
23
- activeOnPlatform?: boolean;
24
- updating?: boolean;
25
- payoutType?: CampaignResponse.PayoutTypeEnum;
26
- payoutValue?: number;
27
- startDate?: string;
28
- goal?: CampaignResponse.GoalEnum;
29
- goalValue?: number;
30
- dailyAdvertiserBudget?: number;
31
- osId?: number;
32
- osName?: string;
33
- mmpConversionEventId?: number;
34
- mmpAttributionSetting?: CampaignResponse.MmpAttributionSettingEnum;
35
- lastErrorCode?: string;
36
- lastErrorMessage?: string;
37
- lastSyncAt?: Date;
38
- createdAt?: Date;
39
- lastUpdatedAt?: Date;
40
- createdBy?: string;
41
- lastUpdatedBy?: string;
42
- platformCurrency?: string;
43
- licenseeCurrency?: string;
44
- scheduledUpdates?: ScheduledUpdates;
45
- }
46
- export declare namespace CampaignResponse {
47
- type SourcePlatformEnum = 'META' | 'TIKTOK' | 'SNAPCHAT' | 'GOOGLE' | 'LYADS';
48
- const SourcePlatformEnum: {
49
- META: SourcePlatformEnum;
50
- TIKTOK: SourcePlatformEnum;
51
- SNAPCHAT: SourcePlatformEnum;
52
- GOOGLE: SourcePlatformEnum;
53
- LYADS: SourcePlatformEnum;
54
- };
55
- type AccountTypeEnum = 'SEARCH' | 'DISPLAY';
56
- const AccountTypeEnum: {
57
- SEARCH: AccountTypeEnum;
58
- DISPLAY: AccountTypeEnum;
59
- };
60
- type PayoutTypeEnum = 'DYNAMIC_MARGIN' | 'PAYOUT_PER_CONVERSION';
61
- const PayoutTypeEnum: {
62
- DYNAMICMARGIN: PayoutTypeEnum;
63
- PAYOUTPERCONVERSION: PayoutTypeEnum;
64
- };
65
- type GoalEnum = 'COST_PER_RESULT' | 'ROAS';
66
- const GoalEnum: {
67
- COSTPERRESULT: GoalEnum;
68
- ROAS: GoalEnum;
69
- };
70
- type MmpAttributionSettingEnum = 'CTA' | 'CTA_AND_VTA';
71
- const MmpAttributionSettingEnum: {
72
- CTA: MmpAttributionSettingEnum;
73
- CTAANDVTA: MmpAttributionSettingEnum;
74
- };
75
- }
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 { ScheduledUpdates } from './scheduledUpdates';
13
+ export interface CampaignResponse {
14
+ id?: number;
15
+ name?: string;
16
+ advertiserId?: number;
17
+ sourcePlatform?: CampaignResponse.SourcePlatformEnum;
18
+ platformCampaignId?: string;
19
+ adAccountId?: string;
20
+ adAccountName?: string;
21
+ accountType?: CampaignResponse.AccountTypeEnum;
22
+ marketFeedbackEnabled?: boolean;
23
+ activeOnPlatform?: boolean;
24
+ updating?: boolean;
25
+ payoutType?: CampaignResponse.PayoutTypeEnum;
26
+ payoutValue?: number;
27
+ startDate?: string;
28
+ goal?: CampaignResponse.GoalEnum;
29
+ goalValue?: number;
30
+ dailyAdvertiserBudget?: number;
31
+ osId?: number;
32
+ osName?: string;
33
+ mmpConversionEventId?: number;
34
+ mmpAttributionSetting?: CampaignResponse.MmpAttributionSettingEnum;
35
+ lastErrorCode?: string;
36
+ lastErrorMessage?: string;
37
+ lastSyncAt?: Date;
38
+ createdAt?: Date;
39
+ lastUpdatedAt?: Date;
40
+ createdBy?: string;
41
+ lastUpdatedBy?: string;
42
+ platformCurrency?: string;
43
+ licenseeCurrency?: string;
44
+ scheduledUpdates?: ScheduledUpdates;
45
+ }
46
+ export declare namespace CampaignResponse {
47
+ type SourcePlatformEnum = 'META' | 'TIKTOK' | 'SNAPCHAT' | 'GOOGLE' | 'LYADS';
48
+ const SourcePlatformEnum: {
49
+ META: SourcePlatformEnum;
50
+ TIKTOK: SourcePlatformEnum;
51
+ SNAPCHAT: SourcePlatformEnum;
52
+ GOOGLE: SourcePlatformEnum;
53
+ LYADS: SourcePlatformEnum;
54
+ };
55
+ type AccountTypeEnum = 'SEARCH' | 'DISPLAY';
56
+ const AccountTypeEnum: {
57
+ SEARCH: AccountTypeEnum;
58
+ DISPLAY: AccountTypeEnum;
59
+ };
60
+ type PayoutTypeEnum = 'DYNAMIC_MARGIN' | 'PAYOUT_PER_CONVERSION';
61
+ const PayoutTypeEnum: {
62
+ DYNAMICMARGIN: PayoutTypeEnum;
63
+ PAYOUTPERCONVERSION: PayoutTypeEnum;
64
+ };
65
+ type GoalEnum = 'COST_PER_RESULT' | 'ROAS';
66
+ const GoalEnum: {
67
+ COSTPERRESULT: GoalEnum;
68
+ ROAS: GoalEnum;
69
+ };
70
+ type MmpAttributionSettingEnum = 'CTA' | 'CTA_AND_VTA';
71
+ const MmpAttributionSettingEnum: {
72
+ CTA: MmpAttributionSettingEnum;
73
+ CTAANDVTA: MmpAttributionSettingEnum;
74
+ };
75
+ }
@@ -1,15 +1,15 @@
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 CampaignSearchResponse {
13
- id?: number;
14
- name?: string;
15
- }
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 CampaignSearchResponse {
13
+ id?: number;
14
+ name?: string;
15
+ }
@@ -1,69 +1,68 @@
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 ChildAudience {
13
- id?: number;
14
- adAccountId?: string;
15
- platformId?: number;
16
- userGivenName?: string;
17
- userDescription?: string;
18
- generatedName?: string;
19
- generatedDescription?: string;
20
- platformAudienceId?: string;
21
- creationStatus?: string;
22
- createdAt?: Date;
23
- updatedAt?: Date;
24
- audienceType?: ChildAudience.AudienceTypeEnum;
25
- productSetId?: string;
26
- eventName?: string;
27
- audienceSource?: ChildAudience.AudienceSourceEnum;
28
- uploadMode?: ChildAudience.UploadModeEnum;
29
- uploadFrequency?: ChildAudience.UploadFrequencyEnum;
30
- lastRunAt?: Date;
31
- nextRunAt?: Date;
32
- lastRunStatus?: string;
33
- lastRunError?: string;
34
- dsSql?: string;
35
- blockedEventConfigId?: number;
36
- blockingOperator?: ChildAudience.BlockingOperatorEnum;
37
- blockedPosition?: number;
38
- blockingDays?: number;
39
- }
40
- export declare namespace ChildAudience {
41
- type AudienceTypeEnum = 'DYNAMIC' | 'CATALOGUE';
42
- const AudienceTypeEnum: {
43
- DYNAMIC: AudienceTypeEnum;
44
- CATALOGUE: AudienceTypeEnum;
45
- };
46
- type AudienceSourceEnum = 'INTELLIBID' | 'DS';
47
- const AudienceSourceEnum: {
48
- INTELLIBID: AudienceSourceEnum;
49
- DS: AudienceSourceEnum;
50
- };
51
- type UploadModeEnum = 'API' | 'CSV';
52
- const UploadModeEnum: {
53
- API: UploadModeEnum;
54
- CSV: UploadModeEnum;
55
- };
56
- type UploadFrequencyEnum = 'ONCE' | 'DAILY' | 'EVERY_2D' | 'WEEKLY' | 'MONTHLY';
57
- const UploadFrequencyEnum: {
58
- ONCE: UploadFrequencyEnum;
59
- DAILY: UploadFrequencyEnum;
60
- EVERY2D: UploadFrequencyEnum;
61
- WEEKLY: UploadFrequencyEnum;
62
- MONTHLY: UploadFrequencyEnum;
63
- };
64
- type BlockingOperatorEnum = 'GTE' | 'EQ';
65
- const BlockingOperatorEnum: {
66
- GTE: BlockingOperatorEnum;
67
- EQ: BlockingOperatorEnum;
68
- };
69
- }
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 ChildAudience {
13
+ id?: number;
14
+ adAccountId?: string;
15
+ platformId?: number;
16
+ userGivenName?: string;
17
+ userDescription?: string;
18
+ generatedName?: string;
19
+ generatedDescription?: string;
20
+ platformAudienceId?: string;
21
+ creationStatus?: string;
22
+ createdAt?: Date;
23
+ updatedAt?: Date;
24
+ audienceType?: ChildAudience.AudienceTypeEnum;
25
+ productSetId?: string;
26
+ eventName?: string;
27
+ audienceSource?: ChildAudience.AudienceSourceEnum;
28
+ uploadMode?: ChildAudience.UploadModeEnum;
29
+ uploadFrequency?: ChildAudience.UploadFrequencyEnum;
30
+ lastRunAt?: Date;
31
+ nextRunAt?: Date;
32
+ lastRunStatus?: string;
33
+ lastRunError?: string;
34
+ blockedEventConfigId?: number;
35
+ blockingOperator?: ChildAudience.BlockingOperatorEnum;
36
+ blockedPosition?: number;
37
+ blockingDays?: number;
38
+ }
39
+ export declare namespace ChildAudience {
40
+ type AudienceTypeEnum = 'DYNAMIC' | 'CATALOGUE';
41
+ const AudienceTypeEnum: {
42
+ DYNAMIC: AudienceTypeEnum;
43
+ CATALOGUE: AudienceTypeEnum;
44
+ };
45
+ type AudienceSourceEnum = 'INTELLIBID' | 'DS';
46
+ const AudienceSourceEnum: {
47
+ INTELLIBID: AudienceSourceEnum;
48
+ DS: AudienceSourceEnum;
49
+ };
50
+ type UploadModeEnum = 'API' | 'CSV';
51
+ const UploadModeEnum: {
52
+ API: UploadModeEnum;
53
+ CSV: UploadModeEnum;
54
+ };
55
+ type UploadFrequencyEnum = 'ONCE' | 'DAILY' | 'EVERY_2D' | 'WEEKLY' | 'MONTHLY';
56
+ const UploadFrequencyEnum: {
57
+ ONCE: UploadFrequencyEnum;
58
+ DAILY: UploadFrequencyEnum;
59
+ EVERY2D: UploadFrequencyEnum;
60
+ WEEKLY: UploadFrequencyEnum;
61
+ MONTHLY: UploadFrequencyEnum;
62
+ };
63
+ type BlockingOperatorEnum = 'GTE' | 'EQ';
64
+ const BlockingOperatorEnum: {
65
+ GTE: BlockingOperatorEnum;
66
+ EQ: BlockingOperatorEnum;
67
+ };
68
+ }
@@ -1,18 +1,18 @@
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
- id?: number;
14
- name?: string;
15
- countryCode?: string;
16
- alternateCountryCode?: string;
17
- zoneId?: number;
18
- }
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
+ id?: number;
14
+ name?: string;
15
+ countryCode?: string;
16
+ alternateCountryCode?: string;
17
+ zoneId?: number;
18
+ }
@@ -1,27 +1,27 @@
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 CreateBlockedLiveAudienceRequest {
13
- advertiserId: number;
14
- sourcePlatform: CreateBlockedLiveAudienceRequest.SourcePlatformEnum;
15
- adAccountId: string;
16
- description?: string;
17
- }
18
- export declare namespace CreateBlockedLiveAudienceRequest {
19
- type SourcePlatformEnum = 'META' | 'TIKTOK' | 'SNAPCHAT' | 'GOOGLE' | 'LYADS';
20
- const SourcePlatformEnum: {
21
- META: SourcePlatformEnum;
22
- TIKTOK: SourcePlatformEnum;
23
- SNAPCHAT: SourcePlatformEnum;
24
- GOOGLE: SourcePlatformEnum;
25
- LYADS: SourcePlatformEnum;
26
- };
27
- }
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 CreateBlockedLiveAudienceRequest {
13
+ advertiserId: number;
14
+ sourcePlatform: CreateBlockedLiveAudienceRequest.SourcePlatformEnum;
15
+ adAccountId: string;
16
+ description?: string;
17
+ }
18
+ export declare namespace CreateBlockedLiveAudienceRequest {
19
+ type SourcePlatformEnum = 'META' | 'TIKTOK' | 'SNAPCHAT' | 'GOOGLE' | 'LYADS';
20
+ const SourcePlatformEnum: {
21
+ META: SourcePlatformEnum;
22
+ TIKTOK: SourcePlatformEnum;
23
+ SNAPCHAT: SourcePlatformEnum;
24
+ GOOGLE: SourcePlatformEnum;
25
+ LYADS: SourcePlatformEnum;
26
+ };
27
+ }
@@ -1,56 +1,56 @@
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 CreateBucketizedCustomAudienceRequest {
13
- advertiserId: number;
14
- sourcePlatform: CreateBucketizedCustomAudienceRequest.SourcePlatformEnum;
15
- adAccountId: string;
16
- audienceSource: CreateBucketizedCustomAudienceRequest.AudienceSourceEnum;
17
- businessZoneId: number;
18
- goalEventNameId: number;
19
- osId: number;
20
- countryIds?: Array<number>;
21
- targetPurchasersOnly?: boolean;
22
- name: string;
23
- description?: string;
24
- uploadMode: CreateBucketizedCustomAudienceRequest.UploadModeEnum;
25
- uploadFrequency: CreateBucketizedCustomAudienceRequest.UploadFrequencyEnum;
26
- dsSql?: string;
27
- nextRunAt?: Date;
28
- }
29
- export declare namespace CreateBucketizedCustomAudienceRequest {
30
- type SourcePlatformEnum = 'META' | 'TIKTOK' | 'SNAPCHAT' | 'GOOGLE' | 'LYADS';
31
- const SourcePlatformEnum: {
32
- META: SourcePlatformEnum;
33
- TIKTOK: SourcePlatformEnum;
34
- SNAPCHAT: SourcePlatformEnum;
35
- GOOGLE: SourcePlatformEnum;
36
- LYADS: SourcePlatformEnum;
37
- };
38
- type AudienceSourceEnum = 'INTELLIBID' | 'DS';
39
- const AudienceSourceEnum: {
40
- INTELLIBID: AudienceSourceEnum;
41
- DS: AudienceSourceEnum;
42
- };
43
- type UploadModeEnum = 'API' | 'CSV';
44
- const UploadModeEnum: {
45
- API: UploadModeEnum;
46
- CSV: UploadModeEnum;
47
- };
48
- type UploadFrequencyEnum = 'ONCE' | 'DAILY' | 'EVERY_2D' | 'WEEKLY' | 'MONTHLY';
49
- const UploadFrequencyEnum: {
50
- ONCE: UploadFrequencyEnum;
51
- DAILY: UploadFrequencyEnum;
52
- EVERY2D: UploadFrequencyEnum;
53
- WEEKLY: UploadFrequencyEnum;
54
- MONTHLY: UploadFrequencyEnum;
55
- };
56
- }
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 CreateBucketizedCustomAudienceRequest {
13
+ advertiserId: number;
14
+ sourcePlatform: CreateBucketizedCustomAudienceRequest.SourcePlatformEnum;
15
+ adAccountId: string;
16
+ audienceSource: CreateBucketizedCustomAudienceRequest.AudienceSourceEnum;
17
+ businessZoneId: number;
18
+ goalEventNameId: number;
19
+ osId: number;
20
+ countryIds?: Array<number>;
21
+ targetPurchasersOnly?: boolean;
22
+ name: string;
23
+ description?: string;
24
+ uploadMode: CreateBucketizedCustomAudienceRequest.UploadModeEnum;
25
+ uploadFrequency: CreateBucketizedCustomAudienceRequest.UploadFrequencyEnum;
26
+ dsSql?: string;
27
+ nextRunAt: Date;
28
+ }
29
+ export declare namespace CreateBucketizedCustomAudienceRequest {
30
+ type SourcePlatformEnum = 'META' | 'TIKTOK' | 'SNAPCHAT' | 'GOOGLE' | 'LYADS';
31
+ const SourcePlatformEnum: {
32
+ META: SourcePlatformEnum;
33
+ TIKTOK: SourcePlatformEnum;
34
+ SNAPCHAT: SourcePlatformEnum;
35
+ GOOGLE: SourcePlatformEnum;
36
+ LYADS: SourcePlatformEnum;
37
+ };
38
+ type AudienceSourceEnum = 'INTELLIBID' | 'DS';
39
+ const AudienceSourceEnum: {
40
+ INTELLIBID: AudienceSourceEnum;
41
+ DS: AudienceSourceEnum;
42
+ };
43
+ type UploadModeEnum = 'API' | 'CSV';
44
+ const UploadModeEnum: {
45
+ API: UploadModeEnum;
46
+ CSV: UploadModeEnum;
47
+ };
48
+ type UploadFrequencyEnum = 'ONCE' | 'DAILY' | 'EVERY_2D' | 'WEEKLY' | 'MONTHLY';
49
+ const UploadFrequencyEnum: {
50
+ ONCE: UploadFrequencyEnum;
51
+ DAILY: UploadFrequencyEnum;
52
+ EVERY2D: UploadFrequencyEnum;
53
+ WEEKLY: UploadFrequencyEnum;
54
+ MONTHLY: UploadFrequencyEnum;
55
+ };
56
+ }