@doist/todoist-api-typescript 7.1.0 → 7.1.1

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.
@@ -217,6 +217,7 @@ export type AddProjectArgs = {
217
217
  color?: ColorKey;
218
218
  isFavorite?: boolean;
219
219
  viewStyle?: ProjectViewStyle;
220
+ workspaceId?: string;
220
221
  };
221
222
  /**
222
223
  * Arguments for updating a project.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doist/todoist-api-typescript",
3
- "version": "7.1.0",
3
+ "version": "7.1.1",
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",