summaryrefslogtreecommitdiffhomepage
path: root/packages/enterprise
diff options
context:
space:
mode:
authorFrank <[email protected]>2026-03-17 23:31:14 -0400
committerFrank <[email protected]>2026-03-17 23:31:14 -0400
commit1b86c27fb8d5b96e09cab48ad33ce08f381652cb (patch)
tree2fbd57017c6e85f93b627cb6ff97724cc421ff9b /packages/enterprise
parentfe43bdb699ab065482abd162576f5e6a42199311 (diff)
downloadopencode-1b86c27fb8d5b96e09cab48ad33ce08f381652cb.tar.gz
opencode-1b86c27fb8d5b96e09cab48ad33ce08f381652cb.zip
wip: zen
Diffstat (limited to 'packages/enterprise')
-rw-r--r--packages/enterprise/sst-env.d.ts12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/enterprise/sst-env.d.ts b/packages/enterprise/sst-env.d.ts
index d00d0c32f..5e2693ad8 100644
--- a/packages/enterprise/sst-env.d.ts
+++ b/packages/enterprise/sst-env.d.ts
@@ -95,6 +95,18 @@ declare module "sst" {
"type": "sst.sst.Secret"
"value": string
}
+ "SALESFORCE_CLIENT_ID": {
+ "type": "sst.sst.Secret"
+ "value": string
+ }
+ "SALESFORCE_CLIENT_SECRET": {
+ "type": "sst.sst.Secret"
+ "value": string
+ }
+ "SALESFORCE_INSTANCE_URL": {
+ "type": "sst.sst.Secret"
+ "value": string
+ }
"STRIPE_PUBLISHABLE_KEY": {
"type": "sst.sst.Secret"
"value": string