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,324 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"code": "200",
|
|
3
|
+
"status": "success",
|
|
4
|
+
"message": "Transferencias pendientes obtenidas con éxito",
|
|
5
|
+
"data": [
|
|
6
|
+
{
|
|
7
|
+
"id": 1,
|
|
8
|
+
"clientId": 1,
|
|
9
|
+
"operationNumber": "000001",
|
|
10
|
+
"admissionDate": "2023-10-01",
|
|
11
|
+
"paymentDate": "-",
|
|
12
|
+
"sourceSequence": "08",
|
|
13
|
+
"currencyType": 1,
|
|
14
|
+
"creator": "John Doe",
|
|
15
|
+
"paymentMethod": "Transferencia",
|
|
16
|
+
"transferType": "Cuenta tercero",
|
|
17
|
+
"totalOperations": 1,
|
|
18
|
+
"totalAmount": 300,
|
|
19
|
+
"status": {
|
|
20
|
+
"id": 1,
|
|
21
|
+
"description": "Pendiente"
|
|
22
|
+
},
|
|
23
|
+
"detailData": [
|
|
24
|
+
{
|
|
25
|
+
"id": 1,
|
|
26
|
+
"transferPendingId": 1,
|
|
27
|
+
"beneficiary": "John Doe",
|
|
28
|
+
"beneficiaryRut": "17799541-2",
|
|
29
|
+
"beneficiaryBank": "Banco Estado",
|
|
30
|
+
"beneficiaryBankAccount": "111122223333",
|
|
31
|
+
"beneficiarySwift": "BCHICLRMXXX",
|
|
32
|
+
"beneficiaryAba": "CH998877665544332211",
|
|
33
|
+
"intermediaryBank": "Banco de Chile",
|
|
34
|
+
"intermediaryBankAccount": "1122334455",
|
|
35
|
+
"intermediarySwift": "BCHICLXXXINT",
|
|
36
|
+
"intermediaryAba": "CH112233445566778899",
|
|
37
|
+
"country": "Chile",
|
|
38
|
+
"movementType": "Transferencia",
|
|
39
|
+
"transferType": "Cuenta tercero",
|
|
40
|
+
"currencyType": 1,
|
|
41
|
+
"amount": 150,
|
|
42
|
+
"comment": "Pago factura A123",
|
|
43
|
+
"status": {
|
|
44
|
+
"id": 4,
|
|
45
|
+
"description": "Pendiente de confirmación"
|
|
46
|
+
},
|
|
47
|
+
"file": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVR42mP8//8/AwAI/wM+z4AAAAASUVORK5CYII="
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"id": 2,
|
|
53
|
+
"clientId": 1,
|
|
54
|
+
"operationNumber": "000002",
|
|
55
|
+
"admissionDate": "2023-10-02",
|
|
56
|
+
"paymentDate": "-",
|
|
57
|
+
"sourceSequence": "09",
|
|
58
|
+
"currencyType": 2,
|
|
59
|
+
"creator": "Alice Torres",
|
|
60
|
+
"paymentMethod": "Transferencia",
|
|
61
|
+
"transferType": "Cuenta personal",
|
|
62
|
+
"totalOperations": 1,
|
|
63
|
+
"totalAmount": 500,
|
|
64
|
+
"status": {
|
|
65
|
+
"id": 1,
|
|
66
|
+
"description": "Pendiente"
|
|
67
|
+
},
|
|
68
|
+
"detailData": [
|
|
69
|
+
{
|
|
70
|
+
"id": 2,
|
|
71
|
+
"transferPendingId": 2,
|
|
72
|
+
"beneficiary": "Carlos Méndez",
|
|
73
|
+
"beneficiaryRut": "22333444-5",
|
|
74
|
+
"beneficiaryBank": "Santander",
|
|
75
|
+
"beneficiaryBankAccount": "444455556666",
|
|
76
|
+
"beneficiarySwift": "BSCHCLRMXXX",
|
|
77
|
+
"beneficiaryAba": "CL12345678900112233",
|
|
78
|
+
"intermediaryBank": "Banco de Chile",
|
|
79
|
+
"intermediaryBankAccount": "123456789",
|
|
80
|
+
"intermediarySwift": "CHILEINTXX01",
|
|
81
|
+
"intermediaryAba": "CL223344556677889900",
|
|
82
|
+
"country": "Chile",
|
|
83
|
+
"movementType": "Transferencia",
|
|
84
|
+
"transferType": "Cuenta personal",
|
|
85
|
+
"currencyType": 2,
|
|
86
|
+
"amount": 500,
|
|
87
|
+
"comment": "Pago proyecto web",
|
|
88
|
+
"status": {
|
|
89
|
+
"id": 4,
|
|
90
|
+
"description": "Pendiente de confirmación"
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
]
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"id": 3,
|
|
97
|
+
"clientId": 1,
|
|
98
|
+
"operationNumber": "000003",
|
|
99
|
+
"admissionDate": "2023-10-03",
|
|
100
|
+
"paymentDate": "-",
|
|
101
|
+
"sourceSequence": "10",
|
|
102
|
+
"currencyType": 1,
|
|
103
|
+
"creator": "María López",
|
|
104
|
+
"paymentMethod": "Transferencia",
|
|
105
|
+
"transferType": "Cuenta empresa",
|
|
106
|
+
"totalOperations": 1,
|
|
107
|
+
"totalAmount": 750,
|
|
108
|
+
"status": {
|
|
109
|
+
"id": 1,
|
|
110
|
+
"description": "Pendiente"
|
|
111
|
+
},
|
|
112
|
+
"detailData": [
|
|
113
|
+
{
|
|
114
|
+
"id": 3,
|
|
115
|
+
"transferPendingId": 3,
|
|
116
|
+
"beneficiary": "Empresa ABC Ltda",
|
|
117
|
+
"beneficiaryRut": "76889900-1",
|
|
118
|
+
"beneficiaryBank": "BICE",
|
|
119
|
+
"beneficiaryBankAccount": "765432109876",
|
|
120
|
+
"beneficiarySwift": "BICECLRMXXX",
|
|
121
|
+
"beneficiaryAba": "CL9988771122334455",
|
|
122
|
+
"intermediaryBank": "Banco Internacional",
|
|
123
|
+
"intermediaryBankAccount": "234567890",
|
|
124
|
+
"intermediarySwift": "INTBANKCLRM",
|
|
125
|
+
"intermediaryAba": "CL0099887766554433",
|
|
126
|
+
"country": "Chile",
|
|
127
|
+
"movementType": "Transferencia",
|
|
128
|
+
"transferType": "Cuenta empresa",
|
|
129
|
+
"currencyType": 1,
|
|
130
|
+
"amount": 750,
|
|
131
|
+
"comment": "Abono mensual servicios",
|
|
132
|
+
"status": {
|
|
133
|
+
"id": 3,
|
|
134
|
+
"description": "Pendiente de Carta de Transferencia"
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
]
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"id": 4,
|
|
141
|
+
"clientId": 1,
|
|
142
|
+
"operationNumber": "000004",
|
|
143
|
+
"admissionDate": "2023-10-04",
|
|
144
|
+
"paymentDate": "-",
|
|
145
|
+
"sourceSequence": "11",
|
|
146
|
+
"currencyType": 2,
|
|
147
|
+
"creator": "Pedro Fernández",
|
|
148
|
+
"paymentMethod": "Transferencia",
|
|
149
|
+
"transferType": "Cuenta personal",
|
|
150
|
+
"totalOperations": 1,
|
|
151
|
+
"totalAmount": 100,
|
|
152
|
+
"status": {
|
|
153
|
+
"id": 1,
|
|
154
|
+
"description": "Pendiente"
|
|
155
|
+
},
|
|
156
|
+
"detailData": [
|
|
157
|
+
{
|
|
158
|
+
"id": 4,
|
|
159
|
+
"transferPendingId": 4,
|
|
160
|
+
"beneficiary": "Ana Castillo",
|
|
161
|
+
"beneficiaryRut": "18765432-9",
|
|
162
|
+
"beneficiaryBank": "Scotiabank",
|
|
163
|
+
"beneficiaryBankAccount": "123123123",
|
|
164
|
+
"beneficiarySwift": "SCOTCLRMXXX",
|
|
165
|
+
"beneficiaryAba": "CL5566778899001122",
|
|
166
|
+
"intermediaryBank": "Banco de Chile",
|
|
167
|
+
"intermediaryBankAccount": "88889999",
|
|
168
|
+
"intermediarySwift": "BCHCLRMINT",
|
|
169
|
+
"intermediaryAba": "CL7766554433221100",
|
|
170
|
+
"country": "Chile",
|
|
171
|
+
"movementType": "Transferencia",
|
|
172
|
+
"transferType": "Cuenta personal",
|
|
173
|
+
"currencyType": 2,
|
|
174
|
+
"amount": 100,
|
|
175
|
+
"comment": "Reembolso viaje",
|
|
176
|
+
"status": {
|
|
177
|
+
"id": 3,
|
|
178
|
+
"description": "Pendiente de Carta de Transferencia"
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
]
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"id": 5,
|
|
185
|
+
"clientId": 1,
|
|
186
|
+
"operationNumber": "000005",
|
|
187
|
+
"admissionDate": "2023-10-05",
|
|
188
|
+
"paymentDate": "-",
|
|
189
|
+
"sourceSequence": "12",
|
|
190
|
+
"currencyType": 1,
|
|
191
|
+
"creator": "Laura Salas",
|
|
192
|
+
"paymentMethod": "Transferencia",
|
|
193
|
+
"transferType": "Cuenta tercero",
|
|
194
|
+
"totalOperations": 1,
|
|
195
|
+
"totalAmount": 900,
|
|
196
|
+
"status": {
|
|
197
|
+
"id": 1,
|
|
198
|
+
"description": "Pendiente"
|
|
199
|
+
},
|
|
200
|
+
"detailData": [
|
|
201
|
+
{
|
|
202
|
+
"id": 5,
|
|
203
|
+
"transferPendingId": 5,
|
|
204
|
+
"beneficiary": "Agencia XYZ",
|
|
205
|
+
"beneficiaryRut": "7998877-6",
|
|
206
|
+
"beneficiaryBank": "Banco Falabella",
|
|
207
|
+
"beneficiaryBankAccount": "88990011",
|
|
208
|
+
"beneficiarySwift": "FALACLRMXXX",
|
|
209
|
+
"beneficiaryAba": "CL5544332211009988",
|
|
210
|
+
"intermediaryBank": "Banco de Chile",
|
|
211
|
+
"intermediaryBankAccount": "11112222",
|
|
212
|
+
"intermediarySwift": "CHILEINT456",
|
|
213
|
+
"intermediaryAba": "CL1122334455667788",
|
|
214
|
+
"country": "Chile",
|
|
215
|
+
"movementType": "Transferencia",
|
|
216
|
+
"transferType": "Cuenta tercero",
|
|
217
|
+
"currencyType": 1,
|
|
218
|
+
"amount": 900,
|
|
219
|
+
"comment": "Publicidad mensual",
|
|
220
|
+
"status": {
|
|
221
|
+
"id": 4,
|
|
222
|
+
"description": "Pendiente de confirmación"
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
]
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"id": 7,
|
|
229
|
+
"clientId": 1,
|
|
230
|
+
"operationNumber": "000007",
|
|
231
|
+
"admissionDate": "2023-10-07",
|
|
232
|
+
"paymentDate": "-",
|
|
233
|
+
"sourceSequence": "14",
|
|
234
|
+
"currencyType": 1,
|
|
235
|
+
"creator": "Ignacio Ruiz",
|
|
236
|
+
"paymentMethod": "Transferencia",
|
|
237
|
+
"transferType": "Cuenta empresa",
|
|
238
|
+
"totalOperations": 3,
|
|
239
|
+
"totalAmount": 1200,
|
|
240
|
+
"status": {
|
|
241
|
+
"id": 1,
|
|
242
|
+
"description": "Pendiente"
|
|
243
|
+
},
|
|
244
|
+
"detailData": [
|
|
245
|
+
{
|
|
246
|
+
"id": 6,
|
|
247
|
+
"transferPendingId": 7,
|
|
248
|
+
"beneficiary": "Constructora Roca",
|
|
249
|
+
"beneficiaryRut": "66554433-1",
|
|
250
|
+
"beneficiaryBank": "Itau",
|
|
251
|
+
"beneficiaryBankAccount": "333322221111",
|
|
252
|
+
"beneficiarySwift": "ITAUCHRMXXX",
|
|
253
|
+
"beneficiaryAba": "CL7788990011223344",
|
|
254
|
+
"intermediaryBank": "Banco de Chile",
|
|
255
|
+
"intermediaryBankAccount": "12121212",
|
|
256
|
+
"intermediarySwift": "CHILROCAINT",
|
|
257
|
+
"intermediaryAba": "CL4455667788990011",
|
|
258
|
+
"country": "Chile",
|
|
259
|
+
"movementType": "Transferencia",
|
|
260
|
+
"transferType": "Cuenta empresa",
|
|
261
|
+
"currencyType": 1,
|
|
262
|
+
"amount": 400,
|
|
263
|
+
"comment": "Pago avance de obra",
|
|
264
|
+
"status": {
|
|
265
|
+
"id": 2,
|
|
266
|
+
"description": "Pendiente de la firma/ aprobación"
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"id": 7,
|
|
271
|
+
"transferPendingId": 7,
|
|
272
|
+
"beneficiary": "Inversiones Lara",
|
|
273
|
+
"beneficiaryRut": "55443322-0",
|
|
274
|
+
"beneficiaryBank": "BCI",
|
|
275
|
+
"beneficiaryBankAccount": "555566667777",
|
|
276
|
+
"beneficiarySwift": "BCICLRMXXX",
|
|
277
|
+
"beneficiaryAba": "CL6677889900112233",
|
|
278
|
+
"intermediaryBank": "Banco de Chile",
|
|
279
|
+
"intermediaryBankAccount": "23232323",
|
|
280
|
+
"intermediarySwift": "BCIINT456",
|
|
281
|
+
"intermediaryAba": "CL9988776655443322",
|
|
282
|
+
"country": "Chile",
|
|
283
|
+
"movementType": "Transferencia",
|
|
284
|
+
"transferType": "Cuenta empresa",
|
|
285
|
+
"currencyType": 1,
|
|
286
|
+
"amount": 500,
|
|
287
|
+
"comment": "Pago inversión",
|
|
288
|
+
"status": {
|
|
289
|
+
"id": 4,
|
|
290
|
+
"description": "Pendiente de confirmación"
|
|
291
|
+
},
|
|
292
|
+
"file": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVR42mP8//8/AwAI/wM+z4AAAAASUVORK5CYII="
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"id": 8,
|
|
296
|
+
"transferPendingId": 7,
|
|
297
|
+
"beneficiary": "Logística Sur",
|
|
298
|
+
"beneficiaryRut": "33445566-8",
|
|
299
|
+
"beneficiaryBank": "Banco de Chile",
|
|
300
|
+
"beneficiaryBankAccount": "111199998888",
|
|
301
|
+
"beneficiarySwift": "CHILECLRMMM",
|
|
302
|
+
"beneficiaryAba": "CL4455667788991122",
|
|
303
|
+
"intermediaryBank": "Banco Estado",
|
|
304
|
+
"intermediaryBankAccount": "99990000",
|
|
305
|
+
"intermediarySwift": "ESTINTCLRM",
|
|
306
|
+
"intermediaryAba": "CL3344556677889900",
|
|
307
|
+
"country": "Chile",
|
|
308
|
+
"movementType": "Transferencia",
|
|
309
|
+
"transferType": "Cuenta empresa",
|
|
310
|
+
"currencyType": 1,
|
|
311
|
+
"amount": 300,
|
|
312
|
+
"comment": "Servicios de transporte",
|
|
313
|
+
"status": {
|
|
314
|
+
"id": 3,
|
|
315
|
+
"description": "Pendiente de Carta de Transferencia"
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
]
|
|
319
|
+
}
|
|
320
|
+
]
|
|
321
|
+
}
|
|
322
|
+
;
|
|
323
|
+
|
|
324
|
+
export default _default;
|
|
@@ -0,0 +1,219 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"success": true,
|
|
3
|
+
"code": 200,
|
|
4
|
+
"data": [
|
|
5
|
+
{
|
|
6
|
+
"id": 1,
|
|
7
|
+
"clientId": 1,
|
|
8
|
+
"representantiveType": 1,
|
|
9
|
+
"fullName": "Sergio Navarrete",
|
|
10
|
+
"rut": "8.998.555-4",
|
|
11
|
+
"email": "sergio@navarrete.com",
|
|
12
|
+
"phone": 111111111,
|
|
13
|
+
"class": "A"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"id": 2,
|
|
17
|
+
"clientId": 1,
|
|
18
|
+
"representantiveType": 1,
|
|
19
|
+
"fullName": "Paula Gutiérrez",
|
|
20
|
+
"rut": "9.123.456-7",
|
|
21
|
+
"email": "paula.gutierrez@example.com",
|
|
22
|
+
"phone": 222222222,
|
|
23
|
+
"class": "B"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"id": 3,
|
|
27
|
+
"clientId": 1,
|
|
28
|
+
"representantiveType": 1,
|
|
29
|
+
"fullName": "Cristóbal Moya",
|
|
30
|
+
"rut": "10.234.567-8",
|
|
31
|
+
"email": "cristobal.moya@example.com",
|
|
32
|
+
"phone": 333333333,
|
|
33
|
+
"class": "C"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"id": 4,
|
|
37
|
+
"clientId": 1,
|
|
38
|
+
"representantiveType": 1,
|
|
39
|
+
"fullName": "Valentina Ríos",
|
|
40
|
+
"rut": "11.345.678-9",
|
|
41
|
+
"email": "valentina.rios@example.com",
|
|
42
|
+
"phone": 444444444,
|
|
43
|
+
"class": "A"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"id": 5,
|
|
47
|
+
"clientId": 1,
|
|
48
|
+
"representantiveType": 1,
|
|
49
|
+
"fullName": "Javier Torres",
|
|
50
|
+
"rut": "12.456.789-0",
|
|
51
|
+
"email": "javier.torres@example.com",
|
|
52
|
+
"phone": 555555555,
|
|
53
|
+
"class": "B"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"id": 6,
|
|
57
|
+
"clientId": 1,
|
|
58
|
+
"representantiveType": 1,
|
|
59
|
+
"fullName": "Carolina Vidal",
|
|
60
|
+
"rut": "13.567.890-1",
|
|
61
|
+
"email": "carolina.vidal@example.com",
|
|
62
|
+
"phone": 666666666,
|
|
63
|
+
"class": "C"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": 7,
|
|
67
|
+
"clientId": 1,
|
|
68
|
+
"representantiveType": 1,
|
|
69
|
+
"fullName": "Felipe Contreras",
|
|
70
|
+
"rut": "14.678.901-2",
|
|
71
|
+
"email": "felipe.contreras@example.com",
|
|
72
|
+
"phone": 777777777,
|
|
73
|
+
"class": "A"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"id": 8,
|
|
77
|
+
"clientId": 1,
|
|
78
|
+
"representantiveType": 1,
|
|
79
|
+
"fullName": "Natalia Espinoza",
|
|
80
|
+
"rut": "15.789.012-3",
|
|
81
|
+
"email": "natalia.espinoza@example.com",
|
|
82
|
+
"phone": 888888888,
|
|
83
|
+
"class": "B"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"id": 9,
|
|
87
|
+
"clientId": 1,
|
|
88
|
+
"representantiveType": 1,
|
|
89
|
+
"fullName": "Tomás Fuentes",
|
|
90
|
+
"rut": "16.890.123-4",
|
|
91
|
+
"email": "tomas.fuentes@example.com",
|
|
92
|
+
"phone": 999999999,
|
|
93
|
+
"class": "C"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"id": 10,
|
|
97
|
+
"clientId": 1,
|
|
98
|
+
"representantiveType": 1,
|
|
99
|
+
"fullName": "Camila Herrera",
|
|
100
|
+
"rut": "17.901.234-5",
|
|
101
|
+
"email": "camila.herrera@example.com",
|
|
102
|
+
"phone": 101010101,
|
|
103
|
+
"class": "A"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"id": 11,
|
|
107
|
+
"clientId": 1,
|
|
108
|
+
"representantiveType": 1,
|
|
109
|
+
"fullName": "numero 11",
|
|
110
|
+
"rut": "17.901.234-5",
|
|
111
|
+
"email": "camila.herrera@example.com",
|
|
112
|
+
"phone": 101010101,
|
|
113
|
+
"class": "D"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"id": 12,
|
|
117
|
+
"clientId": 1,
|
|
118
|
+
"representantiveType": 2,
|
|
119
|
+
"fullName": "Santiago Ovalle",
|
|
120
|
+
"rut": "11.111.111-5",
|
|
121
|
+
"email": "santiago@oville.com",
|
|
122
|
+
"phone": 111111111,
|
|
123
|
+
"atribute": "Autorizado para dar órdenes"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"id": 13,
|
|
127
|
+
"clientId": 1,
|
|
128
|
+
"representantiveType": 2,
|
|
129
|
+
"fullName": "Mariana Pérez",
|
|
130
|
+
"rut": "22.222.222-6",
|
|
131
|
+
"email": "mariana.perez@example.com",
|
|
132
|
+
"phone": 222222222,
|
|
133
|
+
"atribute": "Acceso a información financiera"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"id": 14,
|
|
137
|
+
"clientId": 1,
|
|
138
|
+
"representantiveType": 2,
|
|
139
|
+
"fullName": "Joaquín Rodríguez",
|
|
140
|
+
"rut": "33.333.333-7",
|
|
141
|
+
"email": "joaquin.rodriguez@example.com",
|
|
142
|
+
"phone": 333333333,
|
|
143
|
+
"atribute": "Autorizado para transferencias"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"id": 15,
|
|
147
|
+
"clientId": 1,
|
|
148
|
+
"representantiveType": 2,
|
|
149
|
+
"fullName": "Valeria Gómez",
|
|
150
|
+
"rut": "44.444.444-8",
|
|
151
|
+
"email": "valeria.gomez@example.com",
|
|
152
|
+
"phone": 444444444,
|
|
153
|
+
"atribute": "Autorizado para retiro de fondos"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"id": 16,
|
|
157
|
+
"clientId": 1,
|
|
158
|
+
"representantiveType": 2,
|
|
159
|
+
"fullName": "Andrés Fuentes",
|
|
160
|
+
"rut": "55.555.555-9",
|
|
161
|
+
"email": "andres.fuentes@example.com",
|
|
162
|
+
"phone": 555555555,
|
|
163
|
+
"atribute": "Acceso a reportes financieros"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"id": 17,
|
|
167
|
+
"clientId": 1,
|
|
168
|
+
"representantiveType": 2,
|
|
169
|
+
"fullName": "Camila Herrera",
|
|
170
|
+
"rut": "66.666.666-0",
|
|
171
|
+
"email": "camila.herrera@example.com",
|
|
172
|
+
"phone": 666666666,
|
|
173
|
+
"atribute": "Autorizado para realizar pagos"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"id": 18,
|
|
177
|
+
"clientId": 1,
|
|
178
|
+
"representantiveType": 2,
|
|
179
|
+
"fullName": "Gonzalo Mena",
|
|
180
|
+
"rut": "77.777.777-1",
|
|
181
|
+
"email": "gonzalo.mena@example.com",
|
|
182
|
+
"phone": 777777777,
|
|
183
|
+
"atribute": "Autorizado para firma digital"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"id": 19,
|
|
187
|
+
"clientId": 1,
|
|
188
|
+
"representantiveType": 2,
|
|
189
|
+
"fullName": "Lucía Cáceres",
|
|
190
|
+
"rut": "88.888.888-2",
|
|
191
|
+
"email": "lucia.caceres@example.com",
|
|
192
|
+
"phone": 888888888,
|
|
193
|
+
"atribute": "Acceso a cuentas bancarias"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"id": 20,
|
|
197
|
+
"clientId": 1,
|
|
198
|
+
"representantiveType": 2,
|
|
199
|
+
"fullName": "Felipe Navarro",
|
|
200
|
+
"rut": "99.999.999-3",
|
|
201
|
+
"email": "felipe.navarro@example.com",
|
|
202
|
+
"phone": 999999999,
|
|
203
|
+
"atribute": "Autorizado para firmar contratos"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"id": 21,
|
|
207
|
+
"clientId": 1,
|
|
208
|
+
"representantiveType": 2,
|
|
209
|
+
"fullName": "Isidora Pacheco",
|
|
210
|
+
"rut": "10.101.010-4",
|
|
211
|
+
"email": "isidora.pacheco@example.com",
|
|
212
|
+
"phone": 101010101,
|
|
213
|
+
"atribute": "Acceso a configuraciones avanzadas"
|
|
214
|
+
}
|
|
215
|
+
]
|
|
216
|
+
}
|
|
217
|
+
;
|
|
218
|
+
|
|
219
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"success": true,
|
|
3
|
+
"code": 200,
|
|
4
|
+
"data": [
|
|
5
|
+
{ "id": 1, "description": "Matriz" },
|
|
6
|
+
{ "id": 2, "description": "Filial" },
|
|
7
|
+
{ "id": 3, "description": "Proveedor" },
|
|
8
|
+
{ "id": 4, "description": "Cliente" },
|
|
9
|
+
{ "id": 5, "description": "Pariente" },
|
|
10
|
+
{ "id": 7, "description": "Otros" }
|
|
11
|
+
]
|
|
12
|
+
}
|
|
13
|
+
;
|
|
14
|
+
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"success": true,
|
|
3
|
+
"code": 200,
|
|
4
|
+
"data": [
|
|
5
|
+
{
|
|
6
|
+
"id": 1,
|
|
7
|
+
"clientId": 1,
|
|
8
|
+
"name": "Banco BCI",
|
|
9
|
+
"account": "123123123123123",
|
|
10
|
+
"accountType": "Cuenta corriente",
|
|
11
|
+
"favorite": true,
|
|
12
|
+
"country": "Perú",
|
|
13
|
+
"isBeneficiary": false,
|
|
14
|
+
"beneficiary": {}
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"id": 2,
|
|
18
|
+
"clientId": 1,
|
|
19
|
+
"account": "1231231233123",
|
|
20
|
+
"name": "Banco Estado",
|
|
21
|
+
"favorite": true,
|
|
22
|
+
"accountType": "Cuenta corriente",
|
|
23
|
+
"country": "Chile",
|
|
24
|
+
"isBeneficiary": false,
|
|
25
|
+
"beneficiary": {}
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"id": 3,
|
|
29
|
+
"clientId": 1,
|
|
30
|
+
"account": "12312312312312",
|
|
31
|
+
"name": "Banco Santander",
|
|
32
|
+
"favorite": false,
|
|
33
|
+
"accountType": "Cuenta corriente",
|
|
34
|
+
"country": "Chile",
|
|
35
|
+
"isBeneficiary": false,
|
|
36
|
+
"beneficiary": {}
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"id": 4,
|
|
40
|
+
"clientId": 1,
|
|
41
|
+
"account": "14141414141414",
|
|
42
|
+
"name": "Banco Falabelle",
|
|
43
|
+
"favorite": true,
|
|
44
|
+
"accountType": "Cuenta corriente",
|
|
45
|
+
"country": "Chile",
|
|
46
|
+
"isBeneficiary": true,
|
|
47
|
+
"beneficiary": {
|
|
48
|
+
"id": 20,
|
|
49
|
+
"name": "Juan Pérez",
|
|
50
|
+
"rut": "12.345.678-9"
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"id": 5,
|
|
55
|
+
"clientId": 1,
|
|
56
|
+
"account": "13131313131313",
|
|
57
|
+
"name": "Banco Santander",
|
|
58
|
+
"favorite": false,
|
|
59
|
+
"accountType": "Cuenta vista",
|
|
60
|
+
"country": "Perú",
|
|
61
|
+
"isBeneficiary": true,
|
|
62
|
+
"beneficiary": {
|
|
63
|
+
"id": 21,
|
|
64
|
+
"name": "Pedro González",
|
|
65
|
+
"rut": "14.345.678-9"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"id": 6,
|
|
70
|
+
"clientId": 1,
|
|
71
|
+
"account": "1212121212",
|
|
72
|
+
"name": "Banco BCI",
|
|
73
|
+
"favorite": false,
|
|
74
|
+
"accountType": "Cuenta corriente",
|
|
75
|
+
"country": "Argentina",
|
|
76
|
+
"isBeneficiary": true,
|
|
77
|
+
"beneficiary": {
|
|
78
|
+
"id": 22,
|
|
79
|
+
"name": "Jose Rojas",
|
|
80
|
+
"rut": "13.345.678-9"
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
]
|
|
84
|
+
}
|
|
85
|
+
;
|
|
86
|
+
|
|
87
|
+
export default _default;
|
package/dist/favicon.ico
ADDED
|
Binary file
|