@vasrefil/api-toolkit 1.2.1 → 1.2.2

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.
@@ -55,7 +55,8 @@ class GoMailerUtil_ {
55
55
  function_name: "GoMailerUtil_send_event",
56
56
  category: "SEND_EVENT",
57
57
  subcategory: "GO_MAILER_SEND_EVENT",
58
- log_status: log_interface_1.AppLogStatusI.unresolved
58
+ log_status: log_interface_1.AppLogStatusI.unresolved,
59
+ log_type: log_interface_1.AppLogTypeI.error
59
60
  });
60
61
  }
61
62
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vasrefil/api-toolkit",
3
3
  "description": "This is Vasrefil API toolkit",
4
- "version": "1.2.1",
4
+ "version": "1.2.2",
5
5
  "author": "Sodiq Alabi",
6
6
  "main": "dist/public-api.js",
7
7
  "types": "dist/public-api.d.ts",