You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/mobile/gen/schemas/iOS-schema.json
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2852,6 +2852,24 @@
2852
2852
"const": "ios-keyboard:deny-ping",
2853
2853
"markdownDescription": "Denies the ping command without any pre-configured scope."
2854
2854
},
2855
+
{
2856
+
"description": "Allows the log command\n#### This default permission set includes:\n\n- `allow-log`",
2857
+
"type": "string",
2858
+
"const": "log:default",
2859
+
"markdownDescription": "Allows the log command\n#### This default permission set includes:\n\n- `allow-log`"
2860
+
},
2861
+
{
2862
+
"description": "Enables the log command without any pre-configured scope.",
2863
+
"type": "string",
2864
+
"const": "log:allow-log",
2865
+
"markdownDescription": "Enables the log command without any pre-configured scope."
2866
+
},
2867
+
{
2868
+
"description": "Denies the log command without any pre-configured scope.",
2869
+
"type": "string",
2870
+
"const": "log:deny-log",
2871
+
"markdownDescription": "Denies the log command without any pre-configured scope."
2872
+
},
2855
2873
{
2856
2874
"description": "This permission set configures which\nnotification features are by default exposed.\n\n#### Granted Permissions\n\nIt allows all notification related features.\n\n\n#### This default permission set includes:\n\n- `allow-is-permission-granted`\n- `allow-request-permission`\n- `allow-notify`\n- `allow-register-action-types`\n- `allow-register-listener`\n- `allow-cancel`\n- `allow-get-pending`\n- `allow-remove-active`\n- `allow-get-active`\n- `allow-check-permissions`\n- `allow-show`\n- `allow-batch`\n- `allow-list-channels`\n- `allow-delete-channel`\n- `allow-create-channel`\n- `allow-permission-state`",
Copy file name to clipboardExpand all lines: app/mobile/gen/schemas/mobile-schema.json
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2852,6 +2852,24 @@
2852
2852
"const": "ios-keyboard:deny-ping",
2853
2853
"markdownDescription": "Denies the ping command without any pre-configured scope."
2854
2854
},
2855
+
{
2856
+
"description": "Allows the log command\n#### This default permission set includes:\n\n- `allow-log`",
2857
+
"type": "string",
2858
+
"const": "log:default",
2859
+
"markdownDescription": "Allows the log command\n#### This default permission set includes:\n\n- `allow-log`"
2860
+
},
2861
+
{
2862
+
"description": "Enables the log command without any pre-configured scope.",
2863
+
"type": "string",
2864
+
"const": "log:allow-log",
2865
+
"markdownDescription": "Enables the log command without any pre-configured scope."
2866
+
},
2867
+
{
2868
+
"description": "Denies the log command without any pre-configured scope.",
2869
+
"type": "string",
2870
+
"const": "log:deny-log",
2871
+
"markdownDescription": "Denies the log command without any pre-configured scope."
2872
+
},
2855
2873
{
2856
2874
"description": "This permission set configures which\nnotification features are by default exposed.\n\n#### Granted Permissions\n\nIt allows all notification related features.\n\n\n#### This default permission set includes:\n\n- `allow-is-permission-granted`\n- `allow-request-permission`\n- `allow-notify`\n- `allow-register-action-types`\n- `allow-register-listener`\n- `allow-cancel`\n- `allow-get-pending`\n- `allow-remove-active`\n- `allow-get-active`\n- `allow-check-permissions`\n- `allow-show`\n- `allow-batch`\n- `allow-list-channels`\n- `allow-delete-channel`\n- `allow-create-channel`\n- `allow-permission-state`",
0 commit comments