@revxui/intellibid-client-ts 1.0.62 → 1.0.64

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 (51) hide show
  1. package/README.md +2 -2
  2. package/api/advertiserController.service.d.ts +25 -0
  3. package/api/api.d.ts +3 -1
  4. package/api/audienceController.service.d.ts +108 -0
  5. package/esm2020/api/advertiserController.service.mjs +66 -1
  6. package/esm2020/api/api.mjs +4 -2
  7. package/esm2020/api/audienceController.service.mjs +289 -0
  8. package/esm2020/api.module.mjs +4 -1
  9. package/esm2020/model/adAccountResponse.mjs +8 -2
  10. package/esm2020/model/audienceResponse.mjs +17 -0
  11. package/esm2020/model/audienceSearchRequest.mjs +36 -0
  12. package/esm2020/model/campaignRequest.mjs +4 -2
  13. package/esm2020/model/campaignResponse.mjs +8 -2
  14. package/esm2020/model/childAudience.mjs +38 -0
  15. package/esm2020/model/createBlockedLiveAudienceRequest.mjs +22 -0
  16. package/esm2020/model/createBucketizedCustomAudienceRequest.mjs +37 -0
  17. package/esm2020/model/createBucketizedLiveAudienceRequest.mjs +26 -0
  18. package/esm2020/model/createDsCustomQueryAudienceRequest.mjs +33 -0
  19. package/esm2020/model/goalResponse.mjs +1 -1
  20. package/esm2020/model/models.mjs +12 -1
  21. package/esm2020/model/pageAdvertiserResponse.mjs +1 -1
  22. package/esm2020/model/pageCampaignChangeLogResponse.mjs +1 -1
  23. package/esm2020/model/pageCampaignResponse.mjs +1 -1
  24. package/esm2020/model/productSetRequest.mjs +22 -0
  25. package/esm2020/model/productSetResponse.mjs +22 -0
  26. package/esm2020/model/updateAudienceNameRequest.mjs +22 -0
  27. package/esm2020/model/updateDsCustomQuerySqlRequest.mjs +22 -0
  28. package/fesm2015/revxui-intellibid-client-ts.mjs +666 -5
  29. package/fesm2015/revxui-intellibid-client-ts.mjs.map +1 -1
  30. package/fesm2020/revxui-intellibid-client-ts.mjs +664 -5
  31. package/fesm2020/revxui-intellibid-client-ts.mjs.map +1 -1
  32. package/model/adAccountResponse.d.ts +9 -1
  33. package/model/audienceResponse.d.ts +45 -0
  34. package/model/audienceSearchRequest.d.ts +44 -0
  35. package/model/campaignRequest.d.ts +3 -1
  36. package/model/campaignResponse.d.ts +10 -1
  37. package/model/childAudience.d.ts +68 -0
  38. package/model/createBlockedLiveAudienceRequest.d.ts +27 -0
  39. package/model/createBucketizedCustomAudienceRequest.d.ts +55 -0
  40. package/model/createBucketizedLiveAudienceRequest.d.ts +40 -0
  41. package/model/createDsCustomQueryAudienceRequest.d.ts +46 -0
  42. package/model/goalResponse.d.ts +1 -0
  43. package/model/models.d.ts +11 -0
  44. package/model/pageAdvertiserResponse.d.ts +1 -1
  45. package/model/pageCampaignChangeLogResponse.d.ts +1 -1
  46. package/model/pageCampaignResponse.d.ts +1 -1
  47. package/model/productSetRequest.d.ts +27 -0
  48. package/model/productSetResponse.d.ts +27 -0
  49. package/model/updateAudienceNameRequest.d.ts +26 -0
  50. package/model/updateDsCustomQuerySqlRequest.d.ts +26 -0
  51. package/package.json +1 -1
@@ -13,12 +13,20 @@ export interface AdAccountResponse {
13
13
  accountId?: string;
14
14
  accountName?: string;
15
15
  sourcePlatform?: AdAccountResponse.SourcePlatformEnum;
16
+ accountType?: AdAccountResponse.AccountTypeEnum;
16
17
  }
