@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.
- package/model.js +0 -1
- package/model.ts +0 -2
- 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;
|