@agenus-io/pixel-backend-sdk 1.1.9 → 1.1.11

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,8 @@ interface CreatePixel {
17
17
  productIds: string[];
18
18
  offerIds: string[];
19
19
  sendIp: SendIp;
20
+ eventDispatch: "NONE" | "QUEUE";
21
+ queueDispatch?: string;
20
22
  meta?: any;
21
23
  pixelMeta?: {
22
24
  id: string;
@@ -507,8 +509,8 @@ export declare namespace IEventGetDTO {
507
509
  startDate?: Date;
508
510
  endDate?: Date;
509
511
  pixelId?: string;
510
- type?: string[];
511
- category?: string[];
512
+ type?: string;
513
+ category?: string;
512
514
  };
513
515
  type Result = {
514
516
  data: EventItem[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agenus-io/pixel-backend-sdk",
3
- "version": "1.1.9",
3
+ "version": "1.1.11",
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",