@api.global/typedsocket 7.1.0 → 8.0.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.
@@ -35,11 +35,13 @@ interface ITextArrivalStamp {
35
35
  readonly readyAtArrival: boolean;
36
36
  readonly method?: string;
37
37
  readonly correlationId?: string;
38
+ readonly requestInstanceId?: string;
38
39
  readonly phase?: 'request' | 'response';
39
40
  readonly handshake: boolean;
40
41
  }
41
42
  interface IHandshakeAuthority {
42
43
  readonly correlationId: string;
44
+ readonly requestInstanceId: string;
43
45
  readonly sequence: number;
44
46
  }
45
47
  interface IOutboundFrame {