@upscopeio/react 2024.11.12 → 2024.11.13

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/sdk.d.ts +1 -0
package/package.json CHANGED
@@ -7,5 +7,5 @@
7
7
  "react": ">=16.2.0",
8
8
  "react-dom": ">=16.2.0"
9
9
  },
10
- "version": "2024.11.12"
10
+ "version": "2024.11.13"
11
11
  }
package/sdk.d.ts CHANGED
@@ -125,6 +125,7 @@ type SDKEvents = {
125
125
  agentRequestUpdate: ["pending" | "unavailable" | "canceled" | "accepted"];
126
126
  newObserver: [string, Observer];
127
127
  observerGone: [string];
128
+ observerContentVisible: [string];
128
129
  observersCount: [number];
129
130
  agentsAvailable: undefined;
130
131
  sessionContinue: undefined;