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
Binary file
Binary file
Binary file
@@ -0,0 +1,3 @@
1
+ import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome';
2
+ export default FontAwesomeIcon;
3
+ //# sourceMappingURL=frontAwesome.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"frontAwesome.d.ts","sourceRoot":"","sources":["../../src/plugins/frontAwesome.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAA;AAgI9D,eAAe,eAAe,CAAA"}
@@ -0,0 +1,2 @@
1
+ export default function setupPrimeVue(app: any): void;
2
+ //# sourceMappingURL=primeVue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"primeVue.d.ts","sourceRoot":"","sources":["../../src/plugins/primeVue.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,GAAG,EAAE,GAAG,QAS7C"}
@@ -0,0 +1,5 @@
1
+ import { accountType } from './types';
2
+ export declare class accountTypeService {
3
+ getAccountTypeList(): Promise<accountType[]>;
4
+ }
5
+ //# sourceMappingURL=accountTypeService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountTypeService.d.ts","sourceRoot":"","sources":["../../../src/service/account/accountTypeService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAGrC,qBAAa,kBAAkB;IACvB,kBAAkB,IAAI,OAAO,CAAC,WAAW,EAAE,CAAC;CAInD"}
@@ -0,0 +1,5 @@
1
+ export interface accountType {
2
+ id: number;
3
+ description: string;
4
+ }
5
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/service/account/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,MAAM,CAAC;CACrB"}
@@ -0,0 +1,7 @@
1
+ import { operations } from '../analyst/types';
2
+ export declare class operationService {
3
+ getAnalistInfo(status: number[] | null, operationType: number | null, operationAccepted?: Array<number> | null, dateTime?: [Date, Date] | null): Promise<{
4
+ data: operations[];
5
+ }>;
6
+ }
7
+ //# sourceMappingURL=analystService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"analystService.d.ts","sourceRoot":"","sources":["../../../src/service/analyst/analystService.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAGlD,qBAAa,gBAAgB;IACrB,cAAc,CAClB,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,EACvB,aAAa,EAAE,MAAM,GAAG,IAAI,EAC5B,iBAAiB,GAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAW,EAC9C,QAAQ,GAAE,CAAC,IAAI,EAAE,IAAI,CAAC,GAAG,IAAW,GACnC,OAAO,CAAC;QAAE,IAAI,EAAE,UAAU,EAAE,CAAA;KAAE,CAAC;CA8EnC"}
@@ -0,0 +1,86 @@
1
+ export interface CardConfig {
2
+ label: string;
3
+ type: number;
4
+ key: string;
5
+ data: fertilizerCharges | null;
6
+ }
7
+ export interface fertilizerCharges {
8
+ fertilizers: number;
9
+ charges: number;
10
+ }
11
+ export interface operationDetails {
12
+ correctionDate: string;
13
+ amount?: number;
14
+ crediCoprBank: bankData;
15
+ analistName?: string;
16
+ supervisorName?: string;
17
+ }
18
+ export interface operations {
19
+ id: number;
20
+ dateTime: string;
21
+ rut: string;
22
+ clientName: string;
23
+ amount: number;
24
+ amountInAccount: number;
25
+ operationType: number;
26
+ statusType: currencyType;
27
+ observationAnalyst?: string;
28
+ observationSupervisor?: string;
29
+ rejectionReason?: string;
30
+ paymentMethod: string;
31
+ thirdPartyPayment: boolean;
32
+ thirdPartyName?: string;
33
+ thirdPartyRut?: string;
34
+ clientComment?: string;
35
+ analistName?: string;
36
+ supervisorName?: string;
37
+ file?: string;
38
+ status: number;
39
+ reference?: string;
40
+ transactionType: number;
41
+ currencyType: number;
42
+ secuency: number;
43
+ folio: number;
44
+ client: string;
45
+ deleteOperation?: boolean;
46
+ commercialManager?: string;
47
+ resourcesOrigin?: ResourcesOrigin;
48
+ bankOriginResource?: bankData;
49
+ crediCoprBank?: bankData;
50
+ intermediaryBank?: bankData;
51
+ thirdParty?: clientData;
52
+ clientData?: clientData;
53
+ operationDetails?: operationDetails[];
54
+ }
55
+ export interface bankData {
56
+ id: number;
57
+ description: string;
58
+ accountNumber: string;
59
+ country?: string;
60
+ type?: string;
61
+ codAba?: string;
62
+ codSwift?: string;
63
+ }
64
+ export interface country {
65
+ id: number;
66
+ status: boolean;
67
+ name: string;
68
+ codName: string;
69
+ blockType: string;
70
+ }
71
+ export interface clientData {
72
+ id: number;
73
+ name: boolean;
74
+ rut: string;
75
+ bankDetails: bankData;
76
+ }
77
+ export interface currencyType {
78
+ id: number;
79
+ description: boolean;
80
+ }
81
+ export interface ResourcesOrigin {
82
+ id: number;
83
+ bankDetails: bankData;
84
+ country: country;
85
+ }
86
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/service/analyst/types.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ import { PublicClientApplication } from '@azure/msal-browser';
2
+ export declare const msalInstance: PublicClientApplication;
3
+ //# sourceMappingURL=azureB2CConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"azureB2CConfig.d.ts","sourceRoot":"","sources":["../../src/service/azureB2CConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAiB,MAAM,qBAAqB,CAAC;AAc7E,eAAO,MAAM,YAAY,yBAA0C,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { UserData, UserPersonalData, DuplicatedAccount, Beneficiary, DuplicatedSingleAccount, DuplicatedAccountResult } from './types';
2
+ export declare class beneficiaryService {
3
+ getMyAccounts(clientId: number, secuencyId: number, type: number, page: number, limit: number): Promise<{
4
+ data: UserData[];
5
+ totalPages: number;
6
+ }>;
7
+ getClientRut(rut: string | string[], secuencyId: number, type: number): Promise<{
8
+ data: UserPersonalData[];
9
+ }>;
10
+ getDuplicatedAccounts(newAccounts: Beneficiary[], accountExists: UserPersonalData[]): Promise<DuplicatedAccount[]>;
11
+ getDuplicatedOneAccount(newAccount: DuplicatedSingleAccount, rutClient: string, secuencyId: number, type: number): Promise<DuplicatedAccountResult>;
12
+ }
13
+ //# sourceMappingURL=beneficiaryService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"beneficiaryService.d.ts","sourceRoot":"","sources":["../../../src/service/beneficiary/beneficiaryService.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,QAAQ,EACR,gBAAgB,EAEhB,iBAAiB,EACjB,WAAW,EACX,uBAAuB,EACvB,uBAAuB,EACxB,MAAM,SAAS,CAAA;AAGhB,qBAAa,kBAAkB;IACvB,aAAa,CACjB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,MAAM,EAClB,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,EACZ,KAAK,EAAE,MAAM,GACZ,OAAO,CAAC;QAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;QAAC,UAAU,EAAE,MAAM,CAAA;KAAE,CAAC;IA6D9C,YAAY,CAChB,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE,EACtB,UAAU,EAAE,MAAM,EAClB,IAAI,EAAE,MAAM,GACX,OAAO,CAAC;QAAE,IAAI,EAAE,gBAAgB,EAAE,CAAA;KAAE,CAAC;IAsFlC,qBAAqB,CACzB,WAAW,EAAE,WAAW,EAAE,EAC1B,aAAa,EAAE,gBAAgB,EAAE,GAChC,OAAO,CAAC,iBAAiB,EAAE,CAAC;IA2BzB,uBAAuB,CAC3B,UAAU,EAAE,uBAAuB,EACnC,SAAS,EAAE,MAAM,EACjB,UAAU,EAAE,MAAM,EAClB,IAAI,EAAE,MAAM,GACX,OAAO,CAAC,uBAAuB,CAAC;CA+BpC"}
@@ -0,0 +1,90 @@
1
+ export interface UserData {
2
+ id: number;
3
+ clientType?: any;
4
+ currencyType?: any;
5
+ favorite: boolean;
6
+ isActive: boolean;
7
+ type: number;
8
+ clientExist: boolean;
9
+ fullName: string;
10
+ rut: string;
11
+ alias?: string;
12
+ address?: string;
13
+ countryId?: any;
14
+ city?: string;
15
+ survey?: [];
16
+ cityBank?: string;
17
+ accounts?: Accounts[];
18
+ }
19
+ export interface UserDataFile {
20
+ file: any;
21
+ clientType?: any;
22
+ currencyType?: any;
23
+ intermediary: any;
24
+ beneficiaries: Beneficiary[];
25
+ }
26
+ export interface Beneficiary {
27
+ id: number;
28
+ error: boolean;
29
+ isEditing: boolean;
30
+ clientExist: boolean;
31
+ accountRepeat: boolean;
32
+ fullName: string;
33
+ rut: string;
34
+ alias?: string;
35
+ address?: string;
36
+ countryId?: any;
37
+ city?: string;
38
+ survey?: [];
39
+ accounts?: Accounts[];
40
+ }
41
+ export interface Accounts {
42
+ id?: number;
43
+ userId?: number;
44
+ clientType?: any;
45
+ currencyType?: any;
46
+ bankName?: string;
47
+ accountType?: any;
48
+ accountNumber?: string;
49
+ codSwift?: string;
50
+ codABA?: string;
51
+ cityBank?: string;
52
+ countryIdBank?: any;
53
+ addressBank?: string;
54
+ intermediary?: any;
55
+ intermediaryBankName?: string;
56
+ intermediaryAccountNumber?: string;
57
+ intermediaryCodSwift?: string;
58
+ intermediaryCodABA?: string;
59
+ intermediaryAddressBank?: string;
60
+ intermediaryCountryIdBank?: any;
61
+ intermediaryCityBank?: string;
62
+ }
63
+ export interface UserPersonalData {
64
+ id?: number;
65
+ fullName?: string;
66
+ rut?: string;
67
+ alias?: string;
68
+ address?: string;
69
+ countryId?: number;
70
+ city?: string;
71
+ bankName?: string;
72
+ accountNumber?: string;
73
+ accounts?: Accounts[];
74
+ }
75
+ export interface DuplicatedAccount {
76
+ rut: string;
77
+ fullName: string;
78
+ accountNumber: string;
79
+ bankName: string;
80
+ }
81
+ export interface DuplicatedSingleAccount {
82
+ bankName: string;
83
+ accountType?: any;
84
+ accountNumber: string;
85
+ }
86
+ export interface DuplicatedAccountResult {
87
+ isDuplicated: boolean;
88
+ accountDuplicated?: Accounts;
89
+ }
90
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/service/beneficiary/types.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,5 @@
1
+ import { clientType } from './types';
2
+ export declare class clientTypeService {
3
+ getClientTypeList(): Promise<clientType[]>;
4
+ }
5
+ //# sourceMappingURL=clientTypeService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clientTypeService.d.ts","sourceRoot":"","sources":["../../../src/service/clientType/clientTypeService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAGpC,qBAAa,iBAAiB;IACtB,iBAAiB,IAAI,OAAO,CAAC,UAAU,EAAE,CAAC;CAIjD"}
@@ -0,0 +1,5 @@
1
+ export interface clientType {
2
+ id: number;
3
+ description: string;
4
+ }
5
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/service/clientType/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,MAAM,CAAC;CACrB"}
@@ -0,0 +1,12 @@
1
+ export declare enum EnvNames {
2
+ PROD = "production",
3
+ DEV = "development"
4
+ }
5
+ type EnvName = EnvNames.PROD | EnvNames.DEV;
6
+ export interface EnvConfig {
7
+ apiURL: string;
8
+ env: EnvName;
9
+ }
10
+ export declare function getEnvConfig(): EnvConfig;
11
+ export {};
12
+ //# sourceMappingURL=UrlConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UrlConfig.d.ts","sourceRoot":"","sources":["../../../src/service/config/UrlConfig.ts"],"names":[],"mappings":"AAAA,oBAAY,QAAQ;IAChB,IAAI,eAAe;IACnB,GAAG,gBAAgB;CACpB;AACD,KAAK,OAAO,GAAG,QAAQ,CAAC,IAAI,GAAG,QAAQ,CAAC,GAAG,CAAC;AAE5C,MAAM,WAAW,SAAS;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,EAAE,OAAO,CAAC;CACd;AAaD,wBAAgB,YAAY,IAAI,SAAS,CAGxC"}
@@ -0,0 +1,5 @@
1
+ import { currencyType } from './types';
2
+ export declare class currencyService {
3
+ getCurrencyList(): Promise<currencyType[]>;
4
+ }
5
+ //# sourceMappingURL=currencyService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"currencyService.d.ts","sourceRoot":"","sources":["../../../src/service/currencyType/currencyService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAGtC,qBAAa,eAAe;IACpB,eAAe,IAAI,OAAO,CAAC,YAAY,EAAE,CAAC;CAIjD"}
@@ -0,0 +1,6 @@
1
+ export interface currencyType {
2
+ id: number;
3
+ description: string;
4
+ src?: string;
5
+ }
6
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/service/currencyType/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,MAAM,CAAC;IACpB,GAAG,CAAC,EAAE,MAAM,CAAA;CACb"}
@@ -0,0 +1,7 @@
1
+ import { accountOrigin } from './types';
2
+ export declare class accountOriginService {
3
+ getAccountOriginList(): Promise<{
4
+ data: accountOrigin[];
5
+ }>;
6
+ }
7
+ //# sourceMappingURL=accountOriginService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountOriginService.d.ts","sourceRoot":"","sources":["../../../src/service/general/accountOriginService.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAG5C,qBAAa,oBAAoB;IACzB,oBAAoB,IAAI,OAAO,CAAC;QAAE,IAAI,EAAE,aAAa,EAAE,CAAA;KAAE,CAAC;CAIjE"}
@@ -0,0 +1,7 @@
1
+ import { credicorpBank } from '../general/types';
2
+ export declare class creadiCorpService {
3
+ getBanksList(): Promise<{
4
+ data: credicorpBank[];
5
+ }>;
6
+ }
7
+ //# sourceMappingURL=banksCrediCorpService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"banksCrediCorpService.d.ts","sourceRoot":"","sources":["../../../src/service/general/banksCrediCorpService.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAGrD,qBAAa,iBAAiB;IACtB,YAAY,IAAI,OAAO,CAAC;QAAE,IAAI,EAAE,aAAa,EAAE,CAAA;KAAE,CAAC;CAIzD"}
@@ -0,0 +1,5 @@
1
+ import { clientAmount } from './types';
2
+ export declare class clientAmountService {
3
+ myAmountClient(clientId: number): Promise<clientAmount>;
4
+ }
5
+ //# sourceMappingURL=clientAmountService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clientAmountService.d.ts","sourceRoot":"","sources":["../../../src/service/general/clientAmountService.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAG3C,qBAAa,mBAAmB;IACxB,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAI,OAAO,CAAC,YAAY,CAAC;CAS/D"}
@@ -0,0 +1,7 @@
1
+ import { country } from './types';
2
+ export declare class countryService {
3
+ getCountries(): Promise<{
4
+ data: country[];
5
+ }>;
6
+ }
7
+ //# sourceMappingURL=countryService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"countryService.d.ts","sourceRoot":"","sources":["../../../src/service/general/countryService.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA;AAKtC,qBAAa,cAAc;IACnB,YAAY,IAAI,OAAO,CAAC;QAAE,IAAI,EAAE,OAAO,EAAE,CAAA;KAAE,CAAC;CAOnD"}
@@ -0,0 +1,7 @@
1
+ import { movementType } from './types';
2
+ export declare class movementTypeService {
3
+ getMovementTypeList(): Promise<{
4
+ data: movementType[];
5
+ }>;
6
+ }
7
+ //# sourceMappingURL=movementTypeService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"movementTypeService.d.ts","sourceRoot":"","sources":["../../../src/service/general/movementTypeService.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA;AAG3C,qBAAa,mBAAmB;IACxB,mBAAmB,IAAI,OAAO,CAAC;QAAE,IAAI,EAAE,YAAY,EAAE,CAAA;KAAE,CAAC;CAI/D"}
@@ -0,0 +1,7 @@
1
+ import { survey } from './types';
2
+ export declare class operationService {
3
+ getOperationStateList(operationType: number): Promise<{
4
+ data: survey[];
5
+ }>;
6
+ }
7
+ //# sourceMappingURL=operationService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operationService.d.ts","sourceRoot":"","sources":["../../../src/service/general/operationService.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,SAAS,CAAA;AAGrC,qBAAa,gBAAgB;IAErB,qBAAqB,CAAC,aAAa,EAAE,MAAM,GAAG,OAAO,CAAC;QAAE,IAAI,EAAE,MAAM,EAAE,CAAA;KAAE,CAAC;CAYhF"}
@@ -0,0 +1,7 @@
1
+ import { paymentMethod } from './types';
2
+ export declare class paymentMethodsService {
3
+ getPaymentMethodsList(): Promise<{
4
+ data: paymentMethod[];
5
+ }>;
6
+ }
7
+ //# sourceMappingURL=paymentMethodsService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"paymentMethodsService.d.ts","sourceRoot":"","sources":["../../../src/service/general/paymentMethodsService.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAG5C,qBAAa,qBAAqB;IAC1B,qBAAqB,IAAI,OAAO,CAAC;QAAE,IAAI,EAAE,aAAa,EAAE,CAAA;KAAE,CAAC;CAIlE"}
@@ -0,0 +1,7 @@
1
+ import { survey } from './types';
2
+ export declare class surveyService {
3
+ getSurveyList(): Promise<{
4
+ data: survey[];
5
+ }>;
6
+ }
7
+ //# sourceMappingURL=surveyService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"surveyService.d.ts","sourceRoot":"","sources":["../../../src/service/general/surveyService.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,SAAS,CAAA;AAGrC,qBAAa,aAAa;IAClB,aAAa,IAAI,OAAO,CAAC;QAAE,IAAI,EAAE,MAAM,EAAE,CAAA;KAAE,CAAC;CAKnD"}
@@ -0,0 +1,10 @@
1
+ import { survey } from './types';
2
+ export declare class transactionService {
3
+ getTransactionTypeList(type?: number): Promise<{
4
+ data: survey[];
5
+ }>;
6
+ getOperationAbonoList(): Promise<{
7
+ data: survey[];
8
+ }>;
9
+ }
10
+ //# sourceMappingURL=transactionService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transactionService.d.ts","sourceRoot":"","sources":["../../../src/service/general/transactionService.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,SAAS,CAAA;AAGrC,qBAAa,kBAAkB;IACvB,sBAAsB,CAAC,IAAI,GAAE,MAAU,GAAG,OAAO,CAAC;QAAE,IAAI,EAAE,MAAM,EAAE,CAAA;KAAE,CAAC;IAkBrE,qBAAqB,IAAI,OAAO,CAAC;QAAE,IAAI,EAAE,MAAM,EAAE,CAAA;KAAE,CAAC;CAI3D"}
@@ -0,0 +1,46 @@
1
+ export interface country {
2
+ id: number;
3
+ status: boolean;
4
+ name: string;
5
+ codName: string;
6
+ blockType: string;
7
+ }
8
+ export interface survey {
9
+ id: number;
10
+ description: string;
11
+ }
12
+ export interface clientAmount {
13
+ id: number;
14
+ clientId: number;
15
+ operationType?: operationType[];
16
+ }
17
+ export interface operationType {
18
+ name: string;
19
+ type: string;
20
+ amountClp: number;
21
+ amountUsd: number;
22
+ amountEur: number;
23
+ }
24
+ export interface paymentMethod {
25
+ id: number;
26
+ description: string;
27
+ }
28
+ export interface movementType {
29
+ label: string;
30
+ items: movementTypeItem[];
31
+ }
32
+ export interface movementTypeItem {
33
+ id: number;
34
+ description: string;
35
+ }
36
+ export interface accountOrigin {
37
+ id: number;
38
+ description: string;
39
+ }
40
+ export interface credicorpBank {
41
+ id: number;
42
+ description: string;
43
+ accountNumber: string;
44
+ type: string;
45
+ }
46
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/service/general/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACtB,EAAE,EAAE,MAAM,CAAA;IACV,MAAM,EAAE,OAAO,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAA;IACf,SAAS,EAAE,MAAM,CAAA;CAClB;AAED,MAAM,WAAW,MAAM;IACrB,EAAE,EAAE,MAAM,CAAA;IACV,WAAW,EAAE,MAAM,CAAA;CACpB;AAED,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAA;IACV,QAAQ,EAAE,MAAM,CAAA;IAChB,aAAa,CAAC,EAAE,aAAa,EAAE,CAAA;CAChC;AAED,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,EAAE,MAAM,CAAA;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,SAAS,EAAE,MAAM,CAAA;CAClB;AAED,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAA;IACV,WAAW,EAAE,MAAM,CAAA;CACpB;AAED,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,gBAAgB,EAAE,CAAA;CAC1B;AAED,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,CAAA;IACV,WAAW,EAAE,MAAM,CAAA;CACpB;AAED,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAA;IACV,WAAW,EAAE,MAAM,CAAA;CACpB;AAGD,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAA;IACV,WAAW,EAAE,MAAM,CAAA;IACnB,aAAa,EAAE,MAAM,CAAA;IACrB,IAAI,EAAE,MAAM,CAAA;CACb"}
@@ -0,0 +1,7 @@
1
+ import { accountData } from './types';
2
+ export declare class heritageChartService {
3
+ getHeritageData(clientId: number): Promise<accountData[]>;
4
+ getHeritageById(accountId: number): Promise<accountData | null>;
5
+ getFirstHeritage(clientId: number): Promise<accountData | null>;
6
+ }
7
+ //# sourceMappingURL=heritageChartService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"heritageChartService.d.ts","sourceRoot":"","sources":["../../../src/service/heritage/heritageChartService.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAgB,MAAM,SAAS,CAAC;AAGzD,qBAAa,oBAAoB;IACzB,eAAe,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,EAAE,CAAC;IAmBzD,eAAe,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,GAAG,IAAI,CAAC;IAqB/D,gBAAgB,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,GAAG,IAAI,CAAC;CAoBtE"}
@@ -0,0 +1,7 @@
1
+ import { company } from './types';
2
+ export declare class heritageService {
3
+ myEmployeeList(clientId: number): Promise<company[]>;
4
+ getEmployeeId(companyId: number): Promise<company | null>;
5
+ getFirstEmployee(clientId: number): Promise<company | null>;
6
+ }
7
+ //# sourceMappingURL=heritageService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"heritageService.d.ts","sourceRoot":"","sources":["../../../src/service/heritage/heritageService.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAMvC,qBAAa,eAAe;IACpB,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAOpD,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC;IAQzD,gBAAgB,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC;CAKlE"}
@@ -0,0 +1,61 @@
1
+ export interface secuencyData {
2
+ id: number;
3
+ description: string;
4
+ first?: boolean;
5
+ }
6
+ export interface accountData {
7
+ id: number;
8
+ accountNumber: string;
9
+ secuency: secuencyData[];
10
+ heritageTotal: number;
11
+ chart: chartData[];
12
+ }
13
+ export interface AvailableFunds {
14
+ clp: number;
15
+ usd: number;
16
+ eur: number;
17
+ mutualFundsClp: number;
18
+ mutualFundsUsd: number;
19
+ }
20
+ export interface InTransitFunds {
21
+ clp: number;
22
+ usd: number;
23
+ eur?: number | null;
24
+ mutualFundsClp?: number | null;
25
+ mutualFundsUsd?: number | null;
26
+ }
27
+ type sliceSettings = {
28
+ fill: string;
29
+ stroke: string;
30
+ };
31
+ export interface chartData {
32
+ name: string;
33
+ value: number;
34
+ transit?: number;
35
+ sliceSettings: sliceSettings;
36
+ }
37
+ type forex = {
38
+ heritageTotal: number;
39
+ chart: chartData[];
40
+ };
41
+ type investments = {
42
+ heritageTotal: number;
43
+ chart: chartData[];
44
+ };
45
+ export type company = {
46
+ id: number;
47
+ companyName: string;
48
+ rut: string;
49
+ userType: string;
50
+ clientId: number;
51
+ executiveName?: string;
52
+ executiveEmail?: string;
53
+ executivePhone?: string;
54
+ secuency?: secuencyData[];
55
+ forex?: forex;
56
+ investments?: investments;
57
+ available?: AvailableFunds;
58
+ inTransit?: InTransitFunds;
59
+ };
60
+ export {};
61
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/service/heritage/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,MAAM,WAAW,WAAW;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,SAAS,EAAE,CAAC;CACpB;AAED,MAAM,WAAW,cAAc;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,cAAc;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAChC;AAID,KAAK,aAAa,GAAG;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,EAAE,aAAa,CAAC;CAC9B;AAED,KAAK,KAAK,GAAG;IACX,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,SAAS,EAAE,CAAC;CACpB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,SAAS,EAAE,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,OAAO,GAAG;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,MAAM,CAAC;IACpB,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,YAAY,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,SAAS,CAAC,EAAE,cAAc,CAAC;IAC3B,SAAS,CAAC,EAAE,cAAc,CAAC;CAC5B,CAAC"}
@@ -0,0 +1,26 @@
1
+ import { movementList, operationStatus, operationType, contributionList, forexList, lastMovement } from './type';
2
+ export declare class movementService {
3
+ myMovementList(clientId: number, page: number, size: number, filters: any): Promise<{
4
+ data: movementList[];
5
+ total: number;
6
+ }>;
7
+ myContributionsList(clientId: number, page: number, size: number, filters: any): Promise<{
8
+ data: contributionList[];
9
+ total: number;
10
+ }>;
11
+ myForexList(clientId: number, page: number, size: number, filters: any): Promise<{
12
+ data: forexList[];
13
+ total: number;
14
+ }>;
15
+ getOperationTypeList(currentView: string): Promise<{
16
+ data: operationType[];
17
+ }>;
18
+ getOperationStatusList(): Promise<{
19
+ data: operationStatus[];
20
+ }>;
21
+ getLastMovement(clientId: number, page: number, size: number, type: number): Promise<{
22
+ data: lastMovement[];
23
+ total: number;
24
+ }>;
25
+ }
26
+ //# sourceMappingURL=myMovementService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"myMovementService.d.ts","sourceRoot":"","sources":["../../../src/service/myMovement/myMovementService.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,YAAY,EACZ,eAAe,EACf,aAAa,EACb,gBAAgB,EAChB,SAAS,EACT,YAAY,EACb,MAAM,QAAQ,CAAA;AAQf,qBAAa,eAAe;IACpB,cAAc,CAClB,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,GAAG,GACX,OAAO,CAAC;QAAE,IAAI,EAAE,YAAY,EAAE,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;IAmD7C,mBAAmB,CACvB,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,GAAG,GACX,OAAO,CAAC;QAAE,IAAI,EAAE,gBAAgB,EAAE,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;IAuCjD,WAAW,CACf,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,GAAG,GACX,OAAO,CAAC;QAAE,IAAI,EAAE,SAAS,EAAE,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;IAuC1C,oBAAoB,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO,CAAC;QAAE,IAAI,EAAE,aAAa,EAAE,CAAA;KAAE,CAAC;IAa7E,sBAAsB,IAAI,OAAO,CAAC;QAAE,IAAI,EAAE,eAAe,EAAE,CAAA;KAAE,CAAC;IAK9D,eAAe,CACnB,QAAQ,EAAE,MAAM,EAChB,IAAI,QAAI,EACR,IAAI,QAAK,EACT,IAAI,EAAE,MAAM,GACX,OAAO,CAAC;QAAE,IAAI,EAAE,YAAY,EAAE,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;CAkBpD"}