@aldiokta/protocgen 1.0.20 → 1.0.21

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_grpc_pb.js +256 -0
  3. package/prisca/v1/core/auth/auth_pb.js +2801 -0
  4. package/prisca/v1/core/company/company_grpc_pb.js +177 -0
  5. package/prisca/v1/core/company/company_pb.js +2875 -0
  6. package/prisca/v1/core/department_material/department_material_grpc_pb.js +144 -0
  7. package/prisca/v1/core/department_material/department_material_pb.js +2167 -0
  8. package/prisca/v1/core/job_grade/job_grade_grpc_pb.js +178 -0
  9. package/prisca/v1/core/job_grade/job_grade_pb.js +2605 -0
  10. package/prisca/v1/core/job_position/job_position_grpc_pb.js +181 -0
  11. package/prisca/v1/core/job_position/job_position_pb.js +3582 -0
  12. package/prisca/v1/core/job_title/job_title_grpc_pb.js +178 -0
  13. package/prisca/v1/core/job_title/job_title_pb.js +2928 -0
  14. package/prisca/v1/core/location/location_grpc_pb.js +276 -0
  15. package/prisca/v1/core/location/location_pb.js +4334 -0
  16. package/prisca/v1/core/material/material_grpc_pb.js +181 -0
  17. package/prisca/v1/core/material/material_pb.js +4046 -0
  18. package/prisca/v1/core/material_group/material_group_grpc_pb.js +177 -0
  19. package/prisca/v1/core/material_group/material_group_pb.js +2582 -0
  20. package/prisca/v1/core/material_type/material_type_grpc_pb.js +147 -0
  21. package/prisca/v1/core/material_type/material_type_pb.js +2399 -0
  22. package/prisca/v1/core/number_range/number_range_grpc_pb.js +177 -0
  23. package/prisca/v1/core/number_range/number_range_pb.js +2672 -0
  24. package/prisca/v1/core/organization/organization_grpc_pb.js +180 -0
  25. package/prisca/v1/core/organization/organization_pb.js +3002 -0
  26. package/prisca/v1/core/organization_level/organization_level_grpc_pb.js +177 -0
  27. package/prisca/v1/core/organization_level/organization_level_pb.js +2432 -0
  28. package/prisca/v1/core/procurement/procurement_grpc_pb.js +146 -0
  29. package/prisca/v1/core/procurement/procurement_pb.js +1681 -0
  30. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_grpc_pb.js +266 -0
  31. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_pb.js +4429 -0
  32. package/prisca/v1/core/recipient_roles/recipient_roles_grpc_pb.js +1 -0
  33. package/prisca/v1/core/recipient_roles/recipient_roles_pb.js +206 -0
  34. package/prisca/v1/core/transaction_builder/transaction_builder_grpc_pb.js +421 -0
  35. package/prisca/v1/core/transaction_builder/transaction_builder_pb.js +9597 -0
  36. package/prisca/v1/core/unit_of_measurement/unit_of_measurement_grpc_pb.js +180 -0
  37. package/prisca/v1/core/unit_of_measurement/unit_of_measurement_pb.js +2798 -0
  38. package/prisca/v1/core/users/users_grpc_pb.js +1 -0
  39. package/prisca/v1/core/users/users_pb.js +626 -0
  40. package/prisca/v1/core/users_role/users_role_grpc_pb.js +177 -0
  41. package/prisca/v1/core/users_role/users_role_pb.js +2372 -0
  42. package/prisca/v1/core/work_location/work_location_grpc_pb.js +177 -0
  43. package/prisca/v1/core/work_location/work_location_pb.js +2850 -0
  44. package/prisca/v1/core/workflow/workflow_grpc_pb.js +179 -0
  45. package/prisca/v1/core/workflow/workflow_pb.js +6318 -0
  46. package/prisca/v1/global/meta/meta_grpc_pb.js +1 -0
  47. package/prisca/v1/global/meta/meta_pb.js +1179 -0
  48. package/prisca/v1/core/auth/auth.pb.go +0 -998
  49. package/prisca/v1/core/auth/auth_grpc.pb.go +0 -427
  50. package/prisca/v1/core/company/company.pb.go +0 -965
  51. package/prisca/v1/core/company/company_grpc.pb.go +0 -273
  52. package/prisca/v1/core/department_material/department_material.pb.go +0 -776
  53. package/prisca/v1/core/department_material/department_material_grpc.pb.go +0 -236
  54. package/prisca/v1/core/job_grade/job_grade.pb.go +0 -887
  55. package/prisca/v1/core/job_grade/job_grade_grpc.pb.go +0 -273
  56. package/prisca/v1/core/job_position/job_position.pb.go +0 -1196
  57. package/prisca/v1/core/job_position/job_position_grpc.pb.go +0 -273
  58. package/prisca/v1/core/job_title/job_title.pb.go +0 -986
  59. package/prisca/v1/core/job_title/job_title_grpc.pb.go +0 -273
  60. package/prisca/v1/core/line_of_approval/line_of_approval.pb.go +0 -913
  61. package/prisca/v1/core/line_of_approval/line_of_approval_grpc.pb.go +0 -273
  62. package/prisca/v1/core/location/location.pb.go +0 -1397
  63. package/prisca/v1/core/location/location_grpc.pb.go +0 -387
  64. package/prisca/v1/core/material/material.pb.go +0 -1366
  65. package/prisca/v1/core/material/material_grpc.pb.go +0 -273
  66. package/prisca/v1/core/material_group/material_group.pb.go +0 -911
  67. package/prisca/v1/core/material_group/material_group_grpc.pb.go +0 -273
  68. package/prisca/v1/core/material_type/material_type.pb.go +0 -827
  69. package/prisca/v1/core/material_type/material_type_grpc.pb.go +0 -239
  70. package/prisca/v1/core/number_range/number_range.pb.go +0 -916
  71. package/prisca/v1/core/number_range/number_range_grpc.pb.go +0 -273
  72. package/prisca/v1/core/organization/organization.pb.go +0 -1039
  73. package/prisca/v1/core/organization/organization_grpc.pb.go +0 -273
  74. package/prisca/v1/core/organization_level/organization_level.pb.go +0 -853
  75. package/prisca/v1/core/organization_level/organization_level_grpc.pb.go +0 -274
  76. package/prisca/v1/core/procurement/procurement.pb.go +0 -622
  77. package/prisca/v1/core/procurement/procurement_grpc.pb.go +0 -275
  78. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx.pb.go +0 -1550
  79. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_grpc.pb.go +0 -388
  80. package/prisca/v1/core/recipient_roles/recipient_roles.pb.go +0 -141
  81. package/prisca/v1/core/role/role.pb.go +0 -797
  82. package/prisca/v1/core/role/role_grpc.pb.go +0 -273
  83. package/prisca/v1/core/transaction_builder/transaction_builder.pb.go +0 -3217
  84. package/prisca/v1/core/transaction_builder/transaction_builder_grpc.pb.go +0 -656
  85. package/prisca/v1/core/unit_of_measurement/unit_of_measurement.pb.go +0 -973
  86. package/prisca/v1/core/unit_of_measurement/unit_of_measurement_grpc.pb.go +0 -278
  87. package/prisca/v1/core/users/users.pb.go +0 -281
  88. package/prisca/v1/core/users_role/users_role.pb.go +0 -813
  89. package/prisca/v1/core/users_role/users_role_grpc.pb.go +0 -273
  90. package/prisca/v1/core/work_location/work_location.pb.go +0 -995
  91. package/prisca/v1/core/work_location/work_location_grpc.pb.go +0 -273
  92. package/prisca/v1/core/work_locations/work_locations.pb.go +0 -184
  93. package/prisca/v1/core/work_locations/work_locations_grpc.pb.go +0 -76
  94. package/prisca/v1/core/workflow/workflow.pb.go +0 -2057
  95. package/prisca/v1/core/workflow/workflow_grpc.pb.go +0 -273
  96. package/prisca/v1/global/meta/meta.pb.go +0 -446
