@revxui/intellibid-client-ts 1.0.68 → 1.0.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/api/advertiserController.service.d.ts +137 -137
- package/api/api.d.ts +11 -11
- package/api/audienceController.service.d.ts +128 -128
- package/api/campaignController.service.d.ts +110 -127
- 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 +327 -327
- package/esm2020/api/api.mjs +11 -11
- package/esm2020/api/audienceController.service.mjs +326 -326
- package/esm2020/api/campaignController.service.mjs +297 -326
- 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 +17 -17
- 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 +38 -38
- package/esm2020/model/countryResponse.mjs +12 -12
- package/esm2020/model/createBlockedLiveAudienceRequest.mjs +21 -21
- package/esm2020/model/createBucketizedCustomAudienceRequest.mjs +37 -37
- package/esm2020/model/createBucketizedLiveAudienceRequest.mjs +25 -25
- package/esm2020/model/createDsCustomQueryAudienceRequest.mjs +33 -33
- package/esm2020/model/goalEventOptionDTO.mjs +13 -13
- package/esm2020/model/goalResponse.mjs +12 -12
- package/esm2020/model/models.mjs +37 -38
- 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 +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 +1 -1
- 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 -1690
- package/fesm2015/revxui-intellibid-client-ts.mjs.map +1 -1
- package/fesm2020/revxui-intellibid-client-ts.mjs +1788 -1829
- 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 +46 -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 -55
- package/model/campaignResponse.d.ts +75 -75
- package/model/campaignSearchResponse.d.ts +15 -15
- package/model/childAudience.d.ts +68 -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 +50 -48
- package/model/goalEventOptionDTO.d.ts +14 -15
- package/model/goalResponse.d.ts +15 -15
- package/model/models.d.ts +36 -37
- 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 -19
- 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
- package/esm2020/model/goalRequest.mjs +0 -13
- package/model/goalRequest.d.ts +0 -17
|
@@ -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 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
|
-
}
|
|
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
|
+
}
|
|
@@ -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
|
+
}
|
|
@@ -1,19 +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
|
-
import { GoalEventOptionDTO } from './goalEventOptionDTO';
|
|
13
|
-
export interface SupportedGoalEventsResponseDTO {
|
|
14
|
-
advertiserId?: number;
|
|
15
|
-
platform?: string;
|
|
16
|
-
adAccountId?: string;
|
|
17
|
-
goalEvents?: Array<GoalEventOptionDTO>;
|
|
18
|
-
fallbackApplied?: boolean;
|
|
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
|
+
import { GoalEventOptionDTO } from './goalEventOptionDTO';
|
|
13
|
+
export interface SupportedGoalEventsResponseDTO {
|
|
14
|
+
advertiserId?: number;
|
|
15
|
+
platform?: string;
|
|
16
|
+
adAccountId?: string;
|
|
17
|
+
goalEvents?: Array<GoalEventOptionDTO>;
|
|
18
|
+
fallbackApplied?: boolean;
|
|
19
|
+
}
|
|
@@ -1,26 +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
|
-
}
|
|
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
|
+
}
|
|
@@ -1,26 +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
|
-
}
|
|
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
|
+
}
|
|
@@ -1,14 +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 ValidateDsQueryRequest {
|
|
13
|
-
query: string;
|
|
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 ValidateDsQueryRequest {
|
|
13
|
+
query: string;
|
|
14
|
+
}
|
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,13 +0,0 @@
|
|
|
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 {};
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ29hbFJlcXVlc3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tb2RlbC9nb2FsUmVxdWVzdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7OztHQVVHIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBJbnRlbGxpYmlkIEFQSVxuICogQVBJIGRvY3VtZW50YXRpb24gZm9yIHRoZSBJbnRlbGxpYmlkIHBsYXRmb3JtXG4gKlxuICogT3BlbkFQSSBzcGVjIHZlcnNpb246IDEuMFxuICogXG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSB0aGUgc3dhZ2dlciBjb2RlIGdlbmVyYXRvciBwcm9ncmFtLlxuICogaHR0cHM6Ly9naXRodWIuY29tL3N3YWdnZXItYXBpL3N3YWdnZXItY29kZWdlbi5naXRcbiAqIERvIG5vdCBlZGl0IHRoZSBjbGFzcyBtYW51YWxseS5cbiAqL1xuXG5leHBvcnQgaW50ZXJmYWNlIEdvYWxSZXF1ZXN0IHsgXG4gICAgYWR2ZXJ0aXNlcklkOiBudW1iZXI7XG4gICAgcGxhdGZvcm06IHN0cmluZztcbiAgICBhZEFjY291bnRJZDogc3RyaW5nO1xuICAgIGdvYWxzOiBBcnJheTxzdHJpbmc+O1xufSJdfQ==
|
package/model/goalRequest.d.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
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 GoalRequest {
|
|
13
|
-
advertiserId: number;
|
|
14
|
-
platform: string;
|
|
15
|
-
adAccountId: string;
|
|
16
|
-
goals: Array<string>;
|
|
17
|
-
}
|