@djaouad10/shared-types 1.0.30 → 1.0.31

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/index.d.ts +9 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -2621,7 +2621,15 @@ declare const ourFileRouter: {
2621
2621
  _errorFn: "unsetMarker" & {
2622
2622
  __brand: "unsetMarker";
2623
2623
  };
2624
- _output: void;
2624
+ _output: {
2625
+ url: string;
2626
+ name: string;
2627
+ key: string;
2628
+ type: string;
2629
+ metadata: {
2630
+ userId: string;
2631
+ };
2632
+ };
2625
2633
  }>;
2626
2634
  };
2627
2635
  export type OurFileRouter = typeof ourFileRouter;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djaouad10/shared-types",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
4
4
  "types": "./index.d.ts",
5
5
  "publishConfig": {
6
6
  "access": "public"