fathom-python 0.0.40__py3-none-any.whl → 0.0.41__py3-none-any.whl

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.
fathom_python/_version.py CHANGED
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "fathom-python"
6
- __version__: str = "0.0.40"
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.40 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,6 +52,8 @@ 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
@@ -87,6 +98,9 @@ class Meeting(BaseModel):
87
98
 
88
99
  calendar_invitees_domains_type: CalendarInviteesDomainsType
89
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
+
90
104
  transcript_language: str
91
105
 
92
106
  calendar_invitees: List[Invitee]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fathom-python
3
- Version: 0.0.40
3
+ Version: 0.0.41
4
4
  Summary: Fathom's official Python SDK.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9.2
@@ -3,7 +3,7 @@ fathom_python/_hooks/__init__.py,sha256=9_7W5jAYw8rcO8Kfc-Ty-lB82BHfksAJJpVFb_Ue
3
3
  fathom_python/_hooks/registration.py,sha256=1QZB41w6If7I9dXiOSQx6dhSc6BPWrnI5Q5bMOr4iVA,624
4
4
  fathom_python/_hooks/sdkhooks.py,sha256=SyxWCUZakr1ZlORVhbgZJ-xM5W4QvTTS4Mymtte2LrI,2530
5
5
  fathom_python/_hooks/types.py,sha256=OOkf6lkat8zumtftMupq5qK6pigExGTdcBF38RyT_gU,2992
6
- fathom_python/_version.py,sha256=d8iUpXiIlrTXxQCo7lvARFVC8UijfFHGzc8KLN0j3G4,470
6
+ fathom_python/_version.py,sha256=IUGSToVUfOaViwvqNmUn-T5RM3TPVo3-JRvhIwkkYOk,470
7
7
  fathom_python/basesdk.py,sha256=HzY3rWonhPH0RZoEfNyWHy9q_eIvEfsVaf1jIMUGHhQ,12214
8
8
  fathom_python/errors/__init__.py,sha256=4aL9LIze2oNNs_l3aHDAu2HvD8EB0sMFfA9ikL53Lk4,1818
9
9
  fathom_python/errors/apierror.py,sha256=OzB0d0_nV_nRc6ZvE01b-BEAm0pjuNPck0PF1BTjGfg,1288
@@ -11,7 +11,7 @@ fathom_python/errors/fathomerror.py,sha256=Y43URqKlm_y9uOPRiSFI8PA8V9TL4Zb7xz9oS
11
11
  fathom_python/errors/no_response_error.py,sha256=DaZukP5ManflzAN-11MtmBitfTIct37sRvfszvfM13o,467
12
12
  fathom_python/errors/responsevalidationerror.py,sha256=uhcnWCmoKmMTDq92osd_9feW54yrjijwkveLT_uKXlA,755
13
13
  fathom_python/httpclient.py,sha256=dqTPONDBpRn4ktXfcetQiRXnG93f0pJkFhqsYFhLUac,3945
14
- fathom_python/models/__init__.py,sha256=v07byDw1Z6g7eI_7PKDx6udi3DEgfRrVi4Rh7s5t8U4,11274
14
+ fathom_python/models/__init__.py,sha256=VAF3p6Temw9EPE1to1h2tM7XgW-Y3fzeguwOrdBIzWg,11375
15
15
  fathom_python/models/actionitem.py,sha256=Ab36zDi8torOZAMXyTfVlcbayc-m1114XDLVBMJSljE,849
16
16
  fathom_python/models/assignee.py,sha256=q7FZ4ai6dKZPBTP9cEVoYgwHyCWLkxjaTSy-9lu617U,1384
17
17
  fathom_python/models/callbackresponse.py,sha256=n-PmMM8JE8CJEqgW4AVt14gjGVZxS7tW4okZh-ZBqwc,323
@@ -30,7 +30,7 @@ fathom_python/models/listmeetingsop.py,sha256=sw-VeBu3nr7eAf_Yo-HdTWOlsy-OUTQ649
30
30
  fathom_python/models/listmeetingtypesop.py,sha256=W3fpm1Kdo9iP6T_WeP-ylueptxk03GJz3CI_RlmDYsA,996
31
31
  fathom_python/models/listteammembersop.py,sha256=Rtatvg_ZZZuAo95s7I6blWn_DEKXKug5-le7EyxKgVc,1218
32
32
  fathom_python/models/listteamsop.py,sha256=fjGGOkZed83n-MK6S7eYSinqUyeFNZ5dnJ7Tj-wY3nA,913
33
- fathom_python/models/meeting.py,sha256=19__otSuv_9yKmGv9GFcoEOQIgTZLNTbr_cSFqPjyC4,5026
33
+ fathom_python/models/meeting.py,sha256=FsFBuDZReMIHMXYqbn6MNhLwq0qc1EZvOdFq9rYKKoM,5968
34
34
  fathom_python/models/meetinglistresponse.py,sha256=DWgl0mQn76jXk91xK9syGFaxw_g-7zUOUBGscLQSXNg,1501
35
35
  fathom_python/models/meetingsummary.py,sha256=AKmIdH7fci9FSEyHFEIoA0HnVvwhLURXNR2ZjexA1BY,1485
36
36
  fathom_python/models/meetingtype.py,sha256=t0Lhjabyj9XPiVzEA8LbLxjOHOrv34wXLW2U_xVejhU,1175
@@ -67,6 +67,6 @@ fathom_python/utils/serializers.py,sha256=Hndks5M_rJXVub_N5lu0gKZQUoEmWrn6PN7R-0
67
67
  fathom_python/utils/unmarshal_json_response.py,sha256=n9xJiaI-is4GG3a_ls5n4sJc8KIeA6JU4mnZ9cbsPy4,878
68
68
  fathom_python/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
69
69
  fathom_python/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
70
- fathom_python-0.0.40.dist-info/METADATA,sha256=QMUmh0mXEx86cF0MduCgzETzqtL-FFbq4eyaMKQzjUU,20454
71
- fathom_python-0.0.40.dist-info/WHEEL,sha256=EGEvSphFYqXKs23-kQBeyNoJP1nrT8ZJKQoi5p5DYL8,88
72
- fathom_python-0.0.40.dist-info/RECORD,,
70
+ fathom_python-0.0.41.dist-info/METADATA,sha256=cZ4S6cs7r4CbQZ7MHi5x9XSb6zq43yHr_WUu-uwWGPE,20454
71
+ fathom_python-0.0.41.dist-info/WHEEL,sha256=EGEvSphFYqXKs23-kQBeyNoJP1nrT8ZJKQoi5p5DYL8,88
72
+ fathom_python-0.0.41.dist-info/RECORD,,