@agenus-io/webhook-centralizer 1.0.35 → 1.0.36

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.
@@ -24,6 +24,7 @@ export interface ICentralizedAbandonedCartDTO {
24
24
  customer: ICentralizedCustomer;
25
25
  affiliate?: ICentralizedAffiliate;
26
26
  utm?: ICentralizedUTM;
27
+ currency?: string;
27
28
  }
28
29
  export interface ICentralizedSubscriptionDTO {
29
30
  status: ICentralizeSubscriptionEvent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agenus-io/webhook-centralizer",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
4
4
  "description": "SDK para centralização de webhooks focado atualmente em plataformas de pagamentos",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",