@linkiez/jcm-library 3.31.0 → 4.1.0

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 (152) hide show
  1. package/dist/enums/financial/e-charge-channel.d.ts +7 -0
  2. package/dist/enums/financial/e-charge-channel.d.ts.map +1 -0
  3. package/dist/enums/financial/e-charge-channel.js +8 -0
  4. package/dist/enums/financial/e-charge-channel.js.map +1 -0
  5. package/dist/enums/financial/e-financial-account-status.d.ts +8 -0
  6. package/dist/enums/financial/e-financial-account-status.d.ts.map +1 -0
  7. package/dist/enums/financial/e-financial-account-status.js +9 -0
  8. package/dist/enums/financial/e-financial-account-status.js.map +1 -0
  9. package/dist/enums/financial/e-financial-account-type.d.ts +6 -0
  10. package/dist/enums/financial/e-financial-account-type.d.ts.map +1 -0
  11. package/dist/enums/financial/e-financial-account-type.js +7 -0
  12. package/dist/enums/financial/e-financial-account-type.js.map +1 -0
  13. package/dist/enums/financial/e-financial-origin-type.d.ts +8 -0
  14. package/dist/enums/financial/e-financial-origin-type.d.ts.map +1 -0
  15. package/dist/enums/financial/e-financial-origin-type.js +9 -0
  16. package/dist/enums/financial/e-financial-origin-type.js.map +1 -0
  17. package/dist/enums/financial/e-recurrence-frequency.d.ts +7 -0
  18. package/dist/enums/financial/e-recurrence-frequency.d.ts.map +1 -0
  19. package/dist/enums/financial/e-recurrence-frequency.js +8 -0
  20. package/dist/enums/financial/e-recurrence-frequency.js.map +1 -0
  21. package/dist/enums/financial/e-settlement-type.d.ts +6 -0
  22. package/dist/enums/financial/e-settlement-type.d.ts.map +1 -0
  23. package/dist/enums/financial/e-settlement-type.js +7 -0
  24. package/dist/enums/financial/e-settlement-type.js.map +1 -0
  25. package/dist/index.d.ts +23 -0
  26. package/dist/index.d.ts.map +1 -1
  27. package/dist/index.js +23 -0
  28. package/dist/index.js.map +1 -1
  29. package/dist/interfaces/bank/ibank-account-endpoints.d.ts +25 -29
  30. package/dist/interfaces/bank/ibank-account-endpoints.d.ts.map +1 -1
  31. package/dist/interfaces/bank/ibank-account.d.ts +15 -10
  32. package/dist/interfaces/bank/ibank-account.d.ts.map +1 -1
  33. package/dist/interfaces/bank/ibank-import-batch.d.ts +8 -8
  34. package/dist/interfaces/bank/ibank-import-batch.d.ts.map +1 -1
  35. package/dist/interfaces/bank/ibank-import-endpoints.d.ts +30 -30
  36. package/dist/interfaces/bank/ibank-import-endpoints.d.ts.map +1 -1
  37. package/dist/interfaces/bank/ibank-reconciliation-endpoints.d.ts +79 -36
  38. package/dist/interfaces/bank/ibank-reconciliation-endpoints.d.ts.map +1 -1
  39. package/dist/interfaces/bank/ibank-reconciliation.d.ts +7 -7
  40. package/dist/interfaces/bank/ibank-reconciliation.d.ts.map +1 -1
  41. package/dist/interfaces/bank/ibank-report-endpoints.d.ts +27 -27
  42. package/dist/interfaces/bank/ibank-report-endpoints.d.ts.map +1 -1
  43. package/dist/interfaces/bank/ibank-report.d.ts +10 -10
  44. package/dist/interfaces/bank/ibank-report.d.ts.map +1 -1
  45. package/dist/interfaces/bank/ibank-transaction-endpoints.d.ts +27 -27
  46. package/dist/interfaces/bank/ibank-transaction-endpoints.d.ts.map +1 -1
  47. package/dist/interfaces/bank/ibank-transaction.d.ts +10 -10
  48. package/dist/interfaces/bank/ibank-transaction.d.ts.map +1 -1
  49. package/dist/interfaces/common/ifile-association.d.ts +1 -1
  50. package/dist/interfaces/common/ifile-association.d.ts.map +1 -1
  51. package/dist/interfaces/financial/icreate-financial-account-request.d.ts +21 -0
  52. package/dist/interfaces/financial/icreate-financial-account-request.d.ts.map +1 -0
  53. package/dist/interfaces/financial/icreate-financial-account-request.js +2 -0
  54. package/dist/interfaces/financial/icreate-financial-account-request.js.map +1 -0
  55. package/dist/interfaces/financial/ifinancial-account.d.ts +34 -0
  56. package/dist/interfaces/financial/ifinancial-account.d.ts.map +1 -0
  57. package/dist/interfaces/financial/ifinancial-account.js +2 -0
  58. package/dist/interfaces/financial/ifinancial-account.js.map +1 -0
  59. package/dist/interfaces/financial/ifinancial-aging-summary.d.ts +23 -0
  60. package/dist/interfaces/financial/ifinancial-aging-summary.d.ts.map +1 -0
  61. package/dist/interfaces/financial/ifinancial-aging-summary.js +2 -0
  62. package/dist/interfaces/financial/ifinancial-aging-summary.js.map +1 -0
  63. package/dist/interfaces/financial/ifinancial-conciliation.d.ts +16 -0
  64. package/dist/interfaces/financial/ifinancial-conciliation.d.ts.map +1 -0
  65. package/dist/interfaces/financial/ifinancial-conciliation.js +2 -0
  66. package/dist/interfaces/financial/ifinancial-conciliation.js.map +1 -0
  67. package/dist/interfaces/financial/ifinancial-import-endpoints.d.ts +76 -0
  68. package/dist/interfaces/financial/ifinancial-import-endpoints.d.ts.map +1 -0
  69. package/dist/interfaces/financial/ifinancial-import-endpoints.js +2 -0
  70. package/dist/interfaces/financial/ifinancial-import-endpoints.js.map +1 -0
  71. package/dist/interfaces/financial/ifinancial-installment.d.ts +15 -0
  72. package/dist/interfaces/financial/ifinancial-installment.d.ts.map +1 -0
  73. package/dist/interfaces/financial/ifinancial-installment.js +2 -0
  74. package/dist/interfaces/financial/ifinancial-installment.js.map +1 -0
  75. package/dist/interfaces/financial/ifinancial-recurrence-rule.d.ts +10 -0
  76. package/dist/interfaces/financial/ifinancial-recurrence-rule.d.ts.map +1 -0
  77. package/dist/interfaces/financial/ifinancial-recurrence-rule.js +2 -0
  78. package/dist/interfaces/financial/ifinancial-recurrence-rule.js.map +1 -0
  79. package/dist/interfaces/financial/ifinancial-recurrence.d.ts +10 -0
  80. package/dist/interfaces/financial/ifinancial-recurrence.d.ts.map +1 -0
  81. package/dist/interfaces/financial/ifinancial-recurrence.js +2 -0
  82. package/dist/interfaces/financial/ifinancial-recurrence.js.map +1 -0
  83. package/dist/interfaces/financial/ifinancial-settlement.d.ts +23 -0
  84. package/dist/interfaces/financial/ifinancial-settlement.d.ts.map +1 -0
  85. package/dist/interfaces/financial/ifinancial-settlement.js +2 -0
  86. package/dist/interfaces/financial/ifinancial-settlement.js.map +1 -0
  87. package/dist/interfaces/financial/ifind-all-financial-account-params.d.ts +14 -0
  88. package/dist/interfaces/financial/ifind-all-financial-account-params.d.ts.map +1 -0
  89. package/dist/interfaces/financial/ifind-all-financial-account-params.js +2 -0
  90. package/dist/interfaces/financial/ifind-all-financial-account-params.js.map +1 -0
  91. package/dist/interfaces/financial/ireconcile-settlement-request.d.ts +5 -0
  92. package/dist/interfaces/financial/ireconcile-settlement-request.d.ts.map +1 -0
  93. package/dist/interfaces/financial/ireconcile-settlement-request.js +2 -0
  94. package/dist/interfaces/financial/ireconcile-settlement-request.js.map +1 -0
  95. package/dist/interfaces/financial/ireverse-settlement-request.d.ts +7 -0
  96. package/dist/interfaces/financial/ireverse-settlement-request.d.ts.map +1 -0
  97. package/dist/interfaces/financial/ireverse-settlement-request.js +2 -0
  98. package/dist/interfaces/financial/ireverse-settlement-request.js.map +1 -0
  99. package/dist/interfaces/financial/ischedule-financial-recurrence-request.d.ts +6 -0
  100. package/dist/interfaces/financial/ischedule-financial-recurrence-request.d.ts.map +1 -0
  101. package/dist/interfaces/financial/ischedule-financial-recurrence-request.js +2 -0
  102. package/dist/interfaces/financial/ischedule-financial-recurrence-request.js.map +1 -0
  103. package/dist/interfaces/financial/isettle-account-request.d.ts +14 -0
  104. package/dist/interfaces/financial/isettle-account-request.d.ts.map +1 -0
  105. package/dist/interfaces/financial/isettle-account-request.js +2 -0
  106. package/dist/interfaces/financial/isettle-account-request.js.map +1 -0
  107. package/dist/interfaces/financial/iupdate-financial-account-request.d.ts +12 -0
  108. package/dist/interfaces/financial/iupdate-financial-account-request.d.ts.map +1 -0
  109. package/dist/interfaces/financial/iupdate-financial-account-request.js +2 -0
  110. package/dist/interfaces/financial/iupdate-financial-account-request.js.map +1 -0
  111. package/dist/interfaces/usuario/iusuario.d.ts +13 -0
  112. package/dist/interfaces/usuario/iusuario.d.ts.map +1 -1
  113. package/dist/models/bank/bank-import.d.ts +48 -24
  114. package/dist/models/bank/bank-import.d.ts.map +1 -1
  115. package/dist/models/bank/bank-import.js +49 -44
  116. package/dist/models/bank/bank-import.js.map +1 -1
  117. package/dist/models/bank/bank-reconciliation.d.ts +19 -19
  118. package/dist/models/bank/bank-reconciliation.d.ts.map +1 -1
  119. package/dist/models/bank/bank-reconciliation.js +57 -46
  120. package/dist/models/bank/bank-reconciliation.js.map +1 -1
  121. package/dist/models/bank/bank-report.d.ts +33 -33
  122. package/dist/models/bank/bank-report.d.ts.map +1 -1
  123. package/dist/models/bank/bank-report.js +80 -68
  124. package/dist/models/bank/bank-report.js.map +1 -1
  125. package/dist/models/bank/bank-transaction.d.ts +14 -31
  126. package/dist/models/bank/bank-transaction.d.ts.map +1 -1
  127. package/dist/models/bank/bank-transaction.js +37 -50
  128. package/dist/models/bank/bank-transaction.js.map +1 -1
  129. package/dist/models/bank/bank.d.ts +20 -20
  130. package/dist/models/bank/bank.d.ts.map +1 -1
  131. package/dist/models/bank/bank.js +35 -30
  132. package/dist/models/bank/bank.js.map +1 -1
  133. package/dist/models/financial/financial-account.d.ts +113 -0
  134. package/dist/models/financial/financial-account.d.ts.map +1 -0
  135. package/dist/models/financial/financial-account.js +91 -0
  136. package/dist/models/financial/financial-account.js.map +1 -0
  137. package/dist/models/financial/financial-import.d.ts +64 -0
  138. package/dist/models/financial/financial-import.d.ts.map +1 -0
  139. package/dist/models/financial/financial-import.js +133 -0
  140. package/dist/models/financial/financial-import.js.map +1 -0
  141. package/dist/types/bank/t-bank-reconciliation-entity-type.d.ts +1 -1
  142. package/dist/types/bank/t-bank-reconciliation-entity-type.d.ts.map +1 -1
  143. package/dist/zod-validators/bank/zbank-account.d.ts +1 -1
  144. package/dist/zod-validators/bank/zbank-account.js +1 -1
  145. package/dist/zod-validators/bank/zbank-account.js.map +1 -1
  146. package/dist/zod-validators/login/zlogin-response.d.ts +49 -0
  147. package/dist/zod-validators/login/zlogin-response.d.ts.map +1 -1
  148. package/dist/zod-validators/usuario/zusuario.d.ts +98 -0
  149. package/dist/zod-validators/usuario/zusuario.d.ts.map +1 -1
  150. package/dist/zod-validators/usuario/zusuario.js +56 -0
  151. package/dist/zod-validators/usuario/zusuario.js.map +1 -1
  152. package/package.json +2 -2
