@aldiokta/protocgen 1.0.67 → 1.0.69

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.
Files changed (31) hide show
  1. package/package.json +1 -1
  2. package/prisca/v1/account_assignment/account_assignment.proto +75 -0
  3. package/prisca/v1/account_group/account_group.proto +81 -0
  4. package/prisca/v1/chart_of_account/chart_of_account.proto +75 -0
  5. package/prisca/v1/document_type/document_type.proto +80 -0
  6. package/prisca/v1/general_ledger_account/general_ledger_account.proto +98 -0
  7. package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx.proto +343 -0
  8. package/prisca/v1/purchasing_group/purchasing_group.proto +87 -0
  9. package/prisca/v1/purchasing_organization/purchasing_organization.proto +68 -0
  10. package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment.proto +70 -0
  11. package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant.proto +80 -0
  12. package/prisca/v1/account_assignment/account_assignment_grpc_pb.js +0 -177
  13. package/prisca/v1/account_assignment/account_assignment_pb.js +0 -2522
  14. package/prisca/v1/account_group/account_group_grpc_pb.js +0 -178
  15. package/prisca/v1/account_group/account_group_pb.js +0 -2755
  16. package/prisca/v1/chart_of_account/chart_of_account_grpc_pb.js +0 -177
  17. package/prisca/v1/chart_of_account/chart_of_account_pb.js +0 -2522
  18. package/prisca/v1/document_type/document_type_grpc_pb.js +0 -178
  19. package/prisca/v1/document_type/document_type_pb.js +0 -2746
  20. package/prisca/v1/general_ledger_account/general_ledger_account_grpc_pb.js +0 -181
  21. package/prisca/v1/general_ledger_account/general_ledger_account_pb.js +0 -3276
  22. package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_grpc_pb.js +0 -454
  23. package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_pb.js +0 -11122
  24. package/prisca/v1/purchasing_group/purchasing_group_grpc_pb.js +0 -178
  25. package/prisca/v1/purchasing_group/purchasing_group_pb.js +0 -2875
  26. package/prisca/v1/purchasing_organization/purchasing_organization_grpc_pb.js +0 -145
  27. package/prisca/v1/purchasing_organization/purchasing_organization_pb.js +0 -2139
  28. package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment_grpc_pb.js +0 -146
  29. package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment_pb.js +0 -2183
  30. package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant_grpc_pb.js +0 -145
  31. package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant_pb.js +0 -2543
