@glissandoo/lib 1.124.0 → 1.124.2

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": "@glissandoo/lib",
3
- "version": "1.124.0",
3
+ "version": "1.124.2",
4
4
  "description": "Glissandoo library js",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -1557,11 +1557,7 @@ export type Database = {
1557
1557
  show_trgm: { Args: { '': string }; Returns: string[] };
1558
1558
  unaccent: { Args: { '': string }; Returns: string };
1559
1559
  unregister_played_works: {
1560
- Args: {
1561
- p_group_id: string;
1562
- p_player_id: string;
1563
- p_theme_ids: string[];
1564
- };
1560
+ Args: { p_group_id: string; p_player_id: string; p_theme_ids: string[] };
1565
1561
  Returns: number;
1566
1562
  };
1567
1563
  };