@hobenakicoffee/libraries 1.4.0 → 1.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hobenakicoffee/libraries",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "type": "module",
5
5
  "types": "src/index.ts",
6
6
  "exports": {
@@ -284,9 +284,11 @@ export type Database = {
284
284
  display_name: string | null
285
285
  full_name: string | null
286
286
  id: string
287
+ is_page_active: boolean | null
287
288
  layout: Json | null
288
289
  page_slug: string
289
290
  role: Database["public"]["Enums"]["user_role"]
291
+ social_links: Json | null
290
292
  theme: Json | null
291
293
  updated_at: string | null
292
294
  username: string
@@ -301,9 +303,11 @@ export type Database = {
301
303
  display_name?: string | null
302
304
  full_name?: string | null
303
305
  id: string
306
+ is_page_active?: boolean | null
304
307
  layout?: Json | null
305
308
  page_slug: string
306
309
  role?: Database["public"]["Enums"]["user_role"]
310
+ social_links?: Json | null
307
311
  theme?: Json | null
308
312
  updated_at?: string | null
309
313
  username: string
@@ -318,9 +322,11 @@ export type Database = {
318
322
  display_name?: string | null
319
323
  full_name?: string | null
320
324
  id?: string
325
+ is_page_active?: boolean | null
321
326
  layout?: Json | null
322
327
  page_slug?: string
323
328
  role?: Database["public"]["Enums"]["user_role"]
329
+ social_links?: Json | null
324
330
  theme?: Json | null
325
331
  updated_at?: string | null
326
332
  username?: string