@bearei/server-common 0.0.173 → 0.0.174

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 (39) hide show
  1. package/dist/access/access.guard.js +1 -1
  2. package/dist/access/access.guard.js.map +1 -1
  3. package/dist/access/access.interceptor.js +1 -4
  4. package/dist/access/access.interceptor.js.map +1 -1
  5. package/dist/authentication/authentication.interface.d.ts +3 -3
  6. package/dist/authentication/authentication.service.d.ts +3 -3
  7. package/dist/authentication/authentication.service.js +4 -4
  8. package/dist/authentication/authentication.service.js.map +1 -1
  9. package/dist/base/base.service.d.ts +1 -1
  10. package/dist/base/base.service.js +1 -1
  11. package/dist/base/base.service.js.map +1 -1
  12. package/dist/decorators/authentication-permission.decorator.d.ts +2 -2
  13. package/dist/decorators/authentication-permission.decorator.js +4 -4
  14. package/dist/decorators/authentication-permission.decorator.js.map +1 -1
  15. package/dist/decorators/authentication-subscription-feature.decorator.d.ts +2 -2
  16. package/dist/decorators/authentication-subscription-feature.decorator.js +4 -4
  17. package/dist/decorators/authentication-subscription-feature.decorator.js.map +1 -1
  18. package/dist/decorators/index.d.ts +1 -1
  19. package/dist/decorators/index.js +1 -1
  20. package/dist/decorators/index.js.map +1 -1
  21. package/dist/decorators/omit-entity-key.decorator.d.ts +2 -2
  22. package/dist/decorators/omit-entity-key.decorator.js +4 -4
  23. package/dist/decorators/omit-entity-key.decorator.js.map +1 -1
  24. package/dist/decorators/public-access.decorator.d.ts +3 -0
  25. package/dist/decorators/public-access.decorator.js +8 -0
  26. package/dist/decorators/public-access.decorator.js.map +1 -0
  27. package/dist/external/external.interface.d.ts +2 -2
  28. package/dist/external/external.service.d.ts +3 -3
  29. package/dist/external/external.service.js +2 -2
  30. package/dist/external/external.service.js.map +1 -1
  31. package/dist/permission/permission.guard.js +5 -2
  32. package/dist/permission/permission.guard.js.map +1 -1
  33. package/dist/subscription-feature/subscription-feature.interceptor.js +2 -2
  34. package/dist/subscription-feature/subscription-feature.interceptor.js.map +1 -1
  35. package/dist/tsconfig.build.tsbuildinfo +1 -1
  36. package/package.json +1 -1
  37. package/dist/decorators/public.decorator.d.ts +0 -3
  38. package/dist/decorators/public.decorator.js +0 -8
  39. package/dist/decorators/public.decorator.js.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bearei/server-common",
3
- "version": "0.0.173",
3
+ "version": "0.0.174",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "author": "bearei <bear_ei@outlook.com>",
@@ -1,3 +0,0 @@
1
- import { Access } from '../access';
2
- export declare const IS_PUBLIC_KEY = "Public";
3
- export declare const Public: (accesses: Access[]) => import("@nestjs/common").CustomDecorator<string>;
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Public = exports.IS_PUBLIC_KEY = void 0;
4
- const common_1 = require("@nestjs/common");
5
- exports.IS_PUBLIC_KEY = 'Public';
6
- const Public = (accesses) => (0, common_1.SetMetadata)(exports.IS_PUBLIC_KEY, accesses);
7
- exports.Public = Public;
8
- //# sourceMappingURL=public.decorator.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"public.decorator.js","sourceRoot":"","sources":["../../src/decorators/public.decorator.ts"],"names":[],"mappings":";;;AAAA,2CAA0C;AAG7B,QAAA,aAAa,GAAG,QAAQ,CAAA;AAC9B,MAAM,MAAM,GAAG,CAAC,QAAkB,EAAE,EAAE,CAAC,IAAA,oBAAW,EAAC,qBAAa,EAAE,QAAQ,CAAC,CAAA;AAArE,QAAA,MAAM,UAA+D"}