@select-org/select-post-builder 1.1.10 → 1.1.17

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/index.d.ts CHANGED
@@ -207,6 +207,7 @@ declare type PostCreationData = {
207
207
  type: NewPostType;
208
208
  postId: string;
209
209
  timestamp: number;
210
+ groupId?: string;
210
211
  };
211
212
 
212
213
  declare type PostCreationMediaItem = {