@aldiokta/protocgen 1.1.59 → 1.1.61
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/budget/budget_grpc_pb.js +1 -0
- package/prisca/v1/budget/budget_pb.js +54 -1
- package/prisca/v1/budget_configuration/budget_configuration_pb.js +6 -6
- package/prisca/v1/budget_planning/budget_planning_grpc_pb.js +112 -0
- package/prisca/v1/budget_planning/budget_planning_pb.js +6233 -1770
- package/prisca/v1/core/item_transaction/item_transaction_pb.js +123 -3
- package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_pb.js +208 -118
|
@@ -7967,7 +7967,7 @@ proto.GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse.prototype.toObject = fu
|
|
|
7967
7967
|
*/
|
|
7968
7968
|
proto.GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse.toObject = function(includeInstance, msg) {
|
|
7969
7969
|
var f, obj = {
|
|
7970
|
-
|
|
7970
|
+
transactionBuilderList: jspb.Message.toObjectList(msg.getTransactionBuilderList(),
|
|
7971
7971
|
prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail.toObject, includeInstance)
|
|
7972
7972
|
};
|
|
7973
7973
|
|
|
@@ -8008,7 +8008,7 @@ proto.GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse.deserializeBinaryFromRe
|
|
|
8008
8008
|
case 3:
|
|
8009
8009
|
var value = new prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail;
|
|
8010
8010
|
reader.readMessage(value,prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail.deserializeBinaryFromReader);
|
|
8011
|
-
msg.
|
|
8011
|
+
msg.addTransactionBuilder(value);
|
|
8012
8012
|
break;
|
|
8013
8013
|
default:
|
|
8014
8014
|
reader.skipField();
|
|
@@ -8039,7 +8039,7 @@ proto.GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse.prototype.serializeBina
|
|
|
8039
8039
|
*/
|
|
8040
8040
|
proto.GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse.serializeBinaryToWriter = function(message, writer) {
|
|
8041
8041
|
var f = undefined;
|
|
8042
|
-
f = message.
|
|
8042
|
+
f = message.getTransactionBuilderList();
|
|
8043
8043
|
if (f.length > 0) {
|
|
8044
8044
|
writer.writeRepeatedMessage(
|
|
8045
8045
|
3,
|
|
@@ -8051,10 +8051,10 @@ proto.GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse.serializeBinaryToWriter
|
|
|
8051
8051
|
|
|
8052
8052
|
|
|
8053
8053
|
/**
|
|
8054
|
-
* repeated TransactionBuilderFieldsDetail
|
|
8054
|
+
* repeated TransactionBuilderFieldsDetail transaction_builder = 3;
|
|
8055
8055
|
* @return {!Array<!proto.TransactionBuilderFieldsDetail>}
|
|
8056
8056
|
*/
|
|
8057
|
-
proto.GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse.prototype.
|
|
8057
|
+
proto.GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse.prototype.getTransactionBuilderList = function() {
|
|
8058
8058
|
return /** @type{!Array<!proto.TransactionBuilderFieldsDetail>} */ (
|
|
8059
8059
|
jspb.Message.getRepeatedWrapperField(this, prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail, 3));
|
|
8060
8060
|
};
|
|
@@ -8064,7 +8064,7 @@ proto.GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse.prototype.getPrTransact
|
|
|
8064
8064
|
* @param {!Array<!proto.TransactionBuilderFieldsDetail>} value
|
|
8065
8065
|
* @return {!proto.GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse} returns this
|
|
8066
8066
|
*/
|
|
8067
|
-
proto.GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse.prototype.
|
|
8067
|
+
proto.GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse.prototype.setTransactionBuilderList = function(value) {
|
|
8068
8068
|
return jspb.Message.setRepeatedWrapperField(this, 3, value);
|
|
8069
8069
|
};
|
|
8070
8070
|
|
|
@@ -8074,7 +8074,7 @@ proto.GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse.prototype.setPrTransact
|
|
|
8074
8074
|
* @param {number=} opt_index
|
|
8075
8075
|
* @return {!proto.TransactionBuilderFieldsDetail}
|
|
8076
8076
|
*/
|
|
8077
|
-
proto.GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse.prototype.
|
|
8077
|
+
proto.GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse.prototype.addTransactionBuilder = function(opt_value, opt_index) {
|
|
8078
8078
|
return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.TransactionBuilderFieldsDetail, opt_index);
|
|
8079
8079
|
};
|
|
8080
8080
|
|
|
@@ -8083,8 +8083,8 @@ proto.GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse.prototype.addPrTransact
|
|
|
8083
8083
|
* Clears the list making it empty but non-null.
|
|
8084
8084
|
* @return {!proto.GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse} returns this
|
|
8085
8085
|
*/
|
|
8086
|
-
proto.GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse.prototype.
|
|
8087
|
-
return this.
|
|
8086
|
+
proto.GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse.prototype.clearTransactionBuilderList = function() {
|
|
8087
|
+
return this.setTransactionBuilderList([]);
|
|
8088
8088
|
};
|
|
8089
8089
|
|
|
8090
8090
|
|
|
@@ -8127,9 +8127,9 @@ proto.GetPurchaseRequisitionTransactionTrxDetail.prototype.toObject = function(o
|
|
|
8127
8127
|
*/
|
|
8128
8128
|
proto.GetPurchaseRequisitionTransactionTrxDetail.toObject = function(includeInstance, msg) {
|
|
8129
8129
|
var f, obj = {
|
|
8130
|
-
|
|
8130
|
+
transactionBuilderList: jspb.Message.toObjectList(msg.getTransactionBuilderList(),
|
|
8131
8131
|
prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail.toObject, includeInstance),
|
|
8132
|
-
|
|
8132
|
+
transactionItemList: jspb.Message.toObjectList(msg.getTransactionItemList(),
|
|
8133
8133
|
proto.GetItemTransactionTrxDetail.toObject, includeInstance)
|
|
8134
8134
|
};
|
|
8135
8135
|
|
|
@@ -8170,12 +8170,12 @@ proto.GetPurchaseRequisitionTransactionTrxDetail.deserializeBinaryFromReader = f
|
|
|
8170
8170
|
case 1:
|
|
8171
8171
|
var value = new prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail;
|
|
8172
8172
|
reader.readMessage(value,prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail.deserializeBinaryFromReader);
|
|
8173
|
-
msg.
|
|
8173
|
+
msg.addTransactionBuilder(value);
|
|
8174
8174
|
break;
|
|
8175
8175
|
case 2:
|
|
8176
8176
|
var value = new proto.GetItemTransactionTrxDetail;
|
|
8177
8177
|
reader.readMessage(value,proto.GetItemTransactionTrxDetail.deserializeBinaryFromReader);
|
|
8178
|
-
msg.
|
|
8178
|
+
msg.addTransactionItem(value);
|
|
8179
8179
|
break;
|
|
8180
8180
|
default:
|
|
8181
8181
|
reader.skipField();
|
|
@@ -8206,7 +8206,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetail.prototype.serializeBinary = fun
|
|
|
8206
8206
|
*/
|
|
8207
8207
|
proto.GetPurchaseRequisitionTransactionTrxDetail.serializeBinaryToWriter = function(message, writer) {
|
|
8208
8208
|
var f = undefined;
|
|
8209
|
-
f = message.
|
|
8209
|
+
f = message.getTransactionBuilderList();
|
|
8210
8210
|
if (f.length > 0) {
|
|
8211
8211
|
writer.writeRepeatedMessage(
|
|
8212
8212
|
1,
|
|
@@ -8214,7 +8214,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetail.serializeBinaryToWriter = funct
|
|
|
8214
8214
|
prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail.serializeBinaryToWriter
|
|
8215
8215
|
);
|
|
8216
8216
|
}
|
|
8217
|
-
f = message.
|
|
8217
|
+
f = message.getTransactionItemList();
|
|
8218
8218
|
if (f.length > 0) {
|
|
8219
8219
|
writer.writeRepeatedMessage(
|
|
8220
8220
|
2,
|
|
@@ -8226,10 +8226,10 @@ proto.GetPurchaseRequisitionTransactionTrxDetail.serializeBinaryToWriter = funct
|
|
|
8226
8226
|
|
|
8227
8227
|
|
|
8228
8228
|
/**
|
|
8229
|
-
* repeated TransactionBuilderFieldsDetail
|
|
8229
|
+
* repeated TransactionBuilderFieldsDetail transaction_builder = 1;
|
|
8230
8230
|
* @return {!Array<!proto.TransactionBuilderFieldsDetail>}
|
|
8231
8231
|
*/
|
|
8232
|
-
proto.GetPurchaseRequisitionTransactionTrxDetail.prototype.
|
|
8232
|
+
proto.GetPurchaseRequisitionTransactionTrxDetail.prototype.getTransactionBuilderList = function() {
|
|
8233
8233
|
return /** @type{!Array<!proto.TransactionBuilderFieldsDetail>} */ (
|
|
8234
8234
|
jspb.Message.getRepeatedWrapperField(this, prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail, 1));
|
|
8235
8235
|
};
|
|
@@ -8239,7 +8239,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetail.prototype.getPrTransactionBuild
|
|
|
8239
8239
|
* @param {!Array<!proto.TransactionBuilderFieldsDetail>} value
|
|
8240
8240
|
* @return {!proto.GetPurchaseRequisitionTransactionTrxDetail} returns this
|
|
8241
8241
|
*/
|
|
8242
|
-
proto.GetPurchaseRequisitionTransactionTrxDetail.prototype.
|
|
8242
|
+
proto.GetPurchaseRequisitionTransactionTrxDetail.prototype.setTransactionBuilderList = function(value) {
|
|
8243
8243
|
return jspb.Message.setRepeatedWrapperField(this, 1, value);
|
|
8244
8244
|
};
|
|
8245
8245
|
|
|
@@ -8249,7 +8249,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetail.prototype.setPrTransactionBuild
|
|
|
8249
8249
|
* @param {number=} opt_index
|
|
8250
8250
|
* @return {!proto.TransactionBuilderFieldsDetail}
|
|
8251
8251
|
*/
|
|
8252
|
-
proto.GetPurchaseRequisitionTransactionTrxDetail.prototype.
|
|
8252
|
+
proto.GetPurchaseRequisitionTransactionTrxDetail.prototype.addTransactionBuilder = function(opt_value, opt_index) {
|
|
8253
8253
|
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.TransactionBuilderFieldsDetail, opt_index);
|
|
8254
8254
|
};
|
|
8255
8255
|
|
|
@@ -8258,16 +8258,16 @@ proto.GetPurchaseRequisitionTransactionTrxDetail.prototype.addPrTransactionBuild
|
|
|
8258
8258
|
* Clears the list making it empty but non-null.
|
|
8259
8259
|
* @return {!proto.GetPurchaseRequisitionTransactionTrxDetail} returns this
|
|
8260
8260
|
*/
|
|
8261
|
-
proto.GetPurchaseRequisitionTransactionTrxDetail.prototype.
|
|
8262
|
-
return this.
|
|
8261
|
+
proto.GetPurchaseRequisitionTransactionTrxDetail.prototype.clearTransactionBuilderList = function() {
|
|
8262
|
+
return this.setTransactionBuilderList([]);
|
|
8263
8263
|
};
|
|
8264
8264
|
|
|
8265
8265
|
|
|
8266
8266
|
/**
|
|
8267
|
-
* repeated GetItemTransactionTrxDetail
|
|
8267
|
+
* repeated GetItemTransactionTrxDetail transaction_item = 2;
|
|
8268
8268
|
* @return {!Array<!proto.GetItemTransactionTrxDetail>}
|
|
8269
8269
|
*/
|
|
8270
|
-
proto.GetPurchaseRequisitionTransactionTrxDetail.prototype.
|
|
8270
|
+
proto.GetPurchaseRequisitionTransactionTrxDetail.prototype.getTransactionItemList = function() {
|
|
8271
8271
|
return /** @type{!Array<!proto.GetItemTransactionTrxDetail>} */ (
|
|
8272
8272
|
jspb.Message.getRepeatedWrapperField(this, proto.GetItemTransactionTrxDetail, 2));
|
|
8273
8273
|
};
|
|
@@ -8277,7 +8277,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetail.prototype.getPrTransactionItemL
|
|
|
8277
8277
|
* @param {!Array<!proto.GetItemTransactionTrxDetail>} value
|
|
8278
8278
|
* @return {!proto.GetPurchaseRequisitionTransactionTrxDetail} returns this
|
|
8279
8279
|
*/
|
|
8280
|
-
proto.GetPurchaseRequisitionTransactionTrxDetail.prototype.
|
|
8280
|
+
proto.GetPurchaseRequisitionTransactionTrxDetail.prototype.setTransactionItemList = function(value) {
|
|
8281
8281
|
return jspb.Message.setRepeatedWrapperField(this, 2, value);
|
|
8282
8282
|
};
|
|
8283
8283
|
|
|
@@ -8287,7 +8287,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetail.prototype.setPrTransactionItemL
|
|
|
8287
8287
|
* @param {number=} opt_index
|
|
8288
8288
|
* @return {!proto.GetItemTransactionTrxDetail}
|
|
8289
8289
|
*/
|
|
8290
|
-
proto.GetPurchaseRequisitionTransactionTrxDetail.prototype.
|
|
8290
|
+
proto.GetPurchaseRequisitionTransactionTrxDetail.prototype.addTransactionItem = function(opt_value, opt_index) {
|
|
8291
8291
|
return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.GetItemTransactionTrxDetail, opt_index);
|
|
8292
8292
|
};
|
|
8293
8293
|
|
|
@@ -8296,8 +8296,8 @@ proto.GetPurchaseRequisitionTransactionTrxDetail.prototype.addPrTransactionItem
|
|
|
8296
8296
|
* Clears the list making it empty but non-null.
|
|
8297
8297
|
* @return {!proto.GetPurchaseRequisitionTransactionTrxDetail} returns this
|
|
8298
8298
|
*/
|
|
8299
|
-
proto.GetPurchaseRequisitionTransactionTrxDetail.prototype.
|
|
8300
|
-
return this.
|
|
8299
|
+
proto.GetPurchaseRequisitionTransactionTrxDetail.prototype.clearTransactionItemList = function() {
|
|
8300
|
+
return this.setTransactionItemList([]);
|
|
8301
8301
|
};
|
|
8302
8302
|
|
|
8303
8303
|
|
|
@@ -8340,9 +8340,9 @@ proto.GetItemTransactionTrxDetail.prototype.toObject = function(opt_includeInsta
|
|
|
8340
8340
|
*/
|
|
8341
8341
|
proto.GetItemTransactionTrxDetail.toObject = function(includeInstance, msg) {
|
|
8342
8342
|
var f, obj = {
|
|
8343
|
-
|
|
8343
|
+
transactionItemBuilderList: jspb.Message.toObjectList(msg.getTransactionItemBuilderList(),
|
|
8344
8344
|
prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail.toObject, includeInstance),
|
|
8345
|
-
|
|
8345
|
+
transactionItemDetailBuilderList: jspb.Message.toObjectList(msg.getTransactionItemDetailBuilderList(),
|
|
8346
8346
|
proto.GetPurchaseRequisitionDetailTrxDetail.toObject, includeInstance)
|
|
8347
8347
|
};
|
|
8348
8348
|
|
|
@@ -8383,12 +8383,12 @@ proto.GetItemTransactionTrxDetail.deserializeBinaryFromReader = function(msg, re
|
|
|
8383
8383
|
case 1:
|
|
8384
8384
|
var value = new prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail;
|
|
8385
8385
|
reader.readMessage(value,prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail.deserializeBinaryFromReader);
|
|
8386
|
-
msg.
|
|
8386
|
+
msg.addTransactionItemBuilder(value);
|
|
8387
8387
|
break;
|
|
8388
8388
|
case 2:
|
|
8389
8389
|
var value = new proto.GetPurchaseRequisitionDetailTrxDetail;
|
|
8390
8390
|
reader.readMessage(value,proto.GetPurchaseRequisitionDetailTrxDetail.deserializeBinaryFromReader);
|
|
8391
|
-
msg.
|
|
8391
|
+
msg.addTransactionItemDetailBuilder(value);
|
|
8392
8392
|
break;
|
|
8393
8393
|
default:
|
|
8394
8394
|
reader.skipField();
|
|
@@ -8419,7 +8419,7 @@ proto.GetItemTransactionTrxDetail.prototype.serializeBinary = function() {
|
|
|
8419
8419
|
*/
|
|
8420
8420
|
proto.GetItemTransactionTrxDetail.serializeBinaryToWriter = function(message, writer) {
|
|
8421
8421
|
var f = undefined;
|
|
8422
|
-
f = message.
|
|
8422
|
+
f = message.getTransactionItemBuilderList();
|
|
8423
8423
|
if (f.length > 0) {
|
|
8424
8424
|
writer.writeRepeatedMessage(
|
|
8425
8425
|
1,
|
|
@@ -8427,7 +8427,7 @@ proto.GetItemTransactionTrxDetail.serializeBinaryToWriter = function(message, wr
|
|
|
8427
8427
|
prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail.serializeBinaryToWriter
|
|
8428
8428
|
);
|
|
8429
8429
|
}
|
|
8430
|
-
f = message.
|
|
8430
|
+
f = message.getTransactionItemDetailBuilderList();
|
|
8431
8431
|
if (f.length > 0) {
|
|
8432
8432
|
writer.writeRepeatedMessage(
|
|
8433
8433
|
2,
|
|
@@ -8439,10 +8439,10 @@ proto.GetItemTransactionTrxDetail.serializeBinaryToWriter = function(message, wr
|
|
|
8439
8439
|
|
|
8440
8440
|
|
|
8441
8441
|
/**
|
|
8442
|
-
* repeated TransactionBuilderFieldsDetail
|
|
8442
|
+
* repeated TransactionBuilderFieldsDetail transaction_item_builder = 1;
|
|
8443
8443
|
* @return {!Array<!proto.TransactionBuilderFieldsDetail>}
|
|
8444
8444
|
*/
|
|
8445
|
-
proto.GetItemTransactionTrxDetail.prototype.
|
|
8445
|
+
proto.GetItemTransactionTrxDetail.prototype.getTransactionItemBuilderList = function() {
|
|
8446
8446
|
return /** @type{!Array<!proto.TransactionBuilderFieldsDetail>} */ (
|
|
8447
8447
|
jspb.Message.getRepeatedWrapperField(this, prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail, 1));
|
|
8448
8448
|
};
|
|
@@ -8452,7 +8452,7 @@ proto.GetItemTransactionTrxDetail.prototype.getPrTransactionItemBuilderList = fu
|
|
|
8452
8452
|
* @param {!Array<!proto.TransactionBuilderFieldsDetail>} value
|
|
8453
8453
|
* @return {!proto.GetItemTransactionTrxDetail} returns this
|
|
8454
8454
|
*/
|
|
8455
|
-
proto.GetItemTransactionTrxDetail.prototype.
|
|
8455
|
+
proto.GetItemTransactionTrxDetail.prototype.setTransactionItemBuilderList = function(value) {
|
|
8456
8456
|
return jspb.Message.setRepeatedWrapperField(this, 1, value);
|
|
8457
8457
|
};
|
|
8458
8458
|
|
|
@@ -8462,7 +8462,7 @@ proto.GetItemTransactionTrxDetail.prototype.setPrTransactionItemBuilderList = fu
|
|
|
8462
8462
|
* @param {number=} opt_index
|
|
8463
8463
|
* @return {!proto.TransactionBuilderFieldsDetail}
|
|
8464
8464
|
*/
|
|
8465
|
-
proto.GetItemTransactionTrxDetail.prototype.
|
|
8465
|
+
proto.GetItemTransactionTrxDetail.prototype.addTransactionItemBuilder = function(opt_value, opt_index) {
|
|
8466
8466
|
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.TransactionBuilderFieldsDetail, opt_index);
|
|
8467
8467
|
};
|
|
8468
8468
|
|
|
@@ -8471,16 +8471,16 @@ proto.GetItemTransactionTrxDetail.prototype.addPrTransactionItemBuilder = functi
|
|
|
8471
8471
|
* Clears the list making it empty but non-null.
|
|
8472
8472
|
* @return {!proto.GetItemTransactionTrxDetail} returns this
|
|
8473
8473
|
*/
|
|
8474
|
-
proto.GetItemTransactionTrxDetail.prototype.
|
|
8475
|
-
return this.
|
|
8474
|
+
proto.GetItemTransactionTrxDetail.prototype.clearTransactionItemBuilderList = function() {
|
|
8475
|
+
return this.setTransactionItemBuilderList([]);
|
|
8476
8476
|
};
|
|
8477
8477
|
|
|
8478
8478
|
|
|
8479
8479
|
/**
|
|
8480
|
-
* repeated GetPurchaseRequisitionDetailTrxDetail
|
|
8480
|
+
* repeated GetPurchaseRequisitionDetailTrxDetail transaction_item_detail_builder = 2;
|
|
8481
8481
|
* @return {!Array<!proto.GetPurchaseRequisitionDetailTrxDetail>}
|
|
8482
8482
|
*/
|
|
8483
|
-
proto.GetItemTransactionTrxDetail.prototype.
|
|
8483
|
+
proto.GetItemTransactionTrxDetail.prototype.getTransactionItemDetailBuilderList = function() {
|
|
8484
8484
|
return /** @type{!Array<!proto.GetPurchaseRequisitionDetailTrxDetail>} */ (
|
|
8485
8485
|
jspb.Message.getRepeatedWrapperField(this, proto.GetPurchaseRequisitionDetailTrxDetail, 2));
|
|
8486
8486
|
};
|
|
@@ -8490,7 +8490,7 @@ proto.GetItemTransactionTrxDetail.prototype.getPrTransactionItemDetailBuilderLis
|
|
|
8490
8490
|
* @param {!Array<!proto.GetPurchaseRequisitionDetailTrxDetail>} value
|
|
8491
8491
|
* @return {!proto.GetItemTransactionTrxDetail} returns this
|
|
8492
8492
|
*/
|
|
8493
|
-
proto.GetItemTransactionTrxDetail.prototype.
|
|
8493
|
+
proto.GetItemTransactionTrxDetail.prototype.setTransactionItemDetailBuilderList = function(value) {
|
|
8494
8494
|
return jspb.Message.setRepeatedWrapperField(this, 2, value);
|
|
8495
8495
|
};
|
|
8496
8496
|
|
|
@@ -8500,7 +8500,7 @@ proto.GetItemTransactionTrxDetail.prototype.setPrTransactionItemDetailBuilderLis
|
|
|
8500
8500
|
* @param {number=} opt_index
|
|
8501
8501
|
* @return {!proto.GetPurchaseRequisitionDetailTrxDetail}
|
|
8502
8502
|
*/
|
|
8503
|
-
proto.GetItemTransactionTrxDetail.prototype.
|
|
8503
|
+
proto.GetItemTransactionTrxDetail.prototype.addTransactionItemDetailBuilder = function(opt_value, opt_index) {
|
|
8504
8504
|
return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.GetPurchaseRequisitionDetailTrxDetail, opt_index);
|
|
8505
8505
|
};
|
|
8506
8506
|
|
|
@@ -8509,8 +8509,8 @@ proto.GetItemTransactionTrxDetail.prototype.addPrTransactionItemDetailBuilder =
|
|
|
8509
8509
|
* Clears the list making it empty but non-null.
|
|
8510
8510
|
* @return {!proto.GetItemTransactionTrxDetail} returns this
|
|
8511
8511
|
*/
|
|
8512
|
-
proto.GetItemTransactionTrxDetail.prototype.
|
|
8513
|
-
return this.
|
|
8512
|
+
proto.GetItemTransactionTrxDetail.prototype.clearTransactionItemDetailBuilderList = function() {
|
|
8513
|
+
return this.setTransactionItemDetailBuilderList([]);
|
|
8514
8514
|
};
|
|
8515
8515
|
|
|
8516
8516
|
|
|
@@ -8553,7 +8553,7 @@ proto.GetPurchaseRequisitionDetailTrxDetail.prototype.toObject = function(opt_in
|
|
|
8553
8553
|
*/
|
|
8554
8554
|
proto.GetPurchaseRequisitionDetailTrxDetail.toObject = function(includeInstance, msg) {
|
|
8555
8555
|
var f, obj = {
|
|
8556
|
-
|
|
8556
|
+
transactionItemBuilderList: jspb.Message.toObjectList(msg.getTransactionItemBuilderList(),
|
|
8557
8557
|
prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail.toObject, includeInstance)
|
|
8558
8558
|
};
|
|
8559
8559
|
|
|
@@ -8594,7 +8594,7 @@ proto.GetPurchaseRequisitionDetailTrxDetail.deserializeBinaryFromReader = functi
|
|
|
8594
8594
|
case 1:
|
|
8595
8595
|
var value = new prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail;
|
|
8596
8596
|
reader.readMessage(value,prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail.deserializeBinaryFromReader);
|
|
8597
|
-
msg.
|
|
8597
|
+
msg.addTransactionItemBuilder(value);
|
|
8598
8598
|
break;
|
|
8599
8599
|
default:
|
|
8600
8600
|
reader.skipField();
|
|
@@ -8625,7 +8625,7 @@ proto.GetPurchaseRequisitionDetailTrxDetail.prototype.serializeBinary = function
|
|
|
8625
8625
|
*/
|
|
8626
8626
|
proto.GetPurchaseRequisitionDetailTrxDetail.serializeBinaryToWriter = function(message, writer) {
|
|
8627
8627
|
var f = undefined;
|
|
8628
|
-
f = message.
|
|
8628
|
+
f = message.getTransactionItemBuilderList();
|
|
8629
8629
|
if (f.length > 0) {
|
|
8630
8630
|
writer.writeRepeatedMessage(
|
|
8631
8631
|
1,
|
|
@@ -8637,10 +8637,10 @@ proto.GetPurchaseRequisitionDetailTrxDetail.serializeBinaryToWriter = function(m
|
|
|
8637
8637
|
|
|
8638
8638
|
|
|
8639
8639
|
/**
|
|
8640
|
-
* repeated TransactionBuilderFieldsDetail
|
|
8640
|
+
* repeated TransactionBuilderFieldsDetail transaction_item_builder = 1;
|
|
8641
8641
|
* @return {!Array<!proto.TransactionBuilderFieldsDetail>}
|
|
8642
8642
|
*/
|
|
8643
|
-
proto.GetPurchaseRequisitionDetailTrxDetail.prototype.
|
|
8643
|
+
proto.GetPurchaseRequisitionDetailTrxDetail.prototype.getTransactionItemBuilderList = function() {
|
|
8644
8644
|
return /** @type{!Array<!proto.TransactionBuilderFieldsDetail>} */ (
|
|
8645
8645
|
jspb.Message.getRepeatedWrapperField(this, prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail, 1));
|
|
8646
8646
|
};
|
|
@@ -8650,7 +8650,7 @@ proto.GetPurchaseRequisitionDetailTrxDetail.prototype.getPrTransactionItemBuilde
|
|
|
8650
8650
|
* @param {!Array<!proto.TransactionBuilderFieldsDetail>} value
|
|
8651
8651
|
* @return {!proto.GetPurchaseRequisitionDetailTrxDetail} returns this
|
|
8652
8652
|
*/
|
|
8653
|
-
proto.GetPurchaseRequisitionDetailTrxDetail.prototype.
|
|
8653
|
+
proto.GetPurchaseRequisitionDetailTrxDetail.prototype.setTransactionItemBuilderList = function(value) {
|
|
8654
8654
|
return jspb.Message.setRepeatedWrapperField(this, 1, value);
|
|
8655
8655
|
};
|
|
8656
8656
|
|
|
@@ -8660,7 +8660,7 @@ proto.GetPurchaseRequisitionDetailTrxDetail.prototype.setPrTransactionItemBuilde
|
|
|
8660
8660
|
* @param {number=} opt_index
|
|
8661
8661
|
* @return {!proto.TransactionBuilderFieldsDetail}
|
|
8662
8662
|
*/
|
|
8663
|
-
proto.GetPurchaseRequisitionDetailTrxDetail.prototype.
|
|
8663
|
+
proto.GetPurchaseRequisitionDetailTrxDetail.prototype.addTransactionItemBuilder = function(opt_value, opt_index) {
|
|
8664
8664
|
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.TransactionBuilderFieldsDetail, opt_index);
|
|
8665
8665
|
};
|
|
8666
8666
|
|
|
@@ -8669,8 +8669,8 @@ proto.GetPurchaseRequisitionDetailTrxDetail.prototype.addPrTransactionItemBuilde
|
|
|
8669
8669
|
* Clears the list making it empty but non-null.
|
|
8670
8670
|
* @return {!proto.GetPurchaseRequisitionDetailTrxDetail} returns this
|
|
8671
8671
|
*/
|
|
8672
|
-
proto.GetPurchaseRequisitionDetailTrxDetail.prototype.
|
|
8673
|
-
return this.
|
|
8672
|
+
proto.GetPurchaseRequisitionDetailTrxDetail.prototype.clearTransactionItemBuilderList = function() {
|
|
8673
|
+
return this.setTransactionItemBuilderList([]);
|
|
8674
8674
|
};
|
|
8675
8675
|
|
|
8676
8676
|
|
|
@@ -9346,9 +9346,9 @@ proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.prototype.toObje
|
|
|
9346
9346
|
*/
|
|
9347
9347
|
proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.toObject = function(includeInstance, msg) {
|
|
9348
9348
|
var f, obj = {
|
|
9349
|
-
|
|
9349
|
+
transactionBuilderList: jspb.Message.toObjectList(msg.getTransactionBuilderList(),
|
|
9350
9350
|
prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail.toObject, includeInstance),
|
|
9351
|
-
|
|
9351
|
+
transactionBuilderItemsList: jspb.Message.toObjectList(msg.getTransactionBuilderItemsList(),
|
|
9352
9352
|
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.toObject, includeInstance)
|
|
9353
9353
|
};
|
|
9354
9354
|
|
|
@@ -9389,12 +9389,12 @@ proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.deserializeBinar
|
|
|
9389
9389
|
case 1:
|
|
9390
9390
|
var value = new prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail;
|
|
9391
9391
|
reader.readMessage(value,prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail.deserializeBinaryFromReader);
|
|
9392
|
-
msg.
|
|
9392
|
+
msg.addTransactionBuilder(value);
|
|
9393
9393
|
break;
|
|
9394
9394
|
case 2:
|
|
9395
9395
|
var value = new proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload;
|
|
9396
9396
|
reader.readMessage(value,proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.deserializeBinaryFromReader);
|
|
9397
|
-
msg.
|
|
9397
|
+
msg.addTransactionBuilderItems(value);
|
|
9398
9398
|
break;
|
|
9399
9399
|
default:
|
|
9400
9400
|
reader.skipField();
|
|
@@ -9425,7 +9425,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.prototype.serial
|
|
|
9425
9425
|
*/
|
|
9426
9426
|
proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.serializeBinaryToWriter = function(message, writer) {
|
|
9427
9427
|
var f = undefined;
|
|
9428
|
-
f = message.
|
|
9428
|
+
f = message.getTransactionBuilderList();
|
|
9429
9429
|
if (f.length > 0) {
|
|
9430
9430
|
writer.writeRepeatedMessage(
|
|
9431
9431
|
1,
|
|
@@ -9433,7 +9433,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.serializeBinaryT
|
|
|
9433
9433
|
prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail.serializeBinaryToWriter
|
|
9434
9434
|
);
|
|
9435
9435
|
}
|
|
9436
|
-
f = message.
|
|
9436
|
+
f = message.getTransactionBuilderItemsList();
|
|
9437
9437
|
if (f.length > 0) {
|
|
9438
9438
|
writer.writeRepeatedMessage(
|
|
9439
9439
|
2,
|
|
@@ -9445,10 +9445,10 @@ proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.serializeBinaryT
|
|
|
9445
9445
|
|
|
9446
9446
|
|
|
9447
9447
|
/**
|
|
9448
|
-
* repeated TransactionBuilderFieldsDetail
|
|
9448
|
+
* repeated TransactionBuilderFieldsDetail transaction_builder = 1;
|
|
9449
9449
|
* @return {!Array<!proto.TransactionBuilderFieldsDetail>}
|
|
9450
9450
|
*/
|
|
9451
|
-
proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.prototype.
|
|
9451
|
+
proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.prototype.getTransactionBuilderList = function() {
|
|
9452
9452
|
return /** @type{!Array<!proto.TransactionBuilderFieldsDetail>} */ (
|
|
9453
9453
|
jspb.Message.getRepeatedWrapperField(this, prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail, 1));
|
|
9454
9454
|
};
|
|
@@ -9458,7 +9458,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.prototype.getPrT
|
|
|
9458
9458
|
* @param {!Array<!proto.TransactionBuilderFieldsDetail>} value
|
|
9459
9459
|
* @return {!proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse} returns this
|
|
9460
9460
|
*/
|
|
9461
|
-
proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.prototype.
|
|
9461
|
+
proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.prototype.setTransactionBuilderList = function(value) {
|
|
9462
9462
|
return jspb.Message.setRepeatedWrapperField(this, 1, value);
|
|
9463
9463
|
};
|
|
9464
9464
|
|
|
@@ -9468,7 +9468,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.prototype.setPrT
|
|
|
9468
9468
|
* @param {number=} opt_index
|
|
9469
9469
|
* @return {!proto.TransactionBuilderFieldsDetail}
|
|
9470
9470
|
*/
|
|
9471
|
-
proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.prototype.
|
|
9471
|
+
proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.prototype.addTransactionBuilder = function(opt_value, opt_index) {
|
|
9472
9472
|
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.TransactionBuilderFieldsDetail, opt_index);
|
|
9473
9473
|
};
|
|
9474
9474
|
|
|
@@ -9477,16 +9477,16 @@ proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.prototype.addPrT
|
|
|
9477
9477
|
* Clears the list making it empty but non-null.
|
|
9478
9478
|
* @return {!proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse} returns this
|
|
9479
9479
|
*/
|
|
9480
|
-
proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.prototype.
|
|
9481
|
-
return this.
|
|
9480
|
+
proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.prototype.clearTransactionBuilderList = function() {
|
|
9481
|
+
return this.setTransactionBuilderList([]);
|
|
9482
9482
|
};
|
|
9483
9483
|
|
|
9484
9484
|
|
|
9485
9485
|
/**
|
|
9486
|
-
* repeated GetPurchaseRequisitionTransactionTrxDetailItemPreload
|
|
9486
|
+
* repeated GetPurchaseRequisitionTransactionTrxDetailItemPreload transaction_builder_items = 2;
|
|
9487
9487
|
* @return {!Array<!proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload>}
|
|
9488
9488
|
*/
|
|
9489
|
-
proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.prototype.
|
|
9489
|
+
proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.prototype.getTransactionBuilderItemsList = function() {
|
|
9490
9490
|
return /** @type{!Array<!proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload>} */ (
|
|
9491
9491
|
jspb.Message.getRepeatedWrapperField(this, proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload, 2));
|
|
9492
9492
|
};
|
|
@@ -9496,7 +9496,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.prototype.getPrT
|
|
|
9496
9496
|
* @param {!Array<!proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload>} value
|
|
9497
9497
|
* @return {!proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse} returns this
|
|
9498
9498
|
*/
|
|
9499
|
-
proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.prototype.
|
|
9499
|
+
proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.prototype.setTransactionBuilderItemsList = function(value) {
|
|
9500
9500
|
return jspb.Message.setRepeatedWrapperField(this, 2, value);
|
|
9501
9501
|
};
|
|
9502
9502
|
|
|
@@ -9506,7 +9506,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.prototype.setPrT
|
|
|
9506
9506
|
* @param {number=} opt_index
|
|
9507
9507
|
* @return {!proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload}
|
|
9508
9508
|
*/
|
|
9509
|
-
proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.prototype.
|
|
9509
|
+
proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.prototype.addTransactionBuilderItems = function(opt_value, opt_index) {
|
|
9510
9510
|
return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload, opt_index);
|
|
9511
9511
|
};
|
|
9512
9512
|
|
|
@@ -9515,8 +9515,8 @@ proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.prototype.addPrT
|
|
|
9515
9515
|
* Clears the list making it empty but non-null.
|
|
9516
9516
|
* @return {!proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse} returns this
|
|
9517
9517
|
*/
|
|
9518
|
-
proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.prototype.
|
|
9519
|
-
return this.
|
|
9518
|
+
proto.GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.prototype.clearTransactionBuilderItemsList = function() {
|
|
9519
|
+
return this.setTransactionBuilderItemsList([]);
|
|
9520
9520
|
};
|
|
9521
9521
|
|
|
9522
9522
|
|
|
@@ -9559,11 +9559,11 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.toObject =
|
|
|
9559
9559
|
*/
|
|
9560
9560
|
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.toObject = function(includeInstance, msg) {
|
|
9561
9561
|
var f, obj = {
|
|
9562
|
-
|
|
9562
|
+
transactionBuilderItemList: jspb.Message.toObjectList(msg.getTransactionBuilderItemList(),
|
|
9563
9563
|
prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail.toObject, includeInstance),
|
|
9564
|
-
|
|
9564
|
+
transactionBuilderItemDetailsList: jspb.Message.toObjectList(msg.getTransactionBuilderItemDetailsList(),
|
|
9565
9565
|
proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload.toObject, includeInstance),
|
|
9566
|
-
|
|
9566
|
+
transactionBuilderItemServicesList: jspb.Message.toObjectList(msg.getTransactionBuilderItemServicesList(),
|
|
9567
9567
|
proto.GetPurchaseRequisitionTransactionTrxDetailItemServicePreload.toObject, includeInstance)
|
|
9568
9568
|
};
|
|
9569
9569
|
|
|
@@ -9604,17 +9604,17 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.deserializeBinaryFro
|
|
|
9604
9604
|
case 1:
|
|
9605
9605
|
var value = new prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail;
|
|
9606
9606
|
reader.readMessage(value,prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail.deserializeBinaryFromReader);
|
|
9607
|
-
msg.
|
|
9607
|
+
msg.addTransactionBuilderItem(value);
|
|
9608
9608
|
break;
|
|
9609
9609
|
case 2:
|
|
9610
9610
|
var value = new proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload;
|
|
9611
9611
|
reader.readMessage(value,proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload.deserializeBinaryFromReader);
|
|
9612
|
-
msg.
|
|
9612
|
+
msg.addTransactionBuilderItemDetails(value);
|
|
9613
9613
|
break;
|
|
9614
9614
|
case 3:
|
|
9615
9615
|
var value = new proto.GetPurchaseRequisitionTransactionTrxDetailItemServicePreload;
|
|
9616
9616
|
reader.readMessage(value,proto.GetPurchaseRequisitionTransactionTrxDetailItemServicePreload.deserializeBinaryFromReader);
|
|
9617
|
-
msg.
|
|
9617
|
+
msg.addTransactionBuilderItemServices(value);
|
|
9618
9618
|
break;
|
|
9619
9619
|
default:
|
|
9620
9620
|
reader.skipField();
|
|
@@ -9645,7 +9645,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.serializeB
|
|
|
9645
9645
|
*/
|
|
9646
9646
|
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.serializeBinaryToWriter = function(message, writer) {
|
|
9647
9647
|
var f = undefined;
|
|
9648
|
-
f = message.
|
|
9648
|
+
f = message.getTransactionBuilderItemList();
|
|
9649
9649
|
if (f.length > 0) {
|
|
9650
9650
|
writer.writeRepeatedMessage(
|
|
9651
9651
|
1,
|
|
@@ -9653,7 +9653,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.serializeBinaryToWri
|
|
|
9653
9653
|
prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail.serializeBinaryToWriter
|
|
9654
9654
|
);
|
|
9655
9655
|
}
|
|
9656
|
-
f = message.
|
|
9656
|
+
f = message.getTransactionBuilderItemDetailsList();
|
|
9657
9657
|
if (f.length > 0) {
|
|
9658
9658
|
writer.writeRepeatedMessage(
|
|
9659
9659
|
2,
|
|
@@ -9661,7 +9661,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.serializeBinaryToWri
|
|
|
9661
9661
|
proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload.serializeBinaryToWriter
|
|
9662
9662
|
);
|
|
9663
9663
|
}
|
|
9664
|
-
f = message.
|
|
9664
|
+
f = message.getTransactionBuilderItemServicesList();
|
|
9665
9665
|
if (f.length > 0) {
|
|
9666
9666
|
writer.writeRepeatedMessage(
|
|
9667
9667
|
3,
|
|
@@ -9673,10 +9673,10 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.serializeBinaryToWri
|
|
|
9673
9673
|
|
|
9674
9674
|
|
|
9675
9675
|
/**
|
|
9676
|
-
* repeated TransactionBuilderFieldsDetail
|
|
9676
|
+
* repeated TransactionBuilderFieldsDetail transaction_builder_item = 1;
|
|
9677
9677
|
* @return {!Array<!proto.TransactionBuilderFieldsDetail>}
|
|
9678
9678
|
*/
|
|
9679
|
-
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.
|
|
9679
|
+
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.getTransactionBuilderItemList = function() {
|
|
9680
9680
|
return /** @type{!Array<!proto.TransactionBuilderFieldsDetail>} */ (
|
|
9681
9681
|
jspb.Message.getRepeatedWrapperField(this, prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail, 1));
|
|
9682
9682
|
};
|
|
@@ -9686,7 +9686,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.getPrTrans
|
|
|
9686
9686
|
* @param {!Array<!proto.TransactionBuilderFieldsDetail>} value
|
|
9687
9687
|
* @return {!proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload} returns this
|
|
9688
9688
|
*/
|
|
9689
|
-
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.
|
|
9689
|
+
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.setTransactionBuilderItemList = function(value) {
|
|
9690
9690
|
return jspb.Message.setRepeatedWrapperField(this, 1, value);
|
|
9691
9691
|
};
|
|
9692
9692
|
|
|
@@ -9696,7 +9696,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.setPrTrans
|
|
|
9696
9696
|
* @param {number=} opt_index
|
|
9697
9697
|
* @return {!proto.TransactionBuilderFieldsDetail}
|
|
9698
9698
|
*/
|
|
9699
|
-
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.
|
|
9699
|
+
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.addTransactionBuilderItem = function(opt_value, opt_index) {
|
|
9700
9700
|
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.TransactionBuilderFieldsDetail, opt_index);
|
|
9701
9701
|
};
|
|
9702
9702
|
|
|
@@ -9705,16 +9705,16 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.addPrTrans
|
|
|
9705
9705
|
* Clears the list making it empty but non-null.
|
|
9706
9706
|
* @return {!proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload} returns this
|
|
9707
9707
|
*/
|
|
9708
|
-
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.
|
|
9709
|
-
return this.
|
|
9708
|
+
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.clearTransactionBuilderItemList = function() {
|
|
9709
|
+
return this.setTransactionBuilderItemList([]);
|
|
9710
9710
|
};
|
|
9711
9711
|
|
|
9712
9712
|
|
|
9713
9713
|
/**
|
|
9714
|
-
* repeated GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload
|
|
9714
|
+
* repeated GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload transaction_builder_item_details = 2;
|
|
9715
9715
|
* @return {!Array<!proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload>}
|
|
9716
9716
|
*/
|
|
9717
|
-
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.
|
|
9717
|
+
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.getTransactionBuilderItemDetailsList = function() {
|
|
9718
9718
|
return /** @type{!Array<!proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload>} */ (
|
|
9719
9719
|
jspb.Message.getRepeatedWrapperField(this, proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload, 2));
|
|
9720
9720
|
};
|
|
@@ -9724,7 +9724,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.getPrTrans
|
|
|
9724
9724
|
* @param {!Array<!proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload>} value
|
|
9725
9725
|
* @return {!proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload} returns this
|
|
9726
9726
|
*/
|
|
9727
|
-
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.
|
|
9727
|
+
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.setTransactionBuilderItemDetailsList = function(value) {
|
|
9728
9728
|
return jspb.Message.setRepeatedWrapperField(this, 2, value);
|
|
9729
9729
|
};
|
|
9730
9730
|
|
|
@@ -9734,7 +9734,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.setPrTrans
|
|
|
9734
9734
|
* @param {number=} opt_index
|
|
9735
9735
|
* @return {!proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload}
|
|
9736
9736
|
*/
|
|
9737
|
-
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.
|
|
9737
|
+
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.addTransactionBuilderItemDetails = function(opt_value, opt_index) {
|
|
9738
9738
|
return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload, opt_index);
|
|
9739
9739
|
};
|
|
9740
9740
|
|
|
@@ -9743,16 +9743,16 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.addPrTrans
|
|
|
9743
9743
|
* Clears the list making it empty but non-null.
|
|
9744
9744
|
* @return {!proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload} returns this
|
|
9745
9745
|
*/
|
|
9746
|
-
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.
|
|
9747
|
-
return this.
|
|
9746
|
+
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.clearTransactionBuilderItemDetailsList = function() {
|
|
9747
|
+
return this.setTransactionBuilderItemDetailsList([]);
|
|
9748
9748
|
};
|
|
9749
9749
|
|
|
9750
9750
|
|
|
9751
9751
|
/**
|
|
9752
|
-
* repeated GetPurchaseRequisitionTransactionTrxDetailItemServicePreload
|
|
9752
|
+
* repeated GetPurchaseRequisitionTransactionTrxDetailItemServicePreload transaction_builder_item_services = 3;
|
|
9753
9753
|
* @return {!Array<!proto.GetPurchaseRequisitionTransactionTrxDetailItemServicePreload>}
|
|
9754
9754
|
*/
|
|
9755
|
-
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.
|
|
9755
|
+
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.getTransactionBuilderItemServicesList = function() {
|
|
9756
9756
|
return /** @type{!Array<!proto.GetPurchaseRequisitionTransactionTrxDetailItemServicePreload>} */ (
|
|
9757
9757
|
jspb.Message.getRepeatedWrapperField(this, proto.GetPurchaseRequisitionTransactionTrxDetailItemServicePreload, 3));
|
|
9758
9758
|
};
|
|
@@ -9762,7 +9762,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.getPrTrans
|
|
|
9762
9762
|
* @param {!Array<!proto.GetPurchaseRequisitionTransactionTrxDetailItemServicePreload>} value
|
|
9763
9763
|
* @return {!proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload} returns this
|
|
9764
9764
|
*/
|
|
9765
|
-
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.
|
|
9765
|
+
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.setTransactionBuilderItemServicesList = function(value) {
|
|
9766
9766
|
return jspb.Message.setRepeatedWrapperField(this, 3, value);
|
|
9767
9767
|
};
|
|
9768
9768
|
|
|
@@ -9772,7 +9772,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.setPrTrans
|
|
|
9772
9772
|
* @param {number=} opt_index
|
|
9773
9773
|
* @return {!proto.GetPurchaseRequisitionTransactionTrxDetailItemServicePreload}
|
|
9774
9774
|
*/
|
|
9775
|
-
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.
|
|
9775
|
+
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.addTransactionBuilderItemServices = function(opt_value, opt_index) {
|
|
9776
9776
|
return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.GetPurchaseRequisitionTransactionTrxDetailItemServicePreload, opt_index);
|
|
9777
9777
|
};
|
|
9778
9778
|
|
|
@@ -9781,8 +9781,8 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.addPrTrans
|
|
|
9781
9781
|
* Clears the list making it empty but non-null.
|
|
9782
9782
|
* @return {!proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload} returns this
|
|
9783
9783
|
*/
|
|
9784
|
-
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.
|
|
9785
|
-
return this.
|
|
9784
|
+
proto.GetPurchaseRequisitionTransactionTrxDetailItemPreload.prototype.clearTransactionBuilderItemServicesList = function() {
|
|
9785
|
+
return this.setTransactionBuilderItemServicesList([]);
|
|
9786
9786
|
};
|
|
9787
9787
|
|
|
9788
9788
|
|
|
@@ -9825,7 +9825,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload.prototype.toOb
|
|
|
9825
9825
|
*/
|
|
9826
9826
|
proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload.toObject = function(includeInstance, msg) {
|
|
9827
9827
|
var f, obj = {
|
|
9828
|
-
|
|
9828
|
+
transactionBuilderItemDetailList: jspb.Message.toObjectList(msg.getTransactionBuilderItemDetailList(),
|
|
9829
9829
|
prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail.toObject, includeInstance)
|
|
9830
9830
|
};
|
|
9831
9831
|
|
|
@@ -9866,7 +9866,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload.deserializeBin
|
|
|
9866
9866
|
case 1:
|
|
9867
9867
|
var value = new prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail;
|
|
9868
9868
|
reader.readMessage(value,prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail.deserializeBinaryFromReader);
|
|
9869
|
-
msg.
|
|
9869
|
+
msg.addTransactionBuilderItemDetail(value);
|
|
9870
9870
|
break;
|
|
9871
9871
|
default:
|
|
9872
9872
|
reader.skipField();
|
|
@@ -9897,7 +9897,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload.prototype.seri
|
|
|
9897
9897
|
*/
|
|
9898
9898
|
proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload.serializeBinaryToWriter = function(message, writer) {
|
|
9899
9899
|
var f = undefined;
|
|
9900
|
-
f = message.
|
|
9900
|
+
f = message.getTransactionBuilderItemDetailList();
|
|
9901
9901
|
if (f.length > 0) {
|
|
9902
9902
|
writer.writeRepeatedMessage(
|
|
9903
9903
|
1,
|
|
@@ -9909,10 +9909,10 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload.serializeBinar
|
|
|
9909
9909
|
|
|
9910
9910
|
|
|
9911
9911
|
/**
|
|
9912
|
-
* repeated TransactionBuilderFieldsDetail
|
|
9912
|
+
* repeated TransactionBuilderFieldsDetail transaction_builder_item_detail = 1;
|
|
9913
9913
|
* @return {!Array<!proto.TransactionBuilderFieldsDetail>}
|
|
9914
9914
|
*/
|
|
9915
|
-
proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload.prototype.
|
|
9915
|
+
proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload.prototype.getTransactionBuilderItemDetailList = function() {
|
|
9916
9916
|
return /** @type{!Array<!proto.TransactionBuilderFieldsDetail>} */ (
|
|
9917
9917
|
jspb.Message.getRepeatedWrapperField(this, prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail, 1));
|
|
9918
9918
|
};
|
|
@@ -9922,7 +9922,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload.prototype.getP
|
|
|
9922
9922
|
* @param {!Array<!proto.TransactionBuilderFieldsDetail>} value
|
|
9923
9923
|
* @return {!proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload} returns this
|
|
9924
9924
|
*/
|
|
9925
|
-
proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload.prototype.
|
|
9925
|
+
proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload.prototype.setTransactionBuilderItemDetailList = function(value) {
|
|
9926
9926
|
return jspb.Message.setRepeatedWrapperField(this, 1, value);
|
|
9927
9927
|
};
|
|
9928
9928
|
|
|
@@ -9932,7 +9932,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload.prototype.setP
|
|
|
9932
9932
|
* @param {number=} opt_index
|
|
9933
9933
|
* @return {!proto.TransactionBuilderFieldsDetail}
|
|
9934
9934
|
*/
|
|
9935
|
-
proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload.prototype.
|
|
9935
|
+
proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload.prototype.addTransactionBuilderItemDetail = function(opt_value, opt_index) {
|
|
9936
9936
|
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.TransactionBuilderFieldsDetail, opt_index);
|
|
9937
9937
|
};
|
|
9938
9938
|
|
|
@@ -9941,8 +9941,8 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload.prototype.addP
|
|
|
9941
9941
|
* Clears the list making it empty but non-null.
|
|
9942
9942
|
* @return {!proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload} returns this
|
|
9943
9943
|
*/
|
|
9944
|
-
proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload.prototype.
|
|
9945
|
-
return this.
|
|
9944
|
+
proto.GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload.prototype.clearTransactionBuilderItemDetailList = function() {
|
|
9945
|
+
return this.setTransactionBuilderItemDetailList([]);
|
|
9946
9946
|
};
|
|
9947
9947
|
|
|
9948
9948
|
|
|
@@ -9985,7 +9985,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemServicePreload.prototype.toO
|
|
|
9985
9985
|
*/
|
|
9986
9986
|
proto.GetPurchaseRequisitionTransactionTrxDetailItemServicePreload.toObject = function(includeInstance, msg) {
|
|
9987
9987
|
var f, obj = {
|
|
9988
|
-
|
|
9988
|
+
transactionBuilderItemServiceList: jspb.Message.toObjectList(msg.getTransactionBuilderItemServiceList(),
|
|
9989
9989
|
prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail.toObject, includeInstance)
|
|
9990
9990
|
};
|
|
9991
9991
|
|
|
@@ -10026,7 +10026,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemServicePreload.deserializeBi
|
|
|
10026
10026
|
case 1:
|
|
10027
10027
|
var value = new prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail;
|
|
10028
10028
|
reader.readMessage(value,prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail.deserializeBinaryFromReader);
|
|
10029
|
-
msg.
|
|
10029
|
+
msg.addTransactionBuilderItemService(value);
|
|
10030
10030
|
break;
|
|
10031
10031
|
default:
|
|
10032
10032
|
reader.skipField();
|
|
@@ -10057,7 +10057,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemServicePreload.prototype.ser
|
|
|
10057
10057
|
*/
|
|
10058
10058
|
proto.GetPurchaseRequisitionTransactionTrxDetailItemServicePreload.serializeBinaryToWriter = function(message, writer) {
|
|
10059
10059
|
var f = undefined;
|
|
10060
|
-
f = message.
|
|
10060
|
+
f = message.getTransactionBuilderItemServiceList();
|
|
10061
10061
|
if (f.length > 0) {
|
|
10062
10062
|
writer.writeRepeatedMessage(
|
|
10063
10063
|
1,
|
|
@@ -10069,10 +10069,10 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemServicePreload.serializeBina
|
|
|
10069
10069
|
|
|
10070
10070
|
|
|
10071
10071
|
/**
|
|
10072
|
-
* repeated TransactionBuilderFieldsDetail
|
|
10072
|
+
* repeated TransactionBuilderFieldsDetail transaction_builder_item_service = 1;
|
|
10073
10073
|
* @return {!Array<!proto.TransactionBuilderFieldsDetail>}
|
|
10074
10074
|
*/
|
|
10075
|
-
proto.GetPurchaseRequisitionTransactionTrxDetailItemServicePreload.prototype.
|
|
10075
|
+
proto.GetPurchaseRequisitionTransactionTrxDetailItemServicePreload.prototype.getTransactionBuilderItemServiceList = function() {
|
|
10076
10076
|
return /** @type{!Array<!proto.TransactionBuilderFieldsDetail>} */ (
|
|
10077
10077
|
jspb.Message.getRepeatedWrapperField(this, prisca_v1_core_transaction_builder_transaction_builder_pb.TransactionBuilderFieldsDetail, 1));
|
|
10078
10078
|
};
|
|
@@ -10082,7 +10082,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemServicePreload.prototype.get
|
|
|
10082
10082
|
* @param {!Array<!proto.TransactionBuilderFieldsDetail>} value
|
|
10083
10083
|
* @return {!proto.GetPurchaseRequisitionTransactionTrxDetailItemServicePreload} returns this
|
|
10084
10084
|
*/
|
|
10085
|
-
proto.GetPurchaseRequisitionTransactionTrxDetailItemServicePreload.prototype.
|
|
10085
|
+
proto.GetPurchaseRequisitionTransactionTrxDetailItemServicePreload.prototype.setTransactionBuilderItemServiceList = function(value) {
|
|
10086
10086
|
return jspb.Message.setRepeatedWrapperField(this, 1, value);
|
|
10087
10087
|
};
|
|
10088
10088
|
|
|
@@ -10092,7 +10092,7 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemServicePreload.prototype.set
|
|
|
10092
10092
|
* @param {number=} opt_index
|
|
10093
10093
|
* @return {!proto.TransactionBuilderFieldsDetail}
|
|
10094
10094
|
*/
|
|
10095
|
-
proto.GetPurchaseRequisitionTransactionTrxDetailItemServicePreload.prototype.
|
|
10095
|
+
proto.GetPurchaseRequisitionTransactionTrxDetailItemServicePreload.prototype.addTransactionBuilderItemService = function(opt_value, opt_index) {
|
|
10096
10096
|
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.TransactionBuilderFieldsDetail, opt_index);
|
|
10097
10097
|
};
|
|
10098
10098
|
|
|
@@ -10101,8 +10101,8 @@ proto.GetPurchaseRequisitionTransactionTrxDetailItemServicePreload.prototype.add
|
|
|
10101
10101
|
* Clears the list making it empty but non-null.
|
|
10102
10102
|
* @return {!proto.GetPurchaseRequisitionTransactionTrxDetailItemServicePreload} returns this
|
|
10103
10103
|
*/
|
|
10104
|
-
proto.GetPurchaseRequisitionTransactionTrxDetailItemServicePreload.prototype.
|
|
10105
|
-
return this.
|
|
10104
|
+
proto.GetPurchaseRequisitionTransactionTrxDetailItemServicePreload.prototype.clearTransactionBuilderItemServiceList = function() {
|
|
10105
|
+
return this.setTransactionBuilderItemServiceList([]);
|
|
10106
10106
|
};
|
|
10107
10107
|
|
|
10108
10108
|
|
|
@@ -11364,7 +11364,10 @@ goodsReceiptNumber: jspb.Message.getFieldWithDefault(msg, 18, ""),
|
|
|
11364
11364
|
goodsReceiptQuantity: jspb.Message.getFloatingPointFieldWithDefault(msg, 19, 0.0),
|
|
11365
11365
|
goodsReceiptCreatedAt: jspb.Message.getFieldWithDefault(msg, 20, ""),
|
|
11366
11366
|
unitOfMeasure: jspb.Message.getFieldWithDefault(msg, 21, ""),
|
|
11367
|
-
createdByUser: (f = msg.getCreatedByUser()) && prisca_v1_global_meta_meta_pb.Creator.toObject(includeInstance, f)
|
|
11367
|
+
createdByUser: (f = msg.getCreatedByUser()) && prisca_v1_global_meta_meta_pb.Creator.toObject(includeInstance, f),
|
|
11368
|
+
prFullyApprovedDate: jspb.Message.getFieldWithDefault(msg, 23, ""),
|
|
11369
|
+
poFullyApprovedDate: jspb.Message.getFieldWithDefault(msg, 24, ""),
|
|
11370
|
+
vendor: jspb.Message.getFieldWithDefault(msg, 25, "")
|
|
11368
11371
|
};
|
|
11369
11372
|
|
|
11370
11373
|
if (includeInstance) {
|
|
@@ -11490,6 +11493,18 @@ proto.PurchaseRequisitionItemTrack.deserializeBinaryFromReader = function(msg, r
|
|
|
11490
11493
|
reader.readMessage(value,prisca_v1_global_meta_meta_pb.Creator.deserializeBinaryFromReader);
|
|
11491
11494
|
msg.setCreatedByUser(value);
|
|
11492
11495
|
break;
|
|
11496
|
+
case 23:
|
|
11497
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
11498
|
+
msg.setPrFullyApprovedDate(value);
|
|
11499
|
+
break;
|
|
11500
|
+
case 24:
|
|
11501
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
11502
|
+
msg.setPoFullyApprovedDate(value);
|
|
11503
|
+
break;
|
|
11504
|
+
case 25:
|
|
11505
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
11506
|
+
msg.setVendor(value);
|
|
11507
|
+
break;
|
|
11493
11508
|
default:
|
|
11494
11509
|
reader.skipField();
|
|
11495
11510
|
break;
|
|
@@ -11674,6 +11689,27 @@ proto.PurchaseRequisitionItemTrack.serializeBinaryToWriter = function(message, w
|
|
|
11674
11689
|
prisca_v1_global_meta_meta_pb.Creator.serializeBinaryToWriter
|
|
11675
11690
|
);
|
|
11676
11691
|
}
|
|
11692
|
+
f = message.getPrFullyApprovedDate();
|
|
11693
|
+
if (f.length > 0) {
|
|
11694
|
+
writer.writeString(
|
|
11695
|
+
23,
|
|
11696
|
+
f
|
|
11697
|
+
);
|
|
11698
|
+
}
|
|
11699
|
+
f = message.getPoFullyApprovedDate();
|
|
11700
|
+
if (f.length > 0) {
|
|
11701
|
+
writer.writeString(
|
|
11702
|
+
24,
|
|
11703
|
+
f
|
|
11704
|
+
);
|
|
11705
|
+
}
|
|
11706
|
+
f = message.getVendor();
|
|
11707
|
+
if (f.length > 0) {
|
|
11708
|
+
writer.writeString(
|
|
11709
|
+
25,
|
|
11710
|
+
f
|
|
11711
|
+
);
|
|
11712
|
+
}
|
|
11677
11713
|
};
|
|
11678
11714
|
|
|
11679
11715
|
|
|
@@ -12092,6 +12128,60 @@ proto.PurchaseRequisitionItemTrack.prototype.hasCreatedByUser = function() {
|
|
|
12092
12128
|
};
|
|
12093
12129
|
|
|
12094
12130
|
|
|
12131
|
+
/**
|
|
12132
|
+
* optional string pr_fully_approved_date = 23;
|
|
12133
|
+
* @return {string}
|
|
12134
|
+
*/
|
|
12135
|
+
proto.PurchaseRequisitionItemTrack.prototype.getPrFullyApprovedDate = function() {
|
|
12136
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 23, ""));
|
|
12137
|
+
};
|
|
12138
|
+
|
|
12139
|
+
|
|
12140
|
+
/**
|
|
12141
|
+
* @param {string} value
|
|
12142
|
+
* @return {!proto.PurchaseRequisitionItemTrack} returns this
|
|
12143
|
+
*/
|
|
12144
|
+
proto.PurchaseRequisitionItemTrack.prototype.setPrFullyApprovedDate = function(value) {
|
|
12145
|
+
return jspb.Message.setProto3StringField(this, 23, value);
|
|
12146
|
+
};
|
|
12147
|
+
|
|
12148
|
+
|
|
12149
|
+
/**
|
|
12150
|
+
* optional string po_fully_approved_date = 24;
|
|
12151
|
+
* @return {string}
|
|
12152
|
+
*/
|
|
12153
|
+
proto.PurchaseRequisitionItemTrack.prototype.getPoFullyApprovedDate = function() {
|
|
12154
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 24, ""));
|
|
12155
|
+
};
|
|
12156
|
+
|
|
12157
|
+
|
|
12158
|
+
/**
|
|
12159
|
+
* @param {string} value
|
|
12160
|
+
* @return {!proto.PurchaseRequisitionItemTrack} returns this
|
|
12161
|
+
*/
|
|
12162
|
+
proto.PurchaseRequisitionItemTrack.prototype.setPoFullyApprovedDate = function(value) {
|
|
12163
|
+
return jspb.Message.setProto3StringField(this, 24, value);
|
|
12164
|
+
};
|
|
12165
|
+
|
|
12166
|
+
|
|
12167
|
+
/**
|
|
12168
|
+
* optional string vendor = 25;
|
|
12169
|
+
* @return {string}
|
|
12170
|
+
*/
|
|
12171
|
+
proto.PurchaseRequisitionItemTrack.prototype.getVendor = function() {
|
|
12172
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 25, ""));
|
|
12173
|
+
};
|
|
12174
|
+
|
|
12175
|
+
|
|
12176
|
+
/**
|
|
12177
|
+
* @param {string} value
|
|
12178
|
+
* @return {!proto.PurchaseRequisitionItemTrack} returns this
|
|
12179
|
+
*/
|
|
12180
|
+
proto.PurchaseRequisitionItemTrack.prototype.setVendor = function(value) {
|
|
12181
|
+
return jspb.Message.setProto3StringField(this, 25, value);
|
|
12182
|
+
};
|
|
12183
|
+
|
|
12184
|
+
|
|
12095
12185
|
|
|
12096
12186
|
/**
|
|
12097
12187
|
* List of repeated fields within this message type.
|