athena-intelligence 0.1.267__tar.gz → 0.1.269__tar.gz

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 athena-intelligence might be problematic. Click here for more details.

Files changed (151) hide show
  1. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/PKG-INFO +1 -1
  2. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/pyproject.toml +1 -1
  3. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/assets/client.py +12 -0
  4. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/assets/raw_client.py +10 -0
  5. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/core/client_wrapper.py +2 -2
  6. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/conversation_asset_info.py +5 -0
  7. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/thread_status_response_out.py +5 -0
  8. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/README.md +0 -0
  9. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/__init__.py +0 -0
  10. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/agents/__init__.py +0 -0
  11. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/agents/client.py +0 -0
  12. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/agents/drive/__init__.py +0 -0
  13. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/agents/drive/client.py +0 -0
  14. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/agents/drive/raw_client.py +0 -0
  15. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/agents/general/__init__.py +0 -0
  16. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/agents/general/client.py +0 -0
  17. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/agents/general/raw_client.py +0 -0
  18. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/agents/raw_client.py +0 -0
  19. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/agents/research/__init__.py +0 -0
  20. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/agents/research/client.py +0 -0
  21. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/agents/research/raw_client.py +0 -0
  22. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/agents/sql/__init__.py +0 -0
  23. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/agents/sql/client.py +0 -0
  24. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/agents/sql/raw_client.py +0 -0
  25. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/aop/__init__.py +0 -0
  26. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/aop/client.py +0 -0
  27. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/aop/raw_client.py +0 -0
  28. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/assets/__init__.py +0 -0
  29. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/base_client.py +0 -0
  30. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/client.py +0 -0
  31. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/core/__init__.py +0 -0
  32. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/core/api_error.py +0 -0
  33. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/core/datetime_utils.py +0 -0
  34. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/core/file.py +0 -0
  35. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/core/force_multipart.py +0 -0
  36. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/core/http_client.py +0 -0
  37. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/core/http_response.py +0 -0
  38. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/core/jsonable_encoder.py +0 -0
  39. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/core/pydantic_utilities.py +0 -0
  40. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/core/query_encoder.py +0 -0
  41. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/core/remove_none_from_dict.py +0 -0
  42. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/core/request_options.py +0 -0
  43. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/core/serialization.py +0 -0
  44. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/environment.py +0 -0
  45. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/errors/__init__.py +0 -0
  46. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/errors/bad_request_error.py +0 -0
  47. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/errors/content_too_large_error.py +0 -0
  48. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/errors/internal_server_error.py +0 -0
  49. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/errors/not_found_error.py +0 -0
  50. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/errors/unauthorized_error.py +0 -0
  51. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/errors/unprocessable_entity_error.py +0 -0
  52. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/errors/unsupported_media_type_error.py +0 -0
  53. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/py.typed +0 -0
  54. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/query/__init__.py +0 -0
  55. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/query/client.py +0 -0
  56. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/query/raw_client.py +0 -0
  57. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/query/types/__init__.py +0 -0
  58. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/query/types/query_execute_request_database_asset_ids.py +0 -0
  59. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/threads/__init__.py +0 -0
  60. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/threads/client.py +0 -0
  61. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/threads/raw_client.py +0 -0
  62. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/tools/__init__.py +0 -0
  63. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/tools/calendar/__init__.py +0 -0
  64. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/tools/calendar/client.py +0 -0
  65. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/tools/calendar/raw_client.py +0 -0
  66. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/tools/client.py +0 -0
  67. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/tools/email/__init__.py +0 -0
  68. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/tools/email/client.py +0 -0
  69. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/tools/email/raw_client.py +0 -0
  70. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/tools/raw_client.py +0 -0
  71. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/tools/sheets/__init__.py +0 -0
  72. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/tools/sheets/client.py +0 -0
  73. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/tools/sheets/raw_client.py +0 -0
  74. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/tools/sheets/types/__init__.py +0 -0
  75. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/tools/sheets/types/update_sheet_range_request_values_item_item.py +0 -0
  76. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/tools/structured_data_extractor/__init__.py +0 -0
  77. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/tools/structured_data_extractor/client.py +0 -0
  78. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/tools/structured_data_extractor/raw_client.py +0 -0
  79. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/tools/tasks/__init__.py +0 -0
  80. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/tools/tasks/client.py +0 -0
  81. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/tools/tasks/raw_client.py +0 -0
  82. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/tools/types/__init__.py +0 -0
  83. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/tools/types/tools_data_frame_request_columns_item.py +0 -0
  84. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/__init__.py +0 -0
  85. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/aop_async_execute_response_out.py +0 -0
  86. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/aop_execute_request_in.py +0 -0
  87. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/aop_execute_response_out.py +0 -0
  88. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/asset_content_request_out.py +0 -0
  89. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/asset_node.py +0 -0
  90. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/asset_screenshot_response_out.py +0 -0
  91. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/backgroundcolor.py +0 -0
  92. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/border_model.py +0 -0
  93. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/border_style.py +0 -0
  94. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/borders_model.py +0 -0
  95. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/cell_format.py +0 -0
  96. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/cell_format_horizontal_alignment.py +0 -0
  97. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/cell_format_vertical_alignment.py +0 -0
  98. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/chunk.py +0 -0
  99. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/chunk_content_item.py +0 -0
  100. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/chunk_result.py +0 -0
  101. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/chunk_result_chunk_id.py +0 -0
  102. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/color.py +0 -0
  103. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/content.py +0 -0
  104. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/conversation_message.py +0 -0
  105. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/conversation_result.py +0 -0
  106. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/create_new_sheet_tab_response.py +0 -0
  107. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/create_project_response_out.py +0 -0
  108. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/custom_agent_response.py +0 -0
  109. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/data_frame_request_out.py +0 -0
  110. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/data_frame_request_out_columns_item.py +0 -0
  111. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/data_frame_request_out_data_item_item.py +0 -0
  112. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/data_frame_request_out_index_item.py +0 -0
  113. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/data_frame_unknown_format_error.py +0 -0
  114. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/dimension_properties.py +0 -0
  115. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/document_chunk.py +0 -0
  116. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/drive_agent_response.py +0 -0
  117. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/file_chunk_request_out.py +0 -0
  118. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/file_too_large_error.py +0 -0
  119. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/folder_response.py +0 -0
  120. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/general_agent_config.py +0 -0
  121. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/general_agent_config_enabled_tools_item.py +0 -0
  122. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/general_agent_request.py +0 -0
  123. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/general_agent_response.py +0 -0
  124. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/general_agent_response_message.py +0 -0
  125. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/general_agent_response_message_kwargs.py +0 -0
  126. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/get_table_response.py +0 -0
  127. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/grid_range.py +0 -0
  128. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/id.py +0 -0
  129. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/image_url_content.py +0 -0
  130. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/input_message.py +0 -0
  131. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/input_message_content_item.py +0 -0
  132. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/number_format_model.py +0 -0
  133. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/number_format_type.py +0 -0
  134. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/paginated_assets_out.py +0 -0
  135. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/prompt_message.py +0 -0
  136. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/public_asset_out.py +0 -0
  137. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/research_agent_response.py +0 -0
  138. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/save_asset_request_out.py +0 -0
  139. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/sheet.py +0 -0
  140. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/sheet_operation_response.py +0 -0
  141. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/sql_agent_response.py +0 -0
  142. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/structured_data_extractor_response.py +0 -0
  143. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/tabcolor.py +0 -0
  144. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/table_row_data.py +0 -0
  145. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/text_content.py +0 -0
  146. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/text_format_model.py +0 -0
  147. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/textrotation.py +0 -0
  148. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/theme_color.py +0 -0
  149. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/type.py +0 -0
  150. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/types/wrap_strategy.py +0 -0
  151. {athena_intelligence-0.1.267 → athena_intelligence-0.1.269}/src/athena/version.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: athena-intelligence
