@parra/parra-js-sdk 0.3.393 → 0.3.394
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/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;
|