@togglhq/cli 1.5.39 → 1.5.41

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-CpliAsYt.js";
2
+ import { n as CommanderError, t as createProgram } from "./program-BwvgopV7.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-CpliAsYt.js";
1
+ import { t as createProgram } from "./program-BwvgopV7.js";
2
2
  export { createProgram };
@@ -15853,6 +15853,7 @@ const generatedFocusOperations = [
15853
15853
  target_seconds: /* @__PURE__ */ number$2(),
15854
15854
  task_ids: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
15855
15855
  weekdays: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
15856
+ client_ids: /* @__PURE__ */ optional$1(/* @__PURE__ */ array$1(/* @__PURE__ */ number$2())),
15856
15857
  description: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1())
15857
15858
  }) }),
15858
15859
  execute: (input, { client }) => {
@@ -15981,6 +15982,7 @@ const generatedFocusOperations = [
15981
15982
  target_seconds: /* @__PURE__ */ number$2(),
15982
15983
  task_ids: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
15983
15984
  weekdays: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
15985
+ client_ids: /* @__PURE__ */ optional$1(/* @__PURE__ */ array$1(/* @__PURE__ */ number$2())),
15984
15986
  description: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1())
15985
15987
  }) }),
15986
15988
  execute: (input, { client }) => {
@@ -25816,4 +25818,4 @@ Common commands:
25816
25818
  //#endregion
25817
25819
  export { CommanderError as n, createProgram as t };
25818
25820
 
25819
- //# sourceMappingURL=program-CpliAsYt.js.map
25821
+ //# sourceMappingURL=program-BwvgopV7.js.map
package/build/program.js CHANGED
@@ -1,2 +1,2 @@
1
- import { t as createProgram } from "./program-CpliAsYt.js";
1
+ import { t as createProgram } from "./program-BwvgopV7.js";
2
2
  export { createProgram };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@togglhq/cli",
3
- "version": "1.5.39",
3
+ "version": "1.5.41",
4
4
  "description": "Toggl CLI for Toggl 2.0 API operations.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",