chore: clean up removed docs and update generated SDK files

Remove obsolete component documentation and update speakeasy-generated
files to match the latest OpenAPI spec regeneration.
This commit is contained in:
Matt Apperson
2026-04-02 10:21:41 -04:00
parent 5ab44f08f0
commit e6b0242969
478 changed files with 326 additions and 17219 deletions
+8 -11
View File
@@ -392,11 +392,6 @@ if TYPE_CHECKING:
ContentPartDoneEventTypedDict,
)
from .contextcompressionengine import ContextCompressionEngine
from .createchargerequest import (
ChainID,
CreateChargeRequest,
CreateChargeRequestTypedDict,
)
from .customtool import (
CustomTool,
CustomToolTypedDict,
@@ -516,6 +511,10 @@ if TYPE_CHECKING:
OutputInputImageTypedDict,
OutputType,
)
from .goneresponseerrordata import (
GoneResponseErrorData,
GoneResponseErrorDataTypedDict,
)
from .imagegencallcompletedevent import (
ImageGenCallCompletedEvent,
ImageGenCallCompletedEventType,
@@ -1268,7 +1267,6 @@ __all__ = [
"By",
"CacheControl",
"CacheControlTypedDict",
"ChainID",
"ChatAssistantImages",
"ChatAssistantImagesImageURL",
"ChatAssistantImagesImageURLTypedDict",
@@ -1510,8 +1508,6 @@ __all__ = [
"ContextCompressionEngine",
"CostDetails",
"CostDetailsTypedDict",
"CreateChargeRequest",
"CreateChargeRequestTypedDict",
"CustomTool",
"CustomToolTypedDict",
"Data",
@@ -1608,6 +1604,8 @@ __all__ = [
"FunctionCallOutputItemOutputUnion2TypedDict",
"FunctionCallOutputItemTypeFunctionCallOutput",
"FunctionCallOutputItemTypedDict",
"GoneResponseErrorData",
"GoneResponseErrorDataTypedDict",
"ImageGenCallCompletedEvent",
"ImageGenCallCompletedEventType",
"ImageGenCallCompletedEventTypedDict",
@@ -2464,9 +2462,6 @@ _dynamic_imports: dict[str, str] = {
"ContentPartDoneEventType": ".contentpartdoneevent",
"ContentPartDoneEventTypedDict": ".contentpartdoneevent",
"ContextCompressionEngine": ".contextcompressionengine",
"ChainID": ".createchargerequest",
"CreateChargeRequest": ".createchargerequest",
"CreateChargeRequestTypedDict": ".createchargerequest",
"CustomTool": ".customtool",
"CustomToolTypedDict": ".customtool",
"Format": ".customtool",
@@ -2568,6 +2563,8 @@ _dynamic_imports: dict[str, str] = {
"OutputInputImage": ".functioncalloutputitem",
"OutputInputImageTypedDict": ".functioncalloutputitem",
"OutputType": ".functioncalloutputitem",
"GoneResponseErrorData": ".goneresponseerrordata",
"GoneResponseErrorDataTypedDict": ".goneresponseerrordata",
"ImageGenCallCompletedEvent": ".imagegencallcompletedevent",
"ImageGenCallCompletedEventType": ".imagegencallcompletedevent",
"ImageGenCallCompletedEventTypedDict": ".imagegencallcompletedevent",