@aldiokta/protocgen 1.0.55 → 1.0.56

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