@sniipwebmaster/payment-methods-client-grpcweb 26.4.8208 → 26.4.8222

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.
@@ -1793,7 +1793,7 @@ if (goog.DEBUG && !COMPILED) {
1793
1793
  * @constructor
1794
1794
  */
1795
1795
  proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest = function(opt_data) {
1796
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
1796
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest.repeatedFields_, null);
1797
1797
  };
1798
1798
  goog.inherits(proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest, jspb.Message);
1799
1799
  if (goog.DEBUG && !COMPILED) {
@@ -23985,6 +23985,13 @@ proto.sniippaymentmethodsserviceapi.PaymentMethodsDigitalRequest.prototype.setPa
23985
23985
 
23986
23986
 
23987
23987
 
23988
+ /**
23989
+ * List of repeated fields within this message type.
23990
+ * @private {!Array<number>}
23991
+ * @const
23992
+ */
23993
+ proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest.repeatedFields_ = [7,8];
23994
+
23988
23995
 
23989
23996
 
23990
23997
  if (jspb.Message.GENERATE_TO_OBJECT) {
@@ -24022,8 +24029,8 @@ proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest.toObject = fun
24022
24029
  excludegooglepay: jspb.Message.getBooleanFieldWithDefault(msg, 4, false),
24023
24030
  pagesize: jspb.Message.getFieldWithDefault(msg, 5, 0),
24024
24031
  pagenumber: jspb.Message.getFieldWithDefault(msg, 6, 0),
24025
- paymenttype: jspb.Message.getFieldWithDefault(msg, 7, ""),
24026
- creditcardcategory: jspb.Message.getFieldWithDefault(msg, 8, "")
24032
+ paymenttypesList: (f = jspb.Message.getRepeatedField(msg, 7)) == null ? undefined : f,
24033
+ creditcardcategoriesList: (f = jspb.Message.getRepeatedField(msg, 8)) == null ? undefined : f
24027
24034
  };
24028
24035
 
24029
24036
  if (includeInstance) {
@@ -24086,11 +24093,11 @@ proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest.deserializeBin
24086
24093
  break;
24087
24094
  case 7:
24088
24095
  var value = /** @type {string} */ (reader.readString());
24089
- msg.setPaymenttype(value);
24096
+ msg.addPaymenttypes(value);
24090
24097
  break;
24091
24098
  case 8:
24092
24099
  var value = /** @type {string} */ (reader.readString());
24093
- msg.setCreditcardcategory(value);
24100
+ msg.addCreditcardcategories(value);
24094
24101
  break;
24095
24102
  default:
24096
24103
  reader.skipField();
@@ -24163,16 +24170,16 @@ proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest.serializeBinar
24163
24170
  f
24164
24171
  );
24165
24172
  }
24166
- f = message.getPaymenttype();
24173
+ f = message.getPaymenttypesList();
24167
24174
  if (f.length > 0) {
24168
- writer.writeString(
24175
+ writer.writeRepeatedString(
24169
24176
  7,
24170
24177
  f
24171
24178
  );
24172
24179
  }
24173
- f = message.getCreditcardcategory();
24180
+ f = message.getCreditcardcategoriesList();
24174
24181
  if (f.length > 0) {
24175
- writer.writeString(
24182
+ writer.writeRepeatedString(
24176
24183
  8,
24177
24184
  f
24178
24185
  );
@@ -24289,38 +24296,76 @@ proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest.prototype.setP
24289
24296
 
24290
24297
 
24291
24298
  /**
24292
- * optional string paymentType = 7;
24293
- * @return {string}
24299
+ * repeated string paymentTypes = 7;
24300
+ * @return {!Array<string>}
24294
24301
  */
24295
- proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest.prototype.getPaymenttype = function() {
24296
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
24302
+ proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest.prototype.getPaymenttypesList = function() {
24303
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 7));
24304
+ };
24305
+
24306
+
24307
+ /**
24308
+ * @param {!Array<string>} value
24309
+ * @return {!proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest} returns this
24310
+ */
24311
+ proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest.prototype.setPaymenttypesList = function(value) {
24312
+ return jspb.Message.setField(this, 7, value || []);
24297
24313
  };
24298
24314
 
24299
24315
 
24300
24316
  /**
24301
24317
  * @param {string} value
24318
+ * @param {number=} opt_index
24302
24319
  * @return {!proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest} returns this
24303
24320
  */
24304
- proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest.prototype.setPaymenttype = function(value) {
24305
- return jspb.Message.setProto3StringField(this, 7, value);
24321
+ proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest.prototype.addPaymenttypes = function(value, opt_index) {
24322
+ return jspb.Message.addToRepeatedField(this, 7, value, opt_index);
24306
24323
  };
24307
24324
 
24308
24325
 
24309
24326
  /**
24310
- * optional string creditCardCategory = 8;
24311
- * @return {string}
24327
+ * Clears the list making it empty but non-null.
24328
+ * @return {!proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest} returns this
24312
24329
  */
24313
- proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest.prototype.getCreditcardcategory = function() {
24314
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
24330
+ proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest.prototype.clearPaymenttypesList = function() {
24331
+ return this.setPaymenttypesList([]);
24332
+ };
24333
+
24334
+
24335
+ /**
24336
+ * repeated string creditCardCategories = 8;
24337
+ * @return {!Array<string>}
24338
+ */
24339
+ proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest.prototype.getCreditcardcategoriesList = function() {
24340
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 8));
24341
+ };
24342
+
24343
+
24344
+ /**
24345
+ * @param {!Array<string>} value
24346
+ * @return {!proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest} returns this
24347
+ */
24348
+ proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest.prototype.setCreditcardcategoriesList = function(value) {
24349
+ return jspb.Message.setField(this, 8, value || []);
24315
24350
  };
24316
24351
 
24317
24352
 
24318
24353
  /**
24319
24354
  * @param {string} value
24355
+ * @param {number=} opt_index
24320
24356
  * @return {!proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest} returns this
24321
24357
  */
24322
- proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest.prototype.setCreditcardcategory = function(value) {
24323
- return jspb.Message.setProto3StringField(this, 8, value);
24358
+ proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest.prototype.addCreditcardcategories = function(value, opt_index) {
24359
+ return jspb.Message.addToRepeatedField(this, 8, value, opt_index);
24360
+ };
24361
+
24362
+
24363
+ /**
24364
+ * Clears the list making it empty but non-null.
24365
+ * @return {!proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest} returns this
24366
+ */
24367
+ proto.sniippaymentmethodsserviceapi.PaymentMethodsForAuditRequest.prototype.clearCreditcardcategoriesList = function() {
24368
+ return this.setCreditcardcategoriesList([]);
24324
24369
  };
24325
24370
 
24326
24371
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/payment-methods-client-grpcweb",
3
- "version": "26.4.8208",
3
+ "version": "26.4.8222",
4
4
  "description": "payment-methods-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",