@aldiokta/protocgen 1.0.55 → 1.0.56

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.pb.go +893 -0
  3. package/prisca/v1/account_assignment/account_assignment_grpc.pb.go +274 -0
  4. package/prisca/v1/account_group/account_group.pb.go +955 -0
  5. package/prisca/v1/account_group/account_group_grpc.pb.go +273 -0
  6. package/prisca/v1/chart_of_account/chart_of_account.pb.go +882 -0
  7. package/prisca/v1/chart_of_account/chart_of_account_grpc.pb.go +273 -0
  8. package/prisca/v1/core/auth/auth.proto +129 -0
  9. package/prisca/v1/core/company/company.proto +86 -0
  10. package/prisca/v1/core/currency/currency.proto +76 -0
  11. package/prisca/v1/core/department_material/department_material.proto +69 -0
  12. package/prisca/v1/core/employee/employee.proto +120 -0
  13. package/prisca/v1/core/job_grade/job_grade.proto +79 -0
  14. package/prisca/v1/core/job_position/job_position.proto +113 -0
  15. package/prisca/v1/core/job_title/job_title.proto +89 -0
  16. package/prisca/v1/core/line_of_approval/line_of_approval.proto +79 -0
  17. package/prisca/v1/core/link_data_source/link_data_source.proto +78 -0
  18. package/prisca/v1/core/location/location.proto +289 -0
  19. package/prisca/v1/core/material/material.proto +129 -0
  20. package/prisca/v1/core/material_group/material_group.proto +79 -0
  21. package/prisca/v1/core/material_type/material_type.proto +77 -0
  22. package/prisca/v1/core/messaging/email_template.proto +75 -0
  23. package/prisca/v1/core/messaging/messaging.proto +28 -0
  24. package/prisca/v1/core/number_range/number_range.proto +83 -0
  25. package/prisca/v1/core/organization/organization.proto +94 -0
  26. package/prisca/v1/core/organization_level/organization_level.proto +77 -0
  27. package/prisca/v1/core/procurement/procurement.proto +54 -0
  28. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx.proto +131 -0
  29. package/prisca/v1/core/recipient_roles/recipient_roles.proto +10 -0
  30. package/prisca/v1/core/tax_code/tax_code.proto +79 -0
  31. package/prisca/v1/core/transaction_builder/transaction_builder.proto +262 -0
  32. package/prisca/v1/core/unit_of_measurement/unit_of_measurement.proto +88 -0
  33. package/prisca/v1/core/users/users.proto +22 -0
  34. package/prisca/v1/core/users_role/users_role.proto +72 -0
  35. package/prisca/v1/core/work_location/work_location.proto +122 -0
  36. package/prisca/v1/core/workflow/workflow.proto +197 -0
  37. package/prisca/v1/document_type/document_type.pb.go +952 -0
  38. package/prisca/v1/document_type/document_type_grpc.pb.go +273 -0
  39. package/prisca/v1/general_ledger_account/general_ledger_account.pb.go +1146 -0
  40. package/prisca/v1/general_ledger_account/general_ledger_account_grpc.pb.go +274 -0
  41. package/prisca/v1/global/meta/meta.proto +57 -0
  42. package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx.pb.go +2674 -0
  43. package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_grpc.pb.go +388 -0
  44. package/prisca/v1/purchasing_group/purchasing_group.pb.go +1004 -0
  45. package/prisca/v1/purchasing_group/purchasing_group_grpc.pb.go +274 -0
  46. package/prisca/v1/purchasing_organization/purchasing_organization.pb.go +775 -0
  47. package/prisca/v1/purchasing_organization/purchasing_organization_grpc.pb.go +236 -0
  48. package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment.pb.go +805 -0
  49. package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment_grpc.pb.go +236 -0
  50. package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant.pb.go +906 -0
  51. package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant_grpc.pb.go +236 -0
  52. package/prisca/v1/account_assignment/account_assignment_grpc_pb.js +0 -177
  53. package/prisca/v1/account_assignment/account_assignment_pb.js +0 -2522
  54. package/prisca/v1/account_group/account_group_grpc_pb.js +0 -178
  55. package/prisca/v1/account_group/account_group_pb.js +0 -2755
  56. package/prisca/v1/chart_of_account/chart_of_account_grpc_pb.js +0 -177
  57. package/prisca/v1/chart_of_account/chart_of_account_pb.js +0 -2522
  58. package/prisca/v1/core/auth/auth_grpc_pb.js +0 -345
  59. package/prisca/v1/core/auth/auth_pb.js +0 -3593
  60. package/prisca/v1/core/company/company_grpc_pb.js +0 -177
  61. package/prisca/v1/core/company/company_pb.js +0 -2875
  62. package/prisca/v1/core/currency/currency_grpc_pb.js +0 -177
  63. package/prisca/v1/core/currency/currency_pb.js +0 -2522
  64. package/prisca/v1/core/department_material/department_material_grpc_pb.js +0 -144
  65. package/prisca/v1/core/department_material/department_material_pb.js +0 -2167
  66. package/prisca/v1/core/employee/employee_grpc_pb.js +0 -184
  67. package/prisca/v1/core/employee/employee_pb.js +0 -3877
  68. package/prisca/v1/core/job_grade/job_grade_grpc_pb.js +0 -178
  69. package/prisca/v1/core/job_grade/job_grade_pb.js +0 -2605
  70. package/prisca/v1/core/job_position/job_position_grpc_pb.js +0 -181
  71. package/prisca/v1/core/job_position/job_position_pb.js +0 -3762
  72. package/prisca/v1/core/job_title/job_title_grpc_pb.js +0 -178
  73. package/prisca/v1/core/job_title/job_title_pb.js +0 -2958
  74. package/prisca/v1/core/line_of_approval/line_of_approval_grpc_pb.js +0 -177
  75. package/prisca/v1/core/line_of_approval/line_of_approval_pb.js +0 -2612
  76. package/prisca/v1/core/link_data_source/link_data_source_grpc_pb.js +0 -177
  77. package/prisca/v1/core/link_data_source/link_data_source_pb.js +0 -2612
  78. package/prisca/v1/core/location/location_grpc_pb.js +0 -837
  79. package/prisca/v1/core/location/location_pb.js +0 -10879
  80. package/prisca/v1/core/material/material_grpc_pb.js +0 -181
  81. package/prisca/v1/core/material/material_pb.js +0 -4106
  82. package/prisca/v1/core/material_group/material_group_grpc_pb.js +0 -177
  83. package/prisca/v1/core/material_group/material_group_pb.js +0 -2582
  84. package/prisca/v1/core/material_type/material_type_grpc_pb.js +0 -148
  85. package/prisca/v1/core/material_type/material_type_pb.js +0 -2392
  86. package/prisca/v1/core/messaging/email_template_grpc_pb.js +0 -177
  87. package/prisca/v1/core/messaging/email_template_pb.js +0 -2552
  88. package/prisca/v1/core/messaging/messaging_grpc_pb.js +0 -45
  89. package/prisca/v1/core/messaging/messaging_pb.js +0 -896
  90. package/prisca/v1/core/number_range/number_range_grpc_pb.js +0 -177
  91. package/prisca/v1/core/number_range/number_range_pb.js +0 -2732
  92. package/prisca/v1/core/organization/organization_grpc_pb.js +0 -180
  93. package/prisca/v1/core/organization/organization_pb.js +0 -3032
  94. package/prisca/v1/core/organization_level/organization_level_grpc_pb.js +0 -178
  95. package/prisca/v1/core/organization_level/organization_level_pb.js +0 -2545
  96. package/prisca/v1/core/procurement/procurement_grpc_pb.js +0 -146
  97. package/prisca/v1/core/procurement/procurement_pb.js +0 -1681
  98. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_grpc_pb.js +0 -266
  99. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_pb.js +0 -4429
  100. package/prisca/v1/core/recipient_roles/recipient_roles_grpc_pb.js +0 -1
  101. package/prisca/v1/core/recipient_roles/recipient_roles_pb.js +0 -206
  102. package/prisca/v1/core/tax_code/tax_code_grpc_pb.js +0 -177
  103. package/prisca/v1/core/tax_code/tax_code_pb.js +0 -2582
  104. package/prisca/v1/core/transaction_builder/transaction_builder_grpc_pb.js +0 -421
  105. package/prisca/v1/core/transaction_builder/transaction_builder_pb.js +0 -8965
  106. package/prisca/v1/core/unit_of_measurement/unit_of_measurement_grpc_pb.js +0 -180
  107. package/prisca/v1/core/unit_of_measurement/unit_of_measurement_pb.js +0 -2798
  108. package/prisca/v1/core/users/users_grpc_pb.js +0 -1
  109. package/prisca/v1/core/users/users_pb.js +0 -626
  110. package/prisca/v1/core/users_role/users_role_grpc_pb.js +0 -177
  111. package/prisca/v1/core/users_role/users_role_pb.js +0 -2372
  112. package/prisca/v1/core/work_location/work_location_grpc_pb.js +0 -179
  113. package/prisca/v1/core/work_location/work_location_pb.js +0 -3972
  114. package/prisca/v1/core/workflow/workflow_grpc_pb.js +0 -180
  115. package/prisca/v1/core/workflow/workflow_pb.js +0 -6589
  116. package/prisca/v1/document_type/document_type_grpc_pb.js +0 -178
  117. package/prisca/v1/document_type/document_type_pb.js +0 -2746
  118. package/prisca/v1/general_ledger_account/general_ledger_account_grpc_pb.js +0 -181
  119. package/prisca/v1/general_ledger_account/general_ledger_account_pb.js +0 -3276
  120. package/prisca/v1/global/meta/meta_grpc_pb.js +0 -1
  121. package/prisca/v1/global/meta/meta_pb.js +0 -1179
  122. package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_grpc_pb.js +0 -267
  123. package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_pb.js +0 -7825
  124. package/prisca/v1/purchasing_group/purchasing_group_grpc_pb.js +0 -178
  125. package/prisca/v1/purchasing_group/purchasing_group_pb.js +0 -2875
  126. package/prisca/v1/purchasing_organization/purchasing_organization_grpc_pb.js +0 -145
  127. package/prisca/v1/purchasing_organization/purchasing_organization_pb.js +0 -2139
  128. package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment_grpc_pb.js +0 -146
  129. package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment_pb.js +0 -2183
  130. package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant_grpc_pb.js +0 -146
  131. package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant_pb.js +0 -2536
@@ -0,0 +1,1146 @@
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/general_ledger_account/general_ledger_account.proto
6
+
7
+ package general_ledger_account
8
+
9
+ import (
10
+ company "gitlab.com/integra_sm/prisca-v2-core-service/protocgen/prisca/v1/core/company"
11
+ currency "gitlab.com/integra_sm/prisca-v2-core-service/protocgen/prisca/v1/core/currency"
12
+ meta "gitlab.com/integra_sm/prisca-v2-core-service/protocgen/prisca/v1/global/meta"
13
+ account_group "gitlab.com/integra_sm/prisca-v2-purchase-requisition-domain/protocgen/prisca/v1/account_group"
14
+ chart_of_account "gitlab.com/integra_sm/prisca-v2-purchase-requisition-domain/protocgen/prisca/v1/chart_of_account"
15
+ protoreflect "google.golang.org/protobuf/reflect/protoreflect"
16
+ protoimpl "google.golang.org/protobuf/runtime/protoimpl"
17
+ reflect "reflect"
18
+ sync "sync"
19
+ unsafe "unsafe"
20
+ )
21
+
22
+ const (
23
+ // Verify that this generated code is sufficiently up-to-date.
24
+ _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
25
+ // Verify that runtime/protoimpl is sufficiently up-to-date.
26
+ _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
27
+ )
28
+
29
+ type GeneralLedgerAccount struct {
30
+ state protoimpl.MessageState `protogen:"open.v1"`
31
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
32
+ AccountType string `protobuf:"bytes,2,opt,name=account_type,json=accountType,proto3" json:"account_type,omitempty"`
33
+ LanguageDescription []*GeneralLedgerLanguage `protobuf:"bytes,3,rep,name=language_description,json=languageDescription,proto3" json:"language_description,omitempty"`
34
+ ChartOfAccountRef string `protobuf:"bytes,4,opt,name=chart_of_account_ref,json=chartOfAccountRef,proto3" json:"chart_of_account_ref,omitempty"`
35
+ AccountGroupRef string `protobuf:"bytes,5,opt,name=account_group_ref,json=accountGroupRef,proto3" json:"account_group_ref,omitempty"`
36
+ ReferencesId string `protobuf:"bytes,6,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
37
+ CreatedAt string `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // Use ISO 8601 format for date strings
38
+ UpdatedAt string `protobuf:"bytes,8,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // Optional, nullable
39
+ CompaniesReferencesId string `protobuf:"bytes,9,opt,name=companies_references_id,json=companiesReferencesId,proto3" json:"companies_references_id,omitempty"`
40
+ AccountId string `protobuf:"bytes,10,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
41
+ CurrencyRef string `protobuf:"bytes,11,opt,name=currency_ref,json=currencyRef,proto3" json:"currency_ref,omitempty"`
42
+ AccountGroup *account_group.AccountGroup `protobuf:"bytes,12,opt,name=account_group,json=accountGroup,proto3,oneof" json:"account_group,omitempty"`
43
+ ChartOfAccount *chart_of_account.ChartOfAccount `protobuf:"bytes,13,opt,name=chart_of_account,json=chartOfAccount,proto3,oneof" json:"chart_of_account,omitempty"`
44
+ Companies *company.Company `protobuf:"bytes,14,opt,name=companies,proto3,oneof" json:"companies,omitempty"`
45
+ Currency *currency.Currency `protobuf:"bytes,15,opt,name=currency,proto3,oneof" json:"currency,omitempty"`
46
+ unknownFields protoimpl.UnknownFields
47
+ sizeCache protoimpl.SizeCache
48
+ }
49
+
50
+ func (x *GeneralLedgerAccount) Reset() {
51
+ *x = GeneralLedgerAccount{}
52
+ mi := &file_prisca_v1_general_ledger_account_general_ledger_account_proto_msgTypes[0]
53
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
54
+ ms.StoreMessageInfo(mi)
55
+ }
56
+
57
+ func (x *GeneralLedgerAccount) String() string {
58
+ return protoimpl.X.MessageStringOf(x)
59
+ }
60
+
61
+ func (*GeneralLedgerAccount) ProtoMessage() {}
62
+
63
+ func (x *GeneralLedgerAccount) ProtoReflect() protoreflect.Message {
64
+ mi := &file_prisca_v1_general_ledger_account_general_ledger_account_proto_msgTypes[0]
65
+ if x != nil {
66
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
67
+ if ms.LoadMessageInfo() == nil {
68
+ ms.StoreMessageInfo(mi)
69
+ }
70
+ return ms
71
+ }
72
+ return mi.MessageOf(x)
73
+ }
74
+
75
+ // Deprecated: Use GeneralLedgerAccount.ProtoReflect.Descriptor instead.
76
+ func (*GeneralLedgerAccount) Descriptor() ([]byte, []int) {
77
+ return file_prisca_v1_general_ledger_account_general_ledger_account_proto_rawDescGZIP(), []int{0}
78
+ }
79
+
80
+ func (x *GeneralLedgerAccount) GetId() int64 {
81
+ if x != nil {
82
+ return x.Id
83
+ }
84
+ return 0
85
+ }
86
+
87
+ func (x *GeneralLedgerAccount) GetAccountType() string {
88
+ if x != nil {
89
+ return x.AccountType
90
+ }
91
+ return ""
92
+ }
93
+
94
+ func (x *GeneralLedgerAccount) GetLanguageDescription() []*GeneralLedgerLanguage {
95
+ if x != nil {
96
+ return x.LanguageDescription
97
+ }
98
+ return nil
99
+ }
100
+
101
+ func (x *GeneralLedgerAccount) GetChartOfAccountRef() string {
102
+ if x != nil {
103
+ return x.ChartOfAccountRef
104
+ }
105
+ return ""
106
+ }
107
+
108
+ func (x *GeneralLedgerAccount) GetAccountGroupRef() string {
109
+ if x != nil {
110
+ return x.AccountGroupRef
111
+ }
112
+ return ""
113
+ }
114
+
115
+ func (x *GeneralLedgerAccount) GetReferencesId() string {
116
+ if x != nil {
117
+ return x.ReferencesId
118
+ }
119
+ return ""
120
+ }
121
+
122
+ func (x *GeneralLedgerAccount) GetCreatedAt() string {
123
+ if x != nil {
124
+ return x.CreatedAt
125
+ }
126
+ return ""
127
+ }
128
+
129
+ func (x *GeneralLedgerAccount) GetUpdatedAt() string {
130
+ if x != nil {
131
+ return x.UpdatedAt
132
+ }
133
+ return ""
134
+ }
135
+
136
+ func (x *GeneralLedgerAccount) GetCompaniesReferencesId() string {
137
+ if x != nil {
138
+ return x.CompaniesReferencesId
139
+ }
140
+ return ""
141
+ }
142
+
143
+ func (x *GeneralLedgerAccount) GetAccountId() string {
144
+ if x != nil {
145
+ return x.AccountId
146
+ }
147
+ return ""
148
+ }
149
+
150
+ func (x *GeneralLedgerAccount) GetCurrencyRef() string {
151
+ if x != nil {
152
+ return x.CurrencyRef
153
+ }
154
+ return ""
155
+ }
156
+
157
+ func (x *GeneralLedgerAccount) GetAccountGroup() *account_group.AccountGroup {
158
+ if x != nil {
159
+ return x.AccountGroup
160
+ }
161
+ return nil
162
+ }
163
+
164
+ func (x *GeneralLedgerAccount) GetChartOfAccount() *chart_of_account.ChartOfAccount {
165
+ if x != nil {
166
+ return x.ChartOfAccount
167
+ }
168
+ return nil
169
+ }
170
+
171
+ func (x *GeneralLedgerAccount) GetCompanies() *company.Company {
172
+ if x != nil {
173
+ return x.Companies
174
+ }
175
+ return nil
176
+ }
177
+
178
+ func (x *GeneralLedgerAccount) GetCurrency() *currency.Currency {
179
+ if x != nil {
180
+ return x.Currency
181
+ }
182
+ return nil
183
+ }
184
+
185
+ type GeneralLedgerLanguage struct {
186
+ state protoimpl.MessageState `protogen:"open.v1"`
187
+ LanguageKey string `protobuf:"bytes,1,opt,name=language_key,json=languageKey,proto3" json:"language_key,omitempty"`
188
+ ShortText string `protobuf:"bytes,2,opt,name=short_text,json=shortText,proto3" json:"short_text,omitempty"`
189
+ LongText string `protobuf:"bytes,3,opt,name=long_text,json=longText,proto3" json:"long_text,omitempty"`
190
+ unknownFields protoimpl.UnknownFields
191
+ sizeCache protoimpl.SizeCache
192
+ }
193
+
194
+ func (x *GeneralLedgerLanguage) Reset() {
195
+ *x = GeneralLedgerLanguage{}
196
+ mi := &file_prisca_v1_general_ledger_account_general_ledger_account_proto_msgTypes[1]
197
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
198
+ ms.StoreMessageInfo(mi)
199
+ }
200
+
201
+ func (x *GeneralLedgerLanguage) String() string {
202
+ return protoimpl.X.MessageStringOf(x)
203
+ }
204
+
205
+ func (*GeneralLedgerLanguage) ProtoMessage() {}
206
+
207
+ func (x *GeneralLedgerLanguage) ProtoReflect() protoreflect.Message {
208
+ mi := &file_prisca_v1_general_ledger_account_general_ledger_account_proto_msgTypes[1]
209
+ if x != nil {
210
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
211
+ if ms.LoadMessageInfo() == nil {
212
+ ms.StoreMessageInfo(mi)
213
+ }
214
+ return ms
215
+ }
216
+ return mi.MessageOf(x)
217
+ }
218
+
219
+ // Deprecated: Use GeneralLedgerLanguage.ProtoReflect.Descriptor instead.
220
+ func (*GeneralLedgerLanguage) Descriptor() ([]byte, []int) {
221
+ return file_prisca_v1_general_ledger_account_general_ledger_account_proto_rawDescGZIP(), []int{1}
222
+ }
223
+
224
+ func (x *GeneralLedgerLanguage) GetLanguageKey() string {
225
+ if x != nil {
226
+ return x.LanguageKey
227
+ }
228
+ return ""
229
+ }
230
+
231
+ func (x *GeneralLedgerLanguage) GetShortText() string {
232
+ if x != nil {
233
+ return x.ShortText
234
+ }
235
+ return ""
236
+ }
237
+
238
+ func (x *GeneralLedgerLanguage) GetLongText() string {
239
+ if x != nil {
240
+ return x.LongText
241
+ }
242
+ return ""
243
+ }
244
+
245
+ type BaseGeneralLedgerAccount struct {
246
+ state protoimpl.MessageState `protogen:"open.v1"`
247
+ AccountType string `protobuf:"bytes,1,opt,name=account_type,json=accountType,proto3" json:"account_type,omitempty"`
248
+ LanguageDescription []*GeneralLedgerLanguage `protobuf:"bytes,2,rep,name=language_description,json=languageDescription,proto3" json:"language_description,omitempty"`
249
+ ChartOfAccountRef string `protobuf:"bytes,3,opt,name=chart_of_account_ref,json=chartOfAccountRef,proto3" json:"chart_of_account_ref,omitempty"`
250
+ AccountGroupRef string `protobuf:"bytes,4,opt,name=account_group_ref,json=accountGroupRef,proto3" json:"account_group_ref,omitempty"`
251
+ AccountId string `protobuf:"bytes,5,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
252
+ CurrencyRef string `protobuf:"bytes,6,opt,name=currency_ref,json=currencyRef,proto3" json:"currency_ref,omitempty"`
253
+ unknownFields protoimpl.UnknownFields
254
+ sizeCache protoimpl.SizeCache
255
+ }
256
+
257
+ func (x *BaseGeneralLedgerAccount) Reset() {
258
+ *x = BaseGeneralLedgerAccount{}
259
+ mi := &file_prisca_v1_general_ledger_account_general_ledger_account_proto_msgTypes[2]
260
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
261
+ ms.StoreMessageInfo(mi)
262
+ }
263
+
264
+ func (x *BaseGeneralLedgerAccount) String() string {
265
+ return protoimpl.X.MessageStringOf(x)
266
+ }
267
+
268
+ func (*BaseGeneralLedgerAccount) ProtoMessage() {}
269
+
270
+ func (x *BaseGeneralLedgerAccount) ProtoReflect() protoreflect.Message {
271
+ mi := &file_prisca_v1_general_ledger_account_general_ledger_account_proto_msgTypes[2]
272
+ if x != nil {
273
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
274
+ if ms.LoadMessageInfo() == nil {
275
+ ms.StoreMessageInfo(mi)
276
+ }
277
+ return ms
278
+ }
279
+ return mi.MessageOf(x)
280
+ }
281
+
282
+ // Deprecated: Use BaseGeneralLedgerAccount.ProtoReflect.Descriptor instead.
283
+ func (*BaseGeneralLedgerAccount) Descriptor() ([]byte, []int) {
284
+ return file_prisca_v1_general_ledger_account_general_ledger_account_proto_rawDescGZIP(), []int{2}
285
+ }
286
+
287
+ func (x *BaseGeneralLedgerAccount) GetAccountType() string {
288
+ if x != nil {
289
+ return x.AccountType
290
+ }
291
+ return ""
292
+ }
293
+
294
+ func (x *BaseGeneralLedgerAccount) GetLanguageDescription() []*GeneralLedgerLanguage {
295
+ if x != nil {
296
+ return x.LanguageDescription
297
+ }
298
+ return nil
299
+ }
300
+
301
+ func (x *BaseGeneralLedgerAccount) GetChartOfAccountRef() string {
302
+ if x != nil {
303
+ return x.ChartOfAccountRef
304
+ }
305
+ return ""
306
+ }
307
+
308
+ func (x *BaseGeneralLedgerAccount) GetAccountGroupRef() string {
309
+ if x != nil {
310
+ return x.AccountGroupRef
311
+ }
312
+ return ""
313
+ }
314
+
315
+ func (x *BaseGeneralLedgerAccount) GetAccountId() string {
316
+ if x != nil {
317
+ return x.AccountId
318
+ }
319
+ return ""
320
+ }
321
+
322
+ func (x *BaseGeneralLedgerAccount) GetCurrencyRef() string {
323
+ if x != nil {
324
+ return x.CurrencyRef
325
+ }
326
+ return ""
327
+ }
328
+
329
+ type CreateGeneralLedgerAccountRequest struct {
330
+ state protoimpl.MessageState `protogen:"open.v1"`
331
+ BaseGeneralLedgerAccount *BaseGeneralLedgerAccount `protobuf:"bytes,1,opt,name=base_general_ledger_account,json=baseGeneralLedgerAccount,proto3" json:"base_general_ledger_account,omitempty"`
332
+ unknownFields protoimpl.UnknownFields
333
+ sizeCache protoimpl.SizeCache
334
+ }
335
+
336
+ func (x *CreateGeneralLedgerAccountRequest) Reset() {
337
+ *x = CreateGeneralLedgerAccountRequest{}
338
+ mi := &file_prisca_v1_general_ledger_account_general_ledger_account_proto_msgTypes[3]
339
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
340
+ ms.StoreMessageInfo(mi)
341
+ }
342
+
343
+ func (x *CreateGeneralLedgerAccountRequest) String() string {
344
+ return protoimpl.X.MessageStringOf(x)
345
+ }
346
+
347
+ func (*CreateGeneralLedgerAccountRequest) ProtoMessage() {}
348
+
349
+ func (x *CreateGeneralLedgerAccountRequest) ProtoReflect() protoreflect.Message {
350
+ mi := &file_prisca_v1_general_ledger_account_general_ledger_account_proto_msgTypes[3]
351
+ if x != nil {
352
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
353
+ if ms.LoadMessageInfo() == nil {
354
+ ms.StoreMessageInfo(mi)
355
+ }
356
+ return ms
357
+ }
358
+ return mi.MessageOf(x)
359
+ }
360
+
361
+ // Deprecated: Use CreateGeneralLedgerAccountRequest.ProtoReflect.Descriptor instead.
362
+ func (*CreateGeneralLedgerAccountRequest) Descriptor() ([]byte, []int) {
363
+ return file_prisca_v1_general_ledger_account_general_ledger_account_proto_rawDescGZIP(), []int{3}
364
+ }
365
+
366
+ func (x *CreateGeneralLedgerAccountRequest) GetBaseGeneralLedgerAccount() *BaseGeneralLedgerAccount {
367
+ if x != nil {
368
+ return x.BaseGeneralLedgerAccount
369
+ }
370
+ return nil
371
+ }
372
+
373
+ type CreateGeneralLedgerAccountResponse struct {
374
+ state protoimpl.MessageState `protogen:"open.v1"`
375
+ GeneralLedgerAccount *GeneralLedgerAccount `protobuf:"bytes,1,opt,name=general_ledger_account,json=generalLedgerAccount,proto3" json:"general_ledger_account,omitempty"`
376
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
377
+ unknownFields protoimpl.UnknownFields
378
+ sizeCache protoimpl.SizeCache
379
+ }
380
+
381
+ func (x *CreateGeneralLedgerAccountResponse) Reset() {
382
+ *x = CreateGeneralLedgerAccountResponse{}
383
+ mi := &file_prisca_v1_general_ledger_account_general_ledger_account_proto_msgTypes[4]
384
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
385
+ ms.StoreMessageInfo(mi)
386
+ }
387
+
388
+ func (x *CreateGeneralLedgerAccountResponse) String() string {
389
+ return protoimpl.X.MessageStringOf(x)
390
+ }
391
+
392
+ func (*CreateGeneralLedgerAccountResponse) ProtoMessage() {}
393
+
394
+ func (x *CreateGeneralLedgerAccountResponse) ProtoReflect() protoreflect.Message {
395
+ mi := &file_prisca_v1_general_ledger_account_general_ledger_account_proto_msgTypes[4]
396
+ if x != nil {
397
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
398
+ if ms.LoadMessageInfo() == nil {
399
+ ms.StoreMessageInfo(mi)
400
+ }
401
+ return ms
402
+ }
403
+ return mi.MessageOf(x)
404
+ }
405
+
406
+ // Deprecated: Use CreateGeneralLedgerAccountResponse.ProtoReflect.Descriptor instead.
407
+ func (*CreateGeneralLedgerAccountResponse) Descriptor() ([]byte, []int) {
408
+ return file_prisca_v1_general_ledger_account_general_ledger_account_proto_rawDescGZIP(), []int{4}
409
+ }
410
+
411
+ func (x *CreateGeneralLedgerAccountResponse) GetGeneralLedgerAccount() *GeneralLedgerAccount {
412
+ if x != nil {
413
+ return x.GeneralLedgerAccount
414
+ }
415
+ return nil
416
+ }
417
+
418
+ func (x *CreateGeneralLedgerAccountResponse) GetMeta() *meta.Meta {
419
+ if x != nil {
420
+ return x.Meta
421
+ }
422
+ return nil
423
+ }
424
+
425
+ type UpdateGeneralLedgerAccountRequest struct {
426
+ state protoimpl.MessageState `protogen:"open.v1"`
427
+ ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
428
+ BaseGeneralLedgerAccount *BaseGeneralLedgerAccount `protobuf:"bytes,2,opt,name=base_general_ledger_account,json=baseGeneralLedgerAccount,proto3" json:"base_general_ledger_account,omitempty"`
429
+ unknownFields protoimpl.UnknownFields
430
+ sizeCache protoimpl.SizeCache
431
+ }
432
+
433
+ func (x *UpdateGeneralLedgerAccountRequest) Reset() {
434
+ *x = UpdateGeneralLedgerAccountRequest{}
435
+ mi := &file_prisca_v1_general_ledger_account_general_ledger_account_proto_msgTypes[5]
436
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
437
+ ms.StoreMessageInfo(mi)
438
+ }
439
+
440
+ func (x *UpdateGeneralLedgerAccountRequest) String() string {
441
+ return protoimpl.X.MessageStringOf(x)
442
+ }
443
+
444
+ func (*UpdateGeneralLedgerAccountRequest) ProtoMessage() {}
445
+
446
+ func (x *UpdateGeneralLedgerAccountRequest) ProtoReflect() protoreflect.Message {
447
+ mi := &file_prisca_v1_general_ledger_account_general_ledger_account_proto_msgTypes[5]
448
+ if x != nil {
449
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
450
+ if ms.LoadMessageInfo() == nil {
451
+ ms.StoreMessageInfo(mi)
452
+ }
453
+ return ms
454
+ }
455
+ return mi.MessageOf(x)
456
+ }
457
+
458
+ // Deprecated: Use UpdateGeneralLedgerAccountRequest.ProtoReflect.Descriptor instead.
459
+ func (*UpdateGeneralLedgerAccountRequest) Descriptor() ([]byte, []int) {
460
+ return file_prisca_v1_general_ledger_account_general_ledger_account_proto_rawDescGZIP(), []int{5}
461
+ }
462
+
463
+ func (x *UpdateGeneralLedgerAccountRequest) GetReferencesId() string {
464
+ if x != nil {
465
+ return x.ReferencesId
466
+ }
467
+ return ""
468
+ }
469
+
470
+ func (x *UpdateGeneralLedgerAccountRequest) GetBaseGeneralLedgerAccount() *BaseGeneralLedgerAccount {
471
+ if x != nil {
472
+ return x.BaseGeneralLedgerAccount
473
+ }
474
+ return nil
475
+ }
476
+
477
+ type UpdateGeneralLedgerAccountResponse struct {
478
+ state protoimpl.MessageState `protogen:"open.v1"`
479
+ GeneralLedgerAccount *GeneralLedgerAccount `protobuf:"bytes,1,opt,name=general_ledger_account,json=generalLedgerAccount,proto3" json:"general_ledger_account,omitempty"`
480
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
481
+ unknownFields protoimpl.UnknownFields
482
+ sizeCache protoimpl.SizeCache
483
+ }
484
+
485
+ func (x *UpdateGeneralLedgerAccountResponse) Reset() {
486
+ *x = UpdateGeneralLedgerAccountResponse{}
487
+ mi := &file_prisca_v1_general_ledger_account_general_ledger_account_proto_msgTypes[6]
488
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
489
+ ms.StoreMessageInfo(mi)
490
+ }
491
+
492
+ func (x *UpdateGeneralLedgerAccountResponse) String() string {
493
+ return protoimpl.X.MessageStringOf(x)
494
+ }
495
+
496
+ func (*UpdateGeneralLedgerAccountResponse) ProtoMessage() {}
497
+
498
+ func (x *UpdateGeneralLedgerAccountResponse) ProtoReflect() protoreflect.Message {
499
+ mi := &file_prisca_v1_general_ledger_account_general_ledger_account_proto_msgTypes[6]
500
+ if x != nil {
501
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
502
+ if ms.LoadMessageInfo() == nil {
503
+ ms.StoreMessageInfo(mi)
504
+ }
505
+ return ms
506
+ }
507
+ return mi.MessageOf(x)
508
+ }
509
+
510
+ // Deprecated: Use UpdateGeneralLedgerAccountResponse.ProtoReflect.Descriptor instead.
511
+ func (*UpdateGeneralLedgerAccountResponse) Descriptor() ([]byte, []int) {
512
+ return file_prisca_v1_general_ledger_account_general_ledger_account_proto_rawDescGZIP(), []int{6}
513
+ }
514
+
515
+ func (x *UpdateGeneralLedgerAccountResponse) GetGeneralLedgerAccount() *GeneralLedgerAccount {
516
+ if x != nil {
517
+ return x.GeneralLedgerAccount
518
+ }
519
+ return nil
520
+ }
521
+
522
+ func (x *UpdateGeneralLedgerAccountResponse) GetMeta() *meta.Meta {
523
+ if x != nil {
524
+ return x.Meta
525
+ }
526
+ return nil
527
+ }
528
+
529
+ type GetGeneralLedgerAccountByIdRequest struct {
530
+ state protoimpl.MessageState `protogen:"open.v1"`
531
+ ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
532
+ unknownFields protoimpl.UnknownFields
533
+ sizeCache protoimpl.SizeCache
534
+ }
535
+
536
+ func (x *GetGeneralLedgerAccountByIdRequest) Reset() {
537
+ *x = GetGeneralLedgerAccountByIdRequest{}
538
+ mi := &file_prisca_v1_general_ledger_account_general_ledger_account_proto_msgTypes[7]
539
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
540
+ ms.StoreMessageInfo(mi)
541
+ }
542
+
543
+ func (x *GetGeneralLedgerAccountByIdRequest) String() string {
544
+ return protoimpl.X.MessageStringOf(x)
545
+ }
546
+
547
+ func (*GetGeneralLedgerAccountByIdRequest) ProtoMessage() {}
548
+
549
+ func (x *GetGeneralLedgerAccountByIdRequest) ProtoReflect() protoreflect.Message {
550
+ mi := &file_prisca_v1_general_ledger_account_general_ledger_account_proto_msgTypes[7]
551
+ if x != nil {
552
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
553
+ if ms.LoadMessageInfo() == nil {
554
+ ms.StoreMessageInfo(mi)
555
+ }
556
+ return ms
557
+ }
558
+ return mi.MessageOf(x)
559
+ }
560
+
561
+ // Deprecated: Use GetGeneralLedgerAccountByIdRequest.ProtoReflect.Descriptor instead.
562
+ func (*GetGeneralLedgerAccountByIdRequest) Descriptor() ([]byte, []int) {
563
+ return file_prisca_v1_general_ledger_account_general_ledger_account_proto_rawDescGZIP(), []int{7}
564
+ }
565
+
566
+ func (x *GetGeneralLedgerAccountByIdRequest) GetReferencesId() string {
567
+ if x != nil {
568
+ return x.ReferencesId
569
+ }
570
+ return ""
571
+ }
572
+
573
+ type GetGeneralLedgerAccountByIdResponse struct {
574
+ state protoimpl.MessageState `protogen:"open.v1"`
575
+ GeneralLedgerAccount *GeneralLedgerAccount `protobuf:"bytes,1,opt,name=general_ledger_account,json=generalLedgerAccount,proto3" json:"general_ledger_account,omitempty"`
576
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
577
+ unknownFields protoimpl.UnknownFields
578
+ sizeCache protoimpl.SizeCache
579
+ }
580
+
581
+ func (x *GetGeneralLedgerAccountByIdResponse) Reset() {
582
+ *x = GetGeneralLedgerAccountByIdResponse{}
583
+ mi := &file_prisca_v1_general_ledger_account_general_ledger_account_proto_msgTypes[8]
584
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
585
+ ms.StoreMessageInfo(mi)
586
+ }
587
+
588
+ func (x *GetGeneralLedgerAccountByIdResponse) String() string {
589
+ return protoimpl.X.MessageStringOf(x)
590
+ }
591
+
592
+ func (*GetGeneralLedgerAccountByIdResponse) ProtoMessage() {}
593
+
594
+ func (x *GetGeneralLedgerAccountByIdResponse) ProtoReflect() protoreflect.Message {
595
+ mi := &file_prisca_v1_general_ledger_account_general_ledger_account_proto_msgTypes[8]
596
+ if x != nil {
597
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
598
+ if ms.LoadMessageInfo() == nil {
599
+ ms.StoreMessageInfo(mi)
600
+ }
601
+ return ms
602
+ }
603
+ return mi.MessageOf(x)
604
+ }
605
+
606
+ // Deprecated: Use GetGeneralLedgerAccountByIdResponse.ProtoReflect.Descriptor instead.
607
+ func (*GetGeneralLedgerAccountByIdResponse) Descriptor() ([]byte, []int) {
608
+ return file_prisca_v1_general_ledger_account_general_ledger_account_proto_rawDescGZIP(), []int{8}
609
+ }
610
+
611
+ func (x *GetGeneralLedgerAccountByIdResponse) GetGeneralLedgerAccount() *GeneralLedgerAccount {
612
+ if x != nil {
613
+ return x.GeneralLedgerAccount
614
+ }
615
+ return nil
616
+ }
617
+
618
+ func (x *GetGeneralLedgerAccountByIdResponse) GetMeta() *meta.Meta {
619
+ if x != nil {
620
+ return x.Meta
621
+ }
622
+ return nil
623
+ }
624
+
625
+ type GetListGeneralLedgerAccountRequest struct {
626
+ state protoimpl.MessageState `protogen:"open.v1"`
627
+ Pagination *meta.PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
628
+ Query *meta.FilterRequest `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
629
+ unknownFields protoimpl.UnknownFields
630
+ sizeCache protoimpl.SizeCache
631
+ }
632
+
633
+ func (x *GetListGeneralLedgerAccountRequest) Reset() {
634
+ *x = GetListGeneralLedgerAccountRequest{}
635
+ mi := &file_prisca_v1_general_ledger_account_general_ledger_account_proto_msgTypes[9]
636
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
637
+ ms.StoreMessageInfo(mi)
638
+ }
639
+
640
+ func (x *GetListGeneralLedgerAccountRequest) String() string {
641
+ return protoimpl.X.MessageStringOf(x)
642
+ }
643
+
644
+ func (*GetListGeneralLedgerAccountRequest) ProtoMessage() {}
645
+
646
+ func (x *GetListGeneralLedgerAccountRequest) ProtoReflect() protoreflect.Message {
647
+ mi := &file_prisca_v1_general_ledger_account_general_ledger_account_proto_msgTypes[9]
648
+ if x != nil {
649
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
650
+ if ms.LoadMessageInfo() == nil {
651
+ ms.StoreMessageInfo(mi)
652
+ }
653
+ return ms
654
+ }
655
+ return mi.MessageOf(x)
656
+ }
657
+
658
+ // Deprecated: Use GetListGeneralLedgerAccountRequest.ProtoReflect.Descriptor instead.
659
+ func (*GetListGeneralLedgerAccountRequest) Descriptor() ([]byte, []int) {
660
+ return file_prisca_v1_general_ledger_account_general_ledger_account_proto_rawDescGZIP(), []int{9}
661
+ }
662
+
663
+ func (x *GetListGeneralLedgerAccountRequest) GetPagination() *meta.PaginationRequest {
664
+ if x != nil {
665
+ return x.Pagination
666
+ }
667
+ return nil
668
+ }
669
+
670
+ func (x *GetListGeneralLedgerAccountRequest) GetQuery() *meta.FilterRequest {
671
+ if x != nil {
672
+ return x.Query
673
+ }
674
+ return nil
675
+ }
676
+
677
+ type GetListGeneralLedgerAccountResponse struct {
678
+ state protoimpl.MessageState `protogen:"open.v1"`
679
+ GeneralLedgerAccounts []*GeneralLedgerAccount `protobuf:"bytes,1,rep,name=general_ledger_accounts,json=generalLedgerAccounts,proto3" json:"general_ledger_accounts,omitempty"`
680
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
681
+ unknownFields protoimpl.UnknownFields
682
+ sizeCache protoimpl.SizeCache
683
+ }
684
+
685
+ func (x *GetListGeneralLedgerAccountResponse) Reset() {
686
+ *x = GetListGeneralLedgerAccountResponse{}
687
+ mi := &file_prisca_v1_general_ledger_account_general_ledger_account_proto_msgTypes[10]
688
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
689
+ ms.StoreMessageInfo(mi)
690
+ }
691
+
692
+ func (x *GetListGeneralLedgerAccountResponse) String() string {
693
+ return protoimpl.X.MessageStringOf(x)
694
+ }
695
+
696
+ func (*GetListGeneralLedgerAccountResponse) ProtoMessage() {}
697
+
698
+ func (x *GetListGeneralLedgerAccountResponse) ProtoReflect() protoreflect.Message {
699
+ mi := &file_prisca_v1_general_ledger_account_general_ledger_account_proto_msgTypes[10]
700
+ if x != nil {
701
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
702
+ if ms.LoadMessageInfo() == nil {
703
+ ms.StoreMessageInfo(mi)
704
+ }
705
+ return ms
706
+ }
707
+ return mi.MessageOf(x)
708
+ }
709
+
710
+ // Deprecated: Use GetListGeneralLedgerAccountResponse.ProtoReflect.Descriptor instead.
711
+ func (*GetListGeneralLedgerAccountResponse) Descriptor() ([]byte, []int) {
712
+ return file_prisca_v1_general_ledger_account_general_ledger_account_proto_rawDescGZIP(), []int{10}
713
+ }
714
+
715
+ func (x *GetListGeneralLedgerAccountResponse) GetGeneralLedgerAccounts() []*GeneralLedgerAccount {
716
+ if x != nil {
717
+ return x.GeneralLedgerAccounts
718
+ }
719
+ return nil
720
+ }
721
+
722
+ func (x *GetListGeneralLedgerAccountResponse) GetMeta() *meta.Meta {
723
+ if x != nil {
724
+ return x.Meta
725
+ }
726
+ return nil
727
+ }
728
+
729
+ type DeleteGeneralLedgerAccountRequest struct {
730
+ state protoimpl.MessageState `protogen:"open.v1"`
731
+ ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
732
+ unknownFields protoimpl.UnknownFields
733
+ sizeCache protoimpl.SizeCache
734
+ }
735
+
736
+ func (x *DeleteGeneralLedgerAccountRequest) Reset() {
737
+ *x = DeleteGeneralLedgerAccountRequest{}
738
+ mi := &file_prisca_v1_general_ledger_account_general_ledger_account_proto_msgTypes[11]
739
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
740
+ ms.StoreMessageInfo(mi)
741
+ }
742
+
743
+ func (x *DeleteGeneralLedgerAccountRequest) String() string {
744
+ return protoimpl.X.MessageStringOf(x)
745
+ }
746
+
747
+ func (*DeleteGeneralLedgerAccountRequest) ProtoMessage() {}
748
+
749
+ func (x *DeleteGeneralLedgerAccountRequest) ProtoReflect() protoreflect.Message {
750
+ mi := &file_prisca_v1_general_ledger_account_general_ledger_account_proto_msgTypes[11]
751
+ if x != nil {
752
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
753
+ if ms.LoadMessageInfo() == nil {
754
+ ms.StoreMessageInfo(mi)
755
+ }
756
+ return ms
757
+ }
758
+ return mi.MessageOf(x)
759
+ }
760
+
761
+ // Deprecated: Use DeleteGeneralLedgerAccountRequest.ProtoReflect.Descriptor instead.
762
+ func (*DeleteGeneralLedgerAccountRequest) Descriptor() ([]byte, []int) {
763
+ return file_prisca_v1_general_ledger_account_general_ledger_account_proto_rawDescGZIP(), []int{11}
764
+ }
765
+
766
+ func (x *DeleteGeneralLedgerAccountRequest) GetReferencesId() string {
767
+ if x != nil {
768
+ return x.ReferencesId
769
+ }
770
+ return ""
771
+ }
772
+
773
+ type DeleteGeneralLedgerAccountResponse struct {
774
+ state protoimpl.MessageState `protogen:"open.v1"`
775
+ ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
776
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
777
+ unknownFields protoimpl.UnknownFields
778
+ sizeCache protoimpl.SizeCache
779
+ }
780
+
781
+ func (x *DeleteGeneralLedgerAccountResponse) Reset() {
782
+ *x = DeleteGeneralLedgerAccountResponse{}
783
+ mi := &file_prisca_v1_general_ledger_account_general_ledger_account_proto_msgTypes[12]
784
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
785
+ ms.StoreMessageInfo(mi)
786
+ }
787
+
788
+ func (x *DeleteGeneralLedgerAccountResponse) String() string {
789
+ return protoimpl.X.MessageStringOf(x)
790
+ }
791
+
792
+ func (*DeleteGeneralLedgerAccountResponse) ProtoMessage() {}
793
+
794
+ func (x *DeleteGeneralLedgerAccountResponse) ProtoReflect() protoreflect.Message {
795
+ mi := &file_prisca_v1_general_ledger_account_general_ledger_account_proto_msgTypes[12]
796
+ if x != nil {
797
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
798
+ if ms.LoadMessageInfo() == nil {
799
+ ms.StoreMessageInfo(mi)
800
+ }
801
+ return ms
802
+ }
803
+ return mi.MessageOf(x)
804
+ }
805
+
806
+ // Deprecated: Use DeleteGeneralLedgerAccountResponse.ProtoReflect.Descriptor instead.
807
+ func (*DeleteGeneralLedgerAccountResponse) Descriptor() ([]byte, []int) {
808
+ return file_prisca_v1_general_ledger_account_general_ledger_account_proto_rawDescGZIP(), []int{12}
809
+ }
810
+
811
+ func (x *DeleteGeneralLedgerAccountResponse) GetReferencesId() string {
812
+ if x != nil {
813
+ return x.ReferencesId
814
+ }
815
+ return ""
816
+ }
817
+
818
+ func (x *DeleteGeneralLedgerAccountResponse) GetMeta() *meta.Meta {
819
+ if x != nil {
820
+ return x.Meta
821
+ }
822
+ return nil
823
+ }
824
+
825
+ var File_prisca_v1_general_ledger_account_general_ledger_account_proto protoreflect.FileDescriptor
826
+
827
+ var file_prisca_v1_general_ledger_account_general_ledger_account_proto_rawDesc = string([]byte{
828
+ 0x0a, 0x3d, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x65, 0x6e, 0x65,
829
+ 0x72, 0x61, 0x6c, 0x5f, 0x6c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75,
830
+ 0x6e, 0x74, 0x2f, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x5f, 0x6c, 0x65, 0x64, 0x67, 0x65,
831
+ 0x72, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
832
+ 0x20, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x6c, 0x6f, 0x62, 0x61,
833
+ 0x6c, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74,
834
+ 0x6f, 0x1a, 0x2b, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x61, 0x63, 0x63,
835
+ 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x2f, 0x61, 0x63, 0x63, 0x6f, 0x75,
836
+ 0x6e, 0x74, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x31,
837
+ 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x68, 0x61, 0x72, 0x74, 0x5f,
838
+ 0x6f, 0x66, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2f, 0x63, 0x68, 0x61, 0x72, 0x74,
839
+ 0x5f, 0x6f, 0x66, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74,
840
+ 0x6f, 0x1a, 0x24, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6f, 0x72,
841
+ 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e,
842
+ 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x26, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f,
843
+ 0x76, 0x31, 0x2f, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x63, 0x79,
844
+ 0x2f, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x63, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22,
845
+ 0xe2, 0x05, 0x0a, 0x14, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65,
846
+ 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01,
847
+ 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x61, 0x63, 0x63, 0x6f,
848
+ 0x75, 0x6e, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b,
849
+ 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x49, 0x0a, 0x14, 0x6c,
850
+ 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74,
851
+ 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x47, 0x65, 0x6e, 0x65,
852
+ 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x4c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67,
853
+ 0x65, 0x52, 0x13, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x44, 0x65, 0x73, 0x63, 0x72,
854
+ 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2f, 0x0a, 0x14, 0x63, 0x68, 0x61, 0x72, 0x74, 0x5f,
855
+ 0x6f, 0x66, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x72, 0x65, 0x66, 0x18, 0x04,
856
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x63, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63,
857
+ 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x66, 0x12, 0x2a, 0x0a, 0x11, 0x61, 0x63, 0x63, 0x6f, 0x75,
858
+ 0x6e, 0x74, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x72, 0x65, 0x66, 0x18, 0x05, 0x20, 0x01,
859
+ 0x28, 0x09, 0x52, 0x0f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70,
860
+ 0x52, 0x65, 0x66, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65,
861
+ 0x73, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65,
862
+ 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61,
863
+ 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x72,
864
+ 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74,
865
+ 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x75, 0x70, 0x64,
866
+ 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x36, 0x0a, 0x17, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e,
867
+ 0x69, 0x65, 0x73, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69,
868
+ 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x15, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x69,
869
+ 0x65, 0x73, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x1d,
870
+ 0x0a, 0x0a, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x0a, 0x20, 0x01,
871
+ 0x28, 0x09, 0x52, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x21, 0x0a,
872
+ 0x0c, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x63, 0x79, 0x5f, 0x72, 0x65, 0x66, 0x18, 0x0b, 0x20,
873
+ 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x63, 0x79, 0x52, 0x65, 0x66,
874
+ 0x12, 0x37, 0x0a, 0x0d, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x67, 0x72, 0x6f, 0x75,
875
+ 0x70, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e,
876
+ 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x48, 0x00, 0x52, 0x0c, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
877
+ 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x88, 0x01, 0x01, 0x12, 0x3e, 0x0a, 0x10, 0x63, 0x68, 0x61,
878
+ 0x72, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x0d, 0x20,
879
+ 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x43, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63,
880
+ 0x6f, 0x75, 0x6e, 0x74, 0x48, 0x01, 0x52, 0x0e, 0x63, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41,
881
+ 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x88, 0x01, 0x01, 0x12, 0x2b, 0x0a, 0x09, 0x63, 0x6f, 0x6d,
882
+ 0x70, 0x61, 0x6e, 0x69, 0x65, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x43,
883
+ 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x48, 0x02, 0x52, 0x09, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e,
884
+ 0x69, 0x65, 0x73, 0x88, 0x01, 0x01, 0x12, 0x2a, 0x0a, 0x08, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e,
885
+ 0x63, 0x79, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x43, 0x75, 0x72, 0x72, 0x65,
886
+ 0x6e, 0x63, 0x79, 0x48, 0x03, 0x52, 0x08, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x63, 0x79, 0x88,
887
+ 0x01, 0x01, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x67,
888
+ 0x72, 0x6f, 0x75, 0x70, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x63, 0x68, 0x61, 0x72, 0x74, 0x5f, 0x6f,
889
+ 0x66, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x63, 0x6f,
890
+ 0x6d, 0x70, 0x61, 0x6e, 0x69, 0x65, 0x73, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x63, 0x75, 0x72, 0x72,
891
+ 0x65, 0x6e, 0x63, 0x79, 0x22, 0x76, 0x0a, 0x15, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c,
892
+ 0x65, 0x64, 0x67, 0x65, 0x72, 0x4c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x12, 0x21, 0x0a,
893
+ 0x0c, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20,
894
+ 0x01, 0x28, 0x09, 0x52, 0x0b, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x4b, 0x65, 0x79,
895
+ 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x5f, 0x74, 0x65, 0x78, 0x74, 0x18, 0x02,
896
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x54, 0x65, 0x78, 0x74, 0x12,
897
+ 0x1b, 0x0a, 0x09, 0x6c, 0x6f, 0x6e, 0x67, 0x5f, 0x74, 0x65, 0x78, 0x74, 0x18, 0x03, 0x20, 0x01,
898
+ 0x28, 0x09, 0x52, 0x08, 0x6c, 0x6f, 0x6e, 0x67, 0x54, 0x65, 0x78, 0x74, 0x22, 0xa7, 0x02, 0x0a,
899
+ 0x18, 0x42, 0x61, 0x73, 0x65, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67,
900
+ 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x61, 0x63, 0x63,
901
+ 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
902
+ 0x0b, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x49, 0x0a, 0x14,
903
+ 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70,
904
+ 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x47, 0x65, 0x6e,
905
+ 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x4c, 0x61, 0x6e, 0x67, 0x75, 0x61,
906
+ 0x67, 0x65, 0x52, 0x13, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x44, 0x65, 0x73, 0x63,
907
+ 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2f, 0x0a, 0x14, 0x63, 0x68, 0x61, 0x72, 0x74,
908
+ 0x5f, 0x6f, 0x66, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x72, 0x65, 0x66, 0x18,
909
+ 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x63, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63,
910
+ 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x66, 0x12, 0x2a, 0x0a, 0x11, 0x61, 0x63, 0x63, 0x6f,
911
+ 0x75, 0x6e, 0x74, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x72, 0x65, 0x66, 0x18, 0x04, 0x20,
912
+ 0x01, 0x28, 0x09, 0x52, 0x0f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75,
913
+ 0x70, 0x52, 0x65, 0x66, 0x12, 0x1d, 0x0a, 0x0a, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f,
914
+ 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
915
+ 0x74, 0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x63, 0x79, 0x5f,
916
+ 0x72, 0x65, 0x66, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x75, 0x72, 0x72, 0x65,
917
+ 0x6e, 0x63, 0x79, 0x52, 0x65, 0x66, 0x22, 0x7d, 0x0a, 0x21, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65,
918
+ 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x41, 0x63, 0x63,
919
+ 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x58, 0x0a, 0x1b, 0x62,
920
+ 0x61, 0x73, 0x65, 0x5f, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x5f, 0x6c, 0x65, 0x64, 0x67,
921
+ 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
922
+ 0x32, 0x19, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65,
923
+ 0x64, 0x67, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x18, 0x62, 0x61, 0x73,
924
+ 0x65, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x41, 0x63,
925
+ 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0xa2, 0x01, 0x0a, 0x22, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65,
926
+ 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x41, 0x63, 0x63,
927
+ 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4b, 0x0a, 0x16,
928
+ 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x5f, 0x6c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x5f, 0x61,
929
+ 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x47,
930
+ 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f,
931
+ 0x75, 0x6e, 0x74, 0x52, 0x14, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67,
932
+ 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74,
933
+ 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61,
934
+ 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e,
935
+ 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0xa2, 0x01, 0x0a, 0x21, 0x55,
936
+ 0x70, 0x64, 0x61, 0x74, 0x65, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67,
937
+ 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
938
+ 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69,
939
+ 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e,
940
+ 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x58, 0x0a, 0x1b, 0x62, 0x61, 0x73, 0x65, 0x5f, 0x67, 0x65,
941
+ 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x5f, 0x6c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63,
942
+ 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x42, 0x61, 0x73,
943
+ 0x65, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x41, 0x63,
944
+ 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x18, 0x62, 0x61, 0x73, 0x65, 0x47, 0x65, 0x6e, 0x65, 0x72,
945
+ 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22,
946
+ 0xa2, 0x01, 0x0a, 0x22, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61,
947
+ 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65,
948
+ 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4b, 0x0a, 0x16, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61,
949
+ 0x6c, 0x5f, 0x6c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
950
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c,
951
+ 0x4c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x14, 0x67,
952
+ 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f,
953
+ 0x75, 0x6e, 0x74, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28,
954
+ 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c,
955
+ 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04,
956
+ 0x6d, 0x65, 0x74, 0x61, 0x22, 0x49, 0x0a, 0x22, 0x47, 0x65, 0x74, 0x47, 0x65, 0x6e, 0x65, 0x72,
957
+ 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42,
958
+ 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65,
959
+ 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
960
+ 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x22,
961
+ 0xa3, 0x01, 0x0a, 0x23, 0x47, 0x65, 0x74, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65,
962
+ 0x64, 0x67, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x79, 0x49, 0x64, 0x52,
963
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4b, 0x0a, 0x16, 0x67, 0x65, 0x6e, 0x65, 0x72,
964
+ 0x61, 0x6c, 0x5f, 0x6c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
965
+ 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61,
966
+ 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x14,
967
+ 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x41, 0x63, 0x63,
968
+ 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01,
969
+ 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67,
970
+ 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52,
971
+ 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0xaa, 0x01, 0x0a, 0x22, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73,
972
+ 0x74, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x41, 0x63,
973
+ 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x48, 0x0a, 0x0a,
974
+ 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
975
+ 0x32, 0x28, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f,
976
+ 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74,
977
+ 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69,
978
+ 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x0a, 0x05, 0x71, 0x75, 0x65, 0x72, 0x79, 0x18,
979
+ 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76,
980
+ 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x46, 0x69,
981
+ 0x6c, 0x74, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x05, 0x71, 0x75, 0x65,
982
+ 0x72, 0x79, 0x22, 0xa5, 0x01, 0x0a, 0x23, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x47, 0x65,
983
+ 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75,
984
+ 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4d, 0x0a, 0x17, 0x67, 0x65,
985
+ 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x5f, 0x6c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63,
986
+ 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x47, 0x65,
987
+ 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75,
988
+ 0x6e, 0x74, 0x52, 0x15, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65,
989
+ 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74,
990
+ 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61,
991
+ 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e,
992
+ 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0x48, 0x0a, 0x21, 0x44, 0x65,
993
+ 0x6c, 0x65, 0x74, 0x65, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65,
994
+ 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
995
+ 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64,
996
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63,
997
+ 0x65, 0x73, 0x49, 0x64, 0x22, 0x7a, 0x0a, 0x22, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x47, 0x65,
998
+ 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75,
999
+ 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65,
1000
+ 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
1001
+ 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12,
1002
+ 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e,
1003
+ 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c,
1004
+ 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61,
1005
+ 0x32, 0xa6, 0x04, 0x0a, 0x1b, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67,
1006
+ 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
1007
+ 0x12, 0x65, 0x0a, 0x1a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61,
1008
+ 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x22,
1009
+ 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65,
1010
+ 0x64, 0x67, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
1011
+ 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x47, 0x65, 0x6e, 0x65, 0x72,
1012
+ 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52,
1013
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x65, 0x0a, 0x1a, 0x55, 0x70, 0x64, 0x61, 0x74,
1014
+ 0x65, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x41, 0x63,
1015
+ 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x22, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x47, 0x65,
1016
+ 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75,
1017
+ 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x55, 0x70, 0x64, 0x61,
1018
+ 0x74, 0x65, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x41,
1019
+ 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x68,
1020
+ 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67,
1021
+ 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x79, 0x49, 0x64, 0x12, 0x23, 0x2e,
1022
+ 0x47, 0x65, 0x74, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65, 0x72,
1023
+ 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65,
1024
+ 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x47, 0x65, 0x74, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c,
1025
+ 0x65, 0x64, 0x67, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x79, 0x49, 0x64,
1026
+ 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x68, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x4c,
1027
+ 0x69, 0x73, 0x74, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65, 0x72,
1028
+ 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x23, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73,
1029
+ 0x74, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x41, 0x63,
1030
+ 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x47,
1031
+ 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64,
1032
+ 0x67, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
1033
+ 0x73, 0x65, 0x12, 0x65, 0x0a, 0x1a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x47, 0x65, 0x6e, 0x65,
1034
+ 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
1035
+ 0x12, 0x22, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c,
1036
+ 0x4c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71,
1037
+ 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x47, 0x65, 0x6e,
1038
+ 0x65, 0x72, 0x61, 0x6c, 0x4c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e,
1039
+ 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x7f, 0x5a, 0x7d, 0x67, 0x69, 0x74,
1040
+ 0x6c, 0x61, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x5f,
1041
+ 0x73, 0x6d, 0x2f, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2d, 0x76, 0x32, 0x2d, 0x70, 0x75, 0x72,
1042
+ 0x63, 0x68, 0x61, 0x73, 0x65, 0x2d, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f,
1043
+ 0x6e, 0x2d, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x67,
1044
+ 0x65, 0x6e, 0x2f, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x65, 0x6e,
1045
+ 0x65, 0x72, 0x61, 0x6c, 0x5f, 0x6c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63, 0x6f,
1046
+ 0x75, 0x6e, 0x74, 0x3b, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x5f, 0x6c, 0x65, 0x64, 0x67,
1047
+ 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
1048
+ 0x6f, 0x33,
1049
+ })
1050
+
1051
+ var (
1052
+ file_prisca_v1_general_ledger_account_general_ledger_account_proto_rawDescOnce sync.Once
1053
+ file_prisca_v1_general_ledger_account_general_ledger_account_proto_rawDescData []byte
1054
+ )
1055
+
1056
+ func file_prisca_v1_general_ledger_account_general_ledger_account_proto_rawDescGZIP() []byte {
1057
+ file_prisca_v1_general_ledger_account_general_ledger_account_proto_rawDescOnce.Do(func() {
1058
+ file_prisca_v1_general_ledger_account_general_ledger_account_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_prisca_v1_general_ledger_account_general_ledger_account_proto_rawDesc), len(file_prisca_v1_general_ledger_account_general_ledger_account_proto_rawDesc)))
1059
+ })
1060
+ return file_prisca_v1_general_ledger_account_general_ledger_account_proto_rawDescData
1061
+ }
1062
+
1063
+ var file_prisca_v1_general_ledger_account_general_ledger_account_proto_msgTypes = make([]protoimpl.MessageInfo, 13)
1064
+ var file_prisca_v1_general_ledger_account_general_ledger_account_proto_goTypes = []any{
1065
+ (*GeneralLedgerAccount)(nil), // 0: GeneralLedgerAccount
1066
+ (*GeneralLedgerLanguage)(nil), // 1: GeneralLedgerLanguage
1067
+ (*BaseGeneralLedgerAccount)(nil), // 2: BaseGeneralLedgerAccount
1068
+ (*CreateGeneralLedgerAccountRequest)(nil), // 3: CreateGeneralLedgerAccountRequest
1069
+ (*CreateGeneralLedgerAccountResponse)(nil), // 4: CreateGeneralLedgerAccountResponse
1070
+ (*UpdateGeneralLedgerAccountRequest)(nil), // 5: UpdateGeneralLedgerAccountRequest
1071
+ (*UpdateGeneralLedgerAccountResponse)(nil), // 6: UpdateGeneralLedgerAccountResponse
1072
+ (*GetGeneralLedgerAccountByIdRequest)(nil), // 7: GetGeneralLedgerAccountByIdRequest
1073
+ (*GetGeneralLedgerAccountByIdResponse)(nil), // 8: GetGeneralLedgerAccountByIdResponse
1074
+ (*GetListGeneralLedgerAccountRequest)(nil), // 9: GetListGeneralLedgerAccountRequest
1075
+ (*GetListGeneralLedgerAccountResponse)(nil), // 10: GetListGeneralLedgerAccountResponse
1076
+ (*DeleteGeneralLedgerAccountRequest)(nil), // 11: DeleteGeneralLedgerAccountRequest
1077
+ (*DeleteGeneralLedgerAccountResponse)(nil), // 12: DeleteGeneralLedgerAccountResponse
1078
+ (*account_group.AccountGroup)(nil), // 13: AccountGroup
1079
+ (*chart_of_account.ChartOfAccount)(nil), // 14: ChartOfAccount
1080
+ (*company.Company)(nil), // 15: Company
1081
+ (*currency.Currency)(nil), // 16: Currency
1082
+ (*meta.Meta)(nil), // 17: prisca.v1.global.meta.Meta
1083
+ (*meta.PaginationRequest)(nil), // 18: prisca.v1.global.meta.PaginationRequest
1084
+ (*meta.FilterRequest)(nil), // 19: prisca.v1.global.meta.FilterRequest
1085
+ }
1086
+ var file_prisca_v1_general_ledger_account_general_ledger_account_proto_depIdxs = []int32{
1087
+ 1, // 0: GeneralLedgerAccount.language_description:type_name -> GeneralLedgerLanguage
1088
+ 13, // 1: GeneralLedgerAccount.account_group:type_name -> AccountGroup
1089
+ 14, // 2: GeneralLedgerAccount.chart_of_account:type_name -> ChartOfAccount
1090
+ 15, // 3: GeneralLedgerAccount.companies:type_name -> Company
1091
+ 16, // 4: GeneralLedgerAccount.currency:type_name -> Currency
1092
+ 1, // 5: BaseGeneralLedgerAccount.language_description:type_name -> GeneralLedgerLanguage
1093
+ 2, // 6: CreateGeneralLedgerAccountRequest.base_general_ledger_account:type_name -> BaseGeneralLedgerAccount
1094
+ 0, // 7: CreateGeneralLedgerAccountResponse.general_ledger_account:type_name -> GeneralLedgerAccount
1095
+ 17, // 8: CreateGeneralLedgerAccountResponse.meta:type_name -> prisca.v1.global.meta.Meta
1096
+ 2, // 9: UpdateGeneralLedgerAccountRequest.base_general_ledger_account:type_name -> BaseGeneralLedgerAccount
1097
+ 0, // 10: UpdateGeneralLedgerAccountResponse.general_ledger_account:type_name -> GeneralLedgerAccount
1098
+ 17, // 11: UpdateGeneralLedgerAccountResponse.meta:type_name -> prisca.v1.global.meta.Meta
1099
+ 0, // 12: GetGeneralLedgerAccountByIdResponse.general_ledger_account:type_name -> GeneralLedgerAccount
1100
+ 17, // 13: GetGeneralLedgerAccountByIdResponse.meta:type_name -> prisca.v1.global.meta.Meta
1101
+ 18, // 14: GetListGeneralLedgerAccountRequest.pagination:type_name -> prisca.v1.global.meta.PaginationRequest
1102
+ 19, // 15: GetListGeneralLedgerAccountRequest.query:type_name -> prisca.v1.global.meta.FilterRequest
1103
+ 0, // 16: GetListGeneralLedgerAccountResponse.general_ledger_accounts:type_name -> GeneralLedgerAccount
1104
+ 17, // 17: GetListGeneralLedgerAccountResponse.meta:type_name -> prisca.v1.global.meta.Meta
1105
+ 17, // 18: DeleteGeneralLedgerAccountResponse.meta:type_name -> prisca.v1.global.meta.Meta
1106
+ 3, // 19: GeneralLedgerAccountService.CreateGeneralLedgerAccount:input_type -> CreateGeneralLedgerAccountRequest
1107
+ 5, // 20: GeneralLedgerAccountService.UpdateGeneralLedgerAccount:input_type -> UpdateGeneralLedgerAccountRequest
1108
+ 7, // 21: GeneralLedgerAccountService.GetGeneralLedgerAccountById:input_type -> GetGeneralLedgerAccountByIdRequest
1109
+ 9, // 22: GeneralLedgerAccountService.GetListGeneralLedgerAccount:input_type -> GetListGeneralLedgerAccountRequest
1110
+ 11, // 23: GeneralLedgerAccountService.DeleteGeneralLedgerAccount:input_type -> DeleteGeneralLedgerAccountRequest
1111
+ 4, // 24: GeneralLedgerAccountService.CreateGeneralLedgerAccount:output_type -> CreateGeneralLedgerAccountResponse
1112
+ 6, // 25: GeneralLedgerAccountService.UpdateGeneralLedgerAccount:output_type -> UpdateGeneralLedgerAccountResponse
1113
+ 8, // 26: GeneralLedgerAccountService.GetGeneralLedgerAccountById:output_type -> GetGeneralLedgerAccountByIdResponse
1114
+ 10, // 27: GeneralLedgerAccountService.GetListGeneralLedgerAccount:output_type -> GetListGeneralLedgerAccountResponse
1115
+ 12, // 28: GeneralLedgerAccountService.DeleteGeneralLedgerAccount:output_type -> DeleteGeneralLedgerAccountResponse
1116
+ 24, // [24:29] is the sub-list for method output_type
1117
+ 19, // [19:24] is the sub-list for method input_type
1118
+ 19, // [19:19] is the sub-list for extension type_name
1119
+ 19, // [19:19] is the sub-list for extension extendee
1120
+ 0, // [0:19] is the sub-list for field type_name
1121
+ }
1122
+
1123
+ func init() { file_prisca_v1_general_ledger_account_general_ledger_account_proto_init() }
1124
+ func file_prisca_v1_general_ledger_account_general_ledger_account_proto_init() {
1125
+ if File_prisca_v1_general_ledger_account_general_ledger_account_proto != nil {
1126
+ return
1127
+ }
1128
+ file_prisca_v1_general_ledger_account_general_ledger_account_proto_msgTypes[0].OneofWrappers = []any{}
1129
+ type x struct{}
1130
+ out := protoimpl.TypeBuilder{
1131
+ File: protoimpl.DescBuilder{
1132
+ GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
1133
+ RawDescriptor: unsafe.Slice(unsafe.StringData(file_prisca_v1_general_ledger_account_general_ledger_account_proto_rawDesc), len(file_prisca_v1_general_ledger_account_general_ledger_account_proto_rawDesc)),
1134
+ NumEnums: 0,
1135
+ NumMessages: 13,
1136
+ NumExtensions: 0,
1137
+ NumServices: 1,
1138
+ },
1139
+ GoTypes: file_prisca_v1_general_ledger_account_general_ledger_account_proto_goTypes,
1140
+ DependencyIndexes: file_prisca_v1_general_ledger_account_general_ledger_account_proto_depIdxs,
1141
+ MessageInfos: file_prisca_v1_general_ledger_account_general_ledger_account_proto_msgTypes,
1142
+ }.Build()
1143
+ File_prisca_v1_general_ledger_account_general_ledger_account_proto = out.File
1144
+ file_prisca_v1_general_ledger_account_general_ledger_account_proto_goTypes = nil
1145
+ file_prisca_v1_general_ledger_account_general_ledger_account_proto_depIdxs = nil
1146
+ }