@sniipwebmaster/transaction-service-client-grpcweb 26.5.14853 → 26.6.14889

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.
@@ -52,6 +52,7 @@ goog.exportSymbol('proto.sniiptransactionapi.CreditCardDeleteRequest', null, glo
52
52
  goog.exportSymbol('proto.sniiptransactionapi.CreditCardGetRequest', null, global);
53
53
  goog.exportSymbol('proto.sniiptransactionapi.DeleteAlternativePaymentMethodTransactionRequest', null, global);
54
54
  goog.exportSymbol('proto.sniiptransactionapi.DeleteTransactionsRequest', null, global);
55
+ goog.exportSymbol('proto.sniiptransactionapi.DeliveryBatchType', null, global);
55
56
  goog.exportSymbol('proto.sniiptransactionapi.DeviceBlockRequest', null, global);
56
57
  goog.exportSymbol('proto.sniiptransactionapi.DownloadCollatedBillerTransactionsCsvRequest', null, global);
57
58
  goog.exportSymbol('proto.sniiptransactionapi.DownloadPaymentReceiptRequest', null, global);
@@ -32938,7 +32939,8 @@ proto.sniiptransactionapi.ReceiptDetails.toObject = function(includeInstance, ms
32938
32939
  loyaltyprogramid: jspb.Message.getFieldWithDefault(msg, 80, 0),
32939
32940
  loyaltyprogramname: jspb.Message.getFieldWithDefault(msg, 81, ""),
32940
32941
  earnedloyaltypoints: jspb.Message.getFieldWithDefault(msg, 82, 0),
32941
- loyaltypointslabel: jspb.Message.getFieldWithDefault(msg, 83, "")
32942
+ loyaltypointslabel: jspb.Message.getFieldWithDefault(msg, 83, ""),
32943
+ deliverybatchtype: jspb.Message.getFieldWithDefault(msg, 84, 0)
32942
32944
  };
32943
32945
 
32944
32946
  if (includeInstance) {
@@ -33226,6 +33228,10 @@ proto.sniiptransactionapi.ReceiptDetails.deserializeBinaryFromReader = function(
33226
33228
  var value = /** @type {string} */ (reader.readString());
33227
33229
  msg.setLoyaltypointslabel(value);
33228
33230
  break;
33231
+ case 84:
33232
+ var value = /** @type {!proto.sniiptransactionapi.DeliveryBatchType} */ (reader.readEnum());
33233
+ msg.setDeliverybatchtype(value);
33234
+ break;
33229
33235
  default:
33230
33236
  reader.skipField();
33231
33237
  break;
@@ -33692,6 +33698,13 @@ proto.sniiptransactionapi.ReceiptDetails.serializeBinaryToWriter = function(mess
33692
33698
  f
33693
33699
  );
33694
33700
  }
33701
+ f = message.getDeliverybatchtype();
33702
+ if (f !== 0.0) {
33703
+ writer.writeEnum(
33704
+ 84,
33705
+ f
33706
+ );
33707
+ }
33695
33708
  };
33696
33709
 
33697
33710
 
@@ -34870,6 +34883,24 @@ proto.sniiptransactionapi.ReceiptDetails.prototype.setLoyaltypointslabel = funct
34870
34883
  };
34871
34884
 
34872
34885
 
34886
+ /**
34887
+ * optional DeliveryBatchType deliveryBatchType = 84;
34888
+ * @return {!proto.sniiptransactionapi.DeliveryBatchType}
34889
+ */
34890
+ proto.sniiptransactionapi.ReceiptDetails.prototype.getDeliverybatchtype = function() {
34891
+ return /** @type {!proto.sniiptransactionapi.DeliveryBatchType} */ (jspb.Message.getFieldWithDefault(this, 84, 0));
34892
+ };
34893
+
34894
+
34895
+ /**
34896
+ * @param {!proto.sniiptransactionapi.DeliveryBatchType} value
34897
+ * @return {!proto.sniiptransactionapi.ReceiptDetails} returns this
34898
+ */
34899
+ proto.sniiptransactionapi.ReceiptDetails.prototype.setDeliverybatchtype = function(value) {
34900
+ return jspb.Message.setProto3EnumField(this, 84, value);
34901
+ };
34902
+
34903
+
34873
34904
 
