@bigfootai/bigfoot-types 4.7.9 → 4.7.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.
Files changed (3) hide show
  1. package/model.js +0 -1
  2. package/model.ts +0 -2
  3. package/package.json +1 -1
package/model.js CHANGED
@@ -640,7 +640,6 @@ type ConnectRecommendation {
640
640
  exports.UpsertRecommendationQL = `
641
641
  type UpsertRecommendation {
642
642
  table: Table!
643
- record: Record!
644
643
  upsertType: String!
645
644
  }`;
646
645
  exports.RecommendationQL = `
package/model.ts CHANGED
@@ -965,12 +965,10 @@ export interface ConnectRecommendation {
965
965
  export const UpsertRecommendationQL = `
966
966
  type UpsertRecommendation {
967
967
  table: Table!
968
- record: Record!
969
968
  upsertType: String!
970
969
  }`;
971
970
  export interface UpsertRecommendation {
972
971
  table: Table;
973
- record: Record;
974
972
  upsertType: UpsertType;
975
973
  }
976
974
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "4.7.9",
4
+ "version": "4.7.10",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",