@togglhq/cli 1.5.49 → 1.5.51

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { n as CommanderError, t as createProgram } from "./program-ae-8SzP7.js";
2
+ import { n as CommanderError, t as createProgram } from "./program-Bl5Y5amM.js";
3
3
  //#region src/cli.ts
4
4
  try {
5
5
  await createProgram({ enableUpdateNotification: true }).parseAsync(process.argv);
package/build/index.js CHANGED
@@ -1,2 +1,2 @@
1
- import { t as createProgram } from "./program-ae-8SzP7.js";
1
+ import { t as createProgram } from "./program-Bl5Y5amM.js";
2
2
  export { createProgram };
@@ -15860,6 +15860,7 @@ const generatedFocusOperations = [
15860
15860
  target_seconds: /* @__PURE__ */ number$2(),
15861
15861
  task_ids: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
15862
15862
  weekdays: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
15863
+ active: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
15863
15864
  client_ids: /* @__PURE__ */ optional$1(/* @__PURE__ */ array$1(/* @__PURE__ */ number$2())),
15864
15865
  description: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1())
15865
15866
  }) }),
@@ -15989,6 +15990,7 @@ const generatedFocusOperations = [
15989
15990
  target_seconds: /* @__PURE__ */ number$2(),
15990
15991
  task_ids: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
15991
15992
  weekdays: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
15993
+ active: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
15992
15994
  client_ids: /* @__PURE__ */ optional$1(/* @__PURE__ */ array$1(/* @__PURE__ */ number$2())),
15993
15995
  description: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1())
15994
15996
  }) }),
@@ -23923,6 +23925,7 @@ const generatedFocusOperations = [
23923
23925
  time_tracking_mode_fullscreen: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
23924
23926
  tooltip_onboarding_dismissed: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
23925
23927
  tos_ack_decoupled_licenses: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
23928
+ trial_ended_modal_seen: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
23926
23929
  welcome_modal_dismissed: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
23927
23930
  whats_new_may_2026_dismissed: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
23928
23931
  whats_new_tasks_tour_dismissed: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1())
@@ -25852,4 +25855,4 @@ Common commands:
25852
25855
  //#endregion
25853
25856
  export { CommanderError as n, createProgram as t };
25854
25857
 
25855
- //# sourceMappingURL=program-ae-8SzP7.js.map
25858
+ //# sourceMappingURL=program-Bl5Y5amM.js.map
package/build/program.js CHANGED
@@ -1,2 +1,2 @@
1
- import { t as createProgram } from "./program-ae-8SzP7.js";
1
+ import { t as createProgram } from "./program-Bl5Y5amM.js";
2
2
  export { createProgram };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@togglhq/cli",
3
- "version": "1.5.49",
3
+ "version": "1.5.51",
4
4
  "description": "Toggl CLI for Toggl 2.0 API operations.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",