diff --git a/src/orb/__init__.py b/src/orb/__init__.py index 801a1e71..61ab6a9b 100644 --- a/src/orb/__init__.py +++ b/src/orb/__init__.py @@ -1,7 +1,7 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. from . import types -from ._types import NOT_GIVEN, NoneType, NotGiven, Transport, ProxiesTypes +from ._types import NOT_GIVEN, Omit, NoneType, NotGiven, Transport, ProxiesTypes from ._utils import file_from_path from ._client import Orb, Client, Stream, Timeout, AsyncOrb, Transport, AsyncClient, AsyncStream, RequestOptions from ._models import BaseModel @@ -48,6 +48,7 @@ "ProxiesTypes", "NotGiven", "NOT_GIVEN", + "Omit", "OrbError", "APIError", "APIStatusError",