@periskope/types 0.6.156 → 0.6.158
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/rules.types.d.ts +7 -1
- package/dist/rules.types.js +30 -36
- package/dist/supabase.types.d.ts +5 -1
- package/dist/types.d.ts +2 -2
- package/package.json +1 -1
- package/rules.types.ts +39 -37
- package/supabase.types.ts +2660 -2655
- package/types.ts +2 -1
package/types.ts
CHANGED
|
@@ -633,7 +633,6 @@ export type ChatRuleInfoType = Merge<
|
|
|
633
633
|
| 'created_at'
|
|
634
634
|
| 'group_description'
|
|
635
635
|
| 'info_admins_only'
|
|
636
|
-
| 'is_muted'
|
|
637
636
|
| 'org_id'
|
|
638
637
|
| 'org_phone'
|
|
639
638
|
| 'chat_org_phones'
|
|
@@ -674,6 +673,8 @@ export type SenderRuleInfoType = Merge<
|
|
|
674
673
|
| 'contact_image'
|
|
675
674
|
| 'contact_type'
|
|
676
675
|
| 'chat_id'
|
|
676
|
+
| 'is_business'
|
|
677
|
+
| 'is_enterprise'
|
|
677
678
|
>,
|
|
678
679
|
{
|
|
679
680
|
is_internal: boolean;
|