@agenus-io/webhook-centralizer 1.0.32 → 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;
@@ -174,6 +177,9 @@ export declare namespace IGetPlatformWebhookByIdDTO {
174
177
  createdAt: Date;
175
178
  updatedAt: Date;
176
179
  platformsType: webhookCentralizerPlatform;
180
+ image?: {
181
+ url?: string;
182
+ } | null;
177
183
  };
178
184
  isError?: boolean;
179
185
  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.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",