17
18
  export declare namespace AdAccountResponse {
18
- type SourcePlatformEnum = 'META' | 'TIKTOK' | 'SNAPCHAT';
19
+ type SourcePlatformEnum = 'META' | 'TIKTOK' | 'SNAPCHAT' | 'GOOGLE' | 'LYADS';
19
20
  const SourcePlatformEnum: {
20
21
  META: SourcePlatformEnum;
21
22
  TIKTOK: SourcePlatformEnum;
22
23
  SNAPCHAT: SourcePlatformEnum;
24
+ GOOGLE: SourcePlatformEnum;
25
+ LYADS: SourcePlatformEnum;
26
+ };
27
+ type AccountTypeEnum = 'SEARCH' | 'DISPLAY';
28
+ const AccountTypeEnum: {
29
+ SEARCH: AccountTypeEnum;
30
+ DISPLAY: AccountTypeEnum;
23
31
  };
24
32
  }
@@ -0,0 +1,45 @@
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 { ChildAudience } from './childAudience';
13
+ export interface AudienceResponse {
14
+ groupId?: number;
15
+ groupType?: AudienceResponse.GroupTypeEnum;
16
+ advertiserId?: number;
17
+ businessZoneId?: number;
18
+ goalEventNameId?: number;
19
+ osId?: number;
20
+ targetedCountryIds?: string;
21
+ syncStatus?: AudienceResponse.SyncStatusEnum;
22
+ lastSyncOperationId?: string;
23
+ lastSyncError?: string;
24
+ childCount?: number;
25
+ children?: Array<ChildAudience>;
26
+ createdAt?: Date;
27
+ updatedAt?: Date;
28
+ }
29
+ export declare namespace AudienceResponse {
30
+ type GroupTypeEnum = 'BUCKETIZED_LIVE' | 'BLOCKED_LIVE' | 'BUCKETIZED_CUSTOM' | 'DS_CUSTOM_QUERY';
31
+ const GroupTypeEnum: {
32
+ BUCKETIZEDLIVE: GroupTypeEnum;
33
+ BLOCKEDLIVE: GroupTypeEnum;
34
+ BUCKETIZEDCUSTOM: GroupTypeEnum;
35
+ DSCUSTOMQUERY: GroupTypeEnum;
36
+ };
37
+ type SyncStatusEnum = 'IDLE' | 'SYNCING' | 'PARTIAL' | 'FAILED' | 'GAVE_UP';
38
+ const SyncStatusEnum: {
39
+ IDLE: SyncStatusEnum;
40
+ SYNCING: SyncStatusEnum;
41
+ PARTIAL: SyncStatusEnum;
42
+ FAILED: SyncStatusEnum;
43
+ GAVEUP: SyncStatusEnum;
44
+ };
45
+ }
@@ -0,0 +1,44 @@
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 AudienceSearchRequest {
13
+ groupType?: AudienceSearchRequest.GroupTypeEnum;
14
+ sourcePlatform?: AudienceSearchRequest.SourcePlatformEnum;
15
+ audienceType?: AudienceSearchRequest.AudienceTypeEnum;
16
+ audienceSource?: AudienceSearchRequest.AudienceSourceEnum;
17
+ }
18
+ export declare namespace AudienceSearchRequest {
19
+ type GroupTypeEnum = 'BUCKETIZED_LIVE' | 'BLOCKED_LIVE' | 'BUCKETIZED_CUSTOM' | 'DS_CUSTOM_QUERY';
20
+ const GroupTypeEnum: {
21
+ BUCKETIZEDLIVE: GroupTypeEnum;
22
+ BLOCKEDLIVE: GroupTypeEnum;
23
+ BUCKETIZEDCUSTOM: GroupTypeEnum;
24
+ DSCUSTOMQUERY: GroupTypeEnum;
25
+ };
26
+ type SourcePlatformEnum = 'META' | 'TIKTOK' | 'SNAPCHAT' | 'GOOGLE' | 'LYADS';
27
+ const SourcePlatformEnum: {
28
+ META: SourcePlatformEnum;
29
+ TIKTOK: SourcePlatformEnum;
30
+ SNAPCHAT: SourcePlatformEnum;
31
+ GOOGLE: SourcePlatformEnum;
32
+ LYADS: SourcePlatformEnum;
33
+ };
34
+ type AudienceTypeEnum = 'DYNAMIC' | 'CATALOGUE';
35
+ const AudienceTypeEnum: {
36
+ DYNAMIC: AudienceTypeEnum;
37
+ CATALOGUE: AudienceTypeEnum;
38
+ };
39
+ type AudienceSourceEnum = 'INTELLIBID' | 'DS';
40
+ const AudienceSourceEnum: {
41
+ INTELLIBID: AudienceSourceEnum;
42
+ DS: AudienceSourceEnum;
43
+ };
44
+ }
@@ -28,11 +28,13 @@ export interface CampaignRequest {
28
28
  goalValueConsistent?: boolean;
29
29
  }
30
30
  export declare namespace CampaignRequest {
31
- type SourcePlatformEnum = 'META' | 'TIKTOK' | 'SNAPCHAT';
31
+ type SourcePlatformEnum = 'META' | 'TIKTOK' | 'SNAPCHAT' | 'GOOGLE' | 'LYADS';
32
32
  const SourcePlatformEnum: {
33
33
  META: SourcePlatformEnum;
34
34
  TIKTOK: SourcePlatformEnum;
35
35
  SNAPCHAT: SourcePlatformEnum;
36
+ GOOGLE: SourcePlatformEnum;
37
+ LYADS: SourcePlatformEnum;
36
38
  };
37
39
  type PayoutTypeEnum = 'DYNAMIC_MARGIN' | 'PAYOUT_PER_CONVERSION';
38
40
  const PayoutTypeEnum: {
@@ -17,6 +17,8 @@ export interface CampaignResponse {
17
17
  sourcePlatform?: CampaignResponse.SourcePlatformEnum;
18
18
  platformCampaignId?: string;
19
19
  adAccountId?: string;
20
+ adAccountName?: string;
21
+ accountType?: CampaignResponse.AccountTypeEnum;
20
22
  marketFeedbackEnabled?: boolean;
21
23
  activeOnPlatform?: boolean;
22
24
  updating?: boolean;
@@ -42,11 +44,18 @@ export interface CampaignResponse {
42
44
  scheduledUpdates?: ScheduledUpdates;
43
45
  }
44
46
  export declare namespace CampaignResponse {
45
- type SourcePlatformEnum = 'META' | 'TIKTOK' | 'SNAPCHAT';
47
+ type SourcePlatformEnum = 'META' | 'TIKTOK' | 'SNAPCHAT' | 'GOOGLE' | 'LYADS';
46
48
  const SourcePlatformEnum: {
47
49
  META: SourcePlatformEnum;
48
50
  TIKTOK: SourcePlatformEnum;
49
51
  SNAPCHAT: SourcePlatformEnum;
52
+ GOOGLE: SourcePlatformEnum;
53
+ LYADS: SourcePlatformEnum;
54
+ };
55
+ type AccountTypeEnum = 'SEARCH' | 'DISPLAY';
56
+ const AccountTypeEnum: {
57
+ SEARCH: AccountTypeEnum;
58
+ DISPLAY: AccountTypeEnum;
50
59
  };
51
60
  type PayoutTypeEnum = 'DYNAMIC_MARGIN' | 'PAYOUT_PER_CONVERSION';
52
61
  const PayoutTypeEnum: {
@@ -0,0 +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
+ status?: string;
22
+ createdAt?: Date;
23
+ updatedAt?: Date;
24
+ audienceType?: ChildAudience.AudienceTypeEnum;
25
+ productSetId?: string;
26
+ audienceSource?: ChildAudience.AudienceSourceEnum;
27
+ uploadMode?: ChildAudience.UploadModeEnum;
28
+ uploadFrequency?: ChildAudience.UploadFrequencyEnum;
29
+ lastRunAt?: Date;
30
+ nextRunAt?: Date;
31
+ lastRunStatus?: string;
32
+ lastRunError?: string;
33
+ dsSql?: 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
+ }
@@ -0,0 +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
+ }
@@ -0,0 +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 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
+ targetPurchaserOnly?: boolean;
22
+ name: string;
23
+ description?: string;
24
+ uploadMode: CreateBucketizedCustomAudienceRequest.UploadModeEnum;
25
+ uploadFrequency: CreateBucketizedCustomAudienceRequest.UploadFrequencyEnum;
26
+ dsSql?: string;
27
+ }
28
+ export declare namespace CreateBucketizedCustomAudienceRequest {
29
+ type SourcePlatformEnum = 'META' | 'TIKTOK' | 'SNAPCHAT' | 'GOOGLE' | 'LYADS';
30
+ const SourcePlatformEnum: {
31
+ META: SourcePlatformEnum;
32
+ TIKTOK: SourcePlatformEnum;
33
+ SNAPCHAT: SourcePlatformEnum;
34
+ GOOGLE: SourcePlatformEnum;
35
+ LYADS: SourcePlatformEnum;
36
+ };
37
+ type AudienceSourceEnum = 'INTELLIBID' | 'DS';
38
+ const AudienceSourceEnum: {
39
+ INTELLIBID: AudienceSourceEnum;
40
+ DS: AudienceSourceEnum;
41
+ };
42
+ type UploadModeEnum = 'API' | 'CSV';
43
+ const UploadModeEnum: {
44
+ API: UploadModeEnum;
45
+ CSV: UploadModeEnum;
46
+ };
47
+ type UploadFrequencyEnum = 'ONCE' | 'DAILY' | 'EVERY_2D' | 'WEEKLY' | 'MONTHLY';
48
+ const UploadFrequencyEnum: {
49
+ ONCE: UploadFrequencyEnum;
50
+ DAILY: UploadFrequencyEnum;
51
+ EVERY2D: UploadFrequencyEnum;
52
+ WEEKLY: UploadFrequencyEnum;
53
+ MONTHLY: UploadFrequencyEnum;
54
+ };
55
+ }
@@ -0,0 +1,40 @@
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 CreateBucketizedLiveAudienceRequest {
13
+ advertiserId: number;
14
+ sourcePlatform: CreateBucketizedLiveAudienceRequest.SourcePlatformEnum;
15
+ adAccountId: string;
16
+ audienceType: CreateBucketizedLiveAudienceRequest.AudienceTypeEnum;
17
+ businessZoneId: number;
18
+ goalEventNameId: number;
19
+ osId: number;
20
+ countryIds?: Array<number>;
21
+ name: string;
22
+ description?: string;
23
+ productSetId?: string;
24
+ productSetIdFilled?: boolean;
25
+ }
26
+ export declare namespace CreateBucketizedLiveAudienceRequest {
27
+ type SourcePlatformEnum = 'META' | 'TIKTOK' | 'SNAPCHAT' | 'GOOGLE' | 'LYADS';
28
+ const SourcePlatformEnum: {
29
+ META: SourcePlatformEnum;
30
+ TIKTOK: SourcePlatformEnum;
31
+ SNAPCHAT: SourcePlatformEnum;
32
+ GOOGLE: SourcePlatformEnum;
33
+ LYADS: SourcePlatformEnum;
34
+ };
35
+ type AudienceTypeEnum = 'DYNAMIC' | 'CATALOGUE';
36
+ const AudienceTypeEnum: {
37
+ DYNAMIC: AudienceTypeEnum;
38
+ CATALOGUE: AudienceTypeEnum;
39
+ };
40
+ }
@@ -0,0 +1,46 @@
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 CreateDsCustomQueryAudienceRequest {
13
+ advertiserId: number;
14
+ sourcePlatform: CreateDsCustomQueryAudienceRequest.SourcePlatformEnum;
15
+ adAccountId: string;
16
+ businessZoneId: number;
17
+ goalEventNameId: number;
18
+ osId: number;
19
+ dsSql: string;
20
+ uploadMode: CreateDsCustomQueryAudienceRequest.UploadModeEnum;
21
+ uploadFrequency: CreateDsCustomQueryAudienceRequest.UploadFrequencyEnum;
22
+ description?: string;
23
+ }
24
+ export declare namespace CreateDsCustomQueryAudienceRequest {
25
+ type SourcePlatformEnum = 'META' | 'TIKTOK' | 'SNAPCHAT' | 'GOOGLE' | 'LYADS';
26
+ const SourcePlatformEnum: {
27
+ META: SourcePlatformEnum;
28
+ TIKTOK: SourcePlatformEnum;
29
+ SNAPCHAT: SourcePlatformEnum;
30
+ GOOGLE: SourcePlatformEnum;
31
+ LYADS: SourcePlatformEnum;
32
+ };
33
+ type UploadModeEnum = 'API' | 'CSV';
34
+ const UploadModeEnum: {
35
+ API: UploadModeEnum;
36
+ CSV: UploadModeEnum;
37
+ };
38
+ type UploadFrequencyEnum = 'ONCE' | 'DAILY' | 'EVERY_2D' | 'WEEKLY' | 'MONTHLY';
39
+ const UploadFrequencyEnum: {
40
+ ONCE: UploadFrequencyEnum;
41
+ DAILY: UploadFrequencyEnum;
42
+ EVERY2D: UploadFrequencyEnum;
43
+ WEEKLY: UploadFrequencyEnum;
44
+ MONTHLY: UploadFrequencyEnum;
45
+ };
46
+ }
@@ -12,6 +12,7 @@
12
12
  export interface GoalResponse {
13
13
  postbackEventId?: number;
14
14
  advertiserEventName?: string;
15
+ intellibidEventId?: number;
15
16
  intellibidEventName?: string;
16
17
  priority?: number;
17
18
  }
package/model/models.d.ts CHANGED
@@ -2,6 +2,8 @@ export * from './adAccountResponse';
2
2
  export * from './advertiserMmpConversionEventResponse';
3
3
  export * from './advertiserResponse';
4
4
  export * from './advertiserSearchResponse';
5
+ export * from './audienceResponse';
6
+ export * from './audienceSearchRequest';
5
7
  export * from './blockedEventResponse';
6
8
  export * from './businessZoneResponse';
7
9
  export * from './campaignChangeLogResponse';
@@ -10,7 +12,12 @@ export * from './campaignInsightsResponse';
10
12
  export * from './campaignRequest';
11
13
  export * from './campaignResponse';
12
14
  export * from './campaignSearchResponse';
15
+ export * from './childAudience';
13
16
  export * from './countryResponse';
17
+ export * from './createBlockedLiveAudienceRequest';
18
+ export * from './createBucketizedCustomAudienceRequest';
19
+ export * from './createBucketizedLiveAudienceRequest';
20
+ export * from './createDsCustomQueryAudienceRequest';
14
21
  export * from './goalResponse';
15
22
  export * from './oSResponse';
16
23
  export * from './pageAdvertiserResponse';
@@ -18,6 +25,10 @@ export * from './pageCampaignChangeLogResponse';
18
25
  export * from './pageCampaignResponse';
19
26
  export * from './pageableObject';
20
27
  export * from './platformResponse';
28
+ export * from './productSetRequest';
29
+ export * from './productSetResponse';
21
30
  export * from './scheduleUpdateRequest';
22
31
  export * from './scheduledUpdates';
23
32
  export * from './sortObject';
33
+ export * from './updateAudienceNameRequest';
34
+ export * from './updateDsCustomQuerySqlRequest';
@@ -17,8 +17,8 @@ export interface PageAdvertiserResponse {
17
17
  totalElements?: number;
18
18
  first?: boolean;
19
19
  sort?: Array<SortObject>;
20
- numberOfElements?: number;
21
20
  pageable?: PageableObject;
21
+ numberOfElements?: number;
22
22
  last?: boolean;
23
23
  size?: number;
24
24
  content?: Array<AdvertiserResponse>;
@@ -17,8 +17,8 @@ export interface PageCampaignChangeLogResponse {
17
17
  totalElements?: number;
18
18
  first?: boolean;
19
19
  sort?: Array<SortObject>;
20
- numberOfElements?: number;
21
20
  pageable?: PageableObject;
21
+ numberOfElements?: number;
22
22
  last?: boolean;
23
23
  size?: number;
24
24
  content?: Array<CampaignChangeLogResponse>;
@@ -17,8 +17,8 @@ export interface PageCampaignResponse {
17
17
  totalElements?: number;
18
18
  first?: boolean;
19
19
  sort?: Array<SortObject>;
20
- numberOfElements?: number;
21
20
  pageable?: PageableObject;
21
+ numberOfElements?: number;
22
22
  last?: boolean;
23
23
  size?: number;
24
24
  content?: Array<CampaignResponse>;
@@ -0,0 +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 ProductSetRequest {
13
+ adAccountId: string;
14
+ sourcePlatform: ProductSetRequest.SourcePlatformEnum;
15
+ productSetId: string;
16
+ productSetLabel: string;
17
+ }
18
+ export declare namespace ProductSetRequest {
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
+ }
@@ -0,0 +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 ProductSetResponse {
13
+ adAccountId?: string;
14
+ productSetId?: string;
15
+ productSetLabel?: string;
16
+ sourcePlatform?: ProductSetResponse.SourcePlatformEnum;
17
+ }
18
+ export declare namespace ProductSetResponse {
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
+ }
@@ -0,0 +1,26 @@
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 UpdateAudienceNameRequest {
13
+ adAccountId: string;
14
+ sourcePlatform: UpdateAudienceNameRequest.SourcePlatformEnum;
15
+ name: string;
16
+ }
17
+ export declare namespace UpdateAudienceNameRequest {
18
+ type SourcePlatformEnum = 'META' | 'TIKTOK' | 'SNAPCHAT' | 'GOOGLE' | 'LYADS';
19
+ const SourcePlatformEnum: {
20
+ META: SourcePlatformEnum;
21
+ TIKTOK: SourcePlatformEnum;
22
+ SNAPCHAT: SourcePlatformEnum;
23
+ GOOGLE: SourcePlatformEnum;
24
+ LYADS: SourcePlatformEnum;
25
+ };
26
+ }
@@ -0,0 +1,26 @@
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 UpdateDsCustomQuerySqlRequest {
13
+ adAccountId: string;
14
+ sourcePlatform: UpdateDsCustomQuerySqlRequest.SourcePlatformEnum;
15
+ dsSql: string;
16
+ }
17
+ export declare namespace UpdateDsCustomQuerySqlRequest {
18
+ type SourcePlatformEnum = 'META' | 'TIKTOK' | 'SNAPCHAT' | 'GOOGLE' | 'LYADS';
19
+ const SourcePlatformEnum: {
20
+ META: SourcePlatformEnum;
21
+ TIKTOK: SourcePlatformEnum;
22
+ SNAPCHAT: SourcePlatformEnum;
23
+ GOOGLE: SourcePlatformEnum;
24
+ LYADS: SourcePlatformEnum;
25
+ };
26
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/intellibid-client-ts",
3
- "version": "1.0.62",
3
+ "version": "1.0.64",
4
4
  "description": "swagger client for @revxui/intellibid-client-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [