@bigfootai/bigfoot-types 4.1.9 → 4.1.10
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/model.ts +1 -1
- package/package.json +1 -1
package/model.ts
CHANGED
@@ -955,7 +955,7 @@ export class BusinessObject extends Block {
|
|
955
955
|
externalId: string; // An external identifier that can help us match the records
|
956
956
|
iconUrl?: string | null; // The url of an icon that represents the business object
|
957
957
|
externalResponse?: string; // The response from the external application as a JSON string
|
958
|
-
htmlContent
|
958
|
+
htmlContent?: string; // The content of this business object as html
|
959
959
|
|
960
960
|
constructor(
|
961
961
|
tenantIdCreated: string,
|