@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.
Files changed (112) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/dist/function-registry/beliefs.d.ts +1 -1
  3. package/dist/function-registry/beliefs.js +79 -0
  4. package/dist/function-registry/beliefs.js.map +1 -1
  5. package/dist/function-registry/coding.d.ts +1 -1
  6. package/dist/function-registry/coding.js +79 -0
  7. package/dist/function-registry/coding.js.map +1 -1
  8. package/dist/function-registry/context.d.ts +44 -4
  9. package/dist/function-registry/context.js +101 -0
  10. package/dist/function-registry/context.js.map +1 -1
  11. package/dist/function-registry/contracts.d.ts +1 -1
  12. package/dist/function-registry/contracts.js +79 -0
  13. package/dist/function-registry/contracts.js.map +1 -1
  14. package/dist/function-registry/coordination.d.ts +1 -1
  15. package/dist/function-registry/coordination.js +79 -0
  16. package/dist/function-registry/coordination.js.map +1 -1
  17. package/dist/function-registry/edges.d.ts +1 -1
  18. package/dist/function-registry/edges.js +79 -0
  19. package/dist/function-registry/edges.js.map +1 -1
  20. package/dist/function-registry/evidence.d.ts +1 -1
  21. package/dist/function-registry/evidence.js +144 -24
  22. package/dist/function-registry/evidence.js.map +1 -1
  23. package/dist/function-registry/graph.d.ts +1 -1
  24. package/dist/function-registry/graph.js +81 -4
  25. package/dist/function-registry/graph.js.map +1 -1
  26. package/dist/function-registry/helpers.js +79 -0
  27. package/dist/function-registry/helpers.js.map +1 -1
  28. package/dist/function-registry/identity.d.ts +1 -1
  29. package/dist/function-registry/identity.js +79 -0
  30. package/dist/function-registry/identity.js.map +1 -1
  31. package/dist/function-registry/index.js +79 -0
  32. package/dist/function-registry/index.js.map +1 -1
  33. package/dist/function-registry/judgments.d.ts +1 -1
  34. package/dist/function-registry/judgments.js +79 -0
  35. package/dist/function-registry/judgments.js.map +1 -1
  36. package/dist/function-registry/legacy.d.ts +1 -1
  37. package/dist/function-registry/legacy.js +79 -0
  38. package/dist/function-registry/legacy.js.map +1 -1
  39. package/dist/function-registry/lenses.d.ts +1 -1
  40. package/dist/function-registry/lenses.js +79 -0
  41. package/dist/function-registry/lenses.js.map +1 -1
  42. package/dist/function-registry/manifest.d.ts +2 -2
  43. package/dist/function-registry/manifest.js +1 -0
  44. package/dist/function-registry/manifest.js.map +1 -1
  45. package/dist/function-registry/nodes.d.ts +1 -1
  46. package/dist/function-registry/nodes.js +79 -0
  47. package/dist/function-registry/nodes.js.map +1 -1
  48. package/dist/function-registry/ontologies.d.ts +1 -1
  49. package/dist/function-registry/ontologies.js +79 -0
  50. package/dist/function-registry/ontologies.js.map +1 -1
  51. package/dist/function-registry/pipeline.d.ts +1 -1
  52. package/dist/function-registry/pipeline.js +79 -0
  53. package/dist/function-registry/pipeline.js.map +1 -1
  54. package/dist/function-registry/questions.d.ts +1 -1
  55. package/dist/function-registry/questions.js +79 -0
  56. package/dist/function-registry/questions.js.map +1 -1
  57. package/dist/function-registry/tasks.d.ts +1 -1
  58. package/dist/function-registry/tasks.js +79 -0
  59. package/dist/function-registry/tasks.js.map +1 -1
  60. package/dist/function-registry/topics.d.ts +1 -1
  61. package/dist/function-registry/topics.js +81 -4
  62. package/dist/function-registry/topics.js.map +1 -1
  63. package/dist/function-registry/types.d.ts +1 -1
  64. package/dist/function-registry/worktrees.d.ts +1 -1
  65. package/dist/function-registry/worktrees.js +79 -0
  66. package/dist/function-registry/worktrees.js.map +1 -1
  67. package/dist/generated/infisicalRuntimeEnv.js +536 -1
  68. package/dist/generated/infisicalRuntimeEnv.js.map +1 -1
  69. package/dist/index.d.ts +2 -1
  70. package/dist/index.js +831 -4
  71. package/dist/index.js.map +1 -1
  72. package/dist/infisical-runtime.base.d.ts +42 -1
  73. package/dist/infisical-runtime.base.js +50 -1
  74. package/dist/infisical-runtime.base.js.map +1 -1
  75. package/dist/infisical-runtime.contract.d.ts +102 -0
  76. package/dist/infisical-runtime.contract.js +170 -1
  77. package/dist/infisical-runtime.contract.js.map +1 -1
  78. package/dist/infisical-runtime.platform-secrets.d.ts +102 -0
  79. package/dist/infisical-runtime.platform-secrets.js +120 -0
  80. package/dist/infisical-runtime.platform-secrets.js.map +1 -1
  81. package/dist/infisical-runtime.tenant-secrets.js.map +1 -1
  82. package/dist/manifests/infisical-runtime-manifest.d.ts +144 -1
  83. package/dist/manifests/infisical-runtime-manifest.js +170 -1
  84. package/dist/manifests/infisical-runtime-manifest.js.map +1 -1
  85. package/dist/projections/check-convex-args-shape.js +60 -2
  86. package/dist/projections/check-convex-args-shape.js.map +1 -1
  87. package/dist/projections/create-evidence.projection.js +60 -2
  88. package/dist/projections/create-evidence.projection.js.map +1 -1
  89. package/dist/projections/index.js +60 -2
  90. package/dist/projections/index.js.map +1 -1
  91. package/dist/proof-attestation.json +1 -1
  92. package/dist/schemas/manifest.d.ts +20 -20
  93. package/dist/schemas/tables/kernel/platform.d.ts +4 -4
  94. package/dist/sdk-tools.contract.js +78 -0
  95. package/dist/sdk-tools.contract.js.map +1 -1
  96. package/dist/sdk-tools.contract.registry.js +78 -0
  97. package/dist/sdk-tools.contract.registry.js.map +1 -1
  98. package/dist/sdk-tools.contract.values.js +78 -0
  99. package/dist/sdk-tools.contract.values.js.map +1 -1
  100. package/dist/tool-contracts.context-orientation.d.ts +5 -0
  101. package/dist/tool-contracts.context-orientation.js +56 -0
  102. package/dist/tool-contracts.context-orientation.js.map +1 -0
  103. package/dist/tool-contracts.d.ts +1 -0
  104. package/dist/tool-contracts.js +79 -1
  105. package/dist/tool-contracts.js.map +1 -1
  106. package/dist/tool-contracts.questions-listing.js +24 -0
  107. package/dist/tool-contracts.questions-listing.js.map +1 -1
  108. package/dist/{tool-contracts.values-DjctSW7S.d.ts → tool-contracts.values-BhxfrXS5.d.ts} +3 -1
  109. package/dist/tool-contracts.values.d.ts +1 -0
  110. package/dist/tool-contracts.values.js +79 -1
  111. package/dist/tool-contracts.values.js.map +1 -1
  112. package/package.json +1 -1
