@aldiokta/protocgen 1.0.20 → 1.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/package.json +1 -1
  2. package/prisca/v1/core/auth/auth_grpc_pb.js +256 -0
  3. package/prisca/v1/core/auth/auth_pb.js +2801 -0
  4. package/prisca/v1/core/company/company_grpc_pb.js +177 -0
  5. package/prisca/v1/core/company/company_pb.js +2875 -0
  6. package/prisca/v1/core/department_material/department_material_grpc_pb.js +144 -0
  7. package/prisca/v1/core/department_material/department_material_pb.js +2167 -0
  8. package/prisca/v1/core/job_grade/job_grade_grpc_pb.js +178 -0
  9. package/prisca/v1/core/job_grade/job_grade_pb.js +2605 -0
  10. package/prisca/v1/core/job_position/job_position_grpc_pb.js +181 -0
  11. package/prisca/v1/core/job_position/job_position_pb.js +3582 -0
  12. package/prisca/v1/core/job_title/job_title_grpc_pb.js +178 -0
  13. package/prisca/v1/core/job_title/job_title_pb.js +2928 -0
  14. package/prisca/v1/core/location/location_grpc_pb.js +276 -0
  15. package/prisca/v1/core/location/location_pb.js +4334 -0
  16. package/prisca/v1/core/material/material_grpc_pb.js +181 -0
  17. package/prisca/v1/core/material/material_pb.js +4046 -0
  18. package/prisca/v1/core/material_group/material_group_grpc_pb.js +177 -0
  19. package/prisca/v1/core/material_group/material_group_pb.js +2582 -0
  20. package/prisca/v1/core/material_type/material_type_grpc_pb.js +147 -0
  21. package/prisca/v1/core/material_type/material_type_pb.js +2399 -0
  22. package/prisca/v1/core/number_range/number_range_grpc_pb.js +177 -0
  23. package/prisca/v1/core/number_range/number_range_pb.js +2672 -0
  24. package/prisca/v1/core/organization/organization_grpc_pb.js +180 -0
  25. package/prisca/v1/core/organization/organization_pb.js +3002 -0
  26. package/prisca/v1/core/organization_level/organization_level_grpc_pb.js +177 -0
  27. package/prisca/v1/core/organization_level/organization_level_pb.js +2432 -0
  28. package/prisca/v1/core/procurement/procurement_grpc_pb.js +146 -0
  29. package/prisca/v1/core/procurement/procurement_pb.js +1681 -0
  30. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_grpc_pb.js +266 -0
  31. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_pb.js +4429 -0
  32. package/prisca/v1/core/recipient_roles/recipient_roles_grpc_pb.js +1 -0
  33. package/prisca/v1/core/recipient_roles/recipient_roles_pb.js +206 -0
  34. package/prisca/v1/core/transaction_builder/transaction_builder_grpc_pb.js +421 -0
  35. package/prisca/v1/core/transaction_builder/transaction_builder_pb.js +9597 -0
  36. package/prisca/v1/core/unit_of_measurement/unit_of_measurement_grpc_pb.js +180 -0
  37. package/prisca/v1/core/unit_of_measurement/unit_of_measurement_pb.js +2798 -0
  38. package/prisca/v1/core/users/users_grpc_pb.js +1 -0
  39. package/prisca/v1/core/users/users_pb.js +626 -0
  40. package/prisca/v1/core/users_role/users_role_grpc_pb.js +177 -0
  41. package/prisca/v1/core/users_role/users_role_pb.js +2372 -0
  42. package/prisca/v1/core/work_location/work_location_grpc_pb.js +179 -0
  43. package/prisca/v1/core/work_location/work_location_pb.js +3972 -0
  44. package/prisca/v1/core/workflow/workflow_grpc_pb.js +179 -0
  45. package/prisca/v1/core/workflow/workflow_pb.js +6318 -0
  46. package/prisca/v1/global/meta/meta_grpc_pb.js +1 -0
  47. package/prisca/v1/global/meta/meta_pb.js +1179 -0
  48. package/prisca/v1/core/auth/auth.pb.go +0 -998
  49. package/prisca/v1/core/auth/auth_grpc.pb.go +0 -427
  50. package/prisca/v1/core/company/company.pb.go +0 -965
  51. package/prisca/v1/core/company/company_grpc.pb.go +0 -273
  52. package/prisca/v1/core/department_material/department_material.pb.go +0 -776
  53. package/prisca/v1/core/department_material/department_material_grpc.pb.go +0 -236
  54. package/prisca/v1/core/job_grade/job_grade.pb.go +0 -887
  55. package/prisca/v1/core/job_grade/job_grade_grpc.pb.go +0 -273
  56. package/prisca/v1/core/job_position/job_position.pb.go +0 -1196
  57. package/prisca/v1/core/job_position/job_position_grpc.pb.go +0 -273
  58. package/prisca/v1/core/job_title/job_title.pb.go +0 -986
  59. package/prisca/v1/core/job_title/job_title_grpc.pb.go +0 -273
  60. package/prisca/v1/core/line_of_approval/line_of_approval.pb.go +0 -913
  61. package/prisca/v1/core/line_of_approval/line_of_approval_grpc.pb.go +0 -273
  62. package/prisca/v1/core/location/location.pb.go +0 -1397
  63. package/prisca/v1/core/location/location_grpc.pb.go +0 -387
  64. package/prisca/v1/core/material/material.pb.go +0 -1366
  65. package/prisca/v1/core/material/material_grpc.pb.go +0 -273
  66. package/prisca/v1/core/material_group/material_group.pb.go +0 -911
  67. package/prisca/v1/core/material_group/material_group_grpc.pb.go +0 -273
  68. package/prisca/v1/core/material_type/material_type.pb.go +0 -827
  69. package/prisca/v1/core/material_type/material_type_grpc.pb.go +0 -239
  70. package/prisca/v1/core/number_range/number_range.pb.go +0 -916
  71. package/prisca/v1/core/number_range/number_range_grpc.pb.go +0 -273
  72. package/prisca/v1/core/organization/organization.pb.go +0 -1039
  73. package/prisca/v1/core/organization/organization_grpc.pb.go +0 -273
  74. package/prisca/v1/core/organization_level/organization_level.pb.go +0 -853
  75. package/prisca/v1/core/organization_level/organization_level_grpc.pb.go +0 -274
  76. package/prisca/v1/core/procurement/procurement.pb.go +0 -622
  77. package/prisca/v1/core/procurement/procurement_grpc.pb.go +0 -275
  78. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx.pb.go +0 -1550
  79. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_grpc.pb.go +0 -388
  80. package/prisca/v1/core/recipient_roles/recipient_roles.pb.go +0 -141
  81. package/prisca/v1/core/role/role.pb.go +0 -797
  82. package/prisca/v1/core/role/role_grpc.pb.go +0 -273
  83. package/prisca/v1/core/transaction_builder/transaction_builder.pb.go +0 -3217
  84. package/prisca/v1/core/transaction_builder/transaction_builder_grpc.pb.go +0 -656
  85. package/prisca/v1/core/unit_of_measurement/unit_of_measurement.pb.go +0 -973
  86. package/prisca/v1/core/unit_of_measurement/unit_of_measurement_grpc.pb.go +0 -278
  87. package/prisca/v1/core/users/users.pb.go +0 -281
  88. package/prisca/v1/core/users_role/users_role.pb.go +0 -813
  89. package/prisca/v1/core/users_role/users_role_grpc.pb.go +0 -273
  90. package/prisca/v1/core/work_location/work_location.pb.go +0 -995
  91. package/prisca/v1/core/work_location/work_location_grpc.pb.go +0 -273
  92. package/prisca/v1/core/work_locations/work_locations.pb.go +0 -184
  93. package/prisca/v1/core/work_locations/work_locations_grpc.pb.go +0 -76
  94. package/prisca/v1/core/workflow/workflow.pb.go +0 -2057
  95. package/prisca/v1/core/workflow/workflow_grpc.pb.go +0 -273
  96. package/prisca/v1/global/meta/meta.pb.go +0 -446
@@ -1,1550 +0,0 @@
1
- // Code generated by protoc-gen-go. DO NOT EDIT.
2
- // versions:
3
- // protoc-gen-go v1.36.1
4
- // protoc (unknown)
5
- // source: prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx.proto
6
-
7
- package purchase_requisition_trx
8
-
9
- import (
10
- transaction_builder "gitlab.com/integra_sm/prisca-v2-core-service/protocgen/prisca/v1/core/transaction_builder"
11
- meta "gitlab.com/integra_sm/prisca-v2-core-service/protocgen/prisca/v1/global/meta"
12
- protoreflect "google.golang.org/protobuf/reflect/protoreflect"
13
- protoimpl "google.golang.org/protobuf/runtime/protoimpl"
14
- reflect "reflect"
15
- sync "sync"
16
- )
17
-
18
- const (
19
- // Verify that this generated code is sufficiently up-to-date.
20
- _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
21
- // Verify that runtime/protoimpl is sufficiently up-to-date.
22
- _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
23
- )
24
-
25
- type Value struct {
26
- state protoimpl.MessageState `protogen:"open.v1"`
27
- Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
28
- Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
29
- unknownFields protoimpl.UnknownFields
30
- sizeCache protoimpl.SizeCache
31
- }
32
-
33
- func (x *Value) Reset() {
34
- *x = Value{}
35
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[0]
36
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
37
- ms.StoreMessageInfo(mi)
38
- }
39
-
40
- func (x *Value) String() string {
41
- return protoimpl.X.MessageStringOf(x)
42
- }
43
-
44
- func (*Value) ProtoMessage() {}
45
-
46
- func (x *Value) ProtoReflect() protoreflect.Message {
47
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[0]
48
- if x != nil {
49
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
50
- if ms.LoadMessageInfo() == nil {
51
- ms.StoreMessageInfo(mi)
52
- }
53
- return ms
54
- }
55
- return mi.MessageOf(x)
56
- }
57
-
58
- // Deprecated: Use Value.ProtoReflect.Descriptor instead.
59
- func (*Value) Descriptor() ([]byte, []int) {
60
- return file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{0}
61
- }
62
-
63
- func (x *Value) GetKey() string {
64
- if x != nil {
65
- return x.Key
66
- }
67
- return ""
68
- }
69
-
70
- func (x *Value) GetValue() string {
71
- if x != nil {
72
- return x.Value
73
- }
74
- return ""
75
- }
76
-
77
- type PurchaseRequisitionTrx struct {
78
- state protoimpl.MessageState `protogen:"open.v1"`
79
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
80
- Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
81
- PurchaseRequisitionTransactionNumber string `protobuf:"bytes,3,opt,name=purchase_requisition_transaction_number,json=purchaseRequisitionTransactionNumber,proto3" json:"purchase_requisition_transaction_number,omitempty"`
82
- ItemCategoryRef string `protobuf:"bytes,4,opt,name=item_category_ref,json=itemCategoryRef,proto3" json:"item_category_ref,omitempty"`
83
- AccountAssigmentRef string `protobuf:"bytes,5,opt,name=account_assigment_ref,json=accountAssigmentRef,proto3" json:"account_assigment_ref,omitempty"`
84
- CurrencyRef string `protobuf:"bytes,6,opt,name=currency_ref,json=currencyRef,proto3" json:"currency_ref,omitempty"`
85
- PurchaseRequisitionType string `protobuf:"bytes,7,opt,name=purchase_requisition_type,json=purchaseRequisitionType,proto3" json:"purchase_requisition_type,omitempty"`
86
- Department string `protobuf:"bytes,8,opt,name=department,proto3" json:"department,omitempty"`
87
- PurchasingOrganization string `protobuf:"bytes,9,opt,name=purchasing_organization,json=purchasingOrganization,proto3" json:"purchasing_organization,omitempty"`
88
- EmailCc string `protobuf:"bytes,10,opt,name=email_cc,json=emailCc,proto3" json:"email_cc,omitempty"`
89
- PlantRef string `protobuf:"bytes,11,opt,name=plant_ref,json=plantRef,proto3" json:"plant_ref,omitempty"`
90
- PurchasingGroup string `protobuf:"bytes,12,opt,name=purchasing_group,json=purchasingGroup,proto3" json:"purchasing_group,omitempty"`
91
- CustomTransaction []*transaction_builder.Value `protobuf:"bytes,13,rep,name=custom_transaction,json=customTransaction,proto3" json:"custom_transaction,omitempty"`
92
- ReferencesId string `protobuf:"bytes,14,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
93
- CreatedAt string `protobuf:"bytes,15,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // ISO 8601
94
- UpdatedAt string `protobuf:"bytes,16,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // Nullable
95
- unknownFields protoimpl.UnknownFields
96
- sizeCache protoimpl.SizeCache
97
- }
98
-
99
- func (x *PurchaseRequisitionTrx) Reset() {
100
- *x = PurchaseRequisitionTrx{}
101
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[1]
102
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
103
- ms.StoreMessageInfo(mi)
104
- }
105
-
106
- func (x *PurchaseRequisitionTrx) String() string {
107
- return protoimpl.X.MessageStringOf(x)
108
- }
109
-
110
- func (*PurchaseRequisitionTrx) ProtoMessage() {}
111
-
112
- func (x *PurchaseRequisitionTrx) ProtoReflect() protoreflect.Message {
113
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[1]
114
- if x != nil {
115
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
116
- if ms.LoadMessageInfo() == nil {
117
- ms.StoreMessageInfo(mi)
118
- }
119
- return ms
120
- }
121
- return mi.MessageOf(x)
122
- }
123
-
124
- // Deprecated: Use PurchaseRequisitionTrx.ProtoReflect.Descriptor instead.
125
- func (*PurchaseRequisitionTrx) Descriptor() ([]byte, []int) {
126
- return file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{1}
127
- }
128
-
129
- func (x *PurchaseRequisitionTrx) GetId() int64 {
130
- if x != nil {
131
- return x.Id
132
- }
133
- return 0
134
- }
135
-
136
- func (x *PurchaseRequisitionTrx) GetTitle() string {
137
- if x != nil {
138
- return x.Title
139
- }
140
- return ""
141
- }
142
-
143
- func (x *PurchaseRequisitionTrx) GetPurchaseRequisitionTransactionNumber() string {
144
- if x != nil {
145
- return x.PurchaseRequisitionTransactionNumber
146
- }
147
- return ""
148
- }
149
-
150
- func (x *PurchaseRequisitionTrx) GetItemCategoryRef() string {
151
- if x != nil {
152
- return x.ItemCategoryRef
153
- }
154
- return ""
155
- }
156
-
157
- func (x *PurchaseRequisitionTrx) GetAccountAssigmentRef() string {
158
- if x != nil {
159
- return x.AccountAssigmentRef
160
- }
161
- return ""
162
- }
163
-
164
- func (x *PurchaseRequisitionTrx) GetCurrencyRef() string {
165
- if x != nil {
166
- return x.CurrencyRef
167
- }
168
- return ""
169
- }
170
-
171
- func (x *PurchaseRequisitionTrx) GetPurchaseRequisitionType() string {
172
- if x != nil {
173
- return x.PurchaseRequisitionType
174
- }
175
- return ""
176
- }
177
-
178
- func (x *PurchaseRequisitionTrx) GetDepartment() string {
179
- if x != nil {
180
- return x.Department
181
- }
182
- return ""
183
- }
184
-
185
- func (x *PurchaseRequisitionTrx) GetPurchasingOrganization() string {
186
- if x != nil {
187
- return x.PurchasingOrganization
188
- }
189
- return ""
190
- }
191
-
192
- func (x *PurchaseRequisitionTrx) GetEmailCc() string {
193
- if x != nil {
194
- return x.EmailCc
195
- }
196
- return ""
197
- }
198
-
199
- func (x *PurchaseRequisitionTrx) GetPlantRef() string {
200
- if x != nil {
201
- return x.PlantRef
202
- }
203
- return ""
204
- }
205
-
206
- func (x *PurchaseRequisitionTrx) GetPurchasingGroup() string {
207
- if x != nil {
208
- return x.PurchasingGroup
209
- }
210
- return ""
211
- }
212
-
213
- func (x *PurchaseRequisitionTrx) GetCustomTransaction() []*transaction_builder.Value {
214
- if x != nil {
215
- return x.CustomTransaction
216
- }
217
- return nil
218
- }
219
-
220
- func (x *PurchaseRequisitionTrx) GetReferencesId() string {
221
- if x != nil {
222
- return x.ReferencesId
223
- }
224
- return ""
225
- }
226
-
227
- func (x *PurchaseRequisitionTrx) GetCreatedAt() string {
228
- if x != nil {
229
- return x.CreatedAt
230
- }
231
- return ""
232
- }
233
-
234
- func (x *PurchaseRequisitionTrx) GetUpdatedAt() string {
235
- if x != nil {
236
- return x.UpdatedAt
237
- }
238
- return ""
239
- }
240
-
241
- type BasePurchaseRequisitionTrx struct {
242
- state protoimpl.MessageState `protogen:"open.v1"`
243
- Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
244
- PurchaseRequisitionTransactionNumber string `protobuf:"bytes,2,opt,name=purchase_requisition_transaction_number,json=purchaseRequisitionTransactionNumber,proto3" json:"purchase_requisition_transaction_number,omitempty"`
245
- ItemCategoryRef string `protobuf:"bytes,3,opt,name=item_category_ref,json=itemCategoryRef,proto3" json:"item_category_ref,omitempty"`
246
- AccountAssigmentRef string `protobuf:"bytes,4,opt,name=account_assigment_ref,json=accountAssigmentRef,proto3" json:"account_assigment_ref,omitempty"`
247
- CurrencyRef string `protobuf:"bytes,5,opt,name=currency_ref,json=currencyRef,proto3" json:"currency_ref,omitempty"`
248
- PurchaseRequisitionType string `protobuf:"bytes,6,opt,name=purchase_requisition_type,json=purchaseRequisitionType,proto3" json:"purchase_requisition_type,omitempty"`
249
- Department string `protobuf:"bytes,7,opt,name=department,proto3" json:"department,omitempty"`
250
- PurchasingOrganization string `protobuf:"bytes,8,opt,name=purchasing_organization,json=purchasingOrganization,proto3" json:"purchasing_organization,omitempty"`
251
- EmailCc string `protobuf:"bytes,9,opt,name=email_cc,json=emailCc,proto3" json:"email_cc,omitempty"`
252
- PlantRef string `protobuf:"bytes,10,opt,name=plant_ref,json=plantRef,proto3" json:"plant_ref,omitempty"`
253
- PurchasingGroup string `protobuf:"bytes,11,opt,name=purchasing_group,json=purchasingGroup,proto3" json:"purchasing_group,omitempty"`
254
- CustomTransaction []*transaction_builder.Value `protobuf:"bytes,12,rep,name=custom_transaction,json=customTransaction,proto3" json:"custom_transaction,omitempty"`
255
- unknownFields protoimpl.UnknownFields
256
- sizeCache protoimpl.SizeCache
257
- }
258
-
259
- func (x *BasePurchaseRequisitionTrx) Reset() {
260
- *x = BasePurchaseRequisitionTrx{}
261
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[2]
262
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
263
- ms.StoreMessageInfo(mi)
264
- }
265
-
266
- func (x *BasePurchaseRequisitionTrx) String() string {
267
- return protoimpl.X.MessageStringOf(x)
268
- }
269
-
270
- func (*BasePurchaseRequisitionTrx) ProtoMessage() {}
271
-
272
- func (x *BasePurchaseRequisitionTrx) ProtoReflect() protoreflect.Message {
273
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[2]
274
- if x != nil {
275
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
276
- if ms.LoadMessageInfo() == nil {
277
- ms.StoreMessageInfo(mi)
278
- }
279
- return ms
280
- }
281
- return mi.MessageOf(x)
282
- }
283
-
284
- // Deprecated: Use BasePurchaseRequisitionTrx.ProtoReflect.Descriptor instead.
285
- func (*BasePurchaseRequisitionTrx) Descriptor() ([]byte, []int) {
286
- return file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{2}
287
- }
288
-
289
- func (x *BasePurchaseRequisitionTrx) GetTitle() string {
290
- if x != nil {
291
- return x.Title
292
- }
293
- return ""
294
- }
295
-
296
- func (x *BasePurchaseRequisitionTrx) GetPurchaseRequisitionTransactionNumber() string {
297
- if x != nil {
298
- return x.PurchaseRequisitionTransactionNumber
299
- }
300
- return ""
301
- }
302
-
303
- func (x *BasePurchaseRequisitionTrx) GetItemCategoryRef() string {
304
- if x != nil {
305
- return x.ItemCategoryRef
306
- }
307
- return ""
308
- }
309
-
310
- func (x *BasePurchaseRequisitionTrx) GetAccountAssigmentRef() string {
311
- if x != nil {
312
- return x.AccountAssigmentRef
313
- }
314
- return ""
315
- }
316
-
317
- func (x *BasePurchaseRequisitionTrx) GetCurrencyRef() string {
318
- if x != nil {
319
- return x.CurrencyRef
320
- }
321
- return ""
322
- }
323
-
324
- func (x *BasePurchaseRequisitionTrx) GetPurchaseRequisitionType() string {
325
- if x != nil {
326
- return x.PurchaseRequisitionType
327
- }
328
- return ""
329
- }
330
-
331
- func (x *BasePurchaseRequisitionTrx) GetDepartment() string {
332
- if x != nil {
333
- return x.Department
334
- }
335
- return ""
336
- }
337
-
338
- func (x *BasePurchaseRequisitionTrx) GetPurchasingOrganization() string {
339
- if x != nil {
340
- return x.PurchasingOrganization
341
- }
342
- return ""
343
- }
344
-
345
- func (x *BasePurchaseRequisitionTrx) GetEmailCc() string {
346
- if x != nil {
347
- return x.EmailCc
348
- }
349
- return ""
350
- }
351
-
352
- func (x *BasePurchaseRequisitionTrx) GetPlantRef() string {
353
- if x != nil {
354
- return x.PlantRef
355
- }
356
- return ""
357
- }
358
-
359
- func (x *BasePurchaseRequisitionTrx) GetPurchasingGroup() string {
360
- if x != nil {
361
- return x.PurchasingGroup
362
- }
363
- return ""
364
- }
365
-
366
- func (x *BasePurchaseRequisitionTrx) GetCustomTransaction() []*transaction_builder.Value {
367
- if x != nil {
368
- return x.CustomTransaction
369
- }
370
- return nil
371
- }
372
-
373
- type CreatePurchaseRequisitionTrxRequest struct {
374
- state protoimpl.MessageState `protogen:"open.v1"`
375
- PurchaseRequisitionTransaction *BasePurchaseRequisitionTrx `protobuf:"bytes,1,opt,name=purchase_requisition_transaction,json=purchaseRequisitionTransaction,proto3" json:"purchase_requisition_transaction,omitempty"`
376
- unknownFields protoimpl.UnknownFields
377
- sizeCache protoimpl.SizeCache
378
- }
379
-
380
- func (x *CreatePurchaseRequisitionTrxRequest) Reset() {
381
- *x = CreatePurchaseRequisitionTrxRequest{}
382
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[3]
383
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
384
- ms.StoreMessageInfo(mi)
385
- }
386
-
387
- func (x *CreatePurchaseRequisitionTrxRequest) String() string {
388
- return protoimpl.X.MessageStringOf(x)
389
- }
390
-
391
- func (*CreatePurchaseRequisitionTrxRequest) ProtoMessage() {}
392
-
393
- func (x *CreatePurchaseRequisitionTrxRequest) ProtoReflect() protoreflect.Message {
394
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[3]
395
- if x != nil {
396
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
397
- if ms.LoadMessageInfo() == nil {
398
- ms.StoreMessageInfo(mi)
399
- }
400
- return ms
401
- }
402
- return mi.MessageOf(x)
403
- }
404
-
405
- // Deprecated: Use CreatePurchaseRequisitionTrxRequest.ProtoReflect.Descriptor instead.
406
- func (*CreatePurchaseRequisitionTrxRequest) Descriptor() ([]byte, []int) {
407
- return file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{3}
408
- }
409
-
410
- func (x *CreatePurchaseRequisitionTrxRequest) GetPurchaseRequisitionTransaction() *BasePurchaseRequisitionTrx {
411
- if x != nil {
412
- return x.PurchaseRequisitionTransaction
413
- }
414
- return nil
415
- }
416
-
417
- type UpdatePurchaseRequisitionTrxRequest struct {
418
- state protoimpl.MessageState `protogen:"open.v1"`
419
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
420
- PurchaseRequisitionTransaction *BasePurchaseRequisitionTrx `protobuf:"bytes,2,opt,name=purchase_requisition_transaction,json=purchaseRequisitionTransaction,proto3" json:"purchase_requisition_transaction,omitempty"`
421
- unknownFields protoimpl.UnknownFields
422
- sizeCache protoimpl.SizeCache
423
- }
424
-
425
- func (x *UpdatePurchaseRequisitionTrxRequest) Reset() {
426
- *x = UpdatePurchaseRequisitionTrxRequest{}
427
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[4]
428
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
429
- ms.StoreMessageInfo(mi)
430
- }
431
-
432
- func (x *UpdatePurchaseRequisitionTrxRequest) String() string {
433
- return protoimpl.X.MessageStringOf(x)
434
- }
435
-
436
- func (*UpdatePurchaseRequisitionTrxRequest) ProtoMessage() {}
437
-
438
- func (x *UpdatePurchaseRequisitionTrxRequest) ProtoReflect() protoreflect.Message {
439
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[4]
440
- if x != nil {
441
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
442
- if ms.LoadMessageInfo() == nil {
443
- ms.StoreMessageInfo(mi)
444
- }
445
- return ms
446
- }
447
- return mi.MessageOf(x)
448
- }
449
-
450
- // Deprecated: Use UpdatePurchaseRequisitionTrxRequest.ProtoReflect.Descriptor instead.
451
- func (*UpdatePurchaseRequisitionTrxRequest) Descriptor() ([]byte, []int) {
452
- return file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{4}
453
- }
454
-
455
- func (x *UpdatePurchaseRequisitionTrxRequest) GetId() int64 {
456
- if x != nil {
457
- return x.Id
458
- }
459
- return 0
460
- }
461
-
462
- func (x *UpdatePurchaseRequisitionTrxRequest) GetPurchaseRequisitionTransaction() *BasePurchaseRequisitionTrx {
463
- if x != nil {
464
- return x.PurchaseRequisitionTransaction
465
- }
466
- return nil
467
- }
468
-
469
- type GetPurchaseRequisitionTrxByIdRequest struct {
470
- state protoimpl.MessageState `protogen:"open.v1"`
471
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
472
- unknownFields protoimpl.UnknownFields
473
- sizeCache protoimpl.SizeCache
474
- }
475
-
476
- func (x *GetPurchaseRequisitionTrxByIdRequest) Reset() {
477
- *x = GetPurchaseRequisitionTrxByIdRequest{}
478
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[5]
479
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
480
- ms.StoreMessageInfo(mi)
481
- }
482
-
483
- func (x *GetPurchaseRequisitionTrxByIdRequest) String() string {
484
- return protoimpl.X.MessageStringOf(x)
485
- }
486
-
487
- func (*GetPurchaseRequisitionTrxByIdRequest) ProtoMessage() {}
488
-
489
- func (x *GetPurchaseRequisitionTrxByIdRequest) ProtoReflect() protoreflect.Message {
490
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[5]
491
- if x != nil {
492
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
493
- if ms.LoadMessageInfo() == nil {
494
- ms.StoreMessageInfo(mi)
495
- }
496
- return ms
497
- }
498
- return mi.MessageOf(x)
499
- }
500
-
501
- // Deprecated: Use GetPurchaseRequisitionTrxByIdRequest.ProtoReflect.Descriptor instead.
502
- func (*GetPurchaseRequisitionTrxByIdRequest) Descriptor() ([]byte, []int) {
503
- return file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{5}
504
- }
505
-
506
- func (x *GetPurchaseRequisitionTrxByIdRequest) GetId() int64 {
507
- if x != nil {
508
- return x.Id
509
- }
510
- return 0
511
- }
512
-
513
- type GetPurchaseRequisitionTrxListRequest struct {
514
- state protoimpl.MessageState `protogen:"open.v1"`
515
- Pagination *meta.PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
516
- unknownFields protoimpl.UnknownFields
517
- sizeCache protoimpl.SizeCache
518
- }
519
-
520
- func (x *GetPurchaseRequisitionTrxListRequest) Reset() {
521
- *x = GetPurchaseRequisitionTrxListRequest{}
522
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[6]
523
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
524
- ms.StoreMessageInfo(mi)
525
- }
526
-
527
- func (x *GetPurchaseRequisitionTrxListRequest) String() string {
528
- return protoimpl.X.MessageStringOf(x)
529
- }
530
-
531
- func (*GetPurchaseRequisitionTrxListRequest) ProtoMessage() {}
532
-
533
- func (x *GetPurchaseRequisitionTrxListRequest) ProtoReflect() protoreflect.Message {
534
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[6]
535
- if x != nil {
536
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
537
- if ms.LoadMessageInfo() == nil {
538
- ms.StoreMessageInfo(mi)
539
- }
540
- return ms
541
- }
542
- return mi.MessageOf(x)
543
- }
544
-
545
- // Deprecated: Use GetPurchaseRequisitionTrxListRequest.ProtoReflect.Descriptor instead.
546
- func (*GetPurchaseRequisitionTrxListRequest) Descriptor() ([]byte, []int) {
547
- return file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{6}
548
- }
549
-
550
- func (x *GetPurchaseRequisitionTrxListRequest) GetPagination() *meta.PaginationRequest {
551
- if x != nil {
552
- return x.Pagination
553
- }
554
- return nil
555
- }
556
-
557
- type GetPurchaseRequisitionTrxDetailByIdRequest struct {
558
- state protoimpl.MessageState `protogen:"open.v1"`
559
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
560
- TrxBuilderId int64 `protobuf:"varint,2,opt,name=trx_builder_id,json=trxBuilderId,proto3" json:"trx_builder_id,omitempty"`
561
- unknownFields protoimpl.UnknownFields
562
- sizeCache protoimpl.SizeCache
563
- }
564
-
565
- func (x *GetPurchaseRequisitionTrxDetailByIdRequest) Reset() {
566
- *x = GetPurchaseRequisitionTrxDetailByIdRequest{}
567
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[7]
568
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
569
- ms.StoreMessageInfo(mi)
570
- }
571
-
572
- func (x *GetPurchaseRequisitionTrxDetailByIdRequest) String() string {
573
- return protoimpl.X.MessageStringOf(x)
574
- }
575
-
576
- func (*GetPurchaseRequisitionTrxDetailByIdRequest) ProtoMessage() {}
577
-
578
- func (x *GetPurchaseRequisitionTrxDetailByIdRequest) ProtoReflect() protoreflect.Message {
579
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[7]
580
- if x != nil {
581
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
582
- if ms.LoadMessageInfo() == nil {
583
- ms.StoreMessageInfo(mi)
584
- }
585
- return ms
586
- }
587
- return mi.MessageOf(x)
588
- }
589
-
590
- // Deprecated: Use GetPurchaseRequisitionTrxDetailByIdRequest.ProtoReflect.Descriptor instead.
591
- func (*GetPurchaseRequisitionTrxDetailByIdRequest) Descriptor() ([]byte, []int) {
592
- return file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{7}
593
- }
594
-
595
- func (x *GetPurchaseRequisitionTrxDetailByIdRequest) GetId() int64 {
596
- if x != nil {
597
- return x.Id
598
- }
599
- return 0
600
- }
601
-
602
- func (x *GetPurchaseRequisitionTrxDetailByIdRequest) GetTrxBuilderId() int64 {
603
- if x != nil {
604
- return x.TrxBuilderId
605
- }
606
- return 0
607
- }
608
-
609
- type GetPurchaseRequisitionTrxDetailListRequest struct {
610
- state protoimpl.MessageState `protogen:"open.v1"`
611
- Pagination *meta.PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
612
- TrxBuilderId int64 `protobuf:"varint,2,opt,name=trx_builder_id,json=trxBuilderId,proto3" json:"trx_builder_id,omitempty"`
613
- unknownFields protoimpl.UnknownFields
614
- sizeCache protoimpl.SizeCache
615
- }
616
-
617
- func (x *GetPurchaseRequisitionTrxDetailListRequest) Reset() {
618
- *x = GetPurchaseRequisitionTrxDetailListRequest{}
619
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[8]
620
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
621
- ms.StoreMessageInfo(mi)
622
- }
623
-
624
- func (x *GetPurchaseRequisitionTrxDetailListRequest) String() string {
625
- return protoimpl.X.MessageStringOf(x)
626
- }
627
-
628
- func (*GetPurchaseRequisitionTrxDetailListRequest) ProtoMessage() {}
629
-
630
- func (x *GetPurchaseRequisitionTrxDetailListRequest) ProtoReflect() protoreflect.Message {
631
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[8]
632
- if x != nil {
633
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
634
- if ms.LoadMessageInfo() == nil {
635
- ms.StoreMessageInfo(mi)
636
- }
637
- return ms
638
- }
639
- return mi.MessageOf(x)
640
- }
641
-
642
- // Deprecated: Use GetPurchaseRequisitionTrxDetailListRequest.ProtoReflect.Descriptor instead.
643
- func (*GetPurchaseRequisitionTrxDetailListRequest) Descriptor() ([]byte, []int) {
644
- return file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{8}
645
- }
646
-
647
- func (x *GetPurchaseRequisitionTrxDetailListRequest) GetPagination() *meta.PaginationRequest {
648
- if x != nil {
649
- return x.Pagination
650
- }
651
- return nil
652
- }
653
-
654
- func (x *GetPurchaseRequisitionTrxDetailListRequest) GetTrxBuilderId() int64 {
655
- if x != nil {
656
- return x.TrxBuilderId
657
- }
658
- return 0
659
- }
660
-
661
- type GetPurchaseRequisitionTrxDetailListDetailRequest struct {
662
- state protoimpl.MessageState `protogen:"open.v1"`
663
- Pagination *meta.PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
664
- TrxBuilderId int64 `protobuf:"varint,2,opt,name=trx_builder_id,json=trxBuilderId,proto3" json:"trx_builder_id,omitempty"`
665
- unknownFields protoimpl.UnknownFields
666
- sizeCache protoimpl.SizeCache
667
- }
668
-
669
- func (x *GetPurchaseRequisitionTrxDetailListDetailRequest) Reset() {
670
- *x = GetPurchaseRequisitionTrxDetailListDetailRequest{}
671
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[9]
672
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
673
- ms.StoreMessageInfo(mi)
674
- }
675
-
676
- func (x *GetPurchaseRequisitionTrxDetailListDetailRequest) String() string {
677
- return protoimpl.X.MessageStringOf(x)
678
- }
679
-
680
- func (*GetPurchaseRequisitionTrxDetailListDetailRequest) ProtoMessage() {}
681
-
682
- func (x *GetPurchaseRequisitionTrxDetailListDetailRequest) ProtoReflect() protoreflect.Message {
683
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[9]
684
- if x != nil {
685
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
686
- if ms.LoadMessageInfo() == nil {
687
- ms.StoreMessageInfo(mi)
688
- }
689
- return ms
690
- }
691
- return mi.MessageOf(x)
692
- }
693
-
694
- // Deprecated: Use GetPurchaseRequisitionTrxDetailListDetailRequest.ProtoReflect.Descriptor instead.
695
- func (*GetPurchaseRequisitionTrxDetailListDetailRequest) Descriptor() ([]byte, []int) {
696
- return file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{9}
697
- }
698
-
699
- func (x *GetPurchaseRequisitionTrxDetailListDetailRequest) GetPagination() *meta.PaginationRequest {
700
- if x != nil {
701
- return x.Pagination
702
- }
703
- return nil
704
- }
705
-
706
- func (x *GetPurchaseRequisitionTrxDetailListDetailRequest) GetTrxBuilderId() int64 {
707
- if x != nil {
708
- return x.TrxBuilderId
709
- }
710
- return 0
711
- }
712
-
713
- type CreatePurchaseRequisitionTrxResponse struct {
714
- state protoimpl.MessageState `protogen:"open.v1"`
715
- PurchaseRequisitionTransaction *PurchaseRequisitionTrx `protobuf:"bytes,1,opt,name=purchase_requisition_transaction,json=purchaseRequisitionTransaction,proto3" json:"purchase_requisition_transaction,omitempty"`
716
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
717
- unknownFields protoimpl.UnknownFields
718
- sizeCache protoimpl.SizeCache
719
- }
720
-
721
- func (x *CreatePurchaseRequisitionTrxResponse) Reset() {
722
- *x = CreatePurchaseRequisitionTrxResponse{}
723
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[10]
724
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
725
- ms.StoreMessageInfo(mi)
726
- }
727
-
728
- func (x *CreatePurchaseRequisitionTrxResponse) String() string {
729
- return protoimpl.X.MessageStringOf(x)
730
- }
731
-
732
- func (*CreatePurchaseRequisitionTrxResponse) ProtoMessage() {}
733
-
734
- func (x *CreatePurchaseRequisitionTrxResponse) ProtoReflect() protoreflect.Message {
735
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[10]
736
- if x != nil {
737
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
738
- if ms.LoadMessageInfo() == nil {
739
- ms.StoreMessageInfo(mi)
740
- }
741
- return ms
742
- }
743
- return mi.MessageOf(x)
744
- }
745
-
746
- // Deprecated: Use CreatePurchaseRequisitionTrxResponse.ProtoReflect.Descriptor instead.
747
- func (*CreatePurchaseRequisitionTrxResponse) Descriptor() ([]byte, []int) {
748
- return file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{10}
749
- }
750
-
751
- func (x *CreatePurchaseRequisitionTrxResponse) GetPurchaseRequisitionTransaction() *PurchaseRequisitionTrx {
752
- if x != nil {
753
- return x.PurchaseRequisitionTransaction
754
- }
755
- return nil
756
- }
757
-
758
- func (x *CreatePurchaseRequisitionTrxResponse) GetMeta() *meta.Meta {
759
- if x != nil {
760
- return x.Meta
761
- }
762
- return nil
763
- }
764
-
765
- type UpdatePurchaseRequisitionTrxResponse struct {
766
- state protoimpl.MessageState `protogen:"open.v1"`
767
- PurchaseRequisitionTransaction *PurchaseRequisitionTrx `protobuf:"bytes,1,opt,name=purchase_requisition_transaction,json=purchaseRequisitionTransaction,proto3" json:"purchase_requisition_transaction,omitempty"`
768
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
769
- unknownFields protoimpl.UnknownFields
770
- sizeCache protoimpl.SizeCache
771
- }
772
-
773
- func (x *UpdatePurchaseRequisitionTrxResponse) Reset() {
774
- *x = UpdatePurchaseRequisitionTrxResponse{}
775
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[11]
776
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
777
- ms.StoreMessageInfo(mi)
778
- }
779
-
780
- func (x *UpdatePurchaseRequisitionTrxResponse) String() string {
781
- return protoimpl.X.MessageStringOf(x)
782
- }
783
-
784
- func (*UpdatePurchaseRequisitionTrxResponse) ProtoMessage() {}
785
-
786
- func (x *UpdatePurchaseRequisitionTrxResponse) ProtoReflect() protoreflect.Message {
787
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[11]
788
- if x != nil {
789
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
790
- if ms.LoadMessageInfo() == nil {
791
- ms.StoreMessageInfo(mi)
792
- }
793
- return ms
794
- }
795
- return mi.MessageOf(x)
796
- }
797
-
798
- // Deprecated: Use UpdatePurchaseRequisitionTrxResponse.ProtoReflect.Descriptor instead.
799
- func (*UpdatePurchaseRequisitionTrxResponse) Descriptor() ([]byte, []int) {
800
- return file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{11}
801
- }
802
-
803
- func (x *UpdatePurchaseRequisitionTrxResponse) GetPurchaseRequisitionTransaction() *PurchaseRequisitionTrx {
804
- if x != nil {
805
- return x.PurchaseRequisitionTransaction
806
- }
807
- return nil
808
- }
809
-
810
- func (x *UpdatePurchaseRequisitionTrxResponse) GetMeta() *meta.Meta {
811
- if x != nil {
812
- return x.Meta
813
- }
814
- return nil
815
- }
816
-
817
- type GetPurchaseRequisitionTrxByIdResponse struct {
818
- state protoimpl.MessageState `protogen:"open.v1"`
819
- PurchaseRequisitionTransaction *PurchaseRequisitionTrx `protobuf:"bytes,1,opt,name=purchase_requisition_transaction,json=purchaseRequisitionTransaction,proto3" json:"purchase_requisition_transaction,omitempty"`
820
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
821
- unknownFields protoimpl.UnknownFields
822
- sizeCache protoimpl.SizeCache
823
- }
824
-
825
- func (x *GetPurchaseRequisitionTrxByIdResponse) Reset() {
826
- *x = GetPurchaseRequisitionTrxByIdResponse{}
827
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[12]
828
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
829
- ms.StoreMessageInfo(mi)
830
- }
831
-
832
- func (x *GetPurchaseRequisitionTrxByIdResponse) String() string {
833
- return protoimpl.X.MessageStringOf(x)
834
- }
835
-
836
- func (*GetPurchaseRequisitionTrxByIdResponse) ProtoMessage() {}
837
-
838
- func (x *GetPurchaseRequisitionTrxByIdResponse) ProtoReflect() protoreflect.Message {
839
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[12]
840
- if x != nil {
841
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
842
- if ms.LoadMessageInfo() == nil {
843
- ms.StoreMessageInfo(mi)
844
- }
845
- return ms
846
- }
847
- return mi.MessageOf(x)
848
- }
849
-
850
- // Deprecated: Use GetPurchaseRequisitionTrxByIdResponse.ProtoReflect.Descriptor instead.
851
- func (*GetPurchaseRequisitionTrxByIdResponse) Descriptor() ([]byte, []int) {
852
- return file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{12}
853
- }
854
-
855
- func (x *GetPurchaseRequisitionTrxByIdResponse) GetPurchaseRequisitionTransaction() *PurchaseRequisitionTrx {
856
- if x != nil {
857
- return x.PurchaseRequisitionTransaction
858
- }
859
- return nil
860
- }
861
-
862
- func (x *GetPurchaseRequisitionTrxByIdResponse) GetMeta() *meta.Meta {
863
- if x != nil {
864
- return x.Meta
865
- }
866
- return nil
867
- }
868
-
869
- type GetPurchaseRequisitionTrxListResponse struct {
870
- state protoimpl.MessageState `protogen:"open.v1"`
871
- PurchaseRequisitionTransaction []*PurchaseRequisitionTrx `protobuf:"bytes,1,rep,name=purchase_requisition_transaction,json=purchaseRequisitionTransaction,proto3" json:"purchase_requisition_transaction,omitempty"`
872
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
873
- unknownFields protoimpl.UnknownFields
874
- sizeCache protoimpl.SizeCache
875
- }
876
-
877
- func (x *GetPurchaseRequisitionTrxListResponse) Reset() {
878
- *x = GetPurchaseRequisitionTrxListResponse{}
879
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[13]
880
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
881
- ms.StoreMessageInfo(mi)
882
- }
883
-
884
- func (x *GetPurchaseRequisitionTrxListResponse) String() string {
885
- return protoimpl.X.MessageStringOf(x)
886
- }
887
-
888
- func (*GetPurchaseRequisitionTrxListResponse) ProtoMessage() {}
889
-
890
- func (x *GetPurchaseRequisitionTrxListResponse) ProtoReflect() protoreflect.Message {
891
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[13]
892
- if x != nil {
893
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
894
- if ms.LoadMessageInfo() == nil {
895
- ms.StoreMessageInfo(mi)
896
- }
897
- return ms
898
- }
899
- return mi.MessageOf(x)
900
- }
901
-
902
- // Deprecated: Use GetPurchaseRequisitionTrxListResponse.ProtoReflect.Descriptor instead.
903
- func (*GetPurchaseRequisitionTrxListResponse) Descriptor() ([]byte, []int) {
904
- return file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{13}
905
- }
906
-
907
- func (x *GetPurchaseRequisitionTrxListResponse) GetPurchaseRequisitionTransaction() []*PurchaseRequisitionTrx {
908
- if x != nil {
909
- return x.PurchaseRequisitionTransaction
910
- }
911
- return nil
912
- }
913
-
914
- func (x *GetPurchaseRequisitionTrxListResponse) GetMeta() *meta.Meta {
915
- if x != nil {
916
- return x.Meta
917
- }
918
- return nil
919
- }
920
-
921
- type GetPurchaseRequisitionTrxDetailByIdResponse struct {
922
- state protoimpl.MessageState `protogen:"open.v1"`
923
- Data []*transaction_builder.TransactionBuilderFieldsDetail `protobuf:"bytes,3,rep,name=data,proto3" json:"data,omitempty"`
924
- unknownFields protoimpl.UnknownFields
925
- sizeCache protoimpl.SizeCache
926
- }
927
-
928
- func (x *GetPurchaseRequisitionTrxDetailByIdResponse) Reset() {
929
- *x = GetPurchaseRequisitionTrxDetailByIdResponse{}
930
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[14]
931
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
932
- ms.StoreMessageInfo(mi)
933
- }
934
-
935
- func (x *GetPurchaseRequisitionTrxDetailByIdResponse) String() string {
936
- return protoimpl.X.MessageStringOf(x)
937
- }
938
-
939
- func (*GetPurchaseRequisitionTrxDetailByIdResponse) ProtoMessage() {}
940
-
941
- func (x *GetPurchaseRequisitionTrxDetailByIdResponse) ProtoReflect() protoreflect.Message {
942
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[14]
943
- if x != nil {
944
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
945
- if ms.LoadMessageInfo() == nil {
946
- ms.StoreMessageInfo(mi)
947
- }
948
- return ms
949
- }
950
- return mi.MessageOf(x)
951
- }
952
-
953
- // Deprecated: Use GetPurchaseRequisitionTrxDetailByIdResponse.ProtoReflect.Descriptor instead.
954
- func (*GetPurchaseRequisitionTrxDetailByIdResponse) Descriptor() ([]byte, []int) {
955
- return file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{14}
956
- }
957
-
958
- func (x *GetPurchaseRequisitionTrxDetailByIdResponse) GetData() []*transaction_builder.TransactionBuilderFieldsDetail {
959
- if x != nil {
960
- return x.Data
961
- }
962
- return nil
963
- }
964
-
965
- type GetPurchaseRequisitionTrxDetailListResponse struct {
966
- state protoimpl.MessageState `protogen:"open.v1"`
967
- Data []*transaction_builder.TransactionBuilderWithDetails `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
968
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
969
- unknownFields protoimpl.UnknownFields
970
- sizeCache protoimpl.SizeCache
971
- }
972
-
973
- func (x *GetPurchaseRequisitionTrxDetailListResponse) Reset() {
974
- *x = GetPurchaseRequisitionTrxDetailListResponse{}
975
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[15]
976
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
977
- ms.StoreMessageInfo(mi)
978
- }
979
-
980
- func (x *GetPurchaseRequisitionTrxDetailListResponse) String() string {
981
- return protoimpl.X.MessageStringOf(x)
982
- }
983
-
984
- func (*GetPurchaseRequisitionTrxDetailListResponse) ProtoMessage() {}
985
-
986
- func (x *GetPurchaseRequisitionTrxDetailListResponse) ProtoReflect() protoreflect.Message {
987
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[15]
988
- if x != nil {
989
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
990
- if ms.LoadMessageInfo() == nil {
991
- ms.StoreMessageInfo(mi)
992
- }
993
- return ms
994
- }
995
- return mi.MessageOf(x)
996
- }
997
-
998
- // Deprecated: Use GetPurchaseRequisitionTrxDetailListResponse.ProtoReflect.Descriptor instead.
999
- func (*GetPurchaseRequisitionTrxDetailListResponse) Descriptor() ([]byte, []int) {
1000
- return file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{15}
1001
- }
1002
-
1003
- func (x *GetPurchaseRequisitionTrxDetailListResponse) GetData() []*transaction_builder.TransactionBuilderWithDetails {
1004
- if x != nil {
1005
- return x.Data
1006
- }
1007
- return nil
1008
- }
1009
-
1010
- func (x *GetPurchaseRequisitionTrxDetailListResponse) GetMeta() *meta.Meta {
1011
- if x != nil {
1012
- return x.Meta
1013
- }
1014
- return nil
1015
- }
1016
-
1017
- type GetPurchaseRequisitionTrxDetailListTableResponse struct {
1018
- state protoimpl.MessageState `protogen:"open.v1"`
1019
- Data []*transaction_builder.TransactionBuilderWithDetailTableRes `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
1020
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
1021
- unknownFields protoimpl.UnknownFields
1022
- sizeCache protoimpl.SizeCache
1023
- }
1024
-
1025
- func (x *GetPurchaseRequisitionTrxDetailListTableResponse) Reset() {
1026
- *x = GetPurchaseRequisitionTrxDetailListTableResponse{}
1027
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[16]
1028
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1029
- ms.StoreMessageInfo(mi)
1030
- }
1031
-
1032
- func (x *GetPurchaseRequisitionTrxDetailListTableResponse) String() string {
1033
- return protoimpl.X.MessageStringOf(x)
1034
- }
1035
-
1036
- func (*GetPurchaseRequisitionTrxDetailListTableResponse) ProtoMessage() {}
1037
-
1038
- func (x *GetPurchaseRequisitionTrxDetailListTableResponse) ProtoReflect() protoreflect.Message {
1039
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[16]
1040
- if x != nil {
1041
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1042
- if ms.LoadMessageInfo() == nil {
1043
- ms.StoreMessageInfo(mi)
1044
- }
1045
- return ms
1046
- }
1047
- return mi.MessageOf(x)
1048
- }
1049
-
1050
- // Deprecated: Use GetPurchaseRequisitionTrxDetailListTableResponse.ProtoReflect.Descriptor instead.
1051
- func (*GetPurchaseRequisitionTrxDetailListTableResponse) Descriptor() ([]byte, []int) {
1052
- return file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{16}
1053
- }
1054
-
1055
- func (x *GetPurchaseRequisitionTrxDetailListTableResponse) GetData() []*transaction_builder.TransactionBuilderWithDetailTableRes {
1056
- if x != nil {
1057
- return x.Data
1058
- }
1059
- return nil
1060
- }
1061
-
1062
- func (x *GetPurchaseRequisitionTrxDetailListTableResponse) GetMeta() *meta.Meta {
1063
- if x != nil {
1064
- return x.Meta
1065
- }
1066
- return nil
1067
- }
1068
-
1069
- type GetPurchaseRequisitionTrxDetailListDetailResponse struct {
1070
- state protoimpl.MessageState `protogen:"open.v1"`
1071
- Data []*transaction_builder.TransactionBuilderWithDetailRes `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
1072
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
1073
- unknownFields protoimpl.UnknownFields
1074
- sizeCache protoimpl.SizeCache
1075
- }
1076
-
1077
- func (x *GetPurchaseRequisitionTrxDetailListDetailResponse) Reset() {
1078
- *x = GetPurchaseRequisitionTrxDetailListDetailResponse{}
1079
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[17]
1080
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1081
- ms.StoreMessageInfo(mi)
1082
- }
1083
-
1084
- func (x *GetPurchaseRequisitionTrxDetailListDetailResponse) String() string {
1085
- return protoimpl.X.MessageStringOf(x)
1086
- }
1087
-
1088
- func (*GetPurchaseRequisitionTrxDetailListDetailResponse) ProtoMessage() {}
1089
-
1090
- func (x *GetPurchaseRequisitionTrxDetailListDetailResponse) ProtoReflect() protoreflect.Message {
1091
- mi := &file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[17]
1092
- if x != nil {
1093
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1094
- if ms.LoadMessageInfo() == nil {
1095
- ms.StoreMessageInfo(mi)
1096
- }
1097
- return ms
1098
- }
1099
- return mi.MessageOf(x)
1100
- }
1101
-
1102
- // Deprecated: Use GetPurchaseRequisitionTrxDetailListDetailResponse.ProtoReflect.Descriptor instead.
1103
- func (*GetPurchaseRequisitionTrxDetailListDetailResponse) Descriptor() ([]byte, []int) {
1104
- return file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{17}
1105
- }
1106
-
1107
- func (x *GetPurchaseRequisitionTrxDetailListDetailResponse) GetData() []*transaction_builder.TransactionBuilderWithDetailRes {
1108
- if x != nil {
1109
- return x.Data
1110
- }
1111
- return nil
1112
- }
1113
-
1114
- func (x *GetPurchaseRequisitionTrxDetailListDetailResponse) GetMeta() *meta.Meta {
1115
- if x != nil {
1116
- return x.Meta
1117
- }
1118
- return nil
1119
- }
1120
-
1121
- var File_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto protoreflect.FileDescriptor
1122
-
1123
- var file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_rawDesc = []byte{
1124
- 0x0a, 0x46, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6f, 0x72, 0x65,
1125
- 0x2f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73,
1126
- 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x72, 0x78, 0x2f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61,
1127
- 0x73, 0x65, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74,
1128
- 0x72, 0x78, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61,
1129
- 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2f,
1130
- 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x3c, 0x70, 0x72, 0x69, 0x73,
1131
- 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x74, 0x72, 0x61, 0x6e, 0x73,
1132
- 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2f, 0x74,
1133
- 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64,
1134
- 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x2f, 0x0a, 0x05, 0x56, 0x61, 0x6c, 0x75,
1135
- 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
1136
- 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01,
1137
- 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xcd, 0x05, 0x0a, 0x16, 0x50, 0x75,
1138
- 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f,
1139
- 0x6e, 0x54, 0x72, 0x78, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
1140
- 0x52, 0x02, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x02, 0x20,
1141
- 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x55, 0x0a, 0x27, 0x70, 0x75,
1142
- 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69,
1143
- 0x6f, 0x6e, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6e,
1144
- 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x24, 0x70, 0x75, 0x72,
1145
- 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e,
1146
- 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x65,
1147
- 0x72, 0x12, 0x2a, 0x0a, 0x11, 0x69, 0x74, 0x65, 0x6d, 0x5f, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f,
1148
- 0x72, 0x79, 0x5f, 0x72, 0x65, 0x66, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x69, 0x74,
1149
- 0x65, 0x6d, 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x52, 0x65, 0x66, 0x12, 0x32, 0x0a,
1150
- 0x15, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6d, 0x65,
1151
- 0x6e, 0x74, 0x5f, 0x72, 0x65, 0x66, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x13, 0x61, 0x63,
1152
- 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65,
1153
- 0x66, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x63, 0x79, 0x5f, 0x72, 0x65,
1154
- 0x66, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x63,
1155
- 0x79, 0x52, 0x65, 0x66, 0x12, 0x3a, 0x0a, 0x19, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65,
1156
- 0x5f, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70,
1157
- 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x17, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73,
1158
- 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65,
1159
- 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x65, 0x70, 0x61, 0x72, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x08,
1160
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x64, 0x65, 0x70, 0x61, 0x72, 0x74, 0x6d, 0x65, 0x6e, 0x74,
1161
- 0x12, 0x37, 0x0a, 0x17, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6f,
1162
- 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28,
1163
- 0x09, 0x52, 0x16, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67,
1164
- 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x6d, 0x61,
1165
- 0x69, 0x6c, 0x5f, 0x63, 0x63, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x65, 0x6d, 0x61,
1166
- 0x69, 0x6c, 0x43, 0x63, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x6c, 0x61, 0x6e, 0x74, 0x5f, 0x72, 0x65,
1167
- 0x66, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x6c, 0x61, 0x6e, 0x74, 0x52, 0x65,
1168
- 0x66, 0x12, 0x29, 0x0a, 0x10, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f,
1169
- 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x70, 0x75, 0x72,
1170
- 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x58, 0x0a, 0x12,
1171
- 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69,
1172
- 0x6f, 0x6e, 0x18, 0x0d, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63,
1173
- 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61,
1174
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x56, 0x61,
1175
- 0x6c, 0x75, 0x65, 0x52, 0x11, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x54, 0x72, 0x61, 0x6e, 0x73,
1176
- 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65,
1177
- 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72,
1178
- 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x63,
1179
- 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52,
1180
- 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x75, 0x70,
1181
- 0x64, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
1182
- 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x22, 0xde, 0x04, 0x0a, 0x1a, 0x42, 0x61,
1183
- 0x73, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73,
1184
- 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c,
1185
- 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x55,
1186
- 0x0a, 0x27, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x69,
1187
- 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69,
1188
- 0x6f, 0x6e, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
1189
- 0x24, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69,
1190
- 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e,
1191
- 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x2a, 0x0a, 0x11, 0x69, 0x74, 0x65, 0x6d, 0x5f, 0x63, 0x61,
1192
- 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x5f, 0x72, 0x65, 0x66, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
1193
- 0x52, 0x0f, 0x69, 0x74, 0x65, 0x6d, 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x52, 0x65,
1194
- 0x66, 0x12, 0x32, 0x0a, 0x15, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x61, 0x73, 0x73,
1195
- 0x69, 0x67, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x72, 0x65, 0x66, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
1196
- 0x52, 0x13, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6d, 0x65,
1197
- 0x6e, 0x74, 0x52, 0x65, 0x66, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x63,
1198
- 0x79, 0x5f, 0x72, 0x65, 0x66, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x75, 0x72,
1199
- 0x72, 0x65, 0x6e, 0x63, 0x79, 0x52, 0x65, 0x66, 0x12, 0x3a, 0x0a, 0x19, 0x70, 0x75, 0x72, 0x63,
1200
- 0x68, 0x61, 0x73, 0x65, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e,
1201
- 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x17, 0x70, 0x75, 0x72,
1202
- 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e,
1203
- 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x65, 0x70, 0x61, 0x72, 0x74, 0x6d, 0x65,
1204
- 0x6e, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x64, 0x65, 0x70, 0x61, 0x72, 0x74,
1205
- 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x37, 0x0a, 0x17, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69,
1206
- 0x6e, 0x67, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18,
1207
- 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x16, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e,
1208
- 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x19, 0x0a,
1209
- 0x08, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x63, 0x63, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52,
1210
- 0x07, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x43, 0x63, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x6c, 0x61, 0x6e,
1211
- 0x74, 0x5f, 0x72, 0x65, 0x66, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x6c, 0x61,
1212
- 0x6e, 0x74, 0x52, 0x65, 0x66, 0x12, 0x29, 0x0a, 0x10, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73,
1213
- 0x69, 0x6e, 0x67, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52,
1214
- 0x0f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70,
1215
- 0x12, 0x58, 0x0a, 0x12, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73,
1216
- 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x70,
1217
- 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72,
1218
- 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65,
1219
- 0x72, 0x2e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x11, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x54,
1220
- 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x8c, 0x01, 0x0a, 0x23, 0x43,
1221
- 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71,
1222
- 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x52, 0x65, 0x71, 0x75, 0x65,
1223
- 0x73, 0x74, 0x12, 0x65, 0x0a, 0x20, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x72,
1224
- 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73,
1225
- 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x42,
1226
- 0x61, 0x73, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69,
1227
- 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x52, 0x1e, 0x70, 0x75, 0x72, 0x63, 0x68,
1228
- 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72,
1229
- 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x9c, 0x01, 0x0a, 0x23, 0x55, 0x70,
1230
- 0x64, 0x61, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75,
1231
- 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
1232
- 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69,
1233
- 0x64, 0x12, 0x65, 0x0a, 0x20, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x72, 0x65,
1234
- 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61,
1235
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x42, 0x61,
1236
- 0x73, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73,
1237
- 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x52, 0x1e, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61,
1238
- 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x61,
1239
- 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x36, 0x0a, 0x24, 0x47, 0x65, 0x74, 0x50,
1240
- 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69,
1241
- 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
1242
- 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64,
1243
- 0x22, 0x70, 0x0a, 0x24, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52,
1244
- 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x4c, 0x69, 0x73,
1245
- 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x48, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69,
1246
- 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x70,
1247
- 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e,
1248
- 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52,
1249
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69,
1250
- 0x6f, 0x6e, 0x22, 0x62, 0x0a, 0x2a, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73,
1251
- 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x44,
1252
- 0x65, 0x74, 0x61, 0x69, 0x6c, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
1253
- 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64,
1254
- 0x12, 0x24, 0x0a, 0x0e, 0x74, 0x72, 0x78, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5f,
1255
- 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x74, 0x72, 0x78, 0x42, 0x75, 0x69,
1256
- 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x22, 0x9c, 0x01, 0x0a, 0x2a, 0x47, 0x65, 0x74, 0x50, 0x75,
1257
- 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f,
1258
- 0x6e, 0x54, 0x72, 0x78, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
1259
- 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x48, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74,
1260
- 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x70, 0x72, 0x69, 0x73,
1261
- 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74,
1262
- 0x61, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75,
1263
- 0x65, 0x73, 0x74, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12,
1264
- 0x24, 0x0a, 0x0e, 0x74, 0x72, 0x78, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5f, 0x69,
1265
- 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x74, 0x72, 0x78, 0x42, 0x75, 0x69, 0x6c,
1266
- 0x64, 0x65, 0x72, 0x49, 0x64, 0x22, 0xa2, 0x01, 0x0a, 0x30, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72,
1267
- 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e,
1268
- 0x54, 0x72, 0x78, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x65, 0x74,
1269
- 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x48, 0x0a, 0x0a, 0x70, 0x61,
1270
- 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28,
1271
- 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61,
1272
- 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f,
1273
- 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61,
1274
- 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x24, 0x0a, 0x0e, 0x74, 0x72, 0x78, 0x5f, 0x62, 0x75, 0x69, 0x6c,
1275
- 0x64, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x74, 0x72,
1276
- 0x78, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x22, 0xba, 0x01, 0x0a, 0x24, 0x43,
1277
- 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71,
1278
- 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x52, 0x65, 0x73, 0x70, 0x6f,
1279
- 0x6e, 0x73, 0x65, 0x12, 0x61, 0x0a, 0x20, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f,
1280
- 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x72, 0x61, 0x6e,
1281
- 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e,
1282
- 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74,
1283
- 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x52, 0x1e, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65,
1284
- 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x61, 0x6e, 0x73,
1285
- 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02,
1286
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31,
1287
- 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74,
1288
- 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0xba, 0x01, 0x0a, 0x24, 0x55, 0x70, 0x64, 0x61,
1289
- 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73,
1290
- 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
1291
- 0x12, 0x61, 0x0a, 0x20, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x72, 0x65, 0x71,
1292
- 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63,
1293
- 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x50, 0x75, 0x72,
1294
- 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e,
1295
- 0x54, 0x72, 0x78, 0x52, 0x1e, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71,
1296
- 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74,
1297
- 0x69, 0x6f, 0x6e, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28,
1298
- 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c,
1299
- 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04,
1300
- 0x6d, 0x65, 0x74, 0x61, 0x22, 0xbb, 0x01, 0x0a, 0x25, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63,
1301
- 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54,
1302
- 0x72, 0x78, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x61,
1303
- 0x0a, 0x20, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x69,
1304
- 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69,
1305
- 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x50, 0x75, 0x72, 0x63, 0x68,
1306
- 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72,
1307
- 0x78, 0x52, 0x1e, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69,
1308
- 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f,
1309
- 0x6e, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
1310
- 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62,
1311
- 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65,
1312
- 0x74, 0x61, 0x22, 0xbb, 0x01, 0x0a, 0x25, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61,
1313
- 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78,
1314
- 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x61, 0x0a, 0x20,
1315
- 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69,
1316
- 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e,
1317
- 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73,
1318
- 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x52,
1319
- 0x1e, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69,
1320
- 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12,
1321
- 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e,
1322
- 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c,
1323
- 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61,
1324
- 0x22, 0x85, 0x01, 0x0a, 0x2b, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65,
1325
- 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x44, 0x65,
1326
- 0x74, 0x61, 0x69, 0x6c, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
1327
- 0x12, 0x56, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x42,
1328
- 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e,
1329
- 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c,
1330
- 0x64, 0x65, 0x72, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42,
1331
- 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x44, 0x65, 0x74, 0x61,
1332
- 0x69, 0x6c, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xb5, 0x01, 0x0a, 0x2b, 0x47, 0x65, 0x74,
1333
- 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74,
1334
- 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x4c, 0x69, 0x73, 0x74,
1335
- 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x55, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61,
1336
- 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x41, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e,
1337
- 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74,
1338
- 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x54, 0x72, 0x61, 0x6e,
1339
- 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x57, 0x69,
1340
- 0x74, 0x68, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12,
1341
- 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e,
1342
- 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c,
1343
- 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61,
1344
- 0x22, 0xc1, 0x01, 0x0a, 0x30, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65,
1345
- 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x44, 0x65,
1346
- 0x74, 0x61, 0x69, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x73,
1347
- 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5c, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20,
1348
- 0x03, 0x28, 0x0b, 0x32, 0x48, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e,
1349
- 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e,
1350
- 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63,
1351
- 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x57, 0x69, 0x74, 0x68, 0x44,
1352
- 0x65, 0x74, 0x61, 0x69, 0x6c, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x52, 0x04, 0x64,
1353
- 0x61, 0x74, 0x61, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28,
1354
- 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c,
1355
- 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04,
1356
- 0x6d, 0x65, 0x74, 0x61, 0x22, 0xbd, 0x01, 0x0a, 0x31, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63,
1357
- 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54,
1358
- 0x72, 0x78, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x65, 0x74, 0x61,
1359
- 0x69, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x57, 0x0a, 0x04, 0x64, 0x61,
1360
- 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x43, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63,
1361
- 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61,
1362
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x54, 0x72,
1363
- 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72,
1364
- 0x57, 0x69, 0x74, 0x68, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x73, 0x52, 0x04, 0x64,
1365
- 0x61, 0x74, 0x61, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28,
1366
- 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c,
1367
- 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04,
1368
- 0x6d, 0x65, 0x74, 0x61, 0x32, 0xfb, 0x07, 0x0a, 0x1d, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73,
1369
- 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x53,
1370
- 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x6b, 0x0a, 0x1c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65,
1371
- 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74,
1372
- 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x12, 0x24, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50,
1373
- 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69,
1374
- 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x43,
1375
- 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71,
1376
- 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x52, 0x65, 0x73, 0x70, 0x6f,
1377
- 0x6e, 0x73, 0x65, 0x12, 0x6b, 0x0a, 0x1c, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x75, 0x72,
1378
- 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e,
1379
- 0x54, 0x72, 0x78, 0x12, 0x24, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63,
1380
- 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54,
1381
- 0x72, 0x78, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x55, 0x70, 0x64, 0x61,
1382
- 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73,
1383
- 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
1384
- 0x12, 0x6e, 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52,
1385
- 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x42, 0x79, 0x49,
1386
- 0x64, 0x12, 0x25, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52,
1387
- 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x42, 0x79, 0x49,
1388
- 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x75,
1389
- 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f,
1390
- 0x6e, 0x54, 0x72, 0x78, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
1391
- 0x12, 0x6e, 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52,
1392
- 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x4c, 0x69, 0x73,
1393
- 0x74, 0x12, 0x25, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52,
1394
- 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x4c, 0x69, 0x73,
1395
- 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x75,
1396
- 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f,
1397
- 0x6e, 0x54, 0x72, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
1398
- 0x12, 0x7c, 0x0a, 0x1f, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52,
1399
- 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x57, 0x69, 0x74, 0x68, 0x54, 0x72,
1400
- 0x78, 0x49, 0x64, 0x12, 0x2b, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73,
1401
- 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x44,
1402
- 0x65, 0x74, 0x61, 0x69, 0x6c, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
1403
- 0x1a, 0x2c, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65,
1404
- 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x44, 0x65, 0x74, 0x61,
1405
- 0x69, 0x6c, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x7e,
1406
- 0x0a, 0x21, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71,
1407
- 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x57, 0x69, 0x74, 0x68, 0x54, 0x72, 0x78, 0x4c,
1408
- 0x69, 0x73, 0x74, 0x12, 0x2b, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73,
1409
- 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x44,
1410
- 0x65, 0x74, 0x61, 0x69, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
1411
- 0x1a, 0x2c, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65,
1412
- 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x44, 0x65, 0x74, 0x61,
1413
- 0x69, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x8e,
1414
- 0x01, 0x0a, 0x26, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65,
1415
- 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x57, 0x69, 0x74, 0x68, 0x54, 0x72, 0x78,
1416
- 0x4c, 0x69, 0x73, 0x74, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x50,
1417
- 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69,
1418
- 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x44,
1419
- 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x47,
1420
- 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73,
1421
- 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x4c, 0x69,
1422
- 0x73, 0x74, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
1423
- 0x90, 0x01, 0x0a, 0x27, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52,
1424
- 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x57, 0x69, 0x74, 0x68, 0x54, 0x72,
1425
- 0x78, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x12, 0x31, 0x2e, 0x47, 0x65,
1426
- 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69,
1427
- 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x4c, 0x69, 0x73,
1428
- 0x74, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x32,
1429
- 0x2e, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75,
1430
- 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c,
1431
- 0x4c, 0x69, 0x73, 0x74, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
1432
- 0x73, 0x65, 0x42, 0x5f, 0x5a, 0x5d, 0x67, 0x69, 0x74, 0x6c, 0x61, 0x62, 0x2e, 0x63, 0x6f, 0x6d,
1433
- 0x2f, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2d, 0x76, 0x32, 0x2d, 0x70, 0x75, 0x72, 0x63, 0x68,
1434
- 0x61, 0x73, 0x65, 0x2d, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x2d,
1435
- 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x67, 0x65, 0x6e,
1436
- 0x2f, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x75, 0x72, 0x63, 0x68,
1437
- 0x61, 0x73, 0x65, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f,
1438
- 0x74, 0x72, 0x78, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
1439
- }
1440
-
1441
- var (
1442
- file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescOnce sync.Once
1443
- file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescData = file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_rawDesc
1444
- )
1445
-
1446
- func file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP() []byte {
1447
- file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescOnce.Do(func() {
1448
- file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescData = protoimpl.X.CompressGZIP(file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescData)
1449
- })
1450
- return file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescData
1451
- }
1452
-
1453
- var file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes = make([]protoimpl.MessageInfo, 18)
1454
- var file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_goTypes = []any{
1455
- (*Value)(nil), // 0: Value
1456
- (*PurchaseRequisitionTrx)(nil), // 1: PurchaseRequisitionTrx
1457
- (*BasePurchaseRequisitionTrx)(nil), // 2: BasePurchaseRequisitionTrx
1458
- (*CreatePurchaseRequisitionTrxRequest)(nil), // 3: CreatePurchaseRequisitionTrxRequest
1459
- (*UpdatePurchaseRequisitionTrxRequest)(nil), // 4: UpdatePurchaseRequisitionTrxRequest
1460
- (*GetPurchaseRequisitionTrxByIdRequest)(nil), // 5: GetPurchaseRequisitionTrxByIdRequest
1461
- (*GetPurchaseRequisitionTrxListRequest)(nil), // 6: GetPurchaseRequisitionTrxListRequest
1462
- (*GetPurchaseRequisitionTrxDetailByIdRequest)(nil), // 7: GetPurchaseRequisitionTrxDetailByIdRequest
1463
- (*GetPurchaseRequisitionTrxDetailListRequest)(nil), // 8: GetPurchaseRequisitionTrxDetailListRequest
1464
- (*GetPurchaseRequisitionTrxDetailListDetailRequest)(nil), // 9: GetPurchaseRequisitionTrxDetailListDetailRequest
1465
- (*CreatePurchaseRequisitionTrxResponse)(nil), // 10: CreatePurchaseRequisitionTrxResponse
1466
- (*UpdatePurchaseRequisitionTrxResponse)(nil), // 11: UpdatePurchaseRequisitionTrxResponse
1467
- (*GetPurchaseRequisitionTrxByIdResponse)(nil), // 12: GetPurchaseRequisitionTrxByIdResponse
1468
- (*GetPurchaseRequisitionTrxListResponse)(nil), // 13: GetPurchaseRequisitionTrxListResponse
1469
- (*GetPurchaseRequisitionTrxDetailByIdResponse)(nil), // 14: GetPurchaseRequisitionTrxDetailByIdResponse
1470
- (*GetPurchaseRequisitionTrxDetailListResponse)(nil), // 15: GetPurchaseRequisitionTrxDetailListResponse
1471
- (*GetPurchaseRequisitionTrxDetailListTableResponse)(nil), // 16: GetPurchaseRequisitionTrxDetailListTableResponse
1472
- (*GetPurchaseRequisitionTrxDetailListDetailResponse)(nil), // 17: GetPurchaseRequisitionTrxDetailListDetailResponse
1473
- (*transaction_builder.Value)(nil), // 18: prisca.v1.core.transaction_builder.Value
1474
- (*meta.PaginationRequest)(nil), // 19: prisca.v1.global.meta.PaginationRequest
1475
- (*meta.Meta)(nil), // 20: prisca.v1.global.meta.Meta
1476
- (*transaction_builder.TransactionBuilderFieldsDetail)(nil), // 21: prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail
1477
- (*transaction_builder.TransactionBuilderWithDetails)(nil), // 22: prisca.v1.core.transaction_builder.TransactionBuilderWithDetails
1478
- (*transaction_builder.TransactionBuilderWithDetailTableRes)(nil), // 23: prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes
1479
- (*transaction_builder.TransactionBuilderWithDetailRes)(nil), // 24: prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes
1480
- }
1481
- var file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_depIdxs = []int32{
1482
- 18, // 0: PurchaseRequisitionTrx.custom_transaction:type_name -> prisca.v1.core.transaction_builder.Value
1483
- 18, // 1: BasePurchaseRequisitionTrx.custom_transaction:type_name -> prisca.v1.core.transaction_builder.Value
1484
- 2, // 2: CreatePurchaseRequisitionTrxRequest.purchase_requisition_transaction:type_name -> BasePurchaseRequisitionTrx
1485
- 2, // 3: UpdatePurchaseRequisitionTrxRequest.purchase_requisition_transaction:type_name -> BasePurchaseRequisitionTrx
1486
- 19, // 4: GetPurchaseRequisitionTrxListRequest.pagination:type_name -> prisca.v1.global.meta.PaginationRequest
1487
- 19, // 5: GetPurchaseRequisitionTrxDetailListRequest.pagination:type_name -> prisca.v1.global.meta.PaginationRequest
1488
- 19, // 6: GetPurchaseRequisitionTrxDetailListDetailRequest.pagination:type_name -> prisca.v1.global.meta.PaginationRequest
1489
- 1, // 7: CreatePurchaseRequisitionTrxResponse.purchase_requisition_transaction:type_name -> PurchaseRequisitionTrx
1490
- 20, // 8: CreatePurchaseRequisitionTrxResponse.meta:type_name -> prisca.v1.global.meta.Meta
1491
- 1, // 9: UpdatePurchaseRequisitionTrxResponse.purchase_requisition_transaction:type_name -> PurchaseRequisitionTrx
1492
- 20, // 10: UpdatePurchaseRequisitionTrxResponse.meta:type_name -> prisca.v1.global.meta.Meta
1493
- 1, // 11: GetPurchaseRequisitionTrxByIdResponse.purchase_requisition_transaction:type_name -> PurchaseRequisitionTrx
1494
- 20, // 12: GetPurchaseRequisitionTrxByIdResponse.meta:type_name -> prisca.v1.global.meta.Meta
1495
- 1, // 13: GetPurchaseRequisitionTrxListResponse.purchase_requisition_transaction:type_name -> PurchaseRequisitionTrx
1496
- 20, // 14: GetPurchaseRequisitionTrxListResponse.meta:type_name -> prisca.v1.global.meta.Meta
1497
- 21, // 15: GetPurchaseRequisitionTrxDetailByIdResponse.data:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail
1498
- 22, // 16: GetPurchaseRequisitionTrxDetailListResponse.data:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderWithDetails
1499
- 20, // 17: GetPurchaseRequisitionTrxDetailListResponse.meta:type_name -> prisca.v1.global.meta.Meta
1500
- 23, // 18: GetPurchaseRequisitionTrxDetailListTableResponse.data:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes
1501
- 20, // 19: GetPurchaseRequisitionTrxDetailListTableResponse.meta:type_name -> prisca.v1.global.meta.Meta
1502
- 24, // 20: GetPurchaseRequisitionTrxDetailListDetailResponse.data:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes
1503
- 20, // 21: GetPurchaseRequisitionTrxDetailListDetailResponse.meta:type_name -> prisca.v1.global.meta.Meta
1504
- 3, // 22: PurchaseRequisitionTrxService.CreatePurchaseRequisitionTrx:input_type -> CreatePurchaseRequisitionTrxRequest
1505
- 4, // 23: PurchaseRequisitionTrxService.UpdatePurchaseRequisitionTrx:input_type -> UpdatePurchaseRequisitionTrxRequest
1506
- 5, // 24: PurchaseRequisitionTrxService.GetPurchaseRequisitionTrxById:input_type -> GetPurchaseRequisitionTrxByIdRequest
1507
- 6, // 25: PurchaseRequisitionTrxService.GetPurchaseRequisitionTrxList:input_type -> GetPurchaseRequisitionTrxListRequest
1508
- 7, // 26: PurchaseRequisitionTrxService.GetPurchaseRequisitionWithTrxId:input_type -> GetPurchaseRequisitionTrxDetailByIdRequest
1509
- 8, // 27: PurchaseRequisitionTrxService.GetPurchaseRequisitionWithTrxList:input_type -> GetPurchaseRequisitionTrxDetailListRequest
1510
- 9, // 28: PurchaseRequisitionTrxService.GetPurchaseRequisitionWithTrxListTable:input_type -> GetPurchaseRequisitionTrxDetailListDetailRequest
1511
- 9, // 29: PurchaseRequisitionTrxService.GetPurchaseRequisitionWithTrxListDetail:input_type -> GetPurchaseRequisitionTrxDetailListDetailRequest
1512
- 10, // 30: PurchaseRequisitionTrxService.CreatePurchaseRequisitionTrx:output_type -> CreatePurchaseRequisitionTrxResponse
1513
- 11, // 31: PurchaseRequisitionTrxService.UpdatePurchaseRequisitionTrx:output_type -> UpdatePurchaseRequisitionTrxResponse
1514
- 12, // 32: PurchaseRequisitionTrxService.GetPurchaseRequisitionTrxById:output_type -> GetPurchaseRequisitionTrxByIdResponse
1515
- 13, // 33: PurchaseRequisitionTrxService.GetPurchaseRequisitionTrxList:output_type -> GetPurchaseRequisitionTrxListResponse
1516
- 14, // 34: PurchaseRequisitionTrxService.GetPurchaseRequisitionWithTrxId:output_type -> GetPurchaseRequisitionTrxDetailByIdResponse
1517
- 15, // 35: PurchaseRequisitionTrxService.GetPurchaseRequisitionWithTrxList:output_type -> GetPurchaseRequisitionTrxDetailListResponse
1518
- 16, // 36: PurchaseRequisitionTrxService.GetPurchaseRequisitionWithTrxListTable:output_type -> GetPurchaseRequisitionTrxDetailListTableResponse
1519
- 17, // 37: PurchaseRequisitionTrxService.GetPurchaseRequisitionWithTrxListDetail:output_type -> GetPurchaseRequisitionTrxDetailListDetailResponse
1520
- 30, // [30:38] is the sub-list for method output_type
1521
- 22, // [22:30] is the sub-list for method input_type
1522
- 22, // [22:22] is the sub-list for extension type_name
1523
- 22, // [22:22] is the sub-list for extension extendee
1524
- 0, // [0:22] is the sub-list for field type_name
1525
- }
1526
-
1527
- func init() { file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_init() }
1528
- func file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_init() {
1529
- if File_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto != nil {
1530
- return
1531
- }
1532
- type x struct{}
1533
- out := protoimpl.TypeBuilder{
1534
- File: protoimpl.DescBuilder{
1535
- GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
1536
- RawDescriptor: file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_rawDesc,
1537
- NumEnums: 0,
1538
- NumMessages: 18,
1539
- NumExtensions: 0,
1540
- NumServices: 1,
1541
- },
1542
- GoTypes: file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_goTypes,
1543
- DependencyIndexes: file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_depIdxs,
1544
- MessageInfos: file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes,
1545
- }.Build()
1546
- File_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto = out.File
1547
- file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_rawDesc = nil
1548
- file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_goTypes = nil
1549
- file_prisca_v1_core_purchase_requisition_trx_purchase_requisition_trx_proto_depIdxs = nil
1550
- }