(cls, value: Any)
| 115 | """Persisted session state derived from upstream calls.""" |
| 116 | |
| 117 | model_config = ConfigDict(extra="ignore") |
| 118 | |
| 119 | account_id: str |
| 120 | org_id: str = "" |
| 121 | project_id: str = "" |
| 122 | customer_number: str = "" |
nothing calls this directly
no outgoing calls
no test coverage detected