fathom-python 0.0.39__tar.gz → 0.0.41__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.41}/PKG-INFO +1 -1
  2. {fathom_python-0.0.39 → fathom_python-0.0.41}/pyproject.toml +1 -1
  3. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/_version.py +2 -2
  4. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/__init__.py +8 -1
  5. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/meeting.py +21 -0
  6. {fathom_python-0.0.39 → fathom_python-0.0.41}/README.md +0 -0
  7. {fathom_python-0.0.39 → fathom_python-0.0.41}/py.typed +0 -0
  8. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/__init__.py +0 -0
  9. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/_hooks/__init__.py +0 -0
  10. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/_hooks/registration.py +0 -0
  11. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/_hooks/sdkhooks.py +0 -0
  12. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/_hooks/types.py +0 -0
  13. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/basesdk.py +0 -0
  14. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/errors/__init__.py +0 -0
  15. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/errors/apierror.py +0 -0
  16. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/errors/fathomerror.py +0 -0
  17. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/errors/no_response_error.py +0 -0
  18. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/errors/responsevalidationerror.py +0 -0
  19. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/httpclient.py +0 -0
  20. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/actionitem.py +0 -0
  21. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/assignee.py +0 -0
  22. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/callbackresponse.py +0 -0
  23. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/createwebhookop.py +0 -0
  24. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/crmcompanymatch.py +0 -0
  25. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/crmcontactmatch.py +0 -0
  26. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/crmdealmatch.py +0 -0
  27. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/crmmatches.py +0 -0
  28. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/deletewebhookop.py +0 -0
  29. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/fathomuser.py +0 -0
  30. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/getrecordingsummaryop.py +0 -0
  31. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/getrecordingtranscriptop.py +0 -0
  32. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/highlight.py +0 -0
  33. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/invitee.py +0 -0
  34. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/listmeetingsop.py +0 -0
  35. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/listmeetingtypesop.py +0 -0
  36. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/listteammembersop.py +0 -0
  37. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/listteamsop.py +0 -0
  38. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/meetinglistresponse.py +0 -0
  39. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/meetingsummary.py +0 -0
  40. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/meetingtype.py +0 -0
  41. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/meetingtypelistresponse.py +0 -0
  42. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/security.py +0 -0
  43. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/team.py +0 -0
  44. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/teamlistresponse.py +0 -0
  45. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/teammember.py +0 -0
  46. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/teammemberlistresponse.py +0 -0
  47. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/transcriptitem.py +0 -0
  48. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/transcriptitemspeaker.py +0 -0
  49. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/models/webhook.py +0 -0
  50. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/py.typed +0 -0
  51. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/sdk.py +0 -0
  52. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/sdkconfiguration.py +0 -0
  53. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/types/__init__.py +0 -0
  54. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/types/base64fileinput.py +0 -0
  55. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/types/basemodel.py +0 -0
  56. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/utils/__init__.py +0 -0
  57. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/utils/annotations.py +0 -0
  58. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/utils/datetimes.py +0 -0
  59. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/utils/dynamic_imports.py +0 -0
  60. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/utils/enums.py +0 -0
  61. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/utils/eventstreaming.py +0 -0
  62. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/utils/forms.py +0 -0
  63. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/utils/headers.py +0 -0
  64. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/utils/logger.py +0 -0
  65. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/utils/metadata.py +0 -0
  66. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/utils/queryparams.py +0 -0
  67. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/utils/requestbodies.py +0 -0
  68. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/utils/retries.py +0 -0
  69. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/utils/security.py +0 -0
  70. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/utils/serializers.py +0 -0
  71. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/utils/unmarshal_json_response.py +0 -0
  72. {fathom_python-0.0.39 → fathom_python-0.0.41}/src/fathom_python/utils/url.py +0 -0
  73. {fathom_python-0.0.39 → fathom_python-0.0.41}/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.41
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.41"
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.41"
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.41 2.762.0 1.0.0 fathom-python"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -63,7 +63,12 @@ if TYPE_CHECKING:
63
63
  ListTeamsResponse,
64
64
  ListTeamsResponseTypedDict,
65
65
  )
66
- from .meeting import CalendarInviteesDomainsType, Meeting, MeetingTypedDict
66
+ from .meeting import (
67
+ CalendarInviteesDomainsType,
68
+ Meeting,
69
+ MeetingTypedDict,
70
+ SharedWith,
71
+ )
67
72
  from .meetinglistresponse import MeetingListResponse, MeetingListResponseTypedDict
68
73
  from .meetingsummary import MeetingSummary, MeetingSummaryTypedDict
69
74
  from .meetingtype import MeetingType, MeetingTypeTypedDict, Status
@@ -154,6 +159,7 @@ __all__ = [
154
159
  "MeetingTypedDict",
155
160
  "Security",
156
161
  "SecurityTypedDict",
162
+ "SharedWith",
157
163
  "Status",
158
164
  "Team",
159
165
  "TeamListResponse",
@@ -230,6 +236,7 @@ _dynamic_imports: dict[str, str] = {
230
236
  "CalendarInviteesDomainsType": ".meeting",
231
237
  "Meeting": ".meeting",
232
238
  "MeetingTypedDict": ".meeting",
239
+ "SharedWith": ".meeting",
233
240
  "MeetingListResponse": ".meetinglistresponse",
234
241
  "MeetingListResponseTypedDict": ".meetinglistresponse",
235
242
  "MeetingSummary": ".meetingsummary",
@@ -27,6 +27,15 @@ class CalendarInviteesDomainsType(str, Enum):
27
27
  ONE_OR_MORE_EXTERNAL = "one_or_more_external"
28
28
 
29
29
 
30
+ class SharedWith(str, Enum):
31
+ r"""Who the meeting is shared with within your organization. `no_teams`: private to the recorder. `single_team`: shared with one team. `multiple_teams`: shared with multiple teams. `all_teams`: shared with everyone in the organization."""
32
+
33
+ NO_TEAMS = "no_teams"
34
+ SINGLE_TEAM = "single_team"
35
+ MULTIPLE_TEAMS = "multiple_teams"
36
+ ALL_TEAMS = "all_teams"
37
+
38
+
30
39
  class MeetingTypedDict(TypedDict):
31
40
  title: str
32
41
  meeting_title: Nullable[str]
@@ -43,9 +52,13 @@ class MeetingTypedDict(TypedDict):
43
52
  recording_start_time: datetime
44
53
  recording_end_time: datetime
45
54
  calendar_invitees_domains_type: CalendarInviteesDomainsType
55
+ shared_with: SharedWith
56
+ r"""Who the meeting is shared with within your organization. `no_teams`: private to the recorder. `single_team`: shared with one team. `multiple_teams`: shared with multiple teams. `all_teams`: shared with everyone in the organization."""
46
57
  transcript_language: str
47
58
  calendar_invitees: List[InviteeTypedDict]
48
59
  recorded_by: FathomUserTypedDict
60
+ meeting_url: NotRequired[Nullable[str]]
61
+ 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
62
  transcript: NotRequired[Nullable[List[TranscriptItemTypedDict]]]
50
63
  default_summary: NotRequired[Nullable[MeetingSummaryTypedDict]]
51
64
  action_items: NotRequired[Nullable[List[ActionItemTypedDict]]]
@@ -85,12 +98,18 @@ class Meeting(BaseModel):
85
98
 
86
99
  calendar_invitees_domains_type: CalendarInviteesDomainsType
87
100
 
101
+ shared_with: SharedWith
102
+ r"""Who the meeting is shared with within your organization. `no_teams`: private to the recorder. `single_team`: shared with one team. `multiple_teams`: shared with multiple teams. `all_teams`: shared with everyone in the organization."""
103
+
88
104
  transcript_language: str
89
105
 
90
106
  calendar_invitees: List[Invitee]
91
107
 
92
108
  recorded_by: FathomUser
93
109
 
110
+ meeting_url: OptionalNullable[str] = UNSET
111
+ 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."""
112
+
94
113
  transcript: OptionalNullable[List[TranscriptItem]] = UNSET
95
114
 
96
115
  default_summary: OptionalNullable[MeetingSummary] = UNSET
@@ -108,6 +127,7 @@ class Meeting(BaseModel):
108
127
  @model_serializer(mode="wrap")
109
128
  def serialize_model(self, handler):
110
129
  optional_fields = [
130
+ "meeting_url",
111
131
  "transcript",
112
132
  "default_summary",
113
133
  "action_items",
@@ -117,6 +137,7 @@ class Meeting(BaseModel):
117
137
  nullable_fields = [
118
138
  "meeting_title",
119
139
  "meeting_type",
140
+ "meeting_url",
120
141
  "transcript",
121
142
  "default_summary",
122
143
  "action_items",
File without changes
File without changes