@@ -257,6 +257,12 @@ var GENERATED_INFISICAL_RUNTIME_ENV = {
257
257
  "LUCERN_PACK_KEY",
258
258
  "LUCERN_PERMIT_API_KEY",
259
259
  "LUCERN_PERMIT_API_URL",
260
+ "LUCERN_PERMIT_ELEMENTS_ACCESS_REQUEST_URL",
261
+ "LUCERN_PERMIT_ELEMENTS_APPROVALS_URL",
262
+ "LUCERN_PERMIT_ELEMENTS_AUDIT_LOGS_URL",
263
+ "LUCERN_PERMIT_ELEMENTS_ENV_ID",
264
+ "LUCERN_PERMIT_ELEMENTS_JWT_TEMPLATE",
265
+ "LUCERN_PERMIT_ELEMENTS_USER_MANAGEMENT_URL",
260
266
  "LUCERN_PERMIT_PDP_URL",
261
267
  "LUCERN_PERMIT_WEBHOOK_SECRET",
262
268
  "LUCERN_PROD_DEPLOY_KEY",
@@ -538,6 +544,12 @@ var GENERATED_INFISICAL_RUNTIME_ENV = {
538
544
  "LUCERN_PACK_KEY",
539
545
  "LUCERN_PERMIT_API_KEY",
540
546
  "LUCERN_PERMIT_API_URL",
547
+ "LUCERN_PERMIT_ELEMENTS_ACCESS_REQUEST_URL",
548
+ "LUCERN_PERMIT_ELEMENTS_APPROVALS_URL",
549
+ "LUCERN_PERMIT_ELEMENTS_AUDIT_LOGS_URL",
550
+ "LUCERN_PERMIT_ELEMENTS_ENV_ID",
551
+ "LUCERN_PERMIT_ELEMENTS_JWT_TEMPLATE",
552
+ "LUCERN_PERMIT_ELEMENTS_USER_MANAGEMENT_URL",
541
553
  "LUCERN_PERMIT_PDP_URL",
542
554
  "LUCERN_PERMIT_WEBHOOK_SECRET",
543
555
  "LUCERN_PROD_DEPLOY_KEY",
@@ -3717,6 +3729,180 @@ var GENERATED_INFISICAL_RUNTIME_ENV = {
3717
3729
  ],
3718
3730
  "description": "Optional Permit API URL override."
3719
3731
  },
3732
+ "LUCERN_PERMIT_ELEMENTS_ACCESS_REQUEST_URL": {
3733
+ "secretId": "platform.permit.elements-access-request-url",
3734
+ "canonicalName": "LUCERN_PERMIT_ELEMENTS_ACCESS_REQUEST_URL",
3735
+ "envNames": [
3736
+ "LUCERN_PERMIT_ELEMENTS_ACCESS_REQUEST_URL"
3737
+ ],
3738
+ "aliases": [],
3739
+ "writeNames": [
3740
+ "LUCERN_PERMIT_ELEMENTS_ACCESS_REQUEST_URL"
3741
+ ],
3742
+ "required": false,
3743
+ "secret": false,
3744
+ "public": false,
3745
+ "sourcePath": "/platform/permit",
3746
+ "environmentPolicy": "environment_specific",
3747
+ "consumers": [
3748
+ "lucern-web"
3749
+ ],
3750
+ "destinations": [
3751
+ {
3752
+ "kind": "vercel",
3753
+ "target": "lucern",
3754
+ "writeNames": [
3755
+ "LUCERN_PERMIT_ELEMENTS_ACCESS_REQUEST_URL"
3756
+ ]
3757
+ }
3758
+ ],
3759
+ "description": "Permit Elements dashboard iframe URL for the Access Request element. Permit Elements dashboard iframe URL for access requests."
3760
+ },
3761
+ "LUCERN_PERMIT_ELEMENTS_APPROVALS_URL": {
3762
+ "secretId": "platform.permit.elements-approvals-url",
3763
+ "canonicalName": "LUCERN_PERMIT_ELEMENTS_APPROVALS_URL",
3764
+ "envNames": [
3765
+ "LUCERN_PERMIT_ELEMENTS_APPROVALS_URL"
3766
+ ],
3767
+ "aliases": [],
3768
+ "writeNames": [
3769
+ "LUCERN_PERMIT_ELEMENTS_APPROVALS_URL"
3770
+ ],
3771
+ "required": false,
3772
+ "secret": false,
3773
+ "public": false,
3774
+ "sourcePath": "/platform/permit",
3775
+ "environmentPolicy": "environment_specific",
3776
+ "consumers": [
3777
+ "lucern-web"
3778
+ ],
3779
+ "destinations": [
3780
+ {
3781
+ "kind": "vercel",
3782
+ "target": "lucern",
3783
+ "writeNames": [
3784
+ "LUCERN_PERMIT_ELEMENTS_APPROVALS_URL"
3785
+ ]
3786
+ }
3787
+ ],
3788
+ "description": "Permit Elements dashboard iframe URL for the Approval Management element. Permit Elements dashboard iframe URL for approval management."
3789
+ },
3790
+ "LUCERN_PERMIT_ELEMENTS_AUDIT_LOGS_URL": {
3791
+ "secretId": "platform.permit.elements-audit-logs-url",
3792
+ "canonicalName": "LUCERN_PERMIT_ELEMENTS_AUDIT_LOGS_URL",
3793
+ "envNames": [
3794
+ "LUCERN_PERMIT_ELEMENTS_AUDIT_LOGS_URL"
3795
+ ],
3796
+ "aliases": [],
3797
+ "writeNames": [
3798
+ "LUCERN_PERMIT_ELEMENTS_AUDIT_LOGS_URL"
3799
+ ],
3800
+ "required": false,
3801
+ "secret": false,
3802
+ "public": false,
3803
+ "sourcePath": "/platform/permit",
3804
+ "environmentPolicy": "environment_specific",
3805
+ "consumers": [
3806
+ "lucern-web"
3807
+ ],
3808
+ "destinations": [
3809
+ {
3810
+ "kind": "vercel",
3811
+ "target": "lucern",
3812
+ "writeNames": [
3813
+ "LUCERN_PERMIT_ELEMENTS_AUDIT_LOGS_URL"
3814
+ ]
3815
+ }
3816
+ ],
3817
+ "description": "Permit Elements dashboard iframe URL for the Audit Logs element. Permit Elements dashboard iframe URL for audit logs."
3818
+ },
3819
+ "LUCERN_PERMIT_ELEMENTS_ENV_ID": {
3820
+ "secretId": "platform.permit.elements-env-id",
3821
+ "canonicalName": "LUCERN_PERMIT_ELEMENTS_ENV_ID",
3822
+ "envNames": [
3823
+ "LUCERN_PERMIT_ELEMENTS_ENV_ID"
3824
+ ],
3825
+ "aliases": [],
3826
+ "writeNames": [
3827
+ "LUCERN_PERMIT_ELEMENTS_ENV_ID"
3828
+ ],
3829
+ "required": false,
3830
+ "secret": false,
3831
+ "public": false,
3832
+ "sourcePath": "/platform/permit",
3833
+ "environmentPolicy": "environment_specific",
3834
+ "consumers": [
3835
+ "lucern-web"
3836
+ ],
3837
+ "destinations": [
3838
+ {
3839
+ "kind": "vercel",
3840
+ "target": "lucern",
3841
+ "writeNames": [
3842
+ "LUCERN_PERMIT_ELEMENTS_ENV_ID"
3843
+ ]
3844
+ }
3845
+ ],
3846
+ "description": "Permit environment id used by Lucern web to authenticate embedded Permit Elements."
3847
+ },
3848
+ "LUCERN_PERMIT_ELEMENTS_JWT_TEMPLATE": {
3849
+ "secretId": "platform.permit.elements-jwt-template",
3850
+ "canonicalName": "LUCERN_PERMIT_ELEMENTS_JWT_TEMPLATE",
3851
+ "envNames": [
3852
+ "LUCERN_PERMIT_ELEMENTS_JWT_TEMPLATE"
3853
+ ],
3854
+ "aliases": [],
3855
+ "writeNames": [
3856
+ "LUCERN_PERMIT_ELEMENTS_JWT_TEMPLATE"
3857
+ ],
3858
+ "required": false,
3859
+ "secret": false,
3860
+ "public": false,
3861
+ "sourcePath": "/platform/permit",
3862
+ "environmentPolicy": "environment_specific",
3863
+ "consumers": [
3864
+ "lucern-web"
3865
+ ],
3866
+ "destinations": [
3867
+ {
3868
+ "kind": "vercel",
3869
+ "target": "lucern",
3870
+ "writeNames": [
3871
+ "LUCERN_PERMIT_ELEMENTS_JWT_TEMPLATE"
3872
+ ]
3873
+ }
3874
+ ],
3875
+ "description": "Optional Clerk JWT template name used for Permit Elements frontendOnly login. Defaults to permit-elements. Optional Clerk JWT template name for Permit Elements frontendOnly login."
3876
+ },
3877
+ "LUCERN_PERMIT_ELEMENTS_USER_MANAGEMENT_URL": {
3878
+ "secretId": "platform.permit.elements-user-management-url",
3879
+ "canonicalName": "LUCERN_PERMIT_ELEMENTS_USER_MANAGEMENT_URL",
3880
+ "envNames": [
3881
+ "LUCERN_PERMIT_ELEMENTS_USER_MANAGEMENT_URL"
3882
+ ],
3883
+ "aliases": [],
3884
+ "writeNames": [
3885
+ "LUCERN_PERMIT_ELEMENTS_USER_MANAGEMENT_URL"
3886
+ ],
3887
+ "required": false,
3888
+ "secret": false,
3889
+ "public": false,
3890
+ "sourcePath": "/platform/permit",
3891
+ "environmentPolicy": "environment_specific",
3892
+ "consumers": [
3893
+ "lucern-web"
3894
+ ],
3895
+ "destinations": [
3896
+ {
3897
+ "kind": "vercel",
3898
+ "target": "lucern",
3899
+ "writeNames": [
3900
+ "LUCERN_PERMIT_ELEMENTS_USER_MANAGEMENT_URL"
3901
+ ]
3902
+ }
3903
+ ],
3904
+ "description": "Permit Elements dashboard iframe URL for the User Management element. Permit Elements dashboard iframe URL for user and group management."
3905
+ },
3720
3906
  "LUCERN_PERMIT_PDP_URL": {
3721
3907
  "secretId": "platform.permit.pdp-url",
3722
3908
  "canonicalName": "LUCERN_PERMIT_PDP_URL",
@@ -6713,6 +6899,12 @@ var GENERATED_INFISICAL_RUNTIME_ENV = {
6713
6899
  "PERMIT_API_KEY": "LUCERN_PERMIT_API_KEY",
6714
6900
  "LUCERN_PERMIT_API_URL": "LUCERN_PERMIT_API_URL",
6715
6901
  "PERMIT_API_URL": "LUCERN_PERMIT_API_URL",
6902
+ "LUCERN_PERMIT_ELEMENTS_ACCESS_REQUEST_URL": "LUCERN_PERMIT_ELEMENTS_ACCESS_REQUEST_URL",
6903
+ "LUCERN_PERMIT_ELEMENTS_APPROVALS_URL": "LUCERN_PERMIT_ELEMENTS_APPROVALS_URL",
6904
+ "LUCERN_PERMIT_ELEMENTS_AUDIT_LOGS_URL": "LUCERN_PERMIT_ELEMENTS_AUDIT_LOGS_URL",
6905
+ "LUCERN_PERMIT_ELEMENTS_ENV_ID": "LUCERN_PERMIT_ELEMENTS_ENV_ID",
6906
+ "LUCERN_PERMIT_ELEMENTS_JWT_TEMPLATE": "LUCERN_PERMIT_ELEMENTS_JWT_TEMPLATE",
6907
+ "LUCERN_PERMIT_ELEMENTS_USER_MANAGEMENT_URL": "LUCERN_PERMIT_ELEMENTS_USER_MANAGEMENT_URL",
6716
6908
  "LUCERN_PERMIT_PDP_URL": "LUCERN_PERMIT_PDP_URL",
6717
6909
  "PERMIT_PDP_URL": "LUCERN_PERMIT_PDP_URL",
6718
6910
  "LUCERN_PERMIT_WEBHOOK_SECRET": "LUCERN_PERMIT_WEBHOOK_SECRET",
@@ -6831,7 +7023,8 @@ var GENERATED_INFISICAL_RUNTIME_ENV = {
6831
7023
  "description": "Lucern web consumes Clerk and runtime config via Infisical-to-Vercel syncs.",
6832
7024
  "sourcePathIds": [
6833
7025
  "platform-auth",
6834
- "platform-runtime"
7026
+ "platform-runtime",
7027
+ "platform-permit"
6835
7028
  ],
6836
7029
  "variables": [
6837
7030
  {
@@ -7039,6 +7232,174 @@ var GENERATED_INFISICAL_RUNTIME_ENV = {
7039
7232
  "destinations": [],
7040
7233
  "description": "Browser login origin used when it differs from the API."
7041
7234
  },
7235
+ {
7236
+ "canonicalName": "LUCERN_PERMIT_ELEMENTS_ACCESS_REQUEST_URL",
7237
+ "envNames": [
7238
+ "LUCERN_PERMIT_ELEMENTS_ACCESS_REQUEST_URL"
7239
+ ],
7240
+ "aliases": [],
7241
+ "writeNames": [
7242
+ "LUCERN_PERMIT_ELEMENTS_ACCESS_REQUEST_URL"
7243
+ ],
7244
+ "required": false,
7245
+ "secret": false,
7246
+ "public": false,
7247
+ "sourcePath": "/platform/permit",
7248
+ "environmentPolicy": "environment_specific",
7249
+ "consumers": [
7250
+ "lucern-web"
7251
+ ],
7252
+ "destinations": [
7253
+ {
7254
+ "kind": "vercel",
7255
+ "target": "lucern",
7256
+ "writeNames": [
7257
+ "LUCERN_PERMIT_ELEMENTS_ACCESS_REQUEST_URL"
7258
+ ]
7259
+ }
7260
+ ],
7261
+ "description": "Permit Elements dashboard iframe URL for access requests. Permit Elements dashboard iframe URL for the Access Request element."
7262
+ },
7263
+ {
7264
+ "canonicalName": "LUCERN_PERMIT_ELEMENTS_APPROVALS_URL",
7265
+ "envNames": [
7266
+ "LUCERN_PERMIT_ELEMENTS_APPROVALS_URL"
7267
+ ],
7268
+ "aliases": [],
7269
+ "writeNames": [
7270
+ "LUCERN_PERMIT_ELEMENTS_APPROVALS_URL"
7271
+ ],
7272
+ "required": false,
7273
+ "secret": false,
7274
+ "public": false,
7275
+ "sourcePath": "/platform/permit",
7276
+ "environmentPolicy": "environment_specific",
7277
+ "consumers": [
7278
+ "lucern-web"
7279
+ ],
7280
+ "destinations": [
7281
+ {
7282
+ "kind": "vercel",
7283
+ "target": "lucern",
7284
+ "writeNames": [
7285
+ "LUCERN_PERMIT_ELEMENTS_APPROVALS_URL"
7286
+ ]
7287
+ }
7288
+ ],
7289
+ "description": "Permit Elements dashboard iframe URL for approval management. Permit Elements dashboard iframe URL for the Approval Management element."
7290
+ },
7291
+ {
7292
+ "canonicalName": "LUCERN_PERMIT_ELEMENTS_AUDIT_LOGS_URL",
7293
+ "envNames": [
7294
+ "LUCERN_PERMIT_ELEMENTS_AUDIT_LOGS_URL"
7295
+ ],
7296
+ "aliases": [],
7297
+ "writeNames": [
7298
+ "LUCERN_PERMIT_ELEMENTS_AUDIT_LOGS_URL"
7299
+ ],
7300
+ "required": false,
7301
+ "secret": false,
7302
+ "public": false,
7303
+ "sourcePath": "/platform/permit",
7304
+ "environmentPolicy": "environment_specific",
7305
+ "consumers": [
7306
+ "lucern-web"
7307
+ ],
7308
+ "destinations": [
7309
+ {
7310
+ "kind": "vercel",
7311
+ "target": "lucern",
7312
+ "writeNames": [
7313
+ "LUCERN_PERMIT_ELEMENTS_AUDIT_LOGS_URL"
7314
+ ]
7315
+ }
7316
+ ],
7317
+ "description": "Permit Elements dashboard iframe URL for audit logs. Permit Elements dashboard iframe URL for the Audit Logs element."
7318
+ },
7319
+ {
7320
+ "canonicalName": "LUCERN_PERMIT_ELEMENTS_ENV_ID",
7321
+ "envNames": [
7322
+ "LUCERN_PERMIT_ELEMENTS_ENV_ID"
7323
+ ],
7324
+ "aliases": [],
7325
+ "writeNames": [
7326
+ "LUCERN_PERMIT_ELEMENTS_ENV_ID"
7327
+ ],
7328
+ "required": false,
7329
+ "secret": false,
7330
+ "public": false,
7331
+ "sourcePath": "/platform/permit",
7332
+ "environmentPolicy": "environment_specific",
7333
+ "consumers": [
7334
+ "lucern-web"
7335
+ ],
7336
+ "destinations": [
7337
+ {
7338
+ "kind": "vercel",
7339
+ "target": "lucern",
7340
+ "writeNames": [
7341
+ "LUCERN_PERMIT_ELEMENTS_ENV_ID"
7342
+ ]
7343
+ }
7344
+ ],
7345
+ "description": "Permit environment id used by Lucern web to authenticate embedded Permit Elements."
7346
+ },
7347
+ {
7348
+ "canonicalName": "LUCERN_PERMIT_ELEMENTS_JWT_TEMPLATE",
7349
+ "envNames": [
7350
+ "LUCERN_PERMIT_ELEMENTS_JWT_TEMPLATE"
7351
+ ],
7352
+ "aliases": [],
7353
+ "writeNames": [
7354
+ "LUCERN_PERMIT_ELEMENTS_JWT_TEMPLATE"
7355
+ ],
7356
+ "required": false,
7357
+ "secret": false,
7358
+ "public": false,
7359
+ "sourcePath": "/platform/permit",
7360
+ "environmentPolicy": "environment_specific",
7361
+ "consumers": [
7362
+ "lucern-web"
7363
+ ],
7364
+ "destinations": [
7365
+ {
7366
+ "kind": "vercel",
7367
+ "target": "lucern",
7368
+ "writeNames": [
7369
+ "LUCERN_PERMIT_ELEMENTS_JWT_TEMPLATE"
7370
+ ]
7371
+ }
7372
+ ],
7373
+ "description": "Optional Clerk JWT template name for Permit Elements frontendOnly login. Optional Clerk JWT template name used for Permit Elements frontendOnly login. Defaults to permit-elements."
7374
+ },
7375
+ {
7376
+ "canonicalName": "LUCERN_PERMIT_ELEMENTS_USER_MANAGEMENT_URL",
7377
+ "envNames": [
7378
+ "LUCERN_PERMIT_ELEMENTS_USER_MANAGEMENT_URL"
7379
+ ],
7380
+ "aliases": [],
7381
+ "writeNames": [
7382
+ "LUCERN_PERMIT_ELEMENTS_USER_MANAGEMENT_URL"
7383
+ ],
7384
+ "required": false,
7385
+ "secret": false,
7386
+ "public": false,
7387
+ "sourcePath": "/platform/permit",
7388
+ "environmentPolicy": "environment_specific",
7389
+ "consumers": [
7390
+ "lucern-web"
7391
+ ],
7392
+ "destinations": [
7393
+ {
7394
+ "kind": "vercel",
7395
+ "target": "lucern",
7396
+ "writeNames": [
7397
+ "LUCERN_PERMIT_ELEMENTS_USER_MANAGEMENT_URL"
7398
+ ]
7399
+ }
7400
+ ],
7401
+ "description": "Permit Elements dashboard iframe URL for user and group management. Permit Elements dashboard iframe URL for the User Management element."
7402
+ },
7042
7403
  {
7043
7404
  "canonicalName": "NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY",
7044
7405
  "envNames": [
@@ -25283,6 +25644,180 @@ var GENERATED_INFISICAL_RUNTIME_ENV = {
25283
25644
  ],
25284
25645
  "description": "Lucern runtime environment label."
25285
25646
  },
25647
+ {
25648
+ "secretId": "platform.permit.elements-access-request-url",
25649
+ "canonicalName": "LUCERN_PERMIT_ELEMENTS_ACCESS_REQUEST_URL",
25650
+ "envNames": [
25651
+ "LUCERN_PERMIT_ELEMENTS_ACCESS_REQUEST_URL"
25652
+ ],
25653
+ "aliases": [],
25654
+ "writeNames": [
25655
+ "LUCERN_PERMIT_ELEMENTS_ACCESS_REQUEST_URL"
25656
+ ],
25657
+ "required": false,
25658
+ "secret": false,
25659
+ "public": false,
25660
+ "sourcePath": "/platform/permit",
25661
+ "environmentPolicy": "environment_specific",
25662
+ "consumers": [
25663
+ "lucern-web"
25664
+ ],
25665
+ "destinations": [
25666
+ {
25667
+ "kind": "vercel",
25668
+ "target": "lucern",
25669
+ "writeNames": [
25670
+ "LUCERN_PERMIT_ELEMENTS_ACCESS_REQUEST_URL"
25671
+ ]
25672
+ }
25673
+ ],
25674
+ "description": "Permit Elements dashboard iframe URL for the Access Request element."
25675
+ },
25676
+ {
25677
+ "secretId": "platform.permit.elements-approvals-url",
25678
+ "canonicalName": "LUCERN_PERMIT_ELEMENTS_APPROVALS_URL",
25679
+ "envNames": [
25680
+ "LUCERN_PERMIT_ELEMENTS_APPROVALS_URL"
25681
+ ],
25682
+ "aliases": [],
25683
+ "writeNames": [
25684
+ "LUCERN_PERMIT_ELEMENTS_APPROVALS_URL"
25685
+ ],
25686
+ "required": false,
25687
+ "secret": false,
25688
+ "public": false,
25689
+ "sourcePath": "/platform/permit",
25690
+ "environmentPolicy": "environment_specific",
25691
+ "consumers": [
25692
+ "lucern-web"
25693
+ ],
25694
+ "destinations": [
25695
+ {
25696
+ "kind": "vercel",
25697
+ "target": "lucern",
25698
+ "writeNames": [
25699
+ "LUCERN_PERMIT_ELEMENTS_APPROVALS_URL"
25700
+ ]
25701
+ }
25702
+ ],
25703
+ "description": "Permit Elements dashboard iframe URL for the Approval Management element."
25704
+ },
25705
+ {
25706
+ "secretId": "platform.permit.elements-audit-logs-url",
25707
+ "canonicalName": "LUCERN_PERMIT_ELEMENTS_AUDIT_LOGS_URL",
25708
+ "envNames": [
25709
+ "LUCERN_PERMIT_ELEMENTS_AUDIT_LOGS_URL"
25710
+ ],
25711
+ "aliases": [],
25712
+ "writeNames": [
25713
+ "LUCERN_PERMIT_ELEMENTS_AUDIT_LOGS_URL"
25714
+ ],
25715
+ "required": false,
25716
+ "secret": false,
25717
+ "public": false,
25718
+ "sourcePath": "/platform/permit",
25719
+ "environmentPolicy": "environment_specific",
25720
+ "consumers": [
25721
+ "lucern-web"
25722
+ ],
25723
+ "destinations": [
25724
+ {
25725
+ "kind": "vercel",
25726
+ "target": "lucern",
25727
+ "writeNames": [
25728
+ "LUCERN_PERMIT_ELEMENTS_AUDIT_LOGS_URL"
25729
+ ]
25730
+ }
25731
+ ],
25732
+ "description": "Permit Elements dashboard iframe URL for the Audit Logs element."
25733
+ },
25734
+ {
25735
+ "secretId": "platform.permit.elements-env-id",
25736
+ "canonicalName": "LUCERN_PERMIT_ELEMENTS_ENV_ID",
25737
+ "envNames": [
25738
+ "LUCERN_PERMIT_ELEMENTS_ENV_ID"
25739
+ ],
25740
+ "aliases": [],
25741
+ "writeNames": [
25742
+ "LUCERN_PERMIT_ELEMENTS_ENV_ID"
25743
+ ],
25744
+ "required": false,
25745
+ "secret": false,
25746
+ "public": false,
25747
+ "sourcePath": "/platform/permit",
25748
+ "environmentPolicy": "environment_specific",
25749
+ "consumers": [
25750
+ "lucern-web"
25751
+ ],
25752
+ "destinations": [
25753
+ {
25754
+ "kind": "vercel",
25755
+ "target": "lucern",
25756
+ "writeNames": [
25757
+ "LUCERN_PERMIT_ELEMENTS_ENV_ID"
25758
+ ]
25759
+ }
25760
+ ],
25761
+ "description": "Permit environment id used by Lucern web to authenticate embedded Permit Elements."
25762
+ },
25763
+ {
25764
+ "secretId": "platform.permit.elements-jwt-template",
25765
+ "canonicalName": "LUCERN_PERMIT_ELEMENTS_JWT_TEMPLATE",
25766
+ "envNames": [
25767
+ "LUCERN_PERMIT_ELEMENTS_JWT_TEMPLATE"
25768
+ ],
25769
+ "aliases": [],
25770
+ "writeNames": [
25771
+ "LUCERN_PERMIT_ELEMENTS_JWT_TEMPLATE"
25772
+ ],
25773
+ "required": false,
25774
+ "secret": false,
25775
+ "public": false,
25776
+ "sourcePath": "/platform/permit",
25777
+ "environmentPolicy": "environment_specific",
25778
+ "consumers": [
25779
+ "lucern-web"
25780
+ ],
25781
+ "destinations": [
25782
+ {
25783
+ "kind": "vercel",
25784
+ "target": "lucern",
25785
+ "writeNames": [
25786
+ "LUCERN_PERMIT_ELEMENTS_JWT_TEMPLATE"
25787
+ ]
25788
+ }
25789
+ ],
25790
+ "description": "Optional Clerk JWT template name used for Permit Elements frontendOnly login. Defaults to permit-elements."
25791
+ },
25792
+ {
25793
+ "secretId": "platform.permit.elements-user-management-url",
25794
+ "canonicalName": "LUCERN_PERMIT_ELEMENTS_USER_MANAGEMENT_URL",
25795
+ "envNames": [
25796
+ "LUCERN_PERMIT_ELEMENTS_USER_MANAGEMENT_URL"
25797
+ ],
25798
+ "aliases": [],
25799
+ "writeNames": [
25800
+ "LUCERN_PERMIT_ELEMENTS_USER_MANAGEMENT_URL"
25801
+ ],
25802
+ "required": false,
25803
+ "secret": false,
25804
+ "public": false,
25805
+ "sourcePath": "/platform/permit",
25806
+ "environmentPolicy": "environment_specific",
25807
+ "consumers": [
25808
+ "lucern-web"
25809
+ ],
25810
+ "destinations": [
25811
+ {
25812
+ "kind": "vercel",
25813
+ "target": "lucern",
25814
+ "writeNames": [
25815
+ "LUCERN_PERMIT_ELEMENTS_USER_MANAGEMENT_URL"
25816
+ ]
25817
+ }
25818
+ ],
25819
+ "description": "Permit Elements dashboard iframe URL for the User Management element."
25820
+ },
25286
25821
  {
25287
25822
  "secretId": "platform.clerk.publishable",
25288
25823
  "canonicalName": "NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY",