@sniipwebmaster/biller-service-client-grpcweb 24.7.6983 → 24.7.7017
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 +31 -1
- package/package.json +1 -1
|
@@ -28021,7 +28021,8 @@ proto.sniipbillerapi.GetBillerSmeDetailsResponse.toObject = function(includeInst
|
|
|
28021
28021
|
abn: jspb.Message.getFieldWithDefault(msg, 9, ""),
|
|
28022
28022
|
description: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
28023
28023
|
timezone: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
28024
|
-
comment: jspb.Message.getFieldWithDefault(msg, 12, "")
|
|
28024
|
+
comment: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
28025
|
+
internaldescription: jspb.Message.getFieldWithDefault(msg, 13, "")
|
|
28025
28026
|
};
|
|
28026
28027
|
|
|
28027
28028
|
if (includeInstance) {
|
|
@@ -28108,6 +28109,10 @@ proto.sniipbillerapi.GetBillerSmeDetailsResponse.deserializeBinaryFromReader = f
|
|
|
28108
28109
|
var value = /** @type {string} */ (reader.readString());
|
|
28109
28110
|
msg.setComment(value);
|
|
28110
28111
|
break;
|
|
28112
|
+
case 13:
|
|
28113
|
+
var value = /** @type {string} */ (reader.readString());
|
|
28114
|
+
msg.setInternaldescription(value);
|
|
28115
|
+
break;
|
|
28111
28116
|
default:
|
|
28112
28117
|
reader.skipField();
|
|
28113
28118
|
break;
|
|
@@ -28223,6 +28228,13 @@ proto.sniipbillerapi.GetBillerSmeDetailsResponse.serializeBinaryToWriter = funct
|
|
|
28223
28228
|
f
|
|
28224
28229
|
);
|
|
28225
28230
|
}
|
|
28231
|
+
f = message.getInternaldescription();
|
|
28232
|
+
if (f.length > 0) {
|
|
28233
|
+
writer.writeString(
|
|
28234
|
+
13,
|
|
28235
|
+
f
|
|
28236
|
+
);
|
|
28237
|
+
}
|
|
28226
28238
|
};
|
|
28227
28239
|
|
|
28228
28240
|
|
|
@@ -28481,6 +28493,24 @@ proto.sniipbillerapi.GetBillerSmeDetailsResponse.prototype.setComment = function
|
|
|
28481
28493
|
};
|
|
28482
28494
|
|
|
28483
28495
|
|
|
28496
|
+
/**
|
|
28497
|
+
* optional string internalDescription = 13;
|
|
28498
|
+
* @return {string}
|
|
28499
|
+
*/
|
|
28500
|
+
proto.sniipbillerapi.GetBillerSmeDetailsResponse.prototype.getInternaldescription = function() {
|
|
28501
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, ""));
|
|
28502
|
+
};
|
|
28503
|
+
|
|
28504
|
+
|
|
28505
|
+
/**
|
|
28506
|
+
* @param {string} value
|
|
28507
|
+
* @return {!proto.sniipbillerapi.GetBillerSmeDetailsResponse} returns this
|
|
28508
|
+
*/
|
|
28509
|
+
proto.sniipbillerapi.GetBillerSmeDetailsResponse.prototype.setInternaldescription = function(value) {
|
|
28510
|
+
return jspb.Message.setProto3StringField(this, 13, value);
|
|
28511
|
+
};
|
|
28512
|
+
|
|
28513
|
+
|
|
28484
28514
|
|
|
28485
28515
|
|
|
28486
28516
|
|