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

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.
@@ -507,8 +507,8 @@ export declare namespace IEventGetDTO {
507
507
  startDate?: Date;
508
508
  endDate?: Date;
509
509
  pixelId?: string;
510
- type?: string[];
511
- category?: string[];
510
+ type?: string;
511
+ category?: string;
512
512
  };
513
513
  type Result = {
514
514
  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.10",
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",