@togglhq/cli 1.5.64 → 1.5.65
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-CcShQOCd.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-CcShQOCd.js";
|
|
2
2
|
export { createProgram };
|
|
@@ -23150,12 +23150,12 @@ const generatedFocusOperations = [
|
|
|
23150
23150
|
},
|
|
23151
23151
|
mcp: { entityTool: "timesheets" },
|
|
23152
23152
|
inputSchema: /* @__PURE__ */ looseObject({ payload: /* @__PURE__ */ looseObject({
|
|
23153
|
-
comment: /* @__PURE__ */ string$1(),
|
|
23154
23153
|
keys: /* @__PURE__ */ array$1(/* @__PURE__ */ looseObject({
|
|
23155
23154
|
setup_id: /* @__PURE__ */ number$2(),
|
|
23156
23155
|
start_date: /* @__PURE__ */ pipe$2(/* @__PURE__ */ string$1(), /* @__PURE__ */ isoDate$1()),
|
|
23157
23156
|
user_account_id: /* @__PURE__ */ number$2()
|
|
23158
|
-
}))
|
|
23157
|
+
})),
|
|
23158
|
+
comment: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1())
|
|
23159
23159
|
}) }),
|
|
23160
23160
|
execute: (input, { client }) => {
|
|
23161
23161
|
const data = input;
|
|
@@ -25978,4 +25978,4 @@ Common commands:
|
|
|
25978
25978
|
//#endregion
|
|
25979
25979
|
export { CommanderError as n, createProgram as t };
|
|
25980
25980
|
|
|
25981
|
-
//# sourceMappingURL=program-
|
|
25981
|
+
//# sourceMappingURL=program-CcShQOCd.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-CcShQOCd.js";
|
|
2
2
|
export { createProgram };
|