@sniipwebmaster/payment-methods-client-grpcweb 26.3.8088 → 26.3.8106

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.
@@ -24019,7 +24019,10 @@ proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest.toObject = fun
24019
24019
  userid: jspb.Message.getFieldWithDefault(msg, 1, 0),
24020
24020
  excludedeleted: jspb.Message.getBooleanFieldWithDefault(msg, 2, false),
24021
24021
  excludeapplepay: jspb.Message.getBooleanFieldWithDefault(msg, 3, false),
24022
- excludegooglepay: jspb.Message.getBooleanFieldWithDefault(msg, 4, false)
24022
+ excludegooglepay: jspb.Message.getBooleanFieldWithDefault(msg, 4, false),
24023
+ pagesize: jspb.Message.getFieldWithDefault(msg, 5, 0),
24024
+ pagenumber: jspb.Message.getFieldWithDefault(msg, 6, 0),
24025
+ paymenttype: jspb.Message.getFieldWithDefault(msg, 7, "")
24023
24026
  };
24024
24027
 
24025
24028
  if (includeInstance) {
@@ -24072,6 +24075,18 @@ proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest.deserializeBin
24072
24075
  var value = /** @type {boolean} */ (reader.readBool());
24073
24076
  msg.setExcludegooglepay(value);
24074
24077
  break;
24078
+ case 5:
24079
+ var value = /** @type {number} */ (reader.readInt32());
24080
+ msg.setPagesize(value);
24081
+ break;
24082
+ case 6:
24083
+ var value = /** @type {number} */ (reader.readInt32());
24084
+ msg.setPagenumber(value);
24085
+ break;
24086
+ case 7:
24087
+ var value = /** @type {string} */ (reader.readString());
24088
+ msg.setPaymenttype(value);
24089
+ break;
24075
24090
  default:
24076
24091
  reader.skipField();
24077
24092
  break;
@@ -24129,6 +24144,27 @@ proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest.serializeBinar
24129
24144
  f
24130
24145
  );
24131
24146
  }
24147
+ f = message.getPagesize();
24148
+ if (f !== 0) {
24149
+ writer.writeInt32(
24150
+ 5,
24151
+ f
24152
+ );
24153
+ }
24154
+ f = message.getPagenumber();
24155
+ if (f !== 0) {
24156
+ writer.writeInt32(
24157
+ 6,
24158
+ f
24159
+ );
24160
+ }
24161
+ f = message.getPaymenttype();
24162
+ if (f.length > 0) {
24163
+ writer.writeString(
24164
+ 7,
24165
+ f
24166
+ );
24167
+ }
24132
24168
  };
24133
24169
 
24134
24170
 
@@ -24204,6 +24240,60 @@ proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest.prototype.setE
24204
24240
  };
24205
24241
 
24206
24242
 
24243
+ /**
24244
+ * optional int32 pageSize = 5;
24245
+ * @return {number}
24246
+ */
24247
+ proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest.prototype.getPagesize = function() {
24248
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0));
24249
+ };
24250
+
24251
+
24252
+ /**
24253
+ * @param {number} value
24254
+ * @return {!proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest} returns this
24255
+ */
24256
+ proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest.prototype.setPagesize = function(value) {
24257
+ return jspb.Message.setProto3IntField(this, 5, value);
24258
+ };
24259
+
24260
+
24261
+ /**
24262
+ * optional int32 pageNumber = 6;
24263
+ * @return {number}
24264
+ */
24265
+ proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest.prototype.getPagenumber = function() {
24266
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 6, 0));
24267
+ };
24268
+
24269
+
24270
+ /**
24271
+ * @param {number} value
24272
+ * @return {!proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest} returns this
24273
+ */
24274
+ proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest.prototype.setPagenumber = function(value) {
24275
+ return jspb.Message.setProto3IntField(this, 6, value);
24276
+ };
24277
+
24278
+
24279
+ /**
24280
+ * optional string paymentType = 7;
24281
+ * @return {string}
24282
+ */
24283
+ proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest.prototype.getPaymenttype = function() {
24284
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
24285
+ };
24286
+
24287
+
24288
+ /**
24289
+ * @param {string} value
24290
+ * @return {!proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest} returns this
24291
+ */
24292
+ proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest.prototype.setPaymenttype = function(value) {
24293
+ return jspb.Message.setProto3StringField(this, 7, value);
24294
+ };
24295
+
24296
+
24207
24297
 
24208
24298
 
24209
24299
 
@@ -24377,7 +24467,8 @@ proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.toObject = function(i
24377
24467
  proto.sniippaymentmethodsserviceapi.PaymentMethod.toObject, includeInstance),
24378
24468
  responsecode: (f = msg.getResponsecode()) && proto.sniippaymentmethodsserviceapi.ResponseCode.toObject(includeInstance, f),
24379
24469
  colourschemesList: jspb.Message.toObjectList(msg.getColourschemesList(),
24380
- proto.sniippaymentmethodsserviceapi.ColourScheme.toObject, includeInstance)
24470
+ proto.sniippaymentmethodsserviceapi.ColourScheme.toObject, includeInstance),
24471
+ totalsize: jspb.Message.getFieldWithDefault(msg, 4, 0)
24381
24472
  };
24382
24473
 
24383
24474
  if (includeInstance) {
@@ -24429,6 +24520,10 @@ proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.deserializeBinaryFrom
24429
24520
  reader.readMessage(value,proto.sniippaymentmethodsserviceapi.ColourScheme.deserializeBinaryFromReader);
24430
24521
  msg.addColourschemes(value);
24431
24522
  break;
24523
+ case 4:
24524
+ var value = /** @type {number} */ (reader.readInt32());
24525
+ msg.setTotalsize(value);
24526
+ break;
24432
24527
  default:
24433
24528
  reader.skipField();
24434
24529
  break;
@@ -24482,6 +24577,13 @@ proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.serializeBinaryToWrit
24482
24577
  proto.sniippaymentmethodsserviceapi.ColourScheme.serializeBinaryToWriter
24483
24578
  );
24484
24579
  }
24580
+ f = message.getTotalsize();
24581
+ if (f !== 0) {
24582
+ writer.writeInt32(
24583
+ 4,
24584
+ f
24585
+ );
24586
+ }
24485
24587
  };
24486
24588
 
24487
24589
 
@@ -24598,6 +24700,24 @@ proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.prototype.clearColour
24598
24700
  };
24599
24701
 
24600
24702
 
24703
+ /**
24704
+ * optional int32 totalSize = 4;
24705
+ * @return {number}
24706
+ */
24707
+ proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.prototype.getTotalsize = function() {
24708
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0));
24709
+ };
24710
+
24711
+
24712
+ /**
24713
+ * @param {number} value
24714
+ * @return {!proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse} returns this
24715
+ */
24716
+ proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.prototype.setTotalsize = function(value) {
24717
+ return jspb.Message.setProto3IntField(this, 4, value);
24718
+ };
24719
+
24720
+
24601
24721
 
24602
24722
 
24603
24723
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/payment-methods-client-grpcweb",
3
- "version": "26.3.8088",
3
+ "version": "26.3.8106",
4
4
  "description": "payment-methods-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",