@serene-dev/la-nest-library 0.0.24 → 0.0.25

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.
@@ -29,7 +29,7 @@ export { LogsController as SDKLogsController } from './modules/logs/logs.control
29
29
  export { LogEntity as SDKLogEntity } from './modules/logs/logs.entity';
30
30
  export { AuthenticationModule as SDKAuthenticationModule } from './modules/authentication/authentication.module';
31
31
  export { AuthenticationGuard as SDKAuthenticationGuard, PublicAuth as SDKPublicAuth, } from './modules/authentication/authentication.guard';
32
- export { AuthenticationService as AuthenticationService, AuthenticationSessionService as AuthenticationSessionService, } from './modules/authentication/authentication.service';
33
- export { AuthenticationController as AuthenticationController } from './modules/authentication/authentication.controller';
34
- export { AuthEntity as AuthEntity, AuthSessionEntity as AuthSessionEntity, } from './modules/authentication/authentication.entity';
35
- export { LoginDTO as LoginDTO, LogoutDTO as LogoutDTO, RegisterDTO as RegisterDTO, SystemLogoutDTO as SystemLogoutDTO, } from './modules/authentication/authentication.dto';
32
+ export { AuthenticationService as SDKAuthenticationService, AuthenticationSessionService as SDKAuthenticationSessionService, } from './modules/authentication/authentication.service';
33
+ export { AuthenticationController as SDKAuthenticationController } from './modules/authentication/authentication.controller';
34
+ export { AuthEntity as SDKAuthEntity, AuthSessionEntity as SDKAuthSessionEntity, } from './modules/authentication/authentication.entity';
35
+ export { LoginDTO as SDKLoginDTO, LogoutDTO as SDKLogoutDTO, RegisterDTO as SDKRegisterDTO, SystemLogoutDTO as SDKSystemLogoutDTO, } from './modules/authentication/authentication.dto';
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.SystemLogoutDTO = exports.RegisterDTO = exports.LogoutDTO = exports.LoginDTO = exports.AuthSessionEntity = exports.AuthEntity = exports.AuthenticationController = exports.AuthenticationSessionService = exports.AuthenticationService = exports.SDKPublicAuth = exports.SDKAuthenticationGuard = exports.SDKAuthenticationModule = exports.SDKLogEntity = exports.SDKLogsController = exports.SDKLogCreateSingleDTO = exports.SDKLogCreateMultipleDTO = exports.SDKLogSerarchDTO = exports.SDKLogsService = exports.SDKLogsModule = exports.SDKFileController = exports.SDKConfig = exports.SDKSample = exports.ESortOrder = exports.ESearchCondition = exports.SDKETableName = exports.SDKERefCat = exports.SDKEFileSizeUnit = exports.SearchQueryDto = exports.SDKFileUploadDto = exports.SDKFileUpdateDto = exports.SDKFileSearchDto = exports.SDKFileActionDto = exports.SDKBaseDto = exports.FileEntity = exports.FileBinEntity = exports.LikesEntity = exports.BaseEntity = exports.SDKUtilityClass = exports.SDKTokenService = exports.SDKSearchService = exports.stream = exports.logger = exports.SDKLikesService = exports.SDKFileService = exports.SDKBaseService = exports.SDKEnvironmentService = void 0;
17
+ exports.SDKSystemLogoutDTO = exports.SDKRegisterDTO = exports.SDKLogoutDTO = exports.SDKLoginDTO = exports.SDKAuthSessionEntity = exports.SDKAuthEntity = exports.SDKAuthenticationController = exports.SDKAuthenticationSessionService = exports.SDKAuthenticationService = exports.SDKPublicAuth = exports.SDKAuthenticationGuard = exports.SDKAuthenticationModule = exports.SDKLogEntity = exports.SDKLogsController = exports.SDKLogCreateSingleDTO = exports.SDKLogCreateMultipleDTO = exports.SDKLogSerarchDTO = exports.SDKLogsService = exports.SDKLogsModule = exports.SDKFileController = exports.SDKConfig = exports.SDKSample = exports.ESortOrder = exports.ESearchCondition = exports.SDKETableName = exports.SDKERefCat = exports.SDKEFileSizeUnit = exports.SearchQueryDto = exports.SDKFileUploadDto = exports.SDKFileUpdateDto = exports.SDKFileSearchDto = exports.SDKFileActionDto = exports.SDKBaseDto = exports.FileEntity = exports.FileBinEntity = exports.LikesEntity = exports.BaseEntity = exports.SDKUtilityClass = exports.SDKTokenService = exports.SDKSearchService = exports.stream = exports.logger = exports.SDKLikesService = exports.SDKFileService = exports.SDKBaseService = exports.SDKEnvironmentService = void 0;
18
18
  __exportStar(require("./la-library.module"), exports);
