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.
Files changed (192) hide show
  1. package/PUBLISHING.md +158 -0
  2. package/README.md +175 -0
  3. package/dist/adjunto.svg +9 -0
  4. package/dist/auto-imports.d.ts +99 -0
  5. package/dist/components/operations/BalanceCard.stories.d.ts +12 -0
  6. package/dist/components/operations/BalanceCard.stories.d.ts.map +1 -0
  7. package/dist/components/operations/DetailsCard.vue.d.ts +33 -0
  8. package/dist/components/operations/DetailsCard.vue.d.ts.map +1 -0
  9. package/dist/components/operations/PaymentDocument.vue.d.ts +48 -0
  10. package/dist/components/operations/PaymentDocument.vue.d.ts.map +1 -0
  11. package/dist/components/ui/CustomButton.stories.d.ts +16 -0
  12. package/dist/components/ui/CustomButton.stories.d.ts.map +1 -0
  13. package/dist/components/ui/CustomButton.vue.d.ts +80 -0
  14. package/dist/components/ui/CustomButton.vue.d.ts.map +1 -0
  15. package/dist/components/ui/CustomCardCountry.vue.d.ts +30 -0
  16. package/dist/components/ui/CustomCardCountry.vue.d.ts.map +1 -0
  17. package/dist/components/ui/CustomDatePicker.vue.d.ts +18 -0
  18. package/dist/components/ui/CustomDatePicker.vue.d.ts.map +1 -0
  19. package/dist/components/ui/CustomDialog.stories.d.ts +10 -0
  20. package/dist/components/ui/CustomDialog.stories.d.ts.map +1 -0
  21. package/dist/components/ui/CustomDialog.vue.d.ts +38 -0
  22. package/dist/components/ui/CustomDialog.vue.d.ts.map +1 -0
  23. package/dist/components/ui/CustomInfoOperationTable.vue.d.ts +116 -0
  24. package/dist/components/ui/CustomInfoOperationTable.vue.d.ts.map +1 -0
  25. package/dist/components/ui/CustomInput.stories.d.ts +15 -0
  26. package/dist/components/ui/CustomInput.stories.d.ts.map +1 -0
  27. package/dist/components/ui/CustomInput.vue.d.ts +165 -0
  28. package/dist/components/ui/CustomInput.vue.d.ts.map +1 -0
  29. package/dist/components/ui/CustomModalConfirm.vue.d.ts +35 -0
  30. package/dist/components/ui/CustomModalConfirm.vue.d.ts.map +1 -0
  31. package/dist/components/ui/CustomModalInfoTable.vue.d.ts +18 -0
  32. package/dist/components/ui/CustomModalInfoTable.vue.d.ts.map +1 -0
  33. package/dist/components/ui/CustomMultiButton.vue.d.ts +11 -0
  34. package/dist/components/ui/CustomMultiButton.vue.d.ts.map +1 -0
  35. package/dist/components/ui/CustomPersonalData.vue.d.ts +7 -0
  36. package/dist/components/ui/CustomPersonalData.vue.d.ts.map +1 -0
  37. package/dist/components/ui/CustomSelect.stories.d.ts +14 -0
  38. package/dist/components/ui/CustomSelect.stories.d.ts.map +1 -0
  39. package/dist/components/ui/CustomShowDetailsOperation.vue.d.ts +96 -0
  40. package/dist/components/ui/CustomShowDetailsOperation.vue.d.ts.map +1 -0
  41. package/dist/components/ui/CustomUploadExcel.vue.d.ts +33 -0
  42. package/dist/components/ui/CustomUploadExcel.vue.d.ts.map +1 -0
  43. package/dist/components/ui/MainCard.vue.d.ts +18 -0
  44. package/dist/components/ui/MainCard.vue.d.ts.map +1 -0
  45. package/dist/components/ui/MainTable.stories.d.ts +9 -0
  46. package/dist/components/ui/MainTable.stories.d.ts.map +1 -0
  47. package/dist/components/ui/ModalAutorization.vue.d.ts +53 -0
  48. package/dist/components/ui/ModalAutorization.vue.d.ts.map +1 -0
  49. package/dist/components/ui/ModalAutorizationOperation.vue.d.ts +63 -0
  50. package/dist/components/ui/ModalAutorizationOperation.vue.d.ts.map +1 -0
  51. package/dist/components/ui/UploadFileDialog.vue.d.ts +36 -0
  52. package/dist/components/ui/UploadFileDialog.vue.d.ts.map +1 -0
  53. package/dist/composables/useFeatureFlags.d.ts +6 -0
  54. package/dist/composables/useFeatureFlags.d.ts.map +1 -0
  55. package/dist/composables/useFormatPrice.d.ts +4 -0
  56. package/dist/composables/useFormatPrice.d.ts.map +1 -0
  57. package/dist/currencyIcon/clp.svg +11 -0
  58. package/dist/currencyIcon/eur.svg +11 -0
  59. package/dist/currencyIcon/usd.svg +52 -0
  60. package/dist/data/accountData.json.d.ts +29 -0
  61. package/dist/data/accountOriginData.json.d.ts +17 -0
  62. package/dist/data/banksCrediCorpData.json.d.ts +51 -0
  63. package/dist/data/clientAmountData.json.d.ts +69 -0
  64. package/dist/data/clientTypeData.json.d.ts +21 -0
  65. package/dist/data/companyData.json.d.ts +236 -0
  66. package/dist/data/companyList.json.d.ts +103 -0
  67. package/dist/data/countryList.json.d.ts +247 -0
  68. package/dist/data/currencyData.json.d.ts +21 -0
  69. package/dist/data/heritageCharData.json.d.ts +55 -0
  70. package/dist/data/movementTypeData.json.d.ts +27 -0
  71. package/dist/data/myAccountList.json.d.ts +776 -0
  72. package/dist/data/myLastMovement.json.d.ts +250 -0
  73. package/dist/data/myMovementsContributionsData.json.d.ts +145 -0
  74. package/dist/data/myMovementsData.json.d.ts +102 -0
  75. package/dist/data/myMovementsForexData.json.d.ts +94 -0
  76. package/dist/data/operationStatusMovementData.json.d.ts +21 -0
  77. package/dist/data/operationTypeMovementData.json.d.ts +41 -0
  78. package/dist/data/paymentMethods.json.d.ts +12 -0
  79. package/dist/data/pendingTransfersData.json.d.ts +324 -0
  80. package/dist/data/representativeList.json.d.ts +219 -0
  81. package/dist/data/surveyData.json.d.ts +15 -0
  82. package/dist/data/transferData.json.d.ts +87 -0
  83. package/dist/favicon.ico +0 -0
  84. package/dist/index.d.ts +74 -0
  85. package/dist/index.d.ts.map +1 -0
  86. package/dist/index.es.js +44953 -0
  87. package/dist/index.es.js.map +1 -0
  88. package/dist/index.umd.js +4545 -0
  89. package/dist/index.umd.js.map +1 -0
  90. package/dist/plantillas/CLP.xlsx +0 -0
  91. package/dist/plantillas/EUR.xlsx +0 -0
  92. package/dist/plantillas/USD.xlsx +0 -0
  93. package/dist/plantillas/carta_de_transferencia.png +0 -0
  94. package/dist/plugins/frontAwesome.d.ts +3 -0
  95. package/dist/plugins/frontAwesome.d.ts.map +1 -0
  96. package/dist/plugins/primeVue.d.ts +2 -0
  97. package/dist/plugins/primeVue.d.ts.map +1 -0
  98. package/dist/service/account/accountTypeService.d.ts +5 -0
  99. package/dist/service/account/accountTypeService.d.ts.map +1 -0
  100. package/dist/service/account/types.d.ts +5 -0
  101. package/dist/service/account/types.d.ts.map +1 -0
  102. package/dist/service/analyst/analystService.d.ts +7 -0
  103. package/dist/service/analyst/analystService.d.ts.map +1 -0
  104. package/dist/service/analyst/types.d.ts +86 -0
  105. package/dist/service/analyst/types.d.ts.map +1 -0
  106. package/dist/service/azureB2CConfig.d.ts +3 -0
  107. package/dist/service/azureB2CConfig.d.ts.map +1 -0
  108. package/dist/service/beneficiary/beneficiaryService.d.ts +13 -0
  109. package/dist/service/beneficiary/beneficiaryService.d.ts.map +1 -0
  110. package/dist/service/beneficiary/types.d.ts +90 -0
  111. package/dist/service/beneficiary/types.d.ts.map +1 -0
  112. package/dist/service/clientType/clientTypeService.d.ts +5 -0
  113. package/dist/service/clientType/clientTypeService.d.ts.map +1 -0
  114. package/dist/service/clientType/types.d.ts +5 -0
  115. package/dist/service/clientType/types.d.ts.map +1 -0
  116. package/dist/service/config/UrlConfig.d.ts +12 -0
  117. package/dist/service/config/UrlConfig.d.ts.map +1 -0
  118. package/dist/service/currencyType/currencyService.d.ts +5 -0
  119. package/dist/service/currencyType/currencyService.d.ts.map +1 -0
  120. package/dist/service/currencyType/types.d.ts +6 -0
  121. package/dist/service/currencyType/types.d.ts.map +1 -0
  122. package/dist/service/general/accountOriginService.d.ts +7 -0
  123. package/dist/service/general/accountOriginService.d.ts.map +1 -0
  124. package/dist/service/general/banksCrediCorpService.d.ts +7 -0
  125. package/dist/service/general/banksCrediCorpService.d.ts.map +1 -0
  126. package/dist/service/general/clientAmountService.d.ts +5 -0
  127. package/dist/service/general/clientAmountService.d.ts.map +1 -0
  128. package/dist/service/general/countryService.d.ts +7 -0
  129. package/dist/service/general/countryService.d.ts.map +1 -0
  130. package/dist/service/general/movementTypeService.d.ts +7 -0
  131. package/dist/service/general/movementTypeService.d.ts.map +1 -0
  132. package/dist/service/general/operationService.d.ts +7 -0
  133. package/dist/service/general/operationService.d.ts.map +1 -0
  134. package/dist/service/general/paymentMethodsService.d.ts +7 -0
  135. package/dist/service/general/paymentMethodsService.d.ts.map +1 -0
  136. package/dist/service/general/surveyService.d.ts +7 -0
  137. package/dist/service/general/surveyService.d.ts.map +1 -0
  138. package/dist/service/general/transactionService.d.ts +10 -0
  139. package/dist/service/general/transactionService.d.ts.map +1 -0
  140. package/dist/service/general/types.d.ts +46 -0
  141. package/dist/service/general/types.d.ts.map +1 -0
  142. package/dist/service/heritage/heritageChartService.d.ts +7 -0
  143. package/dist/service/heritage/heritageChartService.d.ts.map +1 -0
  144. package/dist/service/heritage/heritageService.d.ts +7 -0
  145. package/dist/service/heritage/heritageService.d.ts.map +1 -0
  146. package/dist/service/heritage/types.d.ts +61 -0
  147. package/dist/service/heritage/types.d.ts.map +1 -0
  148. package/dist/service/myMovement/myMovementService.d.ts +26 -0
  149. package/dist/service/myMovement/myMovementService.d.ts.map +1 -0
  150. package/dist/service/myMovement/type.d.ts +71 -0
  151. package/dist/service/myMovement/type.d.ts.map +1 -0
  152. package/dist/service/representative/representativeService.d.ts +8 -0
  153. package/dist/service/representative/representativeService.d.ts.map +1 -0
  154. package/dist/service/representative/types.d.ts +12 -0
  155. package/dist/service/representative/types.d.ts.map +1 -0
  156. package/dist/service/signalr.d.ts +1 -0
  157. package/dist/service/signalr.d.ts.map +1 -0
  158. package/dist/service/transfer/transferService.d.ts +12 -0
  159. package/dist/service/transfer/transferService.d.ts.map +1 -0
  160. package/dist/service/transfer/type.d.ts +60 -0
  161. package/dist/service/transfer/type.d.ts.map +1 -0
  162. package/dist/service/types.d.ts +12 -0
  163. package/dist/service/types.d.ts.map +1 -0
  164. package/dist/service/userAuth/types.d.ts +23 -0
  165. package/dist/service/userAuth/types.d.ts.map +1 -0
  166. package/dist/service/userAuth/userAuthService.d.ts +6 -0
  167. package/dist/service/userAuth/userAuthService.d.ts.map +1 -0
  168. package/dist/service/utils.d.ts +47 -0
  169. package/dist/service/utils.d.ts.map +1 -0
  170. package/dist/service/webSocketConnection.d.ts +11 -0
  171. package/dist/service/webSocketConnection.d.ts.map +1 -0
  172. package/dist/stores/accountsStore.d.ts +17 -0
  173. package/dist/stores/accountsStore.d.ts.map +1 -0
  174. package/dist/stores/authStore.d.ts +210 -0
  175. package/dist/stores/authStore.d.ts.map +1 -0
  176. package/dist/stores/clientTypeStore.d.ts +17 -0
  177. package/dist/stores/clientTypeStore.d.ts.map +1 -0
  178. package/dist/stores/companyStore.d.ts +23 -0
  179. package/dist/stores/companyStore.d.ts.map +1 -0
  180. package/dist/stores/currencyTypeStore.d.ts +21 -0
  181. package/dist/stores/currencyTypeStore.d.ts.map +1 -0
  182. package/dist/stores/index.d.ts +7 -0
  183. package/dist/stores/index.d.ts.map +1 -0
  184. package/dist/stores/themeStore.d.ts +11 -0
  185. package/dist/stores/themeStore.d.ts.map +1 -0
  186. package/dist/style.css +1 -0
  187. package/dist/types/svg.d.ts +36 -0
  188. package/dist/utils/base64Transformer.d.ts +2 -0
  189. package/dist/utils/base64Transformer.d.ts.map +1 -0
  190. package/dist/utils/validation.d.ts +4 -0
  191. package/dist/utils/validation.d.ts.map +1 -0
  192. package/package.json +131 -0
