@revxui/intellibid-client-ts 1.0.67 → 1.0.70
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.
- package/README.md +2 -2
- package/api/advertiserController.service.d.ts +137 -124
- package/api/api.d.ts +11 -11
- package/api/audienceController.service.d.ts +128 -128
- package/api/campaignController.service.d.ts +110 -110
- package/api/insightsController.service.d.ts +33 -33
- package/api/lookupDataController.service.d.ts +58 -58
- package/api.module.d.ts +11 -11
- package/configuration.d.ts +48 -48
- package/encoder.d.ts +10 -10
- package/esm2020/api/advertiserController.service.mjs +328 -300
- package/esm2020/api/api.mjs +11 -11
- package/esm2020/api/audienceController.service.mjs +326 -326
- package/esm2020/api/campaignController.service.mjs +296 -296
- package/esm2020/api/insightsController.service.mjs +107 -107
- package/esm2020/api/lookupDataController.service.mjs +134 -134
- package/esm2020/api.module.mjs +56 -56
- package/esm2020/configuration.mjs +58 -58
- package/esm2020/encoder.mjs +16 -16
- package/esm2020/index.mjs +5 -5
- package/esm2020/model/adAccountResponse.mjs +25 -25
- package/esm2020/model/advertiserMmpConversionEventResponse.mjs +12 -12
- package/esm2020/model/advertiserResponse.mjs +12 -12
- package/esm2020/model/advertiserSearchResponse.mjs +12 -12
- package/esm2020/model/audienceResponse.mjs +16 -16
- package/esm2020/model/blockedEventResponse.mjs +12 -12
- package/esm2020/model/businessZoneResponse.mjs +12 -12
- package/esm2020/model/campaignChangeLogResponse.mjs +23 -23
- package/esm2020/model/campaignInsightRecord.mjs +18 -18
- package/esm2020/model/campaignInsightsResponse.mjs +1 -1
- package/esm2020/model/campaignRequest.mjs +34 -34
- package/esm2020/model/campaignResponse.mjs +26 -26
- package/esm2020/model/campaignSearchResponse.mjs +12 -12
- package/esm2020/model/childAudience.mjs +37 -37
- package/esm2020/model/countryResponse.mjs +12 -12
- package/esm2020/model/createBlockedLiveAudienceRequest.mjs +21 -21
- package/esm2020/model/createBucketizedCustomAudienceRequest.mjs +36 -36
- package/esm2020/model/createBucketizedLiveAudienceRequest.mjs +25 -25
- package/esm2020/model/createDsCustomQueryAudienceRequest.mjs +32 -32
- package/esm2020/model/goalEventOptionDTO.mjs +13 -0
- package/esm2020/model/goalResponse.mjs +12 -12
- package/esm2020/model/models.mjs +37 -35
- package/esm2020/model/oSResponse.mjs +12 -12
- package/esm2020/model/pageAdvertiserResponse.mjs +1 -1
- package/esm2020/model/pageCampaignChangeLogResponse.mjs +1 -1
- package/esm2020/model/pageCampaignResponse.mjs +1 -1
- package/esm2020/model/pageableObject.mjs +1 -1
- package/esm2020/model/platformResponse.mjs +12 -12
- package/esm2020/model/productSetRequest.mjs +21 -21
- package/esm2020/model/productSetResponse.mjs +21 -21
- package/esm2020/model/scheduleUpdateRequest.mjs +18 -18
- package/esm2020/model/scheduledUpdates.mjs +12 -12
- package/esm2020/model/sortObject.mjs +12 -12
- package/esm2020/model/supportedGoalEventsResponseDTO.mjs +2 -0
- package/esm2020/model/updateAudienceNameRequest.mjs +21 -21
- package/esm2020/model/updateDsCustomQuerySqlRequest.mjs +21 -21
- package/esm2020/model/validateDsQueryRequest.mjs +12 -12
- package/esm2020/revxui-intellibid-client-ts.mjs +4 -4
- package/esm2020/variables.mjs +8 -8
- package/fesm2015/revxui-intellibid-client-ts.mjs +1661 -1633
- package/fesm2015/revxui-intellibid-client-ts.mjs.map +1 -1
- package/fesm2020/revxui-intellibid-client-ts.mjs +1791 -1751
- package/fesm2020/revxui-intellibid-client-ts.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/model/adAccountResponse.d.ts +32 -32
- package/model/advertiserMmpConversionEventResponse.d.ts +15 -15
- package/model/advertiserResponse.d.ts +32 -32
- package/model/advertiserSearchResponse.d.ts +16 -16
- package/model/audienceResponse.d.ts +45 -45
- package/model/blockedEventResponse.d.ts +15 -15
- package/model/businessZoneResponse.d.ts +17 -17
- package/model/campaignChangeLogResponse.d.ts +34 -34
- package/model/campaignInsightRecord.d.ts +56 -56
- package/model/campaignInsightsResponse.d.ts +16 -16
- package/model/campaignRequest.d.ts +55 -54
- package/model/campaignResponse.d.ts +75 -75
- package/model/campaignSearchResponse.d.ts +15 -15
- package/model/childAudience.d.ts +69 -69
- package/model/countryResponse.d.ts +18 -18
- package/model/createBlockedLiveAudienceRequest.d.ts +27 -27
- package/model/createBucketizedCustomAudienceRequest.d.ts +56 -56
- package/model/createBucketizedLiveAudienceRequest.d.ts +40 -40
- package/model/createDsCustomQueryAudienceRequest.d.ts +48 -48
- package/model/goalEventOptionDTO.d.ts +14 -0
- package/model/goalResponse.d.ts +15 -15
- package/model/models.d.ts +36 -34
- package/model/oSResponse.d.ts +15 -15
- package/model/pageAdvertiserResponse.d.ts +27 -27
- package/model/pageCampaignChangeLogResponse.d.ts +27 -27
- package/model/pageCampaignResponse.d.ts +27 -27
- package/model/pageableObject.d.ts +20 -20
- package/model/platformResponse.d.ts +15 -15
- package/model/productSetRequest.d.ts +27 -27
- package/model/productSetResponse.d.ts +27 -27
- package/model/scheduleUpdateRequest.d.ts +22 -22
- package/model/scheduledUpdates.d.ts +15 -15
- package/model/sortObject.d.ts +18 -18
- package/model/supportedGoalEventsResponseDTO.d.ts +19 -0
- package/model/updateAudienceNameRequest.d.ts +26 -26
- package/model/updateDsCustomQuerySqlRequest.d.ts +26 -26
- package/model/validateDsQueryRequest.d.ts +14 -14
- package/package.json +1 -1
- package/variables.d.ts +8 -8
|
@@ -1,40 +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
|
-
}
|
|
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
|
+
}
|
|
@@ -1,48 +1,48 @@
|
|
|
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
|
-
targetPurchasersOnly?: boolean;
|
|
21
|
-
uploadMode: CreateDsCustomQueryAudienceRequest.UploadModeEnum;
|
|
22
|
-
uploadFrequency: CreateDsCustomQueryAudienceRequest.UploadFrequencyEnum;
|
|
23
|
-
description?: string;
|
|
24
|
-
nextRunAt: Date;
|
|
25
|
-
}
|
|
26
|
-
export declare namespace CreateDsCustomQueryAudienceRequest {
|
|
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 UploadModeEnum = 'API' | 'CSV';
|
|
36
|
-
const UploadModeEnum: {
|
|
37
|
-
API: UploadModeEnum;
|
|
38
|
-
CSV: UploadModeEnum;
|
|
39
|
-
};
|
|
40
|
-
type UploadFrequencyEnum = 'ONCE' | 'DAILY' | 'EVERY_2D' | 'WEEKLY' | 'MONTHLY';
|
|
41
|
-
const UploadFrequencyEnum: {
|
|
42
|
-
ONCE: UploadFrequencyEnum;
|
|
43
|
-
DAILY: UploadFrequencyEnum;
|
|
44
|
-
EVERY2D: UploadFrequencyEnum;
|
|
45
|
-
WEEKLY: UploadFrequencyEnum;
|
|
46
|
-
MONTHLY: UploadFrequencyEnum;
|
|
47
|
-
};
|
|
48
|
-
}
|
|
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
|
+
targetPurchasersOnly?: boolean;
|
|
21
|
+
uploadMode: CreateDsCustomQueryAudienceRequest.UploadModeEnum;
|
|
22
|
+
uploadFrequency: CreateDsCustomQueryAudienceRequest.UploadFrequencyEnum;
|
|
23
|
+
description?: string;
|
|
24
|
+
nextRunAt: Date;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace CreateDsCustomQueryAudienceRequest {
|
|
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 UploadModeEnum = 'API' | 'CSV';
|
|
36
|
+
const UploadModeEnum: {
|
|
37
|
+
API: UploadModeEnum;
|
|
38
|
+
CSV: UploadModeEnum;
|
|
39
|
+
};
|
|
40
|
+
type UploadFrequencyEnum = 'ONCE' | 'DAILY' | 'EVERY_2D' | 'WEEKLY' | 'MONTHLY';
|
|
41
|
+
const UploadFrequencyEnum: {
|
|
42
|
+
ONCE: UploadFrequencyEnum;
|
|
43
|
+
DAILY: UploadFrequencyEnum;
|
|
44
|
+
EVERY2D: UploadFrequencyEnum;
|
|
45
|
+
WEEKLY: UploadFrequencyEnum;
|
|
46
|
+
MONTHLY: UploadFrequencyEnum;
|
|
47
|
+
};
|
|
48
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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 GoalEventOptionDTO {
|
|
13
|
+
goalEvent?: string;
|
|
14
|
+
}
|
package/model/goalResponse.d.ts
CHANGED
|
@@ -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 GoalResponse {
|
|
13
|
-
intellibidEventId?: number;
|
|
14
|
-
intellibidEventName?: 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 GoalResponse {
|
|
13
|
+
intellibidEventId?: number;
|
|
14
|
+
intellibidEventName?: string;
|
|
15
|
+
}
|
package/model/models.d.ts
CHANGED
|
@@ -1,34 +1,36 @@
|
|
|
1
|
-
export * from './adAccountResponse';
|
|
2
|
-
export * from './advertiserMmpConversionEventResponse';
|
|
3
|
-
export * from './advertiserResponse';
|
|
4
|
-
export * from './advertiserSearchResponse';
|
|
5
|
-
export * from './audienceResponse';
|
|
6
|
-
export * from './blockedEventResponse';
|
|
7
|
-
export * from './businessZoneResponse';
|
|
8
|
-
export * from './campaignChangeLogResponse';
|
|
9
|
-
export * from './campaignInsightRecord';
|
|
10
|
-
export * from './campaignInsightsResponse';
|
|
11
|
-
export * from './campaignRequest';
|
|
12
|
-
export * from './campaignResponse';
|
|
13
|
-
export * from './campaignSearchResponse';
|
|
14
|
-
export * from './childAudience';
|
|
15
|
-
export * from './countryResponse';
|
|
16
|
-
export * from './createBlockedLiveAudienceRequest';
|
|
17
|
-
export * from './createBucketizedCustomAudienceRequest';
|
|
18
|
-
export * from './createBucketizedLiveAudienceRequest';
|
|
19
|
-
export * from './createDsCustomQueryAudienceRequest';
|
|
20
|
-
export * from './
|
|
21
|
-
export * from './
|
|
22
|
-
export * from './
|
|
23
|
-
export * from './
|
|
24
|
-
export * from './
|
|
25
|
-
export * from './
|
|
26
|
-
export * from './
|
|
27
|
-
export * from './
|
|
28
|
-
export * from './
|
|
29
|
-
export * from './
|
|
30
|
-
export * from './
|
|
31
|
-
export * from './
|
|
32
|
-
export * from './
|
|
33
|
-
export * from './
|
|
34
|
-
export * from './
|
|
1
|
+
export * from './adAccountResponse';
|
|
2
|
+
export * from './advertiserMmpConversionEventResponse';
|
|
3
|
+
export * from './advertiserResponse';
|
|
4
|
+
export * from './advertiserSearchResponse';
|
|
5
|
+
export * from './audienceResponse';
|
|
6
|
+
export * from './blockedEventResponse';
|
|
7
|
+
export * from './businessZoneResponse';
|
|
8
|
+
export * from './campaignChangeLogResponse';
|
|
9
|
+
export * from './campaignInsightRecord';
|
|
10
|
+
export * from './campaignInsightsResponse';
|
|
11
|
+
export * from './campaignRequest';
|
|
12
|
+
export * from './campaignResponse';
|
|
13
|
+
export * from './campaignSearchResponse';
|
|
14
|
+
export * from './childAudience';
|
|
15
|
+
export * from './countryResponse';
|
|
16
|
+
export * from './createBlockedLiveAudienceRequest';
|
|
17
|
+
export * from './createBucketizedCustomAudienceRequest';
|
|
18
|
+
export * from './createBucketizedLiveAudienceRequest';
|
|
19
|
+
export * from './createDsCustomQueryAudienceRequest';
|
|
20
|
+
export * from './goalEventOptionDTO';
|
|
21
|
+
export * from './goalResponse';
|
|
22
|
+
export * from './oSResponse';
|
|
23
|
+
export * from './pageAdvertiserResponse';
|
|
24
|
+
export * from './pageCampaignChangeLogResponse';
|
|
25
|
+
export * from './pageCampaignResponse';
|
|
26
|
+
export * from './pageableObject';
|
|
27
|
+
export * from './platformResponse';
|
|
28
|
+
export * from './productSetRequest';
|
|
29
|
+
export * from './productSetResponse';
|
|
30
|
+
export * from './scheduleUpdateRequest';
|
|
31
|
+
export * from './scheduledUpdates';
|
|
32
|
+
export * from './sortObject';
|
|
33
|
+
export * from './supportedGoalEventsResponseDTO';
|
|
34
|
+
export * from './updateAudienceNameRequest';
|
|
35
|
+
export * from './updateDsCustomQuerySqlRequest';
|
|
36
|
+
export * from './validateDsQueryRequest';
|
package/model/oSResponse.d.ts
CHANGED
|
@@ -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 OSResponse {
|
|
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 OSResponse {
|
|
13
|
+
id?: number;
|
|
14
|
+
name?: string;
|
|
15
|
+
}
|
|
@@ -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
|
-
import { AdvertiserResponse } from './advertiserResponse';
|
|
13
|
-
import { PageableObject } from './pageableObject';
|
|
14
|
-
import { SortObject } from './sortObject';
|
|
15
|
-
export interface PageAdvertiserResponse {
|
|
16
|
-
totalPages?: number;
|
|
17
|
-
totalElements?: number;
|
|
18
|
-
first?: boolean;
|
|
19
|
-
sort?: Array<SortObject>;
|
|
20
|
-
numberOfElements?: number;
|
|
21
|
-
pageable?: PageableObject;
|
|
22
|
-
last?: boolean;
|
|
23
|
-
size?: number;
|
|
24
|
-
content?: Array<AdvertiserResponse>;
|
|
25
|
-
number?: number;
|
|
26
|
-
empty?: boolean;
|
|
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
|
+
import { AdvertiserResponse } from './advertiserResponse';
|
|
13
|
+
import { PageableObject } from './pageableObject';
|
|
14
|
+
import { SortObject } from './sortObject';
|
|
15
|
+
export interface PageAdvertiserResponse {
|
|
16
|
+
totalPages?: number;
|
|
17
|
+
totalElements?: number;
|
|
18
|
+
first?: boolean;
|
|
19
|
+
sort?: Array<SortObject>;
|
|
20
|
+
numberOfElements?: number;
|
|
21
|
+
pageable?: PageableObject;
|
|
22
|
+
last?: boolean;
|
|
23
|
+
size?: number;
|
|
24
|
+
content?: Array<AdvertiserResponse>;
|
|
25
|
+
number?: number;
|
|
26
|
+
empty?: boolean;
|
|
27
|
+
}
|
|
@@ -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
|
-
import { CampaignChangeLogResponse } from './campaignChangeLogResponse';
|
|
13
|
-
import { PageableObject } from './pageableObject';
|
|
14
|
-
import { SortObject } from './sortObject';
|
|
15
|
-
export interface PageCampaignChangeLogResponse {
|
|
16
|
-
totalPages?: number;
|
|
17
|
-
totalElements?: number;
|
|
18
|
-
first?: boolean;
|
|
19
|
-
sort?: Array<SortObject>;
|
|
20
|
-
numberOfElements?: number;
|
|
21
|
-
pageable?: PageableObject;
|
|
22
|
-
last?: boolean;
|
|
23
|
-
size?: number;
|
|
24
|
-
content?: Array<CampaignChangeLogResponse>;
|
|
25
|
-
number?: number;
|
|
26
|
-
empty?: boolean;
|
|
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
|
+
import { CampaignChangeLogResponse } from './campaignChangeLogResponse';
|
|
13
|
+
import { PageableObject } from './pageableObject';
|
|
14
|
+
import { SortObject } from './sortObject';
|
|
15
|
+
export interface PageCampaignChangeLogResponse {
|
|
16
|
+
totalPages?: number;
|
|
17
|
+
totalElements?: number;
|
|
18
|
+
first?: boolean;
|
|
19
|
+
sort?: Array<SortObject>;
|
|
20
|
+
numberOfElements?: number;
|
|
21
|
+
pageable?: PageableObject;
|
|
22
|
+
last?: boolean;
|
|
23
|
+
size?: number;
|
|
24
|
+
content?: Array<CampaignChangeLogResponse>;
|
|
25
|
+
number?: number;
|
|
26
|
+
empty?: boolean;
|
|
27
|
+
}
|
|
@@ -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
|
-
import { CampaignResponse } from './campaignResponse';
|
|
13
|
-
import { PageableObject } from './pageableObject';
|
|
14
|
-
import { SortObject } from './sortObject';
|
|
15
|
-
export interface PageCampaignResponse {
|
|
16
|
-
totalPages?: number;
|
|
17
|
-
totalElements?: number;
|
|
18
|
-
first?: boolean;
|
|
19
|
-
sort?: Array<SortObject>;
|
|
20
|
-
numberOfElements?: number;
|
|
21
|
-
pageable?: PageableObject;
|
|
22
|
-
last?: boolean;
|
|
23
|
-
size?: number;
|
|
24
|
-
content?: Array<CampaignResponse>;
|
|
25
|
-
number?: number;
|
|
26
|
-
empty?: boolean;
|
|
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
|
+
import { CampaignResponse } from './campaignResponse';
|
|
13
|
+
import { PageableObject } from './pageableObject';
|
|
14
|
+
import { SortObject } from './sortObject';
|
|
15
|
+
export interface PageCampaignResponse {
|
|
16
|
+
totalPages?: number;
|
|
17
|
+
totalElements?: number;
|
|
18
|
+
first?: boolean;
|
|
19
|
+
sort?: Array<SortObject>;
|
|
20
|
+
numberOfElements?: number;
|
|
21
|
+
pageable?: PageableObject;
|
|
22
|
+
last?: boolean;
|
|
23
|
+
size?: number;
|
|
24
|
+
content?: Array<CampaignResponse>;
|
|
25
|
+
number?: number;
|
|
26
|
+
empty?: boolean;
|
|
27
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
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 { SortObject } from './sortObject';
|
|
13
|
-
export interface PageableObject {
|
|
14
|
-
sort?: Array<SortObject>;
|
|
15
|
-
pageNumber?: number;
|
|
16
|
-
pageSize?: number;
|
|
17
|
-
paged?: boolean;
|
|
18
|
-
unpaged?: boolean;
|
|
19
|
-
offset?: number;
|
|
20
|
-
}
|
|
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 { SortObject } from './sortObject';
|
|
13
|
+
export interface PageableObject {
|
|
14
|
+
sort?: Array<SortObject>;
|
|
15
|
+
pageNumber?: number;
|
|
16
|
+
pageSize?: number;
|
|
17
|
+
paged?: boolean;
|
|
18
|
+
unpaged?: boolean;
|
|
19
|
+
offset?: number;
|
|
20
|
+
}
|
|
@@ -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 PlatformResponse {
|
|
13
|
-
id?: number;
|
|
14
|
-
platformName?: 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 PlatformResponse {
|
|
13
|
+
id?: number;
|
|
14
|
+
platformName?: string;
|
|
15
|
+
}
|
|
@@ -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 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
|
-
}
|
|
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
|
+
}
|