@revxui/intellibid-client-ts 1.0.42 → 1.0.44

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.
@@ -13,4 +13,5 @@ export interface AttributionSettings {
13
13
  clickWindow?: string;
14
14
  engagedViewWindow?: string;
15
15
  viewWindow?: string;
16
+ incrementalAttributionEnabled?: boolean;
16
17
  }
@@ -9,8 +9,7 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { CampaignInsightsRecord } from './campaignInsightsRecord';
13
12
  export interface CampaignInsightsResponse {
14
- data?: Array<CampaignInsightsRecord>;
13
+ data?: any;
15
14
  lastUpdatedTimeStamp?: string;
16
15
  }
package/model/models.d.ts CHANGED
@@ -4,7 +4,6 @@ export * from './adVideoResponse';
4
4
  export * from './attributionSettings';
5
5
  export * from './audienceDetails';
6
6
  export * from './businessGeoResponse';
7
- export * from './campaignInsightsRecord';
8
7
  export * from './campaignInsightsResponse';
9
8
  export * from './campaignResponse';
10
9
  export * from './campaignSearchResponse';
@@ -11,9 +11,9 @@
11
11
  */
12
12
  import { SortObject } from './sortObject';
13
13
  export interface PageableObject {
14
- sort?: Array<SortObject>;
15
- unpaged?: boolean;
16
14
  paged?: boolean;
15
+ unpaged?: boolean;
16
+ sort?: Array<SortObject>;
17
17
  pageNumber?: number;
18
18
  pageSize?: number;
19
19
  offset?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/intellibid-client-ts",
3
- "version": "1.0.42",
3
+ "version": "1.0.44",
4
4
  "description": "swagger client for @revxui/intellibid-client-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FtcGFpZ25JbnNpZ2h0c1JlY29yZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL21vZGVsL2NhbXBhaWduSW5zaWdodHNSZWNvcmQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7Ozs7R0FVRyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogSW50ZWxsaWJpZCBBUElcbiAqIEFQSSBkb2N1bWVudGF0aW9uIGZvciB0aGUgSW50ZWxsaWJpZCBwbGF0Zm9ybVxuICpcbiAqIE9wZW5BUEkgc3BlYyB2ZXJzaW9uOiAxLjBcbiAqIFxuICpcbiAqIE5PVEU6IFRoaXMgY2xhc3MgaXMgYXV0byBnZW5lcmF0ZWQgYnkgdGhlIHN3YWdnZXIgY29kZSBnZW5lcmF0b3IgcHJvZ3JhbS5cbiAqIGh0dHBzOi8vZ2l0aHViLmNvbS9zd2FnZ2VyLWFwaS9zd2FnZ2VyLWNvZGVnZW4uZ2l0XG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cblxuZXhwb3J0IGludGVyZmFjZSBDYW1wYWlnbkluc2lnaHRzUmVjb3JkIHsgXG4gICAgc3RhdHVzPzogc3RyaW5nO1xuICAgIGNhbXBhaWduTmFtZT86IHN0cmluZztcbiAgICBkYXRlPzogc3RyaW5nO1xuICAgIGF0dHJpYnV0aW9uV2luZG93Pzogc3RyaW5nO1xuICAgIGFkdmVydGlzZXJTcGVuZD86IG51bWJlcjtcbiAgICBtYXJnaW5QZXJjZW50YWdlPzogbnVtYmVyO1xuICAgIG1lZGlhU3BlbmQ/OiBudW1iZXI7XG4gICAgZGFpbHlCdWRnZXQ/OiBudW1iZXI7XG4gICAgaW1wcmVzc2lvbnM/OiBudW1iZXI7XG4gICAgY3BtPzogbnVtYmVyO1xuICAgIHJlYWNoPzogbnVtYmVyO1xuICAgIGZyZXF1ZW5jeT86IG51bWJlcjtcbiAgICBjdHI/OiBudW1iZXI7XG4gICAgY2xpY2tzPzogbnVtYmVyO1xuICAgIGNwYz86IG51bWJlcjtcbiAgICBwdXJjaGFzZVJvYXM/OiBudW1iZXI7XG4gICAgYWN0aW9uPzogc3RyaW5nO1xuICAgIGFjdGlvbkNvdW50PzogbnVtYmVyO1xuICAgIGNvc3RQZXJBY3Rpb24/OiBudW1iZXI7XG59Il19
@@ -1,32 +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 CampaignInsightsRecord {
13
- status?: string;
14
- campaignName?: string;
15
- date?: string;
16
- attributionWindow?: string;
17
- advertiserSpend?: number;
18
- marginPercentage?: number;
19
- mediaSpend?: number;
20
- dailyBudget?: number;
21
- impressions?: number;
22
- cpm?: number;
23
- reach?: number;
24
- frequency?: number;
25
- ctr?: number;
26
- clicks?: number;
27
- cpc?: number;
28
- purchaseRoas?: number;
29
- action?: string;
30
- actionCount?: number;
31
- costPerAction?: number;
32
- }