@aldiokta/protocgen 1.0.56 → 1.0.58

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