@nest-omni/core 4.1.3-13 → 4.1.3-15
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/decorators → decorators}/field.decorators.d.ts +1 -1
- package/package.json +1 -1
- package/{dist/transaction → transaction}/base-service-transaction.d.ts +9 -2
- package/{dist/transaction → transaction}/base-service-transaction.js +40 -9
- package/{dist/transaction → transaction}/index.d.ts +1 -0
- package/{dist/transaction → transaction}/index.js +4 -1
- package/transaction/transaction-manager.holder.d.ts +31 -0
- package/transaction/transaction-manager.holder.js +42 -0
- package/{dist/transaction → transaction}/transaction.module.js +29 -1
- package/{dist/transaction → transaction}/transactional.decorator.js +4 -3
- package/LICENSE +0 -17
- package/README.md +0 -444
- package/build.sh +0 -45
- package/dist/package.json +0 -105
- package/tsconfig.build.json +0 -16
- /package/{dist/.hygen → .hygen}/new/crud/controller.ejs.t +0 -0
- /package/{dist/.hygen → .hygen}/new/crud/create.dto.ejs.t +0 -0
- /package/{dist/.hygen → .hygen}/new/crud/entity.ejs.t +0 -0
- /package/{dist/.hygen → .hygen}/new/crud/get.dto.ejs.t +0 -0
- /package/{dist/.hygen → .hygen}/new/crud/index-dto.ejs.t +0 -0
- /package/{dist/.hygen → .hygen}/new/crud/index-response.dto.ejs.t +0 -0
- /package/{dist/.hygen → .hygen}/new/crud/module.ejs.t +0 -0
- /package/{dist/.hygen → .hygen}/new/crud/prompt.js +0 -0
- /package/{dist/.hygen → .hygen}/new/crud/service.ejs.t +0 -0
- /package/{dist/.hygen → .hygen}/new/crud/update.dto.ejs.t +0 -0
- /package/{dist/.hygen → .hygen}/new/module/controller.ejs.t +0 -0
- /package/{dist/.hygen → .hygen}/new/module/create-command.ejs.t +0 -0
- /package/{dist/.hygen → .hygen}/new/module/create.dto.ejs.t +0 -0
- /package/{dist/.hygen → .hygen}/new/module/dto.ejs.t +0 -0
- /package/{dist/.hygen → .hygen}/new/module/entity.ejs.t +0 -0
- /package/{dist/.hygen → .hygen}/new/module/get-query.ejs.t +0 -0
- /package/{dist/.hygen → .hygen}/new/module/module.ejs.t +0 -0
- /package/{dist/.hygen → .hygen}/new/module/not-found.exception.ejs.t +0 -0
- /package/{dist/.hygen → .hygen}/new/module/page-options.dto.ejs.t +0 -0
- /package/{dist/.hygen → .hygen}/new/module/prompt.js +0 -0
- /package/{dist/.hygen → .hygen}/new/module/repository.ejs.t +0 -0
- /package/{dist/.hygen → .hygen}/new/module/service.ejs.t +0 -0
- /package/{dist/.hygen → .hygen}/new/module/translation-dto.ejs.t +0 -0
- /package/{dist/.hygen → .hygen}/new/module/translation-entity.ejs.t +0 -0
- /package/{dist/.hygen → .hygen}/new/module/translation-repository.ejs.t +0 -0
- /package/{dist/.hygen → .hygen}/new/module/update.dto.ejs.t +0 -0
- /package/{dist/.hygen.js → .hygen.js} +0 -0
- /package/{dist/audit → audit}/audit.module.d.ts +0 -0
- /package/{dist/audit → audit}/audit.module.js +0 -0
- /package/{dist/audit → audit}/controllers/audit.controller.d.ts +0 -0
- /package/{dist/audit → audit}/controllers/audit.controller.js +0 -0
- /package/{dist/audit → audit}/controllers/index.d.ts +0 -0
- /package/{dist/audit → audit}/controllers/index.js +0 -0
- /package/{dist/audit → audit}/decorators/audit-action.decorator.d.ts +0 -0
- /package/{dist/audit → audit}/decorators/audit-action.decorator.js +0 -0
- /package/{dist/audit → audit}/decorators/audit-controller.decorator.d.ts +0 -0
- /package/{dist/audit → audit}/decorators/audit-controller.decorator.js +0 -0
- /package/{dist/audit → audit}/decorators/audit-operation.decorator.d.ts +0 -0
- /package/{dist/audit → audit}/decorators/audit-operation.decorator.js +0 -0
- /package/{dist/audit → audit}/decorators/entity-audit.decorator.d.ts +0 -0
- /package/{dist/audit → audit}/decorators/entity-audit.decorator.js +0 -0
- /package/{dist/audit → audit}/decorators/index.d.ts +0 -0
- /package/{dist/audit → audit}/decorators/index.js +0 -0
- /package/{dist/audit → audit}/dto/audit-log-query.dto.d.ts +0 -0
- /package/{dist/audit → audit}/dto/audit-log-query.dto.js +0 -0
- /package/{dist/audit → audit}/dto/begin-transaction.dto.d.ts +0 -0
- /package/{dist/audit → audit}/dto/begin-transaction.dto.js +0 -0
- /package/{dist/audit → audit}/dto/compare-entities.dto.d.ts +0 -0
- /package/{dist/audit → audit}/dto/compare-entities.dto.js +0 -0
- /package/{dist/audit → audit}/dto/index.d.ts +0 -0
- /package/{dist/audit → audit}/dto/index.js +0 -0
- /package/{dist/audit → audit}/dto/pre-check-restore.dto.d.ts +0 -0
- /package/{dist/audit → audit}/dto/pre-check-restore.dto.js +0 -0
- /package/{dist/audit → audit}/dto/restore-entity.dto.d.ts +0 -0
- /package/{dist/audit → audit}/dto/restore-entity.dto.js +0 -0
- /package/{dist/audit → audit}/entities/audit-action-summary.entity.d.ts +0 -0
- /package/{dist/audit → audit}/entities/audit-action-summary.entity.js +0 -0
- /package/{dist/audit → audit}/entities/entity-audit-log.entity.d.ts +0 -0
- /package/{dist/audit → audit}/entities/entity-audit-log.entity.js +0 -0
- /package/{dist/audit → audit}/entities/entity-transaction.entity.d.ts +0 -0
- /package/{dist/audit → audit}/entities/entity-transaction.entity.js +0 -0
- /package/{dist/audit → audit}/entities/index.d.ts +0 -0
- /package/{dist/audit → audit}/entities/index.js +0 -0
- /package/{dist/audit → audit}/entities/manual-operation-log.entity.d.ts +0 -0
- /package/{dist/audit → audit}/entities/manual-operation-log.entity.js +0 -0
- /package/{dist/audit → audit}/entities/operation-template.entity.d.ts +0 -0
- /package/{dist/audit → audit}/entities/operation-template.entity.js +0 -0
- /package/{dist/audit → audit}/enums/audit.enums.d.ts +0 -0
- /package/{dist/audit → audit}/enums/audit.enums.js +0 -0
- /package/{dist/audit → audit}/enums/index.d.ts +0 -0
- /package/{dist/audit → audit}/enums/index.js +0 -0
- /package/{dist/audit → audit}/index.d.ts +0 -0
- /package/{dist/audit → audit}/index.js +0 -0
- /package/{dist/audit → audit}/interceptors/audit-action.interceptor.d.ts +0 -0
- /package/{dist/audit → audit}/interceptors/audit-action.interceptor.js +0 -0
- /package/{dist/audit → audit}/interceptors/audit.interceptor.d.ts +0 -0
- /package/{dist/audit → audit}/interceptors/audit.interceptor.js +0 -0
- /package/{dist/audit → audit}/interceptors/index.d.ts +0 -0
- /package/{dist/audit → audit}/interceptors/index.js +0 -0
- /package/{dist/audit → audit}/interfaces/audit.interfaces.d.ts +0 -0
- /package/{dist/audit → audit}/interfaces/audit.interfaces.js +0 -0
- /package/{dist/audit → audit}/interfaces/index.d.ts +0 -0
- /package/{dist/audit → audit}/interfaces/index.js +0 -0
- /package/{dist/audit → audit}/services/audit-action.service.d.ts +0 -0
- /package/{dist/audit → audit}/services/audit-action.service.js +0 -0
- /package/{dist/audit → audit}/services/audit-context.service.d.ts +0 -0
- /package/{dist/audit → audit}/services/audit-context.service.js +0 -0
- /package/{dist/audit → audit}/services/audit-strategy.service.d.ts +0 -0
- /package/{dist/audit → audit}/services/audit-strategy.service.js +0 -0
- /package/{dist/audit → audit}/services/entity-audit.service.d.ts +0 -0
- /package/{dist/audit → audit}/services/entity-audit.service.js +0 -0
- /package/{dist/audit → audit}/services/index.d.ts +0 -0
- /package/{dist/audit → audit}/services/index.js +0 -0
- /package/{dist/audit → audit}/services/manual-audit-log.service.d.ts +0 -0
- /package/{dist/audit → audit}/services/manual-audit-log.service.js +0 -0
- /package/{dist/audit → audit}/services/multi-database.service.d.ts +0 -0
- /package/{dist/audit → audit}/services/multi-database.service.js +0 -0
- /package/{dist/audit → audit}/services/operation-description.service.d.ts +0 -0
- /package/{dist/audit → audit}/services/operation-description.service.js +0 -0
- /package/{dist/audit → audit}/services/transaction-audit.service.d.ts +0 -0
- /package/{dist/audit → audit}/services/transaction-audit.service.js +0 -0
- /package/{dist/audit → audit}/subscribers/entity-audit.subscriber.d.ts +0 -0
- /package/{dist/audit → audit}/subscribers/entity-audit.subscriber.js +0 -0
- /package/{dist/audit → audit}/subscribers/index.d.ts +0 -0
- /package/{dist/audit → audit}/subscribers/index.js +0 -0
- /package/{dist/cache → cache}/cache-metrics.service.d.ts +0 -0
- /package/{dist/cache → cache}/cache-metrics.service.js +0 -0
- /package/{dist/cache → cache}/cache-serialization.service.d.ts +0 -0
- /package/{dist/cache → cache}/cache-serialization.service.js +0 -0
- /package/{dist/cache → cache}/cache.constants.d.ts +0 -0
- /package/{dist/cache → cache}/cache.constants.js +0 -0
- /package/{dist/cache → cache}/cache.health.d.ts +0 -0
- /package/{dist/cache → cache}/cache.health.js +0 -0
- /package/{dist/cache → cache}/cache.module.d.ts +0 -0
- /package/{dist/cache → cache}/cache.module.js +0 -0
- /package/{dist/cache → cache}/cache.service.d.ts +0 -0
- /package/{dist/cache → cache}/cache.service.js +0 -0
- /package/{dist/cache → cache}/cache.warmup.service.d.ts +0 -0
- /package/{dist/cache → cache}/cache.warmup.service.js +0 -0
- /package/{dist/cache → cache}/decorators/cache-evict.decorator.d.ts +0 -0
- /package/{dist/cache → cache}/decorators/cache-evict.decorator.js +0 -0
- /package/{dist/cache → cache}/decorators/cache-put.decorator.d.ts +0 -0
- /package/{dist/cache → cache}/decorators/cache-put.decorator.js +0 -0
- /package/{dist/cache → cache}/decorators/cacheable.decorator.d.ts +0 -0
- /package/{dist/cache → cache}/decorators/cacheable.decorator.js +0 -0
- /package/{dist/cache → cache}/decorators/index.d.ts +0 -0
- /package/{dist/cache → cache}/decorators/index.js +0 -0
- /package/{dist/cache → cache}/dependencies/callback.dependency.d.ts +0 -0
- /package/{dist/cache → cache}/dependencies/callback.dependency.js +0 -0
- /package/{dist/cache → cache}/dependencies/chain.dependency.d.ts +0 -0
- /package/{dist/cache → cache}/dependencies/chain.dependency.js +0 -0
- /package/{dist/cache → cache}/dependencies/db.dependency.d.ts +0 -0
- /package/{dist/cache → cache}/dependencies/db.dependency.js +0 -0
- /package/{dist/cache → cache}/dependencies/file.dependency.d.ts +0 -0
- /package/{dist/cache → cache}/dependencies/file.dependency.js +0 -0
- /package/{dist/cache → cache}/dependencies/index.d.ts +0 -0
- /package/{dist/cache → cache}/dependencies/index.js +0 -0
- /package/{dist/cache → cache}/dependencies/tag.dependency.d.ts +0 -0
- /package/{dist/cache → cache}/dependencies/tag.dependency.js +0 -0
- /package/{dist/cache → cache}/dependencies/time.dependency.d.ts +0 -0
- /package/{dist/cache → cache}/dependencies/time.dependency.js +0 -0
- /package/{dist/cache → cache}/examples/basic-usage.d.ts +0 -0
- /package/{dist/cache → cache}/examples/basic-usage.js +0 -0
- /package/{dist/cache → cache}/index.d.ts +0 -0
- /package/{dist/cache → cache}/index.js +0 -0
- /package/{dist/cache → cache}/interfaces/cache-dependency.interface.d.ts +0 -0
- /package/{dist/cache → cache}/interfaces/cache-dependency.interface.js +0 -0
- /package/{dist/cache → cache}/interfaces/cache-options.interface.d.ts +0 -0
- /package/{dist/cache → cache}/interfaces/cache-options.interface.js +0 -0
- /package/{dist/cache → cache}/interfaces/cache-provider.interface.d.ts +0 -0
- /package/{dist/cache → cache}/interfaces/cache-provider.interface.js +0 -0
- /package/{dist/cache → cache}/interfaces/index.d.ts +0 -0
- /package/{dist/cache → cache}/interfaces/index.js +0 -0
- /package/{dist/cache → cache}/providers/base-cache.provider.d.ts +0 -0
- /package/{dist/cache → cache}/providers/base-cache.provider.js +0 -0
- /package/{dist/cache → cache}/providers/cls-cache.provider.d.ts +0 -0
- /package/{dist/cache → cache}/providers/cls-cache.provider.js +0 -0
- /package/{dist/cache → cache}/providers/index.d.ts +0 -0
- /package/{dist/cache → cache}/providers/index.js +0 -0
- /package/{dist/cache → cache}/providers/memory-cache.provider.d.ts +0 -0
- /package/{dist/cache → cache}/providers/memory-cache.provider.js +0 -0
- /package/{dist/cache → cache}/providers/redis-cache.provider.d.ts +0 -0
- /package/{dist/cache → cache}/providers/redis-cache.provider.js +0 -0
- /package/{dist/cache → cache}/utils/dependency-manager.util.d.ts +0 -0
- /package/{dist/cache → cache}/utils/dependency-manager.util.js +0 -0
- /package/{dist/cache → cache}/utils/index.d.ts +0 -0
- /package/{dist/cache → cache}/utils/index.js +0 -0
- /package/{dist/cache → cache}/utils/key-generator.util.d.ts +0 -0
- /package/{dist/cache → cache}/utils/key-generator.util.js +0 -0
- /package/{dist/common → common}/abstract.entity.d.ts +0 -0
- /package/{dist/common → common}/abstract.entity.js +0 -0
- /package/{dist/common → common}/boilerplate.polyfill.d.ts +0 -0
- /package/{dist/common → common}/boilerplate.polyfill.js +0 -0
- /package/{dist/common → common}/dto/abstract.dto.d.ts +0 -0
- /package/{dist/common → common}/dto/abstract.dto.js +0 -0
- /package/{dist/common → common}/dto/bulk-id.dto.d.ts +0 -0
- /package/{dist/common → common}/dto/bulk-id.dto.js +0 -0
- /package/{dist/common → common}/dto/create-translation.dto.d.ts +0 -0
- /package/{dist/common → common}/dto/create-translation.dto.js +0 -0
- /package/{dist/common → common}/dto/dto-container.d.ts +0 -0
- /package/{dist/common → common}/dto/dto-container.js +0 -0
- /package/{dist/common → common}/dto/dto-decorators.d.ts +0 -0
- /package/{dist/common → common}/dto/dto-decorators.js +0 -0
- /package/{dist/common → common}/dto/dto-extensions.d.ts +0 -0
- /package/{dist/common → common}/dto/dto-extensions.js +0 -0
- /package/{dist/common → common}/dto/dto-service-accessor.d.ts +0 -0
- /package/{dist/common → common}/dto/dto-service-accessor.js +0 -0
- /package/{dist/common → common}/dto/dto-transformer.d.ts +0 -0
- /package/{dist/common → common}/dto/dto-transformer.js +0 -0
- /package/{dist/common → common}/dto/index.d.ts +0 -0
- /package/{dist/common → common}/dto/index.js +0 -0
- /package/{dist/common → common}/dto/page-meta.dto.d.ts +0 -0
- /package/{dist/common → common}/dto/page-meta.dto.js +0 -0
- /package/{dist/common → common}/dto/page-options.dto.d.ts +0 -0
- /package/{dist/common → common}/dto/page-options.dto.js +0 -0
- /package/{dist/common → common}/dto/page.dto.d.ts +0 -0
- /package/{dist/common → common}/dto/page.dto.js +0 -0
- /package/{dist/common → common}/examples/paginate-and-map.example.d.ts +0 -0
- /package/{dist/common → common}/examples/paginate-and-map.example.js +0 -0
- /package/{dist/common → common}/index.d.ts +0 -0
- /package/{dist/common → common}/index.js +0 -0
- /package/{dist/common → common}/snake-naming.strategy.d.ts +0 -0
- /package/{dist/common → common}/snake-naming.strategy.js +0 -0
- /package/{dist/common → common}/types.d.ts +0 -0
- /package/{dist/common → common}/types.js +0 -0
- /package/{dist/common → common}/utils.d.ts +0 -0
- /package/{dist/common → common}/utils.js +0 -0
- /package/{dist/constants → constants}/index.d.ts +0 -0
- /package/{dist/constants → constants}/index.js +0 -0
- /package/{dist/constants → constants}/language-code.d.ts +0 -0
- /package/{dist/constants → constants}/language-code.js +0 -0
- /package/{dist/constants → constants}/order.d.ts +0 -0
- /package/{dist/constants → constants}/order.js +0 -0
- /package/{dist/decorators → decorators}/api-page-ok-response.decorator.d.ts +0 -0
- /package/{dist/decorators → decorators}/api-page-ok-response.decorator.js +0 -0
- /package/{dist/decorators → decorators}/api-paginated-response.decorator.d.ts +0 -0
- /package/{dist/decorators → decorators}/api-paginated-response.decorator.js +0 -0
- /package/{dist/decorators → decorators}/auth-user.decorator.d.ts +0 -0
- /package/{dist/decorators → decorators}/auth-user.decorator.js +0 -0
- /package/{dist/decorators → decorators}/controller.decorator.d.ts +0 -0
- /package/{dist/decorators → decorators}/controller.decorator.js +0 -0
- /package/{dist/decorators → decorators}/field.decorators.js +0 -0
- /package/{dist/decorators → decorators}/http.decorators.d.ts +0 -0
- /package/{dist/decorators → decorators}/http.decorators.js +0 -0
- /package/{dist/decorators → decorators}/index.d.ts +0 -0
- /package/{dist/decorators → decorators}/index.js +0 -0
- /package/{dist/decorators → decorators}/operation.decorator.d.ts +0 -0
- /package/{dist/decorators → decorators}/operation.decorator.js +0 -0
- /package/{dist/decorators → decorators}/paginated-response.decorator.d.ts +0 -0
- /package/{dist/decorators → decorators}/paginated-response.decorator.js +0 -0
- /package/{dist/decorators → decorators}/property.decorators.d.ts +0 -0
- /package/{dist/decorators → decorators}/property.decorators.js +0 -0
- /package/{dist/decorators → decorators}/public-route.decorator.d.ts +0 -0
- /package/{dist/decorators → decorators}/public-route.decorator.js +0 -0
- /package/{dist/decorators → decorators}/swagger.schema.d.ts +0 -0
- /package/{dist/decorators → decorators}/swagger.schema.js +0 -0
- /package/{dist/decorators → decorators}/timestamp-column.decorator.d.ts +0 -0
- /package/{dist/decorators → decorators}/timestamp-column.decorator.js +0 -0
- /package/{dist/decorators → decorators}/transform.decorators.d.ts +0 -0
- /package/{dist/decorators → decorators}/transform.decorators.js +0 -0
- /package/{dist/decorators → decorators}/translate.decorator.d.ts +0 -0
- /package/{dist/decorators → decorators}/translate.decorator.js +0 -0
- /package/{dist/decorators → decorators}/use-dto.decorator.d.ts +0 -0
- /package/{dist/decorators → decorators}/use-dto.decorator.js +0 -0
- /package/{dist/decorators → decorators}/user-check.decorator.d.ts +0 -0
- /package/{dist/decorators → decorators}/user-check.decorator.js +0 -0
- /package/{dist/decorators → decorators}/user.decorator.d.ts +0 -0
- /package/{dist/decorators → decorators}/user.decorator.js +0 -0
- /package/{dist/decorators → decorators}/user_auth.decorator.d.ts +0 -0
- /package/{dist/decorators → decorators}/user_auth.decorator.js +0 -0
- /package/{dist/decorators → decorators}/validator.decorators.d.ts +0 -0
- /package/{dist/decorators → decorators}/validator.decorators.js +0 -0
- /package/{dist/exceptions → exceptions}/file-not-image.exception.d.ts +0 -0
- /package/{dist/exceptions → exceptions}/file-not-image.exception.js +0 -0
- /package/{dist/exceptions → exceptions}/index.d.ts +0 -0
- /package/{dist/exceptions → exceptions}/index.js +0 -0
- /package/{dist/exceptions → exceptions}/page-type.exception.d.ts +0 -0
- /package/{dist/exceptions → exceptions}/page-type.exception.js +0 -0
- /package/{dist/exceptions → exceptions}/user-not-found.exception.d.ts +0 -0
- /package/{dist/exceptions → exceptions}/user-not-found.exception.js +0 -0
- /package/{dist/file-upload → file-upload}/controllers/file-access.controller.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/controllers/file-access.controller.js +0 -0
- /package/{dist/file-upload → file-upload}/decorators/column.decorator.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/decorators/column.decorator.js +0 -0
- /package/{dist/file-upload → file-upload}/decorators/csv-data.decorator.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/decorators/csv-data.decorator.js +0 -0
- /package/{dist/file-upload → file-upload}/decorators/csv-import.decorator.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/decorators/csv-import.decorator.js +0 -0
- /package/{dist/file-upload → file-upload}/decorators/examples/column-mapping.example.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/decorators/examples/column-mapping.example.js +0 -0
- /package/{dist/file-upload → file-upload}/decorators/excel-data.decorator.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/decorators/excel-data.decorator.js +0 -0
- /package/{dist/file-upload → file-upload}/decorators/file-upload.decorator.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/decorators/file-upload.decorator.js +0 -0
- /package/{dist/file-upload → file-upload}/decorators/index.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/decorators/index.js +0 -0
- /package/{dist/file-upload → file-upload}/decorators/process.decorator.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/decorators/process.decorator.js +0 -0
- /package/{dist/file-upload → file-upload}/decorators/validate-data.decorator.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/decorators/validate-data.decorator.js +0 -0
- /package/{dist/file-upload → file-upload}/dto/create-file.dto.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/dto/create-file.dto.js +0 -0
- /package/{dist/file-upload → file-upload}/dto/find-files.dto.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/dto/find-files.dto.js +0 -0
- /package/{dist/file-upload → file-upload}/dto/index.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/dto/index.js +0 -0
- /package/{dist/file-upload → file-upload}/dto/pagination.dto.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/dto/pagination.dto.js +0 -0
- /package/{dist/file-upload → file-upload}/dto/update-file.dto.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/dto/update-file.dto.js +0 -0
- /package/{dist/file-upload → file-upload}/entities/file-metadata.entity.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/entities/file-metadata.entity.js +0 -0
- /package/{dist/file-upload → file-upload}/entities/file.entity.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/entities/file.entity.js +0 -0
- /package/{dist/file-upload → file-upload}/entities/index.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/entities/index.js +0 -0
- /package/{dist/file-upload → file-upload}/enums/file-type.enum.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/enums/file-type.enum.js +0 -0
- /package/{dist/file-upload → file-upload}/exceptions/file-upload.exception.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/exceptions/file-upload.exception.js +0 -0
- /package/{dist/file-upload → file-upload}/exceptions/index.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/exceptions/index.js +0 -0
- /package/{dist/file-upload → file-upload}/file-upload.module.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/file-upload.module.js +0 -0
- /package/{dist/file-upload → file-upload}/index.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/index.js +0 -0
- /package/{dist/file-upload → file-upload}/interceptors/file-upload.interceptor.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/interceptors/file-upload.interceptor.js +0 -0
- /package/{dist/file-upload → file-upload}/interceptors/index.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/interceptors/index.js +0 -0
- /package/{dist/file-upload → file-upload}/interfaces/custom-file-type.interface.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/interfaces/custom-file-type.interface.js +0 -0
- /package/{dist/file-upload → file-upload}/interfaces/file-buffer.interface.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/interfaces/file-buffer.interface.js +0 -0
- /package/{dist/file-upload → file-upload}/interfaces/file-entity.interface.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/interfaces/file-entity.interface.js +0 -0
- /package/{dist/file-upload → file-upload}/interfaces/file-metadata.interface.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/interfaces/file-metadata.interface.js +0 -0
- /package/{dist/file-upload → file-upload}/interfaces/file-processor.interface.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/interfaces/file-processor.interface.js +0 -0
- /package/{dist/file-upload → file-upload}/interfaces/file-upload-options.interface.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/interfaces/file-upload-options.interface.js +0 -0
- /package/{dist/file-upload → file-upload}/interfaces/index.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/interfaces/index.js +0 -0
- /package/{dist/file-upload → file-upload}/interfaces/processor-options.interface.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/interfaces/processor-options.interface.js +0 -0
- /package/{dist/file-upload → file-upload}/interfaces/storage-provider.interface.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/interfaces/storage-provider.interface.js +0 -0
- /package/{dist/file-upload → file-upload}/interfaces/upload-options.interface.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/interfaces/upload-options.interface.js +0 -0
- /package/{dist/file-upload → file-upload}/processors/csv.processor.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/processors/csv.processor.js +0 -0
- /package/{dist/file-upload → file-upload}/processors/excel.processor.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/processors/excel.processor.js +0 -0
- /package/{dist/file-upload → file-upload}/processors/image.processor.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/processors/image.processor.js +0 -0
- /package/{dist/file-upload → file-upload}/providers/index.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/providers/index.js +0 -0
- /package/{dist/file-upload → file-upload}/providers/local-storage.provider.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/providers/local-storage.provider.js +0 -0
- /package/{dist/file-upload → file-upload}/providers/s3-storage.provider.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/providers/s3-storage.provider.js +0 -0
- /package/{dist/file-upload → file-upload}/services/file-signature-validator.service.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/services/file-signature-validator.service.js +0 -0
- /package/{dist/file-upload → file-upload}/services/file.service.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/services/file.service.js +0 -0
- /package/{dist/file-upload → file-upload}/services/index.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/services/index.js +0 -0
- /package/{dist/file-upload → file-upload}/services/malicious-file-detector.service.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/services/malicious-file-detector.service.js +0 -0
- /package/{dist/file-upload → file-upload}/services/mime-registry.service.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/services/mime-registry.service.js +0 -0
- /package/{dist/file-upload → file-upload}/utils/checksum.util.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/utils/checksum.util.js +0 -0
- /package/{dist/file-upload → file-upload}/utils/dynamic-import.util.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/utils/dynamic-import.util.js +0 -0
- /package/{dist/file-upload → file-upload}/utils/filename.util.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/utils/filename.util.js +0 -0
- /package/{dist/file-upload → file-upload}/utils/filepath.util.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/utils/filepath.util.js +0 -0
- /package/{dist/file-upload → file-upload}/utils/index.d.ts +0 -0
- /package/{dist/file-upload → file-upload}/utils/index.js +0 -0
- /package/{dist/filters → filters}/bad-request.filter.d.ts +0 -0
- /package/{dist/filters → filters}/bad-request.filter.js +0 -0
- /package/{dist/filters → filters}/constraint-errors.d.ts +0 -0
- /package/{dist/filters → filters}/constraint-errors.js +0 -0
- /package/{dist/filters → filters}/index.d.ts +0 -0
- /package/{dist/filters → filters}/index.js +0 -0
- /package/{dist/filters → filters}/query-failed.filter.d.ts +0 -0
- /package/{dist/filters → filters}/query-failed.filter.js +0 -0
- /package/{dist/health-checker → health-checker}/health-checker.controller.d.ts +0 -0
- /package/{dist/health-checker → health-checker}/health-checker.controller.js +0 -0
- /package/{dist/health-checker → health-checker}/health-checker.module.d.ts +0 -0
- /package/{dist/health-checker → health-checker}/health-checker.module.js +0 -0
- /package/{dist/health-checker → health-checker}/index.d.ts +0 -0
- /package/{dist/health-checker → health-checker}/index.js +0 -0
- /package/{dist/helpers → helpers}/common.helper.d.ts +0 -0
- /package/{dist/helpers → helpers}/common.helper.js +0 -0
- /package/{dist/helpers → helpers}/date.helper.d.ts +0 -0
- /package/{dist/helpers → helpers}/date.helper.js +0 -0
- /package/{dist/helpers → helpers}/index.d.ts +0 -0
- /package/{dist/helpers → helpers}/index.js +0 -0
- /package/{dist/http-client → http-client}/config/http-client.config.d.ts +0 -0
- /package/{dist/http-client → http-client}/config/http-client.config.js +0 -0
- /package/{dist/http-client → http-client}/config/index.d.ts +0 -0
- /package/{dist/http-client → http-client}/config/index.js +0 -0
- /package/{dist/http-client → http-client}/decorators/http-client.decorators.d.ts +0 -0
- /package/{dist/http-client → http-client}/decorators/http-client.decorators.js +0 -0
- /package/{dist/http-client → http-client}/decorators/index.d.ts +0 -0
- /package/{dist/http-client → http-client}/decorators/index.js +0 -0
- /package/{dist/http-client → http-client}/entities/http-log.entity.d.ts +0 -0
- /package/{dist/http-client → http-client}/entities/http-log.entity.js +0 -0
- /package/{dist/http-client → http-client}/entities/index.d.ts +0 -0
- /package/{dist/http-client → http-client}/entities/index.js +0 -0
- /package/{dist/http-client → http-client}/errors/http-client.errors.d.ts +0 -0
- /package/{dist/http-client → http-client}/errors/http-client.errors.js +0 -0
- /package/{dist/http-client → http-client}/errors/index.d.ts +0 -0
- /package/{dist/http-client → http-client}/errors/index.js +0 -0
- /package/{dist/http-client → http-client}/examples/advanced-usage.example.d.ts +0 -0
- /package/{dist/http-client → http-client}/examples/advanced-usage.example.js +0 -0
- /package/{dist/http-client → http-client}/examples/auth-with-waiting-lock.example.d.ts +0 -0
- /package/{dist/http-client → http-client}/examples/auth-with-waiting-lock.example.js +0 -0
- /package/{dist/http-client → http-client}/examples/basic-usage.example.d.ts +0 -0
- /package/{dist/http-client → http-client}/examples/basic-usage.example.js +0 -0
- /package/{dist/http-client → http-client}/examples/index.d.ts +0 -0
- /package/{dist/http-client → http-client}/examples/index.js +0 -0
- /package/{dist/http-client → http-client}/examples/multi-api-configuration.example.d.ts +0 -0
- /package/{dist/http-client → http-client}/examples/multi-api-configuration.example.js +0 -0
- /package/{dist/http-client → http-client}/examples/proxy-from-environment.example.d.ts +0 -0
- /package/{dist/http-client → http-client}/examples/proxy-from-environment.example.js +0 -0
- /package/{dist/http-client → http-client}/http-client.module.d.ts +0 -0
- /package/{dist/http-client → http-client}/http-client.module.js +0 -0
- /package/{dist/http-client → http-client}/index.d.ts +0 -0
- /package/{dist/http-client → http-client}/index.js +0 -0
- /package/{dist/http-client → http-client}/interfaces/api-client-config.interface.d.ts +0 -0
- /package/{dist/http-client → http-client}/interfaces/api-client-config.interface.js +0 -0
- /package/{dist/http-client → http-client}/interfaces/http-client-config.interface.d.ts +0 -0
- /package/{dist/http-client → http-client}/interfaces/http-client-config.interface.js +0 -0
- /package/{dist/http-client → http-client}/services/api-client-registry.service.d.ts +0 -0
- /package/{dist/http-client → http-client}/services/api-client-registry.service.js +0 -0
- /package/{dist/http-client → http-client}/services/cache.service.d.ts +0 -0
- /package/{dist/http-client → http-client}/services/cache.service.js +0 -0
- /package/{dist/http-client → http-client}/services/circuit-breaker.service.d.ts +0 -0
- /package/{dist/http-client → http-client}/services/circuit-breaker.service.js +0 -0
- /package/{dist/http-client → http-client}/services/http-client.service.d.ts +0 -0
- /package/{dist/http-client → http-client}/services/http-client.service.js +0 -0
- /package/{dist/http-client → http-client}/services/http-log-query.service.d.ts +0 -0
- /package/{dist/http-client → http-client}/services/http-log-query.service.js +0 -0
- /package/{dist/http-client → http-client}/services/http-replay.service.d.ts +0 -0
- /package/{dist/http-client → http-client}/services/http-replay.service.js +0 -0
- /package/{dist/http-client → http-client}/services/index.d.ts +0 -0
- /package/{dist/http-client → http-client}/services/index.js +0 -0
- /package/{dist/http-client → http-client}/services/log-cleanup.service.d.ts +0 -0
- /package/{dist/http-client → http-client}/services/log-cleanup.service.js +0 -0
- /package/{dist/http-client → http-client}/services/logging.service.d.ts +0 -0
- /package/{dist/http-client → http-client}/services/logging.service.js +0 -0
- /package/{dist/http-client → http-client}/utils/call-stack-extractor.util.d.ts +0 -0
- /package/{dist/http-client → http-client}/utils/call-stack-extractor.util.js +0 -0
- /package/{dist/http-client → http-client}/utils/context-extractor.util.d.ts +0 -0
- /package/{dist/http-client → http-client}/utils/context-extractor.util.js +0 -0
- /package/{dist/http-client → http-client}/utils/curl-generator.util.d.ts +0 -0
- /package/{dist/http-client → http-client}/utils/curl-generator.util.js +0 -0
- /package/{dist/http-client → http-client}/utils/index.d.ts +0 -0
- /package/{dist/http-client → http-client}/utils/index.js +0 -0
- /package/{dist/http-client → http-client}/utils/proxy-environment.util.d.ts +0 -0
- /package/{dist/http-client → http-client}/utils/proxy-environment.util.js +0 -0
- /package/{dist/http-client → http-client}/utils/request-id.util.d.ts +0 -0
- /package/{dist/http-client → http-client}/utils/request-id.util.js +0 -0
- /package/{dist/http-client → http-client}/utils/retry-recorder.util.d.ts +0 -0
- /package/{dist/http-client → http-client}/utils/retry-recorder.util.js +0 -0
- /package/{dist/i18n → i18n}/en_US/validation.json +0 -0
- /package/{dist/i18n → i18n}/zh_CN/validation.json +0 -0
- /package/{dist/index.d.ts → index.d.ts} +0 -0
- /package/{dist/index.js → index.js} +0 -0
- /package/{dist/interceptors → interceptors}/index.d.ts +0 -0
- /package/{dist/interceptors → interceptors}/index.js +0 -0
- /package/{dist/interceptors → interceptors}/language-interceptor.service.d.ts +0 -0
- /package/{dist/interceptors → interceptors}/language-interceptor.service.js +0 -0
- /package/{dist/interceptors → interceptors}/translation-interceptor.service.d.ts +0 -0
- /package/{dist/interceptors → interceptors}/translation-interceptor.service.js +0 -0
- /package/{dist/interfaces → interfaces}/IApiFile.d.ts +0 -0
- /package/{dist/interfaces → interfaces}/IApiFile.js +0 -0
- /package/{dist/interfaces → interfaces}/IFile.d.ts +0 -0
- /package/{dist/interfaces → interfaces}/IFile.js +0 -0
- /package/{dist/interfaces → interfaces}/ITranslationDecoratorInterface.d.ts +0 -0
- /package/{dist/interfaces → interfaces}/ITranslationDecoratorInterface.js +0 -0
- /package/{dist/interfaces → interfaces}/index.d.ts +0 -0
- /package/{dist/interfaces → interfaces}/index.js +0 -0
- /package/{dist/interfaces → interfaces}/response.d.ts +0 -0
- /package/{dist/interfaces → interfaces}/response.js +0 -0
- /package/{dist/middlewares → middlewares}/index.d.ts +0 -0
- /package/{dist/middlewares → middlewares}/index.js +0 -0
- /package/{dist/middlewares → middlewares}/omni-auth.middleware.d.ts +0 -0
- /package/{dist/middlewares → middlewares}/omni-auth.middleware.js +0 -0
- /package/{dist/middlewares → middlewares}/powerby.middleware.d.ts +0 -0
- /package/{dist/middlewares → middlewares}/powerby.middleware.js +0 -0
- /package/{dist/middlewares → middlewares}/request-id.middleware.d.ts +0 -0
- /package/{dist/middlewares → middlewares}/request-id.middleware.js +0 -0
- /package/{dist/middlewares → middlewares}/xml.middleware.d.ts +0 -0
- /package/{dist/middlewares → middlewares}/xml.middleware.js +0 -0
- /package/{dist/providers → providers}/context.provider.d.ts +0 -0
- /package/{dist/providers → providers}/context.provider.js +0 -0
- /package/{dist/providers → providers}/generator.provider.d.ts +0 -0
- /package/{dist/providers → providers}/generator.provider.js +0 -0
- /package/{dist/providers → providers}/index.d.ts +0 -0
- /package/{dist/providers → providers}/index.js +0 -0
- /package/{dist/redis-lock → redis-lock}/comprehensive-lock-cleanup.service.d.ts +0 -0
- /package/{dist/redis-lock → redis-lock}/comprehensive-lock-cleanup.service.js +0 -0
- /package/{dist/redis-lock → redis-lock}/examples/lock-strategy.examples.d.ts +0 -0
- /package/{dist/redis-lock → redis-lock}/examples/lock-strategy.examples.js +0 -0
- /package/{dist/redis-lock → redis-lock}/index.d.ts +0 -0
- /package/{dist/redis-lock → redis-lock}/index.js +0 -0
- /package/{dist/redis-lock → redis-lock}/lock-heartbeat.service.d.ts +0 -0
- /package/{dist/redis-lock → redis-lock}/lock-heartbeat.service.js +0 -0
- /package/{dist/redis-lock → redis-lock}/redis-lock.decorator.d.ts +0 -0
- /package/{dist/redis-lock → redis-lock}/redis-lock.decorator.js +0 -0
- /package/{dist/redis-lock → redis-lock}/redis-lock.module.d.ts +0 -0
- /package/{dist/redis-lock → redis-lock}/redis-lock.module.js +0 -0
- /package/{dist/redis-lock → redis-lock}/redis-lock.service.d.ts +0 -0
- /package/{dist/redis-lock → redis-lock}/redis-lock.service.js +0 -0
- /package/{dist/setup → setup}/bootstrap.setup.d.ts +0 -0
- /package/{dist/setup → setup}/bootstrap.setup.js +0 -0
- /package/{dist/setup → setup}/index.d.ts +0 -0
- /package/{dist/setup → setup}/index.js +0 -0
- /package/{dist/setup → setup}/mode.setup.d.ts +0 -0
- /package/{dist/setup → setup}/mode.setup.js +0 -0
- /package/{dist/setup → setup}/schedule.decorator.d.ts +0 -0
- /package/{dist/setup → setup}/schedule.decorator.js +0 -0
- /package/{dist/setup → setup}/worker.decorator.d.ts +0 -0
- /package/{dist/setup → setup}/worker.decorator.js +0 -0
- /package/{dist/shared → shared}/index.d.ts +0 -0
- /package/{dist/shared → shared}/index.js +0 -0
- /package/{dist/shared → shared}/service-registry.module.d.ts +0 -0
- /package/{dist/shared → shared}/service-registry.module.js +0 -0
- /package/{dist/shared → shared}/services/api-config.service.d.ts +0 -0
- /package/{dist/shared → shared}/services/api-config.service.js +0 -0
- /package/{dist/shared → shared}/services/generator.service.d.ts +0 -0
- /package/{dist/shared → shared}/services/generator.service.js +0 -0
- /package/{dist/shared → shared}/services/index.d.ts +0 -0
- /package/{dist/shared → shared}/services/index.js +0 -0
- /package/{dist/shared → shared}/services/translation.service.d.ts +0 -0
- /package/{dist/shared → shared}/services/translation.service.js +0 -0
- /package/{dist/transaction → transaction}/__tests__/mocks.d.ts +0 -0
- /package/{dist/transaction → transaction}/__tests__/mocks.js +0 -0
- /package/{dist/transaction → transaction}/cls-compatibility.service.d.ts +0 -0
- /package/{dist/transaction → transaction}/cls-compatibility.service.js +0 -0
- /package/{dist/transaction → transaction}/data-source-registry.d.ts +0 -0
- /package/{dist/transaction → transaction}/data-source-registry.js +0 -0
- /package/{dist/transaction → transaction}/data-source.util.d.ts +0 -0
- /package/{dist/transaction → transaction}/data-source.util.js +0 -0
- /package/{dist/transaction → transaction}/database-adapter.d.ts +0 -0
- /package/{dist/transaction → transaction}/database-adapter.js +0 -0
- /package/{dist/transaction → transaction}/decorators/entity-datasource.decorator.d.ts +0 -0
- /package/{dist/transaction → transaction}/decorators/entity-datasource.decorator.js +0 -0
- /package/{dist/transaction → transaction}/logging-transactional.interceptor.d.ts +0 -0
- /package/{dist/transaction → transaction}/logging-transactional.interceptor.js +0 -0
- /package/{dist/transaction → transaction}/transaction-context.service.d.ts +0 -0
- /package/{dist/transaction → transaction}/transaction-context.service.js +0 -0
- /package/{dist/transaction → transaction}/transaction-manager.d.ts +0 -0
- /package/{dist/transaction → transaction}/transaction-manager.js +0 -0
- /package/{dist/transaction → transaction}/transaction-synchronization.d.ts +0 -0
- /package/{dist/transaction → transaction}/transaction-synchronization.js +0 -0
- /package/{dist/transaction → transaction}/transaction.errors.d.ts +0 -0
- /package/{dist/transaction → transaction}/transaction.errors.js +0 -0
- /package/{dist/transaction → transaction}/transaction.module.d.ts +0 -0
- /package/{dist/transaction → transaction}/transactional.decorator.d.ts +0 -0
- /package/{dist/transaction → transaction}/typeorm-module-wrapper.d.ts +0 -0
- /package/{dist/transaction → transaction}/typeorm-module-wrapper.js +0 -0
- /package/{dist/validator-json → validator-json}/decorators.d.ts +0 -0
- /package/{dist/validator-json → validator-json}/decorators.js +0 -0
- /package/{dist/validator-json → validator-json}/default.d.ts +0 -0
- /package/{dist/validator-json → validator-json}/default.js +0 -0
- /package/{dist/validator-json → validator-json}/defaultConverters.d.ts +0 -0
- /package/{dist/validator-json → validator-json}/defaultConverters.js +0 -0
- /package/{dist/validator-json → validator-json}/index.d.ts +0 -0
- /package/{dist/validator-json → validator-json}/index.js +0 -0
- /package/{dist/validator-json → validator-json}/options.d.ts +0 -0
- /package/{dist/validator-json → validator-json}/options.js +0 -0
- /package/{dist/validators → validators}/common-validators.d.ts +0 -0
- /package/{dist/validators → validators}/common-validators.js +0 -0
- /package/{dist/validators → validators}/custom-validate.examples.d.ts +0 -0
- /package/{dist/validators → validators}/custom-validate.examples.js +0 -0
- /package/{dist/validators → validators}/custom-validate.validator.d.ts +0 -0
- /package/{dist/validators → validators}/custom-validate.validator.js +0 -0
- /package/{dist/validators → validators}/file-mimetype.validator.d.ts +0 -0
- /package/{dist/validators → validators}/file-mimetype.validator.js +0 -0
- /package/{dist/validators → validators}/index.d.ts +0 -0
- /package/{dist/validators → validators}/index.js +0 -0
- /package/{dist/validators → validators}/is-exists.validator.d.ts +0 -0
- /package/{dist/validators → validators}/is-exists.validator.js +0 -0
- /package/{dist/validators → validators}/is-unique.validator.d.ts +0 -0
- /package/{dist/validators → validators}/is-unique.validator.js +0 -0
- /package/{dist/validators → validators}/phone-country-code.validator.d.ts +0 -0
- /package/{dist/validators → validators}/phone-country-code.validator.js +0 -0
- /package/{dist/validators → validators}/same-as.validator.d.ts +0 -0
- /package/{dist/validators → validators}/same-as.validator.js +0 -0
- /package/{dist/validators → validators}/skip-empty.validator.d.ts +0 -0
- /package/{dist/validators → validators}/skip-empty.validator.js +0 -0
- /package/{dist/vault → vault}/index.d.ts +0 -0
- /package/{dist/vault → vault}/index.js +0 -0
- /package/{dist/vault → vault}/interfaces/vault-options.interface.d.ts +0 -0
- /package/{dist/vault → vault}/interfaces/vault-options.interface.js +0 -0
- /package/{dist/vault → vault}/vault-config.loader.d.ts +0 -0
- /package/{dist/vault → vault}/vault-config.loader.js +0 -0
- /package/{dist/vault → vault}/vault-config.service.d.ts +0 -0
- /package/{dist/vault → vault}/vault-config.service.js +0 -0
- /package/{dist/vault → vault}/vault.module.d.ts +0 -0
- /package/{dist/vault → vault}/vault.module.js +0 -0
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|