@habitat-ai/service 0.2.3 → 0.2.4
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/service/impl.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import type { Context } from "./base.js";
|
|
|
3
3
|
/** Unconfigured Habitat implementer used for aggregate router implementation. */
|
|
4
4
|
export declare const impl: import("@orpc/server").Implementer<{
|
|
5
5
|
readonly catalog: {
|
|
6
|
-
resolve: import("@orpc/contract").ProcedureContract<import("
|
|
6
|
+
resolve: import("@orpc/contract").ProcedureContract<import("@habitat-ai/typebox-adapter").TypeBoxStandardSchema<import("typebox").TObject<{}>>, import("@habitat-ai/typebox-adapter").TypeBoxStandardSchema<import("typebox").TUnion<[import("typebox").TObject<{
|
|
7
7
|
_tag: import("typebox").TLiteral<"Resolved">;
|
|
8
8
|
catalog: import("typebox").TObject<{
|
|
9
9
|
schemaVersion: import("typebox").TLiteral<3>;
|
|
@@ -217,7 +217,7 @@ export declare const impl: import("@orpc/server").Implementer<{
|
|
|
217
217
|
message: import("typebox").TString;
|
|
218
218
|
}>>;
|
|
219
219
|
}>]>>, object>;
|
|
220
|
-
check: import("@orpc/contract").ProcedureContract<import("
|
|
220
|
+
check: import("@orpc/contract").ProcedureContract<import("@habitat-ai/typebox-adapter").TypeBoxStandardSchema<import("typebox").TObject<{
|
|
221
221
|
selectors: import("typebox").TOptional<import("typebox").TObject<{
|
|
222
222
|
owner: import("typebox").TOptional<import("typebox").TString>;
|
|
223
223
|
instance: import("typebox").TOptional<import("typebox").TString>;
|
|
@@ -225,7 +225,7 @@ export declare const impl: import("@orpc/server").Implementer<{
|
|
|
225
225
|
rules: import("typebox").TOptional<import("typebox").TArray<import("typebox").TString>>;
|
|
226
226
|
runner: import("typebox").TOptional<import("typebox").TString>;
|
|
227
227
|
}>>;
|
|
228
|
-
}>>, import("
|
|
228
|
+
}>>, import("@habitat-ai/typebox-adapter").TypeBoxStandardSchema<import("typebox").TUnion<[import("typebox").TObject<{
|
|
229
229
|
_tag: import("typebox").TLiteral<"CatalogRejected">;
|
|
230
230
|
issues: import("typebox").TArray<import("typebox").TObject<{
|
|
231
231
|
code: import("typebox").TUnion<[import("typebox").TLiteral<"authority-anchor-mismatch">, import("typebox").TLiteral<"authority-blueprint-missing">, import("typebox").TLiteral<"authority-compatibility-invalid">, import("typebox").TLiteral<"authority-definition-invalid">, import("typebox").TLiteral<"authority-definition-kind-mismatch">, import("typebox").TLiteral<"authority-duplicate-blueprint">, import("typebox").TLiteral<"authority-duplicate-instance">, import("typebox").TLiteral<"authority-duplicate-rule">, import("typebox").TLiteral<"authority-filesystem-failed">, import("typebox").TLiteral<"authority-json-invalid">, import("typebox").TLiteral<"authority-manifest-invalid">, import("typebox").TLiteral<"authority-order-invalid">, import("typebox").TLiteral<"authority-path-escape">, import("typebox").TLiteral<"authority-path-invalid">, import("typebox").TLiteral<"authority-path-kind-mismatch">, import("typebox").TLiteral<"authority-path-missing">, import("typebox").TLiteral<"authority-package-name-mismatch">, import("typebox").TLiteral<"authority-policy-pack-members-unsupported">, import("typebox").TLiteral<"authority-resolution-failed">, import("typebox").TLiteral<"authority-rule-invalid">, import("typebox").TLiteral<"authority-schema-invalid">, import("typebox").TLiteral<"authority-toml-invalid">, import("typebox").TLiteral<"authority-version-mismatch">, import("typebox").TLiteral<"authority-workspace-root-invalid">]>;
|
|
@@ -366,7 +366,7 @@ export declare const impl: import("@orpc/server").Implementer<{
|
|
|
366
366
|
/** Root Habitat lineage with the official Effect-oRPC extension admitted once. */
|
|
367
367
|
export declare const service: import("@orpc/server").Implementer<{
|
|
368
368
|
readonly catalog: {
|
|
369
|
-
resolve: import("@orpc/contract").ProcedureContract<import("
|
|
369
|
+
resolve: import("@orpc/contract").ProcedureContract<import("@habitat-ai/typebox-adapter").TypeBoxStandardSchema<import("typebox").TObject<{}>>, import("@habitat-ai/typebox-adapter").TypeBoxStandardSchema<import("typebox").TUnion<[import("typebox").TObject<{
|
|
370
370
|
_tag: import("typebox").TLiteral<"Resolved">;
|
|
371
371
|
catalog: import("typebox").TObject<{
|
|
372
372
|
schemaVersion: import("typebox").TLiteral<3>;
|
|
@@ -580,7 +580,7 @@ export declare const service: import("@orpc/server").Implementer<{
|
|
|
580
580
|
message: import("typebox").TString;
|
|
581
581
|
}>>;
|
|
582
582
|
}>]>>, object>;
|
|
583
|
-
check: import("@orpc/contract").ProcedureContract<import("
|
|
583
|
+
check: import("@orpc/contract").ProcedureContract<import("@habitat-ai/typebox-adapter").TypeBoxStandardSchema<import("typebox").TObject<{
|
|
584
584
|
selectors: import("typebox").TOptional<import("typebox").TObject<{
|
|
585
585
|
owner: import("typebox").TOptional<import("typebox").TString>;
|
|
586
586
|
instance: import("typebox").TOptional<import("typebox").TString>;
|
|
@@ -588,7 +588,7 @@ export declare const service: import("@orpc/server").Implementer<{
|
|
|
588
588
|
rules: import("typebox").TOptional<import("typebox").TArray<import("typebox").TString>>;
|
|
589
589
|
runner: import("typebox").TOptional<import("typebox").TString>;
|
|
590
590
|
}>>;
|
|
591
|
-
}>>, import("
|
|
591
|
+
}>>, import("@habitat-ai/typebox-adapter").TypeBoxStandardSchema<import("typebox").TUnion<[import("typebox").TObject<{
|
|
592
592
|
_tag: import("typebox").TLiteral<"CatalogRejected">;
|
|
593
593
|
issues: import("typebox").TArray<import("typebox").TObject<{
|
|
594
594
|
code: import("typebox").TUnion<[import("typebox").TLiteral<"authority-anchor-mismatch">, import("typebox").TLiteral<"authority-blueprint-missing">, import("typebox").TLiteral<"authority-compatibility-invalid">, import("typebox").TLiteral<"authority-definition-invalid">, import("typebox").TLiteral<"authority-definition-kind-mismatch">, import("typebox").TLiteral<"authority-duplicate-blueprint">, import("typebox").TLiteral<"authority-duplicate-instance">, import("typebox").TLiteral<"authority-duplicate-rule">, import("typebox").TLiteral<"authority-filesystem-failed">, import("typebox").TLiteral<"authority-json-invalid">, import("typebox").TLiteral<"authority-manifest-invalid">, import("typebox").TLiteral<"authority-order-invalid">, import("typebox").TLiteral<"authority-path-escape">, import("typebox").TLiteral<"authority-path-invalid">, import("typebox").TLiteral<"authority-path-kind-mismatch">, import("typebox").TLiteral<"authority-path-missing">, import("typebox").TLiteral<"authority-package-name-mismatch">, import("typebox").TLiteral<"authority-policy-pack-members-unsupported">, import("typebox").TLiteral<"authority-resolution-failed">, import("typebox").TLiteral<"authority-rule-invalid">, import("typebox").TLiteral<"authority-schema-invalid">, import("typebox").TLiteral<"authority-toml-invalid">, import("typebox").TLiteral<"authority-version-mismatch">, import("typebox").TLiteral<"authority-workspace-root-invalid">]>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/** Catalog implementer exposing the vocabulary required by resolve and check. */
|
|
2
2
|
export declare const module: import("@orpc/server").SharedRouterImplementerWithMiddlewares<{
|
|
3
|
-
resolve: import("@orpc/contract").ProcedureContract<import("
|
|
3
|
+
resolve: import("@orpc/contract").ProcedureContract<import("@habitat-ai/typebox-adapter").TypeBoxStandardSchema<import("typebox").TObject<{}>>, import("@habitat-ai/typebox-adapter").TypeBoxStandardSchema<import("typebox").TUnion<[import("typebox").TObject<{
|
|
4
4
|
_tag: import("typebox").TLiteral<"Resolved">;
|
|
5
5
|
catalog: import("typebox").TObject<{
|
|
6
6
|
schemaVersion: import("typebox").TLiteral<3>;
|
|
@@ -214,7 +214,7 @@ export declare const module: import("@orpc/server").SharedRouterImplementerWithM
|
|
|
214
214
|
message: import("typebox").TString;
|
|
215
215
|
}>>;
|
|
216
216
|
}>]>>, object>;
|
|
217
|
-
check: import("@orpc/contract").ProcedureContract<import("
|
|
217
|
+
check: import("@orpc/contract").ProcedureContract<import("@habitat-ai/typebox-adapter").TypeBoxStandardSchema<import("typebox").TObject<{
|
|
218
218
|
selectors: import("typebox").TOptional<import("typebox").TObject<{
|
|
219
219
|
owner: import("typebox").TOptional<import("typebox").TString>;
|
|
220
220
|
instance: import("typebox").TOptional<import("typebox").TString>;
|
|
@@ -222,7 +222,7 @@ export declare const module: import("@orpc/server").SharedRouterImplementerWithM
|
|
|
222
222
|
rules: import("typebox").TOptional<import("typebox").TArray<import("typebox").TString>>;
|
|
223
223
|
runner: import("typebox").TOptional<import("typebox").TString>;
|
|
224
224
|
}>>;
|
|
225
|
-
}>>, import("
|
|
225
|
+
}>>, import("@habitat-ai/typebox-adapter").TypeBoxStandardSchema<import("typebox").TUnion<[import("typebox").TObject<{
|
|
226
226
|
_tag: import("typebox").TLiteral<"CatalogRejected">;
|
|
227
227
|
issues: import("typebox").TArray<import("typebox").TObject<{
|
|
228
228
|
code: import("typebox").TUnion<[import("typebox").TLiteral<"authority-anchor-mismatch">, import("typebox").TLiteral<"authority-blueprint-missing">, import("typebox").TLiteral<"authority-compatibility-invalid">, import("typebox").TLiteral<"authority-definition-invalid">, import("typebox").TLiteral<"authority-definition-kind-mismatch">, import("typebox").TLiteral<"authority-duplicate-blueprint">, import("typebox").TLiteral<"authority-duplicate-instance">, import("typebox").TLiteral<"authority-duplicate-rule">, import("typebox").TLiteral<"authority-filesystem-failed">, import("typebox").TLiteral<"authority-json-invalid">, import("typebox").TLiteral<"authority-manifest-invalid">, import("typebox").TLiteral<"authority-order-invalid">, import("typebox").TLiteral<"authority-path-escape">, import("typebox").TLiteral<"authority-path-invalid">, import("typebox").TLiteral<"authority-path-kind-mismatch">, import("typebox").TLiteral<"authority-path-missing">, import("typebox").TLiteral<"authority-package-name-mismatch">, import("typebox").TLiteral<"authority-policy-pack-members-unsupported">, import("typebox").TLiteral<"authority-resolution-failed">, import("typebox").TLiteral<"authority-rule-invalid">, import("typebox").TLiteral<"authority-schema-invalid">, import("typebox").TLiteral<"authority-toml-invalid">, import("typebox").TLiteral<"authority-version-mismatch">, import("typebox").TLiteral<"authority-workspace-root-invalid">]>;
|
|
@@ -373,7 +373,7 @@ export declare const module: import("@orpc/server").SharedRouterImplementerWithM
|
|
|
373
373
|
sourceInventory: import("resources/source-inventory/dist/contract.js").SourceInventoryResource<never>;
|
|
374
374
|
workspaceRoot: string;
|
|
375
375
|
policyPack: import("../../base.js").SelectedPolicyPack;
|
|
376
|
-
}, import("
|
|
376
|
+
}, import("@habitat-ai/typebox-adapter").TypeBoxStandardSchema<import("typebox").TObject<{}>>, import("@habitat-ai/typebox-adapter").TypeBoxStandardSchema<import("typebox").TUnion<[import("typebox").TObject<{
|
|
377
377
|
_tag: import("typebox").TLiteral<"Resolved">;
|
|
378
378
|
catalog: import("typebox").TObject<{
|
|
379
379
|
schemaVersion: import("typebox").TLiteral<3>;
|
|
@@ -594,7 +594,7 @@ export declare const module: import("@orpc/server").SharedRouterImplementerWithM
|
|
|
594
594
|
sourceInventory: import("resources/source-inventory/dist/contract.js").SourceInventoryResource<never>;
|
|
595
595
|
workspaceRoot: string;
|
|
596
596
|
policyPack: import("../../base.js").SelectedPolicyPack;
|
|
597
|
-
}, import("
|
|
597
|
+
}, import("@habitat-ai/typebox-adapter").TypeBoxStandardSchema<import("typebox").TObject<{
|
|
598
598
|
selectors: import("typebox").TOptional<import("typebox").TObject<{
|
|
599
599
|
owner: import("typebox").TOptional<import("typebox").TString>;
|
|
600
600
|
instance: import("typebox").TOptional<import("typebox").TString>;
|
|
@@ -602,7 +602,7 @@ export declare const module: import("@orpc/server").SharedRouterImplementerWithM
|
|
|
602
602
|
rules: import("typebox").TOptional<import("typebox").TArray<import("typebox").TString>>;
|
|
603
603
|
runner: import("typebox").TOptional<import("typebox").TString>;
|
|
604
604
|
}>>;
|
|
605
|
-
}>>, import("
|
|
605
|
+
}>>, import("@habitat-ai/typebox-adapter").TypeBoxStandardSchema<import("typebox").TUnion<[import("typebox").TObject<{
|
|
606
606
|
_tag: import("typebox").TLiteral<"CatalogRejected">;
|
|
607
607
|
issues: import("typebox").TArray<import("typebox").TObject<{
|
|
608
608
|
code: import("typebox").TUnion<[import("typebox").TLiteral<"authority-anchor-mismatch">, import("typebox").TLiteral<"authority-blueprint-missing">, import("typebox").TLiteral<"authority-compatibility-invalid">, import("typebox").TLiteral<"authority-definition-invalid">, import("typebox").TLiteral<"authority-definition-kind-mismatch">, import("typebox").TLiteral<"authority-duplicate-blueprint">, import("typebox").TLiteral<"authority-duplicate-instance">, import("typebox").TLiteral<"authority-duplicate-rule">, import("typebox").TLiteral<"authority-filesystem-failed">, import("typebox").TLiteral<"authority-json-invalid">, import("typebox").TLiteral<"authority-manifest-invalid">, import("typebox").TLiteral<"authority-order-invalid">, import("typebox").TLiteral<"authority-path-escape">, import("typebox").TLiteral<"authority-path-invalid">, import("typebox").TLiteral<"authority-path-kind-mismatch">, import("typebox").TLiteral<"authority-path-missing">, import("typebox").TLiteral<"authority-package-name-mismatch">, import("typebox").TLiteral<"authority-policy-pack-members-unsupported">, import("typebox").TLiteral<"authority-resolution-failed">, import("typebox").TLiteral<"authority-rule-invalid">, import("typebox").TLiteral<"authority-schema-invalid">, import("typebox").TLiteral<"authority-toml-invalid">, import("typebox").TLiteral<"authority-version-mismatch">, import("typebox").TLiteral<"authority-workspace-root-invalid">]>;
|
|
@@ -8,7 +8,7 @@ export declare const catalog: {
|
|
|
8
8
|
sourceInventory: import("@habitat-ai/resource-source-inventory").SourceInventoryResource<never>;
|
|
9
9
|
workspaceRoot: string;
|
|
10
10
|
policyPack: import("../../../base.js").SelectedPolicyPack;
|
|
11
|
-
}, import("
|
|
11
|
+
}, import("@habitat-ai/typebox-adapter").TypeBoxStandardSchema<import("typebox").TObject<{}>>, import("@habitat-ai/typebox-adapter").TypeBoxStandardSchema<import("typebox").TUnion<[import("typebox").TObject<{
|
|
12
12
|
_tag: import("typebox").TLiteral<"Resolved">;
|
|
13
13
|
catalog: import("typebox").TObject<{
|
|
14
14
|
schemaVersion: import("typebox").TLiteral<3>;
|
|
@@ -229,7 +229,7 @@ export declare const catalog: {
|
|
|
229
229
|
sourceInventory: import("@habitat-ai/resource-source-inventory").SourceInventoryResource<never>;
|
|
230
230
|
workspaceRoot: string;
|
|
231
231
|
policyPack: import("../../../base.js").SelectedPolicyPack;
|
|
232
|
-
}, import("
|
|
232
|
+
}, import("@habitat-ai/typebox-adapter").TypeBoxStandardSchema<import("typebox").TObject<{
|
|
233
233
|
selectors: import("typebox").TOptional<import("typebox").TObject<{
|
|
234
234
|
owner: import("typebox").TOptional<import("typebox").TString>;
|
|
235
235
|
instance: import("typebox").TOptional<import("typebox").TString>;
|
|
@@ -237,7 +237,7 @@ export declare const catalog: {
|
|
|
237
237
|
rules: import("typebox").TOptional<import("typebox").TArray<import("typebox").TString>>;
|
|
238
238
|
runner: import("typebox").TOptional<import("typebox").TString>;
|
|
239
239
|
}>>;
|
|
240
|
-
}>>, import("
|
|
240
|
+
}>>, import("@habitat-ai/typebox-adapter").TypeBoxStandardSchema<import("typebox").TUnion<[import("typebox").TObject<{
|
|
241
241
|
_tag: import("typebox").TLiteral<"CatalogRejected">;
|
|
242
242
|
issues: import("typebox").TArray<import("typebox").TObject<{
|
|
243
243
|
code: import("typebox").TUnion<[import("typebox").TLiteral<"authority-anchor-mismatch">, import("typebox").TLiteral<"authority-blueprint-missing">, import("typebox").TLiteral<"authority-compatibility-invalid">, import("typebox").TLiteral<"authority-definition-invalid">, import("typebox").TLiteral<"authority-definition-kind-mismatch">, import("typebox").TLiteral<"authority-duplicate-blueprint">, import("typebox").TLiteral<"authority-duplicate-instance">, import("typebox").TLiteral<"authority-duplicate-rule">, import("typebox").TLiteral<"authority-filesystem-failed">, import("typebox").TLiteral<"authority-json-invalid">, import("typebox").TLiteral<"authority-manifest-invalid">, import("typebox").TLiteral<"authority-order-invalid">, import("typebox").TLiteral<"authority-path-escape">, import("typebox").TLiteral<"authority-path-invalid">, import("typebox").TLiteral<"authority-path-kind-mismatch">, import("typebox").TLiteral<"authority-path-missing">, import("typebox").TLiteral<"authority-package-name-mismatch">, import("typebox").TLiteral<"authority-policy-pack-members-unsupported">, import("typebox").TLiteral<"authority-resolution-failed">, import("typebox").TLiteral<"authority-rule-invalid">, import("typebox").TLiteral<"authority-schema-invalid">, import("typebox").TLiteral<"authority-toml-invalid">, import("typebox").TLiteral<"authority-version-mismatch">, import("typebox").TLiteral<"authority-workspace-root-invalid">]>;
|
|
@@ -7,7 +7,7 @@ export declare const router: {
|
|
|
7
7
|
sourceInventory: import("resources/source-inventory/dist/contract.js").SourceInventoryResource<never>;
|
|
8
8
|
workspaceRoot: string;
|
|
9
9
|
policyPack: import("../../base.js").SelectedPolicyPack;
|
|
10
|
-
}, import("
|
|
10
|
+
}, import("@habitat-ai/typebox-adapter").TypeBoxStandardSchema<import("typebox").TObject<{}>>, import("@habitat-ai/typebox-adapter").TypeBoxStandardSchema<import("typebox").TUnion<[import("typebox").TObject<{
|
|
11
11
|
_tag: import("typebox").TLiteral<"Resolved">;
|
|
12
12
|
catalog: import("typebox").TObject<{
|
|
13
13
|
schemaVersion: import("typebox").TLiteral<3>;
|
|
@@ -228,7 +228,7 @@ export declare const router: {
|
|
|
228
228
|
sourceInventory: import("resources/source-inventory/dist/contract.js").SourceInventoryResource<never>;
|
|
229
229
|
workspaceRoot: string;
|
|
230
230
|
policyPack: import("../../base.js").SelectedPolicyPack;
|
|
231
|
-
}, import("
|
|
231
|
+
}, import("@habitat-ai/typebox-adapter").TypeBoxStandardSchema<import("typebox").TObject<{
|
|
232
232
|
selectors: import("typebox").TOptional<import("typebox").TObject<{
|
|
233
233
|
owner: import("typebox").TOptional<import("typebox").TString>;
|
|
234
234
|
instance: import("typebox").TOptional<import("typebox").TString>;
|
|
@@ -236,7 +236,7 @@ export declare const router: {
|
|
|
236
236
|
rules: import("typebox").TOptional<import("typebox").TArray<import("typebox").TString>>;
|
|
237
237
|
runner: import("typebox").TOptional<import("typebox").TString>;
|
|
238
238
|
}>>;
|
|
239
|
-
}>>, import("
|
|
239
|
+
}>>, import("@habitat-ai/typebox-adapter").TypeBoxStandardSchema<import("typebox").TUnion<[import("typebox").TObject<{
|
|
240
240
|
_tag: import("typebox").TLiteral<"CatalogRejected">;
|
|
241
241
|
issues: import("typebox").TArray<import("typebox").TObject<{
|
|
242
242
|
code: import("typebox").TUnion<[import("typebox").TLiteral<"authority-anchor-mismatch">, import("typebox").TLiteral<"authority-blueprint-missing">, import("typebox").TLiteral<"authority-compatibility-invalid">, import("typebox").TLiteral<"authority-definition-invalid">, import("typebox").TLiteral<"authority-definition-kind-mismatch">, import("typebox").TLiteral<"authority-duplicate-blueprint">, import("typebox").TLiteral<"authority-duplicate-instance">, import("typebox").TLiteral<"authority-duplicate-rule">, import("typebox").TLiteral<"authority-filesystem-failed">, import("typebox").TLiteral<"authority-json-invalid">, import("typebox").TLiteral<"authority-manifest-invalid">, import("typebox").TLiteral<"authority-order-invalid">, import("typebox").TLiteral<"authority-path-escape">, import("typebox").TLiteral<"authority-path-invalid">, import("typebox").TLiteral<"authority-path-kind-mismatch">, import("typebox").TLiteral<"authority-path-missing">, import("typebox").TLiteral<"authority-package-name-mismatch">, import("typebox").TLiteral<"authority-policy-pack-members-unsupported">, import("typebox").TLiteral<"authority-resolution-failed">, import("typebox").TLiteral<"authority-rule-invalid">, import("typebox").TLiteral<"authority-schema-invalid">, import("typebox").TLiteral<"authority-toml-invalid">, import("typebox").TLiteral<"authority-version-mismatch">, import("typebox").TLiteral<"authority-workspace-root-invalid">]>;
|
package/dist/service/router.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ export declare const router: {
|
|
|
8
8
|
sourceInventory: import("resources/source-inventory/dist/contract.js").SourceInventoryResource<never>;
|
|
9
9
|
workspaceRoot: string;
|
|
10
10
|
policyPack: import("./base.js").SelectedPolicyPack;
|
|
11
|
-
}, import("
|
|
11
|
+
}, import("@habitat-ai/typebox-adapter").TypeBoxStandardSchema<import("typebox").TObject<{}>>, import("@habitat-ai/typebox-adapter").TypeBoxStandardSchema<import("typebox").TUnion<[import("typebox").TObject<{
|
|
12
12
|
_tag: import("typebox").TLiteral<"Resolved">;
|
|
13
13
|
catalog: import("typebox").TObject<{
|
|
14
14
|
schemaVersion: import("typebox").TLiteral<3>;
|
|
@@ -229,7 +229,7 @@ export declare const router: {
|
|
|
229
229
|
sourceInventory: import("resources/source-inventory/dist/contract.js").SourceInventoryResource<never>;
|
|
230
230
|
workspaceRoot: string;
|
|
231
231
|
policyPack: import("./base.js").SelectedPolicyPack;
|
|
232
|
-
}, import("
|
|
232
|
+
}, import("@habitat-ai/typebox-adapter").TypeBoxStandardSchema<import("typebox").TObject<{
|
|
233
233
|
selectors: import("typebox").TOptional<import("typebox").TObject<{
|
|
234
234
|
owner: import("typebox").TOptional<import("typebox").TString>;
|
|
235
235
|
instance: import("typebox").TOptional<import("typebox").TString>;
|
|
@@ -237,7 +237,7 @@ export declare const router: {
|
|
|
237
237
|
rules: import("typebox").TOptional<import("typebox").TArray<import("typebox").TString>>;
|
|
238
238
|
runner: import("typebox").TOptional<import("typebox").TString>;
|
|
239
239
|
}>>;
|
|
240
|
-
}>>, import("
|
|
240
|
+
}>>, import("@habitat-ai/typebox-adapter").TypeBoxStandardSchema<import("typebox").TUnion<[import("typebox").TObject<{
|
|
241
241
|
_tag: import("typebox").TLiteral<"CatalogRejected">;
|
|
242
242
|
issues: import("typebox").TArray<import("typebox").TObject<{
|
|
243
243
|
code: import("typebox").TUnion<[import("typebox").TLiteral<"authority-anchor-mismatch">, import("typebox").TLiteral<"authority-blueprint-missing">, import("typebox").TLiteral<"authority-compatibility-invalid">, import("typebox").TLiteral<"authority-definition-invalid">, import("typebox").TLiteral<"authority-definition-kind-mismatch">, import("typebox").TLiteral<"authority-duplicate-blueprint">, import("typebox").TLiteral<"authority-duplicate-instance">, import("typebox").TLiteral<"authority-duplicate-rule">, import("typebox").TLiteral<"authority-filesystem-failed">, import("typebox").TLiteral<"authority-json-invalid">, import("typebox").TLiteral<"authority-manifest-invalid">, import("typebox").TLiteral<"authority-order-invalid">, import("typebox").TLiteral<"authority-path-escape">, import("typebox").TLiteral<"authority-path-invalid">, import("typebox").TLiteral<"authority-path-kind-mismatch">, import("typebox").TLiteral<"authority-path-missing">, import("typebox").TLiteral<"authority-package-name-mismatch">, import("typebox").TLiteral<"authority-policy-pack-members-unsupported">, import("typebox").TLiteral<"authority-resolution-failed">, import("typebox").TLiteral<"authority-rule-invalid">, import("typebox").TLiteral<"authority-schema-invalid">, import("typebox").TLiteral<"authority-toml-invalid">, import("typebox").TLiteral<"authority-version-mismatch">, import("typebox").TLiteral<"authority-workspace-root-invalid">]>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@habitat-ai/service",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"test": "bun test test"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@habitat-ai/resource-rule-evaluation": "0.2.
|
|
28
|
-
"@habitat-ai/resource-source-inventory": "0.2.
|
|
27
|
+
"@habitat-ai/resource-rule-evaluation": "0.2.4",
|
|
28
|
+
"@habitat-ai/resource-source-inventory": "0.2.4",
|
|
29
29
|
"@opentelemetry/api": "^1.9.0",
|
|
30
30
|
"@orpc/contract": "2.0.0-beta.20",
|
|
31
31
|
"@orpc/experimental-effect": "2.0.0-beta.20",
|