@revxui/intellibid-client-ts 1.0.57 → 1.0.59
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 +111 -66
- package/api/api.d.ts +11 -11
- package/api/audienceController.service.d.ts +41 -63
- package/api/campaignController.service.d.ts +110 -110
- package/api/insightsController.service.d.ts +33 -32
- package/api/lookupDataController.service.d.ts +58 -0
- 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 +267 -169
- package/esm2020/api/api.mjs +12 -12
- package/esm2020/api/audienceController.service.mjs +110 -174
- package/esm2020/api/campaignController.service.mjs +296 -296
- package/esm2020/api/insightsController.service.mjs +108 -105
- package/esm2020/api/lookupDataController.service.mjs +135 -0
- package/esm2020/api.module.mjs +57 -57
- package/esm2020/configuration.mjs +58 -58
- package/esm2020/encoder.mjs +16 -16
- package/esm2020/index.mjs +5 -5
- package/esm2020/model/advertiserMmpConversionEventResponse.mjs +12 -12
- package/esm2020/model/advertiserResponse.mjs +12 -12
- package/esm2020/model/advertiserSearchResponse.mjs +12 -12
- package/esm2020/model/audienceChildStatusDTO.mjs +22 -0
- package/esm2020/model/audienceGroupStatusResponse.mjs +16 -0
- package/esm2020/model/blockedEventResponse.mjs +13 -0
- package/esm2020/model/businessZoneResponse.mjs +13 -0
- package/esm2020/model/campaignChangeLogResponse.mjs +23 -23
- package/esm2020/model/campaignInsightRecord.mjs +19 -19
- package/esm2020/model/campaignInsightsResponse.mjs +1 -1
- package/esm2020/model/campaignRequest.mjs +32 -32
- package/esm2020/model/campaignResponse.mjs +21 -21
- package/esm2020/model/campaignSearchResponse.mjs +12 -12
- package/esm2020/model/childPreviewDTO.mjs +13 -0
- package/esm2020/model/countryResponse.mjs +13 -0
- package/esm2020/model/createBucketizedLiveAudienceRequest.mjs +19 -0
- package/esm2020/model/createBucketizedLiveAudienceResponse.mjs +10 -0
- package/esm2020/model/goalResponse.mjs +13 -0
- package/esm2020/model/models.mjs +30 -24
- 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 +13 -0
- package/esm2020/model/productSetResponse.mjs +13 -0
- package/esm2020/model/scheduleUpdateRequest.mjs +18 -18
- package/esm2020/model/scheduledUpdates.mjs +12 -12
- package/esm2020/model/sortObject.mjs +12 -12
- package/esm2020/model/upsertProductSetRequest.mjs +13 -0
- package/esm2020/revxui-intellibid-client-ts.mjs +4 -4
- package/esm2020/variables.mjs +8 -8
- package/fesm2015/revxui-intellibid-client-ts.mjs +1180 -1081
- package/fesm2015/revxui-intellibid-client-ts.mjs.map +1 -1
- package/fesm2020/revxui-intellibid-client-ts.mjs +1326 -1143
- package/fesm2020/revxui-intellibid-client-ts.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/model/advertiserMmpConversionEventResponse.d.ts +15 -15
- package/model/advertiserResponse.d.ts +30 -30
- package/model/advertiserSearchResponse.d.ts +16 -16
- package/model/audienceChildStatusDTO.d.ts +31 -0
- package/model/audienceGroupStatusResponse.d.ts +42 -0
- package/model/{audienceListResponse.d.ts → blockedEventResponse.d.ts} +15 -15
- package/model/{audienceResponseDTO.d.ts → businessZoneResponse.d.ts} +17 -20
- package/model/campaignChangeLogResponse.d.ts +34 -34
- package/model/campaignInsightRecord.d.ts +56 -47
- package/model/campaignInsightsResponse.d.ts +16 -16
- package/model/campaignRequest.d.ts +52 -52
- package/model/campaignResponse.d.ts +66 -66
- package/model/campaignSearchResponse.d.ts +15 -15
- package/model/childPreviewDTO.d.ts +19 -0
- package/model/countryResponse.d.ts +18 -0
- package/model/createBucketizedLiveAudienceRequest.d.ts +33 -0
- package/model/createBucketizedLiveAudienceResponse.d.ts +28 -0
- package/model/goalResponse.d.ts +17 -0
- package/model/models.d.ts +29 -23
- 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/{configItemDTO.d.ts → platformResponse.d.ts} +15 -15
- package/model/productSetResponse.d.ts +16 -0
- package/model/scheduleUpdateRequest.d.ts +22 -22
- package/model/scheduledUpdates.d.ts +15 -15
- package/model/sortObject.d.ts +18 -18
- package/model/upsertProductSetRequest.d.ts +15 -0
- package/package.json +1 -1
- package/variables.d.ts +8 -8
- package/api/osMasterController.service.d.ts +0 -28
- package/esm2020/api/osMasterController.service.mjs +0 -78
- package/esm2020/model/audienceListResponse.mjs +0 -2
- package/esm2020/model/audienceResponseDTO.mjs +0 -2
- package/esm2020/model/configItemDTO.mjs +0 -13
- package/esm2020/model/createBlockedAudienceRequest.mjs +0 -21
- package/esm2020/model/createDynamicAudienceRequest.mjs +0 -21
- package/esm2020/model/createStaticAudienceRequest.mjs +0 -21
- package/model/createBlockedAudienceRequest.d.ts +0 -24
- package/model/createDynamicAudienceRequest.d.ts +0 -26
- package/model/createStaticAudienceRequest.d.ts +0 -24
|
@@ -1,66 +1,66 @@
|
|
|
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
|
-
marketFeedbackEnabled?: boolean;
|
|
20
|
-
activeOnPlatform?: boolean;
|
|
21
|
-
updating?: boolean;
|
|
22
|
-
payoutType?: CampaignResponse.PayoutTypeEnum;
|
|
23
|
-
payoutValue?: number;
|
|
24
|
-
startDate?: string;
|
|
25
|
-
goal?: CampaignResponse.GoalEnum;
|
|
26
|
-
goalValue?: number;
|
|
27
|
-
dailyAdvertiserBudget?: number;
|
|
28
|
-
osId?: number;
|
|
29
|
-
osName?: string;
|
|
30
|
-
mmpConversionEventId?: number;
|
|
31
|
-
mmpAttributionSetting?: CampaignResponse.MmpAttributionSettingEnum;
|
|
32
|
-
lastErrorCode?: string;
|
|
33
|
-
lastErrorMessage?: string;
|
|
34
|
-
lastSyncAt?: Date;
|
|
35
|
-
createdAt?: Date;
|
|
36
|
-
lastUpdatedAt?: Date;
|
|
37
|
-
createdBy?: string;
|
|
38
|
-
lastUpdatedBy?: string;
|
|
39
|
-
platformCurrency?: string;
|
|
40
|
-
licenseeCurrency?: string;
|
|
41
|
-
scheduledUpdates?: ScheduledUpdates;
|
|
42
|
-
}
|
|
43
|
-
export declare namespace CampaignResponse {
|
|
44
|
-
type SourcePlatformEnum = 'META' | 'TIKTOK' | 'GOOGLE' | 'SNAPCHAT';
|
|
45
|
-
const SourcePlatformEnum: {
|
|
46
|
-
META: SourcePlatformEnum;
|
|
47
|
-
TIKTOK: SourcePlatformEnum;
|
|
48
|
-
GOOGLE: SourcePlatformEnum;
|
|
49
|
-
SNAPCHAT: SourcePlatformEnum;
|
|
50
|
-
};
|
|
51
|
-
type PayoutTypeEnum = 'DYNAMIC_MARGIN' | 'PAYOUT_PER_CONVERSION';
|
|
52
|
-
const PayoutTypeEnum: {
|
|
53
|
-
DYNAMICMARGIN: PayoutTypeEnum;
|
|
54
|
-
PAYOUTPERCONVERSION: PayoutTypeEnum;
|
|
55
|
-
};
|
|
56
|
-
type GoalEnum = 'COST_PER_RESULT' | 'ROAS';
|
|
57
|
-
const GoalEnum: {
|
|
58
|
-
COSTPERRESULT: GoalEnum;
|
|
59
|
-
ROAS: GoalEnum;
|
|
60
|
-
};
|
|
61
|
-
type MmpAttributionSettingEnum = 'CTA' | 'CTA_AND_VTA';
|
|
62
|
-
const MmpAttributionSettingEnum: {
|
|
63
|
-
CTA: MmpAttributionSettingEnum;
|
|
64
|
-
CTAANDVTA: MmpAttributionSettingEnum;
|
|
65
|
-
};
|
|
66
|
-
}
|
|
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
|
+
marketFeedbackEnabled?: boolean;
|
|
20
|
+
activeOnPlatform?: boolean;
|
|
21
|
+
updating?: boolean;
|
|
22
|
+
payoutType?: CampaignResponse.PayoutTypeEnum;
|
|
23
|
+
payoutValue?: number;
|
|
24
|
+
startDate?: string;
|
|
25
|
+
goal?: CampaignResponse.GoalEnum;
|
|
26
|
+
goalValue?: number;
|
|
27
|
+
dailyAdvertiserBudget?: number;
|
|
28
|
+
osId?: number;
|
|
29
|
+
osName?: string;
|
|
30
|
+
mmpConversionEventId?: number;
|
|
31
|
+
mmpAttributionSetting?: CampaignResponse.MmpAttributionSettingEnum;
|
|
32
|
+
lastErrorCode?: string;
|
|
33
|
+
lastErrorMessage?: string;
|
|
34
|
+
lastSyncAt?: Date;
|
|
35
|
+
createdAt?: Date;
|
|
36
|
+
lastUpdatedAt?: Date;
|
|
37
|
+
createdBy?: string;
|
|
38
|
+
lastUpdatedBy?: string;
|
|
39
|
+
platformCurrency?: string;
|
|
40
|
+
licenseeCurrency?: string;
|
|
41
|
+
scheduledUpdates?: ScheduledUpdates;
|
|
42
|
+
}
|
|
43
|
+
export declare namespace CampaignResponse {
|
|
44
|
+
type SourcePlatformEnum = 'META' | 'TIKTOK' | 'GOOGLE' | 'SNAPCHAT';
|
|
45
|
+
const SourcePlatformEnum: {
|
|
46
|
+
META: SourcePlatformEnum;
|
|
47
|
+
TIKTOK: SourcePlatformEnum;
|
|
48
|
+
GOOGLE: SourcePlatformEnum;
|
|
49
|
+
SNAPCHAT: SourcePlatformEnum;
|
|
50
|
+
};
|
|
51
|
+
type PayoutTypeEnum = 'DYNAMIC_MARGIN' | 'PAYOUT_PER_CONVERSION';
|
|
52
|
+
const PayoutTypeEnum: {
|
|
53
|
+
DYNAMICMARGIN: PayoutTypeEnum;
|
|
54
|
+
PAYOUTPERCONVERSION: PayoutTypeEnum;
|
|
55
|
+
};
|
|
56
|
+
type GoalEnum = 'COST_PER_RESULT' | 'ROAS';
|
|
57
|
+
const GoalEnum: {
|
|
58
|
+
COSTPERRESULT: GoalEnum;
|
|
59
|
+
ROAS: GoalEnum;
|
|
60
|
+
};
|
|
61
|
+
type MmpAttributionSettingEnum = 'CTA' | 'CTA_AND_VTA';
|
|
62
|
+
const MmpAttributionSettingEnum: {
|
|
63
|
+
CTA: MmpAttributionSettingEnum;
|
|
64
|
+
CTAANDVTA: MmpAttributionSettingEnum;
|
|
65
|
+
};
|
|
66
|
+
}
|
|
@@ -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
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
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 ChildPreviewDTO {
|
|
13
|
+
childId?: number;
|
|
14
|
+
childKeyHash?: string;
|
|
15
|
+
computedName?: string;
|
|
16
|
+
cvrBucketLabel?: string;
|
|
17
|
+
retentionBucketLabel?: string;
|
|
18
|
+
retentionNoOfDays?: number;
|
|
19
|
+
}
|
|
@@ -0,0 +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
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
platformId: number;
|
|
15
|
+
audienceType: CreateBucketizedLiveAudienceRequest.AudienceTypeEnum;
|
|
16
|
+
businessZoneId: number;
|
|
17
|
+
goalEventNameId: number;
|
|
18
|
+
osId: number;
|
|
19
|
+
countryIds?: Array<number>;
|
|
20
|
+
name: string;
|
|
21
|
+
productSetId?: string;
|
|
22
|
+
addEmailId: boolean;
|
|
23
|
+
addPhoneNumber: boolean;
|
|
24
|
+
addProbability: boolean;
|
|
25
|
+
description?: string;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace CreateBucketizedLiveAudienceRequest {
|
|
28
|
+
type AudienceTypeEnum = 'DYNAMIC' | 'CATALOGUE';
|
|
29
|
+
const AudienceTypeEnum: {
|
|
30
|
+
DYNAMIC: AudienceTypeEnum;
|
|
31
|
+
CATALOGUE: AudienceTypeEnum;
|
|
32
|
+
};
|
|
33
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
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 { ChildPreviewDTO } from './childPreviewDTO';
|
|
13
|
+
export interface CreateBucketizedLiveAudienceResponse {
|
|
14
|
+
audienceGroupId?: number;
|
|
15
|
+
operationId?: string;
|
|
16
|
+
totalChildren?: number;
|
|
17
|
+
syncStatus?: CreateBucketizedLiveAudienceResponse.SyncStatusEnum;
|
|
18
|
+
childPreviews?: Array<ChildPreviewDTO>;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace CreateBucketizedLiveAudienceResponse {
|
|
21
|
+
type SyncStatusEnum = 'IDLE' | 'SYNCING' | 'PARTIAL' | 'FAILED';
|
|
22
|
+
const SyncStatusEnum: {
|
|
23
|
+
IDLE: SyncStatusEnum;
|
|
24
|
+
SYNCING: SyncStatusEnum;
|
|
25
|
+
PARTIAL: SyncStatusEnum;
|
|
26
|
+
FAILED: SyncStatusEnum;
|
|
27
|
+
};
|
|
28
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
postbackEventId?: number;
|
|
14
|
+
advertiserEventName?: string;
|
|
15
|
+
intellibidEventName?: string;
|
|
16
|
+
priority?: number;
|
|
17
|
+
}
|
package/model/models.d.ts
CHANGED
|
@@ -1,23 +1,29 @@
|
|
|
1
|
-
export * from './advertiserMmpConversionEventResponse';
|
|
2
|
-
export * from './advertiserResponse';
|
|
3
|
-
export * from './advertiserSearchResponse';
|
|
4
|
-
export * from './
|
|
5
|
-
export * from './
|
|
6
|
-
export * from './
|
|
7
|
-
export * from './
|
|
8
|
-
export * from './
|
|
9
|
-
export * from './
|
|
10
|
-
export * from './
|
|
11
|
-
export * from './
|
|
12
|
-
export * from './
|
|
13
|
-
export * from './
|
|
14
|
-
export * from './
|
|
15
|
-
export * from './
|
|
16
|
-
export * from './
|
|
17
|
-
export * from './
|
|
18
|
-
export * from './
|
|
19
|
-
export * from './
|
|
20
|
-
export * from './
|
|
21
|
-
export * from './
|
|
22
|
-
export * from './
|
|
23
|
-
export * from './
|
|
1
|
+
export * from './advertiserMmpConversionEventResponse';
|
|
2
|
+
export * from './advertiserResponse';
|
|
3
|
+
export * from './advertiserSearchResponse';
|
|
4
|
+
export * from './audienceChildStatusDTO';
|
|
5
|
+
export * from './audienceGroupStatusResponse';
|
|
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 './childPreviewDTO';
|
|
15
|
+
export * from './countryResponse';
|
|
16
|
+
export * from './createBucketizedLiveAudienceRequest';
|
|
17
|
+
export * from './createBucketizedLiveAudienceResponse';
|
|
18
|
+
export * from './goalResponse';
|
|
19
|
+
export * from './oSResponse';
|
|
20
|
+
export * from './pageAdvertiserResponse';
|
|
21
|
+
export * from './pageCampaignChangeLogResponse';
|
|
22
|
+
export * from './pageCampaignResponse';
|
|
23
|
+
export * from './pageableObject';
|
|
24
|
+
export * from './platformResponse';
|
|
25
|
+
export * from './productSetResponse';
|
|
26
|
+
export * from './scheduleUpdateRequest';
|
|
27
|
+
export * from './scheduledUpdates';
|
|
28
|
+
export * from './sortObject';
|
|
29
|
+
export * from './upsertProductSetRequest';
|
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
|
|
13
|
-
|
|
14
|
-
|
|
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
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
id?: number;
|
|
14
|
+
productSetId?: string;
|
|
15
|
+
productSetLabel?: string;
|
|
16
|
+
}
|