@bigfootai/bigfoot-types 4.7.2 → 4.7.3

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
@@ -712,7 +712,6 @@ type Article {${exports.PrimitiveFields}
712
712
  businessObjects: [BusinessObjectLink]
713
713
  sharingTags: [SharingTag]
714
714
  tagRecommendations: [TagRecommendation]
715
- connectRecommendations: [ConnectRecommendation]
716
715
  relations: [RelationEntry]
717
716
  archived: Boolean!
718
717
  favorite: Boolean!
package/model.ts CHANGED
@@ -1079,7 +1079,6 @@ type Article {${PrimitiveFields}
1079
1079
  businessObjects: [BusinessObjectLink]
1080
1080
  sharingTags: [SharingTag]
1081
1081
  tagRecommendations: [TagRecommendation]
1082
- connectRecommendations: [ConnectRecommendation]
1083
1082
  relations: [RelationEntry]
1084
1083
  archived: Boolean!
1085
1084
  favorite: Boolean!
@@ -1103,7 +1102,6 @@ export class Article extends Primitive {
1103
1102
  businessObjects?: BusinessObjectLink[];
1104
1103
  sharingTags?: SharingTag[];
1105
1104
  tagRecommendations?: TagRecommendation[];
1106
- connectRecommendations?: ConnectRecommendation[];
1107
1105
  relations?: RelationEntry[];
1108
1106
  archived: boolean;
1109
1107
  favorite: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "4.7.2",
4
+ "version": "4.7.3",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",