@recallai/desktop-sdk 2025.7.9-76c1703ef5aec16f4fdc217bc94d55d56b620a53 → 2025.7.10-0869d4fde45cfbc222f6f99bd761df89012ad05a

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.09-76c1703ef5aec16f4fdc217bc94d55d56b620a53",
3
+ "version": "2025.07.10-0869d4fde45cfbc222f6f99bd761df89012ad05a",
4
4
  "description": "Recall Desktop SDK (Alpha)",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",