@aldiokta/protocgen 1.0.61 → 1.0.62
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/core/auth/auth_grpc_pb.js +1 -1
- package/prisca/v1/core/company/company_grpc_pb.js +1 -1
- package/prisca/v1/core/currency/currency_grpc_pb.js +1 -1
- package/prisca/v1/core/department_material/department_material_grpc_pb.js +1 -1
- package/prisca/v1/core/employee/employee_grpc_pb.js +1 -1
- package/prisca/v1/core/job_grade/job_grade_grpc_pb.js +1 -1
- package/prisca/v1/core/job_position/job_position_grpc_pb.js +1 -1
- package/prisca/v1/core/job_title/job_title_grpc_pb.js +1 -1
- package/prisca/v1/core/line_of_activity/line_of_activity_grpc_pb.js +45 -0
- package/prisca/v1/core/line_of_activity/line_of_activity_pb.js +1158 -0
- package/prisca/v1/core/line_of_approval/line_of_approval_grpc_pb.js +1 -1
- package/prisca/v1/core/link_data_source/link_data_source_grpc_pb.js +1 -1
- package/prisca/v1/core/location/location_grpc_pb.js +1 -1
- package/prisca/v1/core/material/material_grpc_pb.js +1 -1
- package/prisca/v1/core/material_group/material_group_grpc_pb.js +1 -1
- package/prisca/v1/core/material_type/material_type_grpc_pb.js +1 -1
- package/prisca/v1/core/messaging/email_template_grpc_pb.js +1 -1
- package/prisca/v1/core/messaging/messaging_grpc_pb.js +1 -1
- package/prisca/v1/core/number_range/number_range_grpc_pb.js +1 -1
- package/prisca/v1/core/organization/organization_grpc_pb.js +1 -1
- package/prisca/v1/core/organization_level/organization_level_grpc_pb.js +1 -1
- package/prisca/v1/core/procurement/procurement_grpc_pb.js +1 -1
- package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_grpc_pb.js +1 -1
- package/prisca/v1/core/report/report_grpc_pb.js +1 -1
- package/prisca/v1/core/report/user_report_grpc_pb.js +1 -1
- package/prisca/v1/core/tax_code/tax_code_grpc_pb.js +1 -1
- package/prisca/v1/core/transaction_builder/transaction_builder_grpc_pb.js +1 -1
- package/prisca/v1/core/transaction_builder/transaction_builder_pb.js +31 -1
- package/prisca/v1/core/unit_of_measurement/unit_of_measurement_grpc_pb.js +1 -1
- package/prisca/v1/core/users_role/users_role_grpc_pb.js +1 -1
- package/prisca/v1/core/work_location/work_location_grpc_pb.js +1 -1
- package/prisca/v1/core/workflow/workflow_grpc_pb.js +1 -1
|
@@ -175,4 +175,4 @@ var LineOfApprovalServiceService = exports.LineOfApprovalServiceService = {
|
|
|
175
175
|
},
|
|
176
176
|
};
|
|
177
177
|
|
|
178
|
-
exports.LineOfApprovalServiceClient = grpc.makeGenericClientConstructor(LineOfApprovalServiceService);
|
|
178
|
+
exports.LineOfApprovalServiceClient = grpc.makeGenericClientConstructor(LineOfApprovalServiceService, 'LineOfApprovalService');
|
|
@@ -174,4 +174,4 @@ var LinkDataSourceServiceService = exports.LinkDataSourceServiceService = {
|
|
|
174
174
|
},
|
|
175
175
|
};
|
|
176
176
|
|
|
177
|
-
exports.LinkDataSourceServiceClient = grpc.makeGenericClientConstructor(LinkDataSourceServiceService);
|
|
177
|
+
exports.LinkDataSourceServiceClient = grpc.makeGenericClientConstructor(LinkDataSourceServiceService, 'LinkDataSourceService');
|
|
@@ -834,4 +834,4 @@ var LocationServiceService = exports.LocationServiceService = {
|
|
|
834
834
|
},
|
|
835
835
|
};
|
|
836
836
|
|
|
837
|
-
exports.LocationServiceClient = grpc.makeGenericClientConstructor(LocationServiceService);
|
|
837
|
+
exports.LocationServiceClient = grpc.makeGenericClientConstructor(LocationServiceService, 'LocationService');
|
|
@@ -178,4 +178,4 @@ var MaterialServiceService = exports.MaterialServiceService = {
|
|
|
178
178
|
},
|
|
179
179
|
};
|
|
180
180
|
|
|
181
|
-
exports.MaterialServiceClient = grpc.makeGenericClientConstructor(MaterialServiceService);
|
|
181
|
+
exports.MaterialServiceClient = grpc.makeGenericClientConstructor(MaterialServiceService, 'MaterialService');
|
|
@@ -174,4 +174,4 @@ var MaterialGroupServiceService = exports.MaterialGroupServiceService = {
|
|
|
174
174
|
},
|
|
175
175
|
};
|
|
176
176
|
|
|
177
|
-
exports.MaterialGroupServiceClient = grpc.makeGenericClientConstructor(MaterialGroupServiceService);
|
|
177
|
+
exports.MaterialGroupServiceClient = grpc.makeGenericClientConstructor(MaterialGroupServiceService, 'MaterialGroupService');
|
|
@@ -145,4 +145,4 @@ var MaterialTypeServiceService = exports.MaterialTypeServiceService = {
|
|
|
145
145
|
},
|
|
146
146
|
};
|
|
147
147
|
|
|
148
|
-
exports.MaterialTypeServiceClient = grpc.makeGenericClientConstructor(MaterialTypeServiceService);
|
|
148
|
+
exports.MaterialTypeServiceClient = grpc.makeGenericClientConstructor(MaterialTypeServiceService, 'MaterialTypeService');
|
|
@@ -174,4 +174,4 @@ var EmailTemplateServiceService = exports.EmailTemplateServiceService = {
|
|
|
174
174
|
},
|
|
175
175
|
};
|
|
176
176
|
|
|
177
|
-
exports.EmailTemplateServiceClient = grpc.makeGenericClientConstructor(EmailTemplateServiceService);
|
|
177
|
+
exports.EmailTemplateServiceClient = grpc.makeGenericClientConstructor(EmailTemplateServiceService, 'EmailTemplateService');
|
|
@@ -42,4 +42,4 @@ var MessagingServiceService = exports.MessagingServiceService = {
|
|
|
42
42
|
},
|
|
43
43
|
};
|
|
44
44
|
|
|
45
|
-
exports.MessagingServiceClient = grpc.makeGenericClientConstructor(MessagingServiceService);
|
|
45
|
+
exports.MessagingServiceClient = grpc.makeGenericClientConstructor(MessagingServiceService, 'MessagingService');
|
|
@@ -174,4 +174,4 @@ var NumberRangeServiceService = exports.NumberRangeServiceService = {
|
|
|
174
174
|
},
|
|
175
175
|
};
|
|
176
176
|
|
|
177
|
-
exports.NumberRangeServiceClient = grpc.makeGenericClientConstructor(NumberRangeServiceService);
|
|
177
|
+
exports.NumberRangeServiceClient = grpc.makeGenericClientConstructor(NumberRangeServiceService, 'NumberRangeService');
|
|
@@ -177,4 +177,4 @@ var OrganizationsServiceService = exports.OrganizationsServiceService = {
|
|
|
177
177
|
},
|
|
178
178
|
};
|
|
179
179
|
|
|
180
|
-
exports.OrganizationsServiceClient = grpc.makeGenericClientConstructor(OrganizationsServiceService);
|
|
180
|
+
exports.OrganizationsServiceClient = grpc.makeGenericClientConstructor(OrganizationsServiceService, 'OrganizationsService');
|
|
@@ -175,4 +175,4 @@ var OrganizationLevelServiceService = exports.OrganizationLevelServiceService =
|
|
|
175
175
|
},
|
|
176
176
|
};
|
|
177
177
|
|
|
178
|
-
exports.OrganizationLevelServiceClient = grpc.makeGenericClientConstructor(OrganizationLevelServiceService);
|
|
178
|
+
exports.OrganizationLevelServiceClient = grpc.makeGenericClientConstructor(OrganizationLevelServiceService, 'OrganizationLevelService');
|
|
@@ -143,4 +143,4 @@ var ProcurementServiceService = exports.ProcurementServiceService = {
|
|
|
143
143
|
},
|
|
144
144
|
};
|
|
145
145
|
|
|
146
|
-
exports.ProcurementServiceClient = grpc.makeGenericClientConstructor(ProcurementServiceService);
|
|
146
|
+
exports.ProcurementServiceClient = grpc.makeGenericClientConstructor(ProcurementServiceService, 'ProcurementService');
|
|
@@ -263,4 +263,4 @@ var PurchaseRequisitionTrxServiceService = exports.PurchaseRequisitionTrxService
|
|
|
263
263
|
},
|
|
264
264
|
};
|
|
265
265
|
|
|
266
|
-
exports.PurchaseRequisitionTrxServiceClient = grpc.makeGenericClientConstructor(PurchaseRequisitionTrxServiceService);
|
|
266
|
+
exports.PurchaseRequisitionTrxServiceClient = grpc.makeGenericClientConstructor(PurchaseRequisitionTrxServiceService, 'PurchaseRequisitionTrxService');
|
|
@@ -175,4 +175,4 @@ var ReportServiceService = exports.ReportServiceService = {
|
|
|
175
175
|
},
|
|
176
176
|
};
|
|
177
177
|
|
|
178
|
-
exports.ReportServiceClient = grpc.makeGenericClientConstructor(ReportServiceService);
|
|
178
|
+
exports.ReportServiceClient = grpc.makeGenericClientConstructor(ReportServiceService, 'ReportService');
|
|
@@ -176,4 +176,4 @@ var UserReportServiceService = exports.UserReportServiceService = {
|
|
|
176
176
|
},
|
|
177
177
|
};
|
|
178
178
|
|
|
179
|
-
exports.UserReportServiceClient = grpc.makeGenericClientConstructor(UserReportServiceService);
|
|
179
|
+
exports.UserReportServiceClient = grpc.makeGenericClientConstructor(UserReportServiceService, 'UserReportService');
|
|
@@ -174,4 +174,4 @@ var TaxCodeServiceService = exports.TaxCodeServiceService = {
|
|
|
174
174
|
},
|
|
175
175
|
};
|
|
176
176
|
|
|
177
|
-
exports.TaxCodeServiceClient = grpc.makeGenericClientConstructor(TaxCodeServiceService);
|
|
177
|
+
exports.TaxCodeServiceClient = grpc.makeGenericClientConstructor(TaxCodeServiceService, 'TaxCodeService');
|
|
@@ -418,4 +418,4 @@ createTransactionBuilder: {
|
|
|
418
418
|
},
|
|
419
419
|
};
|
|
420
420
|
|
|
421
|
-
exports.TransactionBuilderServiceClient = grpc.makeGenericClientConstructor(TransactionBuilderServiceService);
|
|
421
|
+
exports.TransactionBuilderServiceClient = grpc.makeGenericClientConstructor(TransactionBuilderServiceService, 'TransactionBuilderService');
|
|
@@ -1664,7 +1664,8 @@ key: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
|
1664
1664
|
label: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
1665
1665
|
referencesId: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
1666
1666
|
properties: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
1667
|
-
value: jspb.Message.getFieldWithDefault(msg, 7, "")
|
|
1667
|
+
value: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
1668
|
+
isMaster: jspb.Message.getBooleanFieldWithDefault(msg, 8, false)
|
|
1668
1669
|
};
|
|
1669
1670
|
|
|
1670
1671
|
if (includeInstance) {
|
|
@@ -1729,6 +1730,10 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.deserial
|
|
|
1729
1730
|
var value = /** @type {string} */ (reader.readString());
|
|
1730
1731
|
msg.setValue(value);
|
|
1731
1732
|
break;
|
|
1733
|
+
case 8:
|
|
1734
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
1735
|
+
msg.setIsMaster(value);
|
|
1736
|
+
break;
|
|
1732
1737
|
default:
|
|
1733
1738
|
reader.skipField();
|
|
1734
1739
|
break;
|
|
@@ -1807,6 +1812,13 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.serializ
|
|
|
1807
1812
|
f
|
|
1808
1813
|
);
|
|
1809
1814
|
}
|
|
1815
|
+
f = message.getIsMaster();
|
|
1816
|
+
if (f) {
|
|
1817
|
+
writer.writeBool(
|
|
1818
|
+
8,
|
|
1819
|
+
f
|
|
1820
|
+
);
|
|
1821
|
+
}
|
|
1810
1822
|
};
|
|
1811
1823
|
|
|
1812
1824
|
|
|
@@ -1936,6 +1948,24 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.prototyp
|
|
|
1936
1948
|
};
|
|
1937
1949
|
|
|
1938
1950
|
|
|
1951
|
+
/**
|
|
1952
|
+
* optional bool is_master = 8;
|
|
1953
|
+
* @return {boolean}
|
|
1954
|
+
*/
|
|
1955
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.prototype.getIsMaster = function() {
|
|
1956
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 8, false));
|
|
1957
|
+
};
|
|
1958
|
+
|
|
1959
|
+
|
|
1960
|
+
/**
|
|
1961
|
+
* @param {boolean} value
|
|
1962
|
+
* @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail} returns this
|
|
1963
|
+
*/
|
|
1964
|
+
proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail.prototype.setIsMaster = function(value) {
|
|
1965
|
+
return jspb.Message.setProto3BooleanField(this, 8, value);
|
|
1966
|
+
};
|
|
1967
|
+
|
|
1968
|
+
|
|
1939
1969
|
|
|
1940
1970
|
|
|
1941
1971
|
|
|
@@ -177,4 +177,4 @@ var UnitOfMeasurementServiceService = exports.UnitOfMeasurementServiceService =
|
|
|
177
177
|
},
|
|
178
178
|
};
|
|
179
179
|
|
|
180
|
-
exports.UnitOfMeasurementServiceClient = grpc.makeGenericClientConstructor(UnitOfMeasurementServiceService);
|
|
180
|
+
exports.UnitOfMeasurementServiceClient = grpc.makeGenericClientConstructor(UnitOfMeasurementServiceService, 'UnitOfMeasurementService');
|
|
@@ -176,4 +176,4 @@ var WorkLocationServiceService = exports.WorkLocationServiceService = {
|
|
|
176
176
|
},
|
|
177
177
|
};
|
|
178
178
|
|
|
179
|
-
exports.WorkLocationServiceClient = grpc.makeGenericClientConstructor(WorkLocationServiceService);
|
|
179
|
+
exports.WorkLocationServiceClient = grpc.makeGenericClientConstructor(WorkLocationServiceService, 'WorkLocationService');
|
|
@@ -177,4 +177,4 @@ var WorkflowServiceService = exports.WorkflowServiceService = {
|
|
|
177
177
|
},
|
|
178
178
|
};
|
|
179
179
|
|
|
180
|
-
exports.WorkflowServiceClient = grpc.makeGenericClientConstructor(WorkflowServiceService);
|
|
180
|
+
exports.WorkflowServiceClient = grpc.makeGenericClientConstructor(WorkflowServiceService, 'WorkflowService');
|