@devline-smart-taxi/common 2.3.74 → 2.3.75

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.
@@ -1,7 +1,6 @@
1
- type User = {
1
+ export interface CurrentUserType {
2
2
  id: string;
3
3
  role: string;
4
4
  branchId?: string;
5
- };
6
- export declare const CurrentUser: (...dataOrPipes: (keyof User | import("@nestjs/common").PipeTransform<any, any> | import("@nestjs/common").Type<import("@nestjs/common").PipeTransform<any, any>>)[]) => ParameterDecorator;
7
- export {};
5
+ }
6
+ export declare const CurrentUser: (...dataOrPipes: (keyof CurrentUserType | import("@nestjs/common").PipeTransform<any, any> | import("@nestjs/common").Type<import("@nestjs/common").PipeTransform<any, any>>)[]) => ParameterDecorator;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devline-smart-taxi/common",
3
- "version": "2.3.74",
3
+ "version": "2.3.75",
4
4
  "description": "Reusable NestJS common library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",