frameio 0.0.23__py3-none-any.whl → 0.0.24__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 frameio might be problematic. Click here for more details.
- frameio/account_permissions/client.py +2 -2
- frameio/account_permissions/raw_client.py +17 -17
- frameio/accounts/client.py +2 -2
- frameio/accounts/raw_client.py +17 -17
- frameio/comments/client.py +10 -10
- frameio/comments/raw_client.py +79 -79
- frameio/comments/types/create_comment_params_data.py +2 -2
- frameio/comments/types/update_comment_params_data.py +2 -2
- frameio/core/__init__.py +7 -0
- frameio/core/client_wrapper.py +2 -2
- frameio/core/unchecked_base_model.py +341 -0
- frameio/files/client.py +20 -20
- frameio/files/raw_client.py +159 -159
- frameio/files/types/file_copy_params_data.py +2 -2
- frameio/files/types/file_create_local_upload_params_data.py +2 -2
- frameio/files/types/file_create_params_data.py +2 -2
- frameio/files/types/file_create_remote_upload_params_data.py +2 -2
- frameio/files/types/file_move_params_data.py +2 -2
- frameio/files/types/file_update_params_data.py +2 -2
- frameio/folders/client.py +10 -10
- frameio/folders/raw_client.py +121 -121
- frameio/folders/types/folder_copy_params_data.py +2 -2
- frameio/folders/types/folder_create_params_data.py +2 -2
- frameio/folders/types/folder_move_params_data.py +2 -2
- frameio/folders/types/folder_update_params_data.py +2 -2
- frameio/metadata/client.py +16 -16
- frameio/metadata/raw_client.py +31 -31
- frameio/metadata/types/bulk_update_metadata_params_data.py +2 -2
- frameio/metadata/types/bulk_update_metadata_params_data_values_item.py +2 -2
- frameio/metadata_fields/client.py +8 -8
- frameio/metadata_fields/raw_client.py +63 -63
- frameio/metadata_fields/types/create_field_definition_params_data.py +26 -22
- frameio/metadata_fields/types/update_field_definition_params_data.py +26 -22
- frameio/project_permissions/client.py +6 -6
- frameio/project_permissions/raw_client.py +47 -47
- frameio/projects/client.py +10 -10
- frameio/projects/raw_client.py +79 -79
- frameio/shares/client.py +30 -30
- frameio/shares/raw_client.py +155 -155
- frameio/shares/types/add_asset_params_data.py +2 -2
- frameio/shares/types/add_reviewers_to_share_params_data.py +2 -2
- frameio/shares/types/add_reviewers_to_share_params_data_reviewers.py +2 -2
- frameio/shares/types/create_share_params_data.py +4 -3
- frameio/shares/types/remove_reviewer_params_data.py +2 -2
- frameio/shares/types/remove_reviewer_params_data_reviewers.py +2 -2
- frameio/shares/types/update_share_params_data.py +2 -2
- frameio/types/account.py +2 -2
- frameio/types/account_user_role.py +2 -2
- frameio/types/account_user_roles_response.py +2 -2
- frameio/types/accounts_response.py +2 -2
- frameio/types/add_asset_response.py +2 -2
- frameio/types/asset_common.py +2 -2
- frameio/types/asset_common_with_includes.py +2 -2
- frameio/types/asset_share_params.py +2 -2
- frameio/types/asset_with_includes.py +9 -5
- frameio/types/assets_with_includes_response.py +2 -2
- frameio/types/bad_request.py +2 -2
- frameio/types/bad_request_errors_item.py +2 -2
- frameio/types/bad_request_errors_item_source.py +2 -2
- frameio/types/comment.py +2 -2
- frameio/types/comment_response.py +2 -2
- frameio/types/comment_with_includes_response.py +2 -2
- frameio/types/comments_with_includes_response.py +2 -2
- frameio/types/date_definition.py +2 -2
- frameio/types/date_definition_field_configuration.py +2 -2
- frameio/types/date_definition_params.py +2 -2
- frameio/types/date_definition_params_field_configuration.py +2 -2
- frameio/types/field_definition.py +26 -22
- frameio/types/field_definition_response.py +2 -2
- frameio/types/field_definition_with_includes.py +26 -22
- frameio/types/field_definitions_with_includes_response.py +2 -2
- frameio/types/field_value_common.py +2 -2
- frameio/types/file.py +2 -2
- frameio/types/file_copy_response.py +2 -2
- frameio/types/file_remote_upload_response.py +2 -2
- frameio/types/file_response.py +2 -2
- frameio/types/file_upload_status.py +2 -2
- frameio/types/file_upload_status_response.py +2 -2
- frameio/types/file_with_includes_response.py +2 -2
- frameio/types/file_with_upload_urls_response.py +2 -2
- frameio/types/folder_copy_response.py +2 -2
- frameio/types/folder_response.py +2 -2
- frameio/types/folder_with_includes.py +2 -2
- frameio/types/folder_with_includes_response.py +2 -2
- frameio/types/folders_with_includes_response.py +2 -2
- frameio/types/forbidden.py +2 -2
- frameio/types/forbidden_errors_item.py +2 -2
- frameio/types/forbidden_errors_item_source.py +2 -2
- frameio/types/json_error_response.py +2 -2
- frameio/types/json_error_response_errors_item.py +2 -2
- frameio/types/json_error_response_errors_item_source.py +2 -2
- frameio/types/links.py +2 -2
- frameio/types/long_text_definition.py +2 -2
- frameio/types/long_text_definition_field_configuration.py +2 -2
- frameio/types/long_text_definition_params.py +2 -2
- frameio/types/media_link_common.py +2 -2
- frameio/types/media_links_collection.py +2 -2
- frameio/types/metadata_field.py +28 -24
- frameio/types/metadata_response.py +2 -2
- frameio/types/metadata_with_definition.py +2 -2
- frameio/types/not_found.py +2 -2
- frameio/types/not_found_errors_item.py +2 -2
- frameio/types/not_found_errors_item_source.py +2 -2
- frameio/types/number_definition.py +2 -2
- frameio/types/number_definition_field_configuration.py +2 -2
- frameio/types/number_definition_params.py +2 -2
- frameio/types/number_definition_params_field_configuration.py +2 -2
- frameio/types/profile.py +2 -2
- frameio/types/profile_response.py +2 -2
- frameio/types/project.py +2 -2
- frameio/types/project_params.py +2 -2
- frameio/types/project_params_data.py +2 -2
- frameio/types/project_response.py +2 -2
- frameio/types/project_with_includes_response.py +2 -2
- frameio/types/projects_with_includes_response.py +2 -2
- frameio/types/rating_definition.py +2 -2
- frameio/types/rating_definition_field_configuration.py +2 -2
- frameio/types/rating_definition_params.py +2 -2
- frameio/types/rating_definition_params_field_configuration.py +2 -2
- frameio/types/remove_asset_response.py +2 -2
- frameio/types/select_definition.py +2 -2
- frameio/types/select_definition_field_configuration.py +2 -2
- frameio/types/select_definition_field_configuration_options_item.py +2 -2
- frameio/types/select_definition_params.py +2 -2
- frameio/types/select_definition_params_field_configuration.py +2 -2
- frameio/types/select_definition_params_field_configuration_options_item.py +2 -2
- frameio/types/select_multi_definition.py +2 -2
- frameio/types/select_multi_definition_field_configuration.py +2 -2
- frameio/types/select_multi_definition_field_configuration_options_item.py +2 -2
- frameio/types/select_multi_definition_params.py +2 -2
- frameio/types/select_multi_definition_params_field_configuration.py +2 -2
- frameio/types/select_multi_definition_params_field_configuration_options_item.py +2 -2
- frameio/types/select_option.py +2 -2
- frameio/types/share.py +2 -2
- frameio/types/share_response.py +2 -2
- frameio/types/share_reviewers_response.py +2 -2
- frameio/types/shares_response.py +2 -2
- frameio/types/text_definition.py +2 -2
- frameio/types/text_definition_field_configuration.py +2 -2
- frameio/types/text_definition_params.py +2 -2
- frameio/types/toggle_definition.py +2 -2
- frameio/types/toggle_definition_field_configuration.py +2 -2
- frameio/types/toggle_definition_params.py +2 -2
- frameio/types/toggle_definition_params_field_configuration.py +2 -2
- frameio/types/too_many_requests.py +2 -2
- frameio/types/too_many_requests_errors_item.py +2 -2
- frameio/types/too_many_requests_errors_item_source.py +2 -2
- frameio/types/unauthorized.py +2 -2
- frameio/types/unauthorized_errors_item.py +2 -2
- frameio/types/unauthorized_errors_item_source.py +2 -2
- frameio/types/unprocessable_entity.py +2 -2
- frameio/types/unprocessable_entity_errors_item.py +2 -2
- frameio/types/unprocessable_entity_errors_item_source.py +2 -2
- frameio/types/update_date_definition_params.py +2 -2
- frameio/types/update_date_definition_params_field_configuration.py +2 -2
- frameio/types/update_long_text_definition_params.py +2 -2
- frameio/types/update_number_definition_params.py +2 -2
- frameio/types/update_number_definition_params_field_configuration.py +2 -2
- frameio/types/update_rating_definition_params.py +2 -2
- frameio/types/update_rating_definition_params_field_configuration.py +2 -2
- frameio/types/update_select_definition_params.py +2 -2
- frameio/types/update_select_definition_params_field_configuration.py +2 -2
- frameio/types/update_select_definition_params_field_configuration_options_item.py +2 -2
- frameio/types/update_select_multi_definition_params.py +2 -2
- frameio/types/update_select_multi_definition_params_field_configuration.py +2 -2
- frameio/types/update_select_multi_definition_params_field_configuration_options_item.py +2 -2
- frameio/types/update_text_definition_params.py +2 -2
- frameio/types/update_toggle_definition_params.py +2 -2
- frameio/types/update_toggle_definition_params_field_configuration.py +2 -2
- frameio/types/update_user_multi_definition_params.py +2 -2
- frameio/types/update_user_multi_definition_params_field_configuration.py +2 -2
- frameio/types/update_user_multi_definition_params_field_configuration_custom_members_item.py +2 -2
- frameio/types/update_user_roles_params.py +2 -2
- frameio/types/update_user_roles_params_data.py +2 -2
- frameio/types/update_user_roles_response.py +2 -2
- frameio/types/update_user_roles_response_data.py +2 -2
- frameio/types/update_user_single_definition_params.py +2 -2
- frameio/types/update_user_single_definition_params_field_configuration.py +2 -2
- frameio/types/update_user_single_definition_params_field_configuration_custom_members_item.py +2 -2
- frameio/types/upload_url.py +2 -2
- frameio/types/user.py +2 -2
- frameio/types/user_multi_definition.py +2 -2
- frameio/types/user_multi_definition_field_configuration.py +2 -2
- frameio/types/user_multi_definition_field_configuration_custom_members_item.py +2 -2
- frameio/types/user_multi_definition_params.py +2 -2
- frameio/types/user_multi_definition_params_field_configuration.py +2 -2
- frameio/types/user_multi_definition_params_field_configuration_custom_members_item.py +2 -2
- frameio/types/user_role.py +2 -2
- frameio/types/user_roles_response.py +2 -2
- frameio/types/user_single_definition.py +2 -2
- frameio/types/user_single_definition_field_configuration.py +2 -2
- frameio/types/user_single_definition_field_configuration_custom_members_item.py +2 -2
- frameio/types/user_single_definition_params.py +2 -2
- frameio/types/user_single_definition_params_field_configuration.py +2 -2
- frameio/types/user_single_definition_params_field_configuration_custom_members_item.py +2 -2
- frameio/types/user_value.py +2 -2
- frameio/types/version_stack.py +2 -2
- frameio/types/version_stack_copy_response.py +2 -2
- frameio/types/version_stack_response.py +2 -2
- frameio/types/version_stack_with_includes.py +2 -2
- frameio/types/version_stack_with_includes_response.py +2 -2
- frameio/types/version_stacks_with_includes_response.py +2 -2
- frameio/types/webhook.py +2 -2
- frameio/types/webhook_create_response.py +2 -2
- frameio/types/webhook_response.py +2 -2
- frameio/types/webhook_with_includes_response.py +2 -2
- frameio/types/webhooks_with_includes_response.py +2 -2
- frameio/types/workspace.py +2 -2
- frameio/types/workspace_params.py +2 -2
- frameio/types/workspace_params_data.py +2 -2
- frameio/types/workspace_response.py +2 -2
- frameio/types/workspace_with_includes_response.py +2 -2
- frameio/types/workspaces_with_includes_response.py +2 -2
- frameio/users/client.py +2 -2
- frameio/users/raw_client.py +17 -17
- frameio/version_stacks/client.py +10 -10
- frameio/version_stacks/raw_client.py +77 -77
- frameio/version_stacks/types/version_stack_copy_params_data.py +2 -2
- frameio/version_stacks/types/version_stack_create_params_data.py +3 -3
- frameio/version_stacks/types/version_stack_move_params_data.py +2 -2
- frameio/webhooks/client.py +8 -8
- frameio/webhooks/raw_client.py +77 -77
- frameio/webhooks/types/webhook_create_params_data.py +2 -2
- frameio/webhooks/types/webhook_update_params_data.py +2 -2
- frameio/workspace_permissions/client.py +6 -6
- frameio/workspace_permissions/raw_client.py +47 -47
- frameio/workspaces/client.py +10 -10
- frameio/workspaces/raw_client.py +79 -79
- {frameio-0.0.23.dist-info → frameio-0.0.24.dist-info}/METADATA +1 -1
- frameio-0.0.24.dist-info/RECORD +364 -0
- frameio-0.0.23.dist-info/RECORD +0 -363
- {frameio-0.0.23.dist-info → frameio-0.0.24.dist-info}/WHEEL +0 -0
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .update_user_roles_response_data import UpdateUserRolesResponseData
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class UpdateUserRolesResponse(
|
|
10
|
+
class UpdateUserRolesResponse(UncheckedBaseModel):
|
|
11
11
|
data: UpdateUserRolesResponseData
|
|
12
12
|
|
|
13
13
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .update_user_roles_response_data_role import UpdateUserRolesResponseDataRole
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class UpdateUserRolesResponseData(
|
|
10
|
+
class UpdateUserRolesResponseData(UncheckedBaseModel):
|
|
11
11
|
role: typing.Optional[UpdateUserRolesResponseDataRole] = None
|
|
12
12
|
|
|
13
13
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .update_user_single_definition_params_field_configuration import UpdateUserSingleDefinitionParamsFieldConfiguration
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class UpdateUserSingleDefinitionParams(
|
|
10
|
+
class UpdateUserSingleDefinitionParams(UncheckedBaseModel):
|
|
11
11
|
field_configuration: typing.Optional[UpdateUserSingleDefinitionParamsFieldConfiguration] = None
|
|
12
12
|
name: typing.Optional[str] = pydantic.Field(default=None)
|
|
13
13
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .update_user_single_definition_params_field_configuration_custom_members_item import (
|
|
8
8
|
UpdateUserSingleDefinitionParamsFieldConfigurationCustomMembersItem,
|
|
9
9
|
)
|
|
@@ -12,7 +12,7 @@ from .update_user_single_definition_params_field_configuration_member_options_ty
|
|
|
12
12
|
)
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
class UpdateUserSingleDefinitionParamsFieldConfiguration(
|
|
15
|
+
class UpdateUserSingleDefinitionParamsFieldConfiguration(UncheckedBaseModel):
|
|
16
16
|
custom_members: typing.Optional[
|
|
17
17
|
typing.List[UpdateUserSingleDefinitionParamsFieldConfigurationCustomMembersItem]
|
|
18
18
|
] = None
|
frameio/types/update_user_single_definition_params_field_configuration_custom_members_item.py
CHANGED
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .update_user_single_definition_params_field_configuration_custom_members_item_type import (
|
|
8
8
|
UpdateUserSingleDefinitionParamsFieldConfigurationCustomMembersItemType,
|
|
9
9
|
)
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
class UpdateUserSingleDefinitionParamsFieldConfigurationCustomMembersItem(
|
|
12
|
+
class UpdateUserSingleDefinitionParamsFieldConfigurationCustomMembersItem(UncheckedBaseModel):
|
|
13
13
|
id: str = pydantic.Field()
|
|
14
14
|
"""
|
|
15
15
|
User Id
|
frameio/types/upload_url.py
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
class UploadUrl(
|
|
9
|
+
class UploadUrl(UncheckedBaseModel):
|
|
10
10
|
size: int = pydantic.Field()
|
|
11
11
|
"""
|
|
12
12
|
Upload chunk size
|
frameio/types/user.py
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
class User(
|
|
9
|
+
class User(UncheckedBaseModel):
|
|
10
10
|
"""
|
|
11
11
|
User details
|
|
12
12
|
"""
|
|
@@ -4,11 +4,11 @@ import datetime as dt
|
|
|
4
4
|
import typing
|
|
5
5
|
|
|
6
6
|
import pydantic
|
|
7
|
-
from ..core.
|
|
7
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
8
8
|
from .user_multi_definition_field_configuration import UserMultiDefinitionFieldConfiguration
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
class UserMultiDefinition(
|
|
11
|
+
class UserMultiDefinition(UncheckedBaseModel):
|
|
12
12
|
created_at: dt.datetime = pydantic.Field()
|
|
13
13
|
"""
|
|
14
14
|
Created Timestamp
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .user_multi_definition_field_configuration_custom_members_item import (
|
|
8
8
|
UserMultiDefinitionFieldConfigurationCustomMembersItem,
|
|
9
9
|
)
|
|
@@ -12,7 +12,7 @@ from .user_multi_definition_field_configuration_member_options_type import (
|
|
|
12
12
|
)
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
class UserMultiDefinitionFieldConfiguration(
|
|
15
|
+
class UserMultiDefinitionFieldConfiguration(UncheckedBaseModel):
|
|
16
16
|
custom_members: typing.List[UserMultiDefinitionFieldConfigurationCustomMembersItem]
|
|
17
17
|
member_options_type: UserMultiDefinitionFieldConfigurationMemberOptionsType
|
|
18
18
|
notify_members: bool = pydantic.Field()
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .user_multi_definition_field_configuration_custom_members_item_type import (
|
|
8
8
|
UserMultiDefinitionFieldConfigurationCustomMembersItemType,
|
|
9
9
|
)
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
class UserMultiDefinitionFieldConfigurationCustomMembersItem(
|
|
12
|
+
class UserMultiDefinitionFieldConfigurationCustomMembersItem(UncheckedBaseModel):
|
|
13
13
|
id: str = pydantic.Field()
|
|
14
14
|
"""
|
|
15
15
|
User Id
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .user_multi_definition_params_field_configuration import UserMultiDefinitionParamsFieldConfiguration
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class UserMultiDefinitionParams(
|
|
10
|
+
class UserMultiDefinitionParams(UncheckedBaseModel):
|
|
11
11
|
field_configuration: UserMultiDefinitionParamsFieldConfiguration
|
|
12
12
|
name: str = pydantic.Field()
|
|
13
13
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .user_multi_definition_params_field_configuration_custom_members_item import (
|
|
8
8
|
UserMultiDefinitionParamsFieldConfigurationCustomMembersItem,
|
|
9
9
|
)
|
|
@@ -12,7 +12,7 @@ from .user_multi_definition_params_field_configuration_member_options_type impor
|
|
|
12
12
|
)
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
class UserMultiDefinitionParamsFieldConfiguration(
|
|
15
|
+
class UserMultiDefinitionParamsFieldConfiguration(UncheckedBaseModel):
|
|
16
16
|
custom_members: typing.Optional[typing.List[UserMultiDefinitionParamsFieldConfigurationCustomMembersItem]] = None
|
|
17
17
|
member_options_type: UserMultiDefinitionParamsFieldConfigurationMemberOptionsType
|
|
18
18
|
notify_members: bool = pydantic.Field()
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .user_multi_definition_params_field_configuration_custom_members_item_type import (
|
|
8
8
|
UserMultiDefinitionParamsFieldConfigurationCustomMembersItemType,
|
|
9
9
|
)
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
class UserMultiDefinitionParamsFieldConfigurationCustomMembersItem(
|
|
12
|
+
class UserMultiDefinitionParamsFieldConfigurationCustomMembersItem(UncheckedBaseModel):
|
|
13
13
|
id: str = pydantic.Field()
|
|
14
14
|
"""
|
|
15
15
|
User Id
|
frameio/types/user_role.py
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .user import User
|
|
8
8
|
from .user_role_role import UserRoleRole
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
class UserRole(
|
|
11
|
+
class UserRole(UncheckedBaseModel):
|
|
12
12
|
"""
|
|
13
13
|
Frame.io User Role
|
|
14
14
|
"""
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .links import Links
|
|
8
8
|
from .user_role import UserRole
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
class UserRolesResponse(
|
|
11
|
+
class UserRolesResponse(UncheckedBaseModel):
|
|
12
12
|
"""
|
|
13
13
|
Frame.io user role details
|
|
14
14
|
"""
|
|
@@ -4,11 +4,11 @@ import datetime as dt
|
|
|
4
4
|
import typing
|
|
5
5
|
|
|
6
6
|
import pydantic
|
|
7
|
-
from ..core.
|
|
7
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
8
8
|
from .user_single_definition_field_configuration import UserSingleDefinitionFieldConfiguration
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
class UserSingleDefinition(
|
|
11
|
+
class UserSingleDefinition(UncheckedBaseModel):
|
|
12
12
|
created_at: dt.datetime = pydantic.Field()
|
|
13
13
|
"""
|
|
14
14
|
Created Timestamp
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .user_single_definition_field_configuration_custom_members_item import (
|
|
8
8
|
UserSingleDefinitionFieldConfigurationCustomMembersItem,
|
|
9
9
|
)
|
|
@@ -12,7 +12,7 @@ from .user_single_definition_field_configuration_member_options_type import (
|
|
|
12
12
|
)
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
class UserSingleDefinitionFieldConfiguration(
|
|
15
|
+
class UserSingleDefinitionFieldConfiguration(UncheckedBaseModel):
|
|
16
16
|
custom_members: typing.List[UserSingleDefinitionFieldConfigurationCustomMembersItem]
|
|
17
17
|
member_options_type: UserSingleDefinitionFieldConfigurationMemberOptionsType
|
|
18
18
|
notify_members: bool = pydantic.Field()
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .user_single_definition_field_configuration_custom_members_item_type import (
|
|
8
8
|
UserSingleDefinitionFieldConfigurationCustomMembersItemType,
|
|
9
9
|
)
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
class UserSingleDefinitionFieldConfigurationCustomMembersItem(
|
|
12
|
+
class UserSingleDefinitionFieldConfigurationCustomMembersItem(UncheckedBaseModel):
|
|
13
13
|
id: str = pydantic.Field()
|
|
14
14
|
"""
|
|
15
15
|
User Id
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .user_single_definition_params_field_configuration import UserSingleDefinitionParamsFieldConfiguration
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class UserSingleDefinitionParams(
|
|
10
|
+
class UserSingleDefinitionParams(UncheckedBaseModel):
|
|
11
11
|
field_configuration: UserSingleDefinitionParamsFieldConfiguration
|
|
12
12
|
name: str = pydantic.Field()
|
|
13
13
|
"""
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .user_single_definition_params_field_configuration_custom_members_item import (
|
|
8
8
|
UserSingleDefinitionParamsFieldConfigurationCustomMembersItem,
|
|
9
9
|
)
|
|
@@ -12,7 +12,7 @@ from .user_single_definition_params_field_configuration_member_options_type impo
|
|
|
12
12
|
)
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
class UserSingleDefinitionParamsFieldConfiguration(
|
|
15
|
+
class UserSingleDefinitionParamsFieldConfiguration(UncheckedBaseModel):
|
|
16
16
|
custom_members: typing.Optional[typing.List[UserSingleDefinitionParamsFieldConfigurationCustomMembersItem]] = None
|
|
17
17
|
member_options_type: UserSingleDefinitionParamsFieldConfigurationMemberOptionsType
|
|
18
18
|
notify_members: bool = pydantic.Field()
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .user_single_definition_params_field_configuration_custom_members_item_type import (
|
|
8
8
|
UserSingleDefinitionParamsFieldConfigurationCustomMembersItemType,
|
|
9
9
|
)
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
class UserSingleDefinitionParamsFieldConfigurationCustomMembersItem(
|
|
12
|
+
class UserSingleDefinitionParamsFieldConfigurationCustomMembersItem(UncheckedBaseModel):
|
|
13
13
|
id: str = pydantic.Field()
|
|
14
14
|
"""
|
|
15
15
|
User Id
|
frameio/types/user_value.py
CHANGED
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .user_value_type import UserValueType
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class UserValue(
|
|
10
|
+
class UserValue(UncheckedBaseModel):
|
|
11
11
|
id: str = pydantic.Field()
|
|
12
12
|
"""
|
|
13
13
|
User Id or Account User Group Id
|
frameio/types/version_stack.py
CHANGED
|
@@ -4,12 +4,12 @@ import datetime as dt
|
|
|
4
4
|
import typing
|
|
5
5
|
|
|
6
6
|
import pydantic
|
|
7
|
-
from ..core.
|
|
7
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
8
8
|
from .asset_common_type import AssetCommonType
|
|
9
9
|
from .file import File
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
class VersionStack(
|
|
12
|
+
class VersionStack(UncheckedBaseModel):
|
|
13
13
|
head_version: File
|
|
14
14
|
parent_id: typing.Optional[str] = pydantic.Field(default=None)
|
|
15
15
|
"""
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .version_stack import VersionStack
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class VersionStackCopyResponse(
|
|
10
|
+
class VersionStackCopyResponse(UncheckedBaseModel):
|
|
11
11
|
data: VersionStack
|
|
12
12
|
|
|
13
13
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .version_stack import VersionStack
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class VersionStackResponse(
|
|
10
|
+
class VersionStackResponse(UncheckedBaseModel):
|
|
11
11
|
data: VersionStack
|
|
12
12
|
|
|
13
13
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
@@ -4,14 +4,14 @@ import datetime as dt
|
|
|
4
4
|
import typing
|
|
5
5
|
|
|
6
6
|
import pydantic
|
|
7
|
-
from ..core.
|
|
7
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
8
8
|
from .file_with_includes import FileWithIncludes
|
|
9
9
|
from .metadata_field import MetadataField
|
|
10
10
|
from .project_with_includes import ProjectWithIncludes
|
|
11
11
|
from .user import User
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
class VersionStackWithIncludes(
|
|
14
|
+
class VersionStackWithIncludes(UncheckedBaseModel):
|
|
15
15
|
head_version: FileWithIncludes
|
|
16
16
|
parent_id: typing.Optional[str] = pydantic.Field(default=None)
|
|
17
17
|
"""
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .version_stack_with_includes import VersionStackWithIncludes
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class VersionStackWithIncludesResponse(
|
|
10
|
+
class VersionStackWithIncludesResponse(UncheckedBaseModel):
|
|
11
11
|
data: VersionStackWithIncludes
|
|
12
12
|
|
|
13
13
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .links import Links
|
|
8
8
|
from .version_stack_with_includes import VersionStackWithIncludes
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
class VersionStacksWithIncludesResponse(
|
|
11
|
+
class VersionStacksWithIncludesResponse(UncheckedBaseModel):
|
|
12
12
|
data: typing.List[VersionStackWithIncludes]
|
|
13
13
|
links: Links
|
|
14
14
|
total_count: typing.Optional[int] = pydantic.Field(default=None)
|
frameio/types/webhook.py
CHANGED
|
@@ -4,11 +4,11 @@ import datetime as dt
|
|
|
4
4
|
import typing
|
|
5
5
|
|
|
6
6
|
import pydantic
|
|
7
|
-
from ..core.
|
|
7
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
8
8
|
from .webhook_events import WebhookEvents
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
class Webhook(
|
|
11
|
+
class Webhook(UncheckedBaseModel):
|
|
12
12
|
active: typing.Optional[bool] = pydantic.Field(default=None)
|
|
13
13
|
"""
|
|
14
14
|
Webhook active status
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .webhook_create_response_data import WebhookCreateResponseData
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class WebhookCreateResponse(
|
|
10
|
+
class WebhookCreateResponse(UncheckedBaseModel):
|
|
11
11
|
"""
|
|
12
12
|
Returns a single webhook with secret.
|
|
13
13
|
"""
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .webhook import Webhook
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class WebhookResponse(
|
|
10
|
+
class WebhookResponse(UncheckedBaseModel):
|
|
11
11
|
data: Webhook
|
|
12
12
|
|
|
13
13
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .webhook_with_includes import WebhookWithIncludes
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class WebhookWithIncludesResponse(
|
|
10
|
+
class WebhookWithIncludesResponse(UncheckedBaseModel):
|
|
11
11
|
data: WebhookWithIncludes
|
|
12
12
|
|
|
13
13
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .links import Links
|
|
8
8
|
from .webhook_with_includes import WebhookWithIncludes
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
class WebhooksWithIncludesResponse(
|
|
11
|
+
class WebhooksWithIncludesResponse(UncheckedBaseModel):
|
|
12
12
|
"""
|
|
13
13
|
Frame.io webhooks
|
|
14
14
|
"""
|
frameio/types/workspace.py
CHANGED
|
@@ -4,10 +4,10 @@ import datetime as dt
|
|
|
4
4
|
import typing
|
|
5
5
|
|
|
6
6
|
import pydantic
|
|
7
|
-
from ..core.
|
|
7
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class Workspace(
|
|
10
|
+
class Workspace(UncheckedBaseModel):
|
|
11
11
|
"""
|
|
12
12
|
Frame.io workspace
|
|
13
13
|
"""
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .workspace_params_data import WorkspaceParamsData
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class WorkspaceParams(
|
|
10
|
+
class WorkspaceParams(UncheckedBaseModel):
|
|
11
11
|
"""
|
|
12
12
|
Workspace params
|
|
13
13
|
"""
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
class WorkspaceParamsData(
|
|
9
|
+
class WorkspaceParamsData(UncheckedBaseModel):
|
|
10
10
|
name: typing.Optional[str] = pydantic.Field(default=None)
|
|
11
11
|
"""
|
|
12
12
|
Workspace Name
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .workspace import Workspace
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class WorkspaceResponse(
|
|
10
|
+
class WorkspaceResponse(UncheckedBaseModel):
|
|
11
11
|
"""
|
|
12
12
|
Frame.io workspace details
|
|
13
13
|
"""
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .workspace_with_includes import WorkspaceWithIncludes
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class WorkspaceWithIncludesResponse(
|
|
10
|
+
class WorkspaceWithIncludesResponse(UncheckedBaseModel):
|
|
11
11
|
"""
|
|
12
12
|
Frame.io workspace details with includes
|
|
13
13
|
"""
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
from ..core.
|
|
6
|
+
from ..core.unchecked_base_model import UncheckedBaseModel
|
|
7
7
|
from .links import Links
|
|
8
8
|
from .workspace_with_includes import WorkspaceWithIncludes
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
class WorkspacesWithIncludesResponse(
|
|
11
|
+
class WorkspacesWithIncludesResponse(UncheckedBaseModel):
|
|
12
12
|
"""
|
|
13
13
|
Frame.io workspace details
|
|
14
14
|
"""
|
frameio/users/client.py
CHANGED
|
@@ -25,7 +25,7 @@ class UsersClient:
|
|
|
25
25
|
|
|
26
26
|
def show(self, *, request_options: typing.Optional[RequestOptions] = None) -> ProfileResponse:
|
|
27
27
|
"""
|
|
28
|
-
Inspect details of the user associated with the bearer token. <br><br>Rate Limits: 100 calls per 1.00 minute(s) per
|
|
28
|
+
Inspect details of the user associated with the bearer token. <br><br>Rate Limits: 100 calls per 1.00 minute(s) per account_user
|
|
29
29
|
|
|
30
30
|
Parameters
|
|
31
31
|
----------
|
|
@@ -67,7 +67,7 @@ class AsyncUsersClient:
|
|
|
67
67
|
|
|
68
68
|
async def show(self, *, request_options: typing.Optional[RequestOptions] = None) -> ProfileResponse:
|
|
69
69
|
"""
|
|
70
|
-
Inspect details of the user associated with the bearer token. <br><br>Rate Limits: 100 calls per 1.00 minute(s) per
|
|
70
|
+
Inspect details of the user associated with the bearer token. <br><br>Rate Limits: 100 calls per 1.00 minute(s) per account_user
|
|
71
71
|
|
|
72
72
|
Parameters
|
|
73
73
|
----------
|