Skip to content

Commit

Permalink
Release 0.0.54
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Apr 12, 2023
1 parent 36fb49d commit bd1619b
Show file tree
Hide file tree
Showing 56 changed files with 22 additions and 107 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[tool.poetry]
name = "ravendev"
version = "0.0.53"
version = "0.0.54"
description = ""
authors = []
packages = [
Expand Down
34 changes: 18 additions & 16 deletions src/raven/__init__.py
Original file line number Diff line number Diff line change
@@ -1,47 +1,49 @@
# This file was auto-generated by Fern from our API Definition.

from .api import (
from .environment import RavenApiEnvironment
from .errors import EventNotFoundError
from .resources import (
AppId,
Attachment,
BatchEvent,
Channel,
ChannelOverride,
ChannelPreference,
ChannelPreferences,
Device,
DeviceId,
Platform,
RavenUser,
RequestId,
SlackProfile,
TelegramProfile,
UserId,
UserPreferences,
device,
ids,
user,
)
from .types import (
Attachment,
BatchEvent,
ChannelOverride,
EmailMessage,
EmailOverride,
EmailRecipient,
EventNotFoundError,
EventNotFoundErrorBody,
EventOverride,
InAppOverride,
Param,
Platform,
ProviderOverride,
PushOverride,
RavenUser,
RequestId,
SendEventResponse,
SlackMessage,
SlackOverride,
SlackProfile,
SmsMessage,
SmsOverride,
TelegramOverride,
TelegramProfile,
User,
UserId,
UserPreferences,
VoiceOverride,
WebhookOverride,
WhatsappOverride,
device,
ids,
user,
)
from .environment import RavenApiEnvironment

__all__ = [
"AppId",
Expand Down
87 changes: 0 additions & 87 deletions src/raven/api/__init__.py

This file was deleted.

2 changes: 1 addition & 1 deletion src/raven/api/client.py → src/raven/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
import pydantic
from backports.cached_property import cached_property

from ..environment import RavenApiEnvironment
from .core.api_error import ApiError
from .core.jsonable_encoder import jsonable_encoder
from .core.remove_none_from_headers import remove_none_from_headers
from .environment import RavenApiEnvironment
from .errors.event_not_found_error import EventNotFoundError
from .resources.device.client import AsyncDeviceClient, DeviceClient
from .resources.ids.types.app_id import AppId
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
import httpx
import pydantic

from ....environment import RavenApiEnvironment
from ...core.api_error import ApiError
from ...core.jsonable_encoder import jsonable_encoder
from ...core.remove_none_from_headers import remove_none_from_headers
from ...environment import RavenApiEnvironment
from ..ids.types.app_id import AppId
from ..ids.types.device_id import DeviceId
from ..ids.types.user_id import UserId
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
import httpx
import pydantic

from ....environment import RavenApiEnvironment
from ...core.api_error import ApiError
from ...core.jsonable_encoder import jsonable_encoder
from ...core.remove_none_from_headers import remove_none_from_headers
from ...environment import RavenApiEnvironment
from ..ids.types.app_id import AppId
from ..ids.types.user_id import UserId
from .types.raven_user import RavenUser
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bd1619b

Please sign in to comment.