better-notion 1.8.8__py3-none-any.whl → 1.9.0__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.
@@ -74,7 +74,22 @@ class PageCollection:
74
74
  )
75
75
  return data.get("results", [])
76
76
 
77
- def iterate(self, database_id: str, **kwargs: Any) -> AsyncPaginatedIterator[dict[str, Any]]:
77
+ async def update(self, page_id: str, **kwargs: Any) -> dict[str, Any]:
78
+ """Update a page.
79
+
80
+ Args:
81
+ page_id: The page ID.
82
+ **kwargs: Page properties to update.
83
+
84
+ Returns:
85
+ Raw page data dict from Notion API.
86
+
87
+ Raises:
88
+ NotFoundError: If the page does not exist.
89
+ BadRequestError: If the request is invalid.
90
+ """
91
+ return await self._api._request("PATCH", f"/pages/{page_id}", json=kwargs)
92
+
78
93
  """Iterate over all pages in a database with automatic pagination.
79
94
 
80
95
  Args:
@@ -604,7 +604,7 @@ class IdeaManager:
604
604
  "and": filters
605
605
  }
606
606
 
607
- response = await self._client._api.request(
607
+ response = await self._client._api._request(
608
608
  method="POST",
609
609
  path=f"databases/{database_id}/query",
610
610
  json=query,
@@ -733,7 +733,7 @@ class WorkIssueManager:
733
733
  "and": filters
734
734
  }
735
735
 
736
- response = await self._client._api.request(
736
+ response = await self._client._api._request(
737
737
  method="POST",
738
738
  path=f"databases/{database_id}/query",
739
739
  json=query,
@@ -815,7 +815,7 @@ class WorkIssueManager:
815
815
  "rich_text": [{"text": {"content": context}}]
816
816
  }
817
817
 
818
- response = await self._client._api.request(
818
+ response = await self._client._api._request(
819
819
  method="POST",
820
820
  path=f"databases/{database_id}",
821
821
  json={"properties": properties},
@@ -909,7 +909,7 @@ class IncidentManager:
909
909
  "and": filters
910
910
  }
911
911
 
912
- response = await self._client._api.request(
912
+ response = await self._client._api._request(
913
913
  method="POST",
914
914
  path=f"databases/{database_id}/query",
915
915
  json=query,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: better-notion
3
- Version: 1.8.8
3
+ Version: 1.9.0
4
4
  Summary: A high-level Python SDK for the Notion API with developer experience in mind.
5
5
  Project-URL: Homepage, https://github.com/nesalia-inc/better-notion
6
6
  Project-URL: Documentation, https://github.com/nesalia-inc/better-notion#readme
@@ -7,7 +7,7 @@ better_notion/_api/collections/__init__.py,sha256=snBRDpUOWxKR-w6FjNtfRddclO1LF2
7
7
  better_notion/_api/collections/blocks.py,sha256=Ka8HbVk9NCDh1zMJeKvP1XCjxJI_1yuGzYyzSxFgYGY,3703
8
8
  better_notion/_api/collections/comments.py,sha256=Qkl2pOxqiti1ALJpBi1TE1arQoSc8Y6cuOkqpsXrzpE,3222
9
9
  better_notion/_api/collections/databases.py,sha256=eUpNSwSWn8J5AkCq1uZEBPb7rNmrrzvNMqFTsfFCcDc,3084
10
- better_notion/_api/collections/pages.py,sha256=qX_QwNJsq8jPvWp91A44zfais69gIXNSRjeH7NL8ha0,3174
10
+ better_notion/_api/collections/pages.py,sha256=lG0A0GMdT_lUy8F-BGNGs9014MrJckPUcYYHkwty6X8,3565
11
11
  better_notion/_api/collections/users.py,sha256=h-J5fQbXQSj7ZgMfHRDoXLKUv1lP3On6uWO-3YO4dlc,1309
12
12
  better_notion/_api/entities/__init__.py,sha256=QYSgFMr5kC94M6nzpkr_KSjUZcCpdZBObBod7XOrhU4,521
13
13
  better_notion/_api/entities/block.py,sha256=iRY0aD45Hkg5QPhEh7r-QBsDVhMjmzbwVZPeDmHMb4k,2492
@@ -117,7 +117,7 @@ better_notion/plugins/official/agents_cli.py,sha256=PwkPBv2l0GHdRmkMM8dkb1i_Q60F
117
117
  better_notion/plugins/official/agents_schema.py,sha256=NQRAJFoBAXRuxB9_9Eaf-4tVth-1OZh7GjmN56Yp9lA,39867
118
118
  better_notion/plugins/official/productivity.py,sha256=_-whP4pYA4HufE1aUFbIdhrjU-O9njI7xUO_Id2M1J8,8726
119
119
  better_notion/plugins/official/agents_sdk/__init__.py,sha256=luQBzZLsJ7fC5U0jFu8dfzMviiXj2SBZXcTohM53wkQ,725
120
- better_notion/plugins/official/agents_sdk/managers.py,sha256=0zMZPu63zhdyqiudO2gKsmM3YOJh0nFAR9FrMlwkV2A,31186
120
+ better_notion/plugins/official/agents_sdk/managers.py,sha256=DyoGSnXjLLJVmAkMCyaHK33cvzksRuxrj3-3hNz4s2M,31190
121
121
  better_notion/plugins/official/agents_sdk/models.py,sha256=Qsh02QpwNtezxEBdFF--W_TCfeouhXDInjfewApu1yI,83151
122
122
  better_notion/plugins/official/agents_sdk/plugin.py,sha256=bs9O8Unv6SARGj4lBU5Gj9HGbLTUNqTacJ3RLUhdbI4,4479
123
123
  better_notion/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -133,8 +133,8 @@ better_notion/utils/agents/rbac.py,sha256=8ZA8Y7wbOiVZDbpjpH7iC35SZrZ0jl4fcJ3xWC
133
133
  better_notion/utils/agents/schemas.py,sha256=eHfGhY90FAPXA3E8qE6gP75dgNzn-9z5Ju1FMwBKnQQ,22120
134
134
  better_notion/utils/agents/state_machine.py,sha256=xUBEeDTbU1Xq-rsRo2sbr6AUYpYrV9DTHOtZT2cWES8,6699
135
135
  better_notion/utils/agents/workspace.py,sha256=Uy8bqLsT_VFGYAPoiQJNuCvGdjMceaSiVGbR9saMpoU,16558
136
- better_notion-1.8.8.dist-info/METADATA,sha256=KqlzYo3tY2xwGsLIAaGxviOlNZlF4nBdFBe9uOyx8q4,11096
137
- better_notion-1.8.8.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
138
- better_notion-1.8.8.dist-info/entry_points.txt,sha256=D0bUcP7Z00Zyjxw7r2p29T95UrwioDO0aGDoHe9I6fo,55
139
- better_notion-1.8.8.dist-info/licenses/LICENSE,sha256=BAdN3JpgMY_y_fWqZSCFSvSbC2mTHP-BKDAzF5FXQAI,1069
140
- better_notion-1.8.8.dist-info/RECORD,,
136
+ better_notion-1.9.0.dist-info/METADATA,sha256=ADz-iuBFYLFTn8OVNoKiXFt-47jkQ5NxA52lDcLbg_o,11096
137
+ better_notion-1.9.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
138
+ better_notion-1.9.0.dist-info/entry_points.txt,sha256=D0bUcP7Z00Zyjxw7r2p29T95UrwioDO0aGDoHe9I6fo,55
139
+ better_notion-1.9.0.dist-info/licenses/LICENSE,sha256=BAdN3JpgMY_y_fWqZSCFSvSbC2mTHP-BKDAzF5FXQAI,1069
140
+ better_notion-1.9.0.dist-info/RECORD,,