@sniipwebmaster/biller-service-client-grpcweb 24.6.6942 → 24.7.6983

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.
@@ -4409,6 +4409,67 @@ proto.sniipbillerapi.SniipBillerAPIServicePromiseClient.prototype.setInternalBil
4409
4409
  };
4410
4410
 
4411
4411
 
4412
+ /**
4413
+ * @const
4414
+ * @type {!grpc.web.MethodDescriptor<
4415
+ * !proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest,
4416
+ * !proto.sniipbillerapi.ResponseCode>}
4417
+ */
4418
+ const methodDescriptor_SniipBillerAPIService_UpdateAmountPermittedSmeBillerConfig = new grpc.web.MethodDescriptor(
4419
+ '/sniipbillerapi.SniipBillerAPIService/UpdateAmountPermittedSmeBillerConfig',
4420
+ grpc.web.MethodType.UNARY,
4421
+ proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest,
4422
+ proto.sniipbillerapi.ResponseCode,
4423
+ /**
4424
+ * @param {!proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest} request
4425
+ * @return {!Uint8Array}
4426
+ */
4427
+ function(request) {
4428
+ return request.serializeBinary();
4429
+ },
4430
+ proto.sniipbillerapi.ResponseCode.deserializeBinary
4431
+ );
4432
+
4433
+
4434
+ /**
4435
+ * @param {!proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest} request The
4436
+ * request proto
4437
+ * @param {?Object<string, string>} metadata User defined
4438
+ * call metadata
4439
+ * @param {function(?grpc.web.RpcError, ?proto.sniipbillerapi.ResponseCode)}
4440
+ * callback The callback function(error, response)
4441
+ * @return {!grpc.web.ClientReadableStream<!proto.sniipbillerapi.ResponseCode>|undefined}
4442
+ * The XHR Node Readable Stream
4443
+ */
4444
+ proto.sniipbillerapi.SniipBillerAPIServiceClient.prototype.updateAmountPermittedSmeBillerConfig =
4445
+ function(request, metadata, callback) {
4446
+ return this.client_.rpcCall(this.hostname_ +
4447
+ '/sniipbillerapi.SniipBillerAPIService/UpdateAmountPermittedSmeBillerConfig',
4448
+ request,
4449
+ metadata || {},
4450
+ methodDescriptor_SniipBillerAPIService_UpdateAmountPermittedSmeBillerConfig,
4451
+ callback);
4452
+ };
4453
+
4454
+
4455
+ /**
4456
+ * @param {!proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest} request The
4457
+ * request proto
4458
+ * @param {?Object<string, string>=} metadata User defined
4459
+ * call metadata
4460
+ * @return {!Promise<!proto.sniipbillerapi.ResponseCode>}
4461
+ * Promise that resolves to the response
4462
+ */
4463
+ proto.sniipbillerapi.SniipBillerAPIServicePromiseClient.prototype.updateAmountPermittedSmeBillerConfig =
4464
+ function(request, metadata) {
4465
+ return this.client_.unaryCall(this.hostname_ +
4466
+ '/sniipbillerapi.SniipBillerAPIService/UpdateAmountPermittedSmeBillerConfig',
4467
+ request,
4468
+ metadata || {},
4469
+ methodDescriptor_SniipBillerAPIService_UpdateAmountPermittedSmeBillerConfig);
4470
+ };
4471
+
4472
+
4412
4473
  /**
4413
4474
  * @const
4414
4475
  * @type {!grpc.web.MethodDescriptor<
@@ -180,6 +180,7 @@ goog.exportSymbol('proto.sniipbillerapi.State', null, global);
180
180
  goog.exportSymbol('proto.sniipbillerapi.TermsAndConditionsResponse', null, global);
181
181
  goog.exportSymbol('proto.sniipbillerapi.Timezone', null, global);
182
182
  goog.exportSymbol('proto.sniipbillerapi.TimezonesResponse', null, global);
183
+ goog.exportSymbol('proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest', null, global);
183
184
  goog.exportSymbol('proto.sniipbillerapi.UpdateBillerDetailsInternalRequest', null, global);
184
185
  goog.exportSymbol('proto.sniipbillerapi.UpdateBillerDetailsRequest', null, global);
185
186
  goog.exportSymbol('proto.sniipbillerapi.UpdateBillerNameRequest', null, global);
@@ -3554,6 +3555,27 @@ if (goog.DEBUG && !COMPILED) {
3554
3555
  */
