@budibase/types 2.8.29-alpha.13 → 2.8.29-alpha.15

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": "@budibase/types",
3
- "version": "2.8.29-alpha.13",
3
+ "version": "2.8.29-alpha.15",
4
4
  "description": "Budibase types",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -35,5 +35,5 @@
35
35
  "dependencies": {
36
36
  "scim-patch": "^0.7.0"
37
37
  },
38
- "gitHead": "eaf1a917c56051748b7487cf0607c8eb08c1b8cd"
38
+ "gitHead": "c688ba7b03abfee5806586043ef76a882d04f7b6"
39
39
  }
@@ -18,6 +18,7 @@ export interface ViewV2 {
18
18
  version: 2
19
19
  id: string
20
20
  name: string
21
+ primaryDisplay?: string
21
22
  tableId: string
22
23
  query?: SearchFilters
23
24
  sort?: {