Skip to content

Commit

Permalink
0.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
xncbf committed Feb 8, 2022
1 parent eff4a43 commit e9ea12c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 19 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ rcs=RcsInfo(
### 제공되는 데이터 구조체

```python
RcsMessage
RCSErrorCode
RcsSMSBody
RcsLMSBody
RcsMMSBody
Expand Down Expand Up @@ -129,6 +131,10 @@ QuerystatusInfo
ErrorInfo
ResponseErrorInfo
ResponseInfo
TextMessageInfo
FileMessageInfo
GeolocationPushMessage
UserLocationInfo
MessageInfo
SendInfo
TokenInfo
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rcs-pydantic"
version = "0.1.22"
version = "0.1.23"
description = ""
authors = ["xncbf <xncbf12@gmail.com>"]
keywords = ["pydantic", "rcs", "fastapi"]
Expand Down
40 changes: 22 additions & 18 deletions rcs_pydantic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,7 @@

__all__ = [
"RcsMessage",
"LegacyErrorCodeEnum",
"ErrorCodeEnum",
"MaaPErrorCodeEnum",
"RcsBizCenterErrorCodeEnum",
"KTErrorCodeEnum",
"RCSErrorCode",
"MessageServiceTypeEnum",
"ServiceTypeEnum",
"LegacyServiceTypeEnum",
"ScheduleTypeEnum",
"ExpiryOptionEnum",
"HeaderEnum",
"ActionEnum",
"RcsSMSBody",
"RcsLMSBody",
"RcsMMSBody",
Expand Down Expand Up @@ -49,18 +37,34 @@
"CommonInfo",
"RcsInfo",
"LegacyInfo",
"MessageStatusEnum",
"MnoInfoEnum",
"BillEnum",
"StatusInfo",
"QuerystatusInfo",
"ErrorInfo",
"ResponseErrorInfo",
"ResponseInfo",
"EventTypeEnum",
"RCSMessageEnum",
"MessageEnum",
"TextMessageInfo",
"FileMessageInfo",
"GeolocationPushMessage",
"UserLocationInfo",
"MessageInfo",
"SendInfo",
"TokenInfo",
"LegacyErrorCodeEnum",
"ErrorCodeEnum",
"MaaPErrorCodeEnum",
"RcsBizCenterErrorCodeEnum",
"KTErrorCodeEnum",
"MessageServiceTypeEnum",
"ServiceTypeEnum",
"LegacyServiceTypeEnum",
"ScheduleTypeEnum",
"ExpiryOptionEnum",
"HeaderEnum",
"ActionEnum",
"MessageStatusEnum",
"MnoInfoEnum",
"BillEnum",
"EventTypeEnum",
"RCSMessageEnum",
"MessageEnum",
]

0 comments on commit e9ea12c

Please sign in to comment.