@periskope/types 0.6.41 → 0.6.42

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.
@@ -1060,6 +1060,16 @@ export interface Database {
1060
1060
  };
1061
1061
  Returns: Json;
1062
1062
  };
1063
+ get_messages_notifications_reactions: {
1064
+ Args: {
1065
+ chat_id_input?: string[];
1066
+ message_limit_input?: number;
1067
+ reaction_notification_limit_input?: number;
1068
+ org_id_input?: string;
1069
+ last_updated_at_input?: string;
1070
+ };
1071
+ Returns: Json;
1072
+ };
1063
1073
  get_org: {
1064
1074
  Args: {
1065
1075
  org_id_input?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@periskope/types",
3
- "version": "0.6.41",
3
+ "version": "0.6.42",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",