@tramvai/tokens-server-private 2.148.0 → 2.149.0

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/lib/index.d.ts +5 -5
  2. package/package.json +2 -2
package/lib/index.d.ts CHANGED
@@ -11,7 +11,7 @@ type FastifyRequest = OriginalFastifyRequest & {
11
11
  * @description
12
12
  * Direct reference to request object
13
13
  */
14
- export declare const FASTIFY_REQUEST: OriginalFastifyRequest<import("fastify").RouteGenericInterface, import("fastify").RawServerDefault, import("node:http").IncomingMessage, import("fastify").FastifySchema, import("fastify").FastifyTypeProviderDefault, unknown, import("fastify").FastifyBaseLogger, import("fastify/types/type-provider").ResolveFastifyRequestType<import("fastify").FastifyTypeProviderDefault, import("fastify").FastifySchema, import("fastify").RouteGenericInterface>> & {
14
+ export declare const FASTIFY_REQUEST: OriginalFastifyRequest<import("fastify").RouteGenericInterface, import("fastify").RawServerDefault, import("http").IncomingMessage, import("fastify").FastifySchema, import("fastify").FastifyTypeProviderDefault, unknown, import("fastify").FastifyBaseLogger, import("fastify/types/type-provider").ResolveFastifyRequestType<import("fastify").FastifyTypeProviderDefault, import("fastify").FastifySchema, import("fastify").RouteGenericInterface>> & {
15
15
  cookies: Record<string, string>;
16
16
  } & {
17
17
  __type?: "base token" | undefined;
@@ -20,7 +20,7 @@ export declare const FASTIFY_REQUEST: OriginalFastifyRequest<import("fastify").R
20
20
  * @description
21
21
  * Direct reference to response object
22
22
  */
23
- export declare const FASTIFY_RESPONSE: FastifyReply<import("fastify").RawServerDefault, import("node:http").IncomingMessage, import("node:http").ServerResponse<import("node:http").IncomingMessage>, import("fastify").RouteGenericInterface, unknown, import("fastify").FastifySchema, import("fastify").FastifyTypeProviderDefault, unknown> & {
23
+ export declare const FASTIFY_RESPONSE: FastifyReply<import("fastify").RawServerDefault, import("http").IncomingMessage, import("http").ServerResponse<import("http").IncomingMessage>, import("fastify").RouteGenericInterface, unknown, import("fastify").FastifySchema, import("fastify").FastifyTypeProviderDefault, unknown> & {
24
24
  __type?: "base token" | undefined;
25
25
  };
26
26
  /**
@@ -65,7 +65,7 @@ export declare const WEB_FASTIFY_APP_FACTORY_TOKEN: ((options: {
65
65
  * Instance of the current fastify app that handles requests.
66
66
  * Can be used to setup custom request handler and add custom routes
67
67
  */
68
- export declare const WEB_FASTIFY_APP_TOKEN: FastifyInstance<import("fastify").RawServerDefault, import("node:http").IncomingMessage, import("node:http").ServerResponse<import("node:http").IncomingMessage>, import("fastify").FastifyBaseLogger, import("fastify").FastifyTypeProviderDefault> & {
68
+ export declare const WEB_FASTIFY_APP_TOKEN: FastifyInstance<import("fastify").RawServerDefault, import("http").IncomingMessage, import("http").ServerResponse<import("http").IncomingMessage>, import("fastify").FastifyBaseLogger, import("fastify").FastifyTypeProviderDefault> & {
69
69
  __type?: "base token" | undefined;
70
70
  };
71
71
  /**
@@ -123,14 +123,14 @@ export declare const WEB_FASTIFY_APP_AFTER_ERROR_TOKEN: FASTIFY_APP_ERROR_HANDLE
123
123
  * @description
124
124
  * Http server for utility routes
125
125
  */
126
- export declare const UTILITY_SERVER_TOKEN: Server<typeof import("node:http").IncomingMessage, typeof import("node:http").ServerResponse> & {
126
+ export declare const UTILITY_SERVER_TOKEN: Server<typeof import("http").IncomingMessage, typeof import("http").ServerResponse> & {
127
127
  __type?: "base token" | undefined;
128
128
  };
129
129
  /**
130
130
  * @description
131
131
  * Web app for utility routes
132
132
  */
133
- export declare const UTILITY_WEB_FASTIFY_APP_TOKEN: FastifyInstance<import("fastify").RawServerDefault, import("node:http").IncomingMessage, import("node:http").ServerResponse<import("node:http").IncomingMessage>, import("fastify").FastifyBaseLogger, import("fastify").FastifyTypeProviderDefault> & {
133
+ export declare const UTILITY_WEB_FASTIFY_APP_TOKEN: FastifyInstance<import("fastify").RawServerDefault, import("http").IncomingMessage, import("http").ServerResponse<import("http").IncomingMessage>, import("fastify").FastifyBaseLogger, import("fastify").FastifyTypeProviderDefault> & {
134
134
  __type?: "base token" | undefined;
135
135
  };
136
136
  export type FASTIFY_APP_INIT_HANDLER = (app: FastifyInstance) => Promise<void> | void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/tokens-server-private",
3
- "version": "2.148.0",
3
+ "version": "2.149.0",
4
4
  "description": "Tramvai private tokens for @tramvai/module-server",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.es.js",
@@ -18,7 +18,7 @@
18
18
  "watch": "tsc -w"
19
19
  },
20
20
  "dependencies": {
21
- "@tramvai/papi": "2.148.0"
21
+ "@tramvai/papi": "2.149.0"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@tinkoff/dippy": "0.8.15",