@glissandoo/lib 1.124.0 → 1.124.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
|
@@ -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
|
};
|