@aldiokta/protocgen 1.1.63 → 1.1.65

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 (27) hide show
  1. package/package.json +1 -1
  2. package/prisca/v1/accurate_oauth/accurate_oauth_grpc_pb.js +210 -0
  3. package/prisca/v1/accurate_oauth/accurate_oauth_pb.js +2330 -0
  4. package/prisca/v1/bidding/bidding_pb.js +43 -13
  5. package/prisca/v1/core/auth/auth_grpc_pb.js +99 -0
  6. package/prisca/v1/core/auth/auth_pb.js +2347 -851
  7. package/prisca/v1/core/file_upload/file_upload_grpc_pb.js +33 -0
  8. package/prisca/v1/core/file_upload/file_upload_pb.js +304 -0
  9. package/prisca/v1/core/messaging/notification_event_grpc_pb.js +211 -0
  10. package/prisca/v1/core/messaging/notification_event_pb.js +3015 -0
  11. package/prisca/v1/core/user_device/user_device_grpc_pb.js +144 -0
  12. package/prisca/v1/core/user_device/user_device_pb.js +2255 -0
  13. package/prisca/v1/general_ledger_account/general_ledger_account_grpc_pb.js +41 -0
  14. package/prisca/v1/general_ledger_account/general_ledger_account_pb.js +991 -0
  15. package/prisca/v1/good_receipt/good_receipt_pb.js +61 -1
  16. package/prisca/v1/invoice/invoice_pb.js +61 -1
  17. package/prisca/v1/purchase_order/purchase_order_grpc_pb.js +0 -1
  18. package/prisca/v1/purchase_order/purchase_order_pb.js +154 -138
  19. package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_grpc_pb.js +0 -1
  20. package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_pb.js +18 -71
  21. package/prisca/v1/quotation/quotation_grpc_pb.js +33 -0
  22. package/prisca/v1/quotation/quotation_pb.js +1030 -131
  23. package/prisca/v1/request_for_quotation/request_for_quotation_grpc_pb.js +33 -0
  24. package/prisca/v1/request_for_quotation/request_for_quotation_pb.js +603 -4
  25. package/prisca/v1/valuation/valuation_pb.js +93 -3
  26. package/prisca/v1/vendor_domain/vendor_domain_grpc_pb.js +66 -0
  27. package/prisca/v1/vendor_domain/vendor_domain_pb.js +940 -0