@@ -0,0 +1,776 @@
1
+ declare const _default: {
2
+ "success": true,
3
+ "code": 200,
4
+ "data": [
5
+ {
6
+ "id": 1,
7
+ "clientId": 1,
8
+ "secuencyId": 1,
9
+ "type": 1,
10
+ "isActive": true,
11
+ "fullName": "Orlando Muñoz Flores",
12
+ "rut": "17790074-5",
13
+ "alias": "Snow",
14
+ "countryId": 2,
15
+ "favorite": true,
16
+ "accounts": [
17
+ {
18
+ "id": 1,
19
+ "userId": 1,
20
+ "currencyType": 1,
21
+ "bankName": "HSBC",
22
+ "accountNumber": "1111111111",
23
+ "accountType": 3,
24
+ "intermediary": false
25
+ }
26
+ ]
27
+ },
28
+ {
29
+ "id": 2,
30
+ "clientId": 1,
31
+ "secuencyId": 1,
32
+ "type": 1,
33
+ "isActive": false,
34
+ "fullName": "Orlando Muñoz Flores",
35
+ "rut": "22.222.222-2",
36
+ "countryId": 2,
37
+ "favorite": true,
38
+ "accounts": [
39
+ {
40
+ "id": 2,
41
+ "userId": 2,
42
+ "currencyType": 2,
43
+ "bankName": "HSBC 2",
44
+ "accountNumber": "22222222",
45
+ "accountType": 3,
46
+ "intermediary": true,
47
+ "codSwift": "BSCHCLRM",
48
+ "codABA": "021000089",
49
+ "addressBank": "direccion banco falsa",
50
+ "cityBank": "metropolitana",
51
+ "countryIdBank": 2,
52
+ "intermediaryBankName": "Bank of America",
53
+ "intermediaryAccountNumber": "9876543210",
54
+ "intermediaryCodSwift": "BOFAUS3N",
55
+ "intermediaryCodABA": "026009593",
56
+ "intermediaryAddressBank": "222 Broadway, New York",
57
+ "intermediaryCountryIdBank": 6,
58
+ "intermediaryCityBank": "New York"
59
+ }
60
+ ]
61
+ },
62
+ {
63
+ "id": 3,
64
+ "clientId": 1,
65
+ "secuencyId": 1,
66
+ "type": 1,
67
+ "isActive": true,
68
+ "fullName": "Orlando Muñoz Flores",
69
+ "rut": "33.333.333-3",
70
+ "countryId": 2,
71
+ "favorite": true,
72
+ "accounts": [
73
+ {
74
+ "id": 3,
75
+ "userId": 3,
76
+ "currencyType": 3,
77
+ "bankName": "BBVA",
78
+ "accountNumber": "333333333",
79
+ "codSwift": "BBVAESMMXXX",
80
+ "codABA": "123456789",
81
+ "addressBank": "direccion banco falsa",
82
+ "cityBank": "metropolitana",
83
+ "countryIdBank": 5,
84
+ "intermediary": true,
85
+ "intermediaryBankName": "Deutsche Bank",
86
+ "intermediaryAccountNumber": "1122334455",
87
+ "intermediaryCodSwift": "DEUTDEFF",
88
+ "intermediaryCodABA": "987654321",
89
+ "intermediaryAddressBank": "Taunusanlage 12",
90
+ "intermediaryCountryIdBank": 7,
91
+ "intermediaryCityBank": "Frankfurt"
92
+ }
93
+ ]
94
+ },
95
+ {
96
+ "id": 4,
97
+ "clientId": 1,
98
+ "secuencyId": 1,
99
+ "type": 1,
100
+ "isActive": true,
101
+ "fullName": "Orlando Muñoz Flores",
102
+ "rut": "11.111.111-1",
103
+ "countryId": 2,
104
+ "favorite": false,
105
+ "accounts": [
106
+ {
107
+ "id": 4,
108
+ "userId": 4,
109
+ "currencyType": 1,
110
+ "bankName": "HSBC",
111
+ "accountNumber": "444444444",
112
+ "accountType": 1,
113
+ "intermediary": false
114
+ }
115
+ ]
116
+ },
117
+ {
118
+ "id": 5,
119
+ "clientId": 1,
120
+ "secuencyId": 1,
121
+ "type": 1,
122
+ "isActive": true,
123
+ "fullName": "Orlando Muñoz Flores",
124
+ "rut": "11.111.111-1",
125
+ "countryId": 2,
126
+ "favorite": false,
127
+ "accounts": [
128
+ {
129
+ "id": 5,
130
+ "userId": 5,
131
+ "currencyType": 2,
132
+ "bankName": "BICE",
133
+ "accountNumber": "555555555",
134
+ "codSwift": "BICECLRM",
135
+ "codABA": "026073150",
136
+ "addressBank": "direccion banco falsa",
137
+ "cityBank": "metropolitana",
138
+ "countryIdBank": 2,
139
+ "intermediary": true,
140
+ "intermediaryBankName": "JP Morgan Chase",
141
+ "intermediaryAccountNumber": "9988776655",
142
+ "intermediaryCodSwift": "CHASUS33",
143
+ "intermediaryCodABA": "021000021",
144
+ "intermediaryAddressBank": "270 Park Ave, New York",
145
+ "intermediaryCountryIdBank": 6,
146
+ "intermediaryCityBank": "New York"
147
+ }
148
+ ]
149
+ },
150
+ {
151
+ "id": 6,
152
+ "clientId": 1,
153
+ "secuencyId": 1,
154
+ "type": 1,
155
+ "isActive": true,
156
+ "fullName": "Orlando Muñoz Flores",
157
+ "rut": "11.111.111-1",
158
+ "countryId": 2,
159
+ "favorite": false,
160
+ "accounts": [
161
+ {
162
+ "id": 6,
163
+ "userId": 6,
164
+ "currencyType": 3,
165
+ "bankName": "Scotiabank",
166
+ "accountNumber": "666666666666",
167
+ "codSwift": "SCOTCLRM",
168
+ "codABA": "011500010",
169
+ "addressBank": "direccion banco falsa",
170
+ "cityBank": "metropolitana",
171
+ "countryIdBank": 2,
172
+ "intermediary": true,
173
+ "intermediaryBankName": "BNP Paribas",
174
+ "intermediaryAccountNumber": "3344556677",
175
+ "intermediaryCodSwift": "BNPAFRPP",
176
+ "intermediaryCodABA": "987654322",
177
+ "intermediaryAddressBank": "16 Boulevard des Italiens",
178
+ "intermediaryCountryIdBank": 9,
179
+ "intermediaryCityBank": "París"
180
+ }
181
+ ]
182
+ },
183
+ {
184
+ "id": 7,
185
+ "clientId": 1,
186
+ "secuencyId": 1,
187
+ "type": 1,
188
+ "isActive": true,
189
+ "fullName": "Orlando Muñoz Flores",
190
+ "rut": "11.111.111-1",
191
+ "countryId": 2,
192
+ "favorite": true,
193
+ "accounts": [
194
+ {
195
+ "id": 7,
196
+ "userId": 7,
197
+ "currencyType": 1,
198
+ "bankName": "HSBC",
199
+ "accountNumber": "7777777777777",
200
+ "accountType": 2,
201
+ "intermediary": false
202
+ }
203
+ ]
204
+ },
205
+ {
206
+ "id": 8,
207
+ "clientId": 1,
208
+ "secuencyId": 2,
209
+ "type": 1,
210
+ "isActive": true,
211
+ "fullName": "Orlando Muñoz Flores",
212
+ "rut": "11.111.111-1",
213
+ "countryId": 2,
214
+ "favorite": true,
215
+ "accounts": [
216
+ {
217
+ "id": 8,
218
+ "userId": 8,
219
+ "currencyType": 2,
220
+ "bankName": "HSBC",
221
+ "accountNumber": "8888888888888",
222
+ "codSwift": "HSBCCLRM",
223
+ "codABA": "987654320",
224
+ "addressBank": "direccion banco falsa",
225
+ "cityBank": "metropolitana",
226
+ "countryIdBank": 2,
227
+ "intermediary": true,
228
+ "intermediaryBankName": "CitiBank",
229
+ "intermediaryAccountNumber": "4455667788",
230
+ "intermediaryCodSwift": "CITIUS33",
231
+ "intermediaryCodABA": "021000089",
232
+ "intermediaryAddressBank": "388 Greenwich Street, New York",
233
+ "intermediaryCountryIdBank": 6,
234
+ "intermediaryCityBank": "New York"
235
+ }
236
+ ]
237
+ },
238
+ {
239
+ "id": 9,
240
+ "clientId": 1,
241
+ "secuencyId": 2,
242
+ "type": 2,
243
+ "isActive": true,
244
+ "fullName": "Juan Pérez Gómez",
245
+ "favorite": true,
246
+ "rut": "12.345.678-9",
247
+ "alias": "Juanchi",
248
+ "address": "Av. Siempre Viva 742",
249
+ "countryId": 1,
250
+ "city": "Santiago",
251
+ "survey": [
252
+ {
253
+ "id": 1,
254
+ "description": "Matriz"
255
+ },
256
+ {
257
+ "id": 2,
258
+ "description": "Filial"
259
+ }
260
+ ],
261
+ "accounts": [
262
+ {
263
+ "id": 9,
264
+ "userId": 9,
265
+ "clientType": 3,
266
+ "currencyType": 1,
267
+ "bankName": "Banco de Chile",
268
+ "accountNumber": "1111111111",
269
+ "accountType": 3
270
+ },
271
+ {
272
+ "id": 10,
273
+ "userId": 9,
274
+ "clientType": 3,
275
+ "currencyType": 1,
276
+ "bankName": "Banco Estado",
277
+ "accountNumber": "2222222222",
278
+ "accountType": 1
279
+ },
280
+ {
281
+ "id": 11,
282
+ "userId": 9,
283
+ "clientType": 1,
284
+ "currencyType": 2,
285
+ "bankName": "Santander",
286
+ "accountNumber": "3333333333",
287
+ "codSwift": "BSCHCLRM",
288
+ "codABA": "021000089",
289
+ "addressBank": "direccion banco falsa",
290
+ "cityBank": "metropolitana",
291
+ "countryIdBank": 2,
292
+ "intermediary": true,
293
+ "intermediaryBankName": "Bank of America",
294
+ "intermediaryAccountNumber": "9876543210",
295
+ "intermediaryCodSwift": "BOFAUS3N",
296
+ "intermediaryCodABA": "026009593",
297
+ "intermediaryAddressBank": "222 Broadway, New York",
298
+ "intermediaryCountryIdBank": 4,
299
+ "intermediaryCityBank": "New York"
300
+ }
301
+ ]
302
+ },
303
+ {
304
+ "id": 10,
305
+ "clientId": 1,
306
+ "secuencyId": 2,
307
+ "type": 2,
308
+ "isActive": false,
309
+ "fullName": "Carlos Soto Ramírez",
310
+ "rut": "8.765.432-1",
311
+ "alias": "Carlitos",
312
+ "favorite": true,
313
+ "address": "Calle Falsa 123",
314
+ "countryId": 3,
315
+ "city": "Valparaíso",
316
+ "survey": [
317
+ {
318
+ "id": 2,
319
+ "description": "Filial"
320
+ }
321
+ ],
322
+ "accounts": [
323
+ {
324
+ "id": 12,
325
+ "userId": 10,
326
+ "clientType": 1,
327
+ "currencyType": 2,
328
+ "bankName": "Santander",
329
+ "accountNumber": "3333322222",
330
+ "codSwift": "BSCHCLRM",
331
+ "codABA": "021000089",
332
+ "addressBank": "direccion banco falsa",
333
+ "cityBank": "metropolitana",
334
+ "countryIdBank": 2,
335
+ "intermediary": true,
336
+ "intermediaryBankName": "Bank of America",
337
+ "intermediaryAccountNumber": "9876543210",
338
+ "intermediaryCodSwift": "BOFAUS3N",
339
+ "intermediaryCodABA": "026009593",
340
+ "intermediaryAddressBank": "222 Broadway, New York",
341
+ "intermediaryCountryIdBank": 4,
342
+ "intermediaryCityBank": "New York"
343
+ },
344
+ {
345
+ "id": 13,
346
+ "userId": 10,
347
+ "clientType": 3,
348
+ "currencyType": 3,
349
+ "bankName": "Santander 2",
350
+ "accountNumber": "3232323232",
351
+ "codSwift": "BSCHCLRM",
352
+ "codABA": "021000089",
353
+ "addressBank": "direccion banco falsa",
354
+ "cityBank": "metropolitana",
355
+ "countryIdBank": 2,
356
+ "intermediary": true,
357
+ "intermediaryBankName": "Bank of America",
358
+ "intermediaryAccountNumber": "9876543210",
359
+ "intermediaryCodSwift": "BOFAUS3N",
360
+ "intermediaryCodABA": "026009593",
361
+ "intermediaryAddressBank": "222 Broadway, New York",
362
+ "intermediaryCountryIdBank": 4,
363
+ "intermediaryCityBank": "New York"
364
+ }
365
+ ]
366
+ },
367
+ {
368
+ "id": 11,
369
+ "clientId": 1,
370
+ "secuencyId": 2,
371
+ "type": 2,
372
+ "isActive": false,
373
+ "fullName": "Pamela Rojas Fuentes",
374
+ "rut": "19.283.746-5",
375
+ "alias": "Pame",
376
+ "favorite": true,
377
+ "address": "Av. Central 101",
378
+ "countryId": 1,
379
+ "city": "Concepción",
380
+ "survey": [
381
+ {
382
+ "id": 1,
383
+ "description": "Matriz"
384
+ },
385
+ {
386
+ "id": 2,
387
+ "description": "Filial"
388
+ }
389
+ ],
390
+ "accounts": [
391
+ {
392
+ "id": 14,
393
+ "userId": 11,
394
+ "clientType": 1,
395
+ "currencyType": 3,
396
+ "bankName": "BBVA",
397
+ "accountNumber": "5555555555",
398
+ "codSwift": "BBVAESMMXXX",
399
+ "codABA": "123456789",
400
+ "addressBank": "direccion banco falsa",
401
+ "cityBank": "metropolitana",
402
+ "countryIdBank": 10,
403
+ "intermediary": true,
404
+ "intermediaryBankName": "Deutsche Bank",
405
+ "intermediaryAccountNumber": "1122334455",
406
+ "intermediaryCodSwift": "DEUTDEFF",
407
+ "intermediaryCodABA": "987654321",
408
+ "intermediaryAddressBank": "Taunusanlage 12",
409
+ "intermediaryCountryIdBank": 5,
410
+ "intermediaryCityBank": "Frankfurt"
411
+ }
412
+ ]
413
+ },
414
+ {
415
+ "id": 12,
416
+ "clientId": 1,
417
+ "secuencyId": 1,
418
+ "type": 2,
419
+ "currencyType": 1,
420
+ "isActive": true,
421
+ "favorite": true,
422
+ "fullName": "Leonardo Muñoz Álvarez",
423
+ "rut": "12.378.945-6",
424
+ "alias": "Leo",
425
+ "address": "Los Olivos 78",
426
+ "countryId": 2,
427
+ "city": "Puerto Montt",
428
+ "survey": [
429
+ {
430
+ "id": 3,
431
+ "description": "Proveedor"
432
+ }
433
+ ],
434
+ "accounts": [
435
+ {
436
+ "id": 15,
437
+ "userId": 12,
438
+ "clientType": 1,
439
+ "currencyType": 1,
440
+ "bankName": "Banco Santander",
441
+ "accountNumber": "6666666666",
442
+ "accountType": 2
443
+ }
444
+ ]
445
+ },
446
+ {
447
+ "id": 13,
448
+ "clientId": 1,
449
+ "secuencyId": 2,
450
+ "type": 2,
451
+ "isActive": true,
452
+ "fullName": "Valentina Torres",
453
+ "rut": "14.567.890-3",
454
+ "alias": "ValeT",
455
+ "favorite": true,
456
+ "address": "Los Pinos 254",
457
+ "countryId": 2,
458
+ "city": "Puerto Montt",
459
+ "survey": [
460
+ {
461
+ "id": 1,
462
+ "description": "Matriz"
463
+ },
464
+ {
465
+ "id": 2,
466
+ "description": "Filial"
467
+ }
468
+ ],
469
+ "accounts": [
470
+ {
471
+ "id": 16,
472
+ "userId": 13,
473
+ "clientType": 3,
474
+ "currencyType": 2,
475
+ "bankName": "BICE",
476
+ "accountNumber": "7777777777",
477
+ "codSwift": "BICECLRM",
478
+ "codABA": "026073150",
479
+ "addressBank": "direccion banco falsa",
480
+ "cityBank": "metropolitana",
481
+ "countryIdBank": 2,
482
+ "intermediary": true,
483
+ "intermediaryBankName": "JP Morgan Chase",
484
+ "intermediaryAccountNumber": "9988776655",
485
+ "intermediaryCodSwift": "CHASUS33",
486
+ "intermediaryCodABA": "021000021",
487
+ "intermediaryAddressBank": "270 Park Ave, New York",
488
+ "intermediaryCountryIdBank": 6,
489
+ "intermediaryCityBank": "New York"
490
+ }
491
+ ]
492
+ },
493
+ {
494
+ "id": 14,
495
+ "clientId": 1,
496
+ "secuencyId": 1,
497
+ "type": 2,
498
+ "isActive": true,
499
+ "favorite": true,
500
+ "fullName": "Andrés Martínez",
501
+ "rut": "17.890.123-2",
502
+ "alias": "Andi",
503
+ "address": "Avenida Los Lagos 892",
504
+ "countryId": 2,
505
+ "city": "Osorno",
506
+ "survey": [
507
+ {
508
+ "id": 1,
509
+ "description": "Matriz"
510
+ },
511
+ {
512
+ "id": 2,
513
+ "description": "Filial"
514
+ }
515
+ ],
516
+ "accounts": [
517
+ {
518
+ "id": 17,
519
+ "userId": 14,
520
+ "currencyType": 3,
521
+ "clientType": 1,
522
+ "bankName": "Scotiabank",
523
+ "accountNumber": "8888888888",
524
+ "codSwift": "SCOTCLRM",
525
+ "codABA": "011500010",
526
+ "addressBank": "direccion banco falsa",
527
+ "cityBank": "metropolitana",
528
+ "countryIdBank": 3,
529
+ "intermediary": true,
530
+ "intermediaryBankName": "BNP Paribas",
531
+ "intermediaryAccountNumber": "3344556677",
532
+ "intermediaryCodSwift": "BNPAFRPP",
533
+ "intermediaryCodABA": "987654322",
534
+ "intermediaryAddressBank": "16 Boulevard des Italiens",
535
+ "intermediaryCountryIdBank": 7,
536
+ "intermediaryCityBank": "París"
537
+ }
538
+ ]
539
+ },
540
+ {
541
+ "id": 15,
542
+ "clientId": 1,
543
+ "secuencyId": 2,
544
+ "type": 2,
545
+ "isActive": true,
546
+ "favorite": true,
547
+ "fullName": "Camila Herrera",
548
+ "rut": "13.789.654-1",
549
+ "alias": "CamiH",
550
+ "address": "Calle Arboleda 543",
551
+ "countryId": 2,
552
+ "city": "La Serena",
553
+ "survey": [
554
+ {
555
+ "id": 1,
556
+ "description": "Matriz"
557
+ },
558
+ {
559
+ "id": 2,
560
+ "description": "Filial"
561
+ }
562
+ ],
563
+ "accounts": [
564
+ {
565
+ "id": 18,
566
+ "userId": 15,
567
+ "currencyType": 1,
568
+ "clientType": 1,
569
+ "bankName": "Banco Itaú",
570
+ "accountNumber": "9999999999",
571
+ "accountType": 3
572
+ },
573
+ {
574
+ "id": 19,
575
+ "userId": 15,
576
+ "clientType": 1,
577
+ "currencyType": 1,
578
+ "bankName": "Banco Falabella",
579
+ "accountNumber": "1212121212",
580
+ "accountType": 1
581
+ }
582
+ ]
583
+ },
584
+ {
585
+ "id": 16,
586
+ "clientId": 1,
587
+ "secuencyId": 2,
588
+ "type": 2,
589
+ "favorite": true,
590
+ "isActive": true,
591
+ "fullName": "Rodrigo Sánchez",
592
+ "rut": "19.654.321-0",
593
+ "alias": "Rodo",
594
+ "address": "Los Robles 123",
595
+ "countryId": 2,
596
+ "city": "Temuco",
597
+ "survey": [
598
+ {
599
+ "id": 1,
600
+ "description": "Matriz"
601
+ },
602
+ {
603
+ "id": 2,
604
+ "description": "Filial"
605
+ }
606
+ ],
607
+ "accounts": [
608
+ {
609
+ "id": 20,
610
+ "userId": 16,
611
+ "currencyType": 2,
612
+ "clientType": 1,
613
+ "bankName": "HSBC",
614
+ "accountNumber": "2323232323",
615
+ "codSwift": "HSBCCLRM",
616
+ "codABA": "987654320",
617
+ "addressBank": "direccion banco falsa",
618
+ "cityBank": "metropolitana",
619
+ "countryIdBank": 2,
620
+ "intermediary": true,
621
+ "intermediaryBankName": "CitiBank",
622
+ "intermediaryAccountNumber": "4455667788",
623
+ "intermediaryCodSwift": "CITIUS33",
624
+ "intermediaryCodABA": "021000089",
625
+ "intermediaryAddressBank": "388 Greenwich Street, New York",
626
+ "intermediaryCountryIdBank": 6,
627
+ "intermediaryCityBank": "New York"
628
+ }
629
+ ]
630
+ },
631
+ {
632
+ "id": 17,
633
+ "clientId": 1,
634
+ "secuencyId": 2,
635
+ "type": 2,
636
+ "favorite": true,
637
+ "isActive": true,
638
+ "fullName": "Rodrigo Sánchez",
639
+ "rut": "19.654.321-0",
640
+ "alias": "Rodo",
641
+ "address": "Los Robles 123",
642
+ "countryId": 2,
643
+ "city": "Temuco",
644
+ "survey": [
645
+ {
646
+ "id": 1,
647
+ "description": "Matriz"
648
+ },
649
+ {
650
+ "id": 2,
651
+ "description": "Filial"
652
+ }
653
+ ],
654
+ "accounts": [
655
+ {
656
+ "id": 21,
657
+ "userId": 17,
658
+ "currencyType": 2,
659
+ "clientType": 1,
660
+ "bankName": "HSBC",
661
+ "accountNumber": "2323232323",
662
+ "codSwift": "HSBCCLRM",
663
+ "codABA": "987654320",
664
+ "addressBank": "direccion banco falsa",
665
+ "cityBank": "metropolitana",
666
+ "countryIdBank": 2,
667
+ "intermediary": true,
668
+ "intermediaryBankName": "CitiBank",
669
+ "intermediaryAccountNumber": "4455667788",
670
+ "intermediaryCodSwift": "CITIUS33",
671
+ "intermediaryCodABA": "021000089",
672
+ "intermediaryAddressBank": "388 Greenwich Street, New York",
673
+ "intermediaryCountryIdBank": 6,
674
+ "intermediaryCityBank": "New York"
675
+ }
676
+ ]
677
+ },
678
+ {
679
+ "id": 18,
680
+ "clientId": 1,
681
+ "secuencyId": 2,
682
+ "type": 2,
683
+ "favorite": true,
684
+ "isActive": true,
685
+ "fullName": "Rodrigo Sánchez",
686
+ "rut": "19.654.321-0",
687
+ "alias": "Rodo",
688
+ "address": "Los Robles 123",
689
+ "countryId": 2,
690
+ "city": "Temuco",
691
+ "survey": [
692
+ {
693
+ "id": 1,
694
+ "description": "Matriz"
695
+ },
696
+ {
697
+ "id": 2,
698
+ "description": "Filial"
699
+ }
700
+ ],
701
+ "accounts": [
702
+ {
703
+ "id": 22,
704
+ "userId": 18,
705
+ "currencyType": 2,
706
+ "clientType": 1,
707
+ "bankName": "HSBC",
708
+ "accountNumber": "2323232323",
709
+ "codSwift": "HSBCCLRM",
710
+ "codABA": "987654320",
711
+ "addressBank": "direccion banco falsa",
712
+ "cityBank": "metropolitana",
713
+ "countryIdBank": 2,
714
+ "intermediary": true,
715
+ "intermediaryBankName": "CitiBank",
716
+ "intermediaryAccountNumber": "4455667788",
717
+ "intermediaryCodSwift": "CITIUS33",
718
+ "intermediaryCodABA": "021000089",
719
+ "intermediaryAddressBank": "388 Greenwich Street, New York",
720
+ "intermediaryCountryIdBank": 6,
721
+ "intermediaryCityBank": "New York"
722
+ }
723
+ ]
724
+ },
725
+ {
726
+ "id": 19,
727
+ "clientId": 1,
728
+ "secuencyId": 1,
729
+ "type": 2,
730
+ "favorite": true,
731
+ "isActive": true,
732
+ "fullName": "Rodrigo Sánchez",
733
+ "rut": "19.654.321-0",
734
+ "alias": "Rodo",
735
+ "address": "Los Robles 123",
736
+ "countryId": 2,
737
+ "city": "Temuco",
738
+ "survey": [
739
+ {
740
+ "id": 1,
741
+ "description": "Matriz"
742
+ },
743
+ {
744
+ "id": 2,
745
+ "description": "Filial"
746
+ }
747
+ ],
748
+ "accounts": [
749
+ {
750
+ "id": 23,
751
+ "userId": 19,
752
+ "currencyType": 2,
753
+ "clientType": 1,
754
+ "bankName": "HSBC",
755
+ "accountNumber": "2323232323",
756
+ "codSwift": "HSBCCLRM",
757
+ "codABA": "987654320",
758
+ "addressBank": "direccion banco falsa",
759
+ "cityBank": "metropolitana",
760
+ "countryIdBank": 2,
761
+ "intermediary": true,
762
+ "intermediaryBankName": "CitiBank",
763
+ "intermediaryAccountNumber": "4455667788",
764
+ "intermediaryCodSwift": "CITIUS33",
765
+ "intermediaryCodABA": "021000089",
766
+ "intermediaryAddressBank": "388 Greenwich Street, New York",
767
+ "intermediaryCountryIdBank": 6,
768
+ "intermediaryCityBank": "New York"
769
+ }
770
+ ]
771
+ }
772
+ ]
773
+ }
774
+ ;
775
+
776
+ export default _default;