@bigfootai/bigfoot-types 5.2.12 → 5.2.13

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.
@@ -7,7 +7,7 @@ exports.Google = {
7
7
  dateCreated: 0,
8
8
  dateUpdated: 0,
9
9
  name: 'google',
10
- description: 'Something about what it does',
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://upload.wikimedia.org/wikipedia/commons/thumb/5/5f/Google_Workspace_Logo.svg/640px-Google_Workspace_Logo.svg.png',
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: 'Something about what it does',
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://upload.wikimedia.org/wikipedia/commons/thumb/5/5f/Google_Workspace_Logo.svg/640px-Google_Workspace_Logo.svg.png',
64
+ 'https://static.vecteezy.com/system/resources/previews/022/484/503/non_2x/google-lens-icon-logo-symbol-free-png.png',
65
65
  };
@@ -7,7 +7,7 @@ exports.Salesforce = {
7
7
  dateCreated: 0,
8
8
  dateUpdated: 0,
9
9
  name: 'salesforce',
10
- description: 'Something about what it does',
10
+ description: 'Salesforce automation for Noded',
11
11
  instanceUrl: 'https://connect-salesforce-dev.noded.so',
12
12
  applications: [
13
13
  {
@@ -5,7 +5,7 @@ export const Salesforce: Provider = {
5
5
  dateCreated: 0,
6
6
  dateUpdated: 0,
7
7
  name: 'salesforce',
8
- description: 'Something about what it does',
8
+ description: 'Salesforce automation for Noded',
9
9
  instanceUrl: 'https://connect-salesforce-dev.noded.so',
10
10
  applications: [
11
11
  {
package/model.ts CHANGED
@@ -2059,6 +2059,7 @@ export interface BlockData {
2059
2059
  htmlContent?: string;
2060
2060
  metadataType?: string;
2061
2061
  tagType?: TagType;
2062
+ _dateUpdated?: number;
2062
2063
  }
2063
2064
 
2064
2065
  export const DashboardQL = `
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "5.2.12",
4
+ "version": "5.2.13",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",