@zixt/host 0.0.62 → 0.0.63
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/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -31,7 +31,7 @@ import { homedir } from "node:os";
|
|
|
31
31
|
// package.json
|
|
32
32
|
var package_default = {
|
|
33
33
|
name: "@zixt/host",
|
|
34
|
-
version: "0.0.
|
|
34
|
+
version: "0.0.63",
|
|
35
35
|
type: "module",
|
|
36
36
|
exports: {
|
|
37
37
|
".": "./src/client.ts",
|
|
@@ -14832,6 +14832,7 @@ var BrowserSessionProjection = external_exports.object({
|
|
|
14832
14832
|
/** Present only when active work must use a different Machine-local profile. */
|
|
14833
14833
|
profileContext: BrowserProfileContext.optional()
|
|
14834
14834
|
}).strict();
|
|
14835
|
+
var StartBrowserSessionRequest = external_exports.object({ url: external_exports.string().min(1).max(2e3).optional() }).strict();
|
|
14835
14836
|
var StartBrowserSessionResponse = external_exports.object({
|
|
14836
14837
|
session: BrowserSessionState,
|
|
14837
14838
|
profileContext: BrowserProfileContext.optional()
|