uipath 2.1.59__py3-none-any.whl → 2.1.60__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.
@@ -158,6 +158,18 @@ class AgentContextResourceConfig(BaseAgentResourceConfig):
158
158
  )
159
159
 
160
160
 
161
+ class AgentEscalationRecipient(BaseModel):
162
+ """Recipient for escalation."""
163
+
164
+ type: int = Field(..., alias="type")
165
+ value: str = Field(..., alias="value")
166
+ display_name: Optional[str] = Field(default=None, alias="displayName")
167
+
168
+ model_config = ConfigDict(
169
+ validate_by_name=True, validate_by_alias=True, extra="allow"
170
+ )
171
+
172
+
161
173
  class AgentEscalationChannelProperties(BaseModel):
162
174
  """Agent escalation channel properties."""
163
175
 
@@ -193,6 +205,7 @@ class AgentEscalationChannel(BaseModel):
193
205
  description="Output schema for the escalation channel",
194
206
  )
195
207
  properties: AgentEscalationChannelProperties = Field(..., alias="properties")
208
+ recipients: List[AgentEscalationRecipient] = Field(..., alias="recipients")
196
209
 
197
210
  model_config = ConfigDict(
198
211
  validate_by_name=True, validate_by_alias=True, extra="allow"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: uipath
3
- Version: 2.1.59
3
+ Version: 2.1.60
4
4
  Summary: Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools.
5
5
  Project-URL: Homepage, https://uipath.com
6
6
  Project-URL: Repository, https://github.com/UiPath/uipath-python
@@ -112,7 +112,7 @@ uipath/agent/conversation/exchange.py,sha256=nuk1tEMBHc_skrraT17d8U6AtyJ3h07ExGQ
112
112
  uipath/agent/conversation/message.py,sha256=1ZkEs146s79TrOAWCQwzBAEJvjAu4lQBpJ64tKXDgGE,2142
113
113
  uipath/agent/conversation/meta.py,sha256=3t0eS9UHoAPHre97QTUeVbjDhnMX4zj4-qG6ju0B8wY,315
114
114
  uipath/agent/conversation/tool.py,sha256=ol8XI8AVd-QNn5auXNBPcCzOkh9PPFtL7hTK3kqInkU,2191
115
- uipath/agent/models/agent.py,sha256=jhBxZwNRsB-1F-aD6ZELWaX3cFzgGIJ25cCHIb-RzhE,10965
115
+ uipath/agent/models/agent.py,sha256=zNaHD5MOaTgcE0WvhHRPsGpBoWMYNP2H8lSyne0ZlPU,11393
116
116
  uipath/eval/_helpers/__init__.py,sha256=GSmZMryjuO3Wo_zdxZdrHCRRsgOxsVFYkYgJ15YNC3E,86
117
117
  uipath/eval/_helpers/helpers.py,sha256=iE2HHdMiAdAMLqxHkPKHpfecEtAuN5BTBqvKFTI8ciE,1315
118
118
  uipath/eval/evaluators/__init__.py,sha256=DJAAhgv0I5UfBod4sGnSiKerfrz1iMmk7GNFb71V8eI,494
@@ -150,8 +150,8 @@ uipath/tracing/_traced.py,sha256=CJIp6wqIoHVTmh9-Kuk7diD4OJDTAeA6x3zI9w0i4lI,193
150
150
  uipath/tracing/_utils.py,sha256=ny3VgfUPT_5fQ0BAFl7hitR2jH6nNuuZEpR7DKVd8QE,11739
151
151
  uipath/utils/__init__.py,sha256=VD-KXFpF_oWexFg6zyiWMkxl2HM4hYJMIUDZ1UEtGx0,105
152
152
  uipath/utils/_endpoints_manager.py,sha256=iRTl5Q0XAm_YgcnMcJOXtj-8052sr6jpWuPNz6CgT0Q,8408
153
- uipath-2.1.59.dist-info/METADATA,sha256=rdYh58XcywOF-95bX4oq6F-XMcFD4s5Yu9bjiI78WI8,6482
154
- uipath-2.1.59.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
155
- uipath-2.1.59.dist-info/entry_points.txt,sha256=9C2_29U6Oq1ExFu7usihR-dnfIVNSKc-0EFbh0rskB4,43
156
- uipath-2.1.59.dist-info/licenses/LICENSE,sha256=-KBavWXepyDjimmzH5fVAsi-6jNVpIKFc2kZs0Ri4ng,1058
157
- uipath-2.1.59.dist-info/RECORD,,
153
+ uipath-2.1.60.dist-info/METADATA,sha256=pmHXRToqi0Vx0GKdMD-4s6w0E1o3Sn1IfywvCL7dWxg,6482
154
+ uipath-2.1.60.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
155
+ uipath-2.1.60.dist-info/entry_points.txt,sha256=9C2_29U6Oq1ExFu7usihR-dnfIVNSKc-0EFbh0rskB4,43
156
+ uipath-2.1.60.dist-info/licenses/LICENSE,sha256=-KBavWXepyDjimmzH5fVAsi-6jNVpIKFc2kZs0Ri4ng,1058
157
+ uipath-2.1.60.dist-info/RECORD,,