|
2419 | 2419 | "type": "string", |
2420 | 2420 | "const": "shell:deny-stdin-write", |
2421 | 2421 | "markdownDescription": "Denies the stdin_write command without any pre-configured scope." |
| 2422 | + }, |
| 2423 | + { |
| 2424 | + "description": "This permission set configures which kind of\nupdater functions are exposed to the frontend.\n\n#### Granted Permissions\n\nThe full workflow from checking for updates to installing them\nis enabled.\n\n\n#### This default permission set includes:\n\n- `allow-check`\n- `allow-download`\n- `allow-install`\n- `allow-download-and-install`", |
| 2425 | + "type": "string", |
| 2426 | + "const": "updater:default", |
| 2427 | + "markdownDescription": "This permission set configures which kind of\nupdater functions are exposed to the frontend.\n\n#### Granted Permissions\n\nThe full workflow from checking for updates to installing them\nis enabled.\n\n\n#### This default permission set includes:\n\n- `allow-check`\n- `allow-download`\n- `allow-install`\n- `allow-download-and-install`" |
| 2428 | + }, |
| 2429 | + { |
| 2430 | + "description": "Enables the check command without any pre-configured scope.", |
| 2431 | + "type": "string", |
| 2432 | + "const": "updater:allow-check", |
| 2433 | + "markdownDescription": "Enables the check command without any pre-configured scope." |
| 2434 | + }, |
| 2435 | + { |
| 2436 | + "description": "Enables the download command without any pre-configured scope.", |
| 2437 | + "type": "string", |
| 2438 | + "const": "updater:allow-download", |
| 2439 | + "markdownDescription": "Enables the download command without any pre-configured scope." |
| 2440 | + }, |
| 2441 | + { |
| 2442 | + "description": "Enables the download_and_install command without any pre-configured scope.", |
| 2443 | + "type": "string", |
| 2444 | + "const": "updater:allow-download-and-install", |
| 2445 | + "markdownDescription": "Enables the download_and_install command without any pre-configured scope." |
| 2446 | + }, |
| 2447 | + { |
| 2448 | + "description": "Enables the install command without any pre-configured scope.", |
| 2449 | + "type": "string", |
| 2450 | + "const": "updater:allow-install", |
| 2451 | + "markdownDescription": "Enables the install command without any pre-configured scope." |
| 2452 | + }, |
| 2453 | + { |
| 2454 | + "description": "Denies the check command without any pre-configured scope.", |
| 2455 | + "type": "string", |
| 2456 | + "const": "updater:deny-check", |
| 2457 | + "markdownDescription": "Denies the check command without any pre-configured scope." |
| 2458 | + }, |
| 2459 | + { |
| 2460 | + "description": "Denies the download command without any pre-configured scope.", |
| 2461 | + "type": "string", |
| 2462 | + "const": "updater:deny-download", |
| 2463 | + "markdownDescription": "Denies the download command without any pre-configured scope." |
| 2464 | + }, |
| 2465 | + { |
| 2466 | + "description": "Denies the download_and_install command without any pre-configured scope.", |
| 2467 | + "type": "string", |
| 2468 | + "const": "updater:deny-download-and-install", |
| 2469 | + "markdownDescription": "Denies the download_and_install command without any pre-configured scope." |
| 2470 | + }, |
| 2471 | + { |
| 2472 | + "description": "Denies the install command without any pre-configured scope.", |
| 2473 | + "type": "string", |
| 2474 | + "const": "updater:deny-install", |
| 2475 | + "markdownDescription": "Denies the install command without any pre-configured scope." |
2422 | 2476 | } |
2423 | 2477 | ] |
2424 | 2478 | }, |
|
0 commit comments