@devline-smart-taxi/common 2.3.93 → 2.3.94

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.
@@ -9,6 +9,7 @@ import "common.proto";
9
9
  // ==========================================
10
10
 
11
11
  service UserService {
12
+ rpc CreateUser (CreateUserRequest) returns (common.SuccessResponseResult);
12
13
  rpc SendOtp (SendOtpRequest) returns (SendOtpResponse);
13
14
  rpc VerifyOtpAndAuth (VerifyOtpRequest) returns (VerifyOtpResponse);
14
15
  rpc UpdateProfile (CreateUserRequest) returns (UpdateProfileResponse);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devline-smart-taxi/common",
3
- "version": "2.3.93",
3
+ "version": "2.3.94",
4
4
  "description": "Reusable NestJS common library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",