@boboddy/sdk 0.2.15-alpha → 0.4.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.
@@ -207,9 +207,9 @@ declare const buildStepExecutionPlaneClient: (stepExecutions: StepExecutions) =>
207
207
  id: string;
208
208
  stepExecutionId: string;
209
209
  relativeStorePath: string;
210
- storeRef: string;
211
- objectKey: string;
212
- sizeBytes: number;
210
+ storeRef: string | unknown;
211
+ objectKey: string | unknown;
212
+ sizeBytes: number | unknown;
213
213
  contentType: string | unknown;
214
214
  kind: "generic" | "playwright-trace";
215
215
  createdAt: string;
@@ -218,9 +218,9 @@ declare const buildStepExecutionPlaneClient: (stepExecutions: StepExecutions) =>
218
218
  id: string;
219
219
  stepExecutionId: string;
220
220
  relativeStorePath: string;
221
- storeRef: string;
222
- objectKey: string;
223
- sizeBytes: number;
221
+ storeRef: string | unknown;
222
+ objectKey: string | unknown;
223
+ sizeBytes: number | unknown;
224
224
  contentType: string | unknown;
225
225
  kind: "generic" | "playwright-trace";
226
226
  createdAt: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@boboddy/sdk",
4
- "version": "0.2.15-alpha",
4
+ "version": "0.4.0",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {