@lucern/contracts 1.0.11 → 1.0.12
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/function-registry/beliefs.d.ts +1 -1
- package/dist/function-registry/beliefs.js +79 -0
- package/dist/function-registry/beliefs.js.map +1 -1
- package/dist/function-registry/coding.d.ts +1 -1
- package/dist/function-registry/coding.js +79 -0
- package/dist/function-registry/coding.js.map +1 -1
- package/dist/function-registry/context.d.ts +44 -4
- package/dist/function-registry/context.js +101 -0
- package/dist/function-registry/context.js.map +1 -1
- package/dist/function-registry/contracts.d.ts +1 -1
- package/dist/function-registry/contracts.js +79 -0
- package/dist/function-registry/contracts.js.map +1 -1
- package/dist/function-registry/coordination.d.ts +1 -1
- package/dist/function-registry/coordination.js +79 -0
- package/dist/function-registry/coordination.js.map +1 -1
- package/dist/function-registry/edges.d.ts +1 -1
- package/dist/function-registry/edges.js +79 -0
- package/dist/function-registry/edges.js.map +1 -1
- package/dist/function-registry/evidence.d.ts +1 -1
- package/dist/function-registry/evidence.js +144 -24
- package/dist/function-registry/evidence.js.map +1 -1
- package/dist/function-registry/graph.d.ts +1 -1
- package/dist/function-registry/graph.js +81 -4
- package/dist/function-registry/graph.js.map +1 -1
- package/dist/function-registry/helpers.js +79 -0
- package/dist/function-registry/helpers.js.map +1 -1
- package/dist/function-registry/identity.d.ts +1 -1
- package/dist/function-registry/identity.js +79 -0
- package/dist/function-registry/identity.js.map +1 -1
- package/dist/function-registry/index.js +79 -0
- package/dist/function-registry/index.js.map +1 -1
- package/dist/function-registry/judgments.d.ts +1 -1
- package/dist/function-registry/judgments.js +79 -0
- package/dist/function-registry/judgments.js.map +1 -1
- package/dist/function-registry/legacy.d.ts +1 -1
- package/dist/function-registry/legacy.js +79 -0
- package/dist/function-registry/legacy.js.map +1 -1
- package/dist/function-registry/lenses.d.ts +1 -1
- package/dist/function-registry/lenses.js +79 -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 +1 -0
- package/dist/function-registry/manifest.js.map +1 -1
- package/dist/function-registry/nodes.d.ts +1 -1
- package/dist/function-registry/nodes.js +79 -0
- package/dist/function-registry/nodes.js.map +1 -1
- package/dist/function-registry/ontologies.d.ts +1 -1
- package/dist/function-registry/ontologies.js +79 -0
- package/dist/function-registry/ontologies.js.map +1 -1
- package/dist/function-registry/pipeline.d.ts +1 -1
- package/dist/function-registry/pipeline.js +79 -0
- package/dist/function-registry/pipeline.js.map +1 -1
- package/dist/function-registry/questions.d.ts +1 -1
- package/dist/function-registry/questions.js +79 -0
- package/dist/function-registry/questions.js.map +1 -1
- package/dist/function-registry/tasks.d.ts +1 -1
- package/dist/function-registry/tasks.js +79 -0
- package/dist/function-registry/tasks.js.map +1 -1
- package/dist/function-registry/topics.d.ts +1 -1
- package/dist/function-registry/topics.js +81 -4
- package/dist/function-registry/topics.js.map +1 -1
- package/dist/function-registry/types.d.ts +1 -1
- package/dist/function-registry/worktrees.d.ts +1 -1
- package/dist/function-registry/worktrees.js +79 -0
- package/dist/function-registry/worktrees.js.map +1 -1
- package/dist/generated/infisicalRuntimeEnv.js +536 -1
- package/dist/generated/infisicalRuntimeEnv.js.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +831 -4
- package/dist/index.js.map +1 -1
- package/dist/infisical-runtime.base.d.ts +42 -1
- package/dist/infisical-runtime.base.js +50 -1
- package/dist/infisical-runtime.base.js.map +1 -1
- package/dist/infisical-runtime.contract.d.ts +102 -0
- package/dist/infisical-runtime.contract.js +170 -1
- package/dist/infisical-runtime.contract.js.map +1 -1
- package/dist/infisical-runtime.platform-secrets.d.ts +102 -0
- package/dist/infisical-runtime.platform-secrets.js +120 -0
- package/dist/infisical-runtime.platform-secrets.js.map +1 -1
- package/dist/infisical-runtime.tenant-secrets.js.map +1 -1
- package/dist/manifests/infisical-runtime-manifest.d.ts +144 -1
- package/dist/manifests/infisical-runtime-manifest.js +170 -1
- package/dist/manifests/infisical-runtime-manifest.js.map +1 -1
- package/dist/projections/check-convex-args-shape.js +60 -2
- package/dist/projections/check-convex-args-shape.js.map +1 -1
- package/dist/projections/create-evidence.projection.js +60 -2
- package/dist/projections/create-evidence.projection.js.map +1 -1
- package/dist/projections/index.js +60 -2
- package/dist/projections/index.js.map +1 -1
- package/dist/proof-attestation.json +1 -1
- package/dist/schemas/manifest.d.ts +20 -20
- package/dist/schemas/tables/kernel/platform.d.ts +4 -4
- package/dist/sdk-tools.contract.js +78 -0
- package/dist/sdk-tools.contract.js.map +1 -1
- package/dist/sdk-tools.contract.registry.js +78 -0
- package/dist/sdk-tools.contract.registry.js.map +1 -1
- package/dist/sdk-tools.contract.values.js +78 -0
- package/dist/sdk-tools.contract.values.js.map +1 -1
- package/dist/tool-contracts.context-orientation.d.ts +5 -0
- package/dist/tool-contracts.context-orientation.js +56 -0
- package/dist/tool-contracts.context-orientation.js.map +1 -0
- package/dist/tool-contracts.d.ts +1 -0
- package/dist/tool-contracts.js +79 -1
- package/dist/tool-contracts.js.map +1 -1
- package/dist/tool-contracts.questions-listing.js +24 -0
- package/dist/tool-contracts.questions-listing.js.map +1 -1
- package/dist/{tool-contracts.values-DjctSW7S.d.ts → tool-contracts.values-BhxfrXS5.d.ts} +3 -1
- package/dist/tool-contracts.values.d.ts +1 -0
- package/dist/tool-contracts.values.js +79 -1
- package/dist/tool-contracts.values.js.map +1 -1
- package/package.json +1 -1
|
@@ -376,6 +376,55 @@ var INFISICAL_RUNTIME_PATHS = [
|
|
|
376
376
|
}
|
|
377
377
|
]
|
|
378
378
|
},
|
|
379
|
+
{
|
|
380
|
+
id: "platform-permit",
|
|
381
|
+
secretPath: "/platform/permit",
|
|
382
|
+
description: "Permit runtime configuration for policy enforcement and embedded Permit Elements.",
|
|
383
|
+
variables: [
|
|
384
|
+
{
|
|
385
|
+
name: "LUCERN_PERMIT_ELEMENTS_ENV_ID",
|
|
386
|
+
required: false,
|
|
387
|
+
secret: false,
|
|
388
|
+
public: false,
|
|
389
|
+
description: "Permit environment id used by Lucern web to authenticate embedded Permit Elements."
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
name: "LUCERN_PERMIT_ELEMENTS_JWT_TEMPLATE",
|
|
393
|
+
required: false,
|
|
394
|
+
secret: false,
|
|
395
|
+
public: false,
|
|
396
|
+
description: "Optional Clerk JWT template name for Permit Elements frontendOnly login."
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
name: "LUCERN_PERMIT_ELEMENTS_USER_MANAGEMENT_URL",
|
|
400
|
+
required: false,
|
|
401
|
+
secret: false,
|
|
402
|
+
public: false,
|
|
403
|
+
description: "Permit Elements dashboard iframe URL for user and group management."
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
name: "LUCERN_PERMIT_ELEMENTS_AUDIT_LOGS_URL",
|
|
407
|
+
required: false,
|
|
408
|
+
secret: false,
|
|
409
|
+
public: false,
|
|
410
|
+
description: "Permit Elements dashboard iframe URL for audit logs."
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
name: "LUCERN_PERMIT_ELEMENTS_ACCESS_REQUEST_URL",
|
|
414
|
+
required: false,
|
|
415
|
+
secret: false,
|
|
416
|
+
public: false,
|
|
417
|
+
description: "Permit Elements dashboard iframe URL for access requests."
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
name: "LUCERN_PERMIT_ELEMENTS_APPROVALS_URL",
|
|
421
|
+
required: false,
|
|
422
|
+
secret: false,
|
|
423
|
+
public: false,
|
|
424
|
+
description: "Permit Elements dashboard iframe URL for approval management."
|
|
425
|
+
}
|
|
426
|
+
]
|
|
427
|
+
},
|
|
379
428
|
{
|
|
380
429
|
id: "platform-operator-credentials",
|
|
381
430
|
secretPath: "/platform/runtime",
|
|
@@ -410,7 +459,7 @@ var INFISICAL_RUNTIME_SURFACES = [
|
|
|
410
459
|
{
|
|
411
460
|
id: "lucern-web",
|
|
412
461
|
delivery: "vercel_sync",
|
|
413
|
-
sourcePathIds: ["platform-auth", "platform-runtime"],
|
|
462
|
+
sourcePathIds: ["platform-auth", "platform-runtime", "platform-permit"],
|
|
414
463
|
consumer: "apps/web on Vercel project lucern",
|
|
415
464
|
description: "Lucern web consumes Clerk and runtime config via Infisical-to-Vercel syncs."
|
|
416
465
|
},
|
|
@@ -1140,6 +1189,126 @@ var PLATFORM_SECRET_DEFINITIONS = [
|
|
|
1140
1189
|
],
|
|
1141
1190
|
description: "Optional Permit API URL override."
|
|
1142
1191
|
},
|
|
1192
|
+
{
|
|
1193
|
+
id: "platform.permit.elements-env-id",
|
|
1194
|
+
canonicalName: "LUCERN_PERMIT_ELEMENTS_ENV_ID",
|
|
1195
|
+
owner: "lucern_platform",
|
|
1196
|
+
scope: "environment",
|
|
1197
|
+
sourcePath: "/platform/permit",
|
|
1198
|
+
environmentPolicy: "environment_specific",
|
|
1199
|
+
required: false,
|
|
1200
|
+
secret: false,
|
|
1201
|
+
public: false,
|
|
1202
|
+
consumers: ["lucern-web"],
|
|
1203
|
+
destinations: [
|
|
1204
|
+
{
|
|
1205
|
+
kind: "vercel",
|
|
1206
|
+
target: "lucern",
|
|
1207
|
+
environmentPolicy: "environment_specific"
|
|
1208
|
+
}
|
|
1209
|
+
],
|
|
1210
|
+
description: "Permit environment id used by Lucern web to authenticate embedded Permit Elements."
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
id: "platform.permit.elements-jwt-template",
|
|
1214
|
+
canonicalName: "LUCERN_PERMIT_ELEMENTS_JWT_TEMPLATE",
|
|
1215
|
+
owner: "lucern_platform",
|
|
1216
|
+
scope: "environment",
|
|
1217
|
+
sourcePath: "/platform/permit",
|
|
1218
|
+
environmentPolicy: "environment_specific",
|
|
1219
|
+
required: false,
|
|
1220
|
+
secret: false,
|
|
1221
|
+
public: false,
|
|
1222
|
+
consumers: ["lucern-web"],
|
|
1223
|
+
destinations: [
|
|
1224
|
+
{
|
|
1225
|
+
kind: "vercel",
|
|
1226
|
+
target: "lucern",
|
|
1227
|
+
environmentPolicy: "environment_specific"
|
|
1228
|
+
}
|
|
1229
|
+
],
|
|
1230
|
+
description: "Optional Clerk JWT template name used for Permit Elements frontendOnly login. Defaults to permit-elements."
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
id: "platform.permit.elements-user-management-url",
|
|
1234
|
+
canonicalName: "LUCERN_PERMIT_ELEMENTS_USER_MANAGEMENT_URL",
|
|
1235
|
+
owner: "lucern_platform",
|
|
1236
|
+
scope: "environment",
|
|
1237
|
+
sourcePath: "/platform/permit",
|
|
1238
|
+
environmentPolicy: "environment_specific",
|
|
1239
|
+
required: false,
|
|
1240
|
+
secret: false,
|
|
1241
|
+
public: false,
|
|
1242
|
+
consumers: ["lucern-web"],
|
|
1243
|
+
destinations: [
|
|
1244
|
+
{
|
|
1245
|
+
kind: "vercel",
|
|
1246
|
+
target: "lucern",
|
|
1247
|
+
environmentPolicy: "environment_specific"
|
|
1248
|
+
}
|
|
1249
|
+
],
|
|
1250
|
+
description: "Permit Elements dashboard iframe URL for the User Management element."
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
id: "platform.permit.elements-audit-logs-url",
|
|
1254
|
+
canonicalName: "LUCERN_PERMIT_ELEMENTS_AUDIT_LOGS_URL",
|
|
1255
|
+
owner: "lucern_platform",
|
|
1256
|
+
scope: "environment",
|
|
1257
|
+
sourcePath: "/platform/permit",
|
|
1258
|
+
environmentPolicy: "environment_specific",
|
|
1259
|
+
required: false,
|
|
1260
|
+
secret: false,
|
|
1261
|
+
public: false,
|
|
1262
|
+
consumers: ["lucern-web"],
|
|
1263
|
+
destinations: [
|
|
1264
|
+
{
|
|
1265
|
+
kind: "vercel",
|
|
1266
|
+
target: "lucern",
|
|
1267
|
+
environmentPolicy: "environment_specific"
|
|
1268
|
+
}
|
|
1269
|
+
],
|
|
1270
|
+
description: "Permit Elements dashboard iframe URL for the Audit Logs element."
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
id: "platform.permit.elements-access-request-url",
|
|
1274
|
+
canonicalName: "LUCERN_PERMIT_ELEMENTS_ACCESS_REQUEST_URL",
|
|
1275
|
+
owner: "lucern_platform",
|
|
1276
|
+
scope: "environment",
|
|
1277
|
+
sourcePath: "/platform/permit",
|
|
1278
|
+
environmentPolicy: "environment_specific",
|
|
1279
|
+
required: false,
|
|
1280
|
+
secret: false,
|
|
1281
|
+
public: false,
|
|
1282
|
+
consumers: ["lucern-web"],
|
|
1283
|
+
destinations: [
|
|
1284
|
+
{
|
|
1285
|
+
kind: "vercel",
|
|
1286
|
+
target: "lucern",
|
|
1287
|
+
environmentPolicy: "environment_specific"
|
|
1288
|
+
}
|
|
1289
|
+
],
|
|
1290
|
+
description: "Permit Elements dashboard iframe URL for the Access Request element."
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
id: "platform.permit.elements-approvals-url",
|
|
1294
|
+
canonicalName: "LUCERN_PERMIT_ELEMENTS_APPROVALS_URL",
|
|
1295
|
+
owner: "lucern_platform",
|
|
1296
|
+
scope: "environment",
|
|
1297
|
+
sourcePath: "/platform/permit",
|
|
1298
|
+
environmentPolicy: "environment_specific",
|
|
1299
|
+
required: false,
|
|
1300
|
+
secret: false,
|
|
1301
|
+
public: false,
|
|
1302
|
+
consumers: ["lucern-web"],
|
|
1303
|
+
destinations: [
|
|
1304
|
+
{
|
|
1305
|
+
kind: "vercel",
|
|
1306
|
+
target: "lucern",
|
|
1307
|
+
environmentPolicy: "environment_specific"
|
|
1308
|
+
}
|
|
1309
|
+
],
|
|
1310
|
+
description: "Permit Elements dashboard iframe URL for the Approval Management element."
|
|
1311
|
+
},
|
|
1143
1312
|
{
|
|
1144
1313
|
id: "platform.ci.infisical-bootstrap-client-id",
|
|
1145
1314
|
canonicalName: "INFISICAL_BOOTSTRAP_CLIENT_ID",
|