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
frameio/types/select_option.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 SelectOption(
|
|
9
|
+
class SelectOption(UncheckedBaseModel):
|
|
10
10
|
display_name: str = pydantic.Field()
|
|
11
11
|
"""
|
|
12
12
|
Option display name
|
frameio/types/share.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 .share_access import ShareAccess
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
class Share(
|
|
11
|
+
class Share(UncheckedBaseModel):
|
|
12
12
|
access: ShareAccess
|
|
13
13
|
collection_id: str = pydantic.Field()
|
|
14
14
|
"""
|
frameio/types/share_response.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 .share import Share
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class ShareResponse(
|
|
10
|
+
class ShareResponse(UncheckedBaseModel):
|
|
11
11
|
data: Share
|
|
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 .user import User
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
class ShareReviewersResponse(
|
|
11
|
+
class ShareReviewersResponse(UncheckedBaseModel):
|
|
12
12
|
"""
|
|
13
13
|
Share reviewers
|
|
14
14
|
"""
|
frameio/types/shares_response.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 .links import Links
|
|
8
8
|
from .share import Share
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
class SharesResponse(
|
|
11
|
+
class SharesResponse(UncheckedBaseModel):
|
|
12
12
|
"""
|
|
13
13
|
Shares on a project
|
|
14
14
|
"""
|
frameio/types/text_definition.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 .text_definition_field_configuration import TextDefinitionFieldConfiguration
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
class TextDefinition(
|
|
11
|
+
class TextDefinition(UncheckedBaseModel):
|
|
12
12
|
created_at: dt.datetime = pydantic.Field()
|
|
13
13
|
"""
|
|
14
14
|
Created Timestamp
|
|
@@ -3,8 +3,8 @@
|
|
|
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 TextDefinitionFieldConfiguration(
|
|
9
|
+
class TextDefinitionFieldConfiguration(UncheckedBaseModel):
|
|
10
10
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
@@ -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 TextDefinitionParams(
|
|
9
|
+
class TextDefinitionParams(UncheckedBaseModel):
|
|
10
10
|
name: str = pydantic.Field()
|
|
11
11
|
"""
|
|
12
12
|
Field definition name
|
|
@@ -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 .toggle_definition_field_configuration import ToggleDefinitionFieldConfiguration
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
class ToggleDefinition(
|
|
11
|
+
class ToggleDefinition(UncheckedBaseModel):
|
|
12
12
|
created_at: dt.datetime = pydantic.Field()
|
|
13
13
|
"""
|
|
14
14
|
Created Timestamp
|
|
@@ -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 ToggleDefinitionFieldConfiguration(
|
|
9
|
+
class ToggleDefinitionFieldConfiguration(UncheckedBaseModel):
|
|
10
10
|
color: typing.Optional[str] = pydantic.Field(default=None)
|
|
11
11
|
"""
|
|
12
12
|
Color value hex code. ex: #fbd400
|
|
@@ -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 .toggle_definition_params_field_configuration import ToggleDefinitionParamsFieldConfiguration
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class ToggleDefinitionParams(
|
|
10
|
+
class ToggleDefinitionParams(UncheckedBaseModel):
|
|
11
11
|
field_configuration: typing.Optional[ToggleDefinitionParamsFieldConfiguration] = None
|
|
12
12
|
name: str = pydantic.Field()
|
|
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 ToggleDefinitionParamsFieldConfiguration(
|
|
9
|
+
class ToggleDefinitionParamsFieldConfiguration(UncheckedBaseModel):
|
|
10
10
|
color: typing.Optional[str] = pydantic.Field(default=None)
|
|
11
11
|
"""
|
|
12
12
|
Color value hex code. ex: #fbd400
|
|
@@ -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 .too_many_requests_errors_item import TooManyRequestsErrorsItem
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class TooManyRequests(
|
|
10
|
+
class TooManyRequests(UncheckedBaseModel):
|
|
11
11
|
errors: typing.List[TooManyRequestsErrorsItem]
|
|
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 .too_many_requests_errors_item_source import TooManyRequestsErrorsItemSource
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class TooManyRequestsErrorsItem(
|
|
10
|
+
class TooManyRequestsErrorsItem(UncheckedBaseModel):
|
|
11
11
|
detail: str
|
|
12
12
|
source: typing.Optional[TooManyRequestsErrorsItemSource] = None
|
|
13
13
|
title: typing.Optional[str] = None
|
|
@@ -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 TooManyRequestsErrorsItemSource(
|
|
9
|
+
class TooManyRequestsErrorsItemSource(UncheckedBaseModel):
|
|
10
10
|
pointer: typing.Optional[str] = None
|
|
11
11
|
|
|
12
12
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
frameio/types/unauthorized.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 .unauthorized_errors_item import UnauthorizedErrorsItem
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class Unauthorized(
|
|
10
|
+
class Unauthorized(UncheckedBaseModel):
|
|
11
11
|
errors: typing.List[UnauthorizedErrorsItem]
|
|
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 .unauthorized_errors_item_source import UnauthorizedErrorsItemSource
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class UnauthorizedErrorsItem(
|
|
10
|
+
class UnauthorizedErrorsItem(UncheckedBaseModel):
|
|
11
11
|
detail: str
|
|
12
12
|
source: typing.Optional[UnauthorizedErrorsItemSource] = None
|
|
13
13
|
title: typing.Optional[str] = None
|
|
@@ -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 UnauthorizedErrorsItemSource(
|
|
9
|
+
class UnauthorizedErrorsItemSource(UncheckedBaseModel):
|
|
10
10
|
pointer: typing.Optional[str] = None
|
|
11
11
|
|
|
12
12
|
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 .unprocessable_entity_errors_item import UnprocessableEntityErrorsItem
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class UnprocessableEntity(
|
|
10
|
+
class UnprocessableEntity(UncheckedBaseModel):
|
|
11
11
|
errors: typing.List[UnprocessableEntityErrorsItem]
|
|
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 .unprocessable_entity_errors_item_source import UnprocessableEntityErrorsItemSource
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class UnprocessableEntityErrorsItem(
|
|
10
|
+
class UnprocessableEntityErrorsItem(UncheckedBaseModel):
|
|
11
11
|
detail: str
|
|
12
12
|
source: typing.Optional[UnprocessableEntityErrorsItemSource] = None
|
|
13
13
|
title: typing.Optional[str] = None
|
|
@@ -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 UnprocessableEntityErrorsItemSource(
|
|
9
|
+
class UnprocessableEntityErrorsItemSource(UncheckedBaseModel):
|
|
10
10
|
pointer: typing.Optional[str] = None
|
|
11
11
|
|
|
12
12
|
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_date_definition_params_field_configuration import UpdateDateDefinitionParamsFieldConfiguration
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class UpdateDateDefinitionParams(
|
|
10
|
+
class UpdateDateDefinitionParams(UncheckedBaseModel):
|
|
11
11
|
field_configuration: typing.Optional[UpdateDateDefinitionParamsFieldConfiguration] = 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_date_definition_params_field_configuration_display_format import (
|
|
8
8
|
UpdateDateDefinitionParamsFieldConfigurationDisplayFormat,
|
|
9
9
|
)
|
|
@@ -12,7 +12,7 @@ from .update_date_definition_params_field_configuration_time_format import (
|
|
|
12
12
|
)
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
class UpdateDateDefinitionParamsFieldConfiguration(
|
|
15
|
+
class UpdateDateDefinitionParamsFieldConfiguration(UncheckedBaseModel):
|
|
16
16
|
display_format: typing.Optional[UpdateDateDefinitionParamsFieldConfigurationDisplayFormat] = None
|
|
17
17
|
display_timezone: typing.Optional[bool] = None
|
|
18
18
|
include_time: typing.Optional[bool] = pydantic.Field(default=None)
|
|
@@ -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 UpdateLongTextDefinitionParams(
|
|
9
|
+
class UpdateLongTextDefinitionParams(UncheckedBaseModel):
|
|
10
10
|
name: typing.Optional[str] = pydantic.Field(default=None)
|
|
11
11
|
"""
|
|
12
12
|
Field definition 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 .update_number_definition_params_field_configuration import UpdateNumberDefinitionParamsFieldConfiguration
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class UpdateNumberDefinitionParams(
|
|
10
|
+
class UpdateNumberDefinitionParams(UncheckedBaseModel):
|
|
11
11
|
field_configuration: typing.Optional[UpdateNumberDefinitionParamsFieldConfiguration] = None
|
|
12
12
|
name: typing.Optional[str] = pydantic.Field(default=None)
|
|
13
13
|
"""
|
|
@@ -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_number_definition_params_field_configuration_number_format import (
|
|
8
8
|
UpdateNumberDefinitionParamsFieldConfigurationNumberFormat,
|
|
9
9
|
)
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
class UpdateNumberDefinitionParamsFieldConfiguration(
|
|
12
|
+
class UpdateNumberDefinitionParamsFieldConfiguration(UncheckedBaseModel):
|
|
13
13
|
number_format: typing.Optional[UpdateNumberDefinitionParamsFieldConfigurationNumberFormat] = pydantic.Field(
|
|
14
14
|
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 .update_rating_definition_params_field_configuration import UpdateRatingDefinitionParamsFieldConfiguration
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class UpdateRatingDefinitionParams(
|
|
10
|
+
class UpdateRatingDefinitionParams(UncheckedBaseModel):
|
|
11
11
|
field_configuration: typing.Optional[UpdateRatingDefinitionParamsFieldConfiguration] = None
|
|
12
12
|
name: typing.Optional[str] = pydantic.Field(default=None)
|
|
13
13
|
"""
|
|
@@ -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_rating_definition_params_field_configuration_style import (
|
|
8
8
|
UpdateRatingDefinitionParamsFieldConfigurationStyle,
|
|
9
9
|
)
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
class UpdateRatingDefinitionParamsFieldConfiguration(
|
|
12
|
+
class UpdateRatingDefinitionParamsFieldConfiguration(UncheckedBaseModel):
|
|
13
13
|
color: typing.Optional[str] = pydantic.Field(default=None)
|
|
14
14
|
"""
|
|
15
15
|
Color value hex code for the `style` icon symbols. ex: #fbd400
|
|
@@ -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_select_definition_params_field_configuration import UpdateSelectDefinitionParamsFieldConfiguration
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class UpdateSelectDefinitionParams(
|
|
10
|
+
class UpdateSelectDefinitionParams(UncheckedBaseModel):
|
|
11
11
|
field_configuration: typing.Optional[UpdateSelectDefinitionParamsFieldConfiguration] = None
|
|
12
12
|
name: typing.Optional[str] = pydantic.Field(default=None)
|
|
13
13
|
"""
|
|
@@ -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_select_definition_params_field_configuration_options_item import (
|
|
8
8
|
UpdateSelectDefinitionParamsFieldConfigurationOptionsItem,
|
|
9
9
|
)
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
class UpdateSelectDefinitionParamsFieldConfiguration(
|
|
12
|
+
class UpdateSelectDefinitionParamsFieldConfiguration(UncheckedBaseModel):
|
|
13
13
|
enable_add_new: typing.Optional[bool] = pydantic.Field(default=None)
|
|
14
14
|
"""
|
|
15
15
|
Allow or disallow adding in new option(s) from the grid/list view
|
|
@@ -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 UpdateSelectDefinitionParamsFieldConfigurationOptionsItem(
|
|
9
|
+
class UpdateSelectDefinitionParamsFieldConfigurationOptionsItem(UncheckedBaseModel):
|
|
10
10
|
color: typing.Optional[str] = pydantic.Field(default=None)
|
|
11
11
|
"""
|
|
12
12
|
Color value hex code for the `display_name`. ex: #fbd400
|
|
@@ -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_select_multi_definition_params_field_configuration import (
|
|
8
8
|
UpdateSelectMultiDefinitionParamsFieldConfiguration,
|
|
9
9
|
)
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
class UpdateSelectMultiDefinitionParams(
|
|
12
|
+
class UpdateSelectMultiDefinitionParams(UncheckedBaseModel):
|
|
13
13
|
field_configuration: typing.Optional[UpdateSelectMultiDefinitionParamsFieldConfiguration] = None
|
|
14
14
|
name: typing.Optional[str] = pydantic.Field(default=None)
|
|
15
15
|
"""
|
|
@@ -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_select_multi_definition_params_field_configuration_options_item import (
|
|
8
8
|
UpdateSelectMultiDefinitionParamsFieldConfigurationOptionsItem,
|
|
9
9
|
)
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
class UpdateSelectMultiDefinitionParamsFieldConfiguration(
|
|
12
|
+
class UpdateSelectMultiDefinitionParamsFieldConfiguration(UncheckedBaseModel):
|
|
13
13
|
enable_add_new: typing.Optional[bool] = pydantic.Field(default=None)
|
|
14
14
|
"""
|
|
15
15
|
Allow or disallow adding in new option(s) from the grid/list view
|
|
@@ -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 UpdateSelectMultiDefinitionParamsFieldConfigurationOptionsItem(
|
|
9
|
+
class UpdateSelectMultiDefinitionParamsFieldConfigurationOptionsItem(UncheckedBaseModel):
|
|
10
10
|
color: typing.Optional[str] = pydantic.Field(default=None)
|
|
11
11
|
"""
|
|
12
12
|
Color value hex code for the `display_name`. ex: #fbd400
|
|
@@ -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 UpdateTextDefinitionParams(
|
|
9
|
+
class UpdateTextDefinitionParams(UncheckedBaseModel):
|
|
10
10
|
name: typing.Optional[str] = pydantic.Field(default=None)
|
|
11
11
|
"""
|
|
12
12
|
Field definition 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 .update_toggle_definition_params_field_configuration import UpdateToggleDefinitionParamsFieldConfiguration
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class UpdateToggleDefinitionParams(
|
|
10
|
+
class UpdateToggleDefinitionParams(UncheckedBaseModel):
|
|
11
11
|
field_configuration: typing.Optional[UpdateToggleDefinitionParamsFieldConfiguration] = None
|
|
12
12
|
name: typing.Optional[str] = pydantic.Field(default=None)
|
|
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 UpdateToggleDefinitionParamsFieldConfiguration(
|
|
9
|
+
class UpdateToggleDefinitionParamsFieldConfiguration(UncheckedBaseModel):
|
|
10
10
|
color: typing.Optional[str] = pydantic.Field(default=None)
|
|
11
11
|
"""
|
|
12
12
|
Color value hex code. ex: #fbd400
|
|
@@ -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_multi_definition_params_field_configuration import UpdateUserMultiDefinitionParamsFieldConfiguration
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class UpdateUserMultiDefinitionParams(
|
|
10
|
+
class UpdateUserMultiDefinitionParams(UncheckedBaseModel):
|
|
11
11
|
field_configuration: typing.Optional[UpdateUserMultiDefinitionParamsFieldConfiguration] = 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_multi_definition_params_field_configuration_custom_members_item import (
|
|
8
8
|
UpdateUserMultiDefinitionParamsFieldConfigurationCustomMembersItem,
|
|
9
9
|
)
|
|
@@ -12,7 +12,7 @@ from .update_user_multi_definition_params_field_configuration_member_options_typ
|
|
|
12
12
|
)
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
class UpdateUserMultiDefinitionParamsFieldConfiguration(
|
|
15
|
+
class UpdateUserMultiDefinitionParamsFieldConfiguration(UncheckedBaseModel):
|
|
16
16
|
custom_members: typing.Optional[typing.List[UpdateUserMultiDefinitionParamsFieldConfigurationCustomMembersItem]] = (
|
|
17
17
|
None
|
|
18
18
|
)
|
frameio/types/update_user_multi_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_multi_definition_params_field_configuration_custom_members_item_type import (
|
|
8
8
|
UpdateUserMultiDefinitionParamsFieldConfigurationCustomMembersItemType,
|
|
9
9
|
)
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
class UpdateUserMultiDefinitionParamsFieldConfigurationCustomMembersItem(
|
|
12
|
+
class UpdateUserMultiDefinitionParamsFieldConfigurationCustomMembersItem(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 .update_user_roles_params_data import UpdateUserRolesParamsData
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class UpdateUserRolesParams(
|
|
10
|
+
class UpdateUserRolesParams(UncheckedBaseModel):
|
|
11
11
|
"""
|
|
12
12
|
Update user roles params
|
|
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 .update_user_roles_params_data_role import UpdateUserRolesParamsDataRole
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
class UpdateUserRolesParamsData(
|
|
10
|
+
class UpdateUserRolesParamsData(UncheckedBaseModel):
|
|
11
11
|
role: UpdateUserRolesParamsDataRole
|
|
12
12
|
|
|
13
13
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|