fathom-python 0.0.34__tar.gz → 0.0.35__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 (67) hide show
  1. {fathom_python-0.0.34 → fathom_python-0.0.35}/PKG-INFO +9 -9
  2. {fathom_python-0.0.34 → fathom_python-0.0.35}/README.md +8 -8
  3. {fathom_python-0.0.34 → fathom_python-0.0.35}/pyproject.toml +1 -1
  4. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/_version.py +2 -2
  5. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/models/listmeetingsop.py +8 -0
  6. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/sdk.py +8 -0
  7. {fathom_python-0.0.34 → fathom_python-0.0.35}/py.typed +0 -0
  8. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/__init__.py +0 -0
  9. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/_hooks/__init__.py +0 -0
  10. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/_hooks/registration.py +0 -0
  11. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/_hooks/sdkhooks.py +0 -0
  12. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/_hooks/types.py +0 -0
  13. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/basesdk.py +0 -0
  14. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/errors/__init__.py +0 -0
  15. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/errors/apierror.py +0 -0
  16. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/errors/fathomerror.py +0 -0
  17. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/errors/no_response_error.py +0 -0
  18. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/errors/responsevalidationerror.py +0 -0
  19. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/httpclient.py +0 -0
  20. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/models/__init__.py +0 -0
  21. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/models/actionitem.py +0 -0
  22. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/models/assignee.py +0 -0
  23. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/models/callbackresponse.py +0 -0
  24. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/models/createwebhookop.py +0 -0
  25. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/models/crmcompanymatch.py +0 -0
  26. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/models/crmcontactmatch.py +0 -0
  27. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/models/crmdealmatch.py +0 -0
  28. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/models/crmmatches.py +0 -0
  29. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/models/deletewebhookop.py +0 -0
  30. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/models/fathomuser.py +0 -0
  31. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/models/getrecordingsummaryop.py +0 -0
  32. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/models/getrecordingtranscriptop.py +0 -0
  33. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/models/invitee.py +0 -0
  34. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/models/listteammembersop.py +0 -0
  35. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/models/listteamsop.py +0 -0
  36. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/models/meeting.py +0 -0
  37. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/models/meetinglistresponse.py +0 -0
  38. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/models/meetingsummary.py +0 -0
  39. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/models/security.py +0 -0
  40. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/models/team.py +0 -0
  41. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/models/teamlistresponse.py +0 -0
  42. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/models/teammember.py +0 -0
  43. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/models/teammemberlistresponse.py +0 -0
  44. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/models/transcriptitem.py +0 -0
  45. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/models/transcriptitemspeaker.py +0 -0
  46. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/models/webhook.py +0 -0
  47. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/py.typed +0 -0
  48. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/sdkconfiguration.py +0 -0
  49. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/types/__init__.py +0 -0
  50. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/types/basemodel.py +0 -0
  51. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/utils/__init__.py +0 -0
  52. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/utils/annotations.py +0 -0
  53. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/utils/datetimes.py +0 -0
  54. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/utils/enums.py +0 -0
  55. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/utils/eventstreaming.py +0 -0
  56. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/utils/forms.py +0 -0
  57. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/utils/headers.py +0 -0
  58. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/utils/logger.py +0 -0
  59. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/utils/metadata.py +0 -0
  60. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/utils/queryparams.py +0 -0
  61. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/utils/requestbodies.py +0 -0
  62. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/utils/retries.py +0 -0
  63. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/utils/security.py +0 -0
  64. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/utils/serializers.py +0 -0
  65. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/utils/unmarshal_json_response.py +0 -0
  66. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/utils/url.py +0 -0
  67. {fathom_python-0.0.34 → fathom_python-0.0.35}/src/fathom_python/utils/values.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: fathom-python
