@aldiokta/protocgen 1.0.18 → 1.0.20

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 (96) hide show
  1. package/package.json +1 -1
  2. package/prisca/v1/core/auth/auth.pb.go +998 -0
  3. package/prisca/v1/core/auth/auth_grpc.pb.go +427 -0
  4. package/prisca/v1/core/company/company.pb.go +965 -0
  5. package/prisca/v1/core/company/company_grpc.pb.go +273 -0
  6. package/prisca/v1/core/department_material/department_material.pb.go +776 -0
  7. package/prisca/v1/core/department_material/department_material_grpc.pb.go +236 -0
  8. package/prisca/v1/core/job_grade/job_grade.pb.go +887 -0
  9. package/prisca/v1/core/job_grade/job_grade_grpc.pb.go +273 -0
  10. package/prisca/v1/core/job_position/job_position.pb.go +1196 -0
  11. package/prisca/v1/core/job_position/job_position_grpc.pb.go +273 -0
  12. package/prisca/v1/core/job_title/job_title.pb.go +986 -0
  13. package/prisca/v1/core/job_title/job_title_grpc.pb.go +273 -0
  14. package/prisca/v1/core/line_of_approval/line_of_approval.pb.go +913 -0
  15. package/prisca/v1/core/line_of_approval/line_of_approval_grpc.pb.go +273 -0
  16. package/prisca/v1/core/location/location.pb.go +1397 -0
  17. package/prisca/v1/core/location/location_grpc.pb.go +387 -0
  18. package/prisca/v1/core/material/material.pb.go +1366 -0
  19. package/prisca/v1/core/material/material_grpc.pb.go +273 -0
  20. package/prisca/v1/core/material_group/material_group.pb.go +911 -0
  21. package/prisca/v1/core/material_group/material_group_grpc.pb.go +273 -0
  22. package/prisca/v1/core/material_type/material_type.pb.go +827 -0
  23. package/prisca/v1/core/material_type/material_type_grpc.pb.go +239 -0
  24. package/prisca/v1/core/number_range/number_range.pb.go +916 -0
  25. package/prisca/v1/core/number_range/number_range_grpc.pb.go +273 -0
  26. package/prisca/v1/core/organization/organization.pb.go +1039 -0
  27. package/prisca/v1/core/organization/organization_grpc.pb.go +273 -0
  28. package/prisca/v1/core/organization_level/organization_level.pb.go +853 -0
  29. package/prisca/v1/core/organization_level/organization_level_grpc.pb.go +274 -0
  30. package/prisca/v1/core/procurement/procurement.pb.go +622 -0
  31. package/prisca/v1/core/procurement/procurement_grpc.pb.go +275 -0
  32. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx.pb.go +1550 -0
  33. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_grpc.pb.go +388 -0
  34. package/prisca/v1/core/recipient_roles/recipient_roles.pb.go +141 -0
  35. package/prisca/v1/core/role/role.pb.go +797 -0
  36. package/prisca/v1/core/role/role_grpc.pb.go +273 -0
  37. package/prisca/v1/core/transaction_builder/transaction_builder.pb.go +3217 -0
  38. package/prisca/v1/core/transaction_builder/transaction_builder_grpc.pb.go +656 -0
  39. package/prisca/v1/core/unit_of_measurement/unit_of_measurement.pb.go +973 -0
  40. package/prisca/v1/core/unit_of_measurement/unit_of_measurement_grpc.pb.go +278 -0
  41. package/prisca/v1/core/users/users.pb.go +281 -0
  42. package/prisca/v1/core/users_role/users_role.pb.go +813 -0
  43. package/prisca/v1/core/users_role/users_role_grpc.pb.go +273 -0
  44. package/prisca/v1/core/work_location/work_location.pb.go +995 -0
  45. package/prisca/v1/core/work_location/work_location_grpc.pb.go +273 -0
  46. package/prisca/v1/core/work_locations/work_locations.pb.go +184 -0
  47. package/prisca/v1/core/work_locations/work_locations_grpc.pb.go +76 -0
  48. package/prisca/v1/core/workflow/workflow.pb.go +2057 -0
  49. package/prisca/v1/core/workflow/workflow_grpc.pb.go +273 -0
  50. package/prisca/v1/global/meta/meta.pb.go +446 -0
  51. package/prisca/v1/core/auth/auth_grpc_pb.js +0 -256
  52. package/prisca/v1/core/auth/auth_pb.js +0 -2801
  53. package/prisca/v1/core/company/company_grpc_pb.js +0 -177
  54. package/prisca/v1/core/company/company_pb.js +0 -2845
  55. package/prisca/v1/core/department_material/department_material_grpc_pb.js +0 -144
  56. package/prisca/v1/core/department_material/department_material_pb.js +0 -2167
  57. package/prisca/v1/core/job_grade/job_grade_grpc_pb.js +0 -178
  58. package/prisca/v1/core/job_grade/job_grade_pb.js +0 -2605
  59. package/prisca/v1/core/job_position/job_position_grpc_pb.js +0 -181
  60. package/prisca/v1/core/job_position/job_position_pb.js +0 -3582
  61. package/prisca/v1/core/job_title/job_title_grpc_pb.js +0 -178
  62. package/prisca/v1/core/job_title/job_title_pb.js +0 -2928
  63. package/prisca/v1/core/location/location_grpc_pb.js +0 -276
  64. package/prisca/v1/core/location/location_pb.js +0 -4334
  65. package/prisca/v1/core/material/material_grpc_pb.js +0 -181
  66. package/prisca/v1/core/material/material_pb.js +0 -4046
  67. package/prisca/v1/core/material_group/material_group_grpc_pb.js +0 -177
  68. package/prisca/v1/core/material_group/material_group_pb.js +0 -2582
  69. package/prisca/v1/core/material_type/material_type_grpc_pb.js +0 -147
  70. package/prisca/v1/core/material_type/material_type_pb.js +0 -2399
  71. package/prisca/v1/core/number_range/number_range_grpc_pb.js +0 -177
  72. package/prisca/v1/core/number_range/number_range_pb.js +0 -2672
  73. package/prisca/v1/core/organization/organization_grpc_pb.js +0 -180
  74. package/prisca/v1/core/organization/organization_pb.js +0 -3002
  75. package/prisca/v1/core/organization_level/organization_level_grpc_pb.js +0 -177
  76. package/prisca/v1/core/organization_level/organization_level_pb.js +0 -2432
  77. package/prisca/v1/core/procurement/procurement_grpc_pb.js +0 -146
  78. package/prisca/v1/core/procurement/procurement_pb.js +0 -1681
  79. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_grpc_pb.js +0 -266
  80. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_pb.js +0 -4429
  81. package/prisca/v1/core/recipient_roles/recipient_roles_grpc_pb.js +0 -1
  82. package/prisca/v1/core/recipient_roles/recipient_roles_pb.js +0 -206
  83. package/prisca/v1/core/transaction_builder/transaction_builder_grpc_pb.js +0 -421
  84. package/prisca/v1/core/transaction_builder/transaction_builder_pb.js +0 -9597
  85. package/prisca/v1/core/unit_of_measurement/unit_of_measurement_grpc_pb.js +0 -180
  86. package/prisca/v1/core/unit_of_measurement/unit_of_measurement_pb.js +0 -2798
  87. package/prisca/v1/core/users/users_grpc_pb.js +0 -1
  88. package/prisca/v1/core/users/users_pb.js +0 -626
  89. package/prisca/v1/core/users_role/users_role_grpc_pb.js +0 -177
  90. package/prisca/v1/core/users_role/users_role_pb.js +0 -2372
  91. package/prisca/v1/core/work_location/work_location_grpc_pb.js +0 -177
  92. package/prisca/v1/core/work_location/work_location_pb.js +0 -2850
  93. package/prisca/v1/core/workflow/workflow_grpc_pb.js +0 -179
  94. package/prisca/v1/core/workflow/workflow_pb.js +0 -6318
  95. package/prisca/v1/global/meta/meta_grpc_pb.js +0 -1
  96. package/prisca/v1/global/meta/meta_pb.js +0 -1179
