File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments