@databutton/firebase-types 1.127.0 → 1.129.0

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.
@@ -1416,6 +1416,10 @@ export interface Project {
1416
1416
  */
1417
1417
  about?: string;
1418
1418
  githubUrl?: string;
1419
+ /** URL to the agent type spec document (e.g. riff-agent-docs/agents/supplier-communications-agent.md). */
1420
+ agentSpecUrl?: string;
1421
+ /** Agent type tag identifying which kind of agent this project implements (e.g. "supplier-communications-agent"). */
1422
+ agentType?: string;
1419
1423
  isShowcase?: boolean;
1420
1424
  last_deployed?: Timestamp;
1421
1425
  schema?: "2022-12-07" | "2022-08-22" | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.127.0",
3
+ "version": "1.129.0",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {