|
49 | 49 | "minimum": 1.0 |
50 | 50 | }, |
51 | 51 | "description": { |
52 | | - "description": "Human-readable description of what the permission does. Tauri convention is to use <h4> headings in markdown content for Tauri documentation generation purposes.", |
| 52 | + "description": "Human-readable description of what the permission does. Tauri convention is to use `<h4>` headings in markdown content for Tauri documentation generation purposes.", |
53 | 53 | "type": [ |
54 | 54 | "string", |
55 | 55 | "null" |
|
111 | 111 | "type": "string" |
112 | 112 | }, |
113 | 113 | "description": { |
114 | | - "description": "Human-readable description of what the permission does. Tauri internal convention is to use <h4> headings in markdown content for Tauri documentation generation purposes.", |
| 114 | + "description": "Human-readable description of what the permission does. Tauri internal convention is to use `<h4>` headings in markdown content for Tauri documentation generation purposes.", |
115 | 115 | "type": [ |
116 | 116 | "string", |
117 | 117 | "null" |
|
297 | 297 | { |
298 | 298 | "description": "Enables the check_accessibility_permission command without any pre-configured scope.", |
299 | 299 | "type": "string", |
300 | | - "const": "allow-check-accessibility-permission" |
| 300 | + "const": "allow-check-accessibility-permission", |
| 301 | + "markdownDescription": "Enables the check_accessibility_permission command without any pre-configured scope." |
301 | 302 | }, |
302 | 303 | { |
303 | 304 | "description": "Denies the check_accessibility_permission command without any pre-configured scope.", |
304 | 305 | "type": "string", |
305 | | - "const": "deny-check-accessibility-permission" |
| 306 | + "const": "deny-check-accessibility-permission", |
| 307 | + "markdownDescription": "Denies the check_accessibility_permission command without any pre-configured scope." |
306 | 308 | }, |
307 | 309 | { |
308 | 310 | "description": "Enables the check_camera_permission command without any pre-configured scope.", |
309 | 311 | "type": "string", |
310 | | - "const": "allow-check-camera-permission" |
| 312 | + "const": "allow-check-camera-permission", |
| 313 | + "markdownDescription": "Enables the check_camera_permission command without any pre-configured scope." |
311 | 314 | }, |
312 | 315 | { |
313 | 316 | "description": "Denies the check_camera_permission command without any pre-configured scope.", |
314 | 317 | "type": "string", |
315 | | - "const": "deny-check-camera-permission" |
| 318 | + "const": "deny-check-camera-permission", |
| 319 | + "markdownDescription": "Denies the check_camera_permission command without any pre-configured scope." |
316 | 320 | }, |
317 | 321 | { |
318 | 322 | "description": "Enables the check_full_disk_access_permission command without any pre-configured scope.", |
319 | 323 | "type": "string", |
320 | | - "const": "allow-check-full-disk-access-permission" |
| 324 | + "const": "allow-check-full-disk-access-permission", |
| 325 | + "markdownDescription": "Enables the check_full_disk_access_permission command without any pre-configured scope." |
321 | 326 | }, |
322 | 327 | { |
323 | 328 | "description": "Denies the check_full_disk_access_permission command without any pre-configured scope.", |
324 | 329 | "type": "string", |
325 | | - "const": "deny-check-full-disk-access-permission" |
| 330 | + "const": "deny-check-full-disk-access-permission", |
| 331 | + "markdownDescription": "Denies the check_full_disk_access_permission command without any pre-configured scope." |
326 | 332 | }, |
327 | 333 | { |
328 | 334 | "description": "Enables the check_input_monitoring_permission command without any pre-configured scope.", |
329 | 335 | "type": "string", |
330 | | - "const": "allow-check-input-monitoring-permission" |
| 336 | + "const": "allow-check-input-monitoring-permission", |
| 337 | + "markdownDescription": "Enables the check_input_monitoring_permission command without any pre-configured scope." |
331 | 338 | }, |
332 | 339 | { |
333 | 340 | "description": "Denies the check_input_monitoring_permission command without any pre-configured scope.", |
334 | 341 | "type": "string", |
335 | | - "const": "deny-check-input-monitoring-permission" |
| 342 | + "const": "deny-check-input-monitoring-permission", |
| 343 | + "markdownDescription": "Denies the check_input_monitoring_permission command without any pre-configured scope." |
336 | 344 | }, |
337 | 345 | { |
338 | 346 | "description": "Enables the check_microphone_permission command without any pre-configured scope.", |
339 | 347 | "type": "string", |
340 | | - "const": "allow-check-microphone-permission" |
| 348 | + "const": "allow-check-microphone-permission", |
| 349 | + "markdownDescription": "Enables the check_microphone_permission command without any pre-configured scope." |
341 | 350 | }, |
342 | 351 | { |
343 | 352 | "description": "Denies the check_microphone_permission command without any pre-configured scope.", |
344 | 353 | "type": "string", |
345 | | - "const": "deny-check-microphone-permission" |
| 354 | + "const": "deny-check-microphone-permission", |
| 355 | + "markdownDescription": "Denies the check_microphone_permission command without any pre-configured scope." |
346 | 356 | }, |
347 | 357 | { |
348 | 358 | "description": "Enables the check_screen_recording_permission command without any pre-configured scope.", |
349 | 359 | "type": "string", |
350 | | - "const": "allow-check-screen-recording-permission" |
| 360 | + "const": "allow-check-screen-recording-permission", |
| 361 | + "markdownDescription": "Enables the check_screen_recording_permission command without any pre-configured scope." |
351 | 362 | }, |
352 | 363 | { |
353 | 364 | "description": "Denies the check_screen_recording_permission command without any pre-configured scope.", |
354 | 365 | "type": "string", |
355 | | - "const": "deny-check-screen-recording-permission" |
| 366 | + "const": "deny-check-screen-recording-permission", |
| 367 | + "markdownDescription": "Denies the check_screen_recording_permission command without any pre-configured scope." |
356 | 368 | }, |
357 | 369 | { |
358 | 370 | "description": "Enables the request_accessibility_permission command without any pre-configured scope.", |
359 | 371 | "type": "string", |
360 | | - "const": "allow-request-accessibility-permission" |
| 372 | + "const": "allow-request-accessibility-permission", |
| 373 | + "markdownDescription": "Enables the request_accessibility_permission command without any pre-configured scope." |
361 | 374 | }, |
362 | 375 | { |
363 | 376 | "description": "Denies the request_accessibility_permission command without any pre-configured scope.", |
364 | 377 | "type": "string", |
365 | | - "const": "deny-request-accessibility-permission" |
| 378 | + "const": "deny-request-accessibility-permission", |
| 379 | + "markdownDescription": "Denies the request_accessibility_permission command without any pre-configured scope." |
366 | 380 | }, |
367 | 381 | { |
368 | 382 | "description": "Enables the request_camera_permission command without any pre-configured scope.", |
369 | 383 | "type": "string", |
370 | | - "const": "allow-request-camera-permission" |
| 384 | + "const": "allow-request-camera-permission", |
| 385 | + "markdownDescription": "Enables the request_camera_permission command without any pre-configured scope." |
371 | 386 | }, |
372 | 387 | { |
373 | 388 | "description": "Denies the request_camera_permission command without any pre-configured scope.", |
374 | 389 | "type": "string", |
375 | | - "const": "deny-request-camera-permission" |
| 390 | + "const": "deny-request-camera-permission", |
| 391 | + "markdownDescription": "Denies the request_camera_permission command without any pre-configured scope." |
376 | 392 | }, |
377 | 393 | { |
378 | 394 | "description": "Enables the request_full_disk_access_permission command without any pre-configured scope.", |
379 | 395 | "type": "string", |
380 | | - "const": "allow-request-full-disk-access-permission" |
| 396 | + "const": "allow-request-full-disk-access-permission", |
| 397 | + "markdownDescription": "Enables the request_full_disk_access_permission command without any pre-configured scope." |
381 | 398 | }, |
382 | 399 | { |
383 | 400 | "description": "Denies the request_full_disk_access_permission command without any pre-configured scope.", |
384 | 401 | "type": "string", |
385 | | - "const": "deny-request-full-disk-access-permission" |
| 402 | + "const": "deny-request-full-disk-access-permission", |
| 403 | + "markdownDescription": "Denies the request_full_disk_access_permission command without any pre-configured scope." |
386 | 404 | }, |
387 | 405 | { |
388 | 406 | "description": "Enables the request_input_monitoring_permission command without any pre-configured scope.", |
389 | 407 | "type": "string", |
390 | | - "const": "allow-request-input-monitoring-permission" |
| 408 | + "const": "allow-request-input-monitoring-permission", |
| 409 | + "markdownDescription": "Enables the request_input_monitoring_permission command without any pre-configured scope." |
391 | 410 | }, |
392 | 411 | { |
393 | 412 | "description": "Denies the request_input_monitoring_permission command without any pre-configured scope.", |
394 | 413 | "type": "string", |
395 | | - "const": "deny-request-input-monitoring-permission" |
| 414 | + "const": "deny-request-input-monitoring-permission", |
| 415 | + "markdownDescription": "Denies the request_input_monitoring_permission command without any pre-configured scope." |
396 | 416 | }, |
397 | 417 | { |
398 | 418 | "description": "Enables the request_microphone_permission command without any pre-configured scope.", |
399 | 419 | "type": "string", |
400 | | - "const": "allow-request-microphone-permission" |
| 420 | + "const": "allow-request-microphone-permission", |
| 421 | + "markdownDescription": "Enables the request_microphone_permission command without any pre-configured scope." |
401 | 422 | }, |
402 | 423 | { |
403 | 424 | "description": "Denies the request_microphone_permission command without any pre-configured scope.", |
404 | 425 | "type": "string", |
405 | | - "const": "deny-request-microphone-permission" |
| 426 | + "const": "deny-request-microphone-permission", |
| 427 | + "markdownDescription": "Denies the request_microphone_permission command without any pre-configured scope." |
406 | 428 | }, |
407 | 429 | { |
408 | 430 | "description": "Enables the request_screen_recording_permission command without any pre-configured scope.", |
409 | 431 | "type": "string", |
410 | | - "const": "allow-request-screen-recording-permission" |
| 432 | + "const": "allow-request-screen-recording-permission", |
| 433 | + "markdownDescription": "Enables the request_screen_recording_permission command without any pre-configured scope." |
411 | 434 | }, |
412 | 435 | { |
413 | 436 | "description": "Denies the request_screen_recording_permission command without any pre-configured scope.", |
414 | 437 | "type": "string", |
415 | | - "const": "deny-request-screen-recording-permission" |
| 438 | + "const": "deny-request-screen-recording-permission", |
| 439 | + "markdownDescription": "Denies the request_screen_recording_permission command without any pre-configured scope." |
416 | 440 | }, |
417 | 441 | { |
418 | | - "description": "Default permissions for the plugin", |
| 442 | + "description": "Default permissions for the plugin\n#### This default permission set includes:\n\n- `allow-check-accessibility-permission`\n- `allow-request-accessibility-permission`\n- `allow-check-full-disk-access-permission`\n- `allow-request-full-disk-access-permission`\n- `allow-check-screen-recording-permission`\n- `allow-request-screen-recording-permission`\n- `allow-check-microphone-permission`\n- `allow-request-microphone-permission`\n- `allow-check-camera-permission`\n- `allow-request-camera-permission`\n- `allow-check-input-monitoring-permission`\n- `allow-request-input-monitoring-permission`", |
419 | 443 | "type": "string", |
420 | | - "const": "default" |
| 444 | + "const": "default", |
| 445 | + "markdownDescription": "Default permissions for the plugin\n#### This default permission set includes:\n\n- `allow-check-accessibility-permission`\n- `allow-request-accessibility-permission`\n- `allow-check-full-disk-access-permission`\n- `allow-request-full-disk-access-permission`\n- `allow-check-screen-recording-permission`\n- `allow-request-screen-recording-permission`\n- `allow-check-microphone-permission`\n- `allow-request-microphone-permission`\n- `allow-check-camera-permission`\n- `allow-request-camera-permission`\n- `allow-check-input-monitoring-permission`\n- `allow-request-input-monitoring-permission`" |
421 | 446 | } |
422 | 447 | ] |
423 | 448 | } |
|
0 commit comments