@hobenakicoffee/libraries 6.7.0 → 6.8.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.7.0",
3
+ "version": "6.8.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "types": "src/index.ts",
@@ -4082,6 +4082,14 @@ export type Database = {
4082
4082
  };
4083
4083
  unfollow_user: { Args: { target_user_id: string }; Returns: undefined };
4084
4084
  unpublish_newsletter_post: { Args: { p_post_id: string }; Returns: Json };
4085
+ update_creator_report_status: {
4086
+ Args: {
4087
+ p_new_status: string;
4088
+ p_report_id: string;
4089
+ p_resolution_note?: string;
4090
+ };
4091
+ Returns: Json;
4092
+ };
4085
4093
  update_order_tracking: {
4086
4094
  Args: {
4087
4095
  p_carrier?: string;