@aldiokta/protocgen 1.0.56 → 1.0.57
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.
- package/package.json +1 -1
- package/prisca/v1/account_assignment/account_assignment_grpc_pb.js +177 -0
- package/prisca/v1/account_assignment/account_assignment_pb.js +2522 -0
- package/prisca/v1/account_group/account_group_grpc_pb.js +178 -0
- package/prisca/v1/account_group/account_group_pb.js +2755 -0
- package/prisca/v1/chart_of_account/chart_of_account_grpc_pb.js +177 -0
- package/prisca/v1/chart_of_account/chart_of_account_pb.js +2522 -0
- package/prisca/v1/core/auth/auth_grpc_pb.js +367 -0
- package/prisca/v1/core/auth/auth_pb.js +3745 -0
- package/prisca/v1/core/company/company_grpc_pb.js +177 -0
- package/prisca/v1/core/company/company_pb.js +2875 -0
- package/prisca/v1/core/currency/currency_grpc_pb.js +177 -0
- package/prisca/v1/core/currency/currency_pb.js +2522 -0
- package/prisca/v1/core/department_material/department_material_grpc_pb.js +144 -0
- package/prisca/v1/core/department_material/department_material_pb.js +2167 -0
- package/prisca/v1/core/employee/employee_grpc_pb.js +184 -0
- package/prisca/v1/core/employee/employee_pb.js +3877 -0
- package/prisca/v1/core/job_grade/job_grade_grpc_pb.js +178 -0
- package/prisca/v1/core/job_grade/job_grade_pb.js +2605 -0
- package/prisca/v1/core/job_position/job_position_grpc_pb.js +181 -0
- package/prisca/v1/core/job_position/job_position_pb.js +3762 -0
- package/prisca/v1/core/job_title/job_title_grpc_pb.js +178 -0
- package/prisca/v1/core/job_title/job_title_pb.js +2958 -0
- package/prisca/v1/core/line_of_approval/line_of_approval_grpc_pb.js +177 -0
- package/prisca/v1/core/line_of_approval/line_of_approval_pb.js +2612 -0
- package/prisca/v1/core/link_data_source/link_data_source_grpc_pb.js +177 -0
- package/prisca/v1/core/link_data_source/link_data_source_pb.js +2612 -0
- package/prisca/v1/core/location/location_grpc_pb.js +837 -0
- package/prisca/v1/core/location/location_pb.js +10879 -0
- package/prisca/v1/core/material/material_grpc_pb.js +181 -0
- package/prisca/v1/core/material/material_pb.js +4106 -0
- package/prisca/v1/core/material_group/material_group_grpc_pb.js +177 -0
- package/prisca/v1/core/material_group/material_group_pb.js +2582 -0
- package/prisca/v1/core/material_type/material_type_grpc_pb.js +148 -0
- package/prisca/v1/core/material_type/material_type_pb.js +2392 -0
- package/prisca/v1/core/messaging/email_template_grpc_pb.js +177 -0
- package/prisca/v1/core/messaging/email_template_pb.js +2552 -0
- package/prisca/v1/core/messaging/messaging_grpc_pb.js +45 -0
- package/prisca/v1/core/messaging/messaging_pb.js +896 -0
- package/prisca/v1/core/number_range/number_range_grpc_pb.js +177 -0
- package/prisca/v1/core/number_range/number_range_pb.js +2732 -0
- package/prisca/v1/core/organization/organization_grpc_pb.js +180 -0
- package/prisca/v1/core/organization/organization_pb.js +3032 -0
- package/prisca/v1/core/organization_level/organization_level_grpc_pb.js +178 -0
- package/prisca/v1/core/organization_level/organization_level_pb.js +2545 -0
- package/prisca/v1/core/procurement/procurement_grpc_pb.js +146 -0
- package/prisca/v1/core/procurement/procurement_pb.js +1681 -0
- package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_grpc_pb.js +266 -0
- package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_pb.js +4429 -0
- package/prisca/v1/core/recipient_roles/recipient_roles_grpc_pb.js +1 -0
- package/prisca/v1/core/recipient_roles/recipient_roles_pb.js +206 -0
- package/prisca/v1/core/tax_code/tax_code_grpc_pb.js +177 -0
- package/prisca/v1/core/tax_code/tax_code_pb.js +2582 -0
- package/prisca/v1/core/transaction_builder/transaction_builder_grpc_pb.js +421 -0
- package/prisca/v1/core/transaction_builder/transaction_builder_pb.js +8965 -0
- package/prisca/v1/core/unit_of_measurement/unit_of_measurement_grpc_pb.js +180 -0
- package/prisca/v1/core/unit_of_measurement/unit_of_measurement_pb.js +2798 -0
- package/prisca/v1/core/users/users_grpc_pb.js +1 -0
- package/prisca/v1/core/users/users_pb.js +626 -0
- package/prisca/v1/core/users_role/users_role_grpc_pb.js +177 -0
- package/prisca/v1/core/users_role/users_role_pb.js +2372 -0
- package/prisca/v1/core/work_location/work_location_grpc_pb.js +179 -0
- package/prisca/v1/core/work_location/work_location_pb.js +3972 -0
- package/prisca/v1/core/workflow/workflow_grpc_pb.js +180 -0
- package/prisca/v1/core/workflow/workflow_pb.js +6589 -0
- package/prisca/v1/document_type/document_type_grpc_pb.js +178 -0
- package/prisca/v1/document_type/document_type_pb.js +2746 -0
- package/prisca/v1/general_ledger_account/general_ledger_account_grpc_pb.js +181 -0
- package/prisca/v1/general_ledger_account/general_ledger_account_pb.js +3276 -0
- package/prisca/v1/global/meta/meta_grpc_pb.js +1 -0
- package/prisca/v1/global/meta/meta_pb.js +1179 -0
- package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_grpc_pb.js +267 -0
- package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_pb.js +7825 -0
- package/prisca/v1/purchasing_group/purchasing_group_grpc_pb.js +178 -0
- package/prisca/v1/purchasing_group/purchasing_group_pb.js +2875 -0
- package/prisca/v1/purchasing_organization/purchasing_organization_grpc_pb.js +145 -0
- package/prisca/v1/purchasing_organization/purchasing_organization_pb.js +2139 -0
- package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment_grpc_pb.js +146 -0
- package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment_pb.js +2183 -0
- package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant_grpc_pb.js +146 -0
- package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant_pb.js +2536 -0
- package/prisca/v1/account_assignment/account_assignment.pb.go +0 -893
- package/prisca/v1/account_assignment/account_assignment_grpc.pb.go +0 -274
- package/prisca/v1/account_group/account_group.pb.go +0 -955
- package/prisca/v1/account_group/account_group_grpc.pb.go +0 -273
- package/prisca/v1/chart_of_account/chart_of_account.pb.go +0 -882
- package/prisca/v1/chart_of_account/chart_of_account_grpc.pb.go +0 -273
- package/prisca/v1/core/auth/auth.proto +0 -129
- package/prisca/v1/core/company/company.proto +0 -86
- package/prisca/v1/core/currency/currency.proto +0 -76
- package/prisca/v1/core/department_material/department_material.proto +0 -69
- package/prisca/v1/core/employee/employee.proto +0 -120
- package/prisca/v1/core/job_grade/job_grade.proto +0 -79
- package/prisca/v1/core/job_position/job_position.proto +0 -113
- package/prisca/v1/core/job_title/job_title.proto +0 -89
- package/prisca/v1/core/line_of_approval/line_of_approval.proto +0 -79
- package/prisca/v1/core/link_data_source/link_data_source.proto +0 -78
- package/prisca/v1/core/location/location.proto +0 -289
- package/prisca/v1/core/material/material.proto +0 -129
- package/prisca/v1/core/material_group/material_group.proto +0 -79
- package/prisca/v1/core/material_type/material_type.proto +0 -77
- package/prisca/v1/core/messaging/email_template.proto +0 -75
- package/prisca/v1/core/messaging/messaging.proto +0 -28
- package/prisca/v1/core/number_range/number_range.proto +0 -83
- package/prisca/v1/core/organization/organization.proto +0 -94
- package/prisca/v1/core/organization_level/organization_level.proto +0 -77
- package/prisca/v1/core/procurement/procurement.proto +0 -54
- package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx.proto +0 -131
- package/prisca/v1/core/recipient_roles/recipient_roles.proto +0 -10
- package/prisca/v1/core/tax_code/tax_code.proto +0 -79
- package/prisca/v1/core/transaction_builder/transaction_builder.proto +0 -262
- package/prisca/v1/core/unit_of_measurement/unit_of_measurement.proto +0 -88
- package/prisca/v1/core/users/users.proto +0 -22
- package/prisca/v1/core/users_role/users_role.proto +0 -72
- package/prisca/v1/core/work_location/work_location.proto +0 -122
- package/prisca/v1/core/workflow/workflow.proto +0 -197
- package/prisca/v1/document_type/document_type.pb.go +0 -952
- package/prisca/v1/document_type/document_type_grpc.pb.go +0 -273
- package/prisca/v1/general_ledger_account/general_ledger_account.pb.go +0 -1146
- package/prisca/v1/general_ledger_account/general_ledger_account_grpc.pb.go +0 -274
- package/prisca/v1/global/meta/meta.proto +0 -57
- package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx.pb.go +0 -2674
- package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_grpc.pb.go +0 -388
- package/prisca/v1/purchasing_group/purchasing_group.pb.go +0 -1004
- package/prisca/v1/purchasing_group/purchasing_group_grpc.pb.go +0 -274
- package/prisca/v1/purchasing_organization/purchasing_organization.pb.go +0 -775
- package/prisca/v1/purchasing_organization/purchasing_organization_grpc.pb.go +0 -236
- package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment.pb.go +0 -805
- package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment_grpc.pb.go +0 -236
- package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant.pb.go +0 -906
- package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant_grpc.pb.go +0 -236
|
@@ -1,2674 +0,0 @@
|
|
|
1
|
-
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
2
|
-
// versions:
|
|
3
|
-
// protoc-gen-go v1.36.4
|
|
4
|
-
// protoc (unknown)
|
|
5
|
-
// source: prisca/v1/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
|
-
document_type "gitlab.com/integra_sm/prisca-v2-purchase-requisition-domain/protocgen/prisca/v1/document_type"
|
|
13
|
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
14
|
-
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
15
|
-
reflect "reflect"
|
|
16
|
-
sync "sync"
|
|
17
|
-
unsafe "unsafe"
|
|
18
|
-
)
|
|
19
|
-
|
|
20
|
-
const (
|
|
21
|
-
// Verify that this generated code is sufficiently up-to-date.
|
|
22
|
-
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
23
|
-
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
24
|
-
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
25
|
-
)
|
|
26
|
-
|
|
27
|
-
type PurchaseRequisitionTrx struct {
|
|
28
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
29
|
-
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
30
|
-
Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
|
|
31
|
-
PurchaseRequisitionTransactionNumber string `protobuf:"bytes,3,opt,name=purchase_requisition_transaction_number,json=purchaseRequisitionTransactionNumber,proto3" json:"purchase_requisition_transaction_number,omitempty"`
|
|
32
|
-
ItemCategoryRef string `protobuf:"bytes,4,opt,name=item_category_ref,json=itemCategoryRef,proto3" json:"item_category_ref,omitempty"`
|
|
33
|
-
AccountAssigmentRef string `protobuf:"bytes,5,opt,name=account_assigment_ref,json=accountAssigmentRef,proto3" json:"account_assigment_ref,omitempty"`
|
|
34
|
-
CurrencyRef string `protobuf:"bytes,6,opt,name=currency_ref,json=currencyRef,proto3" json:"currency_ref,omitempty"`
|
|
35
|
-
PurchaseRequisitionType string `protobuf:"bytes,7,opt,name=purchase_requisition_type,json=purchaseRequisitionType,proto3" json:"purchase_requisition_type,omitempty"`
|
|
36
|
-
Department string `protobuf:"bytes,8,opt,name=department,proto3" json:"department,omitempty"`
|
|
37
|
-
PurchasingOrganization string `protobuf:"bytes,9,opt,name=purchasing_organization,json=purchasingOrganization,proto3" json:"purchasing_organization,omitempty"`
|
|
38
|
-
EmailCc string `protobuf:"bytes,10,opt,name=email_cc,json=emailCc,proto3" json:"email_cc,omitempty"`
|
|
39
|
-
PlantRef string `protobuf:"bytes,11,opt,name=plant_ref,json=plantRef,proto3" json:"plant_ref,omitempty"`
|
|
40
|
-
PurchasingGroup string `protobuf:"bytes,12,opt,name=purchasing_group,json=purchasingGroup,proto3" json:"purchasing_group,omitempty"`
|
|
41
|
-
CustomTransaction string `protobuf:"bytes,13,opt,name=custom_transaction,json=customTransaction,proto3" json:"custom_transaction,omitempty"`
|
|
42
|
-
PurchaseRequisitionItems []*PurchaseRequisitionItemTrx `protobuf:"bytes,14,rep,name=purchase_requisition_items,json=purchaseRequisitionItems,proto3" json:"purchase_requisition_items,omitempty"`
|
|
43
|
-
ReferencesId string `protobuf:"bytes,15,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
|
|
44
|
-
CreatedAt string `protobuf:"bytes,16,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // ISO 8601
|
|
45
|
-
UpdatedAt string `protobuf:"bytes,17,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // Nullable
|
|
46
|
-
DocumentTypeRef string `protobuf:"bytes,18,opt,name=document_type_ref,json=documentTypeRef,proto3" json:"document_type_ref,omitempty"`
|
|
47
|
-
NumberRangeSequence string `protobuf:"bytes,19,opt,name=number_range_sequence,json=numberRangeSequence,proto3" json:"number_range_sequence,omitempty"`
|
|
48
|
-
DocumentType *document_type.DocumentType `protobuf:"bytes,20,opt,name=document_type,json=documentType,proto3,oneof" json:"document_type,omitempty"`
|
|
49
|
-
unknownFields protoimpl.UnknownFields
|
|
50
|
-
sizeCache protoimpl.SizeCache
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
func (x *PurchaseRequisitionTrx) Reset() {
|
|
54
|
-
*x = PurchaseRequisitionTrx{}
|
|
55
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[0]
|
|
56
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
57
|
-
ms.StoreMessageInfo(mi)
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
func (x *PurchaseRequisitionTrx) String() string {
|
|
61
|
-
return protoimpl.X.MessageStringOf(x)
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
func (*PurchaseRequisitionTrx) ProtoMessage() {}
|
|
65
|
-
|
|
66
|
-
func (x *PurchaseRequisitionTrx) ProtoReflect() protoreflect.Message {
|
|
67
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[0]
|
|
68
|
-
if x != nil {
|
|
69
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
70
|
-
if ms.LoadMessageInfo() == nil {
|
|
71
|
-
ms.StoreMessageInfo(mi)
|
|
72
|
-
}
|
|
73
|
-
return ms
|
|
74
|
-
}
|
|
75
|
-
return mi.MessageOf(x)
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
// Deprecated: Use PurchaseRequisitionTrx.ProtoReflect.Descriptor instead.
|
|
79
|
-
func (*PurchaseRequisitionTrx) Descriptor() ([]byte, []int) {
|
|
80
|
-
return file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{0}
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
func (x *PurchaseRequisitionTrx) GetId() int64 {
|
|
84
|
-
if x != nil {
|
|
85
|
-
return x.Id
|
|
86
|
-
}
|
|
87
|
-
return 0
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
func (x *PurchaseRequisitionTrx) GetTitle() string {
|
|
91
|
-
if x != nil {
|
|
92
|
-
return x.Title
|
|
93
|
-
}
|
|
94
|
-
return ""
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
func (x *PurchaseRequisitionTrx) GetPurchaseRequisitionTransactionNumber() string {
|
|
98
|
-
if x != nil {
|
|
99
|
-
return x.PurchaseRequisitionTransactionNumber
|
|
100
|
-
}
|
|
101
|
-
return ""
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
func (x *PurchaseRequisitionTrx) GetItemCategoryRef() string {
|
|
105
|
-
if x != nil {
|
|
106
|
-
return x.ItemCategoryRef
|
|
107
|
-
}
|
|
108
|
-
return ""
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
func (x *PurchaseRequisitionTrx) GetAccountAssigmentRef() string {
|
|
112
|
-
if x != nil {
|
|
113
|
-
return x.AccountAssigmentRef
|
|
114
|
-
}
|
|
115
|
-
return ""
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
func (x *PurchaseRequisitionTrx) GetCurrencyRef() string {
|
|
119
|
-
if x != nil {
|
|
120
|
-
return x.CurrencyRef
|
|
121
|
-
}
|
|
122
|
-
return ""
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
func (x *PurchaseRequisitionTrx) GetPurchaseRequisitionType() string {
|
|
126
|
-
if x != nil {
|
|
127
|
-
return x.PurchaseRequisitionType
|
|
128
|
-
}
|
|
129
|
-
return ""
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
func (x *PurchaseRequisitionTrx) GetDepartment() string {
|
|
133
|
-
if x != nil {
|
|
134
|
-
return x.Department
|
|
135
|
-
}
|
|
136
|
-
return ""
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
func (x *PurchaseRequisitionTrx) GetPurchasingOrganization() string {
|
|
140
|
-
if x != nil {
|
|
141
|
-
return x.PurchasingOrganization
|
|
142
|
-
}
|
|
143
|
-
return ""
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
func (x *PurchaseRequisitionTrx) GetEmailCc() string {
|
|
147
|
-
if x != nil {
|
|
148
|
-
return x.EmailCc
|
|
149
|
-
}
|
|
150
|
-
return ""
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
func (x *PurchaseRequisitionTrx) GetPlantRef() string {
|
|
154
|
-
if x != nil {
|
|
155
|
-
return x.PlantRef
|
|
156
|
-
}
|
|
157
|
-
return ""
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
func (x *PurchaseRequisitionTrx) GetPurchasingGroup() string {
|
|
161
|
-
if x != nil {
|
|
162
|
-
return x.PurchasingGroup
|
|
163
|
-
}
|
|
164
|
-
return ""
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
func (x *PurchaseRequisitionTrx) GetCustomTransaction() string {
|
|
168
|
-
if x != nil {
|
|
169
|
-
return x.CustomTransaction
|
|
170
|
-
}
|
|
171
|
-
return ""
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
func (x *PurchaseRequisitionTrx) GetPurchaseRequisitionItems() []*PurchaseRequisitionItemTrx {
|
|
175
|
-
if x != nil {
|
|
176
|
-
return x.PurchaseRequisitionItems
|
|
177
|
-
}
|
|
178
|
-
return nil
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
func (x *PurchaseRequisitionTrx) GetReferencesId() string {
|
|
182
|
-
if x != nil {
|
|
183
|
-
return x.ReferencesId
|
|
184
|
-
}
|
|
185
|
-
return ""
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
func (x *PurchaseRequisitionTrx) GetCreatedAt() string {
|
|
189
|
-
if x != nil {
|
|
190
|
-
return x.CreatedAt
|
|
191
|
-
}
|
|
192
|
-
return ""
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
func (x *PurchaseRequisitionTrx) GetUpdatedAt() string {
|
|
196
|
-
if x != nil {
|
|
197
|
-
return x.UpdatedAt
|
|
198
|
-
}
|
|
199
|
-
return ""
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
func (x *PurchaseRequisitionTrx) GetDocumentTypeRef() string {
|
|
203
|
-
if x != nil {
|
|
204
|
-
return x.DocumentTypeRef
|
|
205
|
-
}
|
|
206
|
-
return ""
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
func (x *PurchaseRequisitionTrx) GetNumberRangeSequence() string {
|
|
210
|
-
if x != nil {
|
|
211
|
-
return x.NumberRangeSequence
|
|
212
|
-
}
|
|
213
|
-
return ""
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
func (x *PurchaseRequisitionTrx) GetDocumentType() *document_type.DocumentType {
|
|
217
|
-
if x != nil {
|
|
218
|
-
return x.DocumentType
|
|
219
|
-
}
|
|
220
|
-
return nil
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
type PurchaseRequisitionItemTrx struct {
|
|
224
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
225
|
-
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
226
|
-
AccAssigment string `protobuf:"bytes,2,opt,name=acc_assigment,json=accAssigment,proto3" json:"acc_assigment,omitempty"`
|
|
227
|
-
MaterialGroup string `protobuf:"bytes,3,opt,name=material_group,json=materialGroup,proto3" json:"material_group,omitempty"`
|
|
228
|
-
MaterialCode string `protobuf:"bytes,4,opt,name=material_code,json=materialCode,proto3" json:"material_code,omitempty"`
|
|
229
|
-
DetailDescription string `protobuf:"bytes,5,opt,name=detail_description,json=detailDescription,proto3" json:"detail_description,omitempty"`
|
|
230
|
-
Description string `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
|
|
231
|
-
Quantity float32 `protobuf:"fixed32,7,opt,name=quantity,proto3" json:"quantity,omitempty"`
|
|
232
|
-
UnitOfMeasure string `protobuf:"bytes,8,opt,name=unit_of_measure,json=unitOfMeasure,proto3" json:"unit_of_measure,omitempty"`
|
|
233
|
-
EstimatedUnitPrice float32 `protobuf:"fixed32,9,opt,name=estimated_unit_price,json=estimatedUnitPrice,proto3" json:"estimated_unit_price,omitempty"`
|
|
234
|
-
DeliveryDate string `protobuf:"bytes,10,opt,name=delivery_date,json=deliveryDate,proto3" json:"delivery_date,omitempty"`
|
|
235
|
-
PlannedDeliveryTime string `protobuf:"bytes,11,opt,name=planned_delivery_time,json=plannedDeliveryTime,proto3" json:"planned_delivery_time,omitempty"`
|
|
236
|
-
CustomTransaction string `protobuf:"bytes,12,opt,name=custom_transaction,json=customTransaction,proto3" json:"custom_transaction,omitempty"`
|
|
237
|
-
PurchaseRequisitionItemDetail []*PurchaseRequisitionItemDetail `protobuf:"bytes,13,rep,name=purchase_requisition_item_detail,json=purchaseRequisitionItemDetail,proto3" json:"purchase_requisition_item_detail,omitempty"`
|
|
238
|
-
ReferencesId string `protobuf:"bytes,14,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
|
|
239
|
-
CreatedAt string `protobuf:"bytes,15,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // ISO 8601
|
|
240
|
-
UpdatedAt string `protobuf:"bytes,16,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // Nullable
|
|
241
|
-
unknownFields protoimpl.UnknownFields
|
|
242
|
-
sizeCache protoimpl.SizeCache
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
func (x *PurchaseRequisitionItemTrx) Reset() {
|
|
246
|
-
*x = PurchaseRequisitionItemTrx{}
|
|
247
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[1]
|
|
248
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
249
|
-
ms.StoreMessageInfo(mi)
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
func (x *PurchaseRequisitionItemTrx) String() string {
|
|
253
|
-
return protoimpl.X.MessageStringOf(x)
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
func (*PurchaseRequisitionItemTrx) ProtoMessage() {}
|
|
257
|
-
|
|
258
|
-
func (x *PurchaseRequisitionItemTrx) ProtoReflect() protoreflect.Message {
|
|
259
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[1]
|
|
260
|
-
if x != nil {
|
|
261
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
262
|
-
if ms.LoadMessageInfo() == nil {
|
|
263
|
-
ms.StoreMessageInfo(mi)
|
|
264
|
-
}
|
|
265
|
-
return ms
|
|
266
|
-
}
|
|
267
|
-
return mi.MessageOf(x)
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
// Deprecated: Use PurchaseRequisitionItemTrx.ProtoReflect.Descriptor instead.
|
|
271
|
-
func (*PurchaseRequisitionItemTrx) Descriptor() ([]byte, []int) {
|
|
272
|
-
return file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{1}
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
func (x *PurchaseRequisitionItemTrx) GetId() int64 {
|
|
276
|
-
if x != nil {
|
|
277
|
-
return x.Id
|
|
278
|
-
}
|
|
279
|
-
return 0
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
func (x *PurchaseRequisitionItemTrx) GetAccAssigment() string {
|
|
283
|
-
if x != nil {
|
|
284
|
-
return x.AccAssigment
|
|
285
|
-
}
|
|
286
|
-
return ""
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
func (x *PurchaseRequisitionItemTrx) GetMaterialGroup() string {
|
|
290
|
-
if x != nil {
|
|
291
|
-
return x.MaterialGroup
|
|
292
|
-
}
|
|
293
|
-
return ""
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
func (x *PurchaseRequisitionItemTrx) GetMaterialCode() string {
|
|
297
|
-
if x != nil {
|
|
298
|
-
return x.MaterialCode
|
|
299
|
-
}
|
|
300
|
-
return ""
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
func (x *PurchaseRequisitionItemTrx) GetDetailDescription() string {
|
|
304
|
-
if x != nil {
|
|
305
|
-
return x.DetailDescription
|
|
306
|
-
}
|
|
307
|
-
return ""
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
func (x *PurchaseRequisitionItemTrx) GetDescription() string {
|
|
311
|
-
if x != nil {
|
|
312
|
-
return x.Description
|
|
313
|
-
}
|
|
314
|
-
return ""
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
func (x *PurchaseRequisitionItemTrx) GetQuantity() float32 {
|
|
318
|
-
if x != nil {
|
|
319
|
-
return x.Quantity
|
|
320
|
-
}
|
|
321
|
-
return 0
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
func (x *PurchaseRequisitionItemTrx) GetUnitOfMeasure() string {
|
|
325
|
-
if x != nil {
|
|
326
|
-
return x.UnitOfMeasure
|
|
327
|
-
}
|
|
328
|
-
return ""
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
func (x *PurchaseRequisitionItemTrx) GetEstimatedUnitPrice() float32 {
|
|
332
|
-
if x != nil {
|
|
333
|
-
return x.EstimatedUnitPrice
|
|
334
|
-
}
|
|
335
|
-
return 0
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
func (x *PurchaseRequisitionItemTrx) GetDeliveryDate() string {
|
|
339
|
-
if x != nil {
|
|
340
|
-
return x.DeliveryDate
|
|
341
|
-
}
|
|
342
|
-
return ""
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
func (x *PurchaseRequisitionItemTrx) GetPlannedDeliveryTime() string {
|
|
346
|
-
if x != nil {
|
|
347
|
-
return x.PlannedDeliveryTime
|
|
348
|
-
}
|
|
349
|
-
return ""
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
func (x *PurchaseRequisitionItemTrx) GetCustomTransaction() string {
|
|
353
|
-
if x != nil {
|
|
354
|
-
return x.CustomTransaction
|
|
355
|
-
}
|
|
356
|
-
return ""
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
func (x *PurchaseRequisitionItemTrx) GetPurchaseRequisitionItemDetail() []*PurchaseRequisitionItemDetail {
|
|
360
|
-
if x != nil {
|
|
361
|
-
return x.PurchaseRequisitionItemDetail
|
|
362
|
-
}
|
|
363
|
-
return nil
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
func (x *PurchaseRequisitionItemTrx) GetReferencesId() string {
|
|
367
|
-
if x != nil {
|
|
368
|
-
return x.ReferencesId
|
|
369
|
-
}
|
|
370
|
-
return ""
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
func (x *PurchaseRequisitionItemTrx) GetCreatedAt() string {
|
|
374
|
-
if x != nil {
|
|
375
|
-
return x.CreatedAt
|
|
376
|
-
}
|
|
377
|
-
return ""
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
func (x *PurchaseRequisitionItemTrx) GetUpdatedAt() string {
|
|
381
|
-
if x != nil {
|
|
382
|
-
return x.UpdatedAt
|
|
383
|
-
}
|
|
384
|
-
return ""
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
type PurchaseRequisitionItemDetail struct {
|
|
388
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
389
|
-
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
390
|
-
PurchaseRequisitionItemRef string `protobuf:"bytes,2,opt,name=purchase_requisition_item_ref,json=purchaseRequisitionItemRef,proto3" json:"purchase_requisition_item_ref,omitempty"`
|
|
391
|
-
GlAccount string `protobuf:"bytes,3,opt,name=gl_account,json=glAccount,proto3" json:"gl_account,omitempty"`
|
|
392
|
-
GlAccountDescription string `protobuf:"bytes,4,opt,name=gl_account_description,json=glAccountDescription,proto3" json:"gl_account_description,omitempty"`
|
|
393
|
-
UnitOfMeasure string `protobuf:"bytes,5,opt,name=unit_of_measure,json=unitOfMeasure,proto3" json:"unit_of_measure,omitempty"`
|
|
394
|
-
ValuationPrice float32 `protobuf:"fixed32,6,opt,name=valuation_price,json=valuationPrice,proto3" json:"valuation_price,omitempty"`
|
|
395
|
-
Requisitioner string `protobuf:"bytes,7,opt,name=requisitioner,proto3" json:"requisitioner,omitempty"`
|
|
396
|
-
CustomTransaction string `protobuf:"bytes,8,opt,name=custom_transaction,json=customTransaction,proto3" json:"custom_transaction,omitempty"`
|
|
397
|
-
ReferencesId string `protobuf:"bytes,9,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
|
|
398
|
-
CreatedAt string `protobuf:"bytes,10,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // ISO 8601
|
|
399
|
-
UpdatedAt string `protobuf:"bytes,11,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // Nullable
|
|
400
|
-
unknownFields protoimpl.UnknownFields
|
|
401
|
-
sizeCache protoimpl.SizeCache
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
func (x *PurchaseRequisitionItemDetail) Reset() {
|
|
405
|
-
*x = PurchaseRequisitionItemDetail{}
|
|
406
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[2]
|
|
407
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
408
|
-
ms.StoreMessageInfo(mi)
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
func (x *PurchaseRequisitionItemDetail) String() string {
|
|
412
|
-
return protoimpl.X.MessageStringOf(x)
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
func (*PurchaseRequisitionItemDetail) ProtoMessage() {}
|
|
416
|
-
|
|
417
|
-
func (x *PurchaseRequisitionItemDetail) ProtoReflect() protoreflect.Message {
|
|
418
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[2]
|
|
419
|
-
if x != nil {
|
|
420
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
421
|
-
if ms.LoadMessageInfo() == nil {
|
|
422
|
-
ms.StoreMessageInfo(mi)
|
|
423
|
-
}
|
|
424
|
-
return ms
|
|
425
|
-
}
|
|
426
|
-
return mi.MessageOf(x)
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
// Deprecated: Use PurchaseRequisitionItemDetail.ProtoReflect.Descriptor instead.
|
|
430
|
-
func (*PurchaseRequisitionItemDetail) Descriptor() ([]byte, []int) {
|
|
431
|
-
return file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{2}
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
func (x *PurchaseRequisitionItemDetail) GetId() int64 {
|
|
435
|
-
if x != nil {
|
|
436
|
-
return x.Id
|
|
437
|
-
}
|
|
438
|
-
return 0
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
func (x *PurchaseRequisitionItemDetail) GetPurchaseRequisitionItemRef() string {
|
|
442
|
-
if x != nil {
|
|
443
|
-
return x.PurchaseRequisitionItemRef
|
|
444
|
-
}
|
|
445
|
-
return ""
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
func (x *PurchaseRequisitionItemDetail) GetGlAccount() string {
|
|
449
|
-
if x != nil {
|
|
450
|
-
return x.GlAccount
|
|
451
|
-
}
|
|
452
|
-
return ""
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
func (x *PurchaseRequisitionItemDetail) GetGlAccountDescription() string {
|
|
456
|
-
if x != nil {
|
|
457
|
-
return x.GlAccountDescription
|
|
458
|
-
}
|
|
459
|
-
return ""
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
func (x *PurchaseRequisitionItemDetail) GetUnitOfMeasure() string {
|
|
463
|
-
if x != nil {
|
|
464
|
-
return x.UnitOfMeasure
|
|
465
|
-
}
|
|
466
|
-
return ""
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
func (x *PurchaseRequisitionItemDetail) GetValuationPrice() float32 {
|
|
470
|
-
if x != nil {
|
|
471
|
-
return x.ValuationPrice
|
|
472
|
-
}
|
|
473
|
-
return 0
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
func (x *PurchaseRequisitionItemDetail) GetRequisitioner() string {
|
|
477
|
-
if x != nil {
|
|
478
|
-
return x.Requisitioner
|
|
479
|
-
}
|
|
480
|
-
return ""
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
func (x *PurchaseRequisitionItemDetail) GetCustomTransaction() string {
|
|
484
|
-
if x != nil {
|
|
485
|
-
return x.CustomTransaction
|
|
486
|
-
}
|
|
487
|
-
return ""
|
|
488
|
-
}
|
|
489
|
-
|
|
490
|
-
func (x *PurchaseRequisitionItemDetail) GetReferencesId() string {
|
|
491
|
-
if x != nil {
|
|
492
|
-
return x.ReferencesId
|
|
493
|
-
}
|
|
494
|
-
return ""
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
func (x *PurchaseRequisitionItemDetail) GetCreatedAt() string {
|
|
498
|
-
if x != nil {
|
|
499
|
-
return x.CreatedAt
|
|
500
|
-
}
|
|
501
|
-
return ""
|
|
502
|
-
}
|
|
503
|
-
|
|
504
|
-
func (x *PurchaseRequisitionItemDetail) GetUpdatedAt() string {
|
|
505
|
-
if x != nil {
|
|
506
|
-
return x.UpdatedAt
|
|
507
|
-
}
|
|
508
|
-
return ""
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
type BasePurchaseRequisitionTrx struct {
|
|
512
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
513
|
-
Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
|
|
514
|
-
PurchaseRequisitionTransactionNumber string `protobuf:"bytes,2,opt,name=purchase_requisition_transaction_number,json=purchaseRequisitionTransactionNumber,proto3" json:"purchase_requisition_transaction_number,omitempty"`
|
|
515
|
-
ItemCategoryRef string `protobuf:"bytes,3,opt,name=item_category_ref,json=itemCategoryRef,proto3" json:"item_category_ref,omitempty"`
|
|
516
|
-
AccountAssigmentRef string `protobuf:"bytes,4,opt,name=account_assigment_ref,json=accountAssigmentRef,proto3" json:"account_assigment_ref,omitempty"`
|
|
517
|
-
CurrencyRef string `protobuf:"bytes,5,opt,name=currency_ref,json=currencyRef,proto3" json:"currency_ref,omitempty"`
|
|
518
|
-
PurchaseRequisitionType string `protobuf:"bytes,6,opt,name=purchase_requisition_type,json=purchaseRequisitionType,proto3" json:"purchase_requisition_type,omitempty"`
|
|
519
|
-
Department string `protobuf:"bytes,7,opt,name=department,proto3" json:"department,omitempty"`
|
|
520
|
-
PurchasingOrganization string `protobuf:"bytes,8,opt,name=purchasing_organization,json=purchasingOrganization,proto3" json:"purchasing_organization,omitempty"`
|
|
521
|
-
EmailCc string `protobuf:"bytes,9,opt,name=email_cc,json=emailCc,proto3" json:"email_cc,omitempty"`
|
|
522
|
-
PlantRef string `protobuf:"bytes,10,opt,name=plant_ref,json=plantRef,proto3" json:"plant_ref,omitempty"`
|
|
523
|
-
PurchasingGroup string `protobuf:"bytes,11,opt,name=purchasing_group,json=purchasingGroup,proto3" json:"purchasing_group,omitempty"`
|
|
524
|
-
CustomTransaction string `protobuf:"bytes,12,opt,name=custom_transaction,json=customTransaction,proto3" json:"custom_transaction,omitempty"`
|
|
525
|
-
PurchaseRequisitionItems []*BasePurchaseRequisitionItemTrx `protobuf:"bytes,13,rep,name=purchase_requisition_items,json=purchaseRequisitionItems,proto3" json:"purchase_requisition_items,omitempty"`
|
|
526
|
-
DocumentTypeRef string `protobuf:"bytes,14,opt,name=document_type_ref,json=documentTypeRef,proto3" json:"document_type_ref,omitempty"`
|
|
527
|
-
unknownFields protoimpl.UnknownFields
|
|
528
|
-
sizeCache protoimpl.SizeCache
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
func (x *BasePurchaseRequisitionTrx) Reset() {
|
|
532
|
-
*x = BasePurchaseRequisitionTrx{}
|
|
533
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[3]
|
|
534
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
535
|
-
ms.StoreMessageInfo(mi)
|
|
536
|
-
}
|
|
537
|
-
|
|
538
|
-
func (x *BasePurchaseRequisitionTrx) String() string {
|
|
539
|
-
return protoimpl.X.MessageStringOf(x)
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
func (*BasePurchaseRequisitionTrx) ProtoMessage() {}
|
|
543
|
-
|
|
544
|
-
func (x *BasePurchaseRequisitionTrx) ProtoReflect() protoreflect.Message {
|
|
545
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[3]
|
|
546
|
-
if x != nil {
|
|
547
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
548
|
-
if ms.LoadMessageInfo() == nil {
|
|
549
|
-
ms.StoreMessageInfo(mi)
|
|
550
|
-
}
|
|
551
|
-
return ms
|
|
552
|
-
}
|
|
553
|
-
return mi.MessageOf(x)
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
// Deprecated: Use BasePurchaseRequisitionTrx.ProtoReflect.Descriptor instead.
|
|
557
|
-
func (*BasePurchaseRequisitionTrx) Descriptor() ([]byte, []int) {
|
|
558
|
-
return file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{3}
|
|
559
|
-
}
|
|
560
|
-
|
|
561
|
-
func (x *BasePurchaseRequisitionTrx) GetTitle() string {
|
|
562
|
-
if x != nil {
|
|
563
|
-
return x.Title
|
|
564
|
-
}
|
|
565
|
-
return ""
|
|
566
|
-
}
|
|
567
|
-
|
|
568
|
-
func (x *BasePurchaseRequisitionTrx) GetPurchaseRequisitionTransactionNumber() string {
|
|
569
|
-
if x != nil {
|
|
570
|
-
return x.PurchaseRequisitionTransactionNumber
|
|
571
|
-
}
|
|
572
|
-
return ""
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
func (x *BasePurchaseRequisitionTrx) GetItemCategoryRef() string {
|
|
576
|
-
if x != nil {
|
|
577
|
-
return x.ItemCategoryRef
|
|
578
|
-
}
|
|
579
|
-
return ""
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
func (x *BasePurchaseRequisitionTrx) GetAccountAssigmentRef() string {
|
|
583
|
-
if x != nil {
|
|
584
|
-
return x.AccountAssigmentRef
|
|
585
|
-
}
|
|
586
|
-
return ""
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
-
func (x *BasePurchaseRequisitionTrx) GetCurrencyRef() string {
|
|
590
|
-
if x != nil {
|
|
591
|
-
return x.CurrencyRef
|
|
592
|
-
}
|
|
593
|
-
return ""
|
|
594
|
-
}
|
|
595
|
-
|
|
596
|
-
func (x *BasePurchaseRequisitionTrx) GetPurchaseRequisitionType() string {
|
|
597
|
-
if x != nil {
|
|
598
|
-
return x.PurchaseRequisitionType
|
|
599
|
-
}
|
|
600
|
-
return ""
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
func (x *BasePurchaseRequisitionTrx) GetDepartment() string {
|
|
604
|
-
if x != nil {
|
|
605
|
-
return x.Department
|
|
606
|
-
}
|
|
607
|
-
return ""
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
func (x *BasePurchaseRequisitionTrx) GetPurchasingOrganization() string {
|
|
611
|
-
if x != nil {
|
|
612
|
-
return x.PurchasingOrganization
|
|
613
|
-
}
|
|
614
|
-
return ""
|
|
615
|
-
}
|
|
616
|
-
|
|
617
|
-
func (x *BasePurchaseRequisitionTrx) GetEmailCc() string {
|
|
618
|
-
if x != nil {
|
|
619
|
-
return x.EmailCc
|
|
620
|
-
}
|
|
621
|
-
return ""
|
|
622
|
-
}
|
|
623
|
-
|
|
624
|
-
func (x *BasePurchaseRequisitionTrx) GetPlantRef() string {
|
|
625
|
-
if x != nil {
|
|
626
|
-
return x.PlantRef
|
|
627
|
-
}
|
|
628
|
-
return ""
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
func (x *BasePurchaseRequisitionTrx) GetPurchasingGroup() string {
|
|
632
|
-
if x != nil {
|
|
633
|
-
return x.PurchasingGroup
|
|
634
|
-
}
|
|
635
|
-
return ""
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
func (x *BasePurchaseRequisitionTrx) GetCustomTransaction() string {
|
|
639
|
-
if x != nil {
|
|
640
|
-
return x.CustomTransaction
|
|
641
|
-
}
|
|
642
|
-
return ""
|
|
643
|
-
}
|
|
644
|
-
|
|
645
|
-
func (x *BasePurchaseRequisitionTrx) GetPurchaseRequisitionItems() []*BasePurchaseRequisitionItemTrx {
|
|
646
|
-
if x != nil {
|
|
647
|
-
return x.PurchaseRequisitionItems
|
|
648
|
-
}
|
|
649
|
-
return nil
|
|
650
|
-
}
|
|
651
|
-
|
|
652
|
-
func (x *BasePurchaseRequisitionTrx) GetDocumentTypeRef() string {
|
|
653
|
-
if x != nil {
|
|
654
|
-
return x.DocumentTypeRef
|
|
655
|
-
}
|
|
656
|
-
return ""
|
|
657
|
-
}
|
|
658
|
-
|
|
659
|
-
type BasePurchaseRequisitionItemTrx struct {
|
|
660
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
661
|
-
AccAssigment string `protobuf:"bytes,2,opt,name=acc_assigment,json=accAssigment,proto3" json:"acc_assigment,omitempty"`
|
|
662
|
-
MaterialGroup string `protobuf:"bytes,3,opt,name=material_group,json=materialGroup,proto3" json:"material_group,omitempty"`
|
|
663
|
-
MaterialCode string `protobuf:"bytes,4,opt,name=material_code,json=materialCode,proto3" json:"material_code,omitempty"`
|
|
664
|
-
DetailDescription string `protobuf:"bytes,5,opt,name=detail_description,json=detailDescription,proto3" json:"detail_description,omitempty"`
|
|
665
|
-
Description string `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
|
|
666
|
-
Quantity float32 `protobuf:"fixed32,7,opt,name=quantity,proto3" json:"quantity,omitempty"`
|
|
667
|
-
UnitOfMeasure string `protobuf:"bytes,8,opt,name=unit_of_measure,json=unitOfMeasure,proto3" json:"unit_of_measure,omitempty"`
|
|
668
|
-
EstimatedUnitPrice float32 `protobuf:"fixed32,9,opt,name=estimated_unit_price,json=estimatedUnitPrice,proto3" json:"estimated_unit_price,omitempty"`
|
|
669
|
-
DeliveryDate string `protobuf:"bytes,10,opt,name=delivery_date,json=deliveryDate,proto3" json:"delivery_date,omitempty"`
|
|
670
|
-
PlannedDeliveryTime string `protobuf:"bytes,11,opt,name=planned_delivery_time,json=plannedDeliveryTime,proto3" json:"planned_delivery_time,omitempty"`
|
|
671
|
-
CustomTransaction string `protobuf:"bytes,12,opt,name=custom_transaction,json=customTransaction,proto3" json:"custom_transaction,omitempty"`
|
|
672
|
-
PurchaseRequisitionItemDetail []*BasePurchaseRequisitionItemDetail `protobuf:"bytes,13,rep,name=purchase_requisition_item_detail,json=purchaseRequisitionItemDetail,proto3" json:"purchase_requisition_item_detail,omitempty"`
|
|
673
|
-
unknownFields protoimpl.UnknownFields
|
|
674
|
-
sizeCache protoimpl.SizeCache
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
func (x *BasePurchaseRequisitionItemTrx) Reset() {
|
|
678
|
-
*x = BasePurchaseRequisitionItemTrx{}
|
|
679
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[4]
|
|
680
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
681
|
-
ms.StoreMessageInfo(mi)
|
|
682
|
-
}
|
|
683
|
-
|
|
684
|
-
func (x *BasePurchaseRequisitionItemTrx) String() string {
|
|
685
|
-
return protoimpl.X.MessageStringOf(x)
|
|
686
|
-
}
|
|
687
|
-
|
|
688
|
-
func (*BasePurchaseRequisitionItemTrx) ProtoMessage() {}
|
|
689
|
-
|
|
690
|
-
func (x *BasePurchaseRequisitionItemTrx) ProtoReflect() protoreflect.Message {
|
|
691
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[4]
|
|
692
|
-
if x != nil {
|
|
693
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
694
|
-
if ms.LoadMessageInfo() == nil {
|
|
695
|
-
ms.StoreMessageInfo(mi)
|
|
696
|
-
}
|
|
697
|
-
return ms
|
|
698
|
-
}
|
|
699
|
-
return mi.MessageOf(x)
|
|
700
|
-
}
|
|
701
|
-
|
|
702
|
-
// Deprecated: Use BasePurchaseRequisitionItemTrx.ProtoReflect.Descriptor instead.
|
|
703
|
-
func (*BasePurchaseRequisitionItemTrx) Descriptor() ([]byte, []int) {
|
|
704
|
-
return file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{4}
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
func (x *BasePurchaseRequisitionItemTrx) GetAccAssigment() string {
|
|
708
|
-
if x != nil {
|
|
709
|
-
return x.AccAssigment
|
|
710
|
-
}
|
|
711
|
-
return ""
|
|
712
|
-
}
|
|
713
|
-
|
|
714
|
-
func (x *BasePurchaseRequisitionItemTrx) GetMaterialGroup() string {
|
|
715
|
-
if x != nil {
|
|
716
|
-
return x.MaterialGroup
|
|
717
|
-
}
|
|
718
|
-
return ""
|
|
719
|
-
}
|
|
720
|
-
|
|
721
|
-
func (x *BasePurchaseRequisitionItemTrx) GetMaterialCode() string {
|
|
722
|
-
if x != nil {
|
|
723
|
-
return x.MaterialCode
|
|
724
|
-
}
|
|
725
|
-
return ""
|
|
726
|
-
}
|
|
727
|
-
|
|
728
|
-
func (x *BasePurchaseRequisitionItemTrx) GetDetailDescription() string {
|
|
729
|
-
if x != nil {
|
|
730
|
-
return x.DetailDescription
|
|
731
|
-
}
|
|
732
|
-
return ""
|
|
733
|
-
}
|
|
734
|
-
|
|
735
|
-
func (x *BasePurchaseRequisitionItemTrx) GetDescription() string {
|
|
736
|
-
if x != nil {
|
|
737
|
-
return x.Description
|
|
738
|
-
}
|
|
739
|
-
return ""
|
|
740
|
-
}
|
|
741
|
-
|
|
742
|
-
func (x *BasePurchaseRequisitionItemTrx) GetQuantity() float32 {
|
|
743
|
-
if x != nil {
|
|
744
|
-
return x.Quantity
|
|
745
|
-
}
|
|
746
|
-
return 0
|
|
747
|
-
}
|
|
748
|
-
|
|
749
|
-
func (x *BasePurchaseRequisitionItemTrx) GetUnitOfMeasure() string {
|
|
750
|
-
if x != nil {
|
|
751
|
-
return x.UnitOfMeasure
|
|
752
|
-
}
|
|
753
|
-
return ""
|
|
754
|
-
}
|
|
755
|
-
|
|
756
|
-
func (x *BasePurchaseRequisitionItemTrx) GetEstimatedUnitPrice() float32 {
|
|
757
|
-
if x != nil {
|
|
758
|
-
return x.EstimatedUnitPrice
|
|
759
|
-
}
|
|
760
|
-
return 0
|
|
761
|
-
}
|
|
762
|
-
|
|
763
|
-
func (x *BasePurchaseRequisitionItemTrx) GetDeliveryDate() string {
|
|
764
|
-
if x != nil {
|
|
765
|
-
return x.DeliveryDate
|
|
766
|
-
}
|
|
767
|
-
return ""
|
|
768
|
-
}
|
|
769
|
-
|
|
770
|
-
func (x *BasePurchaseRequisitionItemTrx) GetPlannedDeliveryTime() string {
|
|
771
|
-
if x != nil {
|
|
772
|
-
return x.PlannedDeliveryTime
|
|
773
|
-
}
|
|
774
|
-
return ""
|
|
775
|
-
}
|
|
776
|
-
|
|
777
|
-
func (x *BasePurchaseRequisitionItemTrx) GetCustomTransaction() string {
|
|
778
|
-
if x != nil {
|
|
779
|
-
return x.CustomTransaction
|
|
780
|
-
}
|
|
781
|
-
return ""
|
|
782
|
-
}
|
|
783
|
-
|
|
784
|
-
func (x *BasePurchaseRequisitionItemTrx) GetPurchaseRequisitionItemDetail() []*BasePurchaseRequisitionItemDetail {
|
|
785
|
-
if x != nil {
|
|
786
|
-
return x.PurchaseRequisitionItemDetail
|
|
787
|
-
}
|
|
788
|
-
return nil
|
|
789
|
-
}
|
|
790
|
-
|
|
791
|
-
type BasePurchaseRequisitionItemDetail struct {
|
|
792
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
793
|
-
GlAccount string `protobuf:"bytes,1,opt,name=gl_account,json=glAccount,proto3" json:"gl_account,omitempty"`
|
|
794
|
-
GlAccountDescription string `protobuf:"bytes,2,opt,name=gl_account_description,json=glAccountDescription,proto3" json:"gl_account_description,omitempty"`
|
|
795
|
-
UnitOfMeasure string `protobuf:"bytes,3,opt,name=unit_of_measure,json=unitOfMeasure,proto3" json:"unit_of_measure,omitempty"`
|
|
796
|
-
ValuationPrice float32 `protobuf:"fixed32,4,opt,name=valuation_price,json=valuationPrice,proto3" json:"valuation_price,omitempty"`
|
|
797
|
-
Requisitioner string `protobuf:"bytes,5,opt,name=requisitioner,proto3" json:"requisitioner,omitempty"`
|
|
798
|
-
CustomTransaction string `protobuf:"bytes,6,opt,name=custom_transaction,json=customTransaction,proto3" json:"custom_transaction,omitempty"`
|
|
799
|
-
unknownFields protoimpl.UnknownFields
|
|
800
|
-
sizeCache protoimpl.SizeCache
|
|
801
|
-
}
|
|
802
|
-
|
|
803
|
-
func (x *BasePurchaseRequisitionItemDetail) Reset() {
|
|
804
|
-
*x = BasePurchaseRequisitionItemDetail{}
|
|
805
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[5]
|
|
806
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
807
|
-
ms.StoreMessageInfo(mi)
|
|
808
|
-
}
|
|
809
|
-
|
|
810
|
-
func (x *BasePurchaseRequisitionItemDetail) String() string {
|
|
811
|
-
return protoimpl.X.MessageStringOf(x)
|
|
812
|
-
}
|
|
813
|
-
|
|
814
|
-
func (*BasePurchaseRequisitionItemDetail) ProtoMessage() {}
|
|
815
|
-
|
|
816
|
-
func (x *BasePurchaseRequisitionItemDetail) ProtoReflect() protoreflect.Message {
|
|
817
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[5]
|
|
818
|
-
if x != nil {
|
|
819
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
820
|
-
if ms.LoadMessageInfo() == nil {
|
|
821
|
-
ms.StoreMessageInfo(mi)
|
|
822
|
-
}
|
|
823
|
-
return ms
|
|
824
|
-
}
|
|
825
|
-
return mi.MessageOf(x)
|
|
826
|
-
}
|
|
827
|
-
|
|
828
|
-
// Deprecated: Use BasePurchaseRequisitionItemDetail.ProtoReflect.Descriptor instead.
|
|
829
|
-
func (*BasePurchaseRequisitionItemDetail) Descriptor() ([]byte, []int) {
|
|
830
|
-
return file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{5}
|
|
831
|
-
}
|
|
832
|
-
|
|
833
|
-
func (x *BasePurchaseRequisitionItemDetail) GetGlAccount() string {
|
|
834
|
-
if x != nil {
|
|
835
|
-
return x.GlAccount
|
|
836
|
-
}
|
|
837
|
-
return ""
|
|
838
|
-
}
|
|
839
|
-
|
|
840
|
-
func (x *BasePurchaseRequisitionItemDetail) GetGlAccountDescription() string {
|
|
841
|
-
if x != nil {
|
|
842
|
-
return x.GlAccountDescription
|
|
843
|
-
}
|
|
844
|
-
return ""
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
func (x *BasePurchaseRequisitionItemDetail) GetUnitOfMeasure() string {
|
|
848
|
-
if x != nil {
|
|
849
|
-
return x.UnitOfMeasure
|
|
850
|
-
}
|
|
851
|
-
return ""
|
|
852
|
-
}
|
|
853
|
-
|
|
854
|
-
func (x *BasePurchaseRequisitionItemDetail) GetValuationPrice() float32 {
|
|
855
|
-
if x != nil {
|
|
856
|
-
return x.ValuationPrice
|
|
857
|
-
}
|
|
858
|
-
return 0
|
|
859
|
-
}
|
|
860
|
-
|
|
861
|
-
func (x *BasePurchaseRequisitionItemDetail) GetRequisitioner() string {
|
|
862
|
-
if x != nil {
|
|
863
|
-
return x.Requisitioner
|
|
864
|
-
}
|
|
865
|
-
return ""
|
|
866
|
-
}
|
|
867
|
-
|
|
868
|
-
func (x *BasePurchaseRequisitionItemDetail) GetCustomTransaction() string {
|
|
869
|
-
if x != nil {
|
|
870
|
-
return x.CustomTransaction
|
|
871
|
-
}
|
|
872
|
-
return ""
|
|
873
|
-
}
|
|
874
|
-
|
|
875
|
-
type CreatePurchaseRequisitionTrxRequest struct {
|
|
876
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
877
|
-
PurchaseRequisitionTransaction *BasePurchaseRequisitionTrx `protobuf:"bytes,1,opt,name=purchase_requisition_transaction,json=purchaseRequisitionTransaction,proto3" json:"purchase_requisition_transaction,omitempty"`
|
|
878
|
-
unknownFields protoimpl.UnknownFields
|
|
879
|
-
sizeCache protoimpl.SizeCache
|
|
880
|
-
}
|
|
881
|
-
|
|
882
|
-
func (x *CreatePurchaseRequisitionTrxRequest) Reset() {
|
|
883
|
-
*x = CreatePurchaseRequisitionTrxRequest{}
|
|
884
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[6]
|
|
885
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
886
|
-
ms.StoreMessageInfo(mi)
|
|
887
|
-
}
|
|
888
|
-
|
|
889
|
-
func (x *CreatePurchaseRequisitionTrxRequest) String() string {
|
|
890
|
-
return protoimpl.X.MessageStringOf(x)
|
|
891
|
-
}
|
|
892
|
-
|
|
893
|
-
func (*CreatePurchaseRequisitionTrxRequest) ProtoMessage() {}
|
|
894
|
-
|
|
895
|
-
func (x *CreatePurchaseRequisitionTrxRequest) ProtoReflect() protoreflect.Message {
|
|
896
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[6]
|
|
897
|
-
if x != nil {
|
|
898
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
899
|
-
if ms.LoadMessageInfo() == nil {
|
|
900
|
-
ms.StoreMessageInfo(mi)
|
|
901
|
-
}
|
|
902
|
-
return ms
|
|
903
|
-
}
|
|
904
|
-
return mi.MessageOf(x)
|
|
905
|
-
}
|
|
906
|
-
|
|
907
|
-
// Deprecated: Use CreatePurchaseRequisitionTrxRequest.ProtoReflect.Descriptor instead.
|
|
908
|
-
func (*CreatePurchaseRequisitionTrxRequest) Descriptor() ([]byte, []int) {
|
|
909
|
-
return file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{6}
|
|
910
|
-
}
|
|
911
|
-
|
|
912
|
-
func (x *CreatePurchaseRequisitionTrxRequest) GetPurchaseRequisitionTransaction() *BasePurchaseRequisitionTrx {
|
|
913
|
-
if x != nil {
|
|
914
|
-
return x.PurchaseRequisitionTransaction
|
|
915
|
-
}
|
|
916
|
-
return nil
|
|
917
|
-
}
|
|
918
|
-
|
|
919
|
-
type UpdatePurchaseRequisitionTrxRequest struct {
|
|
920
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
921
|
-
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
922
|
-
PurchaseRequisitionTransaction *BasePurchaseRequisitionTrx `protobuf:"bytes,2,opt,name=purchase_requisition_transaction,json=purchaseRequisitionTransaction,proto3" json:"purchase_requisition_transaction,omitempty"`
|
|
923
|
-
unknownFields protoimpl.UnknownFields
|
|
924
|
-
sizeCache protoimpl.SizeCache
|
|
925
|
-
}
|
|
926
|
-
|
|
927
|
-
func (x *UpdatePurchaseRequisitionTrxRequest) Reset() {
|
|
928
|
-
*x = UpdatePurchaseRequisitionTrxRequest{}
|
|
929
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[7]
|
|
930
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
931
|
-
ms.StoreMessageInfo(mi)
|
|
932
|
-
}
|
|
933
|
-
|
|
934
|
-
func (x *UpdatePurchaseRequisitionTrxRequest) String() string {
|
|
935
|
-
return protoimpl.X.MessageStringOf(x)
|
|
936
|
-
}
|
|
937
|
-
|
|
938
|
-
func (*UpdatePurchaseRequisitionTrxRequest) ProtoMessage() {}
|
|
939
|
-
|
|
940
|
-
func (x *UpdatePurchaseRequisitionTrxRequest) ProtoReflect() protoreflect.Message {
|
|
941
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[7]
|
|
942
|
-
if x != nil {
|
|
943
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
944
|
-
if ms.LoadMessageInfo() == nil {
|
|
945
|
-
ms.StoreMessageInfo(mi)
|
|
946
|
-
}
|
|
947
|
-
return ms
|
|
948
|
-
}
|
|
949
|
-
return mi.MessageOf(x)
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
// Deprecated: Use UpdatePurchaseRequisitionTrxRequest.ProtoReflect.Descriptor instead.
|
|
953
|
-
func (*UpdatePurchaseRequisitionTrxRequest) Descriptor() ([]byte, []int) {
|
|
954
|
-
return file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{7}
|
|
955
|
-
}
|
|
956
|
-
|
|
957
|
-
func (x *UpdatePurchaseRequisitionTrxRequest) GetId() int64 {
|
|
958
|
-
if x != nil {
|
|
959
|
-
return x.Id
|
|
960
|
-
}
|
|
961
|
-
return 0
|
|
962
|
-
}
|
|
963
|
-
|
|
964
|
-
func (x *UpdatePurchaseRequisitionTrxRequest) GetPurchaseRequisitionTransaction() *BasePurchaseRequisitionTrx {
|
|
965
|
-
if x != nil {
|
|
966
|
-
return x.PurchaseRequisitionTransaction
|
|
967
|
-
}
|
|
968
|
-
return nil
|
|
969
|
-
}
|
|
970
|
-
|
|
971
|
-
type GetPurchaseRequisitionTrxByIdRequest struct {
|
|
972
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
973
|
-
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
974
|
-
unknownFields protoimpl.UnknownFields
|
|
975
|
-
sizeCache protoimpl.SizeCache
|
|
976
|
-
}
|
|
977
|
-
|
|
978
|
-
func (x *GetPurchaseRequisitionTrxByIdRequest) Reset() {
|
|
979
|
-
*x = GetPurchaseRequisitionTrxByIdRequest{}
|
|
980
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[8]
|
|
981
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
982
|
-
ms.StoreMessageInfo(mi)
|
|
983
|
-
}
|
|
984
|
-
|
|
985
|
-
func (x *GetPurchaseRequisitionTrxByIdRequest) String() string {
|
|
986
|
-
return protoimpl.X.MessageStringOf(x)
|
|
987
|
-
}
|
|
988
|
-
|
|
989
|
-
func (*GetPurchaseRequisitionTrxByIdRequest) ProtoMessage() {}
|
|
990
|
-
|
|
991
|
-
func (x *GetPurchaseRequisitionTrxByIdRequest) ProtoReflect() protoreflect.Message {
|
|
992
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[8]
|
|
993
|
-
if x != nil {
|
|
994
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
995
|
-
if ms.LoadMessageInfo() == nil {
|
|
996
|
-
ms.StoreMessageInfo(mi)
|
|
997
|
-
}
|
|
998
|
-
return ms
|
|
999
|
-
}
|
|
1000
|
-
return mi.MessageOf(x)
|
|
1001
|
-
}
|
|
1002
|
-
|
|
1003
|
-
// Deprecated: Use GetPurchaseRequisitionTrxByIdRequest.ProtoReflect.Descriptor instead.
|
|
1004
|
-
func (*GetPurchaseRequisitionTrxByIdRequest) Descriptor() ([]byte, []int) {
|
|
1005
|
-
return file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{8}
|
|
1006
|
-
}
|
|
1007
|
-
|
|
1008
|
-
func (x *GetPurchaseRequisitionTrxByIdRequest) GetId() int64 {
|
|
1009
|
-
if x != nil {
|
|
1010
|
-
return x.Id
|
|
1011
|
-
}
|
|
1012
|
-
return 0
|
|
1013
|
-
}
|
|
1014
|
-
|
|
1015
|
-
type GetPurchaseRequisitionTrxListRequest struct {
|
|
1016
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
1017
|
-
Pagination *meta.PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
|
|
1018
|
-
unknownFields protoimpl.UnknownFields
|
|
1019
|
-
sizeCache protoimpl.SizeCache
|
|
1020
|
-
}
|
|
1021
|
-
|
|
1022
|
-
func (x *GetPurchaseRequisitionTrxListRequest) Reset() {
|
|
1023
|
-
*x = GetPurchaseRequisitionTrxListRequest{}
|
|
1024
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[9]
|
|
1025
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1026
|
-
ms.StoreMessageInfo(mi)
|
|
1027
|
-
}
|
|
1028
|
-
|
|
1029
|
-
func (x *GetPurchaseRequisitionTrxListRequest) String() string {
|
|
1030
|
-
return protoimpl.X.MessageStringOf(x)
|
|
1031
|
-
}
|
|
1032
|
-
|
|
1033
|
-
func (*GetPurchaseRequisitionTrxListRequest) ProtoMessage() {}
|
|
1034
|
-
|
|
1035
|
-
func (x *GetPurchaseRequisitionTrxListRequest) ProtoReflect() protoreflect.Message {
|
|
1036
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[9]
|
|
1037
|
-
if x != nil {
|
|
1038
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1039
|
-
if ms.LoadMessageInfo() == nil {
|
|
1040
|
-
ms.StoreMessageInfo(mi)
|
|
1041
|
-
}
|
|
1042
|
-
return ms
|
|
1043
|
-
}
|
|
1044
|
-
return mi.MessageOf(x)
|
|
1045
|
-
}
|
|
1046
|
-
|
|
1047
|
-
// Deprecated: Use GetPurchaseRequisitionTrxListRequest.ProtoReflect.Descriptor instead.
|
|
1048
|
-
func (*GetPurchaseRequisitionTrxListRequest) Descriptor() ([]byte, []int) {
|
|
1049
|
-
return file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{9}
|
|
1050
|
-
}
|
|
1051
|
-
|
|
1052
|
-
func (x *GetPurchaseRequisitionTrxListRequest) GetPagination() *meta.PaginationRequest {
|
|
1053
|
-
if x != nil {
|
|
1054
|
-
return x.Pagination
|
|
1055
|
-
}
|
|
1056
|
-
return nil
|
|
1057
|
-
}
|
|
1058
|
-
|
|
1059
|
-
type GetPurchaseRequisitionTrxDetailByIdRequest struct {
|
|
1060
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
1061
|
-
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
1062
|
-
TrxBuilderId int64 `protobuf:"varint,2,opt,name=trx_builder_id,json=trxBuilderId,proto3" json:"trx_builder_id,omitempty"`
|
|
1063
|
-
unknownFields protoimpl.UnknownFields
|
|
1064
|
-
sizeCache protoimpl.SizeCache
|
|
1065
|
-
}
|
|
1066
|
-
|
|
1067
|
-
func (x *GetPurchaseRequisitionTrxDetailByIdRequest) Reset() {
|
|
1068
|
-
*x = GetPurchaseRequisitionTrxDetailByIdRequest{}
|
|
1069
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[10]
|
|
1070
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1071
|
-
ms.StoreMessageInfo(mi)
|
|
1072
|
-
}
|
|
1073
|
-
|
|
1074
|
-
func (x *GetPurchaseRequisitionTrxDetailByIdRequest) String() string {
|
|
1075
|
-
return protoimpl.X.MessageStringOf(x)
|
|
1076
|
-
}
|
|
1077
|
-
|
|
1078
|
-
func (*GetPurchaseRequisitionTrxDetailByIdRequest) ProtoMessage() {}
|
|
1079
|
-
|
|
1080
|
-
func (x *GetPurchaseRequisitionTrxDetailByIdRequest) ProtoReflect() protoreflect.Message {
|
|
1081
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[10]
|
|
1082
|
-
if x != nil {
|
|
1083
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1084
|
-
if ms.LoadMessageInfo() == nil {
|
|
1085
|
-
ms.StoreMessageInfo(mi)
|
|
1086
|
-
}
|
|
1087
|
-
return ms
|
|
1088
|
-
}
|
|
1089
|
-
return mi.MessageOf(x)
|
|
1090
|
-
}
|
|
1091
|
-
|
|
1092
|
-
// Deprecated: Use GetPurchaseRequisitionTrxDetailByIdRequest.ProtoReflect.Descriptor instead.
|
|
1093
|
-
func (*GetPurchaseRequisitionTrxDetailByIdRequest) Descriptor() ([]byte, []int) {
|
|
1094
|
-
return file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{10}
|
|
1095
|
-
}
|
|
1096
|
-
|
|
1097
|
-
func (x *GetPurchaseRequisitionTrxDetailByIdRequest) GetId() int64 {
|
|
1098
|
-
if x != nil {
|
|
1099
|
-
return x.Id
|
|
1100
|
-
}
|
|
1101
|
-
return 0
|
|
1102
|
-
}
|
|
1103
|
-
|
|
1104
|
-
func (x *GetPurchaseRequisitionTrxDetailByIdRequest) GetTrxBuilderId() int64 {
|
|
1105
|
-
if x != nil {
|
|
1106
|
-
return x.TrxBuilderId
|
|
1107
|
-
}
|
|
1108
|
-
return 0
|
|
1109
|
-
}
|
|
1110
|
-
|
|
1111
|
-
type GetPurchaseRequisitionTrxDetailListRequest struct {
|
|
1112
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
1113
|
-
Pagination *meta.PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
|
|
1114
|
-
TrxBuilderId int64 `protobuf:"varint,2,opt,name=trx_builder_id,json=trxBuilderId,proto3" json:"trx_builder_id,omitempty"`
|
|
1115
|
-
unknownFields protoimpl.UnknownFields
|
|
1116
|
-
sizeCache protoimpl.SizeCache
|
|
1117
|
-
}
|
|
1118
|
-
|
|
1119
|
-
func (x *GetPurchaseRequisitionTrxDetailListRequest) Reset() {
|
|
1120
|
-
*x = GetPurchaseRequisitionTrxDetailListRequest{}
|
|
1121
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[11]
|
|
1122
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1123
|
-
ms.StoreMessageInfo(mi)
|
|
1124
|
-
}
|
|
1125
|
-
|
|
1126
|
-
func (x *GetPurchaseRequisitionTrxDetailListRequest) String() string {
|
|
1127
|
-
return protoimpl.X.MessageStringOf(x)
|
|
1128
|
-
}
|
|
1129
|
-
|
|
1130
|
-
func (*GetPurchaseRequisitionTrxDetailListRequest) ProtoMessage() {}
|
|
1131
|
-
|
|
1132
|
-
func (x *GetPurchaseRequisitionTrxDetailListRequest) ProtoReflect() protoreflect.Message {
|
|
1133
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[11]
|
|
1134
|
-
if x != nil {
|
|
1135
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1136
|
-
if ms.LoadMessageInfo() == nil {
|
|
1137
|
-
ms.StoreMessageInfo(mi)
|
|
1138
|
-
}
|
|
1139
|
-
return ms
|
|
1140
|
-
}
|
|
1141
|
-
return mi.MessageOf(x)
|
|
1142
|
-
}
|
|
1143
|
-
|
|
1144
|
-
// Deprecated: Use GetPurchaseRequisitionTrxDetailListRequest.ProtoReflect.Descriptor instead.
|
|
1145
|
-
func (*GetPurchaseRequisitionTrxDetailListRequest) Descriptor() ([]byte, []int) {
|
|
1146
|
-
return file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{11}
|
|
1147
|
-
}
|
|
1148
|
-
|
|
1149
|
-
func (x *GetPurchaseRequisitionTrxDetailListRequest) GetPagination() *meta.PaginationRequest {
|
|
1150
|
-
if x != nil {
|
|
1151
|
-
return x.Pagination
|
|
1152
|
-
}
|
|
1153
|
-
return nil
|
|
1154
|
-
}
|
|
1155
|
-
|
|
1156
|
-
func (x *GetPurchaseRequisitionTrxDetailListRequest) GetTrxBuilderId() int64 {
|
|
1157
|
-
if x != nil {
|
|
1158
|
-
return x.TrxBuilderId
|
|
1159
|
-
}
|
|
1160
|
-
return 0
|
|
1161
|
-
}
|
|
1162
|
-
|
|
1163
|
-
type GetPurchaseRequisitionTrxDetailListDetailRequest struct {
|
|
1164
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
1165
|
-
Pagination *meta.PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
|
|
1166
|
-
TrxBuilderId int64 `protobuf:"varint,2,opt,name=trx_builder_id,json=trxBuilderId,proto3" json:"trx_builder_id,omitempty"`
|
|
1167
|
-
unknownFields protoimpl.UnknownFields
|
|
1168
|
-
sizeCache protoimpl.SizeCache
|
|
1169
|
-
}
|
|
1170
|
-
|
|
1171
|
-
func (x *GetPurchaseRequisitionTrxDetailListDetailRequest) Reset() {
|
|
1172
|
-
*x = GetPurchaseRequisitionTrxDetailListDetailRequest{}
|
|
1173
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[12]
|
|
1174
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1175
|
-
ms.StoreMessageInfo(mi)
|
|
1176
|
-
}
|
|
1177
|
-
|
|
1178
|
-
func (x *GetPurchaseRequisitionTrxDetailListDetailRequest) String() string {
|
|
1179
|
-
return protoimpl.X.MessageStringOf(x)
|
|
1180
|
-
}
|
|
1181
|
-
|
|
1182
|
-
func (*GetPurchaseRequisitionTrxDetailListDetailRequest) ProtoMessage() {}
|
|
1183
|
-
|
|
1184
|
-
func (x *GetPurchaseRequisitionTrxDetailListDetailRequest) ProtoReflect() protoreflect.Message {
|
|
1185
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[12]
|
|
1186
|
-
if x != nil {
|
|
1187
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1188
|
-
if ms.LoadMessageInfo() == nil {
|
|
1189
|
-
ms.StoreMessageInfo(mi)
|
|
1190
|
-
}
|
|
1191
|
-
return ms
|
|
1192
|
-
}
|
|
1193
|
-
return mi.MessageOf(x)
|
|
1194
|
-
}
|
|
1195
|
-
|
|
1196
|
-
// Deprecated: Use GetPurchaseRequisitionTrxDetailListDetailRequest.ProtoReflect.Descriptor instead.
|
|
1197
|
-
func (*GetPurchaseRequisitionTrxDetailListDetailRequest) Descriptor() ([]byte, []int) {
|
|
1198
|
-
return file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{12}
|
|
1199
|
-
}
|
|
1200
|
-
|
|
1201
|
-
func (x *GetPurchaseRequisitionTrxDetailListDetailRequest) GetPagination() *meta.PaginationRequest {
|
|
1202
|
-
if x != nil {
|
|
1203
|
-
return x.Pagination
|
|
1204
|
-
}
|
|
1205
|
-
return nil
|
|
1206
|
-
}
|
|
1207
|
-
|
|
1208
|
-
func (x *GetPurchaseRequisitionTrxDetailListDetailRequest) GetTrxBuilderId() int64 {
|
|
1209
|
-
if x != nil {
|
|
1210
|
-
return x.TrxBuilderId
|
|
1211
|
-
}
|
|
1212
|
-
return 0
|
|
1213
|
-
}
|
|
1214
|
-
|
|
1215
|
-
type CreatePurchaseRequisitionTrxResponse struct {
|
|
1216
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
1217
|
-
PurchaseRequisitionTransaction *PurchaseRequisitionTrx `protobuf:"bytes,1,opt,name=purchase_requisition_transaction,json=purchaseRequisitionTransaction,proto3" json:"purchase_requisition_transaction,omitempty"`
|
|
1218
|
-
Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
|
|
1219
|
-
unknownFields protoimpl.UnknownFields
|
|
1220
|
-
sizeCache protoimpl.SizeCache
|
|
1221
|
-
}
|
|
1222
|
-
|
|
1223
|
-
func (x *CreatePurchaseRequisitionTrxResponse) Reset() {
|
|
1224
|
-
*x = CreatePurchaseRequisitionTrxResponse{}
|
|
1225
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[13]
|
|
1226
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1227
|
-
ms.StoreMessageInfo(mi)
|
|
1228
|
-
}
|
|
1229
|
-
|
|
1230
|
-
func (x *CreatePurchaseRequisitionTrxResponse) String() string {
|
|
1231
|
-
return protoimpl.X.MessageStringOf(x)
|
|
1232
|
-
}
|
|
1233
|
-
|
|
1234
|
-
func (*CreatePurchaseRequisitionTrxResponse) ProtoMessage() {}
|
|
1235
|
-
|
|
1236
|
-
func (x *CreatePurchaseRequisitionTrxResponse) ProtoReflect() protoreflect.Message {
|
|
1237
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[13]
|
|
1238
|
-
if x != nil {
|
|
1239
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1240
|
-
if ms.LoadMessageInfo() == nil {
|
|
1241
|
-
ms.StoreMessageInfo(mi)
|
|
1242
|
-
}
|
|
1243
|
-
return ms
|
|
1244
|
-
}
|
|
1245
|
-
return mi.MessageOf(x)
|
|
1246
|
-
}
|
|
1247
|
-
|
|
1248
|
-
// Deprecated: Use CreatePurchaseRequisitionTrxResponse.ProtoReflect.Descriptor instead.
|
|
1249
|
-
func (*CreatePurchaseRequisitionTrxResponse) Descriptor() ([]byte, []int) {
|
|
1250
|
-
return file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{13}
|
|
1251
|
-
}
|
|
1252
|
-
|
|
1253
|
-
func (x *CreatePurchaseRequisitionTrxResponse) GetPurchaseRequisitionTransaction() *PurchaseRequisitionTrx {
|
|
1254
|
-
if x != nil {
|
|
1255
|
-
return x.PurchaseRequisitionTransaction
|
|
1256
|
-
}
|
|
1257
|
-
return nil
|
|
1258
|
-
}
|
|
1259
|
-
|
|
1260
|
-
func (x *CreatePurchaseRequisitionTrxResponse) GetMeta() *meta.Meta {
|
|
1261
|
-
if x != nil {
|
|
1262
|
-
return x.Meta
|
|
1263
|
-
}
|
|
1264
|
-
return nil
|
|
1265
|
-
}
|
|
1266
|
-
|
|
1267
|
-
type UpdatePurchaseRequisitionTrxResponse struct {
|
|
1268
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
1269
|
-
PurchaseRequisitionTransaction *PurchaseRequisitionTrx `protobuf:"bytes,1,opt,name=purchase_requisition_transaction,json=purchaseRequisitionTransaction,proto3" json:"purchase_requisition_transaction,omitempty"`
|
|
1270
|
-
Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
|
|
1271
|
-
unknownFields protoimpl.UnknownFields
|
|
1272
|
-
sizeCache protoimpl.SizeCache
|
|
1273
|
-
}
|
|
1274
|
-
|
|
1275
|
-
func (x *UpdatePurchaseRequisitionTrxResponse) Reset() {
|
|
1276
|
-
*x = UpdatePurchaseRequisitionTrxResponse{}
|
|
1277
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[14]
|
|
1278
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1279
|
-
ms.StoreMessageInfo(mi)
|
|
1280
|
-
}
|
|
1281
|
-
|
|
1282
|
-
func (x *UpdatePurchaseRequisitionTrxResponse) String() string {
|
|
1283
|
-
return protoimpl.X.MessageStringOf(x)
|
|
1284
|
-
}
|
|
1285
|
-
|
|
1286
|
-
func (*UpdatePurchaseRequisitionTrxResponse) ProtoMessage() {}
|
|
1287
|
-
|
|
1288
|
-
func (x *UpdatePurchaseRequisitionTrxResponse) ProtoReflect() protoreflect.Message {
|
|
1289
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[14]
|
|
1290
|
-
if x != nil {
|
|
1291
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1292
|
-
if ms.LoadMessageInfo() == nil {
|
|
1293
|
-
ms.StoreMessageInfo(mi)
|
|
1294
|
-
}
|
|
1295
|
-
return ms
|
|
1296
|
-
}
|
|
1297
|
-
return mi.MessageOf(x)
|
|
1298
|
-
}
|
|
1299
|
-
|
|
1300
|
-
// Deprecated: Use UpdatePurchaseRequisitionTrxResponse.ProtoReflect.Descriptor instead.
|
|
1301
|
-
func (*UpdatePurchaseRequisitionTrxResponse) Descriptor() ([]byte, []int) {
|
|
1302
|
-
return file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{14}
|
|
1303
|
-
}
|
|
1304
|
-
|
|
1305
|
-
func (x *UpdatePurchaseRequisitionTrxResponse) GetPurchaseRequisitionTransaction() *PurchaseRequisitionTrx {
|
|
1306
|
-
if x != nil {
|
|
1307
|
-
return x.PurchaseRequisitionTransaction
|
|
1308
|
-
}
|
|
1309
|
-
return nil
|
|
1310
|
-
}
|
|
1311
|
-
|
|
1312
|
-
func (x *UpdatePurchaseRequisitionTrxResponse) GetMeta() *meta.Meta {
|
|
1313
|
-
if x != nil {
|
|
1314
|
-
return x.Meta
|
|
1315
|
-
}
|
|
1316
|
-
return nil
|
|
1317
|
-
}
|
|
1318
|
-
|
|
1319
|
-
type GetPurchaseRequisitionTrxByIdResponse struct {
|
|
1320
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
1321
|
-
PurchaseRequisitionTransaction *PurchaseRequisitionTrx `protobuf:"bytes,1,opt,name=purchase_requisition_transaction,json=purchaseRequisitionTransaction,proto3" json:"purchase_requisition_transaction,omitempty"`
|
|
1322
|
-
Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
|
|
1323
|
-
unknownFields protoimpl.UnknownFields
|
|
1324
|
-
sizeCache protoimpl.SizeCache
|
|
1325
|
-
}
|
|
1326
|
-
|
|
1327
|
-
func (x *GetPurchaseRequisitionTrxByIdResponse) Reset() {
|
|
1328
|
-
*x = GetPurchaseRequisitionTrxByIdResponse{}
|
|
1329
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[15]
|
|
1330
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1331
|
-
ms.StoreMessageInfo(mi)
|
|
1332
|
-
}
|
|
1333
|
-
|
|
1334
|
-
func (x *GetPurchaseRequisitionTrxByIdResponse) String() string {
|
|
1335
|
-
return protoimpl.X.MessageStringOf(x)
|
|
1336
|
-
}
|
|
1337
|
-
|
|
1338
|
-
func (*GetPurchaseRequisitionTrxByIdResponse) ProtoMessage() {}
|
|
1339
|
-
|
|
1340
|
-
func (x *GetPurchaseRequisitionTrxByIdResponse) ProtoReflect() protoreflect.Message {
|
|
1341
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[15]
|
|
1342
|
-
if x != nil {
|
|
1343
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1344
|
-
if ms.LoadMessageInfo() == nil {
|
|
1345
|
-
ms.StoreMessageInfo(mi)
|
|
1346
|
-
}
|
|
1347
|
-
return ms
|
|
1348
|
-
}
|
|
1349
|
-
return mi.MessageOf(x)
|
|
1350
|
-
}
|
|
1351
|
-
|
|
1352
|
-
// Deprecated: Use GetPurchaseRequisitionTrxByIdResponse.ProtoReflect.Descriptor instead.
|
|
1353
|
-
func (*GetPurchaseRequisitionTrxByIdResponse) Descriptor() ([]byte, []int) {
|
|
1354
|
-
return file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{15}
|
|
1355
|
-
}
|
|
1356
|
-
|
|
1357
|
-
func (x *GetPurchaseRequisitionTrxByIdResponse) GetPurchaseRequisitionTransaction() *PurchaseRequisitionTrx {
|
|
1358
|
-
if x != nil {
|
|
1359
|
-
return x.PurchaseRequisitionTransaction
|
|
1360
|
-
}
|
|
1361
|
-
return nil
|
|
1362
|
-
}
|
|
1363
|
-
|
|
1364
|
-
func (x *GetPurchaseRequisitionTrxByIdResponse) GetMeta() *meta.Meta {
|
|
1365
|
-
if x != nil {
|
|
1366
|
-
return x.Meta
|
|
1367
|
-
}
|
|
1368
|
-
return nil
|
|
1369
|
-
}
|
|
1370
|
-
|
|
1371
|
-
type GetPurchaseRequisitionTrxListResponse struct {
|
|
1372
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
1373
|
-
PurchaseRequisitionTransaction []*PurchaseRequisitionTrx `protobuf:"bytes,1,rep,name=purchase_requisition_transaction,json=purchaseRequisitionTransaction,proto3" json:"purchase_requisition_transaction,omitempty"`
|
|
1374
|
-
Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
|
|
1375
|
-
unknownFields protoimpl.UnknownFields
|
|
1376
|
-
sizeCache protoimpl.SizeCache
|
|
1377
|
-
}
|
|
1378
|
-
|
|
1379
|
-
func (x *GetPurchaseRequisitionTrxListResponse) Reset() {
|
|
1380
|
-
*x = GetPurchaseRequisitionTrxListResponse{}
|
|
1381
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[16]
|
|
1382
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1383
|
-
ms.StoreMessageInfo(mi)
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
func (x *GetPurchaseRequisitionTrxListResponse) String() string {
|
|
1387
|
-
return protoimpl.X.MessageStringOf(x)
|
|
1388
|
-
}
|
|
1389
|
-
|
|
1390
|
-
func (*GetPurchaseRequisitionTrxListResponse) ProtoMessage() {}
|
|
1391
|
-
|
|
1392
|
-
func (x *GetPurchaseRequisitionTrxListResponse) ProtoReflect() protoreflect.Message {
|
|
1393
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[16]
|
|
1394
|
-
if x != nil {
|
|
1395
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1396
|
-
if ms.LoadMessageInfo() == nil {
|
|
1397
|
-
ms.StoreMessageInfo(mi)
|
|
1398
|
-
}
|
|
1399
|
-
return ms
|
|
1400
|
-
}
|
|
1401
|
-
return mi.MessageOf(x)
|
|
1402
|
-
}
|
|
1403
|
-
|
|
1404
|
-
// Deprecated: Use GetPurchaseRequisitionTrxListResponse.ProtoReflect.Descriptor instead.
|
|
1405
|
-
func (*GetPurchaseRequisitionTrxListResponse) Descriptor() ([]byte, []int) {
|
|
1406
|
-
return file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{16}
|
|
1407
|
-
}
|
|
1408
|
-
|
|
1409
|
-
func (x *GetPurchaseRequisitionTrxListResponse) GetPurchaseRequisitionTransaction() []*PurchaseRequisitionTrx {
|
|
1410
|
-
if x != nil {
|
|
1411
|
-
return x.PurchaseRequisitionTransaction
|
|
1412
|
-
}
|
|
1413
|
-
return nil
|
|
1414
|
-
}
|
|
1415
|
-
|
|
1416
|
-
func (x *GetPurchaseRequisitionTrxListResponse) GetMeta() *meta.Meta {
|
|
1417
|
-
if x != nil {
|
|
1418
|
-
return x.Meta
|
|
1419
|
-
}
|
|
1420
|
-
return nil
|
|
1421
|
-
}
|
|
1422
|
-
|
|
1423
|
-
type GetPurchaseRequisitionTrxDetailByIdResponse struct {
|
|
1424
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
1425
|
-
Data *transaction_builder.TransactionBuilderFields `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
|
|
1426
|
-
unknownFields protoimpl.UnknownFields
|
|
1427
|
-
sizeCache protoimpl.SizeCache
|
|
1428
|
-
}
|
|
1429
|
-
|
|
1430
|
-
func (x *GetPurchaseRequisitionTrxDetailByIdResponse) Reset() {
|
|
1431
|
-
*x = GetPurchaseRequisitionTrxDetailByIdResponse{}
|
|
1432
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[17]
|
|
1433
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1434
|
-
ms.StoreMessageInfo(mi)
|
|
1435
|
-
}
|
|
1436
|
-
|
|
1437
|
-
func (x *GetPurchaseRequisitionTrxDetailByIdResponse) String() string {
|
|
1438
|
-
return protoimpl.X.MessageStringOf(x)
|
|
1439
|
-
}
|
|
1440
|
-
|
|
1441
|
-
func (*GetPurchaseRequisitionTrxDetailByIdResponse) ProtoMessage() {}
|
|
1442
|
-
|
|
1443
|
-
func (x *GetPurchaseRequisitionTrxDetailByIdResponse) ProtoReflect() protoreflect.Message {
|
|
1444
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[17]
|
|
1445
|
-
if x != nil {
|
|
1446
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1447
|
-
if ms.LoadMessageInfo() == nil {
|
|
1448
|
-
ms.StoreMessageInfo(mi)
|
|
1449
|
-
}
|
|
1450
|
-
return ms
|
|
1451
|
-
}
|
|
1452
|
-
return mi.MessageOf(x)
|
|
1453
|
-
}
|
|
1454
|
-
|
|
1455
|
-
// Deprecated: Use GetPurchaseRequisitionTrxDetailByIdResponse.ProtoReflect.Descriptor instead.
|
|
1456
|
-
func (*GetPurchaseRequisitionTrxDetailByIdResponse) Descriptor() ([]byte, []int) {
|
|
1457
|
-
return file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{17}
|
|
1458
|
-
}
|
|
1459
|
-
|
|
1460
|
-
func (x *GetPurchaseRequisitionTrxDetailByIdResponse) GetData() *transaction_builder.TransactionBuilderFields {
|
|
1461
|
-
if x != nil {
|
|
1462
|
-
return x.Data
|
|
1463
|
-
}
|
|
1464
|
-
return nil
|
|
1465
|
-
}
|
|
1466
|
-
|
|
1467
|
-
type GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse struct {
|
|
1468
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
1469
|
-
PrTransactionBuilder []*transaction_builder.TransactionBuilderFieldsDetail `protobuf:"bytes,3,rep,name=pr_transaction_builder,json=prTransactionBuilder,proto3" json:"pr_transaction_builder,omitempty"`
|
|
1470
|
-
unknownFields protoimpl.UnknownFields
|
|
1471
|
-
sizeCache protoimpl.SizeCache
|
|
1472
|
-
}
|
|
1473
|
-
|
|
1474
|
-
func (x *GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse) Reset() {
|
|
1475
|
-
*x = GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse{}
|
|
1476
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[18]
|
|
1477
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1478
|
-
ms.StoreMessageInfo(mi)
|
|
1479
|
-
}
|
|
1480
|
-
|
|
1481
|
-
func (x *GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse) String() string {
|
|
1482
|
-
return protoimpl.X.MessageStringOf(x)
|
|
1483
|
-
}
|
|
1484
|
-
|
|
1485
|
-
func (*GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse) ProtoMessage() {}
|
|
1486
|
-
|
|
1487
|
-
func (x *GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse) ProtoReflect() protoreflect.Message {
|
|
1488
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[18]
|
|
1489
|
-
if x != nil {
|
|
1490
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1491
|
-
if ms.LoadMessageInfo() == nil {
|
|
1492
|
-
ms.StoreMessageInfo(mi)
|
|
1493
|
-
}
|
|
1494
|
-
return ms
|
|
1495
|
-
}
|
|
1496
|
-
return mi.MessageOf(x)
|
|
1497
|
-
}
|
|
1498
|
-
|
|
1499
|
-
// Deprecated: Use GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse.ProtoReflect.Descriptor instead.
|
|
1500
|
-
func (*GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse) Descriptor() ([]byte, []int) {
|
|
1501
|
-
return file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{18}
|
|
1502
|
-
}
|
|
1503
|
-
|
|
1504
|
-
func (x *GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse) GetPrTransactionBuilder() []*transaction_builder.TransactionBuilderFieldsDetail {
|
|
1505
|
-
if x != nil {
|
|
1506
|
-
return x.PrTransactionBuilder
|
|
1507
|
-
}
|
|
1508
|
-
return nil
|
|
1509
|
-
}
|
|
1510
|
-
|
|
1511
|
-
type GetPurchaseRequisitionTransactionTrxDetail struct {
|
|
1512
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
1513
|
-
PrTransactionBuilder []*transaction_builder.TransactionBuilderFieldsDetail `protobuf:"bytes,1,rep,name=pr_transaction_builder,json=prTransactionBuilder,proto3" json:"pr_transaction_builder,omitempty"`
|
|
1514
|
-
PrTransactionItem []*GetPurchaseRequisitionItemTrxDetail `protobuf:"bytes,2,rep,name=pr_transaction_item,json=prTransactionItem,proto3" json:"pr_transaction_item,omitempty"`
|
|
1515
|
-
unknownFields protoimpl.UnknownFields
|
|
1516
|
-
sizeCache protoimpl.SizeCache
|
|
1517
|
-
}
|
|
1518
|
-
|
|
1519
|
-
func (x *GetPurchaseRequisitionTransactionTrxDetail) Reset() {
|
|
1520
|
-
*x = GetPurchaseRequisitionTransactionTrxDetail{}
|
|
1521
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[19]
|
|
1522
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1523
|
-
ms.StoreMessageInfo(mi)
|
|
1524
|
-
}
|
|
1525
|
-
|
|
1526
|
-
func (x *GetPurchaseRequisitionTransactionTrxDetail) String() string {
|
|
1527
|
-
return protoimpl.X.MessageStringOf(x)
|
|
1528
|
-
}
|
|
1529
|
-
|
|
1530
|
-
func (*GetPurchaseRequisitionTransactionTrxDetail) ProtoMessage() {}
|
|
1531
|
-
|
|
1532
|
-
func (x *GetPurchaseRequisitionTransactionTrxDetail) ProtoReflect() protoreflect.Message {
|
|
1533
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[19]
|
|
1534
|
-
if x != nil {
|
|
1535
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1536
|
-
if ms.LoadMessageInfo() == nil {
|
|
1537
|
-
ms.StoreMessageInfo(mi)
|
|
1538
|
-
}
|
|
1539
|
-
return ms
|
|
1540
|
-
}
|
|
1541
|
-
return mi.MessageOf(x)
|
|
1542
|
-
}
|
|
1543
|
-
|
|
1544
|
-
// Deprecated: Use GetPurchaseRequisitionTransactionTrxDetail.ProtoReflect.Descriptor instead.
|
|
1545
|
-
func (*GetPurchaseRequisitionTransactionTrxDetail) Descriptor() ([]byte, []int) {
|
|
1546
|
-
return file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{19}
|
|
1547
|
-
}
|
|
1548
|
-
|
|
1549
|
-
func (x *GetPurchaseRequisitionTransactionTrxDetail) GetPrTransactionBuilder() []*transaction_builder.TransactionBuilderFieldsDetail {
|
|
1550
|
-
if x != nil {
|
|
1551
|
-
return x.PrTransactionBuilder
|
|
1552
|
-
}
|
|
1553
|
-
return nil
|
|
1554
|
-
}
|
|
1555
|
-
|
|
1556
|
-
func (x *GetPurchaseRequisitionTransactionTrxDetail) GetPrTransactionItem() []*GetPurchaseRequisitionItemTrxDetail {
|
|
1557
|
-
if x != nil {
|
|
1558
|
-
return x.PrTransactionItem
|
|
1559
|
-
}
|
|
1560
|
-
return nil
|
|
1561
|
-
}
|
|
1562
|
-
|
|
1563
|
-
type GetPurchaseRequisitionItemTrxDetail struct {
|
|
1564
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
1565
|
-
PrTransactionItemBuilder []*transaction_builder.TransactionBuilderFieldsDetail `protobuf:"bytes,1,rep,name=pr_transaction_item_builder,json=prTransactionItemBuilder,proto3" json:"pr_transaction_item_builder,omitempty"`
|
|
1566
|
-
PrTransactionItemDetailBuilder []*GetPurchaseRequisitionDetailTrxDetail `protobuf:"bytes,2,rep,name=pr_transaction_item_detail_builder,json=prTransactionItemDetailBuilder,proto3" json:"pr_transaction_item_detail_builder,omitempty"`
|
|
1567
|
-
unknownFields protoimpl.UnknownFields
|
|
1568
|
-
sizeCache protoimpl.SizeCache
|
|
1569
|
-
}
|
|
1570
|
-
|
|
1571
|
-
func (x *GetPurchaseRequisitionItemTrxDetail) Reset() {
|
|
1572
|
-
*x = GetPurchaseRequisitionItemTrxDetail{}
|
|
1573
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[20]
|
|
1574
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1575
|
-
ms.StoreMessageInfo(mi)
|
|
1576
|
-
}
|
|
1577
|
-
|
|
1578
|
-
func (x *GetPurchaseRequisitionItemTrxDetail) String() string {
|
|
1579
|
-
return protoimpl.X.MessageStringOf(x)
|
|
1580
|
-
}
|
|
1581
|
-
|
|
1582
|
-
func (*GetPurchaseRequisitionItemTrxDetail) ProtoMessage() {}
|
|
1583
|
-
|
|
1584
|
-
func (x *GetPurchaseRequisitionItemTrxDetail) ProtoReflect() protoreflect.Message {
|
|
1585
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[20]
|
|
1586
|
-
if x != nil {
|
|
1587
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1588
|
-
if ms.LoadMessageInfo() == nil {
|
|
1589
|
-
ms.StoreMessageInfo(mi)
|
|
1590
|
-
}
|
|
1591
|
-
return ms
|
|
1592
|
-
}
|
|
1593
|
-
return mi.MessageOf(x)
|
|
1594
|
-
}
|
|
1595
|
-
|
|
1596
|
-
// Deprecated: Use GetPurchaseRequisitionItemTrxDetail.ProtoReflect.Descriptor instead.
|
|
1597
|
-
func (*GetPurchaseRequisitionItemTrxDetail) Descriptor() ([]byte, []int) {
|
|
1598
|
-
return file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{20}
|
|
1599
|
-
}
|
|
1600
|
-
|
|
1601
|
-
func (x *GetPurchaseRequisitionItemTrxDetail) GetPrTransactionItemBuilder() []*transaction_builder.TransactionBuilderFieldsDetail {
|
|
1602
|
-
if x != nil {
|
|
1603
|
-
return x.PrTransactionItemBuilder
|
|
1604
|
-
}
|
|
1605
|
-
return nil
|
|
1606
|
-
}
|
|
1607
|
-
|
|
1608
|
-
func (x *GetPurchaseRequisitionItemTrxDetail) GetPrTransactionItemDetailBuilder() []*GetPurchaseRequisitionDetailTrxDetail {
|
|
1609
|
-
if x != nil {
|
|
1610
|
-
return x.PrTransactionItemDetailBuilder
|
|
1611
|
-
}
|
|
1612
|
-
return nil
|
|
1613
|
-
}
|
|
1614
|
-
|
|
1615
|
-
type GetPurchaseRequisitionDetailTrxDetail struct {
|
|
1616
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
1617
|
-
PrTransactionItemBuilder []*transaction_builder.TransactionBuilderFieldsDetail `protobuf:"bytes,1,rep,name=pr_transaction_item_builder,json=prTransactionItemBuilder,proto3" json:"pr_transaction_item_builder,omitempty"`
|
|
1618
|
-
unknownFields protoimpl.UnknownFields
|
|
1619
|
-
sizeCache protoimpl.SizeCache
|
|
1620
|
-
}
|
|
1621
|
-
|
|
1622
|
-
func (x *GetPurchaseRequisitionDetailTrxDetail) Reset() {
|
|
1623
|
-
*x = GetPurchaseRequisitionDetailTrxDetail{}
|
|
1624
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[21]
|
|
1625
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1626
|
-
ms.StoreMessageInfo(mi)
|
|
1627
|
-
}
|
|
1628
|
-
|
|
1629
|
-
func (x *GetPurchaseRequisitionDetailTrxDetail) String() string {
|
|
1630
|
-
return protoimpl.X.MessageStringOf(x)
|
|
1631
|
-
}
|
|
1632
|
-
|
|
1633
|
-
func (*GetPurchaseRequisitionDetailTrxDetail) ProtoMessage() {}
|
|
1634
|
-
|
|
1635
|
-
func (x *GetPurchaseRequisitionDetailTrxDetail) ProtoReflect() protoreflect.Message {
|
|
1636
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[21]
|
|
1637
|
-
if x != nil {
|
|
1638
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1639
|
-
if ms.LoadMessageInfo() == nil {
|
|
1640
|
-
ms.StoreMessageInfo(mi)
|
|
1641
|
-
}
|
|
1642
|
-
return ms
|
|
1643
|
-
}
|
|
1644
|
-
return mi.MessageOf(x)
|
|
1645
|
-
}
|
|
1646
|
-
|
|
1647
|
-
// Deprecated: Use GetPurchaseRequisitionDetailTrxDetail.ProtoReflect.Descriptor instead.
|
|
1648
|
-
func (*GetPurchaseRequisitionDetailTrxDetail) Descriptor() ([]byte, []int) {
|
|
1649
|
-
return file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{21}
|
|
1650
|
-
}
|
|
1651
|
-
|
|
1652
|
-
func (x *GetPurchaseRequisitionDetailTrxDetail) GetPrTransactionItemBuilder() []*transaction_builder.TransactionBuilderFieldsDetail {
|
|
1653
|
-
if x != nil {
|
|
1654
|
-
return x.PrTransactionItemBuilder
|
|
1655
|
-
}
|
|
1656
|
-
return nil
|
|
1657
|
-
}
|
|
1658
|
-
|
|
1659
|
-
type GetPurchaseRequisitionTrxDetailListResponse struct {
|
|
1660
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
1661
|
-
Data []*transaction_builder.TransactionBuilderWithDetails `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
|
|
1662
|
-
Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
|
|
1663
|
-
unknownFields protoimpl.UnknownFields
|
|
1664
|
-
sizeCache protoimpl.SizeCache
|
|
1665
|
-
}
|
|
1666
|
-
|
|
1667
|
-
func (x *GetPurchaseRequisitionTrxDetailListResponse) Reset() {
|
|
1668
|
-
*x = GetPurchaseRequisitionTrxDetailListResponse{}
|
|
1669
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[22]
|
|
1670
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1671
|
-
ms.StoreMessageInfo(mi)
|
|
1672
|
-
}
|
|
1673
|
-
|
|
1674
|
-
func (x *GetPurchaseRequisitionTrxDetailListResponse) String() string {
|
|
1675
|
-
return protoimpl.X.MessageStringOf(x)
|
|
1676
|
-
}
|
|
1677
|
-
|
|
1678
|
-
func (*GetPurchaseRequisitionTrxDetailListResponse) ProtoMessage() {}
|
|
1679
|
-
|
|
1680
|
-
func (x *GetPurchaseRequisitionTrxDetailListResponse) ProtoReflect() protoreflect.Message {
|
|
1681
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[22]
|
|
1682
|
-
if x != nil {
|
|
1683
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1684
|
-
if ms.LoadMessageInfo() == nil {
|
|
1685
|
-
ms.StoreMessageInfo(mi)
|
|
1686
|
-
}
|
|
1687
|
-
return ms
|
|
1688
|
-
}
|
|
1689
|
-
return mi.MessageOf(x)
|
|
1690
|
-
}
|
|
1691
|
-
|
|
1692
|
-
// Deprecated: Use GetPurchaseRequisitionTrxDetailListResponse.ProtoReflect.Descriptor instead.
|
|
1693
|
-
func (*GetPurchaseRequisitionTrxDetailListResponse) Descriptor() ([]byte, []int) {
|
|
1694
|
-
return file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{22}
|
|
1695
|
-
}
|
|
1696
|
-
|
|
1697
|
-
func (x *GetPurchaseRequisitionTrxDetailListResponse) GetData() []*transaction_builder.TransactionBuilderWithDetails {
|
|
1698
|
-
if x != nil {
|
|
1699
|
-
return x.Data
|
|
1700
|
-
}
|
|
1701
|
-
return nil
|
|
1702
|
-
}
|
|
1703
|
-
|
|
1704
|
-
func (x *GetPurchaseRequisitionTrxDetailListResponse) GetMeta() *meta.Meta {
|
|
1705
|
-
if x != nil {
|
|
1706
|
-
return x.Meta
|
|
1707
|
-
}
|
|
1708
|
-
return nil
|
|
1709
|
-
}
|
|
1710
|
-
|
|
1711
|
-
type GetPurchaseRequisitionTrxDetailListTableResponse struct {
|
|
1712
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
1713
|
-
Data []*transaction_builder.TransactionBuilderWithDetailTableRes `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
|
|
1714
|
-
Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
|
|
1715
|
-
unknownFields protoimpl.UnknownFields
|
|
1716
|
-
sizeCache protoimpl.SizeCache
|
|
1717
|
-
}
|
|
1718
|
-
|
|
1719
|
-
func (x *GetPurchaseRequisitionTrxDetailListTableResponse) Reset() {
|
|
1720
|
-
*x = GetPurchaseRequisitionTrxDetailListTableResponse{}
|
|
1721
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[23]
|
|
1722
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1723
|
-
ms.StoreMessageInfo(mi)
|
|
1724
|
-
}
|
|
1725
|
-
|
|
1726
|
-
func (x *GetPurchaseRequisitionTrxDetailListTableResponse) String() string {
|
|
1727
|
-
return protoimpl.X.MessageStringOf(x)
|
|
1728
|
-
}
|
|
1729
|
-
|
|
1730
|
-
func (*GetPurchaseRequisitionTrxDetailListTableResponse) ProtoMessage() {}
|
|
1731
|
-
|
|
1732
|
-
func (x *GetPurchaseRequisitionTrxDetailListTableResponse) ProtoReflect() protoreflect.Message {
|
|
1733
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[23]
|
|
1734
|
-
if x != nil {
|
|
1735
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1736
|
-
if ms.LoadMessageInfo() == nil {
|
|
1737
|
-
ms.StoreMessageInfo(mi)
|
|
1738
|
-
}
|
|
1739
|
-
return ms
|
|
1740
|
-
}
|
|
1741
|
-
return mi.MessageOf(x)
|
|
1742
|
-
}
|
|
1743
|
-
|
|
1744
|
-
// Deprecated: Use GetPurchaseRequisitionTrxDetailListTableResponse.ProtoReflect.Descriptor instead.
|
|
1745
|
-
func (*GetPurchaseRequisitionTrxDetailListTableResponse) Descriptor() ([]byte, []int) {
|
|
1746
|
-
return file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{23}
|
|
1747
|
-
}
|
|
1748
|
-
|
|
1749
|
-
func (x *GetPurchaseRequisitionTrxDetailListTableResponse) GetData() []*transaction_builder.TransactionBuilderWithDetailTableRes {
|
|
1750
|
-
if x != nil {
|
|
1751
|
-
return x.Data
|
|
1752
|
-
}
|
|
1753
|
-
return nil
|
|
1754
|
-
}
|
|
1755
|
-
|
|
1756
|
-
func (x *GetPurchaseRequisitionTrxDetailListTableResponse) GetMeta() *meta.Meta {
|
|
1757
|
-
if x != nil {
|
|
1758
|
-
return x.Meta
|
|
1759
|
-
}
|
|
1760
|
-
return nil
|
|
1761
|
-
}
|
|
1762
|
-
|
|
1763
|
-
type GetPurchaseRequisitionTrxDetailListDetailResponse struct {
|
|
1764
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
1765
|
-
Data []*transaction_builder.TransactionBuilderWithDetailRes `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
|
|
1766
|
-
Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
|
|
1767
|
-
unknownFields protoimpl.UnknownFields
|
|
1768
|
-
sizeCache protoimpl.SizeCache
|
|
1769
|
-
}
|
|
1770
|
-
|
|
1771
|
-
func (x *GetPurchaseRequisitionTrxDetailListDetailResponse) Reset() {
|
|
1772
|
-
*x = GetPurchaseRequisitionTrxDetailListDetailResponse{}
|
|
1773
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[24]
|
|
1774
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1775
|
-
ms.StoreMessageInfo(mi)
|
|
1776
|
-
}
|
|
1777
|
-
|
|
1778
|
-
func (x *GetPurchaseRequisitionTrxDetailListDetailResponse) String() string {
|
|
1779
|
-
return protoimpl.X.MessageStringOf(x)
|
|
1780
|
-
}
|
|
1781
|
-
|
|
1782
|
-
func (*GetPurchaseRequisitionTrxDetailListDetailResponse) ProtoMessage() {}
|
|
1783
|
-
|
|
1784
|
-
func (x *GetPurchaseRequisitionTrxDetailListDetailResponse) ProtoReflect() protoreflect.Message {
|
|
1785
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[24]
|
|
1786
|
-
if x != nil {
|
|
1787
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1788
|
-
if ms.LoadMessageInfo() == nil {
|
|
1789
|
-
ms.StoreMessageInfo(mi)
|
|
1790
|
-
}
|
|
1791
|
-
return ms
|
|
1792
|
-
}
|
|
1793
|
-
return mi.MessageOf(x)
|
|
1794
|
-
}
|
|
1795
|
-
|
|
1796
|
-
// Deprecated: Use GetPurchaseRequisitionTrxDetailListDetailResponse.ProtoReflect.Descriptor instead.
|
|
1797
|
-
func (*GetPurchaseRequisitionTrxDetailListDetailResponse) Descriptor() ([]byte, []int) {
|
|
1798
|
-
return file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{24}
|
|
1799
|
-
}
|
|
1800
|
-
|
|
1801
|
-
func (x *GetPurchaseRequisitionTrxDetailListDetailResponse) GetData() []*transaction_builder.TransactionBuilderWithDetailRes {
|
|
1802
|
-
if x != nil {
|
|
1803
|
-
return x.Data
|
|
1804
|
-
}
|
|
1805
|
-
return nil
|
|
1806
|
-
}
|
|
1807
|
-
|
|
1808
|
-
func (x *GetPurchaseRequisitionTrxDetailListDetailResponse) GetMeta() *meta.Meta {
|
|
1809
|
-
if x != nil {
|
|
1810
|
-
return x.Meta
|
|
1811
|
-
}
|
|
1812
|
-
return nil
|
|
1813
|
-
}
|
|
1814
|
-
|
|
1815
|
-
type GetPurchaseRequisitionTransactionTrxDetailPreloadResponse struct {
|
|
1816
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
1817
|
-
PrTransactionBuilder []*transaction_builder.TransactionBuilderFieldsDetail `protobuf:"bytes,1,rep,name=pr_transaction_builder,json=prTransactionBuilder,proto3" json:"pr_transaction_builder,omitempty"`
|
|
1818
|
-
PrTransactionBuilderItems []*GetPurchaseRequisitionTransactionTrxDetailItemPreload `protobuf:"bytes,2,rep,name=pr_transaction_builder_items,json=prTransactionBuilderItems,proto3" json:"pr_transaction_builder_items,omitempty"`
|
|
1819
|
-
unknownFields protoimpl.UnknownFields
|
|
1820
|
-
sizeCache protoimpl.SizeCache
|
|
1821
|
-
}
|
|
1822
|
-
|
|
1823
|
-
func (x *GetPurchaseRequisitionTransactionTrxDetailPreloadResponse) Reset() {
|
|
1824
|
-
*x = GetPurchaseRequisitionTransactionTrxDetailPreloadResponse{}
|
|
1825
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[25]
|
|
1826
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1827
|
-
ms.StoreMessageInfo(mi)
|
|
1828
|
-
}
|
|
1829
|
-
|
|
1830
|
-
func (x *GetPurchaseRequisitionTransactionTrxDetailPreloadResponse) String() string {
|
|
1831
|
-
return protoimpl.X.MessageStringOf(x)
|
|
1832
|
-
}
|
|
1833
|
-
|
|
1834
|
-
func (*GetPurchaseRequisitionTransactionTrxDetailPreloadResponse) ProtoMessage() {}
|
|
1835
|
-
|
|
1836
|
-
func (x *GetPurchaseRequisitionTransactionTrxDetailPreloadResponse) ProtoReflect() protoreflect.Message {
|
|
1837
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[25]
|
|
1838
|
-
if x != nil {
|
|
1839
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1840
|
-
if ms.LoadMessageInfo() == nil {
|
|
1841
|
-
ms.StoreMessageInfo(mi)
|
|
1842
|
-
}
|
|
1843
|
-
return ms
|
|
1844
|
-
}
|
|
1845
|
-
return mi.MessageOf(x)
|
|
1846
|
-
}
|
|
1847
|
-
|
|
1848
|
-
// Deprecated: Use GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.ProtoReflect.Descriptor instead.
|
|
1849
|
-
func (*GetPurchaseRequisitionTransactionTrxDetailPreloadResponse) Descriptor() ([]byte, []int) {
|
|
1850
|
-
return file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{25}
|
|
1851
|
-
}
|
|
1852
|
-
|
|
1853
|
-
func (x *GetPurchaseRequisitionTransactionTrxDetailPreloadResponse) GetPrTransactionBuilder() []*transaction_builder.TransactionBuilderFieldsDetail {
|
|
1854
|
-
if x != nil {
|
|
1855
|
-
return x.PrTransactionBuilder
|
|
1856
|
-
}
|
|
1857
|
-
return nil
|
|
1858
|
-
}
|
|
1859
|
-
|
|
1860
|
-
func (x *GetPurchaseRequisitionTransactionTrxDetailPreloadResponse) GetPrTransactionBuilderItems() []*GetPurchaseRequisitionTransactionTrxDetailItemPreload {
|
|
1861
|
-
if x != nil {
|
|
1862
|
-
return x.PrTransactionBuilderItems
|
|
1863
|
-
}
|
|
1864
|
-
return nil
|
|
1865
|
-
}
|
|
1866
|
-
|
|
1867
|
-
type GetPurchaseRequisitionTransactionTrxDetailItemPreload struct {
|
|
1868
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
1869
|
-
PrTransactionBuilderItem []*transaction_builder.TransactionBuilderFieldsDetail `protobuf:"bytes,1,rep,name=pr_transaction_builder_item,json=prTransactionBuilderItem,proto3" json:"pr_transaction_builder_item,omitempty"`
|
|
1870
|
-
PrTransactionBuilderItemDetails []*GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload `protobuf:"bytes,2,rep,name=pr_transaction_builder_item_details,json=prTransactionBuilderItemDetails,proto3" json:"pr_transaction_builder_item_details,omitempty"`
|
|
1871
|
-
unknownFields protoimpl.UnknownFields
|
|
1872
|
-
sizeCache protoimpl.SizeCache
|
|
1873
|
-
}
|
|
1874
|
-
|
|
1875
|
-
func (x *GetPurchaseRequisitionTransactionTrxDetailItemPreload) Reset() {
|
|
1876
|
-
*x = GetPurchaseRequisitionTransactionTrxDetailItemPreload{}
|
|
1877
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[26]
|
|
1878
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1879
|
-
ms.StoreMessageInfo(mi)
|
|
1880
|
-
}
|
|
1881
|
-
|
|
1882
|
-
func (x *GetPurchaseRequisitionTransactionTrxDetailItemPreload) String() string {
|
|
1883
|
-
return protoimpl.X.MessageStringOf(x)
|
|
1884
|
-
}
|
|
1885
|
-
|
|
1886
|
-
func (*GetPurchaseRequisitionTransactionTrxDetailItemPreload) ProtoMessage() {}
|
|
1887
|
-
|
|
1888
|
-
func (x *GetPurchaseRequisitionTransactionTrxDetailItemPreload) ProtoReflect() protoreflect.Message {
|
|
1889
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[26]
|
|
1890
|
-
if x != nil {
|
|
1891
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1892
|
-
if ms.LoadMessageInfo() == nil {
|
|
1893
|
-
ms.StoreMessageInfo(mi)
|
|
1894
|
-
}
|
|
1895
|
-
return ms
|
|
1896
|
-
}
|
|
1897
|
-
return mi.MessageOf(x)
|
|
1898
|
-
}
|
|
1899
|
-
|
|
1900
|
-
// Deprecated: Use GetPurchaseRequisitionTransactionTrxDetailItemPreload.ProtoReflect.Descriptor instead.
|
|
1901
|
-
func (*GetPurchaseRequisitionTransactionTrxDetailItemPreload) Descriptor() ([]byte, []int) {
|
|
1902
|
-
return file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{26}
|
|
1903
|
-
}
|
|
1904
|
-
|
|
1905
|
-
func (x *GetPurchaseRequisitionTransactionTrxDetailItemPreload) GetPrTransactionBuilderItem() []*transaction_builder.TransactionBuilderFieldsDetail {
|
|
1906
|
-
if x != nil {
|
|
1907
|
-
return x.PrTransactionBuilderItem
|
|
1908
|
-
}
|
|
1909
|
-
return nil
|
|
1910
|
-
}
|
|
1911
|
-
|
|
1912
|
-
func (x *GetPurchaseRequisitionTransactionTrxDetailItemPreload) GetPrTransactionBuilderItemDetails() []*GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload {
|
|
1913
|
-
if x != nil {
|
|
1914
|
-
return x.PrTransactionBuilderItemDetails
|
|
1915
|
-
}
|
|
1916
|
-
return nil
|
|
1917
|
-
}
|
|
1918
|
-
|
|
1919
|
-
type GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload struct {
|
|
1920
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
1921
|
-
PrTransactionBuilderItemDetail []*transaction_builder.TransactionBuilderFieldsDetail `protobuf:"bytes,1,rep,name=pr_transaction_builder_item_detail,json=prTransactionBuilderItemDetail,proto3" json:"pr_transaction_builder_item_detail,omitempty"`
|
|
1922
|
-
unknownFields protoimpl.UnknownFields
|
|
1923
|
-
sizeCache protoimpl.SizeCache
|
|
1924
|
-
}
|
|
1925
|
-
|
|
1926
|
-
func (x *GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload) Reset() {
|
|
1927
|
-
*x = GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload{}
|
|
1928
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[27]
|
|
1929
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1930
|
-
ms.StoreMessageInfo(mi)
|
|
1931
|
-
}
|
|
1932
|
-
|
|
1933
|
-
func (x *GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload) String() string {
|
|
1934
|
-
return protoimpl.X.MessageStringOf(x)
|
|
1935
|
-
}
|
|
1936
|
-
|
|
1937
|
-
func (*GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload) ProtoMessage() {}
|
|
1938
|
-
|
|
1939
|
-
func (x *GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload) ProtoReflect() protoreflect.Message {
|
|
1940
|
-
mi := &file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[27]
|
|
1941
|
-
if x != nil {
|
|
1942
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1943
|
-
if ms.LoadMessageInfo() == nil {
|
|
1944
|
-
ms.StoreMessageInfo(mi)
|
|
1945
|
-
}
|
|
1946
|
-
return ms
|
|
1947
|
-
}
|
|
1948
|
-
return mi.MessageOf(x)
|
|
1949
|
-
}
|
|
1950
|
-
|
|
1951
|
-
// Deprecated: Use GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload.ProtoReflect.Descriptor instead.
|
|
1952
|
-
func (*GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload) Descriptor() ([]byte, []int) {
|
|
1953
|
-
return file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP(), []int{27}
|
|
1954
|
-
}
|
|
1955
|
-
|
|
1956
|
-
func (x *GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload) GetPrTransactionBuilderItemDetail() []*transaction_builder.TransactionBuilderFieldsDetail {
|
|
1957
|
-
if x != nil {
|
|
1958
|
-
return x.PrTransactionBuilderItemDetail
|
|
1959
|
-
}
|
|
1960
|
-
return nil
|
|
1961
|
-
}
|
|
1962
|
-
|
|
1963
|
-
var File_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto protoreflect.FileDescriptor
|
|
1964
|
-
|
|
1965
|
-
var file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDesc = string([]byte{
|
|
1966
|
-
0x0a, 0x41, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x75, 0x72, 0x63,
|
|
1967
|
-
0x68, 0x61, 0x73, 0x65, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e,
|
|
1968
|
-
0x5f, 0x74, 0x72, 0x78, 0x2f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x72, 0x65,
|
|
1969
|
-
0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x72, 0x78, 0x2e, 0x70, 0x72,
|
|
1970
|
-
0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x67,
|
|
1971
|
-
0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2e,
|
|
1972
|
-
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x3c, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31,
|
|
1973
|
-
0x2f, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f,
|
|
1974
|
-
0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61,
|
|
1975
|
-
0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x70, 0x72,
|
|
1976
|
-
0x6f, 0x74, 0x6f, 0x1a, 0x2b, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x64,
|
|
1977
|
-
0x6f, 0x63, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x2f, 0x64, 0x6f, 0x63,
|
|
1978
|
-
0x75, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
1979
|
-
0x22, 0xa8, 0x07, 0x0a, 0x16, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71,
|
|
1980
|
-
0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x12, 0x0e, 0x0a, 0x02, 0x69,
|
|
1981
|
-
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x74,
|
|
1982
|
-
0x69, 0x74, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c,
|
|
1983
|
-
0x65, 0x12, 0x55, 0x0a, 0x27, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x72, 0x65,
|
|
1984
|
-
0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61,
|
|
1985
|
-
0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01,
|
|
1986
|
-
0x28, 0x09, 0x52, 0x24, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75,
|
|
1987
|
-
0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69,
|
|
1988
|
-
0x6f, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x2a, 0x0a, 0x11, 0x69, 0x74, 0x65, 0x6d,
|
|
1989
|
-
0x5f, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x5f, 0x72, 0x65, 0x66, 0x18, 0x04, 0x20,
|
|
1990
|
-
0x01, 0x28, 0x09, 0x52, 0x0f, 0x69, 0x74, 0x65, 0x6d, 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72,
|
|
1991
|
-
0x79, 0x52, 0x65, 0x66, 0x12, 0x32, 0x0a, 0x15, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f,
|
|
1992
|
-
0x61, 0x73, 0x73, 0x69, 0x67, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x72, 0x65, 0x66, 0x18, 0x05, 0x20,
|
|
1993
|
-
0x01, 0x28, 0x09, 0x52, 0x13, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x73, 0x73, 0x69,
|
|
1994
|
-
0x67, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x66, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x75, 0x72, 0x72,
|
|
1995
|
-
0x65, 0x6e, 0x63, 0x79, 0x5f, 0x72, 0x65, 0x66, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b,
|
|
1996
|
-
0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x63, 0x79, 0x52, 0x65, 0x66, 0x12, 0x3a, 0x0a, 0x19, 0x70,
|
|
1997
|
-
0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74,
|
|
1998
|
-
0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x17,
|
|
1999
|
-
0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74,
|
|
2000
|
-
0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x65, 0x70, 0x61, 0x72,
|
|
2001
|
-
0x74, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x64, 0x65, 0x70,
|
|
2002
|
-
0x61, 0x72, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x37, 0x0a, 0x17, 0x70, 0x75, 0x72, 0x63, 0x68,
|
|
2003
|
-
0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69,
|
|
2004
|
-
0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x16, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61,
|
|
2005
|
-
0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
|
2006
|
-
0x12, 0x19, 0x0a, 0x08, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x63, 0x63, 0x18, 0x0a, 0x20, 0x01,
|
|
2007
|
-
0x28, 0x09, 0x52, 0x07, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x43, 0x63, 0x12, 0x1b, 0x0a, 0x09, 0x70,
|
|
2008
|
-
0x6c, 0x61, 0x6e, 0x74, 0x5f, 0x72, 0x65, 0x66, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
|
|
2009
|
-
0x70, 0x6c, 0x61, 0x6e, 0x74, 0x52, 0x65, 0x66, 0x12, 0x29, 0x0a, 0x10, 0x70, 0x75, 0x72, 0x63,
|
|
2010
|
-
0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x0c, 0x20, 0x01,
|
|
2011
|
-
0x28, 0x09, 0x52, 0x0f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72,
|
|
2012
|
-
0x6f, 0x75, 0x70, 0x12, 0x2d, 0x0a, 0x12, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x5f, 0x74, 0x72,
|
|
2013
|
-
0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
2014
|
-
0x11, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69,
|
|
2015
|
-
0x6f, 0x6e, 0x12, 0x59, 0x0a, 0x1a, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x72,
|
|
2016
|
-
0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x74, 0x65, 0x6d, 0x73,
|
|
2017
|
-
0x18, 0x0e, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73,
|
|
2018
|
-
0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x74, 0x65, 0x6d,
|
|
2019
|
-
0x54, 0x72, 0x78, 0x52, 0x18, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71,
|
|
2020
|
-
0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x23, 0x0a,
|
|
2021
|
-
0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x0f,
|
|
2022
|
-
0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73,
|
|
2023
|
-
0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74,
|
|
2024
|
-
0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41,
|
|
2025
|
-
0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18,
|
|
2026
|
-
0x11, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74,
|
|
2027
|
-
0x12, 0x2a, 0x0a, 0x11, 0x64, 0x6f, 0x63, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x79, 0x70,
|
|
2028
|
-
0x65, 0x5f, 0x72, 0x65, 0x66, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x64, 0x6f, 0x63,
|
|
2029
|
-
0x75, 0x6d, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x52, 0x65, 0x66, 0x12, 0x32, 0x0a, 0x15,
|
|
2030
|
-
0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x5f, 0x73, 0x65, 0x71,
|
|
2031
|
-
0x75, 0x65, 0x6e, 0x63, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09, 0x52, 0x13, 0x6e, 0x75, 0x6d,
|
|
2032
|
-
0x62, 0x65, 0x72, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x53, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x65,
|
|
2033
|
-
0x12, 0x37, 0x0a, 0x0d, 0x64, 0x6f, 0x63, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x79, 0x70,
|
|
2034
|
-
0x65, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x44, 0x6f, 0x63, 0x75, 0x6d, 0x65,
|
|
2035
|
-
0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x48, 0x00, 0x52, 0x0c, 0x64, 0x6f, 0x63, 0x75, 0x6d, 0x65,
|
|
2036
|
-
0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x88, 0x01, 0x01, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x64, 0x6f,
|
|
2037
|
-
0x63, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x22, 0xb8, 0x05, 0x0a, 0x1a,
|
|
2038
|
-
0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74,
|
|
2039
|
-
0x69, 0x6f, 0x6e, 0x49, 0x74, 0x65, 0x6d, 0x54, 0x72, 0x78, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64,
|
|
2040
|
-
0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x23, 0x0a, 0x0d, 0x61, 0x63,
|
|
2041
|
-
0x63, 0x5f, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
2042
|
-
0x09, 0x52, 0x0c, 0x61, 0x63, 0x63, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6d, 0x65, 0x6e, 0x74, 0x12,
|
|
2043
|
-
0x25, 0x0a, 0x0e, 0x6d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x67, 0x72, 0x6f, 0x75,
|
|
2044
|
-
0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61,
|
|
2045
|
-
0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x23, 0x0a, 0x0d, 0x6d, 0x61, 0x74, 0x65, 0x72, 0x69,
|
|
2046
|
-
0x61, 0x6c, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6d,
|
|
2047
|
-
0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x2d, 0x0a, 0x12, 0x64,
|
|
2048
|
-
0x65, 0x74, 0x61, 0x69, 0x6c, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f,
|
|
2049
|
-
0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x64, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x44,
|
|
2050
|
-
0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65,
|
|
2051
|
-
0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
2052
|
-
0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x08,
|
|
2053
|
-
0x71, 0x75, 0x61, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x02, 0x52, 0x08,
|
|
2054
|
-
0x71, 0x75, 0x61, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x26, 0x0a, 0x0f, 0x75, 0x6e, 0x69, 0x74,
|
|
2055
|
-
0x5f, 0x6f, 0x66, 0x5f, 0x6d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28,
|
|
2056
|
-
0x09, 0x52, 0x0d, 0x75, 0x6e, 0x69, 0x74, 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65,
|
|
2057
|
-
0x12, 0x30, 0x0a, 0x14, 0x65, 0x73, 0x74, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x75, 0x6e,
|
|
2058
|
-
0x69, 0x74, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x02, 0x52, 0x12,
|
|
2059
|
-
0x65, 0x73, 0x74, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x64, 0x55, 0x6e, 0x69, 0x74, 0x50, 0x72, 0x69,
|
|
2060
|
-
0x63, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x64, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x72, 0x79, 0x5f, 0x64,
|
|
2061
|
-
0x61, 0x74, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x64, 0x65, 0x6c, 0x69, 0x76,
|
|
2062
|
-
0x65, 0x72, 0x79, 0x44, 0x61, 0x74, 0x65, 0x12, 0x32, 0x0a, 0x15, 0x70, 0x6c, 0x61, 0x6e, 0x6e,
|
|
2063
|
-
0x65, 0x64, 0x5f, 0x64, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x72, 0x79, 0x5f, 0x74, 0x69, 0x6d, 0x65,
|
|
2064
|
-
0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x13, 0x70, 0x6c, 0x61, 0x6e, 0x6e, 0x65, 0x64, 0x44,
|
|
2065
|
-
0x65, 0x6c, 0x69, 0x76, 0x65, 0x72, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x2d, 0x0a, 0x12, 0x63,
|
|
2066
|
-
0x75, 0x73, 0x74, 0x6f, 0x6d, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f,
|
|
2067
|
-
0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x54,
|
|
2068
|
-
0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x67, 0x0a, 0x20, 0x70, 0x75,
|
|
2069
|
-
0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69,
|
|
2070
|
-
0x6f, 0x6e, 0x5f, 0x69, 0x74, 0x65, 0x6d, 0x5f, 0x64, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x18, 0x0d,
|
|
2071
|
-
0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52,
|
|
2072
|
-
0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x74, 0x65, 0x6d, 0x44, 0x65,
|
|
2073
|
-
0x74, 0x61, 0x69, 0x6c, 0x52, 0x1d, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65,
|
|
2074
|
-
0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x74, 0x65, 0x6d, 0x44, 0x65, 0x74,
|
|
2075
|
-
0x61, 0x69, 0x6c, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65,
|
|
2076
|
-
0x73, 0x5f, 0x69, 0x64, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65,
|
|
2077
|
-
0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61,
|
|
2078
|
-
0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x72,
|
|
2079
|
-
0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74,
|
|
2080
|
-
0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x75, 0x70, 0x64,
|
|
2081
|
-
0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x22, 0xd0, 0x03, 0x0a, 0x1d, 0x50, 0x75, 0x72, 0x63, 0x68,
|
|
2082
|
-
0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x74,
|
|
2083
|
-
0x65, 0x6d, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01,
|
|
2084
|
-
0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x41, 0x0a, 0x1d, 0x70, 0x75, 0x72, 0x63,
|
|
2085
|
-
0x68, 0x61, 0x73, 0x65, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e,
|
|
2086
|
-
0x5f, 0x69, 0x74, 0x65, 0x6d, 0x5f, 0x72, 0x65, 0x66, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
2087
|
-
0x1a, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69,
|
|
2088
|
-
0x74, 0x69, 0x6f, 0x6e, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x65, 0x66, 0x12, 0x1d, 0x0a, 0x0a, 0x67,
|
|
2089
|
-
0x6c, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
2090
|
-
0x09, 0x67, 0x6c, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x34, 0x0a, 0x16, 0x67, 0x6c,
|
|
2091
|
-
0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70,
|
|
2092
|
-
0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x67, 0x6c, 0x41, 0x63,
|
|
2093
|
-
0x63, 0x6f, 0x75, 0x6e, 0x74, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e,
|
|
2094
|
-
0x12, 0x26, 0x0a, 0x0f, 0x75, 0x6e, 0x69, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x6d, 0x65, 0x61, 0x73,
|
|
2095
|
-
0x75, 0x72, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x75, 0x6e, 0x69, 0x74, 0x4f,
|
|
2096
|
-
0x66, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x12, 0x27, 0x0a, 0x0f, 0x76, 0x61, 0x6c, 0x75,
|
|
2097
|
-
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28,
|
|
2098
|
-
0x02, 0x52, 0x0e, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x69, 0x63,
|
|
2099
|
-
0x65, 0x12, 0x24, 0x0a, 0x0d, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e,
|
|
2100
|
-
0x65, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73,
|
|
2101
|
-
0x69, 0x74, 0x69, 0x6f, 0x6e, 0x65, 0x72, 0x12, 0x2d, 0x0a, 0x12, 0x63, 0x75, 0x73, 0x74, 0x6f,
|
|
2102
|
-
0x6d, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20,
|
|
2103
|
-
0x01, 0x28, 0x09, 0x52, 0x11, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x54, 0x72, 0x61, 0x6e, 0x73,
|
|
2104
|
-
0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65,
|
|
2105
|
-
0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72,
|
|
2106
|
-
0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x63,
|
|
2107
|
-
0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
2108
|
-
0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x75, 0x70,
|
|
2109
|
-
0x64, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
|
|
2110
|
-
0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x22, 0xbe, 0x05, 0x0a, 0x1a, 0x42, 0x61,
|
|
2111
|
-
0x73, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73,
|
|
2112
|
-
0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c,
|
|
2113
|
-
0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x55,
|
|
2114
|
-
0x0a, 0x27, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x69,
|
|
2115
|
-
0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69,
|
|
2116
|
-
0x6f, 0x6e, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
2117
|
-
0x24, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69,
|
|
2118
|
-
0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e,
|
|
2119
|
-
0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x2a, 0x0a, 0x11, 0x69, 0x74, 0x65, 0x6d, 0x5f, 0x63, 0x61,
|
|
2120
|
-
0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x5f, 0x72, 0x65, 0x66, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
|
|
2121
|
-
0x52, 0x0f, 0x69, 0x74, 0x65, 0x6d, 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x52, 0x65,
|
|
2122
|
-
0x66, 0x12, 0x32, 0x0a, 0x15, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x61, 0x73, 0x73,
|
|
2123
|
-
0x69, 0x67, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x72, 0x65, 0x66, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
|
|
2124
|
-
0x52, 0x13, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6d, 0x65,
|
|
2125
|
-
0x6e, 0x74, 0x52, 0x65, 0x66, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x63,
|
|
2126
|
-
0x79, 0x5f, 0x72, 0x65, 0x66, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x75, 0x72,
|
|
2127
|
-
0x72, 0x65, 0x6e, 0x63, 0x79, 0x52, 0x65, 0x66, 0x12, 0x3a, 0x0a, 0x19, 0x70, 0x75, 0x72, 0x63,
|
|
2128
|
-
0x68, 0x61, 0x73, 0x65, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e,
|
|
2129
|
-
0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x17, 0x70, 0x75, 0x72,
|
|
2130
|
-
0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e,
|
|
2131
|
-
0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x65, 0x70, 0x61, 0x72, 0x74, 0x6d, 0x65,
|
|
2132
|
-
0x6e, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x64, 0x65, 0x70, 0x61, 0x72, 0x74,
|
|
2133
|
-
0x6d, 0x65, 0x6e, 0x74, 0x12, 0x37, 0x0a, 0x17, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69,
|
|
2134
|
-
0x6e, 0x67, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18,
|
|
2135
|
-
0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x16, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e,
|
|
2136
|
-
0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x19, 0x0a,
|
|
2137
|
-
0x08, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x63, 0x63, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
2138
|
-
0x07, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x43, 0x63, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x6c, 0x61, 0x6e,
|
|
2139
|
-
0x74, 0x5f, 0x72, 0x65, 0x66, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x6c, 0x61,
|
|
2140
|
-
0x6e, 0x74, 0x52, 0x65, 0x66, 0x12, 0x29, 0x0a, 0x10, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73,
|
|
2141
|
-
0x69, 0x6e, 0x67, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
2142
|
-
0x0f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70,
|
|
2143
|
-
0x12, 0x2d, 0x0a, 0x12, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73,
|
|
2144
|
-
0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x63, 0x75,
|
|
2145
|
-
0x73, 0x74, 0x6f, 0x6d, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12,
|
|
2146
|
-
0x5d, 0x0a, 0x1a, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x72, 0x65, 0x71, 0x75,
|
|
2147
|
-
0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x0d, 0x20,
|
|
2148
|
-
0x03, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61,
|
|
2149
|
-
0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x74, 0x65,
|
|
2150
|
-
0x6d, 0x54, 0x72, 0x78, 0x52, 0x18, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65,
|
|
2151
|
-
0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x2a,
|
|
2152
|
-
0x0a, 0x11, 0x64, 0x6f, 0x63, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f,
|
|
2153
|
-
0x72, 0x65, 0x66, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x64, 0x6f, 0x63, 0x75, 0x6d,
|
|
2154
|
-
0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x52, 0x65, 0x66, 0x22, 0xcd, 0x04, 0x0a, 0x1e, 0x42,
|
|
2155
|
-
0x61, 0x73, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69,
|
|
2156
|
-
0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x74, 0x65, 0x6d, 0x54, 0x72, 0x78, 0x12, 0x23, 0x0a,
|
|
2157
|
-
0x0d, 0x61, 0x63, 0x63, 0x5f, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x02,
|
|
2158
|
-
0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x61, 0x63, 0x63, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6d, 0x65,
|
|
2159
|
-
0x6e, 0x74, 0x12, 0x25, 0x0a, 0x0e, 0x6d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x67,
|
|
2160
|
-
0x72, 0x6f, 0x75, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6d, 0x61, 0x74, 0x65,
|
|
2161
|
-
0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x23, 0x0a, 0x0d, 0x6d, 0x61, 0x74,
|
|
2162
|
-
0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
|
|
2163
|
-
0x52, 0x0c, 0x6d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x2d,
|
|
2164
|
-
0x0a, 0x12, 0x64, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70,
|
|
2165
|
-
0x74, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x64, 0x65, 0x74, 0x61,
|
|
2166
|
-
0x69, 0x6c, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x20, 0x0a,
|
|
2167
|
-
0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01,
|
|
2168
|
-
0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12,
|
|
2169
|
-
0x1a, 0x0a, 0x08, 0x71, 0x75, 0x61, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28,
|
|
2170
|
-
0x02, 0x52, 0x08, 0x71, 0x75, 0x61, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x26, 0x0a, 0x0f, 0x75,
|
|
2171
|
-
0x6e, 0x69, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x6d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x18, 0x08,
|
|
2172
|
-
0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x75, 0x6e, 0x69, 0x74, 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73,
|
|
2173
|
-
0x75, 0x72, 0x65, 0x12, 0x30, 0x0a, 0x14, 0x65, 0x73, 0x74, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x64,
|
|
2174
|
-
0x5f, 0x75, 0x6e, 0x69, 0x74, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28,
|
|
2175
|
-
0x02, 0x52, 0x12, 0x65, 0x73, 0x74, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x64, 0x55, 0x6e, 0x69, 0x74,
|
|
2176
|
-
0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x64, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x72,
|
|
2177
|
-
0x79, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x64, 0x65,
|
|
2178
|
-
0x6c, 0x69, 0x76, 0x65, 0x72, 0x79, 0x44, 0x61, 0x74, 0x65, 0x12, 0x32, 0x0a, 0x15, 0x70, 0x6c,
|
|
2179
|
-
0x61, 0x6e, 0x6e, 0x65, 0x64, 0x5f, 0x64, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x72, 0x79, 0x5f, 0x74,
|
|
2180
|
-
0x69, 0x6d, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x13, 0x70, 0x6c, 0x61, 0x6e, 0x6e,
|
|
2181
|
-
0x65, 0x64, 0x44, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x72, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x2d,
|
|
2182
|
-
0x0a, 0x12, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63,
|
|
2183
|
-
0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x63, 0x75, 0x73, 0x74,
|
|
2184
|
-
0x6f, 0x6d, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x6b, 0x0a,
|
|
2185
|
-
0x20, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73,
|
|
2186
|
-
0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x74, 0x65, 0x6d, 0x5f, 0x64, 0x65, 0x74, 0x61, 0x69,
|
|
2187
|
-
0x6c, 0x18, 0x0d, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x50, 0x75,
|
|
2188
|
-
0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f,
|
|
2189
|
-
0x6e, 0x49, 0x74, 0x65, 0x6d, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x1d, 0x70, 0x75, 0x72,
|
|
2190
|
-
0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e,
|
|
2191
|
-
0x49, 0x74, 0x65, 0x6d, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x22, 0x9e, 0x02, 0x0a, 0x21, 0x42,
|
|
2192
|
-
0x61, 0x73, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69,
|
|
2193
|
-
0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x74, 0x65, 0x6d, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c,
|
|
2194
|
-
0x12, 0x1d, 0x0a, 0x0a, 0x67, 0x6c, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01,
|
|
2195
|
-
0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x67, 0x6c, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12,
|
|
2196
|
-
0x34, 0x0a, 0x16, 0x67, 0x6c, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x64, 0x65,
|
|
2197
|
-
0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
2198
|
-
0x14, 0x67, 0x6c, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69,
|
|
2199
|
-
0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x26, 0x0a, 0x0f, 0x75, 0x6e, 0x69, 0x74, 0x5f, 0x6f, 0x66,
|
|
2200
|
-
0x5f, 0x6d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d,
|
|
2201
|
-
0x75, 0x6e, 0x69, 0x74, 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x12, 0x27, 0x0a,
|
|
2202
|
-
0x0f, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65,
|
|
2203
|
-
0x18, 0x04, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0e, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x69, 0x6f,
|
|
2204
|
-
0x6e, 0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73,
|
|
2205
|
-
0x69, 0x74, 0x69, 0x6f, 0x6e, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x72,
|
|
2206
|
-
0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x65, 0x72, 0x12, 0x2d, 0x0a, 0x12,
|
|
2207
|
-
0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69,
|
|
2208
|
-
0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d,
|
|
2209
|
-
0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x8c, 0x01, 0x0a, 0x23,
|
|
2210
|
-
0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65,
|
|
2211
|
-
0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x52, 0x65, 0x71, 0x75,
|
|
2212
|
-
0x65, 0x73, 0x74, 0x12, 0x65, 0x0a, 0x20, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f,
|
|
2213
|
-
0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x72, 0x61, 0x6e,
|
|
2214
|
-
0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e,
|
|
2215
|
-
0x42, 0x61, 0x73, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75,
|
|
2216
|
-
0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x52, 0x1e, 0x70, 0x75, 0x72, 0x63,
|
|
2217
|
-
0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54,
|
|
2218
|
-
0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x9c, 0x01, 0x0a, 0x23, 0x55,
|
|
2219
|
-
0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71,
|
|
2220
|
-
0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
2221
|
-
0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02,
|
|
2222
|
-
0x69, 0x64, 0x12, 0x65, 0x0a, 0x20, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x72,
|
|
2223
|
-
0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73,
|
|
2224
|
-
0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x42,
|
|
2225
|
-
0x61, 0x73, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69,
|
|
2226
|
-
0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x52, 0x1e, 0x70, 0x75, 0x72, 0x63, 0x68,
|
|
2227
|
-
0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72,
|
|
2228
|
-
0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x36, 0x0a, 0x24, 0x47, 0x65, 0x74,
|
|
2229
|
-
0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74,
|
|
2230
|
-
0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
2231
|
-
0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69,
|
|
2232
|
-
0x64, 0x22, 0x70, 0x0a, 0x24, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65,
|
|
2233
|
-
0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x4c, 0x69,
|
|
2234
|
-
0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x48, 0x0a, 0x0a, 0x70, 0x61, 0x67,
|
|
2235
|
-
0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e,
|
|
2236
|
-
0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c,
|
|
2237
|
-
0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
|
2238
|
-
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74,
|
|
2239
|
-
0x69, 0x6f, 0x6e, 0x22, 0x62, 0x0a, 0x2a, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61,
|
|
2240
|
-
0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78,
|
|
2241
|
-
0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
2242
|
-
0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69,
|
|
2243
|
-
0x64, 0x12, 0x24, 0x0a, 0x0e, 0x74, 0x72, 0x78, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72,
|
|
2244
|
-
0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x74, 0x72, 0x78, 0x42, 0x75,
|
|
2245
|
-
0x69, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x22, 0x9c, 0x01, 0x0a, 0x2a, 0x47, 0x65, 0x74, 0x50,
|
|
2246
|
-
0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69,
|
|
2247
|
-
0x6f, 0x6e, 0x54, 0x72, 0x78, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x52,
|
|
2248
|
-
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x48, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61,
|
|
2249
|
-
0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x70, 0x72, 0x69,
|
|
2250
|
-
0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65,
|
|
2251
|
-
0x74, 0x61, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71,
|
|
2252
|
-
0x75, 0x65, 0x73, 0x74, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
|
2253
|
-
0x12, 0x24, 0x0a, 0x0e, 0x74, 0x72, 0x78, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5f,
|
|
2254
|
-
0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x74, 0x72, 0x78, 0x42, 0x75, 0x69,
|
|
2255
|
-
0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x22, 0xa2, 0x01, 0x0a, 0x30, 0x47, 0x65, 0x74, 0x50, 0x75,
|
|
2256
|
-
0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f,
|
|
2257
|
-
0x6e, 0x54, 0x72, 0x78, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x65,
|
|
2258
|
-
0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x48, 0x0a, 0x0a, 0x70,
|
|
2259
|
-
0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
2260
|
-
0x28, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62,
|
|
2261
|
-
0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69,
|
|
2262
|
-
0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e,
|
|
2263
|
-
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x24, 0x0a, 0x0e, 0x74, 0x72, 0x78, 0x5f, 0x62, 0x75, 0x69,
|
|
2264
|
-
0x6c, 0x64, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x74,
|
|
2265
|
-
0x72, 0x78, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x22, 0xba, 0x01, 0x0a, 0x24,
|
|
2266
|
-
0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65,
|
|
2267
|
-
0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x52, 0x65, 0x73, 0x70,
|
|
2268
|
-
0x6f, 0x6e, 0x73, 0x65, 0x12, 0x61, 0x0a, 0x20, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65,
|
|
2269
|
-
0x5f, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x72, 0x61,
|
|
2270
|
-
0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17,
|
|
2271
|
-
0x2e, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69,
|
|
2272
|
-
0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x52, 0x1e, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73,
|
|
2273
|
-
0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x61, 0x6e,
|
|
2274
|
-
0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18,
|
|
2275
|
-
0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76,
|
|
2276
|
-
0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65,
|
|
2277
|
-
0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0xba, 0x01, 0x0a, 0x24, 0x55, 0x70, 0x64,
|
|
2278
|
-
0x61, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69,
|
|
2279
|
-
0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
|
2280
|
-
0x65, 0x12, 0x61, 0x0a, 0x20, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x72, 0x65,
|
|
2281
|
-
0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61,
|
|
2282
|
-
0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x50, 0x75,
|
|
2283
|
-
0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f,
|
|
2284
|
-
0x6e, 0x54, 0x72, 0x78, 0x52, 0x1e, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65,
|
|
2285
|
-
0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63,
|
|
2286
|
-
0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01,
|
|
2287
|
-
0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67,
|
|
2288
|
-
0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52,
|
|
2289
|
-
0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0xbb, 0x01, 0x0a, 0x25, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72,
|
|
2290
|
-
0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e,
|
|
2291
|
-
0x54, 0x72, 0x78, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
|
|
2292
|
-
0x61, 0x0a, 0x20, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x72, 0x65, 0x71, 0x75,
|
|
2293
|
-
0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74,
|
|
2294
|
-
0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x50, 0x75, 0x72, 0x63,
|
|
2295
|
-
0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54,
|
|
2296
|
-
0x72, 0x78, 0x52, 0x1e, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75,
|
|
2297
|
-
0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69,
|
|
2298
|
-
0x6f, 0x6e, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
|
|
2299
|
-
0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f,
|
|
2300
|
-
0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d,
|
|
2301
|
-
0x65, 0x74, 0x61, 0x22, 0xbb, 0x01, 0x0a, 0x25, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68,
|
|
2302
|
-
0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72,
|
|
2303
|
-
0x78, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x61, 0x0a,
|
|
2304
|
-
0x20, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73,
|
|
2305
|
-
0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f,
|
|
2306
|
-
0x6e, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61,
|
|
2307
|
-
0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78,
|
|
2308
|
-
0x52, 0x1e, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73,
|
|
2309
|
-
0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e,
|
|
2310
|
-
0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b,
|
|
2311
|
-
0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61,
|
|
2312
|
-
0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74,
|
|
2313
|
-
0x61, 0x22, 0x7f, 0x0a, 0x2b, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65,
|
|
2314
|
-
0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x44, 0x65,
|
|
2315
|
-
0x74, 0x61, 0x69, 0x6c, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
|
|
2316
|
-
0x12, 0x50, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3c,
|
|
2317
|
-
0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e,
|
|
2318
|
-
0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c,
|
|
2319
|
-
0x64, 0x65, 0x72, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42,
|
|
2320
|
-
0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x52, 0x04, 0x64, 0x61,
|
|
2321
|
-
0x74, 0x61, 0x22, 0xae, 0x01, 0x0a, 0x32, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61,
|
|
2322
|
-
0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78,
|
|
2323
|
-
0x44, 0x65, 0x74, 0x61, 0x69, 0x50, 0x72, 0x65, 0x6c, 0x6f, 0x61, 0x64, 0x6c, 0x42, 0x79, 0x49,
|
|
2324
|
-
0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x78, 0x0a, 0x16, 0x70, 0x72, 0x5f,
|
|
2325
|
-
0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c,
|
|
2326
|
-
0x64, 0x65, 0x72, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x42, 0x2e, 0x70, 0x72, 0x69, 0x73,
|
|
2327
|
-
0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73,
|
|
2328
|
-
0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x54,
|
|
2329
|
-
0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65,
|
|
2330
|
-
0x72, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x14, 0x70,
|
|
2331
|
-
0x72, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c,
|
|
2332
|
-
0x64, 0x65, 0x72, 0x22, 0xfc, 0x01, 0x0a, 0x2a, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68,
|
|
2333
|
-
0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72,
|
|
2334
|
-
0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x44, 0x65, 0x74, 0x61,
|
|
2335
|
-
0x69, 0x6c, 0x12, 0x78, 0x0a, 0x16, 0x70, 0x72, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63,
|
|
2336
|
-
0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20, 0x03,
|
|
2337
|
-
0x28, 0x0b, 0x32, 0x42, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63,
|
|
2338
|
-
0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f,
|
|
2339
|
-
0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74,
|
|
2340
|
-
0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73,
|
|
2341
|
-
0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x14, 0x70, 0x72, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61,
|
|
2342
|
-
0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x12, 0x54, 0x0a, 0x13,
|
|
2343
|
-
0x70, 0x72, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69,
|
|
2344
|
-
0x74, 0x65, 0x6d, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x47, 0x65, 0x74, 0x50,
|
|
2345
|
-
0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69,
|
|
2346
|
-
0x6f, 0x6e, 0x49, 0x74, 0x65, 0x6d, 0x54, 0x72, 0x78, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52,
|
|
2347
|
-
0x11, 0x70, 0x72, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x74,
|
|
2348
|
-
0x65, 0x6d, 0x22, 0x9d, 0x02, 0x0a, 0x23, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61,
|
|
2349
|
-
0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x74, 0x65,
|
|
2350
|
-
0x6d, 0x54, 0x72, 0x78, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x12, 0x81, 0x01, 0x0a, 0x1b, 0x70,
|
|
2351
|
-
0x72, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x74,
|
|
2352
|
-
0x65, 0x6d, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b,
|
|
2353
|
-
0x32, 0x42, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72,
|
|
2354
|
-
0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75,
|
|
2355
|
-
0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f,
|
|
2356
|
-
0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x44, 0x65,
|
|
2357
|
-
0x74, 0x61, 0x69, 0x6c, 0x52, 0x18, 0x70, 0x72, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74,
|
|
2358
|
-
0x69, 0x6f, 0x6e, 0x49, 0x74, 0x65, 0x6d, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x12, 0x72,
|
|
2359
|
-
0x0a, 0x22, 0x70, 0x72, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e,
|
|
2360
|
-
0x5f, 0x69, 0x74, 0x65, 0x6d, 0x5f, 0x64, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x5f, 0x62, 0x75, 0x69,
|
|
2361
|
-
0x6c, 0x64, 0x65, 0x72, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x47, 0x65, 0x74,
|
|
2362
|
-
0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74,
|
|
2363
|
-
0x69, 0x6f, 0x6e, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x54, 0x72, 0x78, 0x44, 0x65, 0x74, 0x61,
|
|
2364
|
-
0x69, 0x6c, 0x52, 0x1e, 0x70, 0x72, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f,
|
|
2365
|
-
0x6e, 0x49, 0x74, 0x65, 0x6d, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x42, 0x75, 0x69, 0x6c, 0x64,
|
|
2366
|
-
0x65, 0x72, 0x22, 0xab, 0x01, 0x0a, 0x25, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61,
|
|
2367
|
-
0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x65, 0x74,
|
|
2368
|
-
0x61, 0x69, 0x6c, 0x54, 0x72, 0x78, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x12, 0x81, 0x01, 0x0a,
|
|
2369
|
-
0x1b, 0x70, 0x72, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f,
|
|
2370
|
-
0x69, 0x74, 0x65, 0x6d, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20, 0x03,
|
|
2371
|
-
0x28, 0x0b, 0x32, 0x42, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63,
|
|
2372
|
-
0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f,
|
|
2373
|
-
0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74,
|
|
2374
|
-
0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73,
|
|
2375
|
-
0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x18, 0x70, 0x72, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61,
|
|
2376
|
-
0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x74, 0x65, 0x6d, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72,
|
|
2377
|
-
0x22, 0xb5, 0x01, 0x0a, 0x2b, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65,
|
|
2378
|
-
0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x44, 0x65,
|
|
2379
|
-
0x74, 0x61, 0x69, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
|
|
2380
|
-
0x12, 0x55, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x41,
|
|
2381
|
-
0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e,
|
|
2382
|
-
0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c,
|
|
2383
|
-
0x64, 0x65, 0x72, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42,
|
|
2384
|
-
0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x57, 0x69, 0x74, 0x68, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c,
|
|
2385
|
-
0x73, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18,
|
|
2386
|
-
0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76,
|
|
2387
|
-
0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65,
|
|
2388
|
-
0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0xc1, 0x01, 0x0a, 0x30, 0x47, 0x65, 0x74,
|
|
2389
|
-
0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74,
|
|
2390
|
-
0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x4c, 0x69, 0x73, 0x74,
|
|
2391
|
-
0x54, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5c, 0x0a,
|
|
2392
|
-
0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x48, 0x2e, 0x70, 0x72,
|
|
2393
|
-
0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61,
|
|
2394
|
-
0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72,
|
|
2395
|
-
0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c,
|
|
2396
|
-
0x64, 0x65, 0x72, 0x57, 0x69, 0x74, 0x68, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x54, 0x61, 0x62,
|
|
2397
|
-
0x6c, 0x65, 0x52, 0x65, 0x73, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x2f, 0x0a, 0x04, 0x6d,
|
|
2398
|
-
0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73,
|
|
2399
|
-
0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74,
|
|
2400
|
-
0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0xbd, 0x01, 0x0a,
|
|
2401
|
-
0x31, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75,
|
|
2402
|
-
0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c,
|
|
2403
|
-
0x4c, 0x69, 0x73, 0x74, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
2404
|
-
0x73, 0x65, 0x12, 0x57, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b,
|
|
2405
|
-
0x32, 0x43, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72,
|
|
2406
|
-
0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75,
|
|
2407
|
-
0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f,
|
|
2408
|
-
0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x57, 0x69, 0x74, 0x68, 0x44, 0x65, 0x74, 0x61,
|
|
2409
|
-
0x69, 0x6c, 0x52, 0x65, 0x73, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x2f, 0x0a, 0x04, 0x6d,
|
|
2410
|
-
0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73,
|
|
2411
|
-
0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74,
|
|
2412
|
-
0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0xae, 0x02, 0x0a,
|
|
2413
|
-
0x39, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75,
|
|
2414
|
-
0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69,
|
|
2415
|
-
0x6f, 0x6e, 0x54, 0x72, 0x78, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x50, 0x72, 0x65, 0x6c, 0x6f,
|
|
2416
|
-
0x61, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x78, 0x0a, 0x16, 0x70, 0x72,
|
|
2417
|
-
0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69,
|
|
2418
|
-
0x6c, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x42, 0x2e, 0x70, 0x72, 0x69,
|
|
2419
|
-
0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e,
|
|
2420
|
-
0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e,
|
|
2421
|
-
0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64,
|
|
2422
|
-
0x65, 0x72, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x14,
|
|
2423
|
-
0x70, 0x72, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69,
|
|
2424
|
-
0x6c, 0x64, 0x65, 0x72, 0x12, 0x77, 0x0a, 0x1c, 0x70, 0x72, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73,
|
|
2425
|
-
0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5f, 0x69,
|
|
2426
|
-
0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x47, 0x65, 0x74,
|
|
2427
|
-
0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74,
|
|
2428
|
-
0x69, 0x6f, 0x6e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72,
|
|
2429
|
-
0x78, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x49, 0x74, 0x65, 0x6d, 0x50, 0x72, 0x65, 0x6c, 0x6f,
|
|
2430
|
-
0x61, 0x64, 0x52, 0x19, 0x70, 0x72, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f,
|
|
2431
|
-
0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x22, 0xc8, 0x02,
|
|
2432
|
-
0x0a, 0x35, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71,
|
|
2433
|
-
0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74,
|
|
2434
|
-
0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x49, 0x74, 0x65, 0x6d,
|
|
2435
|
-
0x50, 0x72, 0x65, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x81, 0x01, 0x0a, 0x1b, 0x70, 0x72, 0x5f, 0x74,
|
|
2436
|
-
0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64,
|
|
2437
|
-
0x65, 0x72, 0x5f, 0x69, 0x74, 0x65, 0x6d, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x42, 0x2e,
|
|
2438
|
-
0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74,
|
|
2439
|
-
0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64,
|
|
2440
|
-
0x65, 0x72, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75,
|
|
2441
|
-
0x69, 0x6c, 0x64, 0x65, 0x72, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69,
|
|
2442
|
-
0x6c, 0x52, 0x18, 0x70, 0x72, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e,
|
|
2443
|
-
0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x8a, 0x01, 0x0a, 0x23,
|
|
2444
|
-
0x70, 0x72, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62,
|
|
2445
|
-
0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5f, 0x69, 0x74, 0x65, 0x6d, 0x5f, 0x64, 0x65, 0x74, 0x61,
|
|
2446
|
-
0x69, 0x6c, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x47, 0x65, 0x74, 0x50,
|
|
2447
|
-
0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69,
|
|
2448
|
-
0x6f, 0x6e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78,
|
|
2449
|
-
0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x49, 0x74, 0x65, 0x6d, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c,
|
|
2450
|
-
0x50, 0x72, 0x65, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x1f, 0x70, 0x72, 0x54, 0x72, 0x61, 0x6e, 0x73,
|
|
2451
|
-
0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x74, 0x65,
|
|
2452
|
-
0x6d, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x22, 0xce, 0x01, 0x0a, 0x3b, 0x47, 0x65, 0x74,
|
|
2453
|
-
0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74,
|
|
2454
|
-
0x69, 0x6f, 0x6e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72,
|
|
2455
|
-
0x78, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x49, 0x74, 0x65, 0x6d, 0x44, 0x65, 0x74, 0x61, 0x69,
|
|
2456
|
-
0x6c, 0x50, 0x72, 0x65, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x8e, 0x01, 0x0a, 0x22, 0x70, 0x72, 0x5f,
|
|
2457
|
-
0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c,
|
|
2458
|
-
0x64, 0x65, 0x72, 0x5f, 0x69, 0x74, 0x65, 0x6d, 0x5f, 0x64, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x18,
|
|
2459
|
-
0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x42, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76,
|
|
2460
|
-
0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69,
|
|
2461
|
-
0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73,
|
|
2462
|
-
0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x46, 0x69, 0x65,
|
|
2463
|
-
0x6c, 0x64, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x1e, 0x70, 0x72, 0x54, 0x72, 0x61,
|
|
2464
|
-
0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x49,
|
|
2465
|
-
0x74, 0x65, 0x6d, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x32, 0x8a, 0x08, 0x0a, 0x1d, 0x50, 0x75,
|
|
2466
|
-
0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f,
|
|
2467
|
-
0x6e, 0x54, 0x72, 0x78, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x6b, 0x0a, 0x1c, 0x43,
|
|
2468
|
-
0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71,
|
|
2469
|
-
0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x12, 0x24, 0x2e, 0x43, 0x72,
|
|
2470
|
-
0x65, 0x61, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75,
|
|
2471
|
-
0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
2472
|
-
0x74, 0x1a, 0x25, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61,
|
|
2473
|
-
0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78,
|
|
2474
|
-
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x6b, 0x0a, 0x1c, 0x55, 0x70, 0x64, 0x61,
|
|
2475
|
-
0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73,
|
|
2476
|
-
0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x12, 0x24, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74,
|
|
2477
|
-
0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69,
|
|
2478
|
-
0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25,
|
|
2479
|
-
0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52,
|
|
2480
|
-
0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x52, 0x65, 0x73,
|
|
2481
|
-
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x6e, 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63,
|
|
2482
|
-
0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54,
|
|
2483
|
-
0x72, 0x78, 0x42, 0x79, 0x49, 0x64, 0x12, 0x25, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63,
|
|
2484
|
-
0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54,
|
|
2485
|
-
0x72, 0x78, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e,
|
|
2486
|
-
0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69,
|
|
2487
|
-
0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73,
|
|
2488
|
-
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x6e, 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63,
|
|
2489
|
-
0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54,
|
|
2490
|
-
0x72, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x25, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63,
|
|
2491
|
-
0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54,
|
|
2492
|
-
0x72, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e,
|
|
2493
|
-
0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69,
|
|
2494
|
-
0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73,
|
|
2495
|
-
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x8a, 0x01, 0x0a, 0x1f, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72,
|
|
2496
|
-
0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e,
|
|
2497
|
-
0x57, 0x69, 0x74, 0x68, 0x54, 0x72, 0x78, 0x49, 0x64, 0x12, 0x2b, 0x2e, 0x47, 0x65, 0x74, 0x50,
|
|
2498
|
-
0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69,
|
|
2499
|
-
0x6f, 0x6e, 0x54, 0x72, 0x78, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x42, 0x79, 0x49, 0x64, 0x52,
|
|
2500
|
-
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63,
|
|
2501
|
-
0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54,
|
|
2502
|
-
0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x44, 0x65, 0x74,
|
|
2503
|
-
0x61, 0x69, 0x6c, 0x50, 0x72, 0x65, 0x6c, 0x6f, 0x61, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
2504
|
-
0x73, 0x65, 0x12, 0x7e, 0x0a, 0x21, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73,
|
|
2505
|
-
0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x57, 0x69, 0x74, 0x68,
|
|
2506
|
-
0x54, 0x72, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x2b, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72,
|
|
2507
|
-
0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e,
|
|
2508
|
-
0x54, 0x72, 0x78, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71,
|
|
2509
|
-
0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61,
|
|
2510
|
-
0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78,
|
|
2511
|
-
0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
2512
|
-
0x73, 0x65, 0x12, 0x8e, 0x01, 0x0a, 0x26, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61,
|
|
2513
|
-
0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x57, 0x69, 0x74,
|
|
2514
|
-
0x68, 0x54, 0x72, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x31, 0x2e,
|
|
2515
|
-
0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69,
|
|
2516
|
-
0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x4c,
|
|
2517
|
-
0x69, 0x73, 0x74, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
2518
|
-
0x1a, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65,
|
|
2519
|
-
0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x44, 0x65, 0x74, 0x61,
|
|
2520
|
-
0x69, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
|
2521
|
-
0x6e, 0x73, 0x65, 0x12, 0x90, 0x01, 0x0a, 0x27, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68,
|
|
2522
|
-
0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x57, 0x69,
|
|
2523
|
-
0x74, 0x68, 0x54, 0x72, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x12,
|
|
2524
|
-
0x31, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71,
|
|
2525
|
-
0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x44, 0x65, 0x74, 0x61, 0x69,
|
|
2526
|
-
0x6c, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
2527
|
-
0x73, 0x74, 0x1a, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65,
|
|
2528
|
-
0x52, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x78, 0x44, 0x65,
|
|
2529
|
-
0x74, 0x61, 0x69, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65,
|
|
2530
|
-
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x6a, 0x5a, 0x68, 0x67, 0x69, 0x74, 0x6c, 0x61, 0x62,
|
|
2531
|
-
0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x5f, 0x73, 0x6d, 0x2f,
|
|
2532
|
-
0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2d, 0x76, 0x32, 0x2d, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61,
|
|
2533
|
-
0x73, 0x65, 0x2d, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x2d, 0x64,
|
|
2534
|
-
0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x67, 0x65, 0x6e, 0x2f,
|
|
2535
|
-
0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61,
|
|
2536
|
-
0x73, 0x65, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74,
|
|
2537
|
-
0x72, 0x78, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
2538
|
-
})
|
|
2539
|
-
|
|
2540
|
-
var (
|
|
2541
|
-
file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescOnce sync.Once
|
|
2542
|
-
file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescData []byte
|
|
2543
|
-
)
|
|
2544
|
-
|
|
2545
|
-
func file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescGZIP() []byte {
|
|
2546
|
-
file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescOnce.Do(func() {
|
|
2547
|
-
file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDesc), len(file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDesc)))
|
|
2548
|
-
})
|
|
2549
|
-
return file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDescData
|
|
2550
|
-
}
|
|
2551
|
-
|
|
2552
|
-
var file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes = make([]protoimpl.MessageInfo, 28)
|
|
2553
|
-
var file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_goTypes = []any{
|
|
2554
|
-
(*PurchaseRequisitionTrx)(nil), // 0: PurchaseRequisitionTrx
|
|
2555
|
-
(*PurchaseRequisitionItemTrx)(nil), // 1: PurchaseRequisitionItemTrx
|
|
2556
|
-
(*PurchaseRequisitionItemDetail)(nil), // 2: PurchaseRequisitionItemDetail
|
|
2557
|
-
(*BasePurchaseRequisitionTrx)(nil), // 3: BasePurchaseRequisitionTrx
|
|
2558
|
-
(*BasePurchaseRequisitionItemTrx)(nil), // 4: BasePurchaseRequisitionItemTrx
|
|
2559
|
-
(*BasePurchaseRequisitionItemDetail)(nil), // 5: BasePurchaseRequisitionItemDetail
|
|
2560
|
-
(*CreatePurchaseRequisitionTrxRequest)(nil), // 6: CreatePurchaseRequisitionTrxRequest
|
|
2561
|
-
(*UpdatePurchaseRequisitionTrxRequest)(nil), // 7: UpdatePurchaseRequisitionTrxRequest
|
|
2562
|
-
(*GetPurchaseRequisitionTrxByIdRequest)(nil), // 8: GetPurchaseRequisitionTrxByIdRequest
|
|
2563
|
-
(*GetPurchaseRequisitionTrxListRequest)(nil), // 9: GetPurchaseRequisitionTrxListRequest
|
|
2564
|
-
(*GetPurchaseRequisitionTrxDetailByIdRequest)(nil), // 10: GetPurchaseRequisitionTrxDetailByIdRequest
|
|
2565
|
-
(*GetPurchaseRequisitionTrxDetailListRequest)(nil), // 11: GetPurchaseRequisitionTrxDetailListRequest
|
|
2566
|
-
(*GetPurchaseRequisitionTrxDetailListDetailRequest)(nil), // 12: GetPurchaseRequisitionTrxDetailListDetailRequest
|
|
2567
|
-
(*CreatePurchaseRequisitionTrxResponse)(nil), // 13: CreatePurchaseRequisitionTrxResponse
|
|
2568
|
-
(*UpdatePurchaseRequisitionTrxResponse)(nil), // 14: UpdatePurchaseRequisitionTrxResponse
|
|
2569
|
-
(*GetPurchaseRequisitionTrxByIdResponse)(nil), // 15: GetPurchaseRequisitionTrxByIdResponse
|
|
2570
|
-
(*GetPurchaseRequisitionTrxListResponse)(nil), // 16: GetPurchaseRequisitionTrxListResponse
|
|
2571
|
-
(*GetPurchaseRequisitionTrxDetailByIdResponse)(nil), // 17: GetPurchaseRequisitionTrxDetailByIdResponse
|
|
2572
|
-
(*GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse)(nil), // 18: GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse
|
|
2573
|
-
(*GetPurchaseRequisitionTransactionTrxDetail)(nil), // 19: GetPurchaseRequisitionTransactionTrxDetail
|
|
2574
|
-
(*GetPurchaseRequisitionItemTrxDetail)(nil), // 20: GetPurchaseRequisitionItemTrxDetail
|
|
2575
|
-
(*GetPurchaseRequisitionDetailTrxDetail)(nil), // 21: GetPurchaseRequisitionDetailTrxDetail
|
|
2576
|
-
(*GetPurchaseRequisitionTrxDetailListResponse)(nil), // 22: GetPurchaseRequisitionTrxDetailListResponse
|
|
2577
|
-
(*GetPurchaseRequisitionTrxDetailListTableResponse)(nil), // 23: GetPurchaseRequisitionTrxDetailListTableResponse
|
|
2578
|
-
(*GetPurchaseRequisitionTrxDetailListDetailResponse)(nil), // 24: GetPurchaseRequisitionTrxDetailListDetailResponse
|
|
2579
|
-
(*GetPurchaseRequisitionTransactionTrxDetailPreloadResponse)(nil), // 25: GetPurchaseRequisitionTransactionTrxDetailPreloadResponse
|
|
2580
|
-
(*GetPurchaseRequisitionTransactionTrxDetailItemPreload)(nil), // 26: GetPurchaseRequisitionTransactionTrxDetailItemPreload
|
|
2581
|
-
(*GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload)(nil), // 27: GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload
|
|
2582
|
-
(*document_type.DocumentType)(nil), // 28: DocumentType
|
|
2583
|
-
(*meta.PaginationRequest)(nil), // 29: prisca.v1.global.meta.PaginationRequest
|
|
2584
|
-
(*meta.Meta)(nil), // 30: prisca.v1.global.meta.Meta
|
|
2585
|
-
(*transaction_builder.TransactionBuilderFields)(nil), // 31: prisca.v1.core.transaction_builder.TransactionBuilderFields
|
|
2586
|
-
(*transaction_builder.TransactionBuilderFieldsDetail)(nil), // 32: prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail
|
|
2587
|
-
(*transaction_builder.TransactionBuilderWithDetails)(nil), // 33: prisca.v1.core.transaction_builder.TransactionBuilderWithDetails
|
|
2588
|
-
(*transaction_builder.TransactionBuilderWithDetailTableRes)(nil), // 34: prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes
|
|
2589
|
-
(*transaction_builder.TransactionBuilderWithDetailRes)(nil), // 35: prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes
|
|
2590
|
-
}
|
|
2591
|
-
var file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_depIdxs = []int32{
|
|
2592
|
-
1, // 0: PurchaseRequisitionTrx.purchase_requisition_items:type_name -> PurchaseRequisitionItemTrx
|
|
2593
|
-
28, // 1: PurchaseRequisitionTrx.document_type:type_name -> DocumentType
|
|
2594
|
-
2, // 2: PurchaseRequisitionItemTrx.purchase_requisition_item_detail:type_name -> PurchaseRequisitionItemDetail
|
|
2595
|
-
4, // 3: BasePurchaseRequisitionTrx.purchase_requisition_items:type_name -> BasePurchaseRequisitionItemTrx
|
|
2596
|
-
5, // 4: BasePurchaseRequisitionItemTrx.purchase_requisition_item_detail:type_name -> BasePurchaseRequisitionItemDetail
|
|
2597
|
-
3, // 5: CreatePurchaseRequisitionTrxRequest.purchase_requisition_transaction:type_name -> BasePurchaseRequisitionTrx
|
|
2598
|
-
3, // 6: UpdatePurchaseRequisitionTrxRequest.purchase_requisition_transaction:type_name -> BasePurchaseRequisitionTrx
|
|
2599
|
-
29, // 7: GetPurchaseRequisitionTrxListRequest.pagination:type_name -> prisca.v1.global.meta.PaginationRequest
|
|
2600
|
-
29, // 8: GetPurchaseRequisitionTrxDetailListRequest.pagination:type_name -> prisca.v1.global.meta.PaginationRequest
|
|
2601
|
-
29, // 9: GetPurchaseRequisitionTrxDetailListDetailRequest.pagination:type_name -> prisca.v1.global.meta.PaginationRequest
|
|
2602
|
-
0, // 10: CreatePurchaseRequisitionTrxResponse.purchase_requisition_transaction:type_name -> PurchaseRequisitionTrx
|
|
2603
|
-
30, // 11: CreatePurchaseRequisitionTrxResponse.meta:type_name -> prisca.v1.global.meta.Meta
|
|
2604
|
-
0, // 12: UpdatePurchaseRequisitionTrxResponse.purchase_requisition_transaction:type_name -> PurchaseRequisitionTrx
|
|
2605
|
-
30, // 13: UpdatePurchaseRequisitionTrxResponse.meta:type_name -> prisca.v1.global.meta.Meta
|
|
2606
|
-
0, // 14: GetPurchaseRequisitionTrxByIdResponse.purchase_requisition_transaction:type_name -> PurchaseRequisitionTrx
|
|
2607
|
-
30, // 15: GetPurchaseRequisitionTrxByIdResponse.meta:type_name -> prisca.v1.global.meta.Meta
|
|
2608
|
-
0, // 16: GetPurchaseRequisitionTrxListResponse.purchase_requisition_transaction:type_name -> PurchaseRequisitionTrx
|
|
2609
|
-
30, // 17: GetPurchaseRequisitionTrxListResponse.meta:type_name -> prisca.v1.global.meta.Meta
|
|
2610
|
-
31, // 18: GetPurchaseRequisitionTrxDetailByIdResponse.data:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderFields
|
|
2611
|
-
32, // 19: GetPurchaseRequisitionTrxDetaiPreloadlByIdResponse.pr_transaction_builder:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail
|
|
2612
|
-
32, // 20: GetPurchaseRequisitionTransactionTrxDetail.pr_transaction_builder:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail
|
|
2613
|
-
20, // 21: GetPurchaseRequisitionTransactionTrxDetail.pr_transaction_item:type_name -> GetPurchaseRequisitionItemTrxDetail
|
|
2614
|
-
32, // 22: GetPurchaseRequisitionItemTrxDetail.pr_transaction_item_builder:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail
|
|
2615
|
-
21, // 23: GetPurchaseRequisitionItemTrxDetail.pr_transaction_item_detail_builder:type_name -> GetPurchaseRequisitionDetailTrxDetail
|
|
2616
|
-
32, // 24: GetPurchaseRequisitionDetailTrxDetail.pr_transaction_item_builder:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail
|
|
2617
|
-
33, // 25: GetPurchaseRequisitionTrxDetailListResponse.data:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderWithDetails
|
|
2618
|
-
30, // 26: GetPurchaseRequisitionTrxDetailListResponse.meta:type_name -> prisca.v1.global.meta.Meta
|
|
2619
|
-
34, // 27: GetPurchaseRequisitionTrxDetailListTableResponse.data:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes
|
|
2620
|
-
30, // 28: GetPurchaseRequisitionTrxDetailListTableResponse.meta:type_name -> prisca.v1.global.meta.Meta
|
|
2621
|
-
35, // 29: GetPurchaseRequisitionTrxDetailListDetailResponse.data:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes
|
|
2622
|
-
30, // 30: GetPurchaseRequisitionTrxDetailListDetailResponse.meta:type_name -> prisca.v1.global.meta.Meta
|
|
2623
|
-
32, // 31: GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.pr_transaction_builder:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail
|
|
2624
|
-
26, // 32: GetPurchaseRequisitionTransactionTrxDetailPreloadResponse.pr_transaction_builder_items:type_name -> GetPurchaseRequisitionTransactionTrxDetailItemPreload
|
|
2625
|
-
32, // 33: GetPurchaseRequisitionTransactionTrxDetailItemPreload.pr_transaction_builder_item:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail
|
|
2626
|
-
27, // 34: GetPurchaseRequisitionTransactionTrxDetailItemPreload.pr_transaction_builder_item_details:type_name -> GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload
|
|
2627
|
-
32, // 35: GetPurchaseRequisitionTransactionTrxDetailItemDetailPreload.pr_transaction_builder_item_detail:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail
|
|
2628
|
-
6, // 36: PurchaseRequisitionTrxService.CreatePurchaseRequisitionTrx:input_type -> CreatePurchaseRequisitionTrxRequest
|
|
2629
|
-
7, // 37: PurchaseRequisitionTrxService.UpdatePurchaseRequisitionTrx:input_type -> UpdatePurchaseRequisitionTrxRequest
|
|
2630
|
-
8, // 38: PurchaseRequisitionTrxService.GetPurchaseRequisitionTrxById:input_type -> GetPurchaseRequisitionTrxByIdRequest
|
|
2631
|
-
9, // 39: PurchaseRequisitionTrxService.GetPurchaseRequisitionTrxList:input_type -> GetPurchaseRequisitionTrxListRequest
|
|
2632
|
-
10, // 40: PurchaseRequisitionTrxService.GetPurchaseRequisitionWithTrxId:input_type -> GetPurchaseRequisitionTrxDetailByIdRequest
|
|
2633
|
-
11, // 41: PurchaseRequisitionTrxService.GetPurchaseRequisitionWithTrxList:input_type -> GetPurchaseRequisitionTrxDetailListRequest
|
|
2634
|
-
12, // 42: PurchaseRequisitionTrxService.GetPurchaseRequisitionWithTrxListTable:input_type -> GetPurchaseRequisitionTrxDetailListDetailRequest
|
|
2635
|
-
12, // 43: PurchaseRequisitionTrxService.GetPurchaseRequisitionWithTrxListDetail:input_type -> GetPurchaseRequisitionTrxDetailListDetailRequest
|
|
2636
|
-
13, // 44: PurchaseRequisitionTrxService.CreatePurchaseRequisitionTrx:output_type -> CreatePurchaseRequisitionTrxResponse
|
|
2637
|
-
14, // 45: PurchaseRequisitionTrxService.UpdatePurchaseRequisitionTrx:output_type -> UpdatePurchaseRequisitionTrxResponse
|
|
2638
|
-
15, // 46: PurchaseRequisitionTrxService.GetPurchaseRequisitionTrxById:output_type -> GetPurchaseRequisitionTrxByIdResponse
|
|
2639
|
-
16, // 47: PurchaseRequisitionTrxService.GetPurchaseRequisitionTrxList:output_type -> GetPurchaseRequisitionTrxListResponse
|
|
2640
|
-
25, // 48: PurchaseRequisitionTrxService.GetPurchaseRequisitionWithTrxId:output_type -> GetPurchaseRequisitionTransactionTrxDetailPreloadResponse
|
|
2641
|
-
22, // 49: PurchaseRequisitionTrxService.GetPurchaseRequisitionWithTrxList:output_type -> GetPurchaseRequisitionTrxDetailListResponse
|
|
2642
|
-
23, // 50: PurchaseRequisitionTrxService.GetPurchaseRequisitionWithTrxListTable:output_type -> GetPurchaseRequisitionTrxDetailListTableResponse
|
|
2643
|
-
24, // 51: PurchaseRequisitionTrxService.GetPurchaseRequisitionWithTrxListDetail:output_type -> GetPurchaseRequisitionTrxDetailListDetailResponse
|
|
2644
|
-
44, // [44:52] is the sub-list for method output_type
|
|
2645
|
-
36, // [36:44] is the sub-list for method input_type
|
|
2646
|
-
36, // [36:36] is the sub-list for extension type_name
|
|
2647
|
-
36, // [36:36] is the sub-list for extension extendee
|
|
2648
|
-
0, // [0:36] is the sub-list for field type_name
|
|
2649
|
-
}
|
|
2650
|
-
|
|
2651
|
-
func init() { file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_init() }
|
|
2652
|
-
func file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_init() {
|
|
2653
|
-
if File_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto != nil {
|
|
2654
|
-
return
|
|
2655
|
-
}
|
|
2656
|
-
file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes[0].OneofWrappers = []any{}
|
|
2657
|
-
type x struct{}
|
|
2658
|
-
out := protoimpl.TypeBuilder{
|
|
2659
|
-
File: protoimpl.DescBuilder{
|
|
2660
|
-
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
2661
|
-
RawDescriptor: unsafe.Slice(unsafe.StringData(file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDesc), len(file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_rawDesc)),
|
|
2662
|
-
NumEnums: 0,
|
|
2663
|
-
NumMessages: 28,
|
|
2664
|
-
NumExtensions: 0,
|
|
2665
|
-
NumServices: 1,
|
|
2666
|
-
},
|
|
2667
|
-
GoTypes: file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_goTypes,
|
|
2668
|
-
DependencyIndexes: file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_depIdxs,
|
|
2669
|
-
MessageInfos: file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_msgTypes,
|
|
2670
|
-
}.Build()
|
|
2671
|
-
File_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto = out.File
|
|
2672
|
-
file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_goTypes = nil
|
|
2673
|
-
file_prisca_v1_purchase_requisition_trx_purchase_requisition_trx_proto_depIdxs = nil
|
|
2674
|
-
}
|