athena-intelligence 0.1.211__tar.gz → 0.1.213__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.211 → athena_intelligence-0.1.213}/PKG-INFO +1 -1
  2. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/pyproject.toml +1 -1
  3. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/core/client_wrapper.py +2 -2
  4. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/tools/sheets/client.py +12 -10
  5. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/tools/sheets/raw_client.py +10 -10
  6. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/get_table_response.py +7 -2
  7. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/README.md +0 -0
  8. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/__init__.py +0 -0
  9. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/agents/__init__.py +0 -0
  10. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/agents/client.py +0 -0
  11. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/agents/drive/__init__.py +0 -0
  12. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/agents/drive/client.py +0 -0
  13. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/agents/drive/raw_client.py +0 -0
  14. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/agents/general/__init__.py +0 -0
  15. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/agents/general/client.py +0 -0
  16. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/agents/general/raw_client.py +0 -0
  17. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/agents/raw_client.py +0 -0
  18. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/agents/research/__init__.py +0 -0
  19. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/agents/research/client.py +0 -0
  20. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/agents/research/raw_client.py +0 -0
  21. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/agents/sql/__init__.py +0 -0
  22. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/agents/sql/client.py +0 -0
  23. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/agents/sql/raw_client.py +0 -0
  24. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/aop/__init__.py +0 -0
  25. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/aop/client.py +0 -0
  26. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/aop/raw_client.py +0 -0
  27. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/assets/__init__.py +0 -0
  28. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/assets/client.py +0 -0
  29. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/assets/raw_client.py +0 -0
  30. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/base_client.py +0 -0
  31. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/client.py +0 -0
  32. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/core/__init__.py +0 -0
  33. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/core/api_error.py +0 -0
  34. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/core/datetime_utils.py +0 -0
  35. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/core/file.py +0 -0
  36. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/core/force_multipart.py +0 -0
  37. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/core/http_client.py +0 -0
  38. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/core/http_response.py +0 -0
  39. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/core/jsonable_encoder.py +0 -0
  40. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/core/pydantic_utilities.py +0 -0
  41. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/core/query_encoder.py +0 -0
  42. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/core/remove_none_from_dict.py +0 -0
  43. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/core/request_options.py +0 -0
  44. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/core/serialization.py +0 -0
  45. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/environment.py +0 -0
  46. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/errors/__init__.py +0 -0
  47. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/errors/bad_request_error.py +0 -0
  48. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/errors/content_too_large_error.py +0 -0
  49. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/errors/internal_server_error.py +0 -0
  50. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/errors/not_found_error.py +0 -0
  51. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/errors/unauthorized_error.py +0 -0
  52. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/errors/unprocessable_entity_error.py +0 -0
  53. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/errors/unsupported_media_type_error.py +0 -0
  54. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/py.typed +0 -0
  55. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/query/__init__.py +0 -0
  56. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/query/client.py +0 -0
  57. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/query/raw_client.py +0 -0
  58. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/query/types/__init__.py +0 -0
  59. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/query/types/query_execute_request_database_asset_ids.py +0 -0
  60. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/threads/__init__.py +0 -0
  61. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/threads/client.py +0 -0
  62. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/threads/raw_client.py +0 -0
  63. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/tools/__init__.py +0 -0
  64. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/tools/calendar/__init__.py +0 -0
  65. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/tools/calendar/client.py +0 -0
  66. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/tools/calendar/raw_client.py +0 -0
  67. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/tools/client.py +0 -0
  68. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/tools/email/__init__.py +0 -0
  69. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/tools/email/client.py +0 -0
  70. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/tools/email/raw_client.py +0 -0
  71. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/tools/raw_client.py +0 -0
  72. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/tools/sheets/__init__.py +0 -0
  73. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/tools/structured_data_extractor/__init__.py +0 -0
  74. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/tools/structured_data_extractor/client.py +0 -0
  75. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/tools/structured_data_extractor/raw_client.py +0 -0
  76. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/tools/tasks/__init__.py +0 -0
  77. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/tools/tasks/client.py +0 -0
  78. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/tools/tasks/raw_client.py +0 -0
  79. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/tools/types/__init__.py +0 -0
  80. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/tools/types/tools_data_frame_request_columns_item.py +0 -0
  81. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/__init__.py +0 -0
  82. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/aop_async_execute_response_out.py +0 -0
  83. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/aop_execute_request_in.py +0 -0
  84. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/aop_execute_response_out.py +0 -0
  85. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/asset_content_request_out.py +0 -0
  86. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/asset_node.py +0 -0
  87. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/asset_not_found_error.py +0 -0
  88. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/asset_screenshot_response_out.py +0 -0
  89. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/chunk.py +0 -0
  90. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/chunk_content_item.py +0 -0
  91. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/chunk_result.py +0 -0
  92. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/chunk_result_chunk_id.py +0 -0
  93. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/content.py +0 -0
  94. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/conversation_asset_info.py +0 -0
  95. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/create_new_sheet_tab_response.py +0 -0
  96. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/custom_agent_response.py +0 -0
  97. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/data_frame_request_out.py +0 -0
  98. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/data_frame_request_out_columns_item.py +0 -0
  99. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/data_frame_request_out_data_item_item.py +0 -0
  100. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/data_frame_request_out_index_item.py +0 -0
  101. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/data_frame_unknown_format_error.py +0 -0
  102. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/document_chunk.py +0 -0
  103. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/drive_agent_response.py +0 -0
  104. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/file_chunk_request_out.py +0 -0
  105. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/file_too_large_error.py +0 -0
  106. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/folder_response.py +0 -0
  107. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/general_agent_config.py +0 -0
  108. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/general_agent_config_enabled_tools_item.py +0 -0
  109. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/general_agent_request.py +0 -0
  110. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/general_agent_response.py +0 -0
  111. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/general_agent_response_message.py +0 -0
  112. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/general_agent_response_message_kwargs.py +0 -0
  113. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/id.py +0 -0
  114. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/image_url_content.py +0 -0
  115. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/input_message.py +0 -0
  116. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/input_message_content_item.py +0 -0
  117. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/paginated_assets_out.py +0 -0
  118. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/prompt_message.py +0 -0
  119. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/public_asset_out.py +0 -0
  120. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/research_agent_response.py +0 -0
  121. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/save_asset_request_out.py +0 -0
  122. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/sheet_operation_response.py +0 -0
  123. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/sql_agent_response.py +0 -0
  124. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/structured_data_extractor_response.py +0 -0
  125. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/text_content.py +0 -0
  126. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/thread_status_response_out.py +0 -0
  127. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/src/athena/types/type.py +0 -0
  128. {athena_intelligence-0.1.211 → athena_intelligence-0.1.213}/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.211
3
+ Version: 0.1.213
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.211"
6
+ version = "0.1.213"
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.211",
25
+ "User-Agent": "athena-intelligence/0.1.213",
26
26
  "X-Fern-Language": "Python",
27
27
  "X-Fern-SDK-Name": "athena-intelligence",
28
- "X-Fern-SDK-Version": "0.1.211",
28
+ "X-Fern-SDK-Version": "0.1.213",
29
29
  **(self.get_custom_headers() or {}),
30
30
  }
31
31
  headers["X-API-KEY"] = self.api_key
@@ -936,8 +936,8 @@ class SheetsClient:
936
936
  *,
937
937
  asset_id: str,
938
938
  row_data: typing.Sequence[typing.Dict[str, typing.Optional[str]]],
939
+ table_name: str,
939
940
  table_id: typing.Optional[str] = OMIT,
940
- table_name: typing.Optional[str] = OMIT,
941
941
  request_options: typing.Optional[RequestOptions] = None,
942
942
  ) -> SheetOperationResponse:
943
943
  """
@@ -951,12 +951,12 @@ class SheetsClient:
951
951
  row_data : typing.Sequence[typing.Dict[str, typing.Optional[str]]]
952
952
  Array of row objects where keys are column names and values are cell values
953
953
 
954
+ table_name : str
955
+ Table name to insert row into
956
+
954
957
  table_id : typing.Optional[str]
955
958
  Table ID to insert row into
956
959
 
957
- table_name : typing.Optional[str]
958
- Table name to insert row into
959
-
960
960
  request_options : typing.Optional[RequestOptions]
961
961
  Request-specific configuration.
962
962
 
@@ -975,13 +975,14 @@ class SheetsClient:
975
975
  client.tools.sheets.insert_table_row(
976
976
  asset_id="asset_id",
977
977
  row_data=[{}],
978
+ table_name="table_name",
978
979
  )
979
980
  """
980
981
  _response = self._raw_client.insert_table_row(
981
982
  asset_id=asset_id,
982
983
  row_data=row_data,
983
- table_id=table_id,
984
984
  table_name=table_name,
985
+ table_id=table_id,
985
986
  request_options=request_options,
986
987
  )
987
988
  return _response.data
@@ -2110,8 +2111,8 @@ class AsyncSheetsClient:
2110
2111
  *,
2111
2112
  asset_id: str,
2112
2113
  row_data: typing.Sequence[typing.Dict[str, typing.Optional[str]]],
2114
+ table_name: str,
2113
2115
  table_id: typing.Optional[str] = OMIT,
2114
- table_name: typing.Optional[str] = OMIT,
2115
2116
  request_options: typing.Optional[RequestOptions] = None,
2116
2117
  ) -> SheetOperationResponse:
