@treeline-money/plugin-sdk 0.1.81 → 26.2.604
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/dist/index.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -36,7 +36,7 @@ export interface PluginPermissions {
|
|
|
36
36
|
* Tables this plugin can SELECT from (outside its own schema).
|
|
37
37
|
* Use "*" for unrestricted read access (e.g., query plugin).
|
|
38
38
|
*
|
|
39
|
-
* @example ["transactions", "accounts", "
|
|
39
|
+
* @example ["transactions", "accounts", "balance_snapshots"]
|
|
40
40
|
*/
|
|
41
41
|
read?: string[];
|
|
42
42
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@treeline-money/plugin-sdk",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "26.2.604",
|
|
4
4
|
"description": "TypeScript SDK for building Treeline plugins",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"repository": {
|
|
32
32
|
"type": "git",
|
|
33
33
|
"url": "https://github.com/treeline-money/treeline.git",
|
|
34
|
-
"directory": "
|
|
34
|
+
"directory": "sdk"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"typescript": "^5.0.0"
|