@lucern/contracts 0.3.0-alpha.14 → 0.3.0-alpha.15

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.
@@ -262,6 +262,7 @@ var GENERATED_INFISICAL_RUNTIME_ENV = {
262
262
  "LUCERN_TENANT_SECRET_ENCRYPTION_KEY",
263
263
  "LUCERN_TOPIC_ID",
264
264
  "LUCERN_USER_TOKEN",
265
+ "LUCERN_VERCEL_TOKEN",
265
266
  "LUCERN_WEB_BASE_URL",
266
267
  "LUCERN_WORKSPACE_ID",
267
268
  "LUCERN_WORKTREE_ID",
@@ -333,6 +334,7 @@ var GENERATED_INFISICAL_RUNTIME_ENV = {
333
334
  "STACK_CONVEX_URL",
334
335
  "STACK_DEPLOY_KEY",
335
336
  "STACK_DEPLOY_RECONCILIATION_SCHEMA_JSON",
337
+ "STACK_VERCEL_TOKEN",
336
338
  "STACKOS_DEPLOY_ENTRYPOINT",
337
339
  "STACKOS_DEPLOY_TARGET",
338
340
  "STACKOS_ENGINEERING_GRAPH_CONVEX_URL",
@@ -516,6 +518,7 @@ var GENERATED_INFISICAL_RUNTIME_ENV = {
516
518
  "LUCERN_TENANT_SECRET_ENCRYPTION_KEY",
517
519
  "LUCERN_TOPIC_ID",
518
520
  "LUCERN_USER_TOKEN",
521
+ "LUCERN_VERCEL_TOKEN",
519
522
  "LUCERN_WEB_BASE_URL",
520
523
  "LUCERN_WORKSPACE_ID",
521
524
  "LUCERN_WORKTREE_ID",
@@ -591,6 +594,7 @@ var GENERATED_INFISICAL_RUNTIME_ENV = {
591
594
  "STACK_CONVEX_URL",
592
595
  "STACK_DEPLOY_KEY",
593
596
  "STACK_DEPLOY_RECONCILIATION_SCHEMA_JSON",
597
+ "STACK_VERCEL_TOKEN",
594
598
  "STACKOS_DEPLOY_ENTRYPOINT",
595
599
  "STACKOS_DEPLOY_TARGET",
596
600
  "STACKOS_ENGINEERING_GRAPH_CONVEX_URL",
@@ -3713,6 +3717,35 @@ var GENERATED_INFISICAL_RUNTIME_ENV = {
3713
3717
  ],
3714
3718
  "description": "Encrypts tenant deployment credentials stored in MC. Session-token fallback is legacy only."
3715
3719
  },
3720
+ "LUCERN_VERCEL_TOKEN": {
3721
+ "secretId": "platform.deploy.vercel-token.lucern",
3722
+ "canonicalName": "LUCERN_VERCEL_TOKEN",
3723
+ "envNames": [
3724
+ "LUCERN_VERCEL_TOKEN"
3725
+ ],
3726
+ "aliases": [],
3727
+ "writeNames": [
3728
+ "LUCERN_VERCEL_TOKEN"
3729
+ ],
3730
+ "required": false,
3731
+ "secret": true,
3732
+ "public": false,
3733
+ "sourcePath": "/platform/deploy/vercel",
3734
+ "environmentPolicy": "same_all_environments",
3735
+ "consumers": [
3736
+ "lucern-repo-ci"
3737
+ ],
3738
+ "destinations": [
3739
+ {
3740
+ "kind": "operator_local",
3741
+ "target": "secret-sync-writer",
3742
+ "writeNames": [
3743
+ "LUCERN_VERCEL_TOKEN"
3744
+ ]
3745
+ }
3746
+ ],
3747
+ "description": "Lucern Vercel API token for manifest-scoped Lucern tenant Vercel secret sync. Never copy into tenant apps."
3748
+ },
3716
3749
  "NEO4J_DATABASE": {
3717
3750
  "secretId": "platform.neo4j.database",
3718
3751
  "canonicalName": "NEO4J_DATABASE",
@@ -5777,6 +5810,35 @@ var GENERATED_INFISICAL_RUNTIME_ENV = {
5777
5810
  ],
5778
5811
  "description": "stack/frontend: Tenant-owned Sentry webhook verification secret. stack/stackos: Tenant-owned Sentry webhook verification secret."
5779
5812
  },
5813
+ "STACK_VERCEL_TOKEN": {
5814
+ "secretId": "platform.deploy.vercel-token.stack",
5815
+ "canonicalName": "STACK_VERCEL_TOKEN",
5816
+ "envNames": [
5817
+ "STACK_VERCEL_TOKEN"
5818
+ ],
5819
+ "aliases": [],
5820
+ "writeNames": [
5821
+ "STACK_VERCEL_TOKEN"
5822
+ ],
5823
+ "required": false,
5824
+ "secret": true,
5825
+ "public": false,
5826
+ "sourcePath": "/platform/deploy/vercel",
5827
+ "environmentPolicy": "same_all_environments",
5828
+ "consumers": [
5829
+ "lucern-repo-ci"
5830
+ ],
5831
+ "destinations": [
5832
+ {
5833
+ "kind": "operator_local",
5834
+ "target": "secret-sync-writer",
5835
+ "writeNames": [
5836
+ "STACK_VERCEL_TOKEN"
5837
+ ]
5838
+ }
5839
+ ],
5840
+ "description": "Stack Vercel API token for manifest-scoped Stack tenant Vercel secret sync. Never copy into tenant apps."
5841
+ },
5780
5842
  "STACKOS_DEPLOY_TARGET": {
5781
5843
  "secretId": "tenant.stackos.deploy-guard.local",
5782
5844
  "canonicalName": "STACKOS_DEPLOY_TARGET",
@@ -6141,6 +6203,7 @@ var GENERATED_INFISICAL_RUNTIME_ENV = {
6141
6203
  "LUCERN_WORKSPACE_ID": "LUCERN_TENANT_ID",
6142
6204
  "LUCERN_WORKTREE_ID": "LUCERN_TENANT_ID",
6143
6205
  "LUCERN_TENANT_SECRET_ENCRYPTION_KEY": "LUCERN_TENANT_SECRET_ENCRYPTION_KEY",
6206
+ "LUCERN_VERCEL_TOKEN": "LUCERN_VERCEL_TOKEN",
6144
6207
  "NEO4J_DATABASE": "NEO4J_DATABASE",
6145
6208
  "NEO4J_ENG_PASSWORD": "NEO4J_PASSWORD",
6146
6209
  "NEO4J_PASSWORD": "NEO4J_PASSWORD",
@@ -6194,6 +6257,7 @@ var GENERATED_INFISICAL_RUNTIME_ENV = {
6194
6257
  "SENTRY_PROJECT": "SENTRY_PROJECT",
6195
6258
  "SENTRY_PROJECT_NEXTJS": "SENTRY_PROJECT",
6196
6259
  "SENTRY_WEBHOOK_SECRET": "SENTRY_WEBHOOK_SECRET",
6260
+ "STACK_VERCEL_TOKEN": "STACK_VERCEL_TOKEN",
6197
6261
  "STACK_DEPLOY_RECONCILIATION_SCHEMA_JSON": "STACKOS_DEPLOY_TARGET",
6198
6262
  "STACKOS_DEPLOY_ENTRYPOINT": "STACKOS_DEPLOY_TARGET",
6199
6263
  "STACKOS_DEPLOY_TARGET": "STACKOS_DEPLOY_TARGET",
@@ -19123,6 +19187,64 @@ var GENERATED_INFISICAL_RUNTIME_ENV = {
19123
19187
  }
19124
19188
  ],
19125
19189
  "operator_local:secret-sync-writer": [
19190
+ {
19191
+ "secretId": "platform.deploy.vercel-token.lucern",
19192
+ "canonicalName": "LUCERN_VERCEL_TOKEN",
19193
+ "envNames": [
19194
+ "LUCERN_VERCEL_TOKEN"
19195
+ ],
19196
+ "aliases": [],
19197
+ "writeNames": [
19198
+ "LUCERN_VERCEL_TOKEN"
19199
+ ],
19200
+ "required": false,
19201
+ "secret": true,
19202
+ "public": false,
19203
+ "sourcePath": "/platform/deploy/vercel",
19204
+ "environmentPolicy": "same_all_environments",
19205
+ "consumers": [
19206
+ "lucern-repo-ci"
19207
+ ],
19208
+ "destinations": [
19209
+ {
19210
+ "kind": "operator_local",
19211
+ "target": "secret-sync-writer",
19212
+ "writeNames": [
19213
+ "LUCERN_VERCEL_TOKEN"
19214
+ ]
19215
+ }
19216
+ ],
19217
+ "description": "Lucern Vercel API token for manifest-scoped Lucern tenant Vercel secret sync. Never copy into tenant apps."
19218
+ },
19219
+ {
19220
+ "secretId": "platform.deploy.vercel-token.stack",
19221
+ "canonicalName": "STACK_VERCEL_TOKEN",
19222
+ "envNames": [
19223
+ "STACK_VERCEL_TOKEN"
19224
+ ],
19225
+ "aliases": [],
19226
+ "writeNames": [
19227
+ "STACK_VERCEL_TOKEN"
19228
+ ],
19229
+ "required": false,
19230
+ "secret": true,
19231
+ "public": false,
19232
+ "sourcePath": "/platform/deploy/vercel",
19233
+ "environmentPolicy": "same_all_environments",
19234
+ "consumers": [
19235
+ "lucern-repo-ci"
19236
+ ],
19237
+ "destinations": [
19238
+ {
19239
+ "kind": "operator_local",
19240
+ "target": "secret-sync-writer",
19241
+ "writeNames": [
19242
+ "STACK_VERCEL_TOKEN"
19243
+ ]
19244
+ }
19245
+ ],
19246
+ "description": "Stack Vercel API token for manifest-scoped Stack tenant Vercel secret sync. Never copy into tenant apps."
19247
+ },
19126
19248
  {
19127
19249
  "secretId": "platform.deploy.vercel-org-id",
19128
19250
  "canonicalName": "VERCEL_ORG_ID",