@aldiokta/protocgen 1.0.56 → 1.0.57

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 (131) hide show
  1. package/package.json +1 -1
  2. package/prisca/v1/account_assignment/account_assignment_grpc_pb.js +177 -0
  3. package/prisca/v1/account_assignment/account_assignment_pb.js +2522 -0
  4. package/prisca/v1/account_group/account_group_grpc_pb.js +178 -0
  5. package/prisca/v1/account_group/account_group_pb.js +2755 -0
  6. package/prisca/v1/chart_of_account/chart_of_account_grpc_pb.js +177 -0
  7. package/prisca/v1/chart_of_account/chart_of_account_pb.js +2522 -0
  8. package/prisca/v1/core/auth/auth_grpc_pb.js +367 -0
  9. package/prisca/v1/core/auth/auth_pb.js +3745 -0
  10. package/prisca/v1/core/company/company_grpc_pb.js +177 -0
  11. package/prisca/v1/core/company/company_pb.js +2875 -0
  12. package/prisca/v1/core/currency/currency_grpc_pb.js +177 -0
  13. package/prisca/v1/core/currency/currency_pb.js +2522 -0
  14. package/prisca/v1/core/department_material/department_material_grpc_pb.js +144 -0
  15. package/prisca/v1/core/department_material/department_material_pb.js +2167 -0
  16. package/prisca/v1/core/employee/employee_grpc_pb.js +184 -0
  17. package/prisca/v1/core/employee/employee_pb.js +3877 -0
  18. package/prisca/v1/core/job_grade/job_grade_grpc_pb.js +178 -0
  19. package/prisca/v1/core/job_grade/job_grade_pb.js +2605 -0
  20. package/prisca/v1/core/job_position/job_position_grpc_pb.js +181 -0
  21. package/prisca/v1/core/job_position/job_position_pb.js +3762 -0
  22. package/prisca/v1/core/job_title/job_title_grpc_pb.js +178 -0
  23. package/prisca/v1/core/job_title/job_title_pb.js +2958 -0
  24. package/prisca/v1/core/line_of_approval/line_of_approval_grpc_pb.js +177 -0
  25. package/prisca/v1/core/line_of_approval/line_of_approval_pb.js +2612 -0
  26. package/prisca/v1/core/link_data_source/link_data_source_grpc_pb.js +177 -0
  27. package/prisca/v1/core/link_data_source/link_data_source_pb.js +2612 -0
  28. package/prisca/v1/core/location/location_grpc_pb.js +837 -0
  29. package/prisca/v1/core/location/location_pb.js +10879 -0
  30. package/prisca/v1/core/material/material_grpc_pb.js +181 -0
  31. package/prisca/v1/core/material/material_pb.js +4106 -0
  32. package/prisca/v1/core/material_group/material_group_grpc_pb.js +177 -0
  33. package/prisca/v1/core/material_group/material_group_pb.js +2582 -0
  34. package/prisca/v1/core/material_type/material_type_grpc_pb.js +148 -0
  35. package/prisca/v1/core/material_type/material_type_pb.js +2392 -0
  36. package/prisca/v1/core/messaging/email_template_grpc_pb.js +177 -0
  37. package/prisca/v1/core/messaging/email_template_pb.js +2552 -0
  38. package/prisca/v1/core/messaging/messaging_grpc_pb.js +45 -0
  39. package/prisca/v1/core/messaging/messaging_pb.js +896 -0
  40. package/prisca/v1/core/number_range/number_range_grpc_pb.js +177 -0
  41. package/prisca/v1/core/number_range/number_range_pb.js +2732 -0
  42. package/prisca/v1/core/organization/organization_grpc_pb.js +180 -0
  43. package/prisca/v1/core/organization/organization_pb.js +3032 -0
  44. package/prisca/v1/core/organization_level/organization_level_grpc_pb.js +178 -0
  45. package/prisca/v1/core/organization_level/organization_level_pb.js +2545 -0
  46. package/prisca/v1/core/procurement/procurement_grpc_pb.js +146 -0
  47. package/prisca/v1/core/procurement/procurement_pb.js +1681 -0
  48. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_grpc_pb.js +266 -0
  49. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_pb.js +4429 -0
  50. package/prisca/v1/core/recipient_roles/recipient_roles_grpc_pb.js +1 -0
  51. package/prisca/v1/core/recipient_roles/recipient_roles_pb.js +206 -0
  52. package/prisca/v1/core/tax_code/tax_code_grpc_pb.js +177 -0
  53. package/prisca/v1/core/tax_code/tax_code_pb.js +2582 -0
  54. package/prisca/v1/core/transaction_builder/transaction_builder_grpc_pb.js +421 -0
  55. package/prisca/v1/core/transaction_builder/transaction_builder_pb.js +8965 -0
  56. package/prisca/v1/core/unit_of_measurement/unit_of_measurement_grpc_pb.js +180 -0
  57. package/prisca/v1/core/unit_of_measurement/unit_of_measurement_pb.js +2798 -0
  58. package/prisca/v1/core/users/users_grpc_pb.js +1 -0
  59. package/prisca/v1/core/users/users_pb.js +626 -0
  60. package/prisca/v1/core/users_role/users_role_grpc_pb.js +177 -0
  61. package/prisca/v1/core/users_role/users_role_pb.js +2372 -0
  62. package/prisca/v1/core/work_location/work_location_grpc_pb.js +179 -0
  63. package/prisca/v1/core/work_location/work_location_pb.js +3972 -0
  64. package/prisca/v1/core/workflow/workflow_grpc_pb.js +180 -0
  65. package/prisca/v1/core/workflow/workflow_pb.js +6589 -0
  66. package/prisca/v1/document_type/document_type_grpc_pb.js +178 -0
  67. package/prisca/v1/document_type/document_type_pb.js +2746 -0
  68. package/prisca/v1/general_ledger_account/general_ledger_account_grpc_pb.js +181 -0
  69. package/prisca/v1/general_ledger_account/general_ledger_account_pb.js +3276 -0
  70. package/prisca/v1/global/meta/meta_grpc_pb.js +1 -0
  71. package/prisca/v1/global/meta/meta_pb.js +1179 -0
  72. package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_grpc_pb.js +267 -0
  73. package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_pb.js +7825 -0
  74. package/prisca/v1/purchasing_group/purchasing_group_grpc_pb.js +178 -0
  75. package/prisca/v1/purchasing_group/purchasing_group_pb.js +2875 -0
  76. package/prisca/v1/purchasing_organization/purchasing_organization_grpc_pb.js +145 -0
  77. package/prisca/v1/purchasing_organization/purchasing_organization_pb.js +2139 -0
  78. package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment_grpc_pb.js +146 -0
  79. package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment_pb.js +2183 -0
  80. package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant_grpc_pb.js +146 -0
  81. package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant_pb.js +2536 -0
  82. package/prisca/v1/account_assignment/account_assignment.pb.go +0 -893
  83. package/prisca/v1/account_assignment/account_assignment_grpc.pb.go +0 -274
  84. package/prisca/v1/account_group/account_group.pb.go +0 -955
  85. package/prisca/v1/account_group/account_group_grpc.pb.go +0 -273
  86. package/prisca/v1/chart_of_account/chart_of_account.pb.go +0 -882
  87. package/prisca/v1/chart_of_account/chart_of_account_grpc.pb.go +0 -273
  88. package/prisca/v1/core/auth/auth.proto +0 -129
  89. package/prisca/v1/core/company/company.proto +0 -86
  90. package/prisca/v1/core/currency/currency.proto +0 -76
  91. package/prisca/v1/core/department_material/department_material.proto +0 -69
  92. package/prisca/v1/core/employee/employee.proto +0 -120
  93. package/prisca/v1/core/job_grade/job_grade.proto +0 -79
  94. package/prisca/v1/core/job_position/job_position.proto +0 -113
  95. package/prisca/v1/core/job_title/job_title.proto +0 -89
  96. package/prisca/v1/core/line_of_approval/line_of_approval.proto +0 -79
  97. package/prisca/v1/core/link_data_source/link_data_source.proto +0 -78
  98. package/prisca/v1/core/location/location.proto +0 -289
  99. package/prisca/v1/core/material/material.proto +0 -129
  100. package/prisca/v1/core/material_group/material_group.proto +0 -79
  101. package/prisca/v1/core/material_type/material_type.proto +0 -77
  102. package/prisca/v1/core/messaging/email_template.proto +0 -75
  103. package/prisca/v1/core/messaging/messaging.proto +0 -28
  104. package/prisca/v1/core/number_range/number_range.proto +0 -83
  105. package/prisca/v1/core/organization/organization.proto +0 -94
  106. package/prisca/v1/core/organization_level/organization_level.proto +0 -77
  107. package/prisca/v1/core/procurement/procurement.proto +0 -54
  108. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx.proto +0 -131
  109. package/prisca/v1/core/recipient_roles/recipient_roles.proto +0 -10
  110. package/prisca/v1/core/tax_code/tax_code.proto +0 -79
  111. package/prisca/v1/core/transaction_builder/transaction_builder.proto +0 -262
  112. package/prisca/v1/core/unit_of_measurement/unit_of_measurement.proto +0 -88
  113. package/prisca/v1/core/users/users.proto +0 -22
  114. package/prisca/v1/core/users_role/users_role.proto +0 -72
  115. package/prisca/v1/core/work_location/work_location.proto +0 -122
  116. package/prisca/v1/core/workflow/workflow.proto +0 -197
  117. package/prisca/v1/document_type/document_type.pb.go +0 -952
  118. package/prisca/v1/document_type/document_type_grpc.pb.go +0 -273
  119. package/prisca/v1/general_ledger_account/general_ledger_account.pb.go +0 -1146
  120. package/prisca/v1/general_ledger_account/general_ledger_account_grpc.pb.go +0 -274
  121. package/prisca/v1/global/meta/meta.proto +0 -57
  122. package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx.pb.go +0 -2674
  123. package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_grpc.pb.go +0 -388
  124. package/prisca/v1/purchasing_group/purchasing_group.pb.go +0 -1004
  125. package/prisca/v1/purchasing_group/purchasing_group_grpc.pb.go +0 -274
  126. package/prisca/v1/purchasing_organization/purchasing_organization.pb.go +0 -775
  127. package/prisca/v1/purchasing_organization/purchasing_organization_grpc.pb.go +0 -236
  128. package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment.pb.go +0 -805
  129. package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment_grpc.pb.go +0 -236
  130. package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant.pb.go +0 -906
  131. package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant_grpc.pb.go +0 -236
