fountain-life-service-clients 3.44.0__tar.gz → 3.44.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.
Files changed (33) hide show
  1. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/PKG-INFO +1 -1
  2. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/survey_service.py +15 -34
  3. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/pyproject.toml +1 -1
  4. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/README.md +0 -0
  5. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/__init__.py +0 -0
  6. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/_base_client.py +0 -0
  7. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/account_service.py +0 -0
  8. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/account_service_policy_attributes.py +0 -0
  9. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/agents_api_service.py +0 -0
  10. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/ai_template_service.py +0 -0
  11. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/claimed_domains_service.py +0 -0
  12. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/cohorts_service.py +0 -0
  13. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/ehr_ingestion_wearables_api.py +0 -0
  14. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/ehr_service.py +0 -0
  15. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/email_service_email.py +0 -0
  16. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/email_service_sms.py +0 -0
  17. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/fhir_post_processor_service.py +0 -0
  18. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/fhir_search_service.py +0 -0
  19. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/file_service.py +0 -0
  20. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/ga4gh_service.py +0 -0
  21. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/genomic_ingestion_service.py +0 -0
  22. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/genomics_report_service.py +0 -0
  23. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/genomics_service.py +0 -0
  24. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/invitation_service.py +0 -0
  25. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/medical_results_service_results.py +0 -0
  26. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/member_notification_service.py +0 -0
  27. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/member_operations_service_members.py +0 -0
  28. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/member_scheduling_service_scheduling_prompts.py +0 -0
  29. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/oauth_apps_service.py +0 -0
  30. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/patient_service.py +0 -0
  31. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/rules_service.py +0 -0
  32. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/scheduler_service.py +0 -0
  33. {fountain_life_service_clients-3.44.0 → fountain_life_service_clients-3.44.2}/fountain_life_service_clients/user_service.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fountain-life-service-clients
3
- Version: 3.44.0
3
+ Version: 3.44.2
4
4
  Summary:
5
5
  License: UNLICENSED
6
6
  Author: Fountain Life
@@ -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, Unpack, cast
2
+ from typing import Any, List, Literal, NotRequired, TypedDict, Union, Unpack, cast
3
3
  from urllib.parse import quote
4
4
 
5
5
  from fountain_life_service_clients._base_client import (
@@ -13,41 +13,23 @@ class SurveyInvitationAcceptRequest(TypedDict):
13
13
  pass
14
14
 
15
15
 
16
- class Trust(TypedDict):
17
- type: str
18
-
19
-
20
16
  class Invite(TypedDict):
21
- account: str
22
17
  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]
32
18
 
33
19
 
34
- class Response(TypedDict):
35
- """
36
- The response data including status
37
- """
38
-
39
- status: str
20
+ class Subject(TypedDict):
21
+ id: str
22
+ email: str
40
23
 
41
24
 
42
- class Subject(TypedDict):
43
- id: NotRequired[str]
25
+ class subject(TypedDict):
44
26
  firstName: str
45
27
  lastName: str
46
- address: NotRequired[str]
47
- city: NotRequired[str]
48
- state: NotRequired[str]
49
- postalCode: NotRequired[str]
50
- country: NotRequired[str]
28
+ address: str
29
+ city: str
30
+ state: str
31
+ postalCode: str
32
+ country: str
51
33
  email: str
52
34
 
53
35
 
@@ -55,18 +37,17 @@ class PostSurveyResponsesRequest(TypedDict):
55
37
  invite: NotRequired[Invite]
56
38
  survey: NotRequired[str]
57
39
  primarySurveyId: NotRequired[str]
58
- current: NotRequired[str]
59
- response: NotRequired[Response]
60
- notificationType: NotRequired[Literal["EMAIL", "PUSH", "SMS"]]
40
+ current: bool
41
+ notificationType: NotRequired[Literal["EMAIL", "PUSH"]]
61
42
  autopopulate: NotRequired[bool]
62
- subject: NotRequired[Subject]
43
+ subject: Union[Subject, subject]
63
44
 
64
45
 
65
46
  class GetSurveyResponseParams(TypedDict):
66
47
  includeSurvey: NotRequired[bool]
67
48
 
68
49
 
69
- class subject(TypedDict):
50
+ class Subject2(TypedDict):
70
51
  reference: str
71
52
  display: str
72
53
 
@@ -81,7 +62,7 @@ class Author(TypedDict):
81
62
 
82
63
 
83
64
  class PutSurveyResponseRequest(TypedDict):
84
- subject: subject
65
+ subject: Subject2
85
66
  questionnaire: Questionnaire
86
67
  resourceType: Literal["QuestionnaireResponse"]
87
68
  authored: str
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "fountain-life-service-clients"
3
- version = "3.44.0"
3
+ version = "3.44.2"
4
4
  description = ""
5
5
  authors = ["Fountain Life <dev@fountainlife.com>"]
6
6
  license = "UNLICENSED"