@sniipwebmaster/transaction-service-client-grpcweb 0.2.3593 → 0.2.3615
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.
- package/dependancies/service_pb.js +18 -18
- package/package.json +1 -1
|
@@ -10399,9 +10399,9 @@ proto.sniiptransactionapi.ReceiptDetails.toObject = function(includeInstance, ms
|
|
|
10399
10399
|
issettled: jspb.Message.getFieldWithDefault(msg, 20, false),
|
|
10400
10400
|
settlementid: jspb.Message.getFieldWithDefault(msg, 21, 0),
|
|
10401
10401
|
settlementstatus: jspb.Message.getFieldWithDefault(msg, 22, ""),
|
|
10402
|
-
description: jspb.Message.getFieldWithDefault(msg,
|
|
10403
|
-
sourceid: jspb.Message.getFieldWithDefault(msg,
|
|
10404
|
-
category: jspb.Message.getFieldWithDefault(msg,
|
|
10402
|
+
description: jspb.Message.getFieldWithDefault(msg, 23, ""),
|
|
10403
|
+
sourceid: jspb.Message.getFieldWithDefault(msg, 24, 0),
|
|
10404
|
+
category: jspb.Message.getFieldWithDefault(msg, 25, "")
|
|
10405
10405
|
};
|
|
10406
10406
|
|
|
10407
10407
|
if (includeInstance) {
|
|
@@ -10527,15 +10527,15 @@ proto.sniiptransactionapi.ReceiptDetails.deserializeBinaryFromReader = function(
|
|
|
10527
10527
|
var value = /** @type {string} */ (reader.readString());
|
|
10528
10528
|
msg.setSettlementstatus(value);
|
|
10529
10529
|
break;
|
|
10530
|
-
case
|
|
10530
|
+
case 23:
|
|
10531
10531
|
var value = /** @type {string} */ (reader.readString());
|
|
10532
10532
|
msg.setDescription(value);
|
|
10533
10533
|
break;
|
|
10534
|
-
case
|
|
10534
|
+
case 24:
|
|
10535
10535
|
var value = /** @type {number} */ (reader.readInt64());
|
|
10536
10536
|
msg.setSourceid(value);
|
|
10537
10537
|
break;
|
|
10538
|
-
case
|
|
10538
|
+
case 25:
|
|
10539
10539
|
var value = /** @type {string} */ (reader.readString());
|
|
10540
10540
|
msg.setCategory(value);
|
|
10541
10541
|
break;
|
|
@@ -10726,21 +10726,21 @@ proto.sniiptransactionapi.ReceiptDetails.serializeBinaryToWriter = function(mess
|
|
|
10726
10726
|
f = message.getDescription();
|
|
10727
10727
|
if (f.length > 0) {
|
|
10728
10728
|
writer.writeString(
|
|
10729
|
-
|
|
10729
|
+
23,
|
|
10730
10730
|
f
|
|
10731
10731
|
);
|
|
10732
10732
|
}
|
|
10733
10733
|
f = message.getSourceid();
|
|
10734
10734
|
if (f !== 0) {
|
|
10735
10735
|
writer.writeInt64(
|
|
10736
|
-
|
|
10736
|
+
24,
|
|
10737
10737
|
f
|
|
10738
10738
|
);
|
|
10739
10739
|
}
|
|
10740
10740
|
f = message.getCategory();
|
|
10741
10741
|
if (f.length > 0) {
|
|
10742
10742
|
writer.writeString(
|
|
10743
|
-
|
|
10743
|
+
25,
|
|
10744
10744
|
f
|
|
10745
10745
|
);
|
|
10746
10746
|
}
|
|
@@ -11099,47 +11099,47 @@ proto.sniiptransactionapi.ReceiptDetails.prototype.setSettlementstatus = functio
|
|
|
11099
11099
|
|
|
11100
11100
|
|
|
11101
11101
|
/**
|
|
11102
|
-
* optional string description =
|
|
11102
|
+
* optional string description = 23;
|
|
11103
11103
|
* @return {string}
|
|
11104
11104
|
*/
|
|
11105
11105
|
proto.sniiptransactionapi.ReceiptDetails.prototype.getDescription = function() {
|
|
11106
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
11106
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 23, ""));
|
|
11107
11107
|
};
|
|
11108
11108
|
|
|
11109
11109
|
|
|
11110
11110
|
/** @param {string} value */
|
|
11111
11111
|
proto.sniiptransactionapi.ReceiptDetails.prototype.setDescription = function(value) {
|
|
11112
|
-
jspb.Message.setProto3StringField(this,
|
|
11112
|
+
jspb.Message.setProto3StringField(this, 23, value);
|
|
11113
11113
|
};
|
|
11114
11114
|
|
|
11115
11115
|
|
|
11116
11116
|
/**
|
|
11117
|
-
* optional int64 sourceId =
|
|
11117
|
+
* optional int64 sourceId = 24;
|
|
11118
11118
|
* @return {number}
|
|
11119
11119
|
*/
|
|
11120
11120
|
proto.sniiptransactionapi.ReceiptDetails.prototype.getSourceid = function() {
|
|
11121
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this,
|
|
11121
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 24, 0));
|
|
11122
11122
|
};
|
|
11123
11123
|
|
|
11124
11124
|
|
|
11125
11125
|
/** @param {number} value */
|
|
11126
11126
|
proto.sniiptransactionapi.ReceiptDetails.prototype.setSourceid = function(value) {
|
|
11127
|
-
jspb.Message.setProto3IntField(this,
|
|
11127
|
+
jspb.Message.setProto3IntField(this, 24, value);
|
|
11128
11128
|
};
|
|
11129
11129
|
|
|
11130
11130
|
|
|
11131
11131
|
/**
|
|
11132
|
-
* optional string category =
|
|
11132
|
+
* optional string category = 25;
|
|
11133
11133
|
* @return {string}
|
|
11134
11134
|
*/
|
|
11135
11135
|
proto.sniiptransactionapi.ReceiptDetails.prototype.getCategory = function() {
|
|
11136
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
11136
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 25, ""));
|
|
11137
11137
|
};
|
|
11138
11138
|
|
|
11139
11139
|
|
|
11140
11140
|
/** @param {string} value */
|
|
11141
11141
|
proto.sniiptransactionapi.ReceiptDetails.prototype.setCategory = function(value) {
|
|
11142
|
-
jspb.Message.setProto3StringField(this,
|
|
11142
|
+
jspb.Message.setProto3StringField(this, 25, value);
|
|
11143
11143
|
};
|
|
11144
11144
|
|
|
11145
11145
|
|