@djaouad10/shared-types 1.0.19 → 1.0.20

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 +4 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -130,6 +130,9 @@ export interface PublicRatingDTO {
130
130
  comment: string | null;
131
131
  isApproved: boolean;
132
132
  createdAt: Date;
133
+ user: {
134
+ name: string;
135
+ };
133
136
  }
134
137
  export interface RatingCursor {
135
138
  userId: string;
@@ -2412,6 +2415,7 @@ declare const auth: import("better-auth").Auth<{
2412
2415
  token: string;
2413
2416
  }, request: Request | undefined) => Promise<void>;
2414
2417
  };
2418
+ trustedOrigins: string[];
2415
2419
  }>;
2416
2420
  export type Auth = typeof auth;
2417
2421
  declare const ourFileRouter: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djaouad10/shared-types",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "types": "./index.d.ts",
5
5
  "publishConfig": {
6
6
  "access": "public"