fountain-life-service-clients 3.44.0__py3-none-any.whl → 3.44.1__py3-none-any.whl

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.
@@ -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,60 +13,40 @@ 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
 
54
36
  class PostSurveyResponsesRequest(TypedDict):
55
37
  invite: NotRequired[Invite]
56
- survey: NotRequired[str]
57
- primarySurveyId: NotRequired[str]
58
- current: NotRequired[str]
59
- response: NotRequired[Response]
60
- notificationType: NotRequired[Literal["EMAIL", "PUSH", "SMS"]]
38
+ survey: str
39
+ current: bool
40
+ notificationType: NotRequired[Literal["EMAIL", "PUSH"]]
61
41
  autopopulate: NotRequired[bool]
62
- subject: NotRequired[Subject]
42
+ subject: Union[Subject, subject]
63
43
 
64
44
 
65
45
  class GetSurveyResponseParams(TypedDict):
66
46
  includeSurvey: NotRequired[bool]
67
47
 
68
48
 
69
- class subject(TypedDict):
49
+ class Subject2(TypedDict):
70
50
  reference: str
71
51
  display: str
72
52
 
@@ -81,7 +61,7 @@ class Author(TypedDict):
81
61
 
82
62
 
83
63
  class PutSurveyResponseRequest(TypedDict):
84
- subject: subject
64
+ subject: Subject2
85
65
  questionnaire: Questionnaire
86
66
  resourceType: Literal["QuestionnaireResponse"]
87
67
  authored: str
@@ -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.1
4
4
  Summary:
5
5
  License: UNLICENSED
6
6
  Author: Fountain Life
@@ -26,8 +26,8 @@ fountain_life_service_clients/oauth_apps_service.py,sha256=7TvU83CUFE9GTR9zVDRNw
26
26
  fountain_life_service_clients/patient_service.py,sha256=gApsPYlCzzklf2ha4TgNBRo2FffECL3-nc8_C7RppIs,4862
27
27
  fountain_life_service_clients/rules_service.py,sha256=VxPYboYQmw--6Kn78RKu6_9as1KgpL_1rz9eyDXUWCo,6912
28
28
  fountain_life_service_clients/scheduler_service.py,sha256=IkwRns_QHh6fx1IZWEXZ35DeRiW7OHaROM5wjWubZm4,4440
29
- fountain_life_service_clients/survey_service.py,sha256=9YPCxLUlXoV2ktaB0QJtsTxCXqfg-P0Na55pqode-Sk,14756
29
+ fountain_life_service_clients/survey_service.py,sha256=RPpPBhXqmvYZ-T4n1BFX9TUSAfnnjfVcUo3k76a91PQ,14206
30
30
  fountain_life_service_clients/user_service.py,sha256=rM9xcF-VzdLp9aDOhg1UbecX2VPPMxH9PlgpNpGdC18,4253
31
- fountain_life_service_clients-3.44.0.dist-info/METADATA,sha256=wf9tKOttSBulHpCcsgz6Vd6v7xEBlcQT-FUcZy_YylE,1405
32
- fountain_life_service_clients-3.44.0.dist-info/WHEEL,sha256=M5asmiAlL6HEcOq52Yi5mmk9KmTVjY2RDPtO4p9DMrc,88
33
- fountain_life_service_clients-3.44.0.dist-info/RECORD,,
31
+ fountain_life_service_clients-3.44.1.dist-info/METADATA,sha256=xV8Z5UDHtJ8azU58S2SCCiTaIJJAj37YmI0Q9feayd8,1405
32
+ fountain_life_service_clients-3.44.1.dist-info/WHEEL,sha256=M5asmiAlL6HEcOq52Yi5mmk9KmTVjY2RDPtO4p9DMrc,88
33
+ fountain_life_service_clients-3.44.1.dist-info/RECORD,,