@revxui/intellibid-client-ts 1.0.1 → 1.0.3
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/api.d.ts +3 -1
- package/api/campaignController.service.d.ts +11 -0
- package/api/dpaCampaignController.service.d.ts +3 -3
- package/api/dpaEngagementController.service.d.ts +11 -0
- package/api/facebookEngagementController.service.d.ts +77 -0
- package/esm2020/api/api.mjs +4 -2
- package/esm2020/api/campaignController.service.mjs +28 -1
- package/esm2020/api/dpaCampaignController.service.mjs +4 -4
- package/esm2020/api/dpaEngagementController.service.mjs +28 -1
- package/esm2020/api/facebookEngagementController.service.mjs +214 -0
- package/esm2020/api.module.mjs +4 -1
- package/esm2020/model/entitySearchResponse.mjs +13 -0
- package/esm2020/model/facebookDetails.mjs +1 -1
- package/esm2020/model/facebookEngagementRequest.mjs +13 -0
- package/esm2020/model/facebookEngagementResponse.mjs +21 -0
- package/esm2020/model/models.mjs +5 -1
- package/esm2020/model/pageFacebookEngagementResponse.mjs +2 -0
- package/esm2020/model/pageableObject.mjs +1 -1
- package/fesm2015/revxui-intellibid-client-ts.mjs +290 -5
- package/fesm2015/revxui-intellibid-client-ts.mjs.map +1 -1
- package/fesm2020/revxui-intellibid-client-ts.mjs +312 -5
- package/fesm2020/revxui-intellibid-client-ts.mjs.map +1 -1
- package/model/entitySearchResponse.d.ts +15 -0
- package/model/facebookDetails.d.ts +1 -1
- package/model/facebookEngagementRequest.d.ts +24 -0
- package/model/facebookEngagementResponse.d.ts +39 -0
- package/model/models.d.ts +4 -0
- package/model/pageFacebookEngagementResponse.d.ts +27 -0
- package/model/pageableObject.d.ts +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
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 EntitySearchResponse {
|
|
13
|
+
id?: number;
|
|
14
|
+
name?: string;
|
|
15
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
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 FacebookEngagementRequest {
|
|
13
|
+
campaignId: number;
|
|
14
|
+
facebookAccountId: string;
|
|
15
|
+
facebookFanPageId: string;
|
|
16
|
+
facebookCatalogId?: string;
|
|
17
|
+
instagramActorId?: string;
|
|
18
|
+
facebookPixelId?: string;
|
|
19
|
+
facebookAppId?: string;
|
|
20
|
+
facebookProductSetId?: string;
|
|
21
|
+
tosAccepted?: boolean;
|
|
22
|
+
eventSourceGroupId?: string;
|
|
23
|
+
audienceDsdo?: string;
|
|
24
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
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 FacebookEngagementResponse {
|
|
13
|
+
id?: number;
|
|
14
|
+
campaignId?: number;
|
|
15
|
+
facebookAccountId?: string;
|
|
16
|
+
facebookFanPageId?: string;
|
|
17
|
+
facebookCatalogId?: string;
|
|
18
|
+
facebookCatalogType?: FacebookEngagementResponse.FacebookCatalogTypeEnum;
|
|
19
|
+
instagramActorId?: string;
|
|
20
|
+
facebookPixelId?: string;
|
|
21
|
+
facebookAppId?: string;
|
|
22
|
+
facebookProductSetId?: string;
|
|
23
|
+
tosAccepted?: boolean;
|
|
24
|
+
eventSourceGroupId?: string;
|
|
25
|
+
audienceDsdo?: string;
|
|
26
|
+
createdOn?: Date;
|
|
27
|
+
createdBy?: number;
|
|
28
|
+
updatedOn?: Date;
|
|
29
|
+
updatedBy?: number;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace FacebookEngagementResponse {
|
|
32
|
+
type FacebookCatalogTypeEnum = 'COMMERCE' | 'HOTELS' | 'DESTINATIONS' | 'FLIGHTS';
|
|
33
|
+
const FacebookCatalogTypeEnum: {
|
|
34
|
+
COMMERCE: FacebookCatalogTypeEnum;
|
|
35
|
+
HOTELS: FacebookCatalogTypeEnum;
|
|
36
|
+
DESTINATIONS: FacebookCatalogTypeEnum;
|
|
37
|
+
FLIGHTS: FacebookCatalogTypeEnum;
|
|
38
|
+
};
|
|
39
|
+
}
|
package/model/models.d.ts
CHANGED
|
@@ -9,12 +9,16 @@ export * from './dpaCampaignRequest';
|
|
|
9
9
|
export * from './dpaCampaignResponse';
|
|
10
10
|
export * from './dpaEngagementRequest';
|
|
11
11
|
export * from './dpaEngagementResponse';
|
|
12
|
+
export * from './entitySearchResponse';
|
|
12
13
|
export * from './exclusionRule';
|
|
13
14
|
export * from './facebookDetails';
|
|
15
|
+
export * from './facebookEngagementRequest';
|
|
16
|
+
export * from './facebookEngagementResponse';
|
|
14
17
|
export * from './imageOverlaySpecDetails';
|
|
15
18
|
export * from './packageDetailResponse';
|
|
16
19
|
export * from './pageCampaignResponse';
|
|
17
20
|
export * from './pageDpaEngagementResponse';
|
|
21
|
+
export * from './pageFacebookEngagementResponse';
|
|
18
22
|
export * from './pagePackageDetailResponse';
|
|
19
23
|
export * from './pageableObject';
|
|
20
24
|
export * from './sortObject';
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
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 { FacebookEngagementResponse } from './facebookEngagementResponse';
|
|
13
|
+
import { PageableObject } from './pageableObject';
|
|
14
|
+
import { SortObject } from './sortObject';
|
|
15
|
+
export interface PageFacebookEngagementResponse {
|
|
16
|
+
totalElements?: number;
|
|
17
|
+
totalPages?: number;
|
|
18
|
+
first?: boolean;
|
|
19
|
+
sort?: Array<SortObject>;
|
|
20
|
+
numberOfElements?: number;
|
|
21
|
+
pageable?: PageableObject;
|
|
22
|
+
last?: boolean;
|
|
23
|
+
size?: number;
|
|
24
|
+
content?: Array<FacebookEngagementResponse>;
|
|
25
|
+
number?: number;
|
|
26
|
+
empty?: boolean;
|
|
27
|
+
}
|