@togglhq/cli 1.5.30 → 1.5.31
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-CL3hA2de.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-CL3hA2de.js";
|
|
2
2
|
export { createProgram };
|
|
@@ -8796,6 +8796,7 @@ const TagLiteSchema = /* @__PURE__ */ object({
|
|
|
8796
8796
|
});
|
|
8797
8797
|
const TaskSchema = /* @__PURE__ */ object({
|
|
8798
8798
|
created_at: /* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ isoDateTime()),
|
|
8799
|
+
estimate_type: /* @__PURE__ */ picklist(["daily", "total"]),
|
|
8799
8800
|
id: /* @__PURE__ */ number(),
|
|
8800
8801
|
is_template: /* @__PURE__ */ boolean(),
|
|
8801
8802
|
name: /* @__PURE__ */ string(),
|
|
@@ -8845,6 +8846,7 @@ const TaskSchema = /* @__PURE__ */ object({
|
|
|
8845
8846
|
});
|
|
8846
8847
|
const TaskWithParentAndAggregationsSchema = /* @__PURE__ */ object({
|
|
8847
8848
|
created_at: /* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ isoDateTime()),
|
|
8849
|
+
estimate_type: /* @__PURE__ */ picklist(["daily", "total"]),
|
|
8848
8850
|
id: /* @__PURE__ */ number(),
|
|
8849
8851
|
is_template: /* @__PURE__ */ boolean(),
|
|
8850
8852
|
name: /* @__PURE__ */ string(),
|
|
@@ -9388,6 +9390,7 @@ const TaskCreatePayloadSchema = /* @__PURE__ */ object({
|
|
|
9388
9390
|
custom_fields: /* @__PURE__ */ optional(/* @__PURE__ */ record(/* @__PURE__ */ string(), /* @__PURE__ */ unknown())),
|
|
9389
9391
|
description: /* @__PURE__ */ optional(/* @__PURE__ */ string()),
|
|
9390
9392
|
end_date: /* @__PURE__ */ optional(/* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ isoDate())),
|
|
9393
|
+
estimate_type: /* @__PURE__ */ optional(/* @__PURE__ */ picklist(["daily", "total"])),
|
|
9391
9394
|
estimated_mins: /* @__PURE__ */ optional(/* @__PURE__ */ number()),
|
|
9392
9395
|
ghost_assignee_ids: /* @__PURE__ */ optional(/* @__PURE__ */ nullable(/* @__PURE__ */ array(/* @__PURE__ */ number()))),
|
|
9393
9396
|
integration_ext_id: /* @__PURE__ */ optional(/* @__PURE__ */ number()),
|
|
@@ -9426,6 +9429,7 @@ const TaskPartialUpdatePayloadSchema = /* @__PURE__ */ object({
|
|
|
9426
9429
|
custom_fields: /* @__PURE__ */ optional(/* @__PURE__ */ nullable(/* @__PURE__ */ object({}))),
|
|
9427
9430
|
description: /* @__PURE__ */ optional(/* @__PURE__ */ nullable(/* @__PURE__ */ string())),
|
|
9428
9431
|
end_date: /* @__PURE__ */ optional(/* @__PURE__ */ nullable(/* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ isoDate()))),
|
|
9432
|
+
estimate_type: /* @__PURE__ */ optional(/* @__PURE__ */ picklist(["daily", "total"])),
|
|
9429
9433
|
estimated_mins: /* @__PURE__ */ optional(/* @__PURE__ */ nullable(/* @__PURE__ */ number())),
|
|
9430
9434
|
ghost_assignee_ids: /* @__PURE__ */ optional(/* @__PURE__ */ nullable(/* @__PURE__ */ array(/* @__PURE__ */ number()))),
|
|
9431
9435
|
name: /* @__PURE__ */ optional(/* @__PURE__ */ string()),
|
|
@@ -9459,6 +9463,7 @@ const TaskPartialUpdatePayloadWithIDSchema = /* @__PURE__ */ object({
|
|
|
9459
9463
|
custom_fields: /* @__PURE__ */ optional(/* @__PURE__ */ nullable(/* @__PURE__ */ object({}))),
|
|
9460
9464
|
description: /* @__PURE__ */ optional(/* @__PURE__ */ nullable(/* @__PURE__ */ string())),
|
|
9461
9465
|
end_date: /* @__PURE__ */ optional(/* @__PURE__ */ nullable(/* @__PURE__ */ pipe(/* @__PURE__ */ string(), /* @__PURE__ */ isoDate()))),
|
|
9466
|
+
estimate_type: /* @__PURE__ */ optional(/* @__PURE__ */ picklist(["daily", "total"])),
|
|
9462
9467
|
estimated_mins: /* @__PURE__ */ optional(/* @__PURE__ */ nullable(/* @__PURE__ */ number())),
|
|
9463
9468
|
ghost_assignee_ids: /* @__PURE__ */ optional(/* @__PURE__ */ nullable(/* @__PURE__ */ array(/* @__PURE__ */ number()))),
|
|
9464
9469
|
name: /* @__PURE__ */ optional(/* @__PURE__ */ string()),
|
|
@@ -15391,6 +15396,7 @@ const generatedFocusOperations = [
|
|
|
15391
15396
|
custom_fields: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
|
|
15392
15397
|
description: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1()),
|
|
15393
15398
|
end_date: /* @__PURE__ */ optional$1(/* @__PURE__ */ pipe$2(/* @__PURE__ */ string$1(), /* @__PURE__ */ isoDate$1())),
|
|
15399
|
+
estimate_type: /* @__PURE__ */ optional$1(/* @__PURE__ */ picklist$1(["daily", "total"])),
|
|
15394
15400
|
estimated_mins: /* @__PURE__ */ optional$1(/* @__PURE__ */ number$2()),
|
|
15395
15401
|
integration_ext_id: /* @__PURE__ */ optional$1(/* @__PURE__ */ number$2()),
|
|
15396
15402
|
integration_source: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1()),
|
|
@@ -15418,6 +15424,7 @@ const generatedFocusOperations = [
|
|
|
15418
15424
|
custom_fields: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
|
|
15419
15425
|
description: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1()),
|
|
15420
15426
|
end_date: /* @__PURE__ */ optional$1(/* @__PURE__ */ pipe$2(/* @__PURE__ */ string$1(), /* @__PURE__ */ isoDate$1())),
|
|
15427
|
+
estimate_type: /* @__PURE__ */ optional$1(/* @__PURE__ */ picklist$1(["daily", "total"])),
|
|
15421
15428
|
estimated_mins: /* @__PURE__ */ optional$1(/* @__PURE__ */ number$2()),
|
|
15422
15429
|
integration_ext_id: /* @__PURE__ */ optional$1(/* @__PURE__ */ number$2()),
|
|
15423
15430
|
integration_source: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1()),
|
|
@@ -21287,6 +21294,7 @@ const generatedFocusOperations = [
|
|
|
21287
21294
|
custom_fields: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
|
|
21288
21295
|
description: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1()),
|
|
21289
21296
|
end_date: /* @__PURE__ */ optional$1(/* @__PURE__ */ pipe$2(/* @__PURE__ */ string$1(), /* @__PURE__ */ isoDate$1())),
|
|
21297
|
+
estimate_type: /* @__PURE__ */ optional$1(/* @__PURE__ */ picklist$1(["daily", "total"])),
|
|
21290
21298
|
estimated_mins: /* @__PURE__ */ optional$1(/* @__PURE__ */ number$2()),
|
|
21291
21299
|
notes: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1()),
|
|
21292
21300
|
outbound_sync: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
|
|
@@ -25751,4 +25759,4 @@ Common commands:
|
|
|
25751
25759
|
//#endregion
|
|
25752
25760
|
export { CommanderError as n, createProgram as t };
|
|
25753
25761
|
|
|
25754
|
-
//# sourceMappingURL=program-
|
|
25762
|
+
//# sourceMappingURL=program-CL3hA2de.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-CL3hA2de.js";
|
|
2
2
|
export { createProgram };
|