3
- Version: 0.1.267
3
+ Version: 0.1.269
4
4
  Summary: Athena Intelligence Python Library
5
5
  Requires-Python: >=3.9,<4.0
6
6
  Classifier: Intended Audience :: Developers
@@ -3,7 +3,7 @@ name = "athena-intelligence"
3
3
 
4
4
  [tool.poetry]
5
5
  name = "athena-intelligence"
6
- version = "0.1.267"
6
+ version = "0.1.269"
7
7
  description = "Athena Intelligence Python Library"
8
8
  readme = "README.md"
9
9
  authors = []
@@ -89,6 +89,7 @@ class AssetsClient:
89
89
  description: typing.Optional[str] = OMIT,
90
90
  parent_folder_id: typing.Optional[str] = OMIT,
91
91
  project_type: typing.Optional[str] = OMIT,
92
+ share_with_emails: typing.Optional[typing.Sequence[str]] = OMIT,
92
93
  tags: typing.Optional[typing.Sequence[str]] = OMIT,
93
94
  request_options: typing.Optional[RequestOptions] = None,
94
95
  ) -> CreateProjectResponseOut:
@@ -112,6 +113,9 @@ class AssetsClient:
112
113
  project_type : typing.Optional[str]
113
114
  User-defined project type (e.g., 'candidate', 'user', 'company')
