@bigfootai/bigfoot-types 4.9.17 → 4.9.19

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.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.google = void 0;
4
- exports.google = {
3
+ exports.Google = void 0;
4
+ exports.Google = {
5
5
  _id: '65caf072280c2cfce04c6362',
6
6
  dateCreated: 0,
7
7
  dateUpdated: 0,
@@ -1,6 +1,6 @@
1
1
  import { Provider } from '../../model';
2
2
 
3
- export const google: Provider = {
3
+ export const Google: Provider = {
4
4
  _id: '65caf072280c2cfce04c6362',
5
5
  dateCreated: 0,
6
6
  dateUpdated: 0,
@@ -1,13 +1,13 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.noded = void 0;
3
+ exports.Noded = void 0;
4
4
  const model_1 = require("../../model");
5
5
  const account_overview_1 = require("../dashboards/account_overview");
6
6
  const healthcheck_1 = require("../documents/healthcheck");
7
7
  const case_1 = require("../tables/case");
8
8
  const opportunity_1 = require("../tables/opportunity");
9
9
  const organization_1 = require("../tables/organization");
10
- exports.noded = {
10
+ exports.Noded = {
11
11
  _id: '6635a69bf0985154b603b7fa',
12
12
  dateCreated: 0,
13
13
  dateUpdated: 0,
@@ -5,7 +5,7 @@ import { Case } from '../tables/case';
5
5
  import { Opportunity } from '../tables/opportunity';
6
6
  import { Organization } from '../tables/organization';
7
7
 
8
- export const noded: Provider = {
8
+ export const Noded: Provider = {
9
9
  _id: '6635a69bf0985154b603b7fa',
10
10
  dateCreated: 0,
11
11
  dateUpdated: 0,
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.salesforce = void 0;
4
- exports.salesforce = {
3
+ exports.Salesforce = void 0;
4
+ exports.Salesforce = {
5
5
  _id: '66331c02f0985154b603b789',
6
6
  dateCreated: 0,
7
7
  dateUpdated: 0,
@@ -1,6 +1,6 @@
1
1
  import { Provider } from '../../model';
2
2
 
3
- export const salesforce: Provider = {
3
+ export const Salesforce: Provider = {
4
4
  _id: '66331c02f0985154b603b789',
5
5
  dateCreated: 0,
6
6
  dateUpdated: 0,
package/model.js CHANGED
@@ -1564,6 +1564,7 @@ input SearchInput {
1564
1564
  search: String
1565
1565
  _ids: [String]
1566
1566
  tagIds: [String]
1567
+ dashboardIds: [String]
1567
1568
  emails: [String]
1568
1569
  businessObjects: [BusinessObjectLinkInput]
1569
1570
  sentiment: String
package/model.ts CHANGED
@@ -2832,6 +2832,7 @@ input SearchInput {
2832
2832
  search: String
2833
2833
  _ids: [String]
2834
2834
  tagIds: [String]
2835
+ dashboardIds: [String]
2835
2836
  emails: [String]
2836
2837
  businessObjects: [BusinessObjectLinkInput]
2837
2838
  sentiment: String
@@ -2857,6 +2858,7 @@ export interface SearchInput {
2857
2858
  search?: string;
2858
2859
  _ids?: string[];
2859
2860
  tagIds?: string[];
2861
+ dashboardIds?: string[];
2860
2862
  emails?: string[];
2861
2863
  businessObjects?: BusinessObjectLink[];
2862
2864
  sentiment?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "4.9.17",
4
+ "version": "4.9.19",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",