@aldiokta/protocgen 1.1.32 → 1.1.34
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/account_assignment/account_assignment_pb.js +13 -19
- package/prisca/v1/account_group/account_group_pb.js +20 -26
- package/prisca/v1/bidding/bidding_pb.js +92 -98
- package/prisca/v1/chart_of_account/chart_of_account_pb.js +15 -21
- package/prisca/v1/core/access_manager/access_manager_pb.js +54 -60
- package/prisca/v1/core/auth/auth_pb.js +46 -52
- package/prisca/v1/core/chat_messaging/chat_messaging_pb.js +17 -23
- package/prisca/v1/core/company/company_pb.js +23 -29
- package/prisca/v1/core/currency/currency_pb.js +12 -18
- package/prisca/v1/core/department_material/department_material_pb.js +6 -12
- package/prisca/v1/core/employee/employee_pb.js +41 -47
- package/prisca/v1/core/file_upload/file_upload_pb.js +17 -23
- package/prisca/v1/core/incoterm/incoterm_pb.js +23 -29
- package/prisca/v1/core/item_transaction/item_transaction_pb.js +123 -129
- package/prisca/v1/core/job_grade/job_grade_pb.js +14 -20
- package/prisca/v1/core/job_position/job_position_pb.js +33 -39
- package/prisca/v1/core/job_title/job_title_pb.js +20 -26
- package/prisca/v1/core/line_of_activity/line_of_activity_pb.js +60 -36
- package/prisca/v1/core/line_of_approval/line_of_approval_pb.js +54 -30
- package/prisca/v1/core/link_data_source/link_data_source_pb.js +11 -17
- package/prisca/v1/core/location/location_pb.js +36 -42
- package/prisca/v1/core/material/material_pb.js +35 -41
- package/prisca/v1/core/material_group/material_group_pb.js +17 -23
- package/prisca/v1/core/material_type/material_type_pb.js +21 -27
- package/prisca/v1/core/messaging/email_template_pb.js +15 -21
- package/prisca/v1/core/messaging/messaging_pb.js +6 -12
- package/prisca/v1/core/messaging/notification_pb.js +32 -38
- package/prisca/v1/core/number_range/number_range_pb.js +20 -26
- package/prisca/v1/core/organization/organization_pb.js +23 -29
- package/prisca/v1/core/organization_level/organization_level_pb.js +10 -16
- package/prisca/v1/core/price_condition/price_condition_pb.js +23 -29
- package/prisca/v1/core/procurement/procurement_pb.js +12 -18
- package/prisca/v1/core/recipient_roles/recipient_roles_pb.js +2 -8
- package/prisca/v1/core/report/report_pb.js +23 -29
- package/prisca/v1/core/report/user_report_pb.js +6 -12
- package/prisca/v1/core/tax_code/tax_code_pb.js +17 -23
- package/prisca/v1/core/term_of_payment/term_of_payment_pb.js +14 -20
- package/prisca/v1/core/transaction_builder/transaction_builder_pb.js +60 -66
- package/prisca/v1/core/unit_of_measurement/unit_of_measurement_pb.js +19 -25
- package/prisca/v1/core/users/users_pb.js +23 -29
- package/prisca/v1/core/work_location/work_location_pb.js +45 -51
- package/prisca/v1/core/workflow/workflow_pb.js +144 -90
- package/prisca/v1/delivery_order/delivery_order_pb.js +23 -29
- package/prisca/v1/document_type/document_type_pb.js +17 -23
- package/prisca/v1/general_ledger_account/general_ledger_account_pb.js +22 -28
- package/prisca/v1/global/meta/meta_pb.js +6 -12
- package/prisca/v1/good_receipt/good_receipt_pb.js +18 -24
- package/prisca/v1/invoice/invoice_grpc_pb.js +44 -0
- package/prisca/v1/invoice/invoice_pb.js +494 -46
- package/prisca/v1/purchase_order/purchase_order_grpc_pb.js +1 -0
- package/prisca/v1/purchase_order/purchase_order_pb.js +298 -140
- package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_pb.js +64 -70
- package/prisca/v1/purchasing_group/purchasing_group_pb.js +21 -27
- package/prisca/v1/purchasing_organization/purchasing_organization_pb.js +11 -17
- package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment_pb.js +10 -16
- package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant_pb.js +16 -22
- package/prisca/v1/quotation/quotation_pb.js +40 -46
- package/prisca/v1/request_for_quotation/request_for_quotation_pb.js +67 -73
- package/prisca/v1/valuation/valuation_pb.js +51 -57
- package/prisca/v1/vendor_domain/vendor_domain_pb.js +105 -81
|
@@ -11,6 +11,7 @@ var prisca_v1_vendor_domain_vendor_domain_pb = require('../../../prisca/v1/vendo
|
|
|
11
11
|
var prisca_v1_core_employee_employee_pb = require('../../../prisca/v1/core/employee/employee_pb.js');
|
|
12
12
|
var prisca_v1_core_users_users_pb = require('../../../prisca/v1/core/users/users_pb.js');
|
|
13
13
|
var prisca_v1_core_company_company_pb = require('../../../prisca/v1/core/company/company_pb.js');
|
|
14
|
+
var prisca_v1_document_type_document_type_pb = require('../../../prisca/v1/document_type/document_type_pb.js');
|
|
14
15
|
|
|
15
16
|
function serialize_CreatePurchaseOrderRequest(arg) {
|
|
16
17
|
if (!(arg instanceof prisca_v1_purchase_order_purchase_order_pb.CreatePurchaseOrderRequest)) {
|