tuix-email-service-client 0.1.0 → 0.3.0

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.
package/docs/ClientApi.md CHANGED
@@ -609,7 +609,7 @@ No authorization required
609
609
  | **204** | Template deleted successfully | - |
610
610
  | **400** | Return an error if there is a missing or invalid field | - |
611
611
  | **401** | Return an error if the user is not authorized | - |
612
- | **404** | Return an error if subscription not found | - |
612
+ | **404** | Return an error if email template not found | - |
613
613
  | **500** | Return an error if an internal error occurs | - |
614
614
 
615
615
  [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tuix-email-service-client",
3
- "version": "0.1.0",
3
+ "version": "0.3.0",
4
4
  "description": "This package facilitates the client request to tuix tuix-email-service",
5
5
  "main": "index.js",
6
6
  "private": false,