@aldiokta/protocgen 1.0.73 → 1.0.74
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/package.json
CHANGED
|
@@ -974,7 +974,7 @@ documentType: (f = msg.getDocumentType()) && prisca_v1_document_type_document_ty
|
|
|
974
974
|
status: jspb.Message.getFieldWithDefault(msg, 23, ""),
|
|
975
975
|
createdBy: jspb.Message.getFieldWithDefault(msg, 24, ""),
|
|
976
976
|
updatedBy: jspb.Message.getFieldWithDefault(msg, 25, ""),
|
|
977
|
-
|
|
977
|
+
justification: jspb.Message.getFieldWithDefault(msg, 26, "")
|
|
978
978
|
};
|
|
979
979
|
|
|
980
980
|
if (includeInstance) {
|
|
@@ -1115,7 +1115,7 @@ proto.PurchaseRequisitionTrx.deserializeBinaryFromReader = function(msg, reader)
|
|
|
1115
1115
|
break;
|
|
1116
1116
|
case 26:
|
|
1117
1117
|
var value = /** @type {string} */ (reader.readString());
|
|
1118
|
-
msg.
|
|
1118
|
+
msg.setJustification(value);
|
|
1119
1119
|
break;
|
|
1120
1120
|
default:
|
|
1121
1121
|
reader.skipField();
|
|
@@ -1323,7 +1323,7 @@ proto.PurchaseRequisitionTrx.serializeBinaryToWriter = function(message, writer)
|
|
|
1323
1323
|
f
|
|
1324
1324
|
);
|
|
1325
1325
|
}
|
|
1326
|
-
f = message.
|
|
1326
|
+
f = message.getJustification();
|
|
1327
1327
|
if (f.length > 0) {
|
|
1328
1328
|
writer.writeString(
|
|
1329
1329
|
26,
|
|
@@ -1823,10 +1823,10 @@ proto.PurchaseRequisitionTrx.prototype.setUpdatedBy = function(value) {
|
|
|
1823
1823
|
|
|
1824
1824
|
|
|
1825
1825
|
/**
|
|
1826
|
-
* optional string
|
|
1826
|
+
* optional string justification = 26;
|
|
1827
1827
|
* @return {string}
|
|
1828
1828
|
*/
|
|
1829
|
-
proto.PurchaseRequisitionTrx.prototype.
|
|
1829
|
+
proto.PurchaseRequisitionTrx.prototype.getJustification = function() {
|
|
1830
1830
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 26, ""));
|
|
1831
1831
|
};
|
|
1832
1832
|
|
|
@@ -1835,7 +1835,7 @@ proto.PurchaseRequisitionTrx.prototype.getJutification = function() {
|
|
|
1835
1835
|
* @param {string} value
|
|
1836
1836
|
* @return {!proto.PurchaseRequisitionTrx} returns this
|
|
1837
1837
|
*/
|
|
1838
|
-
proto.PurchaseRequisitionTrx.prototype.
|
|
1838
|
+
proto.PurchaseRequisitionTrx.prototype.setJustification = function(value) {
|
|
1839
1839
|
return jspb.Message.setProto3StringField(this, 26, value);
|
|
1840
1840
|
};
|
|
1841
1841
|
|