@aldiokta/protocgen 1.1.43 → 1.1.44

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aldiokta/protocgen",
3
- "version": "1.1.43",
3
+ "version": "1.1.44",
4
4
  "description": "protocgen js generated for products v2",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1074,7 +1074,8 @@ proto.PoliciesResponse.toObject = function(includeInstance, msg) {
1074
1074
  name: jspb.Message.getFieldWithDefault(msg, 1, ""),
1075
1075
  description: jspb.Message.getFieldWithDefault(msg, 2, ""),
1076
1076
  statementList: jspb.Message.toObjectList(msg.getStatementList(),
1077
- proto.Statement.toObject, includeInstance)
1077
+ proto.Statement.toObject, includeInstance),
1078
+ referencesId: jspb.Message.getFieldWithDefault(msg, 4, "")
1078
1079
  };
1079
1080
 
1080
1081
  if (includeInstance) {
@@ -1124,6 +1125,10 @@ proto.PoliciesResponse.deserializeBinaryFromReader = function(msg, reader) {
1124
1125
  reader.readMessage(value,proto.Statement.deserializeBinaryFromReader);
1125
1126
  msg.addStatement(value);
1126
1127
  break;
1128
+ case 4:
1129
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1130
+ msg.setReferencesId(value);
1131
+ break;
1127
1132
  default:
1128
1133
  reader.skipField();
1129
1134
  break;
@@ -1175,6 +1180,13 @@ proto.PoliciesResponse.serializeBinaryToWriter = function(message, writer) {
1175
1180
  proto.Statement.serializeBinaryToWriter
1176
1181
  );
1177
1182
  }
1183
+ f = message.getReferencesId();
1184
+ if (f.length > 0) {
1185
+ writer.writeString(
1186
+ 4,
1187
+ f
1188
+ );
1189
+ }
1178
1190
  };
1179
1191
 
1180
1192
 
@@ -1252,6 +1264,24 @@ proto.PoliciesResponse.prototype.clearStatementList = function() {
1252
1264
  };
1253
1265
 
1254
1266
 
1267
+ /**
1268
+ * optional string references_id = 4;
1269
+ * @return {string}
1270
+ */
1271
+ proto.PoliciesResponse.prototype.getReferencesId = function() {
1272
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
1273
+ };
1274
+
1275
+
1276
+ /**
1277
+ * @param {string} value
1278
+ * @return {!proto.PoliciesResponse} returns this
1279
+ */
1280
+ proto.PoliciesResponse.prototype.setReferencesId = function(value) {
1281
+ return jspb.Message.setProto3StringField(this, 4, value);
1282
+ };
1283
+
1284
+
1255
1285
 
1256
1286
  /**
1257
1287
  * List of repeated fields within this message type.
@@ -252,6 +252,17 @@ var VendorServiceService = exports.VendorServiceService = {
252
252
  responseSerialize: serialize_UpdateVendorResponse,
253
253
  responseDeserialize: deserialize_UpdateVendorResponse,
254
254
  },
255
+ updateVendorSection: {
256
+ path: '/VendorService/UpdateVendorSection',
257
+ requestStream: false,
258
+ responseStream: false,
259
+ requestType: prisca_v1_vendor_domain_vendor_domain_pb.UpdateVendorRequest,
260
+ responseType: prisca_v1_vendor_domain_vendor_domain_pb.UpdateVendorResponse,
261
+ requestSerialize: serialize_UpdateVendorRequest,
262
+ requestDeserialize: deserialize_UpdateVendorRequest,
263
+ responseSerialize: serialize_UpdateVendorResponse,
264
+ responseDeserialize: deserialize_UpdateVendorResponse,
265
+ },
255
266
  updateVendorStatus: {
256
267
  path: '/VendorService/UpdateVendorStatus',
257
268
  requestStream: false,