@revxui/intellibid-client-ts 1.0.57 → 1.0.58
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 +88 -66
- package/api/api.d.ts +9 -11
- 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 +213 -169
- package/esm2020/api/api.mjs +10 -12
- 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 +54 -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/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/countryResponse.mjs +13 -0
- package/esm2020/model/goalResponse.mjs +13 -0
- package/esm2020/model/models.mjs +23 -24
- package/esm2020/model/oSResponse.mjs +12 -12
- package/esm2020/model/pageAdvertiserResponse.mjs +2 -2
- package/esm2020/model/pageCampaignChangeLogResponse.mjs +2 -2
- package/esm2020/model/pageCampaignResponse.mjs +2 -2
- package/esm2020/model/pageableObject.mjs +1 -1
- package/esm2020/model/platformResponse.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/revxui-intellibid-client-ts.mjs +4 -4
- package/esm2020/variables.mjs +8 -8
- package/fesm2015/revxui-intellibid-client-ts.mjs +956 -1085
- package/fesm2015/revxui-intellibid-client-ts.mjs.map +1 -1
- package/fesm2020/revxui-intellibid-client-ts.mjs +1068 -1147
- 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/{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/countryResponse.d.ts +18 -0
- package/model/goalResponse.d.ts +17 -0
- package/model/models.d.ts +22 -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/scheduleUpdateRequest.d.ts +22 -22
- package/model/scheduledUpdates.d.ts +15 -15
- package/model/sortObject.d.ts +18 -18
- package/package.json +1 -1
- package/variables.d.ts +8 -8
- package/api/audienceController.service.d.ts +0 -63
- package/api/osMasterController.service.d.ts +0 -28
- package/esm2020/api/audienceController.service.mjs +0 -174
- 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
|
@@ -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,22 @@
|
|
|
1
|
-
export * from './advertiserMmpConversionEventResponse';
|
|
2
|
-
export * from './advertiserResponse';
|
|
3
|
-
export * from './advertiserSearchResponse';
|
|
4
|
-
export * from './
|
|
5
|
-
export * from './
|
|
6
|
-
export * from './campaignChangeLogResponse';
|
|
7
|
-
export * from './campaignInsightRecord';
|
|
8
|
-
export * from './campaignInsightsResponse';
|
|
9
|
-
export * from './campaignRequest';
|
|
10
|
-
export * from './campaignResponse';
|
|
11
|
-
export * from './campaignSearchResponse';
|
|
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 './sortObject';
|
|
1
|
+
export * from './advertiserMmpConversionEventResponse';
|
|
2
|
+
export * from './advertiserResponse';
|
|
3
|
+
export * from './advertiserSearchResponse';
|
|
4
|
+
export * from './blockedEventResponse';
|
|
5
|
+
export * from './businessZoneResponse';
|
|
6
|
+
export * from './campaignChangeLogResponse';
|
|
7
|
+
export * from './campaignInsightRecord';
|
|
8
|
+
export * from './campaignInsightsResponse';
|
|
9
|
+
export * from './campaignRequest';
|
|
10
|
+
export * from './campaignResponse';
|
|
11
|
+
export * from './campaignSearchResponse';
|
|
12
|
+
export * from './countryResponse';
|
|
13
|
+
export * from './goalResponse';
|
|
14
|
+
export * from './oSResponse';
|
|
15
|
+
export * from './pageAdvertiserResponse';
|
|
16
|
+
export * from './pageCampaignChangeLogResponse';
|
|
17
|
+
export * from './pageCampaignResponse';
|
|
18
|
+
export * from './pageableObject';
|
|
19
|
+
export * from './platformResponse';
|
|
20
|
+
export * from './scheduleUpdateRequest';
|
|
21
|
+
export * from './scheduledUpdates';
|
|
22
|
+
export * from './sortObject';
|
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
|
-
|
|
21
|
-
|
|
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
|
+
pageable?: PageableObject;
|
|
21
|
+
numberOfElements?: number;
|
|
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
|
-
|
|
21
|
-
|
|
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
|
+
pageable?: PageableObject;
|
|
21
|
+
numberOfElements?: number;
|
|
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
|
-
|
|
21
|
-
|
|
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
|
+
pageable?: PageableObject;
|
|
21
|
+
numberOfElements?: number;
|
|
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
|
+
}
|
|
@@ -1,22 +1,22 @@
|
|
|
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 ScheduleUpdateRequest {
|
|
13
|
-
requestType: ScheduleUpdateRequest.RequestTypeEnum;
|
|
14
|
-
requestValue: number;
|
|
15
|
-
}
|
|
16
|
-
export declare namespace ScheduleUpdateRequest {
|
|
17
|
-
type RequestTypeEnum = 'BUDGET' | 'PAYOUT_VALUE';
|
|
18
|
-
const RequestTypeEnum: {
|
|
19
|
-
BUDGET: RequestTypeEnum;
|
|
20
|
-
PAYOUTVALUE: RequestTypeEnum;
|
|
21
|
-
};
|
|
22
|
-
}
|
|
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 ScheduleUpdateRequest {
|
|
13
|
+
requestType: ScheduleUpdateRequest.RequestTypeEnum;
|
|
14
|
+
requestValue: number;
|
|
15
|
+
}
|
|
16
|
+
export declare namespace ScheduleUpdateRequest {
|
|
17
|
+
type RequestTypeEnum = 'BUDGET' | 'PAYOUT_VALUE';
|
|
18
|
+
const RequestTypeEnum: {
|
|
19
|
+
BUDGET: RequestTypeEnum;
|
|
20
|
+
PAYOUTVALUE: RequestTypeEnum;
|
|
21
|
+
};
|
|
22
|
+
}
|
|
@@ -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 ScheduledUpdates {
|
|
13
|
-
budget?: number;
|
|
14
|
-
payoutValue?: number;
|
|
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 ScheduledUpdates {
|
|
13
|
+
budget?: number;
|
|
14
|
+
payoutValue?: number;
|
|
15
|
+
}
|
package/model/sortObject.d.ts
CHANGED
|
@@ -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 SortObject {
|
|
13
|
-
direction?: string;
|
|
14
|
-
nullHandling?: string;
|
|
15
|
-
ascending?: boolean;
|
|
16
|
-
property?: string;
|
|
17
|
-
ignoreCase?: boolean;
|
|
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 SortObject {
|
|
13
|
+
direction?: string;
|
|
14
|
+
nullHandling?: string;
|
|
15
|
+
ascending?: boolean;
|
|
16
|
+
property?: string;
|
|
17
|
+
ignoreCase?: boolean;
|
|
18
|
+
}
|
package/package.json
CHANGED
package/variables.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
export declare const BASE_PATH: InjectionToken<string>;
|
|
3
|
-
export declare const COLLECTION_FORMATS: {
|
|
4
|
-
csv: string;
|
|
5
|
-
tsv: string;
|
|
6
|
-
ssv: string;
|
|
7
|
-
pipes: string;
|
|
8
|
-
};
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
2
|
+
export declare const BASE_PATH: InjectionToken<string>;
|
|
3
|
+
export declare const COLLECTION_FORMATS: {
|
|
4
|
+
csv: string;
|
|
5
|
+
tsv: string;
|
|
6
|
+
ssv: string;
|
|
7
|
+
pipes: string;
|
|
8
|
+
};
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { AudienceListResponse } from '../model/audienceListResponse';
|
|
4
|
-
import { CreateBlockedAudienceRequest } from '../model/createBlockedAudienceRequest';
|
|
5
|
-
import { CreateDynamicAudienceRequest } from '../model/createDynamicAudienceRequest';
|
|
6
|
-
import { CreateStaticAudienceRequest } from '../model/createStaticAudienceRequest';
|
|
7
|
-
import { Configuration } from '../configuration';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class AudienceControllerService {
|
|
10
|
-
protected httpClient: HttpClient;
|
|
11
|
-
protected basePath: string;
|
|
12
|
-
defaultHeaders: HttpHeaders;
|
|
13
|
-
configuration: Configuration;
|
|
14
|
-
constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
|
|
15
|
-
/**
|
|
16
|
-
* @param consumes string[] mime-types
|
|
17
|
-
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
18
|
-
*/
|
|
19
|
-
private canConsumeForm;
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
* @param body
|
|
24
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
25
|
-
* @param reportProgress flag to report request and response progress.
|
|
26
|
-
*/
|
|
27
|
-
createBlockedAudience(body: CreateBlockedAudienceRequest, observe?: 'body', reportProgress?: boolean): Observable<any>;
|
|
28
|
-
createBlockedAudience(body: CreateBlockedAudienceRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<any>>;
|
|
29
|
-
createBlockedAudience(body: CreateBlockedAudienceRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<any>>;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
* @param body
|
|
34
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
35
|
-
* @param reportProgress flag to report request and response progress.
|
|
36
|
-
*/
|
|
37
|
-
createDynamicAudiences(body: CreateDynamicAudienceRequest, observe?: 'body', reportProgress?: boolean): Observable<any>;
|
|
38
|
-
createDynamicAudiences(body: CreateDynamicAudienceRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<any>>;
|
|
39
|
-
createDynamicAudiences(body: CreateDynamicAudienceRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<any>>;
|
|
40
|
-
/**
|
|
41
|
-
*
|
|
42
|
-
*
|
|
43
|
-
* @param body
|
|
44
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
45
|
-
* @param reportProgress flag to report request and response progress.
|
|
46
|
-
*/
|
|
47
|
-
createStaticAudiences(body: CreateStaticAudienceRequest, observe?: 'body', reportProgress?: boolean): Observable<any>;
|
|
48
|
-
createStaticAudiences(body: CreateStaticAudienceRequest, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<any>>;
|
|
49
|
-
createStaticAudiences(body: CreateStaticAudienceRequest, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<any>>;
|
|
50
|
-
/**
|
|
51
|
-
*
|
|
52
|
-
*
|
|
53
|
-
* @param advertiserId
|
|
54
|
-
* @param sourcePlatform
|
|
55
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
56
|
-
* @param reportProgress flag to report request and response progress.
|
|
57
|
-
*/
|
|
58
|
-
getAudiences(advertiserId: number, sourcePlatform: string, observe?: 'body', reportProgress?: boolean): Observable<AudienceListResponse>;
|
|
59
|
-
getAudiences(advertiserId: number, sourcePlatform: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<AudienceListResponse>>;
|
|
60
|
-
getAudiences(advertiserId: number, sourcePlatform: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<AudienceListResponse>>;
|
|
61
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AudienceControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
62
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AudienceControllerService>;
|
|
63
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { OSResponse } from '../model/oSResponse';
|
|
4
|
-
import { Configuration } from '../configuration';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class OsMasterControllerService {
|
|
7
|
-
protected httpClient: HttpClient;
|
|
8
|
-
protected basePath: string;
|
|
9
|
-
defaultHeaders: HttpHeaders;
|
|
10
|
-
configuration: Configuration;
|
|
11
|
-
constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
|
|
12
|
-
/**
|
|
13
|
-
* @param consumes string[] mime-types
|
|
14
|
-
* @return true: consumes contains 'multipart/form-data', false: otherwise
|
|
15
|
-
*/
|
|
16
|
-
private canConsumeForm;
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
21
|
-
* @param reportProgress flag to report request and response progress.
|
|
22
|
-
*/
|
|
23
|
-
getAllActiveOS(observe?: 'body', reportProgress?: boolean): Observable<Array<OSResponse>>;
|
|
24
|
-
getAllActiveOS(observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<Array<OSResponse>>>;
|
|
25
|
-
getAllActiveOS(observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<Array<OSResponse>>>;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OsMasterControllerService, [null, { optional: true; }, { optional: true; }]>;
|
|
27
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<OsMasterControllerService>;
|
|
28
|
-
}
|