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