athena-intelligence 0.1.210__tar.gz → 0.1.212__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 (128) hide show
  1. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/PKG-INFO +1 -1
  2. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/pyproject.toml +1 -1
  3. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/core/client_wrapper.py +2 -2
  4. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/tools/sheets/client.py +18 -16
  5. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/tools/sheets/raw_client.py +12 -12
  6. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/README.md +0 -0
  7. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/__init__.py +0 -0
  8. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/agents/__init__.py +0 -0
  9. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/agents/client.py +0 -0
  10. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/agents/drive/__init__.py +0 -0
  11. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/agents/drive/client.py +0 -0
  12. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/agents/drive/raw_client.py +0 -0
  13. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/agents/general/__init__.py +0 -0
  14. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/agents/general/client.py +0 -0
  15. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/agents/general/raw_client.py +0 -0
  16. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/agents/raw_client.py +0 -0
  17. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/agents/research/__init__.py +0 -0
  18. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/agents/research/client.py +0 -0
  19. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/agents/research/raw_client.py +0 -0
  20. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/agents/sql/__init__.py +0 -0
  21. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/agents/sql/client.py +0 -0
  22. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/agents/sql/raw_client.py +0 -0
  23. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/aop/__init__.py +0 -0
  24. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/aop/client.py +0 -0
  25. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/aop/raw_client.py +0 -0
  26. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/assets/__init__.py +0 -0
  27. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/assets/client.py +0 -0
  28. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/assets/raw_client.py +0 -0
  29. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/base_client.py +0 -0
  30. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/client.py +0 -0
  31. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/core/__init__.py +0 -0
  32. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/core/api_error.py +0 -0
  33. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/core/datetime_utils.py +0 -0
  34. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/core/file.py +0 -0
  35. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/core/force_multipart.py +0 -0
  36. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/core/http_client.py +0 -0
  37. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/core/http_response.py +0 -0
  38. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/core/jsonable_encoder.py +0 -0
  39. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/core/pydantic_utilities.py +0 -0
  40. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/core/query_encoder.py +0 -0
  41. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/core/remove_none_from_dict.py +0 -0
  42. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/core/request_options.py +0 -0
  43. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/core/serialization.py +0 -0
  44. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/environment.py +0 -0
  45. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/errors/__init__.py +0 -0
  46. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/errors/bad_request_error.py +0 -0
  47. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/errors/content_too_large_error.py +0 -0
  48. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/errors/internal_server_error.py +0 -0
  49. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/errors/not_found_error.py +0 -0
  50. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/errors/unauthorized_error.py +0 -0
  51. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/errors/unprocessable_entity_error.py +0 -0
  52. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/errors/unsupported_media_type_error.py +0 -0
  53. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/py.typed +0 -0
  54. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/query/__init__.py +0 -0
  55. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/query/client.py +0 -0
  56. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/query/raw_client.py +0 -0
  57. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/query/types/__init__.py +0 -0
  58. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/query/types/query_execute_request_database_asset_ids.py +0 -0
  59. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/threads/__init__.py +0 -0
  60. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/threads/client.py +0 -0
  61. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/threads/raw_client.py +0 -0
  62. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/tools/__init__.py +0 -0
  63. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/tools/calendar/__init__.py +0 -0
  64. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/tools/calendar/client.py +0 -0
  65. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/tools/calendar/raw_client.py +0 -0
  66. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/tools/client.py +0 -0
  67. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/tools/email/__init__.py +0 -0
  68. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/tools/email/client.py +0 -0
  69. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/tools/email/raw_client.py +0 -0
  70. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/tools/raw_client.py +0 -0
  71. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/tools/sheets/__init__.py +0 -0
  72. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/tools/structured_data_extractor/__init__.py +0 -0
  73. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/tools/structured_data_extractor/client.py +0 -0
  74. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/tools/structured_data_extractor/raw_client.py +0 -0
  75. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/tools/tasks/__init__.py +0 -0
  76. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/tools/tasks/client.py +0 -0
  77. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/tools/tasks/raw_client.py +0 -0
  78. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/tools/types/__init__.py +0 -0
  79. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/tools/types/tools_data_frame_request_columns_item.py +0 -0
  80. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/__init__.py +0 -0
  81. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/aop_async_execute_response_out.py +0 -0
  82. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/aop_execute_request_in.py +0 -0
  83. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/aop_execute_response_out.py +0 -0
  84. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/asset_content_request_out.py +0 -0
  85. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/asset_node.py +0 -0
  86. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/asset_not_found_error.py +0 -0
  87. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/asset_screenshot_response_out.py +0 -0
  88. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/chunk.py +0 -0
  89. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/chunk_content_item.py +0 -0
  90. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/chunk_result.py +0 -0
  91. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/chunk_result_chunk_id.py +0 -0
  92. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/content.py +0 -0
  93. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/conversation_asset_info.py +0 -0
  94. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/create_new_sheet_tab_response.py +0 -0
  95. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/custom_agent_response.py +0 -0
  96. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/data_frame_request_out.py +0 -0
  97. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/data_frame_request_out_columns_item.py +0 -0
  98. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/data_frame_request_out_data_item_item.py +0 -0
  99. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/data_frame_request_out_index_item.py +0 -0
  100. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/data_frame_unknown_format_error.py +0 -0
  101. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/document_chunk.py +0 -0
  102. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/drive_agent_response.py +0 -0
  103. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/file_chunk_request_out.py +0 -0
  104. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/file_too_large_error.py +0 -0
  105. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/folder_response.py +0 -0
  106. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/general_agent_config.py +0 -0
  107. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/general_agent_config_enabled_tools_item.py +0 -0
  108. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/general_agent_request.py +0 -0
  109. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/general_agent_response.py +0 -0
  110. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/general_agent_response_message.py +0 -0
  111. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/general_agent_response_message_kwargs.py +0 -0
  112. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/get_table_response.py +0 -0
  113. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/id.py +0 -0
  114. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/image_url_content.py +0 -0
  115. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/input_message.py +0 -0
  116. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/input_message_content_item.py +0 -0
  117. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/paginated_assets_out.py +0 -0
  118. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/prompt_message.py +0 -0
  119. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/public_asset_out.py +0 -0
  120. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/research_agent_response.py +0 -0
  121. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/save_asset_request_out.py +0 -0
  122. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/sheet_operation_response.py +0 -0
  123. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/sql_agent_response.py +0 -0
  124. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/structured_data_extractor_response.py +0 -0
  125. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/text_content.py +0 -0
  126. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/thread_status_response_out.py +0 -0
  127. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/src/athena/types/type.py +0 -0
  128. {athena_intelligence-0.1.210 → athena_intelligence-0.1.212}/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.210
