Commit ea4e9ac
UN-4010 [MISC] mark the generated transport private
The generated package is an implementation detail of the facade: nothing outside
`client.py` should import it, and the flat name reads as public API. Rename it to
`_sdk_docstudio` and follow the path through the generator script, the drift
gate, the lint excludes, the vendored-code attributes and the README.
Regenerating into the new path reproduces the tree byte for byte, so the gate
still compares generator output against the spec and nothing else.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014f9oEEYspPH4fmPULTnLkJ1 parent da9db87 commit ea4e9ac
25 files changed
Lines changed: 14 additions & 14 deletions
File tree
- .github/workflows
- src/unstract/api_deployments
- _sdk_docstudio
- api
- deployment
- models
- tests
- tools
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
| 66 | + | |
| 67 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
File renamed without changes.
0 commit comments