iatoolkit 0.20.0__py3-none-any.whl → 0.21.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.
Potentially problematic release.
This version of iatoolkit might be problematic. Click here for more details.
- iatoolkit/common/routes.py +6 -4
- {iatoolkit-0.20.0.dist-info → iatoolkit-0.21.0.dist-info}/METADATA +1 -1
- {iatoolkit-0.20.0.dist-info → iatoolkit-0.21.0.dist-info}/RECORD +5 -5
- {iatoolkit-0.20.0.dist-info → iatoolkit-0.21.0.dist-info}/WHEEL +0 -0
- {iatoolkit-0.20.0.dist-info → iatoolkit-0.21.0.dist-info}/top_level.txt +0 -0
iatoolkit/common/routes.py
CHANGED
|
@@ -37,14 +37,16 @@ def register_views(injector, app):
|
|
|
37
37
|
from iatoolkit.views.chat_token_request_view import ChatTokenRequestView
|
|
38
38
|
from iatoolkit.views.download_file_view import DownloadFileView
|
|
39
39
|
|
|
40
|
-
#
|
|
40
|
+
# iatoolkit home page
|
|
41
41
|
app.add_url_rule('/<company_short_name>', view_func=IndexView.as_view('index'))
|
|
42
|
-
app.add_url_rule('/<company_short_name>/initiate_external_chat',
|
|
43
|
-
view_func=InitContextView.as_view('initiate_external_chat'))
|
|
44
42
|
|
|
45
|
-
#
|
|
43
|
+
# init (ir reset) the context (with api-key)
|
|
46
44
|
app.add_url_rule('/<company_short_name>/<external_user_id>/init-context',
|
|
47
45
|
view_func=InitContextView.as_view('init-context'))
|
|
46
|
+
|
|
47
|
+
# external login (with api-key)
|
|
48
|
+
app.add_url_rule('/<company_short_name>/initiate_external_chat',
|
|
49
|
+
view_func=InitiateExternalChatView.as_view('initiate_external_chat'))
|
|
48
50
|
app.add_url_rule('/<company_short_name>/external_login',
|
|
49
51
|
view_func=ExternalChatLoginView.as_view('external_login'))
|
|
50
52
|
app.add_url_rule('/auth/chat_token',
|
|
@@ -6,7 +6,7 @@ iatoolkit/iatoolkit.py,sha256=7VR04Pl5HsgcrLHfFaxiFJTqF2NZj3eeOgz5EiZIDyY,17321
|
|
|
6
6
|
iatoolkit/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
7
|
iatoolkit/common/auth.py,sha256=83WsyHF7TdjPYfAA-da-waizlWLIqSTx-2z4pI4LAnw,8471
|
|
8
8
|
iatoolkit/common/exceptions.py,sha256=EXx40n5htp7UiOM6P1xfJ9U6NMcADqm62dlFaKz7ICU,1154
|
|
9
|
-
iatoolkit/common/routes.py,sha256=
|
|
9
|
+
iatoolkit/common/routes.py,sha256=7GC_KdyJuOw4CGOHYZP1_fBnLNciSNQAsF1g4O5Tq2k,5544
|
|
10
10
|
iatoolkit/common/session_manager.py,sha256=7D_RuJs60w-1zDr3fOGEz9JW7IZlSXuUHgUT87CzaUo,472
|
|
11
11
|
iatoolkit/common/util.py,sha256=08js3KLJTXICOd5sgwDp2u_kDaZO_0xG4BIuzWZnLo8,15535
|
|
12
12
|
iatoolkit/infra/__init__.py,sha256=5JqK9sZ6jBuK83zDQokUhxQ0wuJJJ9DXB8pYCLkX7X4,102
|
|
@@ -111,7 +111,7 @@ iatoolkit/views/tasks_review_view.py,sha256=keLsLCyOTTlcoIapnB_lbuSvLwrPVZVpBiFC
|
|
|
111
111
|
iatoolkit/views/tasks_view.py,sha256=a3anTXrJTTvbQuc6PSpOzidLKQFL4hWa7PI2Cppcz8w,4110
|
|
112
112
|
iatoolkit/views/user_feedback_view.py,sha256=G37zmP8P4LvZrSymNJ5iFXhLZg1A3BEwRfTpH1Iam5w,2652
|
|
113
113
|
iatoolkit/views/verify_user_view.py,sha256=7XLSaxvs8LjBr3cYOUDa9B8DqW_50IGlq0IvmOQcD0Y,2340
|
|
114
|
-
iatoolkit-0.
|
|
115
|
-
iatoolkit-0.
|
|
116
|
-
iatoolkit-0.
|
|
117
|
-
iatoolkit-0.
|
|
114
|
+
iatoolkit-0.21.0.dist-info/METADATA,sha256=pJi-Qawe3-ZHeYgPwA-M_atWI7ZCnEPhLs-1xZ54e3U,9301
|
|
115
|
+
iatoolkit-0.21.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
116
|
+
iatoolkit-0.21.0.dist-info/top_level.txt,sha256=V_w4QvDx0b1RXiy8zTCrD1Bp7AZkFe3_O0-9fMiwogg,10
|
|
117
|
+
iatoolkit-0.21.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|