@hobenakicoffee/libraries 5.7.0 → 5.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": "5.7.0",
3
+ "version": "5.8.0",
4
4
  "type": "module",
5
5
  "types": "src/index.ts",
6
6
  "repository": {
@@ -3277,6 +3277,7 @@ export type Database = {
3277
3277
  p_filter?: string;
3278
3278
  p_from?: string;
3279
3279
  p_limit?: number;
3280
+ p_profile_id?: string;
3280
3281
  p_search?: string;
3281
3282
  p_to?: string;
3282
3283
  };