@magda/auth-api-client 5.0.0-alpha.0 → 5.0.0-alpha.2

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 +0 -1
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -310,7 +310,6 @@ declare interface UserRecord {
310
310
  id: string;
311
311
  displayName: string;
312
312
  photoURL: string;
313
- isAdmin: boolean;
314
313
  orgUnitId: string;
315
314
  email: string;
316
315
  source: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@magda/auth-api-client",
3
3
  "description": "MAGDA Auth API Client",
4
- "version": "5.0.0-alpha.0",
4
+ "version": "5.0.0-alpha.2",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": "./dist/index.js",
@@ -21,7 +21,7 @@
21
21
  "author": "",
22
22
  "license": "Apache-2.0",
23
23
  "devDependencies": {
24
- "@magda/typescript-common": "^5.0.0-alpha.0",
24
+ "@magda/typescript-common": "^5.0.0-alpha.2",
25
25
  "@microsoft/api-extractor": "~7.39.0",
26
26
  "esbuild": "^0.19.10",
27
27
  "ts-loader": "^9.5.1",