Skip to content

Commit 1b86c27

Browse files
committed
wip: zen
1 parent fe43bdb commit 1b86c27

6 files changed

Lines changed: 72 additions & 0 deletions

File tree

packages/console/core/sst-env.d.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,18 @@ declare module "sst" {
9595
"type": "sst.sst.Secret"
9696
"value": string
9797
}
98+
"SALESFORCE_CLIENT_ID": {
99+
"type": "sst.sst.Secret"
100+
"value": string
101+
}
102+
"SALESFORCE_CLIENT_SECRET": {
103+
"type": "sst.sst.Secret"
104+
"value": string
105+
}
106+
"SALESFORCE_INSTANCE_URL": {
107+
"type": "sst.sst.Secret"
108+
"value": string
109+
}
98110
"STRIPE_PUBLISHABLE_KEY": {
99111
"type": "sst.sst.Secret"
100112
"value": string

packages/console/function/sst-env.d.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,18 @@ declare module "sst" {
9595
"type": "sst.sst.Secret"
9696
"value": string
9797
}
98+
"SALESFORCE_CLIENT_ID": {
99+
"type": "sst.sst.Secret"
100+
"value": string
101+
}
102+
"SALESFORCE_CLIENT_SECRET": {
103+
"type": "sst.sst.Secret"
104+
"value": string
105+
}
106+
"SALESFORCE_INSTANCE_URL": {
107+
"type": "sst.sst.Secret"
108+
"value": string
109+
}
98110
"STRIPE_PUBLISHABLE_KEY": {
99111
"type": "sst.sst.Secret"
100112
"value": string

packages/console/resource/sst-env.d.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,18 @@ declare module "sst" {
9595
"type": "sst.sst.Secret"
9696
"value": string
9797
}
98+
"SALESFORCE_CLIENT_ID": {
99+
"type": "sst.sst.Secret"
100+
"value": string
101+
}
102+
"SALESFORCE_CLIENT_SECRET": {
103+
"type": "sst.sst.Secret"
104+
"value": string
105+
}
106+
"SALESFORCE_INSTANCE_URL": {
107+
"type": "sst.sst.Secret"
108+
"value": string
109+
}
98110
"STRIPE_PUBLISHABLE_KEY": {
99111
"type": "sst.sst.Secret"
100112
"value": string

packages/enterprise/sst-env.d.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,18 @@ declare module "sst" {
9595
"type": "sst.sst.Secret"
9696
"value": string
9797
}
98+
"SALESFORCE_CLIENT_ID": {
99+
"type": "sst.sst.Secret"
100+
"value": string
101+
}
102+
"SALESFORCE_CLIENT_SECRET": {
103+
"type": "sst.sst.Secret"
104+
"value": string
105+
}
106+
"SALESFORCE_INSTANCE_URL": {
107+
"type": "sst.sst.Secret"
108+
"value": string
109+
}
98110
"STRIPE_PUBLISHABLE_KEY": {
99111
"type": "sst.sst.Secret"
100112
"value": string

packages/function/sst-env.d.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,18 @@ declare module "sst" {
9595
"type": "sst.sst.Secret"
9696
"value": string
9797
}
98+
"SALESFORCE_CLIENT_ID": {
99+
"type": "sst.sst.Secret"
100+
"value": string
101+
}
102+
"SALESFORCE_CLIENT_SECRET": {
103+
"type": "sst.sst.Secret"
104+
"value": string
105+
}
106+
"SALESFORCE_INSTANCE_URL": {
107+
"type": "sst.sst.Secret"
108+
"value": string
109+
}
98110
"STRIPE_PUBLISHABLE_KEY": {
99111
"type": "sst.sst.Secret"
100112
"value": string

sst-env.d.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,18 @@ declare module "sst" {
121121
"type": "sst.sst.Secret"
122122
"value": string
123123
}
124+
"SALESFORCE_CLIENT_ID": {
125+
"type": "sst.sst.Secret"
126+
"value": string
127+
}
128+
"SALESFORCE_CLIENT_SECRET": {
129+
"type": "sst.sst.Secret"
130+
"value": string
131+
}
132+
"SALESFORCE_INSTANCE_URL": {
133+
"type": "sst.sst.Secret"
134+
"value": string
135+
}
124136
"STRIPE_PUBLISHABLE_KEY": {
125137
"type": "sst.sst.Secret"
126138
"value": string

0 commit comments

Comments
 (0)