@alwaysmeticulous/sdk-bundles-api 2.45.0 → 2.45.3

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.
@@ -134,8 +134,8 @@ export type StoryboardOptions = {
134
134
  } | {
135
135
  enabled: true;
136
136
  };
137
- export type NotebookRunId = StringId<"NotebookRunId">;
138
- export type TestRunId = StringId<"TestRunId">;
137
+ export type NotebookRunId = StringId<"notebookRunId">;
138
+ export type TestRunId = StringId<"testRunId">;
139
139
  export type GeneratedBy = GeneratedByNotebookRun | GeneratedByTestRun | GeneratedByReplayCommand;
140
140
  export interface GeneratedByNotebookRun {
141
141
  type: "notebook";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwaysmeticulous/sdk-bundles-api",
3
- "version": "2.45.0",
3
+ "version": "2.45.3",
4
4
  "description": "Meticulous common types",
5
5
  "license": "ISC",
6
6
  "main": "dist/index.js",
@@ -46,5 +46,5 @@
46
46
  "bugs": {
47
47
  "url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
48
48
  },
49
- "gitHead": "3cfa8654dc5bf8a1426c4a3e2458d2ced7c94205"
49
+ "gitHead": "d4e536d8ea889e75077bb9889399016d35082339"
50
50
  }