@adminide-stack/core
Advanced tools
Comparing version 9.1.1-alpha.101 to 9.1.1-alpha.102
import { DataProxy } from '@apollo/client/cache'; | ||
import { ApolloClient } from '@apollo/client/index.js'; | ||
import { IUserContext, IUserProfile, IIAuth0Token } from './generated'; | ||
import { IUserContext, IUserProfile, IIAuth0Token, IAuthStrategyEnum } from './generated'; | ||
import express from 'express'; | ||
@@ -39,3 +39,3 @@ import { IPreferncesTransformed } from '@common-stack/server-core'; | ||
req: express.Request & { | ||
authStrategy: string; | ||
authStrategy: IAuthStrategyEnum | string; | ||
}; | ||
@@ -42,0 +42,0 @@ res: express.Response; |
{ | ||
"name": "@adminide-stack/core", | ||
"version": "9.1.1-alpha.101", | ||
"version": "9.1.1-alpha.102", | ||
"description": "AdminIDE core for higher packages to depend on", | ||
@@ -40,3 +40,3 @@ "license": "ISC", | ||
}, | ||
"gitHead": "b38b7112b3bbeaef36b7ee90c36fadb54ed4ca45" | ||
"gitHead": "26771e5031febcd9f574d782f40ca38a2a9082e2" | ||
} |
1701630