fathom-python 0.0.38__tar.gz → 0.0.39__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.
- {fathom_python-0.0.38 → fathom_python-0.0.39}/PKG-INFO +9 -9
- {fathom_python-0.0.38 → fathom_python-0.0.39}/README.md +8 -8
- {fathom_python-0.0.38 → fathom_python-0.0.39}/pyproject.toml +1 -1
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/_version.py +2 -2
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/__init__.py +5 -0
- fathom_python-0.0.39/src/fathom_python/models/highlight.py +67 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/listmeetingsop.py +8 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/meeting.py +6 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/sdk.py +8 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/py.typed +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/__init__.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/_hooks/__init__.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/_hooks/registration.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/_hooks/sdkhooks.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/_hooks/types.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/basesdk.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/errors/__init__.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/errors/apierror.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/errors/fathomerror.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/errors/no_response_error.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/errors/responsevalidationerror.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/httpclient.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/actionitem.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/assignee.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/callbackresponse.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/createwebhookop.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/crmcompanymatch.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/crmcontactmatch.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/crmdealmatch.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/crmmatches.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/deletewebhookop.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/fathomuser.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/getrecordingsummaryop.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/getrecordingtranscriptop.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/invitee.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/listmeetingtypesop.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/listteammembersop.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/listteamsop.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/meetinglistresponse.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/meetingsummary.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/meetingtype.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/meetingtypelistresponse.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/security.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/team.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/teamlistresponse.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/teammember.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/teammemberlistresponse.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/transcriptitem.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/transcriptitemspeaker.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/webhook.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/py.typed +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/sdkconfiguration.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/types/__init__.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/types/base64fileinput.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/types/basemodel.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/utils/__init__.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/utils/annotations.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/utils/datetimes.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/utils/dynamic_imports.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/utils/enums.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/utils/eventstreaming.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/utils/forms.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/utils/headers.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/utils/logger.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/utils/metadata.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/utils/queryparams.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/utils/requestbodies.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/utils/retries.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/utils/security.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/utils/serializers.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/utils/unmarshal_json_response.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/utils/url.py +0 -0
- {fathom_python-0.0.38 → fathom_python-0.0.39}/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.
|
|
3
|
+
Version: 0.0.39
|
|
4
4
|
Summary: Fathom's official Python SDK.
|
|
5
5
|
Author: Speakeasy
|
|
6
6
|
Requires-Python: >=3.9.2
|
|
@@ -124,7 +124,7 @@ with Fathom(
|
|
|
124
124
|
res = fathom.list_meetings(calendar_invitees_domains=[
|
|
125
125
|
"acme.com",
|
|
126
126
|
"client.com",
|
|
127
|
-
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
127
|
+
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_highlights=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
128
128
|
"ceo@acme.com",
|
|
129
129
|
"pm@acme.com",
|
|
130
130
|
], teams=[
|
|
@@ -159,7 +159,7 @@ async def main():
|
|
|
159
159
|
res = await fathom.list_meetings_async(calendar_invitees_domains=[
|
|
160
160
|
"acme.com",
|
|
161
161
|
"client.com",
|
|
162
|
-
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
162
|
+
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_highlights=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
163
163
|
"ceo@acme.com",
|
|
164
164
|
"pm@acme.com",
|
|
165
165
|
], teams=[
|
|
@@ -203,7 +203,7 @@ with Fathom(
|
|
|
203
203
|
res = fathom.list_meetings(calendar_invitees_domains=[
|
|
204
204
|
"acme.com",
|
|
205
205
|
"client.com",
|
|
206
|
-
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
206
|
+
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_highlights=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
207
207
|
"ceo@acme.com",
|
|
208
208
|
"pm@acme.com",
|
|
209
209
|
], teams=[
|
|
@@ -261,7 +261,7 @@ with Fathom(
|
|
|
261
261
|
res = fathom.list_meetings(calendar_invitees_domains=[
|
|
262
262
|
"acme.com",
|
|
263
263
|
"client.com",
|
|
264
|
-
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
264
|
+
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_highlights=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
265
265
|
"ceo@acme.com",
|
|
266
266
|
"pm@acme.com",
|
|
267
267
|
], teams=[
|
|
@@ -298,7 +298,7 @@ with Fathom(
|
|
|
298
298
|
res = fathom.list_meetings(calendar_invitees_domains=[
|
|
299
299
|
"acme.com",
|
|
300
300
|
"client.com",
|
|
301
|
-
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
301
|
+
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_highlights=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
302
302
|
"ceo@acme.com",
|
|
303
303
|
"pm@acme.com",
|
|
304
304
|
], teams=[
|
|
@@ -331,7 +331,7 @@ with Fathom(
|
|
|
331
331
|
res = fathom.list_meetings(calendar_invitees_domains=[
|
|
332
332
|
"acme.com",
|
|
333
333
|
"client.com",
|
|
334
|
-
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
334
|
+
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_highlights=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
335
335
|
"ceo@acme.com",
|
|
336
336
|
"pm@acme.com",
|
|
337
337
|
], teams=[
|
|
@@ -377,7 +377,7 @@ with Fathom(
|
|
|
377
377
|
res = fathom.list_meetings(calendar_invitees_domains=[
|
|
378
378
|
"acme.com",
|
|
379
379
|
"client.com",
|
|
380
|
-
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
380
|
+
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_highlights=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
381
381
|
"ceo@acme.com",
|
|
382
382
|
"pm@acme.com",
|
|
383
383
|
], teams=[
|
|
@@ -442,7 +442,7 @@ with Fathom(
|
|
|
442
442
|
res = fathom.list_meetings(calendar_invitees_domains=[
|
|
443
443
|
"acme.com",
|
|
444
444
|
"client.com",
|
|
445
|
-
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
445
|
+
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_highlights=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
446
446
|
"ceo@acme.com",
|
|
447
447
|
"pm@acme.com",
|
|
448
448
|
], teams=[
|
|
@@ -103,7 +103,7 @@ with Fathom(
|
|
|
103
103
|
res = fathom.list_meetings(calendar_invitees_domains=[
|
|
104
104
|
"acme.com",
|
|
105
105
|
"client.com",
|
|
106
|
-
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
106
|
+
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_highlights=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
107
107
|
"ceo@acme.com",
|
|
108
108
|
"pm@acme.com",
|
|
109
109
|
], teams=[
|
|
@@ -138,7 +138,7 @@ async def main():
|
|
|
138
138
|
res = await fathom.list_meetings_async(calendar_invitees_domains=[
|
|
139
139
|
"acme.com",
|
|
140
140
|
"client.com",
|
|
141
|
-
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
141
|
+
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_highlights=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
142
142
|
"ceo@acme.com",
|
|
143
143
|
"pm@acme.com",
|
|
144
144
|
], teams=[
|
|
@@ -182,7 +182,7 @@ with Fathom(
|
|
|
182
182
|
res = fathom.list_meetings(calendar_invitees_domains=[
|
|
183
183
|
"acme.com",
|
|
184
184
|
"client.com",
|
|
185
|
-
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
185
|
+
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_highlights=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
186
186
|
"ceo@acme.com",
|
|
187
187
|
"pm@acme.com",
|
|
188
188
|
], teams=[
|
|
@@ -240,7 +240,7 @@ with Fathom(
|
|
|
240
240
|
res = fathom.list_meetings(calendar_invitees_domains=[
|
|
241
241
|
"acme.com",
|
|
242
242
|
"client.com",
|
|
243
|
-
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
243
|
+
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_highlights=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
244
244
|
"ceo@acme.com",
|
|
245
245
|
"pm@acme.com",
|
|
246
246
|
], teams=[
|
|
@@ -277,7 +277,7 @@ with Fathom(
|
|
|
277
277
|
res = fathom.list_meetings(calendar_invitees_domains=[
|
|
278
278
|
"acme.com",
|
|
279
279
|
"client.com",
|
|
280
|
-
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
280
|
+
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_highlights=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
281
281
|
"ceo@acme.com",
|
|
282
282
|
"pm@acme.com",
|
|
283
283
|
], teams=[
|
|
@@ -310,7 +310,7 @@ with Fathom(
|
|
|
310
310
|
res = fathom.list_meetings(calendar_invitees_domains=[
|
|
311
311
|
"acme.com",
|
|
312
312
|
"client.com",
|
|
313
|
-
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
313
|
+
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_highlights=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
314
314
|
"ceo@acme.com",
|
|
315
315
|
"pm@acme.com",
|
|
316
316
|
], teams=[
|
|
@@ -356,7 +356,7 @@ with Fathom(
|
|
|
356
356
|
res = fathom.list_meetings(calendar_invitees_domains=[
|
|
357
357
|
"acme.com",
|
|
358
358
|
"client.com",
|
|
359
|
-
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
359
|
+
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_highlights=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
360
360
|
"ceo@acme.com",
|
|
361
361
|
"pm@acme.com",
|
|
362
362
|
], teams=[
|
|
@@ -421,7 +421,7 @@ with Fathom(
|
|
|
421
421
|
res = fathom.list_meetings(calendar_invitees_domains=[
|
|
422
422
|
"acme.com",
|
|
423
423
|
"client.com",
|
|
424
|
-
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
424
|
+
], calendar_invitees_domains_type=models.ListMeetingsCalendarInviteesDomainsType.ALL, include_action_items=False, include_crm_matches=False, include_highlights=False, include_summary=False, include_transcript=False, meeting_type="Quarterly Business Review", recorded_by=[
|
|
425
425
|
"ceo@acme.com",
|
|
426
426
|
"pm@acme.com",
|
|
427
427
|
], teams=[
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "fathom-python"
|
|
6
|
-
__version__: str = "0.0.
|
|
6
|
+
__version__: str = "0.0.39"
|
|
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.
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.0.39 2.762.0 1.0.0 fathom-python"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -36,6 +36,7 @@ if TYPE_CHECKING:
|
|
|
36
36
|
GetRecordingTranscriptResponseBodyTypedDict,
|
|
37
37
|
GetRecordingTranscriptResponseTypedDict,
|
|
38
38
|
)
|
|
39
|
+
from .highlight import Highlight, HighlightTypedDict
|
|
39
40
|
from .invitee import Invitee, InviteeTypedDict
|
|
40
41
|
from .listmeetingsop import (
|
|
41
42
|
ListMeetingsCalendarInviteesDomainsType,
|
|
@@ -120,6 +121,8 @@ __all__ = [
|
|
|
120
121
|
"GetRecordingTranscriptResponseBody",
|
|
121
122
|
"GetRecordingTranscriptResponseBodyTypedDict",
|
|
122
123
|
"GetRecordingTranscriptResponseTypedDict",
|
|
124
|
+
"Highlight",
|
|
125
|
+
"HighlightTypedDict",
|
|
123
126
|
"Invitee",
|
|
124
127
|
"InviteeTypedDict",
|
|
125
128
|
"ListMeetingTypesRequest",
|
|
@@ -203,6 +206,8 @@ _dynamic_imports: dict[str, str] = {
|
|
|
203
206
|
"GetRecordingTranscriptResponseBody": ".getrecordingtranscriptop",
|
|
204
207
|
"GetRecordingTranscriptResponseBodyTypedDict": ".getrecordingtranscriptop",
|
|
205
208
|
"GetRecordingTranscriptResponseTypedDict": ".getrecordingtranscriptop",
|
|
209
|
+
"Highlight": ".highlight",
|
|
210
|
+
"HighlightTypedDict": ".highlight",
|
|
206
211
|
"Invitee": ".invitee",
|
|
207
212
|
"InviteeTypedDict": ".invitee",
|
|
208
213
|
"ListMeetingsCalendarInviteesDomainsType": ".listmeetingsop",
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
from fathom_python.types import BaseModel, Nullable, UNSET_SENTINEL
|
|
5
|
+
from pydantic import model_serializer
|
|
6
|
+
from typing import Optional
|
|
7
|
+
from typing_extensions import NotRequired, TypedDict
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class HighlightTypedDict(TypedDict):
|
|
11
|
+
type: str
|
|
12
|
+
r"""The label of the bookmark this highlight was created from."""
|
|
13
|
+
summary: Nullable[str]
|
|
14
|
+
r"""A short summary of the highlighted moment."""
|
|
15
|
+
start_time: float
|
|
16
|
+
r"""Start of the highlight, in seconds from the start of the recording."""
|
|
17
|
+
end_time: float
|
|
18
|
+
r"""End of the highlight, in seconds from the start of the recording."""
|
|
19
|
+
text: NotRequired[str]
|
|
20
|
+
r"""The full text of the highlight. Only present when it differs from `summary`."""
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
class Highlight(BaseModel):
|
|
24
|
+
type: str
|
|
25
|
+
r"""The label of the bookmark this highlight was created from."""
|
|
26
|
+
|
|
27
|
+
summary: Nullable[str]
|
|
28
|
+
r"""A short summary of the highlighted moment."""
|
|
29
|
+
|
|
30
|
+
start_time: float
|
|
31
|
+
r"""Start of the highlight, in seconds from the start of the recording."""
|
|
32
|
+
|
|
33
|
+
end_time: float
|
|
34
|
+
r"""End of the highlight, in seconds from the start of the recording."""
|
|
35
|
+
|
|
36
|
+
text: Optional[str] = None
|
|
37
|
+
r"""The full text of the highlight. Only present when it differs from `summary`."""
|
|
38
|
+
|
|
39
|
+
@model_serializer(mode="wrap")
|
|
40
|
+
def serialize_model(self, handler):
|
|
41
|
+
optional_fields = ["text"]
|
|
42
|
+
nullable_fields = ["summary"]
|
|
43
|
+
null_default_fields = []
|
|
44
|
+
|
|
45
|
+
serialized = handler(self)
|
|
46
|
+
|
|
47
|
+
m = {}
|
|
48
|
+
|
|
49
|
+
for n, f in type(self).model_fields.items():
|
|
50
|
+
k = f.alias or n
|
|
51
|
+
val = serialized.get(k)
|
|
52
|
+
serialized.pop(k, None)
|
|
53
|
+
|
|
54
|
+
optional_nullable = k in optional_fields and k in nullable_fields
|
|
55
|
+
is_set = (
|
|
56
|
+
self.__pydantic_fields_set__.intersection({n})
|
|
57
|
+
or k in null_default_fields
|
|
58
|
+
) # pylint: disable=no-member
|
|
59
|
+
|
|
60
|
+
if val is not None and val != UNSET_SENTINEL:
|
|
61
|
+
m[k] = val
|
|
62
|
+
elif val != UNSET_SENTINEL and (
|
|
63
|
+
not k in optional_fields or (optional_nullable and is_set)
|
|
64
|
+
):
|
|
65
|
+
m[k] = val
|
|
66
|
+
|
|
67
|
+
return m
|
|
@@ -40,6 +40,8 @@ class ListMeetingsRequestTypedDict(TypedDict):
|
|
|
40
40
|
r"""Include the action items for each meeting."""
|
|
41
41
|
include_crm_matches: NotRequired[bool]
|
|
42
42
|
r"""Include CRM matches for each meeting. Only returns data from your or your team's linked CRM."""
|
|
43
|
+
include_highlights: NotRequired[bool]
|
|
44
|
+
r"""Include the highlights for each meeting."""
|
|
43
45
|
include_summary: NotRequired[bool]
|
|
44
46
|
r"""Include the summary for each meeting. Unavailable for OAuth connected apps (use /recordings instead)."""
|
|
45
47
|
include_transcript: NotRequired[bool]
|
|
@@ -121,6 +123,12 @@ class ListMeetingsRequest(BaseModel):
|
|
|
121
123
|
] = False
|
|
122
124
|
r"""Include CRM matches for each meeting. Only returns data from your or your team's linked CRM."""
|
|
123
125
|
|
|
126
|
+
include_highlights: Annotated[
|
|
127
|
+
Optional[bool],
|
|
128
|
+
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
129
|
+
] = False
|
|
130
|
+
r"""Include the highlights for each meeting."""
|
|
131
|
+
|
|
124
132
|
include_summary: Annotated[
|
|
125
133
|
Optional[bool],
|
|
126
134
|
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
|
|
@@ -4,6 +4,7 @@ from __future__ import annotations
|
|
|
4
4
|
from .actionitem import ActionItem, ActionItemTypedDict
|
|
5
5
|
from .crmmatches import CRMMatches, CRMMatchesTypedDict
|
|
6
6
|
from .fathomuser import FathomUser, FathomUserTypedDict
|
|
7
|
+
from .highlight import Highlight, HighlightTypedDict
|
|
7
8
|
from .invitee import Invitee, InviteeTypedDict
|
|
8
9
|
from .meetingsummary import MeetingSummary, MeetingSummaryTypedDict
|
|
9
10
|
from .transcriptitem import TranscriptItem, TranscriptItemTypedDict
|
|
@@ -48,6 +49,7 @@ class MeetingTypedDict(TypedDict):
|
|
|
48
49
|
transcript: NotRequired[Nullable[List[TranscriptItemTypedDict]]]
|
|
49
50
|
default_summary: NotRequired[Nullable[MeetingSummaryTypedDict]]
|
|
50
51
|
action_items: NotRequired[Nullable[List[ActionItemTypedDict]]]
|
|
52
|
+
highlights: NotRequired[Nullable[List[HighlightTypedDict]]]
|
|
51
53
|
crm_matches: NotRequired[Nullable[CRMMatchesTypedDict]]
|
|
52
54
|
r"""CRM data linked to the meeting. Only returns data from your or your team's linked CRM.
|
|
53
55
|
If no CRM is connected for the workspace, the `error` field will be populated.
|
|
@@ -95,6 +97,8 @@ class Meeting(BaseModel):
|
|
|
95
97
|
|
|
96
98
|
action_items: OptionalNullable[List[ActionItem]] = UNSET
|
|
97
99
|
|
|
100
|
+
highlights: OptionalNullable[List[Highlight]] = UNSET
|
|
101
|
+
|
|
98
102
|
crm_matches: OptionalNullable[CRMMatches] = UNSET
|
|
99
103
|
r"""CRM data linked to the meeting. Only returns data from your or your team's linked CRM.
|
|
100
104
|
If no CRM is connected for the workspace, the `error` field will be populated.
|
|
@@ -107,6 +111,7 @@ class Meeting(BaseModel):
|
|
|
107
111
|
"transcript",
|
|
108
112
|
"default_summary",
|
|
109
113
|
"action_items",
|
|
114
|
+
"highlights",
|
|
110
115
|
"crm_matches",
|
|
111
116
|
]
|
|
112
117
|
nullable_fields = [
|
|
@@ -115,6 +120,7 @@ class Meeting(BaseModel):
|
|
|
115
120
|
"transcript",
|
|
116
121
|
"default_summary",
|
|
117
122
|
"action_items",
|
|
123
|
+
"highlights",
|
|
118
124
|
"crm_matches",
|
|
119
125
|
]
|
|
120
126
|
null_default_fields = []
|
|
@@ -275,6 +275,7 @@ class Fathom(BaseSDK):
|
|
|
275
275
|
cursor: Optional[str] = None,
|
|
276
276
|
include_action_items: Optional[bool] = False,
|
|
277
277
|
include_crm_matches: Optional[bool] = False,
|
|
278
|
+
include_highlights: Optional[bool] = False,
|
|
278
279
|
include_summary: Optional[bool] = False,
|
|
279
280
|
include_transcript: Optional[bool] = False,
|
|
280
281
|
meeting_type: Optional[str] = None,
|
|
@@ -300,6 +301,7 @@ class Fathom(BaseSDK):
|
|
|
300
301
|
:param cursor: Cursor for pagination.
|
|
301
302
|
:param include_action_items: Include the action items for each meeting.
|
|
302
303
|
:param include_crm_matches: Include CRM matches for each meeting. Only returns data from your or your team's linked CRM.
|
|
304
|
+
:param include_highlights: Include the highlights for each meeting.
|
|
303
305
|
:param include_summary: Include the summary for each meeting. Unavailable for OAuth connected apps (use /recordings instead).
|
|
304
306
|
:param include_transcript: Include the transcript for each meeting. Unavailable for OAuth connected apps (use /recordings instead).
|
|
305
307
|
:param meeting_type: Filter by meeting type name.
|
|
@@ -343,6 +345,7 @@ class Fathom(BaseSDK):
|
|
|
343
345
|
cursor=cursor,
|
|
344
346
|
include_action_items=include_action_items,
|
|
345
347
|
include_crm_matches=include_crm_matches,
|
|
348
|
+
include_highlights=include_highlights,
|
|
346
349
|
include_summary=include_summary,
|
|
347
350
|
include_transcript=include_transcript,
|
|
348
351
|
meeting_type=meeting_type,
|
|
@@ -408,6 +411,7 @@ class Fathom(BaseSDK):
|
|
|
408
411
|
cursor=next_cursor,
|
|
409
412
|
include_action_items=include_action_items,
|
|
410
413
|
include_crm_matches=include_crm_matches,
|
|
414
|
+
include_highlights=include_highlights,
|
|
411
415
|
include_summary=include_summary,
|
|
412
416
|
include_transcript=include_transcript,
|
|
413
417
|
meeting_type=meeting_type,
|
|
@@ -442,6 +446,7 @@ class Fathom(BaseSDK):
|
|
|
442
446
|
cursor: Optional[str] = None,
|
|
443
447
|
include_action_items: Optional[bool] = False,
|
|
444
448
|
include_crm_matches: Optional[bool] = False,
|
|
449
|
+
include_highlights: Optional[bool] = False,
|
|
445
450
|
include_summary: Optional[bool] = False,
|
|
446
451
|
include_transcript: Optional[bool] = False,
|
|
447
452
|
meeting_type: Optional[str] = None,
|
|
@@ -467,6 +472,7 @@ class Fathom(BaseSDK):
|
|
|
467
472
|
:param cursor: Cursor for pagination.
|
|
468
473
|
:param include_action_items: Include the action items for each meeting.
|
|
469
474
|
:param include_crm_matches: Include CRM matches for each meeting. Only returns data from your or your team's linked CRM.
|
|
475
|
+
:param include_highlights: Include the highlights for each meeting.
|
|
470
476
|
:param include_summary: Include the summary for each meeting. Unavailable for OAuth connected apps (use /recordings instead).
|
|
471
477
|
:param include_transcript: Include the transcript for each meeting. Unavailable for OAuth connected apps (use /recordings instead).
|
|
472
478
|
:param meeting_type: Filter by meeting type name.
|
|
@@ -510,6 +516,7 @@ class Fathom(BaseSDK):
|
|
|
510
516
|
cursor=cursor,
|
|
511
517
|
include_action_items=include_action_items,
|
|
512
518
|
include_crm_matches=include_crm_matches,
|
|
519
|
+
include_highlights=include_highlights,
|
|
513
520
|
include_summary=include_summary,
|
|
514
521
|
include_transcript=include_transcript,
|
|
515
522
|
meeting_type=meeting_type,
|
|
@@ -575,6 +582,7 @@ class Fathom(BaseSDK):
|
|
|
575
582
|
cursor=next_cursor,
|
|
576
583
|
include_action_items=include_action_items,
|
|
577
584
|
include_crm_matches=include_crm_matches,
|
|
585
|
+
include_highlights=include_highlights,
|
|
578
586
|
include_summary=include_summary,
|
|
579
587
|
include_transcript=include_transcript,
|
|
580
588
|
meeting_type=meeting_type,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/errors/responsevalidationerror.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/getrecordingsummaryop.py
RENAMED
|
File without changes
|
{fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/getrecordingtranscriptop.py
RENAMED
|
File without changes
|
|
File without changes
|
{fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/listmeetingtypesop.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/meetinglistresponse.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/meetingtypelistresponse.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/teammemberlistresponse.py
RENAMED
|
File without changes
|
|
File without changes
|
{fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/models/transcriptitemspeaker.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fathom_python-0.0.38 → fathom_python-0.0.39}/src/fathom_python/utils/unmarshal_json_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|