portalcash-shared 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/PUBLISHING.md +158 -0
- package/README.md +175 -0
- package/dist/adjunto.svg +9 -0
- package/dist/auto-imports.d.ts +99 -0
- package/dist/components/operations/BalanceCard.stories.d.ts +12 -0
- package/dist/components/operations/BalanceCard.stories.d.ts.map +1 -0
- package/dist/components/operations/DetailsCard.vue.d.ts +33 -0
- package/dist/components/operations/DetailsCard.vue.d.ts.map +1 -0
- package/dist/components/operations/PaymentDocument.vue.d.ts +48 -0
- package/dist/components/operations/PaymentDocument.vue.d.ts.map +1 -0
- package/dist/components/ui/CustomButton.stories.d.ts +16 -0
- package/dist/components/ui/CustomButton.stories.d.ts.map +1 -0
- package/dist/components/ui/CustomButton.vue.d.ts +80 -0
- package/dist/components/ui/CustomButton.vue.d.ts.map +1 -0
- package/dist/components/ui/CustomCardCountry.vue.d.ts +30 -0
- package/dist/components/ui/CustomCardCountry.vue.d.ts.map +1 -0
- package/dist/components/ui/CustomDatePicker.vue.d.ts +18 -0
- package/dist/components/ui/CustomDatePicker.vue.d.ts.map +1 -0
- package/dist/components/ui/CustomDialog.stories.d.ts +10 -0
- package/dist/components/ui/CustomDialog.stories.d.ts.map +1 -0
- package/dist/components/ui/CustomDialog.vue.d.ts +38 -0
- package/dist/components/ui/CustomDialog.vue.d.ts.map +1 -0
- package/dist/components/ui/CustomInfoOperationTable.vue.d.ts +116 -0
- package/dist/components/ui/CustomInfoOperationTable.vue.d.ts.map +1 -0
- package/dist/components/ui/CustomInput.stories.d.ts +15 -0
- package/dist/components/ui/CustomInput.stories.d.ts.map +1 -0
- package/dist/components/ui/CustomInput.vue.d.ts +165 -0
- package/dist/components/ui/CustomInput.vue.d.ts.map +1 -0
- package/dist/components/ui/CustomModalConfirm.vue.d.ts +35 -0
- package/dist/components/ui/CustomModalConfirm.vue.d.ts.map +1 -0
- package/dist/components/ui/CustomModalInfoTable.vue.d.ts +18 -0
- package/dist/components/ui/CustomModalInfoTable.vue.d.ts.map +1 -0
- package/dist/components/ui/CustomMultiButton.vue.d.ts +11 -0
- package/dist/components/ui/CustomMultiButton.vue.d.ts.map +1 -0
- package/dist/components/ui/CustomPersonalData.vue.d.ts +7 -0
- package/dist/components/ui/CustomPersonalData.vue.d.ts.map +1 -0
- package/dist/components/ui/CustomSelect.stories.d.ts +14 -0
- package/dist/components/ui/CustomSelect.stories.d.ts.map +1 -0
- package/dist/components/ui/CustomShowDetailsOperation.vue.d.ts +96 -0
- package/dist/components/ui/CustomShowDetailsOperation.vue.d.ts.map +1 -0
- package/dist/components/ui/CustomUploadExcel.vue.d.ts +33 -0
- package/dist/components/ui/CustomUploadExcel.vue.d.ts.map +1 -0
- package/dist/components/ui/MainCard.vue.d.ts +18 -0
- package/dist/components/ui/MainCard.vue.d.ts.map +1 -0
- package/dist/components/ui/MainTable.stories.d.ts +9 -0
- package/dist/components/ui/MainTable.stories.d.ts.map +1 -0
- package/dist/components/ui/ModalAutorization.vue.d.ts +53 -0
- package/dist/components/ui/ModalAutorization.vue.d.ts.map +1 -0
- package/dist/components/ui/ModalAutorizationOperation.vue.d.ts +63 -0
- package/dist/components/ui/ModalAutorizationOperation.vue.d.ts.map +1 -0
- package/dist/components/ui/UploadFileDialog.vue.d.ts +36 -0
- package/dist/components/ui/UploadFileDialog.vue.d.ts.map +1 -0
- package/dist/composables/useFeatureFlags.d.ts +6 -0
- package/dist/composables/useFeatureFlags.d.ts.map +1 -0
- package/dist/composables/useFormatPrice.d.ts +4 -0
- package/dist/composables/useFormatPrice.d.ts.map +1 -0
- package/dist/currencyIcon/clp.svg +11 -0
- package/dist/currencyIcon/eur.svg +11 -0
- package/dist/currencyIcon/usd.svg +52 -0
- package/dist/data/accountData.json.d.ts +29 -0
- package/dist/data/accountOriginData.json.d.ts +17 -0
- package/dist/data/banksCrediCorpData.json.d.ts +51 -0
- package/dist/data/clientAmountData.json.d.ts +69 -0
- package/dist/data/clientTypeData.json.d.ts +21 -0
- package/dist/data/companyData.json.d.ts +236 -0
- package/dist/data/companyList.json.d.ts +103 -0
- package/dist/data/countryList.json.d.ts +247 -0
- package/dist/data/currencyData.json.d.ts +21 -0
- package/dist/data/heritageCharData.json.d.ts +55 -0
- package/dist/data/movementTypeData.json.d.ts +27 -0
- package/dist/data/myAccountList.json.d.ts +776 -0
- package/dist/data/myLastMovement.json.d.ts +250 -0
- package/dist/data/myMovementsContributionsData.json.d.ts +145 -0
- package/dist/data/myMovementsData.json.d.ts +102 -0
- package/dist/data/myMovementsForexData.json.d.ts +94 -0
- package/dist/data/operationStatusMovementData.json.d.ts +21 -0
- package/dist/data/operationTypeMovementData.json.d.ts +41 -0
- package/dist/data/paymentMethods.json.d.ts +12 -0
- package/dist/data/pendingTransfersData.json.d.ts +324 -0
- package/dist/data/representativeList.json.d.ts +219 -0
- package/dist/data/surveyData.json.d.ts +15 -0
- package/dist/data/transferData.json.d.ts +87 -0
- package/dist/favicon.ico +0 -0
- package/dist/index.d.ts +74 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.es.js +44953 -0
- package/dist/index.es.js.map +1 -0
- package/dist/index.umd.js +4545 -0
- package/dist/index.umd.js.map +1 -0
- package/dist/plantillas/CLP.xlsx +0 -0
- package/dist/plantillas/EUR.xlsx +0 -0
- package/dist/plantillas/USD.xlsx +0 -0
- package/dist/plantillas/carta_de_transferencia.png +0 -0
- package/dist/plugins/frontAwesome.d.ts +3 -0
- package/dist/plugins/frontAwesome.d.ts.map +1 -0
- package/dist/plugins/primeVue.d.ts +2 -0
- package/dist/plugins/primeVue.d.ts.map +1 -0
- package/dist/service/account/accountTypeService.d.ts +5 -0
- package/dist/service/account/accountTypeService.d.ts.map +1 -0
- package/dist/service/account/types.d.ts +5 -0
- package/dist/service/account/types.d.ts.map +1 -0
- package/dist/service/analyst/analystService.d.ts +7 -0
- package/dist/service/analyst/analystService.d.ts.map +1 -0
- package/dist/service/analyst/types.d.ts +86 -0
- package/dist/service/analyst/types.d.ts.map +1 -0
- package/dist/service/azureB2CConfig.d.ts +3 -0
- package/dist/service/azureB2CConfig.d.ts.map +1 -0
- package/dist/service/beneficiary/beneficiaryService.d.ts +13 -0
- package/dist/service/beneficiary/beneficiaryService.d.ts.map +1 -0
- package/dist/service/beneficiary/types.d.ts +90 -0
- package/dist/service/beneficiary/types.d.ts.map +1 -0
- package/dist/service/clientType/clientTypeService.d.ts +5 -0
- package/dist/service/clientType/clientTypeService.d.ts.map +1 -0
- package/dist/service/clientType/types.d.ts +5 -0
- package/dist/service/clientType/types.d.ts.map +1 -0
- package/dist/service/config/UrlConfig.d.ts +12 -0
- package/dist/service/config/UrlConfig.d.ts.map +1 -0
- package/dist/service/currencyType/currencyService.d.ts +5 -0
- package/dist/service/currencyType/currencyService.d.ts.map +1 -0
- package/dist/service/currencyType/types.d.ts +6 -0
- package/dist/service/currencyType/types.d.ts.map +1 -0
- package/dist/service/general/accountOriginService.d.ts +7 -0
- package/dist/service/general/accountOriginService.d.ts.map +1 -0
- package/dist/service/general/banksCrediCorpService.d.ts +7 -0
- package/dist/service/general/banksCrediCorpService.d.ts.map +1 -0
- package/dist/service/general/clientAmountService.d.ts +5 -0
- package/dist/service/general/clientAmountService.d.ts.map +1 -0
- package/dist/service/general/countryService.d.ts +7 -0
- package/dist/service/general/countryService.d.ts.map +1 -0
- package/dist/service/general/movementTypeService.d.ts +7 -0
- package/dist/service/general/movementTypeService.d.ts.map +1 -0
- package/dist/service/general/operationService.d.ts +7 -0
- package/dist/service/general/operationService.d.ts.map +1 -0
- package/dist/service/general/paymentMethodsService.d.ts +7 -0
- package/dist/service/general/paymentMethodsService.d.ts.map +1 -0
- package/dist/service/general/surveyService.d.ts +7 -0
- package/dist/service/general/surveyService.d.ts.map +1 -0
- package/dist/service/general/transactionService.d.ts +10 -0
- package/dist/service/general/transactionService.d.ts.map +1 -0
- package/dist/service/general/types.d.ts +46 -0
- package/dist/service/general/types.d.ts.map +1 -0
- package/dist/service/heritage/heritageChartService.d.ts +7 -0
- package/dist/service/heritage/heritageChartService.d.ts.map +1 -0
- package/dist/service/heritage/heritageService.d.ts +7 -0
- package/dist/service/heritage/heritageService.d.ts.map +1 -0
- package/dist/service/heritage/types.d.ts +61 -0
- package/dist/service/heritage/types.d.ts.map +1 -0
- package/dist/service/myMovement/myMovementService.d.ts +26 -0
- package/dist/service/myMovement/myMovementService.d.ts.map +1 -0
- package/dist/service/myMovement/type.d.ts +71 -0
- package/dist/service/myMovement/type.d.ts.map +1 -0
- package/dist/service/representative/representativeService.d.ts +8 -0
- package/dist/service/representative/representativeService.d.ts.map +1 -0
- package/dist/service/representative/types.d.ts +12 -0
- package/dist/service/representative/types.d.ts.map +1 -0
- package/dist/service/signalr.d.ts +1 -0
- package/dist/service/signalr.d.ts.map +1 -0
- package/dist/service/transfer/transferService.d.ts +12 -0
- package/dist/service/transfer/transferService.d.ts.map +1 -0
- package/dist/service/transfer/type.d.ts +60 -0
- package/dist/service/transfer/type.d.ts.map +1 -0
- package/dist/service/types.d.ts +12 -0
- package/dist/service/types.d.ts.map +1 -0
- package/dist/service/userAuth/types.d.ts +23 -0
- package/dist/service/userAuth/types.d.ts.map +1 -0
- package/dist/service/userAuth/userAuthService.d.ts +6 -0
- package/dist/service/userAuth/userAuthService.d.ts.map +1 -0
- package/dist/service/utils.d.ts +47 -0
- package/dist/service/utils.d.ts.map +1 -0
- package/dist/service/webSocketConnection.d.ts +11 -0
- package/dist/service/webSocketConnection.d.ts.map +1 -0
- package/dist/stores/accountsStore.d.ts +17 -0
- package/dist/stores/accountsStore.d.ts.map +1 -0
- package/dist/stores/authStore.d.ts +210 -0
- package/dist/stores/authStore.d.ts.map +1 -0
- package/dist/stores/clientTypeStore.d.ts +17 -0
- package/dist/stores/clientTypeStore.d.ts.map +1 -0
- package/dist/stores/companyStore.d.ts +23 -0
- package/dist/stores/companyStore.d.ts.map +1 -0
- package/dist/stores/currencyTypeStore.d.ts +21 -0
- package/dist/stores/currencyTypeStore.d.ts.map +1 -0
- package/dist/stores/index.d.ts +7 -0
- package/dist/stores/index.d.ts.map +1 -0
- package/dist/stores/themeStore.d.ts +11 -0
- package/dist/stores/themeStore.d.ts.map +1 -0
- package/dist/style.css +1 -0
- package/dist/types/svg.d.ts +36 -0
- package/dist/utils/base64Transformer.d.ts +2 -0
- package/dist/utils/base64Transformer.d.ts.map +1 -0
- package/dist/utils/validation.d.ts +4 -0
- package/dist/utils/validation.d.ts.map +1 -0
- package/package.json +131 -0
|
@@ -0,0 +1,250 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"success": true,
|
|
3
|
+
"code": 200,
|
|
4
|
+
"data": [
|
|
5
|
+
{
|
|
6
|
+
"id": 1,
|
|
7
|
+
"listType": 1,
|
|
8
|
+
"clientId": 1,
|
|
9
|
+
"date": "15/04/2025",
|
|
10
|
+
"movement": {
|
|
11
|
+
"id": 1,
|
|
12
|
+
"description": "Transferencia CLP"
|
|
13
|
+
},
|
|
14
|
+
"amount": -100000,
|
|
15
|
+
"approvedBy": "Roberto Muñoz",
|
|
16
|
+
"status": {
|
|
17
|
+
"id": 5,
|
|
18
|
+
"description": "Aprobado"
|
|
19
|
+
},
|
|
20
|
+
"file": []
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": 2,
|
|
24
|
+
"listType": 1,
|
|
25
|
+
"clientId": 1,
|
|
26
|
+
"date": "15/04/2025",
|
|
27
|
+
"movement": {
|
|
28
|
+
"id": 1,
|
|
29
|
+
"description": "Transferencia CLP"
|
|
30
|
+
},
|
|
31
|
+
"amount": -100000,
|
|
32
|
+
"approvedBy": "María Pérez",
|
|
33
|
+
"status": {
|
|
34
|
+
"id": 5,
|
|
35
|
+
"description": "Aprobado"
|
|
36
|
+
},
|
|
37
|
+
"file": []
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"id": 3,
|
|
41
|
+
"listType": 1,
|
|
42
|
+
"clientId": 1,
|
|
43
|
+
"date": "15/04/2025",
|
|
44
|
+
"movement": {
|
|
45
|
+
"id": 1,
|
|
46
|
+
"description": "Transferencia CLP"
|
|
47
|
+
},
|
|
48
|
+
"amount": -150000,
|
|
49
|
+
"approvedBy": "Pedro Gómez",
|
|
50
|
+
"comment": "Rechazado por el administrador.",
|
|
51
|
+
"status": {
|
|
52
|
+
"id": 6,
|
|
53
|
+
"description": "Rechazado"
|
|
54
|
+
},
|
|
55
|
+
"file": []
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"id": 4,
|
|
59
|
+
"listType": 1,
|
|
60
|
+
"clientId": 1,
|
|
61
|
+
"date": "15/04/2025",
|
|
62
|
+
"movement": {
|
|
63
|
+
"id": 2,
|
|
64
|
+
"description": "Transferencia USD"
|
|
65
|
+
},
|
|
66
|
+
"amount": -500,
|
|
67
|
+
"approvedBy": "Pablo Silva",
|
|
68
|
+
"status": {
|
|
69
|
+
"id": 5,
|
|
70
|
+
"description": "Aprobado"
|
|
71
|
+
},
|
|
72
|
+
"file": []
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"id": 5,
|
|
76
|
+
"listType": 1,
|
|
77
|
+
"clientId": 1,
|
|
78
|
+
"date": "15/04/2025",
|
|
79
|
+
"movement": {
|
|
80
|
+
"id": 1,
|
|
81
|
+
"description": "Transferencia CLP"
|
|
82
|
+
},
|
|
83
|
+
"amount": -75000,
|
|
84
|
+
"approvedBy": "Camila Ríos",
|
|
85
|
+
"status": {
|
|
86
|
+
"id": 5,
|
|
87
|
+
"description": "Aprobado"
|
|
88
|
+
},
|
|
89
|
+
"file": []
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"id": 6,
|
|
93
|
+
"listType": 1,
|
|
94
|
+
"clientId": 1,
|
|
95
|
+
"date": "15/04/2025",
|
|
96
|
+
"movement": {
|
|
97
|
+
"id": 1,
|
|
98
|
+
"description": "Transferencia CLP"
|
|
99
|
+
},
|
|
100
|
+
"amount": -200000,
|
|
101
|
+
"comment": "Rechazado por el administrador.",
|
|
102
|
+
"approvedBy": "Jorge Herrera",
|
|
103
|
+
"status": {
|
|
104
|
+
"id": 6,
|
|
105
|
+
"description": "Rechazado"
|
|
106
|
+
},
|
|
107
|
+
"file": []
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"id": 7,
|
|
111
|
+
"listType": 1,
|
|
112
|
+
"clientId": 1,
|
|
113
|
+
"date": "15/04/2025",
|
|
114
|
+
"movement": {
|
|
115
|
+
"id": 2,
|
|
116
|
+
"description": "Transferencia USD"
|
|
117
|
+
},
|
|
118
|
+
"amount": -2000,
|
|
119
|
+
"approvedBy": "Fernanda Reyes",
|
|
120
|
+
"status": {
|
|
121
|
+
"id": 5,
|
|
122
|
+
"description": "Aprobado"
|
|
123
|
+
},
|
|
124
|
+
"file": []
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"id": 8,
|
|
128
|
+
"listType": 1,
|
|
129
|
+
"clientId": 1,
|
|
130
|
+
"date": "15/04/2025",
|
|
131
|
+
"movement": {
|
|
132
|
+
"id": 1,
|
|
133
|
+
"description": "Transferencia CLP"
|
|
134
|
+
},
|
|
135
|
+
"amount": -300000,
|
|
136
|
+
"approvedBy": "Cristian Núñez",
|
|
137
|
+
"status": {
|
|
138
|
+
"id": 5,
|
|
139
|
+
"description": "Aprobado"
|
|
140
|
+
},
|
|
141
|
+
"file": []
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"id": 9,
|
|
145
|
+
"listType": 2,
|
|
146
|
+
"clientId": 1,
|
|
147
|
+
"date": "15/04/2025",
|
|
148
|
+
"movement": {
|
|
149
|
+
"id": 2,
|
|
150
|
+
"description": "Transferencia USD"
|
|
151
|
+
},
|
|
152
|
+
"amount": -1200,
|
|
153
|
+
"approvedBy": "Natalia Soto",
|
|
154
|
+
"status": {
|
|
155
|
+
"id": 5,
|
|
156
|
+
"description": "Aprobado"
|
|
157
|
+
},
|
|
158
|
+
"file": []
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"id": 10,
|
|
162
|
+
"listType": 2,
|
|
163
|
+
"clientId": 1,
|
|
164
|
+
"date": "15/04/2025",
|
|
165
|
+
"movement": {
|
|
166
|
+
"id": 1,
|
|
167
|
+
"description": "Transferencia CLP"
|
|
168
|
+
},
|
|
169
|
+
"amount": -50000,
|
|
170
|
+
"approvedBy": "Tomás Vidal",
|
|
171
|
+
"status": {
|
|
172
|
+
"id": 5,
|
|
173
|
+
"description": "Aprobado"
|
|
174
|
+
},
|
|
175
|
+
"file": []
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"id": 11,
|
|
179
|
+
"listType": 2,
|
|
180
|
+
"clientId": 1,
|
|
181
|
+
"date": "15/04/2025",
|
|
182
|
+
"movement": {
|
|
183
|
+
"id": 2,
|
|
184
|
+
"description": "Transferencia USD"
|
|
185
|
+
},
|
|
186
|
+
"amount": -2500,
|
|
187
|
+
"approvedBy": "Lucía Fernández",
|
|
188
|
+
"status": {
|
|
189
|
+
"id": 5,
|
|
190
|
+
"description": "Aprobado"
|
|
191
|
+
},
|
|
192
|
+
"file": []
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"id": 12,
|
|
196
|
+
"listType": 2,
|
|
197
|
+
"clientId": 1,
|
|
198
|
+
"date": "15/04/2025",
|
|
199
|
+
"movement": {
|
|
200
|
+
"id": 1,
|
|
201
|
+
"description": "Transferencia CLP"
|
|
202
|
+
},
|
|
203
|
+
"amount": -100000,
|
|
204
|
+
"approvedBy": "Antonio Vargas",
|
|
205
|
+
"status": {
|
|
206
|
+
"id": 5,
|
|
207
|
+
"description": "Aprobado"
|
|
208
|
+
},
|
|
209
|
+
"file": []
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"id": 13,
|
|
213
|
+
"listType": 2,
|
|
214
|
+
"clientId": 1,
|
|
215
|
+
"date": "15/04/2025",
|
|
216
|
+
"movement": {
|
|
217
|
+
"id": 1,
|
|
218
|
+
"description": "Transferencia CLP"
|
|
219
|
+
},
|
|
220
|
+
"amount": -95000,
|
|
221
|
+
"comment": "Rechazado por el administrador.",
|
|
222
|
+
"approvedBy": "Elena Martínez",
|
|
223
|
+
"status": {
|
|
224
|
+
"id": 6,
|
|
225
|
+
"description": "Rechazado"
|
|
226
|
+
},
|
|
227
|
+
"file": []
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"id": 14,
|
|
231
|
+
"listType": 2,
|
|
232
|
+
"clientId": 1,
|
|
233
|
+
"date": "15/04/2025",
|
|
234
|
+
"movement": {
|
|
235
|
+
"id": 2,
|
|
236
|
+
"description": "Transferencia USD"
|
|
237
|
+
},
|
|
238
|
+
"amount": -300,
|
|
239
|
+
"approvedBy": "Gonzalo Paredes",
|
|
240
|
+
"comment": "Rechazado por el administrador.",
|
|
241
|
+
"status": {
|
|
242
|
+
"id": 6,
|
|
243
|
+
"description": "Rechazado"
|
|
244
|
+
},
|
|
245
|
+
"file": []
|
|
246
|
+
}
|
|
247
|
+
]
|
|
248
|
+
};
|
|
249
|
+
|
|
250
|
+
export default _default;
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"code": "200",
|
|
3
|
+
"status": "success",
|
|
4
|
+
"message": "Beneficiarios obtenidos con éxito",
|
|
5
|
+
"data": [
|
|
6
|
+
{
|
|
7
|
+
"id": 1,
|
|
8
|
+
"date": "28/07/2025",
|
|
9
|
+
"clientId": 1,
|
|
10
|
+
"serie": "Corporativa",
|
|
11
|
+
"movement": {
|
|
12
|
+
"id": 6,
|
|
13
|
+
"description": "Rescate"
|
|
14
|
+
},
|
|
15
|
+
"mutualFund": "Fondo mutuo",
|
|
16
|
+
"quotaValue": 10,
|
|
17
|
+
"initialQuotaValue": 1000,
|
|
18
|
+
"initialOperation": 113833,
|
|
19
|
+
"approvedBy": "Juan Perez",
|
|
20
|
+
"rent": 0,
|
|
21
|
+
"status": { "id": 1, "description": "Ejecutado" }
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"id": 2,
|
|
25
|
+
"clientId": 1,
|
|
26
|
+
"date": "29/07/2025",
|
|
27
|
+
"movement": {
|
|
28
|
+
"id": 6,
|
|
29
|
+
"description": "Rescate"
|
|
30
|
+
},
|
|
31
|
+
"mutualFund": "Fondo mutuo",
|
|
32
|
+
"quotaValue": 10,
|
|
33
|
+
"serie": "Corporativa",
|
|
34
|
+
"initialQuotaValue": 1000,
|
|
35
|
+
"initialOperation": 113833,
|
|
36
|
+
"approvedBy": "Juan Perez",
|
|
37
|
+
"rent": -0.50,
|
|
38
|
+
"status": { "id": 1, "description": "Ejecutado" }
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"id": 3,
|
|
42
|
+
"clientId": 1,
|
|
43
|
+
"date": "25/07/2025",
|
|
44
|
+
"movement": {
|
|
45
|
+
"id": 5,
|
|
46
|
+
"description": "Inversión"
|
|
47
|
+
},
|
|
48
|
+
"mutualFund": "Fondo mutuo",
|
|
49
|
+
"serie": "I",
|
|
50
|
+
"quotaValue": 10,
|
|
51
|
+
"initialQuotaValue": 1000,
|
|
52
|
+
"initialOperation": 113833,
|
|
53
|
+
"approvedBy": "Juan Perez",
|
|
54
|
+
"rent": 0.50,
|
|
55
|
+
"status": { "id": 1, "description": "Ejecutado" }
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"id": 4,
|
|
59
|
+
"clientId": 1,
|
|
60
|
+
"date": "01/01/2023",
|
|
61
|
+
"movement": {
|
|
62
|
+
"id": 5,
|
|
63
|
+
"description": "Inversión"
|
|
64
|
+
},
|
|
65
|
+
"mutualFund": "Fondo mutuo",
|
|
66
|
+
"quotaValue": 10,
|
|
67
|
+
"serie": "I",
|
|
68
|
+
"initialQuotaValue": 1000,
|
|
69
|
+
"initialOperation": 113833,
|
|
70
|
+
"approvedBy": "Juan Perez",
|
|
71
|
+
"rent": 0.80,
|
|
72
|
+
"status": { "id": 1, "description": "Ejecutado" }
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"id": 5,
|
|
76
|
+
"clientId": 1,
|
|
77
|
+
"date": "01/01/2023",
|
|
78
|
+
"movement": {
|
|
79
|
+
"id": 6,
|
|
80
|
+
"description": "Rescate"
|
|
81
|
+
},
|
|
82
|
+
"serie": "I",
|
|
83
|
+
"mutualFund": "Fondo mutuo",
|
|
84
|
+
"quotaValue": 10,
|
|
85
|
+
"initialQuotaValue": 1000,
|
|
86
|
+
"initialOperation": 113833,
|
|
87
|
+
"approvedBy": "Juan Perez",
|
|
88
|
+
"rent": 1.20,
|
|
89
|
+
"status": { "id": 2, "description": "Rechazado" },
|
|
90
|
+
"comment": "Transferencia rechazada por error en los datos del beneficiario"
|
|
91
|
+
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"id": 6,
|
|
95
|
+
"clientId": 1,
|
|
96
|
+
"date": "01/01/2023",
|
|
97
|
+
"movement": {
|
|
98
|
+
"id": 5,
|
|
99
|
+
"description": "Inversión"
|
|
100
|
+
},
|
|
101
|
+
"mutualFund": "Fondo mutuo",
|
|
102
|
+
"quotaValue": 10,
|
|
103
|
+
"initialQuotaValue": 1000,
|
|
104
|
+
"initialOperation": 113833,
|
|
105
|
+
"approvedBy": "Juan Perez",
|
|
106
|
+
"serie": "Corporativa",
|
|
107
|
+
"rent": 0.60,
|
|
108
|
+
"status": { "id": 3, "description": "En Proceso" }
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"id": 7,
|
|
112
|
+
"clientId": 1,
|
|
113
|
+
"date": "01/01/2023",
|
|
114
|
+
"movement": { "id": 6, "description": "Rescate" },
|
|
115
|
+
"mutualFund": "Fondo mutuo",
|
|
116
|
+
"serie": "Corporativa",
|
|
117
|
+
"quotaValue": 10,
|
|
118
|
+
"initialQuotaValue": 1000,
|
|
119
|
+
"initialOperation": 113833,
|
|
120
|
+
"approvedBy": "Juan Perez",
|
|
121
|
+
"rent": 0.80,
|
|
122
|
+
"status": { "id": 1, "description": "Ejecutado" }
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"id": 8,
|
|
126
|
+
"clientId": 1,
|
|
127
|
+
"date": "01/01/2023",
|
|
128
|
+
"movement": {
|
|
129
|
+
"id": 5,
|
|
130
|
+
"description": "Inversión"
|
|
131
|
+
},
|
|
132
|
+
"serie": "Corporativa",
|
|
133
|
+
"mutualFund": "Fondo mutuo",
|
|
134
|
+
"quotaValue": 10,
|
|
135
|
+
"initialQuotaValue": 1000,
|
|
136
|
+
"initialOperation": 113833,
|
|
137
|
+
"approvedBy": "Juan Perez",
|
|
138
|
+
"rent": -0.80,
|
|
139
|
+
"status": { "id": 1, "description": "Ejecutado" }
|
|
140
|
+
}
|
|
141
|
+
]
|
|
142
|
+
}
|
|
143
|
+
;
|
|
144
|
+
|
|
145
|
+
export default _default;
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"code": "200",
|
|
3
|
+
"status": "success",
|
|
4
|
+
"message": "Beneficiarios obtenidos con éxito",
|
|
5
|
+
"data": [
|
|
6
|
+
{
|
|
7
|
+
"id": 1,
|
|
8
|
+
"clientId": 1,
|
|
9
|
+
"date": "02/01/2025",
|
|
10
|
+
"movement": {"id": 1, "description": "Transferencia CLP"},
|
|
11
|
+
"currency": "USD",
|
|
12
|
+
"amount": -200,
|
|
13
|
+
"beneficiary": "Juan Pérez",
|
|
14
|
+
"beneficiaryBank": "Banco del beneficiario",
|
|
15
|
+
"approvedBy": "Pablo Silva",
|
|
16
|
+
"boucherFile": "",
|
|
17
|
+
"status": {"id": 1, "description": "Ejecutado"}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"id": 2,
|
|
21
|
+
"clientId": 1,
|
|
22
|
+
"date": "05/01/2025",
|
|
23
|
+
"movement": {"id": 1, "description": "Transferencia CLP"},
|
|
24
|
+
"amount": 200,
|
|
25
|
+
"currency": "CLP",
|
|
26
|
+
"beneficiary": "Pablo Silva",
|
|
27
|
+
"beneficiaryBank": "Banco del beneficiario",
|
|
28
|
+
"approvedBy": "Pablo Silva",
|
|
29
|
+
"boucherFile": "",
|
|
30
|
+
"status": {"id": 2, "description": "Rechazado"},
|
|
31
|
+
"comment": "Aporte y rescate rechazada por error en los datos del beneficiario"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"id": 3,
|
|
35
|
+
"clientId": 1,
|
|
36
|
+
"date": "01/01/2023",
|
|
37
|
+
"movement": {"id": 2, "description": "Transferencia USD"},
|
|
38
|
+
"currency": "USD",
|
|
39
|
+
"amount": -200,
|
|
40
|
+
"beneficiary": "Pablo Silva",
|
|
41
|
+
"beneficiaryBank": "Banco del beneficiario",
|
|
42
|
+
"approvedBy": "Pablo Silva",
|
|
43
|
+
"boucherFile": "",
|
|
44
|
+
"status": {"id": 1, "description": "Ejecutado"}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"id": 4,
|
|
48
|
+
"clientId": 1,
|
|
49
|
+
"date": "01/01/2023",
|
|
50
|
+
"movement": {"id": 1, "description": "Transferencia CLP"},
|
|
51
|
+
"currency": "CLP",
|
|
52
|
+
"amount": 200,
|
|
53
|
+
"beneficiary": "Pablo Silva",
|
|
54
|
+
"beneficiaryBank": "Banco del beneficiario",
|
|
55
|
+
"approvedBy": "Pablo Silva",
|
|
56
|
+
"boucherFile": "",
|
|
57
|
+
"status": {"id": 3, "description": "En Proceso"},
|
|
58
|
+
"comment": "Transferencia en proceso de revisión."
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"id": 5,
|
|
62
|
+
"clientId": 1,
|
|
63
|
+
"date": "01/01/2023",
|
|
64
|
+
"movement": {"id": 1, "description": "Transferencia CLP"},
|
|
65
|
+
"currency": "CLP",
|
|
66
|
+
"amount": 200,
|
|
67
|
+
"beneficiary": "Pablo Silva",
|
|
68
|
+
"beneficiaryBank": "Banco del beneficiario",
|
|
69
|
+
"approvedBy": "Pablo Silva",
|
|
70
|
+
"boucherFile": "",
|
|
71
|
+
"status": {"id": 1, "description": "Ejecutado"}
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"id": 6,
|
|
75
|
+
"clientId": 1,
|
|
76
|
+
"date": "01/01/2023",
|
|
77
|
+
"movement": {"id": 3, "description": "Abono CLP"},
|
|
78
|
+
"currency": "CLP",
|
|
79
|
+
"amount": 200,
|
|
80
|
+
"beneficiary": "Pablo Silva",
|
|
81
|
+
"beneficiaryBank": "Banco del beneficiario",
|
|
82
|
+
"approvedBy": "Pablo Silva",
|
|
83
|
+
"boucherFile": "",
|
|
84
|
+
"status":{"id": 1, "description": "Ejecutado"}
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"id": 7,
|
|
88
|
+
"clientId": 1,
|
|
89
|
+
"date": "01/01/2023",
|
|
90
|
+
"movement": {"id": 4, "description": "Abono USD"},
|
|
91
|
+
"currency": "CLP",
|
|
92
|
+
"amount": 200,
|
|
93
|
+
"beneficiary": "Pedro Pérez",
|
|
94
|
+
"beneficiaryBank": "Banco del beneficiario",
|
|
95
|
+
"approvedBy": "Pablo Silva",
|
|
96
|
+
"boucherFile": "",
|
|
97
|
+
"status": {"id": 1, "description": "Ejecutado"}
|
|
98
|
+
}
|
|
99
|
+
]
|
|
100
|
+
};
|
|
101
|
+
|
|
102
|
+
export default _default;
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"code": "200",
|
|
3
|
+
"status": "success",
|
|
4
|
+
"message": "Beneficiarios obtenidos con éxito",
|
|
5
|
+
"data": [
|
|
6
|
+
{
|
|
7
|
+
"id": 1,
|
|
8
|
+
"clientId": 1,
|
|
9
|
+
"date": "01/01/2023",
|
|
10
|
+
"movement": { "id": 1, "description": "Compra de divisas" },
|
|
11
|
+
"currency": { "id": 1, "description": "USD/CLP" },
|
|
12
|
+
"amount": 8000,
|
|
13
|
+
"exchangeAmount": 950,
|
|
14
|
+
"clpAmount": 7000,
|
|
15
|
+
"approvedBy": "John Doe",
|
|
16
|
+
"detail": "Pago"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": 2,
|
|
20
|
+
"clientId": 1,
|
|
21
|
+
"date": "01/01/2023",
|
|
22
|
+
"movement": { "id": 7, "description": "Compra de divisas" },
|
|
23
|
+
"currency": { "id": 2, "description": "EUR/USD" },
|
|
24
|
+
"amount": 6500,
|
|
25
|
+
"exchangeAmount": 950,
|
|
26
|
+
"clpAmount": 9000,
|
|
27
|
+
"approvedBy": "John Doe",
|
|
28
|
+
"detail": "Pago"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": 3,
|
|
32
|
+
"clientId": 1,
|
|
33
|
+
"date": "01/01/2023",
|
|
34
|
+
"movement": { "id": 7, "description": "Compra de divisas" },
|
|
35
|
+
"currency": { "id": 1, "description": "USD/CLP" },
|
|
36
|
+
"amount": 900,
|
|
37
|
+
"exchangeAmount": 950,
|
|
38
|
+
"clpAmount": 850000,
|
|
39
|
+
"approvedBy": "John Doe",
|
|
40
|
+
"detail": "Pago"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"id": 4,
|
|
44
|
+
"clientId": 1,
|
|
45
|
+
"date": "01/01/2023",
|
|
46
|
+
"movement": { "id": 7, "description": "Compra de divisas" },
|
|
47
|
+
"currency": { "id": 3, "description": "EUR/CLP" },
|
|
48
|
+
"amount": 52000,
|
|
49
|
+
"exchangeAmount": 950,
|
|
50
|
+
"clpAmount": 50000,
|
|
51
|
+
"approvedBy": "John Doe",
|
|
52
|
+
"detail": "Pago"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"id": 5,
|
|
56
|
+
"clientId": 1,
|
|
57
|
+
"date": "01/01/2023",
|
|
58
|
+
"movement": { "id": 8, "description": "Venta de divisas" },
|
|
59
|
+
"currency": { "id": 3, "description": "EUR/CLP" },
|
|
60
|
+
"amount": 6000,
|
|
61
|
+
"exchangeAmount": 950,
|
|
62
|
+
"clpAmount": 50000,
|
|
63
|
+
"approvedBy": "John Doe",
|
|
64
|
+
"detail": "Pago"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"id": 6,
|
|
68
|
+
"clientId": 1,
|
|
69
|
+
"date": "01/01/2023",
|
|
70
|
+
"movement": { "id": 8, "description": "Venta de divisas" },
|
|
71
|
+
"currency": { "id": 1, "description": "USD/CLP" },
|
|
72
|
+
"amount": 3000,
|
|
73
|
+
"exchangeAmount": 950,
|
|
74
|
+
"clpAmount": 50000,
|
|
75
|
+
"approvedBy": "John Doe",
|
|
76
|
+
"detail": "Pago"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"id": 7,
|
|
80
|
+
"clientId": 1,
|
|
81
|
+
"movement": { "id": 8, "description": "Venta de divisas" },
|
|
82
|
+
"date": "01/01/2023",
|
|
83
|
+
"currency": { "id": 2, "description": "EUR/USD" },
|
|
84
|
+
"amount": 300,
|
|
85
|
+
"exchangeAmount": 950,
|
|
86
|
+
"clpAmount": 50000,
|
|
87
|
+
"approvedBy": "John Doe",
|
|
88
|
+
"detail": "Pago"
|
|
89
|
+
}
|
|
90
|
+
]
|
|
91
|
+
}
|
|
92
|
+
;
|
|
93
|
+
|
|
94
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"success": true,
|
|
3
|
+
"code": 200,
|
|
4
|
+
"data": [
|
|
5
|
+
{
|
|
6
|
+
"id": 1,
|
|
7
|
+
"description": "Ejecutado"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"id": 2,
|
|
11
|
+
"description": "Rechazado"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"id": 3,
|
|
15
|
+
"description": "En Proceso"
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
;
|
|
20
|
+
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"success": true,
|
|
3
|
+
"code": 200,
|
|
4
|
+
"data": [
|
|
5
|
+
{
|
|
6
|
+
"id": 1,
|
|
7
|
+
"description": "Transferencias CLP"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"id": 2,
|
|
11
|
+
"description": "Transferencias USD"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"id": 3,
|
|
15
|
+
"description": "Abonos CLP"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"id": 4,
|
|
19
|
+
"description": "Abonos USD"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"id": 5,
|
|
23
|
+
"description": "Inversiónes"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"id": 6,
|
|
27
|
+
"description": "Rescates"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"id": 7,
|
|
31
|
+
"description": "Compra de divisas"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"id": 8,
|
|
35
|
+
"description": "Venta de divisas"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
;
|
|
40
|
+
|
|
41
|
+
export default _default;
|