@aldiokta/protocgen 1.0.20 → 1.0.21

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