@togglhq/mcp 1.5.60 → 1.5.61
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/build/cli.js +1 -1
- package/build/index.js +1 -1
- package/build/{src-CHr4YAQW.js → src-CF9cVXZ1.js} +13 -13
- package/package.json +1 -1
package/build/cli.js
CHANGED
package/build/index.js
CHANGED
|
@@ -29010,9 +29010,19 @@ const TaskWithParentAndAggregationsSchema = /* @__PURE__ */ object({
|
|
|
29010
29010
|
private: /* @__PURE__ */ boolean(),
|
|
29011
29011
|
source: /* @__PURE__ */ string(),
|
|
29012
29012
|
status_id: /* @__PURE__ */ number(),
|
|
29013
|
+
sub_task_done_count: /* @__PURE__ */ number(),
|
|
29014
|
+
sub_task_total_count: /* @__PURE__ */ number(),
|
|
29013
29015
|
tag_ids: /* @__PURE__ */ array(/* @__PURE__ */ number()),
|
|
29014
29016
|
tags: /* @__PURE__ */ array(TagLiteSchema),
|
|
29017
|
+
time_block_completed_count: /* @__PURE__ */ number(),
|
|
29018
|
+
time_block_scheduled_completed_count: /* @__PURE__ */ number(),
|
|
29019
|
+
time_block_scheduled_total_count: /* @__PURE__ */ number(),
|
|
29020
|
+
time_block_total_count: /* @__PURE__ */ number(),
|
|
29021
|
+
time_entry_total_count: /* @__PURE__ */ number(),
|
|
29015
29022
|
toggl_user_id: /* @__PURE__ */ number(),
|
|
29023
|
+
total_blocked_time: /* @__PURE__ */ number(),
|
|
29024
|
+
total_scheduled_blocked_time: /* @__PURE__ */ number(),
|
|
29025
|
+
total_tracked_time: /* @__PURE__ */ number(),
|
|
29016
29026
|
workspace_id: /* @__PURE__ */ number(),
|
|
29017
29027
|
archived_at: /* @__PURE__ */ optional(/* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ isoDateTime())),
|
|
29018
29028
|
assignee_user_ids: /* @__PURE__ */ optional(/* @__PURE__ */ array(/* @__PURE__ */ number())),
|
|
@@ -29042,16 +29052,6 @@ const TaskWithParentAndAggregationsSchema = /* @__PURE__ */ object({
|
|
|
29042
29052
|
start_date: /* @__PURE__ */ optional(/* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ isoDate())),
|
|
29043
29053
|
status: /* @__PURE__ */ optional(StatusLiteSchema),
|
|
29044
29054
|
status_updated_at: /* @__PURE__ */ optional(/* @__PURE__ */ string()),
|
|
29045
|
-
sub_task_done_count: /* @__PURE__ */ optional(/* @__PURE__ */ number()),
|
|
29046
|
-
sub_task_total_count: /* @__PURE__ */ optional(/* @__PURE__ */ number()),
|
|
29047
|
-
time_block_completed_count: /* @__PURE__ */ optional(/* @__PURE__ */ number()),
|
|
29048
|
-
time_block_scheduled_completed_count: /* @__PURE__ */ optional(/* @__PURE__ */ number()),
|
|
29049
|
-
time_block_scheduled_total_count: /* @__PURE__ */ optional(/* @__PURE__ */ number()),
|
|
29050
|
-
time_block_total_count: /* @__PURE__ */ optional(/* @__PURE__ */ pipe(/* @__PURE__ */ number(), /* @__PURE__ */ description("TODO: Set as `required` after FE adjusts things on their end"))),
|
|
29051
|
-
time_entry_total_count: /* @__PURE__ */ optional(/* @__PURE__ */ number()),
|
|
29052
|
-
total_blocked_time: /* @__PURE__ */ optional(/* @__PURE__ */ number()),
|
|
29053
|
-
total_scheduled_blocked_time: /* @__PURE__ */ optional(/* @__PURE__ */ number()),
|
|
29054
|
-
total_tracked_time: /* @__PURE__ */ optional(/* @__PURE__ */ number()),
|
|
29055
29055
|
updated_at: /* @__PURE__ */ optional(/* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ isoDateTime()))
|
|
29056
29056
|
});
|
|
29057
29057
|
const PaginatedTasksWithMetaAndTotalSchema = /* @__PURE__ */ object({
|
|
@@ -29335,6 +29335,7 @@ const PaginatedStatussSchema = /* @__PURE__ */ object({
|
|
|
29335
29335
|
const PaginatedTimeBlockAggregateWithTasksSchema = /* @__PURE__ */ object({
|
|
29336
29336
|
data: /* @__PURE__ */ array(/* @__PURE__ */ object({
|
|
29337
29337
|
created_at: /* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ isoDateTime()),
|
|
29338
|
+
has_time_entry: /* @__PURE__ */ boolean(),
|
|
29338
29339
|
id: /* @__PURE__ */ number(),
|
|
29339
29340
|
start: /* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ isoDateTime()),
|
|
29340
29341
|
task_id: /* @__PURE__ */ number(),
|
|
@@ -29346,7 +29347,6 @@ const PaginatedTimeBlockAggregateWithTasksSchema = /* @__PURE__ */ object({
|
|
|
29346
29347
|
deleted_at: /* @__PURE__ */ optional(/* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ isoDateTime())),
|
|
29347
29348
|
description: /* @__PURE__ */ optional(/* @__PURE__ */ string()),
|
|
29348
29349
|
duration: /* @__PURE__ */ optional(/* @__PURE__ */ number()),
|
|
29349
|
-
has_time_entry: /* @__PURE__ */ optional(/* @__PURE__ */ boolean()),
|
|
29350
29350
|
task: /* @__PURE__ */ optional(TaskSchema),
|
|
29351
29351
|
timezone: /* @__PURE__ */ optional(/* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ description("Timezone is the effective IANA timezone hydrated on reads: the workspace timezone snapshotted at creation when set, else the creator's snapshot; NULL when unresolved."))),
|
|
29352
29352
|
updated_at: /* @__PURE__ */ optional(/* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ isoDateTime()))
|
|
@@ -45851,7 +45851,7 @@ import_main.default.config({
|
|
|
45851
45851
|
quiet: true,
|
|
45852
45852
|
ignore: ["MISSING_ENV_FILE"]
|
|
45853
45853
|
});
|
|
45854
|
-
const packageVersion = "1.5.
|
|
45854
|
+
const packageVersion = "1.5.61";
|
|
45855
45855
|
function resolvePublicUrls() {
|
|
45856
45856
|
return {
|
|
45857
45857
|
focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
|
|
@@ -45916,4 +45916,4 @@ function bootstrapServer(options = {}) {
|
|
|
45916
45916
|
//#endregion
|
|
45917
45917
|
export { runMcpCli as n, bootstrapServer as t };
|
|
45918
45918
|
|
|
45919
|
-
//# sourceMappingURL=src-
|
|
45919
|
+
//# sourceMappingURL=src-CF9cVXZ1.js.map
|