@aldiokta/protocgen 1.0.56 → 1.0.58

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,805 +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_organization_assignment/purchasing_organization_assignment.proto
6
-
7
- package purchasing_organization_assignment
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
- purchasing_organization "gitlab.com/integra_sm/prisca-v2-purchase-requisition-domain/protocgen/prisca/v1/purchasing_organization"
13
- protoreflect "google.golang.org/protobuf/reflect/protoreflect"
14
- protoimpl "google.golang.org/protobuf/runtime/protoimpl"
15
- reflect "reflect"
16
- sync "sync"
17
- unsafe "unsafe"
18
- )
19
-
20
- const (
21
- // Verify that this generated code is sufficiently up-to-date.
22
- _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
23
- // Verify that runtime/protoimpl is sufficiently up-to-date.
24
- _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
25
- )
26
-
27
- type AssignPOrganization struct {
28
- state protoimpl.MessageState `protogen:"open.v1"`
29
- CompaniesReferencesId string `protobuf:"bytes,1,opt,name=companies_references_id,json=companiesReferencesId,proto3" json:"companies_references_id,omitempty"`
30
- PurchasingOrganizationReferencesId string `protobuf:"bytes,2,opt,name=purchasing_organization_references_id,json=purchasingOrganizationReferencesId,proto3" json:"purchasing_organization_references_id,omitempty"`
31
- unknownFields protoimpl.UnknownFields
32
- sizeCache protoimpl.SizeCache
33
- }
34
-
35
- func (x *AssignPOrganization) Reset() {
36
- *x = AssignPOrganization{}
37
- mi := &file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_msgTypes[0]
38
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
39
- ms.StoreMessageInfo(mi)
40
- }
41
-
42
- func (x *AssignPOrganization) String() string {
43
- return protoimpl.X.MessageStringOf(x)
44
- }
45
-
46
- func (*AssignPOrganization) ProtoMessage() {}
47
-
48
- func (x *AssignPOrganization) ProtoReflect() protoreflect.Message {
49
- mi := &file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_msgTypes[0]
50
- if x != nil {
51
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
52
- if ms.LoadMessageInfo() == nil {
53
- ms.StoreMessageInfo(mi)
54
- }
55
- return ms
56
- }
57
- return mi.MessageOf(x)
58
- }
59
-
60
- // Deprecated: Use AssignPOrganization.ProtoReflect.Descriptor instead.
61
- func (*AssignPOrganization) Descriptor() ([]byte, []int) {
62
- return file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_rawDescGZIP(), []int{0}
63
- }
64
-
65
- func (x *AssignPOrganization) GetCompaniesReferencesId() string {
66
- if x != nil {
67
- return x.CompaniesReferencesId
68
- }
69
- return ""
70
- }
71
-
72
- func (x *AssignPOrganization) GetPurchasingOrganizationReferencesId() string {
73
- if x != nil {
74
- return x.PurchasingOrganizationReferencesId
75
- }
76
- return ""
77
- }
78
-
79
- type BaseAssignPOrganization struct {
80
- state protoimpl.MessageState `protogen:"open.v1"`
81
- CompaniesReferencesId string `protobuf:"bytes,1,opt,name=companies_references_id,json=companiesReferencesId,proto3" json:"companies_references_id,omitempty"`
82
- ReferencesId string `protobuf:"bytes,2,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
83
- Company *company.Company `protobuf:"bytes,3,opt,name=company,proto3" json:"company,omitempty"`
84
- PurchasingOrganizationReferencesId string `protobuf:"bytes,4,opt,name=purchasing_organization_references_id,json=purchasingOrganizationReferencesId,proto3" json:"purchasing_organization_references_id,omitempty"`
85
- PurchasingOrganizations *purchasing_organization.PurchasingOrganization `protobuf:"bytes,5,opt,name=purchasing_organizations,json=purchasingOrganizations,proto3" json:"purchasing_organizations,omitempty"`
86
- unknownFields protoimpl.UnknownFields
87
- sizeCache protoimpl.SizeCache
88
- }
89
-
90
- func (x *BaseAssignPOrganization) Reset() {
91
- *x = BaseAssignPOrganization{}
92
- mi := &file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_msgTypes[1]
93
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
94
- ms.StoreMessageInfo(mi)
95
- }
96
-
97
- func (x *BaseAssignPOrganization) String() string {
98
- return protoimpl.X.MessageStringOf(x)
99
- }
100
-
101
- func (*BaseAssignPOrganization) ProtoMessage() {}
102
-
103
- func (x *BaseAssignPOrganization) ProtoReflect() protoreflect.Message {
104
- mi := &file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_msgTypes[1]
105
- if x != nil {
106
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
107
- if ms.LoadMessageInfo() == nil {
108
- ms.StoreMessageInfo(mi)
109
- }
110
- return ms
111
- }
112
- return mi.MessageOf(x)
113
- }
114
-
115
- // Deprecated: Use BaseAssignPOrganization.ProtoReflect.Descriptor instead.
116
- func (*BaseAssignPOrganization) Descriptor() ([]byte, []int) {
117
- return file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_rawDescGZIP(), []int{1}
118
- }
119
-
120
- func (x *BaseAssignPOrganization) GetCompaniesReferencesId() string {
121
- if x != nil {
122
- return x.CompaniesReferencesId
123
- }
124
- return ""
125
- }
126
-
127
- func (x *BaseAssignPOrganization) GetReferencesId() string {
128
- if x != nil {
129
- return x.ReferencesId
130
- }
131
- return ""
132
- }
133
-
134
- func (x *BaseAssignPOrganization) GetCompany() *company.Company {
135
- if x != nil {
136
- return x.Company
137
- }
138
- return nil
139
- }
140
-
141
- func (x *BaseAssignPOrganization) GetPurchasingOrganizationReferencesId() string {
142
- if x != nil {
143
- return x.PurchasingOrganizationReferencesId
144
- }
145
- return ""
146
- }
147
-
148
- func (x *BaseAssignPOrganization) GetPurchasingOrganizations() *purchasing_organization.PurchasingOrganization {
149
- if x != nil {
150
- return x.PurchasingOrganizations
151
- }
152
- return nil
153
- }
154
-
155
- // Request Messages
156
- type CreateAssignPOrganizationRequest struct {
157
- state protoimpl.MessageState `protogen:"open.v1"`
158
- AssignPurchasingOrganization *AssignPOrganization `protobuf:"bytes,1,opt,name=assign_purchasing_organization,json=assignPurchasingOrganization,proto3" json:"assign_purchasing_organization,omitempty"`
159
- unknownFields protoimpl.UnknownFields
160
- sizeCache protoimpl.SizeCache
161
- }
162
-
163
- func (x *CreateAssignPOrganizationRequest) Reset() {
164
- *x = CreateAssignPOrganizationRequest{}
165
- mi := &file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_msgTypes[2]
166
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
167
- ms.StoreMessageInfo(mi)
168
- }
169
-
170
- func (x *CreateAssignPOrganizationRequest) String() string {
171
- return protoimpl.X.MessageStringOf(x)
172
- }
173
-
174
- func (*CreateAssignPOrganizationRequest) ProtoMessage() {}
175
-
176
- func (x *CreateAssignPOrganizationRequest) ProtoReflect() protoreflect.Message {
177
- mi := &file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_msgTypes[2]
178
- if x != nil {
179
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
180
- if ms.LoadMessageInfo() == nil {
181
- ms.StoreMessageInfo(mi)
182
- }
183
- return ms
184
- }
185
- return mi.MessageOf(x)
186
- }
187
-
188
- // Deprecated: Use CreateAssignPOrganizationRequest.ProtoReflect.Descriptor instead.
189
- func (*CreateAssignPOrganizationRequest) Descriptor() ([]byte, []int) {
190
- return file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_rawDescGZIP(), []int{2}
191
- }
192
-
193
- func (x *CreateAssignPOrganizationRequest) GetAssignPurchasingOrganization() *AssignPOrganization {
194
- if x != nil {
195
- return x.AssignPurchasingOrganization
196
- }
197
- return nil
198
- }
199
-
200
- type UpdateAssignPOrganizationRequest struct {
201
- state protoimpl.MessageState `protogen:"open.v1"`
202
- ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
203
- AssignPurchasingOrganization *AssignPOrganization `protobuf:"bytes,2,opt,name=assign_purchasing_organization,json=assignPurchasingOrganization,proto3" json:"assign_purchasing_organization,omitempty"`
204
- unknownFields protoimpl.UnknownFields
205
- sizeCache protoimpl.SizeCache
206
- }
207
-
208
- func (x *UpdateAssignPOrganizationRequest) Reset() {
209
- *x = UpdateAssignPOrganizationRequest{}
210
- mi := &file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_msgTypes[3]
211
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
212
- ms.StoreMessageInfo(mi)
213
- }
214
-
215
- func (x *UpdateAssignPOrganizationRequest) String() string {
216
- return protoimpl.X.MessageStringOf(x)
217
- }
218
-
219
- func (*UpdateAssignPOrganizationRequest) ProtoMessage() {}
220
-
221
- func (x *UpdateAssignPOrganizationRequest) ProtoReflect() protoreflect.Message {
222
- mi := &file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_msgTypes[3]
223
- if x != nil {
224
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
225
- if ms.LoadMessageInfo() == nil {
226
- ms.StoreMessageInfo(mi)
227
- }
228
- return ms
229
- }
230
- return mi.MessageOf(x)
231
- }
232
-
233
- // Deprecated: Use UpdateAssignPOrganizationRequest.ProtoReflect.Descriptor instead.
234
- func (*UpdateAssignPOrganizationRequest) Descriptor() ([]byte, []int) {
235
- return file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_rawDescGZIP(), []int{3}
236
- }
237
-
238
- func (x *UpdateAssignPOrganizationRequest) GetReferencesId() string {
239
- if x != nil {
240
- return x.ReferencesId
241
- }
242
- return ""
243
- }
244
-
245
- func (x *UpdateAssignPOrganizationRequest) GetAssignPurchasingOrganization() *AssignPOrganization {
246
- if x != nil {
247
- return x.AssignPurchasingOrganization
248
- }
249
- return nil
250
- }
251
-
252
- type GetListAssignPOrganizationRequest struct {
253
- state protoimpl.MessageState `protogen:"open.v1"`
254
- Pagination *meta.PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
255
- Query *meta.FilterRequest `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
256
- unknownFields protoimpl.UnknownFields
257
- sizeCache protoimpl.SizeCache
258
- }
259
-
260
- func (x *GetListAssignPOrganizationRequest) Reset() {
261
- *x = GetListAssignPOrganizationRequest{}
262
- mi := &file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_msgTypes[4]
263
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
264
- ms.StoreMessageInfo(mi)
265
- }
266
-
267
- func (x *GetListAssignPOrganizationRequest) String() string {
268
- return protoimpl.X.MessageStringOf(x)
269
- }
270
-
271
- func (*GetListAssignPOrganizationRequest) ProtoMessage() {}
272
-
273
- func (x *GetListAssignPOrganizationRequest) ProtoReflect() protoreflect.Message {
274
- mi := &file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_msgTypes[4]
275
- if x != nil {
276
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
277
- if ms.LoadMessageInfo() == nil {
278
- ms.StoreMessageInfo(mi)
279
- }
280
- return ms
281
- }
282
- return mi.MessageOf(x)
283
- }
284
-
285
- // Deprecated: Use GetListAssignPOrganizationRequest.ProtoReflect.Descriptor instead.
286
- func (*GetListAssignPOrganizationRequest) Descriptor() ([]byte, []int) {
287
- return file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_rawDescGZIP(), []int{4}
288
- }
289
-
290
- func (x *GetListAssignPOrganizationRequest) GetPagination() *meta.PaginationRequest {
291
- if x != nil {
292
- return x.Pagination
293
- }
294
- return nil
295
- }
296
-
297
- func (x *GetListAssignPOrganizationRequest) GetQuery() *meta.FilterRequest {
298
- if x != nil {
299
- return x.Query
300
- }
301
- return nil
302
- }
303
-
304
- type AssignPOrganizationGetByIdRequest struct {
305
- state protoimpl.MessageState `protogen:"open.v1"`
306
- ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
307
- unknownFields protoimpl.UnknownFields
308
- sizeCache protoimpl.SizeCache
309
- }
310
-
311
- func (x *AssignPOrganizationGetByIdRequest) Reset() {
312
- *x = AssignPOrganizationGetByIdRequest{}
313
- mi := &file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_msgTypes[5]
314
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
315
- ms.StoreMessageInfo(mi)
316
- }
317
-
318
- func (x *AssignPOrganizationGetByIdRequest) String() string {
319
- return protoimpl.X.MessageStringOf(x)
320
- }
321
-
322
- func (*AssignPOrganizationGetByIdRequest) ProtoMessage() {}
323
-
324
- func (x *AssignPOrganizationGetByIdRequest) ProtoReflect() protoreflect.Message {
325
- mi := &file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_msgTypes[5]
326
- if x != nil {
327
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
328
- if ms.LoadMessageInfo() == nil {
329
- ms.StoreMessageInfo(mi)
330
- }
331
- return ms
332
- }
333
- return mi.MessageOf(x)
334
- }
335
-
336
- // Deprecated: Use AssignPOrganizationGetByIdRequest.ProtoReflect.Descriptor instead.
337
- func (*AssignPOrganizationGetByIdRequest) Descriptor() ([]byte, []int) {
338
- return file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_rawDescGZIP(), []int{5}
339
- }
340
-
341
- func (x *AssignPOrganizationGetByIdRequest) GetReferencesId() string {
342
- if x != nil {
343
- return x.ReferencesId
344
- }
345
- return ""
346
- }
347
-
348
- // Response Messages
349
- type CreateAssignPOrganizationResponse struct {
350
- state protoimpl.MessageState `protogen:"open.v1"`
351
- AssignPurchasingOrganization *AssignPOrganization `protobuf:"bytes,1,opt,name=assign_purchasing_organization,json=assignPurchasingOrganization,proto3" json:"assign_purchasing_organization,omitempty"`
352
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
353
- unknownFields protoimpl.UnknownFields
354
- sizeCache protoimpl.SizeCache
355
- }
356
-
357
- func (x *CreateAssignPOrganizationResponse) Reset() {
358
- *x = CreateAssignPOrganizationResponse{}
359
- mi := &file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_msgTypes[6]
360
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
361
- ms.StoreMessageInfo(mi)
362
- }
363
-
364
- func (x *CreateAssignPOrganizationResponse) String() string {
365
- return protoimpl.X.MessageStringOf(x)
366
- }
367
-
368
- func (*CreateAssignPOrganizationResponse) ProtoMessage() {}
369
-
370
- func (x *CreateAssignPOrganizationResponse) ProtoReflect() protoreflect.Message {
371
- mi := &file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_msgTypes[6]
372
- if x != nil {
373
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
374
- if ms.LoadMessageInfo() == nil {
375
- ms.StoreMessageInfo(mi)
376
- }
377
- return ms
378
- }
379
- return mi.MessageOf(x)
380
- }
381
-
382
- // Deprecated: Use CreateAssignPOrganizationResponse.ProtoReflect.Descriptor instead.
383
- func (*CreateAssignPOrganizationResponse) Descriptor() ([]byte, []int) {
384
- return file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_rawDescGZIP(), []int{6}
385
- }
386
-
387
- func (x *CreateAssignPOrganizationResponse) GetAssignPurchasingOrganization() *AssignPOrganization {
388
- if x != nil {
389
- return x.AssignPurchasingOrganization
390
- }
391
- return nil
392
- }
393
-
394
- func (x *CreateAssignPOrganizationResponse) GetMeta() *meta.Meta {
395
- if x != nil {
396
- return x.Meta
397
- }
398
- return nil
399
- }
400
-
401
- type GetListAssignPOrganizationResponse struct {
402
- state protoimpl.MessageState `protogen:"open.v1"`
403
- AssignPurchasingOrganization []*BaseAssignPOrganization `protobuf:"bytes,1,rep,name=assign_purchasing_organization,json=assignPurchasingOrganization,proto3" json:"assign_purchasing_organization,omitempty"`
404
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
405
- unknownFields protoimpl.UnknownFields
406
- sizeCache protoimpl.SizeCache
407
- }
408
-
409
- func (x *GetListAssignPOrganizationResponse) Reset() {
410
- *x = GetListAssignPOrganizationResponse{}
411
- mi := &file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_msgTypes[7]
412
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
413
- ms.StoreMessageInfo(mi)
414
- }
415
-
416
- func (x *GetListAssignPOrganizationResponse) String() string {
417
- return protoimpl.X.MessageStringOf(x)
418
- }
419
-
420
- func (*GetListAssignPOrganizationResponse) ProtoMessage() {}
421
-
422
- func (x *GetListAssignPOrganizationResponse) ProtoReflect() protoreflect.Message {
423
- mi := &file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_msgTypes[7]
424
- if x != nil {
425
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
426
- if ms.LoadMessageInfo() == nil {
427
- ms.StoreMessageInfo(mi)
428
- }
429
- return ms
430
- }
431
- return mi.MessageOf(x)
432
- }
433
-
434
- // Deprecated: Use GetListAssignPOrganizationResponse.ProtoReflect.Descriptor instead.
435
- func (*GetListAssignPOrganizationResponse) Descriptor() ([]byte, []int) {
436
- return file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_rawDescGZIP(), []int{7}
437
- }
438
-
439
- func (x *GetListAssignPOrganizationResponse) GetAssignPurchasingOrganization() []*BaseAssignPOrganization {
440
- if x != nil {
441
- return x.AssignPurchasingOrganization
442
- }
443
- return nil
444
- }
445
-
446
- func (x *GetListAssignPOrganizationResponse) GetMeta() *meta.Meta {
447
- if x != nil {
448
- return x.Meta
449
- }
450
- return nil
451
- }
452
-
453
- type UpdateAssignPOrganizationResponse struct {
454
- state protoimpl.MessageState `protogen:"open.v1"`
455
- AssignPurchasingOrganization *AssignPOrganization `protobuf:"bytes,1,opt,name=assign_purchasing_organization,json=assignPurchasingOrganization,proto3" json:"assign_purchasing_organization,omitempty"`
456
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
457
- unknownFields protoimpl.UnknownFields
458
- sizeCache protoimpl.SizeCache
459
- }
460
-
461
- func (x *UpdateAssignPOrganizationResponse) Reset() {
462
- *x = UpdateAssignPOrganizationResponse{}
463
- mi := &file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_msgTypes[8]
464
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
465
- ms.StoreMessageInfo(mi)
466
- }
467
-
468
- func (x *UpdateAssignPOrganizationResponse) String() string {
469
- return protoimpl.X.MessageStringOf(x)
470
- }
471
-
472
- func (*UpdateAssignPOrganizationResponse) ProtoMessage() {}
473
-
474
- func (x *UpdateAssignPOrganizationResponse) ProtoReflect() protoreflect.Message {
475
- mi := &file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_msgTypes[8]
476
- if x != nil {
477
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
478
- if ms.LoadMessageInfo() == nil {
479
- ms.StoreMessageInfo(mi)
480
- }
481
- return ms
482
- }
483
- return mi.MessageOf(x)
484
- }
485
-
486
- // Deprecated: Use UpdateAssignPOrganizationResponse.ProtoReflect.Descriptor instead.
487
- func (*UpdateAssignPOrganizationResponse) Descriptor() ([]byte, []int) {
488
- return file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_rawDescGZIP(), []int{8}
489
- }
490
-
491
- func (x *UpdateAssignPOrganizationResponse) GetAssignPurchasingOrganization() *AssignPOrganization {
492
- if x != nil {
493
- return x.AssignPurchasingOrganization
494
- }
495
- return nil
496
- }
497
-
498
- func (x *UpdateAssignPOrganizationResponse) GetMeta() *meta.Meta {
499
- if x != nil {
500
- return x.Meta
501
- }
502
- return nil
503
- }
504
-
505
- type AssignPOrganizationGetByIdResponse struct {
506
- state protoimpl.MessageState `protogen:"open.v1"`
507
- AssignPurchasingOrganization *BaseAssignPOrganization `protobuf:"bytes,1,opt,name=assign_purchasing_organization,json=assignPurchasingOrganization,proto3" json:"assign_purchasing_organization,omitempty"`
508
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
509
- unknownFields protoimpl.UnknownFields
510
- sizeCache protoimpl.SizeCache
511
- }
512
-
513
- func (x *AssignPOrganizationGetByIdResponse) Reset() {
514
- *x = AssignPOrganizationGetByIdResponse{}
515
- mi := &file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_msgTypes[9]
516
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
517
- ms.StoreMessageInfo(mi)
518
- }
519
-
520
- func (x *AssignPOrganizationGetByIdResponse) String() string {
521
- return protoimpl.X.MessageStringOf(x)
522
- }
523
-
524
- func (*AssignPOrganizationGetByIdResponse) ProtoMessage() {}
525
-
526
- func (x *AssignPOrganizationGetByIdResponse) ProtoReflect() protoreflect.Message {
527
- mi := &file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_msgTypes[9]
528
- if x != nil {
529
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
530
- if ms.LoadMessageInfo() == nil {
531
- ms.StoreMessageInfo(mi)
532
- }
533
- return ms
534
- }
535
- return mi.MessageOf(x)
536
- }
537
-
538
- // Deprecated: Use AssignPOrganizationGetByIdResponse.ProtoReflect.Descriptor instead.
539
- func (*AssignPOrganizationGetByIdResponse) Descriptor() ([]byte, []int) {
540
- return file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_rawDescGZIP(), []int{9}
541
- }
542
-
543
- func (x *AssignPOrganizationGetByIdResponse) GetAssignPurchasingOrganization() *BaseAssignPOrganization {
544
- if x != nil {
545
- return x.AssignPurchasingOrganization
546
- }
547
- return nil
548
- }
549
-
550
- func (x *AssignPOrganizationGetByIdResponse) GetMeta() *meta.Meta {
551
- if x != nil {
552
- return x.Meta
553
- }
554
- return nil
555
- }
556
-
557
- var File_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto protoreflect.FileDescriptor
558
-
559
- var file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_rawDesc = string([]byte{
560
- 0x0a, 0x55, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x75, 0x72, 0x63,
561
- 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74,
562
- 0x69, 0x6f, 0x6e, 0x5f, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x2f, 0x70,
563
- 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69,
564
- 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65, 0x6e,
565
- 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f,
566
- 0x76, 0x31, 0x2f, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2f, 0x6d,
567
- 0x65, 0x74, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x3f, 0x70, 0x72, 0x69, 0x73, 0x63,
568
- 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f,
569
- 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x70, 0x75, 0x72,
570
- 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61,
571
- 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x24, 0x70, 0x72, 0x69, 0x73,
572
- 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x61,
573
- 0x6e, 0x79, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
574
- 0x22, 0xa0, 0x01, 0x0a, 0x13, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x50, 0x4f, 0x72, 0x67, 0x61,
575
- 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x36, 0x0a, 0x17, 0x63, 0x6f, 0x6d, 0x70,
576
- 0x61, 0x6e, 0x69, 0x65, 0x73, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73,
577
- 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x15, 0x63, 0x6f, 0x6d, 0x70, 0x61,
578
- 0x6e, 0x69, 0x65, 0x73, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64,
579
- 0x12, 0x51, 0x0a, 0x25, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6f,
580
- 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x66, 0x65,
581
- 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
582
- 0x22, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e,
583
- 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65,
584
- 0x73, 0x49, 0x64, 0x22, 0xc1, 0x02, 0x0a, 0x17, 0x42, 0x61, 0x73, 0x65, 0x41, 0x73, 0x73, 0x69,
585
- 0x67, 0x6e, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12,
586
- 0x36, 0x0a, 0x17, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x69, 0x65, 0x73, 0x5f, 0x72, 0x65, 0x66,
587
- 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
588
- 0x52, 0x15, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x69, 0x65, 0x73, 0x52, 0x65, 0x66, 0x65, 0x72,
589
- 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72,
590
- 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c,
591
- 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x07,
592
- 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e,
593
- 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x52, 0x07, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79,
594
- 0x12, 0x51, 0x0a, 0x25, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6f,
595
- 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x66, 0x65,
596
- 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52,
597
- 0x22, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e,
598
- 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65,
599
- 0x73, 0x49, 0x64, 0x12, 0x52, 0x0a, 0x18, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e,
600
- 0x67, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18,
601
- 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69,
602
- 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x17,
603
- 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69,
604
- 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x7e, 0x0a, 0x20, 0x43, 0x72, 0x65, 0x61, 0x74,
605
- 0x65, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61,
606
- 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x5a, 0x0a, 0x1e, 0x61,
607
- 0x73, 0x73, 0x69, 0x67, 0x6e, 0x5f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67,
608
- 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20,
609
- 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x50, 0x4f, 0x72, 0x67,
610
- 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x1c, 0x61, 0x73, 0x73, 0x69, 0x67,
611
- 0x6e, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e,
612
- 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xa3, 0x01, 0x0a, 0x20, 0x55, 0x70, 0x64, 0x61,
613
- 0x74, 0x65, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
614
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d,
615
- 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20,
616
- 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49,
617
- 0x64, 0x12, 0x5a, 0x0a, 0x1e, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x5f, 0x70, 0x75, 0x72, 0x63,
618
- 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74,
619
- 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x41, 0x73, 0x73, 0x69,
620
- 0x67, 0x6e, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52,
621
- 0x1c, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e,
622
- 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xa9, 0x01,
623
- 0x0a, 0x21, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x50,
624
- 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75,
625
- 0x65, 0x73, 0x74, 0x12, 0x48, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f,
626
- 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61,
627
- 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e,
628
- 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
629
- 0x74, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x0a,
630
- 0x05, 0x71, 0x75, 0x65, 0x72, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x70,
631
- 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e,
632
- 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65,
633
- 0x73, 0x74, 0x52, 0x05, 0x71, 0x75, 0x65, 0x72, 0x79, 0x22, 0x48, 0x0a, 0x21, 0x41, 0x73, 0x73,
634
- 0x69, 0x67, 0x6e, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e,
635
- 0x47, 0x65, 0x74, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23,
636
- 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18,
637
- 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65,
638
- 0x73, 0x49, 0x64, 0x22, 0xb0, 0x01, 0x0a, 0x21, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x73,
639
- 0x73, 0x69, 0x67, 0x6e, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
640
- 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5a, 0x0a, 0x1e, 0x61, 0x73, 0x73,
641
- 0x69, 0x67, 0x6e, 0x5f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6f,
642
- 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28,
643
- 0x0b, 0x32, 0x14, 0x2e, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e,
644
- 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x1c, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x50,
645
- 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
646
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20,
647
- 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e,
648
- 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61,
649
- 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0xb5, 0x01, 0x0a, 0x22, 0x47, 0x65, 0x74, 0x4c, 0x69,
650
- 0x73, 0x74, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
651
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5e, 0x0a,
652
- 0x1e, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x5f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69,
653
- 0x6e, 0x67, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18,
654
- 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x41, 0x73, 0x73, 0x69,
655
- 0x67, 0x6e, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52,
656
- 0x1c, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e,
657
- 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2f, 0x0a,
658
- 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72,
659
- 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d,
660
- 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0xb0,
661
- 0x01, 0x0a, 0x21, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x50,
662
- 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70,
663
- 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5a, 0x0a, 0x1e, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x5f, 0x70,
664
- 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69,
665
- 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x41,
666
- 0x73, 0x73, 0x69, 0x67, 0x6e, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69,
667
- 0x6f, 0x6e, 0x52, 0x1c, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61,
668
- 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e,
669
- 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b,
670
- 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61,
671
- 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74,
672
- 0x61, 0x22, 0xb5, 0x01, 0x0a, 0x22, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x50, 0x4f, 0x72, 0x67,
673
- 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x47, 0x65, 0x74, 0x42, 0x79, 0x49, 0x64,
674
- 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5e, 0x0a, 0x1e, 0x61, 0x73, 0x73, 0x69,
675
- 0x67, 0x6e, 0x5f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6f, 0x72,
676
- 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
677
- 0x32, 0x18, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x50, 0x4f, 0x72,
678
- 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x1c, 0x61, 0x73, 0x73, 0x69,
679
- 0x67, 0x6e, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61,
680
- 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61,
681
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e,
682
- 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d,
683
- 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x32, 0xb2, 0x03, 0x0a, 0x1a, 0x41, 0x73,
684
- 0x73, 0x69, 0x67, 0x6e, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
685
- 0x6e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x62, 0x0a, 0x19, 0x43, 0x72, 0x65, 0x61,
686
- 0x74, 0x65, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
687
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x21, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x73,
688
- 0x73, 0x69, 0x67, 0x6e, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
689
- 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74,
690
- 0x65, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61,
691
- 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x65, 0x0a, 0x1a,
692
- 0x47, 0x65, 0x74, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69,
693
- 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x79, 0x49, 0x64, 0x12, 0x22, 0x2e, 0x41, 0x73, 0x73,
694
- 0x69, 0x67, 0x6e, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e,
695
- 0x47, 0x65, 0x74, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23,
696
- 0x2e, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61,
697
- 0x74, 0x69, 0x6f, 0x6e, 0x47, 0x65, 0x74, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f,
698
- 0x6e, 0x73, 0x65, 0x12, 0x62, 0x0a, 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x73, 0x73,
699
- 0x69, 0x67, 0x6e, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e,
700
- 0x12, 0x21, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x50,
701
- 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75,
702
- 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x73, 0x73, 0x69,
703
- 0x67, 0x6e, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52,
704
- 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x65, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x4c, 0x69,
705
- 0x73, 0x74, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
706
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x22, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x41,
707
- 0x73, 0x73, 0x69, 0x67, 0x6e, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69,
708
- 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x47, 0x65, 0x74, 0x4c,
709
- 0x69, 0x73, 0x74, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69,
710
- 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x74,
711
- 0x5a, 0x72, 0x67, 0x69, 0x74, 0x6c, 0x61, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x69, 0x6e, 0x74,
712
- 0x65, 0x67, 0x72, 0x61, 0x5f, 0x73, 0x6d, 0x2f, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2d, 0x76,
713
- 0x32, 0x2d, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x2d, 0x72, 0x65, 0x71, 0x75, 0x69,
714
- 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x2d, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x70, 0x72,
715
- 0x6f, 0x74, 0x6f, 0x63, 0x67, 0x65, 0x6e, 0x2f, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76,
716
- 0x31, 0x2f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6f, 0x72, 0x67,
717
- 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e,
718
- 0x6d, 0x65, 0x6e, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
719
- })
720
-
721
- var (
722
- file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_rawDescOnce sync.Once
723
- file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_rawDescData []byte
724
- )
725
-
726
- func file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_rawDescGZIP() []byte {
727
- file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_rawDescOnce.Do(func() {
728
- file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_rawDesc), len(file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_rawDesc)))
729
- })
730
- return file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_rawDescData
731
- }
732
-
733
- var file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_msgTypes = make([]protoimpl.MessageInfo, 10)
734
- var file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_goTypes = []any{
735
- (*AssignPOrganization)(nil), // 0: AssignPOrganization
736
- (*BaseAssignPOrganization)(nil), // 1: BaseAssignPOrganization
737
- (*CreateAssignPOrganizationRequest)(nil), // 2: CreateAssignPOrganizationRequest
738
- (*UpdateAssignPOrganizationRequest)(nil), // 3: UpdateAssignPOrganizationRequest
739
- (*GetListAssignPOrganizationRequest)(nil), // 4: GetListAssignPOrganizationRequest
740
- (*AssignPOrganizationGetByIdRequest)(nil), // 5: AssignPOrganizationGetByIdRequest
741
- (*CreateAssignPOrganizationResponse)(nil), // 6: CreateAssignPOrganizationResponse
742
- (*GetListAssignPOrganizationResponse)(nil), // 7: GetListAssignPOrganizationResponse
743
- (*UpdateAssignPOrganizationResponse)(nil), // 8: UpdateAssignPOrganizationResponse
744
- (*AssignPOrganizationGetByIdResponse)(nil), // 9: AssignPOrganizationGetByIdResponse
745
- (*company.Company)(nil), // 10: Company
746
- (*purchasing_organization.PurchasingOrganization)(nil), // 11: PurchasingOrganization
747
- (*meta.PaginationRequest)(nil), // 12: prisca.v1.global.meta.PaginationRequest
748
- (*meta.FilterRequest)(nil), // 13: prisca.v1.global.meta.FilterRequest
749
- (*meta.Meta)(nil), // 14: prisca.v1.global.meta.Meta
750
- }
751
- var file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_depIdxs = []int32{
752
- 10, // 0: BaseAssignPOrganization.company:type_name -> Company
753
- 11, // 1: BaseAssignPOrganization.purchasing_organizations:type_name -> PurchasingOrganization
754
- 0, // 2: CreateAssignPOrganizationRequest.assign_purchasing_organization:type_name -> AssignPOrganization
755
- 0, // 3: UpdateAssignPOrganizationRequest.assign_purchasing_organization:type_name -> AssignPOrganization
756
- 12, // 4: GetListAssignPOrganizationRequest.pagination:type_name -> prisca.v1.global.meta.PaginationRequest
757
- 13, // 5: GetListAssignPOrganizationRequest.query:type_name -> prisca.v1.global.meta.FilterRequest
758
- 0, // 6: CreateAssignPOrganizationResponse.assign_purchasing_organization:type_name -> AssignPOrganization
759
- 14, // 7: CreateAssignPOrganizationResponse.meta:type_name -> prisca.v1.global.meta.Meta
760
- 1, // 8: GetListAssignPOrganizationResponse.assign_purchasing_organization:type_name -> BaseAssignPOrganization
761
- 14, // 9: GetListAssignPOrganizationResponse.meta:type_name -> prisca.v1.global.meta.Meta
762
- 0, // 10: UpdateAssignPOrganizationResponse.assign_purchasing_organization:type_name -> AssignPOrganization
763
- 14, // 11: UpdateAssignPOrganizationResponse.meta:type_name -> prisca.v1.global.meta.Meta
764
- 1, // 12: AssignPOrganizationGetByIdResponse.assign_purchasing_organization:type_name -> BaseAssignPOrganization
765
- 14, // 13: AssignPOrganizationGetByIdResponse.meta:type_name -> prisca.v1.global.meta.Meta
766
- 2, // 14: AssignPOrganizationService.CreateAssignPOrganization:input_type -> CreateAssignPOrganizationRequest
767
- 5, // 15: AssignPOrganizationService.GetAssignPOrganizationById:input_type -> AssignPOrganizationGetByIdRequest
768
- 3, // 16: AssignPOrganizationService.UpdateAssignPOrganization:input_type -> UpdateAssignPOrganizationRequest
769
- 4, // 17: AssignPOrganizationService.GetListAssignPOrganization:input_type -> GetListAssignPOrganizationRequest
770
- 6, // 18: AssignPOrganizationService.CreateAssignPOrganization:output_type -> CreateAssignPOrganizationResponse
771
- 9, // 19: AssignPOrganizationService.GetAssignPOrganizationById:output_type -> AssignPOrganizationGetByIdResponse
772
- 8, // 20: AssignPOrganizationService.UpdateAssignPOrganization:output_type -> UpdateAssignPOrganizationResponse
773
- 7, // 21: AssignPOrganizationService.GetListAssignPOrganization:output_type -> GetListAssignPOrganizationResponse
774
- 18, // [18:22] is the sub-list for method output_type
775
- 14, // [14:18] is the sub-list for method input_type
776
- 14, // [14:14] is the sub-list for extension type_name
777
- 14, // [14:14] is the sub-list for extension extendee
778
- 0, // [0:14] is the sub-list for field type_name
779
- }
780
-
781
- func init() {
782
- file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_init()
783
- }
784
- func file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_init() {
785
- if File_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto != nil {
786
- return
787
- }
788
- type x struct{}
789
- out := protoimpl.TypeBuilder{
790
- File: protoimpl.DescBuilder{
791
- GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
792
- RawDescriptor: unsafe.Slice(unsafe.StringData(file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_rawDesc), len(file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_rawDesc)),
793
- NumEnums: 0,
794
- NumMessages: 10,
795
- NumExtensions: 0,
796
- NumServices: 1,
797
- },
798
- GoTypes: file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_goTypes,
799
- DependencyIndexes: file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_depIdxs,
800
- MessageInfos: file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_msgTypes,
801
- }.Build()
802
- File_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto = out.File
803
- file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_goTypes = nil
804
- file_prisca_v1_purchasing_organization_assignment_purchasing_organization_assignment_proto_depIdxs = nil
805
- }