|
|
@@ -121,6 +121,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
|