@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 +5 -7
- package/configuration-schema.json +8 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,14 +4,12 @@ Language Pack for connecting with Asana.
|
|
|
4
4
|
|
|
5
5
|
## Documentation
|
|
6
6
|
|
|
7
|
-
###
|
|
7
|
+
### Configuration
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
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",
|