@djaouad10/shared-types 1.0.13 → 1.0.14

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 +2 -8
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -2393,15 +2393,9 @@ declare const auth: import("better-auth").Auth<{
2393
2393
  }>;
2394
2394
  export type Auth = typeof auth;
2395
2395
  declare const ourFileRouter: {
2396
- courseImage: import("node_modules/uploadthing/dist/types-Bs3w2d_3.js").FileRoute<{
2396
+ productImage: import("node_modules/uploadthing/dist/types-Bs3w2d_3.js").FileRoute<{
2397
2397
  input: undefined;
2398
- output: {
2399
- uploadedBy: string;
2400
- publicUrl: string;
2401
- name: string;
2402
- key: string;
2403
- type: string;
2404
- };
2398
+ output: null;
2405
2399
  errorShape: import("@uploadthing/shared").Json;
2406
2400
  }>;
2407
2401
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djaouad10/shared-types",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "types": "./index.d.ts",
5
5
  "publishConfig": {
6
6
  "access": "public"