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,69 @@
1
+ declare const _default: {
2
+ "success": true,
3
+ "code": 200,
4
+ "data": [
5
+ {
6
+ "id": 1,
7
+ "clientId": 1,
8
+ "operationType": [
9
+ {
10
+ "id":1,
11
+ "secuenyTypeId": 1,
12
+ "name": "Saldo disponible",
13
+ "type": "disponible",
14
+ "amountClp": 2000000000,
15
+ "amountUsd": 110740,
16
+ "amountEur": 200050
17
+ },
18
+ {
19
+ "id":2,
20
+ "secuenyTypeId": 1,
21
+ "name": "Saldo en tránsito",
22
+ "type": "contable",
23
+ "amountClp": -920000000,
24
+ "amountUsd": 1000,
25
+ "amountEur": 0
26
+ },
27
+ {
28
+ "id":3,
29
+ "secuenyTypeId": 1,
30
+ "name": "Saldo contable",
31
+ "type": "transito",
32
+ "amountClp": -900000000,
33
+ "amountUsd": 1000,
34
+ "amountEur": 2000
35
+ },
36
+ {
37
+ "id":4,
38
+ "secuenyTypeId": 2,
39
+ "name": "Saldo disponible",
40
+ "type": "disponible",
41
+ "amountClp": 1000000000,
42
+ "amountUsd": 1100,
43
+ "amountEur": 200
44
+ },
45
+ {
46
+ "id":5,
47
+ "secuenyTypeId": 2,
48
+ "name": "Saldo en tránsito",
49
+ "type": "contable",
50
+ "amountClp": -920000000,
51
+ "amountUsd": 1000,
52
+ "amountEur": 0
53
+ },
54
+ {
55
+ "id":6,
56
+ "secuenyTypeId": 2,
57
+ "name": "Saldo contable",
58
+ "type": "transito",
59
+ "amountClp": -100000000,
60
+ "amountUsd": 100,
61
+ "amountEur": 200
62
+ }
63
+ ]
64
+ }
65
+ ]
66
+ }
67
+ ;
68
+
69
+ 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": "Beneficiario"
8
+ },
9
+ {
10
+ "id": 2,
11
+ "description": "Depositante"
12
+ },
13
+ {
14
+ "id": 3,
15
+ "description": "Ambos"
16
+ }
17
+ ]
18
+ }
19
+ ;
20
+
21
+ export default _default;
@@ -0,0 +1,236 @@
1
+ declare const _default: {
2
+ "success": true,
3
+ "code": 200,
4
+ "data": [
5
+ {
6
+ "id": 1,
7
+ "companyName": "Infomarkets",
8
+ "rut": "77190762-8",
9
+ "userType": "Apoderado",
10
+ "executiveName": "Santiago Ovalle",
11
+ "executiveEmail": "segmentocorporativochile@credicorpcapital.com",
12
+ "executivePhone": "227523578",
13
+ "clientId": 1,
14
+ "secuency": [
15
+ {
16
+ "id": 1,
17
+ "description": "Secuencia 08",
18
+ "first": true
19
+ },
20
+ {
21
+ "id": 2,
22
+ "description": "Secuencia 00",
23
+ "first": false
24
+ }
25
+ ],
26
+ "forex": {
27
+ "heritageTotal": 6200000,
28
+ "chart": [
29
+ {
30
+ "name": "CLP",
31
+ "value": 2000000,
32
+ "valueClp": 2000000,
33
+ "transit": -920000000,
34
+ "sliceSettings": {
35
+ "fill": "#D74028",
36
+ "stroke": "#D74028"
37
+ }
38
+ },
39
+ {
40
+ "name": "USD",
41
+ "value": 2200.0,
42
+ "valueClp": 2200000,
43
+ "sliceSettings": {
44
+ "fill": "#435C92",
45
+ "stroke": "#435C92"
46
+ }
47
+ },
48
+ {
49
+ "name": "EUR",
50
+ "value": 2000.5,
51
+ "valueClp": 2200000,
52
+ "transit": 100000.0,
53
+ "sliceSettings": {
54
+ "fill": "#15192C",
55
+ "stroke": "#15192C"
56
+ }
57
+ }
58
+ ]
59
+ },
60
+ "investments": {
61
+ "heritageTotal": 48030923,
62
+ "chart": [
63
+ {
64
+ "name": "CLP",
65
+ "value": 30000000,
66
+ "valueClp": 30000000,
67
+ "transit": -2000000,
68
+ "sliceSettings": {
69
+ "fill": "#D74028",
70
+ "stroke": "#D74028"
71
+ }
72
+ },
73
+ {
74
+ "name": "USD",
75
+ "value": 2200.0,
76
+ "valueClp": 2200001,
77
+ "transit": -300000.0,
78
+ "sliceSettings": {
79
+ "fill": "#435C92",
80
+ "stroke": "#435C92"
81
+ }
82
+ },
83
+ {
84
+ "name": "EUR",
85
+ "value": 4352.0,
86
+ "valueClp": 4352000,
87
+ "transit": 50000,
88
+ "sliceSettings": {
89
+ "fill": "#15192C",
90
+ "stroke": "#15192C"
91
+ }
92
+ },
93
+ {
94
+ "name": "Fondos Mutuos CLP",
95
+ "value": 10213923,
96
+ "valueClp": 10213923,
97
+ "transit": 50000,
98
+ "sliceSettings": {
99
+ "fill": "#4C91F7",
100
+ "stroke": "#4C91F7"
101
+ }
102
+ },
103
+ {
104
+ "name": "Fondos Mutuos USD",
105
+ "value": 1365.0,
106
+ "valueClp": 1365000,
107
+ "transit": 50000,
108
+ "sliceSettings": {
109
+ "fill": "#CFE7FE",
110
+ "stroke": "#CFE7FE"
111
+ }
112
+ }
113
+ ]
114
+ }
115
+ },
116
+ {
117
+ "id": 2,
118
+ "companyName": "MarketXYZ",
119
+ "rut": "99999999-9",
120
+ "userType": "Administrador",
121
+ "clientId": 1,
122
+ "executiveName": "Santiago Ovalle 2",
123
+ "executiveEmail": "segmentocorporativochile2@credicorpcapital.com",
124
+ "executivePhone": "2275235782",
125
+ "secuency": [
126
+ {
127
+ "id": 1,
128
+ "description": "Secuencia 08",
129
+ "first": true
130
+ }
131
+ ],
132
+ "forex": {
133
+ "heritageTotal": 34304352,
134
+ "chart": [
135
+ {
136
+ "name": "CLP",
137
+ "value": 30000000,
138
+ "valueClp": 30000000,
139
+ "transit": -20000000,
140
+ "sliceSettings": {
141
+ "fill": "#D74028",
142
+ "stroke": "#D74028"
143
+ }
144
+ },
145
+ {
146
+ "name": "USD",
147
+ "value": 2200.0,
148
+ "valueClp": 2200000,
149
+ "sliceSettings": {
150
+ "fill": "#435C92",
151
+ "stroke": "#435C92"
152
+ }
153
+ },
154
+ {
155
+ "name": "EUR",
156
+ "value": 4352.0,
157
+ "valueClp": 4352000,
158
+ "sliceSettings": {
159
+ "fill": "#15192C",
160
+ "stroke": "#15192C"
161
+ }
162
+ }
163
+ ]
164
+ }
165
+ },
166
+ {
167
+ "id": 3,
168
+ "companyName": "CommerceABC",
169
+ "rut": "55555555-5",
170
+ "userType": "Manager",
171
+ "clientId": 1,
172
+ "secuency": [
173
+ {
174
+ "id": 2,
175
+ "description": "Secuencia 00",
176
+ "first": true
177
+ }
178
+ ],
179
+ "investments": {
180
+ "heritageTotal": 33689288,
181
+ "chart": [
182
+ {
183
+ "name": "CLP",
184
+ "value": 20000000,
185
+ "valueClp": 20000000,
186
+ "transit": -920000000,
187
+ "sliceSettings": {
188
+ "fill": "#D74028",
189
+ "stroke": "#D74028"
190
+ }
191
+ },
192
+ {
193
+ "name": "USD",
194
+ "value": 1107.4,
195
+ "valueClp": 1107000,
196
+ "transit": 1000000,
197
+ "sliceSettings": {
198
+ "fill": "#435C92",
199
+ "stroke": "#435C92"
200
+ }
201
+ },
202
+ {
203
+ "name": "EUR",
204
+ "value": 2000.5,
205
+ "valueClp": 2000,
206
+ "sliceSettings": {
207
+ "fill": "#15192C",
208
+ "stroke": "#15192C"
209
+ }
210
+ },
211
+ {
212
+ "name": "Fondos Mutuos CLP",
213
+ "value": 10213923,
214
+ "valueClp": 10213923,
215
+ "sliceSettings": {
216
+ "fill": "#4C91F7",
217
+ "stroke": "#4C91F7"
218
+ }
219
+ },
220
+ {
221
+ "name": "Fondos Mutuos USD",
222
+ "value": 1365.0,
223
+ "valueClp": 1365000,
224
+ "sliceSettings": {
225
+ "fill": "#CFE7FE",
226
+ "stroke": "#CFE7FE"
227
+ }
228
+ }
229
+ ]
230
+ }
231
+ }
232
+ ]
233
+ }
234
+ ;
235
+
236
+ export default _default;
@@ -0,0 +1,103 @@
1
+ declare const _default: {
2
+ "success": true,
3
+ "code": 200,
4
+ "data": [
5
+ {
6
+ "id": 1,
7
+ "clientId": 1,
8
+ "companyName": "Infomarkets",
9
+ "rut": "77190762-8",
10
+ "userType": "Apoderado",
11
+ "secuency": [
12
+ {
13
+ "id": 1,
14
+ "description": "Secuencia 08",
15
+ "first": true
16
+ },
17
+ {
18
+ "id": 2,
19
+ "description": "Secuencia 00",
20
+ "first": false
21
+ },
22
+ {
23
+ "id": 3,
24
+ "description": "Todos",
25
+ "first": false
26
+ }
27
+ ],
28
+ "available": {
29
+ "clp": 50000000,
30
+ "usd": 40000000,
31
+ "eur": 30000000,
32
+ "mutualFundsClp": 20000000,
33
+ "mutualFundsUsd": 10000000
34
+ },
35
+ "inTransit": {
36
+ "clp": 9200000.00,
37
+ "usd": -8000000.00,
38
+ "eur": null,
39
+ "mutualFundsClp": null,
40
+ "mutualFundsUsd": null
41
+ }
42
+ },
43
+ {
44
+ "id": 2,
45
+ "clientId": 1,
46
+ "companyName": "MarketXYZ",
47
+ "rut": "99999999-9",
48
+ "userType": "Administrator",
49
+ "secuency": [
50
+ {
51
+ "id": 1,
52
+ "description": "Secuencia 08",
53
+ "first": true
54
+ }
55
+ ],
56
+ "available": {
57
+ "clp": 60000000,
58
+ "usd": 50000000,
59
+ "eur": 40000000,
60
+ "mutualFundsClp": 30000000,
61
+ "mutualFundsUsd": 20000000
62
+ },
63
+ "inTransit": {
64
+ "clp": -1000000000,
65
+ "usd": 900000000,
66
+ "eur": null,
67
+ "mutualFundsClp": null,
68
+ "mutualFundsUsd": null
69
+ }
70
+ },
71
+ {
72
+ "id": 3,
73
+ "clientId": 1,
74
+ "companyName": "CommerceABC",
75
+ "rut": "55555555-5",
76
+ "userType": "Manager",
77
+ "secuency": [
78
+ {
79
+ "id": 2,
80
+ "description": "Secuencia 00",
81
+ "first": true
82
+ }
83
+ ],
84
+ "available": {
85
+ "clp": 70000000,
86
+ "usd": 60000.40,
87
+ "eur": 1000000.5,
88
+ "mutualFundsClp": 40000,
89
+ "mutualFundsUsd": 30000000.60
90
+ },
91
+ "inTransit": {
92
+ "clp": 12000000,
93
+ "usd": -10000000.50,
94
+ "eur": null,
95
+ "mutualFundsClp": null,
96
+ "mutualFundsUsd": null
97
+ }
98
+ }
99
+ ]
100
+ }
101
+ ;
102
+
103
+ export default _default;
@@ -0,0 +1,247 @@
1
+ declare const _default: {
2
+ "success": true,
3
+ "code": 200,
4
+ "data": [
5
+ {
6
+ "id": 34,
7
+ "status": true,
8
+ "name": "Estados Unidos",
9
+ "codName": "US",
10
+ "blockType": "Sin Restricción"
11
+ },
12
+ {
13
+ "id": 1,
14
+ "status": true,
15
+ "name": "Andorra",
16
+ "codName": "AD",
17
+ "blockType": "Sin Restricción"
18
+ },
19
+ {
20
+ "id": 2,
21
+ "status": true,
22
+ "name": "Emiratos Árabes Unidos",
23
+ "codName": "AE",
24
+ "blockType": "Sujeto a Evaluación"
25
+ },
26
+ {
27
+ "id": 3,
28
+ "status": true,
29
+ "name": "Afganistán",
30
+ "codName": "AF",
31
+ "blockType": "Sujeto a Evaluación"
32
+ },
33
+ {
34
+ "id": 4,
35
+ "status": true,
36
+ "name": "Antigua y Barbuda",
37
+ "codName": "AG",
38
+ "blockType": "Sujeto a Evaluación"
39
+ },
40
+ {
41
+ "id": 5,
42
+ "status": true,
43
+ "name": "Anguila",
44
+ "codName": "AI",
45
+ "blockType": "Sujeto a Evaluación"
46
+ },
47
+ {
48
+ "id": 6,
49
+ "status": true,
50
+ "name": "Albania",
51
+ "codName": "AL",
52
+ "blockType": "Sujeto a Evaluación"
53
+ },
54
+ {
55
+ "id": 7,
56
+ "status": true,
57
+ "name": "Armenia",
58
+ "codName": "AM",
59
+ "blockType": "Sujeto a Evaluación"
60
+ },
61
+ {
62
+ "id": 8,
63
+ "status": true,
64
+ "name": "Angola",
65
+ "codName": "AO",
66
+ "blockType": "Sujeto a Evaluación"
67
+ },
68
+ {
69
+ "id": 9,
70
+ "status": true,
71
+ "name": "Antártida",
72
+ "codName": "AQ",
73
+ "blockType": "Sujeto a Evaluación"
74
+ },
75
+ {
76
+ "id": 10,
77
+ "status": true,
78
+ "name": "Argentina",
79
+ "codName": "AR",
80
+ "blockType": "Sujeto a Evaluación"
81
+ },
82
+ {
83
+ "id": 11,
84
+ "status": true,
85
+ "name": "Samoa Americana",
86
+ "codName": "AS",
87
+ "blockType": "Bloqueado"
88
+ },
89
+ {
90
+ "id": 12,
91
+ "status": true,
92
+ "name": "Austria",
93
+ "codName": "AT",
94
+ "blockType": "Sin Restricción"
95
+ },
96
+ {
97
+ "id": 13,
98
+ "status": true,
99
+ "name": "Australia",
100
+ "codName": "AU",
101
+ "blockType": "Bloqueado"
102
+ },
103
+ {
104
+ "id": 14,
105
+ "status": true,
106
+ "name": "Aruba",
107
+ "codName": "AW",
108
+ "blockType": "Sujeto a Evaluación"
109
+ },
110
+ {
111
+ "id": 15,
112
+ "status": true,
113
+ "name": "Islas Aland",
114
+ "codName": "AX",
115
+ "blockType": "Sujeto a Evaluación"
116
+ },
117
+ {
118
+ "id": 16,
119
+ "status": true,
120
+ "name": "Azerbaiyán",
121
+ "codName": "AZ",
122
+ "blockType": "Sujeto a Evaluación"
123
+ },
124
+ {
125
+ "id": 17,
126
+ "status": true,
127
+ "name": "Bosnia y Herzegovina",
128
+ "codName": "BA",
129
+ "blockType": "Sujeto a Evaluación"
130
+ },
131
+ {
132
+ "id": 18,
133
+ "status": true,
134
+ "name": "Barbados",
135
+ "codName": "BB",
136
+ "blockType": "Sujeto a Evaluación"
137
+ },
138
+ {
139
+ "id": 19,
140
+ "status": true,
141
+ "name": "Bangladesh",
142
+ "codName": "BD",
143
+ "blockType": "Sujeto a Evaluación"
144
+ },
145
+ {
146
+ "id": 20,
147
+ "status": true,
148
+ "name": "Bélgica",
149
+ "codName": "BE",
150
+ "blockType": "Sin Restricción"
151
+ },
152
+ {
153
+ "id": 21,
154
+ "status": true,
155
+ "name": "Burkina Faso",
156
+ "codName": "BF",
157
+ "blockType": "Sujeto a Evaluación"
158
+ },
159
+ {
160
+ "id": 22,
161
+ "status": true,
162
+ "name": "Bulgaria",
163
+ "codName": "BG",
164
+ "blockType": "Sin Restricción"
165
+ },
166
+ {
167
+ "id": 23,
168
+ "status": true,
169
+ "name": "Bahrein",
170
+ "codName": "BH",
171
+ "blockType": "Sujeto a Evaluación"
172
+ },
173
+ {
174
+ "id": 24,
175
+ "status": true,
176
+ "name": "Burundi",
177
+ "codName": "BI",
178
+ "blockType": "Sujeto a Evaluación"
179
+ },
180
+ {
181
+ "id": 25,
182
+ "status": true,
183
+ "name": "Benin",
184
+ "codName": "BJ",
185
+ "blockType": "Sujeto a Evaluación"
186
+ },
187
+ {
188
+ "id": 26,
189
+ "status": true,
190
+ "name": "San Bartolomé",
191
+ "codName": "BL",
192
+ "blockType": "Sujeto a Evaluación"
193
+ },
194
+ {
195
+ "id": 27,
196
+ "status": true,
197
+ "name": "Bermuda",
198
+ "codName": "BM",
199
+ "blockType": "Sujeto a Evaluación"
200
+ },
201
+ {
202
+ "id": 28,
203
+ "status": true,
204
+ "name": "Brunei",
205
+ "codName": "BN",
206
+ "blockType": "Sujeto a Evaluación"
207
+ },
208
+ {
209
+ "id": 29,
210
+ "status": true,
211
+ "name": "Bolivia",
212
+ "codName": "BO",
213
+ "blockType": "Sujeto a Evaluación"
214
+ },
215
+ {
216
+ "id": 30,
217
+ "status": false,
218
+ "name": "Bonaire",
219
+ "codName": "BQ",
220
+ "blockType": "Sujeto a Evaluación"
221
+ },
222
+ {
223
+ "id": 31,
224
+ "status": false,
225
+ "name": "Brasil",
226
+ "codName": "BR",
227
+ "blockType": "Sin Restricción"
228
+ },
229
+ {
230
+ "id": 32,
231
+ "status": false,
232
+ "name": "Bahamas",
233
+ "codName": "BS",
234
+ "blockType": "Sujeto a Evaluación"
235
+ },
236
+ {
237
+ "id": 33,
238
+ "status": false,
239
+ "name": "Bután",
240
+ "codName": "BT",
241
+ "blockType": "Sujeto a Evaluación"
242
+ }
243
+ ]
244
+ }
245
+ ;
246
+
247
+ 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": "CLP"
8
+ },
9
+ {
10
+ "id": 2,
11
+ "description": "USD"
12
+ },
13
+ {
14
+ "id": 3,
15
+ "description": "EUR"
16
+ }
17
+ ]
18
+ }
19
+ ;
20
+
21
+ export default _default;