@glissandoo/lib 1.104.19 → 1.104.20

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.104.19",
3
+ "version": "1.104.20",
4
4
  "description": "Glissandoo library js",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -424,6 +424,7 @@ export type Database = {
424
424
  prev_value: Record<string, unknown> | null;
425
425
  };
426
426
  Insert: {
427
+ id: string;
427
428
  event_id: string;
428
429
  user_id: string;
429
430
  group_id: string;
@@ -423,6 +423,7 @@ export type Database = {
423
423
  prev_value: Record<string, unknown> | null;
424
424
  };
425
425
  Insert: {
426
+ id: string;
426
427
  event_id: string;
427
428
  user_id: string;
428
429
  group_id: string;