chore: api-reports

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-08-30 09:25:16 +02:00
parent b99b158dfc
commit 6860490a88
2 changed files with 11 additions and 11 deletions
+9 -9
View File
@@ -71,7 +71,7 @@ const appPlugin: FrontendPlugin<
>;
};
kind: undefined;
namespace: 'app';
namespace: undefined;
name: undefined;
}>;
'api:app/app-language': ExtensionDefinition<{
@@ -112,7 +112,7 @@ const appPlugin: FrontendPlugin<
>;
};
kind: undefined;
namespace: 'app';
namespace: undefined;
name: 'layout';
}>;
'app/nav': ExtensionDefinition<{
@@ -155,7 +155,7 @@ const appPlugin: FrontendPlugin<
>;
};
kind: undefined;
namespace: 'app';
namespace: undefined;
name: 'nav';
}>;
'app/root': ExtensionDefinition<{
@@ -220,7 +220,7 @@ const appPlugin: FrontendPlugin<
>;
};
kind: undefined;
namespace: 'app';
namespace: undefined;
name: 'root';
}>;
'app/routes': ExtensionDefinition<{
@@ -249,7 +249,7 @@ const appPlugin: FrontendPlugin<
>;
};
kind: undefined;
namespace: 'app';
namespace: undefined;
name: 'routes';
}>;
'api:app/app-theme': ExtensionDefinition<{
@@ -275,7 +275,7 @@ const appPlugin: FrontendPlugin<
}>;
'theme:app/light': ExtensionDefinition<{
kind: 'theme';
namespace: 'app';
namespace: undefined;
name: 'light';
config: {};
configInput: {};
@@ -284,7 +284,7 @@ const appPlugin: FrontendPlugin<
}>;
'theme:app/dark': ExtensionDefinition<{
kind: 'theme';
namespace: 'app';
namespace: undefined;
name: 'dark';
config: {};
configInput: {};
@@ -393,7 +393,7 @@ const appPlugin: FrontendPlugin<
}>;
'app-root-element:app/oauth-request-dialog': ExtensionDefinition<{
kind: 'app-root-element';
namespace: 'app';
namespace: undefined;
name: 'oauth-request-dialog';
config: {};
configInput: {};
@@ -436,7 +436,7 @@ const appPlugin: FrontendPlugin<
>;
};
kind: 'app-root-element';
namespace: 'app';
namespace: undefined;
name: 'alert-display';
}>;
'api:app/discovery': ExtensionDefinition<{