veryfront 0.1.678 → 0.1.679
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.
package/esm/deno.js
CHANGED
|
@@ -5351,7 +5351,7 @@ export const connectors = [
|
|
|
5351
5351
|
"provider": "hubspot",
|
|
5352
5352
|
"authorizationUrl": "https://app.hubspot.com/oauth/authorize",
|
|
5353
5353
|
"tokenUrl": "https://api.hubapi.com/oauth/v1/token",
|
|
5354
|
-
"scopes": ["
|
|
5354
|
+
"scopes": ["oauth", "crm.objects.contacts.read"],
|
|
5355
5355
|
"optionalScopes": ["crm.objects.leads.read", "crm.objects.leads.write"],
|
|
5356
5356
|
"tokenAuthMethod": "request_body",
|
|
5357
5357
|
"supportsRefreshToken": true,
|
|
@@ -115,8 +115,8 @@ export const hubspotConfig = {
|
|
|
115
115
|
clientSecretEnvVar: "HUBSPOT_CLIENT_SECRET",
|
|
116
116
|
apiBaseUrl: "https://api.hubapi.com",
|
|
117
117
|
defaultScopes: [
|
|
118
|
+
"oauth",
|
|
118
119
|
"crm.objects.contacts.read",
|
|
119
|
-
"crm.objects.contacts.write",
|
|
120
120
|
],
|
|
121
121
|
};
|
|
122
122
|
/** Configuration used by salesforce. */
|