@aldiokta/protocgen 1.0.18 → 1.0.20

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.pb.go +998 -0
  3. package/prisca/v1/core/auth/auth_grpc.pb.go +427 -0
  4. package/prisca/v1/core/company/company.pb.go +965 -0
  5. package/prisca/v1/core/company/company_grpc.pb.go +273 -0
  6. package/prisca/v1/core/department_material/department_material.pb.go +776 -0
  7. package/prisca/v1/core/department_material/department_material_grpc.pb.go +236 -0
  8. package/prisca/v1/core/job_grade/job_grade.pb.go +887 -0
  9. package/prisca/v1/core/job_grade/job_grade_grpc.pb.go +273 -0
  10. package/prisca/v1/core/job_position/job_position.pb.go +1196 -0
  11. package/prisca/v1/core/job_position/job_position_grpc.pb.go +273 -0
  12. package/prisca/v1/core/job_title/job_title.pb.go +986 -0
  13. package/prisca/v1/core/job_title/job_title_grpc.pb.go +273 -0
  14. package/prisca/v1/core/line_of_approval/line_of_approval.pb.go +913 -0
  15. package/prisca/v1/core/line_of_approval/line_of_approval_grpc.pb.go +273 -0
  16. package/prisca/v1/core/location/location.pb.go +1397 -0
  17. package/prisca/v1/core/location/location_grpc.pb.go +387 -0
  18. package/prisca/v1/core/material/material.pb.go +1366 -0
  19. package/prisca/v1/core/material/material_grpc.pb.go +273 -0
  20. package/prisca/v1/core/material_group/material_group.pb.go +911 -0
  21. package/prisca/v1/core/material_group/material_group_grpc.pb.go +273 -0
  22. package/prisca/v1/core/material_type/material_type.pb.go +827 -0
  23. package/prisca/v1/core/material_type/material_type_grpc.pb.go +239 -0
  24. package/prisca/v1/core/number_range/number_range.pb.go +916 -0
  25. package/prisca/v1/core/number_range/number_range_grpc.pb.go +273 -0
  26. package/prisca/v1/core/organization/organization.pb.go +1039 -0
  27. package/prisca/v1/core/organization/organization_grpc.pb.go +273 -0
  28. package/prisca/v1/core/organization_level/organization_level.pb.go +853 -0
  29. package/prisca/v1/core/organization_level/organization_level_grpc.pb.go +274 -0
  30. package/prisca/v1/core/procurement/procurement.pb.go +622 -0
  31. package/prisca/v1/core/procurement/procurement_grpc.pb.go +275 -0
  32. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx.pb.go +1550 -0
  33. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_grpc.pb.go +388 -0
  34. package/prisca/v1/core/recipient_roles/recipient_roles.pb.go +141 -0
  35. package/prisca/v1/core/role/role.pb.go +797 -0
  36. package/prisca/v1/core/role/role_grpc.pb.go +273 -0
  37. package/prisca/v1/core/transaction_builder/transaction_builder.pb.go +3217 -0
  38. package/prisca/v1/core/transaction_builder/transaction_builder_grpc.pb.go +656 -0
  39. package/prisca/v1/core/unit_of_measurement/unit_of_measurement.pb.go +973 -0
  40. package/prisca/v1/core/unit_of_measurement/unit_of_measurement_grpc.pb.go +278 -0
  41. package/prisca/v1/core/users/users.pb.go +281 -0
  42. package/prisca/v1/core/users_role/users_role.pb.go +813 -0
  43. package/prisca/v1/core/users_role/users_role_grpc.pb.go +273 -0
  44. package/prisca/v1/core/work_location/work_location.pb.go +995 -0
  45. package/prisca/v1/core/work_location/work_location_grpc.pb.go +273 -0
  46. package/prisca/v1/core/work_locations/work_locations.pb.go +184 -0
  47. package/prisca/v1/core/work_locations/work_locations_grpc.pb.go +76 -0
  48. package/prisca/v1/core/workflow/workflow.pb.go +2057 -0
  49. package/prisca/v1/core/workflow/workflow_grpc.pb.go +273 -0
  50. package/prisca/v1/global/meta/meta.pb.go +446 -0
  51. package/prisca/v1/core/auth/auth_grpc_pb.js +0 -256
  52. package/prisca/v1/core/auth/auth_pb.js +0 -2801
  53. package/prisca/v1/core/company/company_grpc_pb.js +0 -177
  54. package/prisca/v1/core/company/company_pb.js +0 -2845
  55. package/prisca/v1/core/department_material/department_material_grpc_pb.js +0 -144
  56. package/prisca/v1/core/department_material/department_material_pb.js +0 -2167
  57. package/prisca/v1/core/job_grade/job_grade_grpc_pb.js +0 -178
  58. package/prisca/v1/core/job_grade/job_grade_pb.js +0 -2605
  59. package/prisca/v1/core/job_position/job_position_grpc_pb.js +0 -181
  60. package/prisca/v1/core/job_position/job_position_pb.js +0 -3582
  61. package/prisca/v1/core/job_title/job_title_grpc_pb.js +0 -178
  62. package/prisca/v1/core/job_title/job_title_pb.js +0 -2928
  63. package/prisca/v1/core/location/location_grpc_pb.js +0 -276
  64. package/prisca/v1/core/location/location_pb.js +0 -4334
  65. package/prisca/v1/core/material/material_grpc_pb.js +0 -181
  66. package/prisca/v1/core/material/material_pb.js +0 -4046
  67. package/prisca/v1/core/material_group/material_group_grpc_pb.js +0 -177
  68. package/prisca/v1/core/material_group/material_group_pb.js +0 -2582
  69. package/prisca/v1/core/material_type/material_type_grpc_pb.js +0 -147
  70. package/prisca/v1/core/material_type/material_type_pb.js +0 -2399
  71. package/prisca/v1/core/number_range/number_range_grpc_pb.js +0 -177
  72. package/prisca/v1/core/number_range/number_range_pb.js +0 -2672
  73. package/prisca/v1/core/organization/organization_grpc_pb.js +0 -180
  74. package/prisca/v1/core/organization/organization_pb.js +0 -3002
  75. package/prisca/v1/core/organization_level/organization_level_grpc_pb.js +0 -177
  76. package/prisca/v1/core/organization_level/organization_level_pb.js +0 -2432
  77. package/prisca/v1/core/procurement/procurement_grpc_pb.js +0 -146
  78. package/prisca/v1/core/procurement/procurement_pb.js +0 -1681
  79. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_grpc_pb.js +0 -266
  80. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_pb.js +0 -4429
  81. package/prisca/v1/core/recipient_roles/recipient_roles_grpc_pb.js +0 -1
  82. package/prisca/v1/core/recipient_roles/recipient_roles_pb.js +0 -206
  83. package/prisca/v1/core/transaction_builder/transaction_builder_grpc_pb.js +0 -421
  84. package/prisca/v1/core/transaction_builder/transaction_builder_pb.js +0 -9597
  85. package/prisca/v1/core/unit_of_measurement/unit_of_measurement_grpc_pb.js +0 -180
  86. package/prisca/v1/core/unit_of_measurement/unit_of_measurement_pb.js +0 -2798
  87. package/prisca/v1/core/users/users_grpc_pb.js +0 -1
  88. package/prisca/v1/core/users/users_pb.js +0 -626
  89. package/prisca/v1/core/users_role/users_role_grpc_pb.js +0 -177
  90. package/prisca/v1/core/users_role/users_role_pb.js +0 -2372
  91. package/prisca/v1/core/work_location/work_location_grpc_pb.js +0 -177
  92. package/prisca/v1/core/work_location/work_location_pb.js +0 -2850
  93. package/prisca/v1/core/workflow/workflow_grpc_pb.js +0 -179
  94. package/prisca/v1/core/workflow/workflow_pb.js +0 -6318
  95. package/prisca/v1/global/meta/meta_grpc_pb.js +0 -1
  96. package/prisca/v1/global/meta/meta_pb.js +0 -1179
