@agenus-io/webhook-centralizer 1.0.33 → 1.0.34

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.
@@ -154,6 +154,9 @@ export declare namespace IGetPlatformByIdDTO {
154
154
  createdAt: Date;
155
155
  updatedAt: Date;
156
156
  isDeleted: boolean;
157
+ image?: {
158
+ url?: string;
159
+ } | null;
157
160
  };
158
161
  isError?: boolean;
159
162
  error?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agenus-io/webhook-centralizer",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
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",