|
330 | 330 | "const": "deny-execute", |
331 | 331 | "markdownDescription": "Denies the execute command without any pre-configured scope." |
332 | 332 | }, |
| 333 | + { |
| 334 | + "description": "Enables the execute_interruptible_transaction command without any pre-configured scope.", |
| 335 | + "type": "string", |
| 336 | + "const": "allow-execute-interruptible-transaction", |
| 337 | + "markdownDescription": "Enables the execute_interruptible_transaction command without any pre-configured scope." |
| 338 | + }, |
| 339 | + { |
| 340 | + "description": "Denies the execute_interruptible_transaction command without any pre-configured scope.", |
| 341 | + "type": "string", |
| 342 | + "const": "deny-execute-interruptible-transaction", |
| 343 | + "markdownDescription": "Denies the execute_interruptible_transaction command without any pre-configured scope." |
| 344 | + }, |
333 | 345 | { |
334 | 346 | "description": "Enables the execute_transaction command without any pre-configured scope.", |
335 | 347 | "type": "string", |
|
403 | 415 | "markdownDescription": "Denies the remove command without any pre-configured scope." |
404 | 416 | }, |
405 | 417 | { |
406 | | - "description": "Default permissions for the sqlite plugin - allows all database operations\n#### This default permission set includes:\n\n- `allow-load`\n- `allow-execute`\n- `allow-execute-transaction`\n- `allow-fetch-all`\n- `allow-fetch-one`\n- `allow-close`\n- `allow-close-all`\n- `allow-remove`", |
| 418 | + "description": "Enables the transaction_continue command without any pre-configured scope.", |
| 419 | + "type": "string", |
| 420 | + "const": "allow-transaction-continue", |
| 421 | + "markdownDescription": "Enables the transaction_continue command without any pre-configured scope." |
| 422 | + }, |
| 423 | + { |
| 424 | + "description": "Denies the transaction_continue command without any pre-configured scope.", |
| 425 | + "type": "string", |
| 426 | + "const": "deny-transaction-continue", |
| 427 | + "markdownDescription": "Denies the transaction_continue command without any pre-configured scope." |
| 428 | + }, |
| 429 | + { |
| 430 | + "description": "Enables the transaction_read command without any pre-configured scope.", |
| 431 | + "type": "string", |
| 432 | + "const": "allow-transaction-read", |
| 433 | + "markdownDescription": "Enables the transaction_read command without any pre-configured scope." |
| 434 | + }, |
| 435 | + { |
| 436 | + "description": "Denies the transaction_read command without any pre-configured scope.", |
| 437 | + "type": "string", |
| 438 | + "const": "deny-transaction-read", |
| 439 | + "markdownDescription": "Denies the transaction_read command without any pre-configured scope." |
| 440 | + }, |
| 441 | + { |
| 442 | + "description": "Default permissions for the sqlite plugin - allows all database operations\n#### This default permission set includes:\n\n- `allow-load`\n- `allow-execute`\n- `allow-execute-transaction`\n- `allow-execute-interruptible-transaction`\n- `allow-transaction-continue`\n- `allow-transaction-read`\n- `allow-fetch-all`\n- `allow-fetch-one`\n- `allow-close`\n- `allow-close-all`\n- `allow-remove`", |
407 | 443 | "type": "string", |
408 | 444 | "const": "default", |
409 | | - "markdownDescription": "Default permissions for the sqlite plugin - allows all database operations\n#### This default permission set includes:\n\n- `allow-load`\n- `allow-execute`\n- `allow-execute-transaction`\n- `allow-fetch-all`\n- `allow-fetch-one`\n- `allow-close`\n- `allow-close-all`\n- `allow-remove`" |
| 445 | + "markdownDescription": "Default permissions for the sqlite plugin - allows all database operations\n#### This default permission set includes:\n\n- `allow-load`\n- `allow-execute`\n- `allow-execute-transaction`\n- `allow-execute-interruptible-transaction`\n- `allow-transaction-continue`\n- `allow-transaction-read`\n- `allow-fetch-all`\n- `allow-fetch-one`\n- `allow-close`\n- `allow-close-all`\n- `allow-remove`" |
410 | 446 | } |
411 | 447 | ] |
412 | 448 | } |
|
0 commit comments