@openfn/language-telerivet 0.1.0 → 0.1.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.
|
@@ -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.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "telerivet Language Pack for OpenFn",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"author": "Open Function Group",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@openfn/language-common": "^1.7.5",
|
|
16
16
|
"JSONPath": "^0.10.0",
|
|
17
17
|
"lodash-fp": "^0.10.4",
|
|
18
|
-
"superagent": "^
|
|
18
|
+
"superagent": "^3.7.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@openfn/buildtools": "^1.0.2",
|