@bigfootai/bigfoot-types 4.7.6 → 4.7.7

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 (3) hide show
  1. package/model.js +0 -1
  2. package/model.ts +0 -1
  3. package/package.json +1 -1
package/model.js CHANGED
@@ -643,7 +643,6 @@ type UpsertRecommendation {
643
643
  exports.RecommendationQL = `
644
644
  type Recommendation {${exports.SharedPrimitiveFields}
645
645
  referenceBlock: ReferenceBlock
646
- tenantIdCreated: Record!
647
646
  recommendationType: String!
648
647
  connectRecommendation: ConnectRecommendation
649
648
  upsertRecommendation: UpsertRecommendation
package/model.ts CHANGED
@@ -974,7 +974,6 @@ export interface UpsertRecommendation {
974
974
  export const RecommendationQL = `
975
975
  type Recommendation {${SharedPrimitiveFields}
976
976
  referenceBlock: ReferenceBlock
977
- tenantIdCreated: Record!
978
977
  recommendationType: String!
979
978
  connectRecommendation: ConnectRecommendation
980
979
  upsertRecommendation: UpsertRecommendation
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "4.7.6",
4
+ "version": "4.7.7",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",