@bigfootai/bigfoot-types 5.1.37 → 5.1.39

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.
@@ -45,7 +45,10 @@ exports.Noded = {
45
45
  dashboardSubscriptions: [account_overview_1.AccountOverview.metadataType],
46
46
  },
47
47
  ],
48
- dashboardTypeSubscriptions: [account_overview_1.AccountOverview.metadataType],
48
+ dashboardTypeSubscriptions: [
49
+ account_overview_1.AccountOverview.metadataType,
50
+ record_update_1.RecordUpdate.metadataType,
51
+ ],
49
52
  },
50
53
  ],
51
54
  tableMetadata: [opportunity_1.Opportunity, case_1.Case, organization_1.Organization],
@@ -45,7 +45,10 @@ export const Noded: Provider = {
45
45
  dashboardSubscriptions: [AccountOverview.metadataType],
46
46
  },
47
47
  ],
48
- dashboardTypeSubscriptions: [AccountOverview.metadataType],
48
+ dashboardTypeSubscriptions: [
49
+ AccountOverview.metadataType,
50
+ RecordUpdate.metadataType,
51
+ ],
49
52
  },
50
53
  ],
51
54
  tableMetadata: [Opportunity, Case, Organization],
package/model.ts CHANGED
@@ -464,6 +464,7 @@ export interface EntityEntry extends MachineLearningEntry {
464
464
  text: string;
465
465
  confidence: number;
466
466
  date?: number;
467
+ dateEnd?: number;
467
468
  _tagId?: string;
468
469
  _email?: string;
469
470
  _url?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "5.1.37",
4
+ "version": "5.1.39",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",