@sniipwebmaster/biller-service-client-grpcweb 26.3.9506 → 26.4.9531

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.
@@ -6117,5 +6117,66 @@ proto.sniipbillerapi.SniipBillerAPIServicePromiseClient.prototype.getSniipToBpay
6117
6117
  };
6118
6118
 
6119
6119
 
6120
+ /**
6121
+ * @const
6122
+ * @type {!grpc.web.MethodDescriptor<
6123
+ * !proto.sniipbillerapi.GetSniipToBpayMigrationConfigByBpayCodeRequest,
6124
+ * !proto.sniipbillerapi.SniipToBpayMigrationConfigResponse>}
6125
+ */
6126
+ const methodDescriptor_SniipBillerAPIService_GetSniipToBpayMigrationConfigByBpayCode = new grpc.web.MethodDescriptor(
6127
+ '/sniipbillerapi.SniipBillerAPIService/GetSniipToBpayMigrationConfigByBpayCode',
6128
+ grpc.web.MethodType.UNARY,
6129
+ proto.sniipbillerapi.GetSniipToBpayMigrationConfigByBpayCodeRequest,
6130
+ proto.sniipbillerapi.SniipToBpayMigrationConfigResponse,
6131
+ /**
6132
+ * @param {!proto.sniipbillerapi.GetSniipToBpayMigrationConfigByBpayCodeRequest} request
6133
+ * @return {!Uint8Array}
6134
+ */
6135
+ function(request) {
6136
+ return request.serializeBinary();
6137
+ },
6138
+ proto.sniipbillerapi.SniipToBpayMigrationConfigResponse.deserializeBinary
6139
+ );
6140
+
6141
+
6142
+ /**
6143
+ * @param {!proto.sniipbillerapi.GetSniipToBpayMigrationConfigByBpayCodeRequest} request The
6144
+ * request proto
6145
+ * @param {?Object<string, string>} metadata User defined
6146
+ * call metadata
6147
+ * @param {function(?grpc.web.RpcError, ?proto.sniipbillerapi.SniipToBpayMigrationConfigResponse)}
6148
+ * callback The callback function(error, response)
6149
+ * @return {!grpc.web.ClientReadableStream<!proto.sniipbillerapi.SniipToBpayMigrationConfigResponse>|undefined}
6150
+ * The XHR Node Readable Stream
6151
+ */
6152
+ proto.sniipbillerapi.SniipBillerAPIServiceClient.prototype.getSniipToBpayMigrationConfigByBpayCode =
6153
+ function(request, metadata, callback) {
6154
+ return this.client_.rpcCall(this.hostname_ +
6155
+ '/sniipbillerapi.SniipBillerAPIService/GetSniipToBpayMigrationConfigByBpayCode',
6156
+ request,
6157
+ metadata || {},
6158
+ methodDescriptor_SniipBillerAPIService_GetSniipToBpayMigrationConfigByBpayCode,
6159
+ callback);
6160
+ };
6161
+
6162
+
6163
+ /**
6164
+ * @param {!proto.sniipbillerapi.GetSniipToBpayMigrationConfigByBpayCodeRequest} request The
6165
+ * request proto
6166
+ * @param {?Object<string, string>=} metadata User defined
6167
+ * call metadata
6168
+ * @return {!Promise<!proto.sniipbillerapi.SniipToBpayMigrationConfigResponse>}
6169
+ * Promise that resolves to the response
6170
+ */
6171
+ proto.sniipbillerapi.SniipBillerAPIServicePromiseClient.prototype.getSniipToBpayMigrationConfigByBpayCode =
6172
+ function(request, metadata) {
6173
+ return this.client_.unaryCall(this.hostname_ +
6174
+ '/sniipbillerapi.SniipBillerAPIService/GetSniipToBpayMigrationConfigByBpayCode',
6175
+ request,
6176
+ metadata || {},
6177
+ methodDescriptor_SniipBillerAPIService_GetSniipToBpayMigrationConfigByBpayCode);
6178
+ };
6179
+
6180
+
6120
6181
  module.exports = proto.sniipbillerapi;
6121
6182
 
@@ -157,6 +157,7 @@ goog.exportSymbol('proto.sniipbillerapi.GetPaymentRestrictionsRequest', null, gl
157
157
  goog.exportSymbol('proto.sniipbillerapi.GetProfileSwitcherBillersRequest', null, global);
158
158
  goog.exportSymbol('proto.sniipbillerapi.GetRelatedBillerConfigsRequest', null, global);
159
159
  goog.exportSymbol('proto.sniipbillerapi.GetSmeBillerRevisionsRequest', null, global);
160
+ goog.exportSymbol('proto.sniipbillerapi.GetSniipToBpayMigrationConfigByBpayCodeRequest', null, global);
160
161
  goog.exportSymbol('proto.sniipbillerapi.GetSniipToBpayMigrationConfigRequest', null, global);
161
162
  goog.exportSymbol('proto.sniipbillerapi.IllionAddress', null, global);
162
163
  goog.exportSymbol('proto.sniipbillerapi.IllionData', null, global);
@@ -4491,6 +4492,27 @@ if (goog.DEBUG && !COMPILED) {
4491
4492
  */
4492
4493
  proto.sniipbillerapi.GetSniipToBpayMigrationConfigRequest.displayName = 'proto.sniipbillerapi.GetSniipToBpayMigrationConfigRequest';
4493
4494
  }
4495
+ /**
4496
+ * Generated by JsPbCodeGenerator.
4497
+ * @param {Array=} opt_data Optional initial data array, typically from a
4498
+ * server response, or constructed directly in Javascript. The array is used
4499
+ * in place and becomes part of the constructed object. It is not cloned.
4500
+ * If no data is provided, the constructed object will be empty, but still
4501
+ * valid.
4502
+ * @extends {jspb.Message}
4503
+ * @constructor
4504
+ */
4505
+ proto.sniipbillerapi.GetSniipToBpayMigrationConfigByBpayCodeRequest = function(opt_data) {
4506
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
4507
+ };
4508
+ goog.inherits(proto.sniipbillerapi.GetSniipToBpayMigrationConfigByBpayCodeRequest, jspb.Message);
4509
+ if (goog.DEBUG && !COMPILED) {
4510
+ /**
4511
+ * @public
4512
+ * @override
4513
+ */
4514
+ proto.sniipbillerapi.GetSniipToBpayMigrationConfigByBpayCodeRequest.displayName = 'proto.sniipbillerapi.GetSniipToBpayMigrationConfigByBpayCodeRequest';
4515
+ }
4494
4516
  /**
4495
4517
  * Generated by JsPbCodeGenerator.
4496
4518
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -53820,7 +53842,8 @@ proto.sniipbillerapi.SniipToBpayMigrationConfig.toObject = function(includeInsta
53820
53842
  isAmountCompatible: jspb.Message.getBooleanFieldWithDefault(msg, 7, false),
53821
53843
  isDisabled: jspb.Message.getBooleanFieldWithDefault(msg, 8, false),
53822
53844
  createdAt: jspb.Message.getFieldWithDefault(msg, 9, ""),
53823
- updatedAt: jspb.Message.getFieldWithDefault(msg, 10, "")
53845
+ updatedAt: jspb.Message.getFieldWithDefault(msg, 10, ""),
53846
+ bpayBillerConfigId: jspb.Message.getFieldWithDefault(msg, 11, 0)
53824
53847
  };
53825
53848
 
53826
53849
  if (includeInstance) {
@@ -53897,6 +53920,10 @@ proto.sniipbillerapi.SniipToBpayMigrationConfig.deserializeBinaryFromReader = fu
53897
53920
  var value = /** @type {string} */ (reader.readString());
53898
53921
  msg.setUpdatedAt(value);
53899
53922
  break;
53923
+ case 11:
53924
+ var value = /** @type {number} */ (reader.readInt64());
53925
+ msg.setBpayBillerConfigId(value);
53926
+ break;
53900
53927
  default:
53901
53928
  reader.skipField();
53902
53929
  break;
@@ -53996,6 +54023,13 @@ proto.sniipbillerapi.SniipToBpayMigrationConfig.serializeBinaryToWriter = functi
53996
54023
  f
53997
54024
  );
53998
54025
  }
54026
+ f = message.getBpayBillerConfigId();
54027
+ if (f !== 0) {
54028
+ writer.writeInt64(
54029
+ 11,
54030
+ f
54031
+ );
54032
+ }
53999
54033
  };
54000
54034
 
54001
54035
 
@@ -54179,6 +54213,24 @@ proto.sniipbillerapi.SniipToBpayMigrationConfig.prototype.setUpdatedAt = functio
54179
54213
  };
54180
54214
 
54181
54215
 
54216
+ /**
54217
+ * optional int64 bpay_biller_config_id = 11;
54218
+ * @return {number}
54219
+ */
54220
+ proto.sniipbillerapi.SniipToBpayMigrationConfig.prototype.getBpayBillerConfigId = function() {
54221
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 11, 0));
54222
+ };
54223
+
54224
+
54225
+ /**
54226
+ * @param {number} value
54227
+ * @return {!proto.sniipbillerapi.SniipToBpayMigrationConfig} returns this
54228
+ */
54229
+ proto.sniipbillerapi.SniipToBpayMigrationConfig.prototype.setBpayBillerConfigId = function(value) {
54230
+ return jspb.Message.setProto3IntField(this, 11, value);
54231
+ };
54232
+
54233
+
54182
54234
 
54183
54235
 
54184
54236
 
@@ -54312,6 +54364,136 @@ proto.sniipbillerapi.GetSniipToBpayMigrationConfigRequest.prototype.setSniipBill
54312
54364
 
54313
54365
 
54314
54366
 
54367
+ if (jspb.Message.GENERATE_TO_OBJECT) {
54368
+ /**
54369
+ * Creates an object representation of this proto.
54370
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
54371
+ * Optional fields that are not set will be set to undefined.
54372
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
54373
+ * For the list of reserved names please see:
54374
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
54375
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
54376
+ * JSPB instance for transitional soy proto support:
54377
+ * http://goto/soy-param-migration
54378
+ * @return {!Object}
54379
+ */
54380
+ proto.sniipbillerapi.GetSniipToBpayMigrationConfigByBpayCodeRequest.prototype.toObject = function(opt_includeInstance) {
54381
+ return proto.sniipbillerapi.GetSniipToBpayMigrationConfigByBpayCodeRequest.toObject(opt_includeInstance, this);
54382
+ };
54383
+
54384
+
54385
+ /**
54386
+ * Static version of the {@see toObject} method.
54387
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
54388
+ * the JSPB instance for transitional soy proto support:
54389
+ * http://goto/soy-param-migration
54390
+ * @param {!proto.sniipbillerapi.GetSniipToBpayMigrationConfigByBpayCodeRequest} msg The msg instance to transform.
54391
+ * @return {!Object}
54392
+ * @suppress {unusedLocalVariables} f is only used for nested messages
54393
+ */
54394
+ proto.sniipbillerapi.GetSniipToBpayMigrationConfigByBpayCodeRequest.toObject = function(includeInstance, msg) {
54395
+ var f, obj = {
54396
+ bpayBillerCode: jspb.Message.getFieldWithDefault(msg, 1, "")
54397
+ };
54398
+
54399
+ if (includeInstance) {
54400
+ obj.$jspbMessageInstance = msg;
54401
+ }
54402
+ return obj;
54403
+ };
54404
+ }
54405
+
54406
+
54407
+ /**
54408
+ * Deserializes binary data (in protobuf wire format).
54409
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
54410
+ * @return {!proto.sniipbillerapi.GetSniipToBpayMigrationConfigByBpayCodeRequest}
54411
+ */
54412
+ proto.sniipbillerapi.GetSniipToBpayMigrationConfigByBpayCodeRequest.deserializeBinary = function(bytes) {
54413
+ var reader = new jspb.BinaryReader(bytes);
54414
+ var msg = new proto.sniipbillerapi.GetSniipToBpayMigrationConfigByBpayCodeRequest;
54415
+ return proto.sniipbillerapi.GetSniipToBpayMigrationConfigByBpayCodeRequest.deserializeBinaryFromReader(msg, reader);
54416
+ };
54417
+
54418
+
54419
+ /**
54420
+ * Deserializes binary data (in protobuf wire format) from the
54421
+ * given reader into the given message object.
54422
+ * @param {!proto.sniipbillerapi.GetSniipToBpayMigrationConfigByBpayCodeRequest} msg The message object to deserialize into.
54423
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
54424
+ * @return {!proto.sniipbillerapi.GetSniipToBpayMigrationConfigByBpayCodeRequest}
54425
+ */
54426
+ proto.sniipbillerapi.GetSniipToBpayMigrationConfigByBpayCodeRequest.deserializeBinaryFromReader = function(msg, reader) {
54427
+ while (reader.nextField()) {
54428
+ if (reader.isEndGroup()) {
54429
+ break;
54430
+ }
54431
+ var field = reader.getFieldNumber();
54432
+ switch (field) {
54433
+ case 1:
54434
+ var value = /** @type {string} */ (reader.readString());
54435
+ msg.setBpayBillerCode(value);
54436
+ break;
54437
+ default:
54438
+ reader.skipField();
54439
+ break;
54440
+ }
54441
+ }
54442
+ return msg;
54443
+ };
54444
+
54445
+
54446
+ /**
54447
+ * Serializes the message to binary data (in protobuf wire format).
54448
+ * @return {!Uint8Array}
54449
+ */
54450
+ proto.sniipbillerapi.GetSniipToBpayMigrationConfigByBpayCodeRequest.prototype.serializeBinary = function() {
54451
+ var writer = new jspb.BinaryWriter();
54452
+ proto.sniipbillerapi.GetSniipToBpayMigrationConfigByBpayCodeRequest.serializeBinaryToWriter(this, writer);
54453
+ return writer.getResultBuffer();
54454
+ };
54455
+
54456
+
54457
+ /**
54458
+ * Serializes the given message to binary data (in protobuf wire
54459
+ * format), writing to the given BinaryWriter.
54460
+ * @param {!proto.sniipbillerapi.GetSniipToBpayMigrationConfigByBpayCodeRequest} message
54461
+ * @param {!jspb.BinaryWriter} writer
54462
+ * @suppress {unusedLocalVariables} f is only used for nested messages
54463
+ */
54464
+ proto.sniipbillerapi.GetSniipToBpayMigrationConfigByBpayCodeRequest.serializeBinaryToWriter = function(message, writer) {
54465
+ var f = undefined;
54466
+ f = message.getBpayBillerCode();
54467
+ if (f.length > 0) {
54468
+ writer.writeString(
54469
+ 1,
54470
+ f
54471
+ );
54472
+ }
54473
+ };
54474
+
54475
+
54476
+ /**
54477
+ * optional string bpay_biller_code = 1;
54478
+ * @return {string}
54479
+ */
54480
+ proto.sniipbillerapi.GetSniipToBpayMigrationConfigByBpayCodeRequest.prototype.getBpayBillerCode = function() {
54481
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
54482
+ };
54483
+
54484
+
54485
+ /**
54486
+ * @param {string} value
54487
+ * @return {!proto.sniipbillerapi.GetSniipToBpayMigrationConfigByBpayCodeRequest} returns this
54488
+ */
54489
+ proto.sniipbillerapi.GetSniipToBpayMigrationConfigByBpayCodeRequest.prototype.setBpayBillerCode = function(value) {
54490
+ return jspb.Message.setProto3StringField(this, 1, value);
54491
+ };
54492
+
54493
+
54494
+
54495
+
54496
+
54315
54497
  if (jspb.Message.GENERATE_TO_OBJECT) {
54316
54498
  /**
54317
54499
  * Creates an object representation of this proto.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/biller-service-client-grpcweb",
3
- "version": "26.3.9506",
3
+ "version": "26.4.9531",
4
4
  "description": "biller-service-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",