@sniipwebmaster/biller-service-client-grpcweb 25.3.8418 → 25.3.8447

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.
@@ -5629,5 +5629,66 @@ proto.sniipbillerapi.SniipBillerAPIServicePromiseClient.prototype.updateBankAcco
5629
5629
  };
5630
5630
 
5631
5631
 
5632
+ /**
5633
+ * @const
5634
+ * @type {!grpc.web.MethodDescriptor<
5635
+ * !proto.sniipbillerapi.UpdateSmeConfigFromIllionResultsRequest,
5636
+ * !proto.sniipbillerapi.ResponseCode>}
5637
+ */
5638
+ const methodDescriptor_SniipBillerAPIService_UpdateSmeConfigFromIllionResults = new grpc.web.MethodDescriptor(
5639
+ '/sniipbillerapi.SniipBillerAPIService/UpdateSmeConfigFromIllionResults',
5640
+ grpc.web.MethodType.UNARY,
5641
+ proto.sniipbillerapi.UpdateSmeConfigFromIllionResultsRequest,
5642
+ proto.sniipbillerapi.ResponseCode,
5643
+ /**
5644
+ * @param {!proto.sniipbillerapi.UpdateSmeConfigFromIllionResultsRequest} request
5645
+ * @return {!Uint8Array}
5646
+ */
5647
+ function(request) {
5648
+ return request.serializeBinary();
5649
+ },
5650
+ proto.sniipbillerapi.ResponseCode.deserializeBinary
5651
+ );
5652
+
5653
+
5654
+ /**
5655
+ * @param {!proto.sniipbillerapi.UpdateSmeConfigFromIllionResultsRequest} request The
5656
+ * request proto
5657
+ * @param {?Object<string, string>} metadata User defined
5658
+ * call metadata
5659
+ * @param {function(?grpc.web.RpcError, ?proto.sniipbillerapi.ResponseCode)}
5660
+ * callback The callback function(error, response)
5661
+ * @return {!grpc.web.ClientReadableStream<!proto.sniipbillerapi.ResponseCode>|undefined}
5662
+ * The XHR Node Readable Stream
5663
+ */
5664
+ proto.sniipbillerapi.SniipBillerAPIServiceClient.prototype.updateSmeConfigFromIllionResults =
5665
+ function(request, metadata, callback) {
5666
+ return this.client_.rpcCall(this.hostname_ +
5667
+ '/sniipbillerapi.SniipBillerAPIService/UpdateSmeConfigFromIllionResults',
5668
+ request,
5669
+ metadata || {},
5670
+ methodDescriptor_SniipBillerAPIService_UpdateSmeConfigFromIllionResults,
5671
+ callback);
5672
+ };
5673
+
5674
+
5675
+ /**
5676
+ * @param {!proto.sniipbillerapi.UpdateSmeConfigFromIllionResultsRequest} request The
5677
+ * request proto
5678
+ * @param {?Object<string, string>=} metadata User defined
5679
+ * call metadata
5680
+ * @return {!Promise<!proto.sniipbillerapi.ResponseCode>}
5681
+ * Promise that resolves to the response
5682
+ */
5683
+ proto.sniipbillerapi.SniipBillerAPIServicePromiseClient.prototype.updateSmeConfigFromIllionResults =
5684
+ function(request, metadata) {
5685
+ return this.client_.unaryCall(this.hostname_ +
5686
+ '/sniipbillerapi.SniipBillerAPIService/UpdateSmeConfigFromIllionResults',
5687
+ request,
5688
+ metadata || {},
5689
+ methodDescriptor_SniipBillerAPIService_UpdateSmeConfigFromIllionResults);
5690
+ };
5691
+
5692
+
5632
5693
  module.exports = proto.sniipbillerapi;
5633
5694
 
@@ -209,6 +209,7 @@ goog.exportSymbol('proto.sniipbillerapi.UpdatePaymentRestrictionsV2Req', null, g
209
209
  goog.exportSymbol('proto.sniipbillerapi.UpdatePaymentRestrictionsV2Request', null, global);
210
210
  goog.exportSymbol('proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest', null, global);
211
211
  goog.exportSymbol('proto.sniipbillerapi.UpdateSmeBillerConfigRequest', null, global);
212
+ goog.exportSymbol('proto.sniipbillerapi.UpdateSmeConfigFromIllionResultsRequest', null, global);
212
213
  goog.exportSymbol('proto.sniipbillerapi.ValidateCreateBillerRequest', null, global);
213
214
  goog.exportSymbol('proto.sniipbillerapi.VerifyBillerRequest', null, global);
214
215
  /**
@@ -4138,6 +4139,27 @@ if (goog.DEBUG && !COMPILED) {
4138
4139
  */
4139
4140
  proto.sniipbillerapi.UpdateBillerIndustrySectorRequest.displayName = 'proto.sniipbillerapi.UpdateBillerIndustrySectorRequest';
4140
4141
  }
4142
+ /**
4143
+ * Generated by JsPbCodeGenerator.
4144
+ * @param {Array=} opt_data Optional initial data array, typically from a
4145
+ * server response, or constructed directly in Javascript. The array is used
4146
+ * in place and becomes part of the constructed object. It is not cloned.
4147
+ * If no data is provided, the constructed object will be empty, but still
4148
+ * valid.
4149
+ * @extends {jspb.Message}
4150
+ * @constructor
4151
+ */
4152
+ proto.sniipbillerapi.UpdateSmeConfigFromIllionResultsRequest = function(opt_data) {
4153
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
4154
+ };
4155
+ goog.inherits(proto.sniipbillerapi.UpdateSmeConfigFromIllionResultsRequest, jspb.Message);
4156
+ if (goog.DEBUG && !COMPILED) {
4157
+ /**
4158
+ * @public
4159
+ * @override
4160
+ */
4161
+ proto.sniipbillerapi.UpdateSmeConfigFromIllionResultsRequest.displayName = 'proto.sniipbillerapi.UpdateSmeConfigFromIllionResultsRequest';
4162
+ }
4141
4163
 
4142
4164
 
4143
4165
 
@@ -48627,6 +48649,136 @@ proto.sniipbillerapi.UpdateBillerIndustrySectorRequest.prototype.setIndustrysect
48627
48649
  };
48628
48650
 
48629
48651
 
48652
+
48653
+
48654
+
48655
+ if (jspb.Message.GENERATE_TO_OBJECT) {
48656
+ /**
48657
+ * Creates an object representation of this proto.
48658
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
48659
+ * Optional fields that are not set will be set to undefined.
48660
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
48661
+ * For the list of reserved names please see:
48662
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
48663
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
48664
+ * JSPB instance for transitional soy proto support:
48665
+ * http://goto/soy-param-migration
48666
+ * @return {!Object}
48667
+ */
48668
+ proto.sniipbillerapi.UpdateSmeConfigFromIllionResultsRequest.prototype.toObject = function(opt_includeInstance) {
48669
+ return proto.sniipbillerapi.UpdateSmeConfigFromIllionResultsRequest.toObject(opt_includeInstance, this);
48670
+ };
48671
+
48672
+
48673
+ /**
48674
+ * Static version of the {@see toObject} method.
48675
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
48676
+ * the JSPB instance for transitional soy proto support:
48677
+ * http://goto/soy-param-migration
48678
+ * @param {!proto.sniipbillerapi.UpdateSmeConfigFromIllionResultsRequest} msg The msg instance to transform.
48679
+ * @return {!Object}
48680
+ * @suppress {unusedLocalVariables} f is only used for nested messages
48681
+ */
48682
+ proto.sniipbillerapi.UpdateSmeConfigFromIllionResultsRequest.toObject = function(includeInstance, msg) {
48683
+ var f, obj = {
48684
+ billerconfigid: jspb.Message.getFieldWithDefault(msg, 1, 0)
48685
+ };
48686
+
48687
+ if (includeInstance) {
48688
+ obj.$jspbMessageInstance = msg;
48689
+ }
48690
+ return obj;
48691
+ };
48692
+ }
48693
+
48694
+
48695
+ /**
48696
+ * Deserializes binary data (in protobuf wire format).
48697
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
48698
+ * @return {!proto.sniipbillerapi.UpdateSmeConfigFromIllionResultsRequest}
48699
+ */
48700
+ proto.sniipbillerapi.UpdateSmeConfigFromIllionResultsRequest.deserializeBinary = function(bytes) {
48701
+ var reader = new jspb.BinaryReader(bytes);
48702
+ var msg = new proto.sniipbillerapi.UpdateSmeConfigFromIllionResultsRequest;
48703
+ return proto.sniipbillerapi.UpdateSmeConfigFromIllionResultsRequest.deserializeBinaryFromReader(msg, reader);
48704
+ };
48705
+
48706
+
48707
+ /**
48708
+ * Deserializes binary data (in protobuf wire format) from the
48709
+ * given reader into the given message object.
48710
+ * @param {!proto.sniipbillerapi.UpdateSmeConfigFromIllionResultsRequest} msg The message object to deserialize into.
48711
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
48712
+ * @return {!proto.sniipbillerapi.UpdateSmeConfigFromIllionResultsRequest}
48713
+ */
48714
+ proto.sniipbillerapi.UpdateSmeConfigFromIllionResultsRequest.deserializeBinaryFromReader = function(msg, reader) {
48715
+ while (reader.nextField()) {
48716
+ if (reader.isEndGroup()) {
48717
+ break;
48718
+ }
48719
+ var field = reader.getFieldNumber();
48720
+ switch (field) {
48721
+ case 1:
48722
+ var value = /** @type {number} */ (reader.readInt64());
48723
+ msg.setBillerconfigid(value);
48724
+ break;
48725
+ default:
48726
+ reader.skipField();
48727
+ break;
48728
+ }
48729
+ }
48730
+ return msg;
48731
+ };
48732
+
48733
+
48734
+ /**
48735
+ * Serializes the message to binary data (in protobuf wire format).
48736
+ * @return {!Uint8Array}
48737
+ */
48738
+ proto.sniipbillerapi.UpdateSmeConfigFromIllionResultsRequest.prototype.serializeBinary = function() {
48739
+ var writer = new jspb.BinaryWriter();
48740
+ proto.sniipbillerapi.UpdateSmeConfigFromIllionResultsRequest.serializeBinaryToWriter(this, writer);
48741
+ return writer.getResultBuffer();
48742
+ };
48743
+
48744
+
48745
+ /**
48746
+ * Serializes the given message to binary data (in protobuf wire
48747
+ * format), writing to the given BinaryWriter.
48748
+ * @param {!proto.sniipbillerapi.UpdateSmeConfigFromIllionResultsRequest} message
48749
+ * @param {!jspb.BinaryWriter} writer
48750
+ * @suppress {unusedLocalVariables} f is only used for nested messages
48751
+ */
48752
+ proto.sniipbillerapi.UpdateSmeConfigFromIllionResultsRequest.serializeBinaryToWriter = function(message, writer) {
48753
+ var f = undefined;
48754
+ f = message.getBillerconfigid();
48755
+ if (f !== 0) {
48756
+ writer.writeInt64(
48757
+ 1,
48758
+ f
48759
+ );
48760
+ }
48761
+ };
48762
+
48763
+
48764
+ /**
48765
+ * optional int64 billerConfigId = 1;
48766
+ * @return {number}
48767
+ */
48768
+ proto.sniipbillerapi.UpdateSmeConfigFromIllionResultsRequest.prototype.getBillerconfigid = function() {
48769
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
48770
+ };
48771
+
48772
+
48773
+ /**
48774
+ * @param {number} value
48775
+ * @return {!proto.sniipbillerapi.UpdateSmeConfigFromIllionResultsRequest} returns this
48776
+ */
48777
+ proto.sniipbillerapi.UpdateSmeConfigFromIllionResultsRequest.prototype.setBillerconfigid = function(value) {
48778
+ return jspb.Message.setProto3IntField(this, 1, value);
48779
+ };
48780
+
48781
+
48630
48782
  /**
48631
48783
  * @enum {number}
48632
48784
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/biller-service-client-grpcweb",
3
- "version": "25.3.8418",
3
+ "version": "25.3.8447",
4
4
  "description": "biller-service-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",