34874
34905
 
34875
34906
 
@@ -37809,7 +37840,8 @@ proto.sniiptransactionapi.TransactionDetails.toObject = function(includeInstance
37809
37840
  actionurlbase64: jspb.Message.getFieldWithDefault(msg, 79, ""),
37810
37841
  billertimezone: jspb.Message.getFieldWithDefault(msg, 80, ""),
37811
37842
  billertimezoneabbr: jspb.Message.getFieldWithDefault(msg, 81, ""),
37812
- loyaltymembershipid: jspb.Message.getFieldWithDefault(msg, 82, 0)
37843
+ loyaltymembershipid: jspb.Message.getFieldWithDefault(msg, 82, 0),
37844
+ deliverybatchtype: jspb.Message.getFieldWithDefault(msg, 83, 0)
37813
37845
  };
37814
37846
 
37815
37847
  if (includeInstance) {
@@ -38168,6 +38200,10 @@ proto.sniiptransactionapi.TransactionDetails.deserializeBinaryFromReader = funct
38168
38200
  var value = /** @type {number} */ (reader.readInt64());
38169
38201
  msg.setLoyaltymembershipid(value);
38170
38202
  break;
38203
+ case 83:
38204
+ var value = /** @type {!proto.sniiptransactionapi.DeliveryBatchType} */ (reader.readEnum());
38205
+ msg.setDeliverybatchtype(value);
38206
+ break;
38171
38207
  default:
38172
38208
  reader.skipField();
38173
38209
  break;
@@ -38759,6 +38795,13 @@ proto.sniiptransactionapi.TransactionDetails.serializeBinaryToWriter = function(
38759
38795
  f
38760
38796
  );
38761
38797
  }
38798
+ f = message.getDeliverybatchtype();
38799
+ if (f !== 0.0) {
38800
+ writer.writeEnum(
38801
+ 83,
38802
+ f
38803
+ );
38804
+ }
38762
38805
  };
38763
38806
 
38764
38807
 
@@ -40241,6 +40284,24 @@ proto.sniiptransactionapi.TransactionDetails.prototype.setLoyaltymembershipid =
40241
40284
  };
40242
40285
 
40243
40286
 
40287
+ /**
40288
+ * optional DeliveryBatchType deliveryBatchType = 83;
40289
+ * @return {!proto.sniiptransactionapi.DeliveryBatchType}
40290
+ */
40291
+ proto.sniiptransactionapi.TransactionDetails.prototype.getDeliverybatchtype = function() {
40292
+ return /** @type {!proto.sniiptransactionapi.DeliveryBatchType} */ (jspb.Message.getFieldWithDefault(this, 83, 0));
40293
+ };
40294
+
40295
+
40296
+ /**
40297
+ * @param {!proto.sniiptransactionapi.DeliveryBatchType} value
40298
+ * @return {!proto.sniiptransactionapi.TransactionDetails} returns this
40299
+ */
40300
+ proto.sniiptransactionapi.TransactionDetails.prototype.setDeliverybatchtype = function(value) {
40301
+ return jspb.Message.setProto3EnumField(this, 83, value);
40302
+ };
40303
+
40304
+
40244
40305
 
40245
40306
 
40246
40307
 
@@ -44123,4 +44184,13 @@ proto.sniiptransactionapi.Gateway = {
44123
44184
  CHECKOUT: 5
44124
44185
  };
44125
44186
 
44187
+ /**
44188
+ * @enum {number}
44189
+ */
44190
+ proto.sniiptransactionapi.DeliveryBatchType = {
44191
+ DELIVERY_BATCH_TYPE_UNSPECIFIED: 0,
44192
+ DELIVERY_BATCH_TYPE_AGENT: 1,
44193
+ DELIVERY_BATCH_TYPE_PAYROLL: 2
44194
+ };
44195
+
44126
44196
  goog.object.extend(exports, proto.sniiptransactionapi);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/transaction-service-client-grpcweb",
3
- "version": "26.5.14853",
3
+ "version": "26.6.14889",
4
4
  "description": "transaction-service-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",