@budibase/types 3.13.10 → 3.13.11
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.
|
@@ -21,6 +21,7 @@ export interface App extends Document {
|
|
|
21
21
|
sessions?: SocketSession[];
|
|
22
22
|
navigation?: AppNavigation;
|
|
23
23
|
automationErrors?: AppMetadataErrors;
|
|
24
|
+
backupErrors?: AppMetadataErrors;
|
|
24
25
|
icon?: AppIcon;
|
|
25
26
|
features?: AppFeatures;
|
|
26
27
|
automations?: AutomationSettings;
|
|
@@ -56,6 +57,7 @@ export interface AppNavigationLink {
|
|
|
56
57
|
roleId?: string;
|
|
57
58
|
type: "link" | "sublinks";
|
|
58
59
|
subLinks?: AppNavigationLink[];
|
|
60
|
+
icon?: string;
|
|
59
61
|
}
|
|
60
62
|
export interface AppCustomTheme {
|
|
61
63
|
buttonBorderRadius?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@budibase/types",
|
|
3
|
-
"version": "3.13.
|
|
3
|
+
"version": "3.13.11",
|
|
4
4
|
"description": "Budibase types",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"scim-patch": "^0.8.1"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "48114cd1183da82668db193e89c7dd708e1eb5fa"
|
|
31
31
|
}
|