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.

Files changed (232) hide show
  1. frameio/account_permissions/client.py +2 -2
  2. frameio/account_permissions/raw_client.py +17 -17
  3. frameio/accounts/client.py +2 -2
  4. frameio/accounts/raw_client.py +17 -17
  5. frameio/comments/client.py +10 -10
  6. frameio/comments/raw_client.py +79 -79
  7. frameio/comments/types/create_comment_params_data.py +2 -2
  8. frameio/comments/types/update_comment_params_data.py +2 -2
  9. frameio/core/__init__.py +7 -0
  10. frameio/core/client_wrapper.py +2 -2
  11. frameio/core/unchecked_base_model.py +341 -0
  12. frameio/files/client.py +20 -20
  13. frameio/files/raw_client.py +159 -159
  14. frameio/files/types/file_copy_params_data.py +2 -2
  15. frameio/files/types/file_create_local_upload_params_data.py +2 -2
  16. frameio/files/types/file_create_params_data.py +2 -2
  17. frameio/files/types/file_create_remote_upload_params_data.py +2 -2
  18. frameio/files/types/file_move_params_data.py +2 -2
  19. frameio/files/types/file_update_params_data.py +2 -2
  20. frameio/folders/client.py +10 -10
  21. frameio/folders/raw_client.py +121 -121
  22. frameio/folders/types/folder_copy_params_data.py +2 -2
  23. frameio/folders/types/folder_create_params_data.py +2 -2
  24. frameio/folders/types/folder_move_params_data.py +2 -2
  25. frameio/folders/types/folder_update_params_data.py +2 -2
  26. frameio/metadata/client.py +16 -16
  27. frameio/metadata/raw_client.py +31 -31
  28. frameio/metadata/types/bulk_update_metadata_params_data.py +2 -2
  29. frameio/metadata/types/bulk_update_metadata_params_data_values_item.py +2 -2
  30. frameio/metadata_fields/client.py +8 -8
  31. frameio/metadata_fields/raw_client.py +63 -63
  32. frameio/metadata_fields/types/create_field_definition_params_data.py +26 -22
  33. frameio/metadata_fields/types/update_field_definition_params_data.py +26 -22
  34. frameio/project_permissions/client.py +6 -6
  35. frameio/project_permissions/raw_client.py +47 -47
  36. frameio/projects/client.py +10 -10
  37. frameio/projects/raw_client.py +79 -79
  38. frameio/shares/client.py +30 -30
  39. frameio/shares/raw_client.py +155 -155
  40. frameio/shares/types/add_asset_params_data.py +2 -2
  41. frameio/shares/types/add_reviewers_to_share_params_data.py +2 -2
  42. frameio/shares/types/add_reviewers_to_share_params_data_reviewers.py +2 -2
  43. frameio/shares/types/create_share_params_data.py +4 -3
  44. frameio/shares/types/remove_reviewer_params_data.py +2 -2
  45. frameio/shares/types/remove_reviewer_params_data_reviewers.py +2 -2
  46. frameio/shares/types/update_share_params_data.py +2 -2
  47. frameio/types/account.py +2 -2
  48. frameio/types/account_user_role.py +2 -2
  49. frameio/types/account_user_roles_response.py +2 -2
  50. frameio/types/accounts_response.py +2 -2
  51. frameio/types/add_asset_response.py +2 -2
  52. frameio/types/asset_common.py +2 -2
  53. frameio/types/asset_common_with_includes.py +2 -2
  54. frameio/types/asset_share_params.py +2 -2
  55. frameio/types/asset_with_includes.py +9 -5
  56. frameio/types/assets_with_includes_response.py +2 -2
  57. frameio/types/bad_request.py +2 -2
  58. frameio/types/bad_request_errors_item.py +2 -2
  59. frameio/types/bad_request_errors_item_source.py +2 -2
  60. frameio/types/comment.py +2 -2
  61. frameio/types/comment_response.py +2 -2
  62. frameio/types/comment_with_includes_response.py +2 -2
  63. frameio/types/comments_with_includes_response.py +2 -2
  64. frameio/types/date_definition.py +2 -2
  65. frameio/types/date_definition_field_configuration.py +2 -2
  66. frameio/types/date_definition_params.py +2 -2
  67. frameio/types/date_definition_params_field_configuration.py +2 -2
  68. frameio/types/field_definition.py +26 -22
  69. frameio/types/field_definition_response.py +2 -2
  70. frameio/types/field_definition_with_includes.py +26 -22
  71. frameio/types/field_definitions_with_includes_response.py +2 -2
  72. frameio/types/field_value_common.py +2 -2
  73. frameio/types/file.py +2 -2
  74. frameio/types/file_copy_response.py +2 -2
  75. frameio/types/file_remote_upload_response.py +2 -2
  76. frameio/types/file_response.py +2 -2
  77. frameio/types/file_upload_status.py +2 -2
  78. frameio/types/file_upload_status_response.py +2 -2
  79. frameio/types/file_with_includes_response.py +2 -2
  80. frameio/types/file_with_upload_urls_response.py +2 -2
  81. frameio/types/folder_copy_response.py +2 -2
  82. frameio/types/folder_response.py +2 -2
  83. frameio/types/folder_with_includes.py +2 -2
  84. frameio/types/folder_with_includes_response.py +2 -2
  85. frameio/types/folders_with_includes_response.py +2 -2
  86. frameio/types/forbidden.py +2 -2
  87. frameio/types/forbidden_errors_item.py +2 -2
  88. frameio/types/forbidden_errors_item_source.py +2 -2
  89. frameio/types/json_error_response.py +2 -2
  90. frameio/types/json_error_response_errors_item.py +2 -2
  91. frameio/types/json_error_response_errors_item_source.py +2 -2
  92. frameio/types/links.py +2 -2
  93. frameio/types/long_text_definition.py +2 -2
  94. frameio/types/long_text_definition_field_configuration.py +2 -2
  95. frameio/types/long_text_definition_params.py +2 -2
  96. frameio/types/media_link_common.py +2 -2
  97. frameio/types/media_links_collection.py +2 -2
  98. frameio/types/metadata_field.py +28 -24
  99. frameio/types/metadata_response.py +2 -2
  100. frameio/types/metadata_with_definition.py +2 -2
  101. frameio/types/not_found.py +2 -2
  102. frameio/types/not_found_errors_item.py +2 -2
  103. frameio/types/not_found_errors_item_source.py +2 -2
  104. frameio/types/number_definition.py +2 -2
  105. frameio/types/number_definition_field_configuration.py +2 -2
  106. frameio/types/number_definition_params.py +2 -2
  107. frameio/types/number_definition_params_field_configuration.py +2 -2
  108. frameio/types/profile.py +2 -2
  109. frameio/types/profile_response.py +2 -2
  110. frameio/types/project.py +2 -2
  111. frameio/types/project_params.py +2 -2
  112. frameio/types/project_params_data.py +2 -2
  113. frameio/types/project_response.py +2 -2
  114. frameio/types/project_with_includes_response.py +2 -2
  115. frameio/types/projects_with_includes_response.py +2 -2
  116. frameio/types/rating_definition.py +2 -2
  117. frameio/types/rating_definition_field_configuration.py +2 -2
  118. frameio/types/rating_definition_params.py +2 -2
  119. frameio/types/rating_definition_params_field_configuration.py +2 -2
  120. frameio/types/remove_asset_response.py +2 -2
  121. frameio/types/select_definition.py +2 -2
  122. frameio/types/select_definition_field_configuration.py +2 -2
  123. frameio/types/select_definition_field_configuration_options_item.py +2 -2
  124. frameio/types/select_definition_params.py +2 -2
  125. frameio/types/select_definition_params_field_configuration.py +2 -2
  126. frameio/types/select_definition_params_field_configuration_options_item.py +2 -2
  127. frameio/types/select_multi_definition.py +2 -2
  128. frameio/types/select_multi_definition_field_configuration.py +2 -2
  129. frameio/types/select_multi_definition_field_configuration_options_item.py +2 -2
  130. frameio/types/select_multi_definition_params.py +2 -2
  131. frameio/types/select_multi_definition_params_field_configuration.py +2 -2
  132. frameio/types/select_multi_definition_params_field_configuration_options_item.py +2 -2
  133. frameio/types/select_option.py +2 -2
  134. frameio/types/share.py +2 -2
  135. frameio/types/share_response.py +2 -2
  136. frameio/types/share_reviewers_response.py +2 -2
  137. frameio/types/shares_response.py +2 -2
  138. frameio/types/text_definition.py +2 -2
  139. frameio/types/text_definition_field_configuration.py +2 -2
  140. frameio/types/text_definition_params.py +2 -2
  141. frameio/types/toggle_definition.py +2 -2
  142. frameio/types/toggle_definition_field_configuration.py +2 -2
  143. frameio/types/toggle_definition_params.py +2 -2
  144. frameio/types/toggle_definition_params_field_configuration.py +2 -2
  145. frameio/types/too_many_requests.py +2 -2
  146. frameio/types/too_many_requests_errors_item.py +2 -2
  147. frameio/types/too_many_requests_errors_item_source.py +2 -2
  148. frameio/types/unauthorized.py +2 -2
  149. frameio/types/unauthorized_errors_item.py +2 -2
  150. frameio/types/unauthorized_errors_item_source.py +2 -2
  151. frameio/types/unprocessable_entity.py +2 -2
  152. frameio/types/unprocessable_entity_errors_item.py +2 -2
  153. frameio/types/unprocessable_entity_errors_item_source.py +2 -2
  154. frameio/types/update_date_definition_params.py +2 -2
  155. frameio/types/update_date_definition_params_field_configuration.py +2 -2
  156. frameio/types/update_long_text_definition_params.py +2 -2
  157. frameio/types/update_number_definition_params.py +2 -2
  158. frameio/types/update_number_definition_params_field_configuration.py +2 -2
  159. frameio/types/update_rating_definition_params.py +2 -2
  160. frameio/types/update_rating_definition_params_field_configuration.py +2 -2
  161. frameio/types/update_select_definition_params.py +2 -2
  162. frameio/types/update_select_definition_params_field_configuration.py +2 -2
  163. frameio/types/update_select_definition_params_field_configuration_options_item.py +2 -2
  164. frameio/types/update_select_multi_definition_params.py +2 -2
  165. frameio/types/update_select_multi_definition_params_field_configuration.py +2 -2
  166. frameio/types/update_select_multi_definition_params_field_configuration_options_item.py +2 -2
  167. frameio/types/update_text_definition_params.py +2 -2
  168. frameio/types/update_toggle_definition_params.py +2 -2
  169. frameio/types/update_toggle_definition_params_field_configuration.py +2 -2
  170. frameio/types/update_user_multi_definition_params.py +2 -2
  171. frameio/types/update_user_multi_definition_params_field_configuration.py +2 -2
  172. frameio/types/update_user_multi_definition_params_field_configuration_custom_members_item.py +2 -2
  173. frameio/types/update_user_roles_params.py +2 -2
  174. frameio/types/update_user_roles_params_data.py +2 -2
  175. frameio/types/update_user_roles_response.py +2 -2
  176. frameio/types/update_user_roles_response_data.py +2 -2
  177. frameio/types/update_user_single_definition_params.py +2 -2
  178. frameio/types/update_user_single_definition_params_field_configuration.py +2 -2
  179. frameio/types/update_user_single_definition_params_field_configuration_custom_members_item.py +2 -2
  180. frameio/types/upload_url.py +2 -2
  181. frameio/types/user.py +2 -2
  182. frameio/types/user_multi_definition.py +2 -2
  183. frameio/types/user_multi_definition_field_configuration.py +2 -2
  184. frameio/types/user_multi_definition_field_configuration_custom_members_item.py +2 -2
  185. frameio/types/user_multi_definition_params.py +2 -2
  186. frameio/types/user_multi_definition_params_field_configuration.py +2 -2
  187. frameio/types/user_multi_definition_params_field_configuration_custom_members_item.py +2 -2
  188. frameio/types/user_role.py +2 -2
  189. frameio/types/user_roles_response.py +2 -2
  190. frameio/types/user_single_definition.py +2 -2
  191. frameio/types/user_single_definition_field_configuration.py +2 -2
  192. frameio/types/user_single_definition_field_configuration_custom_members_item.py +2 -2
  193. frameio/types/user_single_definition_params.py +2 -2
  194. frameio/types/user_single_definition_params_field_configuration.py +2 -2
  195. frameio/types/user_single_definition_params_field_configuration_custom_members_item.py +2 -2
  196. frameio/types/user_value.py +2 -2
  197. frameio/types/version_stack.py +2 -2
  198. frameio/types/version_stack_copy_response.py +2 -2
  199. frameio/types/version_stack_response.py +2 -2
  200. frameio/types/version_stack_with_includes.py +2 -2
  201. frameio/types/version_stack_with_includes_response.py +2 -2
  202. frameio/types/version_stacks_with_includes_response.py +2 -2
  203. frameio/types/webhook.py +2 -2
  204. frameio/types/webhook_create_response.py +2 -2
  205. frameio/types/webhook_response.py +2 -2
  206. frameio/types/webhook_with_includes_response.py +2 -2
  207. frameio/types/webhooks_with_includes_response.py +2 -2
  208. frameio/types/workspace.py +2 -2
  209. frameio/types/workspace_params.py +2 -2
  210. frameio/types/workspace_params_data.py +2 -2
  211. frameio/types/workspace_response.py +2 -2
  212. frameio/types/workspace_with_includes_response.py +2 -2
  213. frameio/types/workspaces_with_includes_response.py +2 -2
  214. frameio/users/client.py +2 -2
  215. frameio/users/raw_client.py +17 -17
  216. frameio/version_stacks/client.py +10 -10
  217. frameio/version_stacks/raw_client.py +77 -77
  218. frameio/version_stacks/types/version_stack_copy_params_data.py +2 -2
  219. frameio/version_stacks/types/version_stack_create_params_data.py +3 -3
  220. frameio/version_stacks/types/version_stack_move_params_data.py +2 -2
  221. frameio/webhooks/client.py +8 -8
  222. frameio/webhooks/raw_client.py +77 -77
  223. frameio/webhooks/types/webhook_create_params_data.py +2 -2
  224. frameio/webhooks/types/webhook_update_params_data.py +2 -2
  225. frameio/workspace_permissions/client.py +6 -6
  226. frameio/workspace_permissions/raw_client.py +47 -47
  227. frameio/workspaces/client.py +10 -10
  228. frameio/workspaces/raw_client.py +79 -79
  229. {frameio-0.0.23.dist-info → frameio-0.0.24.dist-info}/METADATA +1 -1
  230. frameio-0.0.24.dist-info/RECORD +364 -0
  231. frameio-0.0.23.dist-info/RECORD +0 -363
  232. {frameio-0.0.23.dist-info → frameio-0.0.24.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: frameio
3
- Version: 0.0.23
3
+ Version: 0.0.24
4
4
  Summary:
5
5
  Requires-Python: >=3.8,<4.0
6
6
  Classifier: Intended Audience :: Developers
@@ -0,0 +1,364 @@
1
+ frameio/__init__.py,sha256=ibKAii_GTkyalOH2IYwz8bRML_qqJX0kZJ_yG59lknE,42982
2
+ frameio/account_permissions/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
3
+ frameio/account_permissions/client.py,sha256=DH8xyoa4ouierFrDPWVUEvme7qZTFgnN6-b5AKzOLIY,5842
4
+ frameio/account_permissions/raw_client.py,sha256=Ef8ThvcfofmxOZo5UuK10h8itlkr8tW41d97_3Qmk_Q,12081
5
+ frameio/accounts/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
6
+ frameio/accounts/client.py,sha256=1hslF3UG7DIFV7ITPTCEicd-9RHnE6xSduNzreUIZxU,4699
7
+ frameio/accounts/raw_client.py,sha256=M2rNyV9YMjGzzztx2P1eOTY2JT44XYanK4q00SiGIBE,11197
8
+ frameio/client.py,sha256=N9sTYGiL3AQap36nCkSwmxV6CRRpScQb06qRc34wV7k,17449
9
+ frameio/comments/__init__.py,sha256=rzmTZihoFYfPp8rCJqC3Sap7aZMLm99VQcWTMPQZdaY,1178
10
+ frameio/comments/client.py,sha256=sT8L7rI5b3ETbrHAk9LljDldEo27JoZjKWXIWt2PdRM,16222
11
+ frameio/comments/raw_client.py,sha256=yboOisIPfvxk4g6qC1PLYI-SlJoyULgxp0rWePG8vT4,47796
12
+ frameio/comments/types/__init__.py,sha256=EJ8ASFYqfuT7qpsnabBg7LlPzdXcjU7nuV7fLQvHfvI,1295
13
+ frameio/comments/types/create_comment_params_data.py,sha256=3s0GvJz4sfTV-joCTZZm8mp3dpPJajrPxLmpOqP3ps4,749
14
+ frameio/comments/types/update_comment_params_data.py,sha256=fDcLNaiPBQ1nsJCIOuUHW8iJwUTNkCuvIB6H6bRn1mA,767
15
+ frameio/core/__init__.py,sha256=7t45RERjlyuKDYaklSNz_cwVw6gfH8EIBvlNxArV-jM,4075
16
+ frameio/core/api_error.py,sha256=44vPoTyWN59gonCIZMdzw7M1uspygiLnr3GNFOoVL2Q,614
17
+ frameio/core/client_wrapper.py,sha256=FnIgNQdEF1ZQPP9vFQBb-iIbyskFhoJaXys1Mtv7Psc,2813
18
+ frameio/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
19
+ frameio/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
20
+ frameio/core/force_multipart.py,sha256=cH981xLy0kZVKiZZkFoeUjgJ2Zuq7KXB2aRAnmHzRDc,477
21
+ frameio/core/http_client.py,sha256=QurkBvCZZz2Z1d8znp4M2YbOXebBUPcPXRhPIS84Wvk,21214
22
+ frameio/core/http_response.py,sha256=A6URkoTBCiryctAA-m9EiDWOsHgM5oYAlcYVc_YOiiI,1330
23
+ frameio/core/jsonable_encoder.py,sha256=hGgcEEeX11sqxxsll7h15pO3pTNVxk_n79Kcn0laoWA,3655
24
+ frameio/core/pagination.py,sha256=SpDs3pQ1WiHcSLqV56r6Tc3h7qAneBO5vQUoMYeN6rU,2864
25
+ frameio/core/pydantic_utilities.py,sha256=kdepxVbqP7nmMhh9rttKiMF3bQEYRZiiS2-JIyTLfAc,10824
26
+ frameio/core/query_encoder.py,sha256=ekulqNd0j8TgD7ox-Qbz7liqX8-KP9blvT9DsRCenYM,2144
27
+ frameio/core/remove_none_from_dict.py,sha256=EU9SGgYidWq7SexuJbNs4-PZ-5Bl3Vppd864mS6vQZw,342
28
+ frameio/core/request_options.py,sha256=h0QUNCFVdCW_7GclVySCAY2w4NhtXVBUCmHgmzaxpcg,1681
29
+ frameio/core/serialization.py,sha256=ECL3bvv_0i7U4uvPidZCNel--MUbA0iq0aGcNKi3kws,9818
30
+ frameio/core/unchecked_base_model.py,sha256=nq6as7p3yGVI5h7HhuqCtKZo7K83zB8nk6Qq31zqU9M,12540
31
+ frameio/environment.py,sha256=9YNZEb81tWR5vXyjHCnDNHILZ0J08C2EWejNQN73j5Q,153
32
+ frameio/errors/__init__.py,sha256=J133Se5dUUV1x7oEnY30SSfkPRcE0vu-WrnIimLNvkg,1761
33
+ frameio/errors/bad_request_error.py,sha256=nTFOOw_8efVVdC5M5A14z6wvsRpB-gPl7H-p9U73pis,364
34
+ frameio/errors/forbidden_error.py,sha256=uV3BLIKyC83TfMJgC54Sbs8lvNE1mJH4u9ajLdBCZIk,359
35
+ frameio/errors/not_found_error.py,sha256=bIq7EIzxebVPyUiCdJmLRETdwJ13-kAwwBmDx0HUuMA,356
36
+ frameio/errors/too_many_requests_error.py,sha256=OXs3iBjCWfk72tx1hFYL_MR8u1D9hSlZeUcpNUSQdn4,385
37
+ frameio/errors/unauthorized_error.py,sha256=35BDLSn2TzEcJakrYLIOImYHnfanouT0XX9q1HkALvg,371
38
+ frameio/errors/unprocessable_entity_error.py,sha256=JqxtzIhvjkpQDqbT9Q-go1n-gyv9PsYqq0ng_ZYyBMo,347
39
+ frameio/files/__init__.py,sha256=M9ELVm51f1BnZuRfJaNjlNInH3A6yL6qAZGn7NBlobE,1648
40
+ frameio/files/client.py,sha256=oyV8r39VmQdyW4p6oStJFypmsf9H8rx8MPiS57Q45UM,32543
41
+ frameio/files/raw_client.py,sha256=zBJWdRD22EgUjh4nJD5VxFzGure2ZowX0Ojt-EOuObs,96422
42
+ frameio/files/types/__init__.py,sha256=BJuvaUdRhhB-0MJ_CwxoEAPKrz3TQ3FdyWd_IbRGGW4,1963
43
+ frameio/files/types/file_copy_params_data.py,sha256=C78OONKDKIKH_ux2dYE7cz5ixZn15Gf-svCccH58n9Q,478
44
+ frameio/files/types/file_create_local_upload_params_data.py,sha256=LsNOqWoQBvGc3urFkL5Cue_YYanH6OKp3in4cNnTw6s,506
45
+ frameio/files/types/file_create_params_data.py,sha256=4eEbM22XrVLElYlwoEo1QmbJ-vNDlLFGbuX81tDUELU,750
46
+ frameio/files/types/file_create_remote_upload_params_data.py,sha256=wmRtfK2J8Whi1vxB4vHzWFmV9rj1_433TNGArKBmdBQ,538
47
+ frameio/files/types/file_move_params_data.py,sha256=Jr6YM-OksyC4qzr1ofnLUYClj2ujWSRDHrqGbl1IQ20,466
48
+ frameio/files/types/file_update_params_data.py,sha256=DKuaY7kIoqtiIzmyno31wUzXf0C9HqeC3Ozx9sNuDNs,434
49
+ frameio/folders/__init__.py,sha256=fmnE_LuF9vD9Zl3TNmLu_VhAAVUO7HvXq9tYwLUTw7E,1351
50
+ frameio/folders/client.py,sha256=g1blBD28xYF1EghGt8Luz7_Y_lVyPopS15LSxMevTc0,28130
51
+ frameio/folders/raw_client.py,sha256=79hPSUVQXd1gmP_xGzeaG2HuliAF1Z8CjOST2dWQf4Q,78985
52
+ frameio/folders/types/__init__.py,sha256=fAmbv4B7l0YjstBI8nWZnnTGYweEtQ5S4Gpg7ombIic,1569
53
+ frameio/folders/types/folder_copy_params_data.py,sha256=Wn0ndwccIncHSTzzfM6LNqU5xA1EJVWIE9C_UzqumlU,482
54
+ frameio/folders/types/folder_create_params_data.py,sha256=Eg4btbqwlzPwksPqC2B039VPHYNw_f_CVOcdMZx7J8w,438
55
+ frameio/folders/types/folder_move_params_data.py,sha256=No6hXWDwBJWp2eLMQrXgc09oAJkUsh7bgRVsCbcKIwo,451
56
+ frameio/folders/types/folder_update_params_data.py,sha256=-4isG8EgzNyTxVKyOUHLLYvQ3XShiaV-NGRkjfllYkM,438
57
+ frameio/metadata/__init__.py,sha256=5rcFdceuro7TYHXm8xoCFRhnIFDqvqdCgOUw2TrGBRk,1249
58
+ frameio/metadata/client.py,sha256=-l2U9Wbj8i7jQKD4aWfi6g_-_nIjoU1_7aGVR7bWSPg,8447
59
+ frameio/metadata/raw_client.py,sha256=qYG252kH0xowsKC9cEB2W77Bs7mNH-5U8zqeQJswq6g,19212
60
+ frameio/metadata/types/__init__.py,sha256=nbZisYe8NCAEx1j12kiMfHWKkMfECmM03ti7krRblkI,1403
61
+ frameio/metadata/types/bulk_update_metadata_params_data.py,sha256=NJbshOXoQT6eZosTOza0MTT5xMlcUHi1Iv8uc2CYB_o,965
62
+ frameio/metadata/types/bulk_update_metadata_params_data_values_item.py,sha256=eudA9Gw5VMuhLjWZGmfKEgYxatzP4NxJREkH821lvso,435
63
+ frameio/metadata_fields/__init__.py,sha256=1IvMCuRpWhCbpTj3wG6xMSQWphI5UkQjc5mK4vtUbRk,4333
64
+ frameio/metadata_fields/client.py,sha256=hWldVSEp2DQ6fMAjF7h10_YS7pT3MXQPksjyzajtq7g,17366
65
+ frameio/metadata_fields/raw_client.py,sha256=EBVJBpFCwscLlvKrYeO5q81iucxED57QoEDrqly6q9o,39553
66
+ frameio/metadata_fields/types/__init__.py,sha256=0BnbgmiUViX1zzfwhhVpsVWDUBrZ5EufQXIdTPx2vpw,5084
67
+ frameio/metadata_fields/types/create_field_definition_params_data.py,sha256=-ByMOV9R5aWHmjnroGvibJPv5TH0KYgPZN2BR8MOwmI,5039
68
+ frameio/metadata_fields/types/update_field_definition_params_data.py,sha256=U_GsEgbeG_Lu_Vagree0f9lrxFpoYrYATaz4bz5DZj4,5626
69
+ frameio/project_permissions/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
70
+ frameio/project_permissions/client.py,sha256=3q_wENqvLYdkKXqqr8IDOcrv3Js9SKYvqnBrNzdlzFQ,12067
71
+ frameio/project_permissions/raw_client.py,sha256=D0ZOXUK1OZ6QmVZSszu8cxhlOAc5ZF9LcAcfpdqynjk,30407
72
+ frameio/projects/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
73
+ frameio/projects/client.py,sha256=kG1zoUfchIz3vDvSzAWQ8g9RJlXLwWIwfPyjWafPUyM,15729
74
+ frameio/projects/raw_client.py,sha256=F5njgmqu3zoOCpPRNYMZ3ytP8sSRMUQYWerWld_A1Uw,47707
75
+ frameio/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
76
+ frameio/shares/__init__.py,sha256=6rduyfp2-oS7p6ajVQGbDtGV36V27H_bTbVXrfUXkk8,2053
77
+ frameio/shares/client.py,sha256=ACmjDAQeFVuI-AI0VLhQr8B8QM0oXxDzbxVQVP8Gco8,33252
78
+ frameio/shares/raw_client.py,sha256=rMXFlS8rrnNrlIvWT60jPsPeazkTE5zwHCkbKYHWnak,93331
79
+ frameio/shares/types/__init__.py,sha256=bHgzOUXsdupkebQm_7LFn9Vmwn4C4pl_1LkJ8iJnhuI,2549
80
+ frameio/shares/types/add_asset_params_data.py,sha256=EBpGL7YzkY6rjRxNsQ113kuAUhBJmTVv1oE56CknbJc,422
81
+ frameio/shares/types/add_reviewers_to_share_params_data.py,sha256=e-FWRF2IIiL_kq51M0jPUEEVXFLUexAj7H5Jnlp9Cyk,592
82
+ frameio/shares/types/add_reviewers_to_share_params_data_reviewers.py,sha256=lURx5GDDlbWsTHxleeZ9hXTkq78oL2prPUW1FzshrXs,771
83
+ frameio/shares/types/create_share_params_data.py,sha256=6waVyYFqXo-7dZfdclDsklHQkdGam8tgLqOPpPhpRt8,926
84
+ frameio/shares/types/remove_reviewer_params_data.py,sha256=c0IA_BG6EZNhxe_e54D6l0tX_iwrdCasGnIBdvNmw1s,480
85
+ frameio/shares/types/remove_reviewer_params_data_reviewers.py,sha256=G5R8Voe03icMEUtkKkMBcnSWCC5SZE1EyjEC19csPLQ,788
86
+ frameio/shares/types/update_share_params_data.py,sha256=IGZ1-QE-1cRVNtNsaA8R4i3Ge0ofukqbRNs_IY4isdg,1118
87
+ frameio/shares/types/update_share_params_data_access.py,sha256=OxO5svrbZqkljY-rPCKKeI35LLhzF5iN7R_RGrrbcfA,171
88
+ frameio/types/__init__.py,sha256=tCeyLuLAhuJ4P_EFFy-CqYX5b3SSLkYLMW7tlsqGKE0,51222
89
+ frameio/types/account.py,sha256=uGMZCyyvqiDTxREgeL0QlKP2UTaECCUNfFtK3kjJi8s,1542
90
+ frameio/types/account_roles_item.py,sha256=u1Po8aBlnD5SjGEtq1xN-B5v31zK3N465Q8R09wrHSw,168
91
+ frameio/types/account_user_role.py,sha256=2z-LujEUrfq2UGfvA80y8ureaZAZCh_vJLzss3Lfxlo,595
92
+ frameio/types/account_user_role_role.py,sha256=AbxJhLnHhpAKl5VnEbU6ISp0i5LAXozLL7rzg1aGH9A,183
93
+ frameio/types/account_user_roles_response.py,sha256=j_JrIMWYbQXCE05KsTniIB7-wB2qQxPKXBCYxKwQlKg,689
94
+ frameio/types/accounts_response.py,sha256=dvsIRj3FUOAGwv1ExQd8shy0o90VTYY77gBi9k4_L2U,589
95
+ frameio/types/add_asset_response.py,sha256=pv5luJUHXj7dD4nkYBFSmbsuAUokGG6cbgtUYJxdOLU,426
96
+ frameio/types/add_asset_response_data.py,sha256=_si4lhFMu2GxLmolVRMNLvlNr5P91frsu1o7W_JmlqE,373
97
+ frameio/types/asset_common.py,sha256=oRlcSVwlMRDZczoog_uZ5jWgX2LGMqKL60Jzag-FpOM,1063
98
+ frameio/types/asset_common_type.py,sha256=x8Ox4WZwSyu3xy5iWFYylRUJFCaRDSkuw2HYjiFvZYE,174
99
+ frameio/types/asset_common_with_includes.py,sha256=ucleu6dl_32BWhgleIW6MDFButmeW9w97QmxneeiAvs,1347
100
+ frameio/types/asset_include.py,sha256=nhW9TCEuj9Us2HOgJjJPUnMfUpi7R3E2SDlOoK-bRXs,170
101
+ frameio/types/asset_share_params.py,sha256=NyLXI4nOP0IZRXxVWQUCmCoglyLUMabYNPQs0oSftkE,1195
102
+ frameio/types/asset_share_params_access.py,sha256=0wRAhZHAyW2jKjLdTG_D8t2_aLBVmAuNEGqg_9BGU74,166
103
+ frameio/types/asset_with_includes.py,sha256=1bLzg2sidxLHsSKCqmP47r7jJDAn6v5q29NEdJiyqHY,2655
104
+ frameio/types/assets_with_includes_response.py,sha256=Rw38oqRFgVl6TwegrUUfABFi0vX8iJuI6X2u-z5iYiE,629
105
+ frameio/types/bad_request.py,sha256=TVzRQ5xwQ6usbmmqzizceKsXOb7wXcW30DMMgIFvR7Q,435
106
+ frameio/types/bad_request_errors_item.py,sha256=QVf5zNiZwgfnh59yKXAYMP7yMvXT2wHns18_WZ8NbcA,530
107
+ frameio/types/bad_request_errors_item_source.py,sha256=y42XmLCMfnz5Ly6iJTkgpChySTUFx_9yWntq0VO4CUM,388
108
+ frameio/types/boolean_value.py,sha256=pHUNXZMNRyPUIBNKdKdY2LgQoqGDdjCPuZjHHkxBF38,361
109
+ frameio/types/children_type.py,sha256=JFANp64SH1fo4-w49ObQdcBfXn_vgcAGYVvYtsWHlQg,84
110
+ frameio/types/comment.py,sha256=19j2C-GD8ox2-JeMQl1LFGJJyEdQo5AeCY4az73YAbs,1101
111
+ frameio/types/comment_include.py,sha256=lSk74XUz5jbPTO0bB5-G7mpo95sWzWuh87pnDuC85Fs,158
112
+ frameio/types/comment_response.py,sha256=_pdaN6yZUm7gBDyy7FOo9VyvR9qdI18jjPmEXoQMSpU,383
113
+ frameio/types/comment_with_includes.py,sha256=d7VtvxP6WewiT7QsLaCJdV2gzQ2BTSR5cTQoU0NpUnI,472
114
+ frameio/types/comment_with_includes_response.py,sha256=YtKdXUTt7DiFFjc9VLSuAebDc54mGlAst77eN0jWYyk,433
115
+ frameio/types/comments_with_includes_response.py,sha256=BZDlytS8GCnn4sgGbmmtG-ZO6tDrIlYann1GvVzqUvo,639
116
+ frameio/types/date_definition.py,sha256=_sxkYzm2xLQBN-3UclcaO0JJb8e5AVMkwG-H0SFd6q8,1023
117
+ frameio/types/date_definition_field_configuration.py,sha256=vJgcOhn0uZ1_q6FrlUQVRNbsUzZyptQhxWPWc9GDoSA,861
118
+ frameio/types/date_definition_field_configuration_display_format.py,sha256=Y4ibwxr13JU3j-AHmYyWxnUA0jmvcZ13ikFOij5aJZs,218
119
+ frameio/types/date_definition_field_configuration_time_format.py,sha256=GLQgbvXfZbllPJP4tJVOrNBenYZTsZfkWXOUDbwF3nQ,201
120
+ frameio/types/date_definition_params.py,sha256=gda8hA_YW-6ygWcBIL901F7v9WRpldYY3aYSgaDMo_o,575
121
+ frameio/types/date_definition_params_field_configuration.py,sha256=e8YFMHQS1VZ59huS3PN0DVgjlpb5p_MjNLrACj254dU,914
122
+ frameio/types/date_definition_params_field_configuration_display_format.py,sha256=NuZyjSYS_YmOSI5kULgXZvQhPN1JK-VlbrKX-ciJtNY,224
123
+ frameio/types/date_definition_params_field_configuration_time_format.py,sha256=ohuxZkS-v9jW6ys3N7v09YwjkPfz3oNThjZtraH9xEQ,213
124
+ frameio/types/date_definition_with_includes.py,sha256=etBSOz120KAQ1DDMD3sbhRKUR0tEKliq1sIUVw8usIs,393
125
+ frameio/types/date_value.py,sha256=55HNkuzoh5e1CKZ7t9jKzq5KUvgJg5d53Gli8D_XLTY,357
126
+ frameio/types/email.py,sha256=AY1iypxRYBYMfasDmpPkmvTYPktZtppVPacN5Wb2K_4,77
127
+ frameio/types/field_definition.py,sha256=CE-fnx30oZIwFKSIuF3pDpj8BBlQoxO06j65IxPOsTc,5837
128
+ frameio/types/field_definition_include.py,sha256=aHkHx8g6R0axmp7Jp5jvBhjXKBrtZRdSEzf_8nrYHKU,131
129
+ frameio/types/field_definition_response.py,sha256=FSj5tCkEaYD6eCIeAHAHoEXZtCc1qXPMInZZGUcjj8M,416
130
+ frameio/types/field_definition_with_includes.py,sha256=uSjwp_PCweiPAor2CslCMK6vJGn46HfeY5faABytla4,6532
131
+ frameio/types/field_definitions_with_includes_response.py,sha256=J637UfqOUproUpbl8qPaQIFgYZT5K7KFi0ynk9JNIko,728
132
+ frameio/types/field_value_common.py,sha256=hp9CXhJY-Mo0S7QsxrKBCocH0q7FLBPhikSP-PUrNdg,678
133
+ frameio/types/file.py,sha256=5iwIYI_Fs_D5lSVyFli4vDW5Bxf3X1Q_rUCE28Q6aXE,1291
134
+ frameio/types/file_copy_response.py,sha256=qrmRd2D47YjLtWpnyafhsj4OFhjWEoM9Kz3H5x6wptU,375
135
+ frameio/types/file_remote_upload_response.py,sha256=VVkHRy_V4wHs9LD9H-8O1JCBtYLF-E2uG2u2oqVLlMU,510
136
+ frameio/types/file_response.py,sha256=sCm-yvxcP00LfADOLT5i09tTKZMR6IlVkdzyoHfJ0Cg,371
137
+ frameio/types/file_status.py,sha256=7Vbpx5-w9RUIesDyiCCgO7U7qxIy-CZ-SsGhzWba18k,171
138
+ frameio/types/file_upload_status.py,sha256=30KIMCyvesDePIGLJzCUjZA7X3B_lXJ8UmLOYx_v7BA,967
139
+ frameio/types/file_upload_status_response.py,sha256=-NsV6Rxhy53oHKuTQGnEcB0cxs0WIGiB9SiJio2IIfw,421
140
+ frameio/types/file_with_includes.py,sha256=jD_LivXO7aNx4ev_CImzaTX84UKsqj8ZfYGfEIWKCsY,717
141
+ frameio/types/file_with_includes_response.py,sha256=QkyDjDCkTux84udWLdpq5qgHHhIVhC_zOUBB7wkDZlw,421
142
+ frameio/types/file_with_includes_status.py,sha256=LoZa4xPvdf-Zc9zLELOyJlX2L0kkq9kmEBopnkPbYBw,183
143
+ frameio/types/file_with_media_links_include.py,sha256=Blx-mbN9BnTPc8LMoueFskNifMAvkGG8XUpj8Ee74nY,445
144
+ frameio/types/file_with_upload_urls.py,sha256=_EUqKfR0pASAZrU2HPsKZfS0V58OIh0wG5-Ei1cvdNI,511
145
+ frameio/types/file_with_upload_urls_response.py,sha256=VThqfJsZF9YWKOFWN1dQOC4_KyCu24uB_Hj6mzNTXm4,430
146
+ frameio/types/folder.py,sha256=DV3dQkLD-JFF4ZcE6OPeLWX-5I607yvWuM1PjR0yGy4,405
147
+ frameio/types/folder_copy_response.py,sha256=fus7u9eiOvj_lCkYkHjuuqGK8YMYgKJYujPLArY9PDA,383
148
+ frameio/types/folder_response.py,sha256=BXi5bArgkudhgwzr5CCqvDHam-fhNLkUtMzUTCGHutU,379
149
+ frameio/types/folder_with_includes.py,sha256=-UcQebvF7mvMdYjtmyqHOa10BM5nLIg6crU_bUPh0O4,1432
150
+ frameio/types/folder_with_includes_response.py,sha256=d2Cy5VI2s80Sf2yApYnNvPs_JqaQ039j0pISqtymZ3s,429
151
+ frameio/types/folders_with_includes_response.py,sha256=XrRMomE_sVELvIhsnXzdP7T41QUPMHRbtUKGTthSJu4,634
152
+ frameio/types/forbidden.py,sha256=qDj3hBZpko0T0piQg5es3BDoAy1KflhlPgcrdyq0d2Q,430
153
+ frameio/types/forbidden_errors_item.py,sha256=kX8SWef_8FZdeXjwb_lwXk9Yzd_TUttiWNXodIHd2fs,525
154
+ frameio/types/forbidden_errors_item_source.py,sha256=Kqek0N15x9wzFf4tWvAaCgwWvWMI4yyO3mKCFVJwQDM,387
155
+ frameio/types/include.py,sha256=6DMTsj7rCvneHanxTAPBuvuB8W36nWvT_6_nlrRLBSM,116
156
+ frameio/types/include_total_count.py,sha256=B5n2oEmkio7rrf4gsIhJ0s6d0hliZE4GfmEWnTGO_Yg,90
157
+ frameio/types/integer_value.py,sha256=bBTgvPZ4NifRV4JKPlcMdwSy-qdR6bMFfWlgbaYzQ8A,360
158
+ frameio/types/json_error_response.py,sha256=W-st4Byw-UI3Xr_HzWY_nE4LUHI4AOZRoXG3wJPXm6c,464
159
+ frameio/types/json_error_response_errors_item.py,sha256=J3dVYCceVejl5A_FBiWNXX7E7I3wCQYHayEBD-M_bGw,511
160
+ frameio/types/json_error_response_errors_item_source.py,sha256=nA4WZ6Qlx6wnPBdPleGGtZrI4rVw-4VpZCMMolggLDk,371
161
+ frameio/types/links.py,sha256=_85W9QvquVYi6WBDX9sGi0C7BORc80OWQI3peMeNG9w,714
162
+ frameio/types/long_text_definition.py,sha256=Gtr1m5KwhX9TxPeu4Ti1SDIthUiO8LpnSrQb31rO32Y,1040
163
+ frameio/types/long_text_definition_field_configuration.py,sha256=f2FrIj_urUn5FI-AlmCHzDSgrMcg4lgbouvR_h6pi4g,356
164
+ frameio/types/long_text_definition_params.py,sha256=pnbdfSjoqn6YaPjkXYdCvJt1CYMDBNyMfcSy9YAcRKI,420
165
+ frameio/types/long_text_definition_with_includes.py,sha256=cgYr4lFR3TQF5KeWDflq5tlJdC_xUsnXHPLcdtWp7eU,410
166
+ frameio/types/media_link_common.py,sha256=Eu27_xTBnW6o24CMlqN8rk86THkFWvdSq82nOAd5Hxw,661
167
+ frameio/types/media_links_collection.py,sha256=PVqrXgcRQ-lwCNPu_a-rYe8B5ozqwRvXynzvspgTf4Y,937
168
+ frameio/types/metadata_field.py,sha256=ZEMy7gmO1XDrLfiMQmu90he992dXBqwyMcDXm5rNi8U,5557
169
+ frameio/types/metadata_response.py,sha256=xVuJ2t42kjafbNpnAiTVSFD2_TdGQLbxi43l-hd_KX8,431
170
+ frameio/types/metadata_with_definition.py,sha256=6qWl1jj1WbeiT-I4i9CFdHt1-dI_idueWQlEVX7LhKY,553
171
+ frameio/types/multi_select_value.py,sha256=vQLX0tpq6gmA0s2JDO-rPpHFdbLIP4TMrwdCPVfiCnk,495
172
+ frameio/types/multi_user_value.py,sha256=DjLjERUuQWVa-xSnd0aJ7KuBV7VQqILFpox223Nu4tU,777
173
+ frameio/types/multi_user_value_member_options_type.py,sha256=2ibSjdphKulOOjHKnDhBQKVtzakLv7OkmUlXkiL2UBY,188
174
+ frameio/types/no_content.py,sha256=hkA-QMTPKKeNzNfDuEwu_aI3CYPyPt5MrOE53scnOBw,81
175
+ frameio/types/not_found.py,sha256=jT9KySvl6PPTH0Y1Lnh2Sj8EySGa7SjbLnLdPuhgg6Q,427
176
+ frameio/types/not_found_errors_item.py,sha256=9__mTVpWBdqvRwkPGqBlmdDCiFqrujEpBmiNOmLIlik,522
177
+ frameio/types/not_found_errors_item_source.py,sha256=Mod2ukDKJfTZUuk0FhrGJTx-4n0fFrF5nalcjSW6IeM,386
178
+ frameio/types/number_definition.py,sha256=T5Mb4qEegqUor8daEoSqD1wHR1ZN3XPHefxe9uUZCZM,1031
179
+ frameio/types/number_definition_field_configuration.py,sha256=5rInEDe9UdC8o0X1H09mN9poZKPnzIb1zFPHWsnq4zg,757
180
+ frameio/types/number_definition_field_configuration_number_format.py,sha256=Efy_qht-p3rAwsoxO3Siab7twLrdCG2eX3mxf0BqmXw,256
181
+ frameio/types/number_definition_params.py,sha256=gqLmQBYe13GNndW_3sHsfDPNDSC400EVXGrneh_PJkw,583
182
+ frameio/types/number_definition_params_field_configuration.py,sha256=6o3C2C6sLFdG8v07EWi8LjmYeWwdeLIZOgVo17fu1x4,791
183
+ frameio/types/number_definition_params_field_configuration_number_format.py,sha256=mIDGHBG3HpqcILtXRe3HdQuO7U7T09n8mPPqBXD4AII,262
184
+ frameio/types/number_definition_with_includes.py,sha256=o8xK6Gap0U6ihDEoiKepRVhKq0HUC_byG_ml3WeP10c,401
185
+ frameio/types/number_value.py,sha256=i5Mnqj4pU1C-rq2jFsmqnf83eDI5Fdrf1CrpiB5CkJs,361
186
+ frameio/types/original_media_link.py,sha256=eOVdAwtaQh9wA1Lr-894FVLELpUP0uaroacVC4gNOpw,597
187
+ frameio/types/profile.py,sha256=fXg22wJDm_EUb7k40vsw954IZENQL9kCDdhmS2VrHQI,662
188
+ frameio/types/profile_response.py,sha256=3TLk22EUjHrmtYhM9z6-d2Hlsr_79dD_tb9gLyIvns0,417
189
+ frameio/types/project.py,sha256=Lb83jur0k5bwh6NGnQeH1efOHGx7guct2A-2RdyzHnU,1028
190
+ frameio/types/project_include.py,sha256=oRgbS1deDFn7ZFjunD1wjvRPBGejbm6whEEmBhSObPg,121
191
+ frameio/types/project_params.py,sha256=L_8XQ2WyCHHQPBpztaDDDAKnWK_4Ou7pxc0zwLlnzOM,475
192
+ frameio/types/project_params_data.py,sha256=DEoYfk1PYZ-Q3VMR11IRsdAOp_cL4_fU56P5x72AcuY,404
193
+ frameio/types/project_response.py,sha256=zTm-uFMmgFqkRx_h6-IgeShAatTreLTUP4vMopCK5FQ,429
194
+ frameio/types/project_with_includes.py,sha256=iUZJnGJ1Yy-h6Uo99s4Q3DBt3nVjMpOKiocWLvokShI,472
195
+ frameio/types/project_with_includes_response.py,sha256=fyUw3CzJg1AnDmuAdwO2vWkBjvqVG36j6-zTyDSdOxY,479
196
+ frameio/types/projects_with_includes_response.py,sha256=9fd_fQmEEQ_OjRaAkbg5IJ0ujLIwkxEYdnZ_NE5rg74,678
197
+ frameio/types/rating_definition.py,sha256=HMpsJsi6n55qWRzzei526ROcQrE3PG1gUL-aHYg1qGI,1031
198
+ frameio/types/rating_definition_field_configuration.py,sha256=XYGg2hsEz-FRAqBeOvLSe09xZPTbTH2DxMZCJfsJjmI,748
199
+ frameio/types/rating_definition_field_configuration_style.py,sha256=--_ma-ety9JDw8oVeALKjOZURHtcRJxmDMu1URs9m4k,193
200
+ frameio/types/rating_definition_params.py,sha256=Xyig4lQ0wmpKvAWCdj7rfYjz-nb3U9UkhetlWw8xBJw,583
201
+ frameio/types/rating_definition_params_field_configuration.py,sha256=XbKNcrzSJ7XHof_t8xFg1EwK7at1dAu8yjKAfILOsyo,773
202
+ frameio/types/rating_definition_params_field_configuration_style.py,sha256=wT3t5-XX0SiUSVA4Exri2X-x0lwBvS7HdSwypfCW3OE,199
203
+ frameio/types/rating_definition_with_includes.py,sha256=4cF5VSpyR2tl5O1iP-uxhAzkAYgNa2vuiTef-WomYsw,401
204
+ frameio/types/remove_asset_response.py,sha256=NCgVCIkpVdpGZXXOBvH-MnM8GUq5jjPmxnF8sCRGjwM,438
205
+ frameio/types/remove_asset_response_data.py,sha256=2imitZIU0WRCo8AoaYXHzEGljZEdo5LJrlDHNtOEd7w,378
206
+ frameio/types/rendition_media_link.py,sha256=rU9qL6aRjOC-4WffzIKjc6-FC5OtOc5nVDjh49HfVCk,849
207
+ frameio/types/request_after_opaque_cursor.py,sha256=PPysaPMZubbwPMVnHjaJZNXgquSbEQ5hLVBW99OS884,128
208
+ frameio/types/request_page_size.py,sha256=vF-4rZBF5ittN_Se7KhBIoEczgWr4_Oh0R1Jmqxhkd0,87
209
+ frameio/types/select_definition.py,sha256=Aaz7us3GUEZVTAVfwcpq87qiB8rZVwZsvI29Djuy0V0,1031
210
+ frameio/types/select_definition_field_configuration.py,sha256=UIO61NZeDjlTvHUNtNcb3tRlDChEo4wRs9H2dv5-gLM,697
211
+ frameio/types/select_definition_field_configuration_options_item.py,sha256=mJQagsMih2woLC2vt3QhrTiYRoI585RrPojKZjtp19E,625
212
+ frameio/types/select_definition_params.py,sha256=Ej4mQEWWLiMn9O4-OnxR5TR9WBG7ikmqRfQcgpjhM3k,583
213
+ frameio/types/select_definition_params_field_configuration.py,sha256=r6fTWp6_B1-PzbX1t3nYXAi2IpnKlb2beZkfnM8en1w,731
214
+ frameio/types/select_definition_params_field_configuration_options_item.py,sha256=UygB0gVbfwDBm2_XP1_lMNe5kBv0o7lBDBwNb6gm2fM,594
215
+ frameio/types/select_definition_with_includes.py,sha256=EoCFnL8AK3A9klVdE1eJxkjD3_FubjLZwaHLSPlpO4Y,401
216
+ frameio/types/select_multi_definition.py,sha256=y35uTjjWdu59IgjCXy6to5o41IMadJZjhe4Sk6i-PcI,1052
217
+ frameio/types/select_multi_definition_field_configuration.py,sha256=LyKfOyq2h9hjdxy6zCRNa4y1F2x54FXw2QIB6Ksr3DY,718
218
+ frameio/types/select_multi_definition_field_configuration_options_item.py,sha256=QOIEPANG-OytbRBTdR14HR2g_mY_Whc1Y5HGYAH1u7g,630
219
+ frameio/types/select_multi_definition_params.py,sha256=4JzJilKm6kOjQS0x2S_ydu5C_mJV0MZ_RHhj1-quMWI,604
220
+ frameio/types/select_multi_definition_params_field_configuration.py,sha256=9ZhLM9YlgjWvmtmqbXaCvoYqvEQERP8HQuqiNbFDJVI,752
221
+ frameio/types/select_multi_definition_params_field_configuration_options_item.py,sha256=Pjop21nXgV8fHFEqGc3sAjLUDn3PU6dxNtOUEQ5XTHQ,599
222
+ frameio/types/select_multi_definition_with_includes.py,sha256=nDpALWc3amEwybah05sygrD45ajawC9bPmB7hGVXOMs,422
223
+ frameio/types/select_option.py,sha256=DLyP_74gx2qz-40N09AzRrje4ystqCmubdbPLK-7YBc,476
224
+ frameio/types/select_value.py,sha256=XRxEuzM3h6fcwTUiRxk8TU5Tb25ppQ7Md0wMjbVzvnI,490
225
+ frameio/types/share.py,sha256=sapMfRa-HGqemLHJjbDTVfoqz9ORENgsNq2HyKuuJxQ,1515
226
+ frameio/types/share_access.py,sha256=1YTculMFwRAOXT0BR4uHALDLGTKJDw4ScbUz0DwHWaE,155
227
+ frameio/types/share_response.py,sha256=1FriC4bSHK95_4F6Wxh0BfGFxDnojI0KqO4gyZUNek0,375
228
+ frameio/types/share_reviewers_response.py,sha256=ew9Z5_RgJ6j1F0PZjqbyAA3wYv2vm5yLJwWBQMdph9g,637
229
+ frameio/types/shares_response.py,sha256=On9Xk9-ijZIgCf4cdVATkVd7rMRgnNBblg9_hX07JmM,620
230
+ frameio/types/single_user_value.py,sha256=CY60X1xoJNVAz3TseYqa80j2C_lYJLFz7xTcOwnqx0w,781
231
+ frameio/types/single_user_value_member_options_type.py,sha256=b59nrC9Is5flMsqV-5Azfsm8NVQE8XesRojf9sdlEj0,189
232
+ frameio/types/text_definition.py,sha256=kt8AnaC8qB35mA_4EgU5RZR-BC-hPVP-QyIEqZeRRfk,1023
233
+ frameio/types/text_definition_field_configuration.py,sha256=gD_9Imh3dvreoofBhFLMOeXmcvriTsej-XmoZe4MA-M,352
234
+ frameio/types/text_definition_params.py,sha256=HdnMO5Nyxzl6NYhPGpUsRpNCDu66iyZQtme6iOkmbpk,416
235
+ frameio/types/text_definition_with_includes.py,sha256=G4HcnUfPxCzG8pq2O3_V6al__1O-kKmQ9COEl0AF0a4,393
236
+ frameio/types/text_value.py,sha256=vpPEWRYHBpcU_O1pqnlh7Hz6R_inRLrjTycFJPfBBNU,357
237
+ frameio/types/toggle_definition.py,sha256=4BwETidqOtNn0sr7qnoAuQJXeHfNrGFfdRpqx78u4J8,1031
238
+ frameio/types/toggle_definition_field_configuration.py,sha256=BRwhkbybRs1iO345hgyohlI8UBydrcBfeBlF9BmIFSs,472
239
+ frameio/types/toggle_definition_params.py,sha256=ZZTRxM6nKgsiMH3Or_IcYXztp_HHXKoxYhqs64wyVRA,607
240
+ frameio/types/toggle_definition_params_field_configuration.py,sha256=vYjLemmUlBh-HtydYRmqQplCiu65ULA3LBDMBMb3XOs,478
241
+ frameio/types/toggle_definition_with_includes.py,sha256=o9Nmt_9ciG0Dri6H_-qvWaMMubZHUpUzqRlgkYZXdc8,401
242
+ frameio/types/too_many_requests.py,sha256=2Ox1FayJd3YqGYnM3AfiNalW1J0Xr9gHNQe6ST9zJwI,456
243
+ frameio/types/too_many_requests_errors_item.py,sha256=9pR1mOtcSob59nJdd0fl1ECgf-Y_EIB6iCtnG1VAeo8,551
244
+ frameio/types/too_many_requests_errors_item_source.py,sha256=zm8iOpwqJDaYAeW_a2HL9LXiFbMewjtyw5q1wNzzWQA,393
245
+ frameio/types/unauthorized.py,sha256=bwVb7zzx4Yndx2PUo17kDGpzy6LKiYRBx4H_BRivOoo,442
246
+ frameio/types/unauthorized_errors_item.py,sha256=5yKeRG6sQL9Xi3q54_-mrQ7AfbByJDZ3E7etUwbVVZY,537
247
+ frameio/types/unauthorized_errors_item_source.py,sha256=lm7h4e2rrKmX51fYGaEN4vcZvje2twBSP45g072IZHQ,390
248
+ frameio/types/unprocessable_entity.py,sha256=73T5y7P_zKKaPdStT4J1lzuuX5Lf5qNay4J9Ai1ZPHU,471
249
+ frameio/types/unprocessable_entity_errors_item.py,sha256=Tl7eIOXa1aIkejsHRJk-CvhIw4z0k2m5k1s29v1orGc,566
250
+ frameio/types/unprocessable_entity_errors_item_source.py,sha256=JPOiuz25FpMam1Mu1qSakJmelJM5ZIldTCU8sASp0z4,397
251
+ frameio/types/update_date_definition_params.py,sha256=MwYtPUZtWDGmeP2tsWo_m8zstGPHGP2hQInU7CMFAoA,653
252
+ frameio/types/update_date_definition_params_field_configuration.py,sha256=bfB6a36PGw5QaZK1hHpuEqyTE9YhLcOUd2wpFUxj--E,991
253
+ frameio/types/update_date_definition_params_field_configuration_display_format.py,sha256=17Bcw-rYqRQe1O0_EpFdyMWnbd188ltQ-O9y0LwgvI0,230
254
+ frameio/types/update_date_definition_params_field_configuration_time_format.py,sha256=lB6CcGDmfFbVDY6MEPenZBJG4Uad3pQhVoWFqYHU7ao,219
255
+ frameio/types/update_long_text_definition_params.py,sha256=pQ_PGDYy-vFGsLnjPVEppAw0oeMkHAZqstAWCwYbJLY,455
256
+ frameio/types/update_number_definition_params.py,sha256=LjN1nFuidNBqtKxfXrxak_gbBvHgrDfwr31s8S2JkmI,661
257
+ frameio/types/update_number_definition_params_field_configuration.py,sha256=sATJMm0scPfe4l7Nc1Zp0l84kD7foLRPG6k_rAVS1aQ,859
258
+ frameio/types/update_number_definition_params_field_configuration_number_format.py,sha256=2OPs-I2e-F5xu8jXoLqV35Qm1siYnhBH7Z7Ye_pJ884,268
259
+ frameio/types/update_rating_definition_params.py,sha256=VMbd7wd6T2ldCM1DmVzia9D9R2Yykt4I8SRVEmTAZ-c,661
260
+ frameio/types/update_rating_definition_params_field_configuration.py,sha256=5guNZv-yIQsHieKcgac_97vt_BYJsy8vrSlAbwU_c4w,831
261
+ frameio/types/update_rating_definition_params_field_configuration_style.py,sha256=QmmlZvVtIiYKTpO8VhriarARKaebn0LBTBmx7fHKQow,211
262
+ frameio/types/update_select_definition_params.py,sha256=p_6lApXkjk39viMxauk-8TPvdLScIVX8mu13pr8SzFM,661
263
+ frameio/types/update_select_definition_params_field_configuration.py,sha256=ARXiapwEwctTM6Nh3VI8Q-ipLXzyLt_JNc0JzfBk8mM,780
264
+ frameio/types/update_select_definition_params_field_configuration_options_item.py,sha256=xuM9RqGTYncHfewc_ym5OzPZq5u0DVcEk65c0i1Qn5A,600
265
+ frameio/types/update_select_multi_definition_params.py,sha256=BzAE9Fd9474wNJk7jedu0na0geAeNt_LuMsOqzan3Ik,691
266
+ frameio/types/update_select_multi_definition_params_field_configuration.py,sha256=hQTDLww8vBU_a9VebnDAp7CWZq-5v6C3oG-7QHz8jw4,801
267
+ frameio/types/update_select_multi_definition_params_field_configuration_options_item.py,sha256=hvr05nXSMTWVJcP2N_Lm9AYNgCTT28esY6t41lPWIM4,605
268
+ frameio/types/update_text_definition_params.py,sha256=bnBCPSL2RYniO7rGSyY3GUqcvmNA2uNMnCrDauA2-WI,451
269
+ frameio/types/update_toggle_definition_params.py,sha256=y9qNLODPtKM09jRuyeUdj7ZY6NcXzSzVeHwCPtaAXoA,661
270
+ frameio/types/update_toggle_definition_params_field_configuration.py,sha256=_c2-vLWyH8tLNdWEqjjeqFt1_8yy4L-gTOTG19pT33g,484
271
+ frameio/types/update_user_multi_definition_params.py,sha256=Od-UAqCfjLILqks5wEDgMhQ0E9AObeVVJesjDbgjxzE,674
272
+ frameio/types/update_user_multi_definition_params_field_configuration.py,sha256=QbUWkvan5qyWLcF9wtvL9F6xEAvJJeWqrbLXV1_YlDo,997
273
+ frameio/types/update_user_multi_definition_params_field_configuration_custom_members_item.py,sha256=2JP4R471LDE7GXExQ8NHYWqo-AaPnVJaQ5MuVG51pEU,702
274
+ frameio/types/update_user_multi_definition_params_field_configuration_custom_members_item_type.py,sha256=7nvXyKyIEbyLWGcCV0ogD_81kZ9PTfDe9v5x9sAmJlU,230
275
+ frameio/types/update_user_multi_definition_params_field_configuration_member_options_type.py,sha256=4dFToJBq7zc7ZLgVmmqTau50Q0Z9ddK_xctqz21gQSo,229
276
+ frameio/types/update_user_roles_params.py,sha256=YuVhc7N6KjBmvUMb9x4E52UXCvc3TYUNJguYer6F34o,493
277
+ frameio/types/update_user_roles_params_data.py,sha256=udAL1cedDv3Gy-QmC2_l6x6IuCj7MIKXet8Z4OE3yOI,464
278
+ frameio/types/update_user_roles_params_data_role.py,sha256=YvBSqrjPuKTlkIGFMygdJuF3LDHsZFWxmTNlimsztHY,220
279
+ frameio/types/update_user_roles_response.py,sha256=oM8DK3_PI_nEoqaK8aApRjB231au9pTQPj4DKqznC_0,455
280
+ frameio/types/update_user_roles_response_data.py,sha256=tbFiaTqx8heaqhSnWaJRzmcqUQuKuS551kWiOpXop2I,496
281
+ frameio/types/update_user_roles_response_data_role.py,sha256=-TshiRVgPYk3lbq9jgR1hePg74bMRQAHm8P4indxbRA,222
282
+ frameio/types/update_user_single_definition_params.py,sha256=jnpK_pHodNRcTM3oka9KUOTwcAU_8TrbtRrrzyiodME,678
283
+ frameio/types/update_user_single_definition_params_field_configuration.py,sha256=XSBgOS1biHRSRpXpcvGEnRs-N8QBstq-FCsnqh8BLVc,1002
284
+ frameio/types/update_user_single_definition_params_field_configuration_custom_members_item.py,sha256=DJjDJzKw0bozjcL4OldO3HR26AvzyxFGJ6-nZ_AXh5Q,706
285
+ frameio/types/update_user_single_definition_params_field_configuration_custom_members_item_type.py,sha256=4c8jK_zZmD0bVgAOcneyuKGFaTGEJ7biiopbTx914xc,231
286
+ frameio/types/update_user_single_definition_params_field_configuration_member_options_type.py,sha256=nGRxgzPguQa40O-dEgW7uC8cHXh1fs2ePAG9RWaANSg,230
287
+ frameio/types/upload_url.py,sha256=i-630Wb2Lz9uHPvFJyrPT71pQkbdnjfLIrxGodBv1dE,603
288
+ frameio/types/user.py,sha256=UOtgpZglyRZGnEAP2HMkhk5UVeCuunAgcQK8It_tYOk,982
289
+ frameio/types/user_multi_definition.py,sha256=VcrK0h-zYpAsIq0fKunyey40j7LT2RNkwfEXDD4FnWM,1044
290
+ frameio/types/user_multi_definition_field_configuration.py,sha256=oGpcBnBg3RuzMRuVV7THYY_SnQAMLupdjsQ4iVvuEn8,869
291
+ frameio/types/user_multi_definition_field_configuration_custom_members_item.py,sha256=NFpsX10xp2rcYWyIknZXoOZMTpVP8qCNtW_AJ9s1Os4,652
292
+ frameio/types/user_multi_definition_field_configuration_custom_members_item_type.py,sha256=TEZg7gYBv8b9RSYZfCno7Or8cJ85a0zuuNKc8-W1WNU,218
293
+ frameio/types/user_multi_definition_field_configuration_member_options_type.py,sha256=Xndzuz7VUNOZtaS4yQQU5cegc2q0x8z_s2mtEvKSvdA,217
294
+ frameio/types/user_multi_definition_params.py,sha256=yM0wOhiPxLiMsHt2pERJk4toXgd7u-DFbV7NfLDG_y8,596
295
+ frameio/types/user_multi_definition_params_field_configuration.py,sha256=5bJmE_mXNgNW_aMymKF7a7n_KSYZdpt5LVAkPVrGIXo,937
296
+ frameio/types/user_multi_definition_params_field_configuration_custom_members_item.py,sha256=stKMlTkjGrLZ8R_4hlm-w5MKurqf9I06NF7LmGpgQYU,677
297
+ frameio/types/user_multi_definition_params_field_configuration_custom_members_item_type.py,sha256=0luGJU3C4C8hjCmIBG2jYVQeg_po7oeDz37cugBxzFQ,224
298
+ frameio/types/user_multi_definition_params_field_configuration_member_options_type.py,sha256=mUdSMgAVxioyWXgLM6mv41ZMD808cQwtd-uEu5pOtHk,223
299
+ frameio/types/user_multi_definition_with_includes.py,sha256=L-GpzcFLX7GvQbNdMYrCEFpJXGJZI32Ffd8DSBd_9_0,414
300
+ frameio/types/user_role.py,sha256=NqOlHV6dJl5soc4knN6OMa8zyX_NXZy7ubGa6VvE7LU,471
301
+ frameio/types/user_role_role.py,sha256=3DlwW5w-VsPVkaiCou7SGNpJXQijKrghryQXIyyz3lg,221
302
+ frameio/types/user_roles_response.py,sha256=FJmezrCCRD5TbzfHbF3bf53QEv4jXT1aCRnC-4y2aBg,644
303
+ frameio/types/user_single_definition.py,sha256=axm08rTNMT1X7N9x1TN6ihkvDXn14q7CE5D3aZbWtjo,1048
304
+ frameio/types/user_single_definition_field_configuration.py,sha256=O8zYPC5YYCcQdG-5JoK_DAzce86YXvWKANzL8HzrcWs,876
305
+ frameio/types/user_single_definition_field_configuration_custom_members_item.py,sha256=MawVMjBTn5Q41_i5SiZ9g4Uw2ii0tY5JwTOsQbSgGHc,656
306
+ frameio/types/user_single_definition_field_configuration_custom_members_item_type.py,sha256=CAI4tR6kvCKX0amH6S1rshzxd0M1RyFvCWYMTq9Rok8,219
307
+ frameio/types/user_single_definition_field_configuration_member_options_type.py,sha256=vqSW4Tq2Y-xZmQ8LRKevv5mY5nUNJjYHuKYiN5vGKS4,218
308
+ frameio/types/user_single_definition_params.py,sha256=EaMrl_txaC4LZADfSTxHX4sg1IsaRWyTcUGkmyf2lfE,600
309
+ frameio/types/user_single_definition_params_field_configuration.py,sha256=nEb8_xlSAFLti0CDOUtH0yncZOT6nDesLs_mH4Q2qFU,944
310
+ frameio/types/user_single_definition_params_field_configuration_custom_members_item.py,sha256=5b8x5POiF_kNSMZpZCp6yx8yOpAIdX50R8r6D-5qt3c,681
311
+ frameio/types/user_single_definition_params_field_configuration_custom_members_item_type.py,sha256=0lA1HaB5PQoV50WAVXF78Ekb_CTUpaoNVYRl2zhD4FA,225
312
+ frameio/types/user_single_definition_params_field_configuration_member_options_type.py,sha256=K2hD9jwEvZiXNHmk5yOz_xrm-Wd6Z9USTvKTTqqu9_0,224
313
+ frameio/types/user_single_definition_with_includes.py,sha256=E9eG3H5Vm-XLWTxMvrnOxJxFtOuLAex5jzOVJYZq4Bs,418
314
+ frameio/types/user_value.py,sha256=2bN962GufWOlLTApOumeniFfVWKsJbcH59RLV1ETZAg,482
315
+ frameio/types/user_value_type.py,sha256=SkCeZCToRZ7Imzmh49sN-klmhnWcAidU2NkIb5Rgp5w,167
316
+ frameio/types/uuid_.py,sha256=f_E8s4_PSBql8y7UtecDf75pYxyy2ubmTfBwYh-Q0Oo,76
317
+ frameio/types/version_stack.py,sha256=ETF0iQQraGd_SzHfxu2xt_95SjZvnC0-HK0ErAjsOOU,1093
318
+ frameio/types/version_stack_copy_response.py,sha256=mu20OX4_idr9PQPoXj8CJH2Y0HuqoXew4iRAtkQ0Yo0,408
319
+ frameio/types/version_stack_response.py,sha256=tPbpgk50HuGO_4AYnohyoljQg1mAjLfS8rEVMR6XkMk,404
320
+ frameio/types/version_stack_with_includes.py,sha256=dBonda6iTaJd6Y-ZPC6RTFOf6x4jpqdWwGVOhJPadt0,1415
321
+ frameio/types/version_stack_with_includes_response.py,sha256=K_VL8pVIAVxmmEoK_g18wagmjiJFrZ50Gv-CjFNz9j8,454
322
+ frameio/types/version_stacks_with_includes_response.py,sha256=h_edl_E2h_ZjzmK_czkZaRd83Ct9r7il2djCMVt-hcU,611
323
+ frameio/types/webhook.py,sha256=1sgymZg3D4rDjK09Lmovq_Aj-_xRiV0jkqrtM6jx6pI,828
324
+ frameio/types/webhook_create_response.py,sha256=3RgCgtlKc1QyF2scHd0wjWiIQMXikPJ5TuVRliTp97g,505
325
+ frameio/types/webhook_create_response_data.py,sha256=P82rwcq6NK7j_gDGX370Qmp36M-CQt9Ip6VVLcGC64M,471
326
+ frameio/types/webhook_events.py,sha256=BaJSMz4EW9vbLSUlfbkQvO9aRyEKPK8IIDAWc7hOoWs,113
327
+ frameio/types/webhook_response.py,sha256=2NF4npbliRDFkFAOPvAfgUXTf5ymOHi4koWXI2alJBo,383
328
+ frameio/types/webhook_with_includes.py,sha256=f-DkYJpWGGGNI7L6TaTexbeyfFIb-WOPBvs5z-kyRTQ,364
329
+ frameio/types/webhook_with_includes_response.py,sha256=x6rVojPwlauCi0DCo9TV5rUDj3Q0K27O9Mt-oQULGAY,433
330
+ frameio/types/webhooks_with_includes_response.py,sha256=eW4O6rMLY-XGuItiNyivAc__cSvwqRmcA8hLv-zOZH8,629
331
+ frameio/types/workspace.py,sha256=oEBm4UhhBaHg3LxdcQdCXvvZThXOm7iJMYKkQ7z3AXI,768
332
+ frameio/types/workspace_include.py,sha256=rTVk9DpT-LkJRCbBzdouVVkiZWj133K7yxYGZfIcAPc,125
333
+ frameio/types/workspace_params.py,sha256=5kt2HN29HuwnGcV-1Y4K5O425A9KGj7xMPe7nQVs3qE,459
334
+ frameio/types/workspace_params_data.py,sha256=Ozs5F-5RuEe-COmWm6DQiStgd9jfZx4rjebLWEj5-2o,437
335
+ frameio/types/workspace_response.py,sha256=q7Zhz1FueP3xFmwtCun4zmFCXGiqNT41oAQDlXGWmpA,439
336
+ frameio/types/workspace_with_includes.py,sha256=K9Z-h0v9FQk00Ay9u4XfRVH8y17plZpxLr9jS_vROss,372
337
+ frameio/types/workspace_with_includes_response.py,sha256=6D1UROC3Fo5TcXdUpb2s1leTrulRzHWVWG-43ymjlwY,503
338
+ frameio/types/workspaces_with_includes_response.py,sha256=gMFRGCokCgFVIYuOC2DXwcUZQlBZK3T7rz_0yrVYsKU,697
339
+ frameio/users/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
340
+ frameio/users/client.py,sha256=iwbPfST2_KmVxDckdWVK7YMJw3256TTiXK-VMp5X3EE,2784
341
+ frameio/users/raw_client.py,sha256=X-Q_Srh2ESjjZRECt7LjGa1f3ysRDSEAYReGtfD0DDg,9410
342
+ frameio/version.py,sha256=THw1Q906Kg6c2altRvWiQ44oPlj2x8MSNrPZWs2izlM,74
343
+ frameio/version_stacks/__init__.py,sha256=8WQs7d3hEtWCLZHPGUsmkC2IOLoD4_awFmIBxWGzjRw,1315
344
+ frameio/version_stacks/client.py,sha256=7uX2wjGEq27sstXBTJDAaQ95-AVQAl-F0sB4y1HesK0,21771
345
+ frameio/version_stacks/raw_client.py,sha256=rWJxJfTvCsKSf14GncF5a3gdlTlbUW5ifXkCT3yssNs,53611
346
+ frameio/version_stacks/types/__init__.py,sha256=lOluJfUhE2rdywBh9XnZnE9dw0ef_lcitMxasIrNIXE,1513
347
+ frameio/version_stacks/types/version_stack_copy_params_data.py,sha256=IR-qdK_WK81hDuar_wkI3bC0i1yA1fpTf59c3JEdhXY,495
348
+ frameio/version_stacks/types/version_stack_create_params_data.py,sha256=78ERfSKJMe0Z6Eohj5WDzEVlT6D69ktHHdbqc-NnXGw,782
349
+ frameio/version_stacks/types/version_stack_move_params_data.py,sha256=e6QxY5jJlluWCx_ZEqtSiy-ywOOoA5HyHAqXlVCjhrk,457
350
+ frameio/webhooks/__init__.py,sha256=oEAzW_Cxe-GlFu4JnfRghTWvX-jN5EzNB-WYi11TFCY,1178
351
+ frameio/webhooks/client.py,sha256=WKL-8IsiQ0FsruwceYvlXzVMT1P821dOYCz-VwNrIUY,23485
352
+ frameio/webhooks/raw_client.py,sha256=1GCTfYgQSpY546Pb3GMp5xpJfXHN6P8O8DuG-9BWmFk,49917
353
+ frameio/webhooks/types/__init__.py,sha256=xwiyliciFa4WMFzd5uh1Uv7oYLIdz27aH0NsIYJqHWk,1295
354
+ frameio/webhooks/types/webhook_create_params_data.py,sha256=bfetrRDyVc__S8RpjZhLp2EXJ-l65uiWH2Br3d49yHA,513
355
+ frameio/webhooks/types/webhook_update_params_data.py,sha256=pcJvD4Tu-26xDXQSWhTPtNuNQdzPxhPIyDrdyUIAVCc,698
356
+ frameio/workspace_permissions/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
357
+ frameio/workspace_permissions/client.py,sha256=ws5YnlGWjQV72GFWU3UKp4XF7zUFZX0wQyc0t_CZ4OI,12345
358
+ frameio/workspace_permissions/raw_client.py,sha256=Zy2AuLaZh0Po4AkRL2O7ftukrdhcFx03-XHxMPw45B8,30521
359
+ frameio/workspaces/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
360
+ frameio/workspaces/client.py,sha256=m4M2NXtQZMcFMLLHHNepd4-gpxERRA1meva0gihjP50,15285
361
+ frameio/workspaces/raw_client.py,sha256=Ci5OGo8pW7xO9M2qV9sG_E2wcjx4eG9lq3j5spT0n4E,47431
362
+ frameio-0.0.24.dist-info/METADATA,sha256=lRGlMt8Fu41iR43TdwrbQuMfijH_1Nv3Ijs6M4W1Bnk,7864
363
+ frameio-0.0.24.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
364
+ frameio-0.0.24.dist-info/RECORD,,