@openfn/language-kobotoolbox 1.3.1 → 1.3.2

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 (2) hide show
  1. package/README.md +5 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,18 +5,12 @@ Language Pack for building expressions and operations to interact with the
5
5
 
6
6
  ## Documentation
7
7
 
8
- ## post
8
+ ### Configuration
9
9
 
10
- #### sample configuration
11
-
12
- ```json
13
- {
14
- "baseURL": "https://kf.kobotoolbox.org",
15
- "username": "mamadou@openfn.org",
16
- "password": "supersecret",
17
- "apiVersion": "v2"
18
- }
19
- ```
10
+ View all the required and optional properties for `state.configuration` in the
11
+ official
12
+ [configuration-schema](https://docs.openfn.org/adaptors/packages/kobotoolbox-configuration-schema/)
13
+ definition.
20
14
 
21
15
  #### Get the list of forms
22
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfn/language-kobotoolbox",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "A Kobo Toolbox Language Pack for OpenFn",
5
5
  "homepage": "https://docs.openfn.org",
6
6
  "repository": {