@aldiokta/protocgen 1.1.49 → 1.1.51
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 +1 -1
- package/prisca/v1/bidding/bidding_pb.js +62 -2
- package/prisca/v1/business_fields/business_fields_grpc_pb.js +180 -0
- package/prisca/v1/business_fields/business_fields_pb.js +4372 -0
- package/prisca/v1/core/bank/bank_grpc_pb.js +156 -0
- package/prisca/v1/core/bank/bank_pb.js +1988 -0
- package/prisca/v1/core/company/company_grpc_pb.js +11 -0
- package/prisca/v1/core/cron_monitor/cron_monitor_grpc_pb.js +221 -0
- package/prisca/v1/core/cron_monitor/cron_monitor_pb.js +2681 -0
- package/prisca/v1/core/employee/employee_grpc_pb.js +11 -0
- package/prisca/v1/core/file_upload/file_upload_pb.js +31 -1
- package/prisca/v1/core/item_transaction/item_transaction_pb.js +3400 -930
- package/prisca/v1/core/line_of_approval/line_of_approval_grpc_pb.js +12 -0
- package/prisca/v1/core/line_of_approval/line_of_approval_pb.js +102 -1
- package/prisca/v1/core/line_of_approval_delegation/line_of_approval_delegation_grpc_pb.js +180 -0
- package/prisca/v1/core/line_of_approval_delegation/line_of_approval_delegation_pb.js +3707 -0
- package/prisca/v1/core/plant/plant_grpc_pb.js +156 -0
- package/prisca/v1/core/plant/plant_pb.js +2078 -0
- package/prisca/v1/delivery_order/delivery_order_pb.js +31 -1
- package/prisca/v1/global/meta/meta_pb.js +452 -0
- package/prisca/v1/good_receipt/good_receipt_grpc_pb.js +11 -0
- package/prisca/v1/good_receipt/good_receipt_pb.js +268 -3
- package/prisca/v1/invoice/invoice_grpc_pb.js +11 -0
- package/prisca/v1/invoice/invoice_pb.js +292 -4
- package/prisca/v1/invoice_type/invoice_type_grpc_pb.js +202 -0
- package/prisca/v1/invoice_type/invoice_type_pb.js +3598 -0
- package/prisca/v1/purchase_order/purchase_order_grpc_pb.js +66 -0
- package/prisca/v1/purchase_order/purchase_order_pb.js +1986 -323
- package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_grpc_pb.js +44 -0
- package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_pb.js +2238 -30
- package/prisca/v1/vendor_domain/vendor_domain_pb.js +224 -2
|
@@ -41,6 +41,7 @@ goog.exportSymbol('proto.GetGoodReceiptByIdResponse', null, global);
|
|
|
41
41
|
goog.exportSymbol('proto.GetGoodReceiptDetailResponse', null, global);
|
|
42
42
|
goog.exportSymbol('proto.GetGoodReceiptItemDetailPreload', null, global);
|
|
43
43
|
goog.exportSymbol('proto.GetGoodReceiptItemPreload', null, global);
|
|
44
|
+
goog.exportSymbol('proto.GetGoodReceiptItemServicePreload', null, global);
|
|
44
45
|
goog.exportSymbol('proto.GetListGoodReceiptReq', null, global);
|
|
45
46
|
goog.exportSymbol('proto.GetListGoodReceiptRes', null, global);
|
|
46
47
|
goog.exportSymbol('proto.UpdateGoodReceiptFileReq', null, global);
|
|
@@ -362,6 +363,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
362
363
|
*/
|
|
363
364
|
proto.GetGoodReceiptItemDetailPreload.displayName = 'proto.GetGoodReceiptItemDetailPreload';
|
|
364
365
|
}
|
|
366
|
+
/**
|
|
367
|
+
* Generated by JsPbCodeGenerator.
|
|
368
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
369
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
370
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
371
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
372
|
+
* valid.
|
|
373
|
+
* @extends {jspb.Message}
|
|
374
|
+
* @constructor
|
|
375
|
+
*/
|
|
376
|
+
proto.GetGoodReceiptItemServicePreload = function(opt_data) {
|
|
377
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.GetGoodReceiptItemServicePreload.repeatedFields_, null);
|
|
378
|
+
};
|
|
379
|
+
goog.inherits(proto.GetGoodReceiptItemServicePreload, jspb.Message);
|
|
380
|
+
if (goog.DEBUG && !COMPILED) {
|
|
381
|
+
/**
|
|
382
|
+
* @public
|
|
383
|
+
* @override
|
|
384
|
+
*/
|
|
385
|
+
proto.GetGoodReceiptItemServicePreload.displayName = 'proto.GetGoodReceiptItemServicePreload';
|
|
386
|
+
}
|
|
365
387
|
/**
|
|
366
388
|
* Generated by JsPbCodeGenerator.
|
|
367
389
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -440,7 +462,8 @@ groupReferences: jspb.Message.getFieldWithDefault(msg, 13, ""),
|
|
|
440
462
|
deliveryOrder: (f = msg.getDeliveryOrder()) && prisca_v1_purchase_order_purchase_order_pb.DeliveryOrder.toObject(includeInstance, f),
|
|
441
463
|
deliveryOrderNumber: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
442
464
|
deliveryOrderDate: jspb.Message.getFieldWithDefault(msg, 16, ""),
|
|
443
|
-
purchaseOrderNumber: jspb.Message.getFieldWithDefault(msg, 17, "")
|
|
465
|
+
purchaseOrderNumber: jspb.Message.getFieldWithDefault(msg, 17, ""),
|
|
466
|
+
customTransaction: jspb.Message.getFieldWithDefault(msg, 31, "")
|
|
444
467
|
};
|
|
445
468
|
|
|
446
469
|
if (includeInstance) {
|
|
@@ -550,6 +573,10 @@ proto.BaseGoodReceipt.deserializeBinaryFromReader = function(msg, reader) {
|
|
|
550
573
|
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
551
574
|
msg.setPurchaseOrderNumber(value);
|
|
552
575
|
break;
|
|
576
|
+
case 31:
|
|
577
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
578
|
+
msg.setCustomTransaction(value);
|
|
579
|
+
break;
|
|
553
580
|
default:
|
|
554
581
|
reader.skipField();
|
|
555
582
|
break;
|
|
@@ -703,6 +730,13 @@ proto.BaseGoodReceipt.serializeBinaryToWriter = function(message, writer) {
|
|
|
703
730
|
f
|
|
704
731
|
);
|
|
705
732
|
}
|
|
733
|
+
f = message.getCustomTransaction();
|
|
734
|
+
if (f.length > 0) {
|
|
735
|
+
writer.writeString(
|
|
736
|
+
31,
|
|
737
|
+
f
|
|
738
|
+
);
|
|
739
|
+
}
|
|
706
740
|
};
|
|
707
741
|
|
|
708
742
|
|
|
@@ -1109,6 +1143,24 @@ proto.BaseGoodReceipt.prototype.setPurchaseOrderNumber = function(value) {
|
|
|
1109
1143
|
};
|
|
1110
1144
|
|
|
1111
1145
|
|
|
1146
|
+
/**
|
|
1147
|
+
* optional string custom_transaction = 31;
|
|
1148
|
+
* @return {string}
|
|
1149
|
+
*/
|
|
1150
|
+
proto.BaseGoodReceipt.prototype.getCustomTransaction = function() {
|
|
1151
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 31, ""));
|
|
1152
|
+
};
|
|
1153
|
+
|
|
1154
|
+
|
|
1155
|
+
/**
|
|
1156
|
+
* @param {string} value
|
|
1157
|
+
* @return {!proto.BaseGoodReceipt} returns this
|
|
1158
|
+
*/
|
|
1159
|
+
proto.BaseGoodReceipt.prototype.setCustomTransaction = function(value) {
|
|
1160
|
+
return jspb.Message.setProto3StringField(this, 31, value);
|
|
1161
|
+
};
|
|
1162
|
+
|
|
1163
|
+
|
|
1112
1164
|
|
|
1113
1165
|
|
|
1114
1166
|
|
|
@@ -3368,7 +3420,7 @@ proto.GetGoodReceiptDetailResponse.prototype.clearTransactionBuilderItemsList =
|
|
|
3368
3420
|
* @private {!Array<number>}
|
|
3369
3421
|
* @const
|
|
3370
3422
|
*/
|
|
3371
|
-
proto.GetGoodReceiptItemPreload.repeatedFields_ = [1,2];
|
|
3423
|
+
proto.GetGoodReceiptItemPreload.repeatedFields_ = [1,2,3];
|
|
3372
3424
|
|
|
3373
3425
|
|
|
3374
3426
|
|
|
@@ -3404,7 +3456,9 @@ proto.GetGoodReceiptItemPreload.toObject = function(includeInstance, msg) {
|
|
|
3404
3456
|
transactionBuilderItemList: jspb.Message.toObjectList(msg.getTransactionBuilderItemList(),
|
|
3405
3457
|
prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail.toObject, includeInstance),
|
|
3406
3458
|
transactionBuilderItemDetailsList: jspb.Message.toObjectList(msg.getTransactionBuilderItemDetailsList(),
|
|
3407
|
-
proto.GetGoodReceiptItemDetailPreload.toObject, includeInstance)
|
|
3459
|
+
proto.GetGoodReceiptItemDetailPreload.toObject, includeInstance),
|
|
3460
|
+
transactionBuilderItemServicesList: jspb.Message.toObjectList(msg.getTransactionBuilderItemServicesList(),
|
|
3461
|
+
proto.GetGoodReceiptItemServicePreload.toObject, includeInstance)
|
|
3408
3462
|
};
|
|
3409
3463
|
|
|
3410
3464
|
if (includeInstance) {
|
|
@@ -3451,6 +3505,11 @@ proto.GetGoodReceiptItemPreload.deserializeBinaryFromReader = function(msg, read
|
|
|
3451
3505
|
reader.readMessage(value,proto.GetGoodReceiptItemDetailPreload.deserializeBinaryFromReader);
|
|
3452
3506
|
msg.addTransactionBuilderItemDetails(value);
|
|
3453
3507
|
break;
|
|
3508
|
+
case 3:
|
|
3509
|
+
var value = new proto.GetGoodReceiptItemServicePreload;
|
|
3510
|
+
reader.readMessage(value,proto.GetGoodReceiptItemServicePreload.deserializeBinaryFromReader);
|
|
3511
|
+
msg.addTransactionBuilderItemServices(value);
|
|
3512
|
+
break;
|
|
3454
3513
|
default:
|
|
3455
3514
|
reader.skipField();
|
|
3456
3515
|
break;
|
|
@@ -3496,6 +3555,14 @@ proto.GetGoodReceiptItemPreload.serializeBinaryToWriter = function(message, writ
|
|
|
3496
3555
|
proto.GetGoodReceiptItemDetailPreload.serializeBinaryToWriter
|
|
3497
3556
|
);
|
|
3498
3557
|
}
|
|
3558
|
+
f = message.getTransactionBuilderItemServicesList();
|
|
3559
|
+
if (f.length > 0) {
|
|
3560
|
+
writer.writeRepeatedMessage(
|
|
3561
|
+
3,
|
|
3562
|
+
f,
|
|
3563
|
+
proto.GetGoodReceiptItemServicePreload.serializeBinaryToWriter
|
|
3564
|
+
);
|
|
3565
|
+
}
|
|
3499
3566
|
};
|
|
3500
3567
|
|
|
3501
3568
|
|
|
@@ -3575,6 +3642,44 @@ proto.GetGoodReceiptItemPreload.prototype.clearTransactionBuilderItemDetailsList
|
|
|
3575
3642
|
};
|
|
3576
3643
|
|
|
3577
3644
|
|
|
3645
|
+
/**
|
|
3646
|
+
* repeated GetGoodReceiptItemServicePreload transaction_builder_item_services = 3;
|
|
3647
|
+
* @return {!Array<!proto.GetGoodReceiptItemServicePreload>}
|
|
3648
|
+
*/
|
|
3649
|
+
proto.GetGoodReceiptItemPreload.prototype.getTransactionBuilderItemServicesList = function() {
|
|
3650
|
+
return /** @type{!Array<!proto.GetGoodReceiptItemServicePreload>} */ (
|
|
3651
|
+
jspb.Message.getRepeatedWrapperField(this, proto.GetGoodReceiptItemServicePreload, 3));
|
|
3652
|
+
};
|
|
3653
|
+
|
|
3654
|
+
|
|
3655
|
+
/**
|
|
3656
|
+
* @param {!Array<!proto.GetGoodReceiptItemServicePreload>} value
|
|
3657
|
+
* @return {!proto.GetGoodReceiptItemPreload} returns this
|
|
3658
|
+
*/
|
|
3659
|
+
proto.GetGoodReceiptItemPreload.prototype.setTransactionBuilderItemServicesList = function(value) {
|
|
3660
|
+
return jspb.Message.setRepeatedWrapperField(this, 3, value);
|
|
3661
|
+
};
|
|
3662
|
+
|
|
3663
|
+
|
|
3664
|
+
/**
|
|
3665
|
+
* @param {!proto.GetGoodReceiptItemServicePreload=} opt_value
|
|
3666
|
+
* @param {number=} opt_index
|
|
3667
|
+
* @return {!proto.GetGoodReceiptItemServicePreload}
|
|
3668
|
+
*/
|
|
3669
|
+
proto.GetGoodReceiptItemPreload.prototype.addTransactionBuilderItemServices = function(opt_value, opt_index) {
|
|
3670
|
+
return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.GetGoodReceiptItemServicePreload, opt_index);
|
|
3671
|
+
};
|
|
3672
|
+
|
|
3673
|
+
|
|
3674
|
+
/**
|
|
3675
|
+
* Clears the list making it empty but non-null.
|
|
3676
|
+
* @return {!proto.GetGoodReceiptItemPreload} returns this
|
|
3677
|
+
*/
|
|
3678
|
+
proto.GetGoodReceiptItemPreload.prototype.clearTransactionBuilderItemServicesList = function() {
|
|
3679
|
+
return this.setTransactionBuilderItemServicesList([]);
|
|
3680
|
+
};
|
|
3681
|
+
|
|
3682
|
+
|
|
3578
3683
|
|
|
3579
3684
|
/**
|
|
3580
3685
|
* List of repeated fields within this message type.
|
|
@@ -3736,6 +3841,166 @@ proto.GetGoodReceiptItemDetailPreload.prototype.clearTransactionBuilderItemDetai
|
|
|
3736
3841
|
|
|
3737
3842
|
|
|
3738
3843
|
|
|
3844
|
+
/**
|
|
3845
|
+
* List of repeated fields within this message type.
|
|
3846
|
+
* @private {!Array<number>}
|
|
3847
|
+
* @const
|
|
3848
|
+
*/
|
|
3849
|
+
proto.GetGoodReceiptItemServicePreload.repeatedFields_ = [1];
|
|
3850
|
+
|
|
3851
|
+
|
|
3852
|
+
|
|
3853
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
3854
|
+
/**
|
|
3855
|
+
* Creates an object representation of this proto.
|
|
3856
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
3857
|
+
* Optional fields that are not set will be set to undefined.
|
|
3858
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
3859
|
+
* For the list of reserved names please see:
|
|
3860
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
3861
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
3862
|
+
* JSPB instance for transitional soy proto support:
|
|
3863
|
+
* http://goto/soy-param-migration
|
|
3864
|
+
* @return {!Object}
|
|
3865
|
+
*/
|
|
3866
|
+
proto.GetGoodReceiptItemServicePreload.prototype.toObject = function(opt_includeInstance) {
|
|
3867
|
+
return proto.GetGoodReceiptItemServicePreload.toObject(opt_includeInstance, this);
|
|
3868
|
+
};
|
|
3869
|
+
|
|
3870
|
+
|
|
3871
|
+
/**
|
|
3872
|
+
* Static version of the {@see toObject} method.
|
|
3873
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
3874
|
+
* the JSPB instance for transitional soy proto support:
|
|
3875
|
+
* http://goto/soy-param-migration
|
|
3876
|
+
* @param {!proto.GetGoodReceiptItemServicePreload} msg The msg instance to transform.
|
|
3877
|
+
* @return {!Object}
|
|
3878
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3879
|
+
*/
|
|
3880
|
+
proto.GetGoodReceiptItemServicePreload.toObject = function(includeInstance, msg) {
|
|
3881
|
+
var f, obj = {
|
|
3882
|
+
transactionBuilderItemServiceList: jspb.Message.toObjectList(msg.getTransactionBuilderItemServiceList(),
|
|
3883
|
+
prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail.toObject, includeInstance)
|
|
3884
|
+
};
|
|
3885
|
+
|
|
3886
|
+
if (includeInstance) {
|
|
3887
|
+
obj.$jspbMessageInstance = msg;
|
|
3888
|
+
}
|
|
3889
|
+
return obj;
|
|
3890
|
+
};
|
|
3891
|
+
}
|
|
3892
|
+
|
|
3893
|
+
|
|
3894
|
+
/**
|
|
3895
|
+
* Deserializes binary data (in protobuf wire format).
|
|
3896
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
3897
|
+
* @return {!proto.GetGoodReceiptItemServicePreload}
|
|
3898
|
+
*/
|
|
3899
|
+
proto.GetGoodReceiptItemServicePreload.deserializeBinary = function(bytes) {
|
|
3900
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
3901
|
+
var msg = new proto.GetGoodReceiptItemServicePreload;
|
|
3902
|
+
return proto.GetGoodReceiptItemServicePreload.deserializeBinaryFromReader(msg, reader);
|
|
3903
|
+
};
|
|
3904
|
+
|
|
3905
|
+
|
|
3906
|
+
/**
|
|
3907
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
3908
|
+
* given reader into the given message object.
|
|
3909
|
+
* @param {!proto.GetGoodReceiptItemServicePreload} msg The message object to deserialize into.
|
|
3910
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
3911
|
+
* @return {!proto.GetGoodReceiptItemServicePreload}
|
|
3912
|
+
*/
|
|
3913
|
+
proto.GetGoodReceiptItemServicePreload.deserializeBinaryFromReader = function(msg, reader) {
|
|
3914
|
+
while (reader.nextField()) {
|
|
3915
|
+
if (reader.isEndGroup()) {
|
|
3916
|
+
break;
|
|
3917
|
+
}
|
|
3918
|
+
var field = reader.getFieldNumber();
|
|
3919
|
+
switch (field) {
|
|
3920
|
+
case 1:
|
|
3921
|
+
var value = new prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail;
|
|
3922
|
+
reader.readMessage(value,prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail.deserializeBinaryFromReader);
|
|
3923
|
+
msg.addTransactionBuilderItemService(value);
|
|
3924
|
+
break;
|
|
3925
|
+
default:
|
|
3926
|
+
reader.skipField();
|
|
3927
|
+
break;
|
|
3928
|
+
}
|
|
3929
|
+
}
|
|
3930
|
+
return msg;
|
|
3931
|
+
};
|
|
3932
|
+
|
|
3933
|
+
|
|
3934
|
+
/**
|
|
3935
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
3936
|
+
* @return {!Uint8Array}
|
|
3937
|
+
*/
|
|
3938
|
+
proto.GetGoodReceiptItemServicePreload.prototype.serializeBinary = function() {
|
|
3939
|
+
var writer = new jspb.BinaryWriter();
|
|
3940
|
+
proto.GetGoodReceiptItemServicePreload.serializeBinaryToWriter(this, writer);
|
|
3941
|
+
return writer.getResultBuffer();
|
|
3942
|
+
};
|
|
3943
|
+
|
|
3944
|
+
|
|
3945
|
+
/**
|
|
3946
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
3947
|
+
* format), writing to the given BinaryWriter.
|
|
3948
|
+
* @param {!proto.GetGoodReceiptItemServicePreload} message
|
|
3949
|
+
* @param {!jspb.BinaryWriter} writer
|
|
3950
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3951
|
+
*/
|
|
3952
|
+
proto.GetGoodReceiptItemServicePreload.serializeBinaryToWriter = function(message, writer) {
|
|
3953
|
+
var f = undefined;
|
|
3954
|
+
f = message.getTransactionBuilderItemServiceList();
|
|
3955
|
+
if (f.length > 0) {
|
|
3956
|
+
writer.writeRepeatedMessage(
|
|
3957
|
+
1,
|
|
3958
|
+
f,
|
|
3959
|
+
prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail.serializeBinaryToWriter
|
|
3960
|
+
);
|
|
3961
|
+
}
|
|
3962
|
+
};
|
|
3963
|
+
|
|
3964
|
+
|
|
3965
|
+
/**
|
|
3966
|
+
* repeated TransactionBuilderFieldsDetail transaction_builder_item_service = 1;
|
|
3967
|
+
* @return {!Array<!proto.TransactionBuilderFieldsDetail>}
|
|
3968
|
+
*/
|
|
3969
|
+
proto.GetGoodReceiptItemServicePreload.prototype.getTransactionBuilderItemServiceList = function() {
|
|
3970
|
+
return /** @type{!Array<!proto.TransactionBuilderFieldsDetail>} */ (
|
|
3971
|
+
jspb.Message.getRepeatedWrapperField(this, prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail, 1));
|
|
3972
|
+
};
|
|
3973
|
+
|
|
3974
|
+
|
|
3975
|
+
/**
|
|
3976
|
+
* @param {!Array<!proto.TransactionBuilderFieldsDetail>} value
|
|
3977
|
+
* @return {!proto.GetGoodReceiptItemServicePreload} returns this
|
|
3978
|
+
*/
|
|
3979
|
+
proto.GetGoodReceiptItemServicePreload.prototype.setTransactionBuilderItemServiceList = function(value) {
|
|
3980
|
+
return jspb.Message.setRepeatedWrapperField(this, 1, value);
|
|
3981
|
+
};
|
|
3982
|
+
|
|
3983
|
+
|
|
3984
|
+
/**
|
|
3985
|
+
* @param {!proto.TransactionBuilderFieldsDetail=} opt_value
|
|
3986
|
+
* @param {number=} opt_index
|
|
3987
|
+
* @return {!proto.TransactionBuilderFieldsDetail}
|
|
3988
|
+
*/
|
|
3989
|
+
proto.GetGoodReceiptItemServicePreload.prototype.addTransactionBuilderItemService = function(opt_value, opt_index) {
|
|
3990
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.TransactionBuilderFieldsDetail, opt_index);
|
|
3991
|
+
};
|
|
3992
|
+
|
|
3993
|
+
|
|
3994
|
+
/**
|
|
3995
|
+
* Clears the list making it empty but non-null.
|
|
3996
|
+
* @return {!proto.GetGoodReceiptItemServicePreload} returns this
|
|
3997
|
+
*/
|
|
3998
|
+
proto.GetGoodReceiptItemServicePreload.prototype.clearTransactionBuilderItemServiceList = function() {
|
|
3999
|
+
return this.setTransactionBuilderItemServiceList([]);
|
|
4000
|
+
};
|
|
4001
|
+
|
|
4002
|
+
|
|
4003
|
+
|
|
3739
4004
|
/**
|
|
3740
4005
|
* List of repeated fields within this message type.
|
|
3741
4006
|
* @private {!Array<number>}
|
|
@@ -235,6 +235,17 @@ var InvoiceServiceService = exports.InvoiceServiceService = {
|
|
|
235
235
|
responseSerialize: serialize_GetInvoiceByIdRes,
|
|
236
236
|
responseDeserialize: deserialize_GetInvoiceByIdRes,
|
|
237
237
|
},
|
|
238
|
+
getInvoiceByIdDetailForCompany: {
|
|
239
|
+
path: '/InvoiceService/GetInvoiceByIdDetailForCompany',
|
|
240
|
+
requestStream: false,
|
|
241
|
+
responseStream: false,
|
|
242
|
+
requestType: prisca_v1_invoice_invoice_pb.GetInvoiceByIdReq,
|
|
243
|
+
responseType: prisca_v1_invoice_invoice_pb.GetInvoiceDetailRes,
|
|
244
|
+
requestSerialize: serialize_GetInvoiceByIdReq,
|
|
245
|
+
requestDeserialize: deserialize_GetInvoiceByIdReq,
|
|
246
|
+
responseSerialize: serialize_GetInvoiceDetailRes,
|
|
247
|
+
responseDeserialize: deserialize_GetInvoiceDetailRes,
|
|
248
|
+
},
|
|
238
249
|
getInvoiceByIdDetail: {
|
|
239
250
|
path: '/InvoiceService/GetInvoiceByIdDetail',
|
|
240
251
|
requestStream: false,
|