@abyss-project/main 1.0.14 → 1.0.16

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.
@@ -290,7 +290,7 @@ export declare class UserNotificationContentTypeData implements Record<UserNotif
290
290
  projectId: string | null;
291
291
  formId: string;
292
292
  formTitle: string;
293
- email: string;
293
+ email: string | null;
294
294
  submissionId: string;
295
295
  };
296
296
  [UserNotificationContentType.FORM_WEBHOOK_UNDELIVERABLE]: {
@@ -310,6 +310,5 @@ export declare class UserNotificationContentTypeData implements Record<UserNotif
310
310
  webhookId: string;
311
311
  formWebhookId: string;
312
312
  formWebhookName: string;
313
- totalFailureInRow: string;
314
313
  };
315
314
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abyss-project/main",
3
- "version": "1.0.14",
3
+ "version": "1.0.16",
4
4
  "description": "Core package to interact with Abyss-Project",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",