@hobenakicoffee/libraries 1.4.0 → 1.6.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.6.0",
4
4
  "type": "module",
5
5
  "types": "src/index.ts",
6
6
  "exports": {
@@ -284,9 +284,12 @@ 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
292
+ thank_you_items: Json | null
290
293
  theme: Json | null
291
294
  updated_at: string | null
292
295
  username: string
@@ -301,9 +304,12 @@ export type Database = {
301
304
  display_name?: string | null
302
305
  full_name?: string | null
303
306
  id: string
307
+ is_page_active?: boolean | null
304
308
  layout?: Json | null
305
309
  page_slug: string
306
310
  role?: Database["public"]["Enums"]["user_role"]
311
+ social_links?: Json | null
312
+ thank_you_items?: Json | null
307
313
  theme?: Json | null
308
314
  updated_at?: string | null
309
315
  username: string
@@ -318,9 +324,12 @@ export type Database = {
318
324
  display_name?: string | null
319
325
  full_name?: string | null
320
326
  id?: string
327
+ is_page_active?: boolean | null
321
328
  layout?: Json | null
322
329
  page_slug?: string
323
330
  role?: Database["public"]["Enums"]["user_role"]
331
+ social_links?: Json | null
332
+ thank_you_items?: Json | null
324
333
  theme?: Json | null
325
334
  updated_at?: string | null
326
335
  username?: string