@@ -1,853 +0,0 @@
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_level/organization_level.proto
6
-
7
- package organization_level
8
-
9
- import (
10
- meta "gitlab.com/integra_sm/prisca-v2-core-service/protocgen/prisca/v1/global/meta"
11
- protoreflect "google.golang.org/protobuf/reflect/protoreflect"
12
- protoimpl "google.golang.org/protobuf/runtime/protoimpl"
13
- reflect "reflect"
14
- sync "sync"
15
- )
16
-
17
- const (
18
- // Verify that this generated code is sufficiently up-to-date.
19
- _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
20
- // Verify that runtime/protoimpl is sufficiently up-to-date.
21
- _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
22
- )
23
-
24
- type OrganizationLevel struct {
25
- state protoimpl.MessageState `protogen:"open.v1"`
26
- Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
27
- Level int64 `protobuf:"varint,2,opt,name=level,proto3" json:"level,omitempty"`
28
- unknownFields protoimpl.UnknownFields
29
- sizeCache protoimpl.SizeCache
30
- }
31
-
32
- func (x *OrganizationLevel) Reset() {
33
- *x = OrganizationLevel{}
34
- mi := &file_prisca_v1_core_organization_level_organization_level_proto_msgTypes[0]
35
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
36
- ms.StoreMessageInfo(mi)
37
- }
38
-
39
- func (x *OrganizationLevel) String() string {
40
- return protoimpl.X.MessageStringOf(x)
41
- }
42
-
43
- func (*OrganizationLevel) ProtoMessage() {}
44
-
45
- func (x *OrganizationLevel) ProtoReflect() protoreflect.Message {
46
- mi := &file_prisca_v1_core_organization_level_organization_level_proto_msgTypes[0]
47
- if x != nil {
48
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
49
- if ms.LoadMessageInfo() == nil {
50
- ms.StoreMessageInfo(mi)
51
- }
52
- return ms
53
- }
54
- return mi.MessageOf(x)
55
- }
56
-
57
- // Deprecated: Use OrganizationLevel.ProtoReflect.Descriptor instead.
58
- func (*OrganizationLevel) Descriptor() ([]byte, []int) {
59
- return file_prisca_v1_core_organization_level_organization_level_proto_rawDescGZIP(), []int{0}
60
- }
61
-
62
- func (x *OrganizationLevel) GetName() string {
63
- if x != nil {
64
- return x.Name
65
- }
66
- return ""
67
- }
68
-
69
- func (x *OrganizationLevel) GetLevel() int64 {
70
- if x != nil {
71
- return x.Level
72
- }
73
- return 0
74
- }
75
-
76
- type BaseOrganizationLevel struct {
77
- state protoimpl.MessageState `protogen:"open.v1"`
78
- ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
79
- Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
80
- Level int64 `protobuf:"varint,3,opt,name=level,proto3" json:"level,omitempty"`
81
- unknownFields protoimpl.UnknownFields
82
- sizeCache protoimpl.SizeCache
83
- }
84
-
85
- func (x *BaseOrganizationLevel) Reset() {
86
- *x = BaseOrganizationLevel{}
87
- mi := &file_prisca_v1_core_organization_level_organization_level_proto_msgTypes[1]
88
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
89
- ms.StoreMessageInfo(mi)
90
- }
91
-
92
- func (x *BaseOrganizationLevel) String() string {
93
- return protoimpl.X.MessageStringOf(x)
94
- }
95
-
96
- func (*BaseOrganizationLevel) ProtoMessage() {}
97
-
98
- func (x *BaseOrganizationLevel) ProtoReflect() protoreflect.Message {
99
- mi := &file_prisca_v1_core_organization_level_organization_level_proto_msgTypes[1]
100
- if x != nil {
101
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
102
- if ms.LoadMessageInfo() == nil {
103
- ms.StoreMessageInfo(mi)
104
- }
105
- return ms
106
- }
107
- return mi.MessageOf(x)
108
- }
109
-
110
- // Deprecated: Use BaseOrganizationLevel.ProtoReflect.Descriptor instead.
111
- func (*BaseOrganizationLevel) Descriptor() ([]byte, []int) {
112
- return file_prisca_v1_core_organization_level_organization_level_proto_rawDescGZIP(), []int{1}
113
- }
114
-
115
- func (x *BaseOrganizationLevel) GetReferencesId() string {
116
- if x != nil {
117
- return x.ReferencesId
118
- }
119
- return ""
120
- }
121
-
122
- func (x *BaseOrganizationLevel) GetName() string {
123
- if x != nil {
124
- return x.Name
125
- }
126
- return ""
127
- }
128
-
129
- func (x *BaseOrganizationLevel) GetLevel() int64 {
130
- if x != nil {
131
- return x.Level
132
- }
133
- return 0
134
- }
135
-
136
- type OrganizationLevelGetByIdRequest struct {
137
- state protoimpl.MessageState `protogen:"open.v1"`
138
- ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
139
- unknownFields protoimpl.UnknownFields
140
- sizeCache protoimpl.SizeCache
141
- }
142
-
143
- func (x *OrganizationLevelGetByIdRequest) Reset() {
144
- *x = OrganizationLevelGetByIdRequest{}
145
- mi := &file_prisca_v1_core_organization_level_organization_level_proto_msgTypes[2]
146
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
147
- ms.StoreMessageInfo(mi)
148
- }
149
-
150
- func (x *OrganizationLevelGetByIdRequest) String() string {
151
- return protoimpl.X.MessageStringOf(x)
152
- }
153
-
154
- func (*OrganizationLevelGetByIdRequest) ProtoMessage() {}
155
-
156
- func (x *OrganizationLevelGetByIdRequest) ProtoReflect() protoreflect.Message {
157
- mi := &file_prisca_v1_core_organization_level_organization_level_proto_msgTypes[2]
158
- if x != nil {
159
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
160
- if ms.LoadMessageInfo() == nil {
161
- ms.StoreMessageInfo(mi)
162
- }
163
- return ms
164
- }
165
- return mi.MessageOf(x)
166
- }
167
-
168
- // Deprecated: Use OrganizationLevelGetByIdRequest.ProtoReflect.Descriptor instead.
169
- func (*OrganizationLevelGetByIdRequest) Descriptor() ([]byte, []int) {
170
- return file_prisca_v1_core_organization_level_organization_level_proto_rawDescGZIP(), []int{2}
171
- }
172
-
173
- func (x *OrganizationLevelGetByIdRequest) GetReferencesId() string {
174
- if x != nil {
175
- return x.ReferencesId
176
- }
177
- return ""
178
- }
179
-
180
- type OrganizationLevelGetByIdResponse struct {
181
- state protoimpl.MessageState `protogen:"open.v1"`
182
- OrganizationLevel *OrganizationLevel `protobuf:"bytes,1,opt,name=organization_level,json=organizationLevel,proto3" json:"organization_level,omitempty"`
183
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
184
- unknownFields protoimpl.UnknownFields
185
- sizeCache protoimpl.SizeCache
186
- }
187
-
188
- func (x *OrganizationLevelGetByIdResponse) Reset() {
189
- *x = OrganizationLevelGetByIdResponse{}
190
- mi := &file_prisca_v1_core_organization_level_organization_level_proto_msgTypes[3]
191
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
192
- ms.StoreMessageInfo(mi)
193
- }
194
-
195
- func (x *OrganizationLevelGetByIdResponse) String() string {
196
- return protoimpl.X.MessageStringOf(x)
197
- }
198
-
199
- func (*OrganizationLevelGetByIdResponse) ProtoMessage() {}
200
-
201
- func (x *OrganizationLevelGetByIdResponse) ProtoReflect() protoreflect.Message {
202
- mi := &file_prisca_v1_core_organization_level_organization_level_proto_msgTypes[3]
203
- if x != nil {
204
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
205
- if ms.LoadMessageInfo() == nil {
206
- ms.StoreMessageInfo(mi)
207
- }
208
- return ms
209
- }
210
- return mi.MessageOf(x)
211
- }
212
-
213
- // Deprecated: Use OrganizationLevelGetByIdResponse.ProtoReflect.Descriptor instead.
214
- func (*OrganizationLevelGetByIdResponse) Descriptor() ([]byte, []int) {
215
- return file_prisca_v1_core_organization_level_organization_level_proto_rawDescGZIP(), []int{3}
216
- }
217
-
218
- func (x *OrganizationLevelGetByIdResponse) GetOrganizationLevel() *OrganizationLevel {
219
- if x != nil {
220
- return x.OrganizationLevel
221
- }
222
- return nil
223
- }
224
-
225
- func (x *OrganizationLevelGetByIdResponse) GetMeta() *meta.Meta {
226
- if x != nil {
227
- return x.Meta
228
- }
229
- return nil
230
- }
231
-
232
- type UpdateOrganizationLevelRequest struct {
233
- state protoimpl.MessageState `protogen:"open.v1"`
234
- ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
235
- OrganizationLevel *OrganizationLevel `protobuf:"bytes,2,opt,name=organization_level,json=organizationLevel,proto3" json:"organization_level,omitempty"`
236
- unknownFields protoimpl.UnknownFields
237
- sizeCache protoimpl.SizeCache
238
- }
239
-
240
- func (x *UpdateOrganizationLevelRequest) Reset() {
241
- *x = UpdateOrganizationLevelRequest{}
242
- mi := &file_prisca_v1_core_organization_level_organization_level_proto_msgTypes[4]
243
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
244
- ms.StoreMessageInfo(mi)
245
- }
246
-
247
- func (x *UpdateOrganizationLevelRequest) String() string {
248
- return protoimpl.X.MessageStringOf(x)
249
- }
250
-
251
- func (*UpdateOrganizationLevelRequest) ProtoMessage() {}
252
-
253
- func (x *UpdateOrganizationLevelRequest) ProtoReflect() protoreflect.Message {
254
- mi := &file_prisca_v1_core_organization_level_organization_level_proto_msgTypes[4]
255
- if x != nil {
256
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
257
- if ms.LoadMessageInfo() == nil {
258
- ms.StoreMessageInfo(mi)
259
- }
260
- return ms
261
- }
262
- return mi.MessageOf(x)
263
- }
264
-
265
- // Deprecated: Use UpdateOrganizationLevelRequest.ProtoReflect.Descriptor instead.
266
- func (*UpdateOrganizationLevelRequest) Descriptor() ([]byte, []int) {
267
- return file_prisca_v1_core_organization_level_organization_level_proto_rawDescGZIP(), []int{4}
268
- }
269
-
270
- func (x *UpdateOrganizationLevelRequest) GetReferencesId() string {
271
- if x != nil {
272
- return x.ReferencesId
273
- }
274
- return ""
275
- }
276
-
277
- func (x *UpdateOrganizationLevelRequest) GetOrganizationLevel() *OrganizationLevel {
278
- if x != nil {
279
- return x.OrganizationLevel
280
- }
281
- return nil
282
- }
283
-
284
- type UpdateOrganizationLevelResponse struct {
285
- state protoimpl.MessageState `protogen:"open.v1"`
286
- OrganizationLevel *OrganizationLevel `protobuf:"bytes,1,opt,name=organization_level,json=organizationLevel,proto3" json:"organization_level,omitempty"`
287
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
288
- unknownFields protoimpl.UnknownFields
289
- sizeCache protoimpl.SizeCache
290
- }
291
-
292
- func (x *UpdateOrganizationLevelResponse) Reset() {
293
- *x = UpdateOrganizationLevelResponse{}
294
- mi := &file_prisca_v1_core_organization_level_organization_level_proto_msgTypes[5]
295
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
296
- ms.StoreMessageInfo(mi)
297
- }
298
-
299
- func (x *UpdateOrganizationLevelResponse) String() string {
300
- return protoimpl.X.MessageStringOf(x)
301
- }
302
-
303
- func (*UpdateOrganizationLevelResponse) ProtoMessage() {}
304
-
305
- func (x *UpdateOrganizationLevelResponse) ProtoReflect() protoreflect.Message {
306
- mi := &file_prisca_v1_core_organization_level_organization_level_proto_msgTypes[5]
307
- if x != nil {
308
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
309
- if ms.LoadMessageInfo() == nil {
310
- ms.StoreMessageInfo(mi)
311
- }
312
- return ms
313
- }
314
- return mi.MessageOf(x)
315
- }
316
-
317
- // Deprecated: Use UpdateOrganizationLevelResponse.ProtoReflect.Descriptor instead.
318
- func (*UpdateOrganizationLevelResponse) Descriptor() ([]byte, []int) {
319
- return file_prisca_v1_core_organization_level_organization_level_proto_rawDescGZIP(), []int{5}
320
- }
321
-
322
- func (x *UpdateOrganizationLevelResponse) GetOrganizationLevel() *OrganizationLevel {
323
- if x != nil {
324
- return x.OrganizationLevel
325
- }
326
- return nil
327
- }
328
-
329
- func (x *UpdateOrganizationLevelResponse) GetMeta() *meta.Meta {
330
- if x != nil {
331
- return x.Meta
332
- }
333
- return nil
334
- }
335
-
336
- type CreateOrganizationLevelRequest struct {
337
- state protoimpl.MessageState `protogen:"open.v1"`
338
- OrganizationLevel *OrganizationLevel `protobuf:"bytes,1,opt,name=organization_level,json=organizationLevel,proto3" json:"organization_level,omitempty"`
339
- unknownFields protoimpl.UnknownFields
340
- sizeCache protoimpl.SizeCache
341
- }
342
-
343
- func (x *CreateOrganizationLevelRequest) Reset() {
344
- *x = CreateOrganizationLevelRequest{}
345
- mi := &file_prisca_v1_core_organization_level_organization_level_proto_msgTypes[6]
346
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
347
- ms.StoreMessageInfo(mi)
348
- }
349
-
350
- func (x *CreateOrganizationLevelRequest) String() string {
351
- return protoimpl.X.MessageStringOf(x)
352
- }
353
-
354
- func (*CreateOrganizationLevelRequest) ProtoMessage() {}
355
-
356
- func (x *CreateOrganizationLevelRequest) ProtoReflect() protoreflect.Message {
357
- mi := &file_prisca_v1_core_organization_level_organization_level_proto_msgTypes[6]
358
- if x != nil {
359
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
360
- if ms.LoadMessageInfo() == nil {
361
- ms.StoreMessageInfo(mi)
362
- }
363
- return ms
364
- }
365
- return mi.MessageOf(x)
366
- }
367
-
368
- // Deprecated: Use CreateOrganizationLevelRequest.ProtoReflect.Descriptor instead.
369
- func (*CreateOrganizationLevelRequest) Descriptor() ([]byte, []int) {
370
- return file_prisca_v1_core_organization_level_organization_level_proto_rawDescGZIP(), []int{6}
371
- }
372
-
373
- func (x *CreateOrganizationLevelRequest) GetOrganizationLevel() *OrganizationLevel {
374
- if x != nil {
375
- return x.OrganizationLevel
376
- }
377
- return nil
378
- }
379
-
380
- type CreateOrganizationLevelResponse struct {
381
- state protoimpl.MessageState `protogen:"open.v1"`
382
- OrganizationLevel *OrganizationLevel `protobuf:"bytes,1,opt,name=organization_level,json=organizationLevel,proto3" json:"organization_level,omitempty"`
383
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
384
- unknownFields protoimpl.UnknownFields
385
- sizeCache protoimpl.SizeCache
386
- }
387
-
388
- func (x *CreateOrganizationLevelResponse) Reset() {
389
- *x = CreateOrganizationLevelResponse{}
390
- mi := &file_prisca_v1_core_organization_level_organization_level_proto_msgTypes[7]
391
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
392
- ms.StoreMessageInfo(mi)
393
- }
394
-
395
- func (x *CreateOrganizationLevelResponse) String() string {
396
- return protoimpl.X.MessageStringOf(x)
397
- }
398
-
399
- func (*CreateOrganizationLevelResponse) ProtoMessage() {}
400
-
401
- func (x *CreateOrganizationLevelResponse) ProtoReflect() protoreflect.Message {
402
- mi := &file_prisca_v1_core_organization_level_organization_level_proto_msgTypes[7]
403
- if x != nil {
404
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
405
- if ms.LoadMessageInfo() == nil {
406
- ms.StoreMessageInfo(mi)
407
- }
408
- return ms
409
- }
410
- return mi.MessageOf(x)
411
- }
412
-
413
- // Deprecated: Use CreateOrganizationLevelResponse.ProtoReflect.Descriptor instead.
414
- func (*CreateOrganizationLevelResponse) Descriptor() ([]byte, []int) {
415
- return file_prisca_v1_core_organization_level_organization_level_proto_rawDescGZIP(), []int{7}
416
- }
417
-
418
- func (x *CreateOrganizationLevelResponse) GetOrganizationLevel() *OrganizationLevel {
419
- if x != nil {
420
- return x.OrganizationLevel
421
- }
422
- return nil
423
- }
424
-
425
- func (x *CreateOrganizationLevelResponse) GetMeta() *meta.Meta {
426
- if x != nil {
427
- return x.Meta
428
- }
429
- return nil
430
- }
431
-
432
- type DeleteOrganizationLevelRequest struct {
433
- state protoimpl.MessageState `protogen:"open.v1"`
434
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
435
- unknownFields protoimpl.UnknownFields
436
- sizeCache protoimpl.SizeCache
437
- }
438
-
439
- func (x *DeleteOrganizationLevelRequest) Reset() {
440
- *x = DeleteOrganizationLevelRequest{}
441
- mi := &file_prisca_v1_core_organization_level_organization_level_proto_msgTypes[8]
442
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
443
- ms.StoreMessageInfo(mi)
444
- }
445
-
446
- func (x *DeleteOrganizationLevelRequest) String() string {
447
- return protoimpl.X.MessageStringOf(x)
448
- }
449
-
450
- func (*DeleteOrganizationLevelRequest) ProtoMessage() {}
451
-
452
- func (x *DeleteOrganizationLevelRequest) ProtoReflect() protoreflect.Message {
453
- mi := &file_prisca_v1_core_organization_level_organization_level_proto_msgTypes[8]
454
- if x != nil {
455
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
456
- if ms.LoadMessageInfo() == nil {
457
- ms.StoreMessageInfo(mi)
458
- }
459
- return ms
460
- }
461
- return mi.MessageOf(x)
462
- }
463
-
464
- // Deprecated: Use DeleteOrganizationLevelRequest.ProtoReflect.Descriptor instead.
465
- func (*DeleteOrganizationLevelRequest) Descriptor() ([]byte, []int) {
466
- return file_prisca_v1_core_organization_level_organization_level_proto_rawDescGZIP(), []int{8}
467
- }
468
-
469
- func (x *DeleteOrganizationLevelRequest) GetId() int64 {
470
- if x != nil {
471
- return x.Id
472
- }
473
- return 0
474
- }
475
-
476
- type DeleteOrganizationLevelResponse struct {
477
- state protoimpl.MessageState `protogen:"open.v1"`
478
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
479
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
480
- unknownFields protoimpl.UnknownFields
481
- sizeCache protoimpl.SizeCache
482
- }
483
-
484
- func (x *DeleteOrganizationLevelResponse) Reset() {
485
- *x = DeleteOrganizationLevelResponse{}
486
- mi := &file_prisca_v1_core_organization_level_organization_level_proto_msgTypes[9]
487
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
488
- ms.StoreMessageInfo(mi)
489
- }
490
-
491
- func (x *DeleteOrganizationLevelResponse) String() string {
492
- return protoimpl.X.MessageStringOf(x)
493
- }
494
-
495
- func (*DeleteOrganizationLevelResponse) ProtoMessage() {}
496
-
497
- func (x *DeleteOrganizationLevelResponse) ProtoReflect() protoreflect.Message {
498
- mi := &file_prisca_v1_core_organization_level_organization_level_proto_msgTypes[9]
499
- if x != nil {
500
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
501
- if ms.LoadMessageInfo() == nil {
502
- ms.StoreMessageInfo(mi)
503
- }
504
- return ms
505
- }
506
- return mi.MessageOf(x)
507
- }
508
-
509
- // Deprecated: Use DeleteOrganizationLevelResponse.ProtoReflect.Descriptor instead.
510
- func (*DeleteOrganizationLevelResponse) Descriptor() ([]byte, []int) {
511
- return file_prisca_v1_core_organization_level_organization_level_proto_rawDescGZIP(), []int{9}
512
- }
513
-
514
- func (x *DeleteOrganizationLevelResponse) GetId() int64 {
515
- if x != nil {
516
- return x.Id
517
- }
518
- return 0
519
- }
520
-
521
- func (x *DeleteOrganizationLevelResponse) GetMeta() *meta.Meta {
522
- if x != nil {
523
- return x.Meta
524
- }
525
- return nil
526
- }
527
-
528
- type GetListOrganizationLevelRequest struct {
529
- state protoimpl.MessageState `protogen:"open.v1"`
530
- Pagination *meta.PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
531
- Query *meta.FilterRequest `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
532
- unknownFields protoimpl.UnknownFields
533
- sizeCache protoimpl.SizeCache
534
- }
535
-
536
- func (x *GetListOrganizationLevelRequest) Reset() {
537
- *x = GetListOrganizationLevelRequest{}
538
- mi := &file_prisca_v1_core_organization_level_organization_level_proto_msgTypes[10]
539
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
540
- ms.StoreMessageInfo(mi)
541
- }
542
-
543
- func (x *GetListOrganizationLevelRequest) String() string {
544
- return protoimpl.X.MessageStringOf(x)
545
- }
546
-
547
- func (*GetListOrganizationLevelRequest) ProtoMessage() {}
548
-
549
- func (x *GetListOrganizationLevelRequest) ProtoReflect() protoreflect.Message {
550
- mi := &file_prisca_v1_core_organization_level_organization_level_proto_msgTypes[10]
551
- if x != nil {
552
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
553
- if ms.LoadMessageInfo() == nil {
554
- ms.StoreMessageInfo(mi)
555
- }
556
- return ms
557
- }
558
- return mi.MessageOf(x)
559
- }
560
-
561
- // Deprecated: Use GetListOrganizationLevelRequest.ProtoReflect.Descriptor instead.
562
- func (*GetListOrganizationLevelRequest) Descriptor() ([]byte, []int) {
563
- return file_prisca_v1_core_organization_level_organization_level_proto_rawDescGZIP(), []int{10}
564
- }
565
-
566
- func (x *GetListOrganizationLevelRequest) GetPagination() *meta.PaginationRequest {
567
- if x != nil {
568
- return x.Pagination
569
- }
570
- return nil
571
- }
572
-
573
- func (x *GetListOrganizationLevelRequest) GetQuery() *meta.FilterRequest {
574
- if x != nil {
575
- return x.Query
576
- }
577
- return nil
578
- }
579
-
580
- type GetListOrganizationLevelResponse struct {
581
- state protoimpl.MessageState `protogen:"open.v1"`
582
- OrganizationLevel []*BaseOrganizationLevel `protobuf:"bytes,1,rep,name=organization_level,json=organizationLevel,proto3" json:"organization_level,omitempty"`
583
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
584
- unknownFields protoimpl.UnknownFields
585
- sizeCache protoimpl.SizeCache
586
- }
587
-
588
- func (x *GetListOrganizationLevelResponse) Reset() {
589
- *x = GetListOrganizationLevelResponse{}
590
- mi := &file_prisca_v1_core_organization_level_organization_level_proto_msgTypes[11]
591
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
592
- ms.StoreMessageInfo(mi)
593
- }
594
-
595
- func (x *GetListOrganizationLevelResponse) String() string {
596
- return protoimpl.X.MessageStringOf(x)
597
- }
598
-
599
- func (*GetListOrganizationLevelResponse) ProtoMessage() {}
600
-
601
- func (x *GetListOrganizationLevelResponse) ProtoReflect() protoreflect.Message {
602
- mi := &file_prisca_v1_core_organization_level_organization_level_proto_msgTypes[11]
603
- if x != nil {
604
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
605
- if ms.LoadMessageInfo() == nil {
606
- ms.StoreMessageInfo(mi)
607
- }
608
- return ms
609
- }
610
- return mi.MessageOf(x)
611
- }
612
-
613
- // Deprecated: Use GetListOrganizationLevelResponse.ProtoReflect.Descriptor instead.
614
- func (*GetListOrganizationLevelResponse) Descriptor() ([]byte, []int) {
615
- return file_prisca_v1_core_organization_level_organization_level_proto_rawDescGZIP(), []int{11}
616
- }
617
-
618
- func (x *GetListOrganizationLevelResponse) GetOrganizationLevel() []*BaseOrganizationLevel {
619
- if x != nil {
620
- return x.OrganizationLevel
621
- }
622
- return nil
623
- }
624
-
625
- func (x *GetListOrganizationLevelResponse) GetMeta() *meta.Meta {
626
- if x != nil {
627
- return x.Meta
628
- }
629
- return nil
630
- }
631
-
632
- var File_prisca_v1_core_organization_level_organization_level_proto protoreflect.FileDescriptor
633
-
634
- var file_prisca_v1_core_organization_level_organization_level_proto_rawDesc = []byte{
635
- 0x0a, 0x3a, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6f, 0x72, 0x65,
636
- 0x2f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6c, 0x65,
637
- 0x76, 0x65, 0x6c, 0x2f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e,
638
- 0x5f, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x70, 0x72,
639
- 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2f, 0x6d,
640
- 0x65, 0x74, 0x61, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x3d,
641
- 0x0a, 0x11, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x65,
642
- 0x76, 0x65, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
643
- 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c,
644
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x22, 0x66, 0x0a,
645
- 0x15, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
646
- 0x6e, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65,
647
- 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72,
648
- 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e,
649
- 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12,
650
- 0x14, 0x0a, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05,
651
- 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x22, 0x46, 0x0a, 0x1f, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
652
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x47, 0x65, 0x74, 0x42, 0x79, 0x49,
653
- 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65,
654
- 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
655
- 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x22, 0x96, 0x01,
656
- 0x0a, 0x20, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x65,
657
- 0x76, 0x65, 0x6c, 0x47, 0x65, 0x74, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
658
- 0x73, 0x65, 0x12, 0x41, 0x0a, 0x12, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69,
659
- 0x6f, 0x6e, 0x5f, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12,
660
- 0x2e, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x65, 0x76,
661
- 0x65, 0x6c, 0x52, 0x11, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e,
662
- 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20,
663
- 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e,
664
- 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61,
665
- 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0x88, 0x01, 0x0a, 0x1e, 0x55, 0x70, 0x64, 0x61, 0x74,
666
- 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x65, 0x76,
667
- 0x65, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66,
668
- 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
669
- 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x41,
670
- 0x0a, 0x12, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6c,
671
- 0x65, 0x76, 0x65, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x4f, 0x72, 0x67,
672
- 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x52, 0x11,
673
- 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x65, 0x76, 0x65,
674
- 0x6c, 0x22, 0x95, 0x01, 0x0a, 0x1f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61,
675
- 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x52, 0x65, 0x73,
676
- 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x41, 0x0a, 0x12, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
677
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28,
678
- 0x0b, 0x32, 0x12, 0x2e, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e,
679
- 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x52, 0x11, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74,
680
- 0x69, 0x6f, 0x6e, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61,
681
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e,
682
- 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d,
683
- 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0x63, 0x0a, 0x1e, 0x43, 0x72, 0x65,
684
- 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c,
685
- 0x65, 0x76, 0x65, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x41, 0x0a, 0x12, 0x6f,
686
- 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6c, 0x65, 0x76, 0x65,
687
- 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69,
688
- 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x52, 0x11, 0x6f, 0x72, 0x67,
689
- 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x22, 0x95,
690
- 0x01, 0x0a, 0x1f, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
691
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
692
- 0x73, 0x65, 0x12, 0x41, 0x0a, 0x12, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69,
693
- 0x6f, 0x6e, 0x5f, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12,
694
- 0x2e, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x65, 0x76,
695
- 0x65, 0x6c, 0x52, 0x11, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e,
696
- 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20,
697
- 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e,
698
- 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61,
699
- 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0x30, 0x0a, 0x1e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65,
700
- 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x65, 0x76, 0x65,
701
- 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01,
702
- 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x22, 0x62, 0x0a, 0x1f, 0x44, 0x65, 0x6c, 0x65,
703
- 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x65,
704
- 0x76, 0x65, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69,
705
- 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x2f, 0x0a, 0x04, 0x6d,
706
- 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73,
707
- 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74,
708
- 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0xa7, 0x01, 0x0a,
709
- 0x1f, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61,
710
- 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
711
- 0x12, 0x48, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01,
712
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31,
713
- 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x61, 0x67,
714
- 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x0a,
715
- 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x0a, 0x05, 0x71, 0x75,
716
- 0x65, 0x72, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x70, 0x72, 0x69, 0x73,
717
- 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74,
718
- 0x61, 0x2e, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52,
719
- 0x05, 0x71, 0x75, 0x65, 0x72, 0x79, 0x22, 0x9a, 0x01, 0x0a, 0x20, 0x47, 0x65, 0x74, 0x4c, 0x69,
720
- 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x65,
721
- 0x76, 0x65, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x45, 0x0a, 0x12, 0x6f,
722
- 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6c, 0x65, 0x76, 0x65,
723
- 0x6c, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x72,
724
- 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x52,
725
- 0x11, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x65, 0x76,
726
- 0x65, 0x6c, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
727
- 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f,
728
- 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d,
729
- 0x65, 0x74, 0x61, 0x32, 0xf6, 0x03, 0x0a, 0x18, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61,
730
- 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
731
- 0x12, 0x5c, 0x0a, 0x17, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69,
732
- 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x1f, 0x2e, 0x43, 0x72,
733
- 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e,
734
- 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x43,
735
- 0x72, 0x65, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
736
- 0x6e, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5f,
737
- 0x0a, 0x18, 0x47, 0x65, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
738
- 0x6e, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x42, 0x79, 0x49, 0x64, 0x12, 0x20, 0x2e, 0x4f, 0x72, 0x67,
739
- 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x47, 0x65,
740
- 0x74, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x4f,
741
- 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x65, 0x76, 0x65, 0x6c,
742
- 0x47, 0x65, 0x74, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
743
- 0x5c, 0x0a, 0x17, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
744
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x1f, 0x2e, 0x55, 0x70, 0x64,
745
- 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c,
746
- 0x65, 0x76, 0x65, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x55, 0x70,
747
- 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e,
748
- 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5c, 0x0a,
749
- 0x17, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74,
750
- 0x69, 0x6f, 0x6e, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x1f, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74,
751
- 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x65, 0x76,
752
- 0x65, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x44, 0x65, 0x6c, 0x65,
753
- 0x74, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x65,
754
- 0x76, 0x65, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5f, 0x0a, 0x18, 0x47,
755
- 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69,
756
- 0x6f, 0x6e, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x20, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73,
757
- 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x65, 0x76,
758
- 0x65, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x47, 0x65, 0x74, 0x4c,
759
- 0x69, 0x73, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c,
760
- 0x65, 0x76, 0x65, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x5a, 0x5a, 0x58,
761
- 0x67, 0x69, 0x74, 0x6c, 0x61, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x67,
762
- 0x72, 0x61, 0x5f, 0x73, 0x6d, 0x2f, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2d, 0x76, 0x32, 0x2d,
763
- 0x63, 0x6f, 0x72, 0x65, 0x2d, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x70, 0x72, 0x6f,
764
- 0x74, 0x6f, 0x63, 0x67, 0x65, 0x6e, 0x2f, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31,
765
- 0x2f, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69,
766
- 0x6f, 0x6e, 0x5f, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
767
- }
768
-
769
- var (
770
- file_prisca_v1_core_organization_level_organization_level_proto_rawDescOnce sync.Once
771
- file_prisca_v1_core_organization_level_organization_level_proto_rawDescData = file_prisca_v1_core_organization_level_organization_level_proto_rawDesc
772
- )
773
-
774
- func file_prisca_v1_core_organization_level_organization_level_proto_rawDescGZIP() []byte {
775
- file_prisca_v1_core_organization_level_organization_level_proto_rawDescOnce.Do(func() {
776
- file_prisca_v1_core_organization_level_organization_level_proto_rawDescData = protoimpl.X.CompressGZIP(file_prisca_v1_core_organization_level_organization_level_proto_rawDescData)
777
- })
778
- return file_prisca_v1_core_organization_level_organization_level_proto_rawDescData
779
- }
780
-
781
- var file_prisca_v1_core_organization_level_organization_level_proto_msgTypes = make([]protoimpl.MessageInfo, 12)
782
- var file_prisca_v1_core_organization_level_organization_level_proto_goTypes = []any{
783
- (*OrganizationLevel)(nil), // 0: OrganizationLevel
784
- (*BaseOrganizationLevel)(nil), // 1: BaseOrganizationLevel
785
- (*OrganizationLevelGetByIdRequest)(nil), // 2: OrganizationLevelGetByIdRequest
786
- (*OrganizationLevelGetByIdResponse)(nil), // 3: OrganizationLevelGetByIdResponse
787
- (*UpdateOrganizationLevelRequest)(nil), // 4: UpdateOrganizationLevelRequest
788
- (*UpdateOrganizationLevelResponse)(nil), // 5: UpdateOrganizationLevelResponse
789
- (*CreateOrganizationLevelRequest)(nil), // 6: CreateOrganizationLevelRequest
790
- (*CreateOrganizationLevelResponse)(nil), // 7: CreateOrganizationLevelResponse
791
- (*DeleteOrganizationLevelRequest)(nil), // 8: DeleteOrganizationLevelRequest
792
- (*DeleteOrganizationLevelResponse)(nil), // 9: DeleteOrganizationLevelResponse
793
- (*GetListOrganizationLevelRequest)(nil), // 10: GetListOrganizationLevelRequest
794
- (*GetListOrganizationLevelResponse)(nil), // 11: GetListOrganizationLevelResponse
795
- (*meta.Meta)(nil), // 12: prisca.v1.global.meta.Meta
796
- (*meta.PaginationRequest)(nil), // 13: prisca.v1.global.meta.PaginationRequest
797
- (*meta.FilterRequest)(nil), // 14: prisca.v1.global.meta.FilterRequest
798
- }
799
- var file_prisca_v1_core_organization_level_organization_level_proto_depIdxs = []int32{
800
- 0, // 0: OrganizationLevelGetByIdResponse.organization_level:type_name -> OrganizationLevel
801
- 12, // 1: OrganizationLevelGetByIdResponse.meta:type_name -> prisca.v1.global.meta.Meta
802
- 0, // 2: UpdateOrganizationLevelRequest.organization_level:type_name -> OrganizationLevel
803
- 0, // 3: UpdateOrganizationLevelResponse.organization_level:type_name -> OrganizationLevel
804
- 12, // 4: UpdateOrganizationLevelResponse.meta:type_name -> prisca.v1.global.meta.Meta
805
- 0, // 5: CreateOrganizationLevelRequest.organization_level:type_name -> OrganizationLevel
806
- 0, // 6: CreateOrganizationLevelResponse.organization_level:type_name -> OrganizationLevel
807
- 12, // 7: CreateOrganizationLevelResponse.meta:type_name -> prisca.v1.global.meta.Meta
808
- 12, // 8: DeleteOrganizationLevelResponse.meta:type_name -> prisca.v1.global.meta.Meta
809
- 13, // 9: GetListOrganizationLevelRequest.pagination:type_name -> prisca.v1.global.meta.PaginationRequest
810
- 14, // 10: GetListOrganizationLevelRequest.query:type_name -> prisca.v1.global.meta.FilterRequest
811
- 1, // 11: GetListOrganizationLevelResponse.organization_level:type_name -> BaseOrganizationLevel
812
- 12, // 12: GetListOrganizationLevelResponse.meta:type_name -> prisca.v1.global.meta.Meta
813
- 6, // 13: OrganizationLevelService.CreateOrganizationLevel:input_type -> CreateOrganizationLevelRequest
814
- 2, // 14: OrganizationLevelService.GetOrganizationLevelById:input_type -> OrganizationLevelGetByIdRequest
815
- 4, // 15: OrganizationLevelService.UpdateOrganizationLevel:input_type -> UpdateOrganizationLevelRequest
816
- 8, // 16: OrganizationLevelService.DeleteOrganizationLevel:input_type -> DeleteOrganizationLevelRequest
817
- 10, // 17: OrganizationLevelService.GetListOrganizationLevel:input_type -> GetListOrganizationLevelRequest
818
- 7, // 18: OrganizationLevelService.CreateOrganizationLevel:output_type -> CreateOrganizationLevelResponse
819
- 3, // 19: OrganizationLevelService.GetOrganizationLevelById:output_type -> OrganizationLevelGetByIdResponse
820
- 5, // 20: OrganizationLevelService.UpdateOrganizationLevel:output_type -> UpdateOrganizationLevelResponse
821
- 9, // 21: OrganizationLevelService.DeleteOrganizationLevel:output_type -> DeleteOrganizationLevelResponse
822
- 11, // 22: OrganizationLevelService.GetListOrganizationLevel:output_type -> GetListOrganizationLevelResponse
823
- 18, // [18:23] is the sub-list for method output_type
824
- 13, // [13:18] is the sub-list for method input_type
825
- 13, // [13:13] is the sub-list for extension type_name
826
- 13, // [13:13] is the sub-list for extension extendee
827
- 0, // [0:13] is the sub-list for field type_name
828
- }
829
-
830
- func init() { file_prisca_v1_core_organization_level_organization_level_proto_init() }
831
- func file_prisca_v1_core_organization_level_organization_level_proto_init() {
832
- if File_prisca_v1_core_organization_level_organization_level_proto != nil {
833
- return
834
- }
835
- type x struct{}
836
- out := protoimpl.TypeBuilder{
837
- File: protoimpl.DescBuilder{
838
- GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
839
- RawDescriptor: file_prisca_v1_core_organization_level_organization_level_proto_rawDesc,
840
- NumEnums: 0,
841
- NumMessages: 12,
842
- NumExtensions: 0,
843
- NumServices: 1,
844
- },
845
- GoTypes: file_prisca_v1_core_organization_level_organization_level_proto_goTypes,
846
- DependencyIndexes: file_prisca_v1_core_organization_level_organization_level_proto_depIdxs,
847
- MessageInfos: file_prisca_v1_core_organization_level_organization_level_proto_msgTypes,
848
- }.Build()
849
- File_prisca_v1_core_organization_level_organization_level_proto = out.File
850
- file_prisca_v1_core_organization_level_organization_level_proto_rawDesc = nil
851
- file_prisca_v1_core_organization_level_organization_level_proto_goTypes = nil
852
- file_prisca_v1_core_organization_level_organization_level_proto_depIdxs = nil
853
- }