@bigfootai/bigfoot-types 5.2.12 → 5.2.14
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/metadata/providers/google.js +2 -2
- package/metadata/providers/google.ts +2 -2
- package/metadata/providers/noded.js +2 -2
- package/metadata/providers/noded.ts +2 -4
- package/metadata/providers/salesforce.js +1 -1
- package/metadata/providers/salesforce.ts +1 -1
- package/model.ts +1 -0
- package/package.json +1 -1
@@ -7,7 +7,7 @@ exports.Google = {
|
|
7
7
|
dateCreated: 0,
|
8
8
|
dateUpdated: 0,
|
9
9
|
name: 'google',
|
10
|
-
description: '
|
10
|
+
description: 'Automate your Google Workspace',
|
11
11
|
instanceUrl: 'https://connect-google-dev.noded.so',
|
12
12
|
applications: [
|
13
13
|
{
|
@@ -58,5 +58,5 @@ exports.Google = {
|
|
58
58
|
},
|
59
59
|
],
|
60
60
|
label: 'Google Connect',
|
61
|
-
iconUrl: 'https://
|
61
|
+
iconUrl: 'https://static.vecteezy.com/system/resources/previews/022/484/503/non_2x/google-lens-icon-logo-symbol-free-png.png',
|
62
62
|
};
|
@@ -5,7 +5,7 @@ export const Google: Provider = {
|
|
5
5
|
dateCreated: 0,
|
6
6
|
dateUpdated: 0,
|
7
7
|
name: 'google',
|
8
|
-
description: '
|
8
|
+
description: 'Automate your Google Workspace',
|
9
9
|
instanceUrl: 'https://connect-google-dev.noded.so',
|
10
10
|
applications: [
|
11
11
|
{
|
@@ -61,5 +61,5 @@ export const Google: Provider = {
|
|
61
61
|
],
|
62
62
|
label: 'Google Connect',
|
63
63
|
iconUrl:
|
64
|
-
'https://
|
64
|
+
'https://static.vecteezy.com/system/resources/previews/022/484/503/non_2x/google-lens-icon-logo-symbol-free-png.png',
|
65
65
|
};
|
@@ -34,7 +34,7 @@ exports.Noded = {
|
|
34
34
|
organization_1.Organization.metadataType,
|
35
35
|
],
|
36
36
|
description: 'Noded customized to make it more productive for customer success use-cases.',
|
37
|
-
iconUrl: 'https://
|
37
|
+
iconUrl: 'https://app.noded.so/notify_favicon.svg',
|
38
38
|
label: 'Noded for Customer Success',
|
39
39
|
linkSubscriptions: [],
|
40
40
|
authentication: false,
|
@@ -55,5 +55,5 @@ exports.Noded = {
|
|
55
55
|
documentMetadata: [healthcheck_1.HealthCheck],
|
56
56
|
dashboardMetadata: [account_overview_1.AccountOverview, record_update_1.RecordUpdate],
|
57
57
|
label: 'Noded',
|
58
|
-
iconUrl: 'https://
|
58
|
+
iconUrl: 'https://app.noded.so/notify_favicon.svg',
|
59
59
|
};
|
@@ -33,8 +33,7 @@ export const Noded: Provider = {
|
|
33
33
|
],
|
34
34
|
description:
|
35
35
|
'Noded customized to make it more productive for customer success use-cases.',
|
36
|
-
iconUrl:
|
37
|
-
'https://cdn.prod.website-files.com/66ad021a8eb02a1342972537/66ad1a7d8c5987f668d3b5aa_noded-logo.svg',
|
36
|
+
iconUrl: 'https://app.noded.so/notify_favicon.svg',
|
38
37
|
label: 'Noded for Customer Success',
|
39
38
|
linkSubscriptions: [],
|
40
39
|
authentication: false,
|
@@ -55,6 +54,5 @@ export const Noded: Provider = {
|
|
55
54
|
documentMetadata: [HealthCheck],
|
56
55
|
dashboardMetadata: [AccountOverview, RecordUpdate],
|
57
56
|
label: 'Noded',
|
58
|
-
iconUrl:
|
59
|
-
'https://cdn.prod.website-files.com/66ad021a8eb02a1342972537/66ad1a7d8c5987f668d3b5aa_noded-logo.svg',
|
57
|
+
iconUrl: 'https://app.noded.so/notify_favicon.svg',
|
60
58
|
};
|
@@ -5,7 +5,7 @@ export const Salesforce: Provider = {
|
|
5
5
|
dateCreated: 0,
|
6
6
|
dateUpdated: 0,
|
7
7
|
name: 'salesforce',
|
8
|
-
description: '
|
8
|
+
description: 'Salesforce automation for Noded',
|
9
9
|
instanceUrl: 'https://connect-salesforce-dev.noded.so',
|
10
10
|
applications: [
|
11
11
|
{
|
package/model.ts
CHANGED