@sniipwebmaster/realtime-message-client-grpcweb 21.24.279 → 22.1.303
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 +60 -2
- package/package.json +1 -1
|
@@ -3676,7 +3676,8 @@ proto.realtimemessageapi.BulkPaymentSummary.toObject = function(includeInstance,
|
|
|
3676
3676
|
bulkpaymentid: msg.getBulkpaymentid(),
|
|
3677
3677
|
tasksList: jspb.Message.toObjectList(msg.getTasksList(),
|
|
3678
3678
|
proto.realtimemessageapi.BulkPaymentTaskSummary.toObject, includeInstance),
|
|
3679
|
-
isforscheduledpayments: msg.getIsforscheduledpayments()
|
|
3679
|
+
isforscheduledpayments: msg.getIsforscheduledpayments(),
|
|
3680
|
+
isforbankaccount: msg.getIsforbankaccount()
|
|
3680
3681
|
};
|
|
3681
3682
|
|
|
3682
3683
|
if (includeInstance) {
|
|
@@ -3727,6 +3728,10 @@ proto.realtimemessageapi.BulkPaymentSummary.deserializeBinaryFromReader = functi
|
|
|
3727
3728
|
var value = /** @type {boolean} */ (reader.readBool());
|
|
3728
3729
|
msg.setIsforscheduledpayments(value);
|
|
3729
3730
|
break;
|
|
3731
|
+
case 4:
|
|
3732
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
3733
|
+
msg.setIsforbankaccount(value);
|
|
3734
|
+
break;
|
|
3730
3735
|
default:
|
|
3731
3736
|
reader.skipField();
|
|
3732
3737
|
break;
|
|
@@ -3787,6 +3792,13 @@ proto.realtimemessageapi.BulkPaymentSummary.prototype.serializeBinaryToWriter =
|
|
|
3787
3792
|
f
|
|
3788
3793
|
);
|
|
3789
3794
|
}
|
|
3795
|
+
f = this.getIsforbankaccount();
|
|
3796
|
+
if (f) {
|
|
3797
|
+
writer.writeBool(
|
|
3798
|
+
4,
|
|
3799
|
+
f
|
|
3800
|
+
);
|
|
3801
|
+
}
|
|
3790
3802
|
};
|
|
3791
3803
|
|
|
3792
3804
|
|
|
@@ -3854,6 +3866,23 @@ proto.realtimemessageapi.BulkPaymentSummary.prototype.setIsforscheduledpayments
|
|
|
3854
3866
|
};
|
|
3855
3867
|
|
|
3856
3868
|
|
|
3869
|
+
/**
|
|
3870
|
+
* optional bool isForBankAccount = 4;
|
|
3871
|
+
* Note that Boolean fields may be set to 0/1 when serialized from a Java server.
|
|
3872
|
+
* You should avoid comparisons like {@code val === true/false} in those cases.
|
|
3873
|
+
* @return {boolean}
|
|
3874
|
+
*/
|
|
3875
|
+
proto.realtimemessageapi.BulkPaymentSummary.prototype.getIsforbankaccount = function() {
|
|
3876
|
+
return /** @type {boolean} */ (jspb.Message.getFieldProto3(this, 4, false));
|
|
3877
|
+
};
|
|
3878
|
+
|
|
3879
|
+
|
|
3880
|
+
/** @param {boolean} value */
|
|
3881
|
+
proto.realtimemessageapi.BulkPaymentSummary.prototype.setIsforbankaccount = function(value) {
|
|
3882
|
+
jspb.Message.setField(this, 4, value);
|
|
3883
|
+
};
|
|
3884
|
+
|
|
3885
|
+
|
|
3857
3886
|
|
|
3858
3887
|
/**
|
|
3859
3888
|
* Generated by JsPbCodeGenerator.
|
|
@@ -3903,7 +3932,8 @@ proto.realtimemessageapi.BulkPaymentTaskSummary.toObject = function(includeInsta
|
|
|
3903
3932
|
taskid: msg.getTaskid(),
|
|
3904
3933
|
billid: msg.getBillid(),
|
|
3905
3934
|
amount: msg.getAmount(),
|
|
3906
|
-
status: msg.getStatus()
|
|
3935
|
+
status: msg.getStatus(),
|
|
3936
|
+
isarchived: msg.getIsarchived()
|
|
3907
3937
|
};
|
|
3908
3938
|
|
|
3909
3939
|
if (includeInstance) {
|
|
@@ -3956,6 +3986,10 @@ proto.realtimemessageapi.BulkPaymentTaskSummary.deserializeBinaryFromReader = fu
|
|
|
3956
3986
|
var value = /** @type {string} */ (reader.readString());
|
|
3957
3987
|
msg.setStatus(value);
|
|
3958
3988
|
break;
|
|
3989
|
+
case 5:
|
|
3990
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
3991
|
+
msg.setIsarchived(value);
|
|
3992
|
+
break;
|
|
3959
3993
|
default:
|
|
3960
3994
|
reader.skipField();
|
|
3961
3995
|
break;
|
|
@@ -4022,6 +4056,13 @@ proto.realtimemessageapi.BulkPaymentTaskSummary.prototype.serializeBinaryToWrite
|
|
|
4022
4056
|
f
|
|
4023
4057
|
);
|
|
4024
4058
|
}
|
|
4059
|
+
f = this.getIsarchived();
|
|
4060
|
+
if (f) {
|
|
4061
|
+
writer.writeBool(
|
|
4062
|
+
5,
|
|
4063
|
+
f
|
|
4064
|
+
);
|
|
4065
|
+
}
|
|
4025
4066
|
};
|
|
4026
4067
|
|
|
4027
4068
|
|
|
@@ -4094,6 +4135,23 @@ proto.realtimemessageapi.BulkPaymentTaskSummary.prototype.setStatus = function(v
|
|
|
4094
4135
|
};
|
|
4095
4136
|
|
|
4096
4137
|
|
|
4138
|
+
/**
|
|
4139
|
+
* optional bool isArchived = 5;
|
|
4140
|
+
* Note that Boolean fields may be set to 0/1 when serialized from a Java server.
|
|
4141
|
+
* You should avoid comparisons like {@code val === true/false} in those cases.
|
|
4142
|
+
* @return {boolean}
|
|
4143
|
+
*/
|
|
4144
|
+
proto.realtimemessageapi.BulkPaymentTaskSummary.prototype.getIsarchived = function() {
|
|
4145
|
+
return /** @type {boolean} */ (jspb.Message.getFieldProto3(this, 5, false));
|
|
4146
|
+
};
|
|
4147
|
+
|
|
4148
|
+
|
|
4149
|
+
/** @param {boolean} value */
|
|
4150
|
+
proto.realtimemessageapi.BulkPaymentTaskSummary.prototype.setIsarchived = function(value) {
|
|
4151
|
+
jspb.Message.setField(this, 5, value);
|
|
4152
|
+
};
|
|
4153
|
+
|
|
4154
|
+
|
|
4097
4155
|
|
|
4098
4156
|
/**
|
|
4099
4157
|
* Generated by JsPbCodeGenerator.
|