Skip to content

Commit

Permalink
python: export the new Options types in svix.api
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-mman committed Jan 16, 2025
1 parent 35171f1 commit f4ab693
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion python/svix/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
import typing as t
from dataclasses import dataclass, field

from .application import ApplicationAsync, Application, ApplicationListOptions
from .application import (
ApplicationAsync,
Application,
ApplicationListOptions,
ApplicationCreateOptions,
ApplicationGetOrCreateOptions,
)
from .authentication import AuthenticationAsync, Authentication
from .endpoint import EndpointAsync, Endpoint, EndpointListOptions
from .event_type import EventTypeAsync, EventType, EventTypeListOptions
Expand Down Expand Up @@ -275,6 +281,8 @@ def operational_webhook_endpoint(self) -> OperationalWebhookEndpoint:
"ApplicationIn",
"ApplicationOut",
"ApplicationPatch",
"ApplicationCreateOptions",
"ApplicationGetOrCreateOptions",
"ListResponseApplicationOut",
"DashboardAccessOut",
"EndpointHeadersIn",
Expand Down

0 comments on commit f4ab693

Please sign in to comment.