@platfformx/proto-contracts 1.0.20 → 1.0.21

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.20",
3
+ "version": "1.0.21",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -102,7 +102,10 @@ message ResetPasswordResponse {
102
102
 
103
103
  }
104
104
  message ForgotPasswordRequest {
105
- string email = 1;
105
+ oneof identifier {
106
+ string email = 1;
107
+ string phone = 2;
108
+ }
106
109
  }
107
110
  message ForgotPasswordResponse {
108
111
  bool ok = 1;