@aldiokta/protocgen 1.0.20 → 1.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/prisca/v1/core/auth/auth_grpc_pb.js +256 -0
- package/prisca/v1/core/auth/auth_pb.js +2801 -0
- package/prisca/v1/core/company/company_grpc_pb.js +177 -0
- package/prisca/v1/core/company/company_pb.js +2875 -0
- package/prisca/v1/core/department_material/department_material_grpc_pb.js +144 -0
- package/prisca/v1/core/department_material/department_material_pb.js +2167 -0
- package/prisca/v1/core/job_grade/job_grade_grpc_pb.js +178 -0
- package/prisca/v1/core/job_grade/job_grade_pb.js +2605 -0
- package/prisca/v1/core/job_position/job_position_grpc_pb.js +181 -0
- package/prisca/v1/core/job_position/job_position_pb.js +3582 -0
- package/prisca/v1/core/job_title/job_title_grpc_pb.js +178 -0
- package/prisca/v1/core/job_title/job_title_pb.js +2928 -0
- package/prisca/v1/core/location/location_grpc_pb.js +276 -0
- package/prisca/v1/core/location/location_pb.js +4334 -0
- package/prisca/v1/core/material/material_grpc_pb.js +181 -0
- package/prisca/v1/core/material/material_pb.js +4046 -0
- package/prisca/v1/core/material_group/material_group_grpc_pb.js +177 -0
- package/prisca/v1/core/material_group/material_group_pb.js +2582 -0
- package/prisca/v1/core/material_type/material_type_grpc_pb.js +147 -0
- package/prisca/v1/core/material_type/material_type_pb.js +2399 -0
- package/prisca/v1/core/number_range/number_range_grpc_pb.js +177 -0
- package/prisca/v1/core/number_range/number_range_pb.js +2672 -0
- package/prisca/v1/core/organization/organization_grpc_pb.js +180 -0
- package/prisca/v1/core/organization/organization_pb.js +3002 -0
- package/prisca/v1/core/organization_level/organization_level_grpc_pb.js +177 -0
- package/prisca/v1/core/organization_level/organization_level_pb.js +2432 -0
- package/prisca/v1/core/procurement/procurement_grpc_pb.js +146 -0
- package/prisca/v1/core/procurement/procurement_pb.js +1681 -0
- package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_grpc_pb.js +266 -0
- package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_pb.js +4429 -0
- package/prisca/v1/core/recipient_roles/recipient_roles_grpc_pb.js +1 -0
- package/prisca/v1/core/recipient_roles/recipient_roles_pb.js +206 -0
- package/prisca/v1/core/transaction_builder/transaction_builder_grpc_pb.js +421 -0
- package/prisca/v1/core/transaction_builder/transaction_builder_pb.js +9597 -0
- package/prisca/v1/core/unit_of_measurement/unit_of_measurement_grpc_pb.js +180 -0
- package/prisca/v1/core/unit_of_measurement/unit_of_measurement_pb.js +2798 -0
- package/prisca/v1/core/users/users_grpc_pb.js +1 -0
- package/prisca/v1/core/users/users_pb.js +626 -0
- package/prisca/v1/core/users_role/users_role_grpc_pb.js +177 -0
- package/prisca/v1/core/users_role/users_role_pb.js +2372 -0
- package/prisca/v1/core/work_location/work_location_grpc_pb.js +177 -0
- package/prisca/v1/core/work_location/work_location_pb.js +2850 -0
- package/prisca/v1/core/workflow/workflow_grpc_pb.js +179 -0
- package/prisca/v1/core/workflow/workflow_pb.js +6318 -0
- package/prisca/v1/global/meta/meta_grpc_pb.js +1 -0
- package/prisca/v1/global/meta/meta_pb.js +1179 -0
- package/prisca/v1/core/auth/auth.pb.go +0 -998
- package/prisca/v1/core/auth/auth_grpc.pb.go +0 -427
- package/prisca/v1/core/company/company.pb.go +0 -965
- package/prisca/v1/core/company/company_grpc.pb.go +0 -273
- package/prisca/v1/core/department_material/department_material.pb.go +0 -776
- package/prisca/v1/core/department_material/department_material_grpc.pb.go +0 -236
- package/prisca/v1/core/job_grade/job_grade.pb.go +0 -887
- package/prisca/v1/core/job_grade/job_grade_grpc.pb.go +0 -273
- package/prisca/v1/core/job_position/job_position.pb.go +0 -1196
- package/prisca/v1/core/job_position/job_position_grpc.pb.go +0 -273
- package/prisca/v1/core/job_title/job_title.pb.go +0 -986
- package/prisca/v1/core/job_title/job_title_grpc.pb.go +0 -273
- package/prisca/v1/core/line_of_approval/line_of_approval.pb.go +0 -913
- package/prisca/v1/core/line_of_approval/line_of_approval_grpc.pb.go +0 -273
- package/prisca/v1/core/location/location.pb.go +0 -1397
- package/prisca/v1/core/location/location_grpc.pb.go +0 -387
- package/prisca/v1/core/material/material.pb.go +0 -1366
- package/prisca/v1/core/material/material_grpc.pb.go +0 -273
- package/prisca/v1/core/material_group/material_group.pb.go +0 -911
- package/prisca/v1/core/material_group/material_group_grpc.pb.go +0 -273
- package/prisca/v1/core/material_type/material_type.pb.go +0 -827
- package/prisca/v1/core/material_type/material_type_grpc.pb.go +0 -239
- package/prisca/v1/core/number_range/number_range.pb.go +0 -916
- package/prisca/v1/core/number_range/number_range_grpc.pb.go +0 -273
- package/prisca/v1/core/organization/organization.pb.go +0 -1039
- package/prisca/v1/core/organization/organization_grpc.pb.go +0 -273
- package/prisca/v1/core/organization_level/organization_level.pb.go +0 -853
- package/prisca/v1/core/organization_level/organization_level_grpc.pb.go +0 -274
- package/prisca/v1/core/procurement/procurement.pb.go +0 -622
- package/prisca/v1/core/procurement/procurement_grpc.pb.go +0 -275
- package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx.pb.go +0 -1550
- package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_grpc.pb.go +0 -388
- package/prisca/v1/core/recipient_roles/recipient_roles.pb.go +0 -141
- package/prisca/v1/core/role/role.pb.go +0 -797
- package/prisca/v1/core/role/role_grpc.pb.go +0 -273
- package/prisca/v1/core/transaction_builder/transaction_builder.pb.go +0 -3217
- package/prisca/v1/core/transaction_builder/transaction_builder_grpc.pb.go +0 -656
- package/prisca/v1/core/unit_of_measurement/unit_of_measurement.pb.go +0 -973
- package/prisca/v1/core/unit_of_measurement/unit_of_measurement_grpc.pb.go +0 -278
- package/prisca/v1/core/users/users.pb.go +0 -281
- package/prisca/v1/core/users_role/users_role.pb.go +0 -813
- package/prisca/v1/core/users_role/users_role_grpc.pb.go +0 -273
- package/prisca/v1/core/work_location/work_location.pb.go +0 -995
- package/prisca/v1/core/work_location/work_location_grpc.pb.go +0 -273
- package/prisca/v1/core/work_locations/work_locations.pb.go +0 -184
- package/prisca/v1/core/work_locations/work_locations_grpc.pb.go +0 -76
- package/prisca/v1/core/workflow/workflow.pb.go +0 -2057
- package/prisca/v1/core/workflow/workflow_grpc.pb.go +0 -273
- package/prisca/v1/global/meta/meta.pb.go +0 -446
|
@@ -1,446 +0,0 @@
|
|
|
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/global/meta/meta.proto
|
|
6
|
-
|
|
7
|
-
package meta
|
|
8
|
-
|
|
9
|
-
import (
|
|
10
|
-
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
11
|
-
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
12
|
-
anypb "google.golang.org/protobuf/types/known/anypb"
|
|
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 PaginationRequest struct {
|
|
25
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
26
|
-
Offset int32 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"`
|
|
27
|
-
Limit int32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
|
|
28
|
-
unknownFields protoimpl.UnknownFields
|
|
29
|
-
sizeCache protoimpl.SizeCache
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
func (x *PaginationRequest) Reset() {
|
|
33
|
-
*x = PaginationRequest{}
|
|
34
|
-
mi := &file_prisca_v1_global_meta_meta_proto_msgTypes[0]
|
|
35
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
36
|
-
ms.StoreMessageInfo(mi)
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
func (x *PaginationRequest) String() string {
|
|
40
|
-
return protoimpl.X.MessageStringOf(x)
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
func (*PaginationRequest) ProtoMessage() {}
|
|
44
|
-
|
|
45
|
-
func (x *PaginationRequest) ProtoReflect() protoreflect.Message {
|
|
46
|
-
mi := &file_prisca_v1_global_meta_meta_proto_msgTypes[0]
|
|
47
|
-
if x != nil {
|
|
48
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
49
|
-
if ms.LoadMessageInfo() == nil {
|
|
50
|
-
ms.StoreMessageInfo(mi)
|
|
51
|
-
}
|
|
52
|
-
return ms
|
|
53
|
-
}
|
|
54
|
-
return mi.MessageOf(x)
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
// Deprecated: Use PaginationRequest.ProtoReflect.Descriptor instead.
|
|
58
|
-
func (*PaginationRequest) Descriptor() ([]byte, []int) {
|
|
59
|
-
return file_prisca_v1_global_meta_meta_proto_rawDescGZIP(), []int{0}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
func (x *PaginationRequest) GetOffset() int32 {
|
|
63
|
-
if x != nil {
|
|
64
|
-
return x.Offset
|
|
65
|
-
}
|
|
66
|
-
return 0
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
func (x *PaginationRequest) GetLimit() int32 {
|
|
70
|
-
if x != nil {
|
|
71
|
-
return x.Limit
|
|
72
|
-
}
|
|
73
|
-
return 0
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
type FilterRequest struct {
|
|
77
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
78
|
-
Filter string `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
|
|
79
|
-
Order string `protobuf:"bytes,2,opt,name=order,proto3" json:"order,omitempty"`
|
|
80
|
-
Keyword string `protobuf:"bytes,3,opt,name=keyword,proto3" json:"keyword,omitempty"`
|
|
81
|
-
unknownFields protoimpl.UnknownFields
|
|
82
|
-
sizeCache protoimpl.SizeCache
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
func (x *FilterRequest) Reset() {
|
|
86
|
-
*x = FilterRequest{}
|
|
87
|
-
mi := &file_prisca_v1_global_meta_meta_proto_msgTypes[1]
|
|
88
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
89
|
-
ms.StoreMessageInfo(mi)
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
func (x *FilterRequest) String() string {
|
|
93
|
-
return protoimpl.X.MessageStringOf(x)
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
func (*FilterRequest) ProtoMessage() {}
|
|
97
|
-
|
|
98
|
-
func (x *FilterRequest) ProtoReflect() protoreflect.Message {
|
|
99
|
-
mi := &file_prisca_v1_global_meta_meta_proto_msgTypes[1]
|
|
100
|
-
if x != nil {
|
|
101
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
102
|
-
if ms.LoadMessageInfo() == nil {
|
|
103
|
-
ms.StoreMessageInfo(mi)
|
|
104
|
-
}
|
|
105
|
-
return ms
|
|
106
|
-
}
|
|
107
|
-
return mi.MessageOf(x)
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
// Deprecated: Use FilterRequest.ProtoReflect.Descriptor instead.
|
|
111
|
-
func (*FilterRequest) Descriptor() ([]byte, []int) {
|
|
112
|
-
return file_prisca_v1_global_meta_meta_proto_rawDescGZIP(), []int{1}
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
func (x *FilterRequest) GetFilter() string {
|
|
116
|
-
if x != nil {
|
|
117
|
-
return x.Filter
|
|
118
|
-
}
|
|
119
|
-
return ""
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
func (x *FilterRequest) GetOrder() string {
|
|
123
|
-
if x != nil {
|
|
124
|
-
return x.Order
|
|
125
|
-
}
|
|
126
|
-
return ""
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
func (x *FilterRequest) GetKeyword() string {
|
|
130
|
-
if x != nil {
|
|
131
|
-
return x.Keyword
|
|
132
|
-
}
|
|
133
|
-
return ""
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
type PaginationResponse struct {
|
|
137
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
138
|
-
Offset int32 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"`
|
|
139
|
-
Limit int32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
|
|
140
|
-
TotalPages int64 `protobuf:"varint,3,opt,name=total_pages,json=totalPages,proto3" json:"total_pages,omitempty"`
|
|
141
|
-
TotalRows int64 `protobuf:"varint,4,opt,name=total_rows,json=totalRows,proto3" json:"total_rows,omitempty"`
|
|
142
|
-
TotalRowPerPage int64 `protobuf:"varint,5,opt,name=total_row_per_page,json=totalRowPerPage,proto3" json:"total_row_per_page,omitempty"`
|
|
143
|
-
unknownFields protoimpl.UnknownFields
|
|
144
|
-
sizeCache protoimpl.SizeCache
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
func (x *PaginationResponse) Reset() {
|
|
148
|
-
*x = PaginationResponse{}
|
|
149
|
-
mi := &file_prisca_v1_global_meta_meta_proto_msgTypes[2]
|
|
150
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
151
|
-
ms.StoreMessageInfo(mi)
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
func (x *PaginationResponse) String() string {
|
|
155
|
-
return protoimpl.X.MessageStringOf(x)
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
func (*PaginationResponse) ProtoMessage() {}
|
|
159
|
-
|
|
160
|
-
func (x *PaginationResponse) ProtoReflect() protoreflect.Message {
|
|
161
|
-
mi := &file_prisca_v1_global_meta_meta_proto_msgTypes[2]
|
|
162
|
-
if x != nil {
|
|
163
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
164
|
-
if ms.LoadMessageInfo() == nil {
|
|
165
|
-
ms.StoreMessageInfo(mi)
|
|
166
|
-
}
|
|
167
|
-
return ms
|
|
168
|
-
}
|
|
169
|
-
return mi.MessageOf(x)
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
// Deprecated: Use PaginationResponse.ProtoReflect.Descriptor instead.
|
|
173
|
-
func (*PaginationResponse) Descriptor() ([]byte, []int) {
|
|
174
|
-
return file_prisca_v1_global_meta_meta_proto_rawDescGZIP(), []int{2}
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
func (x *PaginationResponse) GetOffset() int32 {
|
|
178
|
-
if x != nil {
|
|
179
|
-
return x.Offset
|
|
180
|
-
}
|
|
181
|
-
return 0
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
func (x *PaginationResponse) GetLimit() int32 {
|
|
185
|
-
if x != nil {
|
|
186
|
-
return x.Limit
|
|
187
|
-
}
|
|
188
|
-
return 0
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
func (x *PaginationResponse) GetTotalPages() int64 {
|
|
192
|
-
if x != nil {
|
|
193
|
-
return x.TotalPages
|
|
194
|
-
}
|
|
195
|
-
return 0
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
func (x *PaginationResponse) GetTotalRows() int64 {
|
|
199
|
-
if x != nil {
|
|
200
|
-
return x.TotalRows
|
|
201
|
-
}
|
|
202
|
-
return 0
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
func (x *PaginationResponse) GetTotalRowPerPage() int64 {
|
|
206
|
-
if x != nil {
|
|
207
|
-
return x.TotalRowPerPage
|
|
208
|
-
}
|
|
209
|
-
return 0
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
type Meta struct {
|
|
213
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
214
|
-
StatusCode int64 `protobuf:"varint,1,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"`
|
|
215
|
-
MessageCode string `protobuf:"bytes,2,opt,name=message_code,json=messageCode,proto3" json:"message_code,omitempty"`
|
|
216
|
-
Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
|
|
217
|
-
Pagination *PaginationResponse `protobuf:"bytes,4,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"`
|
|
218
|
-
unknownFields protoimpl.UnknownFields
|
|
219
|
-
sizeCache protoimpl.SizeCache
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
func (x *Meta) Reset() {
|
|
223
|
-
*x = Meta{}
|
|
224
|
-
mi := &file_prisca_v1_global_meta_meta_proto_msgTypes[3]
|
|
225
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
226
|
-
ms.StoreMessageInfo(mi)
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
func (x *Meta) String() string {
|
|
230
|
-
return protoimpl.X.MessageStringOf(x)
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
func (*Meta) ProtoMessage() {}
|
|
234
|
-
|
|
235
|
-
func (x *Meta) ProtoReflect() protoreflect.Message {
|
|
236
|
-
mi := &file_prisca_v1_global_meta_meta_proto_msgTypes[3]
|
|
237
|
-
if x != nil {
|
|
238
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
239
|
-
if ms.LoadMessageInfo() == nil {
|
|
240
|
-
ms.StoreMessageInfo(mi)
|
|
241
|
-
}
|
|
242
|
-
return ms
|
|
243
|
-
}
|
|
244
|
-
return mi.MessageOf(x)
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
// Deprecated: Use Meta.ProtoReflect.Descriptor instead.
|
|
248
|
-
func (*Meta) Descriptor() ([]byte, []int) {
|
|
249
|
-
return file_prisca_v1_global_meta_meta_proto_rawDescGZIP(), []int{3}
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
func (x *Meta) GetStatusCode() int64 {
|
|
253
|
-
if x != nil {
|
|
254
|
-
return x.StatusCode
|
|
255
|
-
}
|
|
256
|
-
return 0
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
func (x *Meta) GetMessageCode() string {
|
|
260
|
-
if x != nil {
|
|
261
|
-
return x.MessageCode
|
|
262
|
-
}
|
|
263
|
-
return ""
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
func (x *Meta) GetMessage() string {
|
|
267
|
-
if x != nil {
|
|
268
|
-
return x.Message
|
|
269
|
-
}
|
|
270
|
-
return ""
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
func (x *Meta) GetPagination() *PaginationResponse {
|
|
274
|
-
if x != nil {
|
|
275
|
-
return x.Pagination
|
|
276
|
-
}
|
|
277
|
-
return nil
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
type ResponseJson struct {
|
|
281
|
-
state protoimpl.MessageState `protogen:"open.v1"`
|
|
282
|
-
Meta *Meta `protobuf:"bytes,1,opt,name=meta,proto3" json:"meta,omitempty"`
|
|
283
|
-
Data *anypb.Any `protobuf:"bytes,2,opt,name=data,proto3,oneof" json:"data,omitempty"`
|
|
284
|
-
unknownFields protoimpl.UnknownFields
|
|
285
|
-
sizeCache protoimpl.SizeCache
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
func (x *ResponseJson) Reset() {
|
|
289
|
-
*x = ResponseJson{}
|
|
290
|
-
mi := &file_prisca_v1_global_meta_meta_proto_msgTypes[4]
|
|
291
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
292
|
-
ms.StoreMessageInfo(mi)
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
func (x *ResponseJson) String() string {
|
|
296
|
-
return protoimpl.X.MessageStringOf(x)
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
func (*ResponseJson) ProtoMessage() {}
|
|
300
|
-
|
|
301
|
-
func (x *ResponseJson) ProtoReflect() protoreflect.Message {
|
|
302
|
-
mi := &file_prisca_v1_global_meta_meta_proto_msgTypes[4]
|
|
303
|
-
if x != nil {
|
|
304
|
-
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
305
|
-
if ms.LoadMessageInfo() == nil {
|
|
306
|
-
ms.StoreMessageInfo(mi)
|
|
307
|
-
}
|
|
308
|
-
return ms
|
|
309
|
-
}
|
|
310
|
-
return mi.MessageOf(x)
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
// Deprecated: Use ResponseJson.ProtoReflect.Descriptor instead.
|
|
314
|
-
func (*ResponseJson) Descriptor() ([]byte, []int) {
|
|
315
|
-
return file_prisca_v1_global_meta_meta_proto_rawDescGZIP(), []int{4}
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
func (x *ResponseJson) GetMeta() *Meta {
|
|
319
|
-
if x != nil {
|
|
320
|
-
return x.Meta
|
|
321
|
-
}
|
|
322
|
-
return nil
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
func (x *ResponseJson) GetData() *anypb.Any {
|
|
326
|
-
if x != nil {
|
|
327
|
-
return x.Data
|
|
328
|
-
}
|
|
329
|
-
return nil
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
var File_prisca_v1_global_meta_meta_proto protoreflect.FileDescriptor
|
|
333
|
-
|
|
334
|
-
var file_prisca_v1_global_meta_meta_proto_rawDesc = []byte{
|
|
335
|
-
0x0a, 0x20, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x6c, 0x6f, 0x62,
|
|
336
|
-
0x61, 0x6c, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x70, 0x72, 0x6f,
|
|
337
|
-
0x74, 0x6f, 0x12, 0x15, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c,
|
|
338
|
-
0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x1a, 0x19, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
|
|
339
|
-
0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6e, 0x79, 0x2e, 0x70,
|
|
340
|
-
0x72, 0x6f, 0x74, 0x6f, 0x22, 0x41, 0x0a, 0x11, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69,
|
|
341
|
-
0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x66, 0x66,
|
|
342
|
-
0x73, 0x65, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65,
|
|
343
|
-
0x74, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05,
|
|
344
|
-
0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x22, 0x57, 0x0a, 0x0d, 0x46, 0x69, 0x6c, 0x74, 0x65,
|
|
345
|
-
0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74,
|
|
346
|
-
0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72,
|
|
347
|
-
0x12, 0x14, 0x0a, 0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
348
|
-
0x05, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x6b, 0x65, 0x79, 0x77, 0x6f, 0x72,
|
|
349
|
-
0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6b, 0x65, 0x79, 0x77, 0x6f, 0x72, 0x64,
|
|
350
|
-
0x22, 0xaf, 0x01, 0x0a, 0x12, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52,
|
|
351
|
-
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65,
|
|
352
|
-
0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x12,
|
|
353
|
-
0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05,
|
|
354
|
-
0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1f, 0x0a, 0x0b, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x70,
|
|
355
|
-
0x61, 0x67, 0x65, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x74, 0x6f, 0x74, 0x61,
|
|
356
|
-
0x6c, 0x50, 0x61, 0x67, 0x65, 0x73, 0x12, 0x1d, 0x0a, 0x0a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f,
|
|
357
|
-
0x72, 0x6f, 0x77, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x74, 0x6f, 0x74, 0x61,
|
|
358
|
-
0x6c, 0x52, 0x6f, 0x77, 0x73, 0x12, 0x2b, 0x0a, 0x12, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x72,
|
|
359
|
-
0x6f, 0x77, 0x5f, 0x70, 0x65, 0x72, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28,
|
|
360
|
-
0x03, 0x52, 0x0f, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x52, 0x6f, 0x77, 0x50, 0x65, 0x72, 0x50, 0x61,
|
|
361
|
-
0x67, 0x65, 0x22, 0xc3, 0x01, 0x0a, 0x04, 0x4d, 0x65, 0x74, 0x61, 0x12, 0x1f, 0x0a, 0x0b, 0x73,
|
|
362
|
-
0x74, 0x61, 0x74, 0x75, 0x73, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
|
|
363
|
-
0x52, 0x0a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x21, 0x0a, 0x0c,
|
|
364
|
-
0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01,
|
|
365
|
-
0x28, 0x09, 0x52, 0x0b, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x12,
|
|
366
|
-
0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
|
|
367
|
-
0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x4e, 0x0a, 0x0a, 0x70, 0x61, 0x67,
|
|
368
|
-
0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e,
|
|
369
|
-
0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c,
|
|
370
|
-
0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
|
371
|
-
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x48, 0x00, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69,
|
|
372
|
-
0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x70, 0x61,
|
|
373
|
-
0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x77, 0x0a, 0x0c, 0x52, 0x65, 0x73, 0x70,
|
|
374
|
-
0x6f, 0x6e, 0x73, 0x65, 0x4a, 0x73, 0x6f, 0x6e, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61,
|
|
375
|
-
0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e,
|
|
376
|
-
0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d,
|
|
377
|
-
0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x12, 0x2d, 0x0a, 0x04, 0x64, 0x61, 0x74,
|
|
378
|
-
0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
|
|
379
|
-
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x41, 0x6e, 0x79, 0x48, 0x00, 0x52,
|
|
380
|
-
0x04, 0x64, 0x61, 0x74, 0x61, 0x88, 0x01, 0x01, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x64, 0x61, 0x74,
|
|
381
|
-
0x61, 0x42, 0x4e, 0x5a, 0x4c, 0x67, 0x69, 0x74, 0x6c, 0x61, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f,
|
|
382
|
-
0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x5f, 0x73, 0x6d, 0x2f, 0x70, 0x72, 0x69, 0x73, 0x63,
|
|
383
|
-
0x61, 0x2d, 0x76, 0x32, 0x2d, 0x63, 0x6f, 0x72, 0x65, 0x2d, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63,
|
|
384
|
-
0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x67, 0x65, 0x6e, 0x2f, 0x70, 0x72, 0x69, 0x73,
|
|
385
|
-
0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2f, 0x6d, 0x65, 0x74,
|
|
386
|
-
0x61, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
var (
|
|
390
|
-
file_prisca_v1_global_meta_meta_proto_rawDescOnce sync.Once
|
|
391
|
-
file_prisca_v1_global_meta_meta_proto_rawDescData = file_prisca_v1_global_meta_meta_proto_rawDesc
|
|
392
|
-
)
|
|
393
|
-
|
|
394
|
-
func file_prisca_v1_global_meta_meta_proto_rawDescGZIP() []byte {
|
|
395
|
-
file_prisca_v1_global_meta_meta_proto_rawDescOnce.Do(func() {
|
|
396
|
-
file_prisca_v1_global_meta_meta_proto_rawDescData = protoimpl.X.CompressGZIP(file_prisca_v1_global_meta_meta_proto_rawDescData)
|
|
397
|
-
})
|
|
398
|
-
return file_prisca_v1_global_meta_meta_proto_rawDescData
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
var file_prisca_v1_global_meta_meta_proto_msgTypes = make([]protoimpl.MessageInfo, 5)
|
|
402
|
-
var file_prisca_v1_global_meta_meta_proto_goTypes = []any{
|
|
403
|
-
(*PaginationRequest)(nil), // 0: prisca.v1.global.meta.PaginationRequest
|
|
404
|
-
(*FilterRequest)(nil), // 1: prisca.v1.global.meta.FilterRequest
|
|
405
|
-
(*PaginationResponse)(nil), // 2: prisca.v1.global.meta.PaginationResponse
|
|
406
|
-
(*Meta)(nil), // 3: prisca.v1.global.meta.Meta
|
|
407
|
-
(*ResponseJson)(nil), // 4: prisca.v1.global.meta.ResponseJson
|
|
408
|
-
(*anypb.Any)(nil), // 5: google.protobuf.Any
|
|
409
|
-
}
|
|
410
|
-
var file_prisca_v1_global_meta_meta_proto_depIdxs = []int32{
|
|
411
|
-
2, // 0: prisca.v1.global.meta.Meta.pagination:type_name -> prisca.v1.global.meta.PaginationResponse
|
|
412
|
-
3, // 1: prisca.v1.global.meta.ResponseJson.meta:type_name -> prisca.v1.global.meta.Meta
|
|
413
|
-
5, // 2: prisca.v1.global.meta.ResponseJson.data:type_name -> google.protobuf.Any
|
|
414
|
-
3, // [3:3] is the sub-list for method output_type
|
|
415
|
-
3, // [3:3] is the sub-list for method input_type
|
|
416
|
-
3, // [3:3] is the sub-list for extension type_name
|
|
417
|
-
3, // [3:3] is the sub-list for extension extendee
|
|
418
|
-
0, // [0:3] is the sub-list for field type_name
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
func init() { file_prisca_v1_global_meta_meta_proto_init() }
|
|
422
|
-
func file_prisca_v1_global_meta_meta_proto_init() {
|
|
423
|
-
if File_prisca_v1_global_meta_meta_proto != nil {
|
|
424
|
-
return
|
|
425
|
-
}
|
|
426
|
-
file_prisca_v1_global_meta_meta_proto_msgTypes[3].OneofWrappers = []any{}
|
|
427
|
-
file_prisca_v1_global_meta_meta_proto_msgTypes[4].OneofWrappers = []any{}
|
|
428
|
-
type x struct{}
|
|
429
|
-
out := protoimpl.TypeBuilder{
|
|
430
|
-
File: protoimpl.DescBuilder{
|
|
431
|
-
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
432
|
-
RawDescriptor: file_prisca_v1_global_meta_meta_proto_rawDesc,
|
|
433
|
-
NumEnums: 0,
|
|
434
|
-
NumMessages: 5,
|
|
435
|
-
NumExtensions: 0,
|
|
436
|
-
NumServices: 0,
|
|
437
|
-
},
|
|
438
|
-
GoTypes: file_prisca_v1_global_meta_meta_proto_goTypes,
|
|
439
|
-
DependencyIndexes: file_prisca_v1_global_meta_meta_proto_depIdxs,
|
|
440
|
-
MessageInfos: file_prisca_v1_global_meta_meta_proto_msgTypes,
|
|
441
|
-
}.Build()
|
|
442
|
-
File_prisca_v1_global_meta_meta_proto = out.File
|
|
443
|
-
file_prisca_v1_global_meta_meta_proto_rawDesc = nil
|
|
444
|
-
file_prisca_v1_global_meta_meta_proto_goTypes = nil
|
|
445
|
-
file_prisca_v1_global_meta_meta_proto_depIdxs = nil
|
|
446
|
-
}
|