@togglhq/mcp 1.5.30 → 1.5.31
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-DSUxKCOR.js → src-rv4SDBdD.js} +10 -2
- package/package.json +1 -1
package/build/cli.js
CHANGED
package/build/index.js
CHANGED
|
@@ -28918,6 +28918,7 @@ const TagLiteSchema = /* @__PURE__ */ object({
|
|
|
28918
28918
|
});
|
|
28919
28919
|
const TaskSchema = /* @__PURE__ */ object({
|
|
28920
28920
|
created_at: /* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ isoDateTime()),
|
|
28921
|
+
estimate_type: /* @__PURE__ */ picklist(["daily", "total"]),
|
|
28921
28922
|
id: /* @__PURE__ */ number(),
|
|
28922
28923
|
is_template: /* @__PURE__ */ boolean(),
|
|
28923
28924
|
name: /* @__PURE__ */ string(),
|
|
@@ -28967,6 +28968,7 @@ const TaskSchema = /* @__PURE__ */ object({
|
|
|
28967
28968
|
});
|
|
28968
28969
|
const TaskWithParentAndAggregationsSchema = /* @__PURE__ */ object({
|
|
28969
28970
|
created_at: /* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ isoDateTime()),
|
|
28971
|
+
estimate_type: /* @__PURE__ */ picklist(["daily", "total"]),
|
|
28970
28972
|
id: /* @__PURE__ */ number(),
|
|
28971
28973
|
is_template: /* @__PURE__ */ boolean(),
|
|
28972
28974
|
name: /* @__PURE__ */ string(),
|
|
@@ -29510,6 +29512,7 @@ const TaskCreatePayloadSchema = /* @__PURE__ */ object({
|
|
|
29510
29512
|
custom_fields: /* @__PURE__ */ optional(/* @__PURE__ */ record(/* @__PURE__ */ string(), /* @__PURE__ */ unknown())),
|
|
29511
29513
|
description: /* @__PURE__ */ optional(/* @__PURE__ */ string()),
|
|
29512
29514
|
end_date: /* @__PURE__ */ optional(/* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ isoDate())),
|
|
29515
|
+
estimate_type: /* @__PURE__ */ optional(/* @__PURE__ */ picklist(["daily", "total"])),
|
|
29513
29516
|
estimated_mins: /* @__PURE__ */ optional(/* @__PURE__ */ number()),
|
|
29514
29517
|
ghost_assignee_ids: /* @__PURE__ */ optional(/* @__PURE__ */ nullable(/* @__PURE__ */ array(/* @__PURE__ */ number()))),
|
|
29515
29518
|
integration_ext_id: /* @__PURE__ */ optional(/* @__PURE__ */ number()),
|
|
@@ -29548,6 +29551,7 @@ const TaskPartialUpdatePayloadSchema = /* @__PURE__ */ object({
|
|
|
29548
29551
|
custom_fields: /* @__PURE__ */ optional(/* @__PURE__ */ nullable(/* @__PURE__ */ object({}))),
|
|
29549
29552
|
description: /* @__PURE__ */ optional(/* @__PURE__ */ nullable(/* @__PURE__ */ string())),
|
|
29550
29553
|
end_date: /* @__PURE__ */ optional(/* @__PURE__ */ nullable(/* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ isoDate()))),
|
|
29554
|
+
estimate_type: /* @__PURE__ */ optional(/* @__PURE__ */ picklist(["daily", "total"])),
|
|
29551
29555
|
estimated_mins: /* @__PURE__ */ optional(/* @__PURE__ */ nullable(/* @__PURE__ */ number())),
|
|
29552
29556
|
ghost_assignee_ids: /* @__PURE__ */ optional(/* @__PURE__ */ nullable(/* @__PURE__ */ array(/* @__PURE__ */ number()))),
|
|
29553
29557
|
name: /* @__PURE__ */ optional(/* @__PURE__ */ string()),
|
|
@@ -29581,6 +29585,7 @@ const TaskPartialUpdatePayloadWithIDSchema = /* @__PURE__ */ object({
|
|
|
29581
29585
|
custom_fields: /* @__PURE__ */ optional(/* @__PURE__ */ nullable(/* @__PURE__ */ object({}))),
|
|
29582
29586
|
description: /* @__PURE__ */ optional(/* @__PURE__ */ nullable(/* @__PURE__ */ string())),
|
|
29583
29587
|
end_date: /* @__PURE__ */ optional(/* @__PURE__ */ nullable(/* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ isoDate()))),
|
|
29588
|
+
estimate_type: /* @__PURE__ */ optional(/* @__PURE__ */ picklist(["daily", "total"])),
|
|
29584
29589
|
estimated_mins: /* @__PURE__ */ optional(/* @__PURE__ */ nullable(/* @__PURE__ */ number())),
|
|
29585
29590
|
ghost_assignee_ids: /* @__PURE__ */ optional(/* @__PURE__ */ nullable(/* @__PURE__ */ array(/* @__PURE__ */ number()))),
|
|
29586
29591
|
name: /* @__PURE__ */ optional(/* @__PURE__ */ string()),
|
|
@@ -35535,6 +35540,7 @@ const generatedFocusOperations = [
|
|
|
35535
35540
|
custom_fields: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
|
|
35536
35541
|
description: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1()),
|
|
35537
35542
|
end_date: /* @__PURE__ */ optional$1(/* @__PURE__ */ pipe$2(/* @__PURE__ */ string$1(), /* @__PURE__ */ isoDate$1())),
|
|
35543
|
+
estimate_type: /* @__PURE__ */ optional$1(/* @__PURE__ */ picklist$1(["daily", "total"])),
|
|
35538
35544
|
estimated_mins: /* @__PURE__ */ optional$1(/* @__PURE__ */ number$2()),
|
|
35539
35545
|
integration_ext_id: /* @__PURE__ */ optional$1(/* @__PURE__ */ number$2()),
|
|
35540
35546
|
integration_source: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1()),
|
|
@@ -35562,6 +35568,7 @@ const generatedFocusOperations = [
|
|
|
35562
35568
|
custom_fields: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
|
|
35563
35569
|
description: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1()),
|
|
35564
35570
|
end_date: /* @__PURE__ */ optional$1(/* @__PURE__ */ pipe$2(/* @__PURE__ */ string$1(), /* @__PURE__ */ isoDate$1())),
|
|
35571
|
+
estimate_type: /* @__PURE__ */ optional$1(/* @__PURE__ */ picklist$1(["daily", "total"])),
|
|
35565
35572
|
estimated_mins: /* @__PURE__ */ optional$1(/* @__PURE__ */ number$2()),
|
|
35566
35573
|
integration_ext_id: /* @__PURE__ */ optional$1(/* @__PURE__ */ number$2()),
|
|
35567
35574
|
integration_source: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1()),
|
|
@@ -41431,6 +41438,7 @@ const generatedFocusOperations = [
|
|
|
41431
41438
|
custom_fields: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
|
|
41432
41439
|
description: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1()),
|
|
41433
41440
|
end_date: /* @__PURE__ */ optional$1(/* @__PURE__ */ pipe$2(/* @__PURE__ */ string$1(), /* @__PURE__ */ isoDate$1())),
|
|
41441
|
+
estimate_type: /* @__PURE__ */ optional$1(/* @__PURE__ */ picklist$1(["daily", "total"])),
|
|
41434
41442
|
estimated_mins: /* @__PURE__ */ optional$1(/* @__PURE__ */ number$2()),
|
|
41435
41443
|
notes: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1()),
|
|
41436
41444
|
outbound_sync: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
|
|
@@ -45624,7 +45632,7 @@ import_main.default.config({
|
|
|
45624
45632
|
quiet: true,
|
|
45625
45633
|
ignore: ["MISSING_ENV_FILE"]
|
|
45626
45634
|
});
|
|
45627
|
-
const packageVersion = "1.5.
|
|
45635
|
+
const packageVersion = "1.5.31";
|
|
45628
45636
|
function resolvePublicUrls() {
|
|
45629
45637
|
return {
|
|
45630
45638
|
focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
|
|
@@ -45689,4 +45697,4 @@ function bootstrapServer(options = {}) {
|
|
|
45689
45697
|
//#endregion
|
|
45690
45698
|
export { runMcpCli as n, bootstrapServer as t };
|
|
45691
45699
|
|
|
45692
|
-
//# sourceMappingURL=src-
|
|
45700
|
+
//# sourceMappingURL=src-rv4SDBdD.js.map
|