@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
|
@@ -90,6 +90,17 @@ function deserialize_GetListInvoiceRes(buffer_arg) {
|
|
|
90
90
|
return prisca_v1_invoice_invoice_pb.GetListInvoiceRes.deserializeBinary(new Uint8Array(buffer_arg));
|
|
91
91
|
}
|
|
92
92
|
|
|
93
|
+
function serialize_UpdateInvoiceForCompanyReq(arg) {
|
|
94
|
+
if (!(arg instanceof prisca_v1_invoice_invoice_pb.UpdateInvoiceForCompanyReq)) {
|
|
95
|
+
throw new Error('Expected argument of type UpdateInvoiceForCompanyReq');
|
|
96
|
+
}
|
|
97
|
+
return Buffer.from(arg.serializeBinary());
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
function deserialize_UpdateInvoiceForCompanyReq(buffer_arg) {
|
|
101
|
+
return prisca_v1_invoice_invoice_pb.UpdateInvoiceForCompanyReq.deserializeBinary(new Uint8Array(buffer_arg));
|
|
102
|
+
}
|
|
103
|
+
|
|
93
104
|
function serialize_UpdateInvoiceReq(arg) {
|
|
94
105
|
if (!(arg instanceof prisca_v1_invoice_invoice_pb.UpdateInvoiceReq)) {
|
|
95
106
|
throw new Error('Expected argument of type UpdateInvoiceReq');
|
|
@@ -112,6 +123,17 @@ function deserialize_UpdateInvoiceRes(buffer_arg) {
|
|
|
112
123
|
return prisca_v1_invoice_invoice_pb.UpdateInvoiceRes.deserializeBinary(new Uint8Array(buffer_arg));
|
|
113
124
|
}
|
|
114
125
|
|
|
126
|
+
function serialize_UpdateInvoiceStatusReq(arg) {
|
|
127
|
+
if (!(arg instanceof prisca_v1_invoice_invoice_pb.UpdateInvoiceStatusReq)) {
|
|
128
|
+
throw new Error('Expected argument of type UpdateInvoiceStatusReq');
|
|
129
|
+
}
|
|
130
|
+
return Buffer.from(arg.serializeBinary());
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
function deserialize_UpdateInvoiceStatusReq(buffer_arg) {
|
|
134
|
+
return prisca_v1_invoice_invoice_pb.UpdateInvoiceStatusReq.deserializeBinary(new Uint8Array(buffer_arg));
|
|
135
|
+
}
|
|
136
|
+
|
|
115
137
|
|
|
116
138
|
var InvoiceServiceService = exports.InvoiceServiceService = {
|
|
117
139
|
createInvoice: {
|
|
@@ -136,6 +158,28 @@ var InvoiceServiceService = exports.InvoiceServiceService = {
|
|
|
136
158
|
responseSerialize: serialize_UpdateInvoiceRes,
|
|
137
159
|
responseDeserialize: deserialize_UpdateInvoiceRes,
|
|
138
160
|
},
|
|
161
|
+
updateInvoiceForCompany: {
|
|
162
|
+
path: '/InvoiceService/UpdateInvoiceForCompany',
|
|
163
|
+
requestStream: false,
|
|
164
|
+
responseStream: false,
|
|
165
|
+
requestType: prisca_v1_invoice_invoice_pb.UpdateInvoiceForCompanyReq,
|
|
166
|
+
responseType: prisca_v1_invoice_invoice_pb.UpdateInvoiceRes,
|
|
167
|
+
requestSerialize: serialize_UpdateInvoiceForCompanyReq,
|
|
168
|
+
requestDeserialize: deserialize_UpdateInvoiceForCompanyReq,
|
|
169
|
+
responseSerialize: serialize_UpdateInvoiceRes,
|
|
170
|
+
responseDeserialize: deserialize_UpdateInvoiceRes,
|
|
171
|
+
},
|
|
172
|
+
updateInvoiceStatus: {
|
|
173
|
+
path: '/InvoiceService/UpdateInvoiceStatus',
|
|
174
|
+
requestStream: false,
|
|
175
|
+
responseStream: false,
|
|
176
|
+
requestType: prisca_v1_invoice_invoice_pb.UpdateInvoiceStatusReq,
|
|
177
|
+
responseType: prisca_v1_invoice_invoice_pb.UpdateInvoiceRes,
|
|
178
|
+
requestSerialize: serialize_UpdateInvoiceStatusReq,
|
|
179
|
+
requestDeserialize: deserialize_UpdateInvoiceStatusReq,
|
|
180
|
+
responseSerialize: serialize_UpdateInvoiceRes,
|
|
181
|
+
responseDeserialize: deserialize_UpdateInvoiceRes,
|
|
182
|
+
},
|
|
139
183
|
getInvoiceById: {
|
|
140
184
|
path: '/InvoiceService/GetInvoiceById',
|
|
141
185
|
requestStream: false,
|