@doist/todoist-ai 8.0.0 → 8.0.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.
- package/dist/index.d.ts +15 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/main-http.js +1 -1
- package/dist/main.js +1 -1
- package/dist/{mcp-server-BhctkyAa.js → mcp-server-BrftnFt9.js} +783 -739
- package/dist/tools/add-tasks.d.ts +17 -1
- package/dist/tools/add-tasks.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { TodoistApi } from '@doist/todoist-api-typescript';
|
|
2
2
|
import { z } from 'zod';
|
|
3
|
+
declare const MAX_TASKS_PER_OPERATION = 25;
|
|
3
4
|
declare const addTasks: {
|
|
4
5
|
name: "add-tasks";
|
|
5
6
|
description: string;
|
|
@@ -51,6 +52,14 @@ declare const addTasks: {
|
|
|
51
52
|
completedAt: z.ZodOptional<z.ZodString>;
|
|
52
53
|
}, z.core.$strip>>;
|
|
53
54
|
totalCount: z.ZodNumber;
|
|
55
|
+
failures: z.ZodArray<z.ZodObject<{
|
|
56
|
+
item: z.ZodString;
|
|
57
|
+
error: z.ZodString;
|
|
58
|
+
code: z.ZodOptional<z.ZodString>;
|
|
59
|
+
}, z.core.$strip>>;
|
|
60
|
+
totalRequested: z.ZodNumber;
|
|
61
|
+
successCount: z.ZodNumber;
|
|
62
|
+
failureCount: z.ZodNumber;
|
|
54
63
|
};
|
|
55
64
|
annotations: {
|
|
56
65
|
readOnlyHint: false;
|
|
@@ -95,8 +104,15 @@ declare const addTasks: {
|
|
|
95
104
|
completedAt: string | undefined;
|
|
96
105
|
}[];
|
|
97
106
|
totalCount: number;
|
|
107
|
+
failures: {
|
|
108
|
+
item: string;
|
|
109
|
+
error: string;
|
|
110
|
+
}[];
|
|
111
|
+
totalRequested: number;
|
|
112
|
+
successCount: number;
|
|
113
|
+
failureCount: number;
|
|
98
114
|
};
|
|
99
115
|
}>;
|
|
100
116
|
};
|
|
101
|
-
export { addTasks };
|
|
117
|
+
export { addTasks, MAX_TASKS_PER_OPERATION };
|
|
102
118
|
//# sourceMappingURL=add-tasks.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-tasks.d.ts","sourceRoot":"","sources":["../../src/tools/add-tasks.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAqB,UAAU,EAAE,MAAM,+BAA+B,CAAA;AAClF,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;
|
|
1
|
+
{"version":3,"file":"add-tasks.d.ts","sourceRoot":"","sources":["../../src/tools/add-tasks.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAqB,UAAU,EAAE,MAAM,+BAA+B,CAAA;AAClF,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAevB,QAAA,MAAM,uBAAuB,KAAK,CAAA;AAyElC,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBA6CwB,MAAM;uBAAS,MAAM;;;;;;;CA0CI,CAAA;AAwK/D,OAAO,EAAE,QAAQ,EAAE,uBAAuB,EAAE,CAAA"}
|