fountain-life-service-clients 3.29.1__tar.gz → 3.29.2__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.29.1 → fountain_life_service_clients-3.29.2}/PKG-INFO +1 -1
- {fountain_life_service_clients-3.29.1 → fountain_life_service_clients-3.29.2}/fountain_life_service_clients/ai_template_service.py +70 -0
- {fountain_life_service_clients-3.29.1 → fountain_life_service_clients-3.29.2}/pyproject.toml +1 -1
- {fountain_life_service_clients-3.29.1 → fountain_life_service_clients-3.29.2}/README.md +0 -0
- {fountain_life_service_clients-3.29.1 → fountain_life_service_clients-3.29.2}/fountain_life_service_clients/__init__.py +0 -0
- {fountain_life_service_clients-3.29.1 → fountain_life_service_clients-3.29.2}/fountain_life_service_clients/_base_client.py +0 -0
- {fountain_life_service_clients-3.29.1 → fountain_life_service_clients-3.29.2}/fountain_life_service_clients/account_service.py +0 -0
- {fountain_life_service_clients-3.29.1 → fountain_life_service_clients-3.29.2}/fountain_life_service_clients/account_service_policy_attributes.py +0 -0
- {fountain_life_service_clients-3.29.1 → fountain_life_service_clients-3.29.2}/fountain_life_service_clients/agents_api_service.py +0 -0
- {fountain_life_service_clients-3.29.1 → fountain_life_service_clients-3.29.2}/fountain_life_service_clients/claimed_domains_service.py +0 -0
- {fountain_life_service_clients-3.29.1 → fountain_life_service_clients-3.29.2}/fountain_life_service_clients/cohorts_service.py +0 -0
- {fountain_life_service_clients-3.29.1 → fountain_life_service_clients-3.29.2}/fountain_life_service_clients/ehr_ingestion_wearables_api.py +0 -0
- {fountain_life_service_clients-3.29.1 → fountain_life_service_clients-3.29.2}/fountain_life_service_clients/ehr_service.py +0 -0
- {fountain_life_service_clients-3.29.1 → fountain_life_service_clients-3.29.2}/fountain_life_service_clients/email_service_email.py +0 -0
- {fountain_life_service_clients-3.29.1 → fountain_life_service_clients-3.29.2}/fountain_life_service_clients/email_service_sms.py +0 -0
- {fountain_life_service_clients-3.29.1 → fountain_life_service_clients-3.29.2}/fountain_life_service_clients/fhir_post_processor_service.py +0 -0
- {fountain_life_service_clients-3.29.1 → fountain_life_service_clients-3.29.2}/fountain_life_service_clients/fhir_search_service.py +0 -0
- {fountain_life_service_clients-3.29.1 → fountain_life_service_clients-3.29.2}/fountain_life_service_clients/file_service.py +0 -0
- {fountain_life_service_clients-3.29.1 → fountain_life_service_clients-3.29.2}/fountain_life_service_clients/invitation_service.py +0 -0
- {fountain_life_service_clients-3.29.1 → fountain_life_service_clients-3.29.2}/fountain_life_service_clients/medical_results_service_results.py +0 -0
- {fountain_life_service_clients-3.29.1 → fountain_life_service_clients-3.29.2}/fountain_life_service_clients/member_notification_service.py +0 -0
- {fountain_life_service_clients-3.29.1 → fountain_life_service_clients-3.29.2}/fountain_life_service_clients/member_operations_service_members.py +0 -0
- {fountain_life_service_clients-3.29.1 → fountain_life_service_clients-3.29.2}/fountain_life_service_clients/member_scheduling_service_scheduling_prompts.py +0 -0
- {fountain_life_service_clients-3.29.1 → fountain_life_service_clients-3.29.2}/fountain_life_service_clients/oauth_apps_service.py +0 -0
- {fountain_life_service_clients-3.29.1 → fountain_life_service_clients-3.29.2}/fountain_life_service_clients/patient_service.py +0 -0
- {fountain_life_service_clients-3.29.1 → fountain_life_service_clients-3.29.2}/fountain_life_service_clients/rules_service.py +0 -0
- {fountain_life_service_clients-3.29.1 → fountain_life_service_clients-3.29.2}/fountain_life_service_clients/scheduler_service.py +0 -0
- {fountain_life_service_clients-3.29.1 → fountain_life_service_clients-3.29.2}/fountain_life_service_clients/survey_service.py +0 -0
- {fountain_life_service_clients-3.29.1 → fountain_life_service_clients-3.29.2}/fountain_life_service_clients/user_service.py +0 -0
@@ -28,6 +28,20 @@ class items(TypedDict):
|
|
28
28
|
accountId: str
|
29
29
|
createdAt: str
|
30
30
|
updatedAt: str
|
31
|
+
impressionType: NotRequired[
|
32
|
+
Literal[
|
33
|
+
"brain",
|
34
|
+
"cancer",
|
35
|
+
"heart",
|
36
|
+
"metabolic",
|
37
|
+
"musculoskeletal",
|
38
|
+
"nutrition",
|
39
|
+
"overview",
|
40
|
+
"synopsis",
|
41
|
+
"supplements",
|
42
|
+
"general",
|
43
|
+
]
|
44
|
+
]
|
31
45
|
lastUpdatedBy: str
|
32
46
|
|
33
47
|
|
@@ -81,6 +95,20 @@ class Template(TypedDict):
|
|
81
95
|
accountId: str
|
82
96
|
createdAt: str
|
83
97
|
updatedAt: str
|
98
|
+
impressionType: NotRequired[
|
99
|
+
Literal[
|
100
|
+
"brain",
|
101
|
+
"cancer",
|
102
|
+
"heart",
|
103
|
+
"metabolic",
|
104
|
+
"musculoskeletal",
|
105
|
+
"nutrition",
|
106
|
+
"overview",
|
107
|
+
"synopsis",
|
108
|
+
"supplements",
|
109
|
+
"general",
|
110
|
+
]
|
111
|
+
]
|
84
112
|
lastUpdatedBy: str
|
85
113
|
|
86
114
|
|
@@ -113,6 +141,20 @@ class Template2(TypedDict):
|
|
113
141
|
accountId: str
|
114
142
|
createdAt: str
|
115
143
|
updatedAt: str
|
144
|
+
impressionType: NotRequired[
|
145
|
+
Literal[
|
146
|
+
"brain",
|
147
|
+
"cancer",
|
148
|
+
"heart",
|
149
|
+
"metabolic",
|
150
|
+
"musculoskeletal",
|
151
|
+
"nutrition",
|
152
|
+
"overview",
|
153
|
+
"synopsis",
|
154
|
+
"supplements",
|
155
|
+
"general",
|
156
|
+
]
|
157
|
+
]
|
116
158
|
lastUpdatedBy: str
|
117
159
|
|
118
160
|
|
@@ -162,6 +204,20 @@ class Template4(TypedDict):
|
|
162
204
|
accountId: str
|
163
205
|
createdAt: str
|
164
206
|
updatedAt: str
|
207
|
+
impressionType: NotRequired[
|
208
|
+
Literal[
|
209
|
+
"brain",
|
210
|
+
"cancer",
|
211
|
+
"heart",
|
212
|
+
"metabolic",
|
213
|
+
"musculoskeletal",
|
214
|
+
"nutrition",
|
215
|
+
"overview",
|
216
|
+
"synopsis",
|
217
|
+
"supplements",
|
218
|
+
"general",
|
219
|
+
]
|
220
|
+
]
|
165
221
|
lastUpdatedBy: str
|
166
222
|
|
167
223
|
|
@@ -198,6 +254,20 @@ class Template6(TypedDict):
|
|
198
254
|
accountId: str
|
199
255
|
createdAt: str
|
200
256
|
updatedAt: str
|
257
|
+
impressionType: NotRequired[
|
258
|
+
Literal[
|
259
|
+
"brain",
|
260
|
+
"cancer",
|
261
|
+
"heart",
|
262
|
+
"metabolic",
|
263
|
+
"musculoskeletal",
|
264
|
+
"nutrition",
|
265
|
+
"overview",
|
266
|
+
"synopsis",
|
267
|
+
"supplements",
|
268
|
+
"general",
|
269
|
+
]
|
270
|
+
]
|
201
271
|
lastUpdatedBy: str
|
202
272
|
|
203
273
|
|
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
|