ovi-kit 1.0.0 → 1.0.2

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.
package/dist/index.d.ts CHANGED
@@ -9,7 +9,8 @@ export { GetByNameDto } from './shared/dto/get-by-name.dto';
9
9
  export { GetByIdDto } from './shared/dto/get-by-id.dto';
10
10
  export { BaseResponseDto } from './shared/dto/base-response.dto';
11
11
  export { BaseDto } from './shared/dto/base-dto';
12
- export type { ApiMeta, ApiMetaOptions, } from './shared/decorators/api-meta.decorator';
12
+ export { ApiMeta } from './shared/decorators/api-meta.decorator';
13
+ export type { ApiMetaOptions } from './shared/decorators/api-meta.decorator';
13
14
  export { RedisService } from './shared/modules/redis/redis.service';
14
15
  export { CustomHttpService } from './shared/modules/http/http.service';
15
16
  export { RedisModule } from './shared/modules/redis/redis.module';
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.INTERNAL_SERVER_ERROR = exports.RpcErrorCode = exports.CustomRpcException = exports.SharedModule = exports.CustomHttpModule = exports.RedisModule = exports.CustomHttpService = exports.RedisService = exports.BaseDto = exports.BaseResponseDto = exports.GetByIdDto = exports.GetByNameDto = exports.MetaDataDto = exports.PaginationDto = exports.BaseEntity = exports.createRandomPassword = exports.getFiveMinutesLater = exports.uuid = exports.PasswordVo = void 0;
3
+ exports.INTERNAL_SERVER_ERROR = exports.RpcErrorCode = exports.CustomRpcException = exports.SharedModule = exports.CustomHttpModule = exports.RedisModule = exports.CustomHttpService = exports.RedisService = exports.ApiMeta = exports.BaseDto = exports.BaseResponseDto = exports.GetByIdDto = exports.GetByNameDto = exports.MetaDataDto = exports.PaginationDto = exports.BaseEntity = exports.createRandomPassword = exports.getFiveMinutesLater = exports.uuid = exports.PasswordVo = void 0;
4
4
  var password_1 = require("./shared/value-objects/password");
5
5
  Object.defineProperty(exports, "PasswordVo", { enumerable: true, get: function () { return password_1.PasswordVo; } });
6
6
  var uuid_1 = require("./shared/utils/uuid");
@@ -23,6 +23,8 @@ var base_response_dto_1 = require("./shared/dto/base-response.dto");
23
23
  Object.defineProperty(exports, "BaseResponseDto", { enumerable: true, get: function () { return base_response_dto_1.BaseResponseDto; } });
24
24
  var base_dto_1 = require("./shared/dto/base-dto");
25
25
  Object.defineProperty(exports, "BaseDto", { enumerable: true, get: function () { return base_dto_1.BaseDto; } });
26
+ var api_meta_decorator_1 = require("./shared/decorators/api-meta.decorator");
27
+ Object.defineProperty(exports, "ApiMeta", { enumerable: true, get: function () { return api_meta_decorator_1.ApiMeta; } });
26
28
  var redis_service_1 = require("./shared/modules/redis/redis.service");
27
29
  Object.defineProperty(exports, "RedisService", { enumerable: true, get: function () { return redis_service_1.RedisService; } });
28
30
  var http_service_1 = require("./shared/modules/http/http.service");
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AACA,4DAA6D;AAApD,sGAAA,UAAU,OAAA;AAGnB,4CAA2C;AAAlC,4FAAA,IAAI,OAAA;AACb,gFAA4E;AAAnE,6HAAA,mBAAmB,OAAA;AAC5B,gFAA6E;AAApE,8HAAA,oBAAoB,OAAA;AAE7B,6DAA2D;AAAlD,yGAAA,UAAU,OAAA;AAGnB,8DAA4D;AAAnD,+GAAA,aAAa,OAAA;AACtB,4DAAyD;AAAhD,4GAAA,WAAW,OAAA;AACpB,gEAA4D;AAAnD,+GAAA,YAAY,OAAA;AACrB,4DAAwD;AAA/C,2GAAA,UAAU,OAAA;AACnB,oEAAiE;AAAxD,oHAAA,eAAe,OAAA;AACxB,kDAAgD;AAAvC,mGAAA,OAAO,OAAA;AAShB,sEAAoE;AAA3D,6GAAA,YAAY,OAAA;AACrB,mEAAuE;AAA9D,iHAAA,iBAAiB,OAAA;AAG1B,oEAAkE;AAAzD,2GAAA,WAAW,OAAA;AACpB,iEAAqE;AAA5D,+GAAA,gBAAgB,OAAA;AACzB,iDAA+C;AAAtC,6GAAA,YAAY,OAAA;AASrB,iFAA8E;AAArE,0HAAA,kBAAkB,OAAA;AAG3B,kEAA8D;AAArD,+GAAA,YAAY,OAAA;AAGrB,gGAAwF;AAA/E,qIAAA,qBAAqB,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AACA,4DAA6D;AAApD,sGAAA,UAAU,OAAA;AAGnB,4CAA2C;AAAlC,4FAAA,IAAI,OAAA;AACb,gFAA4E;AAAnE,6HAAA,mBAAmB,OAAA;AAC5B,gFAA6E;AAApE,8HAAA,oBAAoB,OAAA;AAE7B,6DAA2D;AAAlD,yGAAA,UAAU,OAAA;AAGnB,8DAA4D;AAAnD,+GAAA,aAAa,OAAA;AACtB,4DAAyD;AAAhD,4GAAA,WAAW,OAAA;AACpB,gEAA4D;AAAnD,+GAAA,YAAY,OAAA;AACrB,4DAAwD;AAA/C,2GAAA,UAAU,OAAA;AACnB,oEAAiE;AAAxD,oHAAA,eAAe,OAAA;AACxB,kDAAgD;AAAvC,mGAAA,OAAO,OAAA;AAGhB,6EAAiE;AAAxD,6GAAA,OAAO,OAAA;AAIhB,sEAAoE;AAA3D,6GAAA,YAAY,OAAA;AACrB,mEAAuE;AAA9D,iHAAA,iBAAiB,OAAA;AAG1B,oEAAkE;AAAzD,2GAAA,WAAW,OAAA;AACpB,iEAAqE;AAA5D,+GAAA,gBAAgB,OAAA;AACzB,iDAA+C;AAAtC,6GAAA,YAAY,OAAA;AASrB,iFAA8E;AAArE,0HAAA,kBAAkB,OAAA;AAG3B,kEAA8D;AAArD,+GAAA,YAAY,OAAA;AAGrB,gGAAwF;AAA/E,qIAAA,qBAAqB,OAAA"}