@sniipwebmaster/transaction-service-client-grpcweb-ts 25.7.12784 → 25.7.12803

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.
@@ -4216,6 +4216,9 @@ export class TransactionDetails extends jspb.Message {
4216
4216
  getActionurl(): string;
4217
4217
  setActionurl(value: string): TransactionDetails;
4218
4218
 
4219
+ getLoyaltyoptionid(): number;
4220
+ setLoyaltyoptionid(value: number): TransactionDetails;
4221
+
4219
4222
  serializeBinary(): Uint8Array;
4220
4223
  toObject(includeInstance?: boolean): TransactionDetails.AsObject;
4221
4224
  static toObject(includeInstance: boolean, msg: TransactionDetails): TransactionDetails.AsObject;
@@ -4301,6 +4304,7 @@ export namespace TransactionDetails {
4301
4304
  agentuserid: number,
4302
4305
  cardvalidationresult: CardValidationResult,
4303
4306
  actionurl: string,
4307
+ loyaltyoptionid: number,
4304
4308
  }
4305
4309
  }
4306
4310
 
@@ -32829,7 +32829,8 @@ proto.sniiptransactionapi.TransactionDetails.toObject = function(includeInstance
32829
32829
  deliverytimestamp: jspb.Message.getFieldWithDefault(msg, 74, ""),
32830
32830
  agentuserid: jspb.Message.getFieldWithDefault(msg, 75, 0),
32831
32831
  cardvalidationresult: jspb.Message.getFieldWithDefault(msg, 76, 0),
32832
- actionurl: jspb.Message.getFieldWithDefault(msg, 77, "")
32832
+ actionurl: jspb.Message.getFieldWithDefault(msg, 77, ""),
32833
+ loyaltyoptionid: jspb.Message.getFieldWithDefault(msg, 78, 0)
32833
32834
  };
32834
32835
 
32835
32836
  if (includeInstance) {
@@ -33168,6 +33169,10 @@ proto.sniiptransactionapi.TransactionDetails.deserializeBinaryFromReader = funct
33168
33169
  var value = /** @type {string} */ (reader.readString());
33169
33170
  msg.setActionurl(value);
33170
33171
  break;
33172
+ case 78:
33173
+ var value = /** @type {number} */ (reader.readInt64());
33174
+ msg.setLoyaltyoptionid(value);
33175
+ break;
33171
33176
  default:
33172
33177
  reader.skipField();
33173
33178
  break;
@@ -33724,6 +33729,13 @@ proto.sniiptransactionapi.TransactionDetails.serializeBinaryToWriter = function(
33724
33729
  f
33725
33730
  );
33726
33731
  }
33732
+ f = message.getLoyaltyoptionid();
33733
+ if (f !== 0) {
33734
+ writer.writeInt64(
33735
+ 78,
33736
+ f
33737
+ );
33738
+ }
33727
33739
  };
33728
33740
 
33729
33741
 
@@ -35116,6 +35128,24 @@ proto.sniiptransactionapi.TransactionDetails.prototype.setActionurl = function(v
35116
35128
  };
35117
35129
 
35118
35130
 
35131
+ /**
35132
+ * optional int64 loyaltyOptionId = 78;
35133
+ * @return {number}
35134
+ */
35135
+ proto.sniiptransactionapi.TransactionDetails.prototype.getLoyaltyoptionid = function() {
35136
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 78, 0));
35137
+ };
35138
+
35139
+
35140
+ /**
35141
+ * @param {number} value
35142
+ * @return {!proto.sniiptransactionapi.TransactionDetails} returns this
35143
+ */
35144
+ proto.sniiptransactionapi.TransactionDetails.prototype.setLoyaltyoptionid = function(value) {
35145
+ return jspb.Message.setProto3IntField(this, 78, value);
35146
+ };
35147
+
35148
+
35119
35149
 
35120
35150
 
35121
35151
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/transaction-service-client-grpcweb-ts",
3
- "version": "25.7.12784",
3
+ "version": "25.7.12803",
4
4
  "description": "transaction-service-client-grpcweb-ts",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",