@aldiokta/protocgen 1.1.67 → 1.1.68

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.
Files changed (74) hide show
  1. package/package.json +1 -1
  2. package/prisca/v1/audit_trail/audit_trail_grpc_pb.js +92 -0
  3. package/prisca/v1/audit_trail/audit_trail_pb.js +2107 -0
  4. package/prisca/v1/bidding/bidding_pb.js +61 -1
  5. package/prisca/v1/business_partner/business_partner_grpc_pb.js +334 -0
  6. package/prisca/v1/business_partner/business_partner_pb.js +5244 -0
  7. package/prisca/v1/core/bp_config/bp_config_grpc_pb.js +697 -0
  8. package/prisca/v1/core/bp_config/bp_config_pb.js +10812 -0
  9. package/prisca/v1/core/item_transaction/item_transaction_pb.js +340 -10
  10. package/prisca/v1/core/job_title/job_title_pb.js +31 -1
  11. package/prisca/v1/core/line_of_approval/line_of_approval_grpc_pb.js +73 -0
  12. package/prisca/v1/core/line_of_approval/line_of_approval_pb.js +2027 -0
  13. package/prisca/v1/core/material_sales/material_account_assignment_group_grpc_pb.js +183 -0
  14. package/prisca/v1/core/material_sales/material_account_assignment_group_pb.js +2658 -0
  15. package/prisca/v1/core/material_sales/material_division_grpc_pb.js +199 -0
  16. package/prisca/v1/core/material_sales/material_division_pb.js +2706 -0
  17. package/prisca/v1/core/material_sales/material_item_category_group_grpc_pb.js +183 -0
  18. package/prisca/v1/core/material_sales/material_item_category_group_pb.js +2658 -0
  19. package/prisca/v1/core/material_sales/material_plant_grpc_pb.js +193 -0
  20. package/prisca/v1/core/material_sales/material_plant_pb.js +2757 -0
  21. package/prisca/v1/core/material_sales/material_sales_eligibility_grpc_pb.js +62 -0
  22. package/prisca/v1/core/material_sales/material_sales_eligibility_pb.js +475 -0
  23. package/prisca/v1/core/material_sales/material_sales_org_grpc_pb.js +191 -0
  24. package/prisca/v1/core/material_sales/material_sales_org_pb.js +2937 -0
  25. package/prisca/v1/core/material_sales/material_tax_classification_grpc_pb.js +193 -0
  26. package/prisca/v1/core/material_sales/material_tax_classification_pb.js +2817 -0
  27. package/prisca/v1/core/material_sales/material_tax_classification_value_grpc_pb.js +194 -0
  28. package/prisca/v1/core/material_sales/material_tax_classification_value_pb.js +2868 -0
  29. package/prisca/v1/core/material_sales/material_withholding_tax_group_grpc_pb.js +188 -0
  30. package/prisca/v1/core/material_sales/material_withholding_tax_group_pb.js +2658 -0
  31. package/prisca/v1/core/sales_org/distribution_channel_grpc_pb.js +180 -0
  32. package/prisca/v1/core/sales_org/distribution_channel_pb.js +2658 -0
  33. package/prisca/v1/core/sales_org/sales_address_grpc_pb.js +1 -0
  34. package/prisca/v1/core/sales_org/sales_address_pb.js +380 -0
  35. package/prisca/v1/core/sales_org/sales_area_grpc_pb.js +157 -0
  36. package/prisca/v1/core/sales_org/sales_area_pb.js +2381 -0
  37. package/prisca/v1/core/sales_org/sales_division_grpc_pb.js +180 -0
  38. package/prisca/v1/core/sales_org/sales_division_pb.js +2658 -0
  39. package/prisca/v1/core/sales_org/sales_group_assignment_grpc_pb.js +151 -0
  40. package/prisca/v1/core/sales_org/sales_group_assignment_pb.js +2231 -0
  41. package/prisca/v1/core/sales_org/sales_group_grpc_pb.js +180 -0
  42. package/prisca/v1/core/sales_org/sales_group_pb.js +2658 -0
  43. package/prisca/v1/core/sales_org/sales_office_assignment_grpc_pb.js +151 -0
  44. package/prisca/v1/core/sales_org/sales_office_assignment_pb.js +2231 -0
  45. package/prisca/v1/core/sales_org/sales_office_grpc_pb.js +181 -0
  46. package/prisca/v1/core/sales_org/sales_office_pb.js +2762 -0
  47. package/prisca/v1/core/sales_org/sales_org_distribution_channel_grpc_pb.js +151 -0
  48. package/prisca/v1/core/sales_org/sales_org_distribution_channel_pb.js +2231 -0
  49. package/prisca/v1/core/sales_org/sales_org_division_grpc_pb.js +151 -0
  50. package/prisca/v1/core/sales_org/sales_org_division_pb.js +2231 -0
  51. package/prisca/v1/core/sales_org/sales_org_plant_grpc_pb.js +152 -0
  52. package/prisca/v1/core/sales_org/sales_org_plant_pb.js +2291 -0
  53. package/prisca/v1/core/sales_org/sales_organization_grpc_pb.js +181 -0
  54. package/prisca/v1/core/sales_org/sales_organization_pb.js +2822 -0
  55. package/prisca/v1/core/sales_org/shipping_point_grpc_pb.js +181 -0
  56. package/prisca/v1/core/sales_org/shipping_point_pb.js +2762 -0
  57. package/prisca/v1/core/sales_org/shipping_point_plant_grpc_pb.js +152 -0
  58. package/prisca/v1/core/sales_org/shipping_point_plant_pb.js +2231 -0
  59. package/prisca/v1/core/transaction_type/transaction_type_grpc_pb.js +147 -0
  60. package/prisca/v1/core/transaction_type/transaction_type_pb.js +2587 -0
  61. package/prisca/v1/customer/customer_grpc_pb.js +184 -0
  62. package/prisca/v1/customer/customer_pb.js +3498 -0
  63. package/prisca/v1/customer/customer_registration_grpc_pb.js +93 -0
  64. package/prisca/v1/customer/customer_registration_pb.js +1300 -0
  65. package/prisca/v1/customer/customer_sales_area_grpc_pb.js +256 -0
  66. package/prisca/v1/customer/customer_sales_area_pb.js +4681 -0
  67. package/prisca/v1/delivery_order/delivery_order_pb.js +61 -1
  68. package/prisca/v1/good_receipt/good_receipt_pb.js +31 -1
  69. package/prisca/v1/invoice/invoice_pb.js +62 -2
  70. package/prisca/v1/purchase_order/purchase_order_grpc_pb.js +87 -0
  71. package/prisca/v1/purchase_order/purchase_order_pb.js +1015 -5
  72. package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_pb.js +31 -1
  73. package/prisca/v1/request_for_quotation/request_for_quotation_pb.js +152 -2
  74. package/prisca/v1/vendor_domain/vendor_domain_pb.js +94 -15
@@ -1154,7 +1154,8 @@ filesList: jspb.Message.toObjectList(msg.getFilesList(),
1154
1154
  prisca_v1_core_file_upload_file_upload_pb.FileUploadReferencesReq.toObject, includeInstance),
1155
1155
  requestedBy: jspb.Message.getFieldWithDefault(msg, 28, ""),
1156
1156
  requestor: (f = msg.getRequestor()) && prisca_v1_global_meta_meta_pb.Creator.toObject(includeInstance, f),
1157
- companies: (f = msg.getCompanies()) && prisca_v1_core_company_company_pb.BaseCompany.toObject(includeInstance, f)
1157
+ companies: (f = msg.getCompanies()) && prisca_v1_core_company_company_pb.BaseCompany.toObject(includeInstance, f),
1158
+ totalValue: jspb.Message.getFieldWithDefault(msg, 31, "")
1158
1159
  };
1159
1160
 
1160
1161
  if (includeInstance) {
@@ -1311,6 +1312,10 @@ proto.PurchaseRequisitionTrx.deserializeBinaryFromReader = function(msg, reader)
1311
1312
  reader.readMessage(value,prisca_v1_core_company_company_pb.BaseCompany.deserializeBinaryFromReader);
1312
1313
  msg.setCompanies(value);
1313
1314
  break;
1315
+ case 31:
1316
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1317
+ msg.setTotalValue(value);
1318
+ break;
1314
1319
  default:
1315
1320
  reader.skipField();
1316
1321
  break;
@@ -1547,6 +1552,13 @@ proto.PurchaseRequisitionTrx.serializeBinaryToWriter = function(message, writer)
1547
1552
  prisca_v1_core_company_company_pb.BaseCompany.serializeBinaryToWriter
1548
1553
  );
