@sniipwebmaster/biller-service-client-grpcweb 23.2.5494 → 23.2.5505
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 +28 -1
- package/package.json +1 -1
|
@@ -14271,7 +14271,8 @@ proto.sniipbillerapi.BillerSmeConfigForPortal.toObject = function(includeInstanc
|
|
|
14271
14271
|
isautosuspend: msg.getIsautosuspend(),
|
|
14272
14272
|
businesspayment: msg.getBusinesspayment(),
|
|
14273
14273
|
createdbybillconfigid: msg.getCreatedbybillconfigid(),
|
|
14274
|
-
createdbybillattachment: (f = msg.getCreatedbybillattachment()) && proto.sniipbillerapi.AttachmentDetails.toObject(includeInstance, f)
|
|
14274
|
+
createdbybillattachment: (f = msg.getCreatedbybillattachment()) && proto.sniipbillerapi.AttachmentDetails.toObject(includeInstance, f),
|
|
14275
|
+
billerconfigid: msg.getBillerconfigid()
|
|
14275
14276
|
};
|
|
14276
14277
|
|
|
14277
14278
|
if (includeInstance) {
|
|
@@ -14365,6 +14366,10 @@ proto.sniipbillerapi.BillerSmeConfigForPortal.deserializeBinaryFromReader = func
|
|
|
14365
14366
|
reader.readMessage(value,proto.sniipbillerapi.AttachmentDetails.deserializeBinaryFromReader);
|
|
14366
14367
|
msg.setCreatedbybillattachment(value);
|
|
14367
14368
|
break;
|
|
14369
|
+
case 15:
|
|
14370
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
14371
|
+
msg.setBillerconfigid(value);
|
|
14372
|
+
break;
|
|
14368
14373
|
default:
|
|
14369
14374
|
reader.skipField();
|
|
14370
14375
|
break;
|
|
@@ -14502,6 +14507,13 @@ proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.serializeBinaryToWriter
|
|
|
14502
14507
|
proto.sniipbillerapi.AttachmentDetails.serializeBinaryToWriter
|
|
14503
14508
|
);
|
|
14504
14509
|
}
|
|
14510
|
+
f = this.getBillerconfigid();
|
|
14511
|
+
if (f !== 0) {
|
|
14512
|
+
writer.writeInt64(
|
|
14513
|
+
15,
|
|
14514
|
+
f
|
|
14515
|
+
);
|
|
14516
|
+
}
|
|
14505
14517
|
};
|
|
14506
14518
|
|
|
14507
14519
|
|
|
@@ -14751,6 +14763,21 @@ proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.hasCreatedbybillattachme
|
|
|
14751
14763
|
};
|
|
14752
14764
|
|
|
14753
14765
|
|
|
14766
|
+
/**
|
|
14767
|
+
* optional int64 billerConfigId = 15;
|
|
14768
|
+
* @return {number}
|
|
14769
|
+
*/
|
|
14770
|
+
proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getBillerconfigid = function() {
|
|
14771
|
+
return /** @type {number} */ (jspb.Message.getFieldProto3(this, 15, 0));
|
|
14772
|
+
};
|
|
14773
|
+
|
|
14774
|
+
|
|
14775
|
+
/** @param {number} value */
|
|
14776
|
+
proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setBillerconfigid = function(value) {
|
|
14777
|
+
jspb.Message.setField(this, 15, value);
|
|
14778
|
+
};
|
|
14779
|
+
|
|
14780
|
+
|
|
14754
14781
|
|
|
14755
14782
|
/**
|
|
14756
14783
|
* Generated by JsPbCodeGenerator.
|