@@ -27,6 +27,8 @@ var prisca_v1_core_employee_employee_pb = require('../../../prisca/v1/core/emplo
27
27
  goog.object.extend(proto, prisca_v1_core_employee_employee_pb);
28
28
  var prisca_v1_core_file_upload_file_upload_pb = require('../../../prisca/v1/core/file_upload/file_upload_pb.js');
29
29
  goog.object.extend(proto, prisca_v1_core_file_upload_file_upload_pb);
30
+ goog.exportSymbol('proto.CheckAvailableRFQReq', null, global);
31
+ goog.exportSymbol('proto.CheckAvailableRFQRes', null, global);
30
32
  goog.exportSymbol('proto.DeleteRFQRequest', null, global);
31
33
  goog.exportSymbol('proto.DeleteRFQResponse', null, global);
32
34
  goog.exportSymbol('proto.GetByIdRFQ', null, global);
@@ -37,6 +39,7 @@ goog.exportSymbol('proto.GetListRFQResponse', null, global);
37
39
  goog.exportSymbol('proto.GetRFQDetailResponse', null, global);
38
40
  goog.exportSymbol('proto.GetRFQItemDetailPreload', null, global);
39
41
  goog.exportSymbol('proto.GetRFQItemPreload', null, global);
42
+ goog.exportSymbol('proto.GetRFQItemServicePreload', null, global);
40
43
  goog.exportSymbol('proto.GetRFQVendorPreload', null, global);
41
44
  goog.exportSymbol('proto.RequestForQuotation', null, global);
42
45
  goog.exportSymbol('proto.RequestForQuotationItem', null, global);
@@ -49,6 +52,48 @@ goog.exportSymbol('proto.UpdateRequestForQuotationFileReq', null, global);
49
52
  goog.exportSymbol('proto.UpdateRequestForQuotationStatusReq', null, global);
50
53
  goog.exportSymbol('proto.UpdateRequestForQuotationVendorReq', null, global);
51
54
  goog.exportSymbol('proto.UpdateRequestForQuotationVendorRes', null, global);
55
+ /**
56
+ * Generated by JsPbCodeGenerator.
57
+ * @param {Array=} opt_data Optional initial data array, typically from a
58
+ * server response, or constructed directly in Javascript. The array is used
59
+ * in place and becomes part of the constructed object. It is not cloned.
60
+ * If no data is provided, the constructed object will be empty, but still
61
+ * valid.
62
+ * @extends {jspb.Message}
63
+ * @constructor
64
+ */
65
+ proto.CheckAvailableRFQReq = function(opt_data) {
66
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
67
+ };
68
+ goog.inherits(proto.CheckAvailableRFQReq, jspb.Message);
69
+ if (goog.DEBUG && !COMPILED) {
70
+ /**
71
+ * @public
72
+ * @override
73
+ */
74
+ proto.CheckAvailableRFQReq.displayName = 'proto.CheckAvailableRFQReq';
75
+ }
76
+ /**
77
+ * Generated by JsPbCodeGenerator.
78
+ * @param {Array=} opt_data Optional initial data array, typically from a
79
+ * server response, or constructed directly in Javascript. The array is used
80
+ * in place and becomes part of the constructed object. It is not cloned.
81
+ * If no data is provided, the constructed object will be empty, but still
82
+ * valid.
83
+ * @extends {jspb.Message}
84
+ * @constructor
85
+ */
86
+ proto.CheckAvailableRFQRes = function(opt_data) {
87
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
88
+ };
89
+ goog.inherits(proto.CheckAvailableRFQRes, jspb.Message);
90
+ if (goog.DEBUG && !COMPILED) {
91
+ /**
92
+ * @public
93
+ * @override
94
+ */
95
+ proto.CheckAvailableRFQRes.displayName = 'proto.CheckAvailableRFQRes';
96
+ }
52
97
  /**
53
98
  * Generated by JsPbCodeGenerator.
54
99
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -448,6 +493,27 @@ if (goog.DEBUG && !COMPILED) {
448
493
  */
449
494
  proto.GetRFQItemDetailPreload.displayName = 'proto.GetRFQItemDetailPreload';
450
495
  }
496
+ /**
497
+ * Generated by JsPbCodeGenerator.
498
+ * @param {Array=} opt_data Optional initial data array, typically from a
499
+ * server response, or constructed directly in Javascript. The array is used
500
+ * in place and becomes part of the constructed object. It is not cloned.
501
+ * If no data is provided, the constructed object will be empty, but still
502
+ * valid.
503
+ * @extends {jspb.Message}
504
+ * @constructor
505
+ */
506
+ proto.GetRFQItemServicePreload = function(opt_data) {
507
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.GetRFQItemServicePreload.repeatedFields_, null);
508
+ };
509
+ goog.inherits(proto.GetRFQItemServicePreload, jspb.Message);
510
+ if (goog.DEBUG && !COMPILED) {
511
+ /**
512
+ * @public
513
+ * @override
514
+ */
515
+ proto.GetRFQItemServicePreload.displayName = 'proto.GetRFQItemServicePreload';
516
+ }
451
517
  /**
452
518
  * Generated by JsPbCodeGenerator.
453
519
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -514,6 +580,266 @@ if (goog.DEBUG && !COMPILED) {
514
580
 
515
581
 
516
582
 
583
+ if (jspb.Message.GENERATE_TO_OBJECT) {
584
+ /**
585
+ * Creates an object representation of this proto.
586
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
587
+ * Optional fields that are not set will be set to undefined.
588
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
589
+ * For the list of reserved names please see:
590
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
591
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
592
+ * JSPB instance for transitional soy proto support:
593
+ * http://goto/soy-param-migration
594
+ * @return {!Object}
595
+ */
596
+ proto.CheckAvailableRFQReq.prototype.toObject = function(opt_includeInstance) {
597
+ return proto.CheckAvailableRFQReq.toObject(opt_includeInstance, this);
598
+ };
599
+
600
+
601
+ /**
602
+ * Static version of the {@see toObject} method.
603
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
604
+ * the JSPB instance for transitional soy proto support:
605
+ * http://goto/soy-param-migration
606
+ * @param {!proto.CheckAvailableRFQReq} msg The msg instance to transform.
607
+ * @return {!Object}
608
+ * @suppress {unusedLocalVariables} f is only used for nested messages
609
+ */
610
+ proto.CheckAvailableRFQReq.toObject = function(includeInstance, msg) {
611
+ var f, obj = {
612
+ referencesId: jspb.Message.getFieldWithDefault(msg, 1, "")
613
+ };
614
+
615
+ if (includeInstance) {
616
+ obj.$jspbMessageInstance = msg;
617
+ }
618
+ return obj;
619
+ };
620
+ }
621
+
622
+
623
+ /**
624
+ * Deserializes binary data (in protobuf wire format).
625
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
626
+ * @return {!proto.CheckAvailableRFQReq}
627
+ */
628
+ proto.CheckAvailableRFQReq.deserializeBinary = function(bytes) {
629
+ var reader = new jspb.BinaryReader(bytes);
630
+ var msg = new proto.CheckAvailableRFQReq;
631
+ return proto.CheckAvailableRFQReq.deserializeBinaryFromReader(msg, reader);
632
+ };
633
+
634
+
635
+ /**
636
+ * Deserializes binary data (in protobuf wire format) from the
637
+ * given reader into the given message object.
638
+ * @param {!proto.CheckAvailableRFQReq} msg The message object to deserialize into.
639
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
640
+ * @return {!proto.CheckAvailableRFQReq}
641
+ */
642
+ proto.CheckAvailableRFQReq.deserializeBinaryFromReader = function(msg, reader) {
643
+ while (reader.nextField()) {
644
+ if (reader.isEndGroup()) {
645
+ break;
646
+ }
647
+ var field = reader.getFieldNumber();
648
+ switch (field) {
649
+ case 1:
650
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
651
+ msg.setReferencesId(value);
652
+ break;
653
+ default:
654
+ reader.skipField();
655
+ break;
656
+ }
657
+ }
658
+ return msg;
659
+ };
660
+
661
+
662
+ /**
663
+ * Serializes the message to binary data (in protobuf wire format).
664
+ * @return {!Uint8Array}
665
+ */
666
+ proto.CheckAvailableRFQReq.prototype.serializeBinary = function() {
667
+ var writer = new jspb.BinaryWriter();
668
+ proto.CheckAvailableRFQReq.serializeBinaryToWriter(this, writer);
669
+ return writer.getResultBuffer();
670
+ };
671
+
672
+
673
+ /**
674
+ * Serializes the given message to binary data (in protobuf wire
675
+ * format), writing to the given BinaryWriter.
676
+ * @param {!proto.CheckAvailableRFQReq} message
677
+ * @param {!jspb.BinaryWriter} writer
678
+ * @suppress {unusedLocalVariables} f is only used for nested messages
679
+ */
680
+ proto.CheckAvailableRFQReq.serializeBinaryToWriter = function(message, writer) {
681
+ var f = undefined;
682
+ f = message.getReferencesId();
683
+ if (f.length > 0) {
684
+ writer.writeString(
685
+ 1,
686
+ f
687
+ );
688
+ }
689
+ };
690
+
691
+
692
+ /**
693
+ * optional string references_id = 1;
694
+ * @return {string}
695
+ */
696
+ proto.CheckAvailableRFQReq.prototype.getReferencesId = function() {
697
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
698
+ };
699
+
700
+
701
+ /**
702
+ * @param {string} value
703
+ * @return {!proto.CheckAvailableRFQReq} returns this
704
+ */
705
+ proto.CheckAvailableRFQReq.prototype.setReferencesId = function(value) {
706
+ return jspb.Message.setProto3StringField(this, 1, value);
707
+ };
708
+
709
+
710
+
711
+
712
+
713
+ if (jspb.Message.GENERATE_TO_OBJECT) {
714
+ /**
715
+ * Creates an object representation of this proto.
716
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
717
+ * Optional fields that are not set will be set to undefined.
718
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
719
+ * For the list of reserved names please see:
720
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
721
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
722
+ * JSPB instance for transitional soy proto support:
723
+ * http://goto/soy-param-migration
724
+ * @return {!Object}
725
+ */
726
+ proto.CheckAvailableRFQRes.prototype.toObject = function(opt_includeInstance) {
727
+ return proto.CheckAvailableRFQRes.toObject(opt_includeInstance, this);
728
+ };
729
+
730
+
731
+ /**
732
+ * Static version of the {@see toObject} method.
733
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
734
+ * the JSPB instance for transitional soy proto support:
735
+ * http://goto/soy-param-migration
736
+ * @param {!proto.CheckAvailableRFQRes} msg The msg instance to transform.
737
+ * @return {!Object}
738
+ * @suppress {unusedLocalVariables} f is only used for nested messages
739
+ */
740
+ proto.CheckAvailableRFQRes.toObject = function(includeInstance, msg) {
741
+ var f, obj = {
742
+ available: jspb.Message.getBooleanFieldWithDefault(msg, 1, false)
743
+ };
744
+
745
+ if (includeInstance) {
746
+ obj.$jspbMessageInstance = msg;
747
+ }
748
+ return obj;
749
+ };
750
+ }
751
+
752
+
753
+ /**
754
+ * Deserializes binary data (in protobuf wire format).
755
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
756
+ * @return {!proto.CheckAvailableRFQRes}
757
+ */
758
+ proto.CheckAvailableRFQRes.deserializeBinary = function(bytes) {
759
+ var reader = new jspb.BinaryReader(bytes);
760
+ var msg = new proto.CheckAvailableRFQRes;
761
+ return proto.CheckAvailableRFQRes.deserializeBinaryFromReader(msg, reader);
762
+ };
763
+
764
+
765
+ /**
766
+ * Deserializes binary data (in protobuf wire format) from the
767
+ * given reader into the given message object.
768
+ * @param {!proto.CheckAvailableRFQRes} msg The message object to deserialize into.
769
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
770
+ * @return {!proto.CheckAvailableRFQRes}
771
+ */
772
+ proto.CheckAvailableRFQRes.deserializeBinaryFromReader = function(msg, reader) {
773
+ while (reader.nextField()) {
774
+ if (reader.isEndGroup()) {
775
+ break;
776
+ }
777
+ var field = reader.getFieldNumber();
778
+ switch (field) {
779
+ case 1:
780
+ var value = /** @type {boolean} */ (reader.readBool());
781
+ msg.setAvailable(value);
782
+ break;
783
+ default:
784
+ reader.skipField();
785
+ break;
786
+ }
787
+ }
788
+ return msg;
789
+ };
790
+
791
+
792
+ /**
793
+ * Serializes the message to binary data (in protobuf wire format).
794
+ * @return {!Uint8Array}
795
+ */
796
+ proto.CheckAvailableRFQRes.prototype.serializeBinary = function() {
797
+ var writer = new jspb.BinaryWriter();
798
+ proto.CheckAvailableRFQRes.serializeBinaryToWriter(this, writer);
799
+ return writer.getResultBuffer();
800
+ };
801
+
802
+
803
+ /**
804
+ * Serializes the given message to binary data (in protobuf wire
805
+ * format), writing to the given BinaryWriter.
806
+ * @param {!proto.CheckAvailableRFQRes} message
807
+ * @param {!jspb.BinaryWriter} writer
808
+ * @suppress {unusedLocalVariables} f is only used for nested messages
809
+ */
810
+ proto.CheckAvailableRFQRes.serializeBinaryToWriter = function(message, writer) {
811
+ var f = undefined;
812
+ f = message.getAvailable();
813
+ if (f) {
814
+ writer.writeBool(
815
+ 1,
816
+ f
817
+ );
818
+ }
819
+ };
820
+
821
+
822
+ /**
823
+ * optional bool available = 1;
824
+ * @return {boolean}
825
+ */
826
+ proto.CheckAvailableRFQRes.prototype.getAvailable = function() {
827
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
828
+ };
829
+
830
+
831
+ /**
832
+ * @param {boolean} value
833
+ * @return {!proto.CheckAvailableRFQRes} returns this
834
+ */
835
+ proto.CheckAvailableRFQRes.prototype.setAvailable = function(value) {
836
+ return jspb.Message.setProto3BooleanField(this, 1, value);
837
+ };
838
+
839
+
840
+
841
+
842
+
517
843
  if (jspb.Message.GENERATE_TO_OBJECT) {
518
844
  /**
519
845
  * Creates an object representation of this proto.
@@ -986,7 +1312,8 @@ filesList: jspb.Message.toObjectList(msg.getFilesList(),
986
1312
  notesForVendor: jspb.Message.getFieldWithDefault(msg, 28, ""),
987
1313
  groupReferences: jspb.Message.getFieldWithDefault(msg, 29, ""),
988
1314
  companiesReferencesId: jspb.Message.getFieldWithDefault(msg, 30, ""),
989
- biddingDate: jspb.Message.getFieldWithDefault(msg, 31, "")
1315
+ biddingDate: jspb.Message.getFieldWithDefault(msg, 31, ""),
1316
+ documentType: jspb.Message.getFieldWithDefault(msg, 32, "")
990
1317
  };
991
1318
 
992
1319
  if (includeInstance) {
@@ -1152,6 +1479,10 @@ proto.RequestForQuotation.deserializeBinaryFromReader = function(msg, reader) {
1152
1479
  var value = /** @type {string} */ (reader.readStringRequireUtf8());
1153
1480
  msg.setBiddingDate(value);
1154
1481
  break;
1482
+ case 32:
1483
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1484
+ msg.setDocumentType(value);
1485
+ break;
1155
1486
  default:
1156
1487
  reader.skipField();
1157
1488
  break;
@@ -1403,6 +1734,13 @@ proto.RequestForQuotation.serializeBinaryToWriter = function(message, writer) {
1403
1734
  f
1404
1735
  );
1405
1736
  }
1737
+ f = message.getDocumentType();
1738
+ if (f.length > 0) {
1739
+ writer.writeString(
1740
+ 32,
1741
+ f
1742
+ );
1743
+ }
1406
1744
  };
1407
1745
 
1408
1746
 
@@ -2062,6 +2400,24 @@ proto.RequestForQuotation.prototype.setBiddingDate = function(value) {
2062
2400
  };
2063
2401
 
2064
2402
 
2403
+ /**
2404
+ * optional string document_type = 32;
2405
+ * @return {string}
2406
+ */
2407
+ proto.RequestForQuotation.prototype.getDocumentType = function() {
2408
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 32, ""));
2409
+ };
2410
+
2411
+
2412
+ /**
2413
+ * @param {string} value
2414
+ * @return {!proto.RequestForQuotation} returns this
2415
+ */
2416
+ proto.RequestForQuotation.prototype.setDocumentType = function(value) {
2417
+ return jspb.Message.setProto3StringField(this, 32, value);
2418
+ };
2419
+
2420
+
2065
2421
 
2066
2422
 
2067
2423
 
@@ -3240,7 +3596,8 @@ filesList: jspb.Message.toObjectList(msg.getFilesList(),
3240
3596
  prisca_v1_core_file_upload_file_upload_pb.FileUploadReferencesReq.toObject, includeInstance),
3241
3597
  notesForVendor: jspb.Message.getFieldWithDefault(msg, 20, ""),
3242
3598
  groupReferences: jspb.Message.getFieldWithDefault(msg, 21, ""),
3243
- biddingDate: jspb.Message.getFieldWithDefault(msg, 22, "")
3599
+ biddingDate: jspb.Message.getFieldWithDefault(msg, 22, ""),
3600
+ documentType: jspb.Message.getFieldWithDefault(msg, 23, "")
3244
3601
  };
3245
3602
 
3246
3603
  if (includeInstance) {
@@ -3368,6 +3725,10 @@ proto.RequestRFQ.deserializeBinaryFromReader = function(msg, reader) {
3368
3725
  var value = /** @type {string} */ (reader.readStringRequireUtf8());
3369
3726
  msg.setBiddingDate(value);
3370
3727
  break;
3728
+ case 23:
3729
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
3730
+ msg.setDocumentType(value);
3731
+ break;
3371
3732
  default:
3372
3733
  reader.skipField();
3373
3734
  break;
@@ -3554,6 +3915,13 @@ proto.RequestRFQ.serializeBinaryToWriter = function(message, writer) {
3554
3915
  f
3555
3916
  );
3556
3917
  }
3918
+ f = message.getDocumentType();
3919
+ if (f.length > 0) {
3920
+ writer.writeString(
3921
+ 23,
3922
+ f
3923
+ );
3924
+ }
3557
3925
  };
3558
3926
 
3559
3927
 
@@ -4013,6 +4381,24 @@ proto.RequestRFQ.prototype.setBiddingDate = function(value) {
4013
4381
  };
4014
4382
 
4015
4383
 
4384
+ /**
4385
+ * optional string document_type = 23;
4386
+ * @return {string}
4387
+ */
4388
+ proto.RequestRFQ.prototype.getDocumentType = function() {
4389
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 23, ""));
4390
+ };
4391
+
4392
+
4393
+ /**
4394
+ * @param {string} value
4395
+ * @return {!proto.RequestRFQ} returns this
4396
+ */
4397
+ proto.RequestRFQ.prototype.setDocumentType = function(value) {
4398
+ return jspb.Message.setProto3StringField(this, 23, value);
4399
+ };
4400
+
4401
+
4016
4402
 
4017
4403
 
4018
4404
 
@@ -5901,7 +6287,7 @@ proto.GetRFQDetailResponse.prototype.clearTransactionBuilderVendorsList = functi
5901
6287
  * @private {!Array<number>}
5902
6288
  * @const
5903
6289
  */
5904
- proto.GetRFQItemPreload.repeatedFields_ = [1,2];
6290
+ proto.GetRFQItemPreload.repeatedFields_ = [1,2,3];
5905
6291
 
5906
6292
 
5907
6293
 
@@ -5937,7 +6323,9 @@ proto.GetRFQItemPreload.toObject = function(includeInstance, msg) {
5937
6323
  transactionBuilderItemList: jspb.Message.toObjectList(msg.getTransactionBuilderItemList(),
5938
6324
  prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail.toObject, includeInstance),
5939
6325
  transactionBuilderItemDetailsList: jspb.Message.toObjectList(msg.getTransactionBuilderItemDetailsList(),
5940
- proto.GetRFQItemDetailPreload.toObject, includeInstance)
6326
+ proto.GetRFQItemDetailPreload.toObject, includeInstance),
6327
+ transactionBuilderItemServicesList: jspb.Message.toObjectList(msg.getTransactionBuilderItemServicesList(),
6328
+ proto.GetRFQItemServicePreload.toObject, includeInstance)
5941
6329
  };
5942
6330
 
5943
6331
  if (includeInstance) {
@@ -5984,6 +6372,11 @@ proto.GetRFQItemPreload.deserializeBinaryFromReader = function(msg, reader) {
5984
6372
  reader.readMessage(value,proto.GetRFQItemDetailPreload.deserializeBinaryFromReader);
5985
6373
  msg.addTransactionBuilderItemDetails(value);
5986
6374
  break;
6375
+ case 3:
6376
+ var value = new proto.GetRFQItemServicePreload;
6377
+ reader.readMessage(value,proto.GetRFQItemServicePreload.deserializeBinaryFromReader);
6378
+ msg.addTransactionBuilderItemServices(value);
6379
+ break;
5987
6380
  default:
5988
6381
  reader.skipField();
5989
6382
  break;
@@ -6029,6 +6422,14 @@ proto.GetRFQItemPreload.serializeBinaryToWriter = function(message, writer) {
6029
6422
  proto.GetRFQItemDetailPreload.serializeBinaryToWriter
6030
6423
  );
6031
6424
  }
6425
+ f = message.getTransactionBuilderItemServicesList();
6426
+ if (f.length > 0) {
6427
+ writer.writeRepeatedMessage(
6428
+ 3,
6429
+ f,
6430
+ proto.GetRFQItemServicePreload.serializeBinaryToWriter
6431
+ );
6432
+ }
6032
6433
  };
6033
6434
 
6034
6435
 
@@ -6108,6 +6509,44 @@ proto.GetRFQItemPreload.prototype.clearTransactionBuilderItemDetailsList = funct
6108
6509
  };
6109
6510
 
6110
6511
 
6512
+ /**
6513
+ * repeated GetRFQItemServicePreload transaction_builder_item_services = 3;
6514
+ * @return {!Array<!proto.GetRFQItemServicePreload>}
6515
+ */
6516
+ proto.GetRFQItemPreload.prototype.getTransactionBuilderItemServicesList = function() {
6517
+ return /** @type{!Array<!proto.GetRFQItemServicePreload>} */ (
6518
+ jspb.Message.getRepeatedWrapperField(this, proto.GetRFQItemServicePreload, 3));
6519
+ };
6520
+
6521
+
6522
+ /**
6523
+ * @param {!Array<!proto.GetRFQItemServicePreload>} value
6524
+ * @return {!proto.GetRFQItemPreload} returns this
6525
+ */
6526
+ proto.GetRFQItemPreload.prototype.setTransactionBuilderItemServicesList = function(value) {
6527
+ return jspb.Message.setRepeatedWrapperField(this, 3, value);
6528
+ };
6529
+
6530
+
6531
+ /**
6532
+ * @param {!proto.GetRFQItemServicePreload=} opt_value
6533
+ * @param {number=} opt_index
6534
+ * @return {!proto.GetRFQItemServicePreload}
6535
+ */
6536
+ proto.GetRFQItemPreload.prototype.addTransactionBuilderItemServices = function(opt_value, opt_index) {
6537
+ return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.GetRFQItemServicePreload, opt_index);
6538
+ };
6539
+
6540
+
6541
+ /**
6542
+ * Clears the list making it empty but non-null.
6543
+ * @return {!proto.GetRFQItemPreload} returns this
6544
+ */
6545
+ proto.GetRFQItemPreload.prototype.clearTransactionBuilderItemServicesList = function() {
6546
+ return this.setTransactionBuilderItemServicesList([]);
6547
+ };
6548
+
6549
+
6111
6550
 
6112
6551
  /**
6113
6552
  * List of repeated fields within this message type.
@@ -6429,6 +6868,166 @@ proto.GetRFQItemDetailPreload.prototype.clearTransactionBuilderItemDetailList =
6429
6868
 
6430
6869
 
6431
6870
 
6871
+ /**
6872
+ * List of repeated fields within this message type.
6873
+ * @private {!Array<number>}
6874
+ * @const
6875
+ */
6876
+ proto.GetRFQItemServicePreload.repeatedFields_ = [1];
6877
+
6878
+
6879
+
6880
+ if (jspb.Message.GENERATE_TO_OBJECT) {
6881
+ /**
6882
+ * Creates an object representation of this proto.
6883
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
6884
+ * Optional fields that are not set will be set to undefined.
6885
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
6886
+ * For the list of reserved names please see:
6887
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
6888
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
6889
+ * JSPB instance for transitional soy proto support:
6890
+ * http://goto/soy-param-migration
6891
+ * @return {!Object}
6892
+ */
6893
+ proto.GetRFQItemServicePreload.prototype.toObject = function(opt_includeInstance) {
6894
+ return proto.GetRFQItemServicePreload.toObject(opt_includeInstance, this);
6895
+ };
6896
+
6897
+
6898
+ /**
6899
+ * Static version of the {@see toObject} method.
6900
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
6901
+ * the JSPB instance for transitional soy proto support:
6902
+ * http://goto/soy-param-migration
6903
+ * @param {!proto.GetRFQItemServicePreload} msg The msg instance to transform.
6904
+ * @return {!Object}
6905
+ * @suppress {unusedLocalVariables} f is only used for nested messages
6906
+ */
6907
+ proto.GetRFQItemServicePreload.toObject = function(includeInstance, msg) {
6908
+ var f, obj = {
6909
+ transactionBuilderItemDetailList: jspb.Message.toObjectList(msg.getTransactionBuilderItemDetailList(),
6910
+ prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail.toObject, includeInstance)
6911
+ };
6912
+
6913
+ if (includeInstance) {
6914
+ obj.$jspbMessageInstance = msg;
6915
+ }
6916
+ return obj;
6917
+ };
6918
+ }
6919
+
6920
+
6921
+ /**
6922
+ * Deserializes binary data (in protobuf wire format).
6923
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
6924
+ * @return {!proto.GetRFQItemServicePreload}
6925
+ */
6926
+ proto.GetRFQItemServicePreload.deserializeBinary = function(bytes) {
6927
+ var reader = new jspb.BinaryReader(bytes);
6928
+ var msg = new proto.GetRFQItemServicePreload;
6929
+ return proto.GetRFQItemServicePreload.deserializeBinaryFromReader(msg, reader);
6930
+ };
6931
+
6932
+
6933
+ /**
6934
+ * Deserializes binary data (in protobuf wire format) from the
6935
+ * given reader into the given message object.
6936
+ * @param {!proto.GetRFQItemServicePreload} msg The message object to deserialize into.
6937
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
6938
+ * @return {!proto.GetRFQItemServicePreload}
6939
+ */
6940
+ proto.GetRFQItemServicePreload.deserializeBinaryFromReader = function(msg, reader) {
6941
+ while (reader.nextField()) {
6942
+ if (reader.isEndGroup()) {
6943
+ break;
6944
+ }
6945
+ var field = reader.getFieldNumber();
6946
+ switch (field) {
6947
+ case 1:
6948
+ var value = new prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail;
6949
+ reader.readMessage(value,prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail.deserializeBinaryFromReader);
6950
+ msg.addTransactionBuilderItemDetail(value);
6951
+ break;
6952
+ default:
6953
+ reader.skipField();
6954
+ break;
6955
+ }
6956
+ }
6957
+ return msg;
6958
+ };
6959
+
6960
+
6961
+ /**
6962
+ * Serializes the message to binary data (in protobuf wire format).
6963
+ * @return {!Uint8Array}
6964
+ */
6965
+ proto.GetRFQItemServicePreload.prototype.serializeBinary = function() {
6966
+ var writer = new jspb.BinaryWriter();
6967
+ proto.GetRFQItemServicePreload.serializeBinaryToWriter(this, writer);
6968
+ return writer.getResultBuffer();
6969
+ };
6970
+
6971
+
6972
+ /**
6973
+ * Serializes the given message to binary data (in protobuf wire
6974
+ * format), writing to the given BinaryWriter.
6975
+ * @param {!proto.GetRFQItemServicePreload} message
6976
+ * @param {!jspb.BinaryWriter} writer
6977
+ * @suppress {unusedLocalVariables} f is only used for nested messages
6978
+ */
6979
+ proto.GetRFQItemServicePreload.serializeBinaryToWriter = function(message, writer) {
6980
+ var f = undefined;
6981
+ f = message.getTransactionBuilderItemDetailList();
6982
+ if (f.length > 0) {
6983
+ writer.writeRepeatedMessage(
6984
+ 1,
6985
+ f,
6986
+ prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail.serializeBinaryToWriter
6987
+ );
6988
+ }
6989
+ };
6990
+
6991
+
6992
+ /**
6993
+ * repeated TransactionBuilderFieldsDetail transaction_builder_item_detail = 1;
6994
+ * @return {!Array<!proto.TransactionBuilderFieldsDetail>}
6995
+ */
6996
+ proto.GetRFQItemServicePreload.prototype.getTransactionBuilderItemDetailList = function() {
6997
+ return /** @type{!Array<!proto.TransactionBuilderFieldsDetail>} */ (
6998
+ jspb.Message.getRepeatedWrapperField(this, prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail, 1));
6999
+ };
7000
+
7001
+
7002
+ /**
7003
+ * @param {!Array<!proto.TransactionBuilderFieldsDetail>} value
7004
+ * @return {!proto.GetRFQItemServicePreload} returns this
7005
+ */
7006
+ proto.GetRFQItemServicePreload.prototype.setTransactionBuilderItemDetailList = function(value) {
7007
+ return jspb.Message.setRepeatedWrapperField(this, 1, value);
7008
+ };
7009
+
7010
+
7011
+ /**
7012
+ * @param {!proto.TransactionBuilderFieldsDetail=} opt_value
7013
+ * @param {number=} opt_index
7014
+ * @return {!proto.TransactionBuilderFieldsDetail}
7015
+ */
7016
+ proto.GetRFQItemServicePreload.prototype.addTransactionBuilderItemDetail = function(opt_value, opt_index) {
7017
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.TransactionBuilderFieldsDetail, opt_index);
7018
+ };
7019
+
7020
+
7021
+ /**
7022
+ * Clears the list making it empty but non-null.
7023
+ * @return {!proto.GetRFQItemServicePreload} returns this
7024
+ */
7025
+ proto.GetRFQItemServicePreload.prototype.clearTransactionBuilderItemDetailList = function() {
7026
+ return this.setTransactionBuilderItemDetailList([]);
7027
+ };
7028
+
7029
+
7030
+
6432
7031
 
6433
7032
 
6434
7033
  if (jspb.Message.GENERATE_TO_OBJECT) {