@openfn/language-mailchimp 0.3.2 → 0.3.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.
@@ -6,14 +6,20 @@
6
6
  "type": "string",
7
7
  "description": "Mailchimp API domain URL",
8
8
  "format": "uri",
9
- "minLength": 1
9
+ "minLength": 1,
10
+ "examples": [
11
+ "https://mailchimp.com/api"
12
+ ]
10
13
  },
11
14
  "apiKey": {
12
15
  "title": "API Key",
13
16
  "type": "string",
14
17
  "description": "Mailchimp API Key",
15
18
  "writeOnly": true,
16
- "minLength": 1
19
+ "minLength": 1,
20
+ "examples": [
21
+ "somEThINGkeyish"
22
+ ]
17
23
  }
18
24
  },
19
25
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfn/language-mailchimp",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "An OpenFn adaptor for use with Mailchimp",
5
5
  "main": "dist/index.cjs",
6
6
  "author": "Open Function Group",