@sniipwebmaster/transaction-service-client-grpcweb-ts 26.4.14506 → 26.4.14528

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.
@@ -3985,6 +3985,9 @@ export class ReceiptDetails extends jspb.Message {
3985
3985
  getEarnedloyaltypoints(): number;
3986
3986
  setEarnedloyaltypoints(value: number): ReceiptDetails;
3987
3987
 
3988
+ getLoyaltypointslabel(): string;
3989
+ setLoyaltypointslabel(value: string): ReceiptDetails;
3990
+
3988
3991
  serializeBinary(): Uint8Array;
3989
3992
  toObject(includeInstance?: boolean): ReceiptDetails.AsObject;
3990
3993
  static toObject(includeInstance: boolean, msg: ReceiptDetails): ReceiptDetails.AsObject;
@@ -4056,6 +4059,7 @@ export namespace ReceiptDetails {
4056
4059
  loyaltyprogramid: number,
4057
4060
  loyaltyprogramname: string,
4058
4061
  earnedloyaltypoints: number,
4062
+ loyaltypointslabel: string,
4059
4063
  }
4060
4064
  }
4061
4065
 
@@ -31612,7 +31612,8 @@ proto.sniiptransactionapi.ReceiptDetails.toObject = function(includeInstance, ms
31612
31612
  proto.sniiptransactionapi.VirtualBill.toObject, includeInstance),
31613
31613
  loyaltyprogramid: jspb.Message.getFieldWithDefault(msg, 80, 0),
31614
31614
  loyaltyprogramname: jspb.Message.getFieldWithDefault(msg, 81, ""),
31615
- earnedloyaltypoints: jspb.Message.getFieldWithDefault(msg, 82, 0)
31615
+ earnedloyaltypoints: jspb.Message.getFieldWithDefault(msg, 82, 0),
31616
+ loyaltypointslabel: jspb.Message.getFieldWithDefault(msg, 83, "")
31616
31617
  };
31617
31618
 
31618
31619
  if (includeInstance) {
@@ -31896,6 +31897,10 @@ proto.sniiptransactionapi.ReceiptDetails.deserializeBinaryFromReader = function(
31896
31897
  var value = /** @type {number} */ (reader.readInt32());
31897
31898
  msg.setEarnedloyaltypoints(value);
31898
31899
  break;
31900
+ case 83:
31901
+ var value = /** @type {string} */ (reader.readString());
31902
+ msg.setLoyaltypointslabel(value);
31903
+ break;
31899
31904
  default:
31900
31905
  reader.skipField();
31901
31906
  break;
@@ -32355,6 +32360,13 @@ proto.sniiptransactionapi.ReceiptDetails.serializeBinaryToWriter = function(mess
32355
32360
  f
32356
32361
  );
32357
32362
  }
32363
+ f = message.getLoyaltypointslabel();
32364
+ if (f.length > 0) {
32365
+ writer.writeString(
32366
+ 83,
32367
+ f
32368
+ );
32369
+ }
32358
32370
  };
32359
32371
 
32360
32372
 
@@ -33515,6 +33527,24 @@ proto.sniiptransactionapi.ReceiptDetails.prototype.setEarnedloyaltypoints = func
33515
33527
  };
33516
33528
 
33517
33529
 
33530
+ /**
33531
+ * optional string loyaltyPointsLabel = 83;
33532
+ * @return {string}
33533
+ */
33534
+ proto.sniiptransactionapi.ReceiptDetails.prototype.getLoyaltypointslabel = function() {
33535
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 83, ""));
33536
+ };
33537
+
33538
+
33539
+ /**
33540
+ * @param {string} value
33541
+ * @return {!proto.sniiptransactionapi.ReceiptDetails} returns this
33542
+ */
33543
+ proto.sniiptransactionapi.ReceiptDetails.prototype.setLoyaltypointslabel = function(value) {
33544
+ return jspb.Message.setProto3StringField(this, 83, value);
33545
+ };
33546
+
33547
+
33518
33548
 
33519
33549
 
33520
33550
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/transaction-service-client-grpcweb-ts",
3
- "version": "26.4.14506",
3
+ "version": "26.4.14528",
4
4
  "description": "transaction-service-client-grpcweb-ts",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",