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