safesafar-common 1.0.75 → 1.0.76

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.
@@ -22,7 +22,7 @@ message CreateStoreUserRequest {
22
22
  string email = 3;
23
23
  string password = 4;
24
24
  string tenantId = 5;
25
- string storeId = 5;
25
+ string storeId = 6;
26
26
  };
27
27
 
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "safesafar-common",
3
- "version": "1.0.75",
3
+ "version": "1.0.76",
4
4
  "description": "Common library for SafeSafar",
5
5
  "keywords": [],
6
6
  "author": "SafeSafar",