@sniipwebmaster/biller-service-client-grpcweb 24.13.7699 → 24.13.7716
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.
|
@@ -2640,6 +2640,67 @@ proto.sniipbillerapi.SniipBillerAPIServicePromiseClient.prototype.getBusinessBil
|
|
|
2640
2640
|
};
|
|
2641
2641
|
|
|
2642
2642
|
|
|
2643
|
+
/**
|
|
2644
|
+
* @const
|
|
2645
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
2646
|
+
* !proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest,
|
|
2647
|
+
* !proto.sniipbillerapi.BusinessBillerReferencesByUserResponse>}
|
|
2648
|
+
*/
|
|
2649
|
+
const methodDescriptor_SniipBillerAPIService_GetBusinessBillersReferenceByUsers = new grpc.web.MethodDescriptor(
|
|
2650
|
+
'/sniipbillerapi.SniipBillerAPIService/GetBusinessBillersReferenceByUsers',
|
|
2651
|
+
grpc.web.MethodType.UNARY,
|
|
2652
|
+
proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest,
|
|
2653
|
+
proto.sniipbillerapi.BusinessBillerReferencesByUserResponse,
|
|
2654
|
+
/**
|
|
2655
|
+
* @param {!proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest} request
|
|
2656
|
+
* @return {!Uint8Array}
|
|
2657
|
+
*/
|
|
2658
|
+
function(request) {
|
|
2659
|
+
return request.serializeBinary();
|
|
2660
|
+
},
|
|
2661
|
+
proto.sniipbillerapi.BusinessBillerReferencesByUserResponse.deserializeBinary
|
|
2662
|
+
);
|
|
2663
|
+
|
|
2664
|
+
|
|
2665
|
+
/**
|
|
2666
|
+
* @param {!proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest} request The
|
|
2667
|
+
* request proto
|
|
2668
|
+
* @param {?Object<string, string>} metadata User defined
|
|
2669
|
+
* call metadata
|
|
2670
|
+
* @param {function(?grpc.web.RpcError, ?proto.sniipbillerapi.BusinessBillerReferencesByUserResponse)}
|
|
2671
|
+
* callback The callback function(error, response)
|
|
2672
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniipbillerapi.BusinessBillerReferencesByUserResponse>|undefined}
|
|
2673
|
+
* The XHR Node Readable Stream
|
|
2674
|
+
*/
|
|
2675
|
+
proto.sniipbillerapi.SniipBillerAPIServiceClient.prototype.getBusinessBillersReferenceByUsers =
|
|
2676
|
+
function(request, metadata, callback) {
|
|
2677
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
2678
|
+
'/sniipbillerapi.SniipBillerAPIService/GetBusinessBillersReferenceByUsers',
|
|
2679
|
+
request,
|
|
2680
|
+
metadata || {},
|
|
2681
|
+
methodDescriptor_SniipBillerAPIService_GetBusinessBillersReferenceByUsers,
|
|
2682
|
+
callback);
|
|
2683
|
+
};
|
|
2684
|
+
|
|
2685
|
+
|
|
2686
|
+
/**
|
|
2687
|
+
* @param {!proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest} request The
|
|
2688
|
+
* request proto
|
|
2689
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
2690
|
+
* call metadata
|
|
2691
|
+
* @return {!Promise<!proto.sniipbillerapi.BusinessBillerReferencesByUserResponse>}
|
|
2692
|
+
* Promise that resolves to the response
|
|
2693
|
+
*/
|
|
2694
|
+
proto.sniipbillerapi.SniipBillerAPIServicePromiseClient.prototype.getBusinessBillersReferenceByUsers =
|
|
2695
|
+
function(request, metadata) {
|
|
2696
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
2697
|
+
'/sniipbillerapi.SniipBillerAPIService/GetBusinessBillersReferenceByUsers',
|
|
2698
|
+
request,
|
|
2699
|
+
metadata || {},
|
|
2700
|
+
methodDescriptor_SniipBillerAPIService_GetBusinessBillersReferenceByUsers);
|
|
2701
|
+
};
|
|
2702
|
+
|
|
2703
|
+
|
|
2643
2704
|
/**
|
|
2644
2705
|
* @const
|
|
2645
2706
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -88,6 +88,7 @@ goog.exportSymbol('proto.sniipbillerapi.BusinessBillerReferencesByUser', null, g
|
|
|
88
88
|
goog.exportSymbol('proto.sniipbillerapi.BusinessBillerReferencesByUserResponse', null, global);
|
|
89
89
|
goog.exportSymbol('proto.sniipbillerapi.BusinessBillerReferencesResponse', null, global);
|
|
90
90
|
goog.exportSymbol('proto.sniipbillerapi.BusinessBillerReferencesResponse.DataMessage', null, global);
|
|
91
|
+
goog.exportSymbol('proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest', null, global);
|
|
91
92
|
goog.exportSymbol('proto.sniipbillerapi.CountriesResponse', null, global);
|
|
92
93
|
goog.exportSymbol('proto.sniipbillerapi.Country', null, global);
|
|
93
94
|
goog.exportSymbol('proto.sniipbillerapi.CreateBillerFromRevisionRequest', null, global);
|
|
@@ -1573,6 +1574,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
1573
1574
|
*/
|
|
1574
1575
|
proto.sniipbillerapi.BusinessBillerReferencesByUser.displayName = 'proto.sniipbillerapi.BusinessBillerReferencesByUser';
|
|
1575
1576
|
}
|
|
1577
|
+
/**
|
|
1578
|
+
* Generated by JsPbCodeGenerator.
|
|
1579
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1580
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1581
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1582
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1583
|
+
* valid.
|
|
1584
|
+
* @extends {jspb.Message}
|
|
1585
|
+
* @constructor
|
|
1586
|
+
*/
|
|
1587
|
+
proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest = function(opt_data) {
|
|
1588
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest.repeatedFields_, null);
|
|
1589
|
+
};
|
|
1590
|
+
goog.inherits(proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest, jspb.Message);
|
|
1591
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1592
|
+
/**
|
|
1593
|
+
* @public
|
|
1594
|
+
* @override
|
|
1595
|
+
*/
|
|
1596
|
+
proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest.displayName = 'proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest';
|
|
1597
|
+
}
|
|
1576
1598
|
/**
|
|
1577
1599
|
* Generated by JsPbCodeGenerator.
|
|
1578
1600
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -22841,6 +22863,215 @@ proto.sniipbillerapi.BusinessBillerReferencesByUser.prototype.setBillerid = func
|
|
|
22841
22863
|
|
|
22842
22864
|
|
|
22843
22865
|
|
|
22866
|
+
/**
|
|
22867
|
+
* List of repeated fields within this message type.
|
|
22868
|
+
* @private {!Array<number>}
|
|
22869
|
+
* @const
|
|
22870
|
+
*/
|
|
22871
|
+
proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest.repeatedFields_ = [1,2];
|
|
22872
|
+
|
|
22873
|
+
|
|
22874
|
+
|
|
22875
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
22876
|
+
/**
|
|
22877
|
+
* Creates an object representation of this proto.
|
|
22878
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
22879
|
+
* Optional fields that are not set will be set to undefined.
|
|
22880
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
22881
|
+
* For the list of reserved names please see:
|
|
22882
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
22883
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
22884
|
+
* JSPB instance for transitional soy proto support:
|
|
22885
|
+
* http://goto/soy-param-migration
|
|
22886
|
+
* @return {!Object}
|
|
22887
|
+
*/
|
|
22888
|
+
proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest.prototype.toObject = function(opt_includeInstance) {
|
|
22889
|
+
return proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest.toObject(opt_includeInstance, this);
|
|
22890
|
+
};
|
|
22891
|
+
|
|
22892
|
+
|
|
22893
|
+
/**
|
|
22894
|
+
* Static version of the {@see toObject} method.
|
|
22895
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
22896
|
+
* the JSPB instance for transitional soy proto support:
|
|
22897
|
+
* http://goto/soy-param-migration
|
|
22898
|
+
* @param {!proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest} msg The msg instance to transform.
|
|
22899
|
+
* @return {!Object}
|
|
22900
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
22901
|
+
*/
|
|
22902
|
+
proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest.toObject = function(includeInstance, msg) {
|
|
22903
|
+
var f, obj = {
|
|
22904
|
+
useridsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f,
|
|
22905
|
+
billeridsList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f
|
|
22906
|
+
};
|
|
22907
|
+
|
|
22908
|
+
if (includeInstance) {
|
|
22909
|
+
obj.$jspbMessageInstance = msg;
|
|
22910
|
+
}
|
|
22911
|
+
return obj;
|
|
22912
|
+
};
|
|
22913
|
+
}
|
|
22914
|
+
|
|
22915
|
+
|
|
22916
|
+
/**
|
|
22917
|
+
* Deserializes binary data (in protobuf wire format).
|
|
22918
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
22919
|
+
* @return {!proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest}
|
|
22920
|
+
*/
|
|
22921
|
+
proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest.deserializeBinary = function(bytes) {
|
|
22922
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
22923
|
+
var msg = new proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest;
|
|
22924
|
+
return proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest.deserializeBinaryFromReader(msg, reader);
|
|
22925
|
+
};
|
|
22926
|
+
|
|
22927
|
+
|
|
22928
|
+
/**
|
|
22929
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
22930
|
+
* given reader into the given message object.
|
|
22931
|
+
* @param {!proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest} msg The message object to deserialize into.
|
|
22932
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
22933
|
+
* @return {!proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest}
|
|
22934
|
+
*/
|
|
22935
|
+
proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
22936
|
+
while (reader.nextField()) {
|
|
22937
|
+
if (reader.isEndGroup()) {
|
|
22938
|
+
break;
|
|
22939
|
+
}
|
|
22940
|
+
var field = reader.getFieldNumber();
|
|
22941
|
+
switch (field) {
|
|
22942
|
+
case 1:
|
|
22943
|
+
var values = /** @type {!Array<number>} */ (reader.isDelimited() ? reader.readPackedInt64() : [reader.readInt64()]);
|
|
22944
|
+
for (var i = 0; i < values.length; i++) {
|
|
22945
|
+
msg.addUserids(values[i]);
|
|
22946
|
+
}
|
|
22947
|
+
break;
|
|
22948
|
+
case 2:
|
|
22949
|
+
var values = /** @type {!Array<number>} */ (reader.isDelimited() ? reader.readPackedInt64() : [reader.readInt64()]);
|
|
22950
|
+
for (var i = 0; i < values.length; i++) {
|
|
22951
|
+
msg.addBillerids(values[i]);
|
|
22952
|
+
}
|
|
22953
|
+
break;
|
|
22954
|
+
default:
|
|
22955
|
+
reader.skipField();
|
|
22956
|
+
break;
|
|
22957
|
+
}
|
|
22958
|
+
}
|
|
22959
|
+
return msg;
|
|
22960
|
+
};
|
|
22961
|
+
|
|
22962
|
+
|
|
22963
|
+
/**
|
|
22964
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
22965
|
+
* @return {!Uint8Array}
|
|
22966
|
+
*/
|
|
22967
|
+
proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest.prototype.serializeBinary = function() {
|
|
22968
|
+
var writer = new jspb.BinaryWriter();
|
|
22969
|
+
proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest.serializeBinaryToWriter(this, writer);
|
|
22970
|
+
return writer.getResultBuffer();
|
|
22971
|
+
};
|
|
22972
|
+
|
|
22973
|
+
|
|
22974
|
+
/**
|
|
22975
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
22976
|
+
* format), writing to the given BinaryWriter.
|
|
22977
|
+
* @param {!proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest} message
|
|
22978
|
+
* @param {!jspb.BinaryWriter} writer
|
|
22979
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
22980
|
+
*/
|
|
22981
|
+
proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest.serializeBinaryToWriter = function(message, writer) {
|
|
22982
|
+
var f = undefined;
|
|
22983
|
+
f = message.getUseridsList();
|
|
22984
|
+
if (f.length > 0) {
|
|
22985
|
+
writer.writePackedInt64(
|
|
22986
|
+
1,
|
|
22987
|
+
f
|
|
22988
|
+
);
|
|
22989
|
+
}
|
|
22990
|
+
f = message.getBilleridsList();
|
|
22991
|
+
if (f.length > 0) {
|
|
22992
|
+
writer.writePackedInt64(
|
|
22993
|
+
2,
|
|
22994
|
+
f
|
|
22995
|
+
);
|
|
22996
|
+
}
|
|
22997
|
+
};
|
|
22998
|
+
|
|
22999
|
+
|
|
23000
|
+
/**
|
|
23001
|
+
* repeated int64 userIds = 1;
|
|
23002
|
+
* @return {!Array<number>}
|
|
23003
|
+
*/
|
|
23004
|
+
proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest.prototype.getUseridsList = function() {
|
|
23005
|
+
return /** @type {!Array<number>} */ (jspb.Message.getRepeatedField(this, 1));
|
|
23006
|
+
};
|
|
23007
|
+
|
|
23008
|
+
|
|
23009
|
+
/**
|
|
23010
|
+
* @param {!Array<number>} value
|
|
23011
|
+
* @return {!proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest} returns this
|
|
23012
|
+
*/
|
|
23013
|
+
proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest.prototype.setUseridsList = function(value) {
|
|
23014
|
+
return jspb.Message.setField(this, 1, value || []);
|
|
23015
|
+
};
|
|
23016
|
+
|
|
23017
|
+
|
|
23018
|
+
/**
|
|
23019
|
+
* @param {number} value
|
|
23020
|
+
* @param {number=} opt_index
|
|
23021
|
+
* @return {!proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest} returns this
|
|
23022
|
+
*/
|
|
23023
|
+
proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest.prototype.addUserids = function(value, opt_index) {
|
|
23024
|
+
return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
|
|
23025
|
+
};
|
|
23026
|
+
|
|
23027
|
+
|
|
23028
|
+
/**
|
|
23029
|
+
* Clears the list making it empty but non-null.
|
|
23030
|
+
* @return {!proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest} returns this
|
|
23031
|
+
*/
|
|
23032
|
+
proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest.prototype.clearUseridsList = function() {
|
|
23033
|
+
return this.setUseridsList([]);
|
|
23034
|
+
};
|
|
23035
|
+
|
|
23036
|
+
|
|
23037
|
+
/**
|
|
23038
|
+
* repeated int64 billerIds = 2;
|
|
23039
|
+
* @return {!Array<number>}
|
|
23040
|
+
*/
|
|
23041
|
+
proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest.prototype.getBilleridsList = function() {
|
|
23042
|
+
return /** @type {!Array<number>} */ (jspb.Message.getRepeatedField(this, 2));
|
|
23043
|
+
};
|
|
23044
|
+
|
|
23045
|
+
|
|
23046
|
+
/**
|
|
23047
|
+
* @param {!Array<number>} value
|
|
23048
|
+
* @return {!proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest} returns this
|
|
23049
|
+
*/
|
|
23050
|
+
proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest.prototype.setBilleridsList = function(value) {
|
|
23051
|
+
return jspb.Message.setField(this, 2, value || []);
|
|
23052
|
+
};
|
|
23053
|
+
|
|
23054
|
+
|
|
23055
|
+
/**
|
|
23056
|
+
* @param {number} value
|
|
23057
|
+
* @param {number=} opt_index
|
|
23058
|
+
* @return {!proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest} returns this
|
|
23059
|
+
*/
|
|
23060
|
+
proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest.prototype.addBillerids = function(value, opt_index) {
|
|
23061
|
+
return jspb.Message.addToRepeatedField(this, 2, value, opt_index);
|
|
23062
|
+
};
|
|
23063
|
+
|
|
23064
|
+
|
|
23065
|
+
/**
|
|
23066
|
+
* Clears the list making it empty but non-null.
|
|
23067
|
+
* @return {!proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest} returns this
|
|
23068
|
+
*/
|
|
23069
|
+
proto.sniipbillerapi.BusinessBillersReferencesByUsersRequest.prototype.clearBilleridsList = function() {
|
|
23070
|
+
return this.setBilleridsList([]);
|
|
23071
|
+
};
|
|
23072
|
+
|
|
23073
|
+
|
|
23074
|
+
|
|
22844
23075
|
/**
|
|
22845
23076
|
* List of repeated fields within this message type.
|
|
22846
23077
|
* @private {!Array<number>}
|