@periskope/types 0.6.123 → 0.6.124
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/types.d.ts +1 -0
- package/package.json +1 -1
- package/types.ts +1 -0
package/dist/types.d.ts
CHANGED
|
@@ -144,6 +144,7 @@ export type MessageType = OverrideProperties<Tables<'tbl_chat_messages'>, {
|
|
|
144
144
|
message_type: (typeof SUPPORTED_TYPES)[number];
|
|
145
145
|
media: MediaType | null;
|
|
146
146
|
flag_metadata: MessageFlagType | null;
|
|
147
|
+
poll_vote_info?: PollVoteInfoType | null;
|
|
147
148
|
}>;
|
|
148
149
|
export type MessageFlagType = {
|
|
149
150
|
status: boolean;
|
package/package.json
CHANGED
package/types.ts
CHANGED