@periskope/types 0.6.104 → 0.6.106

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.
@@ -2095,6 +2095,10 @@ export type Database = {
2095
2095
  updated_at: string;
2096
2096
  }[];
2097
2097
  };
2098
+ operation: {
2099
+ Args: Record<PropertyKey, never>;
2100
+ Returns: string;
2101
+ };
2098
2102
  search: {
2099
2103
  Args: {
2100
2104
  prefix: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@periskope/types",
3
- "version": "0.6.104",
3
+ "version": "0.6.106",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",