19
19
  var environment_service_1 = require("./services/environment.service");
20
20
  Object.defineProperty(exports, "SDKEnvironmentService", { enumerable: true, get: function () { return environment_service_1.SDKEnvironmentService; } });
@@ -83,16 +83,16 @@ var authentication_guard_1 = require("./modules/authentication/authentication.gu
83
83
  Object.defineProperty(exports, "SDKAuthenticationGuard", { enumerable: true, get: function () { return authentication_guard_1.AuthenticationGuard; } });
84
84
  Object.defineProperty(exports, "SDKPublicAuth", { enumerable: true, get: function () { return authentication_guard_1.PublicAuth; } });
85
85
  var authentication_service_1 = require("./modules/authentication/authentication.service");
86
- Object.defineProperty(exports, "AuthenticationService", { enumerable: true, get: function () { return authentication_service_1.AuthenticationService; } });
87
- Object.defineProperty(exports, "AuthenticationSessionService", { enumerable: true, get: function () { return authentication_service_1.AuthenticationSessionService; } });
86
+ Object.defineProperty(exports, "SDKAuthenticationService", { enumerable: true, get: function () { return authentication_service_1.AuthenticationService; } });
87
+ Object.defineProperty(exports, "SDKAuthenticationSessionService", { enumerable: true, get: function () { return authentication_service_1.AuthenticationSessionService; } });
88
88
  var authentication_controller_1 = require("./modules/authentication/authentication.controller");
89
- Object.defineProperty(exports, "AuthenticationController", { enumerable: true, get: function () { return authentication_controller_1.AuthenticationController; } });
89
+ Object.defineProperty(exports, "SDKAuthenticationController", { enumerable: true, get: function () { return authentication_controller_1.AuthenticationController; } });
90
90
  var authentication_entity_1 = require("./modules/authentication/authentication.entity");
91
- Object.defineProperty(exports, "AuthEntity", { enumerable: true, get: function () { return authentication_entity_1.AuthEntity; } });
92
- Object.defineProperty(exports, "AuthSessionEntity", { enumerable: true, get: function () { return authentication_entity_1.AuthSessionEntity; } });
91
+ Object.defineProperty(exports, "SDKAuthEntity", { enumerable: true, get: function () { return authentication_entity_1.AuthEntity; } });
92
+ Object.defineProperty(exports, "SDKAuthSessionEntity", { enumerable: true, get: function () { return authentication_entity_1.AuthSessionEntity; } });
93
93
  var authentication_dto_1 = require("./modules/authentication/authentication.dto");
94
- Object.defineProperty(exports, "LoginDTO", { enumerable: true, get: function () { return authentication_dto_1.LoginDTO; } });
95
- Object.defineProperty(exports, "LogoutDTO", { enumerable: true, get: function () { return authentication_dto_1.LogoutDTO; } });
96
- Object.defineProperty(exports, "RegisterDTO", { enumerable: true, get: function () { return authentication_dto_1.RegisterDTO; } });
97
- Object.defineProperty(exports, "SystemLogoutDTO", { enumerable: true, get: function () { return authentication_dto_1.SystemLogoutDTO; } });
94
+ Object.defineProperty(exports, "SDKLoginDTO", { enumerable: true, get: function () { return authentication_dto_1.LoginDTO; } });
95
+ Object.defineProperty(exports, "SDKLogoutDTO", { enumerable: true, get: function () { return authentication_dto_1.LogoutDTO; } });
96
+ Object.defineProperty(exports, "SDKRegisterDTO", { enumerable: true, get: function () { return authentication_dto_1.RegisterDTO; } });
97
+ Object.defineProperty(exports, "SDKSystemLogoutDTO", { enumerable: true, get: function () { return authentication_dto_1.SystemLogoutDTO; } });
98
98
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../libs/la-library/src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,sEAGwC;AAFtC,4HAAA,qBAAqB,OAAA;AAIvB,wDAAyD;AAAhD,8GAAA,cAAc,OAAA;AACvB,wDAAwE;AAA/D,8GAAA,WAAW,OAAkB;AACtC,0DAA2E;AAAlE,gHAAA,YAAY,OAAmB;AACxC,4DAA2D;AAAlD,wGAAA,MAAM,OAAA;AAAE,wGAAA,MAAM,OAAA;AACvB,4DAA8E;AAArE,kHAAA,aAAa,OAAoB;AAC1C,0DAA2E;AAAlE,gHAAA,YAAY,OAAmB;AACxC,8DAA6E;AAApE,kHAAA,YAAY,OAAmB;AAExC,sDAAoD;AAA3C,yGAAA,UAAU,OAAA;AACnB,wDAAsD;AAA7C,2GAAA,WAAW,OAAA;AACpB,8DAA2D;AAAlD,gHAAA,aAAa,OAAA;AACtB,sDAAoD;AAA3C,yGAAA,UAAU,OAAA;AAEnB,4CAAwD;AAA/C,sGAAA,OAAO,OAAc;AAC9B,4CAKyB;AAJvB,4GAAA,aAAa,OAAoB;AACjC,4GAAA,aAAa,OAAoB;AACjC,4GAAA,aAAa,OAAoB;AACjC,4GAAA,aAAa,OAAoB;AAEnC,gDAAmD;AAA1C,4GAAA,cAAc,OAAA;AAEvB,+CAI2B;AAHzB,6GAAA,aAAa,OAAoB;AACjC,uGAAA,OAAO,OAAc;AACrB,0GAAA,UAAU,OAAiB;AAE7B,mDAAmE;AAA1D,+GAAA,gBAAgB,OAAA;AAAE,yGAAA,UAAU,OAAA;AAErC,8DAA4C;AAE5C,gEAA8C;AAE9C,qDAA4D;AAAnD,wGAAA,MAAM,OAAa;AAC5B,uDAAmD;AAA1C,yGAAA,SAAS,OAAA;AAElB,iEAAoF;AAA3E,oHAAA,cAAc,OAAqB;AAE5C,0DAAyE;AAAhE,4GAAA,UAAU,OAAiB;AACpC,4DAA4E;AAAnE,8GAAA,WAAW,OAAkB;AACtC,oDAIiC;AAH/B,4GAAA,aAAa,OAAoB;AACjC,mHAAA,oBAAoB,OAA2B;AAC/C,iHAAA,kBAAkB,OAAyB;AAE7C,kEAAqF;AAA5E,oHAAA,cAAc,OAAqB;AAC5C,0DAAuE;AAA9D,2GAAA,SAAS,OAAgB;AAElC,wFAAiH;AAAxG,gIAAA,oBAAoB,OAA2B;AACxD,sFAGuD;AAFrD,8HAAA,mBAAmB,OAA0B;AAC7C,qHAAA,UAAU,OAAiB;AAE7B,0FAGyD;AAFvD,+HAAA,qBAAqB,OAAyB;AAC9C,sIAAA,4BAA4B,OAAgC;AAE9D,gGAA0H;AAAjH,qIAAA,wBAAwB,OAA4B;AAC7D,wFAGwD;AAFtD,mHAAA,UAAU,OAAc;AACxB,0HAAA,iBAAiB,OAAqB;AAExC,kFAKqD;AAJnD,8GAAA,QAAQ,OAAY;AACpB,+GAAA,SAAS,OAAa;AACtB,iHAAA,WAAW,OAAe;AAC1B,qHAAA,eAAe,OAAmB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../libs/la-library/src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,sEAGwC;AAFtC,4HAAA,qBAAqB,OAAA;AAIvB,wDAAyD;AAAhD,8GAAA,cAAc,OAAA;AACvB,wDAAwE;AAA/D,8GAAA,WAAW,OAAkB;AACtC,0DAA2E;AAAlE,gHAAA,YAAY,OAAmB;AACxC,4DAA2D;AAAlD,wGAAA,MAAM,OAAA;AAAE,wGAAA,MAAM,OAAA;AACvB,4DAA8E;AAArE,kHAAA,aAAa,OAAoB;AAC1C,0DAA2E;AAAlE,gHAAA,YAAY,OAAmB;AACxC,8DAA6E;AAApE,kHAAA,YAAY,OAAmB;AAExC,sDAAoD;AAA3C,yGAAA,UAAU,OAAA;AACnB,wDAAsD;AAA7C,2GAAA,WAAW,OAAA;AACpB,8DAA2D;AAAlD,gHAAA,aAAa,OAAA;AACtB,sDAAoD;AAA3C,yGAAA,UAAU,OAAA;AAEnB,4CAAwD;AAA/C,sGAAA,OAAO,OAAc;AAC9B,4CAKyB;AAJvB,4GAAA,aAAa,OAAoB;AACjC,4GAAA,aAAa,OAAoB;AACjC,4GAAA,aAAa,OAAoB;AACjC,4GAAA,aAAa,OAAoB;AAEnC,gDAAmD;AAA1C,4GAAA,cAAc,OAAA;AAEvB,+CAI2B;AAHzB,6GAAA,aAAa,OAAoB;AACjC,uGAAA,OAAO,OAAc;AACrB,0GAAA,UAAU,OAAiB;AAE7B,mDAAmE;AAA1D,+GAAA,gBAAgB,OAAA;AAAE,yGAAA,UAAU,OAAA;AAErC,8DAA4C;AAE5C,gEAA8C;AAE9C,qDAA4D;AAAnD,wGAAA,MAAM,OAAa;AAC5B,uDAAmD;AAA1C,yGAAA,SAAS,OAAA;AAElB,iEAAoF;AAA3E,oHAAA,cAAc,OAAqB;AAE5C,0DAAyE;AAAhE,4GAAA,UAAU,OAAiB;AACpC,4DAA4E;AAAnE,8GAAA,WAAW,OAAkB;AACtC,oDAIiC;AAH/B,4GAAA,aAAa,OAAoB;AACjC,mHAAA,oBAAoB,OAA2B;AAC/C,iHAAA,kBAAkB,OAAyB;AAE7C,kEAAqF;AAA5E,oHAAA,cAAc,OAAqB;AAC5C,0DAAuE;AAA9D,2GAAA,SAAS,OAAgB;AAElC,wFAAiH;AAAxG,gIAAA,oBAAoB,OAA2B;AACxD,sFAGuD;AAFrD,8HAAA,mBAAmB,OAA0B;AAC7C,qHAAA,UAAU,OAAiB;AAE7B,0FAGyD;AAFvD,kIAAA,qBAAqB,OAA4B;AACjD,yIAAA,4BAA4B,OAAmC;AAEjE,gGAA6H;AAApH,wIAAA,wBAAwB,OAA+B;AAChE,wFAGwD;AAFtD,sHAAA,UAAU,OAAiB;AAC3B,6HAAA,iBAAiB,OAAwB;AAE3C,kFAKqD;AAJnD,iHAAA,QAAQ,OAAe;AACvB,kHAAA,SAAS,OAAgB;AACzB,oHAAA,WAAW,OAAkB;AAC7B,wHAAA,eAAe,OAAsB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serene-dev/la-nest-library",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "MIT",