protobuf-platform 1.2.356 → 1.2.357

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/bonus/bonus.proto CHANGED
@@ -360,6 +360,7 @@ message GetLoggedInUserBonusItemsRequest {
360
360
  optional string locale = 4;
361
361
  optional bool is_mobile = 5;
362
362
  }
363
+ //for common bonuses user response overview
363
364
  message GetLoggedInUserBonusItemsResponse {
364
365
  LoggedInUserBonusItems items = 1;
365
366
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "protobuf-platform",
3
- "version": "1.2.356",
3
+ "version": "1.2.357",
4
4
  "description": "Protobuf structures",
5
5
  "main": "index.js",
6
6
  "scripts": {