@periskope/types 0.6.72 → 0.6.73
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 -1
- package/dist/types.js +1 -0
- package/package.json +1 -1
- package/types.ts +1 -0
package/dist/types.d.ts
CHANGED
|
@@ -93,7 +93,7 @@ export type NotificationType = Tables<'tbl_chat_notifications'>;
|
|
|
93
93
|
export type ChatAccessType = Merge<Partial<Tables<'tbl_chat_access'>>, Tables<'tbl_org_members'>>;
|
|
94
94
|
export declare const labelColors: string[];
|
|
95
95
|
export declare const enumChatColors: readonly ["#B4876E", "#A5B337", "#06CF9C", "#25D366", "#02A698", "#7D9EF1", "#007BFC", "#5E47DE", "#7F66FF", "#9333EA", "#FA6533", "#C4532D", "#DC2626", "#FF2E74", "#DB2777"];
|
|
96
|
-
export declare const SUPPORTED_TYPES: readonly ["chat", "sticker", "image", "video", "document", "vcard", "multi_vcard", "audio", "ptt", "poll_creation"];
|
|
96
|
+
export declare const SUPPORTED_TYPES: readonly ["chat", "sticker", "image", "video", "document", "vcard", "multi_vcard", "audio", "ptt", "poll_creation", "location"];
|
|
97
97
|
export type SendMessageContent = {
|
|
98
98
|
message_type?: (typeof SUPPORTED_TYPES)[number];
|
|
99
99
|
body?: string;
|
package/dist/types.js
CHANGED
package/package.json
CHANGED