fathom-python 0.0.40__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.
- {fathom_python-0.0.40 → fathom_python-0.0.41}/PKG-INFO +1 -1
- {fathom_python-0.0.40 → fathom_python-0.0.41}/pyproject.toml +1 -1
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/_version.py +2 -2
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/__init__.py +8 -1
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/meeting.py +14 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/README.md +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/py.typed +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/__init__.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/_hooks/__init__.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/_hooks/registration.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/_hooks/sdkhooks.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/_hooks/types.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/basesdk.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/errors/__init__.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/errors/apierror.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/errors/fathomerror.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/errors/no_response_error.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/errors/responsevalidationerror.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/httpclient.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/actionitem.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/assignee.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/callbackresponse.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/createwebhookop.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/crmcompanymatch.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/crmcontactmatch.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/crmdealmatch.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/crmmatches.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/deletewebhookop.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/fathomuser.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/getrecordingsummaryop.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/getrecordingtranscriptop.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/highlight.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/invitee.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/listmeetingsop.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/listmeetingtypesop.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/listteammembersop.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/listteamsop.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/meetinglistresponse.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/meetingsummary.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/meetingtype.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/meetingtypelistresponse.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/security.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/team.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/teamlistresponse.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/teammember.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/teammemberlistresponse.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/transcriptitem.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/transcriptitemspeaker.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/webhook.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/py.typed +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/sdk.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/sdkconfiguration.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/types/__init__.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/types/base64fileinput.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/types/basemodel.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/utils/__init__.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/utils/annotations.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/utils/datetimes.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/utils/dynamic_imports.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/utils/enums.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/utils/eventstreaming.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/utils/forms.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/utils/headers.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/utils/logger.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/utils/metadata.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/utils/queryparams.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/utils/requestbodies.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/utils/retries.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/utils/security.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/utils/serializers.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/utils/unmarshal_json_response.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/utils/url.py +0 -0
- {fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/utils/values.py +0 -0
|
@@ -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.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.
|
|
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
|
|
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]
|
|
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.40 → fathom_python-0.0.41}/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.40 → fathom_python-0.0.41}/src/fathom_python/models/getrecordingsummaryop.py
RENAMED
|
File without changes
|
{fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/getrecordingtranscriptop.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/listmeetingtypesop.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/models/meetinglistresponse.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fathom_python-0.0.40 → fathom_python-0.0.41}/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.40 → fathom_python-0.0.41}/src/fathom_python/models/teammemberlistresponse.py
RENAMED
|
File without changes
|
|
File without changes
|
{fathom_python-0.0.40 → fathom_python-0.0.41}/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
|
|
File without changes
|
{fathom_python-0.0.40 → fathom_python-0.0.41}/src/fathom_python/utils/unmarshal_json_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|