daytona_api_client 0.25.1__py3-none-any.whl → 0.25.2__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.

@@ -117,7 +117,6 @@ from daytona_api_client.models.set_snapshot_general_status_dto import SetSnapsho
117
117
  from daytona_api_client.models.snapshot_dto import SnapshotDto
118
118
  from daytona_api_client.models.snapshot_state import SnapshotState
119
119
  from daytona_api_client.models.storage_access_dto import StorageAccessDto
120
- from daytona_api_client.models.toggle_state import ToggleState
121
120
  from daytona_api_client.models.update_assigned_organization_roles import UpdateAssignedOrganizationRoles
122
121
  from daytona_api_client.models.update_docker_registry import UpdateDockerRegistry
123
122
  from daytona_api_client.models.update_organization_invitation import UpdateOrganizationInvitation
@@ -39,8 +39,8 @@ class CreateAuditLog(BaseModel):
39
39
  @field_validator('action')
40
40
  def action_validate_enum(cls, value):
41
41
  """Validates the enum"""
42
- if value not in set(['create', 'read', 'update', 'delete', 'login', 'set_default', 'update_role', 'update_assigned_roles', 'update_quota', 'suspend', 'unsuspend', 'accept', 'decline', 'link_account', 'unlink_account', 'leave_organization', 'regenerate_key_pair', 'update_scheduling', 'start', 'stop', 'replace_labels', 'create_backup', 'update_public_status', 'set_auto_stop_interval', 'set_auto_archive_interval', 'set_auto_delete_interval', 'archive', 'get_port_preview_url', 'toggle_state', 'set_general_status', 'activate', 'toolbox_delete_file', 'toolbox_download_file', 'toolbox_create_folder', 'toolbox_move_file', 'toolbox_set_file_permissions', 'toolbox_replace_in_files', 'toolbox_upload_file', 'toolbox_bulk_upload_files', 'toolbox_git_add_files', 'toolbox_git_create_branch', 'toolbox_git_delete_branch', 'toolbox_git_clone_repository', 'toolbox_git_commit_changes', 'toolbox_git_pull_changes', 'toolbox_git_push_changes', 'toolbox_git_checkout_branch', 'toolbox_execute_command', 'toolbox_create_session', 'toolbox_session_execute_command', 'toolbox_delete_session', 'toolbox_computer_use_start', 'toolbox_computer_use_stop', 'toolbox_computer_use_restart_process']):
43
- raise ValueError("must be one of enum values ('create', 'read', 'update', 'delete', 'login', 'set_default', 'update_role', 'update_assigned_roles', 'update_quota', 'suspend', 'unsuspend', 'accept', 'decline', 'link_account', 'unlink_account', 'leave_organization', 'regenerate_key_pair', 'update_scheduling', 'start', 'stop', 'replace_labels', 'create_backup', 'update_public_status', 'set_auto_stop_interval', 'set_auto_archive_interval', 'set_auto_delete_interval', 'archive', 'get_port_preview_url', 'toggle_state', 'set_general_status', 'activate', 'toolbox_delete_file', 'toolbox_download_file', 'toolbox_create_folder', 'toolbox_move_file', 'toolbox_set_file_permissions', 'toolbox_replace_in_files', 'toolbox_upload_file', 'toolbox_bulk_upload_files', 'toolbox_git_add_files', 'toolbox_git_create_branch', 'toolbox_git_delete_branch', 'toolbox_git_clone_repository', 'toolbox_git_commit_changes', 'toolbox_git_pull_changes', 'toolbox_git_push_changes', 'toolbox_git_checkout_branch', 'toolbox_execute_command', 'toolbox_create_session', 'toolbox_session_execute_command', 'toolbox_delete_session', 'toolbox_computer_use_start', 'toolbox_computer_use_stop', 'toolbox_computer_use_restart_process')")
42
+ if value not in set(['create', 'read', 'update', 'delete', 'login', 'set_default', 'update_role', 'update_assigned_roles', 'update_quota', 'suspend', 'unsuspend', 'accept', 'decline', 'link_account', 'unlink_account', 'leave_organization', 'regenerate_key_pair', 'update_scheduling', 'start', 'stop', 'replace_labels', 'create_backup', 'update_public_status', 'set_auto_stop_interval', 'set_auto_archive_interval', 'set_auto_delete_interval', 'archive', 'get_port_preview_url', 'set_general_status', 'activate', 'deactivate', 'toolbox_delete_file', 'toolbox_download_file', 'toolbox_create_folder', 'toolbox_move_file', 'toolbox_set_file_permissions', 'toolbox_replace_in_files', 'toolbox_upload_file', 'toolbox_bulk_upload_files', 'toolbox_git_add_files', 'toolbox_git_create_branch', 'toolbox_git_delete_branch', 'toolbox_git_clone_repository', 'toolbox_git_commit_changes', 'toolbox_git_pull_changes', 'toolbox_git_push_changes', 'toolbox_git_checkout_branch', 'toolbox_execute_command', 'toolbox_create_session', 'toolbox_session_execute_command', 'toolbox_delete_session', 'toolbox_computer_use_start', 'toolbox_computer_use_stop', 'toolbox_computer_use_restart_process']):
43
+ raise ValueError("must be one of enum values ('create', 'read', 'update', 'delete', 'login', 'set_default', 'update_role', 'update_assigned_roles', 'update_quota', 'suspend', 'unsuspend', 'accept', 'decline', 'link_account', 'unlink_account', 'leave_organization', 'regenerate_key_pair', 'update_scheduling', 'start', 'stop', 'replace_labels', 'create_backup', 'update_public_status', 'set_auto_stop_interval', 'set_auto_archive_interval', 'set_auto_delete_interval', 'archive', 'get_port_preview_url', 'set_general_status', 'activate', 'deactivate', 'toolbox_delete_file', 'toolbox_download_file', 'toolbox_create_folder', 'toolbox_move_file', 'toolbox_set_file_permissions', 'toolbox_replace_in_files', 'toolbox_upload_file', 'toolbox_bulk_upload_files', 'toolbox_git_add_files', 'toolbox_git_create_branch', 'toolbox_git_delete_branch', 'toolbox_git_clone_repository', 'toolbox_git_commit_changes', 'toolbox_git_pull_changes', 'toolbox_git_push_changes', 'toolbox_git_checkout_branch', 'toolbox_execute_command', 'toolbox_create_session', 'toolbox_session_execute_command', 'toolbox_delete_session', 'toolbox_computer_use_start', 'toolbox_computer_use_stop', 'toolbox_computer_use_restart_process')")
44
44
  return value
45
45
 
46
46
  @field_validator('target_type')
@@ -19,7 +19,7 @@ import re # noqa: F401
19
19
  import json
20
20
 
21
21
  from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr, field_validator
22
- from typing import Any, ClassVar, Dict, List
22
+ from typing import Any, ClassVar, Dict, List, Optional
23
23
  from typing import Optional, Set
24
24
  from typing_extensions import Self
25
25
 
@@ -31,9 +31,9 @@ class CreateDockerRegistry(BaseModel):
31
31
  url: StrictStr = Field(description="Registry URL")
32
32
  username: StrictStr = Field(description="Registry username")
33
33
  password: StrictStr = Field(description="Registry password")
34
- project: StrictStr = Field(description="Registry project")
34
+ project: Optional[StrictStr] = Field(default=None, description="Registry project")
35
35
  registry_type: StrictStr = Field(description="Registry type", alias="registryType")
36
- is_default: StrictBool = Field(description="Set as default registry", alias="isDefault")
36
+ is_default: Optional[StrictBool] = Field(default=None, description="Set as default registry", alias="isDefault")
37
37
  additional_properties: Dict[str, Any] = {}
38
38
  __properties: ClassVar[List[str]] = ["name", "url", "username", "password", "project", "registryType", "isDefault"]
39
39
 
@@ -107,8 +107,8 @@ class CreateDockerRegistry(BaseModel):
107
107
  "username": obj.get("username"),
108
108
  "password": obj.get("password"),
109
109
  "project": obj.get("project"),
110
- "registryType": obj.get("registryType") if obj.get("registryType") is not None else 'internal',
111
- "isDefault": obj.get("isDefault") if obj.get("isDefault") is not None else False
110
+ "registryType": obj.get("registryType") if obj.get("registryType") is not None else 'organization',
111
+ "isDefault": obj.get("isDefault")
112
112
  })
113
113
  # store additional fields in additional_properties
114
114
  for _key in obj.keys():
