@bigfootai/bigfoot-types 4.7.5 → 4.7.6
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.js +0 -1
- package/model.ts +0 -1
- package/package.json +1 -1
package/model.js
CHANGED
package/model.ts
CHANGED
@@ -982,7 +982,6 @@ type Recommendation {${SharedPrimitiveFields}
|
|
982
982
|
}`;
|
983
983
|
export class Recommendation extends SharedPrimitive {
|
984
984
|
referenceBlock: ReferenceBlock; // This is the block that caused the recommendation to happen
|
985
|
-
tenantIdCreated: string;
|
986
985
|
recommendationType: RecommendationType;
|
987
986
|
connectRecommendation?: ConnectRecommendation; // For provider recommendations, we use this field
|
988
987
|
upsertRecommendation?: UpsertRecommendation; // For data upsert recommendations, we use this field
|