Commit 92e4a15
authored
Add domain allowlist fields to SandboxNetworkConfig TypedDict (#893)
Brings the Python `SandboxNetworkConfig` TypedDict to parity with the
TypeScript schema. Adds `allowedDomains`, `deniedDomains`,
`allowManagedDomainsOnly`, and `allowMachLookup` so Python SDK users can
configure network allowlists with proper type hints.1 parent 49eed4f commit 92e4a15
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
783 | 783 | | |
784 | 784 | | |
785 | 785 | | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
786 | 789 | | |
787 | 790 | | |
788 | 791 | | |
| 792 | + | |
789 | 793 | | |
790 | 794 | | |
791 | 795 | | |
792 | 796 | | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
793 | 800 | | |
794 | 801 | | |
795 | 802 | | |
| 803 | + | |
796 | 804 | | |
797 | 805 | | |
798 | 806 | | |
| |||
0 commit comments