@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.
@@ -3759,98 +3759,98 @@ export type Enums<
3759
3759
  : DefaultSchemaEnumNameOrOptions extends keyof DefaultSchema["Enums"]
3760
3760
  ? DefaultSchema["Enums"][DefaultSchemaEnumNameOrOptions]
3761
3761
  : never
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
- "gsheets",
3848
- "zohocrm",
3849
- ],
3850
- enum_member_role: ["admin", "member"],
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
- } as const
3852
+ },
3853
+ storage: {
3854
+ Enums: {},
3855
+ },
3856
+ } as const;