@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
- phone: string;
557
- city: string;
558
- state: string;
559
- zipCode: string;
560
- country: string;
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
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agenus-io/pixel-backend-sdk",
3
- "version": "1.1.18",
3
+ "version": "1.1.19",
4
4
  "description": "SDK para envio de vendas para fila AWS SQS do micro-serviço de pixels",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",