@demind-inc/core 1.7.0 → 1.7.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.
@@ -107,7 +107,7 @@ export interface TaskItem {
107
107
  sortIndex?: number;
108
108
  subTasks?: TaskItem[];
109
109
  priority?: TaskPriority;
110
- calendarWebhookStatus?: WebhookStatus;
110
+ linkedCalendarWebhookStatus?: WebhookStatus;
111
111
  taskWebhookStatus?: WebhookStatus;
112
112
  additionalParams?: {
113
113
  github?: TaskItemAdditionalParamsGithub;
@@ -118,7 +118,7 @@ export interface TaskItem {
118
118
  sortIndex?: number;
119
119
  subTasks?: TaskItem[];
120
120
  priority?: TaskPriority;
121
- calendarWebhookStatus?: WebhookStatus;
121
+ linkedCalendarWebhookStatus?: WebhookStatus;
122
122
  taskWebhookStatus?: WebhookStatus;
123
123
  additionalParams?: {
124
124
  github?: TaskItemAdditionalParamsGithub;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@demind-inc/core",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {