@lucern/contracts 1.0.3 → 1.0.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/CHANGELOG.md +3 -0
- package/dist/context-pack.contract.d.ts +10 -0
- package/dist/context-pack.contract.js.map +1 -1
- package/dist/dsl.d.ts +1 -0
- package/dist/dsl.js +10 -3
- package/dist/dsl.js.map +1 -1
- package/dist/dsl.values.js +10 -3
- package/dist/dsl.values.js.map +1 -1
- package/dist/function-registry/beliefs.js +302 -0
- package/dist/function-registry/beliefs.js.map +1 -1
- package/dist/function-registry/coding.js +302 -0
- package/dist/function-registry/coding.js.map +1 -1
- package/dist/function-registry/context.js +302 -0
- package/dist/function-registry/context.js.map +1 -1
- package/dist/function-registry/contracts.js +302 -0
- package/dist/function-registry/contracts.js.map +1 -1
- package/dist/function-registry/coordination.js +302 -0
- package/dist/function-registry/coordination.js.map +1 -1
- package/dist/function-registry/edges.js +302 -0
- package/dist/function-registry/edges.js.map +1 -1
- package/dist/function-registry/evidence.js +302 -0
- package/dist/function-registry/evidence.js.map +1 -1
- package/dist/function-registry/graph.js +302 -0
- package/dist/function-registry/graph.js.map +1 -1
- package/dist/function-registry/helpers.js +302 -0
- package/dist/function-registry/helpers.js.map +1 -1
- package/dist/function-registry/identity.js +302 -0
- package/dist/function-registry/identity.js.map +1 -1
- package/dist/function-registry/index.d.ts +410 -6
- package/dist/function-registry/index.js +508 -2
- package/dist/function-registry/index.js.map +1 -1
- package/dist/function-registry/judgments.js +302 -0
- package/dist/function-registry/judgments.js.map +1 -1
- package/dist/function-registry/legacy.js +302 -0
- package/dist/function-registry/legacy.js.map +1 -1
- package/dist/function-registry/lenses.js +302 -0
- package/dist/function-registry/lenses.js.map +1 -1
- package/dist/function-registry/manifest.d.ts +2 -2
- package/dist/function-registry/manifest.js +10 -0
- package/dist/function-registry/manifest.js.map +1 -1
- package/dist/function-registry/nodes.js +302 -0
- package/dist/function-registry/nodes.js.map +1 -1
- package/dist/function-registry/ontologies.js +302 -0
- package/dist/function-registry/ontologies.js.map +1 -1
- package/dist/function-registry/pipeline.js +302 -0
- package/dist/function-registry/pipeline.js.map +1 -1
- package/dist/function-registry/questions.js +302 -0
- package/dist/function-registry/questions.js.map +1 -1
- package/dist/function-registry/tasks.js +302 -0
- package/dist/function-registry/tasks.js.map +1 -1
- package/dist/function-registry/topics.js +302 -0
- package/dist/function-registry/topics.js.map +1 -1
- package/dist/function-registry/worktrees.js +302 -0
- package/dist/function-registry/worktrees.js.map +1 -1
- package/dist/generated/convexSchemas.js +1 -1
- package/dist/generated/convexSchemas.js.map +1 -1
- package/dist/generated/infisicalRuntimeEnv.js +9 -9
- package/dist/generated/infisicalRuntimeEnv.js.map +1 -1
- package/dist/generated/schema-manifest.json +10 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +343 -17
- package/dist/index.js.map +1 -1
- package/dist/infisical-runtime.contract.d.ts +3 -3
- package/dist/infisical-runtime.contract.js +3 -3
- package/dist/infisical-runtime.contract.js.map +1 -1
- package/dist/infisical-runtime.platform-secrets.d.ts +3 -3
- package/dist/infisical-runtime.platform-secrets.js +3 -3
- package/dist/infisical-runtime.platform-secrets.js.map +1 -1
- package/dist/manifests/edge-policy-manifest.d.ts +1 -1
- package/dist/manifests/infisical-runtime-manifest.d.ts +3 -3
- package/dist/manifests/infisical-runtime-manifest.js +3 -3
- package/dist/manifests/infisical-runtime-manifest.js.map +1 -1
- package/dist/proof-attestation.json +1 -1
- package/dist/schemas/index.js +29 -2
- package/dist/schemas/index.js.map +1 -1
- package/dist/schemas/manifest.d.ts +60 -25
- package/dist/schemas/manifest.js +29 -2
- package/dist/schemas/manifest.js.map +1 -1
- package/dist/schemas/tables/kernel/embedding.d.ts +8 -1
- package/dist/schemas/tables/kernel/embedding.js +29 -2
- package/dist/schemas/tables/kernel/embedding.js.map +1 -1
- package/dist/schemas/tables/kernel/intelligence.d.ts +4 -4
- package/dist/schemas.values.js +29 -2
- package/dist/schemas.values.js.map +1 -1
- package/dist/sdk-methods.contract.d.ts +5 -0
- package/dist/sdk-tools.contract.js +292 -0
- package/dist/sdk-tools.contract.js.map +1 -1
- package/dist/sdk-tools.contract.registry.js +292 -0
- package/dist/sdk-tools.contract.registry.js.map +1 -1
- package/dist/sdk-tools.contract.values.js +292 -0
- package/dist/sdk-tools.contract.values.js.map +1 -1
- package/dist/tool-contracts.d.ts +2 -0
- package/dist/tool-contracts.embeddings.d.ts +8 -0
- package/dist/tool-contracts.embeddings.js +120 -0
- package/dist/tool-contracts.embeddings.js.map +1 -0
- package/dist/tool-contracts.hybrid-discovery.d.ts +10 -0
- package/dist/tool-contracts.hybrid-discovery.js +148 -0
- package/dist/tool-contracts.hybrid-discovery.js.map +1 -0
- package/dist/tool-contracts.js +293 -1
- package/dist/tool-contracts.js.map +1 -1
- package/dist/tool-contracts.questions-listing.js +20 -0
- package/dist/tool-contracts.questions-listing.js.map +1 -1
- package/dist/tool-contracts.values.d.ts +2 -0
- package/dist/tool-contracts.values.js +292 -0
- package/dist/tool-contracts.values.js.map +1 -1
- package/package.json +10 -2
- package/dist/{edge-policy-manifest-4KOSP4nk.d.ts → edge-policy-manifest-CT8Y4IeW.d.ts} +2 -2
|
@@ -679,7 +679,7 @@ var GENERATED_INFISICAL_RUNTIME_ENV = {
|
|
|
679
679
|
"required": false,
|
|
680
680
|
"secret": true,
|
|
681
681
|
"public": false,
|
|
682
|
-
"sourcePath": "/
|
|
682
|
+
"sourcePath": "/tenants/lucern/shared/llm",
|
|
683
683
|
"environmentPolicy": "environment_specific",
|
|
684
684
|
"consumers": [
|
|
685
685
|
"lucern-ai-runtime",
|
|
@@ -2114,7 +2114,7 @@ var GENERATED_INFISICAL_RUNTIME_ENV = {
|
|
|
2114
2114
|
"required": false,
|
|
2115
2115
|
"secret": true,
|
|
2116
2116
|
"public": false,
|
|
2117
|
-
"sourcePath": "/
|
|
2117
|
+
"sourcePath": "/tenants/lucern/shared/llm",
|
|
2118
2118
|
"environmentPolicy": "environment_specific",
|
|
2119
2119
|
"consumers": [
|
|
2120
2120
|
"lucern-ai-runtime",
|
|
@@ -5419,7 +5419,7 @@ var GENERATED_INFISICAL_RUNTIME_ENV = {
|
|
|
5419
5419
|
"required": false,
|
|
5420
5420
|
"secret": true,
|
|
5421
5421
|
"public": false,
|
|
5422
|
-
"sourcePath": "/
|
|
5422
|
+
"sourcePath": "/tenants/lucern/shared/llm",
|
|
5423
5423
|
"environmentPolicy": "environment_specific",
|
|
5424
5424
|
"consumers": [
|
|
5425
5425
|
"lucern-ai-runtime",
|
|
@@ -15199,7 +15199,7 @@ var GENERATED_INFISICAL_RUNTIME_ENV = {
|
|
|
15199
15199
|
"required": false,
|
|
15200
15200
|
"secret": true,
|
|
15201
15201
|
"public": false,
|
|
15202
|
-
"sourcePath": "/
|
|
15202
|
+
"sourcePath": "/tenants/lucern/shared/llm",
|
|
15203
15203
|
"environmentPolicy": "environment_specific",
|
|
15204
15204
|
"consumers": [
|
|
15205
15205
|
"lucern-ai-runtime",
|
|
@@ -15519,7 +15519,7 @@ var GENERATED_INFISICAL_RUNTIME_ENV = {
|
|
|
15519
15519
|
"required": false,
|
|
15520
15520
|
"secret": true,
|
|
15521
15521
|
"public": false,
|
|
15522
|
-
"sourcePath": "/
|
|
15522
|
+
"sourcePath": "/tenants/lucern/shared/llm",
|
|
15523
15523
|
"environmentPolicy": "environment_specific",
|
|
15524
15524
|
"consumers": [
|
|
15525
15525
|
"lucern-ai-runtime",
|
|
@@ -16356,7 +16356,7 @@ var GENERATED_INFISICAL_RUNTIME_ENV = {
|
|
|
16356
16356
|
"required": false,
|
|
16357
16357
|
"secret": true,
|
|
16358
16358
|
"public": false,
|
|
16359
|
-
"sourcePath": "/
|
|
16359
|
+
"sourcePath": "/tenants/lucern/shared/llm",
|
|
16360
16360
|
"environmentPolicy": "environment_specific",
|
|
16361
16361
|
"consumers": [
|
|
16362
16362
|
"lucern-ai-runtime",
|
|
@@ -21952,7 +21952,7 @@ var GENERATED_INFISICAL_RUNTIME_ENV = {
|
|
|
21952
21952
|
"required": false,
|
|
21953
21953
|
"secret": true,
|
|
21954
21954
|
"public": false,
|
|
21955
|
-
"sourcePath": "/
|
|
21955
|
+
"sourcePath": "/tenants/lucern/shared/llm",
|
|
21956
21956
|
"environmentPolicy": "environment_specific",
|
|
21957
21957
|
"consumers": [
|
|
21958
21958
|
"lucern-ai-runtime",
|
|
@@ -21994,7 +21994,7 @@ var GENERATED_INFISICAL_RUNTIME_ENV = {
|
|
|
21994
21994
|
"required": false,
|
|
21995
21995
|
"secret": true,
|
|
21996
21996
|
"public": false,
|
|
21997
|
-
"sourcePath": "/
|
|
21997
|
+
"sourcePath": "/tenants/lucern/shared/llm",
|
|
21998
21998
|
"environmentPolicy": "environment_specific",
|
|
21999
21999
|
"consumers": [
|
|
22000
22000
|
"lucern-ai-runtime",
|
|
@@ -22150,7 +22150,7 @@ var GENERATED_INFISICAL_RUNTIME_ENV = {
|
|
|
22150
22150
|
"required": false,
|
|
22151
22151
|
"secret": true,
|
|
22152
22152
|
"public": false,
|
|
22153
|
-
"sourcePath": "/
|
|
22153
|
+
"sourcePath": "/tenants/lucern/shared/llm",
|
|
22154
22154
|
"environmentPolicy": "environment_specific",
|
|
22155
22155
|
"consumers": [
|
|
22156
22156
|
"lucern-ai-runtime",
|