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/shares/raw_client.py
CHANGED
|
@@ -7,9 +7,9 @@ from ..core.api_error import ApiError
|
|
|
7
7
|
from ..core.client_wrapper import AsyncClientWrapper, SyncClientWrapper
|
|
8
8
|
from ..core.http_response import AsyncHttpResponse, HttpResponse
|
|
9
9
|
from ..core.jsonable_encoder import jsonable_encoder
|
|
10
|
-
from ..core.pydantic_utilities import parse_obj_as
|
|
11
10
|
from ..core.request_options import RequestOptions
|
|
12
11
|
from ..core.serialization import convert_and_respect_annotation_metadata
|
|
12
|
+
from ..core.unchecked_base_model import construct_type
|
|
13
13
|
from ..errors.bad_request_error import BadRequestError
|
|
14
14
|
from ..errors.forbidden_error import ForbiddenError
|
|
15
15
|
from ..errors.not_found_error import NotFoundError
|
|
@@ -48,7 +48,7 @@ class RawSharesClient:
|
|
|
48
48
|
self, account_id: Uuid, share_id: Uuid, *, request_options: typing.Optional[RequestOptions] = None
|
|
49
49
|
) -> HttpResponse[ShareResponse]:
|
|
50
50
|
"""
|
|
51
|
-
Show a single Share. <br><br>Rate Limits: 100 calls per 1.00 minute(s) per
|
|
51
|
+
Show a single Share. <br><br>Rate Limits: 100 calls per 1.00 minute(s) per account_user
|
|
52
52
|
|
|
53
53
|
Parameters
|
|
54
54
|
----------
|
|
@@ -75,7 +75,7 @@ class RawSharesClient:
|
|
|
75
75
|
if 200 <= _response.status_code < 300:
|
|
76
76
|
_data = typing.cast(
|
|
77
77
|
ShareResponse,
|
|
78
|
-
|
|
78
|
+
construct_type(
|
|
79
79
|
type_=ShareResponse, # type: ignore
|
|
80
80
|
object_=_response.json(),
|
|
81
81
|
),
|
|
@@ -86,7 +86,7 @@ class RawSharesClient:
|
|
|
86
86
|
headers=dict(_response.headers),
|
|
87
87
|
body=typing.cast(
|
|
88
88
|
BadRequest,
|
|
89
|
-
|
|
89
|
+
construct_type(
|
|
90
90
|
type_=BadRequest, # type: ignore
|
|
91
91
|
object_=_response.json(),
|
|
92
92
|
),
|
|
@@ -97,7 +97,7 @@ class RawSharesClient:
|
|
|
97
97
|
headers=dict(_response.headers),
|
|
98
98
|
body=typing.cast(
|
|
99
99
|
Unauthorized,
|
|
100
|
-
|
|
100
|
+
construct_type(
|
|
101
101
|
type_=Unauthorized, # type: ignore
|
|
102
102
|
object_=_response.json(),
|
|
103
103
|
),
|
|
@@ -108,7 +108,7 @@ class RawSharesClient:
|
|
|
108
108
|
headers=dict(_response.headers),
|
|
109
109
|
body=typing.cast(
|
|
110
110
|
Forbidden,
|
|
111
|
-
|
|
111
|
+
construct_type(
|
|
112
112
|
type_=Forbidden, # type: ignore
|
|
113
113
|
object_=_response.json(),
|
|
114
114
|
),
|
|
@@ -119,7 +119,7 @@ class RawSharesClient:
|
|
|
119
119
|
headers=dict(_response.headers),
|
|
120
120
|
body=typing.cast(
|
|
121
121
|
NotFound,
|
|
122
|
-
|
|
122
|
+
construct_type(
|
|
123
123
|
type_=NotFound, # type: ignore
|
|
124
124
|
object_=_response.json(),
|
|
125
125
|
),
|
|
@@ -130,7 +130,7 @@ class RawSharesClient:
|
|
|
130
130
|
headers=dict(_response.headers),
|
|
131
131
|
body=typing.cast(
|
|
132
132
|
typing.Optional[typing.Any],
|
|
133
|
-
|
|
133
|
+
construct_type(
|
|
134
134
|
type_=typing.Optional[typing.Any], # type: ignore
|
|
135
135
|
object_=_response.json(),
|
|
136
136
|
),
|
|
@@ -141,7 +141,7 @@ class RawSharesClient:
|
|
|
141
141
|
headers=dict(_response.headers),
|
|
142
142
|
body=typing.cast(
|
|
143
143
|
TooManyRequests,
|
|
144
|
-
|
|
144
|
+
construct_type(
|
|
145
145
|
type_=TooManyRequests, # type: ignore
|
|
146
146
|
object_=_response.json(),
|
|
147
147
|
),
|
|
@@ -156,7 +156,7 @@ class RawSharesClient:
|
|
|
156
156
|
self, account_id: Uuid, share_id: Uuid, *, request_options: typing.Optional[RequestOptions] = None
|
|
157
157
|
) -> HttpResponse[None]:
|
|
158
158
|
"""
|
|
159
|
-
Delete a share. <br><br>Rate Limits: 60 calls per 1.00 minute(s) per
|
|
159
|
+
Delete a share. <br><br>Rate Limits: 60 calls per 1.00 minute(s) per account_user
|
|
160
160
|
|
|
161
161
|
Parameters
|
|
162
162
|
----------
|
|
@@ -186,7 +186,7 @@ class RawSharesClient:
|
|
|
186
186
|
headers=dict(_response.headers),
|
|
187
187
|
body=typing.cast(
|
|
188
188
|
BadRequest,
|
|
189
|
-
|
|
189
|
+
construct_type(
|
|
190
190
|
type_=BadRequest, # type: ignore
|
|
191
191
|
object_=_response.json(),
|
|
192
192
|
),
|
|
@@ -197,7 +197,7 @@ class RawSharesClient:
|
|
|
197
197
|
headers=dict(_response.headers),
|
|
198
198
|
body=typing.cast(
|
|
199
199
|
Unauthorized,
|
|
200
|
-
|
|
200
|
+
construct_type(
|
|
201
201
|
type_=Unauthorized, # type: ignore
|
|
202
202
|
object_=_response.json(),
|
|
203
203
|
),
|
|
@@ -208,7 +208,7 @@ class RawSharesClient:
|
|
|
208
208
|
headers=dict(_response.headers),
|
|
209
209
|
body=typing.cast(
|
|
210
210
|
Forbidden,
|
|
211
|
-
|
|
211
|
+
construct_type(
|
|
212
212
|
type_=Forbidden, # type: ignore
|
|
213
213
|
object_=_response.json(),
|
|
214
214
|
),
|
|
@@ -219,7 +219,7 @@ class RawSharesClient:
|
|
|
219
219
|
headers=dict(_response.headers),
|
|
220
220
|
body=typing.cast(
|
|
221
221
|
NotFound,
|
|
222
|
-
|
|
222
|
+
construct_type(
|
|
223
223
|
type_=NotFound, # type: ignore
|
|
224
224
|
object_=_response.json(),
|
|
225
225
|
),
|
|
@@ -230,7 +230,7 @@ class RawSharesClient:
|
|
|
230
230
|
headers=dict(_response.headers),
|
|
231
231
|
body=typing.cast(
|
|
232
232
|
typing.Optional[typing.Any],
|
|
233
|
-
|
|
233
|
+
construct_type(
|
|
234
234
|
type_=typing.Optional[typing.Any], # type: ignore
|
|
235
235
|
object_=_response.json(),
|
|
236
236
|
),
|
|
@@ -241,7 +241,7 @@ class RawSharesClient:
|
|
|
241
241
|
headers=dict(_response.headers),
|
|
242
242
|
body=typing.cast(
|
|
243
243
|
TooManyRequests,
|
|
244
|
-
|
|
244
|
+
construct_type(
|
|
245
245
|
type_=TooManyRequests, # type: ignore
|
|
246
246
|
object_=_response.json(),
|
|
247
247
|
),
|
|
@@ -261,7 +261,7 @@ class RawSharesClient:
|
|
|
261
261
|
request_options: typing.Optional[RequestOptions] = None,
|
|
262
262
|
) -> HttpResponse[ShareResponse]:
|
|
263
263
|
"""
|
|
264
|
-
Update share. <br><br>Rate Limits: 10 calls per 1.00 minute(s) per
|
|
264
|
+
Update share. <br><br>Rate Limits: 10 calls per 1.00 minute(s) per account_user
|
|
265
265
|
|
|
266
266
|
Parameters
|
|
267
267
|
----------
|
|
@@ -299,7 +299,7 @@ class RawSharesClient:
|
|
|
299
299
|
if 200 <= _response.status_code < 300:
|
|
300
300
|
_data = typing.cast(
|
|
301
301
|
ShareResponse,
|
|
302
|
-
|
|
302
|
+
construct_type(
|
|
303
303
|
type_=ShareResponse, # type: ignore
|
|
304
304
|
object_=_response.json(),
|
|
305
305
|
),
|
|
@@ -310,7 +310,7 @@ class RawSharesClient:
|
|
|
310
310
|
headers=dict(_response.headers),
|
|
311
311
|
body=typing.cast(
|
|
312
312
|
BadRequest,
|
|
313
|
-
|
|
313
|
+
construct_type(
|
|
314
314
|
type_=BadRequest, # type: ignore
|
|
315
315
|
object_=_response.json(),
|
|
316
316
|
),
|
|
@@ -321,7 +321,7 @@ class RawSharesClient:
|
|
|
321
321
|
headers=dict(_response.headers),
|
|
322
322
|
body=typing.cast(
|
|
323
323
|
Unauthorized,
|
|
324
|
-
|
|
324
|
+
construct_type(
|
|
325
325
|
type_=Unauthorized, # type: ignore
|
|
326
326
|
object_=_response.json(),
|
|
327
327
|
),
|
|
@@ -332,7 +332,7 @@ class RawSharesClient:
|
|
|
332
332
|
headers=dict(_response.headers),
|
|
333
333
|
body=typing.cast(
|
|
334
334
|
Forbidden,
|
|
335
|
-
|
|
335
|
+
construct_type(
|
|
336
336
|
type_=Forbidden, # type: ignore
|
|
337
337
|
object_=_response.json(),
|
|
338
338
|
),
|
|
@@ -343,7 +343,7 @@ class RawSharesClient:
|
|
|
343
343
|
headers=dict(_response.headers),
|
|
344
344
|
body=typing.cast(
|
|
345
345
|
NotFound,
|
|
346
|
-
|
|
346
|
+
construct_type(
|
|
347
347
|
type_=NotFound, # type: ignore
|
|
348
348
|
object_=_response.json(),
|
|
349
349
|
),
|
|
@@ -354,7 +354,7 @@ class RawSharesClient:
|
|
|
354
354
|
headers=dict(_response.headers),
|
|
355
355
|
body=typing.cast(
|
|
356
356
|
typing.Optional[typing.Any],
|
|
357
|
-
|
|
357
|
+
construct_type(
|
|
358
358
|
type_=typing.Optional[typing.Any], # type: ignore
|
|
359
359
|
object_=_response.json(),
|
|
360
360
|
),
|
|
@@ -365,7 +365,7 @@ class RawSharesClient:
|
|
|
365
365
|
headers=dict(_response.headers),
|
|
366
366
|
body=typing.cast(
|
|
367
367
|
TooManyRequests,
|
|
368
|
-
|
|
368
|
+
construct_type(
|
|
369
369
|
type_=TooManyRequests, # type: ignore
|
|
370
370
|
object_=_response.json(),
|
|
371
371
|
),
|
|
@@ -387,7 +387,7 @@ class RawSharesClient:
|
|
|
387
387
|
request_options: typing.Optional[RequestOptions] = None,
|
|
388
388
|
) -> HttpResponse[ShareReviewersResponse]:
|
|
389
389
|
"""
|
|
390
|
-
List share reviewers. <br><br>Rate Limits: 10 calls per 1.00 minute(s) per
|
|
390
|
+
List share reviewers. <br><br>Rate Limits: 10 calls per 1.00 minute(s) per account_user
|
|
391
391
|
|
|
392
392
|
Parameters
|
|
393
393
|
----------
|
|
@@ -430,7 +430,7 @@ class RawSharesClient:
|
|
|
430
430
|
if 200 <= _response.status_code < 300:
|
|
431
431
|
_data = typing.cast(
|
|
432
432
|
ShareReviewersResponse,
|
|
433
|
-
|
|
433
|
+
construct_type(
|
|
434
434
|
type_=ShareReviewersResponse, # type: ignore
|
|
435
435
|
object_=_response.json(),
|
|
436
436
|
),
|
|
@@ -441,7 +441,7 @@ class RawSharesClient:
|
|
|
441
441
|
headers=dict(_response.headers),
|
|
442
442
|
body=typing.cast(
|
|
443
443
|
BadRequest,
|
|
444
|
-
|
|
444
|
+
construct_type(
|
|
445
445
|
type_=BadRequest, # type: ignore
|
|
446
446
|
object_=_response.json(),
|
|
447
447
|
),
|
|
@@ -452,7 +452,7 @@ class RawSharesClient:
|
|
|
452
452
|
headers=dict(_response.headers),
|
|
453
453
|
body=typing.cast(
|
|
454
454
|
Unauthorized,
|
|
455
|
-
|
|
455
|
+
construct_type(
|
|
456
456
|
type_=Unauthorized, # type: ignore
|
|
457
457
|
object_=_response.json(),
|
|
458
458
|
),
|
|
@@ -463,7 +463,7 @@ class RawSharesClient:
|
|
|
463
463
|
headers=dict(_response.headers),
|
|
464
464
|
body=typing.cast(
|
|
465
465
|
Forbidden,
|
|
466
|
-
|
|
466
|
+
construct_type(
|
|
467
467
|
type_=Forbidden, # type: ignore
|
|
468
468
|
object_=_response.json(),
|
|
469
469
|
),
|
|
@@ -474,7 +474,7 @@ class RawSharesClient:
|
|
|
474
474
|
headers=dict(_response.headers),
|
|
475
475
|
body=typing.cast(
|
|
476
476
|
NotFound,
|
|
477
|
-
|
|
477
|
+
construct_type(
|
|
478
478
|
type_=NotFound, # type: ignore
|
|
479
479
|
object_=_response.json(),
|
|
480
480
|
),
|
|
@@ -485,7 +485,7 @@ class RawSharesClient:
|
|
|
485
485
|
headers=dict(_response.headers),
|
|
486
486
|
body=typing.cast(
|
|
487
487
|
typing.Optional[typing.Any],
|
|
488
|
-
|
|
488
|
+
construct_type(
|
|
489
489
|
type_=typing.Optional[typing.Any], # type: ignore
|
|
490
490
|
object_=_response.json(),
|
|
491
491
|
),
|
|
@@ -496,7 +496,7 @@ class RawSharesClient:
|
|
|
496
496
|
headers=dict(_response.headers),
|
|
497
497
|
body=typing.cast(
|
|
498
498
|
TooManyRequests,
|
|
499
|
-
|
|
499
|
+
construct_type(
|
|
500
500
|
type_=TooManyRequests, # type: ignore
|
|
501
501
|
object_=_response.json(),
|
|
502
502
|
),
|
|
@@ -521,7 +521,7 @@ class RawSharesClient:
|
|
|
521
521
|
A request can only include one identifier type parameter.
|
|
522
522
|
<br><br>
|
|
523
523
|
`email` is the only identifier able to add reviewers to a Share who don't have a Frame account member on the account where the Share belongs.
|
|
524
|
-
<br><br>Rate Limits: 10 calls per 1.00 minute(s) per
|
|
524
|
+
<br><br>Rate Limits: 10 calls per 1.00 minute(s) per account_user
|
|
525
525
|
|
|
526
526
|
Parameters
|
|
527
527
|
----------
|
|
@@ -562,7 +562,7 @@ class RawSharesClient:
|
|
|
562
562
|
headers=dict(_response.headers),
|
|
563
563
|
body=typing.cast(
|
|
564
564
|
BadRequest,
|
|
565
|
-
|
|
565
|
+
construct_type(
|
|
566
566
|
type_=BadRequest, # type: ignore
|
|
567
567
|
object_=_response.json(),
|
|
568
568
|
),
|
|
@@ -573,7 +573,7 @@ class RawSharesClient:
|
|
|
573
573
|
headers=dict(_response.headers),
|
|
574
574
|
body=typing.cast(
|
|
575
575
|
Unauthorized,
|
|
576
|
-
|
|
576
|
+
construct_type(
|
|
577
577
|
type_=Unauthorized, # type: ignore
|
|
578
578
|
object_=_response.json(),
|
|
579
579
|
),
|
|
@@ -584,7 +584,7 @@ class RawSharesClient:
|
|
|
584
584
|
headers=dict(_response.headers),
|
|
585
585
|
body=typing.cast(
|
|
586
586
|
Forbidden,
|
|
587
|
-
|
|
587
|
+
construct_type(
|
|
588
588
|
type_=Forbidden, # type: ignore
|
|
589
589
|
object_=_response.json(),
|
|
590
590
|
),
|
|
@@ -595,7 +595,7 @@ class RawSharesClient:
|
|
|
595
595
|
headers=dict(_response.headers),
|
|
596
596
|
body=typing.cast(
|
|
597
597
|
NotFound,
|
|
598
|
-
|
|
598
|
+
construct_type(
|
|
599
599
|
type_=NotFound, # type: ignore
|
|
600
600
|
object_=_response.json(),
|
|
601
601
|
),
|
|
@@ -606,7 +606,7 @@ class RawSharesClient:
|
|
|
606
606
|
headers=dict(_response.headers),
|
|
607
607
|
body=typing.cast(
|
|
608
608
|
typing.Optional[typing.Any],
|
|
609
|
-
|
|
609
|
+
construct_type(
|
|
610
610
|
type_=typing.Optional[typing.Any], # type: ignore
|
|
611
611
|
object_=_response.json(),
|
|
612
612
|
),
|
|
@@ -617,7 +617,7 @@ class RawSharesClient:
|
|
|
617
617
|
headers=dict(_response.headers),
|
|
618
618
|
body=typing.cast(
|
|
619
619
|
TooManyRequests,
|
|
620
|
-
|
|
620
|
+
construct_type(
|
|
621
621
|
type_=TooManyRequests, # type: ignore
|
|
622
622
|
object_=_response.json(),
|
|
623
623
|
),
|
|
@@ -640,7 +640,7 @@ class RawSharesClient:
|
|
|
640
640
|
Removes reviewers from secure Share by three identifier types: `adobe_user_id`, `email`, and `user_id`.
|
|
641
641
|
<br><br>
|
|
642
642
|
A request can only include one identifier type parameter.
|
|
643
|
-
<br><br>Rate Limits: 10 calls per 1.00 minute(s) per
|
|
643
|
+
<br><br>Rate Limits: 10 calls per 1.00 minute(s) per account_user
|
|
644
644
|
|
|
645
645
|
Parameters
|
|
646
646
|
----------
|
|
@@ -681,7 +681,7 @@ class RawSharesClient:
|
|
|
681
681
|
headers=dict(_response.headers),
|
|
682
682
|
body=typing.cast(
|
|
683
683
|
BadRequest,
|
|
684
|
-
|
|
684
|
+
construct_type(
|
|
685
685
|
type_=BadRequest, # type: ignore
|
|
686
686
|
object_=_response.json(),
|
|
687
687
|
),
|
|
@@ -692,7 +692,7 @@ class RawSharesClient:
|
|
|
692
692
|
headers=dict(_response.headers),
|
|
693
693
|
body=typing.cast(
|
|
694
694
|
Unauthorized,
|
|
695
|
-
|
|
695
|
+
construct_type(
|
|
696
696
|
type_=Unauthorized, # type: ignore
|
|
697
697
|
object_=_response.json(),
|
|
698
698
|
),
|
|
@@ -703,7 +703,7 @@ class RawSharesClient:
|
|
|
703
703
|
headers=dict(_response.headers),
|
|
704
704
|
body=typing.cast(
|
|
705
705
|
Forbidden,
|
|
706
|
-
|
|
706
|
+
construct_type(
|
|
707
707
|
type_=Forbidden, # type: ignore
|
|
708
708
|
object_=_response.json(),
|
|
709
709
|
),
|
|
@@ -714,7 +714,7 @@ class RawSharesClient:
|
|
|
714
714
|
headers=dict(_response.headers),
|
|
715
715
|
body=typing.cast(
|
|
716
716
|
NotFound,
|
|
717
|
-
|
|
717
|
+
construct_type(
|
|
718
718
|
type_=NotFound, # type: ignore
|
|
719
719
|
object_=_response.json(),
|
|
720
720
|
),
|
|
@@ -725,7 +725,7 @@ class RawSharesClient:
|
|
|
725
725
|
headers=dict(_response.headers),
|
|
726
726
|
body=typing.cast(
|
|
727
727
|
typing.Optional[typing.Any],
|
|
728
|
-
|
|
728
|
+
construct_type(
|
|
729
729
|
type_=typing.Optional[typing.Any], # type: ignore
|
|
730
730
|
object_=_response.json(),
|
|
731
731
|
),
|
|
@@ -736,7 +736,7 @@ class RawSharesClient:
|
|
|
736
736
|
headers=dict(_response.headers),
|
|
737
737
|
body=typing.cast(
|
|
738
738
|
TooManyRequests,
|
|
739
|
-
|
|
739
|
+
construct_type(
|
|
740
740
|
type_=TooManyRequests, # type: ignore
|
|
741
741
|
object_=_response.json(),
|
|
742
742
|
),
|
|
@@ -756,7 +756,7 @@ class RawSharesClient:
|
|
|
756
756
|
request_options: typing.Optional[RequestOptions] = None,
|
|
757
757
|
) -> HttpResponse[RemoveAssetResponse]:
|
|
758
758
|
"""
|
|
759
|
-
Remove an asset currently in the share from that share. <br><br>Rate Limits: 10 calls per 1.00 minute(s) per
|
|
759
|
+
Remove an asset currently in the share from that share. <br><br>Rate Limits: 10 calls per 1.00 minute(s) per account_user
|
|
760
760
|
|
|
761
761
|
Parameters
|
|
762
762
|
----------
|
|
@@ -786,7 +786,7 @@ class RawSharesClient:
|
|
|
786
786
|
if 200 <= _response.status_code < 300:
|
|
787
787
|
_data = typing.cast(
|
|
788
788
|
RemoveAssetResponse,
|
|
789
|
-
|
|
789
|
+
construct_type(
|
|
790
790
|
type_=RemoveAssetResponse, # type: ignore
|
|
791
791
|
object_=_response.json(),
|
|
792
792
|
),
|
|
@@ -797,7 +797,7 @@ class RawSharesClient:
|
|
|
797
797
|
headers=dict(_response.headers),
|
|
798
798
|
body=typing.cast(
|
|
799
799
|
BadRequest,
|
|
800
|
-
|
|
800
|
+
construct_type(
|
|
801
801
|
type_=BadRequest, # type: ignore
|
|
802
802
|
object_=_response.json(),
|
|
803
803
|
),
|
|
@@ -808,7 +808,7 @@ class RawSharesClient:
|
|
|
808
808
|
headers=dict(_response.headers),
|
|
809
809
|
body=typing.cast(
|
|
810
810
|
Unauthorized,
|
|
811
|
-
|
|
811
|
+
construct_type(
|
|
812
812
|
type_=Unauthorized, # type: ignore
|
|
813
813
|
object_=_response.json(),
|
|
814
814
|
),
|
|
@@ -819,7 +819,7 @@ class RawSharesClient:
|
|
|
819
819
|
headers=dict(_response.headers),
|
|
820
820
|
body=typing.cast(
|
|
821
821
|
Forbidden,
|
|
822
|
-
|
|
822
|
+
construct_type(
|
|
823
823
|
type_=Forbidden, # type: ignore
|
|
824
824
|
object_=_response.json(),
|
|
825
825
|
),
|
|
@@ -830,7 +830,7 @@ class RawSharesClient:
|
|
|
830
830
|
headers=dict(_response.headers),
|
|
831
831
|
body=typing.cast(
|
|
832
832
|
NotFound,
|
|
833
|
-
|
|
833
|
+
construct_type(
|
|
834
834
|
type_=NotFound, # type: ignore
|
|
835
835
|
object_=_response.json(),
|
|
836
836
|
),
|
|
@@ -841,7 +841,7 @@ class RawSharesClient:
|
|
|
841
841
|
headers=dict(_response.headers),
|
|
842
842
|
body=typing.cast(
|
|
843
843
|
typing.Optional[typing.Any],
|
|
844
|
-
|
|
844
|
+
construct_type(
|
|
845
845
|
type_=typing.Optional[typing.Any], # type: ignore
|
|
846
846
|
object_=_response.json(),
|
|
847
847
|
),
|
|
@@ -852,7 +852,7 @@ class RawSharesClient:
|
|
|
852
852
|
headers=dict(_response.headers),
|
|
853
853
|
body=typing.cast(
|
|
854
854
|
TooManyRequests,
|
|
855
|
-
|
|
855
|
+
construct_type(
|
|
856
856
|
type_=TooManyRequests, # type: ignore
|
|
857
857
|
object_=_response.json(),
|
|
858
858
|
),
|
|
@@ -872,7 +872,7 @@ class RawSharesClient:
|
|
|
872
872
|
request_options: typing.Optional[RequestOptions] = None,
|
|
873
873
|
) -> HttpResponse[AddAssetResponse]:
|
|
874
874
|
"""
|
|
875
|
-
Add new asset share. <br><br>Rate Limits: 10 calls per 1.00 minute(s) per
|
|
875
|
+
Add new asset share. <br><br>Rate Limits: 10 calls per 1.00 minute(s) per account_user
|
|
876
876
|
|
|
877
877
|
Parameters
|
|
878
878
|
----------
|
|
@@ -910,7 +910,7 @@ class RawSharesClient:
|
|
|
910
910
|
if 200 <= _response.status_code < 300:
|
|
911
911
|
_data = typing.cast(
|
|
912
912
|
AddAssetResponse,
|
|
913
|
-
|
|
913
|
+
construct_type(
|
|
914
914
|
type_=AddAssetResponse, # type: ignore
|
|
915
915
|
object_=_response.json(),
|
|
916
916
|
),
|
|
@@ -921,7 +921,7 @@ class RawSharesClient:
|
|
|
921
921
|
headers=dict(_response.headers),
|
|
922
922
|
body=typing.cast(
|
|
923
923
|
BadRequest,
|
|
924
|
-
|
|
924
|
+
construct_type(
|
|
925
925
|
type_=BadRequest, # type: ignore
|
|
926
926
|
object_=_response.json(),
|
|
927
927
|
),
|
|
@@ -932,7 +932,7 @@ class RawSharesClient:
|
|
|
932
932
|
headers=dict(_response.headers),
|
|
933
933
|
body=typing.cast(
|
|
934
934
|
Unauthorized,
|
|
935
|
-
|
|
935
|
+
construct_type(
|
|
936
936
|
type_=Unauthorized, # type: ignore
|
|
937
937
|
object_=_response.json(),
|
|
938
938
|
),
|
|
@@ -943,7 +943,7 @@ class RawSharesClient:
|
|
|
943
943
|
headers=dict(_response.headers),
|
|
944
944
|
body=typing.cast(
|
|
945
945
|
Forbidden,
|
|
946
|
-
|
|
946
|
+
construct_type(
|
|
947
947
|
type_=Forbidden, # type: ignore
|
|
948
948
|
object_=_response.json(),
|
|
949
949
|
),
|
|
@@ -954,7 +954,7 @@ class RawSharesClient:
|
|
|
954
954
|
headers=dict(_response.headers),
|
|
955
955
|
body=typing.cast(
|
|
956
956
|
NotFound,
|
|
957
|
-
|
|
957
|
+
construct_type(
|
|
958
958
|
type_=NotFound, # type: ignore
|
|
959
959
|
object_=_response.json(),
|
|
960
960
|
),
|
|
@@ -965,7 +965,7 @@ class RawSharesClient:
|
|
|
965
965
|
headers=dict(_response.headers),
|
|
966
966
|
body=typing.cast(
|
|
967
967
|
typing.Optional[typing.Any],
|
|
968
|
-
|
|
968
|
+
construct_type(
|
|
969
969
|
type_=typing.Optional[typing.Any], # type: ignore
|
|
970
970
|
object_=_response.json(),
|
|
971
971
|
),
|
|
@@ -976,7 +976,7 @@ class RawSharesClient:
|
|
|
976
976
|
headers=dict(_response.headers),
|
|
977
977
|
body=typing.cast(
|
|
978
978
|
TooManyRequests,
|
|
979
|
-
|
|
979
|
+
construct_type(
|
|
980
980
|
type_=TooManyRequests, # type: ignore
|
|
981
981
|
object_=_response.json(),
|
|
982
982
|
),
|
|
@@ -998,7 +998,7 @@ class RawSharesClient:
|
|
|
998
998
|
request_options: typing.Optional[RequestOptions] = None,
|
|
999
999
|
) -> HttpResponse[SharesResponse]:
|
|
1000
1000
|
"""
|
|
1001
|
-
List shares on a project. <br><br>Rate Limits: 100 calls per 1.00 minute(s) per
|
|
1001
|
+
List shares on a project. <br><br>Rate Limits: 100 calls per 1.00 minute(s) per account_user
|
|
1002
1002
|
|
|
1003
1003
|
Parameters
|
|
1004
1004
|
----------
|
|
@@ -1041,7 +1041,7 @@ class RawSharesClient:
|
|
|
1041
1041
|
if 200 <= _response.status_code < 300:
|
|
1042
1042
|
_data = typing.cast(
|
|
1043
1043
|
SharesResponse,
|
|
1044
|
-
|
|
1044
|
+
construct_type(
|
|
1045
1045
|
type_=SharesResponse, # type: ignore
|
|
1046
1046
|
object_=_response.json(),
|
|
1047
1047
|
),
|
|
@@ -1052,7 +1052,7 @@ class RawSharesClient:
|
|
|
1052
1052
|
headers=dict(_response.headers),
|
|
1053
1053
|
body=typing.cast(
|
|
1054
1054
|
BadRequest,
|
|
1055
|
-
|
|
1055
|
+
construct_type(
|
|
1056
1056
|
type_=BadRequest, # type: ignore
|
|
1057
1057
|
object_=_response.json(),
|
|
1058
1058
|
),
|
|
@@ -1063,7 +1063,7 @@ class RawSharesClient:
|
|
|
1063
1063
|
headers=dict(_response.headers),
|
|
1064
1064
|
body=typing.cast(
|
|
1065
1065
|
Unauthorized,
|
|
1066
|
-
|
|
1066
|
+
construct_type(
|
|
1067
1067
|
type_=Unauthorized, # type: ignore
|
|
1068
1068
|
object_=_response.json(),
|
|
1069
1069
|
),
|
|
@@ -1074,7 +1074,7 @@ class RawSharesClient:
|
|
|
1074
1074
|
headers=dict(_response.headers),
|
|
1075
1075
|
body=typing.cast(
|
|
1076
1076
|
Forbidden,
|
|
1077
|
-
|
|
1077
|
+
construct_type(
|
|
1078
1078
|
type_=Forbidden, # type: ignore
|
|
1079
1079
|
object_=_response.json(),
|
|
1080
1080
|
),
|
|
@@ -1085,7 +1085,7 @@ class RawSharesClient:
|
|
|
1085
1085
|
headers=dict(_response.headers),
|
|
1086
1086
|
body=typing.cast(
|
|
1087
1087
|
NotFound,
|
|
1088
|
-
|
|
1088
|
+
construct_type(
|
|
1089
1089
|
type_=NotFound, # type: ignore
|
|
1090
1090
|
object_=_response.json(),
|
|
1091
1091
|
),
|
|
@@ -1096,7 +1096,7 @@ class RawSharesClient:
|
|
|
1096
1096
|
headers=dict(_response.headers),
|
|
1097
1097
|
body=typing.cast(
|
|
1098
1098
|
typing.Optional[typing.Any],
|
|
1099
|
-
|
|
1099
|
+
construct_type(
|
|
1100
1100
|
type_=typing.Optional[typing.Any], # type: ignore
|
|
1101
1101
|
object_=_response.json(),
|
|
1102
1102
|
),
|
|
@@ -1107,7 +1107,7 @@ class RawSharesClient:
|
|
|
1107
1107
|
headers=dict(_response.headers),
|
|
1108
1108
|
body=typing.cast(
|
|
1109
1109
|
TooManyRequests,
|
|
1110
|
-
|
|
1110
|
+
construct_type(
|
|
1111
1111
|
type_=TooManyRequests, # type: ignore
|
|
1112
1112
|
object_=_response.json(),
|
|
1113
1113
|
),
|
|
@@ -1127,7 +1127,7 @@ class RawSharesClient:
|
|
|
1127
1127
|
request_options: typing.Optional[RequestOptions] = None,
|
|
1128
1128
|
) -> HttpResponse[ShareResponse]:
|
|
1129
1129
|
"""
|
|
1130
|
-
Create share. <br><br>Rate Limits: 10 calls per 1.00 minute(s) per
|
|
1130
|
+
Create share. <br><br>Rate Limits: 10 calls per 1.00 minute(s) per account_user
|
|
1131
1131
|
|
|
1132
1132
|
Parameters
|
|
1133
1133
|
----------
|
|
@@ -1165,7 +1165,7 @@ class RawSharesClient:
|
|
|
1165
1165
|
if 200 <= _response.status_code < 300:
|
|
1166
1166
|
_data = typing.cast(
|
|
1167
1167
|
ShareResponse,
|
|
1168
|
-
|
|
1168
|
+
construct_type(
|
|
1169
1169
|
type_=ShareResponse, # type: ignore
|
|
1170
1170
|
object_=_response.json(),
|
|
1171
1171
|
),
|
|
@@ -1176,7 +1176,7 @@ class RawSharesClient:
|
|
|
1176
1176
|
headers=dict(_response.headers),
|
|
1177
1177
|
body=typing.cast(
|
|
1178
1178
|
BadRequest,
|
|
1179
|
-
|
|
1179
|
+
construct_type(
|
|
1180
1180
|
type_=BadRequest, # type: ignore
|
|
1181
1181
|
object_=_response.json(),
|
|
1182
1182
|
),
|
|
@@ -1187,7 +1187,7 @@ class RawSharesClient:
|
|
|
1187
1187
|
headers=dict(_response.headers),
|
|
1188
1188
|
body=typing.cast(
|
|
1189
1189
|
Unauthorized,
|
|
1190
|
-
|
|
1190
|
+
construct_type(
|
|
1191
1191
|
type_=Unauthorized, # type: ignore
|
|
1192
1192
|
object_=_response.json(),
|
|
1193
1193
|
),
|
|
@@ -1198,7 +1198,7 @@ class RawSharesClient:
|
|
|
1198
1198
|
headers=dict(_response.headers),
|
|
1199
1199
|
body=typing.cast(
|
|
1200
1200
|
Forbidden,
|
|
1201
|
-
|
|
1201
|
+
construct_type(
|
|
1202
1202
|
type_=Forbidden, # type: ignore
|
|
1203
1203
|
object_=_response.json(),
|
|
1204
1204
|
),
|
|
@@ -1209,7 +1209,7 @@ class RawSharesClient:
|
|
|
1209
1209
|
headers=dict(_response.headers),
|
|
1210
1210
|
body=typing.cast(
|
|
1211
1211
|
NotFound,
|
|
1212
|
-
|
|
1212
|
+
construct_type(
|
|
1213
1213
|
type_=NotFound, # type: ignore
|
|
1214
1214
|
object_=_response.json(),
|
|
1215
1215
|
),
|
|
@@ -1220,7 +1220,7 @@ class RawSharesClient:
|
|
|
1220
1220
|
headers=dict(_response.headers),
|
|
1221
1221
|
body=typing.cast(
|
|
1222
1222
|
typing.Optional[typing.Any],
|
|
1223
|
-
|
|
1223
|
+
construct_type(
|
|
1224
1224
|
type_=typing.Optional[typing.Any], # type: ignore
|
|
1225
1225
|
object_=_response.json(),
|
|
1226
1226
|
),
|
|
@@ -1231,7 +1231,7 @@ class RawSharesClient:
|
|
|
1231
1231
|
headers=dict(_response.headers),
|
|
1232
1232
|
body=typing.cast(
|
|
1233
1233
|
TooManyRequests,
|
|
1234
|
-
|
|
1234
|
+
construct_type(
|
|
1235
1235
|
type_=TooManyRequests, # type: ignore
|
|
1236
1236
|
object_=_response.json(),
|
|
1237
1237
|
),
|
|
@@ -1251,7 +1251,7 @@ class AsyncRawSharesClient:
|
|
|
1251
1251
|
self, account_id: Uuid, share_id: Uuid, *, request_options: typing.Optional[RequestOptions] = None
|
|
1252
1252
|
) -> AsyncHttpResponse[ShareResponse]:
|
|
1253
1253
|
"""
|
|
1254
|
-
Show a single Share. <br><br>Rate Limits: 100 calls per 1.00 minute(s) per
|
|
1254
|
+
Show a single Share. <br><br>Rate Limits: 100 calls per 1.00 minute(s) per account_user
|
|
1255
1255
|
|
|
1256
1256
|
Parameters
|
|
1257
1257
|
----------
|
|
@@ -1278,7 +1278,7 @@ class AsyncRawSharesClient:
|
|
|
1278
1278
|
if 200 <= _response.status_code < 300:
|
|
1279
1279
|
_data = typing.cast(
|
|
1280
1280
|
ShareResponse,
|
|
1281
|
-
|
|
1281
|
+
construct_type(
|
|
1282
1282
|
type_=ShareResponse, # type: ignore
|
|
1283
1283
|
object_=_response.json(),
|
|
1284
1284
|
),
|
|
@@ -1289,7 +1289,7 @@ class AsyncRawSharesClient:
|
|
|
1289
1289
|
headers=dict(_response.headers),
|
|
1290
1290
|
body=typing.cast(
|
|
1291
1291
|
BadRequest,
|
|
1292
|
-
|
|
1292
|
+
construct_type(
|
|
1293
1293
|
type_=BadRequest, # type: ignore
|
|
1294
1294
|
object_=_response.json(),
|
|
1295
1295
|
),
|
|
@@ -1300,7 +1300,7 @@ class AsyncRawSharesClient:
|
|
|
1300
1300
|
headers=dict(_response.headers),
|
|
1301
1301
|
body=typing.cast(
|
|
1302
1302
|
Unauthorized,
|
|
1303
|
-
|
|
1303
|
+
construct_type(
|
|
1304
1304
|
type_=Unauthorized, # type: ignore
|
|
1305
1305
|
object_=_response.json(),
|
|
1306
1306
|
),
|
|
@@ -1311,7 +1311,7 @@ class AsyncRawSharesClient:
|
|
|
1311
1311
|
headers=dict(_response.headers),
|
|
1312
1312
|
body=typing.cast(
|
|
1313
1313
|
Forbidden,
|
|
1314
|
-
|
|
1314
|
+
construct_type(
|
|
1315
1315
|
type_=Forbidden, # type: ignore
|
|
1316
1316
|
object_=_response.json(),
|
|
1317
1317
|
),
|
|
@@ -1322,7 +1322,7 @@ class AsyncRawSharesClient:
|
|
|
1322
1322
|
headers=dict(_response.headers),
|
|
1323
1323
|
body=typing.cast(
|
|
1324
1324
|
NotFound,
|
|
1325
|
-
|
|
1325
|
+
construct_type(
|
|
1326
1326
|
type_=NotFound, # type: ignore
|
|
1327
1327
|
object_=_response.json(),
|
|
1328
1328
|
),
|
|
@@ -1333,7 +1333,7 @@ class AsyncRawSharesClient:
|
|
|
1333
1333
|
headers=dict(_response.headers),
|
|
1334
1334
|
body=typing.cast(
|
|
1335
1335
|
typing.Optional[typing.Any],
|
|
1336
|
-
|
|
1336
|
+
construct_type(
|
|
1337
1337
|
type_=typing.Optional[typing.Any], # type: ignore
|
|
1338
1338
|
object_=_response.json(),
|
|
1339
1339
|
),
|
|
@@ -1344,7 +1344,7 @@ class AsyncRawSharesClient:
|
|
|
1344
1344
|
headers=dict(_response.headers),
|
|
1345
1345
|
body=typing.cast(
|
|
1346
1346
|
TooManyRequests,
|
|
1347
|
-
|
|
1347
|
+
construct_type(
|
|
1348
1348
|
type_=TooManyRequests, # type: ignore
|
|
1349
1349
|
object_=_response.json(),
|
|
1350
1350
|
),
|
|
@@ -1359,7 +1359,7 @@ class AsyncRawSharesClient:
|
|
|
1359
1359
|
self, account_id: Uuid, share_id: Uuid, *, request_options: typing.Optional[RequestOptions] = None
|
|
1360
1360
|
) -> AsyncHttpResponse[None]:
|
|
1361
1361
|
"""
|
|
1362
|
-
Delete a share. <br><br>Rate Limits: 60 calls per 1.00 minute(s) per
|
|
1362
|
+
Delete a share. <br><br>Rate Limits: 60 calls per 1.00 minute(s) per account_user
|
|
1363
1363
|
|
|
1364
1364
|
Parameters
|
|
1365
1365
|
----------
|
|
@@ -1389,7 +1389,7 @@ class AsyncRawSharesClient:
|
|
|
1389
1389
|
headers=dict(_response.headers),
|
|
1390
1390
|
body=typing.cast(
|
|
1391
1391
|
BadRequest,
|
|
1392
|
-
|
|
1392
|
+
construct_type(
|
|
1393
1393
|
type_=BadRequest, # type: ignore
|
|
1394
1394
|
object_=_response.json(),
|
|
1395
1395
|
),
|
|
@@ -1400,7 +1400,7 @@ class AsyncRawSharesClient:
|
|
|
1400
1400
|
headers=dict(_response.headers),
|
|
1401
1401
|
body=typing.cast(
|
|
1402
1402
|
Unauthorized,
|
|
1403
|
-
|
|
1403
|
+
construct_type(
|
|
1404
1404
|
type_=Unauthorized, # type: ignore
|
|
1405
1405
|
object_=_response.json(),
|
|
1406
1406
|
),
|
|
@@ -1411,7 +1411,7 @@ class AsyncRawSharesClient:
|
|
|
1411
1411
|
headers=dict(_response.headers),
|
|
1412
1412
|
body=typing.cast(
|
|
1413
1413
|
Forbidden,
|
|
1414
|
-
|
|
1414
|
+
construct_type(
|
|
1415
1415
|
type_=Forbidden, # type: ignore
|
|
1416
1416
|
object_=_response.json(),
|
|
1417
1417
|
),
|
|
@@ -1422,7 +1422,7 @@ class AsyncRawSharesClient:
|
|
|
1422
1422
|
headers=dict(_response.headers),
|
|
1423
1423
|
body=typing.cast(
|
|
1424
1424
|
NotFound,
|
|
1425
|
-
|
|
1425
|
+
construct_type(
|
|
1426
1426
|
type_=NotFound, # type: ignore
|
|
1427
1427
|
object_=_response.json(),
|
|
1428
1428
|
),
|
|
@@ -1433,7 +1433,7 @@ class AsyncRawSharesClient:
|
|
|
1433
1433
|
headers=dict(_response.headers),
|
|
1434
1434
|
body=typing.cast(
|
|
1435
1435
|
typing.Optional[typing.Any],
|
|
1436
|
-
|
|
1436
|
+
construct_type(
|
|
1437
1437
|
type_=typing.Optional[typing.Any], # type: ignore
|
|
1438
1438
|
object_=_response.json(),
|
|
1439
1439
|
),
|
|
@@ -1444,7 +1444,7 @@ class AsyncRawSharesClient:
|
|
|
1444
1444
|
headers=dict(_response.headers),
|
|
1445
1445
|
body=typing.cast(
|
|
1446
1446
|
TooManyRequests,
|
|
1447
|
-
|
|
1447
|
+
construct_type(
|
|
1448
1448
|
type_=TooManyRequests, # type: ignore
|
|
1449
1449
|
object_=_response.json(),
|
|
1450
1450
|
),
|
|
@@ -1464,7 +1464,7 @@ class AsyncRawSharesClient:
|
|
|
1464
1464
|
request_options: typing.Optional[RequestOptions] = None,
|
|
1465
1465
|
) -> AsyncHttpResponse[ShareResponse]:
|
|
1466
1466
|
"""
|
|
1467
|
-
Update share. <br><br>Rate Limits: 10 calls per 1.00 minute(s) per
|
|
1467
|
+
Update share. <br><br>Rate Limits: 10 calls per 1.00 minute(s) per account_user
|
|
1468
1468
|
|
|
1469
1469
|
Parameters
|
|
1470
1470
|
----------
|
|
@@ -1502,7 +1502,7 @@ class AsyncRawSharesClient:
|
|
|
1502
1502
|
if 200 <= _response.status_code < 300:
|
|
1503
1503
|
_data = typing.cast(
|
|
1504
1504
|
ShareResponse,
|
|
1505
|
-
|
|
1505
|
+
construct_type(
|
|
1506
1506
|
type_=ShareResponse, # type: ignore
|
|
1507
1507
|
object_=_response.json(),
|
|
1508
1508
|
),
|
|
@@ -1513,7 +1513,7 @@ class AsyncRawSharesClient:
|
|
|
1513
1513
|
headers=dict(_response.headers),
|
|
1514
1514
|
body=typing.cast(
|
|
1515
1515
|
BadRequest,
|
|
1516
|
-
|
|
1516
|
+
construct_type(
|
|
1517
1517
|
type_=BadRequest, # type: ignore
|
|
1518
1518
|
object_=_response.json(),
|
|
1519
1519
|
),
|
|
@@ -1524,7 +1524,7 @@ class AsyncRawSharesClient:
|
|
|
1524
1524
|
headers=dict(_response.headers),
|
|
1525
1525
|
body=typing.cast(
|
|
1526
1526
|
Unauthorized,
|
|
1527
|
-
|
|
1527
|
+
construct_type(
|
|
1528
1528
|
type_=Unauthorized, # type: ignore
|
|
1529
1529
|
object_=_response.json(),
|
|
1530
1530
|
),
|
|
@@ -1535,7 +1535,7 @@ class AsyncRawSharesClient:
|
|
|
1535
1535
|
headers=dict(_response.headers),
|
|
1536
1536
|
body=typing.cast(
|
|
1537
1537
|
Forbidden,
|
|
1538
|
-
|
|
1538
|
+
construct_type(
|
|
1539
1539
|
type_=Forbidden, # type: ignore
|
|
1540
1540
|
object_=_response.json(),
|
|
1541
1541
|
),
|
|
@@ -1546,7 +1546,7 @@ class AsyncRawSharesClient:
|
|
|
1546
1546
|
headers=dict(_response.headers),
|
|
1547
1547
|
body=typing.cast(
|
|
1548
1548
|
NotFound,
|
|
1549
|
-
|
|
1549
|
+
construct_type(
|
|
1550
1550
|
type_=NotFound, # type: ignore
|
|
1551
1551
|
object_=_response.json(),
|
|
1552
1552
|
),
|
|
@@ -1557,7 +1557,7 @@ class AsyncRawSharesClient:
|
|
|
1557
1557
|
headers=dict(_response.headers),
|
|
1558
1558
|
body=typing.cast(
|
|
1559
1559
|
typing.Optional[typing.Any],
|
|
1560
|
-
|
|
1560
|
+
construct_type(
|
|
1561
1561
|
type_=typing.Optional[typing.Any], # type: ignore
|
|
1562
1562
|
object_=_response.json(),
|
|
1563
1563
|
),
|
|
@@ -1568,7 +1568,7 @@ class AsyncRawSharesClient:
|
|
|
1568
1568
|
headers=dict(_response.headers),
|
|
1569
1569
|
body=typing.cast(
|
|
1570
1570
|
TooManyRequests,
|
|
1571
|
-
|
|
1571
|
+
construct_type(
|
|
1572
1572
|
type_=TooManyRequests, # type: ignore
|
|
1573
1573
|
object_=_response.json(),
|
|
1574
1574
|
),
|
|
@@ -1590,7 +1590,7 @@ class AsyncRawSharesClient:
|
|
|
1590
1590
|
request_options: typing.Optional[RequestOptions] = None,
|
|
1591
1591
|
) -> AsyncHttpResponse[ShareReviewersResponse]:
|
|
1592
1592
|
"""
|
|
1593
|
-
List share reviewers. <br><br>Rate Limits: 10 calls per 1.00 minute(s) per
|
|
1593
|
+
List share reviewers. <br><br>Rate Limits: 10 calls per 1.00 minute(s) per account_user
|
|
1594
1594
|
|
|
1595
1595
|
Parameters
|
|
1596
1596
|
----------
|
|
@@ -1633,7 +1633,7 @@ class AsyncRawSharesClient:
|
|
|
1633
1633
|
if 200 <= _response.status_code < 300:
|
|
1634
1634
|
_data = typing.cast(
|
|
1635
1635
|
ShareReviewersResponse,
|
|
1636
|
-
|
|
1636
|
+
construct_type(
|
|
1637
1637
|
type_=ShareReviewersResponse, # type: ignore
|
|
1638
1638
|
object_=_response.json(),
|
|
1639
1639
|
),
|
|
@@ -1644,7 +1644,7 @@ class AsyncRawSharesClient:
|
|
|
1644
1644
|
headers=dict(_response.headers),
|
|
1645
1645
|
body=typing.cast(
|
|
1646
1646
|
BadRequest,
|
|
1647
|
-
|
|
1647
|
+
construct_type(
|
|
1648
1648
|
type_=BadRequest, # type: ignore
|
|
1649
1649
|
object_=_response.json(),
|
|
1650
1650
|
),
|
|
@@ -1655,7 +1655,7 @@ class AsyncRawSharesClient:
|
|
|
1655
1655
|
headers=dict(_response.headers),
|
|
1656
1656
|
body=typing.cast(
|
|
1657
1657
|
Unauthorized,
|
|
1658
|
-
|
|
1658
|
+
construct_type(
|
|
1659
1659
|
type_=Unauthorized, # type: ignore
|
|
1660
1660
|
object_=_response.json(),
|
|
1661
1661
|
),
|
|
@@ -1666,7 +1666,7 @@ class AsyncRawSharesClient:
|
|
|
1666
1666
|
headers=dict(_response.headers),
|
|
1667
1667
|
body=typing.cast(
|
|
1668
1668
|
Forbidden,
|
|
1669
|
-
|
|
1669
|
+
construct_type(
|
|
1670
1670
|
type_=Forbidden, # type: ignore
|
|
1671
1671
|
object_=_response.json(),
|
|
1672
1672
|
),
|
|
@@ -1677,7 +1677,7 @@ class AsyncRawSharesClient:
|
|
|
1677
1677
|
headers=dict(_response.headers),
|
|
1678
1678
|
body=typing.cast(
|
|
1679
1679
|
NotFound,
|
|
1680
|
-
|
|
1680
|
+
construct_type(
|
|
1681
1681
|
type_=NotFound, # type: ignore
|
|
1682
1682
|
object_=_response.json(),
|
|
1683
1683
|
),
|
|
@@ -1688,7 +1688,7 @@ class AsyncRawSharesClient:
|
|
|
1688
1688
|
headers=dict(_response.headers),
|
|
1689
1689
|
body=typing.cast(
|
|
1690
1690
|
typing.Optional[typing.Any],
|
|
1691
|
-
|
|
1691
|
+
construct_type(
|
|
1692
1692
|
type_=typing.Optional[typing.Any], # type: ignore
|
|
1693
1693
|
object_=_response.json(),
|
|
1694
1694
|
),
|
|
@@ -1699,7 +1699,7 @@ class AsyncRawSharesClient:
|
|
|
1699
1699
|
headers=dict(_response.headers),
|
|
1700
1700
|
body=typing.cast(
|
|
1701
1701
|
TooManyRequests,
|
|
1702
|
-
|
|
1702
|
+
construct_type(
|
|
1703
1703
|
type_=TooManyRequests, # type: ignore
|
|
1704
1704
|
object_=_response.json(),
|
|
1705
1705
|
),
|
|
@@ -1724,7 +1724,7 @@ class AsyncRawSharesClient:
|
|
|
1724
1724
|
A request can only include one identifier type parameter.
|
|
1725
1725
|
<br><br>
|
|
1726
1726
|
`email` is the only identifier able to add reviewers to a Share who don't have a Frame account member on the account where the Share belongs.
|
|
1727
|
-
<br><br>Rate Limits: 10 calls per 1.00 minute(s) per
|
|
1727
|
+
<br><br>Rate Limits: 10 calls per 1.00 minute(s) per account_user
|
|
1728
1728
|
|
|
1729
1729
|
Parameters
|
|
1730
1730
|
----------
|
|
@@ -1765,7 +1765,7 @@ class AsyncRawSharesClient:
|
|
|
1765
1765
|
headers=dict(_response.headers),
|
|
1766
1766
|
body=typing.cast(
|
|
1767
1767
|
BadRequest,
|
|
1768
|
-
|
|
1768
|
+
construct_type(
|
|
1769
1769
|
type_=BadRequest, # type: ignore
|
|
1770
1770
|
object_=_response.json(),
|
|
1771
1771
|
),
|
|
@@ -1776,7 +1776,7 @@ class AsyncRawSharesClient:
|
|
|
1776
1776
|
headers=dict(_response.headers),
|
|
1777
1777
|
body=typing.cast(
|
|
1778
1778
|
Unauthorized,
|
|
1779
|
-
|
|
1779
|
+
construct_type(
|
|
1780
1780
|
type_=Unauthorized, # type: ignore
|
|
1781
1781
|
object_=_response.json(),
|
|
1782
1782
|
),
|
|
@@ -1787,7 +1787,7 @@ class AsyncRawSharesClient:
|
|
|
1787
1787
|
headers=dict(_response.headers),
|
|
1788
1788
|
body=typing.cast(
|
|
1789
1789
|
Forbidden,
|
|
1790
|
-
|
|
1790
|
+
construct_type(
|
|
1791
1791
|
type_=Forbidden, # type: ignore
|
|
1792
1792
|
object_=_response.json(),
|
|
1793
1793
|
),
|
|
@@ -1798,7 +1798,7 @@ class AsyncRawSharesClient:
|
|
|
1798
1798
|
headers=dict(_response.headers),
|
|
1799
1799
|
body=typing.cast(
|
|
1800
1800
|
NotFound,
|
|
1801
|
-
|
|
1801
|
+
construct_type(
|
|
1802
1802
|
type_=NotFound, # type: ignore
|
|
1803
1803
|
object_=_response.json(),
|
|
1804
1804
|
),
|
|
@@ -1809,7 +1809,7 @@ class AsyncRawSharesClient:
|
|
|
1809
1809
|
headers=dict(_response.headers),
|
|
1810
1810
|
body=typing.cast(
|
|
1811
1811
|
typing.Optional[typing.Any],
|
|
1812
|
-
|
|
1812
|
+
construct_type(
|
|
1813
1813
|
type_=typing.Optional[typing.Any], # type: ignore
|
|
1814
1814
|
object_=_response.json(),
|
|
1815
1815
|
),
|
|
@@ -1820,7 +1820,7 @@ class AsyncRawSharesClient:
|
|
|
1820
1820
|
headers=dict(_response.headers),
|
|
1821
1821
|
body=typing.cast(
|
|
1822
1822
|
TooManyRequests,
|
|
1823
|
-
|
|
1823
|
+
construct_type(
|
|
1824
1824
|
type_=TooManyRequests, # type: ignore
|
|
1825
1825
|
object_=_response.json(),
|
|
1826
1826
|
),
|
|
@@ -1843,7 +1843,7 @@ class AsyncRawSharesClient:
|
|
|
1843
1843
|
Removes reviewers from secure Share by three identifier types: `adobe_user_id`, `email`, and `user_id`.
|
|
1844
1844
|
<br><br>
|
|
1845
1845
|
A request can only include one identifier type parameter.
|
|
1846
|
-
<br><br>Rate Limits: 10 calls per 1.00 minute(s) per
|
|
1846
|
+
<br><br>Rate Limits: 10 calls per 1.00 minute(s) per account_user
|
|
1847
1847
|
|
|
1848
1848
|
Parameters
|
|
1849
1849
|
----------
|
|
@@ -1884,7 +1884,7 @@ class AsyncRawSharesClient:
|
|
|
1884
1884
|
headers=dict(_response.headers),
|
|
1885
1885
|
body=typing.cast(
|
|
1886
1886
|
BadRequest,
|
|
1887
|
-
|
|
1887
|
+
construct_type(
|
|
1888
1888
|
type_=BadRequest, # type: ignore
|
|
1889
1889
|
object_=_response.json(),
|
|
1890
1890
|
),
|
|
@@ -1895,7 +1895,7 @@ class AsyncRawSharesClient:
|
|
|
1895
1895
|
headers=dict(_response.headers),
|
|
1896
1896
|
body=typing.cast(
|
|
1897
1897
|
Unauthorized,
|
|
1898
|
-
|
|
1898
|
+
construct_type(
|
|
1899
1899
|
type_=Unauthorized, # type: ignore
|
|
1900
1900
|
object_=_response.json(),
|
|
1901
1901
|
),
|
|
@@ -1906,7 +1906,7 @@ class AsyncRawSharesClient:
|
|
|
1906
1906
|
headers=dict(_response.headers),
|
|
1907
1907
|
body=typing.cast(
|
|
1908
1908
|
Forbidden,
|
|
1909
|
-
|
|
1909
|
+
construct_type(
|
|
1910
1910
|
type_=Forbidden, # type: ignore
|
|
1911
1911
|
object_=_response.json(),
|
|
1912
1912
|
),
|
|
@@ -1917,7 +1917,7 @@ class AsyncRawSharesClient:
|
|
|
1917
1917
|
headers=dict(_response.headers),
|
|
1918
1918
|
body=typing.cast(
|
|
1919
1919
|
NotFound,
|
|
1920
|
-
|
|
1920
|
+
construct_type(
|
|
1921
1921
|
type_=NotFound, # type: ignore
|
|
1922
1922
|
object_=_response.json(),
|
|
1923
1923
|
),
|
|
@@ -1928,7 +1928,7 @@ class AsyncRawSharesClient:
|
|
|
1928
1928
|
headers=dict(_response.headers),
|
|
1929
1929
|
body=typing.cast(
|
|
1930
1930
|
typing.Optional[typing.Any],
|
|
1931
|
-
|
|
1931
|
+
construct_type(
|
|
1932
1932
|
type_=typing.Optional[typing.Any], # type: ignore
|
|
1933
1933
|
object_=_response.json(),
|
|
1934
1934
|
),
|
|
@@ -1939,7 +1939,7 @@ class AsyncRawSharesClient:
|
|
|
1939
1939
|
headers=dict(_response.headers),
|
|
1940
1940
|
body=typing.cast(
|
|
1941
1941
|
TooManyRequests,
|
|
1942
|
-
|
|
1942
|
+
construct_type(
|
|
1943
1943
|
type_=TooManyRequests, # type: ignore
|
|
1944
1944
|
object_=_response.json(),
|
|
1945
1945
|
),
|
|
@@ -1959,7 +1959,7 @@ class AsyncRawSharesClient:
|
|
|
1959
1959
|
request_options: typing.Optional[RequestOptions] = None,
|
|
1960
1960
|
) -> AsyncHttpResponse[RemoveAssetResponse]:
|
|
1961
1961
|
"""
|
|
1962
|
-
Remove an asset currently in the share from that share. <br><br>Rate Limits: 10 calls per 1.00 minute(s) per
|
|
1962
|
+
Remove an asset currently in the share from that share. <br><br>Rate Limits: 10 calls per 1.00 minute(s) per account_user
|
|
1963
1963
|
|
|
1964
1964
|
Parameters
|
|
1965
1965
|
----------
|
|
@@ -1989,7 +1989,7 @@ class AsyncRawSharesClient:
|
|
|
1989
1989
|
if 200 <= _response.status_code < 300:
|
|
1990
1990
|
_data = typing.cast(
|
|
1991
1991
|
RemoveAssetResponse,
|
|
1992
|
-
|
|
1992
|
+
construct_type(
|
|
1993
1993
|
type_=RemoveAssetResponse, # type: ignore
|
|
1994
1994
|
object_=_response.json(),
|
|
1995
1995
|
),
|
|
@@ -2000,7 +2000,7 @@ class AsyncRawSharesClient:
|
|
|
2000
2000
|
headers=dict(_response.headers),
|
|
2001
2001
|
body=typing.cast(
|
|
2002
2002
|
BadRequest,
|
|
2003
|
-
|
|
2003
|
+
construct_type(
|
|
2004
2004
|
type_=BadRequest, # type: ignore
|
|
2005
2005
|
object_=_response.json(),
|
|
2006
2006
|
),
|
|
@@ -2011,7 +2011,7 @@ class AsyncRawSharesClient:
|
|
|
2011
2011
|
headers=dict(_response.headers),
|
|
2012
2012
|
body=typing.cast(
|
|
2013
2013
|
Unauthorized,
|
|
2014
|
-
|
|
2014
|
+
construct_type(
|
|
2015
2015
|
type_=Unauthorized, # type: ignore
|
|
2016
2016
|
object_=_response.json(),
|
|
2017
2017
|
),
|
|
@@ -2022,7 +2022,7 @@ class AsyncRawSharesClient:
|
|
|
2022
2022
|
headers=dict(_response.headers),
|
|
2023
2023
|
body=typing.cast(
|
|
2024
2024
|
Forbidden,
|
|
2025
|
-
|
|
2025
|
+
construct_type(
|
|
2026
2026
|
type_=Forbidden, # type: ignore
|
|
2027
2027
|
object_=_response.json(),
|
|
2028
2028
|
),
|
|
@@ -2033,7 +2033,7 @@ class AsyncRawSharesClient:
|
|
|
2033
2033
|
headers=dict(_response.headers),
|
|
2034
2034
|
body=typing.cast(
|
|
2035
2035
|
NotFound,
|
|
2036
|
-
|
|
2036
|
+
construct_type(
|
|
2037
2037
|
type_=NotFound, # type: ignore
|
|
2038
2038
|
object_=_response.json(),
|
|
2039
2039
|
),
|
|
@@ -2044,7 +2044,7 @@ class AsyncRawSharesClient:
|
|
|
2044
2044
|
headers=dict(_response.headers),
|
|
2045
2045
|
body=typing.cast(
|
|
2046
2046
|
typing.Optional[typing.Any],
|
|
2047
|
-
|
|
2047
|
+
construct_type(
|
|
2048
2048
|
type_=typing.Optional[typing.Any], # type: ignore
|
|
2049
2049
|
object_=_response.json(),
|
|
2050
2050
|
),
|
|
@@ -2055,7 +2055,7 @@ class AsyncRawSharesClient:
|
|
|
2055
2055
|
headers=dict(_response.headers),
|
|
2056
2056
|
body=typing.cast(
|
|
2057
2057
|
TooManyRequests,
|
|
2058
|
-
|
|
2058
|
+
construct_type(
|
|
2059
2059
|
type_=TooManyRequests, # type: ignore
|
|
2060
2060
|
object_=_response.json(),
|
|
2061
2061
|
),
|
|
@@ -2075,7 +2075,7 @@ class AsyncRawSharesClient:
|
|
|
2075
2075
|
request_options: typing.Optional[RequestOptions] = None,
|
|
2076
2076
|
) -> AsyncHttpResponse[AddAssetResponse]:
|
|
2077
2077
|
"""
|
|
2078
|
-
Add new asset share. <br><br>Rate Limits: 10 calls per 1.00 minute(s) per
|
|
2078
|
+
Add new asset share. <br><br>Rate Limits: 10 calls per 1.00 minute(s) per account_user
|
|
2079
2079
|
|
|
2080
2080
|
Parameters
|
|
2081
2081
|
----------
|
|
@@ -2113,7 +2113,7 @@ class AsyncRawSharesClient:
|
|
|
2113
2113
|
if 200 <= _response.status_code < 300:
|
|
2114
2114
|
_data = typing.cast(
|
|
2115
2115
|
AddAssetResponse,
|
|
2116
|
-
|
|
2116
|
+
construct_type(
|
|
2117
2117
|
type_=AddAssetResponse, # type: ignore
|
|
2118
2118
|
object_=_response.json(),
|
|
2119
2119
|
),
|
|
@@ -2124,7 +2124,7 @@ class AsyncRawSharesClient:
|
|
|
2124
2124
|
headers=dict(_response.headers),
|
|
2125
2125
|
body=typing.cast(
|
|
2126
2126
|
BadRequest,
|
|
2127
|
-
|
|
2127
|
+
construct_type(
|
|
2128
2128
|
type_=BadRequest, # type: ignore
|
|
2129
2129
|
object_=_response.json(),
|
|
2130
2130
|
),
|
|
@@ -2135,7 +2135,7 @@ class AsyncRawSharesClient:
|
|
|
2135
2135
|
headers=dict(_response.headers),
|
|
2136
2136
|
body=typing.cast(
|
|
2137
2137
|
Unauthorized,
|
|
2138
|
-
|
|
2138
|
+
construct_type(
|
|
2139
2139
|
type_=Unauthorized, # type: ignore
|
|
2140
2140
|
object_=_response.json(),
|
|
2141
2141
|
),
|
|
@@ -2146,7 +2146,7 @@ class AsyncRawSharesClient:
|
|
|
2146
2146
|
headers=dict(_response.headers),
|
|
2147
2147
|
body=typing.cast(
|
|
2148
2148
|
Forbidden,
|
|
2149
|
-
|
|
2149
|
+
construct_type(
|
|
2150
2150
|
type_=Forbidden, # type: ignore
|
|
2151
2151
|
object_=_response.json(),
|
|
2152
2152
|
),
|
|
@@ -2157,7 +2157,7 @@ class AsyncRawSharesClient:
|
|
|
2157
2157
|
headers=dict(_response.headers),
|
|
2158
2158
|
body=typing.cast(
|
|
2159
2159
|
NotFound,
|
|
2160
|
-
|
|
2160
|
+
construct_type(
|
|
2161
2161
|
type_=NotFound, # type: ignore
|
|
2162
2162
|
object_=_response.json(),
|
|
2163
2163
|
),
|
|
@@ -2168,7 +2168,7 @@ class AsyncRawSharesClient:
|
|
|
2168
2168
|
headers=dict(_response.headers),
|
|
2169
2169
|
body=typing.cast(
|
|
2170
2170
|
typing.Optional[typing.Any],
|
|
2171
|
-
|
|
2171
|
+
construct_type(
|
|
2172
2172
|
type_=typing.Optional[typing.Any], # type: ignore
|
|
2173
2173
|
object_=_response.json(),
|
|
2174
2174
|
),
|
|
@@ -2179,7 +2179,7 @@ class AsyncRawSharesClient:
|
|
|
2179
2179
|
headers=dict(_response.headers),
|
|
2180
2180
|
body=typing.cast(
|
|
2181
2181
|
TooManyRequests,
|
|
2182
|
-
|
|
2182
|
+
construct_type(
|
|
2183
2183
|
type_=TooManyRequests, # type: ignore
|
|
2184
2184
|
object_=_response.json(),
|
|
2185
2185
|
),
|
|
@@ -2201,7 +2201,7 @@ class AsyncRawSharesClient:
|
|
|
2201
2201
|
request_options: typing.Optional[RequestOptions] = None,
|
|
2202
2202
|
) -> AsyncHttpResponse[SharesResponse]:
|
|
2203
2203
|
"""
|
|
2204
|
-
List shares on a project. <br><br>Rate Limits: 100 calls per 1.00 minute(s) per
|
|
2204
|
+
List shares on a project. <br><br>Rate Limits: 100 calls per 1.00 minute(s) per account_user
|
|
2205
2205
|
|
|
2206
2206
|
Parameters
|
|
2207
2207
|
----------
|
|
@@ -2244,7 +2244,7 @@ class AsyncRawSharesClient:
|
|
|
2244
2244
|
if 200 <= _response.status_code < 300:
|
|
2245
2245
|
_data = typing.cast(
|
|
2246
2246
|
SharesResponse,
|
|
2247
|
-
|
|
2247
|
+
construct_type(
|
|
2248
2248
|
type_=SharesResponse, # type: ignore
|
|
2249
2249
|
object_=_response.json(),
|
|
2250
2250
|
),
|
|
@@ -2255,7 +2255,7 @@ class AsyncRawSharesClient:
|
|
|
2255
2255
|
headers=dict(_response.headers),
|
|
2256
2256
|
body=typing.cast(
|
|
2257
2257
|
BadRequest,
|
|
2258
|
-
|
|
2258
|
+
construct_type(
|
|
2259
2259
|
type_=BadRequest, # type: ignore
|
|
2260
2260
|
object_=_response.json(),
|
|
2261
2261
|
),
|
|
@@ -2266,7 +2266,7 @@ class AsyncRawSharesClient:
|
|
|
2266
2266
|
headers=dict(_response.headers),
|
|
2267
2267
|
body=typing.cast(
|
|
2268
2268
|
Unauthorized,
|
|
2269
|
-
|
|
2269
|
+
construct_type(
|
|
2270
2270
|
type_=Unauthorized, # type: ignore
|
|
2271
2271
|
object_=_response.json(),
|
|
2272
2272
|
),
|
|
@@ -2277,7 +2277,7 @@ class AsyncRawSharesClient:
|
|
|
2277
2277
|
headers=dict(_response.headers),
|
|
2278
2278
|
body=typing.cast(
|
|
2279
2279
|
Forbidden,
|
|
2280
|
-
|
|
2280
|
+
construct_type(
|
|
2281
2281
|
type_=Forbidden, # type: ignore
|
|
2282
2282
|
object_=_response.json(),
|
|
2283
2283
|
),
|
|
@@ -2288,7 +2288,7 @@ class AsyncRawSharesClient:
|
|
|
2288
2288
|
headers=dict(_response.headers),
|
|
2289
2289
|
body=typing.cast(
|
|
2290
2290
|
NotFound,
|
|
2291
|
-
|
|
2291
|
+
construct_type(
|
|
2292
2292
|
type_=NotFound, # type: ignore
|
|
2293
2293
|
object_=_response.json(),
|
|
2294
2294
|
),
|
|
@@ -2299,7 +2299,7 @@ class AsyncRawSharesClient:
|
|
|
2299
2299
|
headers=dict(_response.headers),
|
|
2300
2300
|
body=typing.cast(
|
|
2301
2301
|
typing.Optional[typing.Any],
|
|
2302
|
-
|
|
2302
|
+
construct_type(
|
|
2303
2303
|
type_=typing.Optional[typing.Any], # type: ignore
|
|
2304
2304
|
object_=_response.json(),
|
|
2305
2305
|
),
|
|
@@ -2310,7 +2310,7 @@ class AsyncRawSharesClient:
|
|
|
2310
2310
|
headers=dict(_response.headers),
|
|
2311
2311
|
body=typing.cast(
|
|
2312
2312
|
TooManyRequests,
|
|
2313
|
-
|
|
2313
|
+
construct_type(
|
|
2314
2314
|
type_=TooManyRequests, # type: ignore
|
|
2315
2315
|
object_=_response.json(),
|
|
2316
2316
|
),
|
|
@@ -2330,7 +2330,7 @@ class AsyncRawSharesClient:
|
|
|
2330
2330
|
request_options: typing.Optional[RequestOptions] = None,
|
|
2331
2331
|
) -> AsyncHttpResponse[ShareResponse]:
|
|
2332
2332
|
"""
|
|
2333
|
-
Create share. <br><br>Rate Limits: 10 calls per 1.00 minute(s) per
|
|
2333
|
+
Create share. <br><br>Rate Limits: 10 calls per 1.00 minute(s) per account_user
|
|
2334
2334
|
|
|
2335
2335
|
Parameters
|
|
2336
2336
|
----------
|
|
@@ -2368,7 +2368,7 @@ class AsyncRawSharesClient:
|
|
|
2368
2368
|
if 200 <= _response.status_code < 300:
|
|
2369
2369
|
_data = typing.cast(
|
|
2370
2370
|
ShareResponse,
|
|
2371
|
-
|
|
2371
|
+
construct_type(
|
|
2372
2372
|
type_=ShareResponse, # type: ignore
|
|
2373
2373
|
object_=_response.json(),
|
|
2374
2374
|
),
|
|
@@ -2379,7 +2379,7 @@ class AsyncRawSharesClient:
|
|
|
2379
2379
|
headers=dict(_response.headers),
|
|
2380
2380
|
body=typing.cast(
|
|
2381
2381
|
BadRequest,
|
|
2382
|
-
|
|
2382
|
+
construct_type(
|
|
2383
2383
|
type_=BadRequest, # type: ignore
|
|
2384
2384
|
object_=_response.json(),
|
|
2385
2385
|
),
|
|
@@ -2390,7 +2390,7 @@ class AsyncRawSharesClient:
|
|
|
2390
2390
|
headers=dict(_response.headers),
|
|
2391
2391
|
body=typing.cast(
|
|
2392
2392
|
Unauthorized,
|
|
2393
|
-
|
|
2393
|
+
construct_type(
|
|
2394
2394
|
type_=Unauthorized, # type: ignore
|
|
2395
2395
|
object_=_response.json(),
|
|
2396
2396
|
),
|
|
@@ -2401,7 +2401,7 @@ class AsyncRawSharesClient:
|
|
|
2401
2401
|
headers=dict(_response.headers),
|
|
2402
2402
|
body=typing.cast(
|
|
2403
2403
|
Forbidden,
|
|
2404
|
-
|
|
2404
|
+
construct_type(
|
|
2405
2405
|
type_=Forbidden, # type: ignore
|
|
2406
2406
|
object_=_response.json(),
|
|
2407
2407
|
),
|
|
@@ -2412,7 +2412,7 @@ class AsyncRawSharesClient:
|
|
|
2412
2412
|
headers=dict(_response.headers),
|
|
2413
2413
|
body=typing.cast(
|
|
2414
2414
|
NotFound,
|
|
2415
|
-
|
|
2415
|
+
construct_type(
|
|
2416
2416
|
type_=NotFound, # type: ignore
|
|
2417
2417
|
object_=_response.json(),
|
|
2418
2418
|
),
|
|
@@ -2423,7 +2423,7 @@ class AsyncRawSharesClient:
|
|
|
2423
2423
|
headers=dict(_response.headers),
|
|
2424
2424
|
body=typing.cast(
|
|
2425
2425
|
typing.Optional[typing.Any],
|
|
2426
|
-
|
|
2426
|
+
construct_type(
|
|
2427
2427
|
type_=typing.Optional[typing.Any], # type: ignore
|
|
2428
2428
|
object_=_response.json(),
|
|
2429
2429
|
),
|
|
@@ -2434,7 +2434,7 @@ class AsyncRawSharesClient:
|
|
|
2434
2434
|
headers=dict(_response.headers),
|
|
2435
2435
|
body=typing.cast(
|
|
2436
2436
|
TooManyRequests,
|
|
2437
|
-
|
|
2437
|
+
construct_type(
|
|
2438
2438
|
type_=TooManyRequests, # type: ignore
|
|
2439
2439
|
object_=_response.json(),
|
|
2440
2440
|
),
|