@xeno-corporation/xeno-agent-sdk 0.6.6 → 0.6.8
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/electron/index.d.ts +1 -0
- package/dist/electron/index.js +87 -87
- package/dist/index.d.ts +1 -0
- package/dist/index.js +180 -180
- package/dist/ui/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/electron/index.d.ts
CHANGED
|
@@ -359,6 +359,7 @@ declare class PermissionEngine {
|
|
|
359
359
|
private evaluateAutoPermission;
|
|
360
360
|
private getCacheKey;
|
|
361
361
|
private isPathInPersistentAllowedDirectory;
|
|
362
|
+
private normalizePersistentApprovalKey;
|
|
362
363
|
private extractFilePath;
|
|
363
364
|
private extractDirectory;
|
|
364
365
|
private normalizeDirectory;
|