@agenus-io/webhook-centralizer 1.0.32 → 1.0.33

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.
@@ -174,6 +174,9 @@ export declare namespace IGetPlatformWebhookByIdDTO {
174
174
  createdAt: Date;
175
175
  updatedAt: Date;
176
176
  platformsType: webhookCentralizerPlatform;
177
+ image?: {
178
+ url?: string;
179
+ } | null;
177
180
  };
178
181
  isError?: boolean;
179
182
  error?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agenus-io/webhook-centralizer",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
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",