scheme-sdk 0.3.4__tar.gz → 0.3.5__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: scheme_sdk
3
- Version: 0.3.4
3
+ Version: 0.3.5
4
4
  Summary: The Scheme SDK provides connectors for ingesting conversations, messages, and files across communication platforms.
5
5
  License: Apache License
6
6
  Version 2.0, January 2004
@@ -4,7 +4,7 @@ build-backend = "uv_build"
4
4
 
5
5
  [project]
6
6
  name = "scheme_sdk"
7
- version = "0.3.4"
7
+ version = "0.3.5"
8
8
  description = "The Scheme SDK provides connectors for ingesting conversations, messages, and files across communication platforms."
9
9
  readme = "README.md"
10
10
  license = { file = "LICENSE" }
@@ -26,7 +26,7 @@ class OutlookConnector(MessageConnector):
26
26
  url = f"{self.base}/me/messages"
27
27
  page_size = min(max(top, 50), 200)
28
28
  params = {
29
- "$select": "id,conversationId,subject,from,receivedDateTime,hasAttachments",
29
+ "$select": "id,conversationId,subject,from,receivedDateTime,hasAttachments,webLink",
30
30
  "$orderby": "receivedDateTime desc",
31
31
  "$top": str(page_size),
32
32
  }
File without changes
File without changes