@parra/parra-js-sdk 0.3.393 → 0.3.394
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/ParraAPI.d.ts +1 -0
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
@@ -1397,6 +1397,7 @@ export interface FeedItemCollectionResponse {
|
|
1397
1397
|
data: Array<FeedItem>;
|
1398
1398
|
}
|
1399
1399
|
export interface UpdateFeedItemRequestBody {
|
1400
|
+
content_card_id?: string | null;
|
1400
1401
|
disabled?: boolean;
|
1401
1402
|
comments_disabled?: boolean;
|
1402
1403
|
reactions_disabled?: boolean;
|