@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.
Files changed (131) hide show
  1. package/package.json +1 -1
  2. package/prisca/v1/account_assignment/account_assignment_grpc_pb.js +177 -0
  3. package/prisca/v1/account_assignment/account_assignment_pb.js +2522 -0
  4. package/prisca/v1/account_group/account_group_grpc_pb.js +178 -0
  5. package/prisca/v1/account_group/account_group_pb.js +2755 -0
  6. package/prisca/v1/chart_of_account/chart_of_account_grpc_pb.js +177 -0
  7. package/prisca/v1/chart_of_account/chart_of_account_pb.js +2522 -0
  8. package/prisca/v1/core/auth/auth_grpc_pb.js +367 -0
  9. package/prisca/v1/core/auth/auth_pb.js +3745 -0
  10. package/prisca/v1/core/company/company_grpc_pb.js +177 -0
  11. package/prisca/v1/core/company/company_pb.js +2875 -0
  12. package/prisca/v1/core/currency/currency_grpc_pb.js +177 -0
  13. package/prisca/v1/core/currency/currency_pb.js +2522 -0
  14. package/prisca/v1/core/department_material/department_material_grpc_pb.js +144 -0
  15. package/prisca/v1/core/department_material/department_material_pb.js +2167 -0
  16. package/prisca/v1/core/employee/employee_grpc_pb.js +184 -0
  17. package/prisca/v1/core/employee/employee_pb.js +3877 -0
  18. package/prisca/v1/core/job_grade/job_grade_grpc_pb.js +178 -0
  19. package/prisca/v1/core/job_grade/job_grade_pb.js +2605 -0
  20. package/prisca/v1/core/job_position/job_position_grpc_pb.js +181 -0
  21. package/prisca/v1/core/job_position/job_position_pb.js +3762 -0
  22. package/prisca/v1/core/job_title/job_title_grpc_pb.js +178 -0
  23. package/prisca/v1/core/job_title/job_title_pb.js +2958 -0
  24. package/prisca/v1/core/line_of_approval/line_of_approval_grpc_pb.js +177 -0
  25. package/prisca/v1/core/line_of_approval/line_of_approval_pb.js +2612 -0
  26. package/prisca/v1/core/link_data_source/link_data_source_grpc_pb.js +177 -0
  27. package/prisca/v1/core/link_data_source/link_data_source_pb.js +2612 -0
  28. package/prisca/v1/core/location/location_grpc_pb.js +837 -0
  29. package/prisca/v1/core/location/location_pb.js +10879 -0
  30. package/prisca/v1/core/material/material_grpc_pb.js +181 -0
  31. package/prisca/v1/core/material/material_pb.js +4106 -0
  32. package/prisca/v1/core/material_group/material_group_grpc_pb.js +177 -0
  33. package/prisca/v1/core/material_group/material_group_pb.js +2582 -0
  34. package/prisca/v1/core/material_type/material_type_grpc_pb.js +148 -0
  35. package/prisca/v1/core/material_type/material_type_pb.js +2392 -0
  36. package/prisca/v1/core/messaging/email_template_grpc_pb.js +177 -0
  37. package/prisca/v1/core/messaging/email_template_pb.js +2552 -0
  38. package/prisca/v1/core/messaging/messaging_grpc_pb.js +45 -0
  39. package/prisca/v1/core/messaging/messaging_pb.js +896 -0
  40. package/prisca/v1/core/number_range/number_range_grpc_pb.js +177 -0
  41. package/prisca/v1/core/number_range/number_range_pb.js +2732 -0
  42. package/prisca/v1/core/organization/organization_grpc_pb.js +180 -0
  43. package/prisca/v1/core/organization/organization_pb.js +3032 -0
  44. package/prisca/v1/core/organization_level/organization_level_grpc_pb.js +178 -0
  45. package/prisca/v1/core/organization_level/organization_level_pb.js +2545 -0
  46. package/prisca/v1/core/procurement/procurement_grpc_pb.js +146 -0
  47. package/prisca/v1/core/procurement/procurement_pb.js +1681 -0
  48. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_grpc_pb.js +266 -0
  49. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_pb.js +4429 -0
  50. package/prisca/v1/core/recipient_roles/recipient_roles_grpc_pb.js +1 -0
  51. package/prisca/v1/core/recipient_roles/recipient_roles_pb.js +206 -0
  52. package/prisca/v1/core/tax_code/tax_code_grpc_pb.js +177 -0
  53. package/prisca/v1/core/tax_code/tax_code_pb.js +2582 -0
  54. package/prisca/v1/core/transaction_builder/transaction_builder_grpc_pb.js +421 -0
  55. package/prisca/v1/core/transaction_builder/transaction_builder_pb.js +8965 -0
  56. package/prisca/v1/core/unit_of_measurement/unit_of_measurement_grpc_pb.js +180 -0
  57. package/prisca/v1/core/unit_of_measurement/unit_of_measurement_pb.js +2798 -0
  58. package/prisca/v1/core/users/users_grpc_pb.js +1 -0
  59. package/prisca/v1/core/users/users_pb.js +626 -0
  60. package/prisca/v1/core/users_role/users_role_grpc_pb.js +177 -0
  61. package/prisca/v1/core/users_role/users_role_pb.js +2372 -0
  62. package/prisca/v1/core/work_location/work_location_grpc_pb.js +179 -0
  63. package/prisca/v1/core/work_location/work_location_pb.js +3972 -0
  64. package/prisca/v1/core/workflow/workflow_grpc_pb.js +180 -0
  65. package/prisca/v1/core/workflow/workflow_pb.js +6589 -0
  66. package/prisca/v1/document_type/document_type_grpc_pb.js +178 -0
  67. package/prisca/v1/document_type/document_type_pb.js +2746 -0
  68. package/prisca/v1/general_ledger_account/general_ledger_account_grpc_pb.js +181 -0
  69. package/prisca/v1/general_ledger_account/general_ledger_account_pb.js +3276 -0
  70. package/prisca/v1/global/meta/meta_grpc_pb.js +1 -0
  71. package/prisca/v1/global/meta/meta_pb.js +1179 -0
  72. package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_grpc_pb.js +267 -0
  73. package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_pb.js +7825 -0
  74. package/prisca/v1/purchasing_group/purchasing_group_grpc_pb.js +178 -0
  75. package/prisca/v1/purchasing_group/purchasing_group_pb.js +2875 -0
  76. package/prisca/v1/purchasing_organization/purchasing_organization_grpc_pb.js +145 -0
  77. package/prisca/v1/purchasing_organization/purchasing_organization_pb.js +2139 -0
  78. package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment_grpc_pb.js +146 -0
  79. package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment_pb.js +2183 -0
  80. package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant_grpc_pb.js +146 -0
  81. package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant_pb.js +2536 -0
  82. package/prisca/v1/account_assignment/account_assignment.pb.go +0 -893
  83. package/prisca/v1/account_assignment/account_assignment_grpc.pb.go +0 -274
  84. package/prisca/v1/account_group/account_group.pb.go +0 -955
  85. package/prisca/v1/account_group/account_group_grpc.pb.go +0 -273
  86. package/prisca/v1/chart_of_account/chart_of_account.pb.go +0 -882
  87. package/prisca/v1/chart_of_account/chart_of_account_grpc.pb.go +0 -273
  88. package/prisca/v1/core/auth/auth.proto +0 -129
  89. package/prisca/v1/core/company/company.proto +0 -86
  90. package/prisca/v1/core/currency/currency.proto +0 -76
  91. package/prisca/v1/core/department_material/department_material.proto +0 -69
  92. package/prisca/v1/core/employee/employee.proto +0 -120
  93. package/prisca/v1/core/job_grade/job_grade.proto +0 -79
  94. package/prisca/v1/core/job_position/job_position.proto +0 -113
  95. package/prisca/v1/core/job_title/job_title.proto +0 -89
  96. package/prisca/v1/core/line_of_approval/line_of_approval.proto +0 -79
  97. package/prisca/v1/core/link_data_source/link_data_source.proto +0 -78
  98. package/prisca/v1/core/location/location.proto +0 -289
  99. package/prisca/v1/core/material/material.proto +0 -129
  100. package/prisca/v1/core/material_group/material_group.proto +0 -79
  101. package/prisca/v1/core/material_type/material_type.proto +0 -77
  102. package/prisca/v1/core/messaging/email_template.proto +0 -75
  103. package/prisca/v1/core/messaging/messaging.proto +0 -28
  104. package/prisca/v1/core/number_range/number_range.proto +0 -83
  105. package/prisca/v1/core/organization/organization.proto +0 -94
  106. package/prisca/v1/core/organization_level/organization_level.proto +0 -77
  107. package/prisca/v1/core/procurement/procurement.proto +0 -54
  108. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx.proto +0 -131
  109. package/prisca/v1/core/recipient_roles/recipient_roles.proto +0 -10
  110. package/prisca/v1/core/tax_code/tax_code.proto +0 -79
  111. package/prisca/v1/core/transaction_builder/transaction_builder.proto +0 -262
  112. package/prisca/v1/core/unit_of_measurement/unit_of_measurement.proto +0 -88
  113. package/prisca/v1/core/users/users.proto +0 -22
  114. package/prisca/v1/core/users_role/users_role.proto +0 -72
  115. package/prisca/v1/core/work_location/work_location.proto +0 -122
  116. package/prisca/v1/core/workflow/workflow.proto +0 -197
  117. package/prisca/v1/document_type/document_type.pb.go +0 -952
  118. package/prisca/v1/document_type/document_type_grpc.pb.go +0 -273
  119. package/prisca/v1/general_ledger_account/general_ledger_account.pb.go +0 -1146
  120. package/prisca/v1/general_ledger_account/general_ledger_account_grpc.pb.go +0 -274
  121. package/prisca/v1/global/meta/meta.proto +0 -57
  122. package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx.pb.go +0 -2674
  123. package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_grpc.pb.go +0 -388
  124. package/prisca/v1/purchasing_group/purchasing_group.pb.go +0 -1004
  125. package/prisca/v1/purchasing_group/purchasing_group_grpc.pb.go +0 -274
  126. package/prisca/v1/purchasing_organization/purchasing_organization.pb.go +0 -775
  127. package/prisca/v1/purchasing_organization/purchasing_organization_grpc.pb.go +0 -236
  128. package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment.pb.go +0 -805
  129. package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment_grpc.pb.go +0 -236
  130. package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant.pb.go +0 -906
  131. package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant_grpc.pb.go +0 -236
