@chaibuilder/pages 0.1.19 → 0.1.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/dist/server.d.ts +2 -2
  2. package/package.json +1 -1
package/dist/server.d.ts CHANGED
@@ -77,7 +77,7 @@ export declare class ChaiBuilderPagesUserManagement implements ChaiBuilderPagesU
77
77
  id: string;
78
78
  name: string;
79
79
  email: string;
80
- }>;
80
+ } | null>;
81
81
  isUserActive(_userId: string): Promise<boolean>;
82
82
  getUserRoleAndPermissions(_userId: string): Promise<{
83
83
  role: string;
@@ -101,7 +101,7 @@ export declare interface ChaiBuilderPagesUserManagementInterface {
101
101
  id: string;
102
102
  name: string;
103
103
  email: string;
104
- }>;
104
+ } | null>;
105
105
  getUserInfo(chaiUserId: string): Promise<ChaiBuilderUserInfo>;
106
106
  }
107
107
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "author": "Suraj Air",
4
4
  "license": "Private",
5
5
  "homepage": "https://chaibuilder.com",
6
- "version": "0.1.19",
6
+ "version": "0.1.20",
7
7
  "type": "module",
8
8
  "files": [
9
9
  "dist"