@aldiokta/protocgen 1.0.20 → 1.0.22

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