3
+ Version: 0.1.212
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.210"
6
+ version = "0.1.212"
7
7
  description = "Athena Intelligence Python Library"
8
8
  readme = "README.md"
9
9
  authors = []
@@ -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.210",
25
+ "User-Agent": "athena-intelligence/0.1.212",
26
26
  "X-Fern-Language": "Python",
27
27
  "X-Fern-SDK-Name": "athena-intelligence",
28
- "X-Fern-SDK-Version": "0.1.210",
28
+ "X-Fern-SDK-Version": "0.1.212",
29
29
  **(self.get_custom_headers() or {}),
30
30
  }
31
31
  headers["X-API-KEY"] = self.api_key
@@ -884,12 +884,12 @@ class SheetsClient:
884
884
  )
885
885
  return _response.data
886
886
 
887
- def get_table(
887
+ def get_table_rows(
888
888
  self,
889
889
  *,
890
890
  asset_id: str,
891
+ table_name: str,
891
892
  table_id: typing.Optional[str] = OMIT,
892
- table_name: typing.Optional[str] = OMIT,
893
893
  request_options: typing.Optional[RequestOptions] = None,
894
894
  ) -> GetTableResponse:
895
895
  """
@@ -900,12 +900,12 @@ class SheetsClient:
900
900
  asset_id : str
901
901
  The ID of the spreadsheet asset
902
902
 
903
+ table_name : str
904
+ Table name to retrieve
905
+
903
906
  table_id : typing.Optional[str]
904
907
  Table ID to retrieve
905
908
 
906
- table_name : typing.Optional[str]
907
- Table name to retrieve
908
-
909
909
  request_options : typing.Optional[RequestOptions]
910
910
  Request-specific configuration.
911
911
 
@@ -921,12 +921,13 @@ class SheetsClient:
921
921
  client = Athena(
922
922
  api_key="YOUR_API_KEY",
923
923
  )
924
- client.tools.sheets.get_table(
924
+ client.tools.sheets.get_table_rows(
925
925
  asset_id="asset_id",
926
+ table_name="table_name",
926
927
  )
927
928
  """
928
- _response = self._raw_client.get_table(
929
- asset_id=asset_id, table_id=table_id, table_name=table_name, request_options=request_options
929
+ _response = self._raw_client.get_table_rows(
930
+ asset_id=asset_id, table_name=table_name, table_id=table_id, request_options=request_options
930
931
  )
931
932
  return _response.data
932
933
 
@@ -2049,12 +2050,12 @@ class AsyncSheetsClient:
2049
2050
  )
2050
2051
  return _response.data
2051
2052
 
2052
- async def get_table(
2053
+ async def get_table_rows(
2053
2054
  self,
2054
2055
  *,
2055
2056
  asset_id: str,
2057
+ table_name: str,
2056
2058
  table_id: typing.Optional[str] = OMIT,
2057
- table_name: typing.Optional[str] = OMIT,
2058
2059
  request_options: typing.Optional[RequestOptions] = None,
2059
2060
  ) -> GetTableResponse:
2060
2061
  """
@@ -2065,12 +2066,12 @@ class AsyncSheetsClient:
2065
2066
  asset_id : str
2066
2067
  The ID of the spreadsheet asset
2067
2068
 
2069
+ table_name : str
2070
+ Table name to retrieve
2071
+
2068
2072
  table_id : typing.Optional[str]
2069
2073
  Table ID to retrieve
2070
2074
 
2071
- table_name : typing.Optional[str]
2072
- Table name to retrieve
2073
-
2074
2075
  request_options : typing.Optional[RequestOptions]
2075
2076
  Request-specific configuration.
2076
2077
 
@@ -2091,15 +2092,16 @@ class AsyncSheetsClient:
2091
2092
 
2092
2093
 
2093
2094
  async def main() -> None:
2094
- await client.tools.sheets.get_table(
2095
+ await client.tools.sheets.get_table_rows(
2095
2096
  asset_id="asset_id",
2097
+ table_name="table_name",
2096
2098
  )
2097
2099
 
2098
2100
 
2099
2101
  asyncio.run(main())
2100
2102
  """
2101
- _response = await self._raw_client.get_table(
2102
- asset_id=asset_id, table_id=table_id, table_name=table_name, request_options=request_options
2103
+ _response = await self._raw_client.get_table_rows(
2104
+ asset_id=asset_id, table_name=table_name, table_id=table_id, request_options=request_options
2103
2105
  )
2104
2106
  return _response.data
2105
2107
 
@@ -1141,12 +1141,12 @@ class RawSheetsClient:
1141
1141
  raise ApiError(status_code=_response.status_code, headers=dict(_response.headers), body=_response.text)
1142
1142
  raise ApiError(status_code=_response.status_code, headers=dict(_response.headers), body=_response_json)
1143
1143
 
1144
- def get_table(
1144
+ def get_table_rows(
1145
1145
  self,
1146
1146
  *,
1147
1147
  asset_id: str,
1148
+ table_name: str,
1148
1149
  table_id: typing.Optional[str] = OMIT,
1149
- table_name: typing.Optional[str] = OMIT,
1150
1150
  request_options: typing.Optional[RequestOptions] = None,
1151
1151
  ) -> HttpResponse[GetTableResponse]:
1152
1152
  """
@@ -1157,12 +1157,12 @@ class RawSheetsClient:
1157
1157
  asset_id : str
1158
1158
  The ID of the spreadsheet asset
1159
1159
 
1160
+ table_name : str
1161
+ Table name to retrieve
1162
+
1160
1163
  table_id : typing.Optional[str]
1161
1164
  Table ID to retrieve
1162
1165
 
1163
- table_name : typing.Optional[str]
1164
- Table name to retrieve
1165
-
1166
1166
  request_options : typing.Optional[RequestOptions]
1167
1167
  Request-specific configuration.
1168
1168
 
@@ -1172,7 +1172,7 @@ class RawSheetsClient:
1172
1172
  Successful Response
1173
1173
  """
1174
1174
  _response = self._client_wrapper.httpx_client.request(
1175
- "api/v0/tools/sheets/table/get",
1175
+ "api/v0/tools/sheets/table/get_rows",
1176
1176
  method="POST",
1177
1177
  json={
1178
1178
  "asset_id": asset_id,
@@ -2506,12 +2506,12 @@ class AsyncRawSheetsClient:
2506
2506
  raise ApiError(status_code=_response.status_code, headers=dict(_response.headers), body=_response.text)
2507
2507
  raise ApiError(status_code=_response.status_code, headers=dict(_response.headers), body=_response_json)
2508
2508
 
2509
- async def get_table(
2509
+ async def get_table_rows(
2510
2510
  self,
2511
2511
  *,
2512
2512
  asset_id: str,
2513
+ table_name: str,
2513
2514
  table_id: typing.Optional[str] = OMIT,
2514
- table_name: typing.Optional[str] = OMIT,
2515
2515
  request_options: typing.Optional[RequestOptions] = None,
2516
2516
  ) -> AsyncHttpResponse[GetTableResponse]:
2517
2517
  """
@@ -2522,12 +2522,12 @@ class AsyncRawSheetsClient:
2522
2522
  asset_id : str
2523
2523
  The ID of the spreadsheet asset
2524
2524
 
2525
+ table_name : str
2526
+ Table name to retrieve
2527
+
2525
2528
  table_id : typing.Optional[str]
2526
2529
  Table ID to retrieve
2527
2530
 
2528
- table_name : typing.Optional[str]
2529
- Table name to retrieve
2530
-
2531
2531
  request_options : typing.Optional[RequestOptions]
2532
2532
  Request-specific configuration.
2533
2533
 
@@ -2537,7 +2537,7 @@ class AsyncRawSheetsClient:
2537
2537
  Successful Response
2538
2538
  """
2539
2539
  _response = await self._client_wrapper.httpx_client.request(
2540
- "api/v0/tools/sheets/table/get",
2540
+ "api/v0/tools/sheets/table/get_rows",
2541
2541
  method="POST",
2542
2542
  json={
2543
2543
  "asset_id": asset_id,