@aldiokta/protocgen 1.1.67 → 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/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/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,256 @@
|
|
|
1
|
+
// GENERATED CODE -- DO NOT EDIT!
|
|
2
|
+
|
|
3
|
+
'use strict';
|
|
4
|
+
var grpc = require('@grpc/grpc-js');
|
|
5
|
+
var prisca_v1_customer_customer_sales_area_pb = require('../../../prisca/v1/customer/customer_sales_area_pb.js');
|
|
6
|
+
var prisca_v1_global_meta_meta_pb = require('../../../prisca/v1/global/meta/meta_pb.js');
|
|
7
|
+
|
|
8
|
+
function serialize_CreateCustomerSalesAreaRequest(arg) {
|
|
9
|
+
if (!(arg instanceof prisca_v1_customer_customer_sales_area_pb.CreateCustomerSalesAreaRequest)) {
|
|
10
|
+
throw new Error('Expected argument of type CreateCustomerSalesAreaRequest');
|
|
11
|
+
}
|
|
12
|
+
return Buffer.from(arg.serializeBinary());
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
function deserialize_CreateCustomerSalesAreaRequest(buffer_arg) {
|
|
16
|
+
return prisca_v1_customer_customer_sales_area_pb.CreateCustomerSalesAreaRequest.deserializeBinary(new Uint8Array(buffer_arg));
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
function serialize_CreateCustomerSalesAreaResponse(arg) {
|
|
20
|
+
if (!(arg instanceof prisca_v1_customer_customer_sales_area_pb.CreateCustomerSalesAreaResponse)) {
|
|
21
|
+
throw new Error('Expected argument of type CreateCustomerSalesAreaResponse');
|
|
22
|
+
}
|
|
23
|
+
return Buffer.from(arg.serializeBinary());
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
function deserialize_CreateCustomerSalesAreaResponse(buffer_arg) {
|
|
27
|
+
return prisca_v1_customer_customer_sales_area_pb.CreateCustomerSalesAreaResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
function serialize_DeleteCustomerSalesAreaRequest(arg) {
|
|
31
|
+
if (!(arg instanceof prisca_v1_customer_customer_sales_area_pb.DeleteCustomerSalesAreaRequest)) {
|
|
32
|
+
throw new Error('Expected argument of type DeleteCustomerSalesAreaRequest');
|
|
33
|
+
}
|
|
34
|
+
return Buffer.from(arg.serializeBinary());
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
function deserialize_DeleteCustomerSalesAreaRequest(buffer_arg) {
|
|
38
|
+
return prisca_v1_customer_customer_sales_area_pb.DeleteCustomerSalesAreaRequest.deserializeBinary(new Uint8Array(buffer_arg));
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
function serialize_DeleteCustomerSalesAreaResponse(arg) {
|
|
42
|
+
if (!(arg instanceof prisca_v1_customer_customer_sales_area_pb.DeleteCustomerSalesAreaResponse)) {
|
|
43
|
+
throw new Error('Expected argument of type DeleteCustomerSalesAreaResponse');
|
|
44
|
+
}
|
|
45
|
+
return Buffer.from(arg.serializeBinary());
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
function deserialize_DeleteCustomerSalesAreaResponse(buffer_arg) {
|
|
49
|
+
return prisca_v1_customer_customer_sales_area_pb.DeleteCustomerSalesAreaResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
function serialize_GetCustomerSalesAreaByIdRequest(arg) {
|
|
53
|
+
if (!(arg instanceof prisca_v1_customer_customer_sales_area_pb.GetCustomerSalesAreaByIdRequest)) {
|
|
54
|
+
throw new Error('Expected argument of type GetCustomerSalesAreaByIdRequest');
|
|
55
|
+
}
|
|
56
|
+
return Buffer.from(arg.serializeBinary());
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
function deserialize_GetCustomerSalesAreaByIdRequest(buffer_arg) {
|
|
60
|
+
return prisca_v1_customer_customer_sales_area_pb.GetCustomerSalesAreaByIdRequest.deserializeBinary(new Uint8Array(buffer_arg));
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
function serialize_GetCustomerSalesAreaByIdResponse(arg) {
|
|
64
|
+
if (!(arg instanceof prisca_v1_customer_customer_sales_area_pb.GetCustomerSalesAreaByIdResponse)) {
|
|
65
|
+
throw new Error('Expected argument of type GetCustomerSalesAreaByIdResponse');
|
|
66
|
+
}
|
|
67
|
+
return Buffer.from(arg.serializeBinary());
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
function deserialize_GetCustomerSalesAreaByIdResponse(buffer_arg) {
|
|
71
|
+
return prisca_v1_customer_customer_sales_area_pb.GetCustomerSalesAreaByIdResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
function serialize_GetListCustomerPartnerFunctionRequest(arg) {
|
|
75
|
+
if (!(arg instanceof prisca_v1_customer_customer_sales_area_pb.GetListCustomerPartnerFunctionRequest)) {
|
|
76
|
+
throw new Error('Expected argument of type GetListCustomerPartnerFunctionRequest');
|
|
77
|
+
}
|
|
78
|
+
return Buffer.from(arg.serializeBinary());
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
function deserialize_GetListCustomerPartnerFunctionRequest(buffer_arg) {
|
|
82
|
+
return prisca_v1_customer_customer_sales_area_pb.GetListCustomerPartnerFunctionRequest.deserializeBinary(new Uint8Array(buffer_arg));
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
function serialize_GetListCustomerPartnerFunctionResponse(arg) {
|
|
86
|
+
if (!(arg instanceof prisca_v1_customer_customer_sales_area_pb.GetListCustomerPartnerFunctionResponse)) {
|
|
87
|
+
throw new Error('Expected argument of type GetListCustomerPartnerFunctionResponse');
|
|
88
|
+
}
|
|
89
|
+
return Buffer.from(arg.serializeBinary());
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
function deserialize_GetListCustomerPartnerFunctionResponse(buffer_arg) {
|
|
93
|
+
return prisca_v1_customer_customer_sales_area_pb.GetListCustomerPartnerFunctionResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
function serialize_GetListCustomerSalesAreaRequest(arg) {
|
|
97
|
+
if (!(arg instanceof prisca_v1_customer_customer_sales_area_pb.GetListCustomerSalesAreaRequest)) {
|
|
98
|
+
throw new Error('Expected argument of type GetListCustomerSalesAreaRequest');
|
|
99
|
+
}
|
|
100
|
+
return Buffer.from(arg.serializeBinary());
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
function deserialize_GetListCustomerSalesAreaRequest(buffer_arg) {
|
|
104
|
+
return prisca_v1_customer_customer_sales_area_pb.GetListCustomerSalesAreaRequest.deserializeBinary(new Uint8Array(buffer_arg));
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
function serialize_GetListCustomerSalesAreaResponse(arg) {
|
|
108
|
+
if (!(arg instanceof prisca_v1_customer_customer_sales_area_pb.GetListCustomerSalesAreaResponse)) {
|
|
109
|
+
throw new Error('Expected argument of type GetListCustomerSalesAreaResponse');
|
|
110
|
+
}
|
|
111
|
+
return Buffer.from(arg.serializeBinary());
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
function deserialize_GetListCustomerSalesAreaResponse(buffer_arg) {
|
|
115
|
+
return prisca_v1_customer_customer_sales_area_pb.GetListCustomerSalesAreaResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
function serialize_UpdateCustomerPartnerFunctionRequest(arg) {
|
|
119
|
+
if (!(arg instanceof prisca_v1_customer_customer_sales_area_pb.UpdateCustomerPartnerFunctionRequest)) {
|
|
120
|
+
throw new Error('Expected argument of type UpdateCustomerPartnerFunctionRequest');
|
|
121
|
+
}
|
|
122
|
+
return Buffer.from(arg.serializeBinary());
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
function deserialize_UpdateCustomerPartnerFunctionRequest(buffer_arg) {
|
|
126
|
+
return prisca_v1_customer_customer_sales_area_pb.UpdateCustomerPartnerFunctionRequest.deserializeBinary(new Uint8Array(buffer_arg));
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
function serialize_UpdateCustomerPartnerFunctionResponse(arg) {
|
|
130
|
+
if (!(arg instanceof prisca_v1_customer_customer_sales_area_pb.UpdateCustomerPartnerFunctionResponse)) {
|
|
131
|
+
throw new Error('Expected argument of type UpdateCustomerPartnerFunctionResponse');
|
|
132
|
+
}
|
|
133
|
+
return Buffer.from(arg.serializeBinary());
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
function deserialize_UpdateCustomerPartnerFunctionResponse(buffer_arg) {
|
|
137
|
+
return prisca_v1_customer_customer_sales_area_pb.UpdateCustomerPartnerFunctionResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
function serialize_UpdateCustomerSalesAreaRequest(arg) {
|
|
141
|
+
if (!(arg instanceof prisca_v1_customer_customer_sales_area_pb.UpdateCustomerSalesAreaRequest)) {
|
|
142
|
+
throw new Error('Expected argument of type UpdateCustomerSalesAreaRequest');
|
|
143
|
+
}
|
|
144
|
+
return Buffer.from(arg.serializeBinary());
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
function deserialize_UpdateCustomerSalesAreaRequest(buffer_arg) {
|
|
148
|
+
return prisca_v1_customer_customer_sales_area_pb.UpdateCustomerSalesAreaRequest.deserializeBinary(new Uint8Array(buffer_arg));
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
function serialize_UpdateCustomerSalesAreaResponse(arg) {
|
|
152
|
+
if (!(arg instanceof prisca_v1_customer_customer_sales_area_pb.UpdateCustomerSalesAreaResponse)) {
|
|
153
|
+
throw new Error('Expected argument of type UpdateCustomerSalesAreaResponse');
|
|
154
|
+
}
|
|
155
|
+
return Buffer.from(arg.serializeBinary());
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
function deserialize_UpdateCustomerSalesAreaResponse(buffer_arg) {
|
|
159
|
+
return prisca_v1_customer_customer_sales_area_pb.UpdateCustomerSalesAreaResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
// Lapis kedua & ketiga customer master (PRISCA-152 AC-15, AC-16).
|
|
164
|
+
//
|
|
165
|
+
// Extend = memasangkan satu customer ke satu sales_area, lalu mengisi kondisi
|
|
166
|
+
// penjualan untuk pasangan itu. Semua reference ke master lain (term of
|
|
167
|
+
// payment, incoterm, currency, plant) adalah reference LUNAK: disimpan sebagai
|
|
168
|
+
// references_id tanpa FK lintas domain, sesuai pola platform.
|
|
169
|
+
var CustomerSalesAreaServiceService = exports.CustomerSalesAreaServiceService = {
|
|
170
|
+
createCustomerSalesArea: {
|
|
171
|
+
path: '/CustomerSalesAreaService/CreateCustomerSalesArea',
|
|
172
|
+
requestStream: false,
|
|
173
|
+
responseStream: false,
|
|
174
|
+
requestType: prisca_v1_customer_customer_sales_area_pb.CreateCustomerSalesAreaRequest,
|
|
175
|
+
responseType: prisca_v1_customer_customer_sales_area_pb.CreateCustomerSalesAreaResponse,
|
|
176
|
+
requestSerialize: serialize_CreateCustomerSalesAreaRequest,
|
|
177
|
+
requestDeserialize: deserialize_CreateCustomerSalesAreaRequest,
|
|
178
|
+
responseSerialize: serialize_CreateCustomerSalesAreaResponse,
|
|
179
|
+
responseDeserialize: deserialize_CreateCustomerSalesAreaResponse,
|
|
180
|
+
},
|
|
181
|
+
getCustomerSalesAreaById: {
|
|
182
|
+
path: '/CustomerSalesAreaService/GetCustomerSalesAreaById',
|
|
183
|
+
requestStream: false,
|
|
184
|
+
responseStream: false,
|
|
185
|
+
requestType: prisca_v1_customer_customer_sales_area_pb.GetCustomerSalesAreaByIdRequest,
|
|
186
|
+
responseType: prisca_v1_customer_customer_sales_area_pb.GetCustomerSalesAreaByIdResponse,
|
|
187
|
+
requestSerialize: serialize_GetCustomerSalesAreaByIdRequest,
|
|
188
|
+
requestDeserialize: deserialize_GetCustomerSalesAreaByIdRequest,
|
|
189
|
+
responseSerialize: serialize_GetCustomerSalesAreaByIdResponse,
|
|
190
|
+
responseDeserialize: deserialize_GetCustomerSalesAreaByIdResponse,
|
|
191
|
+
},
|
|
192
|
+
updateCustomerSalesArea: {
|
|
193
|
+
path: '/CustomerSalesAreaService/UpdateCustomerSalesArea',
|
|
194
|
+
requestStream: false,
|
|
195
|
+
responseStream: false,
|
|
196
|
+
requestType: prisca_v1_customer_customer_sales_area_pb.UpdateCustomerSalesAreaRequest,
|
|
197
|
+
responseType: prisca_v1_customer_customer_sales_area_pb.UpdateCustomerSalesAreaResponse,
|
|
198
|
+
requestSerialize: serialize_UpdateCustomerSalesAreaRequest,
|
|
199
|
+
requestDeserialize: deserialize_UpdateCustomerSalesAreaRequest,
|
|
200
|
+
responseSerialize: serialize_UpdateCustomerSalesAreaResponse,
|
|
201
|
+
responseDeserialize: deserialize_UpdateCustomerSalesAreaResponse,
|
|
202
|
+
},
|
|
203
|
+
getListCustomerSalesArea: {
|
|
204
|
+
path: '/CustomerSalesAreaService/GetListCustomerSalesArea',
|
|
205
|
+
requestStream: false,
|
|
206
|
+
responseStream: false,
|
|
207
|
+
requestType: prisca_v1_customer_customer_sales_area_pb.GetListCustomerSalesAreaRequest,
|
|
208
|
+
responseType: prisca_v1_customer_customer_sales_area_pb.GetListCustomerSalesAreaResponse,
|
|
209
|
+
requestSerialize: serialize_GetListCustomerSalesAreaRequest,
|
|
210
|
+
requestDeserialize: deserialize_GetListCustomerSalesAreaRequest,
|
|
211
|
+
responseSerialize: serialize_GetListCustomerSalesAreaResponse,
|
|
212
|
+
responseDeserialize: deserialize_GetListCustomerSalesAreaResponse,
|
|
213
|
+
},
|
|
214
|
+
deleteCustomerSalesArea: {
|
|
215
|
+
path: '/CustomerSalesAreaService/DeleteCustomerSalesArea',
|
|
216
|
+
requestStream: false,
|
|
217
|
+
responseStream: false,
|
|
218
|
+
requestType: prisca_v1_customer_customer_sales_area_pb.DeleteCustomerSalesAreaRequest,
|
|
219
|
+
responseType: prisca_v1_customer_customer_sales_area_pb.DeleteCustomerSalesAreaResponse,
|
|
220
|
+
requestSerialize: serialize_DeleteCustomerSalesAreaRequest,
|
|
221
|
+
requestDeserialize: deserialize_DeleteCustomerSalesAreaRequest,
|
|
222
|
+
responseSerialize: serialize_DeleteCustomerSalesAreaResponse,
|
|
223
|
+
responseDeserialize: deserialize_DeleteCustomerSalesAreaResponse,
|
|
224
|
+
},
|
|
225
|
+
};
|
|
226
|
+
|
|
227
|
+
exports.CustomerSalesAreaServiceClient = grpc.makeGenericClientConstructor(CustomerSalesAreaServiceService, 'CustomerSalesAreaService');
|
|
228
|
+
// Partner function per (customer, sales_area). Saat extend, keempat function
|
|
229
|
+
// dibuat otomatis menunjuk customer itu sendiri; tiap function boleh dialihkan
|
|
230
|
+
// ke customer lain milik tenant yang sama.
|
|
231
|
+
var CustomerPartnerFunctionServiceService = exports.CustomerPartnerFunctionServiceService = {
|
|
232
|
+
getListCustomerPartnerFunction: {
|
|
233
|
+
path: '/CustomerPartnerFunctionService/GetListCustomerPartnerFunction',
|
|
234
|
+
requestStream: false,
|
|
235
|
+
responseStream: false,
|
|
236
|
+
requestType: prisca_v1_customer_customer_sales_area_pb.GetListCustomerPartnerFunctionRequest,
|
|
237
|
+
responseType: prisca_v1_customer_customer_sales_area_pb.GetListCustomerPartnerFunctionResponse,
|
|
238
|
+
requestSerialize: serialize_GetListCustomerPartnerFunctionRequest,
|
|
239
|
+
requestDeserialize: deserialize_GetListCustomerPartnerFunctionRequest,
|
|
240
|
+
responseSerialize: serialize_GetListCustomerPartnerFunctionResponse,
|
|
241
|
+
responseDeserialize: deserialize_GetListCustomerPartnerFunctionResponse,
|
|
242
|
+
},
|
|
243
|
+
updateCustomerPartnerFunction: {
|
|
244
|
+
path: '/CustomerPartnerFunctionService/UpdateCustomerPartnerFunction',
|
|
245
|
+
requestStream: false,
|
|
246
|
+
responseStream: false,
|
|
247
|
+
requestType: prisca_v1_customer_customer_sales_area_pb.UpdateCustomerPartnerFunctionRequest,
|
|
248
|
+
responseType: prisca_v1_customer_customer_sales_area_pb.UpdateCustomerPartnerFunctionResponse,
|
|
249
|
+
requestSerialize: serialize_UpdateCustomerPartnerFunctionRequest,
|
|
250
|
+
requestDeserialize: deserialize_UpdateCustomerPartnerFunctionRequest,
|
|
251
|
+
responseSerialize: serialize_UpdateCustomerPartnerFunctionResponse,
|
|
252
|
+
responseDeserialize: deserialize_UpdateCustomerPartnerFunctionResponse,
|
|
253
|
+
},
|
|
254
|
+
};
|
|
255
|
+
|
|
256
|
+
exports.CustomerPartnerFunctionServiceClient = grpc.makeGenericClientConstructor(CustomerPartnerFunctionServiceService, 'CustomerPartnerFunctionService');
|