unique_sdk 0.9.36__py3-none-any.whl → 0.9.37__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 unique_sdk might be problematic. Click here for more details.

@@ -173,6 +173,7 @@ class Content(APIResource["Content"]):
173
173
  ingestionConfiguration: "Content.MagicTableSheetIngestionConfiguration"
174
174
  metadata: Dict[str, Optional[str]]
175
175
  scopeId: str
176
+ sheetName: str
176
177
 
177
178
  class MagicTableSheetRowIdToContentId(TypedDict):
178
179
  rowId: str
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unique_sdk
3
- Version: 0.9.36
3
+ Version: 0.9.37
4
4
  Summary:
5
5
  License: MIT
6
6
  Author: Martin Fadler
@@ -463,6 +463,7 @@ Allows you to ingest a magic table sheet, each row is processed and converted in
463
463
  "libraryName": "foo",
464
464
  },
465
465
  "scopeId": scope_id,
466
+ "sheetName": "Sheet1",
466
467
  }
467
468
 
468
469
  unique_sdk.Content.ingest_magic_table_sheets(**params)
@@ -1230,6 +1231,9 @@ All notable changes to this project will be documented in this file.
1230
1231
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1231
1232
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1232
1233
 
1234
+ ## [0.9.37] - 2025-07-10
1235
+ - Add `sheetName` property to the `MagicTableSheetIngestParams` object used by function that ingests magic table sheets.
1236
+
1233
1237
  ## [0.9.36] - 2025-06-23
1234
1238
  - Allow passing a user id when creating chat completions. This is optional and it does not impact the current behaviour.
1235
1239
 
@@ -16,7 +16,7 @@ unique_sdk/_webhook.py,sha256=GYxbUibQN_W4XlNTHaMIksT9FQJk4LJmlKcxOu3jqiU,2855
16
16
  unique_sdk/api_resources/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
17
  unique_sdk/api_resources/_acronyms.py,sha256=GIU1XH1flGWQYcpsFqTYwg4ioIGxVmb15tux84nmhEg,891
18
18
  unique_sdk/api_resources/_chat_completion.py,sha256=ILCAffxkbkfh2iV9L4KKnfe80gZmT9pWfkNmf3mq68U,2172
19
- unique_sdk/api_resources/_content.py,sha256=BLv4qXdazSYy_L0Z9ihr0hquE3xFIY32CBpfbOkxSpE,9527
19
+ unique_sdk/api_resources/_content.py,sha256=KIbAjXcf_-YiXAByW4wRYqLAqst47Bup8YXTIQ-PnTo,9550
20
20
  unique_sdk/api_resources/_embedding.py,sha256=C6qak7cCUBMBINfPhgH8taCJZ9n6w1MUElqDJJ8dG10,1281
21
21
  unique_sdk/api_resources/_event.py,sha256=bpWF9vstdoAWbUzr-iiGP713ceP0zPk77GJXiImf9zg,374
22
22
  unique_sdk/api_resources/_folder.py,sha256=dmPorUoOJSe-hcxlJq3RnkQeZg3gPqGF37ZsLgnloT0,8335
@@ -30,7 +30,7 @@ unique_sdk/utils/chat_history.py,sha256=5UqL9hF1O9pV7skbNOlEibF5rHdYsmG3m5-YEPUo
30
30
  unique_sdk/utils/file_io.py,sha256=YY8B7VJcTLOPmCXByiOfNerXGlAtjCC5EVNmAbQJ3dQ,4306
31
31
  unique_sdk/utils/sources.py,sha256=wfboE-neMKa0Wuq9QzfAEFMkNLrIrmm0v-QF33sLo6k,4952
32
32
  unique_sdk/utils/token.py,sha256=AzKuAA1AwBtnvSFxGcsHLpxXr_wWE5Mj4jYBbOz2ljA,1740
33
- unique_sdk-0.9.36.dist-info/LICENSE,sha256=EJCWoHgrXVBUb47PnjeV4MFIEOR71MAdCOIgv61J-4k,1065
34
- unique_sdk-0.9.36.dist-info/METADATA,sha256=u9n2SfCsTAaH6HyQWQivxQGdcpdKWz4cdwU9HJCDMYk,39336
35
- unique_sdk-0.9.36.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
36
- unique_sdk-0.9.36.dist-info/RECORD,,
33
+ unique_sdk-0.9.37.dist-info/LICENSE,sha256=EJCWoHgrXVBUb47PnjeV4MFIEOR71MAdCOIgv61J-4k,1065
34
+ unique_sdk-0.9.37.dist-info/METADATA,sha256=tz98-696Y9ujWVzddPXko63umIjnmkJ7yTOKBcraTtg,39512
35
+ unique_sdk-0.9.37.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
36
+ unique_sdk-0.9.37.dist-info/RECORD,,