@agenus-io/pixel-backend-sdk 1.1.2 → 1.1.4
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.
|
@@ -17,6 +17,7 @@ interface CreatePixel {
|
|
|
17
17
|
productIds: string[];
|
|
18
18
|
offerIds: string[];
|
|
19
19
|
sendIp: SendIp;
|
|
20
|
+
meta?: any;
|
|
20
21
|
pixelMeta?: {
|
|
21
22
|
id: string;
|
|
22
23
|
title?: string;
|
|
@@ -181,7 +182,7 @@ export declare namespace IFunilSummaryDTO {
|
|
|
181
182
|
workSpaceId: string;
|
|
182
183
|
startDate?: Date;
|
|
183
184
|
endDate?: Date;
|
|
184
|
-
campaigns
|
|
185
|
+
campaigns?: string[];
|
|
185
186
|
};
|
|
186
187
|
type Result = {
|
|
187
188
|
data: {
|