@@ -764,7 +764,7 @@ <h1 class="title">Module <code>livechat.agent.rtm.api.v34</code></h1>
764764 push_notifications: dict = None,
765765 application: dict = None,
766766 away: bool = None,
767- customer_push_level : str = None,
767+ customer_monitoring_level : str = None,
768768 pushes: dict = None,
769769 payload: dict = None) -> RtmResponse:
770770 ''' Logs in agent.
@@ -779,9 +779,9 @@ <h1 class="title">Module <code>livechat.agent.rtm.api.v34</code></h1>
779779 the application's name and version.
780780 away (bool): When True, the connection is set to the away state.
781781 Defaults to False.
782- customer_push_level (str): Possible values: my, engaged, online.
782+ customer_monitoring_level (str): Possible values are: `my`, `chatting`, `invited`, ` online` and `highest_available` .
783783 Defaults to my if login creates the first session;
784- otherwise it preserves the current customer_push_level .
784+ otherwise it preserves the current customer_monitoring_level .
785785 pushes (dict): Use case: when you want to receive only specific pushes.
786786 By default, it's set to all for the version of your currently established RTM connection.
787787 payload (dict): Custom payload to be used as request's data.
@@ -1739,7 +1739,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
17391739 push_notifications: dict = None,
17401740 application: dict = None,
17411741 away: bool = None,
1742- customer_push_level : str = None,
1742+ customer_monitoring_level : str = None,
17431743 pushes: dict = None,
17441744 payload: dict = None) -> RtmResponse:
17451745 ''' Logs in agent.
@@ -1754,9 +1754,9 @@ <h2 class="section-title" id="header-classes">Classes</h2>
17541754 the application's name and version.
17551755 away (bool): When True, the connection is set to the away state.
17561756 Defaults to False.
1757- customer_push_level (str): Possible values: my, engaged, online.
1757+ customer_monitoring_level (str): Possible values are: `my`, `chatting`, `invited`, ` online` and `highest_available` .
17581758 Defaults to my if login creates the first session;
1759- otherwise it preserves the current customer_push_level .
1759+ otherwise it preserves the current customer_monitoring_level .
17601760 pushes (dict): Use case: when you want to receive only specific pushes.
17611761 By default, it's set to all for the version of your currently established RTM connection.
17621762 payload (dict): Custom payload to be used as request's data.
@@ -2923,7 +2923,7 @@ <h2 id="returns">Returns</h2>
29232923</ details >
29242924</ dd >
29252925< dt id ="livechat.agent.rtm.api.v34.AgentRtmV34.login "> < code class ="name flex ">
2926- < span > def < span class ="ident "> login</ span > </ span > (< span > self, token: str = None, timezone: str = None, reconnect: bool = None, push_notifications: dict = None, application: dict = None, away: bool = None, customer_push_level : str = None, pushes: dict = None, payload: dict = None) ‑> livechat.utils.structures.RtmResponse</ span >
2926+ < span > def < span class ="ident "> login</ span > </ span > (< span > self, token: str = None, timezone: str = None, reconnect: bool = None, push_notifications: dict = None, application: dict = None, away: bool = None, customer_monitoring_level : str = None, pushes: dict = None, payload: dict = None) ‑> livechat.utils.structures.RtmResponse</ span >
29272927</ code > </ dt >
29282928< dd >
29292929< div class ="desc "> < p > Logs in agent.</ p >
@@ -2944,10 +2944,10 @@ <h2 id="args">Args</h2>
29442944< dt > < strong > < code > away</ code > </ strong > : < code > bool</ code > </ dt >
29452945< dd > When True, the connection is set to the away state.
29462946Defaults to False.</ dd >
2947- < dt > < strong > < code > customer_push_level </ code > </ strong > : < code > str</ code > </ dt >
2948- < dd > Possible values: my, engaged, online.
2947+ < dt > < strong > < code > customer_monitoring_level </ code > </ strong > : < code > str</ code > </ dt >
2948+ < dd > Possible values are: < code > my </ code > , < code > chatting </ code > , < code > invited </ code > , < code > online</ code > and < code > highest_available </ code > .
29492949Defaults to my if login creates the first session;
2950- otherwise it preserves the current customer_push_level .</ dd >
2950+ otherwise it preserves the current customer_monitoring_level .</ dd >
29512951< dt > < strong > < code > pushes</ code > </ strong > : < code > dict</ code > </ dt >
29522952< dd > Use case: when you want to receive only specific pushes.</ dd >
29532953< dt > By default, it's set to all for the version of your currently established RTM connection.</ dt >
@@ -2972,7 +2972,7 @@ <h2 id="returns">Returns</h2>
29722972 push_notifications: dict = None,
29732973 application: dict = None,
29742974 away: bool = None,
2975- customer_push_level : str = None,
2975+ customer_monitoring_level : str = None,
29762976 pushes: dict = None,
29772977 payload: dict = None) -> RtmResponse:
29782978 ''' Logs in agent.
@@ -2987,9 +2987,9 @@ <h2 id="returns">Returns</h2>
29872987 the application's name and version.
29882988 away (bool): When True, the connection is set to the away state.
29892989 Defaults to False.
2990- customer_push_level (str): Possible values: my, engaged, online.
2990+ customer_monitoring_level (str): Possible values are: `my`, `chatting`, `invited`, ` online` and `highest_available` .
29912991 Defaults to my if login creates the first session;
2992- otherwise it preserves the current customer_push_level .
2992+ otherwise it preserves the current customer_monitoring_level .
29932993 pushes (dict): Use case: when you want to receive only specific pushes.
29942994 By default, it's set to all for the version of your currently established RTM connection.
29952995 payload (dict): Custom payload to be used as request's data.
@@ -4108,4 +4108,4 @@ <h4><code><a title="livechat.agent.rtm.api.v34.AgentRtmV34" href="#livechat.agen
41084108< p > Generated by < a href ="https://pdoc3.github.io/pdoc " title ="pdoc: Python API documentation generator "> < cite > pdoc</ cite > 0.10.0</ a > .</ p >
41094109</ footer >
41104110</ body >
4111- </ html >
4111+ </ html >
0 commit comments