diff --git a/experimental/apps-mcp/templates/appkit/template/{{.project_name}}/client/src/appKitTypes.d.ts b/experimental/apps-mcp/templates/appkit/template/{{.project_name}}/client/src/appKitTypes.d.ts index ce192a506e..c59743c3ea 100644 --- a/experimental/apps-mcp/templates/appkit/template/{{.project_name}}/client/src/appKitTypes.d.ts +++ b/experimental/apps-mcp/templates/appkit/template/{{.project_name}}/client/src/appKitTypes.d.ts @@ -3,10 +3,24 @@ import "@databricks/app-kit-ui/react"; declare module "@databricks/app-kit-ui/react" { interface PluginRegistry { - + "analytics": { + "/users/me/query/:query_key": { + chunk_index: number; + row_offset: number; + row_count: number; + data: any[]; + }; + "/query/:query_key": { + chunk_index: number; + row_offset: number; + row_count: number; + data: any[]; + }; + } } interface QueryRegistry { + mocked_sales: { max_month_num: number; }[]; @@ -14,5 +28,4 @@ declare module "@databricks/app-kit-ui/react" { value: string; }[]; } - } diff --git a/experimental/apps-mcp/templates/appkit/template/{{.project_name}}/package-lock.json b/experimental/apps-mcp/templates/appkit/template/{{.project_name}}/package-lock.json index 54dce74f4e..43b9c2a113 100644 --- a/experimental/apps-mcp/templates/appkit/template/{{.project_name}}/package-lock.json +++ b/experimental/apps-mcp/templates/appkit/template/{{.project_name}}/package-lock.json @@ -385,7 +385,7 @@ "node_modules/@databricks/app-kit": { "version": "0.0.1", "resolved": "file:vendor/databricks-app-kit-0.0.1.tgz", - "integrity": "sha512-qs/WUPRDJAcikIhN6TLI4IHuBXT3WtFwhp5CLY9DQWjNxJsp76GTRUleXSgN5J9KI4EiEbxFX43kn0APn45cdg==", + "integrity": "sha512-Wwy9m/Xn3h5V2pM05FfYL0UOjcN07X9bYp4IjoEJh1knYEkx88KaqE6v8IhXYm736phnuWRyNlOlT+sqHV7c9A==", "dependencies": { "@databricks/sdk-experimental": "^0.14.2", "@opentelemetry/api": "^1.9.0", @@ -8784,9 +8784,9 @@ } }, "node_modules/express": { - "version": "4.22.0", - "resolved": "https://registry.npmjs.org/express/-/express-4.22.0.tgz", - "integrity": "sha512-c2iPh3xp5vvCLgaHK03+mWLFPhox7j1LwyxcZwFVApEv5i0X+IjPpbT50SJJwwLpdBVfp45AkK/v+AFgv/XlfQ==", + "version": "4.22.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.22.1.tgz", + "integrity": "sha512-F2X8g9P1X7uCPZMA3MVf9wcTqlyNp7IhH5qPCI0izhaOIYXaW9L535tGA3qmjRzpH+bZczqq7hVKxTR4NWnu+g==", "license": "MIT", "dependencies": { "accepts": "~1.3.8", diff --git a/experimental/apps-mcp/templates/appkit/template/{{.project_name}}/vendor/databricks-app-kit-0.0.1.tgz b/experimental/apps-mcp/templates/appkit/template/{{.project_name}}/vendor/databricks-app-kit-0.0.1.tgz index 190a81e930..21868e6168 100644 Binary files a/experimental/apps-mcp/templates/appkit/template/{{.project_name}}/vendor/databricks-app-kit-0.0.1.tgz and b/experimental/apps-mcp/templates/appkit/template/{{.project_name}}/vendor/databricks-app-kit-0.0.1.tgz differ