3555
3556
  proto.sniipbillerapi.TimezonesResponse.displayName = 'proto.sniipbillerapi.TimezonesResponse';
3556
3557
  }
3558
+ /**
3559
+ * Generated by JsPbCodeGenerator.
3560
+ * @param {Array=} opt_data Optional initial data array, typically from a
3561
+ * server response, or constructed directly in Javascript. The array is used
3562
+ * in place and becomes part of the constructed object. It is not cloned.
3563
+ * If no data is provided, the constructed object will be empty, but still
3564
+ * valid.
3565
+ * @extends {jspb.Message}
3566
+ * @constructor
3567
+ */
3568
+ proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest = function(opt_data) {
3569
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
3570
+ };
3571
+ goog.inherits(proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest, jspb.Message);
3572
+ if (goog.DEBUG && !COMPILED) {
3573
+ /**
3574
+ * @public
3575
+ * @override
3576
+ */
3577
+ proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest.displayName = 'proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest';
3578
+ }
3557
3579
  /**
3558
3580
  * Generated by JsPbCodeGenerator.
3559
3581
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -41094,6 +41116,196 @@ proto.sniipbillerapi.TimezonesResponse.prototype.clearTimezonesList = function()
41094
41116
 
41095
41117
 
41096
41118
 
41119
+ if (jspb.Message.GENERATE_TO_OBJECT) {
41120
+ /**
41121
+ * Creates an object representation of this proto.
41122
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
41123
+ * Optional fields that are not set will be set to undefined.
41124
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
41125
+ * For the list of reserved names please see:
41126
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
41127
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
41128
+ * JSPB instance for transitional soy proto support:
41129
+ * http://goto/soy-param-migration
41130
+ * @return {!Object}
41131
+ */
41132
+ proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest.prototype.toObject = function(opt_includeInstance) {
41133
+ return proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest.toObject(opt_includeInstance, this);
41134
+ };
41135
+
41136
+
41137
+ /**
41138
+ * Static version of the {@see toObject} method.
41139
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
41140
+ * the JSPB instance for transitional soy proto support:
41141
+ * http://goto/soy-param-migration
41142
+ * @param {!proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest} msg The msg instance to transform.
41143
+ * @return {!Object}
41144
+ * @suppress {unusedLocalVariables} f is only used for nested messages
41145
+ */
41146
+ proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest.toObject = function(includeInstance, msg) {
41147
+ var f, obj = {
41148
+ billerid: jspb.Message.getFieldWithDefault(msg, 1, 0),
41149
+ minamountpermitted: jspb.Message.getFloatingPointFieldWithDefault(msg, 2, 0.0),
41150
+ maxamountpermitted: jspb.Message.getFloatingPointFieldWithDefault(msg, 3, 0.0)
41151
+ };
41152
+
41153
+ if (includeInstance) {
41154
+ obj.$jspbMessageInstance = msg;
41155
+ }
41156
+ return obj;
41157
+ };
41158
+ }
41159
+
41160
+
41161
+ /**
41162
+ * Deserializes binary data (in protobuf wire format).
41163
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
41164
+ * @return {!proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest}
41165
+ */
41166
+ proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest.deserializeBinary = function(bytes) {
41167
+ var reader = new jspb.BinaryReader(bytes);
41168
+ var msg = new proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest;
41169
+ return proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest.deserializeBinaryFromReader(msg, reader);
41170
+ };
41171
+
41172
+
41173
+ /**
41174
+ * Deserializes binary data (in protobuf wire format) from the
41175
+ * given reader into the given message object.
41176
+ * @param {!proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest} msg The message object to deserialize into.
41177
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
41178
+ * @return {!proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest}
41179
+ */
41180
+ proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest.deserializeBinaryFromReader = function(msg, reader) {
41181
+ while (reader.nextField()) {
41182
+ if (reader.isEndGroup()) {
41183
+ break;
41184
+ }
41185
+ var field = reader.getFieldNumber();
41186
+ switch (field) {
41187
+ case 1:
41188
+ var value = /** @type {number} */ (reader.readInt64());
41189
+ msg.setBillerid(value);
41190
+ break;
41191
+ case 2:
41192
+ var value = /** @type {number} */ (reader.readDouble());
41193
+ msg.setMinamountpermitted(value);
41194
+ break;
41195
+ case 3:
41196
+ var value = /** @type {number} */ (reader.readDouble());
41197
+ msg.setMaxamountpermitted(value);
41198
+ break;
41199
+ default:
41200
+ reader.skipField();
41201
+ break;
41202
+ }
41203
+ }
41204
+ return msg;
41205
+ };
41206
+
41207
+
41208
+ /**
41209
+ * Serializes the message to binary data (in protobuf wire format).
41210
+ * @return {!Uint8Array}
41211
+ */
41212
+ proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest.prototype.serializeBinary = function() {
41213
+ var writer = new jspb.BinaryWriter();
41214
+ proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest.serializeBinaryToWriter(this, writer);
41215
+ return writer.getResultBuffer();
41216
+ };
41217
+
41218
+
41219
+ /**
41220
+ * Serializes the given message to binary data (in protobuf wire
41221
+ * format), writing to the given BinaryWriter.
41222
+ * @param {!proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest} message
41223
+ * @param {!jspb.BinaryWriter} writer
41224
+ * @suppress {unusedLocalVariables} f is only used for nested messages
41225
+ */
41226
+ proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest.serializeBinaryToWriter = function(message, writer) {
41227
+ var f = undefined;
41228
+ f = message.getBillerid();
41229
+ if (f !== 0) {
41230
+ writer.writeInt64(
41231
+ 1,
41232
+ f
41233
+ );
41234
+ }
41235
+ f = message.getMinamountpermitted();
41236
+ if (f !== 0.0) {
41237
+ writer.writeDouble(
41238
+ 2,
41239
+ f
41240
+ );
41241
+ }
41242
+ f = message.getMaxamountpermitted();
41243
+ if (f !== 0.0) {
41244
+ writer.writeDouble(
41245
+ 3,
41246
+ f
41247
+ );
41248
+ }
41249
+ };
41250
+
41251
+
41252
+ /**
41253
+ * optional int64 billerId = 1;
41254
+ * @return {number}
41255
+ */
41256
+ proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest.prototype.getBillerid = function() {
41257
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
41258
+ };
41259
+
41260
+
41261
+ /**
41262
+ * @param {number} value
41263
+ * @return {!proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest} returns this
41264
+ */
41265
+ proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest.prototype.setBillerid = function(value) {
41266
+ return jspb.Message.setProto3IntField(this, 1, value);
41267
+ };
41268
+
41269
+
41270
+ /**
41271
+ * optional double minAmountPermitted = 2;
41272
+ * @return {number}
41273
+ */
41274
+ proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest.prototype.getMinamountpermitted = function() {
41275
+ return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 2, 0.0));
41276
+ };
41277
+
41278
+
41279
+ /**
41280
+ * @param {number} value
41281
+ * @return {!proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest} returns this
41282
+ */
41283
+ proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest.prototype.setMinamountpermitted = function(value) {
41284
+ return jspb.Message.setProto3FloatField(this, 2, value);
41285
+ };
41286
+
41287
+
41288
+ /**
41289
+ * optional double maxAmountPermitted = 3;
41290
+ * @return {number}
41291
+ */
41292
+ proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest.prototype.getMaxamountpermitted = function() {
41293
+ return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 3, 0.0));
41294
+ };
41295
+
41296
+
41297
+ /**
41298
+ * @param {number} value
41299
+ * @return {!proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest} returns this
41300
+ */
41301
+ proto.sniipbillerapi.UpdateAmountPermittedSmeBillerConfigRequest.prototype.setMaxamountpermitted = function(value) {
41302
+ return jspb.Message.setProto3FloatField(this, 3, value);
41303
+ };
41304
+
41305
+
41306
+
41307
+
41308
+
41097
41309
  if (jspb.Message.GENERATE_TO_OBJECT) {
41098
41310
  /**
41099
41311
  * 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": "24.6.6942",
3
+ "version": "24.7.6983",
4
4
  "description": "biller-service-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",