@@ -1,882 +0,0 @@
1
- // Code generated by protoc-gen-go. DO NOT EDIT.
2
- // versions:
3
- // protoc-gen-go v1.36.4
4
- // protoc (unknown)
5
- // source: prisca/v1/chart_of_account/chart_of_account.proto
6
-
7
- package chart_of_account
8
-
9
- import (
10
- meta "gitlab.com/integra_sm/prisca-v2-core-service/protocgen/prisca/v1/global/meta"
11
- protoreflect "google.golang.org/protobuf/reflect/protoreflect"
12
- protoimpl "google.golang.org/protobuf/runtime/protoimpl"
13
- reflect "reflect"
14
- sync "sync"
15
- unsafe "unsafe"
16
- )
17
-
18
- const (
19
- // Verify that this generated code is sufficiently up-to-date.
20
- _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
21
- // Verify that runtime/protoimpl is sufficiently up-to-date.
22
- _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
23
- )
24
-
25
- type ChartOfAccount struct {
26
- state protoimpl.MessageState `protogen:"open.v1"`
27
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
28
- Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
29
- CodeDescription string `protobuf:"bytes,3,opt,name=code_description,json=codeDescription,proto3" json:"code_description,omitempty"`
30
- ReferencesId string `protobuf:"bytes,4,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
31
- CreatedAt string `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // Use ISO 8601 format for date strings
32
- UpdatedAt string `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // Optional, nullable
33
- unknownFields protoimpl.UnknownFields
34
- sizeCache protoimpl.SizeCache
35
- }
36
-
37
- func (x *ChartOfAccount) Reset() {
38
- *x = ChartOfAccount{}
39
- mi := &file_prisca_v1_chart_of_account_chart_of_account_proto_msgTypes[0]
40
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
41
- ms.StoreMessageInfo(mi)
42
- }
43
-
44
- func (x *ChartOfAccount) String() string {
45
- return protoimpl.X.MessageStringOf(x)
46
- }
47
-
48
- func (*ChartOfAccount) ProtoMessage() {}
49
-
50
- func (x *ChartOfAccount) ProtoReflect() protoreflect.Message {
51
- mi := &file_prisca_v1_chart_of_account_chart_of_account_proto_msgTypes[0]
52
- if x != nil {
53
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
54
- if ms.LoadMessageInfo() == nil {
55
- ms.StoreMessageInfo(mi)
56
- }
57
- return ms
58
- }
59
- return mi.MessageOf(x)
60
- }
61
-
62
- // Deprecated: Use ChartOfAccount.ProtoReflect.Descriptor instead.
63
- func (*ChartOfAccount) Descriptor() ([]byte, []int) {
64
- return file_prisca_v1_chart_of_account_chart_of_account_proto_rawDescGZIP(), []int{0}
65
- }
66
-
67
- func (x *ChartOfAccount) GetId() int64 {
68
- if x != nil {
69
- return x.Id
70
- }
71
- return 0
72
- }
73
-
74
- func (x *ChartOfAccount) GetCode() string {
75
- if x != nil {
76
- return x.Code
77
- }
78
- return ""
79
- }
80
-
81
- func (x *ChartOfAccount) GetCodeDescription() string {
82
- if x != nil {
83
- return x.CodeDescription
84
- }
85
- return ""
86
- }
87
-
88
- func (x *ChartOfAccount) GetReferencesId() string {
89
- if x != nil {
90
- return x.ReferencesId
91
- }
92
- return ""
93
- }
94
-
95
- func (x *ChartOfAccount) GetCreatedAt() string {
96
- if x != nil {
97
- return x.CreatedAt
98
- }
99
- return ""
100
- }
101
-
102
- func (x *ChartOfAccount) GetUpdatedAt() string {
103
- if x != nil {
104
- return x.UpdatedAt
105
- }
106
- return ""
107
- }
108
-
109
- type BaseChartOfAccount struct {
110
- state protoimpl.MessageState `protogen:"open.v1"`
111
- Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
112
- CodeDescription string `protobuf:"bytes,2,opt,name=code_description,json=codeDescription,proto3" json:"code_description,omitempty"`
113
- unknownFields protoimpl.UnknownFields
114
- sizeCache protoimpl.SizeCache
115
- }
116
-
117
- func (x *BaseChartOfAccount) Reset() {
118
- *x = BaseChartOfAccount{}
119
- mi := &file_prisca_v1_chart_of_account_chart_of_account_proto_msgTypes[1]
120
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
121
- ms.StoreMessageInfo(mi)
122
- }
123
-
124
- func (x *BaseChartOfAccount) String() string {
125
- return protoimpl.X.MessageStringOf(x)
126
- }
127
-
128
- func (*BaseChartOfAccount) ProtoMessage() {}
129
-
130
- func (x *BaseChartOfAccount) ProtoReflect() protoreflect.Message {
131
- mi := &file_prisca_v1_chart_of_account_chart_of_account_proto_msgTypes[1]
132
- if x != nil {
133
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
134
- if ms.LoadMessageInfo() == nil {
135
- ms.StoreMessageInfo(mi)
136
- }
137
- return ms
138
- }
139
- return mi.MessageOf(x)
140
- }
141
-
142
- // Deprecated: Use BaseChartOfAccount.ProtoReflect.Descriptor instead.
143
- func (*BaseChartOfAccount) Descriptor() ([]byte, []int) {
144
- return file_prisca_v1_chart_of_account_chart_of_account_proto_rawDescGZIP(), []int{1}
145
- }
146
-
147
- func (x *BaseChartOfAccount) GetCode() string {
148
- if x != nil {
149
- return x.Code
150
- }
151
- return ""
152
- }
153
-
154
- func (x *BaseChartOfAccount) GetCodeDescription() string {
155
- if x != nil {
156
- return x.CodeDescription
157
- }
158
- return ""
159
- }
160
-
161
- type CreateChartOfAccountRequest struct {
162
- state protoimpl.MessageState `protogen:"open.v1"`
163
- BaseChartOfAccount *BaseChartOfAccount `protobuf:"bytes,1,opt,name=base_chart_of_account,json=baseChartOfAccount,proto3" json:"base_chart_of_account,omitempty"`
164
- unknownFields protoimpl.UnknownFields
165
- sizeCache protoimpl.SizeCache
166
- }
167
-
168
- func (x *CreateChartOfAccountRequest) Reset() {
169
- *x = CreateChartOfAccountRequest{}
170
- mi := &file_prisca_v1_chart_of_account_chart_of_account_proto_msgTypes[2]
171
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
172
- ms.StoreMessageInfo(mi)
173
- }
174
-
175
- func (x *CreateChartOfAccountRequest) String() string {
176
- return protoimpl.X.MessageStringOf(x)
177
- }
178
-
179
- func (*CreateChartOfAccountRequest) ProtoMessage() {}
180
-
181
- func (x *CreateChartOfAccountRequest) ProtoReflect() protoreflect.Message {
182
- mi := &file_prisca_v1_chart_of_account_chart_of_account_proto_msgTypes[2]
183
- if x != nil {
184
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
185
- if ms.LoadMessageInfo() == nil {
186
- ms.StoreMessageInfo(mi)
187
- }
188
- return ms
189
- }
190
- return mi.MessageOf(x)
191
- }
192
-
193
- // Deprecated: Use CreateChartOfAccountRequest.ProtoReflect.Descriptor instead.
194
- func (*CreateChartOfAccountRequest) Descriptor() ([]byte, []int) {
195
- return file_prisca_v1_chart_of_account_chart_of_account_proto_rawDescGZIP(), []int{2}
196
- }
197
-
198
- func (x *CreateChartOfAccountRequest) GetBaseChartOfAccount() *BaseChartOfAccount {
199
- if x != nil {
200
- return x.BaseChartOfAccount
201
- }
202
- return nil
203
- }
204
-
205
- type CreateChartOfAccountResponse struct {
206
- state protoimpl.MessageState `protogen:"open.v1"`
207
- ChartOfAccount *ChartOfAccount `protobuf:"bytes,1,opt,name=chart_of_account,json=chartOfAccount,proto3" json:"chart_of_account,omitempty"`
208
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
209
- unknownFields protoimpl.UnknownFields
210
- sizeCache protoimpl.SizeCache
211
- }
212
-
213
- func (x *CreateChartOfAccountResponse) Reset() {
214
- *x = CreateChartOfAccountResponse{}
215
- mi := &file_prisca_v1_chart_of_account_chart_of_account_proto_msgTypes[3]
216
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
217
- ms.StoreMessageInfo(mi)
218
- }
219
-
220
- func (x *CreateChartOfAccountResponse) String() string {
221
- return protoimpl.X.MessageStringOf(x)
222
- }
223
-
224
- func (*CreateChartOfAccountResponse) ProtoMessage() {}
225
-
226
- func (x *CreateChartOfAccountResponse) ProtoReflect() protoreflect.Message {
227
- mi := &file_prisca_v1_chart_of_account_chart_of_account_proto_msgTypes[3]
228
- if x != nil {
229
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
230
- if ms.LoadMessageInfo() == nil {
231
- ms.StoreMessageInfo(mi)
232
- }
233
- return ms
234
- }
235
- return mi.MessageOf(x)
236
- }
237
-
238
- // Deprecated: Use CreateChartOfAccountResponse.ProtoReflect.Descriptor instead.
239
- func (*CreateChartOfAccountResponse) Descriptor() ([]byte, []int) {
240
- return file_prisca_v1_chart_of_account_chart_of_account_proto_rawDescGZIP(), []int{3}
241
- }
242
-
243
- func (x *CreateChartOfAccountResponse) GetChartOfAccount() *ChartOfAccount {
244
- if x != nil {
245
- return x.ChartOfAccount
246
- }
247
- return nil
248
- }
249
-
250
- func (x *CreateChartOfAccountResponse) GetMeta() *meta.Meta {
251
- if x != nil {
252
- return x.Meta
253
- }
254
- return nil
255
- }
256
-
257
- type UpdateChartOfAccountRequest struct {
258
- state protoimpl.MessageState `protogen:"open.v1"`
259
- ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
260
- BaseChartOfAccount *BaseChartOfAccount `protobuf:"bytes,2,opt,name=base_chart_of_account,json=baseChartOfAccount,proto3" json:"base_chart_of_account,omitempty"`
261
- unknownFields protoimpl.UnknownFields
262
- sizeCache protoimpl.SizeCache
263
- }
264
-
265
- func (x *UpdateChartOfAccountRequest) Reset() {
266
- *x = UpdateChartOfAccountRequest{}
267
- mi := &file_prisca_v1_chart_of_account_chart_of_account_proto_msgTypes[4]
268
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
269
- ms.StoreMessageInfo(mi)
270
- }
271
-
272
- func (x *UpdateChartOfAccountRequest) String() string {
273
- return protoimpl.X.MessageStringOf(x)
274
- }
275
-
276
- func (*UpdateChartOfAccountRequest) ProtoMessage() {}
277
-
278
- func (x *UpdateChartOfAccountRequest) ProtoReflect() protoreflect.Message {
279
- mi := &file_prisca_v1_chart_of_account_chart_of_account_proto_msgTypes[4]
280
- if x != nil {
281
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
282
- if ms.LoadMessageInfo() == nil {
283
- ms.StoreMessageInfo(mi)
284
- }
285
- return ms
286
- }
287
- return mi.MessageOf(x)
288
- }
289
-
290
- // Deprecated: Use UpdateChartOfAccountRequest.ProtoReflect.Descriptor instead.
291
- func (*UpdateChartOfAccountRequest) Descriptor() ([]byte, []int) {
292
- return file_prisca_v1_chart_of_account_chart_of_account_proto_rawDescGZIP(), []int{4}
293
- }
294
-
295
- func (x *UpdateChartOfAccountRequest) GetReferencesId() string {
296
- if x != nil {
297
- return x.ReferencesId
298
- }
299
- return ""
300
- }
301
-
302
- func (x *UpdateChartOfAccountRequest) GetBaseChartOfAccount() *BaseChartOfAccount {
303
- if x != nil {
304
- return x.BaseChartOfAccount
305
- }
306
- return nil
307
- }
308
-
309
- type UpdateChartOfAccountResponse struct {
310
- state protoimpl.MessageState `protogen:"open.v1"`
311
- ChartOfAccount *ChartOfAccount `protobuf:"bytes,1,opt,name=chart_of_account,json=chartOfAccount,proto3" json:"chart_of_account,omitempty"`
312
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
313
- unknownFields protoimpl.UnknownFields
314
- sizeCache protoimpl.SizeCache
315
- }
316
-
317
- func (x *UpdateChartOfAccountResponse) Reset() {
318
- *x = UpdateChartOfAccountResponse{}
319
- mi := &file_prisca_v1_chart_of_account_chart_of_account_proto_msgTypes[5]
320
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
321
- ms.StoreMessageInfo(mi)
322
- }
323
-
324
- func (x *UpdateChartOfAccountResponse) String() string {
325
- return protoimpl.X.MessageStringOf(x)
326
- }
327
-
328
- func (*UpdateChartOfAccountResponse) ProtoMessage() {}
329
-
330
- func (x *UpdateChartOfAccountResponse) ProtoReflect() protoreflect.Message {
331
- mi := &file_prisca_v1_chart_of_account_chart_of_account_proto_msgTypes[5]
332
- if x != nil {
333
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
334
- if ms.LoadMessageInfo() == nil {
335
- ms.StoreMessageInfo(mi)
336
- }
337
- return ms
338
- }
339
- return mi.MessageOf(x)
340
- }
341
-
342
- // Deprecated: Use UpdateChartOfAccountResponse.ProtoReflect.Descriptor instead.
343
- func (*UpdateChartOfAccountResponse) Descriptor() ([]byte, []int) {
344
- return file_prisca_v1_chart_of_account_chart_of_account_proto_rawDescGZIP(), []int{5}
345
- }
346
-
347
- func (x *UpdateChartOfAccountResponse) GetChartOfAccount() *ChartOfAccount {
348
- if x != nil {
349
- return x.ChartOfAccount
350
- }
351
- return nil
352
- }
353
-
354
- func (x *UpdateChartOfAccountResponse) GetMeta() *meta.Meta {
355
- if x != nil {
356
- return x.Meta
357
- }
358
- return nil
359
- }
360
-
361
- type GetChartOfAccountByIdRequest struct {
362
- state protoimpl.MessageState `protogen:"open.v1"`
363
- ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
364
- unknownFields protoimpl.UnknownFields
365
- sizeCache protoimpl.SizeCache
366
- }
367
-
368
- func (x *GetChartOfAccountByIdRequest) Reset() {
369
- *x = GetChartOfAccountByIdRequest{}
370
- mi := &file_prisca_v1_chart_of_account_chart_of_account_proto_msgTypes[6]
371
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
372
- ms.StoreMessageInfo(mi)
373
- }
374
-
375
- func (x *GetChartOfAccountByIdRequest) String() string {
376
- return protoimpl.X.MessageStringOf(x)
377
- }
378
-
379
- func (*GetChartOfAccountByIdRequest) ProtoMessage() {}
380
-
381
- func (x *GetChartOfAccountByIdRequest) ProtoReflect() protoreflect.Message {
382
- mi := &file_prisca_v1_chart_of_account_chart_of_account_proto_msgTypes[6]
383
- if x != nil {
384
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
385
- if ms.LoadMessageInfo() == nil {
386
- ms.StoreMessageInfo(mi)
387
- }
388
- return ms
389
- }
390
- return mi.MessageOf(x)
391
- }
392
-
393
- // Deprecated: Use GetChartOfAccountByIdRequest.ProtoReflect.Descriptor instead.
394
- func (*GetChartOfAccountByIdRequest) Descriptor() ([]byte, []int) {
395
- return file_prisca_v1_chart_of_account_chart_of_account_proto_rawDescGZIP(), []int{6}
396
- }
397
-
398
- func (x *GetChartOfAccountByIdRequest) GetReferencesId() string {
399
- if x != nil {
400
- return x.ReferencesId
401
- }
402
- return ""
403
- }
404
-
405
- type GetChartOfAccountByIdResponse struct {
406
- state protoimpl.MessageState `protogen:"open.v1"`
407
- ChartOfAccount *ChartOfAccount `protobuf:"bytes,1,opt,name=chart_of_account,json=chartOfAccount,proto3" json:"chart_of_account,omitempty"`
408
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
409
- unknownFields protoimpl.UnknownFields
410
- sizeCache protoimpl.SizeCache
411
- }
412
-
413
- func (x *GetChartOfAccountByIdResponse) Reset() {
414
- *x = GetChartOfAccountByIdResponse{}
415
- mi := &file_prisca_v1_chart_of_account_chart_of_account_proto_msgTypes[7]
416
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
417
- ms.StoreMessageInfo(mi)
418
- }
419
-
420
- func (x *GetChartOfAccountByIdResponse) String() string {
421
- return protoimpl.X.MessageStringOf(x)
422
- }
423
-
424
- func (*GetChartOfAccountByIdResponse) ProtoMessage() {}
425
-
426
- func (x *GetChartOfAccountByIdResponse) ProtoReflect() protoreflect.Message {
427
- mi := &file_prisca_v1_chart_of_account_chart_of_account_proto_msgTypes[7]
428
- if x != nil {
429
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
430
- if ms.LoadMessageInfo() == nil {
431
- ms.StoreMessageInfo(mi)
432
- }
433
- return ms
434
- }
435
- return mi.MessageOf(x)
436
- }
437
-
438
- // Deprecated: Use GetChartOfAccountByIdResponse.ProtoReflect.Descriptor instead.
439
- func (*GetChartOfAccountByIdResponse) Descriptor() ([]byte, []int) {
440
- return file_prisca_v1_chart_of_account_chart_of_account_proto_rawDescGZIP(), []int{7}
441
- }
442
-
443
- func (x *GetChartOfAccountByIdResponse) GetChartOfAccount() *ChartOfAccount {
444
- if x != nil {
445
- return x.ChartOfAccount
446
- }
447
- return nil
448
- }
449
-
450
- func (x *GetChartOfAccountByIdResponse) GetMeta() *meta.Meta {
451
- if x != nil {
452
- return x.Meta
453
- }
454
- return nil
455
- }
456
-
457
- type GetListChartOfAccountRequest struct {
458
- state protoimpl.MessageState `protogen:"open.v1"`
459
- Pagination *meta.PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
460
- Query *meta.FilterRequest `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
461
- unknownFields protoimpl.UnknownFields
462
- sizeCache protoimpl.SizeCache
463
- }
464
-
465
- func (x *GetListChartOfAccountRequest) Reset() {
466
- *x = GetListChartOfAccountRequest{}
467
- mi := &file_prisca_v1_chart_of_account_chart_of_account_proto_msgTypes[8]
468
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
469
- ms.StoreMessageInfo(mi)
470
- }
471
-
472
- func (x *GetListChartOfAccountRequest) String() string {
473
- return protoimpl.X.MessageStringOf(x)
474
- }
475
-
476
- func (*GetListChartOfAccountRequest) ProtoMessage() {}
477
-
478
- func (x *GetListChartOfAccountRequest) ProtoReflect() protoreflect.Message {
479
- mi := &file_prisca_v1_chart_of_account_chart_of_account_proto_msgTypes[8]
480
- if x != nil {
481
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
482
- if ms.LoadMessageInfo() == nil {
483
- ms.StoreMessageInfo(mi)
484
- }
485
- return ms
486
- }
487
- return mi.MessageOf(x)
488
- }
489
-
490
- // Deprecated: Use GetListChartOfAccountRequest.ProtoReflect.Descriptor instead.
491
- func (*GetListChartOfAccountRequest) Descriptor() ([]byte, []int) {
492
- return file_prisca_v1_chart_of_account_chart_of_account_proto_rawDescGZIP(), []int{8}
493
- }
494
-
495
- func (x *GetListChartOfAccountRequest) GetPagination() *meta.PaginationRequest {
496
- if x != nil {
497
- return x.Pagination
498
- }
499
- return nil
500
- }
501
-
502
- func (x *GetListChartOfAccountRequest) GetQuery() *meta.FilterRequest {
503
- if x != nil {
504
- return x.Query
505
- }
506
- return nil
507
- }
508
-
509
- type GetListChartOfAccountResponse struct {
510
- state protoimpl.MessageState `protogen:"open.v1"`
511
- ChartOfAccounts []*ChartOfAccount `protobuf:"bytes,1,rep,name=chart_of_accounts,json=chartOfAccounts,proto3" json:"chart_of_accounts,omitempty"`
512
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
513
- unknownFields protoimpl.UnknownFields
514
- sizeCache protoimpl.SizeCache
515
- }
516
-
517
- func (x *GetListChartOfAccountResponse) Reset() {
518
- *x = GetListChartOfAccountResponse{}
519
- mi := &file_prisca_v1_chart_of_account_chart_of_account_proto_msgTypes[9]
520
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
521
- ms.StoreMessageInfo(mi)
522
- }
523
-
524
- func (x *GetListChartOfAccountResponse) String() string {
525
- return protoimpl.X.MessageStringOf(x)
526
- }
527
-
528
- func (*GetListChartOfAccountResponse) ProtoMessage() {}
529
-
530
- func (x *GetListChartOfAccountResponse) ProtoReflect() protoreflect.Message {
531
- mi := &file_prisca_v1_chart_of_account_chart_of_account_proto_msgTypes[9]
532
- if x != nil {
533
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
534
- if ms.LoadMessageInfo() == nil {
535
- ms.StoreMessageInfo(mi)
536
- }
537
- return ms
538
- }
539
- return mi.MessageOf(x)
540
- }
541
-
542
- // Deprecated: Use GetListChartOfAccountResponse.ProtoReflect.Descriptor instead.
543
- func (*GetListChartOfAccountResponse) Descriptor() ([]byte, []int) {
544
- return file_prisca_v1_chart_of_account_chart_of_account_proto_rawDescGZIP(), []int{9}
545
- }
546
-
547
- func (x *GetListChartOfAccountResponse) GetChartOfAccounts() []*ChartOfAccount {
548
- if x != nil {
549
- return x.ChartOfAccounts
550
- }
551
- return nil
552
- }
553
-
554
- func (x *GetListChartOfAccountResponse) GetMeta() *meta.Meta {
555
- if x != nil {
556
- return x.Meta
557
- }
558
- return nil
559
- }
560
-
561
- type DeleteChartOfAccountRequest struct {
562
- state protoimpl.MessageState `protogen:"open.v1"`
563
- ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
564
- unknownFields protoimpl.UnknownFields
565
- sizeCache protoimpl.SizeCache
566
- }
567
-
568
- func (x *DeleteChartOfAccountRequest) Reset() {
569
- *x = DeleteChartOfAccountRequest{}
570
- mi := &file_prisca_v1_chart_of_account_chart_of_account_proto_msgTypes[10]
571
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
572
- ms.StoreMessageInfo(mi)
573
- }
574
-
575
- func (x *DeleteChartOfAccountRequest) String() string {
576
- return protoimpl.X.MessageStringOf(x)
577
- }
578
-
579
- func (*DeleteChartOfAccountRequest) ProtoMessage() {}
580
-
581
- func (x *DeleteChartOfAccountRequest) ProtoReflect() protoreflect.Message {
582
- mi := &file_prisca_v1_chart_of_account_chart_of_account_proto_msgTypes[10]
583
- if x != nil {
584
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
585
- if ms.LoadMessageInfo() == nil {
586
- ms.StoreMessageInfo(mi)
587
- }
588
- return ms
589
- }
590
- return mi.MessageOf(x)
591
- }
592
-
593
- // Deprecated: Use DeleteChartOfAccountRequest.ProtoReflect.Descriptor instead.
594
- func (*DeleteChartOfAccountRequest) Descriptor() ([]byte, []int) {
595
- return file_prisca_v1_chart_of_account_chart_of_account_proto_rawDescGZIP(), []int{10}
596
- }
597
-
598
- func (x *DeleteChartOfAccountRequest) GetReferencesId() string {
599
- if x != nil {
600
- return x.ReferencesId
601
- }
602
- return ""
603
- }
604
-
605
- type DeleteChartOfAccountResponse struct {
606
- state protoimpl.MessageState `protogen:"open.v1"`
607
- ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
608
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
609
- unknownFields protoimpl.UnknownFields
610
- sizeCache protoimpl.SizeCache
611
- }
612
-
613
- func (x *DeleteChartOfAccountResponse) Reset() {
614
- *x = DeleteChartOfAccountResponse{}
615
- mi := &file_prisca_v1_chart_of_account_chart_of_account_proto_msgTypes[11]
616
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
617
- ms.StoreMessageInfo(mi)
618
- }
619
-
620
- func (x *DeleteChartOfAccountResponse) String() string {
621
- return protoimpl.X.MessageStringOf(x)
622
- }
623
-
624
- func (*DeleteChartOfAccountResponse) ProtoMessage() {}
625
-
626
- func (x *DeleteChartOfAccountResponse) ProtoReflect() protoreflect.Message {
627
- mi := &file_prisca_v1_chart_of_account_chart_of_account_proto_msgTypes[11]
628
- if x != nil {
629
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
630
- if ms.LoadMessageInfo() == nil {
631
- ms.StoreMessageInfo(mi)
632
- }
633
- return ms
634
- }
635
- return mi.MessageOf(x)
636
- }
637
-
638
- // Deprecated: Use DeleteChartOfAccountResponse.ProtoReflect.Descriptor instead.
639
- func (*DeleteChartOfAccountResponse) Descriptor() ([]byte, []int) {
640
- return file_prisca_v1_chart_of_account_chart_of_account_proto_rawDescGZIP(), []int{11}
641
- }
642
-
643
- func (x *DeleteChartOfAccountResponse) GetReferencesId() string {
644
- if x != nil {
645
- return x.ReferencesId
646
- }
647
- return ""
648
- }
649
-
650
- func (x *DeleteChartOfAccountResponse) GetMeta() *meta.Meta {
651
- if x != nil {
652
- return x.Meta
653
- }
654
- return nil
655
- }
656
-
657
- var File_prisca_v1_chart_of_account_chart_of_account_proto protoreflect.FileDescriptor
658
-
659
- var file_prisca_v1_chart_of_account_chart_of_account_proto_rawDesc = string([]byte{
660
- 0x0a, 0x31, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x68, 0x61, 0x72,
661
- 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2f, 0x63, 0x68, 0x61,
662
- 0x72, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x70, 0x72,
663
- 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x67,
664
- 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2e,
665
- 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xc2, 0x01, 0x0a, 0x0e, 0x43, 0x68, 0x61, 0x72, 0x74, 0x4f,
666
- 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01,
667
- 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65,
668
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x29, 0x0a, 0x10,
669
- 0x63, 0x6f, 0x64, 0x65, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e,
670
- 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x63, 0x6f, 0x64, 0x65, 0x44, 0x65, 0x73, 0x63,
671
- 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72,
672
- 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c,
673
- 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a,
674
- 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
675
- 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x75,
676
- 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52,
677
- 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x22, 0x53, 0x0a, 0x12, 0x42, 0x61,
678
- 0x73, 0x65, 0x43, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
679
- 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
680
- 0x63, 0x6f, 0x64, 0x65, 0x12, 0x29, 0x0a, 0x10, 0x63, 0x6f, 0x64, 0x65, 0x5f, 0x64, 0x65, 0x73,
681
- 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f,
682
- 0x63, 0x6f, 0x64, 0x65, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x22,
683
- 0x65, 0x0a, 0x1b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66,
684
- 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x46,
685
- 0x0a, 0x15, 0x62, 0x61, 0x73, 0x65, 0x5f, 0x63, 0x68, 0x61, 0x72, 0x74, 0x5f, 0x6f, 0x66, 0x5f,
686
- 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e,
687
- 0x42, 0x61, 0x73, 0x65, 0x43, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75,
688
- 0x6e, 0x74, 0x52, 0x12, 0x62, 0x61, 0x73, 0x65, 0x43, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41,
689
- 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x8a, 0x01, 0x0a, 0x1c, 0x43, 0x72, 0x65, 0x61, 0x74,
690
- 0x65, 0x43, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52,
691
- 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x39, 0x0a, 0x10, 0x63, 0x68, 0x61, 0x72, 0x74,
692
- 0x5f, 0x6f, 0x66, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28,
693
- 0x0b, 0x32, 0x0f, 0x2e, 0x43, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75,
694
- 0x6e, 0x74, 0x52, 0x0e, 0x63, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75,
695
- 0x6e, 0x74, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
696
- 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f,
697
- 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d,
698
- 0x65, 0x74, 0x61, 0x22, 0x8a, 0x01, 0x0a, 0x1b, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x68,
699
- 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75,
700
- 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65,
701
- 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65,
702
- 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x46, 0x0a, 0x15, 0x62, 0x61, 0x73, 0x65,
703
- 0x5f, 0x63, 0x68, 0x61, 0x72, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
704
- 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x43, 0x68,
705
- 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x12, 0x62, 0x61,
706
- 0x73, 0x65, 0x43, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
707
- 0x22, 0x8a, 0x01, 0x0a, 0x1c, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x72, 0x74,
708
- 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
709
- 0x65, 0x12, 0x39, 0x0a, 0x10, 0x63, 0x68, 0x61, 0x72, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x61, 0x63,
710
- 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x43, 0x68,
711
- 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x0e, 0x63, 0x68,
712
- 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x2f, 0x0a, 0x04,
713
- 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69,
714
- 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65,
715
- 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0x43, 0x0a,
716
- 0x1c, 0x47, 0x65, 0x74, 0x43, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75,
717
- 0x6e, 0x74, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a,
718
- 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01,
719
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73,
720
- 0x49, 0x64, 0x22, 0x8b, 0x01, 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x43, 0x68, 0x61, 0x72, 0x74, 0x4f,
721
- 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70,
722
- 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x39, 0x0a, 0x10, 0x63, 0x68, 0x61, 0x72, 0x74, 0x5f, 0x6f, 0x66,
723
- 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f,
724
- 0x2e, 0x43, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52,
725
- 0x0e, 0x63, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12,
726
- 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e,
727
- 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c,
728
- 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61,
729
- 0x22, 0xa4, 0x01, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x68, 0x61, 0x72,
730
- 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
731
- 0x74, 0x12, 0x48, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18,
732
- 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76,
733
- 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x61,
734
- 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52,
735
- 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x0a, 0x05, 0x71,
736
- 0x75, 0x65, 0x72, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x70, 0x72, 0x69,
737
- 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65,
738
- 0x74, 0x61, 0x2e, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
739
- 0x52, 0x05, 0x71, 0x75, 0x65, 0x72, 0x79, 0x22, 0x8d, 0x01, 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x4c,
740
- 0x69, 0x73, 0x74, 0x43, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e,
741
- 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3b, 0x0a, 0x11, 0x63, 0x68, 0x61,
742
- 0x72, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x18, 0x01,
743
- 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x43, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63,
744
- 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x0f, 0x63, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63,
745
- 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02,
746
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31,
747
- 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74,
748
- 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0x42, 0x0a, 0x1b, 0x44, 0x65, 0x6c, 0x65, 0x74,
749
- 0x65, 0x43, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52,
750
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65,
751
- 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72,
752
- 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x22, 0x74, 0x0a, 0x1c, 0x44,
753
- 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f,
754
- 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x72,
755
- 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
756
- 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64,
757
- 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b,
758
- 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61,
759
- 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74,
760
- 0x61, 0x32, 0xc6, 0x03, 0x0a, 0x15, 0x43, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63,
761
- 0x6f, 0x75, 0x6e, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x53, 0x0a, 0x14, 0x43,
762
- 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f,
763
- 0x75, 0x6e, 0x74, 0x12, 0x1c, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x72,
764
- 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
765
- 0x74, 0x1a, 0x1d, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x72, 0x74, 0x4f,
766
- 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
767
- 0x12, 0x53, 0x0a, 0x14, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x72, 0x74, 0x4f,
768
- 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1c, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74,
769
- 0x65, 0x43, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52,
770
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43,
771
- 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73,
772
- 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x56, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x43, 0x68, 0x61, 0x72,
773
- 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x79, 0x49, 0x64, 0x12, 0x1d,
774
- 0x2e, 0x47, 0x65, 0x74, 0x43, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75,
775
- 0x6e, 0x74, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e,
776
- 0x47, 0x65, 0x74, 0x43, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e,
777
- 0x74, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x56, 0x0a,
778
- 0x15, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41,
779
- 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1d, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74,
780
- 0x43, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65,
781
- 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x43,
782
- 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73,
783
- 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x53, 0x0a, 0x14, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43,
784
- 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1c, 0x2e,
785
- 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63,
786
- 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x44, 0x65,
787
- 0x6c, 0x65, 0x74, 0x65, 0x43, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75,
788
- 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x73, 0x5a, 0x71, 0x67, 0x69,
789
- 0x74, 0x6c, 0x61, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61,
790
- 0x5f, 0x73, 0x6d, 0x2f, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2d, 0x76, 0x32, 0x2d, 0x70, 0x75,
791
- 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x2d, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69,
792
- 0x6f, 0x6e, 0x2d, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63,
793
- 0x67, 0x65, 0x6e, 0x2f, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x68,
794
- 0x61, 0x72, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x3b, 0x63,
795
- 0x68, 0x61, 0x72, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x62,
796
- 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
797
- })
798
-
799
- var (
800
- file_prisca_v1_chart_of_account_chart_of_account_proto_rawDescOnce sync.Once
801
- file_prisca_v1_chart_of_account_chart_of_account_proto_rawDescData []byte
802
- )
803
-
804
- func file_prisca_v1_chart_of_account_chart_of_account_proto_rawDescGZIP() []byte {
805
- file_prisca_v1_chart_of_account_chart_of_account_proto_rawDescOnce.Do(func() {
806
- file_prisca_v1_chart_of_account_chart_of_account_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_prisca_v1_chart_of_account_chart_of_account_proto_rawDesc), len(file_prisca_v1_chart_of_account_chart_of_account_proto_rawDesc)))
807
- })
808
- return file_prisca_v1_chart_of_account_chart_of_account_proto_rawDescData
809
- }
810
-
811
- var file_prisca_v1_chart_of_account_chart_of_account_proto_msgTypes = make([]protoimpl.MessageInfo, 12)
812
- var file_prisca_v1_chart_of_account_chart_of_account_proto_goTypes = []any{
813
- (*ChartOfAccount)(nil), // 0: ChartOfAccount
814
- (*BaseChartOfAccount)(nil), // 1: BaseChartOfAccount
815
- (*CreateChartOfAccountRequest)(nil), // 2: CreateChartOfAccountRequest
816
- (*CreateChartOfAccountResponse)(nil), // 3: CreateChartOfAccountResponse
817
- (*UpdateChartOfAccountRequest)(nil), // 4: UpdateChartOfAccountRequest
818
- (*UpdateChartOfAccountResponse)(nil), // 5: UpdateChartOfAccountResponse
819
- (*GetChartOfAccountByIdRequest)(nil), // 6: GetChartOfAccountByIdRequest
820
- (*GetChartOfAccountByIdResponse)(nil), // 7: GetChartOfAccountByIdResponse
821
- (*GetListChartOfAccountRequest)(nil), // 8: GetListChartOfAccountRequest
822
- (*GetListChartOfAccountResponse)(nil), // 9: GetListChartOfAccountResponse
823
- (*DeleteChartOfAccountRequest)(nil), // 10: DeleteChartOfAccountRequest
824
- (*DeleteChartOfAccountResponse)(nil), // 11: DeleteChartOfAccountResponse
825
- (*meta.Meta)(nil), // 12: prisca.v1.global.meta.Meta
826
- (*meta.PaginationRequest)(nil), // 13: prisca.v1.global.meta.PaginationRequest
827
- (*meta.FilterRequest)(nil), // 14: prisca.v1.global.meta.FilterRequest
828
- }
829
- var file_prisca_v1_chart_of_account_chart_of_account_proto_depIdxs = []int32{
830
- 1, // 0: CreateChartOfAccountRequest.base_chart_of_account:type_name -> BaseChartOfAccount
831
- 0, // 1: CreateChartOfAccountResponse.chart_of_account:type_name -> ChartOfAccount
832
- 12, // 2: CreateChartOfAccountResponse.meta:type_name -> prisca.v1.global.meta.Meta
833
- 1, // 3: UpdateChartOfAccountRequest.base_chart_of_account:type_name -> BaseChartOfAccount
834
- 0, // 4: UpdateChartOfAccountResponse.chart_of_account:type_name -> ChartOfAccount
835
- 12, // 5: UpdateChartOfAccountResponse.meta:type_name -> prisca.v1.global.meta.Meta
836
- 0, // 6: GetChartOfAccountByIdResponse.chart_of_account:type_name -> ChartOfAccount
837
- 12, // 7: GetChartOfAccountByIdResponse.meta:type_name -> prisca.v1.global.meta.Meta
838
- 13, // 8: GetListChartOfAccountRequest.pagination:type_name -> prisca.v1.global.meta.PaginationRequest
839
- 14, // 9: GetListChartOfAccountRequest.query:type_name -> prisca.v1.global.meta.FilterRequest
840
- 0, // 10: GetListChartOfAccountResponse.chart_of_accounts:type_name -> ChartOfAccount
841
- 12, // 11: GetListChartOfAccountResponse.meta:type_name -> prisca.v1.global.meta.Meta
842
- 12, // 12: DeleteChartOfAccountResponse.meta:type_name -> prisca.v1.global.meta.Meta
843
- 2, // 13: ChartOfAccountService.CreateChartOfAccount:input_type -> CreateChartOfAccountRequest
844
- 4, // 14: ChartOfAccountService.UpdateChartOfAccount:input_type -> UpdateChartOfAccountRequest
845
- 6, // 15: ChartOfAccountService.GetChartOfAccountById:input_type -> GetChartOfAccountByIdRequest
846
- 8, // 16: ChartOfAccountService.GetListChartOfAccount:input_type -> GetListChartOfAccountRequest
847
- 10, // 17: ChartOfAccountService.DeleteChartOfAccount:input_type -> DeleteChartOfAccountRequest
848
- 3, // 18: ChartOfAccountService.CreateChartOfAccount:output_type -> CreateChartOfAccountResponse
849
- 5, // 19: ChartOfAccountService.UpdateChartOfAccount:output_type -> UpdateChartOfAccountResponse
850
- 7, // 20: ChartOfAccountService.GetChartOfAccountById:output_type -> GetChartOfAccountByIdResponse
851
- 9, // 21: ChartOfAccountService.GetListChartOfAccount:output_type -> GetListChartOfAccountResponse
852
- 11, // 22: ChartOfAccountService.DeleteChartOfAccount:output_type -> DeleteChartOfAccountResponse
853
- 18, // [18:23] is the sub-list for method output_type
854
- 13, // [13:18] is the sub-list for method input_type
855
- 13, // [13:13] is the sub-list for extension type_name
856
- 13, // [13:13] is the sub-list for extension extendee
857
- 0, // [0:13] is the sub-list for field type_name
858
- }
859
-
860
- func init() { file_prisca_v1_chart_of_account_chart_of_account_proto_init() }
861
- func file_prisca_v1_chart_of_account_chart_of_account_proto_init() {
862
- if File_prisca_v1_chart_of_account_chart_of_account_proto != nil {
863
- return
864
- }
865
- type x struct{}
866
- out := protoimpl.TypeBuilder{
867
- File: protoimpl.DescBuilder{
868
- GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
869
- RawDescriptor: unsafe.Slice(unsafe.StringData(file_prisca_v1_chart_of_account_chart_of_account_proto_rawDesc), len(file_prisca_v1_chart_of_account_chart_of_account_proto_rawDesc)),
870
- NumEnums: 0,
871
- NumMessages: 12,
872
- NumExtensions: 0,
873
- NumServices: 1,
874
- },
875
- GoTypes: file_prisca_v1_chart_of_account_chart_of_account_proto_goTypes,
876
- DependencyIndexes: file_prisca_v1_chart_of_account_chart_of_account_proto_depIdxs,
877
- MessageInfos: file_prisca_v1_chart_of_account_chart_of_account_proto_msgTypes,
878
- }.Build()
879
- File_prisca_v1_chart_of_account_chart_of_account_proto = out.File
880
- file_prisca_v1_chart_of_account_chart_of_account_proto_goTypes = nil
881
- file_prisca_v1_chart_of_account_chart_of_account_proto_depIdxs = nil
882
- }