@@ -0,0 +1,2057 @@
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/workflow/workflow.proto
6
+
7
+ package workflow
8
+
9
+ import (
10
+ recipient_roles "gitlab.com/integra_sm/prisca-v2-core-service/protocgen/prisca/v1/core/recipient_roles"
11
+ users "gitlab.com/integra_sm/prisca-v2-core-service/protocgen/prisca/v1/core/users"
12
+ meta "gitlab.com/integra_sm/prisca-v2-core-service/protocgen/prisca/v1/global/meta"
13
+ protoreflect "google.golang.org/protobuf/reflect/protoreflect"
14
+ protoimpl "google.golang.org/protobuf/runtime/protoimpl"
15
+ reflect "reflect"
16
+ sync "sync"
17
+ )
18
+
19
+ const (
20
+ // Verify that this generated code is sufficiently up-to-date.
21
+ _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
22
+ // Verify that runtime/protoimpl is sufficiently up-to-date.
23
+ _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
24
+ )
25
+
26
+ type Workflow struct {
27
+ state protoimpl.MessageState `protogen:"open.v1"`
28
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
29
+ Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
30
+ ReferencesId string `protobuf:"bytes,3,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
31
+ Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
32
+ ValidFrom string `protobuf:"bytes,5,opt,name=valid_from,json=validFrom,proto3" json:"valid_from,omitempty"` // ISO 8601 format
33
+ ValidTo string `protobuf:"bytes,6,opt,name=valid_to,json=validTo,proto3" json:"valid_to,omitempty"` // ISO 8601 format
34
+ CreatedBy string `protobuf:"bytes,7,opt,name=created_by,json=createdBy,proto3" json:"created_by,omitempty"`
35
+ UpdatedBy string `protobuf:"bytes,8,opt,name=updated_by,json=updatedBy,proto3" json:"updated_by,omitempty"`
36
+ CreatedAt string `protobuf:"bytes,9,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // ISO 8601 format
37
+ UpdatedAt string `protobuf:"bytes,10,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // Nullable, ISO 8601 format
38
+ WorkflowCondition []*WorkflowCondition `protobuf:"bytes,11,rep,name=workflow_condition,json=workflowCondition,proto3" json:"workflow_condition,omitempty"`
39
+ IsActive bool `protobuf:"varint,12,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
40
+ WorkflowSteps []*WorkflowSteps `protobuf:"bytes,13,rep,name=workflow_steps,json=workflowSteps,proto3" json:"workflow_steps,omitempty"`
41
+ unknownFields protoimpl.UnknownFields
42
+ sizeCache protoimpl.SizeCache
43
+ }
44
+
45
+ func (x *Workflow) Reset() {
46
+ *x = Workflow{}
47
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[0]
48
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
49
+ ms.StoreMessageInfo(mi)
50
+ }
51
+
52
+ func (x *Workflow) String() string {
53
+ return protoimpl.X.MessageStringOf(x)
54
+ }
55
+
56
+ func (*Workflow) ProtoMessage() {}
57
+
58
+ func (x *Workflow) ProtoReflect() protoreflect.Message {
59
+ mi := &file_prisca_v1_core_workflow_workflow_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 Workflow.ProtoReflect.Descriptor instead.
71
+ func (*Workflow) Descriptor() ([]byte, []int) {
72
+ return file_prisca_v1_core_workflow_workflow_proto_rawDescGZIP(), []int{0}
73
+ }
74
+
75
+ func (x *Workflow) GetId() int64 {
76
+ if x != nil {
77
+ return x.Id
78
+ }
79
+ return 0
80
+ }
81
+
82
+ func (x *Workflow) GetName() string {
83
+ if x != nil {
84
+ return x.Name
85
+ }
86
+ return ""
87
+ }
88
+
89
+ func (x *Workflow) GetReferencesId() string {
90
+ if x != nil {
91
+ return x.ReferencesId
92
+ }
93
+ return ""
94
+ }
95
+
96
+ func (x *Workflow) GetDescription() string {
97
+ if x != nil {
98
+ return x.Description
99
+ }
100
+ return ""
101
+ }
102
+
103
+ func (x *Workflow) GetValidFrom() string {
104
+ if x != nil {
105
+ return x.ValidFrom
106
+ }
107
+ return ""
108
+ }
109
+
110
+ func (x *Workflow) GetValidTo() string {
111
+ if x != nil {
112
+ return x.ValidTo
113
+ }
114
+ return ""
115
+ }
116
+
117
+ func (x *Workflow) GetCreatedBy() string {
118
+ if x != nil {
119
+ return x.CreatedBy
120
+ }
121
+ return ""
122
+ }
123
+
124
+ func (x *Workflow) GetUpdatedBy() string {
125
+ if x != nil {
126
+ return x.UpdatedBy
127
+ }
128
+ return ""
129
+ }
130
+
131
+ func (x *Workflow) GetCreatedAt() string {
132
+ if x != nil {
133
+ return x.CreatedAt
134
+ }
135
+ return ""
136
+ }
137
+
138
+ func (x *Workflow) GetUpdatedAt() string {
139
+ if x != nil {
140
+ return x.UpdatedAt
141
+ }
142
+ return ""
143
+ }
144
+
145
+ func (x *Workflow) GetWorkflowCondition() []*WorkflowCondition {
146
+ if x != nil {
147
+ return x.WorkflowCondition
148
+ }
149
+ return nil
150
+ }
151
+
152
+ func (x *Workflow) GetIsActive() bool {
153
+ if x != nil {
154
+ return x.IsActive
155
+ }
156
+ return false
157
+ }
158
+
159
+ func (x *Workflow) GetWorkflowSteps() []*WorkflowSteps {
160
+ if x != nil {
161
+ return x.WorkflowSteps
162
+ }
163
+ return nil
164
+ }
165
+
166
+ type WorkflowCondition struct {
167
+ state protoimpl.MessageState `protogen:"open.v1"`
168
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
169
+ ReferencesId string `protobuf:"bytes,2,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
170
+ WorkflowRefId *string `protobuf:"bytes,3,opt,name=workflow_ref_id,json=workflowRefId,proto3,oneof" json:"workflow_ref_id,omitempty"`
171
+ WorkflowStepsRefId *string `protobuf:"bytes,4,opt,name=workflow_steps_ref_id,json=workflowStepsRefId,proto3,oneof" json:"workflow_steps_ref_id,omitempty"`
172
+ CreatedAt string `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // ISO 8601 format
173
+ UpdatedAt string `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // Nullable, ISO 8601 format
174
+ WorkflowCriteria []*WorkflowCriteria `protobuf:"bytes,7,rep,name=workflow_criteria,json=workflowCriteria,proto3" json:"workflow_criteria,omitempty"`
175
+ unknownFields protoimpl.UnknownFields
176
+ sizeCache protoimpl.SizeCache
177
+ }
178
+
179
+ func (x *WorkflowCondition) Reset() {
180
+ *x = WorkflowCondition{}
181
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[1]
182
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
183
+ ms.StoreMessageInfo(mi)
184
+ }
185
+
186
+ func (x *WorkflowCondition) String() string {
187
+ return protoimpl.X.MessageStringOf(x)
188
+ }
189
+
190
+ func (*WorkflowCondition) ProtoMessage() {}
191
+
192
+ func (x *WorkflowCondition) ProtoReflect() protoreflect.Message {
193
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[1]
194
+ if x != nil {
195
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
196
+ if ms.LoadMessageInfo() == nil {
197
+ ms.StoreMessageInfo(mi)
198
+ }
199
+ return ms
200
+ }
201
+ return mi.MessageOf(x)
202
+ }
203
+
204
+ // Deprecated: Use WorkflowCondition.ProtoReflect.Descriptor instead.
205
+ func (*WorkflowCondition) Descriptor() ([]byte, []int) {
206
+ return file_prisca_v1_core_workflow_workflow_proto_rawDescGZIP(), []int{1}
207
+ }
208
+
209
+ func (x *WorkflowCondition) GetId() int64 {
210
+ if x != nil {
211
+ return x.Id
212
+ }
213
+ return 0
214
+ }
215
+
216
+ func (x *WorkflowCondition) GetReferencesId() string {
217
+ if x != nil {
218
+ return x.ReferencesId
219
+ }
220
+ return ""
221
+ }
222
+
223
+ func (x *WorkflowCondition) GetWorkflowRefId() string {
224
+ if x != nil && x.WorkflowRefId != nil {
225
+ return *x.WorkflowRefId
226
+ }
227
+ return ""
228
+ }
229
+
230
+ func (x *WorkflowCondition) GetWorkflowStepsRefId() string {
231
+ if x != nil && x.WorkflowStepsRefId != nil {
232
+ return *x.WorkflowStepsRefId
233
+ }
234
+ return ""
235
+ }
236
+
237
+ func (x *WorkflowCondition) GetCreatedAt() string {
238
+ if x != nil {
239
+ return x.CreatedAt
240
+ }
241
+ return ""
242
+ }
243
+
244
+ func (x *WorkflowCondition) GetUpdatedAt() string {
245
+ if x != nil {
246
+ return x.UpdatedAt
247
+ }
248
+ return ""
249
+ }
250
+
251
+ func (x *WorkflowCondition) GetWorkflowCriteria() []*WorkflowCriteria {
252
+ if x != nil {
253
+ return x.WorkflowCriteria
254
+ }
255
+ return nil
256
+ }
257
+
258
+ type WorkflowCriteria struct {
259
+ state protoimpl.MessageState `protogen:"open.v1"`
260
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
261
+ ReferencesId string `protobuf:"bytes,2,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
262
+ Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
263
+ WorkflowConditionRefId string `protobuf:"bytes,4,opt,name=workflow_condition_ref_id,json=workflowConditionRefId,proto3" json:"workflow_condition_ref_id,omitempty"`
264
+ Properties string `protobuf:"bytes,5,opt,name=properties,proto3" json:"properties,omitempty"`
265
+ Key string `protobuf:"bytes,6,opt,name=key,proto3" json:"key,omitempty"`
266
+ Operator string `protobuf:"bytes,7,opt,name=operator,proto3" json:"operator,omitempty"`
267
+ CreatedAt string `protobuf:"bytes,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // ISO 8601 format
268
+ UpdatedAt string `protobuf:"bytes,9,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // Nullable, ISO 8601 format
269
+ unknownFields protoimpl.UnknownFields
270
+ sizeCache protoimpl.SizeCache
271
+ }
272
+
273
+ func (x *WorkflowCriteria) Reset() {
274
+ *x = WorkflowCriteria{}
275
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[2]
276
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
277
+ ms.StoreMessageInfo(mi)
278
+ }
279
+
280
+ func (x *WorkflowCriteria) String() string {
281
+ return protoimpl.X.MessageStringOf(x)
282
+ }
283
+
284
+ func (*WorkflowCriteria) ProtoMessage() {}
285
+
286
+ func (x *WorkflowCriteria) ProtoReflect() protoreflect.Message {
287
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[2]
288
+ if x != nil {
289
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
290
+ if ms.LoadMessageInfo() == nil {
291
+ ms.StoreMessageInfo(mi)
292
+ }
293
+ return ms
294
+ }
295
+ return mi.MessageOf(x)
296
+ }
297
+
298
+ // Deprecated: Use WorkflowCriteria.ProtoReflect.Descriptor instead.
299
+ func (*WorkflowCriteria) Descriptor() ([]byte, []int) {
300
+ return file_prisca_v1_core_workflow_workflow_proto_rawDescGZIP(), []int{2}
301
+ }
302
+
303
+ func (x *WorkflowCriteria) GetId() int64 {
304
+ if x != nil {
305
+ return x.Id
306
+ }
307
+ return 0
308
+ }
309
+
310
+ func (x *WorkflowCriteria) GetReferencesId() string {
311
+ if x != nil {
312
+ return x.ReferencesId
313
+ }
314
+ return ""
315
+ }
316
+
317
+ func (x *WorkflowCriteria) GetValue() string {
318
+ if x != nil {
319
+ return x.Value
320
+ }
321
+ return ""
322
+ }
323
+
324
+ func (x *WorkflowCriteria) GetWorkflowConditionRefId() string {
325
+ if x != nil {
326
+ return x.WorkflowConditionRefId
327
+ }
328
+ return ""
329
+ }
330
+
331
+ func (x *WorkflowCriteria) GetProperties() string {
332
+ if x != nil {
333
+ return x.Properties
334
+ }
335
+ return ""
336
+ }
337
+
338
+ func (x *WorkflowCriteria) GetKey() string {
339
+ if x != nil {
340
+ return x.Key
341
+ }
342
+ return ""
343
+ }
344
+
345
+ func (x *WorkflowCriteria) GetOperator() string {
346
+ if x != nil {
347
+ return x.Operator
348
+ }
349
+ return ""
350
+ }
351
+
352
+ func (x *WorkflowCriteria) GetCreatedAt() string {
353
+ if x != nil {
354
+ return x.CreatedAt
355
+ }
356
+ return ""
357
+ }
358
+
359
+ func (x *WorkflowCriteria) GetUpdatedAt() string {
360
+ if x != nil {
361
+ return x.UpdatedAt
362
+ }
363
+ return ""
364
+ }
365
+
366
+ type WorkflowSteps struct {
367
+ state protoimpl.MessageState `protogen:"open.v1"`
368
+ Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
369
+ ReferencesId string `protobuf:"bytes,2,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
370
+ Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
371
+ StepType string `protobuf:"bytes,4,opt,name=step_type,json=stepType,proto3" json:"step_type,omitempty"`
372
+ Priority string `protobuf:"bytes,5,opt,name=priority,proto3" json:"priority,omitempty"`
373
+ IsOptionalStep bool `protobuf:"varint,6,opt,name=is_optional_step,json=isOptionalStep,proto3" json:"is_optional_step,omitempty"`
374
+ ExcludeRestrictedAgents string `protobuf:"bytes,7,opt,name=exclude_restricted_agents,json=excludeRestrictedAgents,proto3" json:"exclude_restricted_agents,omitempty"`
375
+ ActionResult string `protobuf:"bytes,8,opt,name=action_result,json=actionResult,proto3" json:"action_result,omitempty"`
376
+ RequiredAction string `protobuf:"bytes,9,opt,name=required_action,json=requiredAction,proto3" json:"required_action,omitempty"`
377
+ RedefineTaskTitle string `protobuf:"bytes,10,opt,name=redefine_task_title,json=redefineTaskTitle,proto3" json:"redefine_task_title,omitempty"`
378
+ WorkflowRefId string `protobuf:"bytes,11,opt,name=workflow_ref_id,json=workflowRefId,proto3" json:"workflow_ref_id,omitempty"`
379
+ IsCompletedBy string `protobuf:"bytes,12,opt,name=is_completed_by,json=isCompletedBy,proto3" json:"is_completed_by,omitempty"`
380
+ DeadlineContext string `protobuf:"bytes,13,opt,name=deadline_context,json=deadlineContext,proto3" json:"deadline_context,omitempty"`
381
+ DeadlineUnit string `protobuf:"bytes,14,opt,name=deadline_unit,json=deadlineUnit,proto3" json:"deadline_unit,omitempty"`
382
+ DeadlineUnitCounter int64 `protobuf:"varint,15,opt,name=deadline_unit_counter,json=deadlineUnitCounter,proto3" json:"deadline_unit_counter,omitempty"`
383
+ DeadlineEffect string `protobuf:"bytes,16,opt,name=deadline_effect,json=deadlineEffect,proto3" json:"deadline_effect,omitempty"`
384
+ CreatedAt string `protobuf:"bytes,17,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
385
+ UpdatedAt string `protobuf:"bytes,18,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
386
+ WorkflowCondition []*WorkflowCondition `protobuf:"bytes,19,rep,name=workflow_condition,json=workflowCondition,proto3" json:"workflow_condition,omitempty"`
387
+ WorkflowStepsRecipients []*WorkflowStepsRecipients `protobuf:"bytes,20,rep,name=workflow_steps_recipients,json=workflowStepsRecipients,proto3" json:"workflow_steps_recipients,omitempty"`
388
+ unknownFields protoimpl.UnknownFields
389
+ sizeCache protoimpl.SizeCache
390
+ }
391
+
392
+ func (x *WorkflowSteps) Reset() {
393
+ *x = WorkflowSteps{}
394
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[3]
395
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
396
+ ms.StoreMessageInfo(mi)
397
+ }
398
+
399
+ func (x *WorkflowSteps) String() string {
400
+ return protoimpl.X.MessageStringOf(x)
401
+ }
402
+
403
+ func (*WorkflowSteps) ProtoMessage() {}
404
+
405
+ func (x *WorkflowSteps) ProtoReflect() protoreflect.Message {
406
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[3]
407
+ if x != nil {
408
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
409
+ if ms.LoadMessageInfo() == nil {
410
+ ms.StoreMessageInfo(mi)
411
+ }
412
+ return ms
413
+ }
414
+ return mi.MessageOf(x)
415
+ }
416
+
417
+ // Deprecated: Use WorkflowSteps.ProtoReflect.Descriptor instead.
418
+ func (*WorkflowSteps) Descriptor() ([]byte, []int) {
419
+ return file_prisca_v1_core_workflow_workflow_proto_rawDescGZIP(), []int{3}
420
+ }
421
+
422
+ func (x *WorkflowSteps) GetId() int32 {
423
+ if x != nil {
424
+ return x.Id
425
+ }
426
+ return 0
427
+ }
428
+
429
+ func (x *WorkflowSteps) GetReferencesId() string {
430
+ if x != nil {
431
+ return x.ReferencesId
432
+ }
433
+ return ""
434
+ }
435
+
436
+ func (x *WorkflowSteps) GetName() string {
437
+ if x != nil {
438
+ return x.Name
439
+ }
440
+ return ""
441
+ }
442
+
443
+ func (x *WorkflowSteps) GetStepType() string {
444
+ if x != nil {
445
+ return x.StepType
446
+ }
447
+ return ""
448
+ }
449
+
450
+ func (x *WorkflowSteps) GetPriority() string {
451
+ if x != nil {
452
+ return x.Priority
453
+ }
454
+ return ""
455
+ }
456
+
457
+ func (x *WorkflowSteps) GetIsOptionalStep() bool {
458
+ if x != nil {
459
+ return x.IsOptionalStep
460
+ }
461
+ return false
462
+ }
463
+
464
+ func (x *WorkflowSteps) GetExcludeRestrictedAgents() string {
465
+ if x != nil {
466
+ return x.ExcludeRestrictedAgents
467
+ }
468
+ return ""
469
+ }
470
+
471
+ func (x *WorkflowSteps) GetActionResult() string {
472
+ if x != nil {
473
+ return x.ActionResult
474
+ }
475
+ return ""
476
+ }
477
+
478
+ func (x *WorkflowSteps) GetRequiredAction() string {
479
+ if x != nil {
480
+ return x.RequiredAction
481
+ }
482
+ return ""
483
+ }
484
+
485
+ func (x *WorkflowSteps) GetRedefineTaskTitle() string {
486
+ if x != nil {
487
+ return x.RedefineTaskTitle
488
+ }
489
+ return ""
490
+ }
491
+
492
+ func (x *WorkflowSteps) GetWorkflowRefId() string {
493
+ if x != nil {
494
+ return x.WorkflowRefId
495
+ }
496
+ return ""
497
+ }
498
+
499
+ func (x *WorkflowSteps) GetIsCompletedBy() string {
500
+ if x != nil {
501
+ return x.IsCompletedBy
502
+ }
503
+ return ""
504
+ }
505
+
506
+ func (x *WorkflowSteps) GetDeadlineContext() string {
507
+ if x != nil {
508
+ return x.DeadlineContext
509
+ }
510
+ return ""
511
+ }
512
+
513
+ func (x *WorkflowSteps) GetDeadlineUnit() string {
514
+ if x != nil {
515
+ return x.DeadlineUnit
516
+ }
517
+ return ""
518
+ }
519
+
520
+ func (x *WorkflowSteps) GetDeadlineUnitCounter() int64 {
521
+ if x != nil {
522
+ return x.DeadlineUnitCounter
523
+ }
524
+ return 0
525
+ }
526
+
527
+ func (x *WorkflowSteps) GetDeadlineEffect() string {
528
+ if x != nil {
529
+ return x.DeadlineEffect
530
+ }
531
+ return ""
532
+ }
533
+
534
+ func (x *WorkflowSteps) GetCreatedAt() string {
535
+ if x != nil {
536
+ return x.CreatedAt
537
+ }
538
+ return ""
539
+ }
540
+
541
+ func (x *WorkflowSteps) GetUpdatedAt() string {
542
+ if x != nil {
543
+ return x.UpdatedAt
544
+ }
545
+ return ""
546
+ }
547
+
548
+ func (x *WorkflowSteps) GetWorkflowCondition() []*WorkflowCondition {
549
+ if x != nil {
550
+ return x.WorkflowCondition
551
+ }
552
+ return nil
553
+ }
554
+
555
+ func (x *WorkflowSteps) GetWorkflowStepsRecipients() []*WorkflowStepsRecipients {
556
+ if x != nil {
557
+ return x.WorkflowStepsRecipients
558
+ }
559
+ return nil
560
+ }
561
+
562
+ type WorkflowStepsRecipients struct {
563
+ state protoimpl.MessageState `protogen:"open.v1"`
564
+ Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
565
+ ReferencesId string `protobuf:"bytes,2,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
566
+ WorkflowStepsRefId string `protobuf:"bytes,3,opt,name=workflow_steps_ref_id,json=workflowStepsRefId,proto3" json:"workflow_steps_ref_id,omitempty"`
567
+ RolesRefId *int32 `protobuf:"varint,4,opt,name=roles_ref_id,json=rolesRefId,proto3,oneof" json:"roles_ref_id,omitempty"`
568
+ UsersRefId *string `protobuf:"bytes,5,opt,name=users_ref_id,json=usersRefId,proto3,oneof" json:"users_ref_id,omitempty"`
569
+ CreatedAt string `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
570
+ UpdatedAt string `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
571
+ Roles *recipient_roles.RecipientRoles `protobuf:"bytes,8,opt,name=roles,proto3" json:"roles,omitempty"`
572
+ Users *users.Users `protobuf:"bytes,9,opt,name=users,proto3" json:"users,omitempty"`
573
+ unknownFields protoimpl.UnknownFields
574
+ sizeCache protoimpl.SizeCache
575
+ }
576
+
577
+ func (x *WorkflowStepsRecipients) Reset() {
578
+ *x = WorkflowStepsRecipients{}
579
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[4]
580
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
581
+ ms.StoreMessageInfo(mi)
582
+ }
583
+
584
+ func (x *WorkflowStepsRecipients) String() string {
585
+ return protoimpl.X.MessageStringOf(x)
586
+ }
587
+
588
+ func (*WorkflowStepsRecipients) ProtoMessage() {}
589
+
590
+ func (x *WorkflowStepsRecipients) ProtoReflect() protoreflect.Message {
591
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[4]
592
+ if x != nil {
593
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
594
+ if ms.LoadMessageInfo() == nil {
595
+ ms.StoreMessageInfo(mi)
596
+ }
597
+ return ms
598
+ }
599
+ return mi.MessageOf(x)
600
+ }
601
+
602
+ // Deprecated: Use WorkflowStepsRecipients.ProtoReflect.Descriptor instead.
603
+ func (*WorkflowStepsRecipients) Descriptor() ([]byte, []int) {
604
+ return file_prisca_v1_core_workflow_workflow_proto_rawDescGZIP(), []int{4}
605
+ }
606
+
607
+ func (x *WorkflowStepsRecipients) GetId() int32 {
608
+ if x != nil {
609
+ return x.Id
610
+ }
611
+ return 0
612
+ }
613
+
614
+ func (x *WorkflowStepsRecipients) GetReferencesId() string {
615
+ if x != nil {
616
+ return x.ReferencesId
617
+ }
618
+ return ""
619
+ }
620
+
621
+ func (x *WorkflowStepsRecipients) GetWorkflowStepsRefId() string {
622
+ if x != nil {
623
+ return x.WorkflowStepsRefId
624
+ }
625
+ return ""
626
+ }
627
+
628
+ func (x *WorkflowStepsRecipients) GetRolesRefId() int32 {
629
+ if x != nil && x.RolesRefId != nil {
630
+ return *x.RolesRefId
631
+ }
632
+ return 0
633
+ }
634
+
635
+ func (x *WorkflowStepsRecipients) GetUsersRefId() string {
636
+ if x != nil && x.UsersRefId != nil {
637
+ return *x.UsersRefId
638
+ }
639
+ return ""
640
+ }
641
+
642
+ func (x *WorkflowStepsRecipients) GetCreatedAt() string {
643
+ if x != nil {
644
+ return x.CreatedAt
645
+ }
646
+ return ""
647
+ }
648
+
649
+ func (x *WorkflowStepsRecipients) GetUpdatedAt() string {
650
+ if x != nil {
651
+ return x.UpdatedAt
652
+ }
653
+ return ""
654
+ }
655
+
656
+ func (x *WorkflowStepsRecipients) GetRoles() *recipient_roles.RecipientRoles {
657
+ if x != nil {
658
+ return x.Roles
659
+ }
660
+ return nil
661
+ }
662
+
663
+ func (x *WorkflowStepsRecipients) GetUsers() *users.Users {
664
+ if x != nil {
665
+ return x.Users
666
+ }
667
+ return nil
668
+ }
669
+
670
+ // Request Messages
671
+ type BaseWorkflowRequest struct {
672
+ state protoimpl.MessageState `protogen:"open.v1"`
673
+ Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
674
+ Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
675
+ ValidFrom string `protobuf:"bytes,3,opt,name=valid_from,json=validFrom,proto3" json:"valid_from,omitempty"` // ISO 8601 format
676
+ ValidTo string `protobuf:"bytes,4,opt,name=valid_to,json=validTo,proto3" json:"valid_to,omitempty"` // ISO 8601 format
677
+ CreatedBy string `protobuf:"bytes,5,opt,name=created_by,json=createdBy,proto3" json:"created_by,omitempty"` // ISO 8601 format
678
+ UpdatedBy string `protobuf:"bytes,6,opt,name=updated_by,json=updatedBy,proto3" json:"updated_by,omitempty"` // ISO 8601 format
679
+ WorkflowCondition []*BaseWorkflowConditionRequest `protobuf:"bytes,7,rep,name=workflow_condition,json=workflowCondition,proto3" json:"workflow_condition,omitempty"`
680
+ WorkflowSteps []*BaseWorkflowStepsRequest `protobuf:"bytes,8,rep,name=workflow_steps,json=workflowSteps,proto3" json:"workflow_steps,omitempty"`
681
+ IsActive bool `protobuf:"varint,9,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
682
+ unknownFields protoimpl.UnknownFields
683
+ sizeCache protoimpl.SizeCache
684
+ }
685
+
686
+ func (x *BaseWorkflowRequest) Reset() {
687
+ *x = BaseWorkflowRequest{}
688
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[5]
689
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
690
+ ms.StoreMessageInfo(mi)
691
+ }
692
+
693
+ func (x *BaseWorkflowRequest) String() string {
694
+ return protoimpl.X.MessageStringOf(x)
695
+ }
696
+
697
+ func (*BaseWorkflowRequest) ProtoMessage() {}
698
+
699
+ func (x *BaseWorkflowRequest) ProtoReflect() protoreflect.Message {
700
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[5]
701
+ if x != nil {
702
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
703
+ if ms.LoadMessageInfo() == nil {
704
+ ms.StoreMessageInfo(mi)
705
+ }
706
+ return ms
707
+ }
708
+ return mi.MessageOf(x)
709
+ }
710
+
711
+ // Deprecated: Use BaseWorkflowRequest.ProtoReflect.Descriptor instead.
712
+ func (*BaseWorkflowRequest) Descriptor() ([]byte, []int) {
713
+ return file_prisca_v1_core_workflow_workflow_proto_rawDescGZIP(), []int{5}
714
+ }
715
+
716
+ func (x *BaseWorkflowRequest) GetName() string {
717
+ if x != nil {
718
+ return x.Name
719
+ }
720
+ return ""
721
+ }
722
+
723
+ func (x *BaseWorkflowRequest) GetDescription() string {
724
+ if x != nil {
725
+ return x.Description
726
+ }
727
+ return ""
728
+ }
729
+
730
+ func (x *BaseWorkflowRequest) GetValidFrom() string {
731
+ if x != nil {
732
+ return x.ValidFrom
733
+ }
734
+ return ""
735
+ }
736
+
737
+ func (x *BaseWorkflowRequest) GetValidTo() string {
738
+ if x != nil {
739
+ return x.ValidTo
740
+ }
741
+ return ""
742
+ }
743
+
744
+ func (x *BaseWorkflowRequest) GetCreatedBy() string {
745
+ if x != nil {
746
+ return x.CreatedBy
747
+ }
748
+ return ""
749
+ }
750
+
751
+ func (x *BaseWorkflowRequest) GetUpdatedBy() string {
752
+ if x != nil {
753
+ return x.UpdatedBy
754
+ }
755
+ return ""
756
+ }
757
+
758
+ func (x *BaseWorkflowRequest) GetWorkflowCondition() []*BaseWorkflowConditionRequest {
759
+ if x != nil {
760
+ return x.WorkflowCondition
761
+ }
762
+ return nil
763
+ }
764
+
765
+ func (x *BaseWorkflowRequest) GetWorkflowSteps() []*BaseWorkflowStepsRequest {
766
+ if x != nil {
767
+ return x.WorkflowSteps
768
+ }
769
+ return nil
770
+ }
771
+
772
+ func (x *BaseWorkflowRequest) GetIsActive() bool {
773
+ if x != nil {
774
+ return x.IsActive
775
+ }
776
+ return false
777
+ }
778
+
779
+ // WorkflowCondition
780
+ // Request Messages
781
+ type BaseWorkflowConditionRequest struct {
782
+ state protoimpl.MessageState `protogen:"open.v1"`
783
+ WorkflowCriteria []*BaseWorkflowCriteriaRequest `protobuf:"bytes,1,rep,name=workflow_criteria,json=workflowCriteria,proto3" json:"workflow_criteria,omitempty"`
784
+ unknownFields protoimpl.UnknownFields
785
+ sizeCache protoimpl.SizeCache
786
+ }
787
+
788
+ func (x *BaseWorkflowConditionRequest) Reset() {
789
+ *x = BaseWorkflowConditionRequest{}
790
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[6]
791
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
792
+ ms.StoreMessageInfo(mi)
793
+ }
794
+
795
+ func (x *BaseWorkflowConditionRequest) String() string {
796
+ return protoimpl.X.MessageStringOf(x)
797
+ }
798
+
799
+ func (*BaseWorkflowConditionRequest) ProtoMessage() {}
800
+
801
+ func (x *BaseWorkflowConditionRequest) ProtoReflect() protoreflect.Message {
802
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[6]
803
+ if x != nil {
804
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
805
+ if ms.LoadMessageInfo() == nil {
806
+ ms.StoreMessageInfo(mi)
807
+ }
808
+ return ms
809
+ }
810
+ return mi.MessageOf(x)
811
+ }
812
+
813
+ // Deprecated: Use BaseWorkflowConditionRequest.ProtoReflect.Descriptor instead.
814
+ func (*BaseWorkflowConditionRequest) Descriptor() ([]byte, []int) {
815
+ return file_prisca_v1_core_workflow_workflow_proto_rawDescGZIP(), []int{6}
816
+ }
817
+
818
+ func (x *BaseWorkflowConditionRequest) GetWorkflowCriteria() []*BaseWorkflowCriteriaRequest {
819
+ if x != nil {
820
+ return x.WorkflowCriteria
821
+ }
822
+ return nil
823
+ }
824
+
825
+ // WorkflowCriteria
826
+ // Request Messages
827
+ type BaseWorkflowCriteriaRequest struct {
828
+ state protoimpl.MessageState `protogen:"open.v1"`
829
+ Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
830
+ Properties string `protobuf:"bytes,2,opt,name=properties,proto3" json:"properties,omitempty"`
831
+ Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"`
832
+ Operator string `protobuf:"bytes,4,opt,name=operator,proto3" json:"operator,omitempty"`
833
+ unknownFields protoimpl.UnknownFields
834
+ sizeCache protoimpl.SizeCache
835
+ }
836
+
837
+ func (x *BaseWorkflowCriteriaRequest) Reset() {
838
+ *x = BaseWorkflowCriteriaRequest{}
839
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[7]
840
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
841
+ ms.StoreMessageInfo(mi)
842
+ }
843
+
844
+ func (x *BaseWorkflowCriteriaRequest) String() string {
845
+ return protoimpl.X.MessageStringOf(x)
846
+ }
847
+
848
+ func (*BaseWorkflowCriteriaRequest) ProtoMessage() {}
849
+
850
+ func (x *BaseWorkflowCriteriaRequest) ProtoReflect() protoreflect.Message {
851
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[7]
852
+ if x != nil {
853
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
854
+ if ms.LoadMessageInfo() == nil {
855
+ ms.StoreMessageInfo(mi)
856
+ }
857
+ return ms
858
+ }
859
+ return mi.MessageOf(x)
860
+ }
861
+
862
+ // Deprecated: Use BaseWorkflowCriteriaRequest.ProtoReflect.Descriptor instead.
863
+ func (*BaseWorkflowCriteriaRequest) Descriptor() ([]byte, []int) {
864
+ return file_prisca_v1_core_workflow_workflow_proto_rawDescGZIP(), []int{7}
865
+ }
866
+
867
+ func (x *BaseWorkflowCriteriaRequest) GetValue() string {
868
+ if x != nil {
869
+ return x.Value
870
+ }
871
+ return ""
872
+ }
873
+
874
+ func (x *BaseWorkflowCriteriaRequest) GetProperties() string {
875
+ if x != nil {
876
+ return x.Properties
877
+ }
878
+ return ""
879
+ }
880
+
881
+ func (x *BaseWorkflowCriteriaRequest) GetKey() string {
882
+ if x != nil {
883
+ return x.Key
884
+ }
885
+ return ""
886
+ }
887
+
888
+ func (x *BaseWorkflowCriteriaRequest) GetOperator() string {
889
+ if x != nil {
890
+ return x.Operator
891
+ }
892
+ return ""
893
+ }
894
+
895
+ // WorkflowSteps
896
+ // Request Messages
897
+ type BaseWorkflowStepsRequest struct {
898
+ state protoimpl.MessageState `protogen:"open.v1"`
899
+ Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
900
+ StepType string `protobuf:"bytes,2,opt,name=step_type,json=stepType,proto3" json:"step_type,omitempty"`
901
+ Priority string `protobuf:"bytes,3,opt,name=priority,proto3" json:"priority,omitempty"`
902
+ IsOptionalStep bool `protobuf:"varint,4,opt,name=is_optional_step,json=isOptionalStep,proto3" json:"is_optional_step,omitempty"`
903
+ ExcludeRestrictedAgents string `protobuf:"bytes,5,opt,name=exclude_restricted_agents,json=excludeRestrictedAgents,proto3" json:"exclude_restricted_agents,omitempty"`
904
+ ActionResult string `protobuf:"bytes,6,opt,name=action_result,json=actionResult,proto3" json:"action_result,omitempty"`
905
+ RequiredAction string `protobuf:"bytes,7,opt,name=required_action,json=requiredAction,proto3" json:"required_action,omitempty"`
906
+ RedefineTaskTitle string `protobuf:"bytes,8,opt,name=redefine_task_title,json=redefineTaskTitle,proto3" json:"redefine_task_title,omitempty"`
907
+ IsCompletedBy string `protobuf:"bytes,9,opt,name=is_completed_by,json=isCompletedBy,proto3" json:"is_completed_by,omitempty"`
908
+ DeadlineContext string `protobuf:"bytes,10,opt,name=deadline_context,json=deadlineContext,proto3" json:"deadline_context,omitempty"`
909
+ DeadlineUnit string `protobuf:"bytes,11,opt,name=deadline_unit,json=deadlineUnit,proto3" json:"deadline_unit,omitempty"`
910
+ DeadlineUnitCounter int64 `protobuf:"varint,12,opt,name=deadline_unit_counter,json=deadlineUnitCounter,proto3" json:"deadline_unit_counter,omitempty"`
911
+ DeadlineEffect string `protobuf:"bytes,13,opt,name=deadline_effect,json=deadlineEffect,proto3" json:"deadline_effect,omitempty"`
912
+ WorkflowCondition []*BaseWorkflowConditionRequest `protobuf:"bytes,14,rep,name=workflow_condition,json=workflowCondition,proto3" json:"workflow_condition,omitempty"`
913
+ WorkflowStepsRecipients []*BaseWorkflowStepsRecipientRequest `protobuf:"bytes,15,rep,name=workflow_steps_recipients,json=workflowStepsRecipients,proto3" json:"workflow_steps_recipients,omitempty"`
914
+ unknownFields protoimpl.UnknownFields
915
+ sizeCache protoimpl.SizeCache
916
+ }
917
+
918
+ func (x *BaseWorkflowStepsRequest) Reset() {
919
+ *x = BaseWorkflowStepsRequest{}
920
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[8]
921
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
922
+ ms.StoreMessageInfo(mi)
923
+ }
924
+
925
+ func (x *BaseWorkflowStepsRequest) String() string {
926
+ return protoimpl.X.MessageStringOf(x)
927
+ }
928
+
929
+ func (*BaseWorkflowStepsRequest) ProtoMessage() {}
930
+
931
+ func (x *BaseWorkflowStepsRequest) ProtoReflect() protoreflect.Message {
932
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[8]
933
+ if x != nil {
934
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
935
+ if ms.LoadMessageInfo() == nil {
936
+ ms.StoreMessageInfo(mi)
937
+ }
938
+ return ms
939
+ }
940
+ return mi.MessageOf(x)
941
+ }
942
+
943
+ // Deprecated: Use BaseWorkflowStepsRequest.ProtoReflect.Descriptor instead.
944
+ func (*BaseWorkflowStepsRequest) Descriptor() ([]byte, []int) {
945
+ return file_prisca_v1_core_workflow_workflow_proto_rawDescGZIP(), []int{8}
946
+ }
947
+
948
+ func (x *BaseWorkflowStepsRequest) GetName() string {
949
+ if x != nil {
950
+ return x.Name
951
+ }
952
+ return ""
953
+ }
954
+
955
+ func (x *BaseWorkflowStepsRequest) GetStepType() string {
956
+ if x != nil {
957
+ return x.StepType
958
+ }
959
+ return ""
960
+ }
961
+
962
+ func (x *BaseWorkflowStepsRequest) GetPriority() string {
963
+ if x != nil {
964
+ return x.Priority
965
+ }
966
+ return ""
967
+ }
968
+
969
+ func (x *BaseWorkflowStepsRequest) GetIsOptionalStep() bool {
970
+ if x != nil {
971
+ return x.IsOptionalStep
972
+ }
973
+ return false
974
+ }
975
+
976
+ func (x *BaseWorkflowStepsRequest) GetExcludeRestrictedAgents() string {
977
+ if x != nil {
978
+ return x.ExcludeRestrictedAgents
979
+ }
980
+ return ""
981
+ }
982
+
983
+ func (x *BaseWorkflowStepsRequest) GetActionResult() string {
984
+ if x != nil {
985
+ return x.ActionResult
986
+ }
987
+ return ""
988
+ }
989
+
990
+ func (x *BaseWorkflowStepsRequest) GetRequiredAction() string {
991
+ if x != nil {
992
+ return x.RequiredAction
993
+ }
994
+ return ""
995
+ }
996
+
997
+ func (x *BaseWorkflowStepsRequest) GetRedefineTaskTitle() string {
998
+ if x != nil {
999
+ return x.RedefineTaskTitle
1000
+ }
1001
+ return ""
1002
+ }
1003
+
1004
+ func (x *BaseWorkflowStepsRequest) GetIsCompletedBy() string {
1005
+ if x != nil {
1006
+ return x.IsCompletedBy
1007
+ }
1008
+ return ""
1009
+ }
1010
+
1011
+ func (x *BaseWorkflowStepsRequest) GetDeadlineContext() string {
1012
+ if x != nil {
1013
+ return x.DeadlineContext
1014
+ }
1015
+ return ""
1016
+ }
1017
+
1018
+ func (x *BaseWorkflowStepsRequest) GetDeadlineUnit() string {
1019
+ if x != nil {
1020
+ return x.DeadlineUnit
1021
+ }
1022
+ return ""
1023
+ }
1024
+
1025
+ func (x *BaseWorkflowStepsRequest) GetDeadlineUnitCounter() int64 {
1026
+ if x != nil {
1027
+ return x.DeadlineUnitCounter
1028
+ }
1029
+ return 0
1030
+ }
1031
+
1032
+ func (x *BaseWorkflowStepsRequest) GetDeadlineEffect() string {
1033
+ if x != nil {
1034
+ return x.DeadlineEffect
1035
+ }
1036
+ return ""
1037
+ }
1038
+
1039
+ func (x *BaseWorkflowStepsRequest) GetWorkflowCondition() []*BaseWorkflowConditionRequest {
1040
+ if x != nil {
1041
+ return x.WorkflowCondition
1042
+ }
1043
+ return nil
1044
+ }
1045
+
1046
+ func (x *BaseWorkflowStepsRequest) GetWorkflowStepsRecipients() []*BaseWorkflowStepsRecipientRequest {
1047
+ if x != nil {
1048
+ return x.WorkflowStepsRecipients
1049
+ }
1050
+ return nil
1051
+ }
1052
+
1053
+ // WorkflowStepsRecipients
1054
+ // Request Messages
1055
+ type BaseWorkflowStepsRecipientRequest struct {
1056
+ state protoimpl.MessageState `protogen:"open.v1"`
1057
+ RolesRefId int64 `protobuf:"varint,1,opt,name=roles_ref_id,json=rolesRefId,proto3" json:"roles_ref_id,omitempty"`
1058
+ UsersRefId string `protobuf:"bytes,2,opt,name=users_ref_id,json=usersRefId,proto3" json:"users_ref_id,omitempty"`
1059
+ unknownFields protoimpl.UnknownFields
1060
+ sizeCache protoimpl.SizeCache
1061
+ }
1062
+
1063
+ func (x *BaseWorkflowStepsRecipientRequest) Reset() {
1064
+ *x = BaseWorkflowStepsRecipientRequest{}
1065
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[9]
1066
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1067
+ ms.StoreMessageInfo(mi)
1068
+ }
1069
+
1070
+ func (x *BaseWorkflowStepsRecipientRequest) String() string {
1071
+ return protoimpl.X.MessageStringOf(x)
1072
+ }
1073
+
1074
+ func (*BaseWorkflowStepsRecipientRequest) ProtoMessage() {}
1075
+
1076
+ func (x *BaseWorkflowStepsRecipientRequest) ProtoReflect() protoreflect.Message {
1077
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[9]
1078
+ if x != nil {
1079
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1080
+ if ms.LoadMessageInfo() == nil {
1081
+ ms.StoreMessageInfo(mi)
1082
+ }
1083
+ return ms
1084
+ }
1085
+ return mi.MessageOf(x)
1086
+ }
1087
+
1088
+ // Deprecated: Use BaseWorkflowStepsRecipientRequest.ProtoReflect.Descriptor instead.
1089
+ func (*BaseWorkflowStepsRecipientRequest) Descriptor() ([]byte, []int) {
1090
+ return file_prisca_v1_core_workflow_workflow_proto_rawDescGZIP(), []int{9}
1091
+ }
1092
+
1093
+ func (x *BaseWorkflowStepsRecipientRequest) GetRolesRefId() int64 {
1094
+ if x != nil {
1095
+ return x.RolesRefId
1096
+ }
1097
+ return 0
1098
+ }
1099
+
1100
+ func (x *BaseWorkflowStepsRecipientRequest) GetUsersRefId() string {
1101
+ if x != nil {
1102
+ return x.UsersRefId
1103
+ }
1104
+ return ""
1105
+ }
1106
+
1107
+ type CreateWorkflowRequest struct {
1108
+ state protoimpl.MessageState `protogen:"open.v1"`
1109
+ BaseWorkflow *BaseWorkflowRequest `protobuf:"bytes,1,opt,name=base_workflow,json=baseWorkflow,proto3" json:"base_workflow,omitempty"`
1110
+ unknownFields protoimpl.UnknownFields
1111
+ sizeCache protoimpl.SizeCache
1112
+ }
1113
+
1114
+ func (x *CreateWorkflowRequest) Reset() {
1115
+ *x = CreateWorkflowRequest{}
1116
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[10]
1117
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1118
+ ms.StoreMessageInfo(mi)
1119
+ }
1120
+
1121
+ func (x *CreateWorkflowRequest) String() string {
1122
+ return protoimpl.X.MessageStringOf(x)
1123
+ }
1124
+
1125
+ func (*CreateWorkflowRequest) ProtoMessage() {}
1126
+
1127
+ func (x *CreateWorkflowRequest) ProtoReflect() protoreflect.Message {
1128
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[10]
1129
+ if x != nil {
1130
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1131
+ if ms.LoadMessageInfo() == nil {
1132
+ ms.StoreMessageInfo(mi)
1133
+ }
1134
+ return ms
1135
+ }
1136
+ return mi.MessageOf(x)
1137
+ }
1138
+
1139
+ // Deprecated: Use CreateWorkflowRequest.ProtoReflect.Descriptor instead.
1140
+ func (*CreateWorkflowRequest) Descriptor() ([]byte, []int) {
1141
+ return file_prisca_v1_core_workflow_workflow_proto_rawDescGZIP(), []int{10}
1142
+ }
1143
+
1144
+ func (x *CreateWorkflowRequest) GetBaseWorkflow() *BaseWorkflowRequest {
1145
+ if x != nil {
1146
+ return x.BaseWorkflow
1147
+ }
1148
+ return nil
1149
+ }
1150
+
1151
+ type UpdateWorkflowRequest struct {
1152
+ state protoimpl.MessageState `protogen:"open.v1"`
1153
+ ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
1154
+ BaseWorkflow *BaseWorkflowRequest `protobuf:"bytes,2,opt,name=base_workflow,json=baseWorkflow,proto3" json:"base_workflow,omitempty"`
1155
+ unknownFields protoimpl.UnknownFields
1156
+ sizeCache protoimpl.SizeCache
1157
+ }
1158
+
1159
+ func (x *UpdateWorkflowRequest) Reset() {
1160
+ *x = UpdateWorkflowRequest{}
1161
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[11]
1162
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1163
+ ms.StoreMessageInfo(mi)
1164
+ }
1165
+
1166
+ func (x *UpdateWorkflowRequest) String() string {
1167
+ return protoimpl.X.MessageStringOf(x)
1168
+ }
1169
+
1170
+ func (*UpdateWorkflowRequest) ProtoMessage() {}
1171
+
1172
+ func (x *UpdateWorkflowRequest) ProtoReflect() protoreflect.Message {
1173
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[11]
1174
+ if x != nil {
1175
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1176
+ if ms.LoadMessageInfo() == nil {
1177
+ ms.StoreMessageInfo(mi)
1178
+ }
1179
+ return ms
1180
+ }
1181
+ return mi.MessageOf(x)
1182
+ }
1183
+
1184
+ // Deprecated: Use UpdateWorkflowRequest.ProtoReflect.Descriptor instead.
1185
+ func (*UpdateWorkflowRequest) Descriptor() ([]byte, []int) {
1186
+ return file_prisca_v1_core_workflow_workflow_proto_rawDescGZIP(), []int{11}
1187
+ }
1188
+
1189
+ func (x *UpdateWorkflowRequest) GetReferencesId() string {
1190
+ if x != nil {
1191
+ return x.ReferencesId
1192
+ }
1193
+ return ""
1194
+ }
1195
+
1196
+ func (x *UpdateWorkflowRequest) GetBaseWorkflow() *BaseWorkflowRequest {
1197
+ if x != nil {
1198
+ return x.BaseWorkflow
1199
+ }
1200
+ return nil
1201
+ }
1202
+
1203
+ type DeleteWorkflowRequest struct {
1204
+ state protoimpl.MessageState `protogen:"open.v1"`
1205
+ ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
1206
+ unknownFields protoimpl.UnknownFields
1207
+ sizeCache protoimpl.SizeCache
1208
+ }
1209
+
1210
+ func (x *DeleteWorkflowRequest) Reset() {
1211
+ *x = DeleteWorkflowRequest{}
1212
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[12]
1213
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1214
+ ms.StoreMessageInfo(mi)
1215
+ }
1216
+
1217
+ func (x *DeleteWorkflowRequest) String() string {
1218
+ return protoimpl.X.MessageStringOf(x)
1219
+ }
1220
+
1221
+ func (*DeleteWorkflowRequest) ProtoMessage() {}
1222
+
1223
+ func (x *DeleteWorkflowRequest) ProtoReflect() protoreflect.Message {
1224
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[12]
1225
+ if x != nil {
1226
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1227
+ if ms.LoadMessageInfo() == nil {
1228
+ ms.StoreMessageInfo(mi)
1229
+ }
1230
+ return ms
1231
+ }
1232
+ return mi.MessageOf(x)
1233
+ }
1234
+
1235
+ // Deprecated: Use DeleteWorkflowRequest.ProtoReflect.Descriptor instead.
1236
+ func (*DeleteWorkflowRequest) Descriptor() ([]byte, []int) {
1237
+ return file_prisca_v1_core_workflow_workflow_proto_rawDescGZIP(), []int{12}
1238
+ }
1239
+
1240
+ func (x *DeleteWorkflowRequest) GetReferencesId() string {
1241
+ if x != nil {
1242
+ return x.ReferencesId
1243
+ }
1244
+ return ""
1245
+ }
1246
+
1247
+ type GetWorkflowByIdRequest struct {
1248
+ state protoimpl.MessageState `protogen:"open.v1"`
1249
+ ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
1250
+ unknownFields protoimpl.UnknownFields
1251
+ sizeCache protoimpl.SizeCache
1252
+ }
1253
+
1254
+ func (x *GetWorkflowByIdRequest) Reset() {
1255
+ *x = GetWorkflowByIdRequest{}
1256
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[13]
1257
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1258
+ ms.StoreMessageInfo(mi)
1259
+ }
1260
+
1261
+ func (x *GetWorkflowByIdRequest) String() string {
1262
+ return protoimpl.X.MessageStringOf(x)
1263
+ }
1264
+
1265
+ func (*GetWorkflowByIdRequest) ProtoMessage() {}
1266
+
1267
+ func (x *GetWorkflowByIdRequest) ProtoReflect() protoreflect.Message {
1268
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[13]
1269
+ if x != nil {
1270
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1271
+ if ms.LoadMessageInfo() == nil {
1272
+ ms.StoreMessageInfo(mi)
1273
+ }
1274
+ return ms
1275
+ }
1276
+ return mi.MessageOf(x)
1277
+ }
1278
+
1279
+ // Deprecated: Use GetWorkflowByIdRequest.ProtoReflect.Descriptor instead.
1280
+ func (*GetWorkflowByIdRequest) Descriptor() ([]byte, []int) {
1281
+ return file_prisca_v1_core_workflow_workflow_proto_rawDescGZIP(), []int{13}
1282
+ }
1283
+
1284
+ func (x *GetWorkflowByIdRequest) GetReferencesId() string {
1285
+ if x != nil {
1286
+ return x.ReferencesId
1287
+ }
1288
+ return ""
1289
+ }
1290
+
1291
+ type GetListWorkflowRequest struct {
1292
+ state protoimpl.MessageState `protogen:"open.v1"`
1293
+ Pagination *meta.PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
1294
+ Query *meta.FilterRequest `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
1295
+ unknownFields protoimpl.UnknownFields
1296
+ sizeCache protoimpl.SizeCache
1297
+ }
1298
+
1299
+ func (x *GetListWorkflowRequest) Reset() {
1300
+ *x = GetListWorkflowRequest{}
1301
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[14]
1302
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1303
+ ms.StoreMessageInfo(mi)
1304
+ }
1305
+
1306
+ func (x *GetListWorkflowRequest) String() string {
1307
+ return protoimpl.X.MessageStringOf(x)
1308
+ }
1309
+
1310
+ func (*GetListWorkflowRequest) ProtoMessage() {}
1311
+
1312
+ func (x *GetListWorkflowRequest) ProtoReflect() protoreflect.Message {
1313
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[14]
1314
+ if x != nil {
1315
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1316
+ if ms.LoadMessageInfo() == nil {
1317
+ ms.StoreMessageInfo(mi)
1318
+ }
1319
+ return ms
1320
+ }
1321
+ return mi.MessageOf(x)
1322
+ }
1323
+
1324
+ // Deprecated: Use GetListWorkflowRequest.ProtoReflect.Descriptor instead.
1325
+ func (*GetListWorkflowRequest) Descriptor() ([]byte, []int) {
1326
+ return file_prisca_v1_core_workflow_workflow_proto_rawDescGZIP(), []int{14}
1327
+ }
1328
+
1329
+ func (x *GetListWorkflowRequest) GetPagination() *meta.PaginationRequest {
1330
+ if x != nil {
1331
+ return x.Pagination
1332
+ }
1333
+ return nil
1334
+ }
1335
+
1336
+ func (x *GetListWorkflowRequest) GetQuery() *meta.FilterRequest {
1337
+ if x != nil {
1338
+ return x.Query
1339
+ }
1340
+ return nil
1341
+ }
1342
+
1343
+ // Response Messages
1344
+ type CreateWorkflowResponse struct {
1345
+ state protoimpl.MessageState `protogen:"open.v1"`
1346
+ Workflow *Workflow `protobuf:"bytes,1,opt,name=workflow,proto3" json:"workflow,omitempty"`
1347
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
1348
+ unknownFields protoimpl.UnknownFields
1349
+ sizeCache protoimpl.SizeCache
1350
+ }
1351
+
1352
+ func (x *CreateWorkflowResponse) Reset() {
1353
+ *x = CreateWorkflowResponse{}
1354
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[15]
1355
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1356
+ ms.StoreMessageInfo(mi)
1357
+ }
1358
+
1359
+ func (x *CreateWorkflowResponse) String() string {
1360
+ return protoimpl.X.MessageStringOf(x)
1361
+ }
1362
+
1363
+ func (*CreateWorkflowResponse) ProtoMessage() {}
1364
+
1365
+ func (x *CreateWorkflowResponse) ProtoReflect() protoreflect.Message {
1366
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[15]
1367
+ if x != nil {
1368
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1369
+ if ms.LoadMessageInfo() == nil {
1370
+ ms.StoreMessageInfo(mi)
1371
+ }
1372
+ return ms
1373
+ }
1374
+ return mi.MessageOf(x)
1375
+ }
1376
+
1377
+ // Deprecated: Use CreateWorkflowResponse.ProtoReflect.Descriptor instead.
1378
+ func (*CreateWorkflowResponse) Descriptor() ([]byte, []int) {
1379
+ return file_prisca_v1_core_workflow_workflow_proto_rawDescGZIP(), []int{15}
1380
+ }
1381
+
1382
+ func (x *CreateWorkflowResponse) GetWorkflow() *Workflow {
1383
+ if x != nil {
1384
+ return x.Workflow
1385
+ }
1386
+ return nil
1387
+ }
1388
+
1389
+ func (x *CreateWorkflowResponse) GetMeta() *meta.Meta {
1390
+ if x != nil {
1391
+ return x.Meta
1392
+ }
1393
+ return nil
1394
+ }
1395
+
1396
+ type UpdateWorkflowResponse struct {
1397
+ state protoimpl.MessageState `protogen:"open.v1"`
1398
+ Workflow *Workflow `protobuf:"bytes,1,opt,name=workflow,proto3" json:"workflow,omitempty"`
1399
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
1400
+ unknownFields protoimpl.UnknownFields
1401
+ sizeCache protoimpl.SizeCache
1402
+ }
1403
+
1404
+ func (x *UpdateWorkflowResponse) Reset() {
1405
+ *x = UpdateWorkflowResponse{}
1406
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[16]
1407
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1408
+ ms.StoreMessageInfo(mi)
1409
+ }
1410
+
1411
+ func (x *UpdateWorkflowResponse) String() string {
1412
+ return protoimpl.X.MessageStringOf(x)
1413
+ }
1414
+
1415
+ func (*UpdateWorkflowResponse) ProtoMessage() {}
1416
+
1417
+ func (x *UpdateWorkflowResponse) ProtoReflect() protoreflect.Message {
1418
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[16]
1419
+ if x != nil {
1420
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1421
+ if ms.LoadMessageInfo() == nil {
1422
+ ms.StoreMessageInfo(mi)
1423
+ }
1424
+ return ms
1425
+ }
1426
+ return mi.MessageOf(x)
1427
+ }
1428
+
1429
+ // Deprecated: Use UpdateWorkflowResponse.ProtoReflect.Descriptor instead.
1430
+ func (*UpdateWorkflowResponse) Descriptor() ([]byte, []int) {
1431
+ return file_prisca_v1_core_workflow_workflow_proto_rawDescGZIP(), []int{16}
1432
+ }
1433
+
1434
+ func (x *UpdateWorkflowResponse) GetWorkflow() *Workflow {
1435
+ if x != nil {
1436
+ return x.Workflow
1437
+ }
1438
+ return nil
1439
+ }
1440
+
1441
+ func (x *UpdateWorkflowResponse) GetMeta() *meta.Meta {
1442
+ if x != nil {
1443
+ return x.Meta
1444
+ }
1445
+ return nil
1446
+ }
1447
+
1448
+ type DeleteWorkflowResponse struct {
1449
+ state protoimpl.MessageState `protogen:"open.v1"`
1450
+ ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
1451
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
1452
+ unknownFields protoimpl.UnknownFields
1453
+ sizeCache protoimpl.SizeCache
1454
+ }
1455
+
1456
+ func (x *DeleteWorkflowResponse) Reset() {
1457
+ *x = DeleteWorkflowResponse{}
1458
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[17]
1459
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1460
+ ms.StoreMessageInfo(mi)
1461
+ }
1462
+
1463
+ func (x *DeleteWorkflowResponse) String() string {
1464
+ return protoimpl.X.MessageStringOf(x)
1465
+ }
1466
+
1467
+ func (*DeleteWorkflowResponse) ProtoMessage() {}
1468
+
1469
+ func (x *DeleteWorkflowResponse) ProtoReflect() protoreflect.Message {
1470
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[17]
1471
+ if x != nil {
1472
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1473
+ if ms.LoadMessageInfo() == nil {
1474
+ ms.StoreMessageInfo(mi)
1475
+ }
1476
+ return ms
1477
+ }
1478
+ return mi.MessageOf(x)
1479
+ }
1480
+
1481
+ // Deprecated: Use DeleteWorkflowResponse.ProtoReflect.Descriptor instead.
1482
+ func (*DeleteWorkflowResponse) Descriptor() ([]byte, []int) {
1483
+ return file_prisca_v1_core_workflow_workflow_proto_rawDescGZIP(), []int{17}
1484
+ }
1485
+
1486
+ func (x *DeleteWorkflowResponse) GetReferencesId() string {
1487
+ if x != nil {
1488
+ return x.ReferencesId
1489
+ }
1490
+ return ""
1491
+ }
1492
+
1493
+ func (x *DeleteWorkflowResponse) GetMeta() *meta.Meta {
1494
+ if x != nil {
1495
+ return x.Meta
1496
+ }
1497
+ return nil
1498
+ }
1499
+
1500
+ type GetWorkflowByIdResponse struct {
1501
+ state protoimpl.MessageState `protogen:"open.v1"`
1502
+ Workflow *Workflow `protobuf:"bytes,1,opt,name=workflow,proto3" json:"workflow,omitempty"`
1503
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
1504
+ unknownFields protoimpl.UnknownFields
1505
+ sizeCache protoimpl.SizeCache
1506
+ }
1507
+
1508
+ func (x *GetWorkflowByIdResponse) Reset() {
1509
+ *x = GetWorkflowByIdResponse{}
1510
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[18]
1511
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1512
+ ms.StoreMessageInfo(mi)
1513
+ }
1514
+
1515
+ func (x *GetWorkflowByIdResponse) String() string {
1516
+ return protoimpl.X.MessageStringOf(x)
1517
+ }
1518
+
1519
+ func (*GetWorkflowByIdResponse) ProtoMessage() {}
1520
+
1521
+ func (x *GetWorkflowByIdResponse) ProtoReflect() protoreflect.Message {
1522
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[18]
1523
+ if x != nil {
1524
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1525
+ if ms.LoadMessageInfo() == nil {
1526
+ ms.StoreMessageInfo(mi)
1527
+ }
1528
+ return ms
1529
+ }
1530
+ return mi.MessageOf(x)
1531
+ }
1532
+
1533
+ // Deprecated: Use GetWorkflowByIdResponse.ProtoReflect.Descriptor instead.
1534
+ func (*GetWorkflowByIdResponse) Descriptor() ([]byte, []int) {
1535
+ return file_prisca_v1_core_workflow_workflow_proto_rawDescGZIP(), []int{18}
1536
+ }
1537
+
1538
+ func (x *GetWorkflowByIdResponse) GetWorkflow() *Workflow {
1539
+ if x != nil {
1540
+ return x.Workflow
1541
+ }
1542
+ return nil
1543
+ }
1544
+
1545
+ func (x *GetWorkflowByIdResponse) GetMeta() *meta.Meta {
1546
+ if x != nil {
1547
+ return x.Meta
1548
+ }
1549
+ return nil
1550
+ }
1551
+
1552
+ type GetListWorkflowResponse struct {
1553
+ state protoimpl.MessageState `protogen:"open.v1"`
1554
+ Workflows []*Workflow `protobuf:"bytes,1,rep,name=workflows,proto3" json:"workflows,omitempty"`
1555
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
1556
+ unknownFields protoimpl.UnknownFields
1557
+ sizeCache protoimpl.SizeCache
1558
+ }
1559
+
1560
+ func (x *GetListWorkflowResponse) Reset() {
1561
+ *x = GetListWorkflowResponse{}
1562
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[19]
1563
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1564
+ ms.StoreMessageInfo(mi)
1565
+ }
1566
+
1567
+ func (x *GetListWorkflowResponse) String() string {
1568
+ return protoimpl.X.MessageStringOf(x)
1569
+ }
1570
+
1571
+ func (*GetListWorkflowResponse) ProtoMessage() {}
1572
+
1573
+ func (x *GetListWorkflowResponse) ProtoReflect() protoreflect.Message {
1574
+ mi := &file_prisca_v1_core_workflow_workflow_proto_msgTypes[19]
1575
+ if x != nil {
1576
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1577
+ if ms.LoadMessageInfo() == nil {
1578
+ ms.StoreMessageInfo(mi)
1579
+ }
1580
+ return ms
1581
+ }
1582
+ return mi.MessageOf(x)
1583
+ }
1584
+
1585
+ // Deprecated: Use GetListWorkflowResponse.ProtoReflect.Descriptor instead.
1586
+ func (*GetListWorkflowResponse) Descriptor() ([]byte, []int) {
1587
+ return file_prisca_v1_core_workflow_workflow_proto_rawDescGZIP(), []int{19}
1588
+ }
1589
+
1590
+ func (x *GetListWorkflowResponse) GetWorkflows() []*Workflow {
1591
+ if x != nil {
1592
+ return x.Workflows
1593
+ }
1594
+ return nil
1595
+ }
1596
+
1597
+ func (x *GetListWorkflowResponse) GetMeta() *meta.Meta {
1598
+ if x != nil {
1599
+ return x.Meta
1600
+ }
1601
+ return nil
1602
+ }
1603
+
1604
+ var File_prisca_v1_core_workflow_workflow_proto protoreflect.FileDescriptor
1605
+
1606
+ var file_prisca_v1_core_workflow_workflow_proto_rawDesc = []byte{
1607
+ 0x0a, 0x26, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6f, 0x72, 0x65,
1608
+ 0x2f, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c,
1609
+ 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61,
1610
+ 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2f,
1611
+ 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x70, 0x72, 0x69, 0x73,
1612
+ 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73,
1613
+ 0x2f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x34, 0x70, 0x72,
1614
+ 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x72, 0x65, 0x63,
1615
+ 0x69, 0x70, 0x69, 0x65, 0x6e, 0x74, 0x5f, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x2f, 0x72, 0x65, 0x63,
1616
+ 0x69, 0x70, 0x69, 0x65, 0x6e, 0x74, 0x5f, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f,
1617
+ 0x74, 0x6f, 0x22, 0xc2, 0x03, 0x0a, 0x08, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x12,
1618
+ 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12,
1619
+ 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e,
1620
+ 0x61, 0x6d, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65,
1621
+ 0x73, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65,
1622
+ 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63,
1623
+ 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64,
1624
+ 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1d, 0x0a, 0x0a, 0x76, 0x61,
1625
+ 0x6c, 0x69, 0x64, 0x5f, 0x66, 0x72, 0x6f, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
1626
+ 0x76, 0x61, 0x6c, 0x69, 0x64, 0x46, 0x72, 0x6f, 0x6d, 0x12, 0x19, 0x0a, 0x08, 0x76, 0x61, 0x6c,
1627
+ 0x69, 0x64, 0x5f, 0x74, 0x6f, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x76, 0x61, 0x6c,
1628
+ 0x69, 0x64, 0x54, 0x6f, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f,
1629
+ 0x62, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65,
1630
+ 0x64, 0x42, 0x79, 0x12, 0x1d, 0x0a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x62,
1631
+ 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64,
1632
+ 0x42, 0x79, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74,
1633
+ 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41,
1634
+ 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18,
1635
+ 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74,
1636
+ 0x12, 0x41, 0x0a, 0x12, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x63, 0x6f, 0x6e,
1637
+ 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x57,
1638
+ 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e,
1639
+ 0x52, 0x11, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74,
1640
+ 0x69, 0x6f, 0x6e, 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x73, 0x5f, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65,
1641
+ 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x69, 0x73, 0x41, 0x63, 0x74, 0x69, 0x76, 0x65,
1642
+ 0x12, 0x35, 0x0a, 0x0e, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x73, 0x74, 0x65,
1643
+ 0x70, 0x73, 0x18, 0x0d, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x66,
1644
+ 0x6c, 0x6f, 0x77, 0x53, 0x74, 0x65, 0x70, 0x73, 0x52, 0x0d, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c,
1645
+ 0x6f, 0x77, 0x53, 0x74, 0x65, 0x70, 0x73, 0x22, 0xd9, 0x02, 0x0a, 0x11, 0x57, 0x6f, 0x72, 0x6b,
1646
+ 0x66, 0x6c, 0x6f, 0x77, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x0e, 0x0a,
1647
+ 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x23, 0x0a,
1648
+ 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x02,
1649
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73,
1650
+ 0x49, 0x64, 0x12, 0x2b, 0x0a, 0x0f, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x72,
1651
+ 0x65, 0x66, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0d, 0x77,
1652
+ 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x52, 0x65, 0x66, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12,
1653
+ 0x36, 0x0a, 0x15, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x73, 0x74, 0x65, 0x70,
1654
+ 0x73, 0x5f, 0x72, 0x65, 0x66, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01,
1655
+ 0x52, 0x12, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x53, 0x74, 0x65, 0x70, 0x73, 0x52,
1656
+ 0x65, 0x66, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74,
1657
+ 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x72, 0x65,
1658
+ 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65,
1659
+ 0x64, 0x5f, 0x61, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x75, 0x70, 0x64, 0x61,
1660
+ 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x3e, 0x0a, 0x11, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f,
1661
+ 0x77, 0x5f, 0x63, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69, 0x61, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b,
1662
+ 0x32, 0x11, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x43, 0x72, 0x69, 0x74, 0x65,
1663
+ 0x72, 0x69, 0x61, 0x52, 0x10, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x43, 0x72, 0x69,
1664
+ 0x74, 0x65, 0x72, 0x69, 0x61, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c,
1665
+ 0x6f, 0x77, 0x5f, 0x72, 0x65, 0x66, 0x5f, 0x69, 0x64, 0x42, 0x18, 0x0a, 0x16, 0x5f, 0x77, 0x6f,
1666
+ 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x73, 0x74, 0x65, 0x70, 0x73, 0x5f, 0x72, 0x65, 0x66,
1667
+ 0x5f, 0x69, 0x64, 0x22, 0xa4, 0x02, 0x0a, 0x10, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77,
1668
+ 0x43, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69, 0x61, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01,
1669
+ 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65,
1670
+ 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
1671
+ 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x14, 0x0a,
1672
+ 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61,
1673
+ 0x6c, 0x75, 0x65, 0x12, 0x39, 0x0a, 0x19, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f,
1674
+ 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x66, 0x5f, 0x69, 0x64,
1675
+ 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x16, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77,
1676
+ 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x66, 0x49, 0x64, 0x12, 0x1e,
1677
+ 0x0a, 0x0a, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x18, 0x05, 0x20, 0x01,
1678
+ 0x28, 0x09, 0x52, 0x0a, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x12, 0x10,
1679
+ 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79,
1680
+ 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x07, 0x20, 0x01,
1681
+ 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x1d, 0x0a, 0x0a,
1682
+ 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09,
1683
+ 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x75,
1684
+ 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52,
1685
+ 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x22, 0xc9, 0x06, 0x0a, 0x0d, 0x57,
1686
+ 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x53, 0x74, 0x65, 0x70, 0x73, 0x12, 0x0e, 0x0a, 0x02,
1687
+ 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x69, 0x64, 0x12, 0x23, 0x0a, 0x0d,
1688
+ 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20,
1689
+ 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49,
1690
+ 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
1691
+ 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x74, 0x65, 0x70, 0x5f, 0x74, 0x79,
1692
+ 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x74, 0x65, 0x70, 0x54, 0x79,
1693
+ 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x18, 0x05,
1694
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x12, 0x28,
1695
+ 0x0a, 0x10, 0x69, 0x73, 0x5f, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x5f, 0x73, 0x74,
1696
+ 0x65, 0x70, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0e, 0x69, 0x73, 0x4f, 0x70, 0x74, 0x69,
1697
+ 0x6f, 0x6e, 0x61, 0x6c, 0x53, 0x74, 0x65, 0x70, 0x12, 0x3a, 0x0a, 0x19, 0x65, 0x78, 0x63, 0x6c,
1698
+ 0x75, 0x64, 0x65, 0x5f, 0x72, 0x65, 0x73, 0x74, 0x72, 0x69, 0x63, 0x74, 0x65, 0x64, 0x5f, 0x61,
1699
+ 0x67, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x17, 0x65, 0x78, 0x63,
1700
+ 0x6c, 0x75, 0x64, 0x65, 0x52, 0x65, 0x73, 0x74, 0x72, 0x69, 0x63, 0x74, 0x65, 0x64, 0x41, 0x67,
1701
+ 0x65, 0x6e, 0x74, 0x73, 0x12, 0x23, 0x0a, 0x0d, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72,
1702
+ 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x61, 0x63, 0x74,
1703
+ 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x27, 0x0a, 0x0f, 0x72, 0x65, 0x71,
1704
+ 0x75, 0x69, 0x72, 0x65, 0x64, 0x5f, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01,
1705
+ 0x28, 0x09, 0x52, 0x0e, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x41, 0x63, 0x74, 0x69,
1706
+ 0x6f, 0x6e, 0x12, 0x2e, 0x0a, 0x13, 0x72, 0x65, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x65, 0x5f, 0x74,
1707
+ 0x61, 0x73, 0x6b, 0x5f, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52,
1708
+ 0x11, 0x72, 0x65, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x54, 0x69, 0x74,
1709
+ 0x6c, 0x65, 0x12, 0x26, 0x0a, 0x0f, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x72,
1710
+ 0x65, 0x66, 0x5f, 0x69, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x77, 0x6f, 0x72,
1711
+ 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x52, 0x65, 0x66, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0f, 0x69, 0x73,
1712
+ 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x5f, 0x62, 0x79, 0x18, 0x0c, 0x20,
1713
+ 0x01, 0x28, 0x09, 0x52, 0x0d, 0x69, 0x73, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64,
1714
+ 0x42, 0x79, 0x12, 0x29, 0x0a, 0x10, 0x64, 0x65, 0x61, 0x64, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x63,
1715
+ 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x64, 0x65,
1716
+ 0x61, 0x64, 0x6c, 0x69, 0x6e, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x12, 0x23, 0x0a,
1717
+ 0x0d, 0x64, 0x65, 0x61, 0x64, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x75, 0x6e, 0x69, 0x74, 0x18, 0x0e,
1718
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x64, 0x65, 0x61, 0x64, 0x6c, 0x69, 0x6e, 0x65, 0x55, 0x6e,
1719
+ 0x69, 0x74, 0x12, 0x32, 0x0a, 0x15, 0x64, 0x65, 0x61, 0x64, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x75,
1720
+ 0x6e, 0x69, 0x74, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x65, 0x72, 0x18, 0x0f, 0x20, 0x01, 0x28,
1721
+ 0x03, 0x52, 0x13, 0x64, 0x65, 0x61, 0x64, 0x6c, 0x69, 0x6e, 0x65, 0x55, 0x6e, 0x69, 0x74, 0x43,
1722
+ 0x6f, 0x75, 0x6e, 0x74, 0x65, 0x72, 0x12, 0x27, 0x0a, 0x0f, 0x64, 0x65, 0x61, 0x64, 0x6c, 0x69,
1723
+ 0x6e, 0x65, 0x5f, 0x65, 0x66, 0x66, 0x65, 0x63, 0x74, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52,
1724
+ 0x0e, 0x64, 0x65, 0x61, 0x64, 0x6c, 0x69, 0x6e, 0x65, 0x45, 0x66, 0x66, 0x65, 0x63, 0x74, 0x12,
1725
+ 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x11, 0x20,
1726
+ 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1d,
1727
+ 0x0a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x12, 0x20, 0x01,
1728
+ 0x28, 0x09, 0x52, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x41, 0x0a,
1729
+ 0x12, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74,
1730
+ 0x69, 0x6f, 0x6e, 0x18, 0x13, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x57, 0x6f, 0x72, 0x6b,
1731
+ 0x66, 0x6c, 0x6f, 0x77, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x11, 0x77,
1732
+ 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e,
1733
+ 0x12, 0x54, 0x0a, 0x19, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x73, 0x74, 0x65,
1734
+ 0x70, 0x73, 0x5f, 0x72, 0x65, 0x63, 0x69, 0x70, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x14, 0x20,
1735
+ 0x03, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x53, 0x74,
1736
+ 0x65, 0x70, 0x73, 0x52, 0x65, 0x63, 0x69, 0x70, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x17, 0x77,
1737
+ 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x53, 0x74, 0x65, 0x70, 0x73, 0x52, 0x65, 0x63, 0x69,
1738
+ 0x70, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x22, 0xf4, 0x02, 0x0a, 0x17, 0x57, 0x6f, 0x72, 0x6b, 0x66,
1739
+ 0x6c, 0x6f, 0x77, 0x53, 0x74, 0x65, 0x70, 0x73, 0x52, 0x65, 0x63, 0x69, 0x70, 0x69, 0x65, 0x6e,
1740
+ 0x74, 0x73, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02,
1741
+ 0x69, 0x64, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73,
1742
+ 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72,
1743
+ 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x31, 0x0a, 0x15, 0x77, 0x6f, 0x72, 0x6b, 0x66,
1744
+ 0x6c, 0x6f, 0x77, 0x5f, 0x73, 0x74, 0x65, 0x70, 0x73, 0x5f, 0x72, 0x65, 0x66, 0x5f, 0x69, 0x64,
1745
+ 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77,
1746
+ 0x53, 0x74, 0x65, 0x70, 0x73, 0x52, 0x65, 0x66, 0x49, 0x64, 0x12, 0x25, 0x0a, 0x0c, 0x72, 0x6f,
1747
+ 0x6c, 0x65, 0x73, 0x5f, 0x72, 0x65, 0x66, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05,
1748
+ 0x48, 0x00, 0x52, 0x0a, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x66, 0x49, 0x64, 0x88, 0x01,
1749
+ 0x01, 0x12, 0x25, 0x0a, 0x0c, 0x75, 0x73, 0x65, 0x72, 0x73, 0x5f, 0x72, 0x65, 0x66, 0x5f, 0x69,
1750
+ 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x0a, 0x75, 0x73, 0x65, 0x72, 0x73,
1751
+ 0x52, 0x65, 0x66, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61,
1752
+ 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x72,
1753
+ 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74,
1754
+ 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x75, 0x70, 0x64,
1755
+ 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x25, 0x0a, 0x05, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x18,
1756
+ 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x52, 0x65, 0x63, 0x69, 0x70, 0x69, 0x65, 0x6e,
1757
+ 0x74, 0x52, 0x6f, 0x6c, 0x65, 0x73, 0x52, 0x05, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0x1c, 0x0a,
1758
+ 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x06, 0x2e, 0x55,
1759
+ 0x73, 0x65, 0x72, 0x73, 0x52, 0x05, 0x75, 0x73, 0x65, 0x72, 0x73, 0x42, 0x0f, 0x0a, 0x0d, 0x5f,
1760
+ 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x5f, 0x72, 0x65, 0x66, 0x5f, 0x69, 0x64, 0x42, 0x0f, 0x0a, 0x0d,
1761
+ 0x5f, 0x75, 0x73, 0x65, 0x72, 0x73, 0x5f, 0x72, 0x65, 0x66, 0x5f, 0x69, 0x64, 0x22, 0xf0, 0x02,
1762
+ 0x0a, 0x13, 0x42, 0x61, 0x73, 0x65, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x52, 0x65,
1763
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20,
1764
+ 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73,
1765
+ 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b,
1766
+ 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1d, 0x0a, 0x0a, 0x76,
1767
+ 0x61, 0x6c, 0x69, 0x64, 0x5f, 0x66, 0x72, 0x6f, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
1768
+ 0x09, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x46, 0x72, 0x6f, 0x6d, 0x12, 0x19, 0x0a, 0x08, 0x76, 0x61,
1769
+ 0x6c, 0x69, 0x64, 0x5f, 0x74, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x76, 0x61,
1770
+ 0x6c, 0x69, 0x64, 0x54, 0x6f, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64,
1771
+ 0x5f, 0x62, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74,
1772
+ 0x65, 0x64, 0x42, 0x79, 0x12, 0x1d, 0x0a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x5f,
1773
+ 0x62, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65,
1774
+ 0x64, 0x42, 0x79, 0x12, 0x4c, 0x0a, 0x12, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f,
1775
+ 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32,
1776
+ 0x1d, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x43, 0x6f,
1777
+ 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x11,
1778
+ 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f,
1779
+ 0x6e, 0x12, 0x40, 0x0a, 0x0e, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x73, 0x74,
1780
+ 0x65, 0x70, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x42, 0x61, 0x73, 0x65,
1781
+ 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x53, 0x74, 0x65, 0x70, 0x73, 0x52, 0x65, 0x71,
1782
+ 0x75, 0x65, 0x73, 0x74, 0x52, 0x0d, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x53, 0x74,
1783
+ 0x65, 0x70, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x73, 0x5f, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65,
1784
+ 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x69, 0x73, 0x41, 0x63, 0x74, 0x69, 0x76, 0x65,
1785
+ 0x22, 0x69, 0x0a, 0x1c, 0x42, 0x61, 0x73, 0x65, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77,
1786
+ 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
1787
+ 0x12, 0x49, 0x0a, 0x11, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x63, 0x72, 0x69,
1788
+ 0x74, 0x65, 0x72, 0x69, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x42, 0x61,
1789
+ 0x73, 0x65, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x43, 0x72, 0x69, 0x74, 0x65, 0x72,
1790
+ 0x69, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x10, 0x77, 0x6f, 0x72, 0x6b, 0x66,
1791
+ 0x6c, 0x6f, 0x77, 0x43, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69, 0x61, 0x22, 0x81, 0x01, 0x0a, 0x1b,
1792
+ 0x42, 0x61, 0x73, 0x65, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x43, 0x72, 0x69, 0x74,
1793
+ 0x65, 0x72, 0x69, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x76,
1794
+ 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75,
1795
+ 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x18,
1796
+ 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65,
1797
+ 0x73, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
1798
+ 0x6b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18,
1799
+ 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x22,
1800
+ 0xce, 0x05, 0x0a, 0x18, 0x42, 0x61, 0x73, 0x65, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77,
1801
+ 0x53, 0x74, 0x65, 0x70, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04,
1802
+ 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65,
1803
+ 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x74, 0x65, 0x70, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20,
1804
+ 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x74, 0x65, 0x70, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a,
1805
+ 0x08, 0x70, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
1806
+ 0x08, 0x70, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x10, 0x69, 0x73, 0x5f,
1807
+ 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x5f, 0x73, 0x74, 0x65, 0x70, 0x18, 0x04, 0x20,
1808
+ 0x01, 0x28, 0x08, 0x52, 0x0e, 0x69, 0x73, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x53,
1809
+ 0x74, 0x65, 0x70, 0x12, 0x3a, 0x0a, 0x19, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x5f, 0x72,
1810
+ 0x65, 0x73, 0x74, 0x72, 0x69, 0x63, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x73,
1811
+ 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x17, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x52,
1812
+ 0x65, 0x73, 0x74, 0x72, 0x69, 0x63, 0x74, 0x65, 0x64, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x73, 0x12,
1813
+ 0x23, 0x0a, 0x0d, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74,
1814
+ 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65,
1815
+ 0x73, 0x75, 0x6c, 0x74, 0x12, 0x27, 0x0a, 0x0f, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64,
1816
+ 0x5f, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x72,
1817
+ 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2e, 0x0a,
1818
+ 0x13, 0x72, 0x65, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x65, 0x5f, 0x74, 0x61, 0x73, 0x6b, 0x5f, 0x74,
1819
+ 0x69, 0x74, 0x6c, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x72, 0x65, 0x64, 0x65,
1820
+ 0x66, 0x69, 0x6e, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x26, 0x0a,
1821
+ 0x0f, 0x69, 0x73, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x5f, 0x62, 0x79,
1822
+ 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x69, 0x73, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65,
1823
+ 0x74, 0x65, 0x64, 0x42, 0x79, 0x12, 0x29, 0x0a, 0x10, 0x64, 0x65, 0x61, 0x64, 0x6c, 0x69, 0x6e,
1824
+ 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52,
1825
+ 0x0f, 0x64, 0x65, 0x61, 0x64, 0x6c, 0x69, 0x6e, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74,
1826
+ 0x12, 0x23, 0x0a, 0x0d, 0x64, 0x65, 0x61, 0x64, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x75, 0x6e, 0x69,
1827
+ 0x74, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x64, 0x65, 0x61, 0x64, 0x6c, 0x69, 0x6e,
1828
+ 0x65, 0x55, 0x6e, 0x69, 0x74, 0x12, 0x32, 0x0a, 0x15, 0x64, 0x65, 0x61, 0x64, 0x6c, 0x69, 0x6e,
1829
+ 0x65, 0x5f, 0x75, 0x6e, 0x69, 0x74, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x65, 0x72, 0x18, 0x0c,
1830
+ 0x20, 0x01, 0x28, 0x03, 0x52, 0x13, 0x64, 0x65, 0x61, 0x64, 0x6c, 0x69, 0x6e, 0x65, 0x55, 0x6e,
1831
+ 0x69, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x65, 0x72, 0x12, 0x27, 0x0a, 0x0f, 0x64, 0x65, 0x61,
1832
+ 0x64, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x65, 0x66, 0x66, 0x65, 0x63, 0x74, 0x18, 0x0d, 0x20, 0x01,
1833
+ 0x28, 0x09, 0x52, 0x0e, 0x64, 0x65, 0x61, 0x64, 0x6c, 0x69, 0x6e, 0x65, 0x45, 0x66, 0x66, 0x65,
1834
+ 0x63, 0x74, 0x12, 0x4c, 0x0a, 0x12, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x63,
1835
+ 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0e, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1d,
1836
+ 0x2e, 0x42, 0x61, 0x73, 0x65, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x43, 0x6f, 0x6e,
1837
+ 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x11, 0x77,
1838
+ 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e,
1839
+ 0x12, 0x5e, 0x0a, 0x19, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x5f, 0x73, 0x74, 0x65,
1840
+ 0x70, 0x73, 0x5f, 0x72, 0x65, 0x63, 0x69, 0x70, 0x69, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0f, 0x20,
1841
+ 0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c,
1842
+ 0x6f, 0x77, 0x53, 0x74, 0x65, 0x70, 0x73, 0x52, 0x65, 0x63, 0x69, 0x70, 0x69, 0x65, 0x6e, 0x74,
1843
+ 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x17, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f,
1844
+ 0x77, 0x53, 0x74, 0x65, 0x70, 0x73, 0x52, 0x65, 0x63, 0x69, 0x70, 0x69, 0x65, 0x6e, 0x74, 0x73,
1845
+ 0x22, 0x67, 0x0a, 0x21, 0x42, 0x61, 0x73, 0x65, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77,
1846
+ 0x53, 0x74, 0x65, 0x70, 0x73, 0x52, 0x65, 0x63, 0x69, 0x70, 0x69, 0x65, 0x6e, 0x74, 0x52, 0x65,
1847
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x20, 0x0a, 0x0c, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x5f, 0x72,
1848
+ 0x65, 0x66, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x72, 0x6f, 0x6c,
1849
+ 0x65, 0x73, 0x52, 0x65, 0x66, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0c, 0x75, 0x73, 0x65, 0x72, 0x73,
1850
+ 0x5f, 0x72, 0x65, 0x66, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x75,
1851
+ 0x73, 0x65, 0x72, 0x73, 0x52, 0x65, 0x66, 0x49, 0x64, 0x22, 0x52, 0x0a, 0x15, 0x43, 0x72, 0x65,
1852
+ 0x61, 0x74, 0x65, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x52, 0x65, 0x71, 0x75, 0x65,
1853
+ 0x73, 0x74, 0x12, 0x39, 0x0a, 0x0d, 0x62, 0x61, 0x73, 0x65, 0x5f, 0x77, 0x6f, 0x72, 0x6b, 0x66,
1854
+ 0x6c, 0x6f, 0x77, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x42, 0x61, 0x73, 0x65,
1855
+ 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52,
1856
+ 0x0c, 0x62, 0x61, 0x73, 0x65, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x22, 0x77, 0x0a,
1857
+ 0x15, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x52,
1858
+ 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65,
1859
+ 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72,
1860
+ 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x39, 0x0a, 0x0d, 0x62,
1861
+ 0x61, 0x73, 0x65, 0x5f, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x18, 0x02, 0x20, 0x01,
1862
+ 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f,
1863
+ 0x77, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x0c, 0x62, 0x61, 0x73, 0x65, 0x57, 0x6f,
1864
+ 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x22, 0x3c, 0x0a, 0x15, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65,
1865
+ 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
1866
+ 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64,
1867
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63,
1868
+ 0x65, 0x73, 0x49, 0x64, 0x22, 0x3d, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x66,
1869
+ 0x6c, 0x6f, 0x77, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23,
1870
+ 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18,
1871
+ 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65,
1872
+ 0x73, 0x49, 0x64, 0x22, 0x9e, 0x01, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x57,
1873
+ 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x48,
1874
+ 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01,
1875
+ 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67,
1876
+ 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e,
1877
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x0a, 0x70, 0x61,
1878
+ 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x0a, 0x05, 0x71, 0x75, 0x65, 0x72,
1879
+ 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61,
1880
+ 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e,
1881
+ 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x05, 0x71,
1882
+ 0x75, 0x65, 0x72, 0x79, 0x22, 0x70, 0x0a, 0x16, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x57, 0x6f,
1883
+ 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x25,
1884
+ 0x0a, 0x08, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
1885
+ 0x32, 0x09, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x52, 0x08, 0x77, 0x6f, 0x72,
1886
+ 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20,
1887
+ 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e,
1888
+ 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61,
1889
+ 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0x70, 0x0a, 0x16, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
1890
+ 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
1891
+ 0x12, 0x25, 0x0a, 0x08, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x18, 0x01, 0x20, 0x01,
1892
+ 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x52, 0x08, 0x77,
1893
+ 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18,
1894
+ 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76,
1895
+ 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65,
1896
+ 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0x6e, 0x0a, 0x16, 0x44, 0x65, 0x6c, 0x65,
1897
+ 0x74, 0x65, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
1898
+ 0x73, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73,
1899
+ 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72,
1900
+ 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18,
1901
+ 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76,
1902
+ 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65,
1903
+ 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0x71, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x57,
1904
+ 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f,
1905
+ 0x6e, 0x73, 0x65, 0x12, 0x25, 0x0a, 0x08, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x18,
1906
+ 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77,
1907
+ 0x52, 0x08, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65,
1908
+ 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63,
1909
+ 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61,
1910
+ 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0x73, 0x0a, 0x17, 0x47,
1911
+ 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x52, 0x65,
1912
+ 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x27, 0x0a, 0x09, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c,
1913
+ 0x6f, 0x77, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x57, 0x6f, 0x72, 0x6b,
1914
+ 0x66, 0x6c, 0x6f, 0x77, 0x52, 0x09, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x73, 0x12,
1915
+ 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e,
1916
+ 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c,
1917
+ 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61,
1918
+ 0x32, 0xe7, 0x02, 0x0a, 0x0f, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x53, 0x65, 0x72,
1919
+ 0x76, 0x69, 0x63, 0x65, 0x12, 0x41, 0x0a, 0x0e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x57, 0x6f,
1920
+ 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x12, 0x16, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x57,
1921
+ 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17,
1922
+ 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x52,
1923
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x41, 0x0a, 0x0e, 0x55, 0x70, 0x64, 0x61, 0x74,
1924
+ 0x65, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x12, 0x16, 0x2e, 0x55, 0x70, 0x64, 0x61,
1925
+ 0x74, 0x65, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
1926
+ 0x74, 0x1a, 0x17, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c,
1927
+ 0x6f, 0x77, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x41, 0x0a, 0x0e, 0x44, 0x65,
1928
+ 0x6c, 0x65, 0x74, 0x65, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x12, 0x16, 0x2e, 0x44,
1929
+ 0x65, 0x6c, 0x65, 0x74, 0x65, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x52, 0x65, 0x71,
1930
+ 0x75, 0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x57, 0x6f, 0x72,
1931
+ 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x44, 0x0a,
1932
+ 0x0f, 0x47, 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x42, 0x79, 0x49, 0x64,
1933
+ 0x12, 0x17, 0x2e, 0x47, 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x42, 0x79,
1934
+ 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x18, 0x2e, 0x47, 0x65, 0x74, 0x57,
1935
+ 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f,
1936
+ 0x6e, 0x73, 0x65, 0x12, 0x45, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x57, 0x6f,
1937
+ 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x73, 0x12, 0x17, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73,
1938
+ 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
1939
+ 0x1a, 0x18, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x66, 0x6c,
1940
+ 0x6f, 0x77, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x50, 0x5a, 0x4e, 0x67, 0x69,
1941
+ 0x74, 0x6c, 0x61, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61,
1942
+ 0x5f, 0x73, 0x6d, 0x2f, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2d, 0x76, 0x32, 0x2d, 0x63, 0x6f,
1943
+ 0x72, 0x65, 0x2d, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
1944
+ 0x63, 0x67, 0x65, 0x6e, 0x2f, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x63,
1945
+ 0x6f, 0x72, 0x65, 0x2f, 0x77, 0x6f, 0x72, 0x6b, 0x66, 0x6c, 0x6f, 0x77, 0x62, 0x06, 0x70, 0x72,
1946
+ 0x6f, 0x74, 0x6f, 0x33,
1947
+ }
1948
+
1949
+ var (
1950
+ file_prisca_v1_core_workflow_workflow_proto_rawDescOnce sync.Once
1951
+ file_prisca_v1_core_workflow_workflow_proto_rawDescData = file_prisca_v1_core_workflow_workflow_proto_rawDesc
1952
+ )
1953
+
1954
+ func file_prisca_v1_core_workflow_workflow_proto_rawDescGZIP() []byte {
1955
+ file_prisca_v1_core_workflow_workflow_proto_rawDescOnce.Do(func() {
1956
+ file_prisca_v1_core_workflow_workflow_proto_rawDescData = protoimpl.X.CompressGZIP(file_prisca_v1_core_workflow_workflow_proto_rawDescData)
1957
+ })
1958
+ return file_prisca_v1_core_workflow_workflow_proto_rawDescData
1959
+ }
1960
+
1961
+ var file_prisca_v1_core_workflow_workflow_proto_msgTypes = make([]protoimpl.MessageInfo, 20)
1962
+ var file_prisca_v1_core_workflow_workflow_proto_goTypes = []any{
1963
+ (*Workflow)(nil), // 0: Workflow
1964
+ (*WorkflowCondition)(nil), // 1: WorkflowCondition
1965
+ (*WorkflowCriteria)(nil), // 2: WorkflowCriteria
1966
+ (*WorkflowSteps)(nil), // 3: WorkflowSteps
1967
+ (*WorkflowStepsRecipients)(nil), // 4: WorkflowStepsRecipients
1968
+ (*BaseWorkflowRequest)(nil), // 5: BaseWorkflowRequest
1969
+ (*BaseWorkflowConditionRequest)(nil), // 6: BaseWorkflowConditionRequest
1970
+ (*BaseWorkflowCriteriaRequest)(nil), // 7: BaseWorkflowCriteriaRequest
1971
+ (*BaseWorkflowStepsRequest)(nil), // 8: BaseWorkflowStepsRequest
1972
+ (*BaseWorkflowStepsRecipientRequest)(nil), // 9: BaseWorkflowStepsRecipientRequest
1973
+ (*CreateWorkflowRequest)(nil), // 10: CreateWorkflowRequest
1974
+ (*UpdateWorkflowRequest)(nil), // 11: UpdateWorkflowRequest
1975
+ (*DeleteWorkflowRequest)(nil), // 12: DeleteWorkflowRequest
1976
+ (*GetWorkflowByIdRequest)(nil), // 13: GetWorkflowByIdRequest
1977
+ (*GetListWorkflowRequest)(nil), // 14: GetListWorkflowRequest
1978
+ (*CreateWorkflowResponse)(nil), // 15: CreateWorkflowResponse
1979
+ (*UpdateWorkflowResponse)(nil), // 16: UpdateWorkflowResponse
1980
+ (*DeleteWorkflowResponse)(nil), // 17: DeleteWorkflowResponse
1981
+ (*GetWorkflowByIdResponse)(nil), // 18: GetWorkflowByIdResponse
1982
+ (*GetListWorkflowResponse)(nil), // 19: GetListWorkflowResponse
1983
+ (*recipient_roles.RecipientRoles)(nil), // 20: RecipientRoles
1984
+ (*users.Users)(nil), // 21: Users
1985
+ (*meta.PaginationRequest)(nil), // 22: prisca.v1.global.meta.PaginationRequest
1986
+ (*meta.FilterRequest)(nil), // 23: prisca.v1.global.meta.FilterRequest
1987
+ (*meta.Meta)(nil), // 24: prisca.v1.global.meta.Meta
1988
+ }
1989
+ var file_prisca_v1_core_workflow_workflow_proto_depIdxs = []int32{
1990
+ 1, // 0: Workflow.workflow_condition:type_name -> WorkflowCondition
1991
+ 3, // 1: Workflow.workflow_steps:type_name -> WorkflowSteps
1992
+ 2, // 2: WorkflowCondition.workflow_criteria:type_name -> WorkflowCriteria
1993
+ 1, // 3: WorkflowSteps.workflow_condition:type_name -> WorkflowCondition
1994
+ 4, // 4: WorkflowSteps.workflow_steps_recipients:type_name -> WorkflowStepsRecipients
1995
+ 20, // 5: WorkflowStepsRecipients.roles:type_name -> RecipientRoles
1996
+ 21, // 6: WorkflowStepsRecipients.users:type_name -> Users
1997
+ 6, // 7: BaseWorkflowRequest.workflow_condition:type_name -> BaseWorkflowConditionRequest
1998
+ 8, // 8: BaseWorkflowRequest.workflow_steps:type_name -> BaseWorkflowStepsRequest
1999
+ 7, // 9: BaseWorkflowConditionRequest.workflow_criteria:type_name -> BaseWorkflowCriteriaRequest
2000
+ 6, // 10: BaseWorkflowStepsRequest.workflow_condition:type_name -> BaseWorkflowConditionRequest
2001
+ 9, // 11: BaseWorkflowStepsRequest.workflow_steps_recipients:type_name -> BaseWorkflowStepsRecipientRequest
2002
+ 5, // 12: CreateWorkflowRequest.base_workflow:type_name -> BaseWorkflowRequest
2003
+ 5, // 13: UpdateWorkflowRequest.base_workflow:type_name -> BaseWorkflowRequest
2004
+ 22, // 14: GetListWorkflowRequest.pagination:type_name -> prisca.v1.global.meta.PaginationRequest
2005
+ 23, // 15: GetListWorkflowRequest.query:type_name -> prisca.v1.global.meta.FilterRequest
2006
+ 0, // 16: CreateWorkflowResponse.workflow:type_name -> Workflow
2007
+ 24, // 17: CreateWorkflowResponse.meta:type_name -> prisca.v1.global.meta.Meta
2008
+ 0, // 18: UpdateWorkflowResponse.workflow:type_name -> Workflow
2009
+ 24, // 19: UpdateWorkflowResponse.meta:type_name -> prisca.v1.global.meta.Meta
2010
+ 24, // 20: DeleteWorkflowResponse.meta:type_name -> prisca.v1.global.meta.Meta
2011
+ 0, // 21: GetWorkflowByIdResponse.workflow:type_name -> Workflow
2012
+ 24, // 22: GetWorkflowByIdResponse.meta:type_name -> prisca.v1.global.meta.Meta
2013
+ 0, // 23: GetListWorkflowResponse.workflows:type_name -> Workflow
2014
+ 24, // 24: GetListWorkflowResponse.meta:type_name -> prisca.v1.global.meta.Meta
2015
+ 10, // 25: WorkflowService.CreateWorkflow:input_type -> CreateWorkflowRequest
2016
+ 11, // 26: WorkflowService.UpdateWorkflow:input_type -> UpdateWorkflowRequest
2017
+ 12, // 27: WorkflowService.DeleteWorkflow:input_type -> DeleteWorkflowRequest
2018
+ 13, // 28: WorkflowService.GetWorkflowById:input_type -> GetWorkflowByIdRequest
2019
+ 14, // 29: WorkflowService.GetListWorkflows:input_type -> GetListWorkflowRequest
2020
+ 15, // 30: WorkflowService.CreateWorkflow:output_type -> CreateWorkflowResponse
2021
+ 16, // 31: WorkflowService.UpdateWorkflow:output_type -> UpdateWorkflowResponse
2022
+ 17, // 32: WorkflowService.DeleteWorkflow:output_type -> DeleteWorkflowResponse
2023
+ 18, // 33: WorkflowService.GetWorkflowById:output_type -> GetWorkflowByIdResponse
2024
+ 19, // 34: WorkflowService.GetListWorkflows:output_type -> GetListWorkflowResponse
2025
+ 30, // [30:35] is the sub-list for method output_type
2026
+ 25, // [25:30] is the sub-list for method input_type
2027
+ 25, // [25:25] is the sub-list for extension type_name
2028
+ 25, // [25:25] is the sub-list for extension extendee
2029
+ 0, // [0:25] is the sub-list for field type_name
2030
+ }
2031
+
2032
+ func init() { file_prisca_v1_core_workflow_workflow_proto_init() }
2033
+ func file_prisca_v1_core_workflow_workflow_proto_init() {
2034
+ if File_prisca_v1_core_workflow_workflow_proto != nil {
2035
+ return
2036
+ }
2037
+ file_prisca_v1_core_workflow_workflow_proto_msgTypes[1].OneofWrappers = []any{}
2038
+ file_prisca_v1_core_workflow_workflow_proto_msgTypes[4].OneofWrappers = []any{}
2039
+ type x struct{}
2040
+ out := protoimpl.TypeBuilder{
2041
+ File: protoimpl.DescBuilder{
2042
+ GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
2043
+ RawDescriptor: file_prisca_v1_core_workflow_workflow_proto_rawDesc,
2044
+ NumEnums: 0,
2045
+ NumMessages: 20,
2046
+ NumExtensions: 0,
2047
+ NumServices: 1,
2048
+ },
2049
+ GoTypes: file_prisca_v1_core_workflow_workflow_proto_goTypes,
2050
+ DependencyIndexes: file_prisca_v1_core_workflow_workflow_proto_depIdxs,
2051
+ MessageInfos: file_prisca_v1_core_workflow_workflow_proto_msgTypes,
2052
+ }.Build()
2053
+ File_prisca_v1_core_workflow_workflow_proto = out.File
2054
+ file_prisca_v1_core_workflow_workflow_proto_rawDesc = nil
2055
+ file_prisca_v1_core_workflow_workflow_proto_goTypes = nil
2056
+ file_prisca_v1_core_workflow_workflow_proto_depIdxs = nil
2057
+ }