@sniipwebmaster/transaction-service-client-grpcweb-ts 25.2.12280 → 25.2.12309

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.
@@ -2328,6 +2328,9 @@ export class PaymentAmountForPeriodResponse extends jspb.Message {
2328
2328
  getUserid(): number;
2329
2329
  setUserid(value: number): PaymentAmountForPeriodResponse;
2330
2330
 
2331
+ getNumberoftransactions(): number;
2332
+ setNumberoftransactions(value: number): PaymentAmountForPeriodResponse;
2333
+
2331
2334
  serializeBinary(): Uint8Array;
2332
2335
  toObject(includeInstance?: boolean): PaymentAmountForPeriodResponse.AsObject;
2333
2336
  static toObject(includeInstance: boolean, msg: PaymentAmountForPeriodResponse): PaymentAmountForPeriodResponse.AsObject;
@@ -2341,6 +2344,7 @@ export namespace PaymentAmountForPeriodResponse {
2341
2344
  responsecode?: ResponseCode.AsObject,
2342
2345
  paymentamountsum: number,
2343
2346
  userid: number,
2347
+ numberoftransactions: number,
2344
2348
  }
2345
2349
  }
2346
2350
 
@@ -20346,7 +20346,8 @@ proto.sniiptransactionapi.PaymentAmountForPeriodResponse.toObject = function(inc
20346
20346
  var f, obj = {
20347
20347
  responsecode: (f = msg.getResponsecode()) && proto.sniiptransactionapi.ResponseCode.toObject(includeInstance, f),
20348
20348
  paymentamountsum: jspb.Message.getFloatingPointFieldWithDefault(msg, 2, 0.0),
20349
- userid: jspb.Message.getFieldWithDefault(msg, 3, 0)
20349
+ userid: jspb.Message.getFieldWithDefault(msg, 3, 0),
20350
+ numberoftransactions: jspb.Message.getFieldWithDefault(msg, 4, 0)
20350
20351
  };
20351
20352
 
20352
20353
  if (includeInstance) {
@@ -20396,6 +20397,10 @@ proto.sniiptransactionapi.PaymentAmountForPeriodResponse.deserializeBinaryFromRe
20396
20397
  var value = /** @type {number} */ (reader.readInt64());
20397
20398
  msg.setUserid(value);
20398
20399
  break;
20400
+ case 4:
20401
+ var value = /** @type {number} */ (reader.readInt32());
20402
+ msg.setNumberoftransactions(value);
20403
+ break;
20399
20404
  default:
20400
20405
  reader.skipField();
20401
20406
  break;
@@ -20447,6 +20452,13 @@ proto.sniiptransactionapi.PaymentAmountForPeriodResponse.serializeBinaryToWriter
20447
20452
  f
20448
20453
  );
20449
20454
  }
20455
+ f = message.getNumberoftransactions();
20456
+ if (f !== 0) {
20457
+ writer.writeInt32(
20458
+ 4,
20459
+ f
20460
+ );
20461
+ }
20450
20462
  };
20451
20463
 
20452
20464
 
@@ -20523,6 +20535,24 @@ proto.sniiptransactionapi.PaymentAmountForPeriodResponse.prototype.setUserid = f
20523
20535
  };
20524
20536
 
20525
20537
 
20538
+ /**
20539
+ * optional int32 numberOfTransactions = 4;
20540
+ * @return {number}
20541
+ */
20542
+ proto.sniiptransactionapi.PaymentAmountForPeriodResponse.prototype.getNumberoftransactions = function() {
20543
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0));
20544
+ };
20545
+
20546
+
20547
+ /**
20548
+ * @param {number} value
20549
+ * @return {!proto.sniiptransactionapi.PaymentAmountForPeriodResponse} returns this
20550
+ */
20551
+ proto.sniiptransactionapi.PaymentAmountForPeriodResponse.prototype.setNumberoftransactions = function(value) {
20552
+ return jspb.Message.setProto3IntField(this, 4, value);
20553
+ };
20554
+
20555
+
20526
20556
 
20527
20557
 
20528
20558
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/transaction-service-client-grpcweb-ts",
3
- "version": "25.2.12280",
3
+ "version": "25.2.12309",
4
4
  "description": "transaction-service-client-grpcweb-ts",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",