@@ -3,22 +3,22 @@ export class BankImportPreviewLine extends BaseModel {
3
3
  constructor(row) {
4
4
  super(row);
5
5
  this.line = 0;
6
- this.movementDate = "";
6
+ this.movement_date = "";
7
7
  this.amount = 0;
8
8
  this.description = "";
9
- this.transactionType = "";
10
- this.idempotencyHash = "";
9
+ this.transaction_type = "";
10
+ this.idempotency_hash = "";
11
11
  if (!row) {
12
12
  return;
13
13
  }
14
14
  this.line = this.toNumber(row.line) ?? 0;
15
- this.movementDate = row.movementDate ?? "";
15
+ this.movement_date = row.movement_date ?? row.movementDate ?? "";
16
16
  this.amount = this.toNumber(row.amount) ?? 0;
17
17
  this.description = row.description ?? "";
18
18
  this.document = row.document ?? null;
19
19
  this.balance = this.toNumber(row.balance) ?? null;
20
- this.transactionType = row.transactionType ?? "";
21
- this.idempotencyHash = row.idempotencyHash ?? "";
20
+ this.transaction_type = row.transaction_type ?? row.transactionType ?? "";
21
+ this.idempotency_hash = row.idempotency_hash ?? row.idempotencyHash ?? "";
22
22
  }
23
23
  }
