Skip to content

Commit 27cd317

Browse files
1 parent 5dfbf58 commit 27cd317

1 file changed

Lines changed: 84 additions & 6 deletions

File tree

gen/schemas/windows-schema.json

Lines changed: 84 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,10 +1400,10 @@
14001400
"markdownDescription": "This enables all index or metadata related commands without any pre-configured accessible paths."
14011401
},
14021402
{
1403-
"description": "An empty permission you can use to modify the global scope.",
1403+
"description": "An empty permission you can use to modify the global scope.\n\n## Example\n\n```json\n{\n \"identifier\": \"read-documents\",\n \"windows\": [\"main\"],\n \"permissions\": [\n \"fs:allow-read\",\n {\n \"identifier\": \"fs:scope\",\n \"allow\": [\n \"$APPDATA/documents/**/*\"\n ],\n \"deny\": [\n \"$APPDATA/documents/secret.txt\"\n ]\n }\n ]\n}\n```\n",
14041404
"type": "string",
14051405
"const": "fs:scope",
1406-
"markdownDescription": "An empty permission you can use to modify the global scope."
1406+
"markdownDescription": "An empty permission you can use to modify the global scope.\n\n## Example\n\n```json\n{\n \"identifier\": \"read-documents\",\n \"windows\": [\"main\"],\n \"permissions\": [\n \"fs:allow-read\",\n {\n \"identifier\": \"fs:scope\",\n \"allow\": [\n \"$APPDATA/documents/**/*\"\n ],\n \"deny\": [\n \"$APPDATA/documents/secret.txt\"\n ]\n }\n ]\n}\n```\n"
14071407
},
14081408
{
14091409
"description": "This scope permits access to all files and list content of top level directories in the application folders.",
@@ -1983,10 +1983,10 @@
19831983
"markdownDescription": "Default core plugins set.\n#### This default permission set includes:\n\n- `core:path:default`\n- `core:event:default`\n- `core:window:default`\n- `core:webview:default`\n- `core:app:default`\n- `core:image:default`\n- `core:resources:default`\n- `core:menu:default`\n- `core:tray:default`"
19841984
},
19851985
{
1986-
"description": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-version`\n- `allow-name`\n- `allow-tauri-version`\n- `allow-identifier`",
1986+
"description": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-version`\n- `allow-name`\n- `allow-tauri-version`\n- `allow-identifier`\n- `allow-bundle-type`\n- `allow-register-listener`\n- `allow-remove-listener`",
19871987
"type": "string",
19881988
"const": "core:app:default",
1989-
"markdownDescription": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-version`\n- `allow-name`\n- `allow-tauri-version`\n- `allow-identifier`"
1989+
"markdownDescription": "Default permissions for the plugin.\n#### This default permission set includes:\n\n- `allow-version`\n- `allow-name`\n- `allow-tauri-version`\n- `allow-identifier`\n- `allow-bundle-type`\n- `allow-register-listener`\n- `allow-remove-listener`"
19901990
},
19911991
{
19921992
"description": "Enables the app_hide command without any pre-configured scope.",
@@ -2000,6 +2000,12 @@
20002000
"const": "core:app:allow-app-show",
20012001
"markdownDescription": "Enables the app_show command without any pre-configured scope."
20022002
},
2003+
{
2004+
"description": "Enables the bundle_type command without any pre-configured scope.",
2005+
"type": "string",
2006+
"const": "core:app:allow-bundle-type",
2007+
"markdownDescription": "Enables the bundle_type command without any pre-configured scope."
2008+
},
20032009
{
20042010
"description": "Enables the default_window_icon command without any pre-configured scope.",
20052011
"type": "string",
@@ -2024,12 +2030,24 @@
20242030
"const": "core:app:allow-name",
20252031
"markdownDescription": "Enables the name command without any pre-configured scope."
20262032
},
2033+
{
2034+
"description": "Enables the register_listener command without any pre-configured scope.",
2035+
"type": "string",
2036+
"const": "core:app:allow-register-listener",
2037+
"markdownDescription": "Enables the register_listener command without any pre-configured scope."
2038+
},
20272039
{
20282040
"description": "Enables the remove_data_store command without any pre-configured scope.",
20292041
"type": "string",
20302042
"const": "core:app:allow-remove-data-store",
20312043
"markdownDescription": "Enables the remove_data_store command without any pre-configured scope."
20322044
},
2045+
{
2046+
"description": "Enables the remove_listener command without any pre-configured scope.",
2047+
"type": "string",
2048+
"const": "core:app:allow-remove-listener",
2049+
"markdownDescription": "Enables the remove_listener command without any pre-configured scope."
2050+
},
20332051
{
20342052
"description": "Enables the set_app_theme command without any pre-configured scope.",
20352053
"type": "string",
@@ -2066,6 +2084,12 @@
20662084
"const": "core:app:deny-app-show",
20672085
"markdownDescription": "Denies the app_show command without any pre-configured scope."
20682086
},
2087+
{
2088+
"description": "Denies the bundle_type command without any pre-configured scope.",
2089+
"type": "string",
2090+
"const": "core:app:deny-bundle-type",
2091+
"markdownDescription": "Denies the bundle_type command without any pre-configured scope."
2092+
},
20692093
{
20702094
"description": "Denies the default_window_icon command without any pre-configured scope.",
20712095
"type": "string",
@@ -2090,12 +2114,24 @@
20902114
"const": "core:app:deny-name",
20912115
"markdownDescription": "Denies the name command without any pre-configured scope."
20922116
},
2117+
{
2118+
"description": "Denies the register_listener command without any pre-configured scope.",
2119+
"type": "string",
2120+
"const": "core:app:deny-register-listener",
2121+
"markdownDescription": "Denies the register_listener command without any pre-configured scope."
2122+
},
20932123
{
20942124
"description": "Denies the remove_data_store command without any pre-configured scope.",
20952125
"type": "string",
20962126
"const": "core:app:deny-remove-data-store",
20972127
"markdownDescription": "Denies the remove_data_store command without any pre-configured scope."
20982128
},
2129+
{
2130+
"description": "Denies the remove_listener command without any pre-configured scope.",
2131+
"type": "string",
2132+
"const": "core:app:deny-remove-listener",
2133+
"markdownDescription": "Denies the remove_listener command without any pre-configured scope."
2134+
},
20992135
{
21002136
"description": "Denies the set_app_theme command without any pre-configured scope.",
21012137
"type": "string",
@@ -3278,6 +3314,12 @@
32783314
"const": "core:window:allow-set-focus",
32793315
"markdownDescription": "Enables the set_focus command without any pre-configured scope."
32803316
},
3317+
{
3318+
"description": "Enables the set_focusable command without any pre-configured scope.",
3319+
"type": "string",
3320+
"const": "core:window:allow-set-focusable",
3321+
"markdownDescription": "Enables the set_focusable command without any pre-configured scope."
3322+
},
32813323
{
32823324
"description": "Enables the set_fullscreen command without any pre-configured scope.",
32833325
"type": "string",
@@ -3350,6 +3392,12 @@
33503392
"const": "core:window:allow-set-shadow",
33513393
"markdownDescription": "Enables the set_shadow command without any pre-configured scope."
33523394
},
3395+
{
3396+
"description": "Enables the set_simple_fullscreen command without any pre-configured scope.",
3397+
"type": "string",
3398+
"const": "core:window:allow-set-simple-fullscreen",
3399+
"markdownDescription": "Enables the set_simple_fullscreen command without any pre-configured scope."
3400+
},
33533401
{
33543402
"description": "Enables the set_size command without any pre-configured scope.",
33553403
"type": "string",
@@ -3722,6 +3770,12 @@
37223770
"const": "core:window:deny-set-focus",
37233771
"markdownDescription": "Denies the set_focus command without any pre-configured scope."
37243772
},
3773+
{
3774+
"description": "Denies the set_focusable command without any pre-configured scope.",
3775+
"type": "string",
3776+
"const": "core:window:deny-set-focusable",
3777+
"markdownDescription": "Denies the set_focusable command without any pre-configured scope."
3778+
},
37253779
{
37263780
"description": "Denies the set_fullscreen command without any pre-configured scope.",
37273781
"type": "string",
@@ -3794,6 +3848,12 @@
37943848
"const": "core:window:deny-set-shadow",
37953849
"markdownDescription": "Denies the set_shadow command without any pre-configured scope."
37963850
},
3851+
{
3852+
"description": "Denies the set_simple_fullscreen command without any pre-configured scope.",
3853+
"type": "string",
3854+
"const": "core:window:deny-set-simple-fullscreen",
3855+
"markdownDescription": "Denies the set_simple_fullscreen command without any pre-configured scope."
3856+
},
37973857
{
37983858
"description": "Denies the set_size command without any pre-configured scope.",
37993859
"type": "string",
@@ -5211,10 +5271,10 @@
52115271
"markdownDescription": "This enables all index or metadata related commands without any pre-configured accessible paths."
52125272
},
52135273
{
5214-
"description": "An empty permission you can use to modify the global scope.",
5274+
"description": "An empty permission you can use to modify the global scope.\n\n## Example\n\n```json\n{\n \"identifier\": \"read-documents\",\n \"windows\": [\"main\"],\n \"permissions\": [\n \"fs:allow-read\",\n {\n \"identifier\": \"fs:scope\",\n \"allow\": [\n \"$APPDATA/documents/**/*\"\n ],\n \"deny\": [\n \"$APPDATA/documents/secret.txt\"\n ]\n }\n ]\n}\n```\n",
52155275
"type": "string",
52165276
"const": "fs:scope",
5217-
"markdownDescription": "An empty permission you can use to modify the global scope."
5277+
"markdownDescription": "An empty permission you can use to modify the global scope.\n\n## Example\n\n```json\n{\n \"identifier\": \"read-documents\",\n \"windows\": [\"main\"],\n \"permissions\": [\n \"fs:allow-read\",\n {\n \"identifier\": \"fs:scope\",\n \"allow\": [\n \"$APPDATA/documents/**/*\"\n ],\n \"deny\": [\n \"$APPDATA/documents/secret.txt\"\n ]\n }\n ]\n}\n```\n"
52185278
},
52195279
{
52205280
"description": "This scope permits access to all files and list content of top level directories in the application folders.",
@@ -5677,6 +5737,24 @@
56775737
"type": "string",
56785738
"const": "fs:write-files",
56795739
"markdownDescription": "This enables all file write related commands without any pre-configured accessible paths."
5740+
},
5741+
{
5742+
"description": "Allows the log command\n#### This default permission set includes:\n\n- `allow-log`",
5743+
"type": "string",
5744+
"const": "log:default",
5745+
"markdownDescription": "Allows the log command\n#### This default permission set includes:\n\n- `allow-log`"
5746+
},
5747+
{
5748+
"description": "Enables the log command without any pre-configured scope.",
5749+
"type": "string",
5750+
"const": "log:allow-log",
5751+
"markdownDescription": "Enables the log command without any pre-configured scope."
5752+
},
5753+
{
5754+
"description": "Denies the log command without any pre-configured scope.",
5755+
"type": "string",
5756+
"const": "log:deny-log",
5757+
"markdownDescription": "Denies the log command without any pre-configured scope."
56805758
}
56815759
]
56825760
},

0 commit comments

Comments
 (0)