@caido/sdk-frontend 0.46.1-beta.1 → 0.46.1-beta.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caido/sdk-frontend",
3
- "version": "0.46.1-beta.1",
3
+ "version": "0.46.1-beta.2",
4
4
  "description": "Typing for the Caido Frontend SDK",
5
5
  "author": "Caido Labs Inc. <dev@caido.io>",
6
6
  "license": "MIT",
@@ -68,8 +68,10 @@ type CommandContextRequest = {
68
68
  type: "RequestContext";
69
69
  /**
70
70
  * The request that is currently open in the request pane.
71
+ * If the request has not yet been saved in the database, the id will be undefined.
71
72
  */
72
73
  request: {
74
+ id: ID | undefined;
73
75
  host: string;
74
76
  port: number;
75
77
  path: string;