hongwei
|
7fb61717c2
|
refactor/update dependencies to exclude javax.activation and clean up code
|
2025-08-07 23:20:37 +02:00 |
|
Hongwei
|
6341584e22
|
refactor/Change status field to Option type for better null handling
|
2025-08-04 16:19:50 +02:00 |
|
Marko Milić
|
e81eccde3b
|
feature/Add function PemCertificateRole.toBerlinGroup
|
2025-07-25 14:38:49 +02:00 |
|
hongwei
|
4d592ac928
|
bugfix/revert all functions to view trait.
|
2025-07-16 12:39:11 +02:00 |
|
hongwei
|
6a62fea8fe
|
feature/viewPermission removed APIUtil.getViewPermissions
|
2025-07-12 18:26:16 +02:00 |
|
hongwei
|
cd56a316f1
|
feature/viewPermission remove the permissions in view
|
2025-07-12 15:43:30 +02:00 |
|
hongwei
|
dc8e9e02e2
|
Merge remote-tracking branch 'Hongwei/develop' into feature/refactorViewPermission
# Conflicts:
# obp-api/src/main/scala/code/api/v5_1_0/APIMethods510.scala
# obp-api/src/main/scala/code/model/View.scala
|
2025-07-12 15:23:33 +02:00 |
|
hongwei
|
41a29c3b42
|
feature/viewPermission store snake case instead of camel case in database.
|
2025-07-10 13:57:22 +02:00 |
|
Hongwei
|
b9986b2969
|
refactor/update finishDate to be an Option type for better handling of missing values
|
2025-07-09 14:56:22 +02:00 |
|
hongwei
|
7b6796a97f
|
refactor/update view permission handling to use allowed_actions
|
2025-07-09 09:47:38 +02:00 |
|
hongwei
|
e9576c80fa
|
refactor/update initiator parameter to be optional in transaction request methods
|
2025-06-16 11:08:54 +02:00 |
|
hongwei
|
ed76e6a81c
|
refactor/add transaction status handling to views and JSON models
|
2025-06-13 14:39:10 +02:00 |
|
hongwei
|
3548361cda
|
refactor/add transaction status field to various models and update related examples
|
2025-06-13 13:43:27 +02:00 |
|
hongwei
|
b5cd744412
|
refactor/update JsonSerializers to disable JDouble and JInt deserialization for BigDecimal
|
2025-06-12 09:17:46 +02:00 |
|
hongwei
|
44b8c1bceb
|
refactor/update JsonSerializers to support JDouble deserialization for BigDecimal
|
2025-06-11 17:17:10 +02:00 |
|
hongwei
|
2c74b62bca
|
refactor/add lastChangeDateTime and referenceDate to BankAccountBalance model
|
2025-06-06 16:22:48 +02:00 |
|
hongwei
|
cdf1d50e7a
|
refactor/update routing scheme and address examples in banking model and JSON factory
|
2025-06-03 15:02:34 +02:00 |
|
hongwei
|
9bcd1055d7
|
feature/add support for retrieving bank account balances by multiple account IDs
|
2025-05-27 10:27:09 +02:00 |
|
hongwei
|
340a93d663
|
feature/add bank account balance management methods and update message documentation
|
2025-05-22 11:34:48 +02:00 |
|
Hongwei
|
8ee76083b0
|
refactor/update Bank Account Balance endpoints to include bankId in the URL structure
|
2025-04-28 12:49:30 +02:00 |
|
Hongwei
|
0194fb35bb
|
refactor/add bankId to BankAccountBalanceTrait and implement in BankAccountBalance
|
2025-04-28 08:38:35 +02:00 |
|
Hongwei
|
d7bd348442
|
refactor/remove unused BankAccountBalance roles and update related references
|
2025-04-24 15:46:10 +02:00 |
|
Hongwei
|
470632595e
|
refactor/OBPv510 add BankAccountBalance class and related API endpoints for balance management
|
2025-04-24 14:47:42 +02:00 |
|
Hongwei
|
00bd381310
|
refactor/add BankAccountBalance class and update related references
|
2025-04-24 10:02:54 +02:00 |
|
hongwei
|
83523e0f2c
|
bugfix/fixed the swagger endpoint issue
|
2025-04-08 14:20:06 +02:00 |
|
hongwei
|
39190a79ef
|
feature/add attributes support to regulated entity models
|
2025-04-07 16:32:10 +02:00 |
|
hongwei
|
c056777b0d
|
feature/add regulated entity attribute management functionality
|
2025-04-07 11:20:54 +02:00 |
|
hongwei
|
d52a24bf6a
|
feature/added getRegulatedEntities and getRegulatedEntityByEntityId to RabbitMQConnector_vOct2024
|
2025-04-04 15:15:37 +02:00 |
|
Hongwei
|
7d1db2c23b
|
refactor/removed "kafka" from documents
|
2025-03-06 15:39:55 +01:00 |
|
hongwei
|
5d5871d6ac
|
test/fixed the failed tests
|
2025-01-15 15:23:09 +08:00 |
|
hongwei
|
4754238969
|
feature/generate more InBound and OutBound case classes
|
2025-01-14 19:09:25 +08:00 |
|
hongwei
|
f24e3b30e4
|
refactor/added support for IBAN and ACCOUNT_NUMBER for counterparty payment
|
2024-12-20 14:36:32 +01:00 |
|
hongwei
|
2a0a48bf39
|
refactor/tweaked the method and field names
|
2024-12-16 16:38:22 +01:00 |
|
hongwei
|
3edc9772e7
|
feature/added the attributes to createTransactionRequest(counterparty) api level
|
2024-12-13 10:03:43 +01:00 |
|
hongwei
|
5539f614ee
|
feature/added the attributes to createTransactionRequest(counterparty)
|
2024-12-12 15:08:42 +01:00 |
|
hongwei
|
2112695a47
|
refactor/tweaked the commons case class generation
|
2024-12-11 16:53:06 +01:00 |
|
hongwei
|
5cd3b2536b
|
feature/added getBankAttributesByBank to RabbitMQConnector_vOct2024
|
2024-12-10 12:31:22 +01:00 |
|
hongwei
|
bcac59447c
|
refactor/use BankAttributeTrait for connector method
|
2024-12-10 10:29:43 +01:00 |
|
hongwei
|
4e93ef5927
|
refactor/tweaked the request json BigDecimal to String
|
2024-12-06 11:36:28 +01:00 |
|
hongwei
|
d44bb7f6f3
|
refactor/added new fields: max_number_of_transactions and max_total_amount to CounterpartyLimit
|
2024-12-06 09:13:16 +01:00 |
|
hongwei
|
f8aff92622
|
refactor/changed the AGENT_CASH_WITHDRAWAL request json
|
2024-11-22 17:08:26 +01:00 |
|
hongwei
|
ff68d7b7e6
|
refactor/use AgentAccountLink method
|
2024-11-22 14:17:34 +01:00 |
|
hongwei
|
377f3dd618
|
feature/Added Agent Trait
|
2024-11-19 15:07:42 +01:00 |
|
hongwei
|
a871f79794
|
feature/OBPv510 added updateAgentstatus and V400 added createTransactionRequestAgent
|
2024-11-19 11:24:52 +01:00 |
|
hongwei
|
6d0e316dc6
|
feature/OBPv510 added new endpoints:createAgent,getAgent and createTransactionRequestAgent
|
2024-11-14 12:12:40 +01:00 |
|
hongwei
|
42c04f6f48
|
refactor/removed InboundAccountJune2017 case class
|
2024-10-29 14:36:47 +01:00 |
|
hongwei
|
d86b7d36f1
|
refactor/regenerated the RabbitMQConnector_vOct2024 and RPCServer
|
2024-10-28 14:48:37 +01:00 |
|
hongwei
|
e69161b622
|
refactor/added new Version Status DEPRECATED and set V121, V130, V140 and V200 to DEPRECATED
|
2024-10-28 12:24:29 +01:00 |
|
hongwei
|
59471c93df
|
refactor/removed addBankAccount method
|
2024-10-28 10:25:46 +01:00 |
|
hongwei
|
856b9ee7c4
|
refactor/generate more commons classes
|
2024-10-28 10:03:26 +01:00 |
|