@platfformx/proto-contracts 1.4.20 → 1.4.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.4.20",
3
+ "version": "1.4.21",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -14,7 +14,7 @@ service ReviewService {
14
14
  message CreateReviewRequest {
15
15
  string user_id = 1;
16
16
  string product_id = 2;
17
- int32 rating = 3;
17
+ float rating = 3;
18
18
  optional string comment = 4;
19
19
 
20
20
  }