@@ -1,1004 +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/purchasing_group/purchasing_group.proto
6
-
7
- package purchasing_group
8
-
9
- import (
10
- company "gitlab.com/integra_sm/prisca-v2-core-service/protocgen/prisca/v1/core/company"
11
- meta "gitlab.com/integra_sm/prisca-v2-core-service/protocgen/prisca/v1/global/meta"
12
- protoreflect "google.golang.org/protobuf/reflect/protoreflect"
13
- protoimpl "google.golang.org/protobuf/runtime/protoimpl"
14
- reflect "reflect"
15
- sync "sync"
16
- unsafe "unsafe"
17
- )
18
-
19
- const (
20
- // Verify that this generated code is sufficiently up-to-date.
21
- _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
22
- // Verify that runtime/protoimpl is sufficiently up-to-date.
23
- _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
24
- )
25
-
26
- type PurchasingGroup struct {
27
- state protoimpl.MessageState `protogen:"open.v1"`
28
- ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
29
- Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
30
- Telephone string `protobuf:"bytes,3,opt,name=telephone,proto3" json:"telephone,omitempty"`
31
- TelephoneNoPurchasingGroup string `protobuf:"bytes,4,opt,name=telephone_no_purchasing_group,json=telephoneNoPurchasingGroup,proto3" json:"telephone_no_purchasing_group,omitempty"`
32
- FaxNumber string `protobuf:"bytes,5,opt,name=fax_number,json=faxNumber,proto3" json:"fax_number,omitempty"`
33
- Extension int64 `protobuf:"varint,6,opt,name=extension,proto3" json:"extension,omitempty"`
34
- EmailAddress string `protobuf:"bytes,7,opt,name=email_address,json=emailAddress,proto3" json:"email_address,omitempty"`
35
- CompaniesReferencesId string `protobuf:"bytes,8,opt,name=companies_references_id,json=companiesReferencesId,proto3" json:"companies_references_id,omitempty"`
36
- Code string `protobuf:"bytes,9,opt,name=code,proto3" json:"code,omitempty"`
37
- unknownFields protoimpl.UnknownFields
38
- sizeCache protoimpl.SizeCache
39
- }
40
-
41
- func (x *PurchasingGroup) Reset() {
42
- *x = PurchasingGroup{}
43
- mi := &file_prisca_v1_purchasing_group_purchasing_group_proto_msgTypes[0]
44
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
45
- ms.StoreMessageInfo(mi)
46
- }
47
-
48
- func (x *PurchasingGroup) String() string {
49
- return protoimpl.X.MessageStringOf(x)
50
- }
51
-
52
- func (*PurchasingGroup) ProtoMessage() {}
53
-
54
- func (x *PurchasingGroup) ProtoReflect() protoreflect.Message {
55
- mi := &file_prisca_v1_purchasing_group_purchasing_group_proto_msgTypes[0]
56
- if x != nil {
57
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
58
- if ms.LoadMessageInfo() == nil {
59
- ms.StoreMessageInfo(mi)
60
- }
61
- return ms
62
- }
63
- return mi.MessageOf(x)
64
- }
65
-
66
- // Deprecated: Use PurchasingGroup.ProtoReflect.Descriptor instead.
67
- func (*PurchasingGroup) Descriptor() ([]byte, []int) {
68
- return file_prisca_v1_purchasing_group_purchasing_group_proto_rawDescGZIP(), []int{0}
69
- }
70
-
71
- func (x *PurchasingGroup) GetReferencesId() string {
72
- if x != nil {
73
- return x.ReferencesId
74
- }
75
- return ""
76
- }
77
-
78
- func (x *PurchasingGroup) GetDescription() string {
79
- if x != nil {
80
- return x.Description
81
- }
82
- return ""
83
- }
84
-
85
- func (x *PurchasingGroup) GetTelephone() string {
86
- if x != nil {
87
- return x.Telephone
88
- }
89
- return ""
90
- }
91
-
92
- func (x *PurchasingGroup) GetTelephoneNoPurchasingGroup() string {
93
- if x != nil {
94
- return x.TelephoneNoPurchasingGroup
95
- }
96
- return ""
97
- }
98
-
99
- func (x *PurchasingGroup) GetFaxNumber() string {
100
- if x != nil {
101
- return x.FaxNumber
102
- }
103
- return ""
104
- }
105
-
106
- func (x *PurchasingGroup) GetExtension() int64 {
107
- if x != nil {
108
- return x.Extension
109
- }
110
- return 0
111
- }
112
-
113
- func (x *PurchasingGroup) GetEmailAddress() string {
114
- if x != nil {
115
- return x.EmailAddress
116
- }
117
- return ""
118
- }
119
-
120
- func (x *PurchasingGroup) GetCompaniesReferencesId() string {
121
- if x != nil {
122
- return x.CompaniesReferencesId
123
- }
124
- return ""
125
- }
126
-
127
- func (x *PurchasingGroup) GetCode() string {
128
- if x != nil {
129
- return x.Code
130
- }
131
- return ""
132
- }
133
-
134
- type BasePurchasingGroup struct {
135
- state protoimpl.MessageState `protogen:"open.v1"`
136
- ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
137
- Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
138
- Telephone string `protobuf:"bytes,3,opt,name=telephone,proto3" json:"telephone,omitempty"`
139
- TelephoneNoPurchasingGroup string `protobuf:"bytes,4,opt,name=telephone_no_purchasing_group,json=telephoneNoPurchasingGroup,proto3" json:"telephone_no_purchasing_group,omitempty"`
140
- FaxNumber string `protobuf:"bytes,5,opt,name=fax_number,json=faxNumber,proto3" json:"fax_number,omitempty"`
141
- Extension int64 `protobuf:"varint,6,opt,name=extension,proto3" json:"extension,omitempty"`
142
- EmailAddress string `protobuf:"bytes,7,opt,name=email_address,json=emailAddress,proto3" json:"email_address,omitempty"`
143
- CompaniesReferencesId string `protobuf:"bytes,8,opt,name=companies_references_id,json=companiesReferencesId,proto3" json:"companies_references_id,omitempty"`
144
- Company *company.Company `protobuf:"bytes,9,opt,name=company,proto3" json:"company,omitempty"`
145
- Code string `protobuf:"bytes,10,opt,name=code,proto3" json:"code,omitempty"`
146
- unknownFields protoimpl.UnknownFields
147
- sizeCache protoimpl.SizeCache
148
- }
149
-
150
- func (x *BasePurchasingGroup) Reset() {
151
- *x = BasePurchasingGroup{}
152
- mi := &file_prisca_v1_purchasing_group_purchasing_group_proto_msgTypes[1]
153
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
154
- ms.StoreMessageInfo(mi)
155
- }
156
-
157
- func (x *BasePurchasingGroup) String() string {
158
- return protoimpl.X.MessageStringOf(x)
159
- }
160
-
161
- func (*BasePurchasingGroup) ProtoMessage() {}
162
-
163
- func (x *BasePurchasingGroup) ProtoReflect() protoreflect.Message {
164
- mi := &file_prisca_v1_purchasing_group_purchasing_group_proto_msgTypes[1]
165
- if x != nil {
166
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
167
- if ms.LoadMessageInfo() == nil {
168
- ms.StoreMessageInfo(mi)
169
- }
170
- return ms
171
- }
172
- return mi.MessageOf(x)
173
- }
174
-
175
- // Deprecated: Use BasePurchasingGroup.ProtoReflect.Descriptor instead.
176
- func (*BasePurchasingGroup) Descriptor() ([]byte, []int) {
177
- return file_prisca_v1_purchasing_group_purchasing_group_proto_rawDescGZIP(), []int{1}
178
- }
179
-
180
- func (x *BasePurchasingGroup) GetReferencesId() string {
181
- if x != nil {
182
- return x.ReferencesId
183
- }
184
- return ""
185
- }
186
-
187
- func (x *BasePurchasingGroup) GetDescription() string {
188
- if x != nil {
189
- return x.Description
190
- }
191
- return ""
192
- }
193
-
194
- func (x *BasePurchasingGroup) GetTelephone() string {
195
- if x != nil {
196
- return x.Telephone
197
- }
198
- return ""
199
- }
200
-
201
- func (x *BasePurchasingGroup) GetTelephoneNoPurchasingGroup() string {
202
- if x != nil {
203
- return x.TelephoneNoPurchasingGroup
204
- }
205
- return ""
206
- }
207
-
208
- func (x *BasePurchasingGroup) GetFaxNumber() string {
209
- if x != nil {
210
- return x.FaxNumber
211
- }
212
- return ""
213
- }
214
-
215
- func (x *BasePurchasingGroup) GetExtension() int64 {
216
- if x != nil {
217
- return x.Extension
218
- }
219
- return 0
220
- }
221
-
222
- func (x *BasePurchasingGroup) GetEmailAddress() string {
223
- if x != nil {
224
- return x.EmailAddress
225
- }
226
- return ""
227
- }
228
-
229
- func (x *BasePurchasingGroup) GetCompaniesReferencesId() string {
230
- if x != nil {
231
- return x.CompaniesReferencesId
232
- }
233
- return ""
234
- }
235
-
236
- func (x *BasePurchasingGroup) GetCompany() *company.Company {
237
- if x != nil {
238
- return x.Company
239
- }
240
- return nil
241
- }
242
-
243
- func (x *BasePurchasingGroup) GetCode() string {
244
- if x != nil {
245
- return x.Code
246
- }
247
- return ""
248
- }
249
-
250
- type PurchasingGroupGetByIdRequest struct {
251
- state protoimpl.MessageState `protogen:"open.v1"`
252
- ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
253
- unknownFields protoimpl.UnknownFields
254
- sizeCache protoimpl.SizeCache
255
- }
256
-
257
- func (x *PurchasingGroupGetByIdRequest) Reset() {
258
- *x = PurchasingGroupGetByIdRequest{}
259
- mi := &file_prisca_v1_purchasing_group_purchasing_group_proto_msgTypes[2]
260
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
261
- ms.StoreMessageInfo(mi)
262
- }
263
-
264
- func (x *PurchasingGroupGetByIdRequest) String() string {
265
- return protoimpl.X.MessageStringOf(x)
266
- }
267
-
268
- func (*PurchasingGroupGetByIdRequest) ProtoMessage() {}
269
-
270
- func (x *PurchasingGroupGetByIdRequest) ProtoReflect() protoreflect.Message {
271
- mi := &file_prisca_v1_purchasing_group_purchasing_group_proto_msgTypes[2]
272
- if x != nil {
273
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
274
- if ms.LoadMessageInfo() == nil {
275
- ms.StoreMessageInfo(mi)
276
- }
277
- return ms
278
- }
279
- return mi.MessageOf(x)
280
- }
281
-
282
- // Deprecated: Use PurchasingGroupGetByIdRequest.ProtoReflect.Descriptor instead.
283
- func (*PurchasingGroupGetByIdRequest) Descriptor() ([]byte, []int) {
284
- return file_prisca_v1_purchasing_group_purchasing_group_proto_rawDescGZIP(), []int{2}
285
- }
286
-
287
- func (x *PurchasingGroupGetByIdRequest) GetReferencesId() string {
288
- if x != nil {
289
- return x.ReferencesId
290
- }
291
- return ""
292
- }
293
-
294
- type CreatePurchasingGroupRequest struct {
295
- state protoimpl.MessageState `protogen:"open.v1"`
296
- PurchasingGroup *PurchasingGroup `protobuf:"bytes,1,opt,name=purchasing_group,json=purchasingGroup,proto3" json:"purchasing_group,omitempty"`
297
- unknownFields protoimpl.UnknownFields
298
- sizeCache protoimpl.SizeCache
299
- }
300
-
301
- func (x *CreatePurchasingGroupRequest) Reset() {
302
- *x = CreatePurchasingGroupRequest{}
303
- mi := &file_prisca_v1_purchasing_group_purchasing_group_proto_msgTypes[3]
304
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
305
- ms.StoreMessageInfo(mi)
306
- }
307
-
308
- func (x *CreatePurchasingGroupRequest) String() string {
309
- return protoimpl.X.MessageStringOf(x)
310
- }
311
-
312
- func (*CreatePurchasingGroupRequest) ProtoMessage() {}
313
-
314
- func (x *CreatePurchasingGroupRequest) ProtoReflect() protoreflect.Message {
315
- mi := &file_prisca_v1_purchasing_group_purchasing_group_proto_msgTypes[3]
316
- if x != nil {
317
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
318
- if ms.LoadMessageInfo() == nil {
319
- ms.StoreMessageInfo(mi)
320
- }
321
- return ms
322
- }
323
- return mi.MessageOf(x)
324
- }
325
-
326
- // Deprecated: Use CreatePurchasingGroupRequest.ProtoReflect.Descriptor instead.
327
- func (*CreatePurchasingGroupRequest) Descriptor() ([]byte, []int) {
328
- return file_prisca_v1_purchasing_group_purchasing_group_proto_rawDescGZIP(), []int{3}
329
- }
330
-
331
- func (x *CreatePurchasingGroupRequest) GetPurchasingGroup() *PurchasingGroup {
332
- if x != nil {
333
- return x.PurchasingGroup
334
- }
335
- return nil
336
- }
337
-
338
- type UpdatePurchasingGroupRequest struct {
339
- state protoimpl.MessageState `protogen:"open.v1"`
340
- ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
341
- PurchasingGroup *PurchasingGroup `protobuf:"bytes,2,opt,name=purchasing_group,json=purchasingGroup,proto3" json:"purchasing_group,omitempty"`
342
- unknownFields protoimpl.UnknownFields
343
- sizeCache protoimpl.SizeCache
344
- }
345
-
346
- func (x *UpdatePurchasingGroupRequest) Reset() {
347
- *x = UpdatePurchasingGroupRequest{}
348
- mi := &file_prisca_v1_purchasing_group_purchasing_group_proto_msgTypes[4]
349
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
350
- ms.StoreMessageInfo(mi)
351
- }
352
-
353
- func (x *UpdatePurchasingGroupRequest) String() string {
354
- return protoimpl.X.MessageStringOf(x)
355
- }
356
-
357
- func (*UpdatePurchasingGroupRequest) ProtoMessage() {}
358
-
359
- func (x *UpdatePurchasingGroupRequest) ProtoReflect() protoreflect.Message {
360
- mi := &file_prisca_v1_purchasing_group_purchasing_group_proto_msgTypes[4]
361
- if x != nil {
362
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
363
- if ms.LoadMessageInfo() == nil {
364
- ms.StoreMessageInfo(mi)
365
- }
366
- return ms
367
- }
368
- return mi.MessageOf(x)
369
- }
370
-
371
- // Deprecated: Use UpdatePurchasingGroupRequest.ProtoReflect.Descriptor instead.
372
- func (*UpdatePurchasingGroupRequest) Descriptor() ([]byte, []int) {
373
- return file_prisca_v1_purchasing_group_purchasing_group_proto_rawDescGZIP(), []int{4}
374
- }
375
-
376
- func (x *UpdatePurchasingGroupRequest) GetReferencesId() string {
377
- if x != nil {
378
- return x.ReferencesId
379
- }
380
- return ""
381
- }
382
-
383
- func (x *UpdatePurchasingGroupRequest) GetPurchasingGroup() *PurchasingGroup {
384
- if x != nil {
385
- return x.PurchasingGroup
386
- }
387
- return nil
388
- }
389
-
390
- type DeletePurchasingGroupRequest struct {
391
- state protoimpl.MessageState `protogen:"open.v1"`
392
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
393
- unknownFields protoimpl.UnknownFields
394
- sizeCache protoimpl.SizeCache
395
- }
396
-
397
- func (x *DeletePurchasingGroupRequest) Reset() {
398
- *x = DeletePurchasingGroupRequest{}
399
- mi := &file_prisca_v1_purchasing_group_purchasing_group_proto_msgTypes[5]
400
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
401
- ms.StoreMessageInfo(mi)
402
- }
403
-
404
- func (x *DeletePurchasingGroupRequest) String() string {
405
- return protoimpl.X.MessageStringOf(x)
406
- }
407
-
408
- func (*DeletePurchasingGroupRequest) ProtoMessage() {}
409
-
410
- func (x *DeletePurchasingGroupRequest) ProtoReflect() protoreflect.Message {
411
- mi := &file_prisca_v1_purchasing_group_purchasing_group_proto_msgTypes[5]
412
- if x != nil {
413
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
414
- if ms.LoadMessageInfo() == nil {
415
- ms.StoreMessageInfo(mi)
416
- }
417
- return ms
418
- }
419
- return mi.MessageOf(x)
420
- }
421
-
422
- // Deprecated: Use DeletePurchasingGroupRequest.ProtoReflect.Descriptor instead.
423
- func (*DeletePurchasingGroupRequest) Descriptor() ([]byte, []int) {
424
- return file_prisca_v1_purchasing_group_purchasing_group_proto_rawDescGZIP(), []int{5}
425
- }
426
-
427
- func (x *DeletePurchasingGroupRequest) GetId() int64 {
428
- if x != nil {
429
- return x.Id
430
- }
431
- return 0
432
- }
433
-
434
- type GetListPurchasingGroupRequest struct {
435
- state protoimpl.MessageState `protogen:"open.v1"`
436
- Pagination *meta.PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
437
- Query *meta.FilterRequest `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
438
- unknownFields protoimpl.UnknownFields
439
- sizeCache protoimpl.SizeCache
440
- }
441
-
442
- func (x *GetListPurchasingGroupRequest) Reset() {
443
- *x = GetListPurchasingGroupRequest{}
444
- mi := &file_prisca_v1_purchasing_group_purchasing_group_proto_msgTypes[6]
445
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
446
- ms.StoreMessageInfo(mi)
447
- }
448
-
449
- func (x *GetListPurchasingGroupRequest) String() string {
450
- return protoimpl.X.MessageStringOf(x)
451
- }
452
-
453
- func (*GetListPurchasingGroupRequest) ProtoMessage() {}
454
-
455
- func (x *GetListPurchasingGroupRequest) ProtoReflect() protoreflect.Message {
456
- mi := &file_prisca_v1_purchasing_group_purchasing_group_proto_msgTypes[6]
457
- if x != nil {
458
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
459
- if ms.LoadMessageInfo() == nil {
460
- ms.StoreMessageInfo(mi)
461
- }
462
- return ms
463
- }
464
- return mi.MessageOf(x)
465
- }
466
-
467
- // Deprecated: Use GetListPurchasingGroupRequest.ProtoReflect.Descriptor instead.
468
- func (*GetListPurchasingGroupRequest) Descriptor() ([]byte, []int) {
469
- return file_prisca_v1_purchasing_group_purchasing_group_proto_rawDescGZIP(), []int{6}
470
- }
471
-
472
- func (x *GetListPurchasingGroupRequest) GetPagination() *meta.PaginationRequest {
473
- if x != nil {
474
- return x.Pagination
475
- }
476
- return nil
477
- }
478
-
479
- func (x *GetListPurchasingGroupRequest) GetQuery() *meta.FilterRequest {
480
- if x != nil {
481
- return x.Query
482
- }
483
- return nil
484
- }
485
-
486
- // Response Messages
487
- type CreatePurchasingGroupResponse struct {
488
- state protoimpl.MessageState `protogen:"open.v1"`
489
- PurchasingGroup *PurchasingGroup `protobuf:"bytes,1,opt,name=purchasing_group,json=purchasingGroup,proto3" json:"purchasing_group,omitempty"`
490
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
491
- unknownFields protoimpl.UnknownFields
492
- sizeCache protoimpl.SizeCache
493
- }
494
-
495
- func (x *CreatePurchasingGroupResponse) Reset() {
496
- *x = CreatePurchasingGroupResponse{}
497
- mi := &file_prisca_v1_purchasing_group_purchasing_group_proto_msgTypes[7]
498
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
499
- ms.StoreMessageInfo(mi)
500
- }
501
-
502
- func (x *CreatePurchasingGroupResponse) String() string {
503
- return protoimpl.X.MessageStringOf(x)
504
- }
505
-
506
- func (*CreatePurchasingGroupResponse) ProtoMessage() {}
507
-
508
- func (x *CreatePurchasingGroupResponse) ProtoReflect() protoreflect.Message {
509
- mi := &file_prisca_v1_purchasing_group_purchasing_group_proto_msgTypes[7]
510
- if x != nil {
511
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
512
- if ms.LoadMessageInfo() == nil {
513
- ms.StoreMessageInfo(mi)
514
- }
515
- return ms
516
- }
517
- return mi.MessageOf(x)
518
- }
519
-
520
- // Deprecated: Use CreatePurchasingGroupResponse.ProtoReflect.Descriptor instead.
521
- func (*CreatePurchasingGroupResponse) Descriptor() ([]byte, []int) {
522
- return file_prisca_v1_purchasing_group_purchasing_group_proto_rawDescGZIP(), []int{7}
523
- }
524
-
525
- func (x *CreatePurchasingGroupResponse) GetPurchasingGroup() *PurchasingGroup {
526
- if x != nil {
527
- return x.PurchasingGroup
528
- }
529
- return nil
530
- }
531
-
532
- func (x *CreatePurchasingGroupResponse) GetMeta() *meta.Meta {
533
- if x != nil {
534
- return x.Meta
535
- }
536
- return nil
537
- }
538
-
539
- type GetListPurchasingGroupResponse struct {
540
- state protoimpl.MessageState `protogen:"open.v1"`
541
- PurchasingGroup []*BasePurchasingGroup `protobuf:"bytes,1,rep,name=purchasing_group,json=purchasingGroup,proto3" json:"purchasing_group,omitempty"`
542
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
543
- unknownFields protoimpl.UnknownFields
544
- sizeCache protoimpl.SizeCache
545
- }
546
-
547
- func (x *GetListPurchasingGroupResponse) Reset() {
548
- *x = GetListPurchasingGroupResponse{}
549
- mi := &file_prisca_v1_purchasing_group_purchasing_group_proto_msgTypes[8]
550
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
551
- ms.StoreMessageInfo(mi)
552
- }
553
-
554
- func (x *GetListPurchasingGroupResponse) String() string {
555
- return protoimpl.X.MessageStringOf(x)
556
- }
557
-
558
- func (*GetListPurchasingGroupResponse) ProtoMessage() {}
559
-
560
- func (x *GetListPurchasingGroupResponse) ProtoReflect() protoreflect.Message {
561
- mi := &file_prisca_v1_purchasing_group_purchasing_group_proto_msgTypes[8]
562
- if x != nil {
563
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
564
- if ms.LoadMessageInfo() == nil {
565
- ms.StoreMessageInfo(mi)
566
- }
567
- return ms
568
- }
569
- return mi.MessageOf(x)
570
- }
571
-
572
- // Deprecated: Use GetListPurchasingGroupResponse.ProtoReflect.Descriptor instead.
573
- func (*GetListPurchasingGroupResponse) Descriptor() ([]byte, []int) {
574
- return file_prisca_v1_purchasing_group_purchasing_group_proto_rawDescGZIP(), []int{8}
575
- }
576
-
577
- func (x *GetListPurchasingGroupResponse) GetPurchasingGroup() []*BasePurchasingGroup {
578
- if x != nil {
579
- return x.PurchasingGroup
580
- }
581
- return nil
582
- }
583
-
584
- func (x *GetListPurchasingGroupResponse) GetMeta() *meta.Meta {
585
- if x != nil {
586
- return x.Meta
587
- }
588
- return nil
589
- }
590
-
591
- type UpdatePurchasingGroupResponse struct {
592
- state protoimpl.MessageState `protogen:"open.v1"`
593
- PurchasingGroup *PurchasingGroup `protobuf:"bytes,1,opt,name=purchasing_group,json=purchasingGroup,proto3" json:"purchasing_group,omitempty"`
594
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
595
- unknownFields protoimpl.UnknownFields
596
- sizeCache protoimpl.SizeCache
597
- }
598
-
599
- func (x *UpdatePurchasingGroupResponse) Reset() {
600
- *x = UpdatePurchasingGroupResponse{}
601
- mi := &file_prisca_v1_purchasing_group_purchasing_group_proto_msgTypes[9]
602
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
603
- ms.StoreMessageInfo(mi)
604
- }
605
-
606
- func (x *UpdatePurchasingGroupResponse) String() string {
607
- return protoimpl.X.MessageStringOf(x)
608
- }
609
-
610
- func (*UpdatePurchasingGroupResponse) ProtoMessage() {}
611
-
612
- func (x *UpdatePurchasingGroupResponse) ProtoReflect() protoreflect.Message {
613
- mi := &file_prisca_v1_purchasing_group_purchasing_group_proto_msgTypes[9]
614
- if x != nil {
615
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
616
- if ms.LoadMessageInfo() == nil {
617
- ms.StoreMessageInfo(mi)
618
- }
619
- return ms
620
- }
621
- return mi.MessageOf(x)
622
- }
623
-
624
- // Deprecated: Use UpdatePurchasingGroupResponse.ProtoReflect.Descriptor instead.
625
- func (*UpdatePurchasingGroupResponse) Descriptor() ([]byte, []int) {
626
- return file_prisca_v1_purchasing_group_purchasing_group_proto_rawDescGZIP(), []int{9}
627
- }
628
-
629
- func (x *UpdatePurchasingGroupResponse) GetPurchasingGroup() *PurchasingGroup {
630
- if x != nil {
631
- return x.PurchasingGroup
632
- }
633
- return nil
634
- }
635
-
636
- func (x *UpdatePurchasingGroupResponse) GetMeta() *meta.Meta {
637
- if x != nil {
638
- return x.Meta
639
- }
640
- return nil
641
- }
642
-
643
- type PurchasingGroupGetByIdResponse struct {
644
- state protoimpl.MessageState `protogen:"open.v1"`
645
- PurchasingGroup *BasePurchasingGroup `protobuf:"bytes,1,opt,name=purchasing_group,json=purchasingGroup,proto3" json:"purchasing_group,omitempty"`
646
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
647
- unknownFields protoimpl.UnknownFields
648
- sizeCache protoimpl.SizeCache
649
- }
650
-
651
- func (x *PurchasingGroupGetByIdResponse) Reset() {
652
- *x = PurchasingGroupGetByIdResponse{}
653
- mi := &file_prisca_v1_purchasing_group_purchasing_group_proto_msgTypes[10]
654
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
655
- ms.StoreMessageInfo(mi)
656
- }
657
-
658
- func (x *PurchasingGroupGetByIdResponse) String() string {
659
- return protoimpl.X.MessageStringOf(x)
660
- }
661
-
662
- func (*PurchasingGroupGetByIdResponse) ProtoMessage() {}
663
-
664
- func (x *PurchasingGroupGetByIdResponse) ProtoReflect() protoreflect.Message {
665
- mi := &file_prisca_v1_purchasing_group_purchasing_group_proto_msgTypes[10]
666
- if x != nil {
667
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
668
- if ms.LoadMessageInfo() == nil {
669
- ms.StoreMessageInfo(mi)
670
- }
671
- return ms
672
- }
673
- return mi.MessageOf(x)
674
- }
675
-
676
- // Deprecated: Use PurchasingGroupGetByIdResponse.ProtoReflect.Descriptor instead.
677
- func (*PurchasingGroupGetByIdResponse) Descriptor() ([]byte, []int) {
678
- return file_prisca_v1_purchasing_group_purchasing_group_proto_rawDescGZIP(), []int{10}
679
- }
680
-
681
- func (x *PurchasingGroupGetByIdResponse) GetPurchasingGroup() *BasePurchasingGroup {
682
- if x != nil {
683
- return x.PurchasingGroup
684
- }
685
- return nil
686
- }
687
-
688
- func (x *PurchasingGroupGetByIdResponse) GetMeta() *meta.Meta {
689
- if x != nil {
690
- return x.Meta
691
- }
692
- return nil
693
- }
694
-
695
- type DeletePurchasingGroupResponse struct {
696
- state protoimpl.MessageState `protogen:"open.v1"`
697
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
698
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
699
- unknownFields protoimpl.UnknownFields
700
- sizeCache protoimpl.SizeCache
701
- }
702
-
703
- func (x *DeletePurchasingGroupResponse) Reset() {
704
- *x = DeletePurchasingGroupResponse{}
705
- mi := &file_prisca_v1_purchasing_group_purchasing_group_proto_msgTypes[11]
706
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
707
- ms.StoreMessageInfo(mi)
708
- }
709
-
710
- func (x *DeletePurchasingGroupResponse) String() string {
711
- return protoimpl.X.MessageStringOf(x)
712
- }
713
-
714
- func (*DeletePurchasingGroupResponse) ProtoMessage() {}
715
-
716
- func (x *DeletePurchasingGroupResponse) ProtoReflect() protoreflect.Message {
717
- mi := &file_prisca_v1_purchasing_group_purchasing_group_proto_msgTypes[11]
718
- if x != nil {
719
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
720
- if ms.LoadMessageInfo() == nil {
721
- ms.StoreMessageInfo(mi)
722
- }
723
- return ms
724
- }
725
- return mi.MessageOf(x)
726
- }
727
-
728
- // Deprecated: Use DeletePurchasingGroupResponse.ProtoReflect.Descriptor instead.
729
- func (*DeletePurchasingGroupResponse) Descriptor() ([]byte, []int) {
730
- return file_prisca_v1_purchasing_group_purchasing_group_proto_rawDescGZIP(), []int{11}
731
- }
732
-
733
- func (x *DeletePurchasingGroupResponse) GetId() int64 {
734
- if x != nil {
735
- return x.Id
736
- }
737
- return 0
738
- }
739
-
740
- func (x *DeletePurchasingGroupResponse) GetMeta() *meta.Meta {
741
- if x != nil {
742
- return x.Meta
743
- }
744
- return nil
745
- }
746
-
747
- var File_prisca_v1_purchasing_group_purchasing_group_proto protoreflect.FileDescriptor
748
-
749
- var file_prisca_v1_purchasing_group_purchasing_group_proto_rawDesc = string([]byte{
750
- 0x0a, 0x31, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x75, 0x72, 0x63,
751
- 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x2f, 0x70, 0x75, 0x72,
752
- 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x2e, 0x70, 0x72,
753
- 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x67,
754
- 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2e,
755
- 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x24, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31,
756
- 0x2f, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x2f, 0x63, 0x6f,
757
- 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xe7, 0x02, 0x0a, 0x0f,
758
- 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12,
759
- 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64,
760
- 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63,
761
- 0x65, 0x73, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74,
762
- 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72,
763
- 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x65, 0x6c, 0x65, 0x70, 0x68,
764
- 0x6f, 0x6e, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x74, 0x65, 0x6c, 0x65, 0x70,
765
- 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x41, 0x0a, 0x1d, 0x74, 0x65, 0x6c, 0x65, 0x70, 0x68, 0x6f, 0x6e,
766
- 0x65, 0x5f, 0x6e, 0x6f, 0x5f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f,
767
- 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x1a, 0x74, 0x65, 0x6c,
768
- 0x65, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x4e, 0x6f, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69,
769
- 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x1d, 0x0a, 0x0a, 0x66, 0x61, 0x78, 0x5f, 0x6e,
770
- 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x66, 0x61, 0x78,
771
- 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73,
772
- 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x78, 0x74, 0x65, 0x6e,
773
- 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x23, 0x0a, 0x0d, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x61, 0x64,
774
- 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x65, 0x6d, 0x61,
775
- 0x69, 0x6c, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x36, 0x0a, 0x17, 0x63, 0x6f, 0x6d,
776
- 0x70, 0x61, 0x6e, 0x69, 0x65, 0x73, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65,
777
- 0x73, 0x5f, 0x69, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x15, 0x63, 0x6f, 0x6d, 0x70,
778
- 0x61, 0x6e, 0x69, 0x65, 0x73, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49,
779
- 0x64, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52,
780
- 0x04, 0x63, 0x6f, 0x64, 0x65, 0x22, 0x8f, 0x03, 0x0a, 0x13, 0x42, 0x61, 0x73, 0x65, 0x50, 0x75,
781
- 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x23, 0x0a,
782
- 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01,
783
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73,
784
- 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f,
785
- 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70,
786
- 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x65, 0x6c, 0x65, 0x70, 0x68, 0x6f, 0x6e,
787
- 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x74, 0x65, 0x6c, 0x65, 0x70, 0x68, 0x6f,
788
- 0x6e, 0x65, 0x12, 0x41, 0x0a, 0x1d, 0x74, 0x65, 0x6c, 0x65, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x5f,
789
- 0x6e, 0x6f, 0x5f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x67, 0x72,
790
- 0x6f, 0x75, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x1a, 0x74, 0x65, 0x6c, 0x65, 0x70,
791
- 0x68, 0x6f, 0x6e, 0x65, 0x4e, 0x6f, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67,
792
- 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x1d, 0x0a, 0x0a, 0x66, 0x61, 0x78, 0x5f, 0x6e, 0x75, 0x6d,
793
- 0x62, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x66, 0x61, 0x78, 0x4e, 0x75,
794
- 0x6d, 0x62, 0x65, 0x72, 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f,
795
- 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69,
796
- 0x6f, 0x6e, 0x12, 0x23, 0x0a, 0x0d, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x61, 0x64, 0x64, 0x72,
797
- 0x65, 0x73, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x65, 0x6d, 0x61, 0x69, 0x6c,
798
- 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x36, 0x0a, 0x17, 0x63, 0x6f, 0x6d, 0x70, 0x61,
799
- 0x6e, 0x69, 0x65, 0x73, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f,
800
- 0x69, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x15, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e,
801
- 0x69, 0x65, 0x73, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12,
802
- 0x22, 0x0a, 0x07, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b,
803
- 0x32, 0x08, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x52, 0x07, 0x63, 0x6f, 0x6d, 0x70,
804
- 0x61, 0x6e, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28,
805
- 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x22, 0x44, 0x0a, 0x1d, 0x50, 0x75, 0x72, 0x63, 0x68,
806
- 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x47, 0x65, 0x74, 0x42, 0x79, 0x49,
807
- 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65,
808
- 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
809
- 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x22, 0x5b, 0x0a,
810
- 0x1c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e,
811
- 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3b, 0x0a,
812
- 0x10, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x67, 0x72, 0x6f, 0x75,
813
- 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61,
814
- 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x0f, 0x70, 0x75, 0x72, 0x63, 0x68,
815
- 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x22, 0x80, 0x01, 0x0a, 0x1c, 0x55,
816
- 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47,
817
- 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x72,
818
- 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
819
- 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64,
820
- 0x12, 0x3b, 0x0a, 0x10, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x67,
821
- 0x72, 0x6f, 0x75, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x50, 0x75, 0x72,
822
- 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x0f, 0x70, 0x75,
823
- 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x22, 0x2e, 0x0a,
824
- 0x1c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e,
825
- 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a,
826
- 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x22, 0xa5, 0x01,
827
- 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73,
828
- 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
829
- 0x48, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20,
830
- 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e,
831
- 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x61, 0x67, 0x69,
832
- 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x0a, 0x70,
833
- 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x0a, 0x05, 0x71, 0x75, 0x65,
834
- 0x72, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63,
835
- 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61,
836
- 0x2e, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x05,
837
- 0x71, 0x75, 0x65, 0x72, 0x79, 0x22, 0x8d, 0x01, 0x0a, 0x1d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65,
838
- 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52,
839
- 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3b, 0x0a, 0x10, 0x70, 0x75, 0x72, 0x63, 0x68,
840
- 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28,
841
- 0x0b, 0x32, 0x10, 0x2e, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72,
842
- 0x6f, 0x75, 0x70, 0x52, 0x0f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47,
843
- 0x72, 0x6f, 0x75, 0x70, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01,
844
- 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67,
845
- 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52,
846
- 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0x92, 0x01, 0x0a, 0x1e, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73,
847
- 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70,
848
- 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3f, 0x0a, 0x10, 0x70, 0x75, 0x72, 0x63,
849
- 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x01, 0x20, 0x03,
850
- 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73,
851
- 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x0f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61,
852
- 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74,
853
- 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61,
854
- 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e,
855
- 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0x8d, 0x01, 0x0a, 0x1d, 0x55,
856
- 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47,
857
- 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3b, 0x0a, 0x10,
858
- 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70,
859
- 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73,
860
- 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x0f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61,
861
- 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74,
862
- 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61,
863
- 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e,
864
- 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0x92, 0x01, 0x0a, 0x1e, 0x50,
865
- 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x47, 0x65,
866
- 0x74, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3f, 0x0a,
867
- 0x10, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x67, 0x72, 0x6f, 0x75,
868
- 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x50, 0x75,
869
- 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x0f, 0x70,
870
- 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x2f,
871
- 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70,
872
- 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e,
873
- 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22,
874
- 0x60, 0x0a, 0x1d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73,
875
- 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
876
- 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64,
877
- 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b,
878
- 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61,
879
- 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74,
880
- 0x61, 0x32, 0xd6, 0x03, 0x0a, 0x16, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67,
881
- 0x47, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x56, 0x0a, 0x15,
882
- 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67,
883
- 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x1d, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x75,
884
- 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71,
885
- 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x75, 0x72,
886
- 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70,
887
- 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x59, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68,
888
- 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x42, 0x79, 0x49, 0x64, 0x12, 0x1e,
889
- 0x2e, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70,
890
- 0x47, 0x65, 0x74, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f,
891
- 0x2e, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70,
892
- 0x47, 0x65, 0x74, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
893
- 0x56, 0x0a, 0x15, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73,
894
- 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x1d, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74,
895
- 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70,
896
- 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
897
- 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52,
898
- 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x59, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x4c, 0x69,
899
- 0x73, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75,
900
- 0x70, 0x12, 0x1e, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68,
901
- 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
902
- 0x74, 0x1a, 0x1f, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68,
903
- 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
904
- 0x73, 0x65, 0x12, 0x56, 0x0a, 0x15, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63,
905
- 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x1d, 0x2e, 0x44, 0x65,
906
- 0x6c, 0x65, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72,
907
- 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x44, 0x65, 0x6c,
908
- 0x65, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x47, 0x72, 0x6f,
909
- 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x62, 0x5a, 0x60, 0x67, 0x69,
910
- 0x74, 0x6c, 0x61, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61,
911
- 0x5f, 0x73, 0x6d, 0x2f, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2d, 0x76, 0x32, 0x2d, 0x70, 0x75,
912
- 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x2d, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69,
913
- 0x6f, 0x6e, 0x2d, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63,
914
- 0x67, 0x65, 0x6e, 0x2f, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x75,
915
- 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x62, 0x06,
916
- 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
917
- })
918
-
919
- var (
920
- file_prisca_v1_purchasing_group_purchasing_group_proto_rawDescOnce sync.Once
921
- file_prisca_v1_purchasing_group_purchasing_group_proto_rawDescData []byte
922
- )
923
-
924
- func file_prisca_v1_purchasing_group_purchasing_group_proto_rawDescGZIP() []byte {
925
- file_prisca_v1_purchasing_group_purchasing_group_proto_rawDescOnce.Do(func() {
926
- file_prisca_v1_purchasing_group_purchasing_group_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_prisca_v1_purchasing_group_purchasing_group_proto_rawDesc), len(file_prisca_v1_purchasing_group_purchasing_group_proto_rawDesc)))
927
- })
928
- return file_prisca_v1_purchasing_group_purchasing_group_proto_rawDescData
929
- }
930
-
931
- var file_prisca_v1_purchasing_group_purchasing_group_proto_msgTypes = make([]protoimpl.MessageInfo, 12)
932
- var file_prisca_v1_purchasing_group_purchasing_group_proto_goTypes = []any{
933
- (*PurchasingGroup)(nil), // 0: PurchasingGroup
934
- (*BasePurchasingGroup)(nil), // 1: BasePurchasingGroup
935
- (*PurchasingGroupGetByIdRequest)(nil), // 2: PurchasingGroupGetByIdRequest
936
- (*CreatePurchasingGroupRequest)(nil), // 3: CreatePurchasingGroupRequest
937
- (*UpdatePurchasingGroupRequest)(nil), // 4: UpdatePurchasingGroupRequest
938
- (*DeletePurchasingGroupRequest)(nil), // 5: DeletePurchasingGroupRequest
939
- (*GetListPurchasingGroupRequest)(nil), // 6: GetListPurchasingGroupRequest
940
- (*CreatePurchasingGroupResponse)(nil), // 7: CreatePurchasingGroupResponse
941
- (*GetListPurchasingGroupResponse)(nil), // 8: GetListPurchasingGroupResponse
942
- (*UpdatePurchasingGroupResponse)(nil), // 9: UpdatePurchasingGroupResponse
943
- (*PurchasingGroupGetByIdResponse)(nil), // 10: PurchasingGroupGetByIdResponse
944
- (*DeletePurchasingGroupResponse)(nil), // 11: DeletePurchasingGroupResponse
945
- (*company.Company)(nil), // 12: Company
946
- (*meta.PaginationRequest)(nil), // 13: prisca.v1.global.meta.PaginationRequest
947
- (*meta.FilterRequest)(nil), // 14: prisca.v1.global.meta.FilterRequest
948
- (*meta.Meta)(nil), // 15: prisca.v1.global.meta.Meta
949
- }
950
- var file_prisca_v1_purchasing_group_purchasing_group_proto_depIdxs = []int32{
951
- 12, // 0: BasePurchasingGroup.company:type_name -> Company
952
- 0, // 1: CreatePurchasingGroupRequest.purchasing_group:type_name -> PurchasingGroup
953
- 0, // 2: UpdatePurchasingGroupRequest.purchasing_group:type_name -> PurchasingGroup
954
- 13, // 3: GetListPurchasingGroupRequest.pagination:type_name -> prisca.v1.global.meta.PaginationRequest
955
- 14, // 4: GetListPurchasingGroupRequest.query:type_name -> prisca.v1.global.meta.FilterRequest
956
- 0, // 5: CreatePurchasingGroupResponse.purchasing_group:type_name -> PurchasingGroup
957
- 15, // 6: CreatePurchasingGroupResponse.meta:type_name -> prisca.v1.global.meta.Meta
958
- 1, // 7: GetListPurchasingGroupResponse.purchasing_group:type_name -> BasePurchasingGroup
959
- 15, // 8: GetListPurchasingGroupResponse.meta:type_name -> prisca.v1.global.meta.Meta
960
- 0, // 9: UpdatePurchasingGroupResponse.purchasing_group:type_name -> PurchasingGroup
961
- 15, // 10: UpdatePurchasingGroupResponse.meta:type_name -> prisca.v1.global.meta.Meta
962
- 1, // 11: PurchasingGroupGetByIdResponse.purchasing_group:type_name -> BasePurchasingGroup
963
- 15, // 12: PurchasingGroupGetByIdResponse.meta:type_name -> prisca.v1.global.meta.Meta
964
- 15, // 13: DeletePurchasingGroupResponse.meta:type_name -> prisca.v1.global.meta.Meta
965
- 3, // 14: PurchasingGroupService.CreatePurchasingGroup:input_type -> CreatePurchasingGroupRequest
966
- 2, // 15: PurchasingGroupService.GetPurchasingGroupById:input_type -> PurchasingGroupGetByIdRequest
967
- 4, // 16: PurchasingGroupService.UpdatePurchasingGroup:input_type -> UpdatePurchasingGroupRequest
968
- 6, // 17: PurchasingGroupService.GetListPurchasingGroup:input_type -> GetListPurchasingGroupRequest
969
- 5, // 18: PurchasingGroupService.DeletePurchasingGroup:input_type -> DeletePurchasingGroupRequest
970
- 7, // 19: PurchasingGroupService.CreatePurchasingGroup:output_type -> CreatePurchasingGroupResponse
971
- 10, // 20: PurchasingGroupService.GetPurchasingGroupById:output_type -> PurchasingGroupGetByIdResponse
972
- 9, // 21: PurchasingGroupService.UpdatePurchasingGroup:output_type -> UpdatePurchasingGroupResponse
973
- 8, // 22: PurchasingGroupService.GetListPurchasingGroup:output_type -> GetListPurchasingGroupResponse
974
- 11, // 23: PurchasingGroupService.DeletePurchasingGroup:output_type -> DeletePurchasingGroupResponse
975
- 19, // [19:24] is the sub-list for method output_type
976
- 14, // [14:19] is the sub-list for method input_type
977
- 14, // [14:14] is the sub-list for extension type_name
978
- 14, // [14:14] is the sub-list for extension extendee
979
- 0, // [0:14] is the sub-list for field type_name
980
- }
981
-
982
- func init() { file_prisca_v1_purchasing_group_purchasing_group_proto_init() }
983
- func file_prisca_v1_purchasing_group_purchasing_group_proto_init() {
984
- if File_prisca_v1_purchasing_group_purchasing_group_proto != nil {
985
- return
986
- }
987
- type x struct{}
988
- out := protoimpl.TypeBuilder{
989
- File: protoimpl.DescBuilder{
990
- GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
991
- RawDescriptor: unsafe.Slice(unsafe.StringData(file_prisca_v1_purchasing_group_purchasing_group_proto_rawDesc), len(file_prisca_v1_purchasing_group_purchasing_group_proto_rawDesc)),
992
- NumEnums: 0,
993
- NumMessages: 12,
994
- NumExtensions: 0,
995
- NumServices: 1,
996
- },
997
- GoTypes: file_prisca_v1_purchasing_group_purchasing_group_proto_goTypes,
998
- DependencyIndexes: file_prisca_v1_purchasing_group_purchasing_group_proto_depIdxs,
999
- MessageInfos: file_prisca_v1_purchasing_group_purchasing_group_proto_msgTypes,
1000
- }.Build()
1001
- File_prisca_v1_purchasing_group_purchasing_group_proto = out.File
1002
- file_prisca_v1_purchasing_group_purchasing_group_proto_goTypes = nil
1003
- file_prisca_v1_purchasing_group_purchasing_group_proto_depIdxs = nil
1004
- }