2117
2118
  """
@@ -2125,12 +2126,12 @@ class AsyncSheetsClient:
2125
2126
  row_data : typing.Sequence[typing.Dict[str, typing.Optional[str]]]
2126
2127
  Array of row objects where keys are column names and values are cell values
2127
2128
 
2129
+ table_name : str
2130
+ Table name to insert row into
2131
+
2128
2132
  table_id : typing.Optional[str]
2129
2133
  Table ID to insert row into
2130
2134
 
2131
- table_name : typing.Optional[str]
2132
- Table name to insert row into
2133
-
2134
2135
  request_options : typing.Optional[RequestOptions]
2135
2136
  Request-specific configuration.
2136
2137
 
@@ -2154,6 +2155,7 @@ class AsyncSheetsClient:
2154
2155
  await client.tools.sheets.insert_table_row(
2155
2156
  asset_id="asset_id",
2156
2157
  row_data=[{}],
2158
+ table_name="table_name",
2157
2159
  )
2158
2160
 
2159
2161
 
@@ -2162,8 +2164,8 @@ class AsyncSheetsClient:
2162
2164
  _response = await self._raw_client.insert_table_row(
2163
2165
  asset_id=asset_id,
2164
2166
  row_data=row_data,
2165
- table_id=table_id,
2166
2167
  table_name=table_name,
2168
+ table_id=table_id,
2167
2169
  request_options=request_options,
2168
2170
  )
2169
2171
  return _response.data
@@ -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_rows",
1175
+ "api/v0/tools/sheets/table/get",
1176
1176
  method="POST",
1177
1177
  json={
1178
1178
  "asset_id": asset_id,
@@ -1216,8 +1216,8 @@ class RawSheetsClient:
1216
1216
  *,
1217
1217
  asset_id: str,
1218
1218
  row_data: typing.Sequence[typing.Dict[str, typing.Optional[str]]],
1219
+ table_name: str,
1219
1220
  table_id: typing.Optional[str] = OMIT,
1220
- table_name: typing.Optional[str] = OMIT,
1221
1221
  request_options: typing.Optional[RequestOptions] = None,
1222
1222
  ) -> HttpResponse[SheetOperationResponse]:
1223
1223
  """
@@ -1231,12 +1231,12 @@ class RawSheetsClient:
1231
1231
  row_data : typing.Sequence[typing.Dict[str, typing.Optional[str]]]
1232
1232
  Array of row objects where keys are column names and values are cell values
1233
1233
 
1234
+ table_name : str
1235
+ Table name to insert row into
1236
+
1234
1237
  table_id : typing.Optional[str]
1235
1238
  Table ID to insert row into
1236
1239
 
1237
- table_name : typing.Optional[str]
1238
- Table name to insert row into
1239
-
1240
1240
  request_options : typing.Optional[RequestOptions]
1241
1241
  Request-specific configuration.
1242
1242
 
@@ -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_rows",
2540
+ "api/v0/tools/sheets/table/get",
2541
2541
  method="POST",
2542
2542
  json={
2543
2543
  "asset_id": asset_id,
@@ -2581,8 +2581,8 @@ class AsyncRawSheetsClient:
2581
2581
  *,
2582
2582
  asset_id: str,
2583
2583
  row_data: typing.Sequence[typing.Dict[str, typing.Optional[str]]],
2584
+ table_name: str,
2584
2585
  table_id: typing.Optional[str] = OMIT,
2585
- table_name: typing.Optional[str] = OMIT,
2586
2586
  request_options: typing.Optional[RequestOptions] = None,
2587
2587
  ) -> AsyncHttpResponse[SheetOperationResponse]:
2588
2588
  """
@@ -2596,12 +2596,12 @@ class AsyncRawSheetsClient:
2596
2596
  row_data : typing.Sequence[typing.Dict[str, typing.Optional[str]]]
2597
2597
  Array of row objects where keys are column names and values are cell values
2598
2598
 
2599
+ table_name : str
2600
+ Table name to insert row into
2601
+
2599
2602
  table_id : typing.Optional[str]
2600
2603
  Table ID to insert row into
2601
2604
 
2602
- table_name : typing.Optional[str]
2603
- Table name to insert row into
2604
-
2605
2605
  request_options : typing.Optional[RequestOptions]
2606
2606
  Request-specific configuration.
2607
2607
 
@@ -12,9 +12,9 @@ class GetTableResponse(UniversalBaseModel):
12
12
  The ID of the spreadsheet asset
13
13
  """
14
14
 
15
- data: typing.List[typing.Dict[str, typing.Optional[typing.Any]]] = pydantic.Field()
15
+ columns: typing.List[typing.Dict[str, str]] = pydantic.Field()
16
16
  """
17
- Array of row objects with column names as keys
17
+ Array of column objects with name and other metadata
18
18
  """
19
19
 
20
20
  message: str = pydantic.Field()
@@ -22,6 +22,11 @@ class GetTableResponse(UniversalBaseModel):
22
22
  Success message or error description
23
23
  """
24
24
 
25
+ rows: typing.List[typing.Dict[str, typing.Optional[typing.Any]]] = pydantic.Field()
26
+ """
27
+ Array of row objects with column names as keys
28
+ """
29
+
25
30
  success: bool = pydantic.Field()
26
31
  """
27
32
  Whether the operation was successful