protobuf-platform 1.2.199 → 1.2.200

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.
Files changed (2) hide show
  1. package/game/game.proto +1 -0
  2. package/package.json +1 -1
package/game/game.proto CHANGED
@@ -726,6 +726,7 @@ message CashBackTypesGamesRequest {
726
726
  optional int32 limit = 2;
727
727
  optional int32 offset = 3;
728
728
  optional int32 is_mobile = 4;
729
+ optional string geo = 5;
729
730
  }
730
731
  message CashBackTypeGamesItem {
731
732
  string cashback_type = 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "protobuf-platform",
3
- "version": "1.2.199",
3
+ "version": "1.2.200",
4
4
  "description": "Protobuf structures",
5
5
  "main": "index.js",
6
6
  "scripts": {