@doist/todoist-api-typescript 6.1.8 → 6.1.10

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.
@@ -223,7 +223,7 @@ export type GetProjectCollaboratorsResponse = {
223
223
  * @see https://todoist.com/api/v1/docs#tag/Sections/operation/get_sections_api_v1_sections_get
224
224
  */
225
225
  export type GetSectionsArgs = {
226
- projectId: string | null;
226
+ projectId?: string | null;
227
227
  cursor?: string | null;
228
228
  limit?: number;
229
229
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doist/todoist-api-typescript",
3
- "version": "6.1.8",
3
+ "version": "6.1.10",
4
4
  "description": "A typescript wrapper for the Todoist REST API.",
5
5
  "author": "Doist developers",
6
6
  "repository": "https://github.com/Doist/todoist-api-typescript",
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "sideEffects": false,
21
21
  "engines": {
22
- "node": ">=22.0.0"
22
+ "node": ">=20.0.0"
23
23
  },
24
24
  "scripts": {
25
25
  "clean": "rimraf dist",