This repository was archived by the owner on Dec 12, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ # v0.1.7
2+
3+ * Fix typo in InMail parsing.
4+
15# v0.1.6
26
37* Add support for parsing alternate names and images for InMail profiles
Original file line number Diff line number Diff line change 22from .api_objects import URN
33
44__title__ = "linkedin_messaging"
5- __version__ = "0.1.6 "
5+ __version__ = "0.1.7 "
66__description__ = "An unofficial API for interacting with LinkedIn Messaging"
77
88__license__ = "MIT"
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ class SpInmailStandardSubContent:
219219@dataclass_json (letter_case = LetterCase .CAMEL )
220220@dataclass
221221class SpInmailSubContent :
222- third_party_media : Optional [SpInmailStandardSubContent ] = field (
222+ standard : Optional [SpInmailStandardSubContent ] = field (
223223 metadata = config (
224224 field_name = "com.linkedin.voyager.messaging.event.message.spinmail.SpInmailStandardSubContent" # noqa: E501
225225 ),
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " linkedin_messaging"
3- version = " 0.1.6 "
3+ version = " 0.1.7 "
44description = " An unofficial API for interacting with LinkedIn Messaging"
55authors = [
" Sumner Evans <[email protected] >" ]
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments