@sniipwebmaster/biller-service-client-grpcweb 0.2.3240 → 0.2.3263

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.
@@ -2510,6 +2510,61 @@ proto.sniipbillerapi.SniipBillerAPIServicePromiseClient.prototype.updateBillerNo
2510
2510
  };
2511
2511
 
2512
2512
 
2513
+ /**
2514
+ * @const
2515
+ * @type {!grpc.web.AbstractClientBase.MethodInfo<
2516
+ * !proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest,
2517
+ * !proto.sniipbillerapi.ResponseCode>}
2518
+ */
2519
+ const methodInfo_SniipBillerAPIService_UpdatePaymentMethodGroupForConfig = new grpc.web.AbstractClientBase.MethodInfo(
2520
+ proto.sniipbillerapi.ResponseCode,
2521
+ /** @param {!proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest} request */
2522
+ function(request) {
2523
+ return request.serializeBinary();
2524
+ },
2525
+ proto.sniipbillerapi.ResponseCode.deserializeBinary
2526
+ );
2527
+
2528
+
2529
+ /**
2530
+ * @param {!proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest} request The
2531
+ * request proto
2532
+ * @param {?Object<string, string>} metadata User defined
2533
+ * call metadata
2534
+ * @param {function(?grpc.web.Error, ?proto.sniipbillerapi.ResponseCode)}
2535
+ * callback The callback function(error, response)
2536
+ * @return {!grpc.web.ClientReadableStream<!proto.sniipbillerapi.ResponseCode>|undefined}
2537
+ * The XHR Node Readable Stream
2538
+ */
2539
+ proto.sniipbillerapi.SniipBillerAPIServiceClient.prototype.updatePaymentMethodGroupForConfig =
2540
+ function(request, metadata, callback) {
2541
+ return this.client_.rpcCall(this.hostname_ +
2542
+ '/sniipbillerapi.SniipBillerAPIService/UpdatePaymentMethodGroupForConfig',
2543
+ request,
2544
+ metadata || {},
2545
+ methodInfo_SniipBillerAPIService_UpdatePaymentMethodGroupForConfig,
2546
+ callback);
2547
+ };
2548
+
2549
+
2550
+ /**
2551
+ * @param {!proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest} request The
2552
+ * request proto
2553
+ * @param {?Object<string, string>} metadata User defined
2554
+ * call metadata
2555
+ * @return {!Promise<!proto.sniipbillerapi.ResponseCode>}
2556
+ * A native promise that resolves to the response
2557
+ */
2558
+ proto.sniipbillerapi.SniipBillerAPIServicePromiseClient.prototype.updatePaymentMethodGroupForConfig =
2559
+ function(request, metadata) {
2560
+ return this.client_.unaryCall(this.hostname_ +
2561
+ '/sniipbillerapi.SniipBillerAPIService/UpdatePaymentMethodGroupForConfig',
2562
+ request,
2563
+ metadata || {},
2564
+ methodInfo_SniipBillerAPIService_UpdatePaymentMethodGroupForConfig);
2565
+ };
2566
+
2567
+
2513
2568
  /**
2514
2569
  * @const
2515
2570
  * @type {!grpc.web.AbstractClientBase.MethodInfo<
@@ -89,6 +89,7 @@ goog.exportSymbol('proto.sniipbillerapi.Organisation', null, global);
89
89
  goog.exportSymbol('proto.sniipbillerapi.OrganisationDetails', null, global);
90
90
  goog.exportSymbol('proto.sniipbillerapi.OrganisationsResponse', null, global);
91
91
  goog.exportSymbol('proto.sniipbillerapi.PayIdAccount', null, global);
92
+ goog.exportSymbol('proto.sniipbillerapi.PaymentMethodGroupUpdateRequest', null, global);
92
93
  goog.exportSymbol('proto.sniipbillerapi.ProfileSwitcherBillersResponse', null, global);
93
94
  goog.exportSymbol('proto.sniipbillerapi.QRCodeConfig', null, global);
94
95
  goog.exportSymbol('proto.sniipbillerapi.QRCodeConfigRoot', null, global);
@@ -105,6 +106,7 @@ goog.exportSymbol('proto.sniipbillerapi.Timezone', null, global);
105
106
  goog.exportSymbol('proto.sniipbillerapi.TimezonesResponse', null, global);
106
107
  goog.exportSymbol('proto.sniipbillerapi.UpdateBillerNameRequest', null, global);
107
108
  goog.exportSymbol('proto.sniipbillerapi.UpdateBillerNotificationRecipientRequest', null, global);
109
+ goog.exportSymbol('proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest', null, global);
108
110
  goog.exportSymbol('proto.sniipbillerapi.ValidateCreateBillerRequest', null, global);
109
111
  goog.exportSymbol('proto.sniipbillerapi.VerifyBillerRequest', null, global);
110
112
 
@@ -18911,6 +18913,192 @@ proto.sniipbillerapi.PayIdAccount.prototype.setPayidtype = function(value) {
18911
18913
 
18912
18914
 
18913
18915
 
18916
+ /**
18917
+ * Generated by JsPbCodeGenerator.
18918
+ * @param {Array=} opt_data Optional initial data array, typically from a
18919
+ * server response, or constructed directly in Javascript. The array is used
18920
+ * in place and becomes part of the constructed object. It is not cloned.
18921
+ * If no data is provided, the constructed object will be empty, but still
18922
+ * valid.
18923
+ * @extends {jspb.Message}
18924
+ * @constructor
18925
+ */
18926
+ proto.sniipbillerapi.PaymentMethodGroupUpdateRequest = function(opt_data) {
18927
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
18928
+ };
18929
+ goog.inherits(proto.sniipbillerapi.PaymentMethodGroupUpdateRequest, jspb.Message);
18930
+ if (goog.DEBUG && !COMPILED) {
18931
+ proto.sniipbillerapi.PaymentMethodGroupUpdateRequest.displayName = 'proto.sniipbillerapi.PaymentMethodGroupUpdateRequest';
18932
+ }
18933
+
18934
+
18935
+ if (jspb.Message.GENERATE_TO_OBJECT) {
18936
+ /**
18937
+ * Creates an object representation of this proto suitable for use in Soy templates.
18938
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
18939
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
18940
+ * For the list of reserved names please see:
18941
+ * com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS.
18942
+ * @param {boolean=} opt_includeInstance Whether to include the JSPB instance
18943
+ * for transitional soy proto support: http://goto/soy-param-migration
18944
+ * @return {!Object}
18945
+ */
18946
+ proto.sniipbillerapi.PaymentMethodGroupUpdateRequest.prototype.toObject = function(opt_includeInstance) {
18947
+ return proto.sniipbillerapi.PaymentMethodGroupUpdateRequest.toObject(opt_includeInstance, this);
18948
+ };
18949
+
18950
+
18951
+ /**
18952
+ * Static version of the {@see toObject} method.
18953
+ * @param {boolean|undefined} includeInstance Whether to include the JSPB
18954
+ * instance for transitional soy proto support:
18955
+ * http://goto/soy-param-migration
18956
+ * @param {!proto.sniipbillerapi.PaymentMethodGroupUpdateRequest} msg The msg instance to transform.
18957
+ * @return {!Object}
18958
+ */
18959
+ proto.sniipbillerapi.PaymentMethodGroupUpdateRequest.toObject = function(includeInstance, msg) {
18960
+ var f, obj = {
18961
+ configid: msg.getConfigid(),
18962
+ paymentmethodgroupid: msg.getPaymentmethodgroupid()
18963
+ };
18964
+
18965
+ if (includeInstance) {
18966
+ obj.$jspbMessageInstance = msg;
18967
+ }
18968
+ return obj;
18969
+ };
18970
+ }
18971
+
18972
+
18973
+ /**
18974
+ * Deserializes binary data (in protobuf wire format).
18975
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
18976
+ * @return {!proto.sniipbillerapi.PaymentMethodGroupUpdateRequest}
18977
+ */
18978
+ proto.sniipbillerapi.PaymentMethodGroupUpdateRequest.deserializeBinary = function(bytes) {
18979
+ var reader = new jspb.BinaryReader(bytes);
18980
+ var msg = new proto.sniipbillerapi.PaymentMethodGroupUpdateRequest;
18981
+ return proto.sniipbillerapi.PaymentMethodGroupUpdateRequest.deserializeBinaryFromReader(msg, reader);
18982
+ };
18983
+
18984
+
18985
+ /**
18986
+ * Deserializes binary data (in protobuf wire format) from the
18987
+ * given reader into the given message object.
18988
+ * @param {!proto.sniipbillerapi.PaymentMethodGroupUpdateRequest} msg The message object to deserialize into.
18989
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
18990
+ * @return {!proto.sniipbillerapi.PaymentMethodGroupUpdateRequest}
18991
+ */
18992
+ proto.sniipbillerapi.PaymentMethodGroupUpdateRequest.deserializeBinaryFromReader = function(msg, reader) {
18993
+ while (reader.nextField()) {
18994
+ if (reader.isEndGroup()) {
18995
+ break;
18996
+ }
18997
+ var field = reader.getFieldNumber();
18998
+ switch (field) {
18999
+ case 1:
19000
+ var value = /** @type {number} */ (reader.readInt64());
19001
+ msg.setConfigid(value);
19002
+ break;
19003
+ case 2:
19004
+ var value = /** @type {number} */ (reader.readInt64());
19005
+ msg.setPaymentmethodgroupid(value);
19006
+ break;
19007
+ default:
19008
+ reader.skipField();
19009
+ break;
19010
+ }
19011
+ }
19012
+ return msg;
19013
+ };
19014
+
19015
+
19016
+ /**
19017
+ * Class method variant: serializes the given message to binary data
19018
+ * (in protobuf wire format), writing to the given BinaryWriter.
19019
+ * @param {!proto.sniipbillerapi.PaymentMethodGroupUpdateRequest} message
19020
+ * @param {!jspb.BinaryWriter} writer
19021
+ */
19022
+ proto.sniipbillerapi.PaymentMethodGroupUpdateRequest.serializeBinaryToWriter = function(message, writer) {
19023
+ message.serializeBinaryToWriter(writer);
19024
+ };
19025
+
19026
+
19027
+ /**
19028
+ * Serializes the message to binary data (in protobuf wire format).
19029
+ * @return {!Uint8Array}
19030
+ */
19031
+ proto.sniipbillerapi.PaymentMethodGroupUpdateRequest.prototype.serializeBinary = function() {
19032
+ var writer = new jspb.BinaryWriter();
19033
+ this.serializeBinaryToWriter(writer);
19034
+ return writer.getResultBuffer();
19035
+ };
19036
+
19037
+
19038
+ /**
19039
+ * Serializes the message to binary data (in protobuf wire format),
19040
+ * writing to the given BinaryWriter.
19041
+ * @param {!jspb.BinaryWriter} writer
19042
+ */
19043
+ proto.sniipbillerapi.PaymentMethodGroupUpdateRequest.prototype.serializeBinaryToWriter = function (writer) {
19044
+ var f = undefined;
19045
+ f = this.getConfigid();
19046
+ if (f !== 0) {
19047
+ writer.writeInt64(
19048
+ 1,
19049
+ f
19050
+ );
19051
+ }
19052
+ f = this.getPaymentmethodgroupid();
19053
+ if (f !== 0) {
19054
+ writer.writeInt64(
19055
+ 2,
19056
+ f
19057
+ );
19058
+ }
19059
+ };
19060
+
19061
+
19062
+ /**
19063
+ * Creates a deep clone of this proto. No data is shared with the original.
19064
+ * @return {!proto.sniipbillerapi.PaymentMethodGroupUpdateRequest} The clone.
19065
+ */
19066
+ proto.sniipbillerapi.PaymentMethodGroupUpdateRequest.prototype.cloneMessage = function() {
19067
+ return /** @type {!proto.sniipbillerapi.PaymentMethodGroupUpdateRequest} */ (jspb.Message.cloneMessage(this));
19068
+ };
19069
+
19070
+
19071
+ /**
19072
+ * optional int64 configId = 1;
19073
+ * @return {number}
19074
+ */
19075
+ proto.sniipbillerapi.PaymentMethodGroupUpdateRequest.prototype.getConfigid = function() {
19076
+ return /** @type {number} */ (jspb.Message.getFieldProto3(this, 1, 0));
19077
+ };
19078
+
19079
+
19080
+ /** @param {number} value */
19081
+ proto.sniipbillerapi.PaymentMethodGroupUpdateRequest.prototype.setConfigid = function(value) {
19082
+ jspb.Message.setField(this, 1, value);
19083
+ };
19084
+
19085
+
19086
+ /**
19087
+ * optional int64 paymentMethodGroupId = 2;
19088
+ * @return {number}
19089
+ */
19090
+ proto.sniipbillerapi.PaymentMethodGroupUpdateRequest.prototype.getPaymentmethodgroupid = function() {
19091
+ return /** @type {number} */ (jspb.Message.getFieldProto3(this, 2, 0));
19092
+ };
19093
+
19094
+
19095
+ /** @param {number} value */
19096
+ proto.sniipbillerapi.PaymentMethodGroupUpdateRequest.prototype.setPaymentmethodgroupid = function(value) {
19097
+ jspb.Message.setField(this, 2, value);
19098
+ };
19099
+
19100
+
19101
+
18914
19102
  /**
18915
19103
  * Generated by JsPbCodeGenerator.
18916
19104
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -22122,6 +22310,182 @@ proto.sniipbillerapi.UpdateBillerNotificationRecipientRequest.prototype.hasData
22122
22310
 
22123
22311
 
22124
22312
 
22313
+ /**
22314
+ * Generated by JsPbCodeGenerator.
22315
+ * @param {Array=} opt_data Optional initial data array, typically from a
22316
+ * server response, or constructed directly in Javascript. The array is used
22317
+ * in place and becomes part of the constructed object. It is not cloned.
22318
+ * If no data is provided, the constructed object will be empty, but still
22319
+ * valid.
22320
+ * @extends {jspb.Message}
22321
+ * @constructor
22322
+ */
22323
+ proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest = function(opt_data) {
22324
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
22325
+ };
22326
+ goog.inherits(proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest, jspb.Message);
22327
+ if (goog.DEBUG && !COMPILED) {
22328
+ proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest.displayName = 'proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest';
22329
+ }
22330
+
22331
+
22332
+ if (jspb.Message.GENERATE_TO_OBJECT) {
22333
+ /**
22334
+ * Creates an object representation of this proto suitable for use in Soy templates.
22335
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
22336
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
22337
+ * For the list of reserved names please see:
22338
+ * com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS.
22339
+ * @param {boolean=} opt_includeInstance Whether to include the JSPB instance
22340
+ * for transitional soy proto support: http://goto/soy-param-migration
22341
+ * @return {!Object}
22342
+ */
22343
+ proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest.prototype.toObject = function(opt_includeInstance) {
22344
+ return proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest.toObject(opt_includeInstance, this);
22345
+ };
22346
+
22347
+
22348
+ /**
22349
+ * Static version of the {@see toObject} method.
22350
+ * @param {boolean|undefined} includeInstance Whether to include the JSPB
22351
+ * instance for transitional soy proto support:
22352
+ * http://goto/soy-param-migration
22353
+ * @param {!proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest} msg The msg instance to transform.
22354
+ * @return {!Object}
22355
+ */
22356
+ proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest.toObject = function(includeInstance, msg) {
22357
+ var f, obj = {
22358
+ data: (f = msg.getData()) && proto.sniipbillerapi.PaymentMethodGroupUpdateRequest.toObject(includeInstance, f)
22359
+ };
22360
+
22361
+ if (includeInstance) {
22362
+ obj.$jspbMessageInstance = msg;
22363
+ }
22364
+ return obj;
22365
+ };
22366
+ }
22367
+
22368
+
22369
+ /**
22370
+ * Deserializes binary data (in protobuf wire format).
22371
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
22372
+ * @return {!proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest}
22373
+ */
22374
+ proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest.deserializeBinary = function(bytes) {
22375
+ var reader = new jspb.BinaryReader(bytes);
22376
+ var msg = new proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest;
22377
+ return proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest.deserializeBinaryFromReader(msg, reader);
22378
+ };
22379
+
22380
+
22381
+ /**
22382
+ * Deserializes binary data (in protobuf wire format) from the
22383
+ * given reader into the given message object.
22384
+ * @param {!proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest} msg The message object to deserialize into.
22385
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
22386
+ * @return {!proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest}
22387
+ */
22388
+ proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest.deserializeBinaryFromReader = function(msg, reader) {
22389
+ while (reader.nextField()) {
22390
+ if (reader.isEndGroup()) {
22391
+ break;
22392
+ }
22393
+ var field = reader.getFieldNumber();
22394
+ switch (field) {
22395
+ case 1:
22396
+ var value = new proto.sniipbillerapi.PaymentMethodGroupUpdateRequest;
22397
+ reader.readMessage(value,proto.sniipbillerapi.PaymentMethodGroupUpdateRequest.deserializeBinaryFromReader);
22398
+ msg.setData(value);
22399
+ break;
22400
+ default:
22401
+ reader.skipField();
22402
+ break;
22403
+ }
22404
+ }
22405
+ return msg;
22406
+ };
22407
+
22408
+
22409
+ /**
22410
+ * Class method variant: serializes the given message to binary data
22411
+ * (in protobuf wire format), writing to the given BinaryWriter.
22412
+ * @param {!proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest} message
22413
+ * @param {!jspb.BinaryWriter} writer
22414
+ */
22415
+ proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest.serializeBinaryToWriter = function(message, writer) {
22416
+ message.serializeBinaryToWriter(writer);
22417
+ };
22418
+
22419
+
22420
+ /**
22421
+ * Serializes the message to binary data (in protobuf wire format).
22422
+ * @return {!Uint8Array}
22423
+ */
22424
+ proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest.prototype.serializeBinary = function() {
22425
+ var writer = new jspb.BinaryWriter();
22426
+ this.serializeBinaryToWriter(writer);
22427
+ return writer.getResultBuffer();
22428
+ };
22429
+
22430
+
22431
+ /**
22432
+ * Serializes the message to binary data (in protobuf wire format),
22433
+ * writing to the given BinaryWriter.
22434
+ * @param {!jspb.BinaryWriter} writer
22435
+ */
22436
+ proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest.prototype.serializeBinaryToWriter = function (writer) {
22437
+ var f = undefined;
22438
+ f = this.getData();
22439
+ if (f != null) {
22440
+ writer.writeMessage(
22441
+ 1,
22442
+ f,
22443
+ proto.sniipbillerapi.PaymentMethodGroupUpdateRequest.serializeBinaryToWriter
22444
+ );
22445
+ }
22446
+ };
22447
+
22448
+
22449
+ /**
22450
+ * Creates a deep clone of this proto. No data is shared with the original.
22451
+ * @return {!proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest} The clone.
22452
+ */
22453
+ proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest.prototype.cloneMessage = function() {
22454
+ return /** @type {!proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest} */ (jspb.Message.cloneMessage(this));
22455
+ };
22456
+
22457
+
22458
+ /**
22459
+ * optional PaymentMethodGroupUpdateRequest data = 1;
22460
+ * @return {proto.sniipbillerapi.PaymentMethodGroupUpdateRequest}
22461
+ */
22462
+ proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest.prototype.getData = function() {
22463
+ return /** @type{proto.sniipbillerapi.PaymentMethodGroupUpdateRequest} */ (
22464
+ jspb.Message.getWrapperField(this, proto.sniipbillerapi.PaymentMethodGroupUpdateRequest, 1));
22465
+ };
22466
+
22467
+
22468
+ /** @param {proto.sniipbillerapi.PaymentMethodGroupUpdateRequest|undefined} value */
22469
+ proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest.prototype.setData = function(value) {
22470
+ jspb.Message.setWrapperField(this, 1, value);
22471
+ };
22472
+
22473
+
22474
+ proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest.prototype.clearData = function() {
22475
+ this.setData(undefined);
22476
+ };
22477
+
22478
+
22479
+ /**
22480
+ * Returns whether this field is set.
22481
+ * @return{!boolean}
22482
+ */
22483
+ proto.sniipbillerapi.UpdatePaymentMethodGroupForConfigRequest.prototype.hasData = function() {
22484
+ return jspb.Message.getField(this, 1) != null;
22485
+ };
22486
+
22487
+
22488
+
22125
22489
  /**
22126
22490
  * Generated by JsPbCodeGenerator.
22127
22491
  * @param {Array=} opt_data Optional initial data array, typically from a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/biller-service-client-grpcweb",
3
- "version": "0.2.3240",
3
+ "version": "0.2.3263",
4
4
  "description": "biller-service-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",