@@ -35,7 +35,6 @@ class SnapshotDto(BaseModel):
35
35
  general: StrictBool
36
36
  name: StrictStr
37
37
  image_name: Optional[StrictStr] = Field(default=None, alias="imageName")
38
- enabled: StrictBool
39
38
  state: SnapshotState
40
39
  size: Optional[Union[StrictFloat, StrictInt]]
41
40
  entrypoint: Optional[List[StrictStr]]
@@ -49,7 +48,7 @@ class SnapshotDto(BaseModel):
49
48
  last_used_at: Optional[datetime] = Field(alias="lastUsedAt")
50
49
  build_info: Optional[BuildInfo] = Field(default=None, description="Build information for the snapshot", alias="buildInfo")
51
50
  additional_properties: Dict[str, Any] = {}
52
- __properties: ClassVar[List[str]] = ["id", "organizationId", "general", "name", "imageName", "enabled", "state", "size", "entrypoint", "cpu", "gpu", "mem", "disk", "errorReason", "createdAt", "updatedAt", "lastUsedAt", "buildInfo"]
51
+ __properties: ClassVar[List[str]] = ["id", "organizationId", "general", "name", "imageName", "state", "size", "entrypoint", "cpu", "gpu", "mem", "disk", "errorReason", "createdAt", "updatedAt", "lastUsedAt", "buildInfo"]
53
52
 
54
53
  model_config = ConfigDict(
55
54
  populate_by_name=True,
@@ -137,7 +136,6 @@ class SnapshotDto(BaseModel):
137
136
  "general": obj.get("general"),
138
137
  "name": obj.get("name"),
139
138
  "imageName": obj.get("imageName"),
140
- "enabled": obj.get("enabled"),
141
139
  "state": obj.get("state"),
142
140
  "size": obj.get("size"),
143
141
  "entrypoint": obj.get("entrypoint"),
@@ -28,10 +28,12 @@ class UpdateDockerRegistry(BaseModel):
28
28
  UpdateDockerRegistry
29
29
  """ # noqa: E501
30
30
  name: StrictStr = Field(description="Registry name")
31
+ url: StrictStr = Field(description="Registry URL")
31
32
  username: StrictStr = Field(description="Registry username")
32
33
  password: Optional[StrictStr] = Field(default=None, description="Registry password")
34
+ project: Optional[StrictStr] = Field(default=None, description="Registry project")
33
35
  additional_properties: Dict[str, Any] = {}
34
- __properties: ClassVar[List[str]] = ["name", "username", "password"]
36
+ __properties: ClassVar[List[str]] = ["name", "url", "username", "password", "project"]
35
37
 
36
38
  model_config = ConfigDict(
37
39
  populate_by_name=True,
@@ -92,8 +94,10 @@ class UpdateDockerRegistry(BaseModel):
92
94
 
93
95
  _obj = cls.model_validate({
94
96
  "name": obj.get("name"),
97
+ "url": obj.get("url"),
95
98
  "username": obj.get("username"),
96
- "password": obj.get("password")
99
+ "password": obj.get("password"),
100
+ "project": obj.get("project")
97
101
  })
98
102
  # store additional fields in additional_properties
99
103
  for _key in obj.keys():
@@ -18,6 +18,7 @@ import pprint
18
18
  import re # noqa: F401
19
19
  import json
20
20
 
21
+ from datetime import datetime
21
22
  from pydantic import BaseModel, ConfigDict, Field, StrictStr
22
23
  from typing import Any, ClassVar, Dict, List
23
24
  from daytona_api_client.models.user_public_key import UserPublicKey
@@ -32,8 +33,9 @@ class User(BaseModel):
32
33
  name: StrictStr = Field(description="User name")
33
34
  email: StrictStr = Field(description="User email")
34
35
  public_keys: List[UserPublicKey] = Field(description="User public keys", alias="publicKeys")
36
+ created_at: datetime = Field(description="Creation timestamp", alias="createdAt")
35
37
  additional_properties: Dict[str, Any] = {}
36
- __properties: ClassVar[List[str]] = ["id", "name", "email", "publicKeys"]
38
+ __properties: ClassVar[List[str]] = ["id", "name", "email", "publicKeys", "createdAt"]
37
39
 
38
40
  model_config = ConfigDict(
39
41
  populate_by_name=True,
@@ -103,7 +105,8 @@ class User(BaseModel):
103
105
  "id": obj.get("id"),
104
106
  "name": obj.get("name"),
105
107
  "email": obj.get("email"),
106
- "publicKeys": [UserPublicKey.from_dict(_item) for _item in obj["publicKeys"]] if obj.get("publicKeys") is not None else None
108
+ "publicKeys": [UserPublicKey.from_dict(_item) for _item in obj["publicKeys"]] if obj.get("publicKeys") is not None else None,
109
+ "createdAt": obj.get("createdAt")
107
110
  })
108
111
  # store additional fields in additional_properties
109
112
  for _key in obj.keys():
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: daytona_api_client
3
- Version: 0.25.1
3
+ Version: 0.25.2
4
4
  Summary: Daytona
5
5
  Home-page:
6
6
  Author: Daytona Platforms Inc.
@@ -1,4 +1,4 @@
1
- daytona_api_client/__init__.py,sha256=p7QzISJGQzxL6sgV3IdnwbHJQo1xWcyf50GDxhvb7ok,10227
1
+ daytona_api_client/__init__.py,sha256=hQHxKI9Jx7vhpnUFMs9TlZlfIGqDMEwyN-0u8Ef0YfQ,10164
2
2
  daytona_api_client/api_client.py,sha256=9EKcRsveS2okE5kTbp212LVTY6LJATDZEqA8Rj77vXY,27455
3
3
  daytona_api_client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
4
  daytona_api_client/configuration.py,sha256=Dz7AXjEZ4BCCCUoGQZLfXUTtuH1PUuo3KrlwLO5Dlsk,18241
@@ -14,12 +14,12 @@ daytona_api_client/api/organizations_api.py,sha256=v54UhVnCbP_UJWayO5b5yC_y-LIjv
14
14
  daytona_api_client/api/preview_api.py,sha256=_cYR0xaBKtYBFUKIRezvR0d6swN7yKkmVkJ5yBLk_ro,31054
15
15
  daytona_api_client/api/runners_api.py,sha256=kl74Mg19G71Kcj9dNK9xeJCaZ2upk4z-DS7Ul70n-Ww,49018
16
16
  daytona_api_client/api/sandbox_api.py,sha256=HIcVHneL_fcHF867FMb5kou9zXDKhZvTWKlowr59Zb4,175269
17
- daytona_api_client/api/snapshots_api.py,sha256=uUfjAnmzkxWplBcOhhCCjRfWL4MXdITOoGzgoTUmScU,104580
17
+ daytona_api_client/api/snapshots_api.py,sha256=rt0h_XOyGay-JEaqw69-JqiJEq0GbG1U-MKJtg3Ez0c,103174
18
18
  daytona_api_client/api/toolbox_api.py,sha256=izj9K1CqTATLepFrFqrgJ0rAZ3TlBXYlcuXkZij1EPQ,720094
19
19
  daytona_api_client/api/users_api.py,sha256=KR4cw2mfRp06QV2b0UXXQ1Jcx59TyuS0c7yGRr2Sodk,86402
20
20
  daytona_api_client/api/volumes_api.py,sha256=N9kxZzhfaZxC_YQ-Vi1QksoTIzqp_dFADywgQup1oSk,56613
21
21
  daytona_api_client/api/workspace_api.py,sha256=mjn4jlTtMbKfuqxcr9goo-01RJX-hFjVLT1rF8K5uKI,169328
22
- daytona_api_client/models/__init__.py,sha256=LQiNH45dMLgCyA8ThwSCAO1YK-hs4FUS9mv5avhiXhY,8848
22
+ daytona_api_client/models/__init__.py,sha256=6tOqBwIma5R5Hn0ihlH37vfnJFUZIdgbelQ7XS8auzk,8785
23
23
  daytona_api_client/models/account_provider.py,sha256=yKJ_dMGnxGalNYuVTmo4CoFHpj1PIssSE1rnUaQeOKY,3154
24
24
  daytona_api_client/models/account_provider_dto.py,sha256=__7634O02yfv49jLLzvadJlF1YodOeZmWzjZKUmtd2Y,3154
25
25
  daytona_api_client/models/api_key_list.py,sha256=LwEm8q2SjDOGa04S0kkk4GRbZPvrpVJ-4Ju1dgcp0b8,5005
@@ -36,9 +36,9 @@ daytona_api_client/models/computer_use_start_response.py,sha256=9VYe5UMBU-0EpGaw
36
36
  daytona_api_client/models/computer_use_status_response.py,sha256=P2dNSx1Ot-szu4y5gk1GCEJixCxsXrVnMNetxeYMh54,3489
37
37
  daytona_api_client/models/computer_use_stop_response.py,sha256=FUpPYsIMPXqCGKYqdvVozjHHthg5j0o8NOMCYXjp5lY,3332
38
38
  daytona_api_client/models/create_api_key.py,sha256=GFv3d-rA2Mbr9UhP-0O0DKm-gvln_JSGFJjMyoSAc8A,4351
39
- daytona_api_client/models/create_audit_log.py,sha256=I_v7yov07uzV4QS2ZbLsF49DY5PdRxuCuMVovjQtqfE,6867
39
+ daytona_api_client/models/create_audit_log.py,sha256=w6wUGpqj0UROd7GqLPXto_3hsN660WEfobFF-zX-hpg,6863
40
40
  daytona_api_client/models/create_build_info.py,sha256=hepmmgcZn199sgLksLm3ksJNSv-XLSgqL2BPdFnNAdg,3402
41
- daytona_api_client/models/create_docker_registry.py,sha256=pOdS9twot2wjKWcf3-fxq4UuzmUUCFBcPdIIqKynR7c,4322
41
+ daytona_api_client/models/create_docker_registry.py,sha256=dyWgwtTu6RcbGgXyosFbwtvPJ55FjuK0duof-jK9o7Q,4337
42
42
  daytona_api_client/models/create_linked_account.py,sha256=ar_cK_7Ep9iQ6zKeYDEMhQ5m3jc5EuomXj9SpdtWtSE,3289
43
43
  daytona_api_client/models/create_organization.py,sha256=0sDPZBYWzMT5pc0edRwPRnDZ9nz4rlOhnNhmwxbtfZg,3091
44
44
  daytona_api_client/models/create_organization_invitation.py,sha256=U5uLVrI3b5kfVqffuwzuqaAsZ-Ml-1xGM5RndmIz-Gk,4016
@@ -128,12 +128,12 @@ daytona_api_client/models/session.py,sha256=dg-bsVQRCgL7bIMUYXCufpJfF_QYfLLc88cw
128
128
  daytona_api_client/models/session_execute_request.py,sha256=_okMRsfmRsIeUe9tUSg06doA9t_FtzPJmh0_IV3Yw4c,3545
129
129
  daytona_api_client/models/session_execute_response.py,sha256=_TYkpP7y3HKGYRKUPS1PxXlWQKl2iHOqeYP6jwNR48Q,3558
130
130
  daytona_api_client/models/set_snapshot_general_status_dto.py,sha256=d1qZ9B51JmiJAYpCvUgiYgB40Ckj_0ubx9Jse9QMkmQ,3148
131
- daytona_api_client/models/snapshot_dto.py,sha256=Y96esCB76ra4lZ8thE64xNhN7Z2yGgJKq-IKIQn0jy8,6129
131
+ daytona_api_client/models/snapshot_dto.py,sha256=eTX3vGw5K0RhjFkNKSo_VcNl28ehB0ZjlEh9TSu_RYY,6051
132
132
  daytona_api_client/models/snapshot_state.py,sha256=hVEXEtoHEfE0jd5cF-979GTSKGYZnY6tiIQBU1Ww-9o,975
133
133
  daytona_api_client/models/storage_access_dto.py,sha256=aivW_3ewAA5jcevSPyvsTaqqY5nUeaW8_2OPUeih614,3879
134
134
  daytona_api_client/models/toggle_state.py,sha256=6EGZ3_exKZ45Awog-I-9SiEE1wzxVk-dSSfl9IyMf1E,3087
135
135
  daytona_api_client/models/update_assigned_organization_roles.py,sha256=G8-T_36mlvj5o0QGO5rhXcMed86NaWyEc8kvhRm4Uho,3172
136
- daytona_api_client/models/update_docker_registry.py,sha256=XHnBWIRTxZtCXv-rNUVd96dkSqDENPSiC9EUQ_GwyxU,3366
136
+ daytona_api_client/models/update_docker_registry.py,sha256=ya9FuZ3xvkUr0Dt69umaIJZjnH3Fy882qs82pt2iytw,3604
137
137
  daytona_api_client/models/update_organization_invitation.py,sha256=_98DviKjGYq1h_zKngy0WphVyvi19d6kO8yiMgviX5A,3809
138
138
  daytona_api_client/models/update_organization_member_role.py,sha256=-B8wsTJgQSkQTiYqD0nuc8yUXRRzIX5U0z5z94CTc5Q,3401
139
139
  daytona_api_client/models/update_organization_quota.py,sha256=qfwgYkEKBJHhksdhbC0_LZUt5fBBFehQdtfq5seFSGc,6830
@@ -143,15 +143,15 @@ daytona_api_client/models/upload_file_dto.py,sha256=l9Fl0Pw-58mwz0vWUkC7JJ9X1YX4
143
143
  daytona_api_client/models/upload_file_request_file.py,sha256=Ge_t-zpwCKTv6CCR5DQK3J5FDTYD6OHqZ9A-5pziEY0,5810
144
144
  daytona_api_client/models/upload_files_multi_request_files_inner.py,sha256=2YePDzX-ewGOj8UHlplb7q85e6f4nrDcQUttzjbPxxM,3228
145
145
  daytona_api_client/models/usage_overview.py,sha256=OvQ7AS-BvkGeVDtlV2eo9sBAZt1jRmJqPUHJCT4F6bU,4126
146
- daytona_api_client/models/user.py,sha256=8sTjhOPep5o9Sx8OmrrrlAg2snvVAnn4mV_RCJHthXY,3884
146
+ daytona_api_client/models/user.py,sha256=sXLeH2Rivv_Jls4rGcv3ihfX9B7-4pCZqk_JrSGBGmI,4060
147
147
  daytona_api_client/models/user_public_key.py,sha256=Y0_O7Sq8NP3XzCdKJJj7iTavEY8ytcBAf0Q3qOnJhbQ,3150
148
148
  daytona_api_client/models/volume.py,sha256=asBdm16e6uaBZKs00f-TMYVRVHyJaNuZquxdYSMcqEo,4465
149
149
  daytona_api_client/models/volume_dto.py,sha256=NL6A6xpc9liR_zlVZKGCoHLlz6r4LAHrMW2uL0TClnI,4594
150
150
  daytona_api_client/models/volume_state.py,sha256=AaOsyPygY58fquvIkrwFndsXMrG0dCYcGKd8HRZhulg,848
151
151
  daytona_api_client/models/windows_response.py,sha256=1fW2GYVSjFbipfQupU2MjfhUlcEyawzwtnWnwGngsFs,3295
152
152
  daytona_api_client/models/workspace.py,sha256=9ORG3s149qLI_7RSAAPf7j6WR1AZAgpkS37BFWQJ1Qk,11017
153
- daytona_api_client-0.25.1.dist-info/licenses/LICENSE,sha256=Qrw_9vreBpJ9mUMcB5B7ALDecZHgRciuOqS0BPfpihc,10752
154
- daytona_api_client-0.25.1.dist-info/METADATA,sha256=-g03_3TJUl70C_VVKS6XpzxXLOxwgzNlcwFRLANCSPE,618
155
- daytona_api_client-0.25.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
156
- daytona_api_client-0.25.1.dist-info/top_level.txt,sha256=sDZKAfxKnAQYvOLS9vAOx88EYH3wV5Wx897pODDupuE,19
157
- daytona_api_client-0.25.1.dist-info/RECORD,,
153
+ daytona_api_client-0.25.2.dist-info/licenses/LICENSE,sha256=Qrw_9vreBpJ9mUMcB5B7ALDecZHgRciuOqS0BPfpihc,10752
154
+ daytona_api_client-0.25.2.dist-info/METADATA,sha256=bbbqrZ0fs8mvIFE01QD0-dZwpMHIFiwotIFZLNXHJ0I,618
155
+ daytona_api_client-0.25.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
156
+ daytona_api_client-0.25.2.dist-info/top_level.txt,sha256=sDZKAfxKnAQYvOLS9vAOx88EYH3wV5Wx897pODDupuE,19
157
+ daytona_api_client-0.25.2.dist-info/RECORD,,