@uipath/codedagent-tool 1.0.4 → 1.195.0

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/dist/init.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Public `@uipath/codedagent-tool/init` entry: programmatic core of
3
+ * `uip codedagent init` for SDK consumers (e.g. the VS Code extension's
4
+ * coded-agent uploader). Returns a tagged `CodedagentInitResult` instead of
5
+ * formatting + exiting. Mirrors `@uipath/solution-tool/{init,publish,deploy}`.
6
+ */
7
+ export type { CodedagentInitFailure, CodedagentInitFailureReason, CodedagentInitOptions, CodedagentInitResult, CodedagentInitSuccess, } from "./services/codedagent-init-service";
8
+ export { codedagentInitAsync } from "./services/codedagent-init-service";