@periskope/types 0.6.404 → 0.6.406
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/.turbo/daemon/2a480df21ee2b3e0-turbo.log.2025-07-29 +1 -0
- package/.turbo/daemon/2a480df21ee2b3e0-turbo.log.2025-11-10 +0 -0
- package/dist/supabase.types.d.ts +1 -1
- package/dist/supabase.types.d.ts.map +1 -1
- package/dist/supabase.types.js +1 -1
- package/package.json +1 -1
- package/src/supabase.types.ts +94 -94
- package/tsconfig.tsbuildinfo +1 -1
- package/dist/billing.types.d.ts +0 -14
- package/dist/billing.types.d.ts.map +0 -1
- package/dist/billing.types.js +0 -2
package/src/supabase.types.ts
CHANGED
|
@@ -3759,98 +3759,98 @@ export type Enums<
|
|
|
3759
3759
|
: DefaultSchemaEnumNameOrOptions extends keyof DefaultSchema["Enums"]
|
|
3760
3760
|
? DefaultSchema["Enums"][DefaultSchemaEnumNameOrOptions]
|
|
3761
3761
|
: never
|
|
3762
|
-
|
|
3763
|
-
|
|
3764
|
-
|
|
3765
|
-
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
|
|
3788
|
-
|
|
3789
|
-
|
|
3790
|
-
|
|
3791
|
-
|
|
3792
|
-
|
|
3793
|
-
|
|
3794
|
-
|
|
3795
|
-
|
|
3796
|
-
|
|
3797
|
-
|
|
3798
|
-
|
|
3799
|
-
|
|
3800
|
-
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
|
|
3809
|
-
|
|
3810
|
-
|
|
3811
|
-
|
|
3812
|
-
|
|
3813
|
-
|
|
3814
|
-
|
|
3815
|
-
|
|
3816
|
-
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
|
|
3820
|
-
|
|
3821
|
-
|
|
3822
|
-
|
|
3823
|
-
|
|
3824
|
-
|
|
3825
|
-
|
|
3826
|
-
|
|
3827
|
-
|
|
3828
|
-
|
|
3829
|
-
|
|
3830
|
-
|
|
3831
|
-
|
|
3832
|
-
|
|
3833
|
-
|
|
3834
|
-
|
|
3835
|
-
|
|
3836
|
-
|
|
3837
|
-
|
|
3838
|
-
|
|
3839
|
-
|
|
3840
|
-
|
|
3841
|
-
|
|
3842
|
-
|
|
3843
|
-
|
|
3844
|
-
|
|
3845
|
-
|
|
3846
|
-
|
|
3847
|
-
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
},
|
|
3852
|
-
},
|
|
3853
|
-
storage: {
|
|
3854
|
-
Enums: {},
|
|
3762
|
+
export type CompositeTypes<
|
|
3763
|
+
PublicCompositeTypeNameOrOptions extends
|
|
3764
|
+
| keyof DefaultSchema["CompositeTypes"]
|
|
3765
|
+
| { schema: keyof Database },
|
|
3766
|
+
CompositeTypeName extends PublicCompositeTypeNameOrOptions extends {
|
|
3767
|
+
schema: keyof Database
|
|
3768
|
+
}
|
|
3769
|
+
? keyof Database[PublicCompositeTypeNameOrOptions["schema"]]["CompositeTypes"]
|
|
3770
|
+
: never = never,
|
|
3771
|
+
> = PublicCompositeTypeNameOrOptions extends { schema: keyof Database }
|
|
3772
|
+
? Database[PublicCompositeTypeNameOrOptions["schema"]]["CompositeTypes"][CompositeTypeName]
|
|
3773
|
+
: PublicCompositeTypeNameOrOptions extends keyof DefaultSchema["CompositeTypes"]
|
|
3774
|
+
? DefaultSchema["CompositeTypes"][PublicCompositeTypeNameOrOptions]
|
|
3775
|
+
: never
|
|
3776
|
+
|
|
3777
|
+
export const Constants = {
|
|
3778
|
+
internal: {
|
|
3779
|
+
Enums: {},
|
|
3780
|
+
},
|
|
3781
|
+
public: {
|
|
3782
|
+
Enums: {
|
|
3783
|
+
enum_ai_context_type: ["faq", "document", "self-learned"],
|
|
3784
|
+
enum_broadcast_status: ["inprogress", "completed", "stopped", "expired"],
|
|
3785
|
+
enum_chat_colors: [
|
|
3786
|
+
"#B4876E",
|
|
3787
|
+
"#A5B337",
|
|
3788
|
+
"#06CF9C",
|
|
3789
|
+
"#25D366",
|
|
3790
|
+
"#02A698",
|
|
3791
|
+
"#7D9EF1",
|
|
3792
|
+
"#007BFC",
|
|
3793
|
+
"#5E47DE",
|
|
3794
|
+
"#7F66FF",
|
|
3795
|
+
"#9333EA",
|
|
3796
|
+
"#FA6533",
|
|
3797
|
+
"#C4532D",
|
|
3798
|
+
"#DC2626",
|
|
3799
|
+
"#FF2E74",
|
|
3800
|
+
"#DB2777",
|
|
3801
|
+
],
|
|
3802
|
+
enum_chat_tickets_status: ["open", "inprogress", "closed", "archived"],
|
|
3803
|
+
enum_credit_transaction_type: ["credit", "debit"],
|
|
3804
|
+
enum_integration_name: [
|
|
3805
|
+
"org.created",
|
|
3806
|
+
"org.updated",
|
|
3807
|
+
"org.member.created",
|
|
3808
|
+
"org.member.updated",
|
|
3809
|
+
"org.subscription.trial_will_end",
|
|
3810
|
+
"chat.created",
|
|
3811
|
+
"chat.updated",
|
|
3812
|
+
"chat.notification.created",
|
|
3813
|
+
"message.created",
|
|
3814
|
+
"message.updated",
|
|
3815
|
+
"message.deleted",
|
|
3816
|
+
"message.ack.updated",
|
|
3817
|
+
"reaction.created",
|
|
3818
|
+
"reaction.updated",
|
|
3819
|
+
"ticket.created",
|
|
3820
|
+
"ticket.updated",
|
|
3821
|
+
"ticket.deleted",
|
|
3822
|
+
"org.integrations.updated",
|
|
3823
|
+
"message.flagged",
|
|
3824
|
+
"message.unflagged",
|
|
3825
|
+
"chat.label.updated",
|
|
3826
|
+
"reaction.added",
|
|
3827
|
+
"message.ticket.attached",
|
|
3828
|
+
"org.phone.created",
|
|
3829
|
+
"org.phone.connected",
|
|
3830
|
+
"org.phone.disconnected",
|
|
3831
|
+
"org.phone.qr",
|
|
3832
|
+
"org.phone.updated",
|
|
3833
|
+
"note.created",
|
|
3834
|
+
"chat.custom_properties.updated",
|
|
3835
|
+
],
|
|
3836
|
+
enum_integration_type: [
|
|
3837
|
+
"zapier",
|
|
3838
|
+
"pabbly",
|
|
3839
|
+
"api",
|
|
3840
|
+
"webhook",
|
|
3841
|
+
"hubspot",
|
|
3842
|
+
"freshdesk",
|
|
3843
|
+
"slack",
|
|
3844
|
+
"jira",
|
|
3845
|
+
"salesforce",
|
|
3846
|
+
"zohodesk",
|
|
3847
|
+
"zohocrm",
|
|
3848
|
+
"gsheets",
|
|
3849
|
+
],
|
|
3850
|
+
enum_member_role: ["admin", "member"],
|
|
3855
3851
|
},
|
|
3856
|
-
}
|
|
3852
|
+
},
|
|
3853
|
+
storage: {
|
|
3854
|
+
Enums: {},
|
|
3855
|
+
},
|
|
3856
|
+
} as const;
|