@sniipwebmaster/biller-service-client-grpcweb 24.15.7876 → 24.15.7892
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 +62 -2
- package/package.json +1 -1
|
@@ -46106,7 +46106,8 @@ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.toObject = function(in
|
|
|
46106
46106
|
overpaymentpermitted: jspb.Message.getBooleanFieldWithDefault(msg, 10, false),
|
|
46107
46107
|
isapproved: jspb.Message.getBooleanFieldWithDefault(msg, 11, false),
|
|
46108
46108
|
partialpaymentpermitted: jspb.Message.getBooleanFieldWithDefault(msg, 12, false),
|
|
46109
|
-
userid: jspb.Message.getFieldWithDefault(msg, 13, 0)
|
|
46109
|
+
userid: jspb.Message.getFieldWithDefault(msg, 13, 0),
|
|
46110
|
+
createdbybillconfigid: jspb.Message.getFieldWithDefault(msg, 14, 0)
|
|
46110
46111
|
};
|
|
46111
46112
|
|
|
46112
46113
|
if (includeInstance) {
|
|
@@ -46195,6 +46196,10 @@ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.deserializeBinaryFromR
|
|
|
46195
46196
|
var value = /** @type {number} */ (reader.readInt64());
|
|
46196
46197
|
msg.setUserid(value);
|
|
46197
46198
|
break;
|
|
46199
|
+
case 14:
|
|
46200
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
46201
|
+
msg.setCreatedbybillconfigid(value);
|
|
46202
|
+
break;
|
|
46198
46203
|
default:
|
|
46199
46204
|
reader.skipField();
|
|
46200
46205
|
break;
|
|
@@ -46315,6 +46320,13 @@ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.serializeBinaryToWrite
|
|
|
46315
46320
|
f
|
|
46316
46321
|
);
|
|
46317
46322
|
}
|
|
46323
|
+
f = message.getCreatedbybillconfigid();
|
|
46324
|
+
if (f !== 0) {
|
|
46325
|
+
writer.writeInt64(
|
|
46326
|
+
14,
|
|
46327
|
+
f
|
|
46328
|
+
);
|
|
46329
|
+
}
|
|
46318
46330
|
};
|
|
46319
46331
|
|
|
46320
46332
|
|
|
@@ -46552,6 +46564,24 @@ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.prototype.setUserid =
|
|
|
46552
46564
|
};
|
|
46553
46565
|
|
|
46554
46566
|
|
|
46567
|
+
/**
|
|
46568
|
+
* optional int64 createdByBillConfigId = 14;
|
|
46569
|
+
* @return {number}
|
|
46570
|
+
*/
|
|
46571
|
+
proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.prototype.getCreatedbybillconfigid = function() {
|
|
46572
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 14, 0));
|
|
46573
|
+
};
|
|
46574
|
+
|
|
46575
|
+
|
|
46576
|
+
/**
|
|
46577
|
+
* @param {number} value
|
|
46578
|
+
* @return {!proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest} returns this
|
|
46579
|
+
*/
|
|
46580
|
+
proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.prototype.setCreatedbybillconfigid = function(value) {
|
|
46581
|
+
return jspb.Message.setProto3IntField(this, 14, value);
|
|
46582
|
+
};
|
|
46583
|
+
|
|
46584
|
+
|
|
46555
46585
|
|
|
46556
46586
|
|
|
46557
46587
|
|
|
@@ -46595,7 +46625,8 @@ proto.sniipbillerapi.UpdateSmeBillerConfigRequest.toObject = function(includeIns
|
|
|
46595
46625
|
maxamountpermitted: jspb.Message.getFloatingPointFieldWithDefault(msg, 9, 0.0),
|
|
46596
46626
|
overpaymentpermitted: jspb.Message.getBooleanFieldWithDefault(msg, 10, false),
|
|
46597
46627
|
isapproved: jspb.Message.getBooleanFieldWithDefault(msg, 11, false),
|
|
46598
|
-
partialpaymentpermitted: jspb.Message.getBooleanFieldWithDefault(msg, 12, false)
|
|
46628
|
+
partialpaymentpermitted: jspb.Message.getBooleanFieldWithDefault(msg, 12, false),
|
|
46629
|
+
createdbybillconfigid: jspb.Message.getFieldWithDefault(msg, 13, 0)
|
|
46599
46630
|
};
|
|
46600
46631
|
|
|
46601
46632
|
if (includeInstance) {
|
|
@@ -46680,6 +46711,10 @@ proto.sniipbillerapi.UpdateSmeBillerConfigRequest.deserializeBinaryFromReader =
|
|
|
46680
46711
|
var value = /** @type {boolean} */ (reader.readBool());
|
|
46681
46712
|
msg.setPartialpaymentpermitted(value);
|
|
46682
46713
|
break;
|
|
46714
|
+
case 13:
|
|
46715
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
46716
|
+
msg.setCreatedbybillconfigid(value);
|
|
46717
|
+
break;
|
|
46683
46718
|
default:
|
|
46684
46719
|
reader.skipField();
|
|
46685
46720
|
break;
|
|
@@ -46793,6 +46828,13 @@ proto.sniipbillerapi.UpdateSmeBillerConfigRequest.serializeBinaryToWriter = func
|
|
|
46793
46828
|
f
|
|
46794
46829
|
);
|
|
46795
46830
|
}
|
|
46831
|
+
f = message.getCreatedbybillconfigid();
|
|
46832
|
+
if (f !== 0) {
|
|
46833
|
+
writer.writeInt64(
|
|
46834
|
+
13,
|
|
46835
|
+
f
|
|
46836
|
+
);
|
|
46837
|
+
}
|
|
46796
46838
|
};
|
|
46797
46839
|
|
|
46798
46840
|
|
|
@@ -47012,6 +47054,24 @@ proto.sniipbillerapi.UpdateSmeBillerConfigRequest.prototype.setPartialpaymentper
|
|
|
47012
47054
|
};
|
|
47013
47055
|
|
|
47014
47056
|
|
|
47057
|
+
/**
|
|
47058
|
+
* optional int64 createdByBillConfigId = 13;
|
|
47059
|
+
* @return {number}
|
|
47060
|
+
*/
|
|
47061
|
+
proto.sniipbillerapi.UpdateSmeBillerConfigRequest.prototype.getCreatedbybillconfigid = function() {
|
|
47062
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 13, 0));
|
|
47063
|
+
};
|
|
47064
|
+
|
|
47065
|
+
|
|
47066
|
+
/**
|
|
47067
|
+
* @param {number} value
|
|
47068
|
+
* @return {!proto.sniipbillerapi.UpdateSmeBillerConfigRequest} returns this
|
|
47069
|
+
*/
|
|
47070
|
+
proto.sniipbillerapi.UpdateSmeBillerConfigRequest.prototype.setCreatedbybillconfigid = function(value) {
|
|
47071
|
+
return jspb.Message.setProto3IntField(this, 13, value);
|
|
47072
|
+
};
|
|
47073
|
+
|
|
47074
|
+
|
|
47015
47075
|
|
|
47016
47076
|
|
|
47017
47077
|
|