@databutton/firebase-types 1.102.1 → 1.102.2

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.
@@ -2383,7 +2383,7 @@ export interface GlobalAgentSkill extends AgentSkillBase {
2383
2383
  }
2384
2384
  export interface TelemetryEvent {
2385
2385
  eventType: string;
2386
- timestamp: number;
2386
+ recordedBy: PerformedBy;
2387
2387
  provider: string;
2388
2388
  model: string;
2389
2389
  agentId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.102.1",
3
+ "version": "1.102.2",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {