protobuf-platform 1.2.630 → 1.2.632
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 +12 -0
- package/bonus/bonus_grpc_pb.js +33 -0
- package/bonus/bonus_pb.js +454 -0
- package/game/game.proto +26 -16
- package/game/game_grpc_pb.js +35 -24
- package/game/game_pb.js +651 -299
- package/package.json +1 -1
package/game/game_grpc_pb.js
CHANGED
|
@@ -873,6 +873,17 @@ function deserialize_game_MerchantFreeSpinLimitsResponse(buffer_arg) {
|
|
|
873
873
|
return game_pb.MerchantFreeSpinLimitsResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
874
874
|
}
|
|
875
875
|
|
|
876
|
+
function serialize_game_MultiScopeCompositionResponse(arg) {
|
|
877
|
+
if (!(arg instanceof game_pb.MultiScopeCompositionResponse)) {
|
|
878
|
+
throw new Error('Expected argument of type game.MultiScopeCompositionResponse');
|
|
879
|
+
}
|
|
880
|
+
return Buffer.from(arg.serializeBinary());
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
function deserialize_game_MultiScopeCompositionResponse(buffer_arg) {
|
|
884
|
+
return game_pb.MultiScopeCompositionResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
885
|
+
}
|
|
886
|
+
|
|
876
887
|
function serialize_game_MultiScopeItemsResponse(arg) {
|
|
877
888
|
if (!(arg instanceof game_pb.MultiScopeItemsResponse)) {
|
|
878
889
|
throw new Error('Expected argument of type game.MultiScopeItemsResponse');
|
|
@@ -895,17 +906,6 @@ function deserialize_game_MultiScopeListRequest(buffer_arg) {
|
|
|
895
906
|
return game_pb.MultiScopeListRequest.deserializeBinary(new Uint8Array(buffer_arg));
|
|
896
907
|
}
|
|
897
908
|
|
|
898
|
-
function serialize_game_MultiScopeMembersRequest(arg) {
|
|
899
|
-
if (!(arg instanceof game_pb.MultiScopeMembersRequest)) {
|
|
900
|
-
throw new Error('Expected argument of type game.MultiScopeMembersRequest');
|
|
901
|
-
}
|
|
902
|
-
return Buffer.from(arg.serializeBinary());
|
|
903
|
-
}
|
|
904
|
-
|
|
905
|
-
function deserialize_game_MultiScopeMembersRequest(buffer_arg) {
|
|
906
|
-
return game_pb.MultiScopeMembersRequest.deserializeBinary(new Uint8Array(buffer_arg));
|
|
907
|
-
}
|
|
908
|
-
|
|
909
909
|
function serialize_game_MultiScopeRequest(arg) {
|
|
910
910
|
if (!(arg instanceof game_pb.MultiScopeRequest)) {
|
|
911
911
|
throw new Error('Expected argument of type game.MultiScopeRequest');
|
|
@@ -928,6 +928,17 @@ function deserialize_game_MultiScopeResponse(buffer_arg) {
|
|
|
928
928
|
return game_pb.MultiScopeResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
929
929
|
}
|
|
930
930
|
|
|
931
|
+
function serialize_game_MultiScopeSetItemsRequest(arg) {
|
|
932
|
+
if (!(arg instanceof game_pb.MultiScopeSetItemsRequest)) {
|
|
933
|
+
throw new Error('Expected argument of type game.MultiScopeSetItemsRequest');
|
|
934
|
+
}
|
|
935
|
+
return Buffer.from(arg.serializeBinary());
|
|
936
|
+
}
|
|
937
|
+
|
|
938
|
+
function deserialize_game_MultiScopeSetItemsRequest(buffer_arg) {
|
|
939
|
+
return game_pb.MultiScopeSetItemsRequest.deserializeBinary(new Uint8Array(buffer_arg));
|
|
940
|
+
}
|
|
941
|
+
|
|
931
942
|
function serialize_game_MultiScopeStatusResponse(arg) {
|
|
932
943
|
if (!(arg instanceof game_pb.MultiScopeStatusResponse)) {
|
|
933
944
|
throw new Error('Expected argument of type game.MultiScopeStatusResponse');
|
|
@@ -1612,27 +1623,27 @@ var GameService = exports.GameService = {
|
|
|
1612
1623
|
responseSerialize: serialize_game_MultiScopeItemsResponse,
|
|
1613
1624
|
responseDeserialize: deserialize_game_MultiScopeItemsResponse,
|
|
1614
1625
|
},
|
|
1615
|
-
|
|
1616
|
-
path: '/game.Game/
|
|
1626
|
+
setMultiScopeItems: {
|
|
1627
|
+
path: '/game.Game/setMultiScopeItems',
|
|
1617
1628
|
requestStream: false,
|
|
1618
1629
|
responseStream: false,
|
|
1619
|
-
requestType: game_pb.
|
|
1630
|
+
requestType: game_pb.MultiScopeSetItemsRequest,
|
|
1620
1631
|
responseType: game_pb.MultiScopeStatusResponse,
|
|
1621
|
-
requestSerialize:
|
|
1622
|
-
requestDeserialize:
|
|
1632
|
+
requestSerialize: serialize_game_MultiScopeSetItemsRequest,
|
|
1633
|
+
requestDeserialize: deserialize_game_MultiScopeSetItemsRequest,
|
|
1623
1634
|
responseSerialize: serialize_game_MultiScopeStatusResponse,
|
|
1624
1635
|
responseDeserialize: deserialize_game_MultiScopeStatusResponse,
|
|
1625
1636
|
},
|
|
1626
|
-
|
|
1627
|
-
path: '/game.Game/
|
|
1637
|
+
readMultiScopeItems: {
|
|
1638
|
+
path: '/game.Game/readMultiScopeItems',
|
|
1628
1639
|
requestStream: false,
|
|
1629
1640
|
responseStream: false,
|
|
1630
|
-
requestType: game_pb.
|
|
1631
|
-
responseType: game_pb.
|
|
1632
|
-
requestSerialize:
|
|
1633
|
-
requestDeserialize:
|
|
1634
|
-
responseSerialize:
|
|
1635
|
-
responseDeserialize:
|
|
1641
|
+
requestType: game_pb.GetMultiScopeRequest,
|
|
1642
|
+
responseType: game_pb.MultiScopeCompositionResponse,
|
|
1643
|
+
requestSerialize: serialize_game_GetMultiScopeRequest,
|
|
1644
|
+
requestDeserialize: deserialize_game_GetMultiScopeRequest,
|
|
1645
|
+
responseSerialize: serialize_game_MultiScopeCompositionResponse,
|
|
1646
|
+
responseDeserialize: deserialize_game_MultiScopeCompositionResponse,
|
|
1636
1647
|
},
|
|
1637
1648
|
// Tech
|
|
1638
1649
|
checkConnection: {
|