@sniipwebmaster/payment-methods-client-grpcweb-ts 26.2.7812 → 26.2.7830

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.
@@ -2115,9 +2115,6 @@ export namespace Click2PayDetail {
2115
2115
  }
2116
2116
 
2117
2117
  export class AddClick2PayRequest extends jspb.Message {
2118
- getUserid(): number;
2119
- setUserid(value: number): AddClick2PayRequest;
2120
-
2121
2118
  serializeBinary(): Uint8Array;
2122
2119
  toObject(includeInstance?: boolean): AddClick2PayRequest.AsObject;
2123
2120
  static toObject(includeInstance: boolean, msg: AddClick2PayRequest): AddClick2PayRequest.AsObject;
@@ -2128,7 +2125,6 @@ export class AddClick2PayRequest extends jspb.Message {
2128
2125
 
2129
2126
  export namespace AddClick2PayRequest {
2130
2127
  export type AsObject = {
2131
- userid: number,
2132
2128
  }
2133
2129
  }
2134
2130
 
@@ -18356,7 +18356,7 @@ proto.sniippaymentmethodsserviceapi.AddClick2PayRequest.prototype.toObject = fun
18356
18356
  */
18357
18357
  proto.sniippaymentmethodsserviceapi.AddClick2PayRequest.toObject = function(includeInstance, msg) {
18358
18358
  var f, obj = {
18359
- userid: jspb.Message.getFieldWithDefault(msg, 1, 0)
18359
+
18360
18360
  };
18361
18361
 
18362
18362
  if (includeInstance) {
@@ -18393,10 +18393,6 @@ proto.sniippaymentmethodsserviceapi.AddClick2PayRequest.deserializeBinaryFromRea
18393
18393
  }
18394
18394
  var field = reader.getFieldNumber();
18395
18395
  switch (field) {
18396
- case 1:
18397
- var value = /** @type {number} */ (reader.readInt64());
18398
- msg.setUserid(value);
18399
- break;
18400
18396
  default:
18401
18397
  reader.skipField();
18402
18398
  break;
@@ -18426,31 +18422,6 @@ proto.sniippaymentmethodsserviceapi.AddClick2PayRequest.prototype.serializeBinar
18426
18422
  */
18427
18423
  proto.sniippaymentmethodsserviceapi.AddClick2PayRequest.serializeBinaryToWriter = function(message, writer) {
18428
18424
  var f = undefined;
18429
- f = message.getUserid();
18430
- if (f !== 0) {
18431
- writer.writeInt64(
18432
- 1,
18433
- f
18434
- );
18435
- }
18436
- };
18437
-
18438
-
18439
- /**
18440
- * optional int64 userId = 1;
18441
- * @return {number}
18442
- */
18443
- proto.sniippaymentmethodsserviceapi.AddClick2PayRequest.prototype.getUserid = function() {
18444
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
18445
- };
18446
-
18447
-
18448
- /**
18449
- * @param {number} value
18450
- * @return {!proto.sniippaymentmethodsserviceapi.AddClick2PayRequest} returns this
18451
- */
18452
- proto.sniippaymentmethodsserviceapi.AddClick2PayRequest.prototype.setUserid = function(value) {
18453
- return jspb.Message.setProto3IntField(this, 1, value);
18454
18425
  };
18455
18426
 
18456
18427
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/payment-methods-client-grpcweb-ts",
3
- "version": "26.2.7812",
3
+ "version": "26.2.7830",
4
4
  "description": "payment-methods-client-grpcweb-ts",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",