@aldiokta/protocgen 1.0.18 → 1.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/package.json +1 -1
  2. package/prisca/v1/core/auth/auth.pb.go +998 -0
  3. package/prisca/v1/core/auth/auth_grpc.pb.go +427 -0
  4. package/prisca/v1/core/company/company.pb.go +965 -0
  5. package/prisca/v1/core/company/company_grpc.pb.go +273 -0
  6. package/prisca/v1/core/department_material/department_material.pb.go +776 -0
  7. package/prisca/v1/core/department_material/department_material_grpc.pb.go +236 -0
  8. package/prisca/v1/core/job_grade/job_grade.pb.go +887 -0
  9. package/prisca/v1/core/job_grade/job_grade_grpc.pb.go +273 -0
  10. package/prisca/v1/core/job_position/job_position.pb.go +1196 -0
  11. package/prisca/v1/core/job_position/job_position_grpc.pb.go +273 -0
  12. package/prisca/v1/core/job_title/job_title.pb.go +986 -0
  13. package/prisca/v1/core/job_title/job_title_grpc.pb.go +273 -0
  14. package/prisca/v1/core/line_of_approval/line_of_approval.pb.go +913 -0
  15. package/prisca/v1/core/line_of_approval/line_of_approval_grpc.pb.go +273 -0
  16. package/prisca/v1/core/location/location.pb.go +1397 -0
  17. package/prisca/v1/core/location/location_grpc.pb.go +387 -0
  18. package/prisca/v1/core/material/material.pb.go +1366 -0
  19. package/prisca/v1/core/material/material_grpc.pb.go +273 -0
  20. package/prisca/v1/core/material_group/material_group.pb.go +911 -0
  21. package/prisca/v1/core/material_group/material_group_grpc.pb.go +273 -0
  22. package/prisca/v1/core/material_type/material_type.pb.go +827 -0
  23. package/prisca/v1/core/material_type/material_type_grpc.pb.go +239 -0
  24. package/prisca/v1/core/number_range/number_range.pb.go +916 -0
  25. package/prisca/v1/core/number_range/number_range_grpc.pb.go +273 -0
  26. package/prisca/v1/core/organization/organization.pb.go +1039 -0
  27. package/prisca/v1/core/organization/organization_grpc.pb.go +273 -0
  28. package/prisca/v1/core/organization_level/organization_level.pb.go +853 -0
  29. package/prisca/v1/core/organization_level/organization_level_grpc.pb.go +274 -0
  30. package/prisca/v1/core/procurement/procurement.pb.go +622 -0
  31. package/prisca/v1/core/procurement/procurement_grpc.pb.go +275 -0
  32. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx.pb.go +1550 -0
  33. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_grpc.pb.go +388 -0
  34. package/prisca/v1/core/recipient_roles/recipient_roles.pb.go +141 -0
  35. package/prisca/v1/core/role/role.pb.go +797 -0
  36. package/prisca/v1/core/role/role_grpc.pb.go +273 -0
  37. package/prisca/v1/core/transaction_builder/transaction_builder.pb.go +3217 -0
  38. package/prisca/v1/core/transaction_builder/transaction_builder_grpc.pb.go +656 -0
  39. package/prisca/v1/core/unit_of_measurement/unit_of_measurement.pb.go +973 -0
  40. package/prisca/v1/core/unit_of_measurement/unit_of_measurement_grpc.pb.go +278 -0
  41. package/prisca/v1/core/users/users.pb.go +281 -0
  42. package/prisca/v1/core/users_role/users_role.pb.go +813 -0
  43. package/prisca/v1/core/users_role/users_role_grpc.pb.go +273 -0
  44. package/prisca/v1/core/work_location/work_location.pb.go +995 -0
  45. package/prisca/v1/core/work_location/work_location_grpc.pb.go +273 -0
  46. package/prisca/v1/core/work_locations/work_locations.pb.go +184 -0
  47. package/prisca/v1/core/work_locations/work_locations_grpc.pb.go +76 -0
  48. package/prisca/v1/core/workflow/workflow.pb.go +2057 -0
  49. package/prisca/v1/core/workflow/workflow_grpc.pb.go +273 -0
  50. package/prisca/v1/global/meta/meta.pb.go +446 -0
  51. package/prisca/v1/core/auth/auth_grpc_pb.js +0 -256
  52. package/prisca/v1/core/auth/auth_pb.js +0 -2801
  53. package/prisca/v1/core/company/company_grpc_pb.js +0 -177
  54. package/prisca/v1/core/company/company_pb.js +0 -2845
  55. package/prisca/v1/core/department_material/department_material_grpc_pb.js +0 -144
  56. package/prisca/v1/core/department_material/department_material_pb.js +0 -2167
  57. package/prisca/v1/core/job_grade/job_grade_grpc_pb.js +0 -178
  58. package/prisca/v1/core/job_grade/job_grade_pb.js +0 -2605
  59. package/prisca/v1/core/job_position/job_position_grpc_pb.js +0 -181
  60. package/prisca/v1/core/job_position/job_position_pb.js +0 -3582
  61. package/prisca/v1/core/job_title/job_title_grpc_pb.js +0 -178
  62. package/prisca/v1/core/job_title/job_title_pb.js +0 -2928
  63. package/prisca/v1/core/location/location_grpc_pb.js +0 -276
  64. package/prisca/v1/core/location/location_pb.js +0 -4334
  65. package/prisca/v1/core/material/material_grpc_pb.js +0 -181
  66. package/prisca/v1/core/material/material_pb.js +0 -4046
  67. package/prisca/v1/core/material_group/material_group_grpc_pb.js +0 -177
  68. package/prisca/v1/core/material_group/material_group_pb.js +0 -2582
  69. package/prisca/v1/core/material_type/material_type_grpc_pb.js +0 -147
  70. package/prisca/v1/core/material_type/material_type_pb.js +0 -2399
  71. package/prisca/v1/core/number_range/number_range_grpc_pb.js +0 -177
  72. package/prisca/v1/core/number_range/number_range_pb.js +0 -2672
  73. package/prisca/v1/core/organization/organization_grpc_pb.js +0 -180
  74. package/prisca/v1/core/organization/organization_pb.js +0 -3002
  75. package/prisca/v1/core/organization_level/organization_level_grpc_pb.js +0 -177
  76. package/prisca/v1/core/organization_level/organization_level_pb.js +0 -2432
  77. package/prisca/v1/core/procurement/procurement_grpc_pb.js +0 -146
  78. package/prisca/v1/core/procurement/procurement_pb.js +0 -1681
  79. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_grpc_pb.js +0 -266
  80. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_pb.js +0 -4429
  81. package/prisca/v1/core/recipient_roles/recipient_roles_grpc_pb.js +0 -1
  82. package/prisca/v1/core/recipient_roles/recipient_roles_pb.js +0 -206
  83. package/prisca/v1/core/transaction_builder/transaction_builder_grpc_pb.js +0 -421
  84. package/prisca/v1/core/transaction_builder/transaction_builder_pb.js +0 -9597
  85. package/prisca/v1/core/unit_of_measurement/unit_of_measurement_grpc_pb.js +0 -180
  86. package/prisca/v1/core/unit_of_measurement/unit_of_measurement_pb.js +0 -2798
  87. package/prisca/v1/core/users/users_grpc_pb.js +0 -1
  88. package/prisca/v1/core/users/users_pb.js +0 -626
  89. package/prisca/v1/core/users_role/users_role_grpc_pb.js +0 -177
  90. package/prisca/v1/core/users_role/users_role_pb.js +0 -2372
  91. package/prisca/v1/core/work_location/work_location_grpc_pb.js +0 -177
  92. package/prisca/v1/core/work_location/work_location_pb.js +0 -2850
  93. package/prisca/v1/core/workflow/workflow_grpc_pb.js +0 -179
  94. package/prisca/v1/core/workflow/workflow_pb.js +0 -6318
  95. package/prisca/v1/global/meta/meta_grpc_pb.js +0 -1
  96. package/prisca/v1/global/meta/meta_pb.js +0 -1179
@@ -0,0 +1,911 @@
1
+ // Code generated by protoc-gen-go. DO NOT EDIT.
2
+ // versions:
3
+ // protoc-gen-go v1.36.1
4
+ // protoc (unknown)
5
+ // source: prisca/v1/core/material_group/material_group.proto
6
+
7
+ package material_group
8
+
9
+ import (
10
+ meta "gitlab.com/integra_sm/prisca-v2-core-service/protocgen/prisca/v1/global/meta"
11
+ protoreflect "google.golang.org/protobuf/reflect/protoreflect"
12
+ protoimpl "google.golang.org/protobuf/runtime/protoimpl"
13
+ reflect "reflect"
14
+ sync "sync"
15
+ )
16
+
17
+ const (
18
+ // Verify that this generated code is sufficiently up-to-date.
19
+ _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
20
+ // Verify that runtime/protoimpl is sufficiently up-to-date.
21
+ _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
22
+ )
23
+
24
+ type MaterialGroup struct {
25
+ state protoimpl.MessageState `protogen:"open.v1"`
26
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
27
+ MaterialGroupCode string `protobuf:"bytes,2,opt,name=material_group_code,json=materialGroupCode,proto3" json:"material_group_code,omitempty"`
28
+ MaterialGroupDescription string `protobuf:"bytes,3,opt,name=material_group_description,json=materialGroupDescription,proto3" json:"material_group_description,omitempty"`
29
+ MaterialGroupDescriptionExternal string `protobuf:"bytes,4,opt,name=material_group_description_external,json=materialGroupDescriptionExternal,proto3" json:"material_group_description_external,omitempty"`
30
+ ReferencesId string `protobuf:"bytes,5,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
31
+ CreatedAt string `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // ISO 8601
32
+ UpdatedAt string `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // Nullable
33
+ unknownFields protoimpl.UnknownFields
34
+ sizeCache protoimpl.SizeCache
35
+ }
36
+
37
+ func (x *MaterialGroup) Reset() {
38
+ *x = MaterialGroup{}
39
+ mi := &file_prisca_v1_core_material_group_material_group_proto_msgTypes[0]
40
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
41
+ ms.StoreMessageInfo(mi)
42
+ }
43
+
44
+ func (x *MaterialGroup) String() string {
45
+ return protoimpl.X.MessageStringOf(x)
46
+ }
47
+
48
+ func (*MaterialGroup) ProtoMessage() {}
49
+
50
+ func (x *MaterialGroup) ProtoReflect() protoreflect.Message {
51
+ mi := &file_prisca_v1_core_material_group_material_group_proto_msgTypes[0]
52
+ if x != nil {
53
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
54
+ if ms.LoadMessageInfo() == nil {
55
+ ms.StoreMessageInfo(mi)
56
+ }
57
+ return ms
58
+ }
59
+ return mi.MessageOf(x)
60
+ }
61
+
62
+ // Deprecated: Use MaterialGroup.ProtoReflect.Descriptor instead.
63
+ func (*MaterialGroup) Descriptor() ([]byte, []int) {
64
+ return file_prisca_v1_core_material_group_material_group_proto_rawDescGZIP(), []int{0}
65
+ }
66
+
67
+ func (x *MaterialGroup) GetId() int64 {
68
+ if x != nil {
69
+ return x.Id
70
+ }
71
+ return 0
72
+ }
73
+
74
+ func (x *MaterialGroup) GetMaterialGroupCode() string {
75
+ if x != nil {
76
+ return x.MaterialGroupCode
77
+ }
78
+ return ""
79
+ }
80
+
81
+ func (x *MaterialGroup) GetMaterialGroupDescription() string {
82
+ if x != nil {
83
+ return x.MaterialGroupDescription
84
+ }
85
+ return ""
86
+ }
87
+
88
+ func (x *MaterialGroup) GetMaterialGroupDescriptionExternal() string {
89
+ if x != nil {
90
+ return x.MaterialGroupDescriptionExternal
91
+ }
92
+ return ""
93
+ }
94
+
95
+ func (x *MaterialGroup) GetReferencesId() string {
96
+ if x != nil {
97
+ return x.ReferencesId
98
+ }
99
+ return ""
100
+ }
101
+
102
+ func (x *MaterialGroup) GetCreatedAt() string {
103
+ if x != nil {
104
+ return x.CreatedAt
105
+ }
106
+ return ""
107
+ }
108
+
109
+ func (x *MaterialGroup) GetUpdatedAt() string {
110
+ if x != nil {
111
+ return x.UpdatedAt
112
+ }
113
+ return ""
114
+ }
115
+
116
+ // Request Messages
117
+ type BaseMaterialGroupRequest struct {
118
+ state protoimpl.MessageState `protogen:"open.v1"`
119
+ MaterialGroupCode string `protobuf:"bytes,1,opt,name=material_group_code,json=materialGroupCode,proto3" json:"material_group_code,omitempty"`
120
+ MaterialGroupDescription string `protobuf:"bytes,2,opt,name=material_group_description,json=materialGroupDescription,proto3" json:"material_group_description,omitempty"`
121
+ MaterialGroupDescriptionExternal string `protobuf:"bytes,3,opt,name=material_group_description_external,json=materialGroupDescriptionExternal,proto3" json:"material_group_description_external,omitempty"`
122
+ unknownFields protoimpl.UnknownFields
123
+ sizeCache protoimpl.SizeCache
124
+ }
125
+
126
+ func (x *BaseMaterialGroupRequest) Reset() {
127
+ *x = BaseMaterialGroupRequest{}
128
+ mi := &file_prisca_v1_core_material_group_material_group_proto_msgTypes[1]
129
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
130
+ ms.StoreMessageInfo(mi)
131
+ }
132
+
133
+ func (x *BaseMaterialGroupRequest) String() string {
134
+ return protoimpl.X.MessageStringOf(x)
135
+ }
136
+
137
+ func (*BaseMaterialGroupRequest) ProtoMessage() {}
138
+
139
+ func (x *BaseMaterialGroupRequest) ProtoReflect() protoreflect.Message {
140
+ mi := &file_prisca_v1_core_material_group_material_group_proto_msgTypes[1]
141
+ if x != nil {
142
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
143
+ if ms.LoadMessageInfo() == nil {
144
+ ms.StoreMessageInfo(mi)
145
+ }
146
+ return ms
147
+ }
148
+ return mi.MessageOf(x)
149
+ }
150
+
151
+ // Deprecated: Use BaseMaterialGroupRequest.ProtoReflect.Descriptor instead.
152
+ func (*BaseMaterialGroupRequest) Descriptor() ([]byte, []int) {
153
+ return file_prisca_v1_core_material_group_material_group_proto_rawDescGZIP(), []int{1}
154
+ }
155
+
156
+ func (x *BaseMaterialGroupRequest) GetMaterialGroupCode() string {
157
+ if x != nil {
158
+ return x.MaterialGroupCode
159
+ }
160
+ return ""
161
+ }
162
+
163
+ func (x *BaseMaterialGroupRequest) GetMaterialGroupDescription() string {
164
+ if x != nil {
165
+ return x.MaterialGroupDescription
166
+ }
167
+ return ""
168
+ }
169
+
170
+ func (x *BaseMaterialGroupRequest) GetMaterialGroupDescriptionExternal() string {
171
+ if x != nil {
172
+ return x.MaterialGroupDescriptionExternal
173
+ }
174
+ return ""
175
+ }
176
+
177
+ type CreateMaterialGroupRequest struct {
178
+ state protoimpl.MessageState `protogen:"open.v1"`
179
+ BaseMaterialGroup *BaseMaterialGroupRequest `protobuf:"bytes,1,opt,name=base_material_group,json=baseMaterialGroup,proto3" json:"base_material_group,omitempty"`
180
+ unknownFields protoimpl.UnknownFields
181
+ sizeCache protoimpl.SizeCache
182
+ }
183
+
184
+ func (x *CreateMaterialGroupRequest) Reset() {
185
+ *x = CreateMaterialGroupRequest{}
186
+ mi := &file_prisca_v1_core_material_group_material_group_proto_msgTypes[2]
187
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
188
+ ms.StoreMessageInfo(mi)
189
+ }
190
+
191
+ func (x *CreateMaterialGroupRequest) String() string {
192
+ return protoimpl.X.MessageStringOf(x)
193
+ }
194
+
195
+ func (*CreateMaterialGroupRequest) ProtoMessage() {}
196
+
197
+ func (x *CreateMaterialGroupRequest) ProtoReflect() protoreflect.Message {
198
+ mi := &file_prisca_v1_core_material_group_material_group_proto_msgTypes[2]
199
+ if x != nil {
200
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
201
+ if ms.LoadMessageInfo() == nil {
202
+ ms.StoreMessageInfo(mi)
203
+ }
204
+ return ms
205
+ }
206
+ return mi.MessageOf(x)
207
+ }
208
+
209
+ // Deprecated: Use CreateMaterialGroupRequest.ProtoReflect.Descriptor instead.
210
+ func (*CreateMaterialGroupRequest) Descriptor() ([]byte, []int) {
211
+ return file_prisca_v1_core_material_group_material_group_proto_rawDescGZIP(), []int{2}
212
+ }
213
+
214
+ func (x *CreateMaterialGroupRequest) GetBaseMaterialGroup() *BaseMaterialGroupRequest {
215
+ if x != nil {
216
+ return x.BaseMaterialGroup
217
+ }
218
+ return nil
219
+ }
220
+
221
+ type UpdateMaterialGroupRequest struct {
222
+ state protoimpl.MessageState `protogen:"open.v1"`
223
+ ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
224
+ BaseMaterialGroup *BaseMaterialGroupRequest `protobuf:"bytes,2,opt,name=base_material_group,json=baseMaterialGroup,proto3" json:"base_material_group,omitempty"`
225
+ unknownFields protoimpl.UnknownFields
226
+ sizeCache protoimpl.SizeCache
227
+ }
228
+
229
+ func (x *UpdateMaterialGroupRequest) Reset() {
230
+ *x = UpdateMaterialGroupRequest{}
231
+ mi := &file_prisca_v1_core_material_group_material_group_proto_msgTypes[3]
232
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
233
+ ms.StoreMessageInfo(mi)
234
+ }
235
+
236
+ func (x *UpdateMaterialGroupRequest) String() string {
237
+ return protoimpl.X.MessageStringOf(x)
238
+ }
239
+
240
+ func (*UpdateMaterialGroupRequest) ProtoMessage() {}
241
+
242
+ func (x *UpdateMaterialGroupRequest) ProtoReflect() protoreflect.Message {
243
+ mi := &file_prisca_v1_core_material_group_material_group_proto_msgTypes[3]
244
+ if x != nil {
245
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
246
+ if ms.LoadMessageInfo() == nil {
247
+ ms.StoreMessageInfo(mi)
248
+ }
249
+ return ms
250
+ }
251
+ return mi.MessageOf(x)
252
+ }
253
+
254
+ // Deprecated: Use UpdateMaterialGroupRequest.ProtoReflect.Descriptor instead.
255
+ func (*UpdateMaterialGroupRequest) Descriptor() ([]byte, []int) {
256
+ return file_prisca_v1_core_material_group_material_group_proto_rawDescGZIP(), []int{3}
257
+ }
258
+
259
+ func (x *UpdateMaterialGroupRequest) GetReferencesId() string {
260
+ if x != nil {
261
+ return x.ReferencesId
262
+ }
263
+ return ""
264
+ }
265
+
266
+ func (x *UpdateMaterialGroupRequest) GetBaseMaterialGroup() *BaseMaterialGroupRequest {
267
+ if x != nil {
268
+ return x.BaseMaterialGroup
269
+ }
270
+ return nil
271
+ }
272
+
273
+ type DeleteMaterialGroupRequest struct {
274
+ state protoimpl.MessageState `protogen:"open.v1"`
275
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
276
+ unknownFields protoimpl.UnknownFields
277
+ sizeCache protoimpl.SizeCache
278
+ }
279
+
280
+ func (x *DeleteMaterialGroupRequest) Reset() {
281
+ *x = DeleteMaterialGroupRequest{}
282
+ mi := &file_prisca_v1_core_material_group_material_group_proto_msgTypes[4]
283
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
284
+ ms.StoreMessageInfo(mi)
285
+ }
286
+
287
+ func (x *DeleteMaterialGroupRequest) String() string {
288
+ return protoimpl.X.MessageStringOf(x)
289
+ }
290
+
291
+ func (*DeleteMaterialGroupRequest) ProtoMessage() {}
292
+
293
+ func (x *DeleteMaterialGroupRequest) ProtoReflect() protoreflect.Message {
294
+ mi := &file_prisca_v1_core_material_group_material_group_proto_msgTypes[4]
295
+ if x != nil {
296
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
297
+ if ms.LoadMessageInfo() == nil {
298
+ ms.StoreMessageInfo(mi)
299
+ }
300
+ return ms
301
+ }
302
+ return mi.MessageOf(x)
303
+ }
304
+
305
+ // Deprecated: Use DeleteMaterialGroupRequest.ProtoReflect.Descriptor instead.
306
+ func (*DeleteMaterialGroupRequest) Descriptor() ([]byte, []int) {
307
+ return file_prisca_v1_core_material_group_material_group_proto_rawDescGZIP(), []int{4}
308
+ }
309
+
310
+ func (x *DeleteMaterialGroupRequest) GetId() int64 {
311
+ if x != nil {
312
+ return x.Id
313
+ }
314
+ return 0
315
+ }
316
+
317
+ type GetMaterialGroupByIdRequest struct {
318
+ state protoimpl.MessageState `protogen:"open.v1"`
319
+ ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
320
+ unknownFields protoimpl.UnknownFields
321
+ sizeCache protoimpl.SizeCache
322
+ }
323
+
324
+ func (x *GetMaterialGroupByIdRequest) Reset() {
325
+ *x = GetMaterialGroupByIdRequest{}
326
+ mi := &file_prisca_v1_core_material_group_material_group_proto_msgTypes[5]
327
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
328
+ ms.StoreMessageInfo(mi)
329
+ }
330
+
331
+ func (x *GetMaterialGroupByIdRequest) String() string {
332
+ return protoimpl.X.MessageStringOf(x)
333
+ }
334
+
335
+ func (*GetMaterialGroupByIdRequest) ProtoMessage() {}
336
+
337
+ func (x *GetMaterialGroupByIdRequest) ProtoReflect() protoreflect.Message {
338
+ mi := &file_prisca_v1_core_material_group_material_group_proto_msgTypes[5]
339
+ if x != nil {
340
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
341
+ if ms.LoadMessageInfo() == nil {
342
+ ms.StoreMessageInfo(mi)
343
+ }
344
+ return ms
345
+ }
346
+ return mi.MessageOf(x)
347
+ }
348
+
349
+ // Deprecated: Use GetMaterialGroupByIdRequest.ProtoReflect.Descriptor instead.
350
+ func (*GetMaterialGroupByIdRequest) Descriptor() ([]byte, []int) {
351
+ return file_prisca_v1_core_material_group_material_group_proto_rawDescGZIP(), []int{5}
352
+ }
353
+
354
+ func (x *GetMaterialGroupByIdRequest) GetReferencesId() string {
355
+ if x != nil {
356
+ return x.ReferencesId
357
+ }
358
+ return ""
359
+ }
360
+
361
+ type GetListMaterialGroupRequest struct {
362
+ state protoimpl.MessageState `protogen:"open.v1"`
363
+ Pagination *meta.PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
364
+ Query *meta.FilterRequest `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
365
+ unknownFields protoimpl.UnknownFields
366
+ sizeCache protoimpl.SizeCache
367
+ }
368
+
369
+ func (x *GetListMaterialGroupRequest) Reset() {
370
+ *x = GetListMaterialGroupRequest{}
371
+ mi := &file_prisca_v1_core_material_group_material_group_proto_msgTypes[6]
372
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
373
+ ms.StoreMessageInfo(mi)
374
+ }
375
+
376
+ func (x *GetListMaterialGroupRequest) String() string {
377
+ return protoimpl.X.MessageStringOf(x)
378
+ }
379
+
380
+ func (*GetListMaterialGroupRequest) ProtoMessage() {}
381
+
382
+ func (x *GetListMaterialGroupRequest) ProtoReflect() protoreflect.Message {
383
+ mi := &file_prisca_v1_core_material_group_material_group_proto_msgTypes[6]
384
+ if x != nil {
385
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
386
+ if ms.LoadMessageInfo() == nil {
387
+ ms.StoreMessageInfo(mi)
388
+ }
389
+ return ms
390
+ }
391
+ return mi.MessageOf(x)
392
+ }
393
+
394
+ // Deprecated: Use GetListMaterialGroupRequest.ProtoReflect.Descriptor instead.
395
+ func (*GetListMaterialGroupRequest) Descriptor() ([]byte, []int) {
396
+ return file_prisca_v1_core_material_group_material_group_proto_rawDescGZIP(), []int{6}
397
+ }
398
+
399
+ func (x *GetListMaterialGroupRequest) GetPagination() *meta.PaginationRequest {
400
+ if x != nil {
401
+ return x.Pagination
402
+ }
403
+ return nil
404
+ }
405
+
406
+ func (x *GetListMaterialGroupRequest) GetQuery() *meta.FilterRequest {
407
+ if x != nil {
408
+ return x.Query
409
+ }
410
+ return nil
411
+ }
412
+
413
+ // Response Messages
414
+ type CreateMaterialGroupResponse struct {
415
+ state protoimpl.MessageState `protogen:"open.v1"`
416
+ MaterialGroup *MaterialGroup `protobuf:"bytes,1,opt,name=material_group,json=materialGroup,proto3" json:"material_group,omitempty"`
417
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
418
+ unknownFields protoimpl.UnknownFields
419
+ sizeCache protoimpl.SizeCache
420
+ }
421
+
422
+ func (x *CreateMaterialGroupResponse) Reset() {
423
+ *x = CreateMaterialGroupResponse{}
424
+ mi := &file_prisca_v1_core_material_group_material_group_proto_msgTypes[7]
425
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
426
+ ms.StoreMessageInfo(mi)
427
+ }
428
+
429
+ func (x *CreateMaterialGroupResponse) String() string {
430
+ return protoimpl.X.MessageStringOf(x)
431
+ }
432
+
433
+ func (*CreateMaterialGroupResponse) ProtoMessage() {}
434
+
435
+ func (x *CreateMaterialGroupResponse) ProtoReflect() protoreflect.Message {
436
+ mi := &file_prisca_v1_core_material_group_material_group_proto_msgTypes[7]
437
+ if x != nil {
438
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
439
+ if ms.LoadMessageInfo() == nil {
440
+ ms.StoreMessageInfo(mi)
441
+ }
442
+ return ms
443
+ }
444
+ return mi.MessageOf(x)
445
+ }
446
+
447
+ // Deprecated: Use CreateMaterialGroupResponse.ProtoReflect.Descriptor instead.
448
+ func (*CreateMaterialGroupResponse) Descriptor() ([]byte, []int) {
449
+ return file_prisca_v1_core_material_group_material_group_proto_rawDescGZIP(), []int{7}
450
+ }
451
+
452
+ func (x *CreateMaterialGroupResponse) GetMaterialGroup() *MaterialGroup {
453
+ if x != nil {
454
+ return x.MaterialGroup
455
+ }
456
+ return nil
457
+ }
458
+
459
+ func (x *CreateMaterialGroupResponse) GetMeta() *meta.Meta {
460
+ if x != nil {
461
+ return x.Meta
462
+ }
463
+ return nil
464
+ }
465
+
466
+ type UpdateMaterialGroupResponse struct {
467
+ state protoimpl.MessageState `protogen:"open.v1"`
468
+ MaterialGroup *MaterialGroup `protobuf:"bytes,1,opt,name=material_group,json=materialGroup,proto3" json:"material_group,omitempty"`
469
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
470
+ unknownFields protoimpl.UnknownFields
471
+ sizeCache protoimpl.SizeCache
472
+ }
473
+
474
+ func (x *UpdateMaterialGroupResponse) Reset() {
475
+ *x = UpdateMaterialGroupResponse{}
476
+ mi := &file_prisca_v1_core_material_group_material_group_proto_msgTypes[8]
477
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
478
+ ms.StoreMessageInfo(mi)
479
+ }
480
+
481
+ func (x *UpdateMaterialGroupResponse) String() string {
482
+ return protoimpl.X.MessageStringOf(x)
483
+ }
484
+
485
+ func (*UpdateMaterialGroupResponse) ProtoMessage() {}
486
+
487
+ func (x *UpdateMaterialGroupResponse) ProtoReflect() protoreflect.Message {
488
+ mi := &file_prisca_v1_core_material_group_material_group_proto_msgTypes[8]
489
+ if x != nil {
490
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
491
+ if ms.LoadMessageInfo() == nil {
492
+ ms.StoreMessageInfo(mi)
493
+ }
494
+ return ms
495
+ }
496
+ return mi.MessageOf(x)
497
+ }
498
+
499
+ // Deprecated: Use UpdateMaterialGroupResponse.ProtoReflect.Descriptor instead.
500
+ func (*UpdateMaterialGroupResponse) Descriptor() ([]byte, []int) {
501
+ return file_prisca_v1_core_material_group_material_group_proto_rawDescGZIP(), []int{8}
502
+ }
503
+
504
+ func (x *UpdateMaterialGroupResponse) GetMaterialGroup() *MaterialGroup {
505
+ if x != nil {
506
+ return x.MaterialGroup
507
+ }
508
+ return nil
509
+ }
510
+
511
+ func (x *UpdateMaterialGroupResponse) GetMeta() *meta.Meta {
512
+ if x != nil {
513
+ return x.Meta
514
+ }
515
+ return nil
516
+ }
517
+
518
+ type DeleteMaterialGroupResponse struct {
519
+ state protoimpl.MessageState `protogen:"open.v1"`
520
+ ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
521
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
522
+ unknownFields protoimpl.UnknownFields
523
+ sizeCache protoimpl.SizeCache
524
+ }
525
+
526
+ func (x *DeleteMaterialGroupResponse) Reset() {
527
+ *x = DeleteMaterialGroupResponse{}
528
+ mi := &file_prisca_v1_core_material_group_material_group_proto_msgTypes[9]
529
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
530
+ ms.StoreMessageInfo(mi)
531
+ }
532
+
533
+ func (x *DeleteMaterialGroupResponse) String() string {
534
+ return protoimpl.X.MessageStringOf(x)
535
+ }
536
+
537
+ func (*DeleteMaterialGroupResponse) ProtoMessage() {}
538
+
539
+ func (x *DeleteMaterialGroupResponse) ProtoReflect() protoreflect.Message {
540
+ mi := &file_prisca_v1_core_material_group_material_group_proto_msgTypes[9]
541
+ if x != nil {
542
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
543
+ if ms.LoadMessageInfo() == nil {
544
+ ms.StoreMessageInfo(mi)
545
+ }
546
+ return ms
547
+ }
548
+ return mi.MessageOf(x)
549
+ }
550
+
551
+ // Deprecated: Use DeleteMaterialGroupResponse.ProtoReflect.Descriptor instead.
552
+ func (*DeleteMaterialGroupResponse) Descriptor() ([]byte, []int) {
553
+ return file_prisca_v1_core_material_group_material_group_proto_rawDescGZIP(), []int{9}
554
+ }
555
+
556
+ func (x *DeleteMaterialGroupResponse) GetReferencesId() string {
557
+ if x != nil {
558
+ return x.ReferencesId
559
+ }
560
+ return ""
561
+ }
562
+
563
+ func (x *DeleteMaterialGroupResponse) GetMeta() *meta.Meta {
564
+ if x != nil {
565
+ return x.Meta
566
+ }
567
+ return nil
568
+ }
569
+
570
+ type GetMaterialGroupByIdResponse struct {
571
+ state protoimpl.MessageState `protogen:"open.v1"`
572
+ MaterialGroup *MaterialGroup `protobuf:"bytes,1,opt,name=material_group,json=materialGroup,proto3" json:"material_group,omitempty"`
573
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
574
+ unknownFields protoimpl.UnknownFields
575
+ sizeCache protoimpl.SizeCache
576
+ }
577
+
578
+ func (x *GetMaterialGroupByIdResponse) Reset() {
579
+ *x = GetMaterialGroupByIdResponse{}
580
+ mi := &file_prisca_v1_core_material_group_material_group_proto_msgTypes[10]
581
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
582
+ ms.StoreMessageInfo(mi)
583
+ }
584
+
585
+ func (x *GetMaterialGroupByIdResponse) String() string {
586
+ return protoimpl.X.MessageStringOf(x)
587
+ }
588
+
589
+ func (*GetMaterialGroupByIdResponse) ProtoMessage() {}
590
+
591
+ func (x *GetMaterialGroupByIdResponse) ProtoReflect() protoreflect.Message {
592
+ mi := &file_prisca_v1_core_material_group_material_group_proto_msgTypes[10]
593
+ if x != nil {
594
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
595
+ if ms.LoadMessageInfo() == nil {
596
+ ms.StoreMessageInfo(mi)
597
+ }
598
+ return ms
599
+ }
600
+ return mi.MessageOf(x)
601
+ }
602
+
603
+ // Deprecated: Use GetMaterialGroupByIdResponse.ProtoReflect.Descriptor instead.
604
+ func (*GetMaterialGroupByIdResponse) Descriptor() ([]byte, []int) {
605
+ return file_prisca_v1_core_material_group_material_group_proto_rawDescGZIP(), []int{10}
606
+ }
607
+
608
+ func (x *GetMaterialGroupByIdResponse) GetMaterialGroup() *MaterialGroup {
609
+ if x != nil {
610
+ return x.MaterialGroup
611
+ }
612
+ return nil
613
+ }
614
+
615
+ func (x *GetMaterialGroupByIdResponse) GetMeta() *meta.Meta {
616
+ if x != nil {
617
+ return x.Meta
618
+ }
619
+ return nil
620
+ }
621
+
622
+ type GetListMaterialGroupResponse struct {
623
+ state protoimpl.MessageState `protogen:"open.v1"`
624
+ MaterialGroups []*MaterialGroup `protobuf:"bytes,1,rep,name=material_groups,json=materialGroups,proto3" json:"material_groups,omitempty"`
625
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
626
+ unknownFields protoimpl.UnknownFields
627
+ sizeCache protoimpl.SizeCache
628
+ }
629
+
630
+ func (x *GetListMaterialGroupResponse) Reset() {
631
+ *x = GetListMaterialGroupResponse{}
632
+ mi := &file_prisca_v1_core_material_group_material_group_proto_msgTypes[11]
633
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
634
+ ms.StoreMessageInfo(mi)
635
+ }
636
+
637
+ func (x *GetListMaterialGroupResponse) String() string {
638
+ return protoimpl.X.MessageStringOf(x)
639
+ }
640
+
641
+ func (*GetListMaterialGroupResponse) ProtoMessage() {}
642
+
643
+ func (x *GetListMaterialGroupResponse) ProtoReflect() protoreflect.Message {
644
+ mi := &file_prisca_v1_core_material_group_material_group_proto_msgTypes[11]
645
+ if x != nil {
646
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
647
+ if ms.LoadMessageInfo() == nil {
648
+ ms.StoreMessageInfo(mi)
649
+ }
650
+ return ms
651
+ }
652
+ return mi.MessageOf(x)
653
+ }
654
+
655
+ // Deprecated: Use GetListMaterialGroupResponse.ProtoReflect.Descriptor instead.
656
+ func (*GetListMaterialGroupResponse) Descriptor() ([]byte, []int) {
657
+ return file_prisca_v1_core_material_group_material_group_proto_rawDescGZIP(), []int{11}
658
+ }
659
+
660
+ func (x *GetListMaterialGroupResponse) GetMaterialGroups() []*MaterialGroup {
661
+ if x != nil {
662
+ return x.MaterialGroups
663
+ }
664
+ return nil
665
+ }
666
+
667
+ func (x *GetListMaterialGroupResponse) GetMeta() *meta.Meta {
668
+ if x != nil {
669
+ return x.Meta
670
+ }
671
+ return nil
672
+ }
673
+
674
+ var File_prisca_v1_core_material_group_material_group_proto protoreflect.FileDescriptor
675
+
676
+ var file_prisca_v1_core_material_group_material_group_proto_rawDesc = []byte{
677
+ 0x0a, 0x32, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6f, 0x72, 0x65,
678
+ 0x2f, 0x6d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x2f,
679
+ 0x6d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x2e, 0x70,
680
+ 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f,
681
+ 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2f, 0x6d, 0x65, 0x74, 0x61,
682
+ 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xbf, 0x02, 0x0a, 0x0d, 0x4d, 0x61, 0x74, 0x65, 0x72,
683
+ 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01,
684
+ 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x2e, 0x0a, 0x13, 0x6d, 0x61, 0x74, 0x65,
685
+ 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18,
686
+ 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x6d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47,
687
+ 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x3c, 0x0a, 0x1a, 0x6d, 0x61, 0x74, 0x65,
688
+ 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72,
689
+ 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x18, 0x6d, 0x61,
690
+ 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x44, 0x65, 0x73, 0x63, 0x72,
691
+ 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x4d, 0x0a, 0x23, 0x6d, 0x61, 0x74, 0x65, 0x72, 0x69,
692
+ 0x61, 0x6c, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70,
693
+ 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x18, 0x04, 0x20,
694
+ 0x01, 0x28, 0x09, 0x52, 0x20, 0x6d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f,
695
+ 0x75, 0x70, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x78, 0x74,
696
+ 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e,
697
+ 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65,
698
+ 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72,
699
+ 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
700
+ 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x75, 0x70, 0x64,
701
+ 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x75,
702
+ 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x22, 0xd7, 0x01, 0x0a, 0x18, 0x42, 0x61, 0x73,
703
+ 0x65, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65,
704
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2e, 0x0a, 0x13, 0x6d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61,
705
+ 0x6c, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01,
706
+ 0x28, 0x09, 0x52, 0x11, 0x6d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75,
707
+ 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x3c, 0x0a, 0x1a, 0x6d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61,
708
+ 0x6c, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74,
709
+ 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x18, 0x6d, 0x61, 0x74, 0x65, 0x72,
710
+ 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74,
711
+ 0x69, 0x6f, 0x6e, 0x12, 0x4d, 0x0a, 0x23, 0x6d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f,
712
+ 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f,
713
+ 0x6e, 0x5f, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
714
+ 0x52, 0x20, 0x6d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x44,
715
+ 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e,
716
+ 0x61, 0x6c, 0x22, 0x67, 0x0a, 0x1a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4d, 0x61, 0x74, 0x65,
717
+ 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
718
+ 0x12, 0x49, 0x0a, 0x13, 0x62, 0x61, 0x73, 0x65, 0x5f, 0x6d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61,
719
+ 0x6c, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e,
720
+ 0x42, 0x61, 0x73, 0x65, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75,
721
+ 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x11, 0x62, 0x61, 0x73, 0x65, 0x4d, 0x61,
722
+ 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x22, 0x8c, 0x01, 0x0a, 0x1a,
723
+ 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72,
724
+ 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65,
725
+ 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
726
+ 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12,
727
+ 0x49, 0x0a, 0x13, 0x62, 0x61, 0x73, 0x65, 0x5f, 0x6d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c,
728
+ 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x42,
729
+ 0x61, 0x73, 0x65, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70,
730
+ 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x11, 0x62, 0x61, 0x73, 0x65, 0x4d, 0x61, 0x74,
731
+ 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x22, 0x2c, 0x0a, 0x1a, 0x44, 0x65,
732
+ 0x6c, 0x65, 0x74, 0x65, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75,
733
+ 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01,
734
+ 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x22, 0x42, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x4d,
735
+ 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x42, 0x79, 0x49, 0x64,
736
+ 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72,
737
+ 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c,
738
+ 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x22, 0xa3, 0x01, 0x0a,
739
+ 0x1b, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c,
740
+ 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x48, 0x0a, 0x0a,
741
+ 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
742
+ 0x32, 0x28, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f,
743
+ 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74,
744
+ 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69,
745
+ 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x0a, 0x05, 0x71, 0x75, 0x65, 0x72, 0x79, 0x18,
746
+ 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76,
747
+ 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x46, 0x69,
748
+ 0x6c, 0x74, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x05, 0x71, 0x75, 0x65,
749
+ 0x72, 0x79, 0x22, 0x85, 0x01, 0x0a, 0x1b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4d, 0x61, 0x74,
750
+ 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
751
+ 0x73, 0x65, 0x12, 0x35, 0x0a, 0x0e, 0x6d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x67,
752
+ 0x72, 0x6f, 0x75, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x4d, 0x61, 0x74,
753
+ 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x0d, 0x6d, 0x61, 0x74, 0x65,
754
+ 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74,
755
+ 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61,
756
+ 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e,
757
+ 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0x85, 0x01, 0x0a, 0x1b, 0x55,
758
+ 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f,
759
+ 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x35, 0x0a, 0x0e, 0x6d, 0x61,
760
+ 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x01, 0x20, 0x01,
761
+ 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f,
762
+ 0x75, 0x70, 0x52, 0x0d, 0x6d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75,
763
+ 0x70, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
764
+ 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62,
765
+ 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65,
766
+ 0x74, 0x61, 0x22, 0x73, 0x0a, 0x1b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4d, 0x61, 0x74, 0x65,
767
+ 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
768
+ 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f,
769
+ 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65,
770
+ 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02,
771
+ 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31,
772
+ 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74,
773
+ 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0x86, 0x01, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x4d,
774
+ 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x42, 0x79, 0x49, 0x64,
775
+ 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x35, 0x0a, 0x0e, 0x6d, 0x61, 0x74, 0x65,
776
+ 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
777
+ 0x32, 0x0e, 0x2e, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70,
778
+ 0x52, 0x0d, 0x6d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12,
779
+ 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e,
780
+ 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c,
781
+ 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61,
782
+ 0x22, 0x88, 0x01, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x61, 0x74, 0x65,
783
+ 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
784
+ 0x65, 0x12, 0x37, 0x0a, 0x0f, 0x6d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x67, 0x72,
785
+ 0x6f, 0x75, 0x70, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x4d, 0x61, 0x74,
786
+ 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x0e, 0x6d, 0x61, 0x74, 0x65,
787
+ 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65,
788
+ 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63,
789
+ 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61,
790
+ 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x32, 0xb7, 0x03, 0x0a, 0x14,
791
+ 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x65, 0x72,
792
+ 0x76, 0x69, 0x63, 0x65, 0x12, 0x50, 0x0a, 0x13, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4d, 0x61,
793
+ 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x1b, 0x2e, 0x43, 0x72,
794
+ 0x65, 0x61, 0x74, 0x65, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75,
795
+ 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74,
796
+ 0x65, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65,
797
+ 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x50, 0x0a, 0x13, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
798
+ 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x1b, 0x2e,
799
+ 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72,
800
+ 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x55, 0x70, 0x64,
801
+ 0x61, 0x74, 0x65, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70,
802
+ 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x50, 0x0a, 0x13, 0x44, 0x65, 0x6c, 0x65,
803
+ 0x74, 0x65, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12,
804
+ 0x1b, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c,
805
+ 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x44,
806
+ 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f,
807
+ 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x53, 0x0a, 0x14, 0x47, 0x65,
808
+ 0x74, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x42, 0x79,
809
+ 0x49, 0x64, 0x12, 0x1c, 0x2e, 0x47, 0x65, 0x74, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c,
810
+ 0x47, 0x72, 0x6f, 0x75, 0x70, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
811
+ 0x1a, 0x1d, 0x2e, 0x47, 0x65, 0x74, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72,
812
+ 0x6f, 0x75, 0x70, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
813
+ 0x54, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69,
814
+ 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x1c, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x69,
815
+ 0x73, 0x74, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52,
816
+ 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74,
817
+ 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73,
818
+ 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x56, 0x5a, 0x54, 0x67, 0x69, 0x74, 0x6c, 0x61, 0x62, 0x2e,
819
+ 0x63, 0x6f, 0x6d, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x5f, 0x73, 0x6d, 0x2f, 0x70,
820
+ 0x72, 0x69, 0x73, 0x63, 0x61, 0x2d, 0x76, 0x32, 0x2d, 0x63, 0x6f, 0x72, 0x65, 0x2d, 0x73, 0x65,
821
+ 0x72, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x67, 0x65, 0x6e, 0x2f,
822
+ 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x6d,
823
+ 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x62, 0x06, 0x70,
824
+ 0x72, 0x6f, 0x74, 0x6f, 0x33,
825
+ }
826
+
827
+ var (
828
+ file_prisca_v1_core_material_group_material_group_proto_rawDescOnce sync.Once
829
+ file_prisca_v1_core_material_group_material_group_proto_rawDescData = file_prisca_v1_core_material_group_material_group_proto_rawDesc
830
+ )
831
+
832
+ func file_prisca_v1_core_material_group_material_group_proto_rawDescGZIP() []byte {
833
+ file_prisca_v1_core_material_group_material_group_proto_rawDescOnce.Do(func() {
834
+ file_prisca_v1_core_material_group_material_group_proto_rawDescData = protoimpl.X.CompressGZIP(file_prisca_v1_core_material_group_material_group_proto_rawDescData)
835
+ })
836
+ return file_prisca_v1_core_material_group_material_group_proto_rawDescData
837
+ }
838
+
839
+ var file_prisca_v1_core_material_group_material_group_proto_msgTypes = make([]protoimpl.MessageInfo, 12)
840
+ var file_prisca_v1_core_material_group_material_group_proto_goTypes = []any{
841
+ (*MaterialGroup)(nil), // 0: MaterialGroup
842
+ (*BaseMaterialGroupRequest)(nil), // 1: BaseMaterialGroupRequest
843
+ (*CreateMaterialGroupRequest)(nil), // 2: CreateMaterialGroupRequest
844
+ (*UpdateMaterialGroupRequest)(nil), // 3: UpdateMaterialGroupRequest
845
+ (*DeleteMaterialGroupRequest)(nil), // 4: DeleteMaterialGroupRequest
846
+ (*GetMaterialGroupByIdRequest)(nil), // 5: GetMaterialGroupByIdRequest
847
+ (*GetListMaterialGroupRequest)(nil), // 6: GetListMaterialGroupRequest
848
+ (*CreateMaterialGroupResponse)(nil), // 7: CreateMaterialGroupResponse
849
+ (*UpdateMaterialGroupResponse)(nil), // 8: UpdateMaterialGroupResponse
850
+ (*DeleteMaterialGroupResponse)(nil), // 9: DeleteMaterialGroupResponse
851
+ (*GetMaterialGroupByIdResponse)(nil), // 10: GetMaterialGroupByIdResponse
852
+ (*GetListMaterialGroupResponse)(nil), // 11: GetListMaterialGroupResponse
853
+ (*meta.PaginationRequest)(nil), // 12: prisca.v1.global.meta.PaginationRequest
854
+ (*meta.FilterRequest)(nil), // 13: prisca.v1.global.meta.FilterRequest
855
+ (*meta.Meta)(nil), // 14: prisca.v1.global.meta.Meta
856
+ }
857
+ var file_prisca_v1_core_material_group_material_group_proto_depIdxs = []int32{
858
+ 1, // 0: CreateMaterialGroupRequest.base_material_group:type_name -> BaseMaterialGroupRequest
859
+ 1, // 1: UpdateMaterialGroupRequest.base_material_group:type_name -> BaseMaterialGroupRequest
860
+ 12, // 2: GetListMaterialGroupRequest.pagination:type_name -> prisca.v1.global.meta.PaginationRequest
861
+ 13, // 3: GetListMaterialGroupRequest.query:type_name -> prisca.v1.global.meta.FilterRequest
862
+ 0, // 4: CreateMaterialGroupResponse.material_group:type_name -> MaterialGroup
863
+ 14, // 5: CreateMaterialGroupResponse.meta:type_name -> prisca.v1.global.meta.Meta
864
+ 0, // 6: UpdateMaterialGroupResponse.material_group:type_name -> MaterialGroup
865
+ 14, // 7: UpdateMaterialGroupResponse.meta:type_name -> prisca.v1.global.meta.Meta
866
+ 14, // 8: DeleteMaterialGroupResponse.meta:type_name -> prisca.v1.global.meta.Meta
867
+ 0, // 9: GetMaterialGroupByIdResponse.material_group:type_name -> MaterialGroup
868
+ 14, // 10: GetMaterialGroupByIdResponse.meta:type_name -> prisca.v1.global.meta.Meta
869
+ 0, // 11: GetListMaterialGroupResponse.material_groups:type_name -> MaterialGroup
870
+ 14, // 12: GetListMaterialGroupResponse.meta:type_name -> prisca.v1.global.meta.Meta
871
+ 2, // 13: MaterialGroupService.CreateMaterialGroup:input_type -> CreateMaterialGroupRequest
872
+ 3, // 14: MaterialGroupService.UpdateMaterialGroup:input_type -> UpdateMaterialGroupRequest
873
+ 4, // 15: MaterialGroupService.DeleteMaterialGroup:input_type -> DeleteMaterialGroupRequest
874
+ 5, // 16: MaterialGroupService.GetMaterialGroupById:input_type -> GetMaterialGroupByIdRequest
875
+ 6, // 17: MaterialGroupService.GetListMaterialGroups:input_type -> GetListMaterialGroupRequest
876
+ 7, // 18: MaterialGroupService.CreateMaterialGroup:output_type -> CreateMaterialGroupResponse
877
+ 8, // 19: MaterialGroupService.UpdateMaterialGroup:output_type -> UpdateMaterialGroupResponse
878
+ 9, // 20: MaterialGroupService.DeleteMaterialGroup:output_type -> DeleteMaterialGroupResponse
879
+ 10, // 21: MaterialGroupService.GetMaterialGroupById:output_type -> GetMaterialGroupByIdResponse
880
+ 11, // 22: MaterialGroupService.GetListMaterialGroups:output_type -> GetListMaterialGroupResponse
881
+ 18, // [18:23] is the sub-list for method output_type
882
+ 13, // [13:18] is the sub-list for method input_type
883
+ 13, // [13:13] is the sub-list for extension type_name
884
+ 13, // [13:13] is the sub-list for extension extendee
885
+ 0, // [0:13] is the sub-list for field type_name
886
+ }
887
+
888
+ func init() { file_prisca_v1_core_material_group_material_group_proto_init() }
889
+ func file_prisca_v1_core_material_group_material_group_proto_init() {
890
+ if File_prisca_v1_core_material_group_material_group_proto != nil {
891
+ return
892
+ }
893
+ type x struct{}
894
+ out := protoimpl.TypeBuilder{
895
+ File: protoimpl.DescBuilder{
896
+ GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
897
+ RawDescriptor: file_prisca_v1_core_material_group_material_group_proto_rawDesc,
898
+ NumEnums: 0,
899
+ NumMessages: 12,
900
+ NumExtensions: 0,
901
+ NumServices: 1,
902
+ },
903
+ GoTypes: file_prisca_v1_core_material_group_material_group_proto_goTypes,
904
+ DependencyIndexes: file_prisca_v1_core_material_group_material_group_proto_depIdxs,
905
+ MessageInfos: file_prisca_v1_core_material_group_material_group_proto_msgTypes,
906
+ }.Build()
907
+ File_prisca_v1_core_material_group_material_group_proto = out.File
908
+ file_prisca_v1_core_material_group_material_group_proto_rawDesc = nil
909
+ file_prisca_v1_core_material_group_material_group_proto_goTypes = nil
910
+ file_prisca_v1_core_material_group_material_group_proto_depIdxs = nil
911
+ }