rxfoundry.clients.swifty-oauth-api 0.0.620__py3-none-any.whl → 1.0.0__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.
- {rxfoundry_clients_swifty_oauth_api-0.0.620.dist-info → rxfoundry_clients_swifty_oauth_api-1.0.0.dist-info}/METADATA +1 -1
- rxfoundry_clients_swifty_oauth_api-1.0.0.dist-info/RECORD +19 -0
- rxfoundry/clients/p2rx_api/__init__.py +0 -79
- rxfoundry/clients/p2rx_api/api/__init__.py +0 -17
- rxfoundry/clients/p2rx_api/api/async_api.py +0 -862
- rxfoundry/clients/p2rx_api/api/code_api.py +0 -337
- rxfoundry/clients/p2rx_api/api/fax_api.py +0 -632
- rxfoundry/clients/p2rx_api/api/medication_api.py +0 -666
- rxfoundry/clients/p2rx_api/api/patient_api.py +0 -981
- rxfoundry/clients/p2rx_api/api/pharmacist_api.py +0 -615
- rxfoundry/clients/p2rx_api/api/pharmacy_api.py +0 -684
- rxfoundry/clients/p2rx_api/api/prescriber_api.py +0 -615
- rxfoundry/clients/p2rx_api/api/prescription_api.py +0 -1864
- rxfoundry/clients/p2rx_api/api/token_api.py +0 -314
- rxfoundry/clients/p2rx_api/api/user_api.py +0 -306
- rxfoundry/clients/p2rx_api/api/version_api.py +0 -282
- rxfoundry/clients/p2rx_api/api/virtual_pharmacy_api.py +0 -284
- rxfoundry/clients/p2rx_api/api_client.py +0 -798
- rxfoundry/clients/p2rx_api/api_response.py +0 -21
- rxfoundry/clients/p2rx_api/configuration.py +0 -583
- rxfoundry/clients/p2rx_api/exceptions.py +0 -217
- rxfoundry/clients/p2rx_api/models/__init__.py +0 -50
- rxfoundry/clients/p2rx_api/models/address.py +0 -106
- rxfoundry/clients/p2rx_api/models/asynchronous_response.py +0 -90
- rxfoundry/clients/p2rx_api/models/code.py +0 -92
- rxfoundry/clients/p2rx_api/models/code_qualifier_code.py +0 -96
- rxfoundry/clients/p2rx_api/models/error_message.py +0 -90
- rxfoundry/clients/p2rx_api/models/fax.py +0 -141
- rxfoundry/clients/p2rx_api/models/medication.py +0 -137
- rxfoundry/clients/p2rx_api/models/medication_program_pricing.py +0 -99
- rxfoundry/clients/p2rx_api/models/medication_variant.py +0 -96
- rxfoundry/clients/p2rx_api/models/patient.py +0 -128
- rxfoundry/clients/p2rx_api/models/patient_activity_notification.py +0 -114
- rxfoundry/clients/p2rx_api/models/patient_external_identifier.py +0 -94
- rxfoundry/clients/p2rx_api/models/pharmacist.py +0 -104
- rxfoundry/clients/p2rx_api/models/pharmacy.py +0 -156
- rxfoundry/clients/p2rx_api/models/pharmacy_chain.py +0 -100
- rxfoundry/clients/p2rx_api/models/pharmacy_other_identifier.py +0 -98
- rxfoundry/clients/p2rx_api/models/pharmacy_program_pricing.py +0 -103
- rxfoundry/clients/p2rx_api/models/prescriber.py +0 -106
- rxfoundry/clients/p2rx_api/models/prescription.py +0 -278
- rxfoundry/clients/p2rx_api/models/prescription_change_request.py +0 -123
- rxfoundry/clients/p2rx_api/models/prescription_issue.py +0 -120
- rxfoundry/clients/p2rx_api/models/prescription_patch.py +0 -113
- rxfoundry/clients/p2rx_api/models/prescription_task.py +0 -130
- rxfoundry/clients/p2rx_api/models/prescription_task_status.py +0 -95
- rxfoundry/clients/p2rx_api/models/prescription_transfer_request.py +0 -93
- rxfoundry/clients/p2rx_api/models/prescription_verification.py +0 -107
- rxfoundry/clients/p2rx_api/models/pricing_program.py +0 -90
- rxfoundry/clients/p2rx_api/models/surescripts_message.py +0 -111
- rxfoundry/clients/p2rx_api/models/token.py +0 -92
- rxfoundry/clients/p2rx_api/models/user.py +0 -98
- rxfoundry/clients/p2rx_api/models/version.py +0 -88
- rxfoundry/clients/p2rx_api/models/virtual_pharmacy.py +0 -96
- rxfoundry/clients/p2rx_api/models/workflow_request.py +0 -90
- rxfoundry/clients/p2rx_api/py.typed +0 -0
- rxfoundry/clients/p2rx_api/rest.py +0 -259
- rxfoundry/clients/swifty_api/__init__.py +0 -79
- rxfoundry/clients/swifty_api/api/__init__.py +0 -17
- rxfoundry/clients/swifty_api/api/async_api.py +0 -862
- rxfoundry/clients/swifty_api/api/code_api.py +0 -337
- rxfoundry/clients/swifty_api/api/fax_api.py +0 -632
- rxfoundry/clients/swifty_api/api/medication_api.py +0 -666
- rxfoundry/clients/swifty_api/api/patient_api.py +0 -981
- rxfoundry/clients/swifty_api/api/pharmacist_api.py +0 -615
- rxfoundry/clients/swifty_api/api/pharmacy_api.py +0 -684
- rxfoundry/clients/swifty_api/api/prescriber_api.py +0 -615
- rxfoundry/clients/swifty_api/api/prescription_api.py +0 -1864
- rxfoundry/clients/swifty_api/api/token_api.py +0 -314
- rxfoundry/clients/swifty_api/api/user_api.py +0 -306
- rxfoundry/clients/swifty_api/api/version_api.py +0 -282
- rxfoundry/clients/swifty_api/api/virtual_pharmacy_api.py +0 -284
- rxfoundry/clients/swifty_api/api_client.py +0 -798
- rxfoundry/clients/swifty_api/api_response.py +0 -21
- rxfoundry/clients/swifty_api/configuration.py +0 -583
- rxfoundry/clients/swifty_api/exceptions.py +0 -217
- rxfoundry/clients/swifty_api/models/__init__.py +0 -50
- rxfoundry/clients/swifty_api/models/address.py +0 -106
- rxfoundry/clients/swifty_api/models/asynchronous_response.py +0 -90
- rxfoundry/clients/swifty_api/models/code.py +0 -92
- rxfoundry/clients/swifty_api/models/code_qualifier_code.py +0 -96
- rxfoundry/clients/swifty_api/models/error_message.py +0 -90
- rxfoundry/clients/swifty_api/models/fax.py +0 -141
- rxfoundry/clients/swifty_api/models/medication.py +0 -137
- rxfoundry/clients/swifty_api/models/medication_program_pricing.py +0 -99
- rxfoundry/clients/swifty_api/models/medication_variant.py +0 -96
- rxfoundry/clients/swifty_api/models/patient.py +0 -128
- rxfoundry/clients/swifty_api/models/patient_activity_notification.py +0 -114
- rxfoundry/clients/swifty_api/models/patient_external_identifier.py +0 -94
- rxfoundry/clients/swifty_api/models/pharmacist.py +0 -104
- rxfoundry/clients/swifty_api/models/pharmacy.py +0 -156
- rxfoundry/clients/swifty_api/models/pharmacy_chain.py +0 -100
- rxfoundry/clients/swifty_api/models/pharmacy_other_identifier.py +0 -98
- rxfoundry/clients/swifty_api/models/pharmacy_program_pricing.py +0 -103
- rxfoundry/clients/swifty_api/models/prescriber.py +0 -106
- rxfoundry/clients/swifty_api/models/prescription.py +0 -278
- rxfoundry/clients/swifty_api/models/prescription_change_request.py +0 -123
- rxfoundry/clients/swifty_api/models/prescription_issue.py +0 -120
- rxfoundry/clients/swifty_api/models/prescription_patch.py +0 -113
- rxfoundry/clients/swifty_api/models/prescription_task.py +0 -130
- rxfoundry/clients/swifty_api/models/prescription_task_status.py +0 -95
- rxfoundry/clients/swifty_api/models/prescription_transfer_request.py +0 -93
- rxfoundry/clients/swifty_api/models/prescription_verification.py +0 -107
- rxfoundry/clients/swifty_api/models/pricing_program.py +0 -90
- rxfoundry/clients/swifty_api/models/surescripts_message.py +0 -111
- rxfoundry/clients/swifty_api/models/token.py +0 -92
- rxfoundry/clients/swifty_api/models/user.py +0 -98
- rxfoundry/clients/swifty_api/models/version.py +0 -88
- rxfoundry/clients/swifty_api/models/virtual_pharmacy.py +0 -98
- rxfoundry/clients/swifty_api/models/workflow_request.py +0 -90
- rxfoundry/clients/swifty_api/py.typed +0 -0
- rxfoundry/clients/swifty_api/rest.py +0 -259
- rxfoundry/clients/swifty_oauth_api/models/token_post_request.py +0 -94
- rxfoundry_clients_swifty_oauth_api-0.0.620.dist-info/RECORD +0 -130
- {rxfoundry_clients_swifty_oauth_api-0.0.620.dist-info → rxfoundry_clients_swifty_oauth_api-1.0.0.dist-info}/WHEEL +0 -0
- {rxfoundry_clients_swifty_oauth_api-0.0.620.dist-info → rxfoundry_clients_swifty_oauth_api-1.0.0.dist-info}/top_level.txt +0 -0
|
@@ -1,259 +0,0 @@
|
|
|
1
|
-
# coding: utf-8
|
|
2
|
-
|
|
3
|
-
"""
|
|
4
|
-
SwiftyRX API
|
|
5
|
-
|
|
6
|
-
API for the SwiftyRX Backend
|
|
7
|
-
|
|
8
|
-
The version of the OpenAPI document: 0.1.DEV-0
|
|
9
|
-
Contact: paul.tindall@rxfoundry.com
|
|
10
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
|
-
|
|
12
|
-
Do not edit the class manually.
|
|
13
|
-
""" # noqa: E501
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
import io
|
|
17
|
-
import json
|
|
18
|
-
import re
|
|
19
|
-
import ssl
|
|
20
|
-
|
|
21
|
-
import urllib3
|
|
22
|
-
|
|
23
|
-
from rxfoundry.clients.swifty_api.exceptions import ApiException, ApiValueError
|
|
24
|
-
|
|
25
|
-
SUPPORTED_SOCKS_PROXIES = {"socks5", "socks5h", "socks4", "socks4a"}
|
|
26
|
-
RESTResponseType = urllib3.HTTPResponse
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
def is_socks_proxy_url(url):
|
|
30
|
-
if url is None:
|
|
31
|
-
return False
|
|
32
|
-
split_section = url.split("://")
|
|
33
|
-
if len(split_section) < 2:
|
|
34
|
-
return False
|
|
35
|
-
else:
|
|
36
|
-
return split_section[0].lower() in SUPPORTED_SOCKS_PROXIES
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
class RESTResponse(io.IOBase):
|
|
40
|
-
|
|
41
|
-
def __init__(self, resp) -> None:
|
|
42
|
-
self.response = resp
|
|
43
|
-
self.status = resp.status
|
|
44
|
-
self.reason = resp.reason
|
|
45
|
-
self.data = None
|
|
46
|
-
|
|
47
|
-
def read(self):
|
|
48
|
-
if self.data is None:
|
|
49
|
-
self.data = self.response.data
|
|
50
|
-
return self.data
|
|
51
|
-
|
|
52
|
-
def getheaders(self):
|
|
53
|
-
"""Returns a dictionary of the response headers."""
|
|
54
|
-
return self.response.headers
|
|
55
|
-
|
|
56
|
-
def getheader(self, name, default=None):
|
|
57
|
-
"""Returns a given response header."""
|
|
58
|
-
return self.response.headers.get(name, default)
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
class RESTClientObject:
|
|
62
|
-
|
|
63
|
-
def __init__(self, configuration) -> None:
|
|
64
|
-
# urllib3.PoolManager will pass all kw parameters to connectionpool
|
|
65
|
-
# https://github.com/shazow/urllib3/blob/f9409436f83aeb79fbaf090181cd81b784f1b8ce/urllib3/poolmanager.py#L75 # noqa: E501
|
|
66
|
-
# https://github.com/shazow/urllib3/blob/f9409436f83aeb79fbaf090181cd81b784f1b8ce/urllib3/connectionpool.py#L680 # noqa: E501
|
|
67
|
-
# Custom SSL certificates and client certificates: http://urllib3.readthedocs.io/en/latest/advanced-usage.html # noqa: E501
|
|
68
|
-
|
|
69
|
-
# cert_reqs
|
|
70
|
-
if configuration.verify_ssl:
|
|
71
|
-
cert_reqs = ssl.CERT_REQUIRED
|
|
72
|
-
else:
|
|
73
|
-
cert_reqs = ssl.CERT_NONE
|
|
74
|
-
|
|
75
|
-
pool_args = {
|
|
76
|
-
"cert_reqs": cert_reqs,
|
|
77
|
-
"ca_certs": configuration.ssl_ca_cert,
|
|
78
|
-
"cert_file": configuration.cert_file,
|
|
79
|
-
"key_file": configuration.key_file,
|
|
80
|
-
"ca_cert_data": configuration.ca_cert_data,
|
|
81
|
-
}
|
|
82
|
-
if configuration.assert_hostname is not None:
|
|
83
|
-
pool_args['assert_hostname'] = (
|
|
84
|
-
configuration.assert_hostname
|
|
85
|
-
)
|
|
86
|
-
|
|
87
|
-
if configuration.retries is not None:
|
|
88
|
-
pool_args['retries'] = configuration.retries
|
|
89
|
-
|
|
90
|
-
if configuration.tls_server_name:
|
|
91
|
-
pool_args['server_hostname'] = configuration.tls_server_name
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
if configuration.socket_options is not None:
|
|
95
|
-
pool_args['socket_options'] = configuration.socket_options
|
|
96
|
-
|
|
97
|
-
if configuration.connection_pool_maxsize is not None:
|
|
98
|
-
pool_args['maxsize'] = configuration.connection_pool_maxsize
|
|
99
|
-
|
|
100
|
-
# https pool manager
|
|
101
|
-
self.pool_manager: urllib3.PoolManager
|
|
102
|
-
|
|
103
|
-
if configuration.proxy:
|
|
104
|
-
if is_socks_proxy_url(configuration.proxy):
|
|
105
|
-
from urllib3.contrib.socks import SOCKSProxyManager
|
|
106
|
-
pool_args["proxy_url"] = configuration.proxy
|
|
107
|
-
pool_args["headers"] = configuration.proxy_headers
|
|
108
|
-
self.pool_manager = SOCKSProxyManager(**pool_args)
|
|
109
|
-
else:
|
|
110
|
-
pool_args["proxy_url"] = configuration.proxy
|
|
111
|
-
pool_args["proxy_headers"] = configuration.proxy_headers
|
|
112
|
-
self.pool_manager = urllib3.ProxyManager(**pool_args)
|
|
113
|
-
else:
|
|
114
|
-
self.pool_manager = urllib3.PoolManager(**pool_args)
|
|
115
|
-
|
|
116
|
-
def request(
|
|
117
|
-
self,
|
|
118
|
-
method,
|
|
119
|
-
url,
|
|
120
|
-
headers=None,
|
|
121
|
-
body=None,
|
|
122
|
-
post_params=None,
|
|
123
|
-
_request_timeout=None
|
|
124
|
-
):
|
|
125
|
-
"""Perform requests.
|
|
126
|
-
|
|
127
|
-
:param method: http request method
|
|
128
|
-
:param url: http request url
|
|
129
|
-
:param headers: http request headers
|
|
130
|
-
:param body: request json body, for `application/json`
|
|
131
|
-
:param post_params: request post parameters,
|
|
132
|
-
`application/x-www-form-urlencoded`
|
|
133
|
-
and `multipart/form-data`
|
|
134
|
-
:param _request_timeout: timeout setting for this request. If one
|
|
135
|
-
number provided, it will be total request
|
|
136
|
-
timeout. It can also be a pair (tuple) of
|
|
137
|
-
(connection, read) timeouts.
|
|
138
|
-
"""
|
|
139
|
-
method = method.upper()
|
|
140
|
-
assert method in [
|
|
141
|
-
'GET',
|
|
142
|
-
'HEAD',
|
|
143
|
-
'DELETE',
|
|
144
|
-
'POST',
|
|
145
|
-
'PUT',
|
|
146
|
-
'PATCH',
|
|
147
|
-
'OPTIONS'
|
|
148
|
-
]
|
|
149
|
-
|
|
150
|
-
if post_params and body:
|
|
151
|
-
raise ApiValueError(
|
|
152
|
-
"body parameter cannot be used with post_params parameter."
|
|
153
|
-
)
|
|
154
|
-
|
|
155
|
-
post_params = post_params or {}
|
|
156
|
-
headers = headers or {}
|
|
157
|
-
|
|
158
|
-
timeout = None
|
|
159
|
-
if _request_timeout:
|
|
160
|
-
if isinstance(_request_timeout, (int, float)):
|
|
161
|
-
timeout = urllib3.Timeout(total=_request_timeout)
|
|
162
|
-
elif (
|
|
163
|
-
isinstance(_request_timeout, tuple)
|
|
164
|
-
and len(_request_timeout) == 2
|
|
165
|
-
):
|
|
166
|
-
timeout = urllib3.Timeout(
|
|
167
|
-
connect=_request_timeout[0],
|
|
168
|
-
read=_request_timeout[1]
|
|
169
|
-
)
|
|
170
|
-
|
|
171
|
-
try:
|
|
172
|
-
# For `POST`, `PUT`, `PATCH`, `OPTIONS`, `DELETE`
|
|
173
|
-
if method in ['POST', 'PUT', 'PATCH', 'OPTIONS', 'DELETE']:
|
|
174
|
-
|
|
175
|
-
# no content type provided or payload is json
|
|
176
|
-
content_type = headers.get('Content-Type')
|
|
177
|
-
if (
|
|
178
|
-
not content_type
|
|
179
|
-
or re.search('json', content_type, re.IGNORECASE)
|
|
180
|
-
):
|
|
181
|
-
request_body = None
|
|
182
|
-
if body is not None:
|
|
183
|
-
request_body = json.dumps(body)
|
|
184
|
-
r = self.pool_manager.request(
|
|
185
|
-
method,
|
|
186
|
-
url,
|
|
187
|
-
body=request_body,
|
|
188
|
-
timeout=timeout,
|
|
189
|
-
headers=headers,
|
|
190
|
-
preload_content=False
|
|
191
|
-
)
|
|
192
|
-
elif content_type == 'application/x-www-form-urlencoded':
|
|
193
|
-
r = self.pool_manager.request(
|
|
194
|
-
method,
|
|
195
|
-
url,
|
|
196
|
-
fields=post_params,
|
|
197
|
-
encode_multipart=False,
|
|
198
|
-
timeout=timeout,
|
|
199
|
-
headers=headers,
|
|
200
|
-
preload_content=False
|
|
201
|
-
)
|
|
202
|
-
elif content_type == 'multipart/form-data':
|
|
203
|
-
# must del headers['Content-Type'], or the correct
|
|
204
|
-
# Content-Type which generated by urllib3 will be
|
|
205
|
-
# overwritten.
|
|
206
|
-
del headers['Content-Type']
|
|
207
|
-
# Ensures that dict objects are serialized
|
|
208
|
-
post_params = [(a, json.dumps(b)) if isinstance(b, dict) else (a,b) for a, b in post_params]
|
|
209
|
-
r = self.pool_manager.request(
|
|
210
|
-
method,
|
|
211
|
-
url,
|
|
212
|
-
fields=post_params,
|
|
213
|
-
encode_multipart=True,
|
|
214
|
-
timeout=timeout,
|
|
215
|
-
headers=headers,
|
|
216
|
-
preload_content=False
|
|
217
|
-
)
|
|
218
|
-
# Pass a `string` parameter directly in the body to support
|
|
219
|
-
# other content types than JSON when `body` argument is
|
|
220
|
-
# provided in serialized form.
|
|
221
|
-
elif isinstance(body, str) or isinstance(body, bytes):
|
|
222
|
-
r = self.pool_manager.request(
|
|
223
|
-
method,
|
|
224
|
-
url,
|
|
225
|
-
body=body,
|
|
226
|
-
timeout=timeout,
|
|
227
|
-
headers=headers,
|
|
228
|
-
preload_content=False
|
|
229
|
-
)
|
|
230
|
-
elif headers['Content-Type'].startswith('text/') and isinstance(body, bool):
|
|
231
|
-
request_body = "true" if body else "false"
|
|
232
|
-
r = self.pool_manager.request(
|
|
233
|
-
method,
|
|
234
|
-
url,
|
|
235
|
-
body=request_body,
|
|
236
|
-
preload_content=False,
|
|
237
|
-
timeout=timeout,
|
|
238
|
-
headers=headers)
|
|
239
|
-
else:
|
|
240
|
-
# Cannot generate the request from given parameters
|
|
241
|
-
msg = """Cannot prepare a request message for provided
|
|
242
|
-
arguments. Please check that your arguments match
|
|
243
|
-
declared content type."""
|
|
244
|
-
raise ApiException(status=0, reason=msg)
|
|
245
|
-
# For `GET`, `HEAD`
|
|
246
|
-
else:
|
|
247
|
-
r = self.pool_manager.request(
|
|
248
|
-
method,
|
|
249
|
-
url,
|
|
250
|
-
fields={},
|
|
251
|
-
timeout=timeout,
|
|
252
|
-
headers=headers,
|
|
253
|
-
preload_content=False
|
|
254
|
-
)
|
|
255
|
-
except urllib3.exceptions.SSLError as e:
|
|
256
|
-
msg = "\n".join([type(e).__name__, str(e)])
|
|
257
|
-
raise ApiException(status=0, reason=msg)
|
|
258
|
-
|
|
259
|
-
return RESTResponse(r)
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
# coding: utf-8
|
|
2
|
-
|
|
3
|
-
"""
|
|
4
|
-
Swifty OAuth API
|
|
5
|
-
|
|
6
|
-
API for the Swifty OAuth Backend
|
|
7
|
-
|
|
8
|
-
The version of the OpenAPI document: 1.0.0
|
|
9
|
-
Contact: paul.tindall@rxfoundry.com
|
|
10
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
|
-
|
|
12
|
-
Do not edit the class manually.
|
|
13
|
-
""" # noqa: E501
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
from __future__ import annotations
|
|
17
|
-
import pprint
|
|
18
|
-
import re # noqa: F401
|
|
19
|
-
import json
|
|
20
|
-
|
|
21
|
-
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
|
22
|
-
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
|
-
from typing import Optional, Set
|
|
24
|
-
from typing_extensions import Self
|
|
25
|
-
|
|
26
|
-
class TokenPostRequest(BaseModel):
|
|
27
|
-
"""
|
|
28
|
-
TokenPostRequest
|
|
29
|
-
""" # noqa: E501
|
|
30
|
-
grant_type: Optional[StrictStr] = Field(default=None, description="Either 'password' or 'refresh_token'")
|
|
31
|
-
username: Optional[StrictStr] = Field(default=None, description="Required if grant_type is 'password'")
|
|
32
|
-
password: Optional[StrictStr] = Field(default=None, description="Required if grant_type is 'password'")
|
|
33
|
-
refresh_token: Optional[StrictStr] = Field(default=None, description="Required if grant_type is 'refresh_token'")
|
|
34
|
-
__properties: ClassVar[List[str]] = ["grant_type", "username", "password", "refresh_token"]
|
|
35
|
-
|
|
36
|
-
model_config = ConfigDict(
|
|
37
|
-
populate_by_name=True,
|
|
38
|
-
validate_assignment=True,
|
|
39
|
-
protected_namespaces=(),
|
|
40
|
-
)
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
def to_str(self) -> str:
|
|
44
|
-
"""Returns the string representation of the model using alias"""
|
|
45
|
-
return pprint.pformat(self.model_dump(by_alias=True))
|
|
46
|
-
|
|
47
|
-
def to_json(self) -> str:
|
|
48
|
-
"""Returns the JSON representation of the model using alias"""
|
|
49
|
-
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
50
|
-
return json.dumps(self.to_dict())
|
|
51
|
-
|
|
52
|
-
@classmethod
|
|
53
|
-
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
54
|
-
"""Create an instance of TokenPostRequest from a JSON string"""
|
|
55
|
-
return cls.from_dict(json.loads(json_str))
|
|
56
|
-
|
|
57
|
-
def to_dict(self) -> Dict[str, Any]:
|
|
58
|
-
"""Return the dictionary representation of the model using alias.
|
|
59
|
-
|
|
60
|
-
This has the following differences from calling pydantic's
|
|
61
|
-
`self.model_dump(by_alias=True)`:
|
|
62
|
-
|
|
63
|
-
* `None` is only added to the output dict for nullable fields that
|
|
64
|
-
were set at model initialization. Other fields with value `None`
|
|
65
|
-
are ignored.
|
|
66
|
-
"""
|
|
67
|
-
excluded_fields: Set[str] = set([
|
|
68
|
-
])
|
|
69
|
-
|
|
70
|
-
_dict = self.model_dump(
|
|
71
|
-
by_alias=True,
|
|
72
|
-
exclude=excluded_fields,
|
|
73
|
-
exclude_none=True,
|
|
74
|
-
)
|
|
75
|
-
return _dict
|
|
76
|
-
|
|
77
|
-
@classmethod
|
|
78
|
-
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
79
|
-
"""Create an instance of TokenPostRequest from a dict"""
|
|
80
|
-
if obj is None:
|
|
81
|
-
return None
|
|
82
|
-
|
|
83
|
-
if not isinstance(obj, dict):
|
|
84
|
-
return cls.model_validate(obj)
|
|
85
|
-
|
|
86
|
-
_obj = cls.model_validate({
|
|
87
|
-
"grant_type": obj.get("grant_type"),
|
|
88
|
-
"username": obj.get("username"),
|
|
89
|
-
"password": obj.get("password"),
|
|
90
|
-
"refresh_token": obj.get("refresh_token")
|
|
91
|
-
})
|
|
92
|
-
return _obj
|
|
93
|
-
|
|
94
|
-
|
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
rxfoundry/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
rxfoundry/clients/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
rxfoundry/clients/p2rx_api/__init__.py,sha256=Awr2GHxsbIUiMQ28T6VQ0zx-ody5jv_6cDhlqgLeLe0,4579
|
|
4
|
-
rxfoundry/clients/p2rx_api/api_client.py,sha256=AGrxpRnK6y3DOK5J3zwP2jB8At3243WLfO2GOmUm4sM,27522
|
|
5
|
-
rxfoundry/clients/p2rx_api/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
6
|
-
rxfoundry/clients/p2rx_api/configuration.py,sha256=m-l1hnG-2w2vMSWHm8LCq_IYe4MXJDTpbuXilEbHKTM,18245
|
|
7
|
-
rxfoundry/clients/p2rx_api/exceptions.py,sha256=MA982N33ook9idlqeboCec4wvY6wZe_4l1VLFDbBIew,6435
|
|
8
|
-
rxfoundry/clients/p2rx_api/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
|
-
rxfoundry/clients/p2rx_api/rest.py,sha256=u4fdWT3GeB3L2Va5jQKsafrCxpOcPAxa3co0dMv-oYw,9446
|
|
10
|
-
rxfoundry/clients/p2rx_api/api/__init__.py,sha256=Ep44xWF5lAWsFzKs32IMSXKYwkiEaO3oN95qiurFls8,951
|
|
11
|
-
rxfoundry/clients/p2rx_api/api/async_api.py,sha256=n-zbn63QwxJvsAzlfHqDdajMjpCnBZ3fv7WvOVBGtM8,33792
|
|
12
|
-
rxfoundry/clients/p2rx_api/api/code_api.py,sha256=kpRsFutsMKecW8xjOLLODdTi717qVZKhqfNls1LxnWE,12300
|
|
13
|
-
rxfoundry/clients/p2rx_api/api/fax_api.py,sha256=opk-wiTYu6ln9iSrEsGi7W03cD6cnUxJSXhfOnUOsn0,23502
|
|
14
|
-
rxfoundry/clients/p2rx_api/api/medication_api.py,sha256=rPy11C2mjAw4TMJap6upYnjI7ftlGTT-2uZDPlrq7UY,24330
|
|
15
|
-
rxfoundry/clients/p2rx_api/api/patient_api.py,sha256=Lm-wsBR52FZPUgdZOJhzyXa3uCUQgI4g-qED3DgLAow,38520
|
|
16
|
-
rxfoundry/clients/p2rx_api/api/pharmacist_api.py,sha256=Zk7tIgXiOYYbxhdlmV6BzMyfavoAYnehcmemsRXZxjQ,22780
|
|
17
|
-
rxfoundry/clients/p2rx_api/api/pharmacy_api.py,sha256=szzFbzj1Ye5khVZ4-_w8V2F_9TTPZmoyVXGQ8PMDJBk,24974
|
|
18
|
-
rxfoundry/clients/p2rx_api/api/prescriber_api.py,sha256=50N8xzuFiw1EezbifL8gMvq2IXr1zuNp2Rr7vyc9KeE,22780
|
|
19
|
-
rxfoundry/clients/p2rx_api/api/prescription_api.py,sha256=ru-ewY97jQ7oWATloBWeXkytAMdHVQWv-GNtG1vlKaY,73160
|
|
20
|
-
rxfoundry/clients/p2rx_api/api/token_api.py,sha256=W797s1LblesGmjgJBWTSGUGXQgrEq4azNm83xIrB2hI,11603
|
|
21
|
-
rxfoundry/clients/p2rx_api/api/user_api.py,sha256=9JBwKjcP0CYbV9nILjAQW37eEkp8-EypMncDsQ56k2I,11142
|
|
22
|
-
rxfoundry/clients/p2rx_api/api/version_api.py,sha256=KApjmGQ9207A3WIPE3sBTdZicdLMOzgZlp3kBIHNebY,10257
|
|
23
|
-
rxfoundry/clients/p2rx_api/api/virtual_pharmacy_api.py,sha256=08ni3EccZ1PHJ7j0bPZ6hLKRW6MFHOAVOkp6Y8gptG8,10484
|
|
24
|
-
rxfoundry/clients/p2rx_api/models/__init__.py,sha256=sdSLcucSrSAyhJDSFdCr57Gx45yuuWqs2WivvHSXu3o,3006
|
|
25
|
-
rxfoundry/clients/p2rx_api/models/address.py,sha256=gsdZrXK8gBpvAfPGZUcm9CcfwUXANhdofdoG73QKjgc,3512
|
|
26
|
-
rxfoundry/clients/p2rx_api/models/asynchronous_response.py,sha256=2EAuX4vifKSOihqEO-aZV9OlEXNKiEptgxyEm8Rw9Po,2601
|
|
27
|
-
rxfoundry/clients/p2rx_api/models/code.py,sha256=sbMbv9rV-snqGlOGz1Ak4dkQfKX9AaVCoiP9FwG14Bo,2615
|
|
28
|
-
rxfoundry/clients/p2rx_api/models/code_qualifier_code.py,sha256=d7ksISyRDDQ3yPE_-zSwVxwtTxDta8bM8D2Cgkpq9JY,2988
|
|
29
|
-
rxfoundry/clients/p2rx_api/models/error_message.py,sha256=2oEhT0b_dZ7qKSxuWq0UDcbhIuEXhTFeaCCQpYBqX8c,2597
|
|
30
|
-
rxfoundry/clients/p2rx_api/models/fax.py,sha256=b83rhh33mSZJzFwu8orY8t8kbEQXYLBBdQgbNgly4e0,5773
|
|
31
|
-
rxfoundry/clients/p2rx_api/models/medication.py,sha256=-_XeRqPo7NsXsn9zUBHqFNBrIkt-dgq2fxiDYcGAYnA,6059
|
|
32
|
-
rxfoundry/clients/p2rx_api/models/medication_program_pricing.py,sha256=yKp6E7AIHYu3pkz0ZaXoMcW9SIElchw59BFOoDBYiBg,3280
|
|
33
|
-
rxfoundry/clients/p2rx_api/models/medication_variant.py,sha256=6xBvCDx11Fk54SNEczxuMiwsoOzV4By-7tu3Jgw8GtU,2880
|
|
34
|
-
rxfoundry/clients/p2rx_api/models/patient.py,sha256=B9YW1XWlgCkFH3Hc-fed71oDYF77PL9OlxDZe7Z2svI,4954
|
|
35
|
-
rxfoundry/clients/p2rx_api/models/patient_activity_notification.py,sha256=u0Jww8NAa31Fb4knLY5CdE08P7H4BBgE2V0z-7JnuH0,3692
|
|
36
|
-
rxfoundry/clients/p2rx_api/models/patient_external_identifier.py,sha256=nhPIXM3SB4qmtuW-8AmSxad4oryvyxwVeGfuT4a-a1U,2953
|
|
37
|
-
rxfoundry/clients/p2rx_api/models/pharmacist.py,sha256=BDMBEZmaOqZYvP1JXqwjDEw3sfmIXY-ar3jb7tRsJEU,3434
|
|
38
|
-
rxfoundry/clients/p2rx_api/models/pharmacy.py,sha256=oVFQIk9zq9oiNEZ2-q1h3-hMf0Lz0a2dQih5n91OsRs,7142
|
|
39
|
-
rxfoundry/clients/p2rx_api/models/pharmacy_chain.py,sha256=RGMtJBgEoy67bE_2b0EK_Y7q3PzNN6ueXv2VQGgbmWQ,3270
|
|
40
|
-
rxfoundry/clients/p2rx_api/models/pharmacy_other_identifier.py,sha256=cGzowkB93xTfRGDedw0oJWYvu5E_QzwuohtjO8h-528,3139
|
|
41
|
-
rxfoundry/clients/p2rx_api/models/pharmacy_program_pricing.py,sha256=XFZYeTeHEO-CeMspAnt5fUj7aixxSeqHhLxxn8eq99g,3588
|
|
42
|
-
rxfoundry/clients/p2rx_api/models/prescriber.py,sha256=4xbeFAS9ywbXg5T7wTPUrc5tpy1_x3UwoUN4ZS4B2zI,3540
|
|
43
|
-
rxfoundry/clients/p2rx_api/models/prescription.py,sha256=Mc5Q8QZx17oHjUB3chQeci0WfAb5L63IGf0xUTbvXCo,15978
|
|
44
|
-
rxfoundry/clients/p2rx_api/models/prescription_change_request.py,sha256=VPhcDXLubjFDRJjGXb-X7tzJkxwhFErXdzVkBWoqH34,4741
|
|
45
|
-
rxfoundry/clients/p2rx_api/models/prescription_issue.py,sha256=v3CAG4z9C1o4SZonJCpEyvWoRW6UM_M0vxIsd8oBrLU,4511
|
|
46
|
-
rxfoundry/clients/p2rx_api/models/prescription_patch.py,sha256=HrID5wGD2_loojKGUj1zHaH9YVrQWugVqn9hHhej9GQ,4201
|
|
47
|
-
rxfoundry/clients/p2rx_api/models/prescription_task.py,sha256=0o7tmKysRq4dGktyif570oF3DKG1bDZe7YZpG5lR4dk,4911
|
|
48
|
-
rxfoundry/clients/p2rx_api/models/prescription_task_status.py,sha256=BnLcoQEjU7ukmp7UvKI8CUz_571lw_wVb3jLxrjuoLw,2879
|
|
49
|
-
rxfoundry/clients/p2rx_api/models/prescription_transfer_request.py,sha256=rzjMIYizujmLjUlwSOGZPsauWP0hxCVJDXOR0e-r8Yk,2844
|
|
50
|
-
rxfoundry/clients/p2rx_api/models/prescription_verification.py,sha256=XuTqms1tuuSx6ELSYjHkjDjSaGXXUSbejDNZkM2swUQ,3345
|
|
51
|
-
rxfoundry/clients/p2rx_api/models/pricing_program.py,sha256=I4b9ttLdUz8MG3b77axOzQY9uRHGFyp7UYwdk_8bBLg,2637
|
|
52
|
-
rxfoundry/clients/p2rx_api/models/surescripts_message.py,sha256=2vMHA6yhl_fGP25yOkw-yqq5PjLirZRtKFFhiGRlyoA,3945
|
|
53
|
-
rxfoundry/clients/p2rx_api/models/token.py,sha256=ilt85zKxXgAmOmKy9EMDf0juKL-Xr6YAp8qZwhe25n8,2682
|
|
54
|
-
rxfoundry/clients/p2rx_api/models/user.py,sha256=HdzH1w230yTa_yJjfTYB8wMAWVNLtdVrE7CBdMVFDZ4,2959
|
|
55
|
-
rxfoundry/clients/p2rx_api/models/version.py,sha256=nx_Ae-wK5IcwT-LM65J8gjY-CTnaacZ3ksblOhMZJMw,2447
|
|
56
|
-
rxfoundry/clients/p2rx_api/models/virtual_pharmacy.py,sha256=EGGFdIIHl6dI0SG6Q7feJlKD-xRhYst1hqTO7t4Mwlo,2942
|
|
57
|
-
rxfoundry/clients/p2rx_api/models/workflow_request.py,sha256=MWRdxvpFgbJnNvQax_Q7ORgq1VYAtENjdM2yJU5mwE0,2613
|
|
58
|
-
rxfoundry/clients/swifty_api/__init__.py,sha256=VFLg6GLJ_SSV7bbpEuDE56WkTRVwhMSvTwWhgMXIW30,4587
|
|
59
|
-
rxfoundry/clients/swifty_api/api_client.py,sha256=21O5hmoALjCb5pSboezl1urewW9Du1qBBMw_KAI9d2c,27530
|
|
60
|
-
rxfoundry/clients/swifty_api/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
61
|
-
rxfoundry/clients/swifty_api/configuration.py,sha256=Zc2CFogQxudT2rKqsdl8UTAJRs2fGAAn9N7L4hkxCLU,18253
|
|
62
|
-
rxfoundry/clients/swifty_api/exceptions.py,sha256=4pC_5xwMWpIP1j1ijUOtTUBYUtthHcF-CdnGMd130O4,6443
|
|
63
|
-
rxfoundry/clients/swifty_api/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
64
|
-
rxfoundry/clients/swifty_api/rest.py,sha256=sCsUknkZAijIvrxj6hF4_80wD9C46gnHQvz01tgOAyw,9454
|
|
65
|
-
rxfoundry/clients/swifty_api/api/__init__.py,sha256=Ep44xWF5lAWsFzKs32IMSXKYwkiEaO3oN95qiurFls8,951
|
|
66
|
-
rxfoundry/clients/swifty_api/api/async_api.py,sha256=A0VUA49511Fm42XHDHcKdBlc4twAghg7sk3yAw9OhSU,33806
|
|
67
|
-
rxfoundry/clients/swifty_api/api/code_api.py,sha256=SidvqmT6wgetLxaSBj7SWNyiv76whIulzCfunF_DwnA,12310
|
|
68
|
-
rxfoundry/clients/swifty_api/api/fax_api.py,sha256=p7Uy_YJJ2VI7LA1O0LU6cxSY4CpGuYdFpV9qBdN3Z-M,23514
|
|
69
|
-
rxfoundry/clients/swifty_api/api/medication_api.py,sha256=IqVEk77JkSsVS_y2JRivE0eQpyCuoZK67iyN69XsU8Q,24342
|
|
70
|
-
rxfoundry/clients/swifty_api/api/patient_api.py,sha256=J1iRXdZZaT31kG90J8Tr2iUOFplhGLy-IvsNYUp3MMs,38534
|
|
71
|
-
rxfoundry/clients/swifty_api/api/pharmacist_api.py,sha256=_FPPinH9DEKsi4oLb0r11ZD5CYLfip28a9IlxtewdZQ,22792
|
|
72
|
-
rxfoundry/clients/swifty_api/api/pharmacy_api.py,sha256=yIAioj43oZcQBH6u0eA1XgKPFZRFgqtrlB8QYqzI4bQ,24986
|
|
73
|
-
rxfoundry/clients/swifty_api/api/prescriber_api.py,sha256=lRcaEmqc0gvIturVzG0_pKCycLj-_uayemdNQaODTcE,22792
|
|
74
|
-
rxfoundry/clients/swifty_api/api/prescription_api.py,sha256=yRhvkzj-qUKS0M15fobMzbC1AGi7bl5aHXxU6fapUB0,73180
|
|
75
|
-
rxfoundry/clients/swifty_api/api/token_api.py,sha256=iCpu7mMiFJ7uLOEiDytERIoVnUEv-95v7hKnCSNd4vE,11613
|
|
76
|
-
rxfoundry/clients/swifty_api/api/user_api.py,sha256=-daD7hRq-xaU7rcAig32Lw05GPM0vf4gpuK2Jp8B8e8,11152
|
|
77
|
-
rxfoundry/clients/swifty_api/api/version_api.py,sha256=NkwCrP8-Q4PNR4l8OaRt-9xiJRkvIcBIzhNYbmSUc30,10267
|
|
78
|
-
rxfoundry/clients/swifty_api/api/virtual_pharmacy_api.py,sha256=v8j-ZqzLIBdYKiYrkB2_Miaz3Skm8wZ6vqtD7Izvztk,10494
|
|
79
|
-
rxfoundry/clients/swifty_api/models/__init__.py,sha256=rL0fksktIIJOioV2s0u0gcsievshyyFtBZfwh9LetOE,3014
|
|
80
|
-
rxfoundry/clients/swifty_api/models/address.py,sha256=zBdVMITI3_D4WsA23RiPaar58LeGgSwo1Uuv3bIGEaE,3520
|
|
81
|
-
rxfoundry/clients/swifty_api/models/asynchronous_response.py,sha256=KBq_Ldn-1tFFHxeJVv-UAdjtLYY7ySHBYEQSf5FUWDE,2609
|
|
82
|
-
rxfoundry/clients/swifty_api/models/code.py,sha256=RgwBS2bwB8z9IPNQg7AAJA09rChX0tik3sx9g0AQovk,2623
|
|
83
|
-
rxfoundry/clients/swifty_api/models/code_qualifier_code.py,sha256=dHIUHnEDIMHWcmmOAQ4BlaeNPT8kftNp_c1iR4n7xnQ,2996
|
|
84
|
-
rxfoundry/clients/swifty_api/models/error_message.py,sha256=WgL6GkqLt5-lN3mkfAbumWWLwCUPSB7Us4OHIKBVKhY,2605
|
|
85
|
-
rxfoundry/clients/swifty_api/models/fax.py,sha256=XsfykGOhCPFcK6ojjv93wbOJOGU7dm8A2-AXPPN5-d8,5781
|
|
86
|
-
rxfoundry/clients/swifty_api/models/medication.py,sha256=qaNb5XSzEPCCodDmWbH69QiEfTidBS9xBUWwHA_2C3c,6067
|
|
87
|
-
rxfoundry/clients/swifty_api/models/medication_program_pricing.py,sha256=QJZB9QstuUE-LlXVBru77U-H3DSArDCcdxy4PiFPxJs,3288
|
|
88
|
-
rxfoundry/clients/swifty_api/models/medication_variant.py,sha256=ihFrARNHPo_R8XVjvAeJcdPnMs5bUeC0RRxpQwFh5MA,2888
|
|
89
|
-
rxfoundry/clients/swifty_api/models/patient.py,sha256=y_9VWfU3fSCDmXlC02i1lQZGkPIrzGJvpek66J-OLRY,4962
|
|
90
|
-
rxfoundry/clients/swifty_api/models/patient_activity_notification.py,sha256=FQMjIengmkR0dErGDg-RFd_-5i9PP2YhsR_Ye6SD4MM,3700
|
|
91
|
-
rxfoundry/clients/swifty_api/models/patient_external_identifier.py,sha256=K3iIeyEWF8QkIpqtCNVCqpzQXmQLbh0ii8z7s5LaMl8,2961
|
|
92
|
-
rxfoundry/clients/swifty_api/models/pharmacist.py,sha256=LEWnKoVK_Cte8gLu6Zm5aO5jRTfW6cHbMIHodVixOFs,3442
|
|
93
|
-
rxfoundry/clients/swifty_api/models/pharmacy.py,sha256=AOLUUct7SzFyECtnEdOKyPhN5FKw7Uq_5cpTkGx45ME,7150
|
|
94
|
-
rxfoundry/clients/swifty_api/models/pharmacy_chain.py,sha256=yUv7ZW1gUDMKY02Slz8rzoO9gywYWEHbClckgsUX4Jk,3278
|
|
95
|
-
rxfoundry/clients/swifty_api/models/pharmacy_other_identifier.py,sha256=IwToYxCa_EzvgHXDW1amSObWdvVM-rdXMgvUTgzx4C4,3147
|
|
96
|
-
rxfoundry/clients/swifty_api/models/pharmacy_program_pricing.py,sha256=OEe0dcz8egJuIAmauGbMmhxt3SVCWrMpe1jjHbfRsKc,3596
|
|
97
|
-
rxfoundry/clients/swifty_api/models/prescriber.py,sha256=jQhx3Hgkxf027UbELwlWX8W78yHARnuLtUBh0YOZREc,3548
|
|
98
|
-
rxfoundry/clients/swifty_api/models/prescription.py,sha256=nq34Rkgz4dq3KP8fHWWw6tuJFrDPyzm_30uQ4rvQSwY,15986
|
|
99
|
-
rxfoundry/clients/swifty_api/models/prescription_change_request.py,sha256=muwo0kJ6R9DC2VlECm6ASDMmznIz8z70YdLcSW-SFZw,4749
|
|
100
|
-
rxfoundry/clients/swifty_api/models/prescription_issue.py,sha256=64xuz7_mrrEYixS1t1S0yCtezIEtcx3eus-tcXiyofY,4519
|
|
101
|
-
rxfoundry/clients/swifty_api/models/prescription_patch.py,sha256=yaO8QBeuYgdsv0AE8fuOV1cQ_p-roT-9-PteRLnxnIw,4209
|
|
102
|
-
rxfoundry/clients/swifty_api/models/prescription_task.py,sha256=VkCawn_u5GZCqjf5PZgW0mq_QeMM3-AB3GmWl4XYb94,4919
|
|
103
|
-
rxfoundry/clients/swifty_api/models/prescription_task_status.py,sha256=axke6Ar6vmyXWNwqf4ugaxi9UY371M0YwNbNIGLfF-Q,2887
|
|
104
|
-
rxfoundry/clients/swifty_api/models/prescription_transfer_request.py,sha256=0-Fewx4osI5F6dSBvgt9R9Up5-0FIpZ5LRoKK8x5bRw,2852
|
|
105
|
-
rxfoundry/clients/swifty_api/models/prescription_verification.py,sha256=2-1Sfxlvv7UMhIuUG7iHPbUiOqmCIKpNRc_xM14ksOo,3353
|
|
106
|
-
rxfoundry/clients/swifty_api/models/pricing_program.py,sha256=b5AUA4j4kV7fmgwBIqh5jYKRwB8-K2D2rwajmMHIIJ4,2645
|
|
107
|
-
rxfoundry/clients/swifty_api/models/surescripts_message.py,sha256=6Kdw4Lchvj3G5_kNUQiWV1U9fVTV2mQsQ9pZQ2DXZg0,3953
|
|
108
|
-
rxfoundry/clients/swifty_api/models/token.py,sha256=SKgvxE0AK9YTmg87QrC5PcIu1lP0uPTdqh5Ag9g2umk,2690
|
|
109
|
-
rxfoundry/clients/swifty_api/models/user.py,sha256=ZqwzUSzRT007ST8E_lUovWtB4dd5Ub4U2OhY_5KoQO8,2967
|
|
110
|
-
rxfoundry/clients/swifty_api/models/version.py,sha256=VW0Fu9Zp4fv_a8iYKDGaq6ZucgCCZ025enUNXENUeuc,2455
|
|
111
|
-
rxfoundry/clients/swifty_api/models/virtual_pharmacy.py,sha256=KgAmcMpwKoO7t6Fu3aDSsPGlUMVCRV4g_38_oTGrqiE,3040
|
|
112
|
-
rxfoundry/clients/swifty_api/models/workflow_request.py,sha256=C0zHNjozl2pBHai6Ku6I9G33Hugz0RKiRnAgnh8v_Mg,2621
|
|
113
|
-
rxfoundry/clients/swifty_oauth_api/__init__.py,sha256=3D7rBHsnyn9aPrINpmBH5W22RGALyVsl5giZV7ExIoQ,1413
|
|
114
|
-
rxfoundry/clients/swifty_oauth_api/api_client.py,sha256=30YxPIQQFEBltgYfUXIVrm_o5sRu-X_d4i2jftcEZfw,27570
|
|
115
|
-
rxfoundry/clients/swifty_oauth_api/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
116
|
-
rxfoundry/clients/swifty_oauth_api/configuration.py,sha256=Ru87JERtF0cpwMd2--Yp3CZyQ2_OiMh59XvR6GVsbNw,17914
|
|
117
|
-
rxfoundry/clients/swifty_oauth_api/exceptions.py,sha256=SfBZh-znbPTJ5xwa6jYJycwoFC_26jkXf_MvCLBlW8A,6447
|
|
118
|
-
rxfoundry/clients/swifty_oauth_api/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
119
|
-
rxfoundry/clients/swifty_oauth_api/rest.py,sha256=rb-sZSOuEXGxcOYaLb7ZDBq9R5HcOsBsoE1F7afetWc,9464
|
|
120
|
-
rxfoundry/clients/swifty_oauth_api/api/__init__.py,sha256=QsNHKS2BT5fu7DRAL9seAjhJMv2VWgvk42fLId69dyc,119
|
|
121
|
-
rxfoundry/clients/swifty_oauth_api/api/o_auth_api.py,sha256=t2yFPjqpfgiH8Ux8O8u6QPoPflXxCz8AsYGXMH70xPk,21056
|
|
122
|
-
rxfoundry/clients/swifty_oauth_api/models/__init__.py,sha256=_Fn9GhhXz4FUOLaEBdv-7He9FqjYA8cu8mcMAPhvgIc,618
|
|
123
|
-
rxfoundry/clients/swifty_oauth_api/models/oauth_token_post_request.py,sha256=ypbefN8F_KWfayTzum3d-k43MaNmw_e-LSLD6NErIGo,3121
|
|
124
|
-
rxfoundry/clients/swifty_oauth_api/models/token_post_request.py,sha256=7KPiei8d4myyWSbVisc6ysPj9AftDpSkpodLZnMUWIY,3101
|
|
125
|
-
rxfoundry/clients/swifty_oauth_api/models/token_response.py,sha256=rV8YZYJtzDz62d3xtlSTYBzA5ogN1Dc5GHaH3qBzybg,3035
|
|
126
|
-
rxfoundry/clients/swifty_oauth_api/models/user_info_response.py,sha256=rYLCL269mlf7-Tmoz5O95A32Ij39PhxTdUaX8PvkxHA,3117
|
|
127
|
-
rxfoundry_clients_swifty_oauth_api-0.0.620.dist-info/METADATA,sha256=OxoRIZoA-evCPeoiB0i6oUZgLQcHIu59CHcwNdAKz5U,612
|
|
128
|
-
rxfoundry_clients_swifty_oauth_api-0.0.620.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
129
|
-
rxfoundry_clients_swifty_oauth_api-0.0.620.dist-info/top_level.txt,sha256=x7AlWW4imWljpZ91S0V0Pq8YFe0UFn8rBgeIQhJ5q5A,10
|
|
130
|
-
rxfoundry_clients_swifty_oauth_api-0.0.620.dist-info/RECORD,,
|
|
File without changes
|