tuix-projects-service-client 0.0.17 → 0.0.18

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
@@ -3752,7 +3752,6 @@ example().catch(console.error);
3752
3752
  | **401** | Return an error if the user is not authorized | - |
3753
3753
  | **402** | Return an error if payment is required | - |
3754
3754
  | **403** | Return an error if the user does not have the required permissions | - |
3755
- | **404** | Return an error if the user is not found | - |
3756
3755
  | **500** | Return an error if the server finds an error | - |
3757
3756
 
3758
3757
  [[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-projects-service-client",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "This package facilitates the client request to tuix tuix-projects-service",
5
5
  "main": "index.js",
6
6
  "private": false,