@openfn/language-asana 2.1.3 → 2.1.5

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.
package/README.md CHANGED
@@ -4,14 +4,12 @@ Language Pack for connecting with Asana.
4
4
 
5
5
  ## Documentation
6
6
 
7
- ### sample configuration
7
+ ### Configuration
8
8
 
9
- ```json
10
- {
11
- "apiVersion": "1.0",
12
- "token": "shhhhhhhh"
13
- }
14
- ```
9
+ View all the required and optional properties for `state.configuration` in the
10
+ official
11
+ [configuration-schema](https://docs.openfn.org/adaptors/packages/asana-configuration-schema/)
12
+ definition.
15
13
 
16
14
  ### How to create an API token
17
15
 
@@ -4,12 +4,18 @@
4
4
  "apiVersion": {
5
5
  "title": "API Version",
6
6
  "type": "string",
7
- "description": "The API version"
7
+ "description": "The API version",
8
+ "examples": [
9
+ "1.0"
10
+ ]
8
11
  },
9
12
  "token": {
10
13
  "title": "Token",
11
14
  "type": "string",
12
- "description": "The API token"
15
+ "description": "The API token",
16
+ "examples": [
17
+ "sample-tokenyWSJdXBACMLLWMNGgADFA"
18
+ ]
13
19
  }
14
20
  },
15
21
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfn/language-asana",
3
- "version": "2.1.3",
3
+ "version": "2.1.5",
4
4
  "description": "An adaptor to access objects in Asana",
5
5
  "homepage": "https://docs.openfn.org",
6
6
  "repository": {