@lightdash/common 0.1477.2 → 0.1477.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -406,7 +406,8 @@ export type ApiErrorDetail = {
406
406
  data: {
407
407
  [key: string]: string;
408
408
  };
409
- id?: string;
409
+ sentryTraceId?: string;
410
+ sentryEventId?: string;
410
411
  };
411
412
  export type ApiError = {
412
413
  status: 'error';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/common",
3
- "version": "0.1477.2",
3
+ "version": "0.1477.3",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [