@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: string[];
185
+ campaigns?: string[];
185
186
  };
186
187
  type Result = {
187
188
  data: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agenus-io/pixel-backend-sdk",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
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",