@aldiokta/protocgen 1.1.27 → 1.1.29
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_grpc_pb.js +33 -0
- package/prisca/v1/bidding/bidding_pb.js +598 -37
- package/prisca/v1/core/auth/auth_grpc_pb.js +1 -0
- package/prisca/v1/core/auth/auth_pb.js +7 -217
- package/prisca/v1/core/file_upload/file_upload_pb.js +93 -3
- package/prisca/v1/core/item_transaction/item_transaction_pb.js +0 -30
- package/prisca/v1/core/line_of_activity/line_of_activity_pb.js +438 -46
- package/prisca/v1/core/line_of_approval/line_of_approval_pb.js +31 -1
- package/prisca/v1/core/location/location_pb.js +446 -57
- package/prisca/v1/core/price_condition/price_condition_pb.js +62 -2
- package/prisca/v1/core/transaction_builder/transaction_builder_grpc_pb.js +234 -168
- package/prisca/v1/core/transaction_builder/transaction_builder_pb.js +1959 -1777
- package/prisca/v1/delivery_order/delivery_order_pb.js +21 -21
- package/prisca/v1/good_receipt/good_receipt_grpc_pb.js +1 -0
- package/prisca/v1/good_receipt/good_receipt_pb.js +277 -23
- package/prisca/v1/invoice/invoice_grpc_pb.js +174 -0
- package/prisca/v1/invoice/invoice_pb.js +4398 -0
- package/prisca/v1/purchase_order/purchase_order_grpc_pb.js +11 -0
- package/prisca/v1/purchase_order/purchase_order_pb.js +21 -21
- package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_pb.js +74 -74
- package/prisca/v1/purchasing_organization/purchasing_organization_pb.js +55 -177
- package/prisca/v1/quotation/quotation_pb.js +118 -28
- package/prisca/v1/request_for_quotation/request_for_quotation_grpc_pb.js +33 -0
- package/prisca/v1/request_for_quotation/request_for_quotation_pb.js +413 -28
- package/prisca/v1/vendor_domain/vendor_domain_pb.js +375 -225
|
@@ -190,6 +190,17 @@ var PurchaseOrderServiceService = exports.PurchaseOrderServiceService = {
|
|
|
190
190
|
responseSerialize: serialize_GetListPurchaseOrderResponse,
|
|
191
191
|
responseDeserialize: deserialize_GetListPurchaseOrderResponse,
|
|
192
192
|
},
|
|
193
|
+
getListPurchaseOrdersToInvoice: {
|
|
194
|
+
path: '/PurchaseOrderService/GetListPurchaseOrdersToInvoice',
|
|
195
|
+
requestStream: false,
|
|
196
|
+
responseStream: false,
|
|
197
|
+
requestType: prisca_v1_purchase_order_purchase_order_pb.GetListPurchaseOrderRequest,
|
|
198
|
+
responseType: prisca_v1_purchase_order_purchase_order_pb.GetListPurchaseOrderResponse,
|
|
199
|
+
requestSerialize: serialize_GetListPurchaseOrderRequest,
|
|
200
|
+
requestDeserialize: deserialize_GetListPurchaseOrderRequest,
|
|
201
|
+
responseSerialize: serialize_GetListPurchaseOrderResponse,
|
|
202
|
+
responseDeserialize: deserialize_GetListPurchaseOrderResponse,
|
|
203
|
+
},
|
|
193
204
|
updatePurchaseOrder: {
|
|
194
205
|
path: '/PurchaseOrderService/UpdatePurchaseOrder',
|
|
195
206
|
requestStream: false,
|
|
@@ -4326,17 +4326,17 @@ proto.GetPurchaseOrderDetailResponse.serializeBinaryToWriter = function(message,
|
|
|
4326
4326
|
|
|
4327
4327
|
|
|
4328
4328
|
/**
|
|
4329
|
-
* repeated
|
|
4330
|
-
* @return {!Array<!proto.
|
|
4329
|
+
* repeated TransactionBuilderFieldsDetail transaction_builder = 1;
|
|
4330
|
+
* @return {!Array<!proto.TransactionBuilderFieldsDetail>}
|
|
4331
4331
|
*/
|
|
4332
4332
|
proto.GetPurchaseOrderDetailResponse.prototype.getTransactionBuilderList = function() {
|
|
4333
|
-
return /** @type{!Array<!proto.
|
|
4333
|
+
return /** @type{!Array<!proto.TransactionBuilderFieldsDetail>} */ (
|
|
4334
4334
|
jspb.Message.getRepeatedWrapperField(this, prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail, 1));
|
|
4335
4335
|
};
|
|
4336
4336
|
|
|
4337
4337
|
|
|
4338
4338
|
/**
|
|
4339
|
-
* @param {!Array<!proto.
|
|
4339
|
+
* @param {!Array<!proto.TransactionBuilderFieldsDetail>} value
|
|
4340
4340
|
* @return {!proto.GetPurchaseOrderDetailResponse} returns this
|
|
4341
4341
|
*/
|
|
4342
4342
|
proto.GetPurchaseOrderDetailResponse.prototype.setTransactionBuilderList = function(value) {
|
|
@@ -4345,12 +4345,12 @@ proto.GetPurchaseOrderDetailResponse.prototype.setTransactionBuilderList = funct
|
|
|
4345
4345
|
|
|
4346
4346
|
|
|
4347
4347
|
/**
|
|
4348
|
-
* @param {!proto.
|
|
4348
|
+
* @param {!proto.TransactionBuilderFieldsDetail=} opt_value
|
|
4349
4349
|
* @param {number=} opt_index
|
|
4350
|
-
* @return {!proto.
|
|
4350
|
+
* @return {!proto.TransactionBuilderFieldsDetail}
|
|
4351
4351
|
*/
|
|
4352
4352
|
proto.GetPurchaseOrderDetailResponse.prototype.addTransactionBuilder = function(opt_value, opt_index) {
|
|
4353
|
-
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.
|
|
4353
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.TransactionBuilderFieldsDetail, opt_index);
|
|
4354
4354
|
};
|
|
4355
4355
|
|
|
4356
4356
|
|
|
@@ -4539,17 +4539,17 @@ proto.GetPurchaseOrderItemPreload.serializeBinaryToWriter = function(message, wr
|
|
|
4539
4539
|
|
|
4540
4540
|
|
|
4541
4541
|
/**
|
|
4542
|
-
* repeated
|
|
4543
|
-
* @return {!Array<!proto.
|
|
4542
|
+
* repeated TransactionBuilderFieldsDetail transaction_builder_item = 1;
|
|
4543
|
+
* @return {!Array<!proto.TransactionBuilderFieldsDetail>}
|
|
4544
4544
|
*/
|
|
4545
4545
|
proto.GetPurchaseOrderItemPreload.prototype.getTransactionBuilderItemList = function() {
|
|
4546
|
-
return /** @type{!Array<!proto.
|
|
4546
|
+
return /** @type{!Array<!proto.TransactionBuilderFieldsDetail>} */ (
|
|
4547
4547
|
jspb.Message.getRepeatedWrapperField(this, prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail, 1));
|
|
4548
4548
|
};
|
|
4549
4549
|
|
|
4550
4550
|
|
|
4551
4551
|
/**
|
|
4552
|
-
* @param {!Array<!proto.
|
|
4552
|
+
* @param {!Array<!proto.TransactionBuilderFieldsDetail>} value
|
|
4553
4553
|
* @return {!proto.GetPurchaseOrderItemPreload} returns this
|
|
4554
4554
|
*/
|
|
4555
4555
|
proto.GetPurchaseOrderItemPreload.prototype.setTransactionBuilderItemList = function(value) {
|
|
@@ -4558,12 +4558,12 @@ proto.GetPurchaseOrderItemPreload.prototype.setTransactionBuilderItemList = func
|
|
|
4558
4558
|
|
|
4559
4559
|
|
|
4560
4560
|
/**
|
|
4561
|
-
* @param {!proto.
|
|
4561
|
+
* @param {!proto.TransactionBuilderFieldsDetail=} opt_value
|
|
4562
4562
|
* @param {number=} opt_index
|
|
4563
|
-
* @return {!proto.
|
|
4563
|
+
* @return {!proto.TransactionBuilderFieldsDetail}
|
|
4564
4564
|
*/
|
|
4565
4565
|
proto.GetPurchaseOrderItemPreload.prototype.addTransactionBuilderItem = function(opt_value, opt_index) {
|
|
4566
|
-
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.
|
|
4566
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.TransactionBuilderFieldsDetail, opt_index);
|
|
4567
4567
|
};
|
|
4568
4568
|
|
|
4569
4569
|
|
|
@@ -4737,17 +4737,17 @@ proto.GetPurchaseOrderItemDetailPreload.serializeBinaryToWriter = function(messa
|
|
|
4737
4737
|
|
|
4738
4738
|
|
|
4739
4739
|
/**
|
|
4740
|
-
* repeated
|
|
4741
|
-
* @return {!Array<!proto.
|
|
4740
|
+
* repeated TransactionBuilderFieldsDetail transaction_builder_item_detail = 1;
|
|
4741
|
+
* @return {!Array<!proto.TransactionBuilderFieldsDetail>}
|
|
4742
4742
|
*/
|
|
4743
4743
|
proto.GetPurchaseOrderItemDetailPreload.prototype.getTransactionBuilderItemDetailList = function() {
|
|
4744
|
-
return /** @type{!Array<!proto.
|
|
4744
|
+
return /** @type{!Array<!proto.TransactionBuilderFieldsDetail>} */ (
|
|
4745
4745
|
jspb.Message.getRepeatedWrapperField(this, prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail, 1));
|
|
4746
4746
|
};
|
|
4747
4747
|
|
|
4748
4748
|
|
|
4749
4749
|
/**
|
|
4750
|
-
* @param {!Array<!proto.
|
|
4750
|
+
* @param {!Array<!proto.TransactionBuilderFieldsDetail>} value
|
|
4751
4751
|
* @return {!proto.GetPurchaseOrderItemDetailPreload} returns this
|
|
4752
4752
|
*/
|
|
4753
4753
|
proto.GetPurchaseOrderItemDetailPreload.prototype.setTransactionBuilderItemDetailList = function(value) {
|
|
@@ -4756,12 +4756,12 @@ proto.GetPurchaseOrderItemDetailPreload.prototype.setTransactionBuilderItemDetai
|
|
|
4756
4756
|
|
|
4757
4757
|
|
|
4758
4758
|
/**
|
|
4759
|
-
* @param {!proto.
|
|
4759
|
+
* @param {!proto.TransactionBuilderFieldsDetail=} opt_value
|
|
4760
4760
|
* @param {number=} opt_index
|
|
4761
|
-
* @return {!proto.
|
|
4761
|
+
* @return {!proto.TransactionBuilderFieldsDetail}
|
|
4762
4762
|
*/
|
|
4763
4763
|
proto.GetPurchaseOrderItemDetailPreload.prototype.addTransactionBuilderItemDetail = function(opt_value, opt_index) {
|
|
4764
|
-
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.
|
|
4764
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.TransactionBuilderFieldsDetail, opt_index);
|
|
4765
4765
|
};
|
|
4766
4766
|
|
|
4767
4767
|
|
|
@@ -6945,17 +6945,17 @@ proto.GetPurchaseRequisitionTrxDetailByIdResponse.serializeBinaryToWriter = func
|
|
|
6945
6945
|
|
|
6946
6946
|
|
|
6947
6947
|
/**
|
|
6948
|
-
* optional
|
|
6949
|
-
* @return {?proto.
|
|
6948
|
+
* optional TransactionBuilderFields data = 1;
|
|
6949
|
+
* @return {?proto.TransactionBuilderFields}
|
|
6950
6950
|
*/
|
|
6951
6951
|
proto.GetPurchaseRequisitionTrxDetailByIdResponse.prototype.getData = function() {
|
|
6952
|
-
return /** @type{?proto.
|
|
6952
|
+
return /** @type{?proto.TransactionBuilderFields} */ (
|
|
6953
6953
|
jspb.Message.getWrapperField(this, prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFields, 1));
|
|
6954
6954
|
};
|
|
6955
6955
|
|
|
6956
6956
|
|
|
6957
6957
|
/**
|
|
6958
|
-
* @param {?proto.
|
|
6958
|
+
* @param {?proto.TransactionBuilderFields|undefined} value
|
|
6959
6959
|
* @return {!proto.GetPurchaseRequisitionTrxDetailByIdResponse} returns this
|
|
6960
6960
|
*/
|
|
6961
6961
|
proto.GetPurchaseRequisitionTrxDetailByIdResponse.prototype.setData = function(value) {
|
|
@@ -7104,17 +7104,17 @@ proto.GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse.serializeBinaryToWriter
|
|
|
7104
7104
|
|
|
7105
7105
|
|
|
7106
7106
|
/**
|
|
7107
|
-
* repeated
|
|
7108
|
-
* @return {!Array<!proto.
|
|
7107
|
+
* repeated TransactionBuilderFieldsDetail pr_transaction_builder = 3;
|
|
7108
|
+
* @return {!Array<!proto.TransactionBuilderFieldsDetail>}
|
|
7109
7109
|
*/
|
|
7110
7110
|
proto.GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse.prototype.getPrTransactionBuilderList = function() {
|
|
7111
|
-
return /** @type{!Array<!proto.
|
|
7111
|
+
return /** @type{!Array<!proto.TransactionBuilderFieldsDetail>} */ (
|
|
7112
7112
|
jspb.Message.getRepeatedWrapperField(this, prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail, 3));
|
|
7113
7113
|
};
|
|
7114
7114
|
|
|
7115
7115
|
|
|
7116
7116
|
/**
|
|
7117
|
-
* @param {!Array<!proto.
|
|
7117
|
+
* @param {!Array<!proto.TransactionBuilderFieldsDetail>} value
|
|
7118
7118
|
* @return {!proto.GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse} returns this
|
|
7119
7119
|
*/
|
|
7120
7120
|
proto.GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse.prototype.setPrTransactionBuilderList = function(value) {
|
|
@@ -7123,12 +7123,12 @@ proto.GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse.prototype.setPrTransact
|
|
|
7123
7123
|
|
|
7124
7124
|
|
|
7125
7125
|
/**
|
|
7126
|
-
* @param {!proto.
|
|
7126
|
+
* @param {!proto.TransactionBuilderFieldsDetail=} opt_value
|
|
7127
7127
|
* @param {number=} opt_index
|
|
7128
|
-
* @return {!proto.
|
|
7128
|
+
* @return {!proto.TransactionBuilderFieldsDetail}
|
|
7129
7129
|
*/
|
|
7130
7130
|
proto.GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse.prototype.addPrTransactionBuilder = function(opt_value, opt_index) {
|
|
7131
|
-
return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.
|
|
7131
|
+
return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.TransactionBuilderFieldsDetail, opt_index);
|
|
7132
7132
|
};
|
|
7133
7133
|
|
|
7134
7134
|
|
|
@@ -7279,17 +7279,17 @@ proto.GetPurchaseRequisitionTransactionTrxDetail.serializeBinaryToWriter = funct
|
|
|
7279
7279
|
|
|
7280
7280
|
|
|
7281
7281
|
/**
|
|
7282
|
-
* repeated
|
|
7283
|
-
* @return {!Array<!proto.
|
|
7282
|
+
* repeated TransactionBuilderFieldsDetail pr_transaction_builder = 1;
|
|
7283
|
+
* @return {!Array<!proto.TransactionBuilderFieldsDetail>}
|
|
7284
7284
|
*/
|
|
7285
7285
|
proto.GetPurchaseRequisitionTransactionTrxDetail.prototype.getPrTransactionBuilderList = function() {
|
|
7286
|
-
return /** @type{!Array<!proto.
|
|
7286
|
+
return /** @type{!Array<!proto.TransactionBuilderFieldsDetail>} */ (
|
|
7287
7287
|
jspb.Message.getRepeatedWrapperField(this, prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail, 1));
|
|
7288
7288
|
};
|
|
7289
7289
|
|
|
7290
7290
|
|
|
7291
7291
|
/**
|
|
7292
|
-
* @param {!Array<!proto.
|
|
7292
|
+
* @param {!Array<!proto.TransactionBuilderFieldsDetail>} value
|
|
7293
7293
|
* @return {!proto.GetPurchaseRequisitionTransactionTrxDetail} returns this
|
|
7294
7294
|
*/
|
|
7295
7295
|
proto.GetPurchaseRequisitionTransactionTrxDetail.prototype.setPrTransactionBuilderList = function(value) {
|
|
@@ -7298,12 +7298,12 @@ proto.GetPurchaseRequisitionTransactionTrxDetail.prototype.setPrTransactionBuild
|
|
|
7298
7298
|
|
|
7299
7299
|
|
|
7300
7300
|
/**
|
|
7301
|
-
* @param {!proto.
|
|
7301
|
+
* @param {!proto.TransactionBuilderFieldsDetail=} opt_value
|
|
7302
7302
|
* @param {number=} opt_index
|
|
7303
|
-
* @return {!proto.
|
|
7303
|
+
* @return {!proto.TransactionBuilderFieldsDetail}
|
|
7304
7304
|
*/
|
|
7305
7305
|
proto.GetPurchaseRequisitionTransactionTrxDetail.prototype.addPrTransactionBuilder = function(opt_value, opt_index) {
|
|
7306
|
-
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.
|
|
7306
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.TransactionBuilderFieldsDetail, opt_index);
|
|
7307
7307
|
};
|
|
7308
7308
|
|
|
7309
7309
|
|
|
@@ -7492,17 +7492,17 @@ proto.GetItemTransactionTrxDetail.serializeBinaryToWriter = function(message, wr
|
|
|
7492
7492
|
|
|
7493
7493
|
|
|
7494
7494
|
/**
|
|
7495
|
-
* repeated
|
|
7496
|
-
* @return {!Array<!proto.
|
|
7495
|
+
* repeated TransactionBuilderFieldsDetail pr_transaction_item_builder = 1;
|
|
7496
|
+
* @return {!Array<!proto.TransactionBuilderFieldsDetail>}
|
|
7497
7497
|
*/
|
|
7498
7498
|
proto.GetItemTransactionTrxDetail.prototype.getPrTransactionItemBuilderList = function() {
|
|
7499
|
-
return /** @type{!Array<!proto.
|
|
7499
|
+
return /** @type{!Array<!proto.TransactionBuilderFieldsDetail>} */ (
|
|
7500
7500
|
jspb.Message.getRepeatedWrapperField(this, prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail, 1));
|
|
7501
7501
|
};
|
|
7502
7502
|
|
|
7503
7503
|
|
|
7504
7504
|
/**
|
|
7505
|
-
* @param {!Array<!proto.
|
|
7505
|
+
* @param {!Array<!proto.TransactionBuilderFieldsDetail>} value
|
|
7506
7506
|
* @return {!proto.GetItemTransactionTrxDetail} returns this
|
|
7507
7507
|
*/
|
|
7508
7508
|
proto.GetItemTransactionTrxDetail.prototype.setPrTransactionItemBuilderList = function(value) {
|
|
@@ -7511,12 +7511,12 @@ proto.GetItemTransactionTrxDetail.prototype.setPrTransactionItemBuilderList = fu
|
|
|
7511
7511
|
|
|
7512
7512
|
|
|
7513
7513
|
/**
|
|
7514
|
-
* @param {!proto.
|
|
7514
|
+
* @param {!proto.TransactionBuilderFieldsDetail=} opt_value
|
|
7515
7515
|
* @param {number=} opt_index
|
|
7516
|
-
* @return {!proto.
|
|
7516
|
+
* @return {!proto.TransactionBuilderFieldsDetail}
|
|
7517
7517
|
*/
|
|
7518
7518
|
proto.GetItemTransactionTrxDetail.prototype.addPrTransactionItemBuilder = function(opt_value, opt_index) {
|
|
7519
|
-
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.
|
|
7519
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.TransactionBuilderFieldsDetail, opt_index);
|
|
7520
7520
|
};
|
|
7521
7521
|
|
|
7522
7522
|
|
|
@@ -7690,17 +7690,17 @@ proto.GetPurchaseRequisitionDetailTrxDetail.serializeBinaryToWriter = function(m
|
|
|
7690
7690
|
|
|
7691
7691
|
|
|
7692
7692
|
/**
|
|
7693
|
-
* repeated
|
|
7694
|
-
* @return {!Array<!proto.
|
|
7693
|
+
* repeated TransactionBuilderFieldsDetail pr_transaction_item_builder = 1;
|
|
7694
|
+
* @return {!Array<!proto.TransactionBuilderFieldsDetail>}
|
|
7695
7695
|
*/
|
|
7696
7696
|
proto.GetPurchaseRequisitionDetailTrxDetail.prototype.getPrTransactionItemBuilderList = function() {
|
|
7697
|
-
return /** @type{!Array<!proto.
|
|
7697
|
+
return /** @type{!Array<!proto.TransactionBuilderFieldsDetail>} */ (
|
|
7698
7698
|
jspb.Message.getRepeatedWrapperField(this, prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail, 1));
|
|
7699
7699
|
};
|
|
7700
7700
|
|
|
7701
7701
|
|
|
7702
7702
|
/**
|
|
7703
|
-
* @param {!Array<!proto.
|
|
7703
|
+
* @param {!Array<!proto.TransactionBuilderFieldsDetail>} value
|
|
7704
7704
|
* @return {!proto.GetPurchaseRequisitionDetailTrxDetail} returns this
|
|
7705
7705
|
*/
|
|
7706
7706
|
proto.GetPurchaseRequisitionDetailTrxDetail.prototype.setPrTransactionItemBuilderList = function(value) {
|
|
@@ -7709,12 +7709,12 @@ proto.GetPurchaseRequisitionDetailTrxDetail.prototype.setPrTransactionItemBuilde
|
|
|
7709
7709
|
|
|
7710
7710
|
|
|
7711
7711
|
/**
|
|
7712
|
-
* @param {!proto.
|
|
7712
|
+
* @param {!proto.TransactionBuilderFieldsDetail=} opt_value
|
|
7713
7713
|
* @param {number=} opt_index
|
|
7714
|
-
* @return {!proto.
|
|
7714
|
+
* @return {!proto.TransactionBuilderFieldsDetail}
|
|
7715
7715
|
*/
|
|
7716
7716
|
proto.GetPurchaseRequisitionDetailTrxDetail.prototype.addPrTransactionItemBuilder = function(opt_value, opt_index) {
|
|
7717
|
-
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.
|
|
7717
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.TransactionBuilderFieldsDetail, opt_index);
|
|
7718
7718
|
};
|
|
7719
7719
|
|
|
7720
7720
|
|
|
@@ -7864,17 +7864,17 @@ proto.GetPurchaseRequisitionTrxDetailListResponse.serializeBinaryToWriter = func
|
|
|
7864
7864
|
|
|
7865
7865
|
|
|
7866
7866
|
/**
|
|
7867
|
-
* repeated
|
|
7868
|
-
* @return {!Array<!proto.
|
|
7867
|
+
* repeated TransactionBuilderWithDetails data = 1;
|
|
7868
|
+
* @return {!Array<!proto.TransactionBuilderWithDetails>}
|
|
7869
7869
|
*/
|
|
7870
7870
|
proto.GetPurchaseRequisitionTrxDetailListResponse.prototype.getDataList = function() {
|
|
7871
|
-
return /** @type{!Array<!proto.
|
|
7871
|
+
return /** @type{!Array<!proto.TransactionBuilderWithDetails>} */ (
|
|
7872
7872
|
jspb.Message.getRepeatedWrapperField(this, prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderWithDetails, 1));
|
|
7873
7873
|
};
|
|
7874
7874
|
|
|
7875
7875
|
|
|
7876
7876
|
/**
|
|
7877
|
-
* @param {!Array<!proto.
|
|
7877
|
+
* @param {!Array<!proto.TransactionBuilderWithDetails>} value
|
|
7878
7878
|
* @return {!proto.GetPurchaseRequisitionTrxDetailListResponse} returns this
|
|
7879
7879
|
*/
|
|
7880
7880
|
proto.GetPurchaseRequisitionTrxDetailListResponse.prototype.setDataList = function(value) {
|
|
@@ -7883,12 +7883,12 @@ proto.GetPurchaseRequisitionTrxDetailListResponse.prototype.setDataList = functi
|
|
|
7883
7883
|
|
|
7884
7884
|
|
|
7885
7885
|
/**
|
|
7886
|
-
* @param {!proto.
|
|
7886
|
+
* @param {!proto.TransactionBuilderWithDetails=} opt_value
|
|
7887
7887
|
* @param {number=} opt_index
|
|
7888
|
-
* @return {!proto.
|
|
7888
|
+
* @return {!proto.TransactionBuilderWithDetails}
|
|
7889
7889
|
*/
|
|
7890
7890
|
proto.GetPurchaseRequisitionTrxDetailListResponse.prototype.addData = function(opt_value, opt_index) {
|
|
7891
|
-
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.
|
|
7891
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.TransactionBuilderWithDetails, opt_index);
|
|
7892
7892
|
};
|
|
7893
7893
|
|
|
7894
7894
|
|
|
@@ -8075,17 +8075,17 @@ proto.GetPurchaseRequisitionTrxDetailListTableResponse.serializeBinaryToWriter =
|
|
|
8075
8075
|
|
|
8076
8076
|
|
|
8077
8077
|
/**
|
|
8078
|
-
* repeated
|
|
8079
|
-
* @return {!Array<!proto.
|
|
8078
|
+
* repeated TransactionBuilderWithDetailTableRes data = 1;
|
|
8079
|
+
* @return {!Array<!proto.TransactionBuilderWithDetailTableRes>}
|
|
8080
8080
|
*/
|
|
8081
8081
|
proto.GetPurchaseRequisitionTrxDetailListTableResponse.prototype.getDataList = function() {
|
|
8082
|
-
return /** @type{!Array<!proto.
|
|
8082
|
+
return /** @type{!Array<!proto.TransactionBuilderWithDetailTableRes>} */ (
|
|
8083
8083
|
jspb.Message.getRepeatedWrapperField(this, prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderWithDetailTableRes, 1));
|
|
8084
8084
|
};
|
|
8085
8085
|
|
|
8086
8086
|
|
|
8087
8087
|
/**
|
|
8088
|
-
* @param {!Array<!proto.
|
|
8088
|
+
* @param {!Array<!proto.TransactionBuilderWithDetailTableRes>} value
|
|
8089
8089
|
* @return {!proto.GetPurchaseRequisitionTrxDetailListTableResponse} returns this
|
|
8090
8090
|
*/
|
|
8091
8091
|
proto.GetPurchaseRequisitionTrxDetailListTableResponse.prototype.setDataList = function(value) {
|
|
@@ -8094,12 +8094,12 @@ proto.GetPurchaseRequisitionTrxDetailListTableResponse.prototype.setDataList = f
|
|
|
8094
8094
|
|
|
8095
8095
|
|
|
8096
8096
|
/**
|
|
8097
|
-
* @param {!proto.
|
|
8097
|
+
* @param {!proto.TransactionBuilderWithDetailTableRes=} opt_value
|
|
8098
8098
|
* @param {number=} opt_index
|
|
8099
|
-
* @return {!proto.
|
|
8099
|
+
* @return {!proto.TransactionBuilderWithDetailTableRes}
|
|
8100
8100
|
*/
|
|
8101
8101
|
proto.GetPurchaseRequisitionTrxDetailListTableResponse.prototype.addData = function(opt_value, opt_index) {
|
|
8102
|
-
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.
|
|
8102
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.TransactionBuilderWithDetailTableRes, opt_index);
|
|
8103
8103
|
};
|
|
8104
8104
|
|
|
8105
8105
|
|
|
@@ -8286,17 +8286,17 @@ proto.GetPurchaseRequisitionTrxDetailListDetailResponse.serializeBinaryToWriter
|
|
|
8286
8286
|
|
|
8287
8287
|
|
|
8288
8288
|
/**
|
|
8289
|
-
* repeated
|
|
8290
|
-
* @return {!Array<!proto.
|
|
8289
|
+
* repeated TransactionBuilderWithDetailRes data = 1;
|
|
8290
|
+
* @return {!Array<!proto.TransactionBuilderWithDetailRes>}
|
|
8291
8291
|
*/
|
|
8292
8292
|
proto.GetPurchaseRequisitionTrxDetailListDetailResponse.prototype.getDataList = function() {
|
|
8293
|
-
return /** @type{!Array<!proto.
|
|
8293
|
+
return /** @type{!Array<!proto.TransactionBuilderWithDetailRes>} */ (
|
|
8294
8294
|
jspb.Message.getRepeatedWrapperField(this, prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderWithDetailRes, 1));
|
|
8295
8295
|
};
|
|
8296
8296
|
|
|
8297
8297
|
|
|
8298
8298
|
/**
|
|
8299
|
-
* @param {!Array<!proto.
|
|
8299
|
+
* @param {!Array<!proto.TransactionBuilderWithDetailRes>} value
|
|
8300
8300
|
* @return {!proto.GetPurchaseRequisitionTrxDetailListDetailResponse} returns this
|
|
8301
8301
|
*/
|
|
8302
8302
|
proto.GetPurchaseRequisitionTrxDetailListDetailResponse.prototype.setDataList = function(value) {
|
|
@@ -8305,12 +8305,12 @@ proto.GetPurchaseRequisitionTrxDetailListDetailResponse.prototype.setDataList =
|
|
|
8305
8305
|
|
|
8306
8306
|
|
|
8307
8307
|
/**
|
|
8308
|
-
* @param {!proto.
|
|
8308
|
+
* @param {!proto.TransactionBuilderWithDetailRes=} opt_value
|
|
8309
8309
|
* @param {number=} opt_index
|
|
8310
|
-
* @return {!proto.
|
|
8310
|
+
* @return {!proto.TransactionBuilderWithDetailRes}
|
|
8311
8311
|
*/
|
|
8312
8312
|
proto.GetPurchaseRequisitionTrxDetailListDetailResponse.prototype.addData = function(opt_value, opt_index) {
|
|
8313
|
-
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.
|
|
8313
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.TransactionBuilderWithDetailRes, opt_index);
|
|
8314
8314
|
};
|
|
8315
8315
|
|
|
8316
8316
|
|
|
@@ -8498,17 +8498,17 @@ proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.serializeBinaryT
|
|
|
8498
8498
|
|
|
8499
8499
|
|
|
8500
8500
|
/**
|
|
8501
|
-
* repeated
|
|
8502
|
-
* @return {!Array<!proto.
|
|
8501
|
+
* repeated TransactionBuilderFieldsDetail pr_transaction_builder = 1;
|
|
8502
|
+
* @return {!Array<!proto.TransactionBuilderFieldsDetail>}
|
|
8503
8503
|
*/
|
|
8504
8504
|
proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.prototype.getPrTransactionBuilderList = function() {
|
|
8505
|
-
return /** @type{!Array<!proto.
|
|
8505
|
+
return /** @type{!Array<!proto.TransactionBuilderFieldsDetail>} */ (
|
|
8506
8506
|
jspb.Message.getRepeatedWrapperField(this, prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail, 1));
|
|
8507
8507
|
};
|
|
8508
8508
|
|
|
8509
8509
|
|
|
8510
8510
|
/**
|
|
8511
|
-
* @param {!Array<!proto.
|
|
8511
|
+
* @param {!Array<!proto.TransactionBuilderFieldsDetail>} value
|
|
8512
8512
|
* @return {!proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse} returns this
|
|
8513
8513
|
*/
|
|
8514
8514
|
proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.prototype.setPrTransactionBuilderList = function(value) {
|
|
@@ -8517,12 +8517,12 @@ proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.prototype.setPrT
|
|
|
8517
8517
|
|
|
8518
8518
|
|
|
8519
8519
|
/**
|
|
8520
|
-
* @param {!proto.
|
|
8520
|
+
* @param {!proto.TransactionBuilderFieldsDetail=} opt_value
|
|
8521
8521
|
* @param {number=} opt_index
|
|
8522
|
-
* @return {!proto.
|
|
8522
|
+
* @return {!proto.TransactionBuilderFieldsDetail}
|
|
8523
8523
|
*/
|
|
8524
8524
|
proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.prototype.addPrTransactionBuilder = function(opt_value, opt_index) {
|
|
8525
|
-
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.
|
|
8525
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.TransactionBuilderFieldsDetail, opt_index);
|
|
8526
8526
|
};
|
|
8527
8527
|
|
|
8528
8528
|
|
|
@@ -8711,17 +8711,17 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.serializeBinaryToWri
|
|
|
8711
8711
|
|
|
8712
8712
|
|
|
8713
8713
|
/**
|
|
8714
|
-
* repeated
|
|
8715
|
-
* @return {!Array<!proto.
|
|
8714
|
+
* repeated TransactionBuilderFieldsDetail pr_transaction_builder_item = 1;
|
|
8715
|
+
* @return {!Array<!proto.TransactionBuilderFieldsDetail>}
|
|
8716
8716
|
*/
|
|
8717
8717
|
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.getPrTransactionBuilderItemList = function() {
|
|
8718
|
-
return /** @type{!Array<!proto.
|
|
8718
|
+
return /** @type{!Array<!proto.TransactionBuilderFieldsDetail>} */ (
|
|
8719
8719
|
jspb.Message.getRepeatedWrapperField(this, prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail, 1));
|
|
8720
8720
|
};
|
|
8721
8721
|
|
|
8722
8722
|
|
|
8723
8723
|
/**
|
|
8724
|
-
* @param {!Array<!proto.
|
|
8724
|
+
* @param {!Array<!proto.TransactionBuilderFieldsDetail>} value
|
|
8725
8725
|
* @return {!proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload} returns this
|
|
8726
8726
|
*/
|
|
8727
8727
|
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.setPrTransactionBuilderItemList = function(value) {
|
|
@@ -8730,12 +8730,12 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.setPrTrans
|
|
|
8730
8730
|
|
|
8731
8731
|
|
|
8732
8732
|
/**
|
|
8733
|
-
* @param {!proto.
|
|
8733
|
+
* @param {!proto.TransactionBuilderFieldsDetail=} opt_value
|
|
8734
8734
|
* @param {number=} opt_index
|
|
8735
|
-
* @return {!proto.
|
|
8735
|
+
* @return {!proto.TransactionBuilderFieldsDetail}
|
|
8736
8736
|
*/
|
|
8737
8737
|
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.addPrTransactionBuilderItem = function(opt_value, opt_index) {
|
|
8738
|
-
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.
|
|
8738
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.TransactionBuilderFieldsDetail, opt_index);
|
|
8739
8739
|
};
|
|
8740
8740
|
|
|
8741
8741
|
|
|
@@ -8909,17 +8909,17 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload.serializeBinar
|
|
|
8909
8909
|
|
|
8910
8910
|
|
|
8911
8911
|
/**
|
|
8912
|
-
* repeated
|
|
8913
|
-
* @return {!Array<!proto.
|
|
8912
|
+
* repeated TransactionBuilderFieldsDetail pr_transaction_builder_item_detail = 1;
|
|
8913
|
+
* @return {!Array<!proto.TransactionBuilderFieldsDetail>}
|
|
8914
8914
|
*/
|
|
8915
8915
|
proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload.prototype.getPrTransactionBuilderItemDetailList = function() {
|
|
8916
|
-
return /** @type{!Array<!proto.
|
|
8916
|
+
return /** @type{!Array<!proto.TransactionBuilderFieldsDetail>} */ (
|
|
8917
8917
|
jspb.Message.getRepeatedWrapperField(this, prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail, 1));
|
|
8918
8918
|
};
|
|
8919
8919
|
|
|
8920
8920
|
|
|
8921
8921
|
/**
|
|
8922
|
-
* @param {!Array<!proto.
|
|
8922
|
+
* @param {!Array<!proto.TransactionBuilderFieldsDetail>} value
|
|
8923
8923
|
* @return {!proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload} returns this
|
|
8924
8924
|
*/
|
|
8925
8925
|
proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload.prototype.setPrTransactionBuilderItemDetailList = function(value) {
|
|
@@ -8928,12 +8928,12 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload.prototype.setP
|
|
|
8928
8928
|
|
|
8929
8929
|
|
|
8930
8930
|
/**
|
|
8931
|
-
* @param {!proto.
|
|
8931
|
+
* @param {!proto.TransactionBuilderFieldsDetail=} opt_value
|
|
8932
8932
|
* @param {number=} opt_index
|
|
8933
|
-
* @return {!proto.
|
|
8933
|
+
* @return {!proto.TransactionBuilderFieldsDetail}
|
|
8934
8934
|
*/
|
|
8935
8935
|
proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload.prototype.addPrTransactionBuilderItemDetail = function(opt_value, opt_index) {
|
|
8936
|
-
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.
|
|
8936
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.TransactionBuilderFieldsDetail, opt_index);
|
|
8937
8937
|
};
|
|
8938
8938
|
|
|
8939
8939
|
|