@togglhq/cli 1.5.34 → 1.5.35
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 +1 -1
- package/build/index.js +1 -1
- package/build/{program-CvXt_j6s.js → program-DWSbNAZL.js} +12 -12
- package/build/program.js +1 -1
- package/package.json +1 -1
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-DWSbNAZL.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-DWSbNAZL.js";
|
|
2
2
|
export { createProgram };
|
|
@@ -8861,9 +8861,19 @@ const TaskWithParentAndAggregationsSchema = /* @__PURE__ */ object({
|
|
|
8861
8861
|
private: /* @__PURE__ */ boolean(),
|
|
8862
8862
|
source: /* @__PURE__ */ string(),
|
|
8863
8863
|
status_id: /* @__PURE__ */ number(),
|
|
8864
|
+
sub_task_done_count: /* @__PURE__ */ number(),
|
|
8865
|
+
sub_task_total_count: /* @__PURE__ */ number(),
|
|
8864
8866
|
tag_ids: /* @__PURE__ */ array(/* @__PURE__ */ number()),
|
|
8865
8867
|
tags: /* @__PURE__ */ array(TagLiteSchema),
|
|
8868
|
+
time_block_completed_count: /* @__PURE__ */ number(),
|
|
8869
|
+
time_block_scheduled_completed_count: /* @__PURE__ */ number(),
|
|
8870
|
+
time_block_scheduled_total_count: /* @__PURE__ */ number(),
|
|
8871
|
+
time_block_total_count: /* @__PURE__ */ number(),
|
|
8872
|
+
time_entry_total_count: /* @__PURE__ */ number(),
|
|
8866
8873
|
toggl_user_id: /* @__PURE__ */ number(),
|
|
8874
|
+
total_blocked_time: /* @__PURE__ */ number(),
|
|
8875
|
+
total_scheduled_blocked_time: /* @__PURE__ */ number(),
|
|
8876
|
+
total_tracked_time: /* @__PURE__ */ number(),
|
|
8867
8877
|
workspace_id: /* @__PURE__ */ number(),
|
|
8868
8878
|
archived_at: /* @__PURE__ */ optional(/* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ isoDateTime())),
|
|
8869
8879
|
assignee_user_ids: /* @__PURE__ */ optional(/* @__PURE__ */ array(/* @__PURE__ */ number())),
|
|
@@ -8893,16 +8903,6 @@ const TaskWithParentAndAggregationsSchema = /* @__PURE__ */ object({
|
|
|
8893
8903
|
start_date: /* @__PURE__ */ optional(/* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ isoDate())),
|
|
8894
8904
|
status: /* @__PURE__ */ optional(StatusLiteSchema),
|
|
8895
8905
|
status_updated_at: /* @__PURE__ */ optional(/* @__PURE__ */ string()),
|
|
8896
|
-
sub_task_done_count: /* @__PURE__ */ optional(/* @__PURE__ */ number()),
|
|
8897
|
-
sub_task_total_count: /* @__PURE__ */ optional(/* @__PURE__ */ number()),
|
|
8898
|
-
time_block_completed_count: /* @__PURE__ */ optional(/* @__PURE__ */ number()),
|
|
8899
|
-
time_block_scheduled_completed_count: /* @__PURE__ */ optional(/* @__PURE__ */ number()),
|
|
8900
|
-
time_block_scheduled_total_count: /* @__PURE__ */ optional(/* @__PURE__ */ number()),
|
|
8901
|
-
time_block_total_count: /* @__PURE__ */ optional(/* @__PURE__ */ pipe(/* @__PURE__ */ number(), /* @__PURE__ */ description("TODO: Set as `required` after FE adjusts things on their end"))),
|
|
8902
|
-
time_entry_total_count: /* @__PURE__ */ optional(/* @__PURE__ */ number()),
|
|
8903
|
-
total_blocked_time: /* @__PURE__ */ optional(/* @__PURE__ */ number()),
|
|
8904
|
-
total_scheduled_blocked_time: /* @__PURE__ */ optional(/* @__PURE__ */ number()),
|
|
8905
|
-
total_tracked_time: /* @__PURE__ */ optional(/* @__PURE__ */ number()),
|
|
8906
8906
|
updated_at: /* @__PURE__ */ optional(/* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ isoDateTime()))
|
|
8907
8907
|
});
|
|
8908
8908
|
const PaginatedTasksWithMetaAndTotalSchema = /* @__PURE__ */ object({
|
|
@@ -9186,6 +9186,7 @@ const PaginatedStatussSchema = /* @__PURE__ */ object({
|
|
|
9186
9186
|
const PaginatedTimeBlockAggregateWithTasksSchema = /* @__PURE__ */ object({
|
|
9187
9187
|
data: /* @__PURE__ */ array(/* @__PURE__ */ object({
|
|
9188
9188
|
created_at: /* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ isoDateTime()),
|
|
9189
|
+
has_time_entry: /* @__PURE__ */ boolean(),
|
|
9189
9190
|
id: /* @__PURE__ */ number(),
|
|
9190
9191
|
start: /* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ isoDateTime()),
|
|
9191
9192
|
task_id: /* @__PURE__ */ number(),
|
|
@@ -9197,7 +9198,6 @@ const PaginatedTimeBlockAggregateWithTasksSchema = /* @__PURE__ */ object({
|
|
|
9197
9198
|
deleted_at: /* @__PURE__ */ optional(/* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ isoDateTime())),
|
|
9198
9199
|
description: /* @__PURE__ */ optional(/* @__PURE__ */ string()),
|
|
9199
9200
|
duration: /* @__PURE__ */ optional(/* @__PURE__ */ number()),
|
|
9200
|
-
has_time_entry: /* @__PURE__ */ optional(/* @__PURE__ */ boolean()),
|
|
9201
9201
|
task: /* @__PURE__ */ optional(TaskSchema),
|
|
9202
9202
|
timezone: /* @__PURE__ */ optional(/* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ description("Timezone is the effective IANA timezone hydrated on reads: the workspace timezone snapshotted at creation when set, else the creator's snapshot; NULL when unresolved."))),
|
|
9203
9203
|
updated_at: /* @__PURE__ */ optional(/* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ isoDateTime()))
|
|
@@ -25758,4 +25758,4 @@ Common commands:
|
|
|
25758
25758
|
//#endregion
|
|
25759
25759
|
export { CommanderError as n, createProgram as t };
|
|
25760
25760
|
|
|
25761
|
-
//# sourceMappingURL=program-
|
|
25761
|
+
//# sourceMappingURL=program-DWSbNAZL.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-DWSbNAZL.js";
|
|
2
2
|
export { createProgram };
|