@databutton/firebase-types 1.98.5 → 1.98.6

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.
@@ -2326,6 +2326,7 @@ export interface AgentSkillBase {
2326
2326
  name: string;
2327
2327
  description: string;
2328
2328
  content: string;
2329
+ availability: "draft" | "preview" | "active";
2329
2330
  createdBy: PerformedBy;
2330
2331
  lastUpdatedBy: PerformedBy;
2331
2332
  markedForDeletionBy: PerformedBy | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.98.5",
3
+ "version": "1.98.6",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {