@hobenakicoffee/libraries 1.6.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.6.0",
3
+ "version": "1.7.0",
4
4
  "type": "module",
5
5
  "types": "src/index.ts",
6
6
  "exports": {
@@ -283,6 +283,7 @@ 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
@@ -303,6 +304,7 @@ export type Database = {
303
304
  created_at?: string | null
304
305
  display_name?: string | null
305
306
  full_name?: string | null
307
+ has_wallet_balance?: boolean | null
306
308
  id: string
307
309
  is_page_active?: boolean | null
308
310
  layout?: Json | null
@@ -323,6 +325,7 @@ export type Database = {
323
325
  created_at?: string | null
324
326
  display_name?: string | null
325
327
  full_name?: string | null
328
+ has_wallet_balance?: boolean | null
326
329
  id?: string
327
330
  is_page_active?: boolean | null
328
331
  layout?: Json | null