@abyss-project/main 1.0.15 → 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.
@@ -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.15",
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",