daytona_api_client 0.22.0a5__py3-none-any.whl → 0.22.0a6__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 daytona_api_client might be problematic. Click here for more details.

@@ -18,8 +18,8 @@ import pprint
18
18
  import re # noqa: F401
19
19
  import json
20
20
 
21
- from pydantic import BaseModel, ConfigDict, Field
22
- from typing import Any, ClassVar, Dict, List
21
+ from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt
22
+ from typing import Any, ClassVar, Dict, List, Union
23
23
  from typing import Optional, Set
24
24
  from typing_extensions import Self
25
25
 
@@ -28,8 +28,9 @@ class WindowsResponse(BaseModel):
28
28
  WindowsResponse
29
29
  """ # noqa: E501
30
30
  windows: List[Dict[str, Any]] = Field(description="Array of window information for all visible windows")
31
+ count: Union[StrictFloat, StrictInt] = Field(description="The total number of windows found")
31
32
  additional_properties: Dict[str, Any] = {}
32
- __properties: ClassVar[List[str]] = ["windows"]
33
+ __properties: ClassVar[List[str]] = ["windows", "count"]
33
34
 
34
35
  model_config = ConfigDict(
35
36
  populate_by_name=True,
@@ -89,7 +90,8 @@ class WindowsResponse(BaseModel):
89
90
  return cls.model_validate(obj)
90
91
 
91
92
  _obj = cls.model_validate({
92
- "windows": obj.get("windows")
93
+ "windows": obj.get("windows"),
94
+ "count": obj.get("count")
93
95
  })
94
96
  # store additional fields in additional_properties
95
97
  for _key in obj.keys():
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: daytona_api_client
3
- Version: 0.22.0a5
3
+ Version: 0.22.0a6
4
4
  Summary: Daytona
5
5
  Home-page:
6
6
  Author: Daytona Platforms Inc.
@@ -144,10 +144,10 @@ daytona_api_client/models/user_public_key.py,sha256=Y0_O7Sq8NP3XzCdKJJj7iTavEY8y
144
144
  daytona_api_client/models/volume.py,sha256=asBdm16e6uaBZKs00f-TMYVRVHyJaNuZquxdYSMcqEo,4465
145
145
  daytona_api_client/models/volume_dto.py,sha256=NL6A6xpc9liR_zlVZKGCoHLlz6r4LAHrMW2uL0TClnI,4594
146
146
  daytona_api_client/models/volume_state.py,sha256=AaOsyPygY58fquvIkrwFndsXMrG0dCYcGKd8HRZhulg,848
147
- daytona_api_client/models/windows_response.py,sha256=ZmazTV0mhwyq18D65OTvL3f4_RycrRccpu5Ix4xM4o4,3118
147
+ daytona_api_client/models/windows_response.py,sha256=1fW2GYVSjFbipfQupU2MjfhUlcEyawzwtnWnwGngsFs,3295
148
148
  daytona_api_client/models/workspace.py,sha256=yfqeQg6Sv4hNBHrMnhKRCMTwKoOzCWa4JJ3rxjhZvqs,10693
149
- daytona_api_client-0.22.0a5.dist-info/licenses/LICENSE,sha256=Qrw_9vreBpJ9mUMcB5B7ALDecZHgRciuOqS0BPfpihc,10752
150
- daytona_api_client-0.22.0a5.dist-info/METADATA,sha256=iZFup2SndCvZz_i8GMxU2kI2mRvBztlmSDYipRsB_6U,620
151
- daytona_api_client-0.22.0a5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
152
- daytona_api_client-0.22.0a5.dist-info/top_level.txt,sha256=sDZKAfxKnAQYvOLS9vAOx88EYH3wV5Wx897pODDupuE,19
153
- daytona_api_client-0.22.0a5.dist-info/RECORD,,
149
+ daytona_api_client-0.22.0a6.dist-info/licenses/LICENSE,sha256=Qrw_9vreBpJ9mUMcB5B7ALDecZHgRciuOqS0BPfpihc,10752
150
+ daytona_api_client-0.22.0a6.dist-info/METADATA,sha256=YwTT0FWUJKrX_YRFWApqdIlW8oGlz0vWnfdSRBmQ6Fg,620
151
+ daytona_api_client-0.22.0a6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
152
+ daytona_api_client-0.22.0a6.dist-info/top_level.txt,sha256=sDZKAfxKnAQYvOLS9vAOx88EYH3wV5Wx897pODDupuE,19
153
+ daytona_api_client-0.22.0a6.dist-info/RECORD,,