3
- Version: 0.0.34
3
+ Version: 0.0.35
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9.2
@@ -126,7 +126,7 @@ with Fathom(
126
126
  ], calendar_invitees_domains=[
127
127
  "acme.com",
128
128
  "client.com",
129
- ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
129
+ ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
130
130
  "ceo@acme.com",
131
131
  "pm@acme.com",
132
132
  ], teams=[
@@ -164,7 +164,7 @@ async def main():
164
164
  ], calendar_invitees_domains=[
165
165
  "acme.com",
166
166
  "client.com",
167
- ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
167
+ ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
168
168
  "ceo@acme.com",
169
169
  "pm@acme.com",
170
170
  ], teams=[
@@ -211,7 +211,7 @@ with Fathom(
211
211
  ], calendar_invitees_domains=[
212
212
  "acme.com",
213
213
  "client.com",
214
- ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
214
+ ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
215
215
  "ceo@acme.com",
216
216
  "pm@acme.com",
217
217
  ], teams=[
@@ -271,7 +271,7 @@ with Fathom(
271
271
  ], calendar_invitees_domains=[
272
272
  "acme.com",
273
273
  "client.com",
274
- ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
274
+ ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
275
275
  "ceo@acme.com",
276
276
  "pm@acme.com",
277
277
  ], teams=[
@@ -311,7 +311,7 @@ with Fathom(
311
311
  ], calendar_invitees_domains=[
312
312
  "acme.com",
313
313
  "client.com",
314
- ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
314
+ ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
315
315
  "ceo@acme.com",
316
316
  "pm@acme.com",
317
317
  ], teams=[
@@ -347,7 +347,7 @@ with Fathom(
347
347
  ], calendar_invitees_domains=[
348
348
  "acme.com",
349
349
  "client.com",
350
- ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
350
+ ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
351
351
  "ceo@acme.com",
352
352
  "pm@acme.com",
353
353
  ], teams=[
@@ -396,7 +396,7 @@ with Fathom(
396
396
  ], calendar_invitees_domains=[
397
397
  "acme.com",
398
398
  "client.com",
399
- ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
399
+ ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
400
400
  "ceo@acme.com",
401
401
  "pm@acme.com",
402
402
  ], teams=[
@@ -464,7 +464,7 @@ with Fathom(
464
464
  ], calendar_invitees_domains=[
465
465
  "acme.com",
466
466
  "client.com",
467
- ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
467
+ ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
468
468
  "ceo@acme.com",
469
469
  "pm@acme.com",
470
470
  ], teams=[
@@ -106,7 +106,7 @@ with Fathom(
106
106
  ], calendar_invitees_domains=[
107
107
  "acme.com",
108
108
  "client.com",
109
- ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
109
+ ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
110
110
  "ceo@acme.com",
111
111
  "pm@acme.com",
112
112
  ], teams=[
@@ -144,7 +144,7 @@ async def main():
144
144
  ], calendar_invitees_domains=[
145
145
  "acme.com",
146
146
  "client.com",
147
- ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
147
+ ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
148
148
  "ceo@acme.com",
149
149
  "pm@acme.com",
150
150
  ], teams=[
@@ -191,7 +191,7 @@ with Fathom(
191
191
  ], calendar_invitees_domains=[
192
192
  "acme.com",
193
193
  "client.com",
194
- ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
194
+ ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
195
195
  "ceo@acme.com",
196
196
  "pm@acme.com",
197
197
  ], teams=[
@@ -251,7 +251,7 @@ with Fathom(
251
251
  ], calendar_invitees_domains=[
252
252
  "acme.com",
253
253
  "client.com",
254
- ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
254
+ ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
255
255
  "ceo@acme.com",
256
256
  "pm@acme.com",
257
257
  ], teams=[
@@ -291,7 +291,7 @@ with Fathom(
291
291
  ], calendar_invitees_domains=[
292
292
  "acme.com",
293
293
  "client.com",
294
- ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
294
+ ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
295
295
  "ceo@acme.com",
296
296
  "pm@acme.com",
297
297
  ], teams=[
@@ -327,7 +327,7 @@ with Fathom(
327
327
  ], calendar_invitees_domains=[
328
328
  "acme.com",
329
329
  "client.com",
330
- ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
330
+ ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
331
331
  "ceo@acme.com",
332
332
  "pm@acme.com",
333
333
  ], teams=[
@@ -376,7 +376,7 @@ with Fathom(
376
376
  ], calendar_invitees_domains=[
377
377
  "acme.com",
378
378
  "client.com",
379
- ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
379
+ ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
380
380
  "ceo@acme.com",
381
381
  "pm@acme.com",
382
382
  ], teams=[
@@ -444,7 +444,7 @@ with Fathom(
444
444
  ], calendar_invitees_domains=[
445
445
  "acme.com",
446
446
  "client.com",
447
- ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
447
+ ], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type=models.MeetingType.ALL, recorded_by=[
448
448
  "ceo@acme.com",
449
449
  "pm@acme.com",
450
450
  ], teams=[
@@ -1,7 +1,7 @@
1
1
 
2
2
  [project]
3
3
  name = "fathom-python"
4
- version = "0.0.34"
4
+ version = "0.0.35"
5
5
  description = "Python Client SDK Generated by Speakeasy."
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.34"
6
+ __version__: str = "0.0.35"
7
7
  __openapi_doc_version__: str = "1.0.0"
8
8
  __gen_version__: str = "2.716.16"
9
- __user_agent__: str = "speakeasy-sdk/python 0.0.34 2.716.16 1.0.0 fathom-python"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.0.35 2.716.16 1.0.0 fathom-python"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -54,6 +54,8 @@ class ListMeetingsRequestTypedDict(TypedDict):
54
54
  r"""Filter to meetings with created_at before this timestamp, e.g. `created_before=2025-01-01T00:00:00Z`."""
55
55
  cursor: NotRequired[str]
56
56
  r"""Cursor for pagination."""
57
+ include_action_items: NotRequired[bool]
58
+ r"""Include the action items for each meeting."""
57
59
  include_crm_matches: NotRequired[bool]
58
60
  r"""Include CRM matches for each meeting. Only returns data from your or your team's linked CRM."""
59
61
  include_summary: NotRequired[bool]
@@ -136,6 +138,12 @@ class ListMeetingsRequest(BaseModel):
136
138
  ] = None
137
139
  r"""Cursor for pagination."""
138
140
 
141
+ include_action_items: Annotated[
142
+ Optional[bool],
143
+ FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
144
+ ] = False
145
+ r"""Include the action items for each meeting."""
146
+
139
147
  include_crm_matches: Annotated[
140
148
  Optional[bool],
141
149
  FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
@@ -274,6 +274,7 @@ class Fathom(BaseSDK):
274
274
  created_after: Optional[str] = None,
275
275
  created_before: Optional[str] = None,
276
276
  cursor: Optional[str] = None,
277
+ include_action_items: Optional[bool] = False,
277
278
  include_crm_matches: Optional[bool] = False,
278
279
  include_summary: Optional[bool] = False,
279
280
  include_transcript: Optional[bool] = False,
@@ -293,6 +294,7 @@ class Fathom(BaseSDK):
293
294
  :param created_after: Filter to meetings with created_at after this timestamp, e.g. `created_after=2025-01-01T00:00:00Z`.
294
295
  :param created_before: Filter to meetings with created_at before this timestamp, e.g. `created_before=2025-01-01T00:00:00Z`.
295
296
  :param cursor: Cursor for pagination.
297
+ :param include_action_items: Include the action items for each meeting.
296
298
  :param include_crm_matches: Include CRM matches for each meeting. Only returns data from your or your team's linked CRM.
297
299
  :param include_summary: Include the summary for each meeting. Unavailable for OAuth connected apps (use /recordings instead).
298
300
  :param include_transcript: Include the transcript for each meeting. Unavailable for OAuth connected apps (use /recordings instead).
@@ -321,6 +323,7 @@ class Fathom(BaseSDK):
321
323
  created_after=created_after,
322
324
  created_before=created_before,
323
325
  cursor=cursor,
326
+ include_action_items=include_action_items,
324
327
  include_crm_matches=include_crm_matches,
325
328
  include_summary=include_summary,
326
329
  include_transcript=include_transcript,
@@ -386,6 +389,7 @@ class Fathom(BaseSDK):
386
389
  created_after=created_after,
387
390
  created_before=created_before,
388
391
  cursor=next_cursor,
392
+ include_action_items=include_action_items,
389
393
  include_crm_matches=include_crm_matches,
390
394
  include_summary=include_summary,
391
395
  include_transcript=include_transcript,
@@ -420,6 +424,7 @@ class Fathom(BaseSDK):
420
424
  created_after: Optional[str] = None,
421
425
  created_before: Optional[str] = None,
422
426
  cursor: Optional[str] = None,
427
+ include_action_items: Optional[bool] = False,
423
428
  include_crm_matches: Optional[bool] = False,
424
429
  include_summary: Optional[bool] = False,
425
430
  include_transcript: Optional[bool] = False,
@@ -439,6 +444,7 @@ class Fathom(BaseSDK):
439
444
  :param created_after: Filter to meetings with created_at after this timestamp, e.g. `created_after=2025-01-01T00:00:00Z`.
440
445
  :param created_before: Filter to meetings with created_at before this timestamp, e.g. `created_before=2025-01-01T00:00:00Z`.
441
446
  :param cursor: Cursor for pagination.
447
+ :param include_action_items: Include the action items for each meeting.
442
448
  :param include_crm_matches: Include CRM matches for each meeting. Only returns data from your or your team's linked CRM.
443
449
  :param include_summary: Include the summary for each meeting. Unavailable for OAuth connected apps (use /recordings instead).
444
450
  :param include_transcript: Include the transcript for each meeting. Unavailable for OAuth connected apps (use /recordings instead).
@@ -467,6 +473,7 @@ class Fathom(BaseSDK):
467
473
  created_after=created_after,
468
474
  created_before=created_before,
469
475
  cursor=cursor,
476
+ include_action_items=include_action_items,
470
477
  include_crm_matches=include_crm_matches,
471
478
  include_summary=include_summary,
472
479
  include_transcript=include_transcript,
@@ -532,6 +539,7 @@ class Fathom(BaseSDK):
532
539
  created_after=created_after,
533
540
  created_before=created_before,
534
541
  cursor=next_cursor,
542
+ include_action_items=include_action_items,
535
543
  include_crm_matches=include_crm_matches,
536
544
  include_summary=include_summary,
537
545
  include_transcript=include_transcript,
File without changes