@caido/sdk-frontend 0.47.0 → 0.47.2-beta.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.
@@ -58,6 +58,7 @@ type CommandContextRequestRow = {
58
58
  path: string;
59
59
  query: string;
60
60
  isTls: boolean;
61
+ streamId?: ID;
61
62
  }[];
62
63
  };
63
64
  /**
@@ -78,6 +79,7 @@ type CommandContextRequest = {
78
79
  query: string;
79
80
  isTls: boolean;
80
81
  raw: string;
82
+ streamId?: ID;
81
83
  };
82
84
  /**
83
85
  * The currently selected text in the request pane.
@@ -100,6 +102,7 @@ type CommandContextResponse = {
100
102
  path: string;
101
103
  query: string;
102
104
  isTls: boolean;
105
+ streamId?: ID;
103
106
  };
104
107
  /**
105
108
  * The response that is currently open in the response pane.