@zendfi/sdk 0.5.0 → 0.5.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.
Files changed (2) hide show
  1. package/README.md +5 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -188,10 +188,13 @@ await zendfi.agent.revokeKey(keyId);
188
188
  ```
189
189
 
190
190
  **Available Scopes:**
191
+ - `full` - Full access to all APIs
192
+ - `read_only` - Read-only access
191
193
  - `create_payments` - Create new payments
192
- - `read_payments` - View payment status
194
+ - `create_subscriptions` - Create subscriptions
195
+ - `manage_escrow` - Manage escrow transactions
196
+ - `manage_installments` - Manage installment plans
193
197
  - `read_analytics` - Access analytics data
194
- - `manage_sessions` - Create/revoke sessions
195
198
 
196
199
  ### Agent Sessions
197
200
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zendfi/sdk",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "description": "Zero-config TypeScript SDK for ZendFi crypto payments",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -50,9 +50,9 @@
50
50
  "cross-fetch": "^4.0.0"
51
51
  },
52
52
  "peerDependencies": {
53
- "@lit-protocol/lit-node-client": "^6.0.0",
54
- "@lit-protocol/auth-helpers": "^6.0.0",
55
- "ethers": "^6.0.0"
53
+ "@lit-protocol/lit-node-client": "^6.0.0 || ^7.0.0 || ^8.0.0",
54
+ "@lit-protocol/auth-helpers": "^6.0.0 || ^7.0.0 || ^8.0.0",
55
+ "ethers": "^5.0.0 || ^6.0.0"
56
56
  },
57
57
  "peerDependenciesMeta": {
58
58
  "@lit-protocol/lit-node-client": {