@hobenakicoffee/libraries 6.11.0 → 6.12.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.11.0",
3
+ "version": "6.12.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "types": "src/index.ts",
@@ -3435,9 +3435,9 @@ export type Database = {
3435
3435
  apply_unsubscribe: {
3436
3436
  Args: {
3437
3437
  p_comment: string;
3438
- p_disable_all: boolean;
3438
+ p_disabled_type_keys: string[];
3439
+ p_email_notifications_enabled: boolean;
3439
3440
  p_reason: string;
3440
- p_type_keys: string[];
3441
3441
  p_user_id: string;
3442
3442
  };
3443
3443
  Returns: Json;