@openfn/language-telerivet 0.1.1 → 0.1.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.
package/README.md CHANGED
@@ -5,14 +5,12 @@ Language Pack for sending messages using the
5
5
 
6
6
  ## Documentation
7
7
 
8
- ## Sample configuration
8
+ ### Configuration
9
9
 
10
- ```json
11
- {
12
- "projectId": "telerivet_project_id",
13
- "apiKey": "telerivetapikey"
14
- }
15
- ```
10
+ View all the required and optional properties for `state.configuration` in the
11
+ official
12
+ [configuration-schema](https://docs.openfn.org/adaptors/packages/telerivet-configuration-schema/)
13
+ definition.
16
14
 
17
15
  ## Send message
18
16
 
@@ -5,14 +5,20 @@
5
5
  "title": "Project ID",
6
6
  "type": "string",
7
7
  "description": "Your Telerivet project id",
8
- "minLength": 1
8
+ "minLength": 1,
9
+ "examples": [
10
+ "telerivet_project_id"
11
+ ]
9
12
  },
10
13
  "apiKey": {
11
14
  "title": "API Key",
12
15
  "type": "string",
13
16
  "description": "Your Telerivet API Key",
14
17
  "writeOnly": true,
15
- "minLength": 1
18
+ "minLength": 1,
19
+ "examples": [
20
+ "telerivet_api_key"
21
+ ]
16
22
  }
17
23
  },
18
24
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfn/language-telerivet",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "telerivet Language Pack for OpenFn",
5
5
  "main": "dist/index.cjs",
6
6
  "author": "Open Function Group",