@parra/parra-js-sdk 0.3.351 → 0.3.353

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.
@@ -1166,6 +1166,8 @@ export interface FeedItem {
1166
1166
  created_at: string;
1167
1167
  updated_at: string;
1168
1168
  deleted_at?: string | null;
1169
+ tenant_id: string;
1170
+ feed_id: string;
1169
1171
  type: FeedItemType;
1170
1172
  data: FeedItemData;
1171
1173
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.351",
3
+ "version": "0.3.353",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",