@aldiokta/protocgen 1.1.66 → 1.1.68
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/audit_trail/audit_trail_grpc_pb.js +92 -0
- package/prisca/v1/audit_trail/audit_trail_pb.js +2107 -0
- package/prisca/v1/bidding/bidding_pb.js +61 -1
- package/prisca/v1/business_partner/business_partner_grpc_pb.js +334 -0
- package/prisca/v1/business_partner/business_partner_pb.js +5244 -0
- package/prisca/v1/core/auth/auth_grpc_pb.js +36 -0
- package/prisca/v1/core/auth/auth_pb.js +386 -0
- package/prisca/v1/core/bp_config/bp_config_grpc_pb.js +697 -0
- package/prisca/v1/core/bp_config/bp_config_pb.js +10812 -0
- package/prisca/v1/core/employee/employee_pb.js +61 -1
- package/prisca/v1/core/item_transaction/item_transaction_pb.js +340 -10
- package/prisca/v1/core/job_title/job_title_pb.js +31 -1
- package/prisca/v1/core/line_of_approval/line_of_approval_grpc_pb.js +73 -0
- package/prisca/v1/core/line_of_approval/line_of_approval_pb.js +2027 -0
- package/prisca/v1/core/material_sales/material_account_assignment_group_grpc_pb.js +183 -0
- package/prisca/v1/core/material_sales/material_account_assignment_group_pb.js +2658 -0
- package/prisca/v1/core/material_sales/material_division_grpc_pb.js +199 -0
- package/prisca/v1/core/material_sales/material_division_pb.js +2706 -0
- package/prisca/v1/core/material_sales/material_item_category_group_grpc_pb.js +183 -0
- package/prisca/v1/core/material_sales/material_item_category_group_pb.js +2658 -0
- package/prisca/v1/core/material_sales/material_plant_grpc_pb.js +193 -0
- package/prisca/v1/core/material_sales/material_plant_pb.js +2757 -0
- package/prisca/v1/core/material_sales/material_sales_eligibility_grpc_pb.js +62 -0
- package/prisca/v1/core/material_sales/material_sales_eligibility_pb.js +475 -0
- package/prisca/v1/core/material_sales/material_sales_org_grpc_pb.js +191 -0
- package/prisca/v1/core/material_sales/material_sales_org_pb.js +2937 -0
- package/prisca/v1/core/material_sales/material_tax_classification_grpc_pb.js +193 -0
- package/prisca/v1/core/material_sales/material_tax_classification_pb.js +2817 -0
- package/prisca/v1/core/material_sales/material_tax_classification_value_grpc_pb.js +194 -0
- package/prisca/v1/core/material_sales/material_tax_classification_value_pb.js +2868 -0
- package/prisca/v1/core/material_sales/material_withholding_tax_group_grpc_pb.js +188 -0
- package/prisca/v1/core/material_sales/material_withholding_tax_group_pb.js +2658 -0
- package/prisca/v1/core/sales_org/distribution_channel_grpc_pb.js +180 -0
- package/prisca/v1/core/sales_org/distribution_channel_pb.js +2658 -0
- package/prisca/v1/core/sales_org/sales_address_grpc_pb.js +1 -0
- package/prisca/v1/core/sales_org/sales_address_pb.js +380 -0
- package/prisca/v1/core/sales_org/sales_area_grpc_pb.js +157 -0
- package/prisca/v1/core/sales_org/sales_area_pb.js +2381 -0
- package/prisca/v1/core/sales_org/sales_division_grpc_pb.js +180 -0
- package/prisca/v1/core/sales_org/sales_division_pb.js +2658 -0
- package/prisca/v1/core/sales_org/sales_group_assignment_grpc_pb.js +151 -0
- package/prisca/v1/core/sales_org/sales_group_assignment_pb.js +2231 -0
- package/prisca/v1/core/sales_org/sales_group_grpc_pb.js +180 -0
- package/prisca/v1/core/sales_org/sales_group_pb.js +2658 -0
- package/prisca/v1/core/sales_org/sales_office_assignment_grpc_pb.js +151 -0
- package/prisca/v1/core/sales_org/sales_office_assignment_pb.js +2231 -0
- package/prisca/v1/core/sales_org/sales_office_grpc_pb.js +181 -0
- package/prisca/v1/core/sales_org/sales_office_pb.js +2762 -0
- package/prisca/v1/core/sales_org/sales_org_distribution_channel_grpc_pb.js +151 -0
- package/prisca/v1/core/sales_org/sales_org_distribution_channel_pb.js +2231 -0
- package/prisca/v1/core/sales_org/sales_org_division_grpc_pb.js +151 -0
- package/prisca/v1/core/sales_org/sales_org_division_pb.js +2231 -0
- package/prisca/v1/core/sales_org/sales_org_plant_grpc_pb.js +152 -0
- package/prisca/v1/core/sales_org/sales_org_plant_pb.js +2291 -0
- package/prisca/v1/core/sales_org/sales_organization_grpc_pb.js +181 -0
- package/prisca/v1/core/sales_org/sales_organization_pb.js +2822 -0
- package/prisca/v1/core/sales_org/shipping_point_grpc_pb.js +181 -0
- package/prisca/v1/core/sales_org/shipping_point_pb.js +2762 -0
- package/prisca/v1/core/sales_org/shipping_point_plant_grpc_pb.js +152 -0
- package/prisca/v1/core/sales_org/shipping_point_plant_pb.js +2231 -0
- package/prisca/v1/core/transaction_type/transaction_type_grpc_pb.js +147 -0
- package/prisca/v1/core/transaction_type/transaction_type_pb.js +2587 -0
- package/prisca/v1/customer/customer_grpc_pb.js +184 -0
- package/prisca/v1/customer/customer_pb.js +3498 -0
- package/prisca/v1/customer/customer_registration_grpc_pb.js +93 -0
- package/prisca/v1/customer/customer_registration_pb.js +1300 -0
- package/prisca/v1/customer/customer_sales_area_grpc_pb.js +256 -0
- package/prisca/v1/customer/customer_sales_area_pb.js +4681 -0
- package/prisca/v1/delivery_order/delivery_order_pb.js +61 -1
- package/prisca/v1/good_receipt/good_receipt_pb.js +31 -1
- package/prisca/v1/invoice/invoice_pb.js +62 -2
- package/prisca/v1/purchase_order/purchase_order_grpc_pb.js +87 -0
- package/prisca/v1/purchase_order/purchase_order_pb.js +1015 -5
- package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_pb.js +31 -1
- package/prisca/v1/request_for_quotation/request_for_quotation_pb.js +152 -2
- package/prisca/v1/vendor_domain/vendor_domain_pb.js +94 -15
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
// GENERATED CODE -- DO NOT EDIT!
|
|
2
|
+
|
|
3
|
+
'use strict';
|
|
4
|
+
var grpc = require('@grpc/grpc-js');
|
|
5
|
+
var prisca_v1_core_sales_org_shipping_point_pb = require('../../../../prisca/v1/core/sales_org/shipping_point_pb.js');
|
|
6
|
+
var prisca_v1_global_meta_meta_pb = require('../../../../prisca/v1/global/meta/meta_pb.js');
|
|
7
|
+
var prisca_v1_core_sales_org_sales_address_pb = require('../../../../prisca/v1/core/sales_org/sales_address_pb.js');
|
|
8
|
+
|
|
9
|
+
function serialize_CreateShippingPointRequest(arg) {
|
|
10
|
+
if (!(arg instanceof prisca_v1_core_sales_org_shipping_point_pb.CreateShippingPointRequest)) {
|
|
11
|
+
throw new Error('Expected argument of type CreateShippingPointRequest');
|
|
12
|
+
}
|
|
13
|
+
return Buffer.from(arg.serializeBinary());
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
function deserialize_CreateShippingPointRequest(buffer_arg) {
|
|
17
|
+
return prisca_v1_core_sales_org_shipping_point_pb.CreateShippingPointRequest.deserializeBinary(new Uint8Array(buffer_arg));
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
function serialize_CreateShippingPointResponse(arg) {
|
|
21
|
+
if (!(arg instanceof prisca_v1_core_sales_org_shipping_point_pb.CreateShippingPointResponse)) {
|
|
22
|
+
throw new Error('Expected argument of type CreateShippingPointResponse');
|
|
23
|
+
}
|
|
24
|
+
return Buffer.from(arg.serializeBinary());
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
function deserialize_CreateShippingPointResponse(buffer_arg) {
|
|
28
|
+
return prisca_v1_core_sales_org_shipping_point_pb.CreateShippingPointResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
function serialize_DeleteShippingPointRequest(arg) {
|
|
32
|
+
if (!(arg instanceof prisca_v1_core_sales_org_shipping_point_pb.DeleteShippingPointRequest)) {
|
|
33
|
+
throw new Error('Expected argument of type DeleteShippingPointRequest');
|
|
34
|
+
}
|
|
35
|
+
return Buffer.from(arg.serializeBinary());
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
function deserialize_DeleteShippingPointRequest(buffer_arg) {
|
|
39
|
+
return prisca_v1_core_sales_org_shipping_point_pb.DeleteShippingPointRequest.deserializeBinary(new Uint8Array(buffer_arg));
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
function serialize_DeleteShippingPointResponse(arg) {
|
|
43
|
+
if (!(arg instanceof prisca_v1_core_sales_org_shipping_point_pb.DeleteShippingPointResponse)) {
|
|
44
|
+
throw new Error('Expected argument of type DeleteShippingPointResponse');
|
|
45
|
+
}
|
|
46
|
+
return Buffer.from(arg.serializeBinary());
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
function deserialize_DeleteShippingPointResponse(buffer_arg) {
|
|
50
|
+
return prisca_v1_core_sales_org_shipping_point_pb.DeleteShippingPointResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
function serialize_GetListShippingPointRequest(arg) {
|
|
54
|
+
if (!(arg instanceof prisca_v1_core_sales_org_shipping_point_pb.GetListShippingPointRequest)) {
|
|
55
|
+
throw new Error('Expected argument of type GetListShippingPointRequest');
|
|
56
|
+
}
|
|
57
|
+
return Buffer.from(arg.serializeBinary());
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
function deserialize_GetListShippingPointRequest(buffer_arg) {
|
|
61
|
+
return prisca_v1_core_sales_org_shipping_point_pb.GetListShippingPointRequest.deserializeBinary(new Uint8Array(buffer_arg));
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
function serialize_GetListShippingPointResponse(arg) {
|
|
65
|
+
if (!(arg instanceof prisca_v1_core_sales_org_shipping_point_pb.GetListShippingPointResponse)) {
|
|
66
|
+
throw new Error('Expected argument of type GetListShippingPointResponse');
|
|
67
|
+
}
|
|
68
|
+
return Buffer.from(arg.serializeBinary());
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
function deserialize_GetListShippingPointResponse(buffer_arg) {
|
|
72
|
+
return prisca_v1_core_sales_org_shipping_point_pb.GetListShippingPointResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
function serialize_GetShippingPointByIdRequest(arg) {
|
|
76
|
+
if (!(arg instanceof prisca_v1_core_sales_org_shipping_point_pb.GetShippingPointByIdRequest)) {
|
|
77
|
+
throw new Error('Expected argument of type GetShippingPointByIdRequest');
|
|
78
|
+
}
|
|
79
|
+
return Buffer.from(arg.serializeBinary());
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
function deserialize_GetShippingPointByIdRequest(buffer_arg) {
|
|
83
|
+
return prisca_v1_core_sales_org_shipping_point_pb.GetShippingPointByIdRequest.deserializeBinary(new Uint8Array(buffer_arg));
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
function serialize_GetShippingPointByIdResponse(arg) {
|
|
87
|
+
if (!(arg instanceof prisca_v1_core_sales_org_shipping_point_pb.GetShippingPointByIdResponse)) {
|
|
88
|
+
throw new Error('Expected argument of type GetShippingPointByIdResponse');
|
|
89
|
+
}
|
|
90
|
+
return Buffer.from(arg.serializeBinary());
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
function deserialize_GetShippingPointByIdResponse(buffer_arg) {
|
|
94
|
+
return prisca_v1_core_sales_org_shipping_point_pb.GetShippingPointByIdResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
function serialize_UpdateShippingPointRequest(arg) {
|
|
98
|
+
if (!(arg instanceof prisca_v1_core_sales_org_shipping_point_pb.UpdateShippingPointRequest)) {
|
|
99
|
+
throw new Error('Expected argument of type UpdateShippingPointRequest');
|
|
100
|
+
}
|
|
101
|
+
return Buffer.from(arg.serializeBinary());
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
function deserialize_UpdateShippingPointRequest(buffer_arg) {
|
|
105
|
+
return prisca_v1_core_sales_org_shipping_point_pb.UpdateShippingPointRequest.deserializeBinary(new Uint8Array(buffer_arg));
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
function serialize_UpdateShippingPointResponse(arg) {
|
|
109
|
+
if (!(arg instanceof prisca_v1_core_sales_org_shipping_point_pb.UpdateShippingPointResponse)) {
|
|
110
|
+
throw new Error('Expected argument of type UpdateShippingPointResponse');
|
|
111
|
+
}
|
|
112
|
+
return Buffer.from(arg.serializeBinary());
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
function deserialize_UpdateShippingPointResponse(buffer_arg) {
|
|
116
|
+
return prisca_v1_core_sales_org_shipping_point_pb.UpdateShippingPointResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
// Shipping point — titik pengiriman barang (SAP TVST) (PRISCA-152 AC-1).
|
|
121
|
+
// Master per-tenant; `code` wajib, maksimum 4 karakter, unik per tenant lewat
|
|
122
|
+
// unique index DB (AC-2). Membawa blok alamat + kontak pola work_location (AC-3).
|
|
123
|
+
var ShippingPointServiceService = exports.ShippingPointServiceService = {
|
|
124
|
+
createShippingPoint: {
|
|
125
|
+
path: '/ShippingPointService/CreateShippingPoint',
|
|
126
|
+
requestStream: false,
|
|
127
|
+
responseStream: false,
|
|
128
|
+
requestType: prisca_v1_core_sales_org_shipping_point_pb.CreateShippingPointRequest,
|
|
129
|
+
responseType: prisca_v1_core_sales_org_shipping_point_pb.CreateShippingPointResponse,
|
|
130
|
+
requestSerialize: serialize_CreateShippingPointRequest,
|
|
131
|
+
requestDeserialize: deserialize_CreateShippingPointRequest,
|
|
132
|
+
responseSerialize: serialize_CreateShippingPointResponse,
|
|
133
|
+
responseDeserialize: deserialize_CreateShippingPointResponse,
|
|
134
|
+
},
|
|
135
|
+
getShippingPointById: {
|
|
136
|
+
path: '/ShippingPointService/GetShippingPointById',
|
|
137
|
+
requestStream: false,
|
|
138
|
+
responseStream: false,
|
|
139
|
+
requestType: prisca_v1_core_sales_org_shipping_point_pb.GetShippingPointByIdRequest,
|
|
140
|
+
responseType: prisca_v1_core_sales_org_shipping_point_pb.GetShippingPointByIdResponse,
|
|
141
|
+
requestSerialize: serialize_GetShippingPointByIdRequest,
|
|
142
|
+
requestDeserialize: deserialize_GetShippingPointByIdRequest,
|
|
143
|
+
responseSerialize: serialize_GetShippingPointByIdResponse,
|
|
144
|
+
responseDeserialize: deserialize_GetShippingPointByIdResponse,
|
|
145
|
+
},
|
|
146
|
+
updateShippingPoint: {
|
|
147
|
+
path: '/ShippingPointService/UpdateShippingPoint',
|
|
148
|
+
requestStream: false,
|
|
149
|
+
responseStream: false,
|
|
150
|
+
requestType: prisca_v1_core_sales_org_shipping_point_pb.UpdateShippingPointRequest,
|
|
151
|
+
responseType: prisca_v1_core_sales_org_shipping_point_pb.UpdateShippingPointResponse,
|
|
152
|
+
requestSerialize: serialize_UpdateShippingPointRequest,
|
|
153
|
+
requestDeserialize: deserialize_UpdateShippingPointRequest,
|
|
154
|
+
responseSerialize: serialize_UpdateShippingPointResponse,
|
|
155
|
+
responseDeserialize: deserialize_UpdateShippingPointResponse,
|
|
156
|
+
},
|
|
157
|
+
getListShippingPoint: {
|
|
158
|
+
path: '/ShippingPointService/GetListShippingPoint',
|
|
159
|
+
requestStream: false,
|
|
160
|
+
responseStream: false,
|
|
161
|
+
requestType: prisca_v1_core_sales_org_shipping_point_pb.GetListShippingPointRequest,
|
|
162
|
+
responseType: prisca_v1_core_sales_org_shipping_point_pb.GetListShippingPointResponse,
|
|
163
|
+
requestSerialize: serialize_GetListShippingPointRequest,
|
|
164
|
+
requestDeserialize: deserialize_GetListShippingPointRequest,
|
|
165
|
+
responseSerialize: serialize_GetListShippingPointResponse,
|
|
166
|
+
responseDeserialize: deserialize_GetListShippingPointResponse,
|
|
167
|
+
},
|
|
168
|
+
deleteShippingPoint: {
|
|
169
|
+
path: '/ShippingPointService/DeleteShippingPoint',
|
|
170
|
+
requestStream: false,
|
|
171
|
+
responseStream: false,
|
|
172
|
+
requestType: prisca_v1_core_sales_org_shipping_point_pb.DeleteShippingPointRequest,
|
|
173
|
+
responseType: prisca_v1_core_sales_org_shipping_point_pb.DeleteShippingPointResponse,
|
|
174
|
+
requestSerialize: serialize_DeleteShippingPointRequest,
|
|
175
|
+
requestDeserialize: deserialize_DeleteShippingPointRequest,
|
|
176
|
+
responseSerialize: serialize_DeleteShippingPointResponse,
|
|
177
|
+
responseDeserialize: deserialize_DeleteShippingPointResponse,
|
|
178
|
+
},
|
|
179
|
+
};
|
|
180
|
+
|
|
181
|
+
exports.ShippingPointServiceClient = grpc.makeGenericClientConstructor(ShippingPointServiceService, 'ShippingPointService');
|