@hobenakicoffee/libraries 6.0.0 → 6.1.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": "6.0.0",
3
+ "version": "6.1.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "types": "src/index.ts",
@@ -3993,6 +3993,8 @@ export type Database = {
3993
3993
  upsert_shop_settings: {
3994
3994
  Args: {
3995
3995
  p_banner_url?: string;
3996
+ p_clear_banner_url?: boolean;
3997
+ p_clear_logo_url?: boolean;
3996
3998
  p_cod_enabled?: boolean;
3997
3999
  p_is_active?: boolean;
3998
4000
  p_logo_url?: string;