114
115
 
116
+ share_with_emails : typing.Optional[typing.Sequence[str]]
117
+ Optional list of email addresses to share the project with (VIEW permission)
118
+
115
119
  tags : typing.Optional[typing.Sequence[str]]
116
120
  Optional list of tags for categorizing the project
117
121
 
@@ -140,6 +144,7 @@ class AssetsClient:
140
144
  description="Candidate profile for senior software engineer position",
141
145
  parent_folder_id="asset_folder_123",
142
146
  project_type="candidate",
147
+ share_with_emails=["colleague@example.com", "manager@example.com"],
143
148
  tags=["engineering", "senior", "active"],
144
149
  title="John Doe - Software Engineer",
145
150
  )
@@ -150,6 +155,7 @@ class AssetsClient:
150
155
  description=description,
151
156
  parent_folder_id=parent_folder_id,
152
157
  project_type=project_type,
158
+ share_with_emails=share_with_emails,
153
159
  tags=tags,
154
160
  request_options=request_options,
155
161
  )
@@ -270,6 +276,7 @@ class AsyncAssetsClient:
270
276
  description: typing.Optional[str] = OMIT,
271
277
  parent_folder_id: typing.Optional[str] = OMIT,
272
278
  project_type: typing.Optional[str] = OMIT,
279
+ share_with_emails: typing.Optional[typing.Sequence[str]] = OMIT,
273
280
  tags: typing.Optional[typing.Sequence[str]] = OMIT,
274
281
  request_options: typing.Optional[RequestOptions] = None,
275
282
  ) -> CreateProjectResponseOut:
@@ -293,6 +300,9 @@ class AsyncAssetsClient:
293
300
  project_type : typing.Optional[str]
294
301
  User-defined project type (e.g., 'candidate', 'user', 'company')
295
302
 
303
+ share_with_emails : typing.Optional[typing.Sequence[str]]
304
+ Optional list of email addresses to share the project with (VIEW permission)
305
+
296
306
  tags : typing.Optional[typing.Sequence[str]]
297
307
  Optional list of tags for categorizing the project
298
308
 
@@ -326,6 +336,7 @@ class AsyncAssetsClient:
326
336
  description="Candidate profile for senior software engineer position",
327
337
  parent_folder_id="asset_folder_123",
328
338
  project_type="candidate",
339
+ share_with_emails=["colleague@example.com", "manager@example.com"],
329
340
  tags=["engineering", "senior", "active"],
330
341
  title="John Doe - Software Engineer",
331
342
  )
@@ -339,6 +350,7 @@ class AsyncAssetsClient:
339
350
  description=description,
340
351
  parent_folder_id=parent_folder_id,
341
352
  project_type=project_type,
353
+ share_with_emails=share_with_emails,
342
354
  tags=tags,
343
355
  request_options=request_options,
344
356
  )
@@ -105,6 +105,7 @@ class RawAssetsClient:
105
105
  description: typing.Optional[str] = OMIT,
106
106
  parent_folder_id: typing.Optional[str] = OMIT,
107
107
  project_type: typing.Optional[str] = OMIT,
108
+ share_with_emails: typing.Optional[typing.Sequence[str]] = OMIT,
108
109
  tags: typing.Optional[typing.Sequence[str]] = OMIT,
