@common-stack/rollup-vite-utils 7.0.4-alpha.21 → 7.0.4-alpha.27

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.
@@ -4,7 +4,7 @@ import { ApolloClient } from '@apollo/client/index.js';
4
4
  import { CdmLogger } from '@cdm-logger/core';
5
5
  import express from 'express';
6
6
  import { IPreferncesTransformed } from '@common-stack/server-core';
7
- import { IUserContext, IUserProfile, IIAuth0Token, AuthStrategy } from './generated/generated-models';
7
+ import { IUserContext, IUserProfile, IIAuth0Token, AuthStrategy, ICdecodeParsedUri } from './generated/generated-models';
8
8
  /**
9
9
  *
10
10
  * Context
@@ -36,6 +36,7 @@ export interface IHttpMiddlewareContext {
36
36
  permissions?: any;
37
37
  cdecodeuri?: any;
38
38
  logger?: CdmLogger.ILogger;
39
+ currentPageUriSegments?: ICdecodeParsedUri;
39
40
  user?: IIAuth0Token;
40
41
  errors?: any;
41
42
  profile?: IUserProfile;
@@ -50,7 +51,6 @@ export type IGraphQLContext = {
50
51
  userIp: string;
51
52
  };
52
53
  export interface ServerContext extends IHttpMiddlewareContext, IGraphQLContext {
53
- accessRoleService: any;
54
54
  user?: IIAuth0Token;
55
55
  userContext?: IUserContext;
56
56
  orgname?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common-stack/rollup-vite-utils",
3
- "version": "7.0.4-alpha.21",
3
+ "version": "7.0.4-alpha.27",
4
4
  "description": "Client Module for react app",
5
5
  "homepage": "https://github.com/cdmbase/fullstack-pro#readme",
6
6
  "bugs": {
@@ -31,7 +31,7 @@
31
31
  "watch": "npm run build:lib:watch"
32
32
  },
33
33
  "dependencies": {
34
- "@common-stack/client-react": "7.0.4-alpha.21",
34
+ "@common-stack/client-react": "7.0.4-alpha.23",
35
35
  "@common-stack/core": "7.0.4-alpha.17",
36
36
  "ajv": "^8.17.1",
37
37
  "dot-prop": "^9.0.0",
@@ -58,7 +58,7 @@
58
58
  "publishConfig": {
59
59
  "access": "public"
60
60
  },
61
- "gitHead": "d9304d1ae39fb5efca342a3d28ac4eee697f094e",
61
+ "gitHead": "84f0e1b86af1e594a58dcb1a3535c4d86474b234",
62
62
  "typescript": {
63
63
  "definition": "lib/index.d.ts"
64
64
  }