@recallai/desktop-sdk 2025.7.15-bb7b3ec0e827a1b8a286eab04c53a30e898d4b4c → 2025.7.16-841eaf113c2d317edbdc2d6bc9fef49547ce144c

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 +3 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -34,7 +34,9 @@ declare module '@recallai/desktop-sdk' {
34
34
  export type Permission =
35
35
  | 'accessibility'
36
36
  | 'screen-capture'
37
- | 'microphone';
37
+ | 'microphone'
38
+ | 'system-audio' // not necessary if you have screen-capture
39
+ ;
38
40
 
39
41
  export function addEventListener<T extends keyof EventTypeToPayloadMap>(
40
42
  type: T,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recallai/desktop-sdk",
3
- "version": "2025.07.15-bb7b3ec0e827a1b8a286eab04c53a30e898d4b4c",
3
+ "version": "2025.07.16-841eaf113c2d317edbdc2d6bc9fef49547ce144c",
4
4
  "description": "Recall Desktop SDK (Alpha)",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",