fountain-life-service-clients 3.42.0__tar.gz → 3.44.0__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.
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/PKG-INFO +1 -1
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/agents_api_service.py +1 -0
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/survey_service.py +36 -16
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/pyproject.toml +1 -1
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/README.md +0 -0
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/__init__.py +0 -0
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/_base_client.py +0 -0
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/account_service.py +0 -0
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/account_service_policy_attributes.py +0 -0
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/ai_template_service.py +0 -0
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/claimed_domains_service.py +0 -0
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/cohorts_service.py +0 -0
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/ehr_ingestion_wearables_api.py +0 -0
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/ehr_service.py +0 -0
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/email_service_email.py +0 -0
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/email_service_sms.py +0 -0
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/fhir_post_processor_service.py +0 -0
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/fhir_search_service.py +0 -0
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/file_service.py +0 -0
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/ga4gh_service.py +0 -0
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/genomic_ingestion_service.py +0 -0
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/genomics_report_service.py +0 -0
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/genomics_service.py +0 -0
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/invitation_service.py +0 -0
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/medical_results_service_results.py +0 -0
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/member_notification_service.py +0 -0
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/member_operations_service_members.py +0 -0
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/member_scheduling_service_scheduling_prompts.py +0 -0
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/oauth_apps_service.py +0 -0
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/patient_service.py +0 -0
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/rules_service.py +0 -0
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/scheduler_service.py +0 -0
- {fountain_life_service_clients-3.42.0 → fountain_life_service_clients-3.44.0}/fountain_life_service_clients/user_service.py +0 -0
@@ -1,5 +1,5 @@
|
|
1
1
|
# This file was generated automatically. Do not edit it directly.
|
2
|
-
from typing import Any, List, Literal, NotRequired, TypedDict,
|
2
|
+
from typing import Any, List, Literal, NotRequired, TypedDict, Unpack, cast
|
3
3
|
from urllib.parse import quote
|
4
4
|
|
5
5
|
from fountain_life_service_clients._base_client import (
|
@@ -13,40 +13,60 @@ class SurveyInvitationAcceptRequest(TypedDict):
|
|
13
13
|
pass
|
14
14
|
|
15
15
|
|
16
|
+
class Trust(TypedDict):
|
17
|
+
type: str
|
18
|
+
|
19
|
+
|
16
20
|
class Invite(TypedDict):
|
21
|
+
account: str
|
17
22
|
group: str
|
23
|
+
patient: NotRequired[str]
|
24
|
+
project: str
|
25
|
+
purpose: str
|
26
|
+
trust: Trust
|
27
|
+
email: NotRequired[str]
|
28
|
+
surveys: NotRequired[List[str]]
|
29
|
+
allowMultipleAccepts: NotRequired[bool]
|
30
|
+
signupOrLoginLink: NotRequired[str]
|
31
|
+
doNotEmail: NotRequired[bool]
|
18
32
|
|
19
33
|
|
20
|
-
class
|
21
|
-
|
22
|
-
|
34
|
+
class Response(TypedDict):
|
35
|
+
"""
|
36
|
+
The response data including status
|
37
|
+
"""
|
23
38
|
|
39
|
+
status: str
|
24
40
|
|
25
|
-
|
41
|
+
|
42
|
+
class Subject(TypedDict):
|
43
|
+
id: NotRequired[str]
|
26
44
|
firstName: str
|
27
45
|
lastName: str
|
28
|
-
address: str
|
29
|
-
city: str
|
30
|
-
state: str
|
31
|
-
postalCode: str
|
32
|
-
country: str
|
46
|
+
address: NotRequired[str]
|
47
|
+
city: NotRequired[str]
|
48
|
+
state: NotRequired[str]
|
49
|
+
postalCode: NotRequired[str]
|
50
|
+
country: NotRequired[str]
|
33
51
|
email: str
|
34
52
|
|
35
53
|
|
36
54
|
class PostSurveyResponsesRequest(TypedDict):
|
37
55
|
invite: NotRequired[Invite]
|
38
|
-
survey: str
|
39
|
-
|
40
|
-
|
56
|
+
survey: NotRequired[str]
|
57
|
+
primarySurveyId: NotRequired[str]
|
58
|
+
current: NotRequired[str]
|
59
|
+
response: NotRequired[Response]
|
60
|
+
notificationType: NotRequired[Literal["EMAIL", "PUSH", "SMS"]]
|
41
61
|
autopopulate: NotRequired[bool]
|
42
|
-
subject:
|
62
|
+
subject: NotRequired[Subject]
|
43
63
|
|
44
64
|
|
45
65
|
class GetSurveyResponseParams(TypedDict):
|
46
66
|
includeSurvey: NotRequired[bool]
|
47
67
|
|
48
68
|
|
49
|
-
class
|
69
|
+
class subject(TypedDict):
|
50
70
|
reference: str
|
51
71
|
display: str
|
52
72
|
|
@@ -61,7 +81,7 @@ class Author(TypedDict):
|
|
61
81
|
|
62
82
|
|
63
83
|
class PutSurveyResponseRequest(TypedDict):
|
64
|
-
subject:
|
84
|
+
subject: subject
|
65
85
|
questionnaire: Questionnaire
|
66
86
|
resourceType: Literal["QuestionnaireResponse"]
|
67
87
|
authored: str
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|