@autohq/cli 0.1.155 → 0.1.156
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/agent-bridge.js +2 -2
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/agent-bridge.js
CHANGED
|
@@ -19682,7 +19682,7 @@ var SessionIdSchema2 = OpaqueIdSchema2.brand();
|
|
|
19682
19682
|
var SessionCommandIdSchema2 = OpaqueIdSchema2.brand();
|
|
19683
19683
|
var RuntimeIdSchema2 = OpaqueIdSchema2.brand();
|
|
19684
19684
|
var RuntimeBridgeLeaseIdSchema2 = OpaqueIdSchema2.brand();
|
|
19685
|
-
var
|
|
19685
|
+
var EnvironmentSetupTemplateIdSchema = OpaqueIdSchema2.brand();
|
|
19686
19686
|
var UserIdSchema = OpaqueIdSchema2.brand();
|
|
19687
19687
|
|
|
19688
19688
|
// ../../packages/schemas/src/auth.ts
|
|
@@ -26320,7 +26320,7 @@ Object.assign(lookup, {
|
|
|
26320
26320
|
// package.json
|
|
26321
26321
|
var package_default = {
|
|
26322
26322
|
name: "@autohq/cli",
|
|
26323
|
-
version: "0.1.
|
|
26323
|
+
version: "0.1.156",
|
|
26324
26324
|
license: "SEE LICENSE IN README.md",
|
|
26325
26325
|
publishConfig: {
|
|
26326
26326
|
access: "public"
|
package/dist/index.js
CHANGED
|
@@ -16061,7 +16061,7 @@ var init_zod = __esm({
|
|
|
16061
16061
|
});
|
|
16062
16062
|
|
|
16063
16063
|
// ../../packages/schemas/src/ids.ts
|
|
16064
|
-
var OpaqueIdSchema, ProfileIdSchema, EnvironmentIdSchema, IdentityIdSchema, ConnectionIdSchema, ExternalAccountIdSchema, OrganizationIdSchema, ProjectIdSchema, ProviderGrantIdSchema, ServiceAccountIdSchema, AgentIdSchema, SessionIdSchema, SessionCommandIdSchema, RuntimeIdSchema, RuntimeBridgeLeaseIdSchema,
|
|
16064
|
+
var OpaqueIdSchema, ProfileIdSchema, EnvironmentIdSchema, IdentityIdSchema, ConnectionIdSchema, ExternalAccountIdSchema, OrganizationIdSchema, ProjectIdSchema, ProviderGrantIdSchema, ServiceAccountIdSchema, AgentIdSchema, SessionIdSchema, SessionCommandIdSchema, RuntimeIdSchema, RuntimeBridgeLeaseIdSchema, EnvironmentSetupTemplateIdSchema, UserIdSchema;
|
|
16065
16065
|
var init_ids = __esm({
|
|
16066
16066
|
"../../packages/schemas/src/ids.ts"() {
|
|
16067
16067
|
"use strict";
|
|
@@ -16081,7 +16081,7 @@ var init_ids = __esm({
|
|
|
16081
16081
|
SessionCommandIdSchema = OpaqueIdSchema.brand();
|
|
16082
16082
|
RuntimeIdSchema = OpaqueIdSchema.brand();
|
|
16083
16083
|
RuntimeBridgeLeaseIdSchema = OpaqueIdSchema.brand();
|
|
16084
|
-
|
|
16084
|
+
EnvironmentSetupTemplateIdSchema = OpaqueIdSchema.brand();
|
|
16085
16085
|
UserIdSchema = OpaqueIdSchema.brand();
|
|
16086
16086
|
}
|
|
16087
16087
|
});
|
|
@@ -21330,7 +21330,7 @@ var init_package = __esm({
|
|
|
21330
21330
|
"package.json"() {
|
|
21331
21331
|
package_default = {
|
|
21332
21332
|
name: "@autohq/cli",
|
|
21333
|
-
version: "0.1.
|
|
21333
|
+
version: "0.1.156",
|
|
21334
21334
|
license: "SEE LICENSE IN README.md",
|
|
21335
21335
|
publishConfig: {
|
|
21336
21336
|
access: "public"
|