@agenus-io/pixel-backend-sdk 1.1.18 → 1.1.19
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.
|
@@ -551,13 +551,14 @@ export declare namespace IEventSendDTO {
|
|
|
551
551
|
data?: any;
|
|
552
552
|
currency?: string | undefined;
|
|
553
553
|
customer?: {
|
|
554
|
-
email: string;
|
|
555
554
|
name: string;
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
555
|
+
email?: string;
|
|
556
|
+
phone?: string;
|
|
557
|
+
city?: string;
|
|
558
|
+
state?: string;
|
|
559
|
+
zipCode?: string;
|
|
560
|
+
street?: string;
|
|
561
|
+
country?: string;
|
|
561
562
|
};
|
|
562
563
|
meta?: any;
|
|
563
564
|
};
|