1549
1554
  }
1555
+ f = message.getTotalValue();
1556
+ if (f.length > 0) {
1557
+ writer.writeString(
1558
+ 31,
1559
+ f
1560
+ );
1561
+ }
1550
1562
  };
1551
1563
 
1552
1564
 
@@ -2150,6 +2162,24 @@ proto.PurchaseRequisitionTrx.prototype.hasCompanies = function() {
2150
2162
  };
2151
2163
 
2152
2164
 
2165
+ /**
2166
+ * optional string total_value = 31;
2167
+ * @return {string}
2168
+ */
2169
+ proto.PurchaseRequisitionTrx.prototype.getTotalValue = function() {
2170
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 31, ""));
2171
+ };
2172
+
2173
+
2174
+ /**
2175
+ * @param {string} value
2176
+ * @return {!proto.PurchaseRequisitionTrx} returns this
2177
+ */
2178
+ proto.PurchaseRequisitionTrx.prototype.setTotalValue = function(value) {
2179
+ return jspb.Message.setProto3StringField(this, 31, value);
2180
+ };
2181
+
2182
+
2153
2183
 
2154
2184
  /**
2155
2185
  * List of repeated fields within this message type.
@@ -1313,7 +1313,9 @@ notesForVendor: jspb.Message.getFieldWithDefault(msg, 28, ""),
1313
1313
  groupReferences: jspb.Message.getFieldWithDefault(msg, 29, ""),
1314
1314
  companiesReferencesId: jspb.Message.getFieldWithDefault(msg, 30, ""),
1315
1315
  biddingDate: jspb.Message.getFieldWithDefault(msg, 31, ""),
1316
- documentType: jspb.Message.getFieldWithDefault(msg, 32, "")
1316
+ documentType: jspb.Message.getFieldWithDefault(msg, 32, ""),
1317
+ purchasingGroup: jspb.Message.getFieldWithDefault(msg, 33, ""),
1318
+ currency: jspb.Message.getFieldWithDefault(msg, 34, "")
1317
1319
  };
1318
1320
 
1319
1321
  if (includeInstance) {
@@ -1483,6 +1485,14 @@ proto.RequestForQuotation.deserializeBinaryFromReader = function(msg, reader) {
1483
1485
  var value = /** @type {string} */ (reader.readStringRequireUtf8());
1484
1486
  msg.setDocumentType(value);
1485
1487
  break;
1488
+ case 33:
1489
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1490
+ msg.setPurchasingGroup(value);
1491
+ break;
1492
+ case 34:
1493
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1494
+ msg.setCurrency(value);
1495
+ break;
1486
1496
  default:
1487
1497
  reader.skipField();
1488
1498
  break;
@@ -1741,6 +1751,20 @@ proto.RequestForQuotation.serializeBinaryToWriter = function(message, writer) {
1741
1751
  f
1742
1752
  );
1743
1753
  }
1754
+ f = message.getPurchasingGroup();
1755
+ if (f.length > 0) {
1756
+ writer.writeString(
1757
+ 33,
1758
+ f
1759
+ );
1760
+ }
1761
+ f = message.getCurrency();
1762
+ if (f.length > 0) {
1763
+ writer.writeString(
1764
+ 34,
1765
+ f
1766
+ );
1767
+ }
1744
1768
  };
1745
1769
 
1746
1770
 
@@ -2418,6 +2442,42 @@ proto.RequestForQuotation.prototype.setDocumentType = function(value) {
2418
2442
  };
2419
2443
 
2420
2444
 
