npm package diff

Package: @forge/runtime

Versions: 6.0.2 - 6.0.3-next.0

File: package/out/request.d.ts

Index: package/out/request.d.ts
===================================================================
--- package/out/request.d.ts
+++ package/out/request.d.ts
@@ -46,8 +46,11 @@
     moduleType: string;
     moduleKey: string;
     license?: License;
 }
+interface Realtime {
+    contextToken?: string;
+}
 export interface Metadata {
     apiAuth: {
         env: string;
         objects: string;
@@ -59,8 +62,9 @@
     tracing: {
         traceId: string;
         spanId: string;
     };
+    realtime: Realtime;
     aaid?: string;
     featureFlags?: string[];
     appToken?: string;
     proxy?: {