@recallai/desktop-sdk 2025.7.10-f91d0d4c650646eb3c52f791a75f25c3c30f9223 → 2025.7.11-9cb02ea27c784066b08e4d5bdc2da391d0588652

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/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -139,7 +139,7 @@ declare module '@recallai/desktop-sdk' {
139
139
 
140
140
  export interface PermissionStatusEvent {
141
141
  permission: Permission;
142
- granted: boolean;
142
+ status: string;
143
143
  }
144
144
 
145
145
  export interface ErrorEvent {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recallai/desktop-sdk",
3
- "version": "2025.07.10-f91d0d4c650646eb3c52f791a75f25c3c30f9223",
3
+ "version": "2025.07.11-9cb02ea27c784066b08e4d5bdc2da391d0588652",
4
4
  "description": "Recall Desktop SDK (Alpha)",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",