@elevasis/core 0.28.0 → 0.29.0

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.
@@ -2787,6 +2787,7 @@ export type Database = {
2787
2787
  title: string | null
2788
2788
  updated_at: string
2789
2789
  user_id: string
2790
+ visibility: string
2790
2791
  }
2791
2792
  Insert: {
2792
2793
  content: string
@@ -2801,6 +2802,7 @@ export type Database = {
2801
2802
  title?: string | null
2802
2803
  updated_at?: string
2803
2804
  user_id: string
2805
+ visibility?: string
2804
2806
  }
2805
2807
  Update: {
2806
2808
  content?: string
@@ -2815,6 +2817,7 @@ export type Database = {
2815
2817
  title?: string | null
2816
2818
  updated_at?: string
2817
2819
  user_id?: string
2820
+ visibility?: string
2818
2821
  }
2819
2822
  Relationships: [
2820
2823
  {