fathom-python 0.0.39__tar.gz → 0.0.40__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. {fathom_python-0.0.39 → fathom_python-0.0.40}/PKG-INFO +1 -1
  2. {fathom_python-0.0.39 → fathom_python-0.0.40}/pyproject.toml +1 -1
  3. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/_version.py +2 -2
  4. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/meeting.py +7 -0
  5. {fathom_python-0.0.39 → fathom_python-0.0.40}/README.md +0 -0
  6. {fathom_python-0.0.39 → fathom_python-0.0.40}/py.typed +0 -0
  7. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/__init__.py +0 -0
  8. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/_hooks/__init__.py +0 -0
  9. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/_hooks/registration.py +0 -0
  10. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/_hooks/sdkhooks.py +0 -0
  11. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/_hooks/types.py +0 -0
  12. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/basesdk.py +0 -0
  13. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/errors/__init__.py +0 -0
  14. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/errors/apierror.py +0 -0
  15. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/errors/fathomerror.py +0 -0
  16. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/errors/no_response_error.py +0 -0
  17. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/errors/responsevalidationerror.py +0 -0
  18. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/httpclient.py +0 -0
  19. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/__init__.py +0 -0
  20. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/actionitem.py +0 -0
  21. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/assignee.py +0 -0
  22. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/callbackresponse.py +0 -0
  23. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/createwebhookop.py +0 -0
  24. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/crmcompanymatch.py +0 -0
  25. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/crmcontactmatch.py +0 -0
  26. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/crmdealmatch.py +0 -0
  27. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/crmmatches.py +0 -0
  28. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/deletewebhookop.py +0 -0
  29. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/fathomuser.py +0 -0
  30. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/getrecordingsummaryop.py +0 -0
  31. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/getrecordingtranscriptop.py +0 -0
  32. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/highlight.py +0 -0
  33. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/invitee.py +0 -0
  34. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/listmeetingsop.py +0 -0
  35. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/listmeetingtypesop.py +0 -0
  36. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/listteammembersop.py +0 -0
  37. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/listteamsop.py +0 -0
  38. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/meetinglistresponse.py +0 -0
  39. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/meetingsummary.py +0 -0
  40. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/meetingtype.py +0 -0
  41. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/meetingtypelistresponse.py +0 -0
  42. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/security.py +0 -0
  43. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/team.py +0 -0
  44. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/teamlistresponse.py +0 -0
  45. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/teammember.py +0 -0
  46. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/teammemberlistresponse.py +0 -0
  47. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/transcriptitem.py +0 -0
  48. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/transcriptitemspeaker.py +0 -0
  49. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/models/webhook.py +0 -0
  50. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/py.typed +0 -0
  51. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/sdk.py +0 -0
  52. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/sdkconfiguration.py +0 -0
  53. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/types/__init__.py +0 -0
  54. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/types/base64fileinput.py +0 -0
  55. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/types/basemodel.py +0 -0
  56. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/utils/__init__.py +0 -0
  57. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/utils/annotations.py +0 -0
  58. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/utils/datetimes.py +0 -0
  59. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/utils/dynamic_imports.py +0 -0
  60. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/utils/enums.py +0 -0
  61. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/utils/eventstreaming.py +0 -0
  62. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/utils/forms.py +0 -0
  63. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/utils/headers.py +0 -0
  64. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/utils/logger.py +0 -0
  65. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/utils/metadata.py +0 -0
  66. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/utils/queryparams.py +0 -0
  67. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/utils/requestbodies.py +0 -0
  68. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/utils/retries.py +0 -0
  69. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/utils/security.py +0 -0
  70. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/utils/serializers.py +0 -0
  71. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/utils/unmarshal_json_response.py +0 -0
  72. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/utils/url.py +0 -0
  73. {fathom_python-0.0.39 → fathom_python-0.0.40}/src/fathom_python/utils/values.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fathom-python
3
- Version: 0.0.39
3
+ Version: 0.0.40
4
4
  Summary: Fathom's official Python SDK.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9.2
@@ -1,7 +1,7 @@
1
1
 
2
2
  [project]
3
3
  name = "fathom-python"
4
- version = "0.0.39"
4
+ version = "0.0.40"
5
5
  description = "Fathom's official Python SDK."
6
6
  authors = [{ name = "Speakeasy" },]
7
7
  readme = "README.md"
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "fathom-python"
6
- __version__: str = "0.0.39"
6
+ __version__: str = "0.0.40"
7
7
  __openapi_doc_version__: str = "1.0.0"
8
8
  __gen_version__: str = "2.762.0"
9
- __user_agent__: str = "speakeasy-sdk/python 0.0.39 2.762.0 1.0.0 fathom-python"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.0.40 2.762.0 1.0.0 fathom-python"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -46,6 +46,8 @@ class MeetingTypedDict(TypedDict):
46
46
  transcript_language: str
47
47
  calendar_invitees: List[InviteeTypedDict]
48
48
  recorded_by: FathomUserTypedDict
49
+ meeting_url: NotRequired[Nullable[str]]
50
+ r"""The underlying meeting join URL (Zoom, Google Meet, Microsoft Teams, or Slack huddle) from the calendar event. `null` when there is no associated calendar meeting."""
49
51
  transcript: NotRequired[Nullable[List[TranscriptItemTypedDict]]]
50
52
  default_summary: NotRequired[Nullable[MeetingSummaryTypedDict]]
51
53
  action_items: NotRequired[Nullable[List[ActionItemTypedDict]]]
@@ -91,6 +93,9 @@ class Meeting(BaseModel):
91
93
 
92
94
  recorded_by: FathomUser
93
95
 
96
+ meeting_url: OptionalNullable[str] = UNSET
97
+ r"""The underlying meeting join URL (Zoom, Google Meet, Microsoft Teams, or Slack huddle) from the calendar event. `null` when there is no associated calendar meeting."""
98
+
94
99
  transcript: OptionalNullable[List[TranscriptItem]] = UNSET
95
100
 
96
101
  default_summary: OptionalNullable[MeetingSummary] = UNSET
@@ -108,6 +113,7 @@ class Meeting(BaseModel):
108
113
  @model_serializer(mode="wrap")
109
114
  def serialize_model(self, handler):
110
115
  optional_fields = [
116
+ "meeting_url",
111
117
  "transcript",
112
118
  "default_summary",
113
119
  "action_items",
@@ -117,6 +123,7 @@ class Meeting(BaseModel):
117
123
  nullable_fields = [
118
124
  "meeting_title",
119
125
  "meeting_type",
126
+ "meeting_url",
120
127
  "transcript",
121
128
  "default_summary",
122
129
  "action_items",
File without changes
File without changes