2445
+ /**
2446
+ * optional string purchasing_group = 33;
2447
+ * @return {string}
2448
+ */
2449
+ proto.RequestForQuotation.prototype.getPurchasingGroup = function() {
2450
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 33, ""));
2451
+ };
2452
+
2453
+
2454
+ /**
2455
+ * @param {string} value
2456
+ * @return {!proto.RequestForQuotation} returns this
2457
+ */
2458
+ proto.RequestForQuotation.prototype.setPurchasingGroup = function(value) {
2459
+ return jspb.Message.setProto3StringField(this, 33, value);
2460
+ };
2461
+
2462
+
2463
+ /**
2464
+ * optional string currency = 34;
2465
+ * @return {string}
2466
+ */
2467
+ proto.RequestForQuotation.prototype.getCurrency = function() {
2468
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 34, ""));
2469
+ };
2470
+
2471
+
2472
+ /**
2473
+ * @param {string} value
2474
+ * @return {!proto.RequestForQuotation} returns this
2475
+ */
2476
+ proto.RequestForQuotation.prototype.setCurrency = function(value) {
2477
+ return jspb.Message.setProto3StringField(this, 34, value);
2478
+ };
2479
+
2480
+
2421
2481
 
2422
2482
 
2423
2483
 
@@ -3597,7 +3657,10 @@ filesList: jspb.Message.toObjectList(msg.getFilesList(),
3597
3657
  notesForVendor: jspb.Message.getFieldWithDefault(msg, 20, ""),
3598
3658
  groupReferences: jspb.Message.getFieldWithDefault(msg, 21, ""),
3599
3659
  biddingDate: jspb.Message.getFieldWithDefault(msg, 22, ""),
3600
- documentType: jspb.Message.getFieldWithDefault(msg, 23, "")
3660
+ documentType: jspb.Message.getFieldWithDefault(msg, 23, ""),
3661
+ department: jspb.Message.getFieldWithDefault(msg, 24, ""),
3662
+ purchasingGroup: jspb.Message.getFieldWithDefault(msg, 25, ""),
3663
+ currency: jspb.Message.getFieldWithDefault(msg, 26, "")
3601
3664
  };
3602
3665
 
3603
3666
  if (includeInstance) {
@@ -3729,6 +3792,18 @@ proto.RequestRFQ.deserializeBinaryFromReader = function(msg, reader) {
3729
3792
  var value = /** @type {string} */ (reader.readStringRequireUtf8());
3730
3793
  msg.setDocumentType(value);
3731
3794
  break;
3795
+ case 24:
3796
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
3797
+ msg.setDepartment(value);
3798
+ break;
3799
+ case 25:
3800
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
3801
+ msg.setPurchasingGroup(value);
3802
+ break;
3803
+ case 26:
3804
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
3805
+ msg.setCurrency(value);
3806
+ break;
3732
3807
  default:
3733
3808
  reader.skipField();
3734
3809
  break;
@@ -3922,6 +3997,27 @@ proto.RequestRFQ.serializeBinaryToWriter = function(message, writer) {
3922
3997
  f
3923
3998
  );
3924
3999
  }
4000
+ f = message.getDepartment();
4001
+ if (f.length > 0) {
4002
+ writer.writeString(
4003
+ 24,
4004
+ f
4005
+ );
4006
+ }
4007
+ f = message.getPurchasingGroup();
4008
+ if (f.length > 0) {
4009
+ writer.writeString(
4010
+ 25,
4011
+ f
4012
+ );
4013
+ }
4014
+ f = message.getCurrency();
4015
+ if (f.length > 0) {
4016
+ writer.writeString(
4017
+ 26,
4018
+ f
4019
+ );
4020
+ }
3925
4021
  };
3926
4022
 
3927
4023
 
@@ -4399,6 +4495,60 @@ proto.RequestRFQ.prototype.setDocumentType = function(value) {
4399
4495
  };
4400
4496
 
4401
4497
 
4498
+ /**
4499
+ * optional string department = 24;
4500
+ * @return {string}
4501
+ */
4502
+ proto.RequestRFQ.prototype.getDepartment = function() {
4503
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 24, ""));
4504
+ };
4505
+
4506
+
4507
+ /**
4508
+ * @param {string} value
4509
+ * @return {!proto.RequestRFQ} returns this
4510
+ */
4511
+ proto.RequestRFQ.prototype.setDepartment = function(value) {
4512
+ return jspb.Message.setProto3StringField(this, 24, value);
4513
+ };
4514
+
4515
+
4516
+ /**
4517
+ * optional string purchasing_group = 25;
4518
+ * @return {string}
4519
+ */
4520
+ proto.RequestRFQ.prototype.getPurchasingGroup = function() {
4521
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 25, ""));
4522
+ };
4523
+
4524
+
4525
+ /**
4526
+ * @param {string} value
4527
+ * @return {!proto.RequestRFQ} returns this
4528
+ */
4529
+ proto.RequestRFQ.prototype.setPurchasingGroup = function(value) {
4530
+ return jspb.Message.setProto3StringField(this, 25, value);
4531
+ };
4532
+
4533
+
4534
+ /**
4535
+ * optional string currency = 26;
4536
+ * @return {string}
4537
+ */
4538
+ proto.RequestRFQ.prototype.getCurrency = function() {
4539
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 26, ""));
4540
+ };
4541
+
4542
+
4543
+ /**
4544
+ * @param {string} value
4545
+ * @return {!proto.RequestRFQ} returns this
4546
+ */
4547
+ proto.RequestRFQ.prototype.setCurrency = function(value) {
4548
+ return jspb.Message.setProto3StringField(this, 26, value);
4549
+ };
4550
+
4551
+
4402
4552
 
4403
4553
 
4404
4554
 
@@ -2466,7 +2466,7 @@ companyPresidentDirector: jspb.Message.getFieldWithDefault(msg, 51, ""),
2466
2466
  companiesReferencesId: jspb.Message.getFieldWithDefault(msg, 52, ""),
2467
2467
  companyType: jspb.Message.getFieldWithDefault(msg, 53, ""),
2468
2468
  companyWebsite: jspb.Message.getFieldWithDefault(msg, 54, ""),
2469
- companyReferences: jspb.Message.getFieldWithDefault(msg, 55, ""),
2469
+ companyReference: jspb.Message.getFieldWithDefault(msg, 55, ""),
2470
2470
  companyLogo: jspb.Message.getFieldWithDefault(msg, 56, ""),
2471
2471
  companyLogoImage: (f = msg.getCompanyLogoImage()) && prisca_v1_core_file_upload_file_upload_pb.FileUploadReferencesReq.toObject(includeInstance, f),
2472
2472
  isAccepted: jspb.Message.getBooleanFieldWithDefault(msg, 58, false),
@@ -2748,7 +2748,7 @@ proto.Vendor.deserializeBinaryFromReader = function(msg, reader) {
2748
2748
  break;
2749
2749
  case 55:
2750
2750
  var value = /** @type {string} */ (reader.readStringRequireUtf8());
2751
- msg.setCompanyReferences(value);
2751
+ msg.setCompanyReference(value);
2752
2752
  break;
2753
2753
  case 56:
2754
2754
  var value = /** @type {string} */ (reader.readStringRequireUtf8());
@@ -3211,7 +3211,7 @@ proto.Vendor.serializeBinaryToWriter = function(message, writer) {
3211
3211
  f
3212
3212
  );
3213
3213
  }
3214
- f = message.getCompanyReferences();
3214
+ f = message.getCompanyReference();
3215
3215
  if (f.length > 0) {
3216
3216
  writer.writeString(
3217
3217
  55,
@@ -4633,10 +4633,10 @@ proto.Vendor.prototype.setCompanyWebsite = function(value) {
4633
4633
 
4634
4634
 
4635
4635
  /**
4636
- * optional string company_references = 55;
4636
+ * optional string company_reference = 55;
4637
4637
  * @return {string}
4638
4638
  */
4639
- proto.Vendor.prototype.getCompanyReferences = function() {
4639
+ proto.Vendor.prototype.getCompanyReference = function() {
4640
4640
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 55, ""));
4641
4641
  };
4642
4642
 
@@ -4645,7 +4645,7 @@ proto.Vendor.prototype.getCompanyReferences = function() {
4645
4645
  * @param {string} value
4646
4646
  * @return {!proto.Vendor} returns this
4647
4647
  */
4648
- proto.Vendor.prototype.setCompanyReferences = function(value) {
4648
+ proto.Vendor.prototype.setCompanyReference = function(value) {
4649
4649
  return jspb.Message.setProto3StringField(this, 55, value);
4650
4650
  };
4651
4651
 
@@ -8901,7 +8901,8 @@ minutesOfHandoverAttachment: (f = msg.getMinutesOfHandoverAttachment()) && prisc
8901
8901
  proof: jspb.Message.getFieldWithDefault(msg, 20, ""),
8902
8902
  proofAttachmentReferencesId: jspb.Message.getFieldWithDefault(msg, 21, ""),
8903
8903
  proofAttachment: (f = msg.getProofAttachment()) && prisca_v1_core_file_upload_file_upload_pb.FileUploadReferencesReq.toObject(includeInstance, f),
8904
- city: jspb.Message.getFieldWithDefault(msg, 23, "")
8904
+ city: jspb.Message.getFieldWithDefault(msg, 23, ""),
8905
+ village: jspb.Message.getFieldWithDefault(msg, 24, "")
8905
8906
  };
8906
8907
 
8907
8908
  if (includeInstance) {
@@ -9032,6 +9033,10 @@ proto.WorkExperiences.deserializeBinaryFromReader = function(msg, reader) {
9032
9033
  var value = /** @type {string} */ (reader.readStringRequireUtf8());
9033
9034
  msg.setCity(value);
9034
9035
  break;
9036
+ case 24:
9037
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
9038
+ msg.setVillage(value);
9039
+ break;
9035
9040
  default:
9036
9041
  reader.skipField();
9037
9042
  break;
@@ -9224,6 +9229,13 @@ proto.WorkExperiences.serializeBinaryToWriter = function(message, writer) {
9224
9229
  f
9225
9230
  );
9226
9231
  }
9232
+ f = message.getVillage();
9233
+ if (f.length > 0) {
9234
+ writer.writeString(
9235
+ 24,
9236
+ f
9237
+ );
9238
+ }
9227
9239
  };
9228
9240
 
9229
9241
 
@@ -9679,6 +9691,24 @@ proto.WorkExperiences.prototype.setCity = function(value) {
9679
9691
  };
9680
9692
 
9681
9693
 
9694
+ /**
9695
+ * optional string village = 24;
9696
+ * @return {string}
9697
+ */
9698
+ proto.WorkExperiences.prototype.getVillage = function() {
9699
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 24, ""));
9700
+ };
9701
+
9702
+
9703
+ /**
9704
+ * @param {string} value
9705
+ * @return {!proto.WorkExperiences} returns this
9706
+ */
9707
+ proto.WorkExperiences.prototype.setVillage = function(value) {
9708
+ return jspb.Message.setProto3StringField(this, 24, value);
9709
+ };
9710
+
9711
+
9682
9712
 
9683
9713
 
9684
9714
 
@@ -11588,7 +11618,7 @@ proto.OtherDocument.prototype.setValidStart = function(value) {
11588
11618
  * @private {!Array<number>}
11589
11619
  * @const
11590
11620
  */
11591
- proto.BaseVendorRequest.repeatedFields_ = [19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,39,40];
11621
+ proto.BaseVendorRequest.repeatedFields_ = [19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,39,40,49];
11592
11622
 
11593
11623
 
11594
11624
 
@@ -11685,9 +11715,10 @@ companyDomain: jspb.Message.getFieldWithDefault(msg, 42, ""),
11685
11715
  companyPresidentDirector: jspb.Message.getFieldWithDefault(msg, 43, ""),
11686
11716
  companyType: jspb.Message.getFieldWithDefault(msg, 44, ""),
11687
11717
  companyWebsite: jspb.Message.getFieldWithDefault(msg, 45, ""),
11688
- companyReferences: jspb.Message.getFieldWithDefault(msg, 46, ""),
11718
+ companyReference: jspb.Message.getFieldWithDefault(msg, 46, ""),
11689
11719
  companyLogo: jspb.Message.getFieldWithDefault(msg, 47, ""),
11690
- customTransaction: jspb.Message.getFieldWithDefault(msg, 48, "")
11720
+ customTransaction: jspb.Message.getFieldWithDefault(msg, 48, ""),
11721
+ clearedSectionsList: (f = jspb.Message.getRepeatedField(msg, 49)) == null ? undefined : f
11691
11722
  };
11692
11723
 
11693
11724
  if (includeInstance) {
@@ -11925,7 +11956,7 @@ proto.BaseVendorRequest.deserializeBinaryFromReader = function(msg, reader) {
11925
11956
  break;
11926
11957
  case 46:
11927
11958
  var value = /** @type {string} */ (reader.readStringRequireUtf8());
11928
- msg.setCompanyReferences(value);
11959
+ msg.setCompanyReference(value);
11929
11960
  break;
11930
11961
  case 47:
11931
11962
  var value = /** @type {string} */ (reader.readStringRequireUtf8());
@@ -11935,6 +11966,10 @@ proto.BaseVendorRequest.deserializeBinaryFromReader = function(msg, reader) {
11935
11966
  var value = /** @type {string} */ (reader.readStringRequireUtf8());
11936
11967
  msg.setCustomTransaction(value);
11937
11968
  break;
11969
+ case 49:
11970
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
11971
+ msg.addClearedSections(value);
11972
+ break;
11938
11973
  default:
11939
11974
  reader.skipField();
11940
11975
  break;
@@ -12298,7 +12333,7 @@ proto.BaseVendorRequest.serializeBinaryToWriter = function(message, writer) {
12298
12333
  f
12299
12334
  );
12300
12335
  }
12301
- f = message.getCompanyReferences();
12336
+ f = message.getCompanyReference();
12302
12337
  if (f.length > 0) {
12303
12338
  writer.writeString(
12304
12339
  46,
@@ -12319,6 +12354,13 @@ proto.BaseVendorRequest.serializeBinaryToWriter = function(message, writer) {
12319
12354
  f
12320
12355
  );
12321
12356
  }
12357
+ f = message.getClearedSectionsList();
12358
+ if (f.length > 0) {
12359
+ writer.writeRepeatedString(
12360
+ 49,
12361
+ f
12362
+ );
12363
+ }
12322
12364
  };
12323
12365
 
12324
12366
 
@@ -13513,10 +13555,10 @@ proto.BaseVendorRequest.prototype.setCompanyWebsite = function(value) {
13513
13555
 
13514
13556
 
13515
13557
  /**
13516
- * optional string company_references = 46;
13558
+ * optional string company_reference = 46;
13517
13559
  * @return {string}
13518
13560
  */
13519
- proto.BaseVendorRequest.prototype.getCompanyReferences = function() {
13561
+ proto.BaseVendorRequest.prototype.getCompanyReference = function() {
13520
13562
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 46, ""));
13521
13563
  };
13522
13564
 
@@ -13525,7 +13567,7 @@ proto.BaseVendorRequest.prototype.getCompanyReferences = function() {
13525
13567
  * @param {string} value
13526
13568
  * @return {!proto.BaseVendorRequest} returns this
13527
13569
  */
13528
- proto.BaseVendorRequest.prototype.setCompanyReferences = function(value) {
13570
+ proto.BaseVendorRequest.prototype.setCompanyReference = function(value) {
13529
13571
  return jspb.Message.setProto3StringField(this, 46, value);
13530
13572
  };
13531
13573
 
@@ -13566,6 +13608,43 @@ proto.BaseVendorRequest.prototype.setCustomTransaction = function(value) {
13566
13608
  };
13567
13609
 
13568
13610
 
13611
+ /**
13612
+ * repeated string cleared_sections = 49;
13613
+ * @return {!Array<string>}
13614
+ */
13615
+ proto.BaseVendorRequest.prototype.getClearedSectionsList = function() {
13616
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 49));
13617
+ };
13618
+
13619
+
13620
+ /**
13621
+ * @param {!Array<string>} value
13622
+ * @return {!proto.BaseVendorRequest} returns this
13623
+ */
13624
+ proto.BaseVendorRequest.prototype.setClearedSectionsList = function(value) {
13625
+ return jspb.Message.setField(this, 49, value || []);
13626
+ };
13627
+
13628
+
13629
+ /**
13630
+ * @param {string} value
13631
+ * @param {number=} opt_index
13632
+ * @return {!proto.BaseVendorRequest} returns this
13633
+ */
13634
+ proto.BaseVendorRequest.prototype.addClearedSections = function(value, opt_index) {
13635
+ return jspb.Message.addToRepeatedField(this, 49, value, opt_index);
13636
+ };
13637
+
13638
+
13639
+ /**
13640
+ * Clears the list making it empty but non-null.
13641
+ * @return {!proto.BaseVendorRequest} returns this
13642
+ */
13643
+ proto.BaseVendorRequest.prototype.clearClearedSectionsList = function() {
13644
+ return this.setClearedSectionsList([]);
13645
+ };
13646
+
13647
+
13569
13648
 
13570
13649
 
13571
13650