@togglhq/cli 1.5.48 → 1.5.50
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-
|
|
2
|
+
import { n as CommanderError, t as createProgram } from "./program-jxZPInrp.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-
|
|
1
|
+
import { t as createProgram } from "./program-jxZPInrp.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()),
|
|
@@ -23923,6 +23923,7 @@ const generatedFocusOperations = [
|
|
|
23923
23923
|
time_tracking_mode_fullscreen: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
|
|
23924
23924
|
tooltip_onboarding_dismissed: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
|
|
23925
23925
|
tos_ack_decoupled_licenses: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
|
|
23926
|
+
trial_ended_modal_seen: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
|
|
23926
23927
|
welcome_modal_dismissed: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
|
|
23927
23928
|
whats_new_may_2026_dismissed: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
|
|
23928
23929
|
whats_new_tasks_tour_dismissed: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1())
|
|
@@ -25852,4 +25853,4 @@ Common commands:
|
|
|
25852
25853
|
//#endregion
|
|
25853
25854
|
export { CommanderError as n, createProgram as t };
|
|
25854
25855
|
|
|
25855
|
-
//# sourceMappingURL=program-
|
|
25856
|
+
//# sourceMappingURL=program-jxZPInrp.js.map
|
package/build/program.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as createProgram } from "./program-
|
|
1
|
+
import { t as createProgram } from "./program-jxZPInrp.js";
|
|
2
2
|
export { createProgram };
|