@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.
- package/package.json +1 -1
- package/prisca/v1/audit_trail/audit_trail_grpc_pb.js +92 -0
- package/prisca/v1/audit_trail/audit_trail_pb.js +2107 -0
- package/prisca/v1/bidding/bidding_pb.js +61 -1
- package/prisca/v1/business_partner/business_partner_grpc_pb.js +334 -0
- package/prisca/v1/business_partner/business_partner_pb.js +5244 -0
- package/prisca/v1/core/bp_config/bp_config_grpc_pb.js +697 -0
- package/prisca/v1/core/bp_config/bp_config_pb.js +10812 -0
- package/prisca/v1/core/item_transaction/item_transaction_pb.js +340 -10
- package/prisca/v1/core/job_title/job_title_pb.js +31 -1
- package/prisca/v1/core/line_of_approval/line_of_approval_grpc_pb.js +73 -0
- package/prisca/v1/core/line_of_approval/line_of_approval_pb.js +2027 -0
- package/prisca/v1/core/material_sales/material_account_assignment_group_grpc_pb.js +183 -0
- package/prisca/v1/core/material_sales/material_account_assignment_group_pb.js +2658 -0
- package/prisca/v1/core/material_sales/material_division_grpc_pb.js +199 -0
- package/prisca/v1/core/material_sales/material_division_pb.js +2706 -0
- package/prisca/v1/core/material_sales/material_item_category_group_grpc_pb.js +183 -0
- package/prisca/v1/core/material_sales/material_item_category_group_pb.js +2658 -0
- package/prisca/v1/core/material_sales/material_plant_grpc_pb.js +193 -0
- package/prisca/v1/core/material_sales/material_plant_pb.js +2757 -0
- package/prisca/v1/core/material_sales/material_sales_eligibility_grpc_pb.js +62 -0
- package/prisca/v1/core/material_sales/material_sales_eligibility_pb.js +475 -0
- package/prisca/v1/core/material_sales/material_sales_org_grpc_pb.js +191 -0
- package/prisca/v1/core/material_sales/material_sales_org_pb.js +2937 -0
- package/prisca/v1/core/material_sales/material_tax_classification_grpc_pb.js +193 -0
- package/prisca/v1/core/material_sales/material_tax_classification_pb.js +2817 -0
- package/prisca/v1/core/material_sales/material_tax_classification_value_grpc_pb.js +194 -0
- package/prisca/v1/core/material_sales/material_tax_classification_value_pb.js +2868 -0
- package/prisca/v1/core/material_sales/material_withholding_tax_group_grpc_pb.js +188 -0
- package/prisca/v1/core/material_sales/material_withholding_tax_group_pb.js +2658 -0
- package/prisca/v1/core/sales_org/distribution_channel_grpc_pb.js +180 -0
- package/prisca/v1/core/sales_org/distribution_channel_pb.js +2658 -0
- package/prisca/v1/core/sales_org/sales_address_grpc_pb.js +1 -0
- package/prisca/v1/core/sales_org/sales_address_pb.js +380 -0
- package/prisca/v1/core/sales_org/sales_area_grpc_pb.js +157 -0
- package/prisca/v1/core/sales_org/sales_area_pb.js +2381 -0
- package/prisca/v1/core/sales_org/sales_division_grpc_pb.js +180 -0
- package/prisca/v1/core/sales_org/sales_division_pb.js +2658 -0
- package/prisca/v1/core/sales_org/sales_group_assignment_grpc_pb.js +151 -0
- package/prisca/v1/core/sales_org/sales_group_assignment_pb.js +2231 -0
- package/prisca/v1/core/sales_org/sales_group_grpc_pb.js +180 -0
- package/prisca/v1/core/sales_org/sales_group_pb.js +2658 -0
- package/prisca/v1/core/sales_org/sales_office_assignment_grpc_pb.js +151 -0
- package/prisca/v1/core/sales_org/sales_office_assignment_pb.js +2231 -0
- package/prisca/v1/core/sales_org/sales_office_grpc_pb.js +181 -0
- package/prisca/v1/core/sales_org/sales_office_pb.js +2762 -0
- package/prisca/v1/core/sales_org/sales_org_distribution_channel_grpc_pb.js +151 -0
- package/prisca/v1/core/sales_org/sales_org_distribution_channel_pb.js +2231 -0
- package/prisca/v1/core/sales_org/sales_org_division_grpc_pb.js +151 -0
- package/prisca/v1/core/sales_org/sales_org_division_pb.js +2231 -0
- package/prisca/v1/core/sales_org/sales_org_plant_grpc_pb.js +152 -0
- package/prisca/v1/core/sales_org/sales_org_plant_pb.js +2291 -0
- package/prisca/v1/core/sales_org/sales_organization_grpc_pb.js +181 -0
- package/prisca/v1/core/sales_org/sales_organization_pb.js +2822 -0
- package/prisca/v1/core/sales_org/shipping_point_grpc_pb.js +181 -0
- package/prisca/v1/core/sales_org/shipping_point_pb.js +2762 -0
- package/prisca/v1/core/sales_org/shipping_point_plant_grpc_pb.js +152 -0
- package/prisca/v1/core/sales_org/shipping_point_plant_pb.js +2231 -0
- package/prisca/v1/core/transaction_type/transaction_type_grpc_pb.js +147 -0
- package/prisca/v1/core/transaction_type/transaction_type_pb.js +2587 -0
- package/prisca/v1/customer/customer_grpc_pb.js +184 -0
- package/prisca/v1/customer/customer_pb.js +3498 -0
- package/prisca/v1/customer/customer_registration_grpc_pb.js +93 -0
- package/prisca/v1/customer/customer_registration_pb.js +1300 -0
- package/prisca/v1/customer/customer_sales_area_grpc_pb.js +256 -0
- package/prisca/v1/customer/customer_sales_area_pb.js +4681 -0
- package/prisca/v1/delivery_order/delivery_order_pb.js +61 -1
- package/prisca/v1/good_receipt/good_receipt_pb.js +31 -1
- package/prisca/v1/invoice/invoice_pb.js +62 -2
- package/prisca/v1/purchase_order/purchase_order_grpc_pb.js +87 -0
- package/prisca/v1/purchase_order/purchase_order_pb.js +1015 -5
- package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_pb.js +31 -1
- package/prisca/v1/request_for_quotation/request_for_quotation_pb.js +152 -2
- package/prisca/v1/vendor_domain/vendor_domain_pb.js +94 -15
|
@@ -3297,7 +3297,8 @@ goodsReceiptQuantity: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
|
3297
3297
|
invoiceQuantity: jspb.Message.getFieldWithDefault(msg, 16, ""),
|
|
3298
3298
|
purchaseOrderQuantity: jspb.Message.getFieldWithDefault(msg, 17, ""),
|
|
3299
3299
|
purchaseRequisitionQuantity: jspb.Message.getFieldWithDefault(msg, 28, ""),
|
|
3300
|
-
purchaseRequisitionPrice: jspb.Message.getFieldWithDefault(msg, 29, "")
|
|
3300
|
+
purchaseRequisitionPrice: jspb.Message.getFieldWithDefault(msg, 29, ""),
|
|
3301
|
+
isSelected: jspb.Message.getBooleanFieldWithDefault(msg, 30, false)
|
|
3301
3302
|
};
|
|
3302
3303
|
|
|
3303
3304
|
if (includeInstance) {
|
|
@@ -3412,6 +3413,10 @@ proto.ItemTransactionService.deserializeBinaryFromReader = function(msg, reader)
|
|
|
3412
3413
|
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
3413
3414
|
msg.setPurchaseRequisitionPrice(value);
|
|
3414
3415
|
break;
|
|
3416
|
+
case 30:
|
|
3417
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
3418
|
+
msg.setIsSelected(value);
|
|
3419
|
+
break;
|
|
3415
3420
|
default:
|
|
3416
3421
|
reader.skipField();
|
|
3417
3422
|
break;
|
|
@@ -3576,6 +3581,13 @@ proto.ItemTransactionService.serializeBinaryToWriter = function(message, writer)
|
|
|
3576
3581
|
f
|
|
3577
3582
|
);
|
|
3578
3583
|
}
|
|
3584
|
+
f = message.getIsSelected();
|
|
3585
|
+
if (f) {
|
|
3586
|
+
writer.writeBool(
|
|
3587
|
+
30,
|
|
3588
|
+
f
|
|
3589
|
+
);
|
|
3590
|
+
}
|
|
3579
3591
|
};
|
|
3580
3592
|
|
|
3581
3593
|
|
|
@@ -3961,6 +3973,24 @@ proto.ItemTransactionService.prototype.setPurchaseRequisitionPrice = function(va
|
|
|
3961
3973
|
};
|
|
3962
3974
|
|
|
3963
3975
|
|
|
3976
|
+
/**
|
|
3977
|
+
* optional bool is_selected = 30;
|
|
3978
|
+
* @return {boolean}
|
|
3979
|
+
*/
|
|
3980
|
+
proto.ItemTransactionService.prototype.getIsSelected = function() {
|
|
3981
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 30, false));
|
|
3982
|
+
};
|
|
3983
|
+
|
|
3984
|
+
|
|
3985
|
+
/**
|
|
3986
|
+
* @param {boolean} value
|
|
3987
|
+
* @return {!proto.ItemTransactionService} returns this
|
|
3988
|
+
*/
|
|
3989
|
+
proto.ItemTransactionService.prototype.setIsSelected = function(value) {
|
|
3990
|
+
return jspb.Message.setProto3BooleanField(this, 30, value);
|
|
3991
|
+
};
|
|
3992
|
+
|
|
3993
|
+
|
|
3964
3994
|
|
|
3965
3995
|
|
|
3966
3996
|
|
|
@@ -4007,7 +4037,8 @@ code: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
|
4007
4037
|
isGeneral: jspb.Message.getBooleanFieldWithDefault(msg, 12, false),
|
|
4008
4038
|
properties: jspb.Message.getFieldWithDefault(msg, 13, ""),
|
|
4009
4039
|
unitOfMeasure: jspb.Message.getFieldWithDefault(msg, 14, ""),
|
|
4010
|
-
currency: jspb.Message.getFieldWithDefault(msg, 15, "")
|
|
4040
|
+
currency: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
4041
|
+
customTransaction: jspb.Message.getFieldWithDefault(msg, 16, "")
|
|
4011
4042
|
};
|
|
4012
4043
|
|
|
4013
4044
|
if (includeInstance) {
|
|
@@ -4104,6 +4135,10 @@ proto.ItemTransactionPriceCondition.deserializeBinaryFromReader = function(msg,
|
|
|
4104
4135
|
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
4105
4136
|
msg.setCurrency(value);
|
|
4106
4137
|
break;
|
|
4138
|
+
case 16:
|
|
4139
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
4140
|
+
msg.setCustomTransaction(value);
|
|
4141
|
+
break;
|
|
4107
4142
|
default:
|
|
4108
4143
|
reader.skipField();
|
|
4109
4144
|
break;
|
|
@@ -4238,6 +4273,13 @@ proto.ItemTransactionPriceCondition.serializeBinaryToWriter = function(message,
|
|
|
4238
4273
|
f
|
|
4239
4274
|
);
|
|
4240
4275
|
}
|
|
4276
|
+
f = message.getCustomTransaction();
|
|
4277
|
+
if (f.length > 0) {
|
|
4278
|
+
writer.writeString(
|
|
4279
|
+
16,
|
|
4280
|
+
f
|
|
4281
|
+
);
|
|
4282
|
+
}
|
|
4241
4283
|
};
|
|
4242
4284
|
|
|
4243
4285
|
|
|
@@ -4511,6 +4553,24 @@ proto.ItemTransactionPriceCondition.prototype.setCurrency = function(value) {
|
|
|
4511
4553
|
};
|
|
4512
4554
|
|
|
4513
4555
|
|
|
4556
|
+
/**
|
|
4557
|
+
* optional string custom_transaction = 16;
|
|
4558
|
+
* @return {string}
|
|
4559
|
+
*/
|
|
4560
|
+
proto.ItemTransactionPriceCondition.prototype.getCustomTransaction = function() {
|
|
4561
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, ""));
|
|
4562
|
+
};
|
|
4563
|
+
|
|
4564
|
+
|
|
4565
|
+
/**
|
|
4566
|
+
* @param {string} value
|
|
4567
|
+
* @return {!proto.ItemTransactionPriceCondition} returns this
|
|
4568
|
+
*/
|
|
4569
|
+
proto.ItemTransactionPriceCondition.prototype.setCustomTransaction = function(value) {
|
|
4570
|
+
return jspb.Message.setProto3StringField(this, 16, value);
|
|
4571
|
+
};
|
|
4572
|
+
|
|
4573
|
+
|
|
4514
4574
|
|
|
4515
4575
|
|
|
4516
4576
|
|
|
@@ -4557,7 +4617,8 @@ code: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
|
4557
4617
|
isGeneral: jspb.Message.getBooleanFieldWithDefault(msg, 12, false),
|
|
4558
4618
|
properties: jspb.Message.getFieldWithDefault(msg, 13, ""),
|
|
4559
4619
|
unitOfMeasure: jspb.Message.getFieldWithDefault(msg, 14, ""),
|
|
4560
|
-
currency: jspb.Message.getFieldWithDefault(msg, 15, "")
|
|
4620
|
+
currency: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
4621
|
+
customTransaction: jspb.Message.getFieldWithDefault(msg, 16, "")
|
|
4561
4622
|
};
|
|
4562
4623
|
|
|
4563
4624
|
if (includeInstance) {
|
|
@@ -4654,6 +4715,10 @@ proto.ItemTransactionDetailPriceCondition.deserializeBinaryFromReader = function
|
|
|
4654
4715
|
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
4655
4716
|
msg.setCurrency(value);
|
|
4656
4717
|
break;
|
|
4718
|
+
case 16:
|
|
4719
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
4720
|
+
msg.setCustomTransaction(value);
|
|
4721
|
+
break;
|
|
4657
4722
|
default:
|
|
4658
4723
|
reader.skipField();
|
|
4659
4724
|
break;
|
|
@@ -4788,6 +4853,13 @@ proto.ItemTransactionDetailPriceCondition.serializeBinaryToWriter = function(mes
|
|
|
4788
4853
|
f
|
|
4789
4854
|
);
|
|
4790
4855
|
}
|
|
4856
|
+
f = message.getCustomTransaction();
|
|
4857
|
+
if (f.length > 0) {
|
|
4858
|
+
writer.writeString(
|
|
4859
|
+
16,
|
|
4860
|
+
f
|
|
4861
|
+
);
|
|
4862
|
+
}
|
|
4791
4863
|
};
|
|
4792
4864
|
|
|
4793
4865
|
|
|
@@ -5061,6 +5133,24 @@ proto.ItemTransactionDetailPriceCondition.prototype.setCurrency = function(value
|
|
|
5061
5133
|
};
|
|
5062
5134
|
|
|
5063
5135
|
|
|
5136
|
+
/**
|
|
5137
|
+
* optional string custom_transaction = 16;
|
|
5138
|
+
* @return {string}
|
|
5139
|
+
*/
|
|
5140
|
+
proto.ItemTransactionDetailPriceCondition.prototype.getCustomTransaction = function() {
|
|
5141
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, ""));
|
|
5142
|
+
};
|
|
5143
|
+
|
|
5144
|
+
|
|
5145
|
+
/**
|
|
5146
|
+
* @param {string} value
|
|
5147
|
+
* @return {!proto.ItemTransactionDetailPriceCondition} returns this
|
|
5148
|
+
*/
|
|
5149
|
+
proto.ItemTransactionDetailPriceCondition.prototype.setCustomTransaction = function(value) {
|
|
5150
|
+
return jspb.Message.setProto3StringField(this, 16, value);
|
|
5151
|
+
};
|
|
5152
|
+
|
|
5153
|
+
|
|
5064
5154
|
|
|
5065
5155
|
|
|
5066
5156
|
|
|
@@ -5107,7 +5197,8 @@ code: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
|
5107
5197
|
isGeneral: jspb.Message.getBooleanFieldWithDefault(msg, 12, false),
|
|
5108
5198
|
properties: jspb.Message.getFieldWithDefault(msg, 13, ""),
|
|
5109
5199
|
unitOfMeasure: jspb.Message.getFieldWithDefault(msg, 14, ""),
|
|
5110
|
-
currency: jspb.Message.getFieldWithDefault(msg, 15, "")
|
|
5200
|
+
currency: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
5201
|
+
customTransaction: jspb.Message.getFieldWithDefault(msg, 16, "")
|
|
5111
5202
|
};
|
|
5112
5203
|
|
|
5113
5204
|
if (includeInstance) {
|
|
@@ -5204,6 +5295,10 @@ proto.ItemTransactionServicePriceCondition.deserializeBinaryFromReader = functio
|
|
|
5204
5295
|
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
5205
5296
|
msg.setCurrency(value);
|
|
5206
5297
|
break;
|
|
5298
|
+
case 16:
|
|
5299
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
5300
|
+
msg.setCustomTransaction(value);
|
|
5301
|
+
break;
|
|
5207
5302
|
default:
|
|
5208
5303
|
reader.skipField();
|
|
5209
5304
|
break;
|
|
@@ -5338,6 +5433,13 @@ proto.ItemTransactionServicePriceCondition.serializeBinaryToWriter = function(me
|
|
|
5338
5433
|
f
|
|
5339
5434
|
);
|
|
5340
5435
|
}
|
|
5436
|
+
f = message.getCustomTransaction();
|
|
5437
|
+
if (f.length > 0) {
|
|
5438
|
+
writer.writeString(
|
|
5439
|
+
16,
|
|
5440
|
+
f
|
|
5441
|
+
);
|
|
5442
|
+
}
|
|
5341
5443
|
};
|
|
5342
5444
|
|
|
5343
5445
|
|
|
@@ -5611,6 +5713,24 @@ proto.ItemTransactionServicePriceCondition.prototype.setCurrency = function(valu
|
|
|
5611
5713
|
};
|
|
5612
5714
|
|
|
5613
5715
|
|
|
5716
|
+
/**
|
|
5717
|
+
* optional string custom_transaction = 16;
|
|
5718
|
+
* @return {string}
|
|
5719
|
+
*/
|
|
5720
|
+
proto.ItemTransactionServicePriceCondition.prototype.getCustomTransaction = function() {
|
|
5721
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, ""));
|
|
5722
|
+
};
|
|
5723
|
+
|
|
5724
|
+
|
|
5725
|
+
/**
|
|
5726
|
+
* @param {string} value
|
|
5727
|
+
* @return {!proto.ItemTransactionServicePriceCondition} returns this
|
|
5728
|
+
*/
|
|
5729
|
+
proto.ItemTransactionServicePriceCondition.prototype.setCustomTransaction = function(value) {
|
|
5730
|
+
return jspb.Message.setProto3StringField(this, 16, value);
|
|
5731
|
+
};
|
|
5732
|
+
|
|
5733
|
+
|
|
5614
5734
|
|
|
5615
5735
|
/**
|
|
5616
5736
|
* List of repeated fields within this message type.
|
|
@@ -5682,7 +5802,8 @@ incomeTax: jspb.Message.getFloatingPointFieldWithDefault(msg, 35, 0.0),
|
|
|
5682
5802
|
priceBeforeTax: jspb.Message.getFieldWithDefault(msg, 36, ""),
|
|
5683
5803
|
itemCategory: jspb.Message.getFieldWithDefault(msg, 37, ""),
|
|
5684
5804
|
budgetCode: jspb.Message.getFieldWithDefault(msg, 38, ""),
|
|
5685
|
-
budgetRemaining: jspb.Message.getFieldWithDefault(msg, 39, "")
|
|
5805
|
+
budgetRemaining: jspb.Message.getFieldWithDefault(msg, 39, ""),
|
|
5806
|
+
replacement: jspb.Message.getFieldWithDefault(msg, 40, "")
|
|
5686
5807
|
};
|
|
5687
5808
|
|
|
5688
5809
|
if (includeInstance) {
|
|
@@ -5839,6 +5960,10 @@ proto.BaseItemTransaction.deserializeBinaryFromReader = function(msg, reader) {
|
|
|
5839
5960
|
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
5840
5961
|
msg.setBudgetRemaining(value);
|
|
5841
5962
|
break;
|
|
5963
|
+
case 40:
|
|
5964
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
5965
|
+
msg.setReplacement(value);
|
|
5966
|
+
break;
|
|
5842
5967
|
default:
|
|
5843
5968
|
reader.skipField();
|
|
5844
5969
|
break;
|
|
@@ -6075,6 +6200,13 @@ proto.BaseItemTransaction.serializeBinaryToWriter = function(message, writer) {
|
|
|
6075
6200
|
f
|
|
6076
6201
|
);
|
|
6077
6202
|
}
|
|
6203
|
+
f = message.getReplacement();
|
|
6204
|
+
if (f.length > 0) {
|
|
6205
|
+
writer.writeString(
|
|
6206
|
+
40,
|
|
6207
|
+
f
|
|
6208
|
+
);
|
|
6209
|
+
}
|
|
6078
6210
|
};
|
|
6079
6211
|
|
|
6080
6212
|
|
|
@@ -6698,6 +6830,24 @@ proto.BaseItemTransaction.prototype.setBudgetRemaining = function(value) {
|
|
|
6698
6830
|
};
|
|
6699
6831
|
|
|
6700
6832
|
|
|
6833
|
+
/**
|
|
6834
|
+
* optional string replacement = 40;
|
|
6835
|
+
* @return {string}
|
|
6836
|
+
*/
|
|
6837
|
+
proto.BaseItemTransaction.prototype.getReplacement = function() {
|
|
6838
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 40, ""));
|
|
6839
|
+
};
|
|
6840
|
+
|
|
6841
|
+
|
|
6842
|
+
/**
|
|
6843
|
+
* @param {string} value
|
|
6844
|
+
* @return {!proto.BaseItemTransaction} returns this
|
|
6845
|
+
*/
|
|
6846
|
+
proto.BaseItemTransaction.prototype.setReplacement = function(value) {
|
|
6847
|
+
return jspb.Message.setProto3StringField(this, 40, value);
|
|
6848
|
+
};
|
|
6849
|
+
|
|
6850
|
+
|
|
6701
6851
|
|
|
6702
6852
|
/**
|
|
6703
6853
|
* List of repeated fields within this message type.
|
|
@@ -6758,7 +6908,8 @@ filesList: jspb.Message.toObjectList(msg.getFilesList(),
|
|
|
6758
6908
|
prisca_v1_core_file_upload_file_upload_pb.FileUploadReferencesReq.toObject, includeInstance),
|
|
6759
6909
|
itemTransactionDetailPriceConditionList: jspb.Message.toObjectList(msg.getItemTransactionDetailPriceConditionList(),
|
|
6760
6910
|
proto.BaseItemTransactionDetailPriceCondition.toObject, includeInstance),
|
|
6761
|
-
referencesId: jspb.Message.getFieldWithDefault(msg, 20, "")
|
|
6911
|
+
referencesId: jspb.Message.getFieldWithDefault(msg, 20, ""),
|
|
6912
|
+
previousReferences: jspb.Message.getFieldWithDefault(msg, 21, "")
|
|
6762
6913
|
};
|
|
6763
6914
|
|
|
6764
6915
|
if (includeInstance) {
|
|
@@ -6877,6 +7028,10 @@ proto.BaseItemTransactionDetail.deserializeBinaryFromReader = function(msg, read
|
|
|
6877
7028
|
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
6878
7029
|
msg.setReferencesId(value);
|
|
6879
7030
|
break;
|
|
7031
|
+
case 21:
|
|
7032
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
7033
|
+
msg.setPreviousReferences(value);
|
|
7034
|
+
break;
|
|
6880
7035
|
default:
|
|
6881
7036
|
reader.skipField();
|
|
6882
7037
|
break;
|
|
@@ -7048,6 +7203,13 @@ proto.BaseItemTransactionDetail.serializeBinaryToWriter = function(message, writ
|
|
|
7048
7203
|
f
|
|
7049
7204
|
);
|
|
7050
7205
|
}
|
|
7206
|
+
f = message.getPreviousReferences();
|
|
7207
|
+
if (f.length > 0) {
|
|
7208
|
+
writer.writeString(
|
|
7209
|
+
21,
|
|
7210
|
+
f
|
|
7211
|
+
);
|
|
7212
|
+
}
|
|
7051
7213
|
};
|
|
7052
7214
|
|
|
7053
7215
|
|
|
@@ -7451,6 +7613,24 @@ proto.BaseItemTransactionDetail.prototype.setReferencesId = function(value) {
|
|
|
7451
7613
|
};
|
|
7452
7614
|
|
|
7453
7615
|
|
|
7616
|
+
/**
|
|
7617
|
+
* optional string previous_references = 21;
|
|
7618
|
+
* @return {string}
|
|
7619
|
+
*/
|
|
7620
|
+
proto.BaseItemTransactionDetail.prototype.getPreviousReferences = function() {
|
|
7621
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 21, ""));
|
|
7622
|
+
};
|
|
7623
|
+
|
|
7624
|
+
|
|
7625
|
+
/**
|
|
7626
|
+
* @param {string} value
|
|
7627
|
+
* @return {!proto.BaseItemTransactionDetail} returns this
|
|
7628
|
+
*/
|
|
7629
|
+
proto.BaseItemTransactionDetail.prototype.setPreviousReferences = function(value) {
|
|
7630
|
+
return jspb.Message.setProto3StringField(this, 21, value);
|
|
7631
|
+
};
|
|
7632
|
+
|
|
7633
|
+
|
|
7454
7634
|
|
|
7455
7635
|
/**
|
|
7456
7636
|
* List of repeated fields within this message type.
|
|
@@ -7503,7 +7683,9 @@ filesList: jspb.Message.toObjectList(msg.getFilesList(),
|
|
|
7503
7683
|
prisca_v1_core_file_upload_file_upload_pb.FileUploadReferencesReq.toObject, includeInstance),
|
|
7504
7684
|
itemTransactionServicePriceConditionList: jspb.Message.toObjectList(msg.getItemTransactionServicePriceConditionList(),
|
|
7505
7685
|
proto.BaseItemTransactionServicePriceCondition.toObject, includeInstance),
|
|
7506
|
-
previousReferences: jspb.Message.getFieldWithDefault(msg, 13, "")
|
|
7686
|
+
previousReferences: jspb.Message.getFieldWithDefault(msg, 13, ""),
|
|
7687
|
+
purchaseRequisitionQuantity: jspb.Message.getFieldWithDefault(msg, 14, ""),
|
|
7688
|
+
purchaseRequisitionPrice: jspb.Message.getFieldWithDefault(msg, 15, "")
|
|
7507
7689
|
};
|
|
7508
7690
|
|
|
7509
7691
|
if (includeInstance) {
|
|
@@ -7590,6 +7772,14 @@ proto.BaseItemTransactionService.deserializeBinaryFromReader = function(msg, rea
|
|
|
7590
7772
|
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
7591
7773
|
msg.setPreviousReferences(value);
|
|
7592
7774
|
break;
|
|
7775
|
+
case 14:
|
|
7776
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
7777
|
+
msg.setPurchaseRequisitionQuantity(value);
|
|
7778
|
+
break;
|
|
7779
|
+
case 15:
|
|
7780
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
7781
|
+
msg.setPurchaseRequisitionPrice(value);
|
|
7782
|
+
break;
|
|
7593
7783
|
default:
|
|
7594
7784
|
reader.skipField();
|
|
7595
7785
|
break;
|
|
@@ -7705,6 +7895,20 @@ proto.BaseItemTransactionService.serializeBinaryToWriter = function(message, wri
|
|
|
7705
7895
|
f
|
|
7706
7896
|
);
|
|
7707
7897
|
}
|
|
7898
|
+
f = message.getPurchaseRequisitionQuantity();
|
|
7899
|
+
if (f.length > 0) {
|
|
7900
|
+
writer.writeString(
|
|
7901
|
+
14,
|
|
7902
|
+
f
|
|
7903
|
+
);
|
|
7904
|
+
}
|
|
7905
|
+
f = message.getPurchaseRequisitionPrice();
|
|
7906
|
+
if (f.length > 0) {
|
|
7907
|
+
writer.writeString(
|
|
7908
|
+
15,
|
|
7909
|
+
f
|
|
7910
|
+
);
|
|
7911
|
+
}
|
|
7708
7912
|
};
|
|
7709
7913
|
|
|
7710
7914
|
|
|
@@ -7964,6 +8168,42 @@ proto.BaseItemTransactionService.prototype.setPreviousReferences = function(valu
|
|
|
7964
8168
|
};
|
|
7965
8169
|
|
|
7966
8170
|
|
|
8171
|
+
/**
|
|
8172
|
+
* optional string purchase_requisition_quantity = 14;
|
|
8173
|
+
* @return {string}
|
|
8174
|
+
*/
|
|
8175
|
+
proto.BaseItemTransactionService.prototype.getPurchaseRequisitionQuantity = function() {
|
|
8176
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, ""));
|
|
8177
|
+
};
|
|
8178
|
+
|
|
8179
|
+
|
|
8180
|
+
/**
|
|
8181
|
+
* @param {string} value
|
|
8182
|
+
* @return {!proto.BaseItemTransactionService} returns this
|
|
8183
|
+
*/
|
|
8184
|
+
proto.BaseItemTransactionService.prototype.setPurchaseRequisitionQuantity = function(value) {
|
|
8185
|
+
return jspb.Message.setProto3StringField(this, 14, value);
|
|
8186
|
+
};
|
|
8187
|
+
|
|
8188
|
+
|
|
8189
|
+
/**
|
|
8190
|
+
* optional string purchase_requisition_price = 15;
|
|
8191
|
+
* @return {string}
|
|
8192
|
+
*/
|
|
8193
|
+
proto.BaseItemTransactionService.prototype.getPurchaseRequisitionPrice = function() {
|
|
8194
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, ""));
|
|
8195
|
+
};
|
|
8196
|
+
|
|
8197
|
+
|
|
8198
|
+
/**
|
|
8199
|
+
* @param {string} value
|
|
8200
|
+
* @return {!proto.BaseItemTransactionService} returns this
|
|
8201
|
+
*/
|
|
8202
|
+
proto.BaseItemTransactionService.prototype.setPurchaseRequisitionPrice = function(value) {
|
|
8203
|
+
return jspb.Message.setProto3StringField(this, 15, value);
|
|
8204
|
+
};
|
|
8205
|
+
|
|
8206
|
+
|
|
7967
8207
|
|
|
7968
8208
|
|
|
7969
8209
|
|
|
@@ -8006,7 +8246,8 @@ code: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
|
8006
8246
|
isGeneral: jspb.Message.getBooleanFieldWithDefault(msg, 8, false),
|
|
8007
8247
|
properties: jspb.Message.getFieldWithDefault(msg, 9, ""),
|
|
8008
8248
|
unitOfMeasure: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
8009
|
-
currency: jspb.Message.getFieldWithDefault(msg, 11, "")
|
|
8249
|
+
currency: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
8250
|
+
customTransaction: jspb.Message.getFieldWithDefault(msg, 12, "")
|
|
8010
8251
|
};
|
|
8011
8252
|
|
|
8012
8253
|
if (includeInstance) {
|
|
@@ -8087,6 +8328,10 @@ proto.BaseItemTransactionPriceCondition.deserializeBinaryFromReader = function(m
|
|
|
8087
8328
|
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
8088
8329
|
msg.setCurrency(value);
|
|
8089
8330
|
break;
|
|
8331
|
+
case 12:
|
|
8332
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
8333
|
+
msg.setCustomTransaction(value);
|
|
8334
|
+
break;
|
|
8090
8335
|
default:
|
|
8091
8336
|
reader.skipField();
|
|
8092
8337
|
break;
|
|
@@ -8193,6 +8438,13 @@ proto.BaseItemTransactionPriceCondition.serializeBinaryToWriter = function(messa
|
|
|
8193
8438
|
f
|
|
8194
8439
|
);
|
|
8195
8440
|
}
|
|
8441
|
+
f = message.getCustomTransaction();
|
|
8442
|
+
if (f.length > 0) {
|
|
8443
|
+
writer.writeString(
|
|
8444
|
+
12,
|
|
8445
|
+
f
|
|
8446
|
+
);
|
|
8447
|
+
}
|
|
8196
8448
|
};
|
|
8197
8449
|
|
|
8198
8450
|
|
|
@@ -8394,6 +8646,24 @@ proto.BaseItemTransactionPriceCondition.prototype.setCurrency = function(value)
|
|
|
8394
8646
|
};
|
|
8395
8647
|
|
|
8396
8648
|
|
|
8649
|
+
/**
|
|
8650
|
+
* optional string custom_transaction = 12;
|
|
8651
|
+
* @return {string}
|
|
8652
|
+
*/
|
|
8653
|
+
proto.BaseItemTransactionPriceCondition.prototype.getCustomTransaction = function() {
|
|
8654
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
|
|
8655
|
+
};
|
|
8656
|
+
|
|
8657
|
+
|
|
8658
|
+
/**
|
|
8659
|
+
* @param {string} value
|
|
8660
|
+
* @return {!proto.BaseItemTransactionPriceCondition} returns this
|
|
8661
|
+
*/
|
|
8662
|
+
proto.BaseItemTransactionPriceCondition.prototype.setCustomTransaction = function(value) {
|
|
8663
|
+
return jspb.Message.setProto3StringField(this, 12, value);
|
|
8664
|
+
};
|
|
8665
|
+
|
|
8666
|
+
|
|
8397
8667
|
|
|
8398
8668
|
|
|
8399
8669
|
|
|
@@ -8437,7 +8707,8 @@ isGeneral: jspb.Message.getBooleanFieldWithDefault(msg, 8, false),
|
|
|
8437
8707
|
properties: jspb.Message.getFieldWithDefault(msg, 9, ""),
|
|
8438
8708
|
unitOfMeasure: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
8439
8709
|
currency: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
8440
|
-
referencesId: jspb.Message.getFieldWithDefault(msg, 20, "")
|
|
8710
|
+
referencesId: jspb.Message.getFieldWithDefault(msg, 20, ""),
|
|
8711
|
+
customTransaction: jspb.Message.getFieldWithDefault(msg, 21, "")
|
|
8441
8712
|
};
|
|
8442
8713
|
|
|
8443
8714
|
if (includeInstance) {
|
|
@@ -8522,6 +8793,10 @@ proto.BaseItemTransactionDetailPriceCondition.deserializeBinaryFromReader = func
|
|
|
8522
8793
|
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
8523
8794
|
msg.setReferencesId(value);
|
|
8524
8795
|
break;
|
|
8796
|
+
case 21:
|
|
8797
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
8798
|
+
msg.setCustomTransaction(value);
|
|
8799
|
+
break;
|
|
8525
8800
|
default:
|
|
8526
8801
|
reader.skipField();
|
|
8527
8802
|
break;
|
|
@@ -8635,6 +8910,13 @@ proto.BaseItemTransactionDetailPriceCondition.serializeBinaryToWriter = function
|
|
|
8635
8910
|
f
|
|
8636
8911
|
);
|
|
8637
8912
|
}
|
|
8913
|
+
f = message.getCustomTransaction();
|
|
8914
|
+
if (f.length > 0) {
|
|
8915
|
+
writer.writeString(
|
|
8916
|
+
21,
|
|
8917
|
+
f
|
|
8918
|
+
);
|
|
8919
|
+
}
|
|
8638
8920
|
};
|
|
8639
8921
|
|
|
8640
8922
|
|
|
@@ -8854,6 +9136,24 @@ proto.BaseItemTransactionDetailPriceCondition.prototype.setReferencesId = functi
|
|
|
8854
9136
|
};
|
|
8855
9137
|
|
|
8856
9138
|
|
|
9139
|
+
/**
|
|
9140
|
+
* optional string custom_transaction = 21;
|
|
9141
|
+
* @return {string}
|
|
9142
|
+
*/
|
|
9143
|
+
proto.BaseItemTransactionDetailPriceCondition.prototype.getCustomTransaction = function() {
|
|
9144
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 21, ""));
|
|
9145
|
+
};
|
|
9146
|
+
|
|
9147
|
+
|
|
9148
|
+
/**
|
|
9149
|
+
* @param {string} value
|
|
9150
|
+
* @return {!proto.BaseItemTransactionDetailPriceCondition} returns this
|
|
9151
|
+
*/
|
|
9152
|
+
proto.BaseItemTransactionDetailPriceCondition.prototype.setCustomTransaction = function(value) {
|
|
9153
|
+
return jspb.Message.setProto3StringField(this, 21, value);
|
|
9154
|
+
};
|
|
9155
|
+
|
|
9156
|
+
|
|
8857
9157
|
|
|
8858
9158
|
|
|
8859
9159
|
|
|
@@ -8897,7 +9197,8 @@ isGeneral: jspb.Message.getBooleanFieldWithDefault(msg, 8, false),
|
|
|
8897
9197
|
properties: jspb.Message.getFieldWithDefault(msg, 9, ""),
|
|
8898
9198
|
unitOfMeasure: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
8899
9199
|
currency: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
8900
|
-
referencesId: jspb.Message.getFieldWithDefault(msg, 20, "")
|
|
9200
|
+
referencesId: jspb.Message.getFieldWithDefault(msg, 20, ""),
|
|
9201
|
+
customTransaction: jspb.Message.getFieldWithDefault(msg, 21, "")
|
|
8901
9202
|
};
|
|
8902
9203
|
|
|
8903
9204
|
if (includeInstance) {
|
|
@@ -8982,6 +9283,10 @@ proto.BaseItemTransactionServicePriceCondition.deserializeBinaryFromReader = fun
|
|
|
8982
9283
|
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
8983
9284
|
msg.setReferencesId(value);
|
|
8984
9285
|
break;
|
|
9286
|
+
case 21:
|
|
9287
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
9288
|
+
msg.setCustomTransaction(value);
|
|
9289
|
+
break;
|
|
8985
9290
|
default:
|
|
8986
9291
|
reader.skipField();
|
|
8987
9292
|
break;
|
|
@@ -9095,6 +9400,13 @@ proto.BaseItemTransactionServicePriceCondition.serializeBinaryToWriter = functio
|
|
|
9095
9400
|
f
|
|
9096
9401
|
);
|
|
9097
9402
|
}
|
|
9403
|
+
f = message.getCustomTransaction();
|
|
9404
|
+
if (f.length > 0) {
|
|
9405
|
+
writer.writeString(
|
|
9406
|
+
21,
|
|
9407
|
+
f
|
|
9408
|
+
);
|
|
9409
|
+
}
|
|
9098
9410
|
};
|
|
9099
9411
|
|
|
9100
9412
|
|
|
@@ -9314,4 +9626,22 @@ proto.BaseItemTransactionServicePriceCondition.prototype.setReferencesId = funct
|
|
|
9314
9626
|
};
|
|
9315
9627
|
|
|
9316
9628
|
|
|
9629
|
+
/**
|
|
9630
|
+
* optional string custom_transaction = 21;
|
|
9631
|
+
* @return {string}
|
|
9632
|
+
*/
|
|
9633
|
+
proto.BaseItemTransactionServicePriceCondition.prototype.getCustomTransaction = function() {
|
|
9634
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 21, ""));
|
|
9635
|
+
};
|
|
9636
|
+
|
|
9637
|
+
|
|
9638
|
+
/**
|
|
9639
|
+
* @param {string} value
|
|
9640
|
+
* @return {!proto.BaseItemTransactionServicePriceCondition} returns this
|
|
9641
|
+
*/
|
|
9642
|
+
proto.BaseItemTransactionServicePriceCondition.prototype.setCustomTransaction = function(value) {
|
|
9643
|
+
return jspb.Message.setProto3StringField(this, 21, value);
|
|
9644
|
+
};
|
|
9645
|
+
|
|
9646
|
+
|
|
9317
9647
|
goog.object.extend(exports, proto);
|
|
@@ -341,7 +341,8 @@ code: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
|
341
341
|
name: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
342
342
|
description: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
343
343
|
parentReferencesId: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
344
|
-
companiesReferencesId: jspb.Message.getFieldWithDefault(msg, 5, "")
|
|
344
|
+
companiesReferencesId: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
345
|
+
referencesId: jspb.Message.getFieldWithDefault(msg, 6, "")
|
|
345
346
|
};
|
|
346
347
|
|
|
347
348
|
if (includeInstance) {
|
|
@@ -398,6 +399,10 @@ proto.JobTitle.deserializeBinaryFromReader = function(msg, reader) {
|
|
|
398
399
|
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
399
400
|
msg.setCompaniesReferencesId(value);
|
|
400
401
|
break;
|
|
402
|
+
case 6:
|
|
403
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
404
|
+
msg.setReferencesId(value);
|
|
405
|
+
break;
|
|
401
406
|
default:
|
|
402
407
|
reader.skipField();
|
|
403
408
|
break;
|
|
@@ -462,6 +467,13 @@ proto.JobTitle.serializeBinaryToWriter = function(message, writer) {
|
|
|
462
467
|
f
|
|
463
468
|
);
|
|
464
469
|
}
|
|
470
|
+
f = message.getReferencesId();
|
|
471
|
+
if (f.length > 0) {
|
|
472
|
+
writer.writeString(
|
|
473
|
+
6,
|
|
474
|
+
f
|
|
475
|
+
);
|
|
476
|
+
}
|
|
465
477
|
};
|
|
466
478
|
|
|
467
479
|
|
|
@@ -555,6 +567,24 @@ proto.JobTitle.prototype.setCompaniesReferencesId = function(value) {
|
|
|
555
567
|
};
|
|
556
568
|
|
|
557
569
|
|
|
570
|
+
/**
|
|
571
|
+
* optional string references_id = 6;
|
|
572
|
+
* @return {string}
|
|
573
|
+
*/
|
|
574
|
+
proto.JobTitle.prototype.getReferencesId = function() {
|
|
575
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
576
|
+
};
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
/**
|
|
580
|
+
* @param {string} value
|
|
581
|
+
* @return {!proto.JobTitle} returns this
|
|
582
|
+
*/
|
|
583
|
+
proto.JobTitle.prototype.setReferencesId = function(value) {
|
|
584
|
+
return jspb.Message.setProto3StringField(this, 6, value);
|
|
585
|
+
};
|
|
586
|
+
|
|
587
|
+
|
|
558
588
|
|
|
559
589
|
|
|
560
590
|
|