daytona_api_client 0.27.1__py3-none-any.whl → 0.102.0rc1__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.
- daytona_api_client/__init__.py +2 -1
- daytona_api_client/api/organizations_api.py +330 -27
- daytona_api_client/api/preview_api.py +12 -5
- daytona_api_client/api/toolbox_api.py +0 -17
- daytona_api_client/models/__init__.py +2 -1
- daytona_api_client/models/create_audit_log.py +2 -2
- {daytona_api_client-0.27.1.dist-info → daytona_api_client-0.102.0rc1.dist-info}/METADATA +1 -1
- {daytona_api_client-0.27.1.dist-info → daytona_api_client-0.102.0rc1.dist-info}/RECORD +11 -11
- {daytona_api_client-0.27.1.dist-info → daytona_api_client-0.102.0rc1.dist-info}/WHEEL +0 -0
- {daytona_api_client-0.27.1.dist-info → daytona_api_client-0.102.0rc1.dist-info}/licenses/LICENSE +0 -0
- {daytona_api_client-0.27.1.dist-info → daytona_api_client-0.102.0rc1.dist-info}/top_level.txt +0 -0
daytona_api_client/__init__.py
CHANGED
|
@@ -155,9 +155,10 @@ from daytona_api_client.models.snapshot_state import SnapshotState
|
|
|
155
155
|
from daytona_api_client.models.ssh_access_dto import SshAccessDto
|
|
156
156
|
from daytona_api_client.models.ssh_access_validation_dto import SshAccessValidationDto
|
|
157
157
|
from daytona_api_client.models.storage_access_dto import StorageAccessDto
|
|
158
|
+
from daytona_api_client.models.update_assigned_organization_roles import UpdateAssignedOrganizationRoles
|
|
158
159
|
from daytona_api_client.models.update_docker_registry import UpdateDockerRegistry
|
|
159
160
|
from daytona_api_client.models.update_organization_invitation import UpdateOrganizationInvitation
|
|
160
|
-
from daytona_api_client.models.
|
|
161
|
+
from daytona_api_client.models.update_organization_member_role import UpdateOrganizationMemberRole
|
|
161
162
|
from daytona_api_client.models.update_organization_quota import UpdateOrganizationQuota
|
|
162
163
|
from daytona_api_client.models.update_organization_role import UpdateOrganizationRole
|
|
163
164
|
from daytona_api_client.models.user import User
|
|
@@ -29,8 +29,9 @@ from daytona_api_client.models.organization_role import OrganizationRole
|
|
|
29
29
|
from daytona_api_client.models.organization_suspension import OrganizationSuspension
|
|
30
30
|
from daytona_api_client.models.organization_usage_overview import OrganizationUsageOverview
|
|
31
31
|
from daytona_api_client.models.organization_user import OrganizationUser
|
|
32
|
+
from daytona_api_client.models.update_assigned_organization_roles import UpdateAssignedOrganizationRoles
|
|
32
33
|
from daytona_api_client.models.update_organization_invitation import UpdateOrganizationInvitation
|
|
33
|
-
from daytona_api_client.models.
|
|
34
|
+
from daytona_api_client.models.update_organization_member_role import UpdateOrganizationMemberRole
|
|
34
35
|
from daytona_api_client.models.update_organization_quota import UpdateOrganizationQuota
|
|
35
36
|
from daytona_api_client.models.update_organization_role import UpdateOrganizationRole
|
|
36
37
|
|
|
@@ -5526,11 +5527,11 @@ class OrganizationsApi:
|
|
|
5526
5527
|
|
|
5527
5528
|
|
|
5528
5529
|
@validate_call
|
|
5529
|
-
def
|
|
5530
|
+
def update_assigned_organization_roles(
|
|
5530
5531
|
self,
|
|
5531
5532
|
organization_id: Annotated[StrictStr, Field(description="Organization ID")],
|
|
5532
5533
|
user_id: Annotated[StrictStr, Field(description="User ID")],
|
|
5533
|
-
|
|
5534
|
+
update_assigned_organization_roles: UpdateAssignedOrganizationRoles,
|
|
5534
5535
|
_request_timeout: Union[
|
|
5535
5536
|
None,
|
|
5536
5537
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -5544,15 +5545,15 @@ class OrganizationsApi:
|
|
|
5544
5545
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
5545
5546
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
5546
5547
|
) -> OrganizationUser:
|
|
5547
|
-
"""Update
|
|
5548
|
+
"""Update assigned roles to organization member
|
|
5548
5549
|
|
|
5549
5550
|
|
|
5550
5551
|
:param organization_id: Organization ID (required)
|
|
5551
5552
|
:type organization_id: str
|
|
5552
5553
|
:param user_id: User ID (required)
|
|
5553
5554
|
:type user_id: str
|
|
5554
|
-
:param
|
|
5555
|
-
:type
|
|
5555
|
+
:param update_assigned_organization_roles: (required)
|
|
5556
|
+
:type update_assigned_organization_roles: UpdateAssignedOrganizationRoles
|
|
5556
5557
|
:param _request_timeout: timeout setting for this request. If one
|
|
5557
5558
|
number provided, it will be total request
|
|
5558
5559
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5575,10 +5576,10 @@ class OrganizationsApi:
|
|
|
5575
5576
|
:return: Returns the result object.
|
|
5576
5577
|
""" # noqa: E501
|
|
5577
5578
|
|
|
5578
|
-
_param = self.
|
|
5579
|
+
_param = self._update_assigned_organization_roles_serialize(
|
|
5579
5580
|
organization_id=organization_id,
|
|
5580
5581
|
user_id=user_id,
|
|
5581
|
-
|
|
5582
|
+
update_assigned_organization_roles=update_assigned_organization_roles,
|
|
5582
5583
|
_request_auth=_request_auth,
|
|
5583
5584
|
_content_type=_content_type,
|
|
5584
5585
|
_headers=_headers,
|
|
@@ -5600,11 +5601,11 @@ class OrganizationsApi:
|
|
|
5600
5601
|
|
|
5601
5602
|
|
|
5602
5603
|
@validate_call
|
|
5603
|
-
def
|
|
5604
|
+
def update_assigned_organization_roles_with_http_info(
|
|
5604
5605
|
self,
|
|
5605
5606
|
organization_id: Annotated[StrictStr, Field(description="Organization ID")],
|
|
5606
5607
|
user_id: Annotated[StrictStr, Field(description="User ID")],
|
|
5607
|
-
|
|
5608
|
+
update_assigned_organization_roles: UpdateAssignedOrganizationRoles,
|
|
5608
5609
|
_request_timeout: Union[
|
|
5609
5610
|
None,
|
|
5610
5611
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -5618,15 +5619,15 @@ class OrganizationsApi:
|
|
|
5618
5619
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
5619
5620
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
5620
5621
|
) -> ApiResponse[OrganizationUser]:
|
|
5621
|
-
"""Update
|
|
5622
|
+
"""Update assigned roles to organization member
|
|
5622
5623
|
|
|
5623
5624
|
|
|
5624
5625
|
:param organization_id: Organization ID (required)
|
|
5625
5626
|
:type organization_id: str
|
|
5626
5627
|
:param user_id: User ID (required)
|
|
5627
5628
|
:type user_id: str
|
|
5628
|
-
:param
|
|
5629
|
-
:type
|
|
5629
|
+
:param update_assigned_organization_roles: (required)
|
|
5630
|
+
:type update_assigned_organization_roles: UpdateAssignedOrganizationRoles
|
|
5630
5631
|
:param _request_timeout: timeout setting for this request. If one
|
|
5631
5632
|
number provided, it will be total request
|
|
5632
5633
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5649,10 +5650,10 @@ class OrganizationsApi:
|
|
|
5649
5650
|
:return: Returns the result object.
|
|
5650
5651
|
""" # noqa: E501
|
|
5651
5652
|
|
|
5652
|
-
_param = self.
|
|
5653
|
+
_param = self._update_assigned_organization_roles_serialize(
|
|
5653
5654
|
organization_id=organization_id,
|
|
5654
5655
|
user_id=user_id,
|
|
5655
|
-
|
|
5656
|
+
update_assigned_organization_roles=update_assigned_organization_roles,
|
|
5656
5657
|
_request_auth=_request_auth,
|
|
5657
5658
|
_content_type=_content_type,
|
|
5658
5659
|
_headers=_headers,
|
|
@@ -5674,11 +5675,11 @@ class OrganizationsApi:
|
|
|
5674
5675
|
|
|
5675
5676
|
|
|
5676
5677
|
@validate_call
|
|
5677
|
-
def
|
|
5678
|
+
def update_assigned_organization_roles_without_preload_content(
|
|
5678
5679
|
self,
|
|
5679
5680
|
organization_id: Annotated[StrictStr, Field(description="Organization ID")],
|
|
5680
5681
|
user_id: Annotated[StrictStr, Field(description="User ID")],
|
|
5681
|
-
|
|
5682
|
+
update_assigned_organization_roles: UpdateAssignedOrganizationRoles,
|
|
5682
5683
|
_request_timeout: Union[
|
|
5683
5684
|
None,
|
|
5684
5685
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -5692,15 +5693,15 @@ class OrganizationsApi:
|
|
|
5692
5693
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
5693
5694
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
5694
5695
|
) -> RESTResponseType:
|
|
5695
|
-
"""Update
|
|
5696
|
+
"""Update assigned roles to organization member
|
|
5696
5697
|
|
|
5697
5698
|
|
|
5698
5699
|
:param organization_id: Organization ID (required)
|
|
5699
5700
|
:type organization_id: str
|
|
5700
5701
|
:param user_id: User ID (required)
|
|
5701
5702
|
:type user_id: str
|
|
5702
|
-
:param
|
|
5703
|
-
:type
|
|
5703
|
+
:param update_assigned_organization_roles: (required)
|
|
5704
|
+
:type update_assigned_organization_roles: UpdateAssignedOrganizationRoles
|
|
5704
5705
|
:param _request_timeout: timeout setting for this request. If one
|
|
5705
5706
|
number provided, it will be total request
|
|
5706
5707
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5723,10 +5724,10 @@ class OrganizationsApi:
|
|
|
5723
5724
|
:return: Returns the result object.
|
|
5724
5725
|
""" # noqa: E501
|
|
5725
5726
|
|
|
5726
|
-
_param = self.
|
|
5727
|
+
_param = self._update_assigned_organization_roles_serialize(
|
|
5727
5728
|
organization_id=organization_id,
|
|
5728
5729
|
user_id=user_id,
|
|
5729
|
-
|
|
5730
|
+
update_assigned_organization_roles=update_assigned_organization_roles,
|
|
5730
5731
|
_request_auth=_request_auth,
|
|
5731
5732
|
_content_type=_content_type,
|
|
5732
5733
|
_headers=_headers,
|
|
@@ -5743,11 +5744,11 @@ class OrganizationsApi:
|
|
|
5743
5744
|
return response_data.response
|
|
5744
5745
|
|
|
5745
5746
|
|
|
5746
|
-
def
|
|
5747
|
+
def _update_assigned_organization_roles_serialize(
|
|
5747
5748
|
self,
|
|
5748
5749
|
organization_id,
|
|
5749
5750
|
user_id,
|
|
5750
|
-
|
|
5751
|
+
update_assigned_organization_roles,
|
|
5751
5752
|
_request_auth,
|
|
5752
5753
|
_content_type,
|
|
5753
5754
|
_headers,
|
|
@@ -5777,8 +5778,8 @@ class OrganizationsApi:
|
|
|
5777
5778
|
# process the header parameters
|
|
5778
5779
|
# process the form parameters
|
|
5779
5780
|
# process the body parameter
|
|
5780
|
-
if
|
|
5781
|
-
_body_params =
|
|
5781
|
+
if update_assigned_organization_roles is not None:
|
|
5782
|
+
_body_params = update_assigned_organization_roles
|
|
5782
5783
|
|
|
5783
5784
|
|
|
5784
5785
|
# set the HTTP header `Accept`
|
|
@@ -5811,7 +5812,7 @@ class OrganizationsApi:
|
|
|
5811
5812
|
|
|
5812
5813
|
return self.api_client.param_serialize(
|
|
5813
5814
|
method='POST',
|
|
5814
|
-
resource_path='/organizations/{organizationId}/users/{userId}/
|
|
5815
|
+
resource_path='/organizations/{organizationId}/users/{userId}/assigned-roles',
|
|
5815
5816
|
path_params=_path_params,
|
|
5816
5817
|
query_params=_query_params,
|
|
5817
5818
|
header_params=_header_params,
|
|
@@ -6716,3 +6717,305 @@ class OrganizationsApi:
|
|
|
6716
6717
|
)
|
|
6717
6718
|
|
|
6718
6719
|
|
|
6720
|
+
|
|
6721
|
+
|
|
6722
|
+
@validate_call
|
|
6723
|
+
def update_role_for_organization_member(
|
|
6724
|
+
self,
|
|
6725
|
+
organization_id: Annotated[StrictStr, Field(description="Organization ID")],
|
|
6726
|
+
user_id: Annotated[StrictStr, Field(description="User ID")],
|
|
6727
|
+
update_organization_member_role: UpdateOrganizationMemberRole,
|
|
6728
|
+
_request_timeout: Union[
|
|
6729
|
+
None,
|
|
6730
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
6731
|
+
Tuple[
|
|
6732
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
6733
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
6734
|
+
]
|
|
6735
|
+
] = None,
|
|
6736
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
6737
|
+
_content_type: Optional[StrictStr] = None,
|
|
6738
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
6739
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
6740
|
+
) -> OrganizationUser:
|
|
6741
|
+
"""Update role for organization member
|
|
6742
|
+
|
|
6743
|
+
|
|
6744
|
+
:param organization_id: Organization ID (required)
|
|
6745
|
+
:type organization_id: str
|
|
6746
|
+
:param user_id: User ID (required)
|
|
6747
|
+
:type user_id: str
|
|
6748
|
+
:param update_organization_member_role: (required)
|
|
6749
|
+
:type update_organization_member_role: UpdateOrganizationMemberRole
|
|
6750
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
6751
|
+
number provided, it will be total request
|
|
6752
|
+
timeout. It can also be a pair (tuple) of
|
|
6753
|
+
(connection, read) timeouts.
|
|
6754
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
6755
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
6756
|
+
request; this effectively ignores the
|
|
6757
|
+
authentication in the spec for a single request.
|
|
6758
|
+
:type _request_auth: dict, optional
|
|
6759
|
+
:param _content_type: force content-type for the request.
|
|
6760
|
+
:type _content_type: str, Optional
|
|
6761
|
+
:param _headers: set to override the headers for a single
|
|
6762
|
+
request; this effectively ignores the headers
|
|
6763
|
+
in the spec for a single request.
|
|
6764
|
+
:type _headers: dict, optional
|
|
6765
|
+
:param _host_index: set to override the host_index for a single
|
|
6766
|
+
request; this effectively ignores the host_index
|
|
6767
|
+
in the spec for a single request.
|
|
6768
|
+
:type _host_index: int, optional
|
|
6769
|
+
:return: Returns the result object.
|
|
6770
|
+
""" # noqa: E501
|
|
6771
|
+
|
|
6772
|
+
_param = self._update_role_for_organization_member_serialize(
|
|
6773
|
+
organization_id=organization_id,
|
|
6774
|
+
user_id=user_id,
|
|
6775
|
+
update_organization_member_role=update_organization_member_role,
|
|
6776
|
+
_request_auth=_request_auth,
|
|
6777
|
+
_content_type=_content_type,
|
|
6778
|
+
_headers=_headers,
|
|
6779
|
+
_host_index=_host_index
|
|
6780
|
+
)
|
|
6781
|
+
|
|
6782
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
6783
|
+
'200': "OrganizationUser",
|
|
6784
|
+
}
|
|
6785
|
+
response_data = self.api_client.call_api(
|
|
6786
|
+
*_param,
|
|
6787
|
+
_request_timeout=_request_timeout
|
|
6788
|
+
)
|
|
6789
|
+
response_data.read()
|
|
6790
|
+
return self.api_client.response_deserialize(
|
|
6791
|
+
response_data=response_data,
|
|
6792
|
+
response_types_map=_response_types_map,
|
|
6793
|
+
).data
|
|
6794
|
+
|
|
6795
|
+
|
|
6796
|
+
@validate_call
|
|
6797
|
+
def update_role_for_organization_member_with_http_info(
|
|
6798
|
+
self,
|
|
6799
|
+
organization_id: Annotated[StrictStr, Field(description="Organization ID")],
|
|
6800
|
+
user_id: Annotated[StrictStr, Field(description="User ID")],
|
|
6801
|
+
update_organization_member_role: UpdateOrganizationMemberRole,
|
|
6802
|
+
_request_timeout: Union[
|
|
6803
|
+
None,
|
|
6804
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
6805
|
+
Tuple[
|
|
6806
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
6807
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
6808
|
+
]
|
|
6809
|
+
] = None,
|
|
6810
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
6811
|
+
_content_type: Optional[StrictStr] = None,
|
|
6812
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
6813
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
6814
|
+
) -> ApiResponse[OrganizationUser]:
|
|
6815
|
+
"""Update role for organization member
|
|
6816
|
+
|
|
6817
|
+
|
|
6818
|
+
:param organization_id: Organization ID (required)
|
|
6819
|
+
:type organization_id: str
|
|
6820
|
+
:param user_id: User ID (required)
|
|
6821
|
+
:type user_id: str
|
|
6822
|
+
:param update_organization_member_role: (required)
|
|
6823
|
+
:type update_organization_member_role: UpdateOrganizationMemberRole
|
|
6824
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
6825
|
+
number provided, it will be total request
|
|
6826
|
+
timeout. It can also be a pair (tuple) of
|
|
6827
|
+
(connection, read) timeouts.
|
|
6828
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
6829
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
6830
|
+
request; this effectively ignores the
|
|
6831
|
+
authentication in the spec for a single request.
|
|
6832
|
+
:type _request_auth: dict, optional
|
|
6833
|
+
:param _content_type: force content-type for the request.
|
|
6834
|
+
:type _content_type: str, Optional
|
|
6835
|
+
:param _headers: set to override the headers for a single
|
|
6836
|
+
request; this effectively ignores the headers
|
|
6837
|
+
in the spec for a single request.
|
|
6838
|
+
:type _headers: dict, optional
|
|
6839
|
+
:param _host_index: set to override the host_index for a single
|
|
6840
|
+
request; this effectively ignores the host_index
|
|
6841
|
+
in the spec for a single request.
|
|
6842
|
+
:type _host_index: int, optional
|
|
6843
|
+
:return: Returns the result object.
|
|
6844
|
+
""" # noqa: E501
|
|
6845
|
+
|
|
6846
|
+
_param = self._update_role_for_organization_member_serialize(
|
|
6847
|
+
organization_id=organization_id,
|
|
6848
|
+
user_id=user_id,
|
|
6849
|
+
update_organization_member_role=update_organization_member_role,
|
|
6850
|
+
_request_auth=_request_auth,
|
|
6851
|
+
_content_type=_content_type,
|
|
6852
|
+
_headers=_headers,
|
|
6853
|
+
_host_index=_host_index
|
|
6854
|
+
)
|
|
6855
|
+
|
|
6856
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
6857
|
+
'200': "OrganizationUser",
|
|
6858
|
+
}
|
|
6859
|
+
response_data = self.api_client.call_api(
|
|
6860
|
+
*_param,
|
|
6861
|
+
_request_timeout=_request_timeout
|
|
6862
|
+
)
|
|
6863
|
+
response_data.read()
|
|
6864
|
+
return self.api_client.response_deserialize(
|
|
6865
|
+
response_data=response_data,
|
|
6866
|
+
response_types_map=_response_types_map,
|
|
6867
|
+
)
|
|
6868
|
+
|
|
6869
|
+
|
|
6870
|
+
@validate_call
|
|
6871
|
+
def update_role_for_organization_member_without_preload_content(
|
|
6872
|
+
self,
|
|
6873
|
+
organization_id: Annotated[StrictStr, Field(description="Organization ID")],
|
|
6874
|
+
user_id: Annotated[StrictStr, Field(description="User ID")],
|
|
6875
|
+
update_organization_member_role: UpdateOrganizationMemberRole,
|
|
6876
|
+
_request_timeout: Union[
|
|
6877
|
+
None,
|
|
6878
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
6879
|
+
Tuple[
|
|
6880
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
6881
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
6882
|
+
]
|
|
6883
|
+
] = None,
|
|
6884
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
6885
|
+
_content_type: Optional[StrictStr] = None,
|
|
6886
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
6887
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
6888
|
+
) -> RESTResponseType:
|
|
6889
|
+
"""Update role for organization member
|
|
6890
|
+
|
|
6891
|
+
|
|
6892
|
+
:param organization_id: Organization ID (required)
|
|
6893
|
+
:type organization_id: str
|
|
6894
|
+
:param user_id: User ID (required)
|
|
6895
|
+
:type user_id: str
|
|
6896
|
+
:param update_organization_member_role: (required)
|
|
6897
|
+
:type update_organization_member_role: UpdateOrganizationMemberRole
|
|
6898
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
6899
|
+
number provided, it will be total request
|
|
6900
|
+
timeout. It can also be a pair (tuple) of
|
|
6901
|
+
(connection, read) timeouts.
|
|
6902
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
6903
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
6904
|
+
request; this effectively ignores the
|
|
6905
|
+
authentication in the spec for a single request.
|
|
6906
|
+
:type _request_auth: dict, optional
|
|
6907
|
+
:param _content_type: force content-type for the request.
|
|
6908
|
+
:type _content_type: str, Optional
|
|
6909
|
+
:param _headers: set to override the headers for a single
|
|
6910
|
+
request; this effectively ignores the headers
|
|
6911
|
+
in the spec for a single request.
|
|
6912
|
+
:type _headers: dict, optional
|
|
6913
|
+
:param _host_index: set to override the host_index for a single
|
|
6914
|
+
request; this effectively ignores the host_index
|
|
6915
|
+
in the spec for a single request.
|
|
6916
|
+
:type _host_index: int, optional
|
|
6917
|
+
:return: Returns the result object.
|
|
6918
|
+
""" # noqa: E501
|
|
6919
|
+
|
|
6920
|
+
_param = self._update_role_for_organization_member_serialize(
|
|
6921
|
+
organization_id=organization_id,
|
|
6922
|
+
user_id=user_id,
|
|
6923
|
+
update_organization_member_role=update_organization_member_role,
|
|
6924
|
+
_request_auth=_request_auth,
|
|
6925
|
+
_content_type=_content_type,
|
|
6926
|
+
_headers=_headers,
|
|
6927
|
+
_host_index=_host_index
|
|
6928
|
+
)
|
|
6929
|
+
|
|
6930
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
6931
|
+
'200': "OrganizationUser",
|
|
6932
|
+
}
|
|
6933
|
+
response_data = self.api_client.call_api(
|
|
6934
|
+
*_param,
|
|
6935
|
+
_request_timeout=_request_timeout
|
|
6936
|
+
)
|
|
6937
|
+
return response_data.response
|
|
6938
|
+
|
|
6939
|
+
|
|
6940
|
+
def _update_role_for_organization_member_serialize(
|
|
6941
|
+
self,
|
|
6942
|
+
organization_id,
|
|
6943
|
+
user_id,
|
|
6944
|
+
update_organization_member_role,
|
|
6945
|
+
_request_auth,
|
|
6946
|
+
_content_type,
|
|
6947
|
+
_headers,
|
|
6948
|
+
_host_index,
|
|
6949
|
+
) -> RequestSerialized:
|
|
6950
|
+
|
|
6951
|
+
_host = None
|
|
6952
|
+
|
|
6953
|
+
_collection_formats: Dict[str, str] = {
|
|
6954
|
+
}
|
|
6955
|
+
|
|
6956
|
+
_path_params: Dict[str, str] = {}
|
|
6957
|
+
_query_params: List[Tuple[str, str]] = []
|
|
6958
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
6959
|
+
_form_params: List[Tuple[str, str]] = []
|
|
6960
|
+
_files: Dict[
|
|
6961
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
|
6962
|
+
] = {}
|
|
6963
|
+
_body_params: Optional[bytes] = None
|
|
6964
|
+
|
|
6965
|
+
# process the path parameters
|
|
6966
|
+
if organization_id is not None:
|
|
6967
|
+
_path_params['organizationId'] = organization_id
|
|
6968
|
+
if user_id is not None:
|
|
6969
|
+
_path_params['userId'] = user_id
|
|
6970
|
+
# process the query parameters
|
|
6971
|
+
# process the header parameters
|
|
6972
|
+
# process the form parameters
|
|
6973
|
+
# process the body parameter
|
|
6974
|
+
if update_organization_member_role is not None:
|
|
6975
|
+
_body_params = update_organization_member_role
|
|
6976
|
+
|
|
6977
|
+
|
|
6978
|
+
# set the HTTP header `Accept`
|
|
6979
|
+
if 'Accept' not in _header_params:
|
|
6980
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
6981
|
+
[
|
|
6982
|
+
'application/json'
|
|
6983
|
+
]
|
|
6984
|
+
)
|
|
6985
|
+
|
|
6986
|
+
# set the HTTP header `Content-Type`
|
|
6987
|
+
if _content_type:
|
|
6988
|
+
_header_params['Content-Type'] = _content_type
|
|
6989
|
+
else:
|
|
6990
|
+
_default_content_type = (
|
|
6991
|
+
self.api_client.select_header_content_type(
|
|
6992
|
+
[
|
|
6993
|
+
'application/json'
|
|
6994
|
+
]
|
|
6995
|
+
)
|
|
6996
|
+
)
|
|
6997
|
+
if _default_content_type is not None:
|
|
6998
|
+
_header_params['Content-Type'] = _default_content_type
|
|
6999
|
+
|
|
7000
|
+
# authentication setting
|
|
7001
|
+
_auth_settings: List[str] = [
|
|
7002
|
+
'bearer',
|
|
7003
|
+
'oauth2'
|
|
7004
|
+
]
|
|
7005
|
+
|
|
7006
|
+
return self.api_client.param_serialize(
|
|
7007
|
+
method='POST',
|
|
7008
|
+
resource_path='/organizations/{organizationId}/users/{userId}/role',
|
|
7009
|
+
path_params=_path_params,
|
|
7010
|
+
query_params=_query_params,
|
|
7011
|
+
header_params=_header_params,
|
|
7012
|
+
body=_body_params,
|
|
7013
|
+
post_params=_form_params,
|
|
7014
|
+
files=_files,
|
|
7015
|
+
auth_settings=_auth_settings,
|
|
7016
|
+
collection_formats=_collection_formats,
|
|
7017
|
+
_host=_host,
|
|
7018
|
+
_request_auth=_request_auth
|
|
7019
|
+
)
|
|
7020
|
+
|
|
7021
|
+
|
|
@@ -54,7 +54,7 @@ class PreviewApi:
|
|
|
54
54
|
_content_type: Optional[StrictStr] = None,
|
|
55
55
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
56
56
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
57
|
-
) ->
|
|
57
|
+
) -> bool:
|
|
58
58
|
"""Check if user has access to the sandbox
|
|
59
59
|
|
|
60
60
|
|
|
@@ -91,7 +91,7 @@ class PreviewApi:
|
|
|
91
91
|
)
|
|
92
92
|
|
|
93
93
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
94
|
-
'200':
|
|
94
|
+
'200': "bool",
|
|
95
95
|
}
|
|
96
96
|
response_data = self.api_client.call_api(
|
|
97
97
|
*_param,
|
|
@@ -120,7 +120,7 @@ class PreviewApi:
|
|
|
120
120
|
_content_type: Optional[StrictStr] = None,
|
|
121
121
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
122
122
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
123
|
-
) -> ApiResponse[
|
|
123
|
+
) -> ApiResponse[bool]:
|
|
124
124
|
"""Check if user has access to the sandbox
|
|
125
125
|
|
|
126
126
|
|
|
@@ -157,7 +157,7 @@ class PreviewApi:
|
|
|
157
157
|
)
|
|
158
158
|
|
|
159
159
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
160
|
-
'200':
|
|
160
|
+
'200': "bool",
|
|
161
161
|
}
|
|
162
162
|
response_data = self.api_client.call_api(
|
|
163
163
|
*_param,
|
|
@@ -223,7 +223,7 @@ class PreviewApi:
|
|
|
223
223
|
)
|
|
224
224
|
|
|
225
225
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
226
|
-
'200':
|
|
226
|
+
'200': "bool",
|
|
227
227
|
}
|
|
228
228
|
response_data = self.api_client.call_api(
|
|
229
229
|
*_param,
|
|
@@ -264,6 +264,13 @@ class PreviewApi:
|
|
|
264
264
|
# process the body parameter
|
|
265
265
|
|
|
266
266
|
|
|
267
|
+
# set the HTTP header `Accept`
|
|
268
|
+
if 'Accept' not in _header_params:
|
|
269
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
270
|
+
[
|
|
271
|
+
'application/json'
|
|
272
|
+
]
|
|
273
|
+
)
|
|
267
274
|
|
|
268
275
|
|
|
269
276
|
# authentication setting
|
|
@@ -1005,7 +1005,6 @@ class ToolboxApi:
|
|
|
1005
1005
|
sandbox_id: StrictStr,
|
|
1006
1006
|
path: StrictStr,
|
|
1007
1007
|
x_daytona_organization_id: Annotated[Optional[StrictStr], Field(description="Use with JWT to specify the organization ID")] = None,
|
|
1008
|
-
recursive: Optional[StrictBool] = None,
|
|
1009
1008
|
_request_timeout: Union[
|
|
1010
1009
|
None,
|
|
1011
1010
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -1029,8 +1028,6 @@ class ToolboxApi:
|
|
|
1029
1028
|
:type path: str
|
|
1030
1029
|
:param x_daytona_organization_id: Use with JWT to specify the organization ID
|
|
1031
1030
|
:type x_daytona_organization_id: str
|
|
1032
|
-
:param recursive:
|
|
1033
|
-
:type recursive: bool
|
|
1034
1031
|
:param _request_timeout: timeout setting for this request. If one
|
|
1035
1032
|
number provided, it will be total request
|
|
1036
1033
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1057,7 +1054,6 @@ class ToolboxApi:
|
|
|
1057
1054
|
sandbox_id=sandbox_id,
|
|
1058
1055
|
path=path,
|
|
1059
1056
|
x_daytona_organization_id=x_daytona_organization_id,
|
|
1060
|
-
recursive=recursive,
|
|
1061
1057
|
_request_auth=_request_auth,
|
|
1062
1058
|
_content_type=_content_type,
|
|
1063
1059
|
_headers=_headers,
|
|
@@ -1084,7 +1080,6 @@ class ToolboxApi:
|
|
|
1084
1080
|
sandbox_id: StrictStr,
|
|
1085
1081
|
path: StrictStr,
|
|
1086
1082
|
x_daytona_organization_id: Annotated[Optional[StrictStr], Field(description="Use with JWT to specify the organization ID")] = None,
|
|
1087
|
-
recursive: Optional[StrictBool] = None,
|
|
1088
1083
|
_request_timeout: Union[
|
|
1089
1084
|
None,
|
|
1090
1085
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -1108,8 +1103,6 @@ class ToolboxApi:
|
|
|
1108
1103
|
:type path: str
|
|
1109
1104
|
:param x_daytona_organization_id: Use with JWT to specify the organization ID
|
|
1110
1105
|
:type x_daytona_organization_id: str
|
|
1111
|
-
:param recursive:
|
|
1112
|
-
:type recursive: bool
|
|
1113
1106
|
:param _request_timeout: timeout setting for this request. If one
|
|
1114
1107
|
number provided, it will be total request
|
|
1115
1108
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1136,7 +1129,6 @@ class ToolboxApi:
|
|
|
1136
1129
|
sandbox_id=sandbox_id,
|
|
1137
1130
|
path=path,
|
|
1138
1131
|
x_daytona_organization_id=x_daytona_organization_id,
|
|
1139
|
-
recursive=recursive,
|
|
1140
1132
|
_request_auth=_request_auth,
|
|
1141
1133
|
_content_type=_content_type,
|
|
1142
1134
|
_headers=_headers,
|
|
@@ -1163,7 +1155,6 @@ class ToolboxApi:
|
|
|
1163
1155
|
sandbox_id: StrictStr,
|
|
1164
1156
|
path: StrictStr,
|
|
1165
1157
|
x_daytona_organization_id: Annotated[Optional[StrictStr], Field(description="Use with JWT to specify the organization ID")] = None,
|
|
1166
|
-
recursive: Optional[StrictBool] = None,
|
|
1167
1158
|
_request_timeout: Union[
|
|
1168
1159
|
None,
|
|
1169
1160
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -1187,8 +1178,6 @@ class ToolboxApi:
|
|
|
1187
1178
|
:type path: str
|
|
1188
1179
|
:param x_daytona_organization_id: Use with JWT to specify the organization ID
|
|
1189
1180
|
:type x_daytona_organization_id: str
|
|
1190
|
-
:param recursive:
|
|
1191
|
-
:type recursive: bool
|
|
1192
1181
|
:param _request_timeout: timeout setting for this request. If one
|
|
1193
1182
|
number provided, it will be total request
|
|
1194
1183
|
timeout. It can also be a pair (tuple) of
|
|
@@ -1215,7 +1204,6 @@ class ToolboxApi:
|
|
|
1215
1204
|
sandbox_id=sandbox_id,
|
|
1216
1205
|
path=path,
|
|
1217
1206
|
x_daytona_organization_id=x_daytona_organization_id,
|
|
1218
|
-
recursive=recursive,
|
|
1219
1207
|
_request_auth=_request_auth,
|
|
1220
1208
|
_content_type=_content_type,
|
|
1221
1209
|
_headers=_headers,
|
|
@@ -1237,7 +1225,6 @@ class ToolboxApi:
|
|
|
1237
1225
|
sandbox_id,
|
|
1238
1226
|
path,
|
|
1239
1227
|
x_daytona_organization_id,
|
|
1240
|
-
recursive,
|
|
1241
1228
|
_request_auth,
|
|
1242
1229
|
_content_type,
|
|
1243
1230
|
_headers,
|
|
@@ -1262,10 +1249,6 @@ class ToolboxApi:
|
|
|
1262
1249
|
if sandbox_id is not None:
|
|
1263
1250
|
_path_params['sandboxId'] = sandbox_id
|
|
1264
1251
|
# process the query parameters
|
|
1265
|
-
if recursive is not None:
|
|
1266
|
-
|
|
1267
|
-
_query_params.append(('recursive', recursive))
|
|
1268
|
-
|
|
1269
1252
|
if path is not None:
|
|
1270
1253
|
|
|
1271
1254
|
_query_params.append(('path', path))
|
|
@@ -124,9 +124,10 @@ from daytona_api_client.models.snapshot_state import SnapshotState
|
|
|
124
124
|
from daytona_api_client.models.ssh_access_dto import SshAccessDto
|
|
125
125
|
from daytona_api_client.models.ssh_access_validation_dto import SshAccessValidationDto
|
|
126
126
|
from daytona_api_client.models.storage_access_dto import StorageAccessDto
|
|
127
|
+
from daytona_api_client.models.update_assigned_organization_roles import UpdateAssignedOrganizationRoles
|
|
127
128
|
from daytona_api_client.models.update_docker_registry import UpdateDockerRegistry
|
|
128
129
|
from daytona_api_client.models.update_organization_invitation import UpdateOrganizationInvitation
|
|
129
|
-
from daytona_api_client.models.
|
|
130
|
+
from daytona_api_client.models.update_organization_member_role import UpdateOrganizationMemberRole
|
|
130
131
|
from daytona_api_client.models.update_organization_quota import UpdateOrganizationQuota
|
|
131
132
|
from daytona_api_client.models.update_organization_role import UpdateOrganizationRole
|
|
132
133
|
from daytona_api_client.models.user import User
|
|
@@ -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', '
|
|
43
|
-
raise ValueError("must be one of enum values ('create', 'read', 'update', 'delete', 'login', 'set_default', '
|
|
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', 'update_network_settings', 'get_webhook_app_portal_access', 'send_webhook_message', 'initialize_webhooks', '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', 'update_network_settings', 'get_webhook_app_portal_access', 'send_webhook_message', 'initialize_webhooks', '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')
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
daytona_api_client/__init__.py,sha256=
|
|
1
|
+
daytona_api_client/__init__.py,sha256=Z_CzxV9a4oC0lKb4_Wzb3aEvceGXAPl4Zh6tulSqHTk,11170
|
|
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
|
|
@@ -12,17 +12,17 @@ daytona_api_client/api/default_api.py,sha256=4-VA8V8k3HRRMrs94ANAwkyDKVAZWmNlm2g
|
|
|
12
12
|
daytona_api_client/api/docker_registry_api.py,sha256=ids7YUbqX4s2uwv7ROhqFqNzHzdYa7nK9wOPQ5rgB8U,78838
|
|
13
13
|
daytona_api_client/api/health_api.py,sha256=alnAhh9vQkpx2OmVre6dHmHTlcFldBfqsogNoUPzFsc,10533
|
|
14
14
|
daytona_api_client/api/object_storage_api.py,sha256=wvOdTUjvlChxzwwzA-49iwjl46F0uFt06Axfcb_BX4Q,11605
|
|
15
|
-
daytona_api_client/api/organizations_api.py,sha256=
|
|
16
|
-
daytona_api_client/api/preview_api.py,sha256=
|
|
15
|
+
daytona_api_client/api/organizations_api.py,sha256=ImQo7nBxtzgIiRXMBdyVxrjC-u8dPLKDa3BLqirGn0Y,276660
|
|
16
|
+
daytona_api_client/api/preview_api.py,sha256=_RrF6vmSegN0twpljDooLykhh6MbUVvkFHKOOC7IHJg,31308
|
|
17
17
|
daytona_api_client/api/runners_api.py,sha256=kl74Mg19G71Kcj9dNK9xeJCaZ2upk4z-DS7Ul70n-Ww,49018
|
|
18
18
|
daytona_api_client/api/sandbox_api.py,sha256=yr4s9iuEYpu2mspxJC4WfkVJMpAlEAa1NEI38IwW6R4,210810
|
|
19
19
|
daytona_api_client/api/snapshots_api.py,sha256=rt0h_XOyGay-JEaqw69-JqiJEq0GbG1U-MKJtg3Ez0c,103174
|
|
20
|
-
daytona_api_client/api/toolbox_api.py,sha256=
|
|
20
|
+
daytona_api_client/api/toolbox_api.py,sha256=Ib_CPZnrmzG3isQ1W8KjGFwjL4er7ydyBUzhcRnW0lM,720355
|
|
21
21
|
daytona_api_client/api/users_api.py,sha256=KR4cw2mfRp06QV2b0UXXQ1Jcx59TyuS0c7yGRr2Sodk,86402
|
|
22
22
|
daytona_api_client/api/volumes_api.py,sha256=N9kxZzhfaZxC_YQ-Vi1QksoTIzqp_dFADywgQup1oSk,56613
|
|
23
23
|
daytona_api_client/api/webhooks_api.py,sha256=epxKIYqZfebDapzSvqUVlJct1KfVr_T3ZnAc9YyiZX8,69516
|
|
24
24
|
daytona_api_client/api/workspace_api.py,sha256=mjn4jlTtMbKfuqxcr9goo-01RJX-hFjVLT1rF8K5uKI,169328
|
|
25
|
-
daytona_api_client/models/__init__.py,sha256=
|
|
25
|
+
daytona_api_client/models/__init__.py,sha256=aZVCM5puP19O7aIUbnNFBYyTVFyLPurQNt5m-V76_Vk,9675
|
|
26
26
|
daytona_api_client/models/account_provider.py,sha256=yKJ_dMGnxGalNYuVTmo4CoFHpj1PIssSE1rnUaQeOKY,3154
|
|
27
27
|
daytona_api_client/models/api_key_list.py,sha256=Q0NYG_KlqZgscz7WpkhTns6z1hYUaZH8yut8X40mQ1A,5166
|
|
28
28
|
daytona_api_client/models/api_key_response.py,sha256=XWqJdKTMp1w8uoUpmeKn0tKeXeImTJElnTvLunZGX5Y,4611
|
|
@@ -37,7 +37,7 @@ daytona_api_client/models/computer_use_start_response.py,sha256=9VYe5UMBU-0EpGaw
|
|
|
37
37
|
daytona_api_client/models/computer_use_status_response.py,sha256=P2dNSx1Ot-szu4y5gk1GCEJixCxsXrVnMNetxeYMh54,3489
|
|
38
38
|
daytona_api_client/models/computer_use_stop_response.py,sha256=FUpPYsIMPXqCGKYqdvVozjHHthg5j0o8NOMCYXjp5lY,3332
|
|
39
39
|
daytona_api_client/models/create_api_key.py,sha256=GFv3d-rA2Mbr9UhP-0O0DKm-gvln_JSGFJjMyoSAc8A,4351
|
|
40
|
-
daytona_api_client/models/create_audit_log.py,sha256=
|
|
40
|
+
daytona_api_client/models/create_audit_log.py,sha256=r2x9_bFGSlBs7_kA6KGSUGlA5zzUTqw6UVe-gMDBtrU,7077
|
|
41
41
|
daytona_api_client/models/create_build_info.py,sha256=hepmmgcZn199sgLksLm3ksJNSv-XLSgqL2BPdFnNAdg,3402
|
|
42
42
|
daytona_api_client/models/create_docker_registry.py,sha256=dyWgwtTu6RcbGgXyosFbwtvPJ55FjuK0duof-jK9o7Q,4337
|
|
43
43
|
daytona_api_client/models/create_linked_account.py,sha256=ar_cK_7Ep9iQ6zKeYDEMhQ5m3jc5EuomXj9SpdtWtSE,3289
|
|
@@ -175,8 +175,8 @@ daytona_api_client/models/windows_response.py,sha256=1fW2GYVSjFbipfQupU2MjfhUlcE
|
|
|
175
175
|
daytona_api_client/models/work_dir_response.py,sha256=1dndjWYnDSMDeLiY8pxQDX1viESoAGF_fegSiMx3i40,3047
|
|
176
176
|
daytona_api_client/models/workdir_response.py,sha256=geBhfQDR7LK0uPlmJF6Ple1eQMCzhSb4qK-9UfhqV7k,3047
|
|
177
177
|
daytona_api_client/models/workspace.py,sha256=uwAStXOLrVJzbxdTfPZokrcMr4Dp4ghgH8V5fy5r0gY,11488
|
|
178
|
-
daytona_api_client-0.
|
|
179
|
-
daytona_api_client-0.
|
|
180
|
-
daytona_api_client-0.
|
|
181
|
-
daytona_api_client-0.
|
|
182
|
-
daytona_api_client-0.
|
|
178
|
+
daytona_api_client-0.102.0rc1.dist-info/licenses/LICENSE,sha256=Qrw_9vreBpJ9mUMcB5B7ALDecZHgRciuOqS0BPfpihc,10752
|
|
179
|
+
daytona_api_client-0.102.0rc1.dist-info/METADATA,sha256=KA-b5lxaY1jUVL14nf6ax3SR7n7mm5DvfLUt-yTebOs,622
|
|
180
|
+
daytona_api_client-0.102.0rc1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
181
|
+
daytona_api_client-0.102.0rc1.dist-info/top_level.txt,sha256=sDZKAfxKnAQYvOLS9vAOx88EYH3wV5Wx897pODDupuE,19
|
|
182
|
+
daytona_api_client-0.102.0rc1.dist-info/RECORD,,
|
|
File without changes
|
{daytona_api_client-0.27.1.dist-info → daytona_api_client-0.102.0rc1.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{daytona_api_client-0.27.1.dist-info → daytona_api_client-0.102.0rc1.dist-info}/top_level.txt
RENAMED
|
File without changes
|