@aldiokta/protocgen 1.0.54 → 1.0.56

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.pb.go +893 -0
  3. package/prisca/v1/account_assignment/account_assignment_grpc.pb.go +274 -0
  4. package/prisca/v1/account_group/account_group.pb.go +955 -0
  5. package/prisca/v1/account_group/account_group_grpc.pb.go +273 -0
  6. package/prisca/v1/chart_of_account/chart_of_account.pb.go +882 -0
  7. package/prisca/v1/chart_of_account/chart_of_account_grpc.pb.go +273 -0
  8. package/prisca/v1/core/auth/auth.proto +129 -0
  9. package/prisca/v1/core/company/company.proto +86 -0
  10. package/prisca/v1/core/currency/currency.proto +76 -0
  11. package/prisca/v1/core/department_material/department_material.proto +69 -0
  12. package/prisca/v1/core/employee/employee.proto +120 -0
  13. package/prisca/v1/core/job_grade/job_grade.proto +79 -0
  14. package/prisca/v1/core/job_position/job_position.proto +113 -0
  15. package/prisca/v1/core/job_title/job_title.proto +89 -0
  16. package/prisca/v1/core/line_of_approval/line_of_approval.proto +79 -0
  17. package/prisca/v1/core/link_data_source/link_data_source.proto +78 -0
  18. package/prisca/v1/core/location/location.proto +289 -0
  19. package/prisca/v1/core/material/material.proto +129 -0
  20. package/prisca/v1/core/material_group/material_group.proto +79 -0
  21. package/prisca/v1/core/material_type/material_type.proto +77 -0
  22. package/prisca/v1/core/messaging/email_template.proto +75 -0
  23. package/prisca/v1/core/messaging/messaging.proto +28 -0
  24. package/prisca/v1/core/number_range/number_range.proto +83 -0
  25. package/prisca/v1/core/organization/organization.proto +94 -0
  26. package/prisca/v1/core/organization_level/organization_level.proto +77 -0
  27. package/prisca/v1/core/procurement/procurement.proto +54 -0
  28. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx.proto +131 -0
  29. package/prisca/v1/core/recipient_roles/recipient_roles.proto +10 -0
  30. package/prisca/v1/core/tax_code/tax_code.proto +79 -0
  31. package/prisca/v1/core/transaction_builder/transaction_builder.proto +262 -0
  32. package/prisca/v1/core/unit_of_measurement/unit_of_measurement.proto +88 -0
  33. package/prisca/v1/core/users/users.proto +22 -0
  34. package/prisca/v1/core/users_role/users_role.proto +72 -0
  35. package/prisca/v1/core/work_location/work_location.proto +122 -0
  36. package/prisca/v1/core/workflow/workflow.proto +197 -0
  37. package/prisca/v1/document_type/document_type.pb.go +952 -0
  38. package/prisca/v1/document_type/document_type_grpc.pb.go +273 -0
  39. package/prisca/v1/general_ledger_account/general_ledger_account.pb.go +1146 -0
  40. package/prisca/v1/general_ledger_account/general_ledger_account_grpc.pb.go +274 -0
  41. package/prisca/v1/global/meta/meta.proto +57 -0
  42. package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx.pb.go +2674 -0
  43. package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_grpc.pb.go +388 -0
  44. package/prisca/v1/purchasing_group/purchasing_group.pb.go +1004 -0
  45. package/prisca/v1/purchasing_group/purchasing_group_grpc.pb.go +274 -0
  46. package/prisca/v1/purchasing_organization/purchasing_organization.pb.go +775 -0
  47. package/prisca/v1/purchasing_organization/purchasing_organization_grpc.pb.go +236 -0
  48. package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment.pb.go +805 -0
  49. package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment_grpc.pb.go +236 -0
  50. package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant.pb.go +906 -0
  51. package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant_grpc.pb.go +236 -0
  52. package/prisca/v1/account_assignment/account_assignment_grpc_pb.js +0 -177
  53. package/prisca/v1/account_assignment/account_assignment_pb.js +0 -2522
  54. package/prisca/v1/account_group/account_group_grpc_pb.js +0 -178
  55. package/prisca/v1/account_group/account_group_pb.js +0 -2755
  56. package/prisca/v1/chart_of_account/chart_of_account_grpc_pb.js +0 -177
  57. package/prisca/v1/chart_of_account/chart_of_account_pb.js +0 -2522
  58. package/prisca/v1/core/auth/auth_grpc_pb.js +0 -345
  59. package/prisca/v1/core/auth/auth_pb.js +0 -3593
  60. package/prisca/v1/core/company/company_grpc_pb.js +0 -177
  61. package/prisca/v1/core/company/company_pb.js +0 -2875
  62. package/prisca/v1/core/currency/currency_grpc_pb.js +0 -177
  63. package/prisca/v1/core/currency/currency_pb.js +0 -2522
  64. package/prisca/v1/core/department_material/department_material_grpc_pb.js +0 -144
  65. package/prisca/v1/core/department_material/department_material_pb.js +0 -2167
  66. package/prisca/v1/core/employee/employee_grpc_pb.js +0 -184
  67. package/prisca/v1/core/employee/employee_pb.js +0 -3877
  68. package/prisca/v1/core/job_grade/job_grade_grpc_pb.js +0 -178
  69. package/prisca/v1/core/job_grade/job_grade_pb.js +0 -2605
  70. package/prisca/v1/core/job_position/job_position_grpc_pb.js +0 -181
  71. package/prisca/v1/core/job_position/job_position_pb.js +0 -3762
  72. package/prisca/v1/core/job_title/job_title_grpc_pb.js +0 -178
  73. package/prisca/v1/core/job_title/job_title_pb.js +0 -2928
  74. package/prisca/v1/core/line_of_approval/line_of_approval_grpc_pb.js +0 -177
  75. package/prisca/v1/core/line_of_approval/line_of_approval_pb.js +0 -2612
  76. package/prisca/v1/core/link_data_source/link_data_source_grpc_pb.js +0 -177
  77. package/prisca/v1/core/link_data_source/link_data_source_pb.js +0 -2612
  78. package/prisca/v1/core/location/location_grpc_pb.js +0 -837
  79. package/prisca/v1/core/location/location_pb.js +0 -10879
  80. package/prisca/v1/core/material/material_grpc_pb.js +0 -181
  81. package/prisca/v1/core/material/material_pb.js +0 -4106
  82. package/prisca/v1/core/material_group/material_group_grpc_pb.js +0 -177
  83. package/prisca/v1/core/material_group/material_group_pb.js +0 -2582
  84. package/prisca/v1/core/material_type/material_type_grpc_pb.js +0 -148
  85. package/prisca/v1/core/material_type/material_type_pb.js +0 -2392
  86. package/prisca/v1/core/messaging/email_template_grpc_pb.js +0 -177
  87. package/prisca/v1/core/messaging/email_template_pb.js +0 -2552
  88. package/prisca/v1/core/messaging/messaging_grpc_pb.js +0 -45
  89. package/prisca/v1/core/messaging/messaging_pb.js +0 -896
  90. package/prisca/v1/core/number_range/number_range_grpc_pb.js +0 -177
  91. package/prisca/v1/core/number_range/number_range_pb.js +0 -2732
  92. package/prisca/v1/core/organization/organization_grpc_pb.js +0 -180
  93. package/prisca/v1/core/organization/organization_pb.js +0 -3032
  94. package/prisca/v1/core/organization_level/organization_level_grpc_pb.js +0 -178
  95. package/prisca/v1/core/organization_level/organization_level_pb.js +0 -2545
  96. package/prisca/v1/core/procurement/procurement_grpc_pb.js +0 -146
  97. package/prisca/v1/core/procurement/procurement_pb.js +0 -1681
  98. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_grpc_pb.js +0 -266
  99. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_pb.js +0 -4429
  100. package/prisca/v1/core/recipient_roles/recipient_roles_grpc_pb.js +0 -1
  101. package/prisca/v1/core/recipient_roles/recipient_roles_pb.js +0 -206
  102. package/prisca/v1/core/tax_code/tax_code_grpc_pb.js +0 -177
  103. package/prisca/v1/core/tax_code/tax_code_pb.js +0 -2582
  104. package/prisca/v1/core/transaction_builder/transaction_builder_grpc_pb.js +0 -421
  105. package/prisca/v1/core/transaction_builder/transaction_builder_pb.js +0 -8965
  106. package/prisca/v1/core/unit_of_measurement/unit_of_measurement_grpc_pb.js +0 -180
  107. package/prisca/v1/core/unit_of_measurement/unit_of_measurement_pb.js +0 -2798
  108. package/prisca/v1/core/users/users_grpc_pb.js +0 -1
  109. package/prisca/v1/core/users/users_pb.js +0 -626
  110. package/prisca/v1/core/users_role/users_role_grpc_pb.js +0 -177
  111. package/prisca/v1/core/users_role/users_role_pb.js +0 -2372
  112. package/prisca/v1/core/work_location/work_location_grpc_pb.js +0 -179
  113. package/prisca/v1/core/work_location/work_location_pb.js +0 -3972
  114. package/prisca/v1/core/workflow/workflow_grpc_pb.js +0 -180
  115. package/prisca/v1/core/workflow/workflow_pb.js +0 -6589
  116. package/prisca/v1/document_type/document_type_grpc_pb.js +0 -178
  117. package/prisca/v1/document_type/document_type_pb.js +0 -2746
  118. package/prisca/v1/general_ledger_account/general_ledger_account_grpc_pb.js +0 -181
  119. package/prisca/v1/general_ledger_account/general_ledger_account_pb.js +0 -3276
  120. package/prisca/v1/global/meta/meta_grpc_pb.js +0 -1
  121. package/prisca/v1/global/meta/meta_pb.js +0 -1179
  122. package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_grpc_pb.js +0 -267
  123. package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_pb.js +0 -7825
  124. package/prisca/v1/purchasing_group/purchasing_group_grpc_pb.js +0 -178
  125. package/prisca/v1/purchasing_group/purchasing_group_pb.js +0 -2875
  126. package/prisca/v1/purchasing_organization/purchasing_organization_grpc_pb.js +0 -145
  127. package/prisca/v1/purchasing_organization/purchasing_organization_pb.js +0 -2139
  128. package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment_grpc_pb.js +0 -146
  129. package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment_pb.js +0 -2183
  130. package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant_grpc_pb.js +0 -146
  131. package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant_pb.js +0 -2536
@@ -0,0 +1,775 @@
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_organization/purchasing_organization.proto
6
+
7
+ package purchasing_organization
8
+
9
+ import (
10
+ _ "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 PurchasingOrganization 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
+ Code string `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"`
31
+ Validity bool `protobuf:"varint,4,opt,name=validity,proto3" json:"validity,omitempty"`
32
+ unknownFields protoimpl.UnknownFields
33
+ sizeCache protoimpl.SizeCache
34
+ }
35
+
36
+ func (x *PurchasingOrganization) Reset() {
37
+ *x = PurchasingOrganization{}
38
+ mi := &file_prisca_v1_purchasing_organization_purchasing_organization_proto_msgTypes[0]
39
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
40
+ ms.StoreMessageInfo(mi)
41
+ }
42
+
43
+ func (x *PurchasingOrganization) String() string {
44
+ return protoimpl.X.MessageStringOf(x)
45
+ }
46
+
47
+ func (*PurchasingOrganization) ProtoMessage() {}
48
+
49
+ func (x *PurchasingOrganization) ProtoReflect() protoreflect.Message {
50
+ mi := &file_prisca_v1_purchasing_organization_purchasing_organization_proto_msgTypes[0]
51
+ if x != nil {
52
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
53
+ if ms.LoadMessageInfo() == nil {
54
+ ms.StoreMessageInfo(mi)
55
+ }
56
+ return ms
57
+ }
58
+ return mi.MessageOf(x)
59
+ }
60
+
61
+ // Deprecated: Use PurchasingOrganization.ProtoReflect.Descriptor instead.
62
+ func (*PurchasingOrganization) Descriptor() ([]byte, []int) {
63
+ return file_prisca_v1_purchasing_organization_purchasing_organization_proto_rawDescGZIP(), []int{0}
64
+ }
65
+
66
+ func (x *PurchasingOrganization) GetReferencesId() string {
67
+ if x != nil {
68
+ return x.ReferencesId
69
+ }
70
+ return ""
71
+ }
72
+
73
+ func (x *PurchasingOrganization) GetDescription() string {
74
+ if x != nil {
75
+ return x.Description
76
+ }
77
+ return ""
78
+ }
79
+
80
+ func (x *PurchasingOrganization) GetCode() string {
81
+ if x != nil {
82
+ return x.Code
83
+ }
84
+ return ""
85
+ }
86
+
87
+ func (x *PurchasingOrganization) GetValidity() bool {
88
+ if x != nil {
89
+ return x.Validity
90
+ }
91
+ return false
92
+ }
93
+
94
+ type PurOrg struct {
95
+ state protoimpl.MessageState `protogen:"open.v1"`
96
+ ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
97
+ Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
98
+ Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
99
+ unknownFields protoimpl.UnknownFields
100
+ sizeCache protoimpl.SizeCache
101
+ }
102
+
103
+ func (x *PurOrg) Reset() {
104
+ *x = PurOrg{}
105
+ mi := &file_prisca_v1_purchasing_organization_purchasing_organization_proto_msgTypes[1]
106
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
107
+ ms.StoreMessageInfo(mi)
108
+ }
109
+
110
+ func (x *PurOrg) String() string {
111
+ return protoimpl.X.MessageStringOf(x)
112
+ }
113
+
114
+ func (*PurOrg) ProtoMessage() {}
115
+
116
+ func (x *PurOrg) ProtoReflect() protoreflect.Message {
117
+ mi := &file_prisca_v1_purchasing_organization_purchasing_organization_proto_msgTypes[1]
118
+ if x != nil {
119
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
120
+ if ms.LoadMessageInfo() == nil {
121
+ ms.StoreMessageInfo(mi)
122
+ }
123
+ return ms
124
+ }
125
+ return mi.MessageOf(x)
126
+ }
127
+
128
+ // Deprecated: Use PurOrg.ProtoReflect.Descriptor instead.
129
+ func (*PurOrg) Descriptor() ([]byte, []int) {
130
+ return file_prisca_v1_purchasing_organization_purchasing_organization_proto_rawDescGZIP(), []int{1}
131
+ }
132
+
133
+ func (x *PurOrg) GetReferencesId() string {
134
+ if x != nil {
135
+ return x.ReferencesId
136
+ }
137
+ return ""
138
+ }
139
+
140
+ func (x *PurOrg) GetCode() string {
141
+ if x != nil {
142
+ return x.Code
143
+ }
144
+ return ""
145
+ }
146
+
147
+ func (x *PurOrg) GetName() string {
148
+ if x != nil {
149
+ return x.Name
150
+ }
151
+ return ""
152
+ }
153
+
154
+ type PurchasingOrganizationGetByIdRequest struct {
155
+ state protoimpl.MessageState `protogen:"open.v1"`
156
+ ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
157
+ unknownFields protoimpl.UnknownFields
158
+ sizeCache protoimpl.SizeCache
159
+ }
160
+
161
+ func (x *PurchasingOrganizationGetByIdRequest) Reset() {
162
+ *x = PurchasingOrganizationGetByIdRequest{}
163
+ mi := &file_prisca_v1_purchasing_organization_purchasing_organization_proto_msgTypes[2]
164
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
165
+ ms.StoreMessageInfo(mi)
166
+ }
167
+
168
+ func (x *PurchasingOrganizationGetByIdRequest) String() string {
169
+ return protoimpl.X.MessageStringOf(x)
170
+ }
171
+
172
+ func (*PurchasingOrganizationGetByIdRequest) ProtoMessage() {}
173
+
174
+ func (x *PurchasingOrganizationGetByIdRequest) ProtoReflect() protoreflect.Message {
175
+ mi := &file_prisca_v1_purchasing_organization_purchasing_organization_proto_msgTypes[2]
176
+ if x != nil {
177
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
178
+ if ms.LoadMessageInfo() == nil {
179
+ ms.StoreMessageInfo(mi)
180
+ }
181
+ return ms
182
+ }
183
+ return mi.MessageOf(x)
184
+ }
185
+
186
+ // Deprecated: Use PurchasingOrganizationGetByIdRequest.ProtoReflect.Descriptor instead.
187
+ func (*PurchasingOrganizationGetByIdRequest) Descriptor() ([]byte, []int) {
188
+ return file_prisca_v1_purchasing_organization_purchasing_organization_proto_rawDescGZIP(), []int{2}
189
+ }
190
+
191
+ func (x *PurchasingOrganizationGetByIdRequest) GetReferencesId() string {
192
+ if x != nil {
193
+ return x.ReferencesId
194
+ }
195
+ return ""
196
+ }
197
+
198
+ type CreatePurchasingOrganizationRequest struct {
199
+ state protoimpl.MessageState `protogen:"open.v1"`
200
+ PurchasingOrganization *PurchasingOrganization `protobuf:"bytes,1,opt,name=purchasing_organization,json=purchasingOrganization,proto3" json:"purchasing_organization,omitempty"`
201
+ unknownFields protoimpl.UnknownFields
202
+ sizeCache protoimpl.SizeCache
203
+ }
204
+
205
+ func (x *CreatePurchasingOrganizationRequest) Reset() {
206
+ *x = CreatePurchasingOrganizationRequest{}
207
+ mi := &file_prisca_v1_purchasing_organization_purchasing_organization_proto_msgTypes[3]
208
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
209
+ ms.StoreMessageInfo(mi)
210
+ }
211
+
212
+ func (x *CreatePurchasingOrganizationRequest) String() string {
213
+ return protoimpl.X.MessageStringOf(x)
214
+ }
215
+
216
+ func (*CreatePurchasingOrganizationRequest) ProtoMessage() {}
217
+
218
+ func (x *CreatePurchasingOrganizationRequest) ProtoReflect() protoreflect.Message {
219
+ mi := &file_prisca_v1_purchasing_organization_purchasing_organization_proto_msgTypes[3]
220
+ if x != nil {
221
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
222
+ if ms.LoadMessageInfo() == nil {
223
+ ms.StoreMessageInfo(mi)
224
+ }
225
+ return ms
226
+ }
227
+ return mi.MessageOf(x)
228
+ }
229
+
230
+ // Deprecated: Use CreatePurchasingOrganizationRequest.ProtoReflect.Descriptor instead.
231
+ func (*CreatePurchasingOrganizationRequest) Descriptor() ([]byte, []int) {
232
+ return file_prisca_v1_purchasing_organization_purchasing_organization_proto_rawDescGZIP(), []int{3}
233
+ }
234
+
235
+ func (x *CreatePurchasingOrganizationRequest) GetPurchasingOrganization() *PurchasingOrganization {
236
+ if x != nil {
237
+ return x.PurchasingOrganization
238
+ }
239
+ return nil
240
+ }
241
+
242
+ type UpdatePurchasingOrganizationRequest struct {
243
+ state protoimpl.MessageState `protogen:"open.v1"`
244
+ ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
245
+ PurchasingOrganization *PurchasingOrganization `protobuf:"bytes,2,opt,name=purchasing_organization,json=purchasingOrganization,proto3" json:"purchasing_organization,omitempty"`
246
+ unknownFields protoimpl.UnknownFields
247
+ sizeCache protoimpl.SizeCache
248
+ }
249
+
250
+ func (x *UpdatePurchasingOrganizationRequest) Reset() {
251
+ *x = UpdatePurchasingOrganizationRequest{}
252
+ mi := &file_prisca_v1_purchasing_organization_purchasing_organization_proto_msgTypes[4]
253
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
254
+ ms.StoreMessageInfo(mi)
255
+ }
256
+
257
+ func (x *UpdatePurchasingOrganizationRequest) String() string {
258
+ return protoimpl.X.MessageStringOf(x)
259
+ }
260
+
261
+ func (*UpdatePurchasingOrganizationRequest) ProtoMessage() {}
262
+
263
+ func (x *UpdatePurchasingOrganizationRequest) ProtoReflect() protoreflect.Message {
264
+ mi := &file_prisca_v1_purchasing_organization_purchasing_organization_proto_msgTypes[4]
265
+ if x != nil {
266
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
267
+ if ms.LoadMessageInfo() == nil {
268
+ ms.StoreMessageInfo(mi)
269
+ }
270
+ return ms
271
+ }
272
+ return mi.MessageOf(x)
273
+ }
274
+
275
+ // Deprecated: Use UpdatePurchasingOrganizationRequest.ProtoReflect.Descriptor instead.
276
+ func (*UpdatePurchasingOrganizationRequest) Descriptor() ([]byte, []int) {
277
+ return file_prisca_v1_purchasing_organization_purchasing_organization_proto_rawDescGZIP(), []int{4}
278
+ }
279
+
280
+ func (x *UpdatePurchasingOrganizationRequest) GetReferencesId() string {
281
+ if x != nil {
282
+ return x.ReferencesId
283
+ }
284
+ return ""
285
+ }
286
+
287
+ func (x *UpdatePurchasingOrganizationRequest) GetPurchasingOrganization() *PurchasingOrganization {
288
+ if x != nil {
289
+ return x.PurchasingOrganization
290
+ }
291
+ return nil
292
+ }
293
+
294
+ type GetListPurchasingOrganizationRequest struct {
295
+ state protoimpl.MessageState `protogen:"open.v1"`
296
+ Pagination *meta.PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
297
+ Query *meta.FilterRequest `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
298
+ unknownFields protoimpl.UnknownFields
299
+ sizeCache protoimpl.SizeCache
300
+ }
301
+
302
+ func (x *GetListPurchasingOrganizationRequest) Reset() {
303
+ *x = GetListPurchasingOrganizationRequest{}
304
+ mi := &file_prisca_v1_purchasing_organization_purchasing_organization_proto_msgTypes[5]
305
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
306
+ ms.StoreMessageInfo(mi)
307
+ }
308
+
309
+ func (x *GetListPurchasingOrganizationRequest) String() string {
310
+ return protoimpl.X.MessageStringOf(x)
311
+ }
312
+
313
+ func (*GetListPurchasingOrganizationRequest) ProtoMessage() {}
314
+
315
+ func (x *GetListPurchasingOrganizationRequest) ProtoReflect() protoreflect.Message {
316
+ mi := &file_prisca_v1_purchasing_organization_purchasing_organization_proto_msgTypes[5]
317
+ if x != nil {
318
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
319
+ if ms.LoadMessageInfo() == nil {
320
+ ms.StoreMessageInfo(mi)
321
+ }
322
+ return ms
323
+ }
324
+ return mi.MessageOf(x)
325
+ }
326
+
327
+ // Deprecated: Use GetListPurchasingOrganizationRequest.ProtoReflect.Descriptor instead.
328
+ func (*GetListPurchasingOrganizationRequest) Descriptor() ([]byte, []int) {
329
+ return file_prisca_v1_purchasing_organization_purchasing_organization_proto_rawDescGZIP(), []int{5}
330
+ }
331
+
332
+ func (x *GetListPurchasingOrganizationRequest) GetPagination() *meta.PaginationRequest {
333
+ if x != nil {
334
+ return x.Pagination
335
+ }
336
+ return nil
337
+ }
338
+
339
+ func (x *GetListPurchasingOrganizationRequest) GetQuery() *meta.FilterRequest {
340
+ if x != nil {
341
+ return x.Query
342
+ }
343
+ return nil
344
+ }
345
+
346
+ // Response Messages
347
+ type CreatePurchasingOrganizationResponse struct {
348
+ state protoimpl.MessageState `protogen:"open.v1"`
349
+ PurchasingOrganization *PurchasingOrganization `protobuf:"bytes,1,opt,name=purchasing_organization,json=purchasingOrganization,proto3" json:"purchasing_organization,omitempty"`
350
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
351
+ unknownFields protoimpl.UnknownFields
352
+ sizeCache protoimpl.SizeCache
353
+ }
354
+
355
+ func (x *CreatePurchasingOrganizationResponse) Reset() {
356
+ *x = CreatePurchasingOrganizationResponse{}
357
+ mi := &file_prisca_v1_purchasing_organization_purchasing_organization_proto_msgTypes[6]
358
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
359
+ ms.StoreMessageInfo(mi)
360
+ }
361
+
362
+ func (x *CreatePurchasingOrganizationResponse) String() string {
363
+ return protoimpl.X.MessageStringOf(x)
364
+ }
365
+
366
+ func (*CreatePurchasingOrganizationResponse) ProtoMessage() {}
367
+
368
+ func (x *CreatePurchasingOrganizationResponse) ProtoReflect() protoreflect.Message {
369
+ mi := &file_prisca_v1_purchasing_organization_purchasing_organization_proto_msgTypes[6]
370
+ if x != nil {
371
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
372
+ if ms.LoadMessageInfo() == nil {
373
+ ms.StoreMessageInfo(mi)
374
+ }
375
+ return ms
376
+ }
377
+ return mi.MessageOf(x)
378
+ }
379
+
380
+ // Deprecated: Use CreatePurchasingOrganizationResponse.ProtoReflect.Descriptor instead.
381
+ func (*CreatePurchasingOrganizationResponse) Descriptor() ([]byte, []int) {
382
+ return file_prisca_v1_purchasing_organization_purchasing_organization_proto_rawDescGZIP(), []int{6}
383
+ }
384
+
385
+ func (x *CreatePurchasingOrganizationResponse) GetPurchasingOrganization() *PurchasingOrganization {
386
+ if x != nil {
387
+ return x.PurchasingOrganization
388
+ }
389
+ return nil
390
+ }
391
+
392
+ func (x *CreatePurchasingOrganizationResponse) GetMeta() *meta.Meta {
393
+ if x != nil {
394
+ return x.Meta
395
+ }
396
+ return nil
397
+ }
398
+
399
+ type GetListPurchasingOrganizationResponse struct {
400
+ state protoimpl.MessageState `protogen:"open.v1"`
401
+ PurchasingOrganization []*PurchasingOrganization `protobuf:"bytes,1,rep,name=purchasing_organization,json=purchasingOrganization,proto3" json:"purchasing_organization,omitempty"`
402
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
403
+ unknownFields protoimpl.UnknownFields
404
+ sizeCache protoimpl.SizeCache
405
+ }
406
+
407
+ func (x *GetListPurchasingOrganizationResponse) Reset() {
408
+ *x = GetListPurchasingOrganizationResponse{}
409
+ mi := &file_prisca_v1_purchasing_organization_purchasing_organization_proto_msgTypes[7]
410
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
411
+ ms.StoreMessageInfo(mi)
412
+ }
413
+
414
+ func (x *GetListPurchasingOrganizationResponse) String() string {
415
+ return protoimpl.X.MessageStringOf(x)
416
+ }
417
+
418
+ func (*GetListPurchasingOrganizationResponse) ProtoMessage() {}
419
+
420
+ func (x *GetListPurchasingOrganizationResponse) ProtoReflect() protoreflect.Message {
421
+ mi := &file_prisca_v1_purchasing_organization_purchasing_organization_proto_msgTypes[7]
422
+ if x != nil {
423
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
424
+ if ms.LoadMessageInfo() == nil {
425
+ ms.StoreMessageInfo(mi)
426
+ }
427
+ return ms
428
+ }
429
+ return mi.MessageOf(x)
430
+ }
431
+
432
+ // Deprecated: Use GetListPurchasingOrganizationResponse.ProtoReflect.Descriptor instead.
433
+ func (*GetListPurchasingOrganizationResponse) Descriptor() ([]byte, []int) {
434
+ return file_prisca_v1_purchasing_organization_purchasing_organization_proto_rawDescGZIP(), []int{7}
435
+ }
436
+
437
+ func (x *GetListPurchasingOrganizationResponse) GetPurchasingOrganization() []*PurchasingOrganization {
438
+ if x != nil {
439
+ return x.PurchasingOrganization
440
+ }
441
+ return nil
442
+ }
443
+
444
+ func (x *GetListPurchasingOrganizationResponse) GetMeta() *meta.Meta {
445
+ if x != nil {
446
+ return x.Meta
447
+ }
448
+ return nil
449
+ }
450
+
451
+ type UpdatePurchasingOrganizationResponse struct {
452
+ state protoimpl.MessageState `protogen:"open.v1"`
453
+ PurchasingOrganization *PurchasingOrganization `protobuf:"bytes,1,opt,name=purchasing_organization,json=purchasingOrganization,proto3" json:"purchasing_organization,omitempty"`
454
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
455
+ unknownFields protoimpl.UnknownFields
456
+ sizeCache protoimpl.SizeCache
457
+ }
458
+
459
+ func (x *UpdatePurchasingOrganizationResponse) Reset() {
460
+ *x = UpdatePurchasingOrganizationResponse{}
461
+ mi := &file_prisca_v1_purchasing_organization_purchasing_organization_proto_msgTypes[8]
462
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
463
+ ms.StoreMessageInfo(mi)
464
+ }
465
+
466
+ func (x *UpdatePurchasingOrganizationResponse) String() string {
467
+ return protoimpl.X.MessageStringOf(x)
468
+ }
469
+
470
+ func (*UpdatePurchasingOrganizationResponse) ProtoMessage() {}
471
+
472
+ func (x *UpdatePurchasingOrganizationResponse) ProtoReflect() protoreflect.Message {
473
+ mi := &file_prisca_v1_purchasing_organization_purchasing_organization_proto_msgTypes[8]
474
+ if x != nil {
475
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
476
+ if ms.LoadMessageInfo() == nil {
477
+ ms.StoreMessageInfo(mi)
478
+ }
479
+ return ms
480
+ }
481
+ return mi.MessageOf(x)
482
+ }
483
+
484
+ // Deprecated: Use UpdatePurchasingOrganizationResponse.ProtoReflect.Descriptor instead.
485
+ func (*UpdatePurchasingOrganizationResponse) Descriptor() ([]byte, []int) {
486
+ return file_prisca_v1_purchasing_organization_purchasing_organization_proto_rawDescGZIP(), []int{8}
487
+ }
488
+
489
+ func (x *UpdatePurchasingOrganizationResponse) GetPurchasingOrganization() *PurchasingOrganization {
490
+ if x != nil {
491
+ return x.PurchasingOrganization
492
+ }
493
+ return nil
494
+ }
495
+
496
+ func (x *UpdatePurchasingOrganizationResponse) GetMeta() *meta.Meta {
497
+ if x != nil {
498
+ return x.Meta
499
+ }
500
+ return nil
501
+ }
502
+
503
+ type PurchasingOrganizationGetByIdResponse struct {
504
+ state protoimpl.MessageState `protogen:"open.v1"`
505
+ PurchasingOrganization *PurchasingOrganization `protobuf:"bytes,1,opt,name=purchasing_organization,json=purchasingOrganization,proto3" json:"purchasing_organization,omitempty"`
506
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
507
+ unknownFields protoimpl.UnknownFields
508
+ sizeCache protoimpl.SizeCache
509
+ }
510
+
511
+ func (x *PurchasingOrganizationGetByIdResponse) Reset() {
512
+ *x = PurchasingOrganizationGetByIdResponse{}
513
+ mi := &file_prisca_v1_purchasing_organization_purchasing_organization_proto_msgTypes[9]
514
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
515
+ ms.StoreMessageInfo(mi)
516
+ }
517
+
518
+ func (x *PurchasingOrganizationGetByIdResponse) String() string {
519
+ return protoimpl.X.MessageStringOf(x)
520
+ }
521
+
522
+ func (*PurchasingOrganizationGetByIdResponse) ProtoMessage() {}
523
+
524
+ func (x *PurchasingOrganizationGetByIdResponse) ProtoReflect() protoreflect.Message {
525
+ mi := &file_prisca_v1_purchasing_organization_purchasing_organization_proto_msgTypes[9]
526
+ if x != nil {
527
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
528
+ if ms.LoadMessageInfo() == nil {
529
+ ms.StoreMessageInfo(mi)
530
+ }
531
+ return ms
532
+ }
533
+ return mi.MessageOf(x)
534
+ }
535
+
536
+ // Deprecated: Use PurchasingOrganizationGetByIdResponse.ProtoReflect.Descriptor instead.
537
+ func (*PurchasingOrganizationGetByIdResponse) Descriptor() ([]byte, []int) {
538
+ return file_prisca_v1_purchasing_organization_purchasing_organization_proto_rawDescGZIP(), []int{9}
539
+ }
540
+
541
+ func (x *PurchasingOrganizationGetByIdResponse) GetPurchasingOrganization() *PurchasingOrganization {
542
+ if x != nil {
543
+ return x.PurchasingOrganization
544
+ }
545
+ return nil
546
+ }
547
+
548
+ func (x *PurchasingOrganizationGetByIdResponse) GetMeta() *meta.Meta {
549
+ if x != nil {
550
+ return x.Meta
551
+ }
552
+ return nil
553
+ }
554
+
555
+ var File_prisca_v1_purchasing_organization_purchasing_organization_proto protoreflect.FileDescriptor
556
+
557
+ var file_prisca_v1_purchasing_organization_purchasing_organization_proto_rawDesc = string([]byte{
558
+ 0x0a, 0x3f, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x75, 0x72, 0x63,
559
+ 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74,
560
+ 0x69, 0x6f, 0x6e, 0x2f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6f,
561
+ 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74,
562
+ 0x6f, 0x1a, 0x20, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x6c, 0x6f,
563
+ 0x62, 0x61, 0x6c, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x70, 0x72,
564
+ 0x6f, 0x74, 0x6f, 0x1a, 0x24, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x63,
565
+ 0x6f, 0x72, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x2f, 0x63, 0x6f, 0x6d, 0x70,
566
+ 0x61, 0x6e, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x8f, 0x01, 0x0a, 0x16, 0x50, 0x75,
567
+ 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61,
568
+ 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63,
569
+ 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66,
570
+ 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73,
571
+ 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b,
572
+ 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x63,
573
+ 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12,
574
+ 0x1a, 0x0a, 0x08, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x69, 0x74, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28,
575
+ 0x08, 0x52, 0x08, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x69, 0x74, 0x79, 0x22, 0x55, 0x0a, 0x06, 0x50,
576
+ 0x75, 0x72, 0x4f, 0x72, 0x67, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e,
577
+ 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65,
578
+ 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f,
579
+ 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x12,
580
+ 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61,
581
+ 0x6d, 0x65, 0x22, 0x4b, 0x0a, 0x24, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67,
582
+ 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x47, 0x65, 0x74, 0x42,
583
+ 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65,
584
+ 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
585
+ 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x22,
586
+ 0x77, 0x0a, 0x23, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73,
587
+ 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52,
588
+ 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x50, 0x0a, 0x17, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61,
589
+ 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
590
+ 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61,
591
+ 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e,
592
+ 0x52, 0x16, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61,
593
+ 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x9c, 0x01, 0x0a, 0x23, 0x55, 0x70, 0x64,
594
+ 0x61, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67,
595
+ 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
596
+ 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69,
597
+ 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e,
598
+ 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x50, 0x0a, 0x17, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73,
599
+ 0x69, 0x6e, 0x67, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e,
600
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73,
601
+ 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52,
602
+ 0x16, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e,
603
+ 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xac, 0x01, 0x0a, 0x24, 0x47, 0x65, 0x74, 0x4c,
604
+ 0x69, 0x73, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67,
605
+ 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
606
+ 0x12, 0x48, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01,
607
+ 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31,
608
+ 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x61, 0x67,
609
+ 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x0a,
610
+ 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x0a, 0x05, 0x71, 0x75,
611
+ 0x65, 0x72, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x70, 0x72, 0x69, 0x73,
612
+ 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74,
613
+ 0x61, 0x2e, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52,
614
+ 0x05, 0x71, 0x75, 0x65, 0x72, 0x79, 0x22, 0xa9, 0x01, 0x0a, 0x24, 0x43, 0x72, 0x65, 0x61, 0x74,
615
+ 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e,
616
+ 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
617
+ 0x50, 0x0a, 0x17, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6f, 0x72,
618
+ 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
619
+ 0x32, 0x17, 0x2e, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67,
620
+ 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x16, 0x70, 0x75, 0x72, 0x63, 0x68,
621
+ 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
622
+ 0x6e, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
623
+ 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62,
624
+ 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65,
625
+ 0x74, 0x61, 0x22, 0xaa, 0x01, 0x0a, 0x25, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x75,
626
+ 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61,
627
+ 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x50, 0x0a, 0x17,
628
+ 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e,
629
+ 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e,
630
+ 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69,
631
+ 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x16, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69,
632
+ 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2f,
633
+ 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70,
634
+ 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e,
635
+ 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22,
636
+ 0xa9, 0x01, 0x0a, 0x24, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61,
637
+ 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e,
638
+ 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x50, 0x0a, 0x17, 0x70, 0x75, 0x72, 0x63,
639
+ 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74,
640
+ 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x50, 0x75, 0x72, 0x63,
641
+ 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69,
642
+ 0x6f, 0x6e, 0x52, 0x16, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72,
643
+ 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65,
644
+ 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63,
645
+ 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61,
646
+ 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0xaa, 0x01, 0x0a, 0x25,
647
+ 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69,
648
+ 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x47, 0x65, 0x74, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73,
649
+ 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x50, 0x0a, 0x17, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73,
650
+ 0x69, 0x6e, 0x67, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e,
651
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73,
652
+ 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52,
653
+ 0x16, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e,
654
+ 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18,
655
+ 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76,
656
+ 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65,
657
+ 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x32, 0xd9, 0x03, 0x0a, 0x1d, 0x50, 0x75, 0x72,
658
+ 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74,
659
+ 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x6b, 0x0a, 0x1c, 0x43, 0x72,
660
+ 0x65, 0x61, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72,
661
+ 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x24, 0x2e, 0x43, 0x72, 0x65,
662
+ 0x61, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67,
663
+ 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
664
+ 0x1a, 0x25, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73,
665
+ 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52,
666
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x6e, 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x50, 0x75,
667
+ 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61,
668
+ 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x79, 0x49, 0x64, 0x12, 0x25, 0x2e, 0x50, 0x75, 0x72, 0x63, 0x68,
669
+ 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
670
+ 0x6e, 0x47, 0x65, 0x74, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
671
+ 0x26, 0x2e, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61,
672
+ 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x47, 0x65, 0x74, 0x42, 0x79, 0x49, 0x64, 0x52,
673
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x6b, 0x0a, 0x1c, 0x55, 0x70, 0x64, 0x61, 0x74,
674
+ 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e,
675
+ 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x24, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
676
+ 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69,
677
+ 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e,
678
+ 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67,
679
+ 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70,
680
+ 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x6e, 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x50,
681
+ 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
682
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x25, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x50,
683
+ 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
684
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x47,
685
+ 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67,
686
+ 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70,
687
+ 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x69, 0x5a, 0x67, 0x67, 0x69, 0x74, 0x6c, 0x61, 0x62, 0x2e, 0x63,
688
+ 0x6f, 0x6d, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x5f, 0x73, 0x6d, 0x2f, 0x70, 0x72,
689
+ 0x69, 0x73, 0x63, 0x61, 0x2d, 0x76, 0x32, 0x2d, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65,
690
+ 0x2d, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x2d, 0x64, 0x6f, 0x6d,
691
+ 0x61, 0x69, 0x6e, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x67, 0x65, 0x6e, 0x2f, 0x70, 0x72,
692
+ 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69,
693
+ 0x6e, 0x67, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x62,
694
+ 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
695
+ })
696
+
697
+ var (
698
+ file_prisca_v1_purchasing_organization_purchasing_organization_proto_rawDescOnce sync.Once
699
+ file_prisca_v1_purchasing_organization_purchasing_organization_proto_rawDescData []byte
700
+ )
701
+
702
+ func file_prisca_v1_purchasing_organization_purchasing_organization_proto_rawDescGZIP() []byte {
703
+ file_prisca_v1_purchasing_organization_purchasing_organization_proto_rawDescOnce.Do(func() {
704
+ file_prisca_v1_purchasing_organization_purchasing_organization_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_prisca_v1_purchasing_organization_purchasing_organization_proto_rawDesc), len(file_prisca_v1_purchasing_organization_purchasing_organization_proto_rawDesc)))
705
+ })
706
+ return file_prisca_v1_purchasing_organization_purchasing_organization_proto_rawDescData
707
+ }
708
+
709
+ var file_prisca_v1_purchasing_organization_purchasing_organization_proto_msgTypes = make([]protoimpl.MessageInfo, 10)
710
+ var file_prisca_v1_purchasing_organization_purchasing_organization_proto_goTypes = []any{
711
+ (*PurchasingOrganization)(nil), // 0: PurchasingOrganization
712
+ (*PurOrg)(nil), // 1: PurOrg
713
+ (*PurchasingOrganizationGetByIdRequest)(nil), // 2: PurchasingOrganizationGetByIdRequest
714
+ (*CreatePurchasingOrganizationRequest)(nil), // 3: CreatePurchasingOrganizationRequest
715
+ (*UpdatePurchasingOrganizationRequest)(nil), // 4: UpdatePurchasingOrganizationRequest
716
+ (*GetListPurchasingOrganizationRequest)(nil), // 5: GetListPurchasingOrganizationRequest
717
+ (*CreatePurchasingOrganizationResponse)(nil), // 6: CreatePurchasingOrganizationResponse
718
+ (*GetListPurchasingOrganizationResponse)(nil), // 7: GetListPurchasingOrganizationResponse
719
+ (*UpdatePurchasingOrganizationResponse)(nil), // 8: UpdatePurchasingOrganizationResponse
720
+ (*PurchasingOrganizationGetByIdResponse)(nil), // 9: PurchasingOrganizationGetByIdResponse
721
+ (*meta.PaginationRequest)(nil), // 10: prisca.v1.global.meta.PaginationRequest
722
+ (*meta.FilterRequest)(nil), // 11: prisca.v1.global.meta.FilterRequest
723
+ (*meta.Meta)(nil), // 12: prisca.v1.global.meta.Meta
724
+ }
725
+ var file_prisca_v1_purchasing_organization_purchasing_organization_proto_depIdxs = []int32{
726
+ 0, // 0: CreatePurchasingOrganizationRequest.purchasing_organization:type_name -> PurchasingOrganization
727
+ 0, // 1: UpdatePurchasingOrganizationRequest.purchasing_organization:type_name -> PurchasingOrganization
728
+ 10, // 2: GetListPurchasingOrganizationRequest.pagination:type_name -> prisca.v1.global.meta.PaginationRequest
729
+ 11, // 3: GetListPurchasingOrganizationRequest.query:type_name -> prisca.v1.global.meta.FilterRequest
730
+ 0, // 4: CreatePurchasingOrganizationResponse.purchasing_organization:type_name -> PurchasingOrganization
731
+ 12, // 5: CreatePurchasingOrganizationResponse.meta:type_name -> prisca.v1.global.meta.Meta
732
+ 0, // 6: GetListPurchasingOrganizationResponse.purchasing_organization:type_name -> PurchasingOrganization
733
+ 12, // 7: GetListPurchasingOrganizationResponse.meta:type_name -> prisca.v1.global.meta.Meta
734
+ 0, // 8: UpdatePurchasingOrganizationResponse.purchasing_organization:type_name -> PurchasingOrganization
735
+ 12, // 9: UpdatePurchasingOrganizationResponse.meta:type_name -> prisca.v1.global.meta.Meta
736
+ 0, // 10: PurchasingOrganizationGetByIdResponse.purchasing_organization:type_name -> PurchasingOrganization
737
+ 12, // 11: PurchasingOrganizationGetByIdResponse.meta:type_name -> prisca.v1.global.meta.Meta
738
+ 3, // 12: PurchasingOrganizationService.CreatePurchasingOrganization:input_type -> CreatePurchasingOrganizationRequest
739
+ 2, // 13: PurchasingOrganizationService.GetPurchasingOrganizationById:input_type -> PurchasingOrganizationGetByIdRequest
740
+ 4, // 14: PurchasingOrganizationService.UpdatePurchasingOrganization:input_type -> UpdatePurchasingOrganizationRequest
741
+ 5, // 15: PurchasingOrganizationService.GetListPurchasingOrganization:input_type -> GetListPurchasingOrganizationRequest
742
+ 6, // 16: PurchasingOrganizationService.CreatePurchasingOrganization:output_type -> CreatePurchasingOrganizationResponse
743
+ 9, // 17: PurchasingOrganizationService.GetPurchasingOrganizationById:output_type -> PurchasingOrganizationGetByIdResponse
744
+ 8, // 18: PurchasingOrganizationService.UpdatePurchasingOrganization:output_type -> UpdatePurchasingOrganizationResponse
745
+ 7, // 19: PurchasingOrganizationService.GetListPurchasingOrganization:output_type -> GetListPurchasingOrganizationResponse
746
+ 16, // [16:20] is the sub-list for method output_type
747
+ 12, // [12:16] is the sub-list for method input_type
748
+ 12, // [12:12] is the sub-list for extension type_name
749
+ 12, // [12:12] is the sub-list for extension extendee
750
+ 0, // [0:12] is the sub-list for field type_name
751
+ }
752
+
753
+ func init() { file_prisca_v1_purchasing_organization_purchasing_organization_proto_init() }
754
+ func file_prisca_v1_purchasing_organization_purchasing_organization_proto_init() {
755
+ if File_prisca_v1_purchasing_organization_purchasing_organization_proto != nil {
756
+ return
757
+ }
758
+ type x struct{}
759
+ out := protoimpl.TypeBuilder{
760
+ File: protoimpl.DescBuilder{
761
+ GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
762
+ RawDescriptor: unsafe.Slice(unsafe.StringData(file_prisca_v1_purchasing_organization_purchasing_organization_proto_rawDesc), len(file_prisca_v1_purchasing_organization_purchasing_organization_proto_rawDesc)),
763
+ NumEnums: 0,
764
+ NumMessages: 10,
765
+ NumExtensions: 0,
766
+ NumServices: 1,
767
+ },
768
+ GoTypes: file_prisca_v1_purchasing_organization_purchasing_organization_proto_goTypes,
769
+ DependencyIndexes: file_prisca_v1_purchasing_organization_purchasing_organization_proto_depIdxs,
770
+ MessageInfos: file_prisca_v1_purchasing_organization_purchasing_organization_proto_msgTypes,
771
+ }.Build()
772
+ File_prisca_v1_purchasing_organization_purchasing_organization_proto = out.File
773
+ file_prisca_v1_purchasing_organization_purchasing_organization_proto_goTypes = nil
774
+ file_prisca_v1_purchasing_organization_purchasing_organization_proto_depIdxs = nil
775
+ }