@openfn/language-telerivet 0.1.2 → 0.1.4

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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfn/language-telerivet",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "telerivet Language Pack for OpenFn",
5
5
  "main": "dist/index.cjs",
6
6
  "author": "Open Function Group",
@@ -12,7 +12,7 @@
12
12
  "configuration-schema.json"
13
13
  ],
14
14
  "dependencies": {
15
- "@openfn/language-common": "^1.7.5",
15
+ "@openfn/language-common": "^1.7.6",
16
16
  "JSONPath": "^0.10.0",
17
17
  "lodash-fp": "^0.10.4",
18
18
  "superagent": "^3.7.0"
@@ -6,7 +6,7 @@
6
6
  * create('foo'),
7
7
  * delete('bar')
8
8
  * )(state)
9
- * @function
9
+ * @private
10
10
  * @param {Operations} operations - Operations to be performed.
11
11
  * @returns {Operation}
12
12
  */