@sniipwebmaster/biller-service-client-grpcweb 23.3.5557 → 23.3.5577

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.
@@ -234,6 +234,86 @@ proto.sniipbillerapi.SniipBillerAPIServicePromiseClient.prototype.activatePaymen
234
234
  };
235
235
 
236
236
 
237
+ /**
238
+ * @const
239
+ * @type {!grpc.web.MethodDescriptor<
240
+ * !proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest,
241
+ * !proto.sniipbillerapi.ResponseCode>}
242
+ */
243
+ const methodDescriptor_SniipBillerAPIService_AddBillConfigIdToBillerConfig = new grpc.web.MethodDescriptor(
244
+ '/sniipbillerapi.SniipBillerAPIService/AddBillConfigIdToBillerConfig',
245
+ grpc.web.MethodType.UNARY,
246
+ proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest,
247
+ proto.sniipbillerapi.ResponseCode,
248
+ /**
249
+ * @param {!proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest} request
250
+ * @return {!Uint8Array}
251
+ */
252
+ function(request) {
253
+ return request.serializeBinary();
254
+ },
255
+ proto.sniipbillerapi.ResponseCode.deserializeBinary
256
+ );
257
+
258
+
259
+ /**
260
+ * @const
261
+ * @type {!grpc.web.AbstractClientBase.MethodInfo<
262
+ * !proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest,
263
+ * !proto.sniipbillerapi.ResponseCode>}
264
+ */
265
+ const methodInfo_SniipBillerAPIService_AddBillConfigIdToBillerConfig = new grpc.web.AbstractClientBase.MethodInfo(
266
+ proto.sniipbillerapi.ResponseCode,
267
+ /**
268
+ * @param {!proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest} request
269
+ * @return {!Uint8Array}
270
+ */
271
+ function(request) {
272
+ return request.serializeBinary();
273
+ },
274
+ proto.sniipbillerapi.ResponseCode.deserializeBinary
275
+ );
276
+
277
+
278
+ /**
279
+ * @param {!proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest} request The
280
+ * request proto
281
+ * @param {?Object<string, string>} metadata User defined
282
+ * call metadata
283
+ * @param {function(?grpc.web.Error, ?proto.sniipbillerapi.ResponseCode)}
284
+ * callback The callback function(error, response)
285
+ * @return {!grpc.web.ClientReadableStream<!proto.sniipbillerapi.ResponseCode>|undefined}
286
+ * The XHR Node Readable Stream
287
+ */
288
+ proto.sniipbillerapi.SniipBillerAPIServiceClient.prototype.addBillConfigIdToBillerConfig =
289
+ function(request, metadata, callback) {
290
+ return this.client_.rpcCall(this.hostname_ +
291
+ '/sniipbillerapi.SniipBillerAPIService/AddBillConfigIdToBillerConfig',
292
+ request,
293
+ metadata || {},
294
+ methodDescriptor_SniipBillerAPIService_AddBillConfigIdToBillerConfig,
295
+ callback);
296
+ };
297
+
298
+
299
+ /**
300
+ * @param {!proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest} request The
301
+ * request proto
302
+ * @param {?Object<string, string>} metadata User defined
303
+ * call metadata
304
+ * @return {!Promise<!proto.sniipbillerapi.ResponseCode>}
305
+ * Promise that resolves to the response
306
+ */
307
+ proto.sniipbillerapi.SniipBillerAPIServicePromiseClient.prototype.addBillConfigIdToBillerConfig =
308
+ function(request, metadata) {
309
+ return this.client_.unaryCall(this.hostname_ +
310
+ '/sniipbillerapi.SniipBillerAPIService/AddBillConfigIdToBillerConfig',
311
+ request,
312
+ metadata || {},
313
+ methodDescriptor_SniipBillerAPIService_AddBillConfigIdToBillerConfig);
314
+ };
315
+
316
+
237
317
  /**
238
318
  * @const
239
319
  * @type {!grpc.web.MethodDescriptor<
@@ -16,6 +16,7 @@ goog.exportSymbol('proto.sniipbillerapi.AbnLookupResponse', null, global);
16
16
  goog.exportSymbol('proto.sniipbillerapi.AcceptedPaymentMethod', null, global);
17
17
  goog.exportSymbol('proto.sniipbillerapi.ActivatePaymentMethodRequest', null, global);
18
18
  goog.exportSymbol('proto.sniipbillerapi.ActivatePaymentMethodToReceivePaymentsRequest', null, global);
19
+ goog.exportSymbol('proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest', null, global);
19
20
  goog.exportSymbol('proto.sniipbillerapi.AddBillerConfigRequest', null, global);
20
21
  goog.exportSymbol('proto.sniipbillerapi.AddBillerNotificationRecipientRequest', null, global);
21
22
  goog.exportSymbol('proto.sniipbillerapi.AddOrUpdateBankAccountForSniipPaymentGatewayRequest', null, global);
@@ -1295,6 +1296,192 @@ proto.sniipbillerapi.ActivatePaymentMethodToReceivePaymentsRequest.prototype.has
1295
1296
 
1296
1297
 
1297
1298
 
1299
+ /**
1300
+ * Generated by JsPbCodeGenerator.
1301
+ * @param {Array=} opt_data Optional initial data array, typically from a
1302
+ * server response, or constructed directly in Javascript. The array is used
1303
+ * in place and becomes part of the constructed object. It is not cloned.
1304
+ * If no data is provided, the constructed object will be empty, but still
1305
+ * valid.
1306
+ * @extends {jspb.Message}
1307
+ * @constructor
1308
+ */
1309
+ proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest = function(opt_data) {
1310
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
1311
+ };
1312
+ goog.inherits(proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest, jspb.Message);
1313
+ if (goog.DEBUG && !COMPILED) {
1314
+ proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest.displayName = 'proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest';
1315
+ }
1316
+
1317
+
1318
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1319
+ /**
1320
+ * Creates an object representation of this proto suitable for use in Soy templates.
1321
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1322
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1323
+ * For the list of reserved names please see:
1324
+ * com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS.
1325
+ * @param {boolean=} opt_includeInstance Whether to include the JSPB instance
1326
+ * for transitional soy proto support: http://goto/soy-param-migration
1327
+ * @return {!Object}
1328
+ */
1329
+ proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest.prototype.toObject = function(opt_includeInstance) {
1330
+ return proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest.toObject(opt_includeInstance, this);
1331
+ };
1332
+
1333
+
1334
+ /**
1335
+ * Static version of the {@see toObject} method.
1336
+ * @param {boolean|undefined} includeInstance Whether to include the JSPB
1337
+ * instance for transitional soy proto support:
1338
+ * http://goto/soy-param-migration
1339
+ * @param {!proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest} msg The msg instance to transform.
1340
+ * @return {!Object}
1341
+ */
1342
+ proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest.toObject = function(includeInstance, msg) {
1343
+ var f, obj = {
1344
+ billerconfigid: msg.getBillerconfigid(),
1345
+ billconfigid: msg.getBillconfigid()
1346
+ };
1347
+
1348
+ if (includeInstance) {
1349
+ obj.$jspbMessageInstance = msg;
1350
+ }
1351
+ return obj;
1352
+ };
1353
+ }
1354
+
1355
+
1356
+ /**
1357
+ * Deserializes binary data (in protobuf wire format).
1358
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
1359
+ * @return {!proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest}
1360
+ */
1361
+ proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest.deserializeBinary = function(bytes) {
1362
+ var reader = new jspb.BinaryReader(bytes);
1363
+ var msg = new proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest;
1364
+ return proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest.deserializeBinaryFromReader(msg, reader);
1365
+ };
1366
+
1367
+
1368
+ /**
1369
+ * Deserializes binary data (in protobuf wire format) from the
1370
+ * given reader into the given message object.
1371
+ * @param {!proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest} msg The message object to deserialize into.
1372
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1373
+ * @return {!proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest}
1374
+ */
1375
+ proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest.deserializeBinaryFromReader = function(msg, reader) {
1376
+ while (reader.nextField()) {
1377
+ if (reader.isEndGroup()) {
1378
+ break;
1379
+ }
1380
+ var field = reader.getFieldNumber();
1381
+ switch (field) {
1382
+ case 1:
1383
+ var value = /** @type {number} */ (reader.readInt64());
1384
+ msg.setBillerconfigid(value);
1385
+ break;
1386
+ case 2:
1387
+ var value = /** @type {number} */ (reader.readInt64());
1388
+ msg.setBillconfigid(value);
1389
+ break;
1390
+ default:
1391
+ reader.skipField();
1392
+ break;
1393
+ }
1394
+ }
1395
+ return msg;
1396
+ };
1397
+
1398
+
1399
+ /**
1400
+ * Class method variant: serializes the given message to binary data
1401
+ * (in protobuf wire format), writing to the given BinaryWriter.
1402
+ * @param {!proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest} message
1403
+ * @param {!jspb.BinaryWriter} writer
1404
+ */
1405
+ proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest.serializeBinaryToWriter = function(message, writer) {
1406
+ message.serializeBinaryToWriter(writer);
1407
+ };
1408
+
1409
+
1410
+ /**
1411
+ * Serializes the message to binary data (in protobuf wire format).
1412
+ * @return {!Uint8Array}
1413
+ */
1414
+ proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest.prototype.serializeBinary = function() {
1415
+ var writer = new jspb.BinaryWriter();
1416
+ this.serializeBinaryToWriter(writer);
1417
+ return writer.getResultBuffer();
1418
+ };
1419
+
1420
+
1421
+ /**
1422
+ * Serializes the message to binary data (in protobuf wire format),
1423
+ * writing to the given BinaryWriter.
1424
+ * @param {!jspb.BinaryWriter} writer
1425
+ */
1426
+ proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest.prototype.serializeBinaryToWriter = function (writer) {
1427
+ var f = undefined;
1428
+ f = this.getBillerconfigid();
1429
+ if (f !== 0) {
1430
+ writer.writeInt64(
1431
+ 1,
1432
+ f
1433
+ );
1434
+ }
1435
+ f = this.getBillconfigid();
1436
+ if (f !== 0) {
1437
+ writer.writeInt64(
1438
+ 2,
1439
+ f
1440
+ );
1441
+ }
1442
+ };
1443
+
1444
+
1445
+ /**
1446
+ * Creates a deep clone of this proto. No data is shared with the original.
1447
+ * @return {!proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest} The clone.
1448
+ */
1449
+ proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest.prototype.cloneMessage = function() {
1450
+ return /** @type {!proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest} */ (jspb.Message.cloneMessage(this));
1451
+ };
1452
+
1453
+
1454
+ /**
1455
+ * optional int64 billerConfigId = 1;
1456
+ * @return {number}
1457
+ */
1458
+ proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest.prototype.getBillerconfigid = function() {
1459
+ return /** @type {number} */ (jspb.Message.getFieldProto3(this, 1, 0));
1460
+ };
1461
+
1462
+
1463
+ /** @param {number} value */
1464
+ proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest.prototype.setBillerconfigid = function(value) {
1465
+ jspb.Message.setField(this, 1, value);
1466
+ };
1467
+
1468
+
1469
+ /**
1470
+ * optional int64 billConfigId = 2;
1471
+ * @return {number}
1472
+ */
1473
+ proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest.prototype.getBillconfigid = function() {
1474
+ return /** @type {number} */ (jspb.Message.getFieldProto3(this, 2, 0));
1475
+ };
1476
+
1477
+
1478
+ /** @param {number} value */
1479
+ proto.sniipbillerapi.AddBillConfigIdToBillerConfigRequest.prototype.setBillconfigid = function(value) {
1480
+ jspb.Message.setField(this, 2, value);
1481
+ };
1482
+
1483
+
1484
+
1298
1485
  /**
1299
1486
  * Generated by JsPbCodeGenerator.
1300
1487
  * @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": "23.3.5557",
3
+ "version": "23.3.5577",
4
4
  "description": "biller-service-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",