Skip to content

Commit

Permalink
Make GoData Adaptor Email Field Be In Read & Write Mode (#450)
Browse files Browse the repository at this point in the history
* Remove writeOnly field and add format field

* Add changeset

* bump version and update changelog

---------

Co-authored-by: Emmanuel Evance <mtuchidev@gmail.com>
  • Loading branch information
elias-ba and mtuchi committed Mar 19, 2024
1 parent 46c5f9c commit 829947f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/godata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @openfn/language-godata

## 3.4.0

### Minor Changes

- df4cfca: Switch from `'writeOnly: true'` to `'format: email'` in the godata
configuration schema.

## 3.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/godata/configuration-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"title": "Email",
"type": "string",
"description": "Your Godata login email",
"writeOnly": true,
"format": "email",
"minLength": 1,
"examples": [
"test@openfn.org"
Expand Down
2 changes: 1 addition & 1 deletion packages/godata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-godata",
"version": "3.3.1",
"version": "3.4.0",
"description": "An OpenFn adaptor for use with the WHO's GoData API",
"main": "dist/index.cjs",
"scripts": {
Expand Down

0 comments on commit 829947f

Please sign in to comment.