@@ -0,0 +1,1039 @@
1
+ // Code generated by protoc-gen-go. DO NOT EDIT.
2
+ // versions:
3
+ // protoc-gen-go v1.36.1
4
+ // protoc (unknown)
5
+ // source: prisca/v1/core/organization/organization.proto
6
+
7
+ package organization
8
+
9
+ import (
10
+ company "gitlab.com/integra_sm/prisca-v2-core-service/protocgen/prisca/v1/core/company"
11
+ organization_level "gitlab.com/integra_sm/prisca-v2-core-service/protocgen/prisca/v1/core/organization_level"
12
+ work_location "gitlab.com/integra_sm/prisca-v2-core-service/protocgen/prisca/v1/core/work_location"
13
+ meta "gitlab.com/integra_sm/prisca-v2-core-service/protocgen/prisca/v1/global/meta"
14
+ protoreflect "google.golang.org/protobuf/reflect/protoreflect"
15
+ protoimpl "google.golang.org/protobuf/runtime/protoimpl"
16
+ reflect "reflect"
17
+ sync "sync"
18
+ )
19
+
20
+ const (
21
+ // Verify that this generated code is sufficiently up-to-date.
22
+ _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
23
+ // Verify that runtime/protoimpl is sufficiently up-to-date.
24
+ _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
25
+ )
26
+
27
+ type Organization struct {
28
+ state protoimpl.MessageState `protogen:"open.v1"`
29
+ ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
30
+ Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
31
+ Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
32
+ CostCenterCode string `protobuf:"bytes,4,opt,name=cost_center_code,json=costCenterCode,proto3" json:"cost_center_code,omitempty"`
33
+ ParentReferencesId string `protobuf:"bytes,5,opt,name=parent_references_id,json=parentReferencesId,proto3" json:"parent_references_id,omitempty"`
34
+ Parent *BaseOrganization `protobuf:"bytes,6,opt,name=parent,proto3" json:"parent,omitempty"`
35
+ OrganizationLevelReferencesId string `protobuf:"bytes,7,opt,name=organization_level_references_id,json=organizationLevelReferencesId,proto3" json:"organization_level_references_id,omitempty"`
36
+ OrganizationLevel *organization_level.BaseOrganizationLevel `protobuf:"bytes,8,opt,name=organization_level,json=organizationLevel,proto3" json:"organization_level,omitempty"`
37
+ WorkLocationReferencesId string `protobuf:"bytes,9,opt,name=work_location_references_id,json=workLocationReferencesId,proto3" json:"work_location_references_id,omitempty"`
38
+ WorkLocations *work_location.WorkLocation `protobuf:"bytes,10,opt,name=work_locations,json=workLocations,proto3" json:"work_locations,omitempty"`
39
+ Description string `protobuf:"bytes,11,opt,name=description,proto3" json:"description,omitempty"`
40
+ CompaniesReferencesId string `protobuf:"bytes,12,opt,name=companies_references_id,json=companiesReferencesId,proto3" json:"companies_references_id,omitempty"`
41
+ Companies *company.BaseCompanyParent `protobuf:"bytes,13,opt,name=companies,proto3" json:"companies,omitempty"`
42
+ unknownFields protoimpl.UnknownFields
43
+ sizeCache protoimpl.SizeCache
44
+ }
45
+
46
+ func (x *Organization) Reset() {
47
+ *x = Organization{}
48
+ mi := &file_prisca_v1_core_organization_organization_proto_msgTypes[0]
49
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
50
+ ms.StoreMessageInfo(mi)
51
+ }
52
+
53
+ func (x *Organization) String() string {
54
+ return protoimpl.X.MessageStringOf(x)
55
+ }
56
+
57
+ func (*Organization) ProtoMessage() {}
58
+
59
+ func (x *Organization) ProtoReflect() protoreflect.Message {
60
+ mi := &file_prisca_v1_core_organization_organization_proto_msgTypes[0]
61
+ if x != nil {
62
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
63
+ if ms.LoadMessageInfo() == nil {
64
+ ms.StoreMessageInfo(mi)
65
+ }
66
+ return ms
67
+ }
68
+ return mi.MessageOf(x)
69
+ }
70
+
71
+ // Deprecated: Use Organization.ProtoReflect.Descriptor instead.
72
+ func (*Organization) Descriptor() ([]byte, []int) {
73
+ return file_prisca_v1_core_organization_organization_proto_rawDescGZIP(), []int{0}
74
+ }
75
+
76
+ func (x *Organization) GetReferencesId() string {
77
+ if x != nil {
78
+ return x.ReferencesId
79
+ }
80
+ return ""
81
+ }
82
+
83
+ func (x *Organization) GetCode() string {
84
+ if x != nil {
85
+ return x.Code
86
+ }
87
+ return ""
88
+ }
89
+
90
+ func (x *Organization) GetName() string {
91
+ if x != nil {
92
+ return x.Name
93
+ }
94
+ return ""
95
+ }
96
+
97
+ func (x *Organization) GetCostCenterCode() string {
98
+ if x != nil {
99
+ return x.CostCenterCode
100
+ }
101
+ return ""
102
+ }
103
+
104
+ func (x *Organization) GetParentReferencesId() string {
105
+ if x != nil {
106
+ return x.ParentReferencesId
107
+ }
108
+ return ""
109
+ }
110
+
111
+ func (x *Organization) GetParent() *BaseOrganization {
112
+ if x != nil {
113
+ return x.Parent
114
+ }
115
+ return nil
116
+ }
117
+
118
+ func (x *Organization) GetOrganizationLevelReferencesId() string {
119
+ if x != nil {
120
+ return x.OrganizationLevelReferencesId
121
+ }
122
+ return ""
123
+ }
124
+
125
+ func (x *Organization) GetOrganizationLevel() *organization_level.BaseOrganizationLevel {
126
+ if x != nil {
127
+ return x.OrganizationLevel
128
+ }
129
+ return nil
130
+ }
131
+
132
+ func (x *Organization) GetWorkLocationReferencesId() string {
133
+ if x != nil {
134
+ return x.WorkLocationReferencesId
135
+ }
136
+ return ""
137
+ }
138
+
139
+ func (x *Organization) GetWorkLocations() *work_location.WorkLocation {
140
+ if x != nil {
141
+ return x.WorkLocations
142
+ }
143
+ return nil
144
+ }
145
+
146
+ func (x *Organization) GetDescription() string {
147
+ if x != nil {
148
+ return x.Description
149
+ }
150
+ return ""
151
+ }
152
+
153
+ func (x *Organization) GetCompaniesReferencesId() string {
154
+ if x != nil {
155
+ return x.CompaniesReferencesId
156
+ }
157
+ return ""
158
+ }
159
+
160
+ func (x *Organization) GetCompanies() *company.BaseCompanyParent {
161
+ if x != nil {
162
+ return x.Companies
163
+ }
164
+ return nil
165
+ }
166
+
167
+ type BaseOrganization struct {
168
+ state protoimpl.MessageState `protogen:"open.v1"`
169
+ Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
170
+ Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
171
+ CostCenterCode string `protobuf:"bytes,3,opt,name=cost_center_code,json=costCenterCode,proto3" json:"cost_center_code,omitempty"`
172
+ ParentReferencesId string `protobuf:"bytes,4,opt,name=parent_references_id,json=parentReferencesId,proto3" json:"parent_references_id,omitempty"`
173
+ OrganizationLevelReferencesId string `protobuf:"bytes,5,opt,name=organization_level_references_id,json=organizationLevelReferencesId,proto3" json:"organization_level_references_id,omitempty"`
174
+ WorkLocationReferencesId string `protobuf:"bytes,6,opt,name=work_location_references_id,json=workLocationReferencesId,proto3" json:"work_location_references_id,omitempty"`
175
+ CompaniesReferencesId string `protobuf:"bytes,7,opt,name=companies_references_id,json=companiesReferencesId,proto3" json:"companies_references_id,omitempty"`
176
+ Description string `protobuf:"bytes,8,opt,name=description,proto3" json:"description,omitempty"`
177
+ unknownFields protoimpl.UnknownFields
178
+ sizeCache protoimpl.SizeCache
179
+ }
180
+
181
+ func (x *BaseOrganization) Reset() {
182
+ *x = BaseOrganization{}
183
+ mi := &file_prisca_v1_core_organization_organization_proto_msgTypes[1]
184
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
185
+ ms.StoreMessageInfo(mi)
186
+ }
187
+
188
+ func (x *BaseOrganization) String() string {
189
+ return protoimpl.X.MessageStringOf(x)
190
+ }
191
+
192
+ func (*BaseOrganization) ProtoMessage() {}
193
+
194
+ func (x *BaseOrganization) ProtoReflect() protoreflect.Message {
195
+ mi := &file_prisca_v1_core_organization_organization_proto_msgTypes[1]
196
+ if x != nil {
197
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
198
+ if ms.LoadMessageInfo() == nil {
199
+ ms.StoreMessageInfo(mi)
200
+ }
201
+ return ms
202
+ }
203
+ return mi.MessageOf(x)
204
+ }
205
+
206
+ // Deprecated: Use BaseOrganization.ProtoReflect.Descriptor instead.
207
+ func (*BaseOrganization) Descriptor() ([]byte, []int) {
208
+ return file_prisca_v1_core_organization_organization_proto_rawDescGZIP(), []int{1}
209
+ }
210
+
211
+ func (x *BaseOrganization) GetCode() string {
212
+ if x != nil {
213
+ return x.Code
214
+ }
215
+ return ""
216
+ }
217
+
218
+ func (x *BaseOrganization) GetName() string {
219
+ if x != nil {
220
+ return x.Name
221
+ }
222
+ return ""
223
+ }
224
+
225
+ func (x *BaseOrganization) GetCostCenterCode() string {
226
+ if x != nil {
227
+ return x.CostCenterCode
228
+ }
229
+ return ""
230
+ }
231
+
232
+ func (x *BaseOrganization) GetParentReferencesId() string {
233
+ if x != nil {
234
+ return x.ParentReferencesId
235
+ }
236
+ return ""
237
+ }
238
+
239
+ func (x *BaseOrganization) GetOrganizationLevelReferencesId() string {
240
+ if x != nil {
241
+ return x.OrganizationLevelReferencesId
242
+ }
243
+ return ""
244
+ }
245
+
246
+ func (x *BaseOrganization) GetWorkLocationReferencesId() string {
247
+ if x != nil {
248
+ return x.WorkLocationReferencesId
249
+ }
250
+ return ""
251
+ }
252
+
253
+ func (x *BaseOrganization) GetCompaniesReferencesId() string {
254
+ if x != nil {
255
+ return x.CompaniesReferencesId
256
+ }
257
+ return ""
258
+ }
259
+
260
+ func (x *BaseOrganization) GetDescription() string {
261
+ if x != nil {
262
+ return x.Description
263
+ }
264
+ return ""
265
+ }
266
+
267
+ type OrganizationGetByIdRequest struct {
268
+ state protoimpl.MessageState `protogen:"open.v1"`
269
+ ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
270
+ unknownFields protoimpl.UnknownFields
271
+ sizeCache protoimpl.SizeCache
272
+ }
273
+
274
+ func (x *OrganizationGetByIdRequest) Reset() {
275
+ *x = OrganizationGetByIdRequest{}
276
+ mi := &file_prisca_v1_core_organization_organization_proto_msgTypes[2]
277
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
278
+ ms.StoreMessageInfo(mi)
279
+ }
280
+
281
+ func (x *OrganizationGetByIdRequest) String() string {
282
+ return protoimpl.X.MessageStringOf(x)
283
+ }
284
+
285
+ func (*OrganizationGetByIdRequest) ProtoMessage() {}
286
+
287
+ func (x *OrganizationGetByIdRequest) ProtoReflect() protoreflect.Message {
288
+ mi := &file_prisca_v1_core_organization_organization_proto_msgTypes[2]
289
+ if x != nil {
290
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
291
+ if ms.LoadMessageInfo() == nil {
292
+ ms.StoreMessageInfo(mi)
293
+ }
294
+ return ms
295
+ }
296
+ return mi.MessageOf(x)
297
+ }
298
+
299
+ // Deprecated: Use OrganizationGetByIdRequest.ProtoReflect.Descriptor instead.
300
+ func (*OrganizationGetByIdRequest) Descriptor() ([]byte, []int) {
301
+ return file_prisca_v1_core_organization_organization_proto_rawDescGZIP(), []int{2}
302
+ }
303
+
304
+ func (x *OrganizationGetByIdRequest) GetReferencesId() string {
305
+ if x != nil {
306
+ return x.ReferencesId
307
+ }
308
+ return ""
309
+ }
310
+
311
+ type CreateOrganizationRequest struct {
312
+ state protoimpl.MessageState `protogen:"open.v1"`
313
+ Organization *BaseOrganization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
314
+ unknownFields protoimpl.UnknownFields
315
+ sizeCache protoimpl.SizeCache
316
+ }
317
+
318
+ func (x *CreateOrganizationRequest) Reset() {
319
+ *x = CreateOrganizationRequest{}
320
+ mi := &file_prisca_v1_core_organization_organization_proto_msgTypes[3]
321
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
322
+ ms.StoreMessageInfo(mi)
323
+ }
324
+
325
+ func (x *CreateOrganizationRequest) String() string {
326
+ return protoimpl.X.MessageStringOf(x)
327
+ }
328
+
329
+ func (*CreateOrganizationRequest) ProtoMessage() {}
330
+
331
+ func (x *CreateOrganizationRequest) ProtoReflect() protoreflect.Message {
332
+ mi := &file_prisca_v1_core_organization_organization_proto_msgTypes[3]
333
+ if x != nil {
334
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
335
+ if ms.LoadMessageInfo() == nil {
336
+ ms.StoreMessageInfo(mi)
337
+ }
338
+ return ms
339
+ }
340
+ return mi.MessageOf(x)
341
+ }
342
+
343
+ // Deprecated: Use CreateOrganizationRequest.ProtoReflect.Descriptor instead.
344
+ func (*CreateOrganizationRequest) Descriptor() ([]byte, []int) {
345
+ return file_prisca_v1_core_organization_organization_proto_rawDescGZIP(), []int{3}
346
+ }
347
+
348
+ func (x *CreateOrganizationRequest) GetOrganization() *BaseOrganization {
349
+ if x != nil {
350
+ return x.Organization
351
+ }
352
+ return nil
353
+ }
354
+
355
+ type UpdateOrganizationRequest struct {
356
+ state protoimpl.MessageState `protogen:"open.v1"`
357
+ ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
358
+ Organization *BaseOrganization `protobuf:"bytes,2,opt,name=organization,proto3" json:"organization,omitempty"`
359
+ unknownFields protoimpl.UnknownFields
360
+ sizeCache protoimpl.SizeCache
361
+ }
362
+
363
+ func (x *UpdateOrganizationRequest) Reset() {
364
+ *x = UpdateOrganizationRequest{}
365
+ mi := &file_prisca_v1_core_organization_organization_proto_msgTypes[4]
366
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
367
+ ms.StoreMessageInfo(mi)
368
+ }
369
+
370
+ func (x *UpdateOrganizationRequest) String() string {
371
+ return protoimpl.X.MessageStringOf(x)
372
+ }
373
+
374
+ func (*UpdateOrganizationRequest) ProtoMessage() {}
375
+
376
+ func (x *UpdateOrganizationRequest) ProtoReflect() protoreflect.Message {
377
+ mi := &file_prisca_v1_core_organization_organization_proto_msgTypes[4]
378
+ if x != nil {
379
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
380
+ if ms.LoadMessageInfo() == nil {
381
+ ms.StoreMessageInfo(mi)
382
+ }
383
+ return ms
384
+ }
385
+ return mi.MessageOf(x)
386
+ }
387
+
388
+ // Deprecated: Use UpdateOrganizationRequest.ProtoReflect.Descriptor instead.
389
+ func (*UpdateOrganizationRequest) Descriptor() ([]byte, []int) {
390
+ return file_prisca_v1_core_organization_organization_proto_rawDescGZIP(), []int{4}
391
+ }
392
+
393
+ func (x *UpdateOrganizationRequest) GetReferencesId() string {
394
+ if x != nil {
395
+ return x.ReferencesId
396
+ }
397
+ return ""
398
+ }
399
+
400
+ func (x *UpdateOrganizationRequest) GetOrganization() *BaseOrganization {
401
+ if x != nil {
402
+ return x.Organization
403
+ }
404
+ return nil
405
+ }
406
+
407
+ type DeleteOrganizationRequest struct {
408
+ state protoimpl.MessageState `protogen:"open.v1"`
409
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
410
+ unknownFields protoimpl.UnknownFields
411
+ sizeCache protoimpl.SizeCache
412
+ }
413
+
414
+ func (x *DeleteOrganizationRequest) Reset() {
415
+ *x = DeleteOrganizationRequest{}
416
+ mi := &file_prisca_v1_core_organization_organization_proto_msgTypes[5]
417
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
418
+ ms.StoreMessageInfo(mi)
419
+ }
420
+
421
+ func (x *DeleteOrganizationRequest) String() string {
422
+ return protoimpl.X.MessageStringOf(x)
423
+ }
424
+
425
+ func (*DeleteOrganizationRequest) ProtoMessage() {}
426
+
427
+ func (x *DeleteOrganizationRequest) ProtoReflect() protoreflect.Message {
428
+ mi := &file_prisca_v1_core_organization_organization_proto_msgTypes[5]
429
+ if x != nil {
430
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
431
+ if ms.LoadMessageInfo() == nil {
432
+ ms.StoreMessageInfo(mi)
433
+ }
434
+ return ms
435
+ }
436
+ return mi.MessageOf(x)
437
+ }
438
+
439
+ // Deprecated: Use DeleteOrganizationRequest.ProtoReflect.Descriptor instead.
440
+ func (*DeleteOrganizationRequest) Descriptor() ([]byte, []int) {
441
+ return file_prisca_v1_core_organization_organization_proto_rawDescGZIP(), []int{5}
442
+ }
443
+
444
+ func (x *DeleteOrganizationRequest) GetId() int64 {
445
+ if x != nil {
446
+ return x.Id
447
+ }
448
+ return 0
449
+ }
450
+
451
+ type DeleteOrganizationResponse struct {
452
+ state protoimpl.MessageState `protogen:"open.v1"`
453
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
454
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
455
+ unknownFields protoimpl.UnknownFields
456
+ sizeCache protoimpl.SizeCache
457
+ }
458
+
459
+ func (x *DeleteOrganizationResponse) Reset() {
460
+ *x = DeleteOrganizationResponse{}
461
+ mi := &file_prisca_v1_core_organization_organization_proto_msgTypes[6]
462
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
463
+ ms.StoreMessageInfo(mi)
464
+ }
465
+
466
+ func (x *DeleteOrganizationResponse) String() string {
467
+ return protoimpl.X.MessageStringOf(x)
468
+ }
469
+
470
+ func (*DeleteOrganizationResponse) ProtoMessage() {}
471
+
472
+ func (x *DeleteOrganizationResponse) ProtoReflect() protoreflect.Message {
473
+ mi := &file_prisca_v1_core_organization_organization_proto_msgTypes[6]
474
+ if x != nil {
475
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
476
+ if ms.LoadMessageInfo() == nil {
477
+ ms.StoreMessageInfo(mi)
478
+ }
479
+ return ms
480
+ }
481
+ return mi.MessageOf(x)
482
+ }
483
+
484
+ // Deprecated: Use DeleteOrganizationResponse.ProtoReflect.Descriptor instead.
485
+ func (*DeleteOrganizationResponse) Descriptor() ([]byte, []int) {
486
+ return file_prisca_v1_core_organization_organization_proto_rawDescGZIP(), []int{6}
487
+ }
488
+
489
+ func (x *DeleteOrganizationResponse) GetId() int64 {
490
+ if x != nil {
491
+ return x.Id
492
+ }
493
+ return 0
494
+ }
495
+
496
+ func (x *DeleteOrganizationResponse) GetMeta() *meta.Meta {
497
+ if x != nil {
498
+ return x.Meta
499
+ }
500
+ return nil
501
+ }
502
+
503
+ type GetListOrganizationRequest struct {
504
+ state protoimpl.MessageState `protogen:"open.v1"`
505
+ Pagination *meta.PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
506
+ Query *meta.FilterRequest `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
507
+ unknownFields protoimpl.UnknownFields
508
+ sizeCache protoimpl.SizeCache
509
+ }
510
+
511
+ func (x *GetListOrganizationRequest) Reset() {
512
+ *x = GetListOrganizationRequest{}
513
+ mi := &file_prisca_v1_core_organization_organization_proto_msgTypes[7]
514
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
515
+ ms.StoreMessageInfo(mi)
516
+ }
517
+
518
+ func (x *GetListOrganizationRequest) String() string {
519
+ return protoimpl.X.MessageStringOf(x)
520
+ }
521
+
522
+ func (*GetListOrganizationRequest) ProtoMessage() {}
523
+
524
+ func (x *GetListOrganizationRequest) ProtoReflect() protoreflect.Message {
525
+ mi := &file_prisca_v1_core_organization_organization_proto_msgTypes[7]
526
+ if x != nil {
527
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
528
+ if ms.LoadMessageInfo() == nil {
529
+ ms.StoreMessageInfo(mi)
530
+ }
531
+ return ms
532
+ }
533
+ return mi.MessageOf(x)
534
+ }
535
+
536
+ // Deprecated: Use GetListOrganizationRequest.ProtoReflect.Descriptor instead.
537
+ func (*GetListOrganizationRequest) Descriptor() ([]byte, []int) {
538
+ return file_prisca_v1_core_organization_organization_proto_rawDescGZIP(), []int{7}
539
+ }
540
+
541
+ func (x *GetListOrganizationRequest) GetPagination() *meta.PaginationRequest {
542
+ if x != nil {
543
+ return x.Pagination
544
+ }
545
+ return nil
546
+ }
547
+
548
+ func (x *GetListOrganizationRequest) GetQuery() *meta.FilterRequest {
549
+ if x != nil {
550
+ return x.Query
551
+ }
552
+ return nil
553
+ }
554
+
555
+ // Response Messages
556
+ type CreateOrganizationResponse struct {
557
+ state protoimpl.MessageState `protogen:"open.v1"`
558
+ Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
559
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
560
+ unknownFields protoimpl.UnknownFields
561
+ sizeCache protoimpl.SizeCache
562
+ }
563
+
564
+ func (x *CreateOrganizationResponse) Reset() {
565
+ *x = CreateOrganizationResponse{}
566
+ mi := &file_prisca_v1_core_organization_organization_proto_msgTypes[8]
567
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
568
+ ms.StoreMessageInfo(mi)
569
+ }
570
+
571
+ func (x *CreateOrganizationResponse) String() string {
572
+ return protoimpl.X.MessageStringOf(x)
573
+ }
574
+
575
+ func (*CreateOrganizationResponse) ProtoMessage() {}
576
+
577
+ func (x *CreateOrganizationResponse) ProtoReflect() protoreflect.Message {
578
+ mi := &file_prisca_v1_core_organization_organization_proto_msgTypes[8]
579
+ if x != nil {
580
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
581
+ if ms.LoadMessageInfo() == nil {
582
+ ms.StoreMessageInfo(mi)
583
+ }
584
+ return ms
585
+ }
586
+ return mi.MessageOf(x)
587
+ }
588
+
589
+ // Deprecated: Use CreateOrganizationResponse.ProtoReflect.Descriptor instead.
590
+ func (*CreateOrganizationResponse) Descriptor() ([]byte, []int) {
591
+ return file_prisca_v1_core_organization_organization_proto_rawDescGZIP(), []int{8}
592
+ }
593
+
594
+ func (x *CreateOrganizationResponse) GetOrganization() *Organization {
595
+ if x != nil {
596
+ return x.Organization
597
+ }
598
+ return nil
599
+ }
600
+
601
+ func (x *CreateOrganizationResponse) GetMeta() *meta.Meta {
602
+ if x != nil {
603
+ return x.Meta
604
+ }
605
+ return nil
606
+ }
607
+
608
+ type GetListOrganizationResponse struct {
609
+ state protoimpl.MessageState `protogen:"open.v1"`
610
+ Organization []*Organization `protobuf:"bytes,1,rep,name=organization,proto3" json:"organization,omitempty"`
611
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
612
+ unknownFields protoimpl.UnknownFields
613
+ sizeCache protoimpl.SizeCache
614
+ }
615
+
616
+ func (x *GetListOrganizationResponse) Reset() {
617
+ *x = GetListOrganizationResponse{}
618
+ mi := &file_prisca_v1_core_organization_organization_proto_msgTypes[9]
619
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
620
+ ms.StoreMessageInfo(mi)
621
+ }
622
+
623
+ func (x *GetListOrganizationResponse) String() string {
624
+ return protoimpl.X.MessageStringOf(x)
625
+ }
626
+
627
+ func (*GetListOrganizationResponse) ProtoMessage() {}
628
+
629
+ func (x *GetListOrganizationResponse) ProtoReflect() protoreflect.Message {
630
+ mi := &file_prisca_v1_core_organization_organization_proto_msgTypes[9]
631
+ if x != nil {
632
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
633
+ if ms.LoadMessageInfo() == nil {
634
+ ms.StoreMessageInfo(mi)
635
+ }
636
+ return ms
637
+ }
638
+ return mi.MessageOf(x)
639
+ }
640
+
641
+ // Deprecated: Use GetListOrganizationResponse.ProtoReflect.Descriptor instead.
642
+ func (*GetListOrganizationResponse) Descriptor() ([]byte, []int) {
643
+ return file_prisca_v1_core_organization_organization_proto_rawDescGZIP(), []int{9}
644
+ }
645
+
646
+ func (x *GetListOrganizationResponse) GetOrganization() []*Organization {
647
+ if x != nil {
648
+ return x.Organization
649
+ }
650
+ return nil
651
+ }
652
+
653
+ func (x *GetListOrganizationResponse) GetMeta() *meta.Meta {
654
+ if x != nil {
655
+ return x.Meta
656
+ }
657
+ return nil
658
+ }
659
+
660
+ type UpdateOrganizationResponse struct {
661
+ state protoimpl.MessageState `protogen:"open.v1"`
662
+ Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
663
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
664
+ unknownFields protoimpl.UnknownFields
665
+ sizeCache protoimpl.SizeCache
666
+ }
667
+
668
+ func (x *UpdateOrganizationResponse) Reset() {
669
+ *x = UpdateOrganizationResponse{}
670
+ mi := &file_prisca_v1_core_organization_organization_proto_msgTypes[10]
671
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
672
+ ms.StoreMessageInfo(mi)
673
+ }
674
+
675
+ func (x *UpdateOrganizationResponse) String() string {
676
+ return protoimpl.X.MessageStringOf(x)
677
+ }
678
+
679
+ func (*UpdateOrganizationResponse) ProtoMessage() {}
680
+
681
+ func (x *UpdateOrganizationResponse) ProtoReflect() protoreflect.Message {
682
+ mi := &file_prisca_v1_core_organization_organization_proto_msgTypes[10]
683
+ if x != nil {
684
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
685
+ if ms.LoadMessageInfo() == nil {
686
+ ms.StoreMessageInfo(mi)
687
+ }
688
+ return ms
689
+ }
690
+ return mi.MessageOf(x)
691
+ }
692
+
693
+ // Deprecated: Use UpdateOrganizationResponse.ProtoReflect.Descriptor instead.
694
+ func (*UpdateOrganizationResponse) Descriptor() ([]byte, []int) {
695
+ return file_prisca_v1_core_organization_organization_proto_rawDescGZIP(), []int{10}
696
+ }
697
+
698
+ func (x *UpdateOrganizationResponse) GetOrganization() *Organization {
699
+ if x != nil {
700
+ return x.Organization
701
+ }
702
+ return nil
703
+ }
704
+
705
+ func (x *UpdateOrganizationResponse) GetMeta() *meta.Meta {
706
+ if x != nil {
707
+ return x.Meta
708
+ }
709
+ return nil
710
+ }
711
+
712
+ type OrganizationGetByIdResponse struct {
713
+ state protoimpl.MessageState `protogen:"open.v1"`
714
+ Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
715
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
716
+ unknownFields protoimpl.UnknownFields
717
+ sizeCache protoimpl.SizeCache
718
+ }
719
+
720
+ func (x *OrganizationGetByIdResponse) Reset() {
721
+ *x = OrganizationGetByIdResponse{}
722
+ mi := &file_prisca_v1_core_organization_organization_proto_msgTypes[11]
723
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
724
+ ms.StoreMessageInfo(mi)
725
+ }
726
+
727
+ func (x *OrganizationGetByIdResponse) String() string {
728
+ return protoimpl.X.MessageStringOf(x)
729
+ }
730
+
731
+ func (*OrganizationGetByIdResponse) ProtoMessage() {}
732
+
733
+ func (x *OrganizationGetByIdResponse) ProtoReflect() protoreflect.Message {
734
+ mi := &file_prisca_v1_core_organization_organization_proto_msgTypes[11]
735
+ if x != nil {
736
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
737
+ if ms.LoadMessageInfo() == nil {
738
+ ms.StoreMessageInfo(mi)
739
+ }
740
+ return ms
741
+ }
742
+ return mi.MessageOf(x)
743
+ }
744
+
745
+ // Deprecated: Use OrganizationGetByIdResponse.ProtoReflect.Descriptor instead.
746
+ func (*OrganizationGetByIdResponse) Descriptor() ([]byte, []int) {
747
+ return file_prisca_v1_core_organization_organization_proto_rawDescGZIP(), []int{11}
748
+ }
749
+
750
+ func (x *OrganizationGetByIdResponse) GetOrganization() *Organization {
751
+ if x != nil {
752
+ return x.Organization
753
+ }
754
+ return nil
755
+ }
756
+
757
+ func (x *OrganizationGetByIdResponse) GetMeta() *meta.Meta {
758
+ if x != nil {
759
+ return x.Meta
760
+ }
761
+ return nil
762
+ }
763
+
764
+ var File_prisca_v1_core_organization_organization_proto protoreflect.FileDescriptor
765
+
766
+ var file_prisca_v1_core_organization_organization_proto_rawDesc = []byte{
767
+ 0x0a, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6f, 0x72, 0x65,
768
+ 0x2f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x6f, 0x72,
769
+ 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
770
+ 0x1a, 0x20, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x6c, 0x6f, 0x62,
771
+ 0x61, 0x6c, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x70, 0x72, 0x6f,
772
+ 0x74, 0x6f, 0x1a, 0x24, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6f,
773
+ 0x72, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x61,
774
+ 0x6e, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x30, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61,
775
+ 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x6c, 0x6f,
776
+ 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x6c, 0x6f, 0x63, 0x61,
777
+ 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x3a, 0x70, 0x72, 0x69, 0x73,
778
+ 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x6f, 0x72, 0x67, 0x61, 0x6e,
779
+ 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2f, 0x6f, 0x72,
780
+ 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6c, 0x65, 0x76, 0x65, 0x6c,
781
+ 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xf3, 0x04, 0x0a, 0x0c, 0x4f, 0x72, 0x67, 0x61, 0x6e,
782
+ 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72,
783
+ 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c,
784
+ 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04,
785
+ 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65,
786
+ 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
787
+ 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x28, 0x0a, 0x10, 0x63, 0x6f, 0x73, 0x74, 0x5f, 0x63, 0x65, 0x6e,
788
+ 0x74, 0x65, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e,
789
+ 0x63, 0x6f, 0x73, 0x74, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x30,
790
+ 0x0a, 0x14, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e,
791
+ 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x70, 0x61,
792
+ 0x72, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64,
793
+ 0x12, 0x29, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b,
794
+ 0x32, 0x11, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74,
795
+ 0x69, 0x6f, 0x6e, 0x52, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x12, 0x47, 0x0a, 0x20, 0x6f,
796
+ 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6c, 0x65, 0x76, 0x65,
797
+ 0x6c, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18,
798
+ 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x1d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74,
799
+ 0x69, 0x6f, 0x6e, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63,
800
+ 0x65, 0x73, 0x49, 0x64, 0x12, 0x45, 0x0a, 0x12, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61,
801
+ 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b,
802
+ 0x32, 0x16, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74,
803
+ 0x69, 0x6f, 0x6e, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x52, 0x11, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69,
804
+ 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x3d, 0x0a, 0x1b, 0x77,
805
+ 0x6f, 0x72, 0x6b, 0x5f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x66,
806
+ 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09,
807
+ 0x52, 0x18, 0x77, 0x6f, 0x72, 0x6b, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65,
808
+ 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x34, 0x0a, 0x0e, 0x77, 0x6f,
809
+ 0x72, 0x6b, 0x5f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x0a, 0x20, 0x01,
810
+ 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f,
811
+ 0x6e, 0x52, 0x0d, 0x77, 0x6f, 0x72, 0x6b, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73,
812
+ 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18,
813
+ 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69,
814
+ 0x6f, 0x6e, 0x12, 0x36, 0x0a, 0x17, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x69, 0x65, 0x73, 0x5f,
815
+ 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x0c, 0x20,
816
+ 0x01, 0x28, 0x09, 0x52, 0x15, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x69, 0x65, 0x73, 0x52, 0x65,
817
+ 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x30, 0x0a, 0x09, 0x63, 0x6f,
818
+ 0x6d, 0x70, 0x61, 0x6e, 0x69, 0x65, 0x73, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e,
819
+ 0x42, 0x61, 0x73, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x50, 0x61, 0x72, 0x65, 0x6e,
820
+ 0x74, 0x52, 0x09, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x69, 0x65, 0x73, 0x22, 0xf8, 0x02, 0x0a,
821
+ 0x10, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
822
+ 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
823
+ 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20,
824
+ 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x28, 0x0a, 0x10, 0x63, 0x6f, 0x73,
825
+ 0x74, 0x5f, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20,
826
+ 0x01, 0x28, 0x09, 0x52, 0x0e, 0x63, 0x6f, 0x73, 0x74, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x43,
827
+ 0x6f, 0x64, 0x65, 0x12, 0x30, 0x0a, 0x14, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x72, 0x65,
828
+ 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28,
829
+ 0x09, 0x52, 0x12, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e,
830
+ 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x47, 0x0a, 0x20, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
831
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x5f, 0x72, 0x65, 0x66, 0x65,
832
+ 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52,
833
+ 0x1d, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x65, 0x76,
834
+ 0x65, 0x6c, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x3d,
835
+ 0x0a, 0x1b, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f,
836
+ 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20,
837
+ 0x01, 0x28, 0x09, 0x52, 0x18, 0x77, 0x6f, 0x72, 0x6b, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f,
838
+ 0x6e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x36, 0x0a,
839
+ 0x17, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x69, 0x65, 0x73, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72,
840
+ 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x15,
841
+ 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x69, 0x65, 0x73, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e,
842
+ 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70,
843
+ 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63,
844
+ 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x41, 0x0a, 0x1a, 0x4f, 0x72, 0x67, 0x61, 0x6e,
845
+ 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x47, 0x65, 0x74, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65,
846
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e,
847
+ 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65,
848
+ 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x22, 0x52, 0x0a, 0x19, 0x43, 0x72,
849
+ 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e,
850
+ 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x35, 0x0a, 0x0c, 0x6f, 0x72, 0x67, 0x61, 0x6e,
851
+ 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e,
852
+ 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e,
853
+ 0x52, 0x0c, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x77,
854
+ 0x0a, 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61,
855
+ 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x72,
856
+ 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
857
+ 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64,
858
+ 0x12, 0x35, 0x0a, 0x0c, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e,
859
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67,
860
+ 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0c, 0x6f, 0x72, 0x67, 0x61, 0x6e,
861
+ 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x2b, 0x0a, 0x19, 0x44, 0x65, 0x6c, 0x65, 0x74,
862
+ 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71,
863
+ 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
864
+ 0x52, 0x02, 0x69, 0x64, 0x22, 0x5d, 0x0a, 0x1a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72,
865
+ 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
866
+ 0x73, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02,
867
+ 0x69, 0x64, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
868
+ 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f,
869
+ 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d,
870
+ 0x65, 0x74, 0x61, 0x22, 0xa2, 0x01, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x4f,
871
+ 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65,
872
+ 0x73, 0x74, 0x12, 0x48, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e,
873
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e,
874
+ 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x50,
875
+ 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
876
+ 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x0a, 0x05,
877
+ 0x71, 0x75, 0x65, 0x72, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x70, 0x72,
878
+ 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d,
879
+ 0x65, 0x74, 0x61, 0x2e, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
880
+ 0x74, 0x52, 0x05, 0x71, 0x75, 0x65, 0x72, 0x79, 0x22, 0x80, 0x01, 0x0a, 0x1a, 0x43, 0x72, 0x65,
881
+ 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52,
882
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x31, 0x0a, 0x0c, 0x6f, 0x72, 0x67, 0x61, 0x6e,
883
+ 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e,
884
+ 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0c, 0x6f, 0x72,
885
+ 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65,
886
+ 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63,
887
+ 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61,
888
+ 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0x81, 0x01, 0x0a, 0x1b,
889
+ 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74,
890
+ 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x31, 0x0a, 0x0c, 0x6f,
891
+ 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x03, 0x28,
892
+ 0x0b, 0x32, 0x0d, 0x2e, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e,
893
+ 0x52, 0x0c, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2f,
894
+ 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70,
895
+ 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e,
896
+ 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22,
897
+ 0x80, 0x01, 0x0a, 0x1a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69,
898
+ 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x31,
899
+ 0x0a, 0x0c, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01,
900
+ 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74,
901
+ 0x69, 0x6f, 0x6e, 0x52, 0x0c, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
902
+ 0x6e, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
903
+ 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62,
904
+ 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65,
905
+ 0x74, 0x61, 0x22, 0x81, 0x01, 0x0a, 0x1b, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74,
906
+ 0x69, 0x6f, 0x6e, 0x47, 0x65, 0x74, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
907
+ 0x73, 0x65, 0x12, 0x31, 0x0a, 0x0c, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69,
908
+ 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x4f, 0x72, 0x67, 0x61, 0x6e,
909
+ 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0c, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
910
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20,
911
+ 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e,
912
+ 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61,
913
+ 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x32, 0xa7, 0x03, 0x0a, 0x14, 0x4f, 0x72, 0x67, 0x61, 0x6e,
914
+ 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12,
915
+ 0x4d, 0x0a, 0x12, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
916
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72,
917
+ 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
918
+ 0x74, 0x1a, 0x1b, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69,
919
+ 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x50,
920
+ 0x0a, 0x13, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
921
+ 0x6e, 0x42, 0x79, 0x49, 0x64, 0x12, 0x1b, 0x2e, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61,
922
+ 0x74, 0x69, 0x6f, 0x6e, 0x47, 0x65, 0x74, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65,
923
+ 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
924
+ 0x6e, 0x47, 0x65, 0x74, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
925
+ 0x12, 0x4d, 0x0a, 0x12, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69,
926
+ 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f,
927
+ 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65,
928
+ 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e,
929
+ 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
930
+ 0x4d, 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
931
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72,
932
+ 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
933
+ 0x74, 0x1a, 0x1b, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69,
934
+ 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x50,
935
+ 0x0a, 0x13, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
936
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1b, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x4f,
937
+ 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65,
938
+ 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61,
939
+ 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
940
+ 0x42, 0x54, 0x5a, 0x52, 0x67, 0x69, 0x74, 0x6c, 0x61, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x69,
941
+ 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x5f, 0x73, 0x6d, 0x2f, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61,
942
+ 0x2d, 0x76, 0x32, 0x2d, 0x63, 0x6f, 0x72, 0x65, 0x2d, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
943
+ 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x67, 0x65, 0x6e, 0x2f, 0x70, 0x72, 0x69, 0x73, 0x63,
944
+ 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69,
945
+ 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
946
+ }
947
+
948
+ var (
949
+ file_prisca_v1_core_organization_organization_proto_rawDescOnce sync.Once
950
+ file_prisca_v1_core_organization_organization_proto_rawDescData = file_prisca_v1_core_organization_organization_proto_rawDesc
951
+ )
952
+
953
+ func file_prisca_v1_core_organization_organization_proto_rawDescGZIP() []byte {
954
+ file_prisca_v1_core_organization_organization_proto_rawDescOnce.Do(func() {
955
+ file_prisca_v1_core_organization_organization_proto_rawDescData = protoimpl.X.CompressGZIP(file_prisca_v1_core_organization_organization_proto_rawDescData)
956
+ })
957
+ return file_prisca_v1_core_organization_organization_proto_rawDescData
958
+ }
959
+
960
+ var file_prisca_v1_core_organization_organization_proto_msgTypes = make([]protoimpl.MessageInfo, 12)
961
+ var file_prisca_v1_core_organization_organization_proto_goTypes = []any{
962
+ (*Organization)(nil), // 0: Organization
963
+ (*BaseOrganization)(nil), // 1: BaseOrganization
964
+ (*OrganizationGetByIdRequest)(nil), // 2: OrganizationGetByIdRequest
965
+ (*CreateOrganizationRequest)(nil), // 3: CreateOrganizationRequest
966
+ (*UpdateOrganizationRequest)(nil), // 4: UpdateOrganizationRequest
967
+ (*DeleteOrganizationRequest)(nil), // 5: DeleteOrganizationRequest
968
+ (*DeleteOrganizationResponse)(nil), // 6: DeleteOrganizationResponse
969
+ (*GetListOrganizationRequest)(nil), // 7: GetListOrganizationRequest
970
+ (*CreateOrganizationResponse)(nil), // 8: CreateOrganizationResponse
971
+ (*GetListOrganizationResponse)(nil), // 9: GetListOrganizationResponse
972
+ (*UpdateOrganizationResponse)(nil), // 10: UpdateOrganizationResponse
973
+ (*OrganizationGetByIdResponse)(nil), // 11: OrganizationGetByIdResponse
974
+ (*organization_level.BaseOrganizationLevel)(nil), // 12: BaseOrganizationLevel
975
+ (*work_location.WorkLocation)(nil), // 13: WorkLocation
976
+ (*company.BaseCompanyParent)(nil), // 14: BaseCompanyParent
977
+ (*meta.Meta)(nil), // 15: prisca.v1.global.meta.Meta
978
+ (*meta.PaginationRequest)(nil), // 16: prisca.v1.global.meta.PaginationRequest
979
+ (*meta.FilterRequest)(nil), // 17: prisca.v1.global.meta.FilterRequest
980
+ }
981
+ var file_prisca_v1_core_organization_organization_proto_depIdxs = []int32{
982
+ 1, // 0: Organization.parent:type_name -> BaseOrganization
983
+ 12, // 1: Organization.organization_level:type_name -> BaseOrganizationLevel
984
+ 13, // 2: Organization.work_locations:type_name -> WorkLocation
985
+ 14, // 3: Organization.companies:type_name -> BaseCompanyParent
986
+ 1, // 4: CreateOrganizationRequest.organization:type_name -> BaseOrganization
987
+ 1, // 5: UpdateOrganizationRequest.organization:type_name -> BaseOrganization
988
+ 15, // 6: DeleteOrganizationResponse.meta:type_name -> prisca.v1.global.meta.Meta
989
+ 16, // 7: GetListOrganizationRequest.pagination:type_name -> prisca.v1.global.meta.PaginationRequest
990
+ 17, // 8: GetListOrganizationRequest.query:type_name -> prisca.v1.global.meta.FilterRequest
991
+ 0, // 9: CreateOrganizationResponse.organization:type_name -> Organization
992
+ 15, // 10: CreateOrganizationResponse.meta:type_name -> prisca.v1.global.meta.Meta
993
+ 0, // 11: GetListOrganizationResponse.organization:type_name -> Organization
994
+ 15, // 12: GetListOrganizationResponse.meta:type_name -> prisca.v1.global.meta.Meta
995
+ 0, // 13: UpdateOrganizationResponse.organization:type_name -> Organization
996
+ 15, // 14: UpdateOrganizationResponse.meta:type_name -> prisca.v1.global.meta.Meta
997
+ 0, // 15: OrganizationGetByIdResponse.organization:type_name -> Organization
998
+ 15, // 16: OrganizationGetByIdResponse.meta:type_name -> prisca.v1.global.meta.Meta
999
+ 3, // 17: OrganizationsService.CreateOrganization:input_type -> CreateOrganizationRequest
1000
+ 2, // 18: OrganizationsService.GetOrganizationById:input_type -> OrganizationGetByIdRequest
1001
+ 4, // 19: OrganizationsService.UpdateOrganization:input_type -> UpdateOrganizationRequest
1002
+ 5, // 20: OrganizationsService.DeleteOrganization:input_type -> DeleteOrganizationRequest
1003
+ 7, // 21: OrganizationsService.GetListOrganization:input_type -> GetListOrganizationRequest
1004
+ 8, // 22: OrganizationsService.CreateOrganization:output_type -> CreateOrganizationResponse
1005
+ 11, // 23: OrganizationsService.GetOrganizationById:output_type -> OrganizationGetByIdResponse
1006
+ 10, // 24: OrganizationsService.UpdateOrganization:output_type -> UpdateOrganizationResponse
1007
+ 6, // 25: OrganizationsService.DeleteOrganization:output_type -> DeleteOrganizationResponse
1008
+ 9, // 26: OrganizationsService.GetListOrganization:output_type -> GetListOrganizationResponse
1009
+ 22, // [22:27] is the sub-list for method output_type
1010
+ 17, // [17:22] is the sub-list for method input_type
1011
+ 17, // [17:17] is the sub-list for extension type_name
1012
+ 17, // [17:17] is the sub-list for extension extendee
1013
+ 0, // [0:17] is the sub-list for field type_name
1014
+ }
1015
+
1016
+ func init() { file_prisca_v1_core_organization_organization_proto_init() }
1017
+ func file_prisca_v1_core_organization_organization_proto_init() {
1018
+ if File_prisca_v1_core_organization_organization_proto != nil {
1019
+ return
1020
+ }
1021
+ type x struct{}
1022
+ out := protoimpl.TypeBuilder{
1023
+ File: protoimpl.DescBuilder{
1024
+ GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
1025
+ RawDescriptor: file_prisca_v1_core_organization_organization_proto_rawDesc,
1026
+ NumEnums: 0,
1027
+ NumMessages: 12,
1028
+ NumExtensions: 0,
1029
+ NumServices: 1,
1030
+ },
1031
+ GoTypes: file_prisca_v1_core_organization_organization_proto_goTypes,
1032
+ DependencyIndexes: file_prisca_v1_core_organization_organization_proto_depIdxs,
1033
+ MessageInfos: file_prisca_v1_core_organization_organization_proto_msgTypes,
1034
+ }.Build()
1035
+ File_prisca_v1_core_organization_organization_proto = out.File
1036
+ file_prisca_v1_core_organization_organization_proto_rawDesc = nil
1037
+ file_prisca_v1_core_organization_organization_proto_goTypes = nil
1038
+ file_prisca_v1_core_organization_organization_proto_depIdxs = nil
1039
+ }