Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Changelog
## 1.1.12 | 2024-09-27
Updated the `account_bank` field in the list schema.
Update the list schema

### Version Changes
- [FIXED] Update validation from required to optional for 'account_bank" parameter in the list schema.
- [FIXED] Remove required validation on the 'account_bank" parameter.

## 1.1.11 | 2024-09-10
Updated the `account_bank` field in all schema's.
Update `account_bank` validation in create schema.

### Version Changes
- [FIXED] Update validation (minLength & maxLength) for 'account_bank" parameter in the schema's.
- [FIXED] Update minLength & maxLength validation for account_bank parameter.

## 1.1.10 | 2024-04-04
Updated the variable name "package" which happens to be a reserved word in JavaScript, and it is causing compatibility issues with certain bundlers.
Expand Down
Loading