@hobenakicoffee/libraries 1.5.0 → 1.7.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.5.0",
3
+ "version": "1.7.0",
4
4
  "type": "module",
5
5
  "types": "src/index.ts",
6
6
  "exports": {
@@ -283,12 +283,14 @@ export type Database = {
283
283
  created_at: string | null
284
284
  display_name: string | null
285
285
  full_name: string | null
286
+ has_wallet_balance: boolean | null
286
287
  id: string
287
288
  is_page_active: boolean | null
288
289
  layout: Json | null
289
290
  page_slug: string
290
291
  role: Database["public"]["Enums"]["user_role"]
291
292
  social_links: Json | null
293
+ thank_you_items: Json | null
292
294
  theme: Json | null
293
295
  updated_at: string | null
294
296
  username: string
@@ -302,12 +304,14 @@ export type Database = {
302
304
  created_at?: string | null
303
305
  display_name?: string | null
304
306
  full_name?: string | null
307
+ has_wallet_balance?: boolean | null
305
308
  id: string
306
309
  is_page_active?: boolean | null
307
310
  layout?: Json | null
308
311
  page_slug: string
309
312
  role?: Database["public"]["Enums"]["user_role"]
310
313
  social_links?: Json | null
314
+ thank_you_items?: Json | null
311
315
  theme?: Json | null
312
316
  updated_at?: string | null
313
317
  username: string
@@ -321,12 +325,14 @@ export type Database = {
321
325
  created_at?: string | null
322
326
  display_name?: string | null
323
327
  full_name?: string | null
328
+ has_wallet_balance?: boolean | null
324
329
  id?: string
325
330
  is_page_active?: boolean | null
326
331
  layout?: Json | null
327
332
  page_slug?: string
328
333
  role?: Database["public"]["Enums"]["user_role"]
329
334
  social_links?: Json | null
335
+ thank_you_items?: Json | null
330
336
  theme?: Json | null
331
337
  updated_at?: string | null
332
338
  username?: string