@aldiokta/protocgen 1.0.47 → 1.0.49
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/purchase_requisition_trx/purchase_requisition_trx_grpc_pb.js +60 -61
- package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_pb.js +1242 -4638
- package/prisca/v1/core/workflow/workflow_grpc_pb.js +1 -0
- package/prisca/v1/core/workflow/workflow_pb.js +303 -140
- package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_grpc_pb.js +267 -0
- package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_pb.js +7825 -0
|
@@ -5,6 +5,7 @@ var grpc = require('@grpc/grpc-js');
|
|
|
5
5
|
var prisca_v1_core_workflow_workflow_pb = require('../../../../prisca/v1/core/workflow/workflow_pb.js');
|
|
6
6
|
var prisca_v1_global_meta_meta_pb = require('../../../../prisca/v1/global/meta/meta_pb.js');
|
|
7
7
|
var prisca_v1_core_users_users_pb = require('../../../../prisca/v1/core/users/users_pb.js');
|
|
8
|
+
var prisca_v1_core_job_position_job_position_pb = require('../../../../prisca/v1/core/job_position/job_position_pb.js');
|
|
8
9
|
var prisca_v1_core_recipient_roles_recipient_roles_pb = require('../../../../prisca/v1/core/recipient_roles/recipient_roles_pb.js');
|
|
9
10
|
|
|
10
11
|
function serialize_CreateWorkflowRequest(arg) {
|