@platfformx/proto-contracts 1.0.16 → 1.0.17

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platfformx/proto-contracts",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -103,10 +103,10 @@ message ResetPasswordResponse {
103
103
 
104
104
  }
105
105
  message ForgotPasswordRequest {
106
- bool success = 1;
106
+ bool email = 1;
107
107
  }
108
108
  message ForgotPasswordResponse {
109
- bool ok =1;
109
+ bool ok = 1;
110
110
  }
111
111
 
112
112
  // Shared