chore: 🐝 Update SDK - Generate (spec change merged) 0.11.15 (#418)

Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-07-09 18:20:26 +00:00
committed by GitHub
co-authored by speakeasybot speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
parent a2e9c97855
commit 3f1ab05c95
35 changed files with 533 additions and 89 deletions
+25
View File
@@ -2139,6 +2139,16 @@ if TYPE_CHECKING:
PreviewWebSearchUserLocationType,
PreviewWebSearchUserLocationTypedDict,
)
from .promptcachebreakpoint import (
PromptCacheBreakpoint,
PromptCacheBreakpointMode,
PromptCacheBreakpointTypedDict,
)
from .promptcacheoptions import (
PromptCacheOptions,
PromptCacheOptionsMode,
PromptCacheOptionsTypedDict,
)
from .promptinjectionscanscope import PromptInjectionScanScope
from .providername import ProviderName
from .provideroptions import ProviderOptions, ProviderOptionsTypedDict
@@ -2199,6 +2209,7 @@ if TYPE_CHECKING:
RankingsDailyResponseTypedDict,
)
from .reasoningconfig import ReasoningConfig, ReasoningConfigTypedDict
from .reasoningcontext import ReasoningContext
from .reasoningdeltaevent import (
ReasoningDeltaEvent,
ReasoningDeltaEventType,
@@ -4217,6 +4228,12 @@ __all__ = [
"PriceSource",
"Pricing",
"PricingTypedDict",
"PromptCacheBreakpoint",
"PromptCacheBreakpointMode",
"PromptCacheBreakpointTypedDict",
"PromptCacheOptions",
"PromptCacheOptionsMode",
"PromptCacheOptionsTypedDict",
"PromptInjectionScanScope",
"ProviderName",
"ProviderOptions",
@@ -4253,6 +4270,7 @@ __all__ = [
"Reason",
"ReasoningConfig",
"ReasoningConfigTypedDict",
"ReasoningContext",
"ReasoningDeltaEvent",
"ReasoningDeltaEventType",
"ReasoningDeltaEventTypedDict",
@@ -6342,6 +6360,12 @@ _dynamic_imports: dict[str, str] = {
"PreviewWebSearchUserLocation": ".preview_websearchuserlocation",
"PreviewWebSearchUserLocationType": ".preview_websearchuserlocation",
"PreviewWebSearchUserLocationTypedDict": ".preview_websearchuserlocation",
"PromptCacheBreakpoint": ".promptcachebreakpoint",
"PromptCacheBreakpointMode": ".promptcachebreakpoint",
"PromptCacheBreakpointTypedDict": ".promptcachebreakpoint",
"PromptCacheOptions": ".promptcacheoptions",
"PromptCacheOptionsMode": ".promptcacheoptions",
"PromptCacheOptionsTypedDict": ".promptcacheoptions",
"PromptInjectionScanScope": ".promptinjectionscanscope",
"ProviderName": ".providername",
"ProviderOptions": ".provideroptions",
@@ -6390,6 +6414,7 @@ _dynamic_imports: dict[str, str] = {
"RankingsDailyResponseTypedDict": ".rankingsdailyresponse",
"ReasoningConfig": ".reasoningconfig",
"ReasoningConfigTypedDict": ".reasoningconfig",
"ReasoningContext": ".reasoningcontext",
"ReasoningDeltaEvent": ".reasoningdeltaevent",
"ReasoningDeltaEventType": ".reasoningdeltaevent",
"ReasoningDeltaEventTypedDict": ".reasoningdeltaevent",