@hobenakicoffee/libraries 5.11.0 → 5.12.1

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": "5.11.0",
3
+ "version": "5.12.1",
4
4
  "type": "module",
5
5
  "types": "src/index.ts",
6
6
  "repository": {
@@ -1,4 +1,4 @@
1
- import type { Tables } from "@/types";
1
+ import type { Tables } from "../types";
2
2
 
3
3
  export const divisions: Tables<"divisions">[] = [
4
4
  {
@@ -3127,6 +3127,8 @@ export type Database = {
3127
3127
  };
3128
3128
  cleanup_orphaned_kyc_documents: { Args: never; Returns: undefined };
3129
3129
  cleanup_orphaned_post_images: { Args: never; Returns: undefined };
3130
+ cleanup_orphaned_shop_images: { Args: never; Returns: undefined };
3131
+ cleanup_orphaned_shop_product_files: { Args: never; Returns: undefined };
3130
3132
  confirm_cod_cash_received: {
3131
3133
  Args: { p_order_item_id: string };
3132
3134
  Returns: Json;