eclinical-requester 1.0.13__py3-none-any.whl → 1.0.14__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.
api_requester/__init__.py CHANGED
@@ -6,4 +6,4 @@
6
6
  @Description: Description
7
7
  @File: __init__.py.py
8
8
  """
9
- __version__ = "1.0.13"
9
+ __version__ = "1.0.14"
@@ -46,7 +46,7 @@ class AuthorizeEdiary(BizBase, AdminSubjectAuthService, CommonSubjectAuthService
46
46
  self.time_mills = time.time()
47
47
  encrypt_pwd = encrypt_password(self.user.password)
48
48
  jwt_authentication_request_dto = SubjectJwtAuthenticationRequest(
49
- self.user.username, encrypt_pwd, organizationCode=self.user.org_code)
49
+ self.user.username, encrypt_pwd, organizationCode=self.user.org_code or None)
50
50
  response = self.auth_subject_login(jwt_authentication_request_dto)
51
51
  if response is None:
52
52
  raise Exception(f"LoginParams failed: {response}")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: eclinical_requester
3
- Version: 1.0.13
3
+ Version: 1.0.14
4
4
  Summary: edetek api requester
5
5
  Home-page: http://example.com
6
6
  Author: xiaodong.li
@@ -1,4 +1,4 @@
1
- api_requester/__init__.py,sha256=hUnrRNrzPA1GIWpSRpHH_sgJeMiQ2u4K-ZCuebnLDQs,176
1
+ api_requester/__init__.py,sha256=6Ge9Z-M552pkA-tZPuxUdi3YUCKzdhthKFoxucaHTGA,176
2
2
  api_requester/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  api_requester/core/call_api.py,sha256=iygayWh223Ru0vdrFueLD1UjmU2ZneDULW3oppdUSDA,2765
4
4
  api_requester/core/admin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -42,7 +42,7 @@ api_requester/http/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuF
42
42
  api_requester/http/app_url.py,sha256=jTGwxPcu_yts4WZbE9wDl6HqGOB48BdEIGw4Otmo1F0,939
43
43
  api_requester/http/authorize.py,sha256=NEGPWmTwIlCK8ClCNXVrkajvz2utJEHiQbVrDVzF6p8,7608
44
44
  api_requester/http/authorize_ecoa.py,sha256=7KPjkCLp4xjMFybT66GSqhIeelGtn2sP-DokydBuQiI,3940
45
- api_requester/http/authorize_ediary.py,sha256=5UC-xBwpaHm0BWUSVJgUSdf9gNrDDxJH_SQ-UlGINlk,2927
45
+ api_requester/http/authorize_ediary.py,sha256=zWNR-4Z8jg0ytYmoZJ9upFQIjKMCsv49Qp8gj846mBc,2935
46
46
  api_requester/http/eclinical_requests.py,sha256=JUQ7EPeAvspz-J6GvpoVM2kA4hyGN4AP166hyQlmeFM,9640
47
47
  api_requester/http/exceptions.py,sha256=BG0eSOkYT50Qib_PpjSrNWkcv9p9gBanOvXOWrP7Jz8,2685
48
48
  api_requester/http/gateway.py,sha256=Ntnj-3OtyKLoGpkcCczMWQ0-0XrS5J_qkEcc9jB5AUk,3676
@@ -59,8 +59,8 @@ api_requester/utils/placeholder_replacer.py,sha256=umNGeA1KCQ6Ewzsv1xEehLmHtKkgv
59
59
  api_requester/utils/read_file.py,sha256=M4oskAPDzefeVXfhhNmLe4GOjBKNi9WJLF4k474CTlo,2304
60
60
  api_requester/utils/rsa.py,sha256=dr2m3a2M_LYu1Us97EEiMcjZAkpn1yWKIOjyYYubZeg,1202
61
61
  api_requester/utils/time_utils.py,sha256=u1hHO0POBhdXaTQ7VGY_2YjaYxwlrWXGb5phP8iLfOY,579
62
- eclinical_requester-1.0.13.dist-info/licenses/LICENSE,sha256=6kbiFSfobTZ7beWiKnHpN902HgBx-Jzgcme0SvKqhKY,1091
63
- eclinical_requester-1.0.13.dist-info/METADATA,sha256=9Z4Q_arSSWhH-vl9s84t9PUcR99_ILeTdd4YTaT5X8c,719
64
- eclinical_requester-1.0.13.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
65
- eclinical_requester-1.0.13.dist-info/top_level.txt,sha256=nM6wDThrKcbLCcBGrTBPPtstqV97VyITV-YiKLoUG0U,14
66
- eclinical_requester-1.0.13.dist-info/RECORD,,
62
+ eclinical_requester-1.0.14.dist-info/licenses/LICENSE,sha256=6kbiFSfobTZ7beWiKnHpN902HgBx-Jzgcme0SvKqhKY,1091
63
+ eclinical_requester-1.0.14.dist-info/METADATA,sha256=UqOdJB_P86woNYay1IPstszBAwlCJv313mSkLzrAp2c,719
64
+ eclinical_requester-1.0.14.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
65
+ eclinical_requester-1.0.14.dist-info/top_level.txt,sha256=nM6wDThrKcbLCcBGrTBPPtstqV97VyITV-YiKLoUG0U,14
66
+ eclinical_requester-1.0.14.dist-info/RECORD,,