@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,955 @@
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/account_group/account_group.proto
6
+
7
+ package account_group
8
+
9
+ import (
10
+ meta "gitlab.com/integra_sm/prisca-v2-core-service/protocgen/prisca/v1/global/meta"
11
+ chart_of_account "gitlab.com/integra_sm/prisca-v2-purchase-requisition-domain/protocgen/prisca/v1/chart_of_account"
12
+ protoreflect "google.golang.org/protobuf/reflect/protoreflect"
13
+ protoimpl "google.golang.org/protobuf/runtime/protoimpl"
14
+ reflect "reflect"
15
+ sync "sync"
16
+ unsafe "unsafe"
17
+ )
18
+
19
+ const (
20
+ // Verify that this generated code is sufficiently up-to-date.
21
+ _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
22
+ // Verify that runtime/protoimpl is sufficiently up-to-date.
23
+ _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
24
+ )
25
+
26
+ type AccountGroup struct {
27
+ state protoimpl.MessageState `protogen:"open.v1"`
28
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
29
+ Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
30
+ Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
31
+ FromAccount string `protobuf:"bytes,4,opt,name=from_account,json=fromAccount,proto3" json:"from_account,omitempty"`
32
+ ToAccount string `protobuf:"bytes,5,opt,name=to_account,json=toAccount,proto3" json:"to_account,omitempty"`
33
+ ChartOfAccountRef string `protobuf:"bytes,6,opt,name=chart_of_account_ref,json=chartOfAccountRef,proto3" json:"chart_of_account_ref,omitempty"`
34
+ ReferencesId string `protobuf:"bytes,7,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
35
+ CreatedAt string `protobuf:"bytes,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // Use ISO 8601 format for date strings
36
+ UpdatedAt string `protobuf:"bytes,9,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // Optional, nullable
37
+ ChartOfAccount *chart_of_account.ChartOfAccount `protobuf:"bytes,10,opt,name=chart_of_account,json=chartOfAccount,proto3,oneof" json:"chart_of_account,omitempty"`
38
+ unknownFields protoimpl.UnknownFields
39
+ sizeCache protoimpl.SizeCache
40
+ }
41
+
42
+ func (x *AccountGroup) Reset() {
43
+ *x = AccountGroup{}
44
+ mi := &file_prisca_v1_account_group_account_group_proto_msgTypes[0]
45
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
46
+ ms.StoreMessageInfo(mi)
47
+ }
48
+
49
+ func (x *AccountGroup) String() string {
50
+ return protoimpl.X.MessageStringOf(x)
51
+ }
52
+
53
+ func (*AccountGroup) ProtoMessage() {}
54
+
55
+ func (x *AccountGroup) ProtoReflect() protoreflect.Message {
56
+ mi := &file_prisca_v1_account_group_account_group_proto_msgTypes[0]
57
+ if x != nil {
58
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
59
+ if ms.LoadMessageInfo() == nil {
60
+ ms.StoreMessageInfo(mi)
61
+ }
62
+ return ms
63
+ }
64
+ return mi.MessageOf(x)
65
+ }
66
+
67
+ // Deprecated: Use AccountGroup.ProtoReflect.Descriptor instead.
68
+ func (*AccountGroup) Descriptor() ([]byte, []int) {
69
+ return file_prisca_v1_account_group_account_group_proto_rawDescGZIP(), []int{0}
70
+ }
71
+
72
+ func (x *AccountGroup) GetId() int64 {
73
+ if x != nil {
74
+ return x.Id
75
+ }
76
+ return 0
77
+ }
78
+
79
+ func (x *AccountGroup) GetCode() string {
80
+ if x != nil {
81
+ return x.Code
82
+ }
83
+ return ""
84
+ }
85
+
86
+ func (x *AccountGroup) GetName() string {
87
+ if x != nil {
88
+ return x.Name
89
+ }
90
+ return ""
91
+ }
92
+
93
+ func (x *AccountGroup) GetFromAccount() string {
94
+ if x != nil {
95
+ return x.FromAccount
96
+ }
97
+ return ""
98
+ }
99
+
100
+ func (x *AccountGroup) GetToAccount() string {
101
+ if x != nil {
102
+ return x.ToAccount
103
+ }
104
+ return ""
105
+ }
106
+
107
+ func (x *AccountGroup) GetChartOfAccountRef() string {
108
+ if x != nil {
109
+ return x.ChartOfAccountRef
110
+ }
111
+ return ""
112
+ }
113
+
114
+ func (x *AccountGroup) GetReferencesId() string {
115
+ if x != nil {
116
+ return x.ReferencesId
117
+ }
118
+ return ""
119
+ }
120
+
121
+ func (x *AccountGroup) GetCreatedAt() string {
122
+ if x != nil {
123
+ return x.CreatedAt
124
+ }
125
+ return ""
126
+ }
127
+
128
+ func (x *AccountGroup) GetUpdatedAt() string {
129
+ if x != nil {
130
+ return x.UpdatedAt
131
+ }
132
+ return ""
133
+ }
134
+
135
+ func (x *AccountGroup) GetChartOfAccount() *chart_of_account.ChartOfAccount {
136
+ if x != nil {
137
+ return x.ChartOfAccount
138
+ }
139
+ return nil
140
+ }
141
+
142
+ type BaseAccountGroup struct {
143
+ state protoimpl.MessageState `protogen:"open.v1"`
144
+ Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
145
+ Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
146
+ FromAccount string `protobuf:"bytes,3,opt,name=from_account,json=fromAccount,proto3" json:"from_account,omitempty"`
147
+ ToAccount string `protobuf:"bytes,4,opt,name=to_account,json=toAccount,proto3" json:"to_account,omitempty"`
148
+ ChartOfAccountRef string `protobuf:"bytes,5,opt,name=chart_of_account_ref,json=chartOfAccountRef,proto3" json:"chart_of_account_ref,omitempty"`
149
+ unknownFields protoimpl.UnknownFields
150
+ sizeCache protoimpl.SizeCache
151
+ }
152
+
153
+ func (x *BaseAccountGroup) Reset() {
154
+ *x = BaseAccountGroup{}
155
+ mi := &file_prisca_v1_account_group_account_group_proto_msgTypes[1]
156
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
157
+ ms.StoreMessageInfo(mi)
158
+ }
159
+
160
+ func (x *BaseAccountGroup) String() string {
161
+ return protoimpl.X.MessageStringOf(x)
162
+ }
163
+
164
+ func (*BaseAccountGroup) ProtoMessage() {}
165
+
166
+ func (x *BaseAccountGroup) ProtoReflect() protoreflect.Message {
167
+ mi := &file_prisca_v1_account_group_account_group_proto_msgTypes[1]
168
+ if x != nil {
169
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
170
+ if ms.LoadMessageInfo() == nil {
171
+ ms.StoreMessageInfo(mi)
172
+ }
173
+ return ms
174
+ }
175
+ return mi.MessageOf(x)
176
+ }
177
+
178
+ // Deprecated: Use BaseAccountGroup.ProtoReflect.Descriptor instead.
179
+ func (*BaseAccountGroup) Descriptor() ([]byte, []int) {
180
+ return file_prisca_v1_account_group_account_group_proto_rawDescGZIP(), []int{1}
181
+ }
182
+
183
+ func (x *BaseAccountGroup) GetCode() string {
184
+ if x != nil {
185
+ return x.Code
186
+ }
187
+ return ""
188
+ }
189
+
190
+ func (x *BaseAccountGroup) GetName() string {
191
+ if x != nil {
192
+ return x.Name
193
+ }
194
+ return ""
195
+ }
196
+
197
+ func (x *BaseAccountGroup) GetFromAccount() string {
198
+ if x != nil {
199
+ return x.FromAccount
200
+ }
201
+ return ""
202
+ }
203
+
204
+ func (x *BaseAccountGroup) GetToAccount() string {
205
+ if x != nil {
206
+ return x.ToAccount
207
+ }
208
+ return ""
209
+ }
210
+
211
+ func (x *BaseAccountGroup) GetChartOfAccountRef() string {
212
+ if x != nil {
213
+ return x.ChartOfAccountRef
214
+ }
215
+ return ""
216
+ }
217
+
218
+ type CreateAccountGroupRequest struct {
219
+ state protoimpl.MessageState `protogen:"open.v1"`
220
+ BaseAccountGroup *BaseAccountGroup `protobuf:"bytes,1,opt,name=base_account_group,json=baseAccountGroup,proto3" json:"base_account_group,omitempty"`
221
+ unknownFields protoimpl.UnknownFields
222
+ sizeCache protoimpl.SizeCache
223
+ }
224
+
225
+ func (x *CreateAccountGroupRequest) Reset() {
226
+ *x = CreateAccountGroupRequest{}
227
+ mi := &file_prisca_v1_account_group_account_group_proto_msgTypes[2]
228
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
229
+ ms.StoreMessageInfo(mi)
230
+ }
231
+
232
+ func (x *CreateAccountGroupRequest) String() string {
233
+ return protoimpl.X.MessageStringOf(x)
234
+ }
235
+
236
+ func (*CreateAccountGroupRequest) ProtoMessage() {}
237
+
238
+ func (x *CreateAccountGroupRequest) ProtoReflect() protoreflect.Message {
239
+ mi := &file_prisca_v1_account_group_account_group_proto_msgTypes[2]
240
+ if x != nil {
241
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
242
+ if ms.LoadMessageInfo() == nil {
243
+ ms.StoreMessageInfo(mi)
244
+ }
245
+ return ms
246
+ }
247
+ return mi.MessageOf(x)
248
+ }
249
+
250
+ // Deprecated: Use CreateAccountGroupRequest.ProtoReflect.Descriptor instead.
251
+ func (*CreateAccountGroupRequest) Descriptor() ([]byte, []int) {
252
+ return file_prisca_v1_account_group_account_group_proto_rawDescGZIP(), []int{2}
253
+ }
254
+
255
+ func (x *CreateAccountGroupRequest) GetBaseAccountGroup() *BaseAccountGroup {
256
+ if x != nil {
257
+ return x.BaseAccountGroup
258
+ }
259
+ return nil
260
+ }
261
+
262
+ type CreateAccountGroupResponse struct {
263
+ state protoimpl.MessageState `protogen:"open.v1"`
264
+ AccountGroup *AccountGroup `protobuf:"bytes,1,opt,name=account_group,json=accountGroup,proto3" json:"account_group,omitempty"`
265
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
266
+ unknownFields protoimpl.UnknownFields
267
+ sizeCache protoimpl.SizeCache
268
+ }
269
+
270
+ func (x *CreateAccountGroupResponse) Reset() {
271
+ *x = CreateAccountGroupResponse{}
272
+ mi := &file_prisca_v1_account_group_account_group_proto_msgTypes[3]
273
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
274
+ ms.StoreMessageInfo(mi)
275
+ }
276
+
277
+ func (x *CreateAccountGroupResponse) String() string {
278
+ return protoimpl.X.MessageStringOf(x)
279
+ }
280
+
281
+ func (*CreateAccountGroupResponse) ProtoMessage() {}
282
+
283
+ func (x *CreateAccountGroupResponse) ProtoReflect() protoreflect.Message {
284
+ mi := &file_prisca_v1_account_group_account_group_proto_msgTypes[3]
285
+ if x != nil {
286
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
287
+ if ms.LoadMessageInfo() == nil {
288
+ ms.StoreMessageInfo(mi)
289
+ }
290
+ return ms
291
+ }
292
+ return mi.MessageOf(x)
293
+ }
294
+
295
+ // Deprecated: Use CreateAccountGroupResponse.ProtoReflect.Descriptor instead.
296
+ func (*CreateAccountGroupResponse) Descriptor() ([]byte, []int) {
297
+ return file_prisca_v1_account_group_account_group_proto_rawDescGZIP(), []int{3}
298
+ }
299
+
300
+ func (x *CreateAccountGroupResponse) GetAccountGroup() *AccountGroup {
301
+ if x != nil {
302
+ return x.AccountGroup
303
+ }
304
+ return nil
305
+ }
306
+
307
+ func (x *CreateAccountGroupResponse) GetMeta() *meta.Meta {
308
+ if x != nil {
309
+ return x.Meta
310
+ }
311
+ return nil
312
+ }
313
+
314
+ type UpdateAccountGroupRequest struct {
315
+ state protoimpl.MessageState `protogen:"open.v1"`
316
+ ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
317
+ BaseAccountGroup *BaseAccountGroup `protobuf:"bytes,2,opt,name=base_account_group,json=baseAccountGroup,proto3" json:"base_account_group,omitempty"`
318
+ unknownFields protoimpl.UnknownFields
319
+ sizeCache protoimpl.SizeCache
320
+ }
321
+
322
+ func (x *UpdateAccountGroupRequest) Reset() {
323
+ *x = UpdateAccountGroupRequest{}
324
+ mi := &file_prisca_v1_account_group_account_group_proto_msgTypes[4]
325
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
326
+ ms.StoreMessageInfo(mi)
327
+ }
328
+
329
+ func (x *UpdateAccountGroupRequest) String() string {
330
+ return protoimpl.X.MessageStringOf(x)
331
+ }
332
+
333
+ func (*UpdateAccountGroupRequest) ProtoMessage() {}
334
+
335
+ func (x *UpdateAccountGroupRequest) ProtoReflect() protoreflect.Message {
336
+ mi := &file_prisca_v1_account_group_account_group_proto_msgTypes[4]
337
+ if x != nil {
338
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
339
+ if ms.LoadMessageInfo() == nil {
340
+ ms.StoreMessageInfo(mi)
341
+ }
342
+ return ms
343
+ }
344
+ return mi.MessageOf(x)
345
+ }
346
+
347
+ // Deprecated: Use UpdateAccountGroupRequest.ProtoReflect.Descriptor instead.
348
+ func (*UpdateAccountGroupRequest) Descriptor() ([]byte, []int) {
349
+ return file_prisca_v1_account_group_account_group_proto_rawDescGZIP(), []int{4}
350
+ }
351
+
352
+ func (x *UpdateAccountGroupRequest) GetReferencesId() string {
353
+ if x != nil {
354
+ return x.ReferencesId
355
+ }
356
+ return ""
357
+ }
358
+
359
+ func (x *UpdateAccountGroupRequest) GetBaseAccountGroup() *BaseAccountGroup {
360
+ if x != nil {
361
+ return x.BaseAccountGroup
362
+ }
363
+ return nil
364
+ }
365
+
366
+ type UpdateAccountGroupResponse struct {
367
+ state protoimpl.MessageState `protogen:"open.v1"`
368
+ AccountGroup *AccountGroup `protobuf:"bytes,1,opt,name=account_group,json=accountGroup,proto3" json:"account_group,omitempty"`
369
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
370
+ unknownFields protoimpl.UnknownFields
371
+ sizeCache protoimpl.SizeCache
372
+ }
373
+
374
+ func (x *UpdateAccountGroupResponse) Reset() {
375
+ *x = UpdateAccountGroupResponse{}
376
+ mi := &file_prisca_v1_account_group_account_group_proto_msgTypes[5]
377
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
378
+ ms.StoreMessageInfo(mi)
379
+ }
380
+
381
+ func (x *UpdateAccountGroupResponse) String() string {
382
+ return protoimpl.X.MessageStringOf(x)
383
+ }
384
+
385
+ func (*UpdateAccountGroupResponse) ProtoMessage() {}
386
+
387
+ func (x *UpdateAccountGroupResponse) ProtoReflect() protoreflect.Message {
388
+ mi := &file_prisca_v1_account_group_account_group_proto_msgTypes[5]
389
+ if x != nil {
390
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
391
+ if ms.LoadMessageInfo() == nil {
392
+ ms.StoreMessageInfo(mi)
393
+ }
394
+ return ms
395
+ }
396
+ return mi.MessageOf(x)
397
+ }
398
+
399
+ // Deprecated: Use UpdateAccountGroupResponse.ProtoReflect.Descriptor instead.
400
+ func (*UpdateAccountGroupResponse) Descriptor() ([]byte, []int) {
401
+ return file_prisca_v1_account_group_account_group_proto_rawDescGZIP(), []int{5}
402
+ }
403
+
404
+ func (x *UpdateAccountGroupResponse) GetAccountGroup() *AccountGroup {
405
+ if x != nil {
406
+ return x.AccountGroup
407
+ }
408
+ return nil
409
+ }
410
+
411
+ func (x *UpdateAccountGroupResponse) GetMeta() *meta.Meta {
412
+ if x != nil {
413
+ return x.Meta
414
+ }
415
+ return nil
416
+ }
417
+
418
+ type GetAccountGroupByIdRequest struct {
419
+ state protoimpl.MessageState `protogen:"open.v1"`
420
+ ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
421
+ unknownFields protoimpl.UnknownFields
422
+ sizeCache protoimpl.SizeCache
423
+ }
424
+
425
+ func (x *GetAccountGroupByIdRequest) Reset() {
426
+ *x = GetAccountGroupByIdRequest{}
427
+ mi := &file_prisca_v1_account_group_account_group_proto_msgTypes[6]
428
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
429
+ ms.StoreMessageInfo(mi)
430
+ }
431
+
432
+ func (x *GetAccountGroupByIdRequest) String() string {
433
+ return protoimpl.X.MessageStringOf(x)
434
+ }
435
+
436
+ func (*GetAccountGroupByIdRequest) ProtoMessage() {}
437
+
438
+ func (x *GetAccountGroupByIdRequest) ProtoReflect() protoreflect.Message {
439
+ mi := &file_prisca_v1_account_group_account_group_proto_msgTypes[6]
440
+ if x != nil {
441
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
442
+ if ms.LoadMessageInfo() == nil {
443
+ ms.StoreMessageInfo(mi)
444
+ }
445
+ return ms
446
+ }
447
+ return mi.MessageOf(x)
448
+ }
449
+
450
+ // Deprecated: Use GetAccountGroupByIdRequest.ProtoReflect.Descriptor instead.
451
+ func (*GetAccountGroupByIdRequest) Descriptor() ([]byte, []int) {
452
+ return file_prisca_v1_account_group_account_group_proto_rawDescGZIP(), []int{6}
453
+ }
454
+
455
+ func (x *GetAccountGroupByIdRequest) GetReferencesId() string {
456
+ if x != nil {
457
+ return x.ReferencesId
458
+ }
459
+ return ""
460
+ }
461
+
462
+ type GetAccountGroupByIdResponse struct {
463
+ state protoimpl.MessageState `protogen:"open.v1"`
464
+ AccountGroup *AccountGroup `protobuf:"bytes,1,opt,name=account_group,json=accountGroup,proto3" json:"account_group,omitempty"`
465
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
466
+ unknownFields protoimpl.UnknownFields
467
+ sizeCache protoimpl.SizeCache
468
+ }
469
+
470
+ func (x *GetAccountGroupByIdResponse) Reset() {
471
+ *x = GetAccountGroupByIdResponse{}
472
+ mi := &file_prisca_v1_account_group_account_group_proto_msgTypes[7]
473
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
474
+ ms.StoreMessageInfo(mi)
475
+ }
476
+
477
+ func (x *GetAccountGroupByIdResponse) String() string {
478
+ return protoimpl.X.MessageStringOf(x)
479
+ }
480
+
481
+ func (*GetAccountGroupByIdResponse) ProtoMessage() {}
482
+
483
+ func (x *GetAccountGroupByIdResponse) ProtoReflect() protoreflect.Message {
484
+ mi := &file_prisca_v1_account_group_account_group_proto_msgTypes[7]
485
+ if x != nil {
486
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
487
+ if ms.LoadMessageInfo() == nil {
488
+ ms.StoreMessageInfo(mi)
489
+ }
490
+ return ms
491
+ }
492
+ return mi.MessageOf(x)
493
+ }
494
+
495
+ // Deprecated: Use GetAccountGroupByIdResponse.ProtoReflect.Descriptor instead.
496
+ func (*GetAccountGroupByIdResponse) Descriptor() ([]byte, []int) {
497
+ return file_prisca_v1_account_group_account_group_proto_rawDescGZIP(), []int{7}
498
+ }
499
+
500
+ func (x *GetAccountGroupByIdResponse) GetAccountGroup() *AccountGroup {
501
+ if x != nil {
502
+ return x.AccountGroup
503
+ }
504
+ return nil
505
+ }
506
+
507
+ func (x *GetAccountGroupByIdResponse) GetMeta() *meta.Meta {
508
+ if x != nil {
509
+ return x.Meta
510
+ }
511
+ return nil
512
+ }
513
+
514
+ type GetListAccountGroupRequest struct {
515
+ state protoimpl.MessageState `protogen:"open.v1"`
516
+ Pagination *meta.PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
517
+ Query *meta.FilterRequest `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
518
+ unknownFields protoimpl.UnknownFields
519
+ sizeCache protoimpl.SizeCache
520
+ }
521
+
522
+ func (x *GetListAccountGroupRequest) Reset() {
523
+ *x = GetListAccountGroupRequest{}
524
+ mi := &file_prisca_v1_account_group_account_group_proto_msgTypes[8]
525
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
526
+ ms.StoreMessageInfo(mi)
527
+ }
528
+
529
+ func (x *GetListAccountGroupRequest) String() string {
530
+ return protoimpl.X.MessageStringOf(x)
531
+ }
532
+
533
+ func (*GetListAccountGroupRequest) ProtoMessage() {}
534
+
535
+ func (x *GetListAccountGroupRequest) ProtoReflect() protoreflect.Message {
536
+ mi := &file_prisca_v1_account_group_account_group_proto_msgTypes[8]
537
+ if x != nil {
538
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
539
+ if ms.LoadMessageInfo() == nil {
540
+ ms.StoreMessageInfo(mi)
541
+ }
542
+ return ms
543
+ }
544
+ return mi.MessageOf(x)
545
+ }
546
+
547
+ // Deprecated: Use GetListAccountGroupRequest.ProtoReflect.Descriptor instead.
548
+ func (*GetListAccountGroupRequest) Descriptor() ([]byte, []int) {
549
+ return file_prisca_v1_account_group_account_group_proto_rawDescGZIP(), []int{8}
550
+ }
551
+
552
+ func (x *GetListAccountGroupRequest) GetPagination() *meta.PaginationRequest {
553
+ if x != nil {
554
+ return x.Pagination
555
+ }
556
+ return nil
557
+ }
558
+
559
+ func (x *GetListAccountGroupRequest) GetQuery() *meta.FilterRequest {
560
+ if x != nil {
561
+ return x.Query
562
+ }
563
+ return nil
564
+ }
565
+
566
+ type GetListAccountGroupResponse struct {
567
+ state protoimpl.MessageState `protogen:"open.v1"`
568
+ AccountGroups []*AccountGroup `protobuf:"bytes,1,rep,name=account_groups,json=accountGroups,proto3" json:"account_groups,omitempty"`
569
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
570
+ unknownFields protoimpl.UnknownFields
571
+ sizeCache protoimpl.SizeCache
572
+ }
573
+
574
+ func (x *GetListAccountGroupResponse) Reset() {
575
+ *x = GetListAccountGroupResponse{}
576
+ mi := &file_prisca_v1_account_group_account_group_proto_msgTypes[9]
577
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
578
+ ms.StoreMessageInfo(mi)
579
+ }
580
+
581
+ func (x *GetListAccountGroupResponse) String() string {
582
+ return protoimpl.X.MessageStringOf(x)
583
+ }
584
+
585
+ func (*GetListAccountGroupResponse) ProtoMessage() {}
586
+
587
+ func (x *GetListAccountGroupResponse) ProtoReflect() protoreflect.Message {
588
+ mi := &file_prisca_v1_account_group_account_group_proto_msgTypes[9]
589
+ if x != nil {
590
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
591
+ if ms.LoadMessageInfo() == nil {
592
+ ms.StoreMessageInfo(mi)
593
+ }
594
+ return ms
595
+ }
596
+ return mi.MessageOf(x)
597
+ }
598
+
599
+ // Deprecated: Use GetListAccountGroupResponse.ProtoReflect.Descriptor instead.
600
+ func (*GetListAccountGroupResponse) Descriptor() ([]byte, []int) {
601
+ return file_prisca_v1_account_group_account_group_proto_rawDescGZIP(), []int{9}
602
+ }
603
+
604
+ func (x *GetListAccountGroupResponse) GetAccountGroups() []*AccountGroup {
605
+ if x != nil {
606
+ return x.AccountGroups
607
+ }
608
+ return nil
609
+ }
610
+
611
+ func (x *GetListAccountGroupResponse) GetMeta() *meta.Meta {
612
+ if x != nil {
613
+ return x.Meta
614
+ }
615
+ return nil
616
+ }
617
+
618
+ type DeleteAccountGroupRequest struct {
619
+ state protoimpl.MessageState `protogen:"open.v1"`
620
+ ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
621
+ unknownFields protoimpl.UnknownFields
622
+ sizeCache protoimpl.SizeCache
623
+ }
624
+
625
+ func (x *DeleteAccountGroupRequest) Reset() {
626
+ *x = DeleteAccountGroupRequest{}
627
+ mi := &file_prisca_v1_account_group_account_group_proto_msgTypes[10]
628
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
629
+ ms.StoreMessageInfo(mi)
630
+ }
631
+
632
+ func (x *DeleteAccountGroupRequest) String() string {
633
+ return protoimpl.X.MessageStringOf(x)
634
+ }
635
+
636
+ func (*DeleteAccountGroupRequest) ProtoMessage() {}
637
+
638
+ func (x *DeleteAccountGroupRequest) ProtoReflect() protoreflect.Message {
639
+ mi := &file_prisca_v1_account_group_account_group_proto_msgTypes[10]
640
+ if x != nil {
641
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
642
+ if ms.LoadMessageInfo() == nil {
643
+ ms.StoreMessageInfo(mi)
644
+ }
645
+ return ms
646
+ }
647
+ return mi.MessageOf(x)
648
+ }
649
+
650
+ // Deprecated: Use DeleteAccountGroupRequest.ProtoReflect.Descriptor instead.
651
+ func (*DeleteAccountGroupRequest) Descriptor() ([]byte, []int) {
652
+ return file_prisca_v1_account_group_account_group_proto_rawDescGZIP(), []int{10}
653
+ }
654
+
655
+ func (x *DeleteAccountGroupRequest) GetReferencesId() string {
656
+ if x != nil {
657
+ return x.ReferencesId
658
+ }
659
+ return ""
660
+ }
661
+
662
+ type DeleteAccountGroupResponse struct {
663
+ state protoimpl.MessageState `protogen:"open.v1"`
664
+ ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
665
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
666
+ unknownFields protoimpl.UnknownFields
667
+ sizeCache protoimpl.SizeCache
668
+ }
669
+
670
+ func (x *DeleteAccountGroupResponse) Reset() {
671
+ *x = DeleteAccountGroupResponse{}
672
+ mi := &file_prisca_v1_account_group_account_group_proto_msgTypes[11]
673
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
674
+ ms.StoreMessageInfo(mi)
675
+ }
676
+
677
+ func (x *DeleteAccountGroupResponse) String() string {
678
+ return protoimpl.X.MessageStringOf(x)
679
+ }
680
+
681
+ func (*DeleteAccountGroupResponse) ProtoMessage() {}
682
+
683
+ func (x *DeleteAccountGroupResponse) ProtoReflect() protoreflect.Message {
684
+ mi := &file_prisca_v1_account_group_account_group_proto_msgTypes[11]
685
+ if x != nil {
686
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
687
+ if ms.LoadMessageInfo() == nil {
688
+ ms.StoreMessageInfo(mi)
689
+ }
690
+ return ms
691
+ }
692
+ return mi.MessageOf(x)
693
+ }
694
+
695
+ // Deprecated: Use DeleteAccountGroupResponse.ProtoReflect.Descriptor instead.
696
+ func (*DeleteAccountGroupResponse) Descriptor() ([]byte, []int) {
697
+ return file_prisca_v1_account_group_account_group_proto_rawDescGZIP(), []int{11}
698
+ }
699
+
700
+ func (x *DeleteAccountGroupResponse) GetReferencesId() string {
701
+ if x != nil {
702
+ return x.ReferencesId
703
+ }
704
+ return ""
705
+ }
706
+
707
+ func (x *DeleteAccountGroupResponse) GetMeta() *meta.Meta {
708
+ if x != nil {
709
+ return x.Meta
710
+ }
711
+ return nil
712
+ }
713
+
714
+ var File_prisca_v1_account_group_account_group_proto protoreflect.FileDescriptor
715
+
716
+ var file_prisca_v1_account_group_account_group_proto_rawDesc = string([]byte{
717
+ 0x0a, 0x2b, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x61, 0x63, 0x63, 0x6f,
718
+ 0x75, 0x6e, 0x74, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x2f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
719
+ 0x74, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x70,
720
+ 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2f,
721
+ 0x6d, 0x65, 0x74, 0x61, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
722
+ 0x31, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x68, 0x61, 0x72, 0x74,
723
+ 0x5f, 0x6f, 0x66, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2f, 0x63, 0x68, 0x61, 0x72,
724
+ 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f,
725
+ 0x74, 0x6f, 0x22, 0xf1, 0x02, 0x0a, 0x0c, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72,
726
+ 0x6f, 0x75, 0x70, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52,
727
+ 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
728
+ 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18,
729
+ 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x66,
730
+ 0x72, 0x6f, 0x6d, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28,
731
+ 0x09, 0x52, 0x0b, 0x66, 0x72, 0x6f, 0x6d, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1d,
732
+ 0x0a, 0x0a, 0x74, 0x6f, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01,
733
+ 0x28, 0x09, 0x52, 0x09, 0x74, 0x6f, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x2f, 0x0a,
734
+ 0x14, 0x63, 0x68, 0x61, 0x72, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
735
+ 0x74, 0x5f, 0x72, 0x65, 0x66, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x63, 0x68, 0x61,
736
+ 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x66, 0x12, 0x23,
737
+ 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18,
738
+ 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65,
739
+ 0x73, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61,
740
+ 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64,
741
+ 0x41, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74,
742
+ 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41,
743
+ 0x74, 0x12, 0x3e, 0x0a, 0x10, 0x63, 0x68, 0x61, 0x72, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x61, 0x63,
744
+ 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x43, 0x68,
745
+ 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x48, 0x00, 0x52, 0x0e,
746
+ 0x63, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x88, 0x01,
747
+ 0x01, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x63, 0x68, 0x61, 0x72, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x61,
748
+ 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0xad, 0x01, 0x0a, 0x10, 0x42, 0x61, 0x73, 0x65, 0x41,
749
+ 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x63,
750
+ 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12,
751
+ 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e,
752
+ 0x61, 0x6d, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x66, 0x72, 0x6f, 0x6d, 0x5f, 0x61, 0x63, 0x63, 0x6f,
753
+ 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x66, 0x72, 0x6f, 0x6d, 0x41,
754
+ 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x74, 0x6f, 0x5f, 0x61, 0x63, 0x63,
755
+ 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x74, 0x6f, 0x41, 0x63,
756
+ 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x2f, 0x0a, 0x14, 0x63, 0x68, 0x61, 0x72, 0x74, 0x5f, 0x6f,
757
+ 0x66, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x72, 0x65, 0x66, 0x18, 0x05, 0x20,
758
+ 0x01, 0x28, 0x09, 0x52, 0x11, 0x63, 0x68, 0x61, 0x72, 0x74, 0x4f, 0x66, 0x41, 0x63, 0x63, 0x6f,
759
+ 0x75, 0x6e, 0x74, 0x52, 0x65, 0x66, 0x22, 0x5c, 0x0a, 0x19, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65,
760
+ 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75,
761
+ 0x65, 0x73, 0x74, 0x12, 0x3f, 0x0a, 0x12, 0x62, 0x61, 0x73, 0x65, 0x5f, 0x61, 0x63, 0x63, 0x6f,
762
+ 0x75, 0x6e, 0x74, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
763
+ 0x11, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f,
764
+ 0x75, 0x70, 0x52, 0x10, 0x62, 0x61, 0x73, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47,
765
+ 0x72, 0x6f, 0x75, 0x70, 0x22, 0x81, 0x01, 0x0a, 0x1a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41,
766
+ 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f,
767
+ 0x6e, 0x73, 0x65, 0x12, 0x32, 0x0a, 0x0d, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x67,
768
+ 0x72, 0x6f, 0x75, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x41, 0x63, 0x63,
769
+ 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x0c, 0x61, 0x63, 0x63, 0x6f, 0x75,
770
+ 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18,
771
+ 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76,
772
+ 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65,
773
+ 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0x81, 0x01, 0x0a, 0x19, 0x55, 0x70, 0x64,
774
+ 0x61, 0x74, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52,
775
+ 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65,
776
+ 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72,
777
+ 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x3f, 0x0a, 0x12, 0x62,
778
+ 0x61, 0x73, 0x65, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x67, 0x72, 0x6f, 0x75,
779
+ 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x41, 0x63,
780
+ 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x10, 0x62, 0x61, 0x73, 0x65,
781
+ 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x22, 0x81, 0x01, 0x0a,
782
+ 0x1a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72,
783
+ 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x32, 0x0a, 0x0d, 0x61,
784
+ 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x01, 0x20, 0x01,
785
+ 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75,
786
+ 0x70, 0x52, 0x0c, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12,
787
+ 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e,
788
+ 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c,
789
+ 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61,
790
+ 0x22, 0x41, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72,
791
+ 0x6f, 0x75, 0x70, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23,
792
+ 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18,
793
+ 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65,
794
+ 0x73, 0x49, 0x64, 0x22, 0x82, 0x01, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75,
795
+ 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f,
796
+ 0x6e, 0x73, 0x65, 0x12, 0x32, 0x0a, 0x0d, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x67,
797
+ 0x72, 0x6f, 0x75, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x41, 0x63, 0x63,
798
+ 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x0c, 0x61, 0x63, 0x63, 0x6f, 0x75,
799
+ 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18,
800
+ 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76,
801
+ 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65,
802
+ 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0xa2, 0x01, 0x0a, 0x1a, 0x47, 0x65, 0x74,
803
+ 0x4c, 0x69, 0x73, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70,
804
+ 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x48, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e,
805
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x70, 0x72,
806
+ 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d,
807
+ 0x65, 0x74, 0x61, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65,
808
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f,
809
+ 0x6e, 0x12, 0x3a, 0x0a, 0x05, 0x71, 0x75, 0x65, 0x72, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
810
+ 0x32, 0x24, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f,
811
+ 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52,
812
+ 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x05, 0x71, 0x75, 0x65, 0x72, 0x79, 0x22, 0x84, 0x01,
813
+ 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
814
+ 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x34, 0x0a,
815
+ 0x0e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x18,
816
+ 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47,
817
+ 0x72, 0x6f, 0x75, 0x70, 0x52, 0x0d, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f,
818
+ 0x75, 0x70, 0x73, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28,
819
+ 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c,
820
+ 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04,
821
+ 0x6d, 0x65, 0x74, 0x61, 0x22, 0x40, 0x0a, 0x19, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x63,
822
+ 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
823
+ 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f,
824
+ 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65,
825
+ 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x22, 0x72, 0x0a, 0x1a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65,
826
+ 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70,
827
+ 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63,
828
+ 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66,
829
+ 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74,
830
+ 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61,
831
+ 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e,
832
+ 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x32, 0xa6, 0x03, 0x0a, 0x13, 0x41,
833
+ 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x65, 0x72, 0x76, 0x69,
834
+ 0x63, 0x65, 0x12, 0x4d, 0x0a, 0x12, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x63, 0x63, 0x6f,
835
+ 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x1a, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74,
836
+ 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71,
837
+ 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x63, 0x63,
838
+ 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
839
+ 0x65, 0x12, 0x4d, 0x0a, 0x12, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75,
840
+ 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x1a, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
841
+ 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75,
842
+ 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x63, 0x63, 0x6f,
843
+ 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
844
+ 0x12, 0x50, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72,
845
+ 0x6f, 0x75, 0x70, 0x42, 0x79, 0x49, 0x64, 0x12, 0x1b, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63,
846
+ 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x71,
847
+ 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e,
848
+ 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
849
+ 0x73, 0x65, 0x12, 0x50, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x63, 0x63,
850
+ 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x1b, 0x2e, 0x47, 0x65, 0x74, 0x4c,
851
+ 0x69, 0x73, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52,
852
+ 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74,
853
+ 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70,
854
+ 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4d, 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x63,
855
+ 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x1a, 0x2e, 0x44, 0x65, 0x6c,
856
+ 0x65, 0x74, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52,
857
+ 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41,
858
+ 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f,
859
+ 0x6e, 0x73, 0x65, 0x42, 0x6d, 0x5a, 0x6b, 0x67, 0x69, 0x74, 0x6c, 0x61, 0x62, 0x2e, 0x63, 0x6f,
860
+ 0x6d, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x5f, 0x73, 0x6d, 0x2f, 0x70, 0x72, 0x69,
861
+ 0x73, 0x63, 0x61, 0x2d, 0x76, 0x32, 0x2d, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x2d,
862
+ 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x2d, 0x64, 0x6f, 0x6d, 0x61,
863
+ 0x69, 0x6e, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x67, 0x65, 0x6e, 0x2f, 0x70, 0x72, 0x69,
864
+ 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x67,
865
+ 0x72, 0x6f, 0x75, 0x70, 0x3b, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x67, 0x72, 0x6f,
866
+ 0x75, 0x70, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
867
+ })
868
+
869
+ var (
870
+ file_prisca_v1_account_group_account_group_proto_rawDescOnce sync.Once
871
+ file_prisca_v1_account_group_account_group_proto_rawDescData []byte
872
+ )
873
+
874
+ func file_prisca_v1_account_group_account_group_proto_rawDescGZIP() []byte {
875
+ file_prisca_v1_account_group_account_group_proto_rawDescOnce.Do(func() {
876
+ file_prisca_v1_account_group_account_group_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_prisca_v1_account_group_account_group_proto_rawDesc), len(file_prisca_v1_account_group_account_group_proto_rawDesc)))
877
+ })
878
+ return file_prisca_v1_account_group_account_group_proto_rawDescData
879
+ }
880
+
881
+ var file_prisca_v1_account_group_account_group_proto_msgTypes = make([]protoimpl.MessageInfo, 12)
882
+ var file_prisca_v1_account_group_account_group_proto_goTypes = []any{
883
+ (*AccountGroup)(nil), // 0: AccountGroup
884
+ (*BaseAccountGroup)(nil), // 1: BaseAccountGroup
885
+ (*CreateAccountGroupRequest)(nil), // 2: CreateAccountGroupRequest
886
+ (*CreateAccountGroupResponse)(nil), // 3: CreateAccountGroupResponse
887
+ (*UpdateAccountGroupRequest)(nil), // 4: UpdateAccountGroupRequest
888
+ (*UpdateAccountGroupResponse)(nil), // 5: UpdateAccountGroupResponse
889
+ (*GetAccountGroupByIdRequest)(nil), // 6: GetAccountGroupByIdRequest
890
+ (*GetAccountGroupByIdResponse)(nil), // 7: GetAccountGroupByIdResponse
891
+ (*GetListAccountGroupRequest)(nil), // 8: GetListAccountGroupRequest
892
+ (*GetListAccountGroupResponse)(nil), // 9: GetListAccountGroupResponse
893
+ (*DeleteAccountGroupRequest)(nil), // 10: DeleteAccountGroupRequest
894
+ (*DeleteAccountGroupResponse)(nil), // 11: DeleteAccountGroupResponse
895
+ (*chart_of_account.ChartOfAccount)(nil), // 12: ChartOfAccount
896
+ (*meta.Meta)(nil), // 13: prisca.v1.global.meta.Meta
897
+ (*meta.PaginationRequest)(nil), // 14: prisca.v1.global.meta.PaginationRequest
898
+ (*meta.FilterRequest)(nil), // 15: prisca.v1.global.meta.FilterRequest
899
+ }
900
+ var file_prisca_v1_account_group_account_group_proto_depIdxs = []int32{
901
+ 12, // 0: AccountGroup.chart_of_account:type_name -> ChartOfAccount
902
+ 1, // 1: CreateAccountGroupRequest.base_account_group:type_name -> BaseAccountGroup
903
+ 0, // 2: CreateAccountGroupResponse.account_group:type_name -> AccountGroup
904
+ 13, // 3: CreateAccountGroupResponse.meta:type_name -> prisca.v1.global.meta.Meta
905
+ 1, // 4: UpdateAccountGroupRequest.base_account_group:type_name -> BaseAccountGroup
906
+ 0, // 5: UpdateAccountGroupResponse.account_group:type_name -> AccountGroup
907
+ 13, // 6: UpdateAccountGroupResponse.meta:type_name -> prisca.v1.global.meta.Meta
908
+ 0, // 7: GetAccountGroupByIdResponse.account_group:type_name -> AccountGroup
909
+ 13, // 8: GetAccountGroupByIdResponse.meta:type_name -> prisca.v1.global.meta.Meta
910
+ 14, // 9: GetListAccountGroupRequest.pagination:type_name -> prisca.v1.global.meta.PaginationRequest
911
+ 15, // 10: GetListAccountGroupRequest.query:type_name -> prisca.v1.global.meta.FilterRequest
912
+ 0, // 11: GetListAccountGroupResponse.account_groups:type_name -> AccountGroup
913
+ 13, // 12: GetListAccountGroupResponse.meta:type_name -> prisca.v1.global.meta.Meta
914
+ 13, // 13: DeleteAccountGroupResponse.meta:type_name -> prisca.v1.global.meta.Meta
915
+ 2, // 14: AccountGroupService.CreateAccountGroup:input_type -> CreateAccountGroupRequest
916
+ 4, // 15: AccountGroupService.UpdateAccountGroup:input_type -> UpdateAccountGroupRequest
917
+ 6, // 16: AccountGroupService.GetAccountGroupById:input_type -> GetAccountGroupByIdRequest
918
+ 8, // 17: AccountGroupService.GetListAccountGroup:input_type -> GetListAccountGroupRequest
919
+ 10, // 18: AccountGroupService.DeleteAccountGroup:input_type -> DeleteAccountGroupRequest
920
+ 3, // 19: AccountGroupService.CreateAccountGroup:output_type -> CreateAccountGroupResponse
921
+ 5, // 20: AccountGroupService.UpdateAccountGroup:output_type -> UpdateAccountGroupResponse
922
+ 7, // 21: AccountGroupService.GetAccountGroupById:output_type -> GetAccountGroupByIdResponse
923
+ 9, // 22: AccountGroupService.GetListAccountGroup:output_type -> GetListAccountGroupResponse
924
+ 11, // 23: AccountGroupService.DeleteAccountGroup:output_type -> DeleteAccountGroupResponse
925
+ 19, // [19:24] is the sub-list for method output_type
926
+ 14, // [14:19] is the sub-list for method input_type
927
+ 14, // [14:14] is the sub-list for extension type_name
928
+ 14, // [14:14] is the sub-list for extension extendee
929
+ 0, // [0:14] is the sub-list for field type_name
930
+ }
931
+
932
+ func init() { file_prisca_v1_account_group_account_group_proto_init() }
933
+ func file_prisca_v1_account_group_account_group_proto_init() {
934
+ if File_prisca_v1_account_group_account_group_proto != nil {
935
+ return
936
+ }
937
+ file_prisca_v1_account_group_account_group_proto_msgTypes[0].OneofWrappers = []any{}
938
+ type x struct{}
939
+ out := protoimpl.TypeBuilder{
940
+ File: protoimpl.DescBuilder{
941
+ GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
942
+ RawDescriptor: unsafe.Slice(unsafe.StringData(file_prisca_v1_account_group_account_group_proto_rawDesc), len(file_prisca_v1_account_group_account_group_proto_rawDesc)),
943
+ NumEnums: 0,
944
+ NumMessages: 12,
945
+ NumExtensions: 0,
946
+ NumServices: 1,
947
+ },
948
+ GoTypes: file_prisca_v1_account_group_account_group_proto_goTypes,
949
+ DependencyIndexes: file_prisca_v1_account_group_account_group_proto_depIdxs,
950
+ MessageInfos: file_prisca_v1_account_group_account_group_proto_msgTypes,
951
+ }.Build()
952
+ File_prisca_v1_account_group_account_group_proto = out.File
953
+ file_prisca_v1_account_group_account_group_proto_goTypes = nil
954
+ file_prisca_v1_account_group_account_group_proto_depIdxs = nil
955
+ }