asteroid-odyssey 1.6.124__py3-none-any.whl → 1.6.133__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.
- asteroid_odyssey/models/agents_execution_activity_file_added_payload.py +2 -2
- {asteroid_odyssey-1.6.124.dist-info → asteroid_odyssey-1.6.133.dist-info}/METADATA +1 -1
- {asteroid_odyssey-1.6.124.dist-info → asteroid_odyssey-1.6.133.dist-info}/RECORD +5 -5
- {asteroid_odyssey-1.6.124.dist-info → asteroid_odyssey-1.6.133.dist-info}/WHEEL +0 -0
- {asteroid_odyssey-1.6.124.dist-info → asteroid_odyssey-1.6.133.dist-info}/top_level.txt +0 -0
|
@@ -45,8 +45,8 @@ class AgentsExecutionActivityFileAddedPayload(BaseModel):
|
|
|
45
45
|
@field_validator('source')
|
|
46
46
|
def source_validate_enum(cls, value):
|
|
47
47
|
"""Validates the enum"""
|
|
48
|
-
if value not in set(['upload', 'download']):
|
|
49
|
-
raise ValueError("must be one of enum values ('upload', 'download')")
|
|
48
|
+
if value not in set(['upload', 'download', 'agent']):
|
|
49
|
+
raise ValueError("must be one of enum values ('upload', 'download', 'agent')")
|
|
50
50
|
return value
|
|
51
51
|
|
|
52
52
|
model_config = ConfigDict(
|
|
@@ -26,7 +26,7 @@ asteroid_odyssey/models/agents_execution_activity_action_failed_payload.py,sha25
|
|
|
26
26
|
asteroid_odyssey/models/agents_execution_activity_action_started_info.py,sha256=J05CWqINkJlkcypKkQt_V0pOWmIM4Ps47XhRo2cseuk,19329
|
|
27
27
|
asteroid_odyssey/models/agents_execution_activity_action_started_payload.py,sha256=69C_3WI52QG06AyNMAlCYdTlyEyOgerng9EB1X3CV0c,3845
|
|
28
28
|
asteroid_odyssey/models/agents_execution_activity_continued_on_node_payload.py,sha256=JO_Aen0qY0IXX5ItblIzbPbqhqLCE_KBr2hX0c32iLM,3459
|
|
29
|
-
asteroid_odyssey/models/agents_execution_activity_file_added_payload.py,sha256=
|
|
29
|
+
asteroid_odyssey/models/agents_execution_activity_file_added_payload.py,sha256=yTYB24pGZxam1Ix2Nb-Pzg2zD4LjUwTDjdSrE3Sg6i4,3838
|
|
30
30
|
asteroid_odyssey/models/agents_execution_activity_generic_payload.py,sha256=ClyP-v4Ck3zq7ns6hNb6ZosxOn4Kd2raLQSJWIjDPmM,2986
|
|
31
31
|
asteroid_odyssey/models/agents_execution_activity_payload_union.py,sha256=gBV3tA86SesZzUChuH4-i7N3fRQwmzIIbskM0cvEX-U,22879
|
|
32
32
|
asteroid_odyssey/models/agents_execution_activity_playwright_script_generated_payload.py,sha256=oYkKCZHMAofFEonK8NbYEdbJR2fGY9w2Rb34FeR6ItM,4318
|
|
@@ -121,7 +121,7 @@ asteroid_odyssey/models/common_sort_direction.py,sha256=UBW99PM3QRGRRE7dB5OSBhmh
|
|
|
121
121
|
asteroid_odyssey/models/common_unauthorized_error_body.py,sha256=Ng62vZVuPWEkTvdnYimbItSKhUGT9G52ZOapMQ2O7Xg,2897
|
|
122
122
|
asteroid_odyssey/models/executions_list200_response.py,sha256=hbMbbsh7F8Cjl3S2hhRkcH4cvHCL24TVz8fwhGE9LfI,3288
|
|
123
123
|
asteroid_odyssey/models/version.py,sha256=Vjiri_a5CcDJ1lSziRqif5HuFpaxneVDLIB1r8SFIkE,707
|
|
124
|
-
asteroid_odyssey-1.6.
|
|
125
|
-
asteroid_odyssey-1.6.
|
|
126
|
-
asteroid_odyssey-1.6.
|
|
127
|
-
asteroid_odyssey-1.6.
|
|
124
|
+
asteroid_odyssey-1.6.133.dist-info/METADATA,sha256=kiMmzRc-AJPWKDkbS7-M_QPig1S5wT5kQXEeHrLtrMk,1891
|
|
125
|
+
asteroid_odyssey-1.6.133.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
126
|
+
asteroid_odyssey-1.6.133.dist-info/top_level.txt,sha256=h4T6NKscnThJ4Nhzors2NKlJeZzepnM7XvDgsnfi5HA,17
|
|
127
|
+
asteroid_odyssey-1.6.133.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|