@sniipwebmaster/transaction-service-client-grpcweb-ts 25.2.12388 → 25.2.12398

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.
@@ -2331,9 +2331,6 @@ export class PaymentAmountForPeriodResponse extends jspb.Message {
2331
2331
  getNumberoftransactions(): number;
2332
2332
  setNumberoftransactions(value: number): PaymentAmountForPeriodResponse;
2333
2333
 
2334
- getFakefieldtoremove(): number;
2335
- setFakefieldtoremove(value: number): PaymentAmountForPeriodResponse;
2336
-
2337
2334
  serializeBinary(): Uint8Array;
2338
2335
  toObject(includeInstance?: boolean): PaymentAmountForPeriodResponse.AsObject;
2339
2336
  static toObject(includeInstance: boolean, msg: PaymentAmountForPeriodResponse): PaymentAmountForPeriodResponse.AsObject;
@@ -2348,7 +2345,6 @@ export namespace PaymentAmountForPeriodResponse {
2348
2345
  paymentamountsum: number,
2349
2346
  userid: number,
2350
2347
  numberoftransactions: number,
2351
- fakefieldtoremove: number,
2352
2348
  }
2353
2349
  }
2354
2350
 
@@ -20347,8 +20347,7 @@ proto.sniiptransactionapi.PaymentAmountForPeriodResponse.toObject = function(inc
20347
20347
  responsecode: (f = msg.getResponsecode()) && proto.sniiptransactionapi.ResponseCode.toObject(includeInstance, f),
20348
20348
  paymentamountsum: jspb.Message.getFloatingPointFieldWithDefault(msg, 2, 0.0),
20349
20349
  userid: jspb.Message.getFieldWithDefault(msg, 3, 0),
20350
- numberoftransactions: jspb.Message.getFieldWithDefault(msg, 4, 0),
20351
- fakefieldtoremove: jspb.Message.getFieldWithDefault(msg, 5, 0)
20350
+ numberoftransactions: jspb.Message.getFieldWithDefault(msg, 4, 0)
20352
20351
  };
20353
20352
 
20354
20353
  if (includeInstance) {
@@ -20402,10 +20401,6 @@ proto.sniiptransactionapi.PaymentAmountForPeriodResponse.deserializeBinaryFromRe
20402
20401
  var value = /** @type {number} */ (reader.readInt32());
20403
20402
  msg.setNumberoftransactions(value);
20404
20403
  break;
20405
- case 5:
20406
- var value = /** @type {number} */ (reader.readInt32());
20407
- msg.setFakefieldtoremove(value);
20408
- break;
20409
20404
  default:
20410
20405
  reader.skipField();
20411
20406
  break;
@@ -20464,13 +20459,6 @@ proto.sniiptransactionapi.PaymentAmountForPeriodResponse.serializeBinaryToWriter
20464
20459
  f
20465
20460
  );
20466
20461
  }
20467
- f = message.getFakefieldtoremove();
20468
- if (f !== 0) {
20469
- writer.writeInt32(
20470
- 5,
20471
- f
20472
- );
20473
- }
20474
20462
  };
20475
20463
 
20476
20464
 
@@ -20565,24 +20553,6 @@ proto.sniiptransactionapi.PaymentAmountForPeriodResponse.prototype.setNumberoftr
20565
20553
  };
20566
20554
 
20567
20555
 
20568
- /**
20569
- * optional int32 fakeFieldToRemove = 5;
20570
- * @return {number}
20571
- */
20572
- proto.sniiptransactionapi.PaymentAmountForPeriodResponse.prototype.getFakefieldtoremove = function() {
20573
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0));
20574
- };
20575
-
20576
-
20577
- /**
20578
- * @param {number} value
20579
- * @return {!proto.sniiptransactionapi.PaymentAmountForPeriodResponse} returns this
20580
- */
20581
- proto.sniiptransactionapi.PaymentAmountForPeriodResponse.prototype.setFakefieldtoremove = function(value) {
20582
- return jspb.Message.setProto3IntField(this, 5, value);
20583
- };
20584
-
20585
-
20586
20556
 
20587
20557
 
20588
20558
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/transaction-service-client-grpcweb-ts",
3
- "version": "25.2.12388",
3
+ "version": "25.2.12398",
4
4
  "description": "transaction-service-client-grpcweb-ts",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",