@togglhq/cli 1.5.31 → 1.5.32

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-CL3hA2de.js";
2
+ import { n as CommanderError, t as createProgram } from "./program-DY-DY0eI.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-CL3hA2de.js";
1
+ import { t as createProgram } from "./program-DY-DY0eI.js";
2
2
  export { createProgram };
@@ -14563,7 +14563,7 @@ async function upsertTaskConstraints(httpClient, workspace_id, data, signal) {
14563
14563
  }
14564
14564
  //#endregion
14565
14565
  //#region ../focus-queries/dist/task-groups/requests.ts
14566
- async function getTaskGroupsClassic(httpClient, organization_id, workspace_id, group, { source, priority, status_id, project_id, client_id, assignee_user_id, tag_id, team_id, group_id, creator_id, name, start_date, end_date, start_date_from, start_date_to, end_date_from, end_date_to, private: private_, exclude_empty, include_ghosts, include_assignees, min_days, tasks_per_group, include_group_totals, include_unassigned, include_drafts, cf_filter, page, per_page, order_by } = {}, signal) {
14566
+ async function getTaskGroupsClassic(httpClient, organization_id, workspace_id, group, { source, priority, status_id, project_id, client_id, assignee_user_id, tag_id, team_id, group_id, creator_id, name, start_date, end_date, start_date_from, start_date_to, end_date_from, end_date_to, private: private_, exclude_empty, include_ghosts, include_assignees, min_days, include_drafts, cf_filter, page, per_page, order_by } = {}, signal) {
14567
14567
  return await httpClient.get(`organizations/${organization_id}/workspaces/${workspace_id}/tasks/groups/${group}`, {
14568
14568
  signal,
14569
14569
  searchParams: buildSearchParams$3({
@@ -14589,9 +14589,6 @@ async function getTaskGroupsClassic(httpClient, organization_id, workspace_id, g
14589
14589
  include_ghosts,
14590
14590
  include_assignees,
14591
14591
  min_days,
14592
- tasks_per_group,
14593
- include_group_totals,
14594
- include_unassigned,
14595
14592
  include_drafts,
14596
14593
  cf_filter,
14597
14594
  page,
@@ -21057,8 +21054,6 @@ const generatedFocusOperations = [
21057
21054
  include_assignees: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
21058
21055
  include_drafts: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
21059
21056
  include_ghosts: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
21060
- include_group_totals: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
21061
- include_unassigned: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
21062
21057
  min_days: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
21063
21058
  name: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
21064
21059
  order_by: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
@@ -21073,7 +21068,6 @@ const generatedFocusOperations = [
21073
21068
  start_date_to: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
21074
21069
  status_id: /* @__PURE__ */ optional$1(/* @__PURE__ */ number$2()),
21075
21070
  tag_id: /* @__PURE__ */ optional$1(/* @__PURE__ */ number$2()),
21076
- tasks_per_group: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
21077
21071
  team_id: /* @__PURE__ */ optional$1(/* @__PURE__ */ number$2())
21078
21072
  }),
21079
21073
  execute: (input, { client }) => {
@@ -25759,4 +25753,4 @@ Common commands:
25759
25753
  //#endregion
25760
25754
  export { CommanderError as n, createProgram as t };
25761
25755
 
25762
- //# sourceMappingURL=program-CL3hA2de.js.map
25756
+ //# sourceMappingURL=program-DY-DY0eI.js.map
package/build/program.js CHANGED
@@ -1,2 +1,2 @@
1
- import { t as createProgram } from "./program-CL3hA2de.js";
1
+ import { t as createProgram } from "./program-DY-DY0eI.js";
2
2
  export { createProgram };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@togglhq/cli",
3
- "version": "1.5.31",
3
+ "version": "1.5.32",
4
4
  "description": "Toggl CLI for Toggl 2.0 API operations.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",