@adempiere/grpc-api
Advanced tools
Comparing version 1.6.0 to 1.6.1
{ | ||
"name": "@adempiere/grpc-api", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "ADempiere Web Store write in Javascript for a node service", | ||
@@ -5,0 +5,0 @@ "author": "Yamel Senih", |
@@ -168,2 +168,24 @@ // GENERATED CODE -- DO NOT EDIT! | ||
function serialize_data_ListAvailableDocumentTypesRequest(arg) { | ||
if (!(arg instanceof proto_point_of_sales_pb.ListAvailableDocumentTypesRequest)) { | ||
throw new Error('Expected argument of type data.ListAvailableDocumentTypesRequest'); | ||
} | ||
return Buffer.from(arg.serializeBinary()); | ||
} | ||
function deserialize_data_ListAvailableDocumentTypesRequest(buffer_arg) { | ||
return proto_point_of_sales_pb.ListAvailableDocumentTypesRequest.deserializeBinary(new Uint8Array(buffer_arg)); | ||
} | ||
function serialize_data_ListAvailableDocumentTypesResponse(arg) { | ||
if (!(arg instanceof proto_point_of_sales_pb.ListAvailableDocumentTypesResponse)) { | ||
throw new Error('Expected argument of type data.ListAvailableDocumentTypesResponse'); | ||
} | ||
return Buffer.from(arg.serializeBinary()); | ||
} | ||
function deserialize_data_ListAvailableDocumentTypesResponse(buffer_arg) { | ||
return proto_point_of_sales_pb.ListAvailableDocumentTypesResponse.deserializeBinary(new Uint8Array(buffer_arg)); | ||
} | ||
function serialize_data_ListAvailablePriceListRequest(arg) { | ||
@@ -758,4 +780,16 @@ if (!(arg instanceof proto_point_of_sales_pb.ListAvailablePriceListRequest)) { | ||
}, | ||
// List of Available Document Types | ||
listAvailableDocumentTypes: { | ||
path: '/data.Store/ListAvailableDocumentTypes', | ||
requestStream: false, | ||
responseStream: false, | ||
requestType: proto_point_of_sales_pb.ListAvailableDocumentTypesRequest, | ||
responseType: proto_point_of_sales_pb.ListAvailableDocumentTypesResponse, | ||
requestSerialize: serialize_data_ListAvailableDocumentTypesRequest, | ||
requestDeserialize: deserialize_data_ListAvailableDocumentTypesRequest, | ||
responseSerialize: serialize_data_ListAvailableDocumentTypesResponse, | ||
responseDeserialize: deserialize_data_ListAvailableDocumentTypesResponse, | ||
}, | ||
}; | ||
exports.StoreClient = grpc.makeGenericClientConstructor(StoreService); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2501191
72823