@ocap/types 1.30.12 → 1.30.14

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.
@@ -320,6 +320,10 @@ export type TSearchResult = {
320
320
  type: string,
321
321
  id: string,
322
322
  title: string,
323
+ subtitle: string,
324
+ description: string,
325
+ tags: Array<string>,
326
+ timestamp: string,
323
327
  }
324
328
 
325
329
  export type TIndexedRollupValidator = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ocap/types",
3
- "version": "1.30.12",
3
+ "version": "1.30.14",
4
4
  "description": "Typescript definitions generated from protobuf",
5
5
  "keywords": [
6
6
  "ocap",