@bigfootai/bigfoot-types 3.2.0 → 3.2.1

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.
Files changed (2) hide show
  1. package/model.ts +0 -1
  2. package/package.json +1 -1
package/model.ts CHANGED
@@ -769,7 +769,6 @@ export class BusinessObject extends Block {
769
769
  processingReason?: string; // The reason the processing is at this stage
770
770
  externalResponse?: any; // The full response from the external system that created this object
771
771
  iconUrl?: string | null; // The url of an icon that represents the business object
772
- document?: any | null; // The business object formatted as a document for ML to ingest
773
772
  parentId?: string | null; // The business object that is the parent of this business object
774
773
 
775
774
  constructor(
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "3.2.0",
4
+ "version": "3.2.1",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",