109
110
  request_options: typing.Optional[RequestOptions] = None,
110
111
  ) -> HttpResponse[CreateProjectResponseOut]:
@@ -128,6 +129,9 @@ class RawAssetsClient:
128
129
  project_type : typing.Optional[str]
129
130
  User-defined project type (e.g., 'candidate', 'user', 'company')
130
131
 
132
+ share_with_emails : typing.Optional[typing.Sequence[str]]
133
+ Optional list of email addresses to share the project with (VIEW permission)
134
+
131
135
  tags : typing.Optional[typing.Sequence[str]]
132
136
  Optional list of tags for categorizing the project
133
137
 
@@ -147,6 +151,7 @@ class RawAssetsClient:
147
151
  "description": description,
148
152
  "parent_folder_id": parent_folder_id,
149
153
  "project_type": project_type,
154
+ "share_with_emails": share_with_emails,
150
155
  "tags": tags,
151
156
  "title": title,
152
157
  },
@@ -359,6 +364,7 @@ class AsyncRawAssetsClient:
359
364
  description: typing.Optional[str] = OMIT,
360
365
  parent_folder_id: typing.Optional[str] = OMIT,
361
366
  project_type: typing.Optional[str] = OMIT,
367
+ share_with_emails: typing.Optional[typing.Sequence[str]] = OMIT,
362
368
  tags: typing.Optional[typing.Sequence[str]] = OMIT,
363
369
  request_options: typing.Optional[RequestOptions] = None,
364
370
  ) -> AsyncHttpResponse[CreateProjectResponseOut]:
@@ -382,6 +388,9 @@ class AsyncRawAssetsClient:
382
388
  project_type : typing.Optional[str]
383
389
  User-defined project type (e.g., 'candidate', 'user', 'company')
384
390
 
391
+ share_with_emails : typing.Optional[typing.Sequence[str]]
392
+ Optional list of email addresses to share the project with (VIEW permission)
393
+
385
394
  tags : typing.Optional[typing.Sequence[str]]
386
395
  Optional list of tags for categorizing the project
387
396
 
@@ -401,6 +410,7 @@ class AsyncRawAssetsClient:
401
410
  "description": description,
402
411
  "parent_folder_id": parent_folder_id,
403
412
  "project_type": project_type,
413
+ "share_with_emails": share_with_emails,
404
414
  "tags": tags,
405
415
  "title": title,
406
416
  },
@@ -22,10 +22,10 @@ class BaseClientWrapper:
22
22
 
23
23
  def get_headers(self) -> typing.Dict[str, str]:
24
24
  headers: typing.Dict[str, str] = {
25
- "User-Agent": "athena-intelligence/0.1.267",
25
+ "User-Agent": "athena-intelligence/0.1.269",
26
26
  "X-Fern-Language": "Python",
27
27
  "X-Fern-SDK-Name": "athena-intelligence",
28
- "X-Fern-SDK-Version": "0.1.267",
28
+ "X-Fern-SDK-Version": "0.1.269",
29
29
  **(self.get_custom_headers() or {}),
30
30
  }
31
31
  headers["X-API-KEY"] = self.api_key
@@ -37,6 +37,11 @@ class ConversationAssetInfo(UniversalBaseModel):
37
37
  User ID who created the conversation
38
38
  """
39
39
 
40
+ error: typing.Optional[typing.Dict[str, typing.Optional[typing.Any]]] = pydantic.Field(default=None)
41
+ """
42
+ Error details if the conversation execution failed
43
+ """
44
+
40
45
  last_channel: typing.Optional[str] = pydantic.Field(default=None)
41
46
  """
42
47
  Last active channel for the conversation
@@ -22,6 +22,11 @@ class ThreadStatusResponseOut(UniversalBaseModel):
22
22
  ISO timestamp when thread was created
23
23
  """
24
24
 
25
+ error: typing.Optional[str] = pydantic.Field(default=None)
26
+ """
27
+ Error message if thread execution failed
28
+ """
29
+
25
30
  status: str = pydantic.Field()
26
31
  """
27
32
  Current status of the thread (e.g., 'running', 'completed', 'failed')