@togglhq/cli 1.5.47 → 1.5.49

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-PKaGDPy0.js";
2
+ import { n as CommanderError, t as createProgram } from "./program-ae-8SzP7.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-PKaGDPy0.js";
1
+ import { t as createProgram } from "./program-ae-8SzP7.js";
2
2
  export { createProgram };
@@ -9060,7 +9060,7 @@ const TimeEntrySchema = /* @__PURE__ */ object({
9060
9060
  created_at: /* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ isoDateTime()),
9061
9061
  id: /* @__PURE__ */ number(),
9062
9062
  toggl_user_id: /* @__PURE__ */ number(),
9063
- type: TimeEntryTypeSchema,
9063
+ type: /* @__PURE__ */ pipe(TimeEntryTypeSchema, /* @__PURE__ */ description("The type of time entry: either an activity or a break.")),
9064
9064
  workspace_id: /* @__PURE__ */ number(),
9065
9065
  archived_at: /* @__PURE__ */ optional(/* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ isoDateTime())),
9066
9066
  billable: /* @__PURE__ */ optional(/* @__PURE__ */ boolean()),
@@ -9210,7 +9210,7 @@ const PaginatedTimeEntryWithTasksSchema = /* @__PURE__ */ object({
9210
9210
  created_at: /* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ isoDateTime()),
9211
9211
  id: /* @__PURE__ */ number(),
9212
9212
  toggl_user_id: /* @__PURE__ */ number(),
9213
- type: TimeEntryTypeSchema,
9213
+ type: /* @__PURE__ */ pipe(TimeEntryTypeSchema, /* @__PURE__ */ description("The type of time entry: either an activity or a break.")),
9214
9214
  workspace_id: /* @__PURE__ */ number(),
9215
9215
  archived_at: /* @__PURE__ */ optional(/* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ isoDateTime())),
9216
9216
  billable: /* @__PURE__ */ optional(/* @__PURE__ */ boolean()),
@@ -9511,7 +9511,7 @@ const TimeBlockPartialUpdatePayloadWithIDSchema = /* @__PURE__ */ object({
9511
9511
  task_id: /* @__PURE__ */ optional(/* @__PURE__ */ number())
9512
9512
  });
9513
9513
  const TimeEntryBulkCreatePayloadSchema = /* @__PURE__ */ object({
9514
- type: TimeEntryTypeSchema,
9514
+ type: /* @__PURE__ */ pipe(TimeEntryTypeSchema, /* @__PURE__ */ description("The type of time entry. This could either be an activity, or a break.")),
9515
9515
  billable: /* @__PURE__ */ optional(/* @__PURE__ */ boolean()),
9516
9516
  calendar_event_id: /* @__PURE__ */ optional(/* @__PURE__ */ number()),
9517
9517
  description: /* @__PURE__ */ optional(/* @__PURE__ */ string()),
@@ -25852,4 +25852,4 @@ Common commands:
25852
25852
  //#endregion
25853
25853
  export { CommanderError as n, createProgram as t };
25854
25854
 
25855
- //# sourceMappingURL=program-PKaGDPy0.js.map
25855
+ //# sourceMappingURL=program-ae-8SzP7.js.map
package/build/program.js CHANGED
@@ -1,2 +1,2 @@
1
- import { t as createProgram } from "./program-PKaGDPy0.js";
1
+ import { t as createProgram } from "./program-ae-8SzP7.js";
2
2
  export { createProgram };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@togglhq/cli",
3
- "version": "1.5.47",
3
+ "version": "1.5.49",
4
4
  "description": "Toggl CLI for Toggl 2.0 API operations.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",