@@ -1,145 +0,0 @@
1
- // GENERATED CODE -- DO NOT EDIT!
2
-
3
- 'use strict';
4
- var grpc = require('@grpc/grpc-js');
5
- var prisca_v1_purchasing_organization_plant_purchasing_organization_plant_pb = require('../../../prisca/v1/purchasing_organization_plant/purchasing_organization_plant_pb.js');
6
- var prisca_v1_global_meta_meta_pb = require('../../../prisca/v1/global/meta/meta_pb.js');
7
- var prisca_v1_purchasing_organization_purchasing_organization_pb = require('../../../prisca/v1/purchasing_organization/purchasing_organization_pb.js');
8
-
9
- function serialize_CreatePlantPOrganizationRequest(arg) {
10
- if (!(arg instanceof prisca_v1_purchasing_organization_plant_purchasing_organization_plant_pb.CreatePlantPOrganizationRequest)) {
11
- throw new Error('Expected argument of type CreatePlantPOrganizationRequest');
12
- }
13
- return Buffer.from(arg.serializeBinary());
14
- }
15
-
16
- function deserialize_CreatePlantPOrganizationRequest(buffer_arg) {
17
- return prisca_v1_purchasing_organization_plant_purchasing_organization_plant_pb.CreatePlantPOrganizationRequest.deserializeBinary(new Uint8Array(buffer_arg));
18
- }
19
-
20
- function serialize_CreatePlantPOrganizationResponse(arg) {
21
- if (!(arg instanceof prisca_v1_purchasing_organization_plant_purchasing_organization_plant_pb.CreatePlantPOrganizationResponse)) {
22
- throw new Error('Expected argument of type CreatePlantPOrganizationResponse');
23
- }
24
- return Buffer.from(arg.serializeBinary());
25
- }
26
-
27
- function deserialize_CreatePlantPOrganizationResponse(buffer_arg) {
28
- return prisca_v1_purchasing_organization_plant_purchasing_organization_plant_pb.CreatePlantPOrganizationResponse.deserializeBinary(new Uint8Array(buffer_arg));
29
- }
30
-
31
- function serialize_GetListPlantPOrganizationRequest(arg) {
32
- if (!(arg instanceof prisca_v1_purchasing_organization_plant_purchasing_organization_plant_pb.GetListPlantPOrganizationRequest)) {
33
- throw new Error('Expected argument of type GetListPlantPOrganizationRequest');
34
- }
35
- return Buffer.from(arg.serializeBinary());
36
- }
37
-
38
- function deserialize_GetListPlantPOrganizationRequest(buffer_arg) {
39
- return prisca_v1_purchasing_organization_plant_purchasing_organization_plant_pb.GetListPlantPOrganizationRequest.deserializeBinary(new Uint8Array(buffer_arg));
40
- }
41
-
42
- function serialize_GetListPlantPOrganizationResponse(arg) {
43
- if (!(arg instanceof prisca_v1_purchasing_organization_plant_purchasing_organization_plant_pb.GetListPlantPOrganizationResponse)) {
44
- throw new Error('Expected argument of type GetListPlantPOrganizationResponse');
45
- }
46
- return Buffer.from(arg.serializeBinary());
47
- }
48
-
49
- function deserialize_GetListPlantPOrganizationResponse(buffer_arg) {
50
- return prisca_v1_purchasing_organization_plant_purchasing_organization_plant_pb.GetListPlantPOrganizationResponse.deserializeBinary(new Uint8Array(buffer_arg));
51
- }
52
-
53
- function serialize_PlantPOrganizationGetByIdRequest(arg) {
54
- if (!(arg instanceof prisca_v1_purchasing_organization_plant_purchasing_organization_plant_pb.PlantPOrganizationGetByIdRequest)) {
55
- throw new Error('Expected argument of type PlantPOrganizationGetByIdRequest');
56
- }
57
- return Buffer.from(arg.serializeBinary());
58
- }
59
-
60
- function deserialize_PlantPOrganizationGetByIdRequest(buffer_arg) {
61
- return prisca_v1_purchasing_organization_plant_purchasing_organization_plant_pb.PlantPOrganizationGetByIdRequest.deserializeBinary(new Uint8Array(buffer_arg));
62
- }
63
-
64
- function serialize_PlantPOrganizationGetByIdResponse(arg) {
65
- if (!(arg instanceof prisca_v1_purchasing_organization_plant_purchasing_organization_plant_pb.PlantPOrganizationGetByIdResponse)) {
66
- throw new Error('Expected argument of type PlantPOrganizationGetByIdResponse');
67
- }
68
- return Buffer.from(arg.serializeBinary());
69
- }
70
-
71
- function deserialize_PlantPOrganizationGetByIdResponse(buffer_arg) {
72
- return prisca_v1_purchasing_organization_plant_purchasing_organization_plant_pb.PlantPOrganizationGetByIdResponse.deserializeBinary(new Uint8Array(buffer_arg));
73
- }
74
-
75
- function serialize_UpdatePlantPOrganizationRequest(arg) {
76
- if (!(arg instanceof prisca_v1_purchasing_organization_plant_purchasing_organization_plant_pb.UpdatePlantPOrganizationRequest)) {
77
- throw new Error('Expected argument of type UpdatePlantPOrganizationRequest');
78
- }
79
- return Buffer.from(arg.serializeBinary());
80
- }
81
-
82
- function deserialize_UpdatePlantPOrganizationRequest(buffer_arg) {
83
- return prisca_v1_purchasing_organization_plant_purchasing_organization_plant_pb.UpdatePlantPOrganizationRequest.deserializeBinary(new Uint8Array(buffer_arg));
84
- }
85
-
86
- function serialize_UpdatePlantPOrganizationResponse(arg) {
87
- if (!(arg instanceof prisca_v1_purchasing_organization_plant_purchasing_organization_plant_pb.UpdatePlantPOrganizationResponse)) {
88
- throw new Error('Expected argument of type UpdatePlantPOrganizationResponse');
89
- }
90
- return Buffer.from(arg.serializeBinary());
91
- }
92
-
93
- function deserialize_UpdatePlantPOrganizationResponse(buffer_arg) {
94
- return prisca_v1_purchasing_organization_plant_purchasing_organization_plant_pb.UpdatePlantPOrganizationResponse.deserializeBinary(new Uint8Array(buffer_arg));
95
- }
96
-
97
-
98
- var PlantPOrganizationServiceService = exports.PlantPOrganizationServiceService = {
99
- createPlantPOrganization: {
100
- path: '/PlantPOrganizationService/CreatePlantPOrganization',
101
- requestStream: false,
102
- responseStream: false,
103
- requestType: prisca_v1_purchasing_organization_plant_purchasing_organization_plant_pb.CreatePlantPOrganizationRequest,
104
- responseType: prisca_v1_purchasing_organization_plant_purchasing_organization_plant_pb.CreatePlantPOrganizationResponse,
105
- requestSerialize: serialize_CreatePlantPOrganizationRequest,
106
- requestDeserialize: deserialize_CreatePlantPOrganizationRequest,
107
- responseSerialize: serialize_CreatePlantPOrganizationResponse,
108
- responseDeserialize: deserialize_CreatePlantPOrganizationResponse,
109
- },
110
- getPlantPOrganizationById: {
111
- path: '/PlantPOrganizationService/GetPlantPOrganizationById',
112
- requestStream: false,
113
- responseStream: false,
114
- requestType: prisca_v1_purchasing_organization_plant_purchasing_organization_plant_pb.PlantPOrganizationGetByIdRequest,
115
- responseType: prisca_v1_purchasing_organization_plant_purchasing_organization_plant_pb.PlantPOrganizationGetByIdResponse,
116
- requestSerialize: serialize_PlantPOrganizationGetByIdRequest,
117
- requestDeserialize: deserialize_PlantPOrganizationGetByIdRequest,
118
- responseSerialize: serialize_PlantPOrganizationGetByIdResponse,
119
- responseDeserialize: deserialize_PlantPOrganizationGetByIdResponse,
120
- },
121
- updatePlantPOrganization: {
122
- path: '/PlantPOrganizationService/UpdatePlantPOrganization',
123
- requestStream: false,
124
- responseStream: false,
125
- requestType: prisca_v1_purchasing_organization_plant_purchasing_organization_plant_pb.UpdatePlantPOrganizationRequest,
126
- responseType: prisca_v1_purchasing_organization_plant_purchasing_organization_plant_pb.UpdatePlantPOrganizationResponse,
127
- requestSerialize: serialize_UpdatePlantPOrganizationRequest,
128
- requestDeserialize: deserialize_UpdatePlantPOrganizationRequest,
129
- responseSerialize: serialize_UpdatePlantPOrganizationResponse,
130
- responseDeserialize: deserialize_UpdatePlantPOrganizationResponse,
131
- },
132
- getListPlantPOrganization: {
133
- path: '/PlantPOrganizationService/GetListPlantPOrganization',
134
- requestStream: false,
135
- responseStream: false,
136
- requestType: prisca_v1_purchasing_organization_plant_purchasing_organization_plant_pb.GetListPlantPOrganizationRequest,
137
- responseType: prisca_v1_purchasing_organization_plant_purchasing_organization_plant_pb.GetListPlantPOrganizationResponse,
138
- requestSerialize: serialize_GetListPlantPOrganizationRequest,
139
- requestDeserialize: deserialize_GetListPlantPOrganizationRequest,
140
- responseSerialize: serialize_GetListPlantPOrganizationResponse,
141
- responseDeserialize: deserialize_GetListPlantPOrganizationResponse,
142
- },
143
- };
144
-
145
- exports.PlantPOrganizationServiceClient = grpc.makeGenericClientConstructor(PlantPOrganizationServiceService, 'PlantPOrganizationService');