24
24
  export class BankImportPreviewInvalidLine extends BaseModel {
@@ -36,25 +36,27 @@ export class BankImportPreviewInvalidLine extends BaseModel {
36
36
  export class BankImportPreviewResult extends BaseModel {
37
37
  constructor(result) {
38
38
  super(result);
39
- this.sourceFormat = "CSV";
40
- this.totalRows = 0;
41
- this.totalValidRows = 0;
42
- this.totalInvalidRows = 0;
39
+ this.source_format = "CSV";
40
+ this.total_rows = 0;
41
+ this.total_valid_rows = 0;
42
+ this.total_invalid_rows = 0;
43
43
  this.truncated = false;
44
- this.previewRows = [];
45
- this.invalidRows = [];
44
+ this.preview_rows = [];
45
+ this.invalid_rows = [];
46
46
  if (!result) {
47
47
  return;
48
48
  }
49
- this.sourceFormat = result.sourceFormat ?? "CSV";
50
- this.totalRows = this.toNumber(result.totalRows) ?? 0;
51
- this.totalValidRows = this.toNumber(result.totalValidRows) ?? 0;
52
- this.totalInvalidRows = this.toNumber(result.totalInvalidRows) ?? 0;
49
+ this.source_format = result.source_format ?? result.sourceFormat ?? "CSV";
50
+ this.total_rows = this.toNumber(result.total_rows ?? result.totalRows) ?? 0;
51
+ this.total_valid_rows =
52
+ this.toNumber(result.total_valid_rows ?? result.totalValidRows) ?? 0;
53
+ this.total_invalid_rows =
54
+ this.toNumber(result.total_invalid_rows ?? result.totalInvalidRows) ?? 0;
53
55
  this.truncated = Boolean(result.truncated);
54
56
  this.delimiter = result.delimiter;
55
57
  this.headers = this.toArray(result.headers ?? []);
56
- this.previewRows = this.toTypedArray(result.previewRows, BankImportPreviewLine);
57
- this.invalidRows = this.toTypedArray(result.invalidRows, BankImportPreviewInvalidLine);
58
+ this.preview_rows = this.toTypedArray(result.preview_rows ?? result.previewRows, BankImportPreviewLine);
59
+ this.invalid_rows = this.toTypedArray(result.invalid_rows ?? result.invalidRows, BankImportPreviewInvalidLine);
58
60
  }
59
61
  }
60
62
  export class BankImportPreviewResponse extends BaseModel {
@@ -70,35 +72,38 @@ export class BankImportPreviewResponse extends BaseModel {
70
72
  export class BankImportConfirmResult extends BaseModel {
71
73
  constructor(response) {
72
74
  super(response);
73
- this.accountId = 0;
74
- this.confirmedBy = 0;
75
- this.sourceFormat = "CSV";
76
- this.confirmedAt = "";
77
- this.totalReceivedRows = 0;
78
- this.totalAcceptedRows = 0;
79
- this.totalDuplicatedRowsInPayload = 0;
80
- this.acceptedRows = [];
81
- this.duplicatedRowsInPayload = [];
82
- this.batchId = 0;
83
- this.totalAlreadyImported = 0;
84
- this.totalInserted = 0;
75
+ this.account_id = 0;
76
+ this.confirmed_by = 0;
77
+ this.source_format = "CSV";
78
+ this.confirmed_at = "";
79
+ this.total_received_rows = 0;
80
+ this.total_accepted_rows = 0;
81
+ this.total_duplicated_rows_in_payload = 0;
82
+ this.accepted_rows = [];
83
+ this.duplicated_rows_in_payload = [];
84
+ this.batch_id = 0;
85
+ this.total_already_imported = 0;
86
+ this.total_inserted = 0;
85
87
  if (!response) {
86
88
  return;
87
89
  }
88
- this.accountId = response.accountId ?? 0;
89
- this.confirmedBy = response.confirmedBy ?? 0;
90
- this.sourceFormat = response.sourceFormat ?? "CSV";
91
- this.confirmedAt = response.confirmedAt ?? "";
92
- this.totalReceivedRows = this.toNumber(response.totalReceivedRows) ?? 0;
93
- this.totalAcceptedRows = this.toNumber(response.totalAcceptedRows) ?? 0;
94
- this.totalDuplicatedRowsInPayload =
95
- this.toNumber(response.totalDuplicatedRowsInPayload) ?? 0;
96
- this.acceptedRows = this.toTypedArray(response.acceptedRows, BankImportPreviewLine);
97
- this.duplicatedRowsInPayload = this.toTypedArray(response.duplicatedRowsInPayload, BankImportPreviewLine);
98
- this.batchId = this.toNumber(response.batchId) ?? 0;
99
- this.totalAlreadyImported =
100
- this.toNumber(response.totalAlreadyImported) ?? 0;
101
- this.totalInserted = this.toNumber(response.totalInserted) ?? 0;
90
+ this.account_id = response.account_id ?? response.accountId ?? 0;
91
+ this.confirmed_by = response.confirmed_by ?? response.confirmedBy ?? 0;
92
+ this.source_format = response.source_format ?? response.sourceFormat ?? "CSV";
93
+ this.confirmed_at = response.confirmed_at ?? response.confirmedAt ?? "";
94
+ this.total_received_rows =
95
+ this.toNumber(response.total_received_rows ?? response.totalReceivedRows) ?? 0;
96
+ this.total_accepted_rows =
97
+ this.toNumber(response.total_accepted_rows ?? response.totalAcceptedRows) ?? 0;
98
+ this.total_duplicated_rows_in_payload =
99
+ this.toNumber(response.total_duplicated_rows_in_payload ??
100
+ response.totalDuplicatedRowsInPayload) ?? 0;
101
+ this.accepted_rows = this.toTypedArray(response.accepted_rows ?? response.acceptedRows, BankImportPreviewLine);
102
+ this.duplicated_rows_in_payload = this.toTypedArray(response.duplicated_rows_in_payload ?? response.duplicatedRowsInPayload, BankImportPreviewLine);
103
+ this.batch_id = this.toNumber(response.batch_id ?? response.batchId) ?? 0;
104
+ this.total_already_imported =
105
+ this.toNumber(response.total_already_imported ?? response.totalAlreadyImported) ?? 0;
106
+ this.total_inserted = this.toNumber(response.total_inserted ?? response.totalInserted) ?? 0;
102
107
  }
103
108
  }
104
109
  export class BankImportConfirmResponse extends BaseModel {
@@ -1 +1 @@
1
- {"version":3,"file":"bank-import.js","sourceRoot":"","sources":["../../../src/models/bank/bank-import.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"bank-import.js","sourceRoot":"","sources":["../../../src/models/bank/bank-import.ts"],"names":[],"mappings":"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"}
@@ -7,37 +7,37 @@ import { BankTransaction } from "./bank-transaction.js";
7
7
  export declare class BankReconciliationCandidate extends BaseModel implements IBankReconciliationCandidate {
8
8
  id: number | string;
9
9
  amount: number;
10
- movementDate: string;
10
+ movement_date: string;
11
11
  document?: string | null;
12
12
  description?: string | null;
13
13
  constructor(candidate?: Partial<IBankReconciliationCandidate> | null);
14
14
  }
15
15
  export declare class BankReconciliationHistory extends BaseModel implements IBankReconciliationHistoryEvent {
16
16
  id: number;
17
- bankTransactionId: number;
17
+ bank_transaction_id: number;
18
18
  action: IBankReconciliationHistoryEvent["action"];
19
- previousStatus: string | null;
20
- newStatus: string | null;
21
- previousReconciliationType: TBankReconciliationType | null;
22
- newReconciliationType: TBankReconciliationType | null;
23
- previousEntityType: TBankReconciliationEntityType | null;
24
- newEntityType: TBankReconciliationEntityType | null;
25
- previousEntityId: number | null;
26
- newEntityId: number | null;
27
- operatedBy: number | null;
28
- operatedAt: string | null;
19
+ previous_status: string | null;
20
+ new_status: string | null;
21
+ previous_reconciliation_type: TBankReconciliationType | null;
22
+ new_reconciliation_type: TBankReconciliationType | null;
23
+ previous_entity_type: TBankReconciliationEntityType | null;
24
+ new_entity_type: TBankReconciliationEntityType | null;
25
+ previous_entity_id: number | null;
26
+ new_entity_id: number | null;
27
+ operated_by: number | null;
28
+ operated_at: string | null;
29
29
  note: string | null;
30
30
  constructor(event?: Partial<IBankReconciliationHistoryEvent> | null);
31
31
  }
32
32
  export declare class BankReconciliationTransactionResult extends BaseModel {
33
33
  id: number;
34
34
  status: string;
35
- reconciliationType: TBankReconciliationType | null;
36
- reconciliationEntityType: TBankReconciliationEntityType | null;
37
- reconciliationEntityId: number | null;
38
- reconciledBy: number | null;
39
- reconciledAt: string | null;
40
- reconciliationNote: string | null;
35
+ reconciliation_type: TBankReconciliationType | null;
36
+ reconciliation_entity_type: TBankReconciliationEntityType | null;
37
+ reconciliation_entity_id: number | null;
38
+ reconciled_by: number | null;
39
+ reconciled_at: string | null;
40
+ reconciliation_note: string | null;
41
41
  constructor(result?: Partial<IBankReconciliationTransactionResponse["data"]> | null);
42
42
  }
43
43
  export declare class BankReconciliationTransactionResponse extends BaseModel implements IBankReconciliationTransactionResponse {
@@ -55,7 +55,7 @@ export declare class BankReconciliationAutoApplyResponse extends BaseModel imple
55
55
  export declare class BankReconciliationHistoryResponse extends BaseModel implements IBankReconciliationHistoryResponse {
56
56
  data: {
57
57
  rows: BankReconciliationHistory[];
58
- appliedFilters?: Partial<IBankReconciliationHistoryFilters>;
58
+ applied_filters?: Partial<IBankReconciliationHistoryFilters>;
59
59
  pagination: TBankPagination;
60
60
  };
61
61
  constructor(response?: Partial<IBankReconciliationHistoryResponse> | null);
@@ -1 +1 @@
1
- {"version":3,"file":"bank-reconciliation.d.ts","sourceRoot":"","sources":["../../../src/models/bank/bank-reconciliation.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"bank-reconciliation.d.ts","sourceRoot":"","sources":["../../../src/models/bank/bank-reconciliation.ts"],"names":[],"mappings":"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"}
@@ -5,13 +5,13 @@ export class BankReconciliationCandidate extends BaseModel {
5
5
  super(candidate);
6
6
  this.id = 0;
7
7
  this.amount = 0;
8
- this.movementDate = "";
8
+ this.movement_date = "";
9
9
  if (!candidate) {
10
10
  return;
11
11
  }
12
12
  this.id = candidate.id ?? 0;
13
13
  this.amount = this.toNumber(candidate.amount) ?? 0;
14
- this.movementDate = candidate.movementDate ?? "";
14
+ this.movement_date = candidate.movement_date ?? "";
15
15
  this.document = candidate.document ?? null;
16
16
  this.description = candidate.description ?? null;
17
17
  }
@@ -20,35 +20,46 @@ export class BankReconciliationHistory extends BaseModel {
20
20
  constructor(event) {
21
21
  super(event);
22
22
  this.id = 0;
23
- this.bankTransactionId = 0;
23
+ this.bank_transaction_id = 0;
24
24
  this.action = "APPLY_AUTO";
25
- this.previousStatus = null;
26
- this.newStatus = null;
27
- this.previousReconciliationType = null;
28
- this.newReconciliationType = null;
29
- this.previousEntityType = null;
30
- this.newEntityType = null;
31
- this.previousEntityId = null;
32
- this.newEntityId = null;
33
- this.operatedBy = null;
34
- this.operatedAt = null;
25
+ this.previous_status = null;
26
+ this.new_status = null;
27
+ this.previous_reconciliation_type = null;
28
+ this.new_reconciliation_type = null;
29
+ this.previous_entity_type = null;
30
+ this.new_entity_type = null;
31
+ this.previous_entity_id = null;
32
+ this.new_entity_id = null;
33
+ this.operated_by = null;
34
+ this.operated_at = null;
35
35
  this.note = null;
36
36
  if (!event) {
37
37
  return;
38
38
  }
39
39
  this.id = this.toNumber(event.id) ?? 0;
40
- this.bankTransactionId = this.toNumber(event.bankTransactionId) ?? 0;
40
+ const mixedEvent = event;
41
+ this.bank_transaction_id =
42
+ this.toNumber(event.bank_transaction_id ?? mixedEvent.bankTransactionId) ??
43
+ 0;
41
44
  this.action = event.action ?? "APPLY_AUTO";
42
- this.previousStatus = event.previousStatus ?? null;
43
- this.newStatus = event.newStatus ?? null;
44
- this.previousReconciliationType = event.previousReconciliationType ?? null;
45
- this.newReconciliationType = event.newReconciliationType ?? null;
46
- this.previousEntityType = event.previousEntityType ?? null;
47
- this.newEntityType = event.newEntityType ?? null;
48
- this.previousEntityId = this.toNumber(event.previousEntityId) ?? null;
49
- this.newEntityId = this.toNumber(event.newEntityId) ?? null;
50
- this.operatedBy = this.toNumber(event.operatedBy) ?? null;
51
- this.operatedAt = event.operatedAt ?? null;
45
+ this.previous_status = event.previous_status ?? mixedEvent.previousStatus ?? null;
46
+ this.new_status = event.new_status ?? mixedEvent.newStatus ?? null;
47
+ this.previous_reconciliation_type =
48
+ event.previous_reconciliation_type ??
49
+ mixedEvent.previousReconciliationType ??
50
+ null;
51
+ this.new_reconciliation_type =
52
+ event.new_reconciliation_type ?? mixedEvent.newReconciliationType ?? null;
53
+ this.previous_entity_type =
54
+ event.previous_entity_type ?? mixedEvent.previousEntityType ?? null;
55
+ this.new_entity_type = event.new_entity_type ?? mixedEvent.newEntityType ?? null;
56
+ this.previous_entity_id =
57
+ this.toNumber(event.previous_entity_id ?? mixedEvent.previousEntityId) ??
58
+ null;
59
+ this.new_entity_id =
60
+ this.toNumber(event.new_entity_id ?? mixedEvent.newEntityId) ?? null;
61
+ this.operated_by = this.toNumber(event.operated_by ?? mixedEvent.operatedBy) ?? null;
62
+ this.operated_at = event.operated_at ?? mixedEvent.operatedAt ?? null;
52
63
  this.note = event.note ?? null;
53
64
  }
54
65
  }
@@ -57,24 +68,24 @@ export class BankReconciliationTransactionResult extends BaseModel {
57
68
  super(result);
58
69
  this.id = 0;
59
70
  this.status = "";
60
- this.reconciliationType = null;
61
- this.reconciliationEntityType = null;
62
- this.reconciliationEntityId = null;
63
- this.reconciledBy = null;
64
- this.reconciledAt = null;
65
- this.reconciliationNote = null;
71
+ this.reconciliation_type = null;
72
+ this.reconciliation_entity_type = null;
73
+ this.reconciliation_entity_id = null;
74
+ this.reconciled_by = null;
75
+ this.reconciled_at = null;
76
+ this.reconciliation_note = null;
66
77
  if (!result) {
67
78
  return;
68
79
  }
69
80
  this.id = this.toNumber(result.id) ?? 0;
70
81
  this.status = result.status ?? "";
71
- this.reconciliationType = result.reconciliationType ?? null;
72
- this.reconciliationEntityType = result.reconciliationEntityType ?? null;
73
- this.reconciliationEntityId =
74
- this.toNumber(result.reconciliationEntityId) ?? null;
75
- this.reconciledBy = this.toNumber(result.reconciledBy) ?? null;
76
- this.reconciledAt = result.reconciledAt ?? null;
77
- this.reconciliationNote = result.reconciliationNote ?? null;
82
+ this.reconciliation_type = result.reconciliation_type ?? null;
83
+ this.reconciliation_entity_type = result.reconciliation_entity_type ?? null;
84
+ this.reconciliation_entity_id =
85
+ this.toNumber(result.reconciliation_entity_id) ?? null;
86
+ this.reconciled_by = this.toNumber(result.reconciled_by) ?? null;
87
+ this.reconciled_at = result.reconciled_at ?? null;
88
+ this.reconciliation_note = result.reconciliation_note ?? null;
78
89
  }
79
90
  }
80
91
  export class BankReconciliationTransactionResponse extends BaseModel {
@@ -91,16 +102,16 @@ export class BankReconciliationAutoMatchResponse extends BaseModel {
91
102
  constructor(response) {
92
103
  super(response);
93
104
  this.data = {
94
- transactionId: 0,
95
- bestMatch: null,
105
+ transaction_id: 0,
106
+ best_match: null,
96
107
  candidates: [],
97
108
  };
98
109
  if (!response?.data) {
99
110
  return;
100
111
  }
101
112
  this.data = {
102
- transactionId: this.toNumber(response.data.transactionId) ?? 0,
103
- bestMatch: response.data.bestMatch ?? null,
113
+ transaction_id: this.toNumber(response.data.transaction_id) ?? 0,
114
+ best_match: response.data.best_match ?? null,
104
115
  candidates: response.data.candidates ?? [],
105
116
  };
106
117
  }
@@ -109,18 +120,18 @@ export class BankReconciliationAutoApplyResponse extends BaseModel {
109
120
  constructor(response) {
110
121
  super(response);
111
122
  this.data = {
112
- transactionId: 0,
123
+ transaction_id: 0,
113
124
  applied: false,
114
- bestMatch: null,
125
+ best_match: null,
115
126
  candidates: [],
116
127
  };
117
128
  if (!response?.data) {
118
129
  return;
119
130
  }
120
131
  this.data = {
121
- transactionId: this.toNumber(response.data.transactionId) ?? 0,
132
+ transaction_id: this.toNumber(response.data.transaction_id) ?? 0,
122
133
  applied: Boolean(response.data.applied),
123
- bestMatch: response.data.bestMatch ?? null,
134
+ best_match: response.data.best_match ?? null,
124
135
  candidates: response.data.candidates ?? [],
125
136
  reason: response.data.reason,
126
137
  };
@@ -143,7 +154,7 @@ export class BankReconciliationHistoryResponse extends BaseModel {
143
154
  }
144
155
  this.data = {
145
156
  rows: this.toTypedArray(response.data.rows, BankReconciliationHistory),
146
- appliedFilters: response.data.appliedFilters,
157
+ applied_filters: response.data.applied_filters,
147
158
  pagination: {
148
159
  page: this.toNumber(response.data.pagination?.page) ?? 0,
149
160
  pageCount: this.toNumber(response.data.pagination?.pageCount) ?? 0,
@@ -1 +1 @@
1
- {"version":3,"file":"bank-reconciliation.js","sourceRoot":"","sources":["../../../src/models/bank/bank-reconciliation.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"bank-reconciliation.js","sourceRoot":"","sources":["../../../src/models/bank/bank-reconciliation.ts"],"names":[],"mappings":"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"}
@@ -4,35 +4,35 @@ import type { TBankPagination } from "../../types/bank/t-bank-pagination.js";
4
4
  import { BaseModel } from "../common/base-model.js";
5
5
  export declare class BankStatementEntry extends BaseModel implements IBankStatementReportTransaction {
6
6
  id: number;
7
- accountId: number;
8
- movementDate: string;
7
+ account_id: number;
8
+ movement_date: string;
9
9
  amount: number;
10
- transactionType: EBankTransactionType;
10
+ transaction_type: EBankTransactionType;
11
11
  description: string | null;
12
12
  document: string | null;
13
13
  balance: number | null;
14
14
  status: string;
15
- reconciliationType: string | null;
16
- reconciliationEntityId: number | null;
17
- reconciledAt: string | null;
15
+ reconciliation_type: string | null;
16
+ reconciliation_entity_id: number | null;
17
+ reconciled_at: string | null;
18
18
  createdAt: string;
19
19
  constructor(row?: Partial<IBankStatementReportTransaction> | null);
20
20
  }
21
21
  export declare class BankStatementSummary extends BaseModel implements IBankStatementReportSummary {
22
- initialBalance: number;
23
- totalDebits: number;
24
- totalCredits: number;
25
- finalBalance: number;
26
- transactionCount: number;
22
+ initial_balance: number;
23
+ total_debits: number;
24
+ total_credits: number;
25
+ final_balance: number;
26
+ transaction_count: number;
27
27
  constructor(summary?: Partial<IBankStatementReportSummary> | null);
28
28
  }
29
29
  export declare class BankStatementReportData extends BaseModel implements IBankStatementReportData {
30
30
  transactions: BankStatementEntry[];
31
31
  summary: BankStatementSummary;
32
- appliedFilters: {
33
- accountId: string;
34
- startDate: string;
35
- endDate: string;
32
+ applied_filters: {
33
+ account_id: string;
34
+ start_date: string;
35
+ end_date: string;
36
36
  };
37
37
  pagination: TBankPagination;
38
38
  constructor(data?: Partial<IBankStatementReportData> | null);
@@ -45,17 +45,17 @@ export declare class BankCashFlowEntry extends BaseModel implements IBankCashFlo
45
45
  date: string;
46
46
  inflows: number;
47
47
  outflows: number;
48
- netFlow: number;
49
- transactionCount: number;
48
+ net_flow: number;
49
+ transaction_count: number;
50
50
  constructor(row?: Partial<IBankCashFlowReportRow> | null);
51
51
  }
52
52
  export declare class BankCashFlowReportData extends BaseModel implements IBankCashFlowReportData {
53
53
  rows: BankCashFlowEntry[];
54
- appliedFilters: {
55
- accountId: string;
56
- startDate: string;
57
- endDate: string;
58
- groupBy: IBankCashFlowReportData["appliedFilters"]["groupBy"];
54
+ applied_filters: {
55
+ account_id: string;
56
+ start_date: string;
57
+ end_date: string;
58
+ group_by: IBankCashFlowReportData["applied_filters"]["group_by"];
59
59
  };
60
60
  constructor(data?: Partial<IBankCashFlowReportData> | null);
61
61
  }
@@ -71,21 +71,21 @@ export declare class BankReconciliationSummaryStatus extends BaseModel implement
71
71
  constructor(row?: Partial<IBankReconciliationSummaryStatusRow> | null);
72
72
  }
73
73
  export declare class BankReconciliationSummaryTotals extends BaseModel implements IBankReconciliationSummaryReportTotals {
74
- totalTransactions: number;
75
- reconciledCount: number;
76
- pendingCount: number;
77
- reconciliationPercentage: number;
78
- totalAmount: number;
79
- reconciledAmount: number;
74
+ total_transactions: number;
75
+ reconciled_count: number;
76
+ pending_count: number;
77
+ reconciliation_percentage: number;
78
+ total_amount: number;
79
+ reconciled_amount: number;
80
80
  constructor(summary?: Partial<IBankReconciliationSummaryReportTotals> | null);
81
81
  }
82
82
  export declare class BankReconciliationSummaryReportData extends BaseModel implements IBankReconciliationSummaryReportData {
83
83
  summary: BankReconciliationSummaryTotals;
84
- byStatus: BankReconciliationSummaryStatus[];
85
- appliedFilters: {
86
- accountId: string;
87
- startDate: string;
88
- endDate: string;
84
+ by_status: BankReconciliationSummaryStatus[];
85
+ applied_filters: {
86
+ account_id: string;
87
+ start_date: string;
88
+ end_date: string;
89
89
  };
90
90
  constructor(data?: Partial<IBankReconciliationSummaryReportData> | null);
91
91
  }
@@ -1 +1 @@
1
- {"version":3,"file":"bank-report.d.ts","sourceRoot":"","sources":["../../../src/models/bank/bank-report.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"bank-report.d.ts","sourceRoot":"","sources":["../../../src/models/bank/bank-report.ts"],"names":[],"mappings":"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"}