@mrxsys/mrx-core 2.7.0 → 2.9.0-1-and-259-20250918
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/chunk-00s6t4tw.js +26 -0
- package/dist/chunk-0601exyg.js +7 -0
- package/dist/chunk-4mvsje21.js +7 -0
- package/dist/chunk-547mr88s.js +10 -0
- package/dist/chunk-5pwb7peq.js +9 -0
- package/dist/{chunk-z6q192p8.js → chunk-6g29g0tk.js} +17 -26
- package/dist/chunk-6tqh339a.js +9 -0
- package/dist/{chunk-qb6x364m.js → chunk-75hgws2d.js} +18 -39
- package/dist/chunk-8y9b2m5a.js +53 -0
- package/dist/chunk-9cgzhc50.js +15 -0
- package/dist/chunk-9dzsj7f2.js +23 -0
- package/dist/chunk-b23dvm2d.js +29 -0
- package/dist/chunk-b6f6ez2w.js +8 -0
- package/dist/{chunk-zaje5tv4.js → chunk-c9vjf06h.js} +31 -30
- package/dist/chunk-d0p9787v.js +272 -0
- package/dist/{chunk-5qtpggzv.js → chunk-grfyngq0.js} +3 -2
- package/dist/{chunk-4n72ks5x.js → chunk-h4dyeeqg.js} +4 -5
- package/dist/{chunk-9nw6qekv.js → chunk-h9t48r9q.js} +2 -1
- package/dist/chunk-k9dtqf1p.js +101 -0
- package/dist/{chunk-26brdrbz.js → chunk-kje1qysg.js} +59 -46
- package/dist/{chunk-4mt568fz.js → chunk-m3grz32t.js} +4 -3
- package/dist/{chunk-yvyahr2h.js → chunk-mvrxngm7.js} +2 -1
- package/dist/{chunk-j28jpfv2.js → chunk-n6d9ncnv.js} +2 -1
- package/dist/chunk-ngrxhdkb.js +32 -0
- package/dist/{chunk-79mw7w0g.js → chunk-nvt16s80.js} +2 -1
- package/dist/{chunk-yd82hdxv.js → chunk-w1547qd4.js} +2 -1
- package/dist/chunk-yagxbm1r.js +9 -0
- package/dist/{chunk-snqdnkk7.js → chunk-z9a175mk.js} +4 -3
- package/dist/chunk-zwrygafm.js +61 -0
- package/dist/errors/base-error.d.ts +5 -0
- package/dist/errors/enums/index.d.ts +1 -1
- package/dist/errors/enums/index.js +1 -1
- package/dist/errors/http-error.d.ts +11 -0
- package/dist/errors/index.d.ts +2 -2
- package/dist/errors/index.js +3 -3
- package/dist/errors/utils/index.d.ts +1 -0
- package/dist/errors/utils/index.js +16 -0
- package/dist/errors/utils/is-nowarajs-error.ts.d.ts +4 -0
- package/dist/modules/data/data.d.ts +3 -3
- package/dist/modules/data/enums/index.d.ts +1 -1
- package/dist/modules/data/enums/index.js +1 -1
- package/dist/modules/data/index.js +3 -3
- package/dist/modules/data/transformers/{camelCase.d.ts → camel-case.d.ts} +2 -2
- package/dist/modules/data/transformers/index.d.ts +4 -4
- package/dist/modules/data/transformers/index.js +4 -4
- package/dist/modules/data/transformers/{kebabCase.d.ts → kebab-case.d.ts} +2 -2
- package/dist/modules/data/transformers/{pascalCase.d.ts → pascal-case.d.ts} +2 -2
- package/dist/modules/data/transformers/{snakeCase.d.ts → snake-case.d.ts} +2 -2
- package/dist/modules/data/types/index.d.ts +10 -10
- package/dist/modules/data/types/{pascalCase.d.ts → pascal-case.d.ts} +1 -1
- package/dist/modules/data/types/{transformKeysCamelCase.d.ts → transform-keys-camel-case.d.ts} +1 -1
- package/dist/modules/data/types/{transformKeysKebabCase.d.ts → transform-keys-kebab-case.d.ts} +1 -1
- package/dist/modules/data/types/{transformKeysPascalCase.d.ts → transform-keys-pascal-case.d.ts} +1 -1
- package/dist/modules/data/types/{transformKeysSnakeCase.d.ts → transform-keys-snake-case.d.ts} +1 -1
- package/dist/modules/data/types/{transformObjectKeys.d.ts → transform-object-keys.d.ts} +8 -8
- package/dist/modules/database/enums/index.d.ts +2 -2
- package/dist/modules/database/enums/index.js +1 -1
- package/dist/modules/database/events/index.d.ts +2 -2
- package/dist/modules/database/events/{mssqlEventMap.d.ts → mssql-event-map.d.ts} +1 -1
- package/dist/modules/database/events/{tableEventMap.d.ts → table-event-map.d.ts} +1 -1
- package/dist/modules/database/index.js +8 -8
- package/dist/modules/database/mssql.d.ts +3 -3
- package/dist/modules/database/table.d.ts +2 -2
- package/dist/modules/database/types/index.d.ts +3 -3
- package/dist/modules/elysia/cache/cache.d.ts +189 -0
- package/dist/modules/elysia/cache/index.d.ts +1 -0
- package/dist/modules/elysia/cache/index.js +70 -0
- package/dist/modules/elysia/cache/types/cache-item.d.ts +7 -0
- package/dist/modules/elysia/cache/types/cache-options.d.ts +21 -0
- package/dist/modules/elysia/cache/types/index.d.ts +1 -0
- package/dist/modules/elysia/cache/utils/generate-cache-key.d.ts +5 -0
- package/dist/modules/elysia/cache/utils/index.d.ts +1 -0
- package/dist/modules/elysia/cache/utils/index.js +7 -0
- package/dist/modules/elysia/{crudSchema/crudSchema.d.ts → crud/crud-schema.d.ts} +4 -4
- package/dist/modules/elysia/crud/crud.d.ts +34 -42
- package/dist/modules/elysia/crud/index.d.ts +1 -0
- package/dist/modules/elysia/crud/index.js +128 -280
- package/dist/modules/elysia/crud/operations/count.d.ts +258 -0
- package/dist/modules/elysia/crud/operations/delete.d.ts +258 -0
- package/dist/modules/elysia/crud/operations/deleteOne.d.ts +258 -0
- package/dist/modules/elysia/crud/operations/find.d.ts +258 -0
- package/dist/modules/elysia/crud/operations/findOne.d.ts +258 -0
- package/dist/modules/elysia/crud/operations/index.d.ts +8 -0
- package/dist/modules/elysia/crud/operations/index.js +33 -0
- package/dist/modules/elysia/crud/operations/insert.d.ts +258 -0
- package/dist/modules/elysia/crud/operations/update.d.ts +268 -0
- package/dist/modules/elysia/crud/operations/updateOne.d.ts +268 -0
- package/dist/modules/elysia/{crudSchema/types/adaptiveWhereClauseSchema.d.ts → crud/types/adaptive-where-clause-schema.d.ts} +1 -1
- package/dist/modules/elysia/crud/types/count-response-200-schema.d.ts +5 -0
- package/dist/modules/elysia/crud/types/count-schema.d.ts +10 -0
- package/dist/modules/elysia/crud/types/crud-operation-base.d.ts +4 -0
- package/dist/modules/elysia/crud/types/crud-operation-count.d.ts +14 -0
- package/dist/modules/elysia/crud/types/crud-operation-delete-one.d.ts +14 -0
- package/dist/modules/elysia/crud/types/crud-operation-delete.d.ts +14 -0
- package/dist/modules/elysia/crud/types/crud-operation-find-one.d.ts +14 -0
- package/dist/modules/elysia/crud/types/crud-operation-find.d.ts +14 -0
- package/dist/modules/elysia/crud/types/crud-operation-insert.d.ts +14 -0
- package/dist/modules/elysia/crud/types/crud-operation-update-one.d.ts +16 -0
- package/dist/modules/elysia/crud/types/crud-operation-update.d.ts +14 -0
- package/dist/modules/elysia/crud/types/crud-operations.d.ts +19 -0
- package/dist/modules/elysia/crud/types/crud-options.d.ts +44 -0
- package/dist/modules/elysia/crud/types/crud-schema-models-type.d.ts +12 -0
- package/dist/modules/elysia/{crudSchema/types/crudSchemaOptions.d.ts → crud/types/crud-schema-options.d.ts} +1 -1
- package/dist/modules/elysia/crud/types/delete-schema.d.ts +12 -0
- package/dist/modules/elysia/crud/types/filter-schema.d.ts +9 -0
- package/dist/modules/elysia/crud/types/find-schema.d.ts +16 -0
- package/dist/modules/elysia/{crudSchema/utils/createIdParamSchema.d.ts → crud/types/id-param-schema.d.ts} +1 -1
- package/dist/modules/elysia/crud/types/index.d.ts +29 -11
- package/dist/modules/elysia/crud/types/insert-schema.d.ts +11 -0
- package/dist/modules/elysia/{crudSchema/types/orderSchema.d.ts → crud/types/order-schema.d.ts} +1 -1
- package/dist/modules/elysia/crud/types/properties-schema.d.ts +9 -0
- package/dist/modules/elysia/{crudSchema/types/qSchema.d.ts → crud/types/q-schema.d.ts} +1 -1
- package/dist/modules/elysia/crud/types/response-200-schema.d.ts +11 -0
- package/dist/modules/elysia/{crudSchema/types/selectedFieldSchema.d.ts → crud/types/selected-field-schema.d.ts} +1 -1
- package/dist/modules/elysia/crud/types/update-one-schema.d.ts +4 -0
- package/dist/modules/elysia/crud/types/update-schema.d.ts +13 -0
- package/dist/modules/elysia/{crudSchema/utils/createAdaptiveWhereClauseSchema.d.ts → crud/utils/create-adaptive-where-clause-schema.d.ts} +2 -2
- package/dist/modules/elysia/crud/utils/create-count-response-200-schema.d.ts +8 -0
- package/dist/modules/elysia/crud/utils/create-count-schema.d.ts +12 -0
- package/dist/modules/elysia/crud/utils/create-delete-schema.d.ts +12 -0
- package/dist/modules/elysia/{crudSchema/utils/createFiltersSchema.d.ts → crud/utils/create-filters-schema.d.ts} +3 -6
- package/dist/modules/elysia/crud/utils/create-find-schema.d.ts +12 -0
- package/dist/modules/elysia/crud/utils/create-id-param-schema.d.ts +2 -0
- package/dist/modules/elysia/crud/utils/create-insert-schema.d.ts +8 -0
- package/dist/modules/elysia/{crudSchema/utils/createOrderSchema.d.ts → crud/utils/create-order-schema.d.ts} +2 -2
- package/dist/modules/elysia/crud/utils/create-properties-schema.d.ts +12 -0
- package/dist/modules/elysia/{crudSchema/utils/createQSchema.d.ts → crud/utils/create-q-schema.d.ts} +2 -2
- package/dist/modules/elysia/crud/utils/create-response-200-schema.d.ts +3 -0
- package/dist/modules/elysia/{crudSchema/utils/createSelectedFieldsSchema.d.ts → crud/utils/create-selected-fields-schema.d.ts} +2 -2
- package/dist/modules/elysia/crud/utils/create-update-one-schema.d.ts +3 -0
- package/dist/modules/elysia/crud/utils/create-update-schema.d.ts +3 -0
- package/dist/modules/elysia/crud/utils/index.d.ts +16 -0
- package/dist/modules/elysia/{crudSchema → crud}/utils/index.js +7 -4
- package/dist/modules/elysia/{crudSchema/utils/isDateFromElysiaTypeBox.d.ts → crud/utils/is-date-from-elysia-typebox.d.ts} +1 -1
- package/dist/modules/elysia/db-resolver/db-resolver.d.ts +193 -0
- package/dist/modules/elysia/db-resolver/enums/db-resolver-error-keys.d.ts +3 -0
- package/dist/modules/elysia/db-resolver/enums/index.d.ts +1 -0
- package/dist/modules/elysia/{dbResolver → db-resolver}/enums/index.js +1 -1
- package/dist/modules/elysia/db-resolver/index.d.ts +1 -0
- package/dist/modules/elysia/db-resolver/index.js +18 -0
- package/dist/modules/elysia/error/error.d.ts +14 -3
- package/dist/modules/elysia/error/index.js +14 -5
- package/dist/modules/elysia/microservice/microservice.d.ts +17 -14
- package/dist/modules/elysia/rate-limit/enums/index.d.ts +1 -0
- package/dist/modules/elysia/{rateLimit → rate-limit}/enums/index.js +1 -1
- package/dist/modules/elysia/rate-limit/index.d.ts +1 -0
- package/dist/modules/elysia/rate-limit/index.js +55 -0
- package/dist/modules/elysia/{rateLimit/rateLimit.d.ts → rate-limit/rate-limit.d.ts} +33 -13
- package/dist/modules/elysia/rate-limit/types/index.d.ts +1 -0
- package/dist/modules/elysia/{rateLimit/types/rateLimitOptions.d.ts → rate-limit/types/rate-limit-options.d.ts} +3 -15
- package/dist/modules/jwt/enums/index.d.ts +2 -0
- package/dist/modules/jwt/enums/index.js +11 -0
- package/dist/modules/jwt/enums/jwt-error-keys.d.ts +5 -0
- package/dist/modules/jwt/enums/parse-human-time-to-seconds-error-keys.d.ts +3 -0
- package/dist/modules/jwt/index.d.ts +1 -0
- package/dist/modules/jwt/index.js +51 -0
- package/dist/modules/jwt/jwt.d.ts +3 -0
- package/dist/modules/jwt/utils/index.d.ts +1 -0
- package/dist/modules/jwt/utils/index.js +9 -0
- package/dist/modules/jwt/utils/parse-human-time-to-seconds.d.ts +17 -0
- package/dist/modules/kv-store/enums/index.d.ts +1 -0
- package/dist/modules/kv-store/enums/index.js +7 -0
- package/dist/modules/kv-store/enums/kv-store-error-keys.d.ts +5 -0
- package/dist/modules/kv-store/ioredis/index.d.ts +1 -0
- package/dist/modules/kv-store/ioredis/index.js +92 -0
- package/dist/modules/kv-store/ioredis/ioredis-store.d.ts +107 -0
- package/dist/modules/kv-store/memory/index.d.ts +1 -0
- package/dist/modules/kv-store/memory/index.js +9 -0
- package/dist/modules/kv-store/memory/memory-store.d.ts +119 -0
- package/dist/modules/{elysia/rateLimit/types/memoryStoreEntry.d.ts → kv-store/memory/types/memory-store-entry.d.ts} +2 -2
- package/dist/modules/kv-store/types/index.d.ts +1 -0
- package/dist/modules/kv-store/types/kv-store.d.ts +81 -0
- package/dist/modules/logger/enums/index.d.ts +1 -1
- package/dist/modules/logger/enums/index.js +1 -1
- package/dist/modules/logger/enums/logger-error-keys.d.ts +6 -0
- package/dist/modules/logger/events/index.d.ts +1 -1
- package/dist/modules/logger/events/logger-events.d.ts +11 -0
- package/dist/modules/logger/index.js +40 -52
- package/dist/modules/logger/logger.d.ts +172 -172
- package/dist/modules/logger/sinks/console-logger.d.ts +22 -0
- package/dist/modules/logger/sinks/file-logger.d.ts +25 -0
- package/dist/modules/logger/sinks/index.d.ts +2 -0
- package/dist/modules/logger/{strategies → sinks}/index.js +6 -6
- package/dist/modules/logger/types/bodies-intersection.d.ts +2 -0
- package/dist/modules/logger/types/index.d.ts +6 -6
- package/dist/modules/logger/types/log-stream-chunk.d.ts +15 -0
- package/dist/modules/logger/types/{loggerStrategy.d.ts → logger-sink.d.ts} +3 -3
- package/dist/modules/logger/types/sink-body.d.ts +2 -0
- package/dist/modules/logger/types/sink-map.d.ts +2 -0
- package/dist/modules/mailer/enums/index.d.ts +1 -1
- package/dist/modules/mailer/enums/index.js +1 -1
- package/dist/modules/mailer/index.js +5 -8
- package/dist/modules/mailer/smtp.d.ts +1 -1
- package/dist/modules/mailer/types/index.d.ts +3 -3
- package/dist/modules/mailer/types/{smtpOptions.d.ts → smtp-options.d.ts} +2 -2
- package/dist/modules/repository/index.js +6 -6
- package/dist/modules/repository/repository.d.ts +5 -5
- package/dist/modules/repository/types/filter.d.ts +2 -2
- package/dist/modules/repository/types/index.d.ts +6 -6
- package/dist/modules/repository/types/{queryOptionsExtendPagination.d.ts → query-options-extend-pagination.d.ts} +1 -1
- package/dist/modules/repository/types/{queryOptionsExtendStream.d.ts → query-options-extend-stream.d.ts} +1 -1
- package/dist/modules/repository/types/{queryOptions.d.ts → query-options.d.ts} +7 -3
- package/dist/modules/singleton-manager/enums/index.d.ts +1 -0
- package/dist/modules/{singletonManager → singleton-manager}/enums/index.js +1 -1
- package/dist/modules/singleton-manager/enums/singleton-manager-error-keys.d.ts +4 -0
- package/dist/modules/singleton-manager/index.d.ts +1 -0
- package/dist/modules/singleton-manager/index.js +9 -0
- package/dist/modules/{singletonManager/singletonManager.d.ts → singleton-manager/singleton-manager.d.ts} +9 -11
- package/dist/modules/totp/enums/index.d.ts +1 -1
- package/dist/modules/totp/enums/index.js +1 -1
- package/dist/modules/totp/hotp.d.ts +11 -0
- package/dist/modules/totp/index.d.ts +3 -1
- package/dist/modules/totp/index.js +33 -42
- package/dist/modules/totp/otp-auth-uri.d.ts +21 -0
- package/dist/modules/totp/totp.d.ts +2 -42
- package/dist/modules/totp/types/index.d.ts +3 -3
- package/dist/modules/totp/types/{verifyOptions.d.ts → verify-options.d.ts} +1 -1
- package/dist/modules/totp/utils/base32.d.ts +1 -1
- package/dist/modules/totp/utils/index.d.ts +5 -4
- package/dist/modules/totp/utils/index.js +12 -11
- package/dist/modules/totp/utils/time-remaining.d.ts +9 -0
- package/dist/modules/typed-event-emitter/index.d.ts +1 -0
- package/dist/modules/{typedEventEmitter → typed-event-emitter}/index.js +1 -1
- package/dist/modules/typed-event-emitter/typed-event-emitter.d.ts +221 -0
- package/dist/modules/typed-event-emitter/types/index.d.ts +1 -0
- package/dist/shared/enums/index.d.ts +1 -0
- package/dist/{utils → shared}/enums/index.js +1 -1
- package/dist/shared/types/index.d.ts +3 -0
- package/dist/shared/types/tflatten.d.ts +5 -0
- package/dist/shared/utils/flatten.d.ts +3 -0
- package/dist/{utils → shared/utils}/index.d.ts +2 -1
- package/dist/{utils → shared/utils}/index.js +10 -9
- package/package.json +96 -90
- package/CHANGELOG.md +0 -79
- package/dist/chunk-45gt9273.js +0 -8
- package/dist/chunk-4xs0e8cm.js +0 -9
- package/dist/chunk-683sda6e.js +0 -28
- package/dist/chunk-7jsxw1ts.js +0 -40
- package/dist/chunk-cqw9xq4y.js +0 -7
- package/dist/chunk-dwfyt1m6.js +0 -6
- package/dist/chunk-g821m8gq.js +0 -77
- package/dist/chunk-hcc6g1fd.js +0 -7
- package/dist/chunk-tm71j126.js +0 -54
- package/dist/chunk-vknq69e0.js +0 -23
- package/dist/errors/baseError.d.ts +0 -9
- package/dist/errors/httpError.d.ts +0 -14
- package/dist/errors/types/baseErrorOptions.d.ts +0 -15
- package/dist/errors/types/httpErrorOptions.d.ts +0 -13
- package/dist/errors/types/index.d.ts +0 -2
- package/dist/modules/elysia/crud/types/crudOperationBaseOptions.d.ts +0 -6
- package/dist/modules/elysia/crud/types/crudOperationCountOptions.d.ts +0 -2
- package/dist/modules/elysia/crud/types/crudOperationDeleteOneOptions.d.ts +0 -2
- package/dist/modules/elysia/crud/types/crudOperationDeleteOptions.d.ts +0 -2
- package/dist/modules/elysia/crud/types/crudOperationFindOneOptions.d.ts +0 -2
- package/dist/modules/elysia/crud/types/crudOperationFindOptions.d.ts +0 -2
- package/dist/modules/elysia/crud/types/crudOperationInsertOptions.d.ts +0 -2
- package/dist/modules/elysia/crud/types/crudOperationUpdateOneOptions.d.ts +0 -2
- package/dist/modules/elysia/crud/types/crudOperationUpdateOptions.d.ts +0 -2
- package/dist/modules/elysia/crud/types/crudOperationsOptions.d.ts +0 -18
- package/dist/modules/elysia/crud/types/crudOptions.d.ts +0 -23
- package/dist/modules/elysia/crudSchema/index.d.ts +0 -1
- package/dist/modules/elysia/crudSchema/index.js +0 -11
- package/dist/modules/elysia/crudSchema/types/crudModelsType.d.ts +0 -14
- package/dist/modules/elysia/crudSchema/types/index.d.ts +0 -8
- package/dist/modules/elysia/crudSchema/types/queryOptionsBuilderOptions.d.ts +0 -11
- package/dist/modules/elysia/crudSchema/utils/createCountResponse200Schema.d.ts +0 -11
- package/dist/modules/elysia/crudSchema/utils/createCountSchema.d.ts +0 -16
- package/dist/modules/elysia/crudSchema/utils/createDeleteSchema.d.ts +0 -18
- package/dist/modules/elysia/crudSchema/utils/createFindSchema.d.ts +0 -22
- package/dist/modules/elysia/crudSchema/utils/createInsertSchema.d.ts +0 -8
- package/dist/modules/elysia/crudSchema/utils/createPropertiesSchema.d.ts +0 -12
- package/dist/modules/elysia/crudSchema/utils/createResponse200Schema.d.ts +0 -5
- package/dist/modules/elysia/crudSchema/utils/createUpdateOneSchema.d.ts +0 -4
- package/dist/modules/elysia/crudSchema/utils/createUpdateSchema.d.ts +0 -10
- package/dist/modules/elysia/crudSchema/utils/index.d.ts +0 -15
- package/dist/modules/elysia/dbResolver/dbResolver.d.ts +0 -17
- package/dist/modules/elysia/dbResolver/enums/dbResolverErrorKeys.d.ts +0 -3
- package/dist/modules/elysia/dbResolver/enums/index.d.ts +0 -1
- package/dist/modules/elysia/dbResolver/index.d.ts +0 -1
- package/dist/modules/elysia/dbResolver/index.js +0 -18
- package/dist/modules/elysia/dbResolver/types/dynamicDbOptions.d.ts +0 -7
- package/dist/modules/elysia/dbResolver/types/index.d.ts +0 -1
- package/dist/modules/elysia/jwt/enums/index.d.ts +0 -1
- package/dist/modules/elysia/jwt/enums/index.js +0 -7
- package/dist/modules/elysia/jwt/enums/jwtErrorKeys.d.ts +0 -4
- package/dist/modules/elysia/jwt/index.d.ts +0 -1
- package/dist/modules/elysia/jwt/index.js +0 -77
- package/dist/modules/elysia/jwt/jwt.d.ts +0 -119
- package/dist/modules/elysia/jwt/types/index.d.ts +0 -1
- package/dist/modules/elysia/jwt/types/jwtOptions.d.ts +0 -98
- package/dist/modules/elysia/rateLimit/enums/index.d.ts +0 -1
- package/dist/modules/elysia/rateLimit/index.d.ts +0 -1
- package/dist/modules/elysia/rateLimit/index.js +0 -139
- package/dist/modules/elysia/rateLimit/stores/memoryStore.d.ts +0 -47
- package/dist/modules/elysia/rateLimit/types/index.d.ts +0 -1
- package/dist/modules/elysia/rateLimit/types/rateLimitStore.d.ts +0 -21
- package/dist/modules/logger/enums/loggerErrorKeys.d.ts +0 -6
- package/dist/modules/logger/events/loggerEvents.d.ts +0 -11
- package/dist/modules/logger/strategies/consoleLogger.d.ts +0 -22
- package/dist/modules/logger/strategies/fileLogger.d.ts +0 -25
- package/dist/modules/logger/strategies/index.d.ts +0 -2
- package/dist/modules/logger/types/bodiesIntersection.d.ts +0 -2
- package/dist/modules/logger/types/logStreamChunk.d.ts +0 -15
- package/dist/modules/logger/types/strategyBody.d.ts +0 -2
- package/dist/modules/logger/types/strategyMap.d.ts +0 -2
- package/dist/modules/singletonManager/enums/index.d.ts +0 -1
- package/dist/modules/singletonManager/enums/singletonManagerErrorKeys.d.ts +0 -4
- package/dist/modules/singletonManager/index.d.ts +0 -1
- package/dist/modules/singletonManager/index.js +0 -9
- package/dist/modules/typedEventEmitter/index.d.ts +0 -1
- package/dist/modules/typedEventEmitter/typedEventEmitter.d.ts +0 -221
- package/dist/modules/typedEventEmitter/types/index.d.ts +0 -1
- package/dist/modules/typedEventEmitter/types/index.js +0 -1
- package/dist/utils/enums/index.d.ts +0 -1
- package/dist/utils/types/index.d.ts +0 -2
- package/dist/utils/types/index.js +0 -1
- package/dist/errors/enums/{httpErrorStatusCodes.d.ts → http-status-codes.d.ts} +0 -0
- package/dist/modules/data/enums/{dataErrorKeys.d.ts → data-error-keys.d.ts} +0 -0
- package/dist/modules/data/types/{camelCase.d.ts → camel-case.d.ts} +0 -0
- package/dist/modules/data/types/{caseTransformer.d.ts → case-transformer.d.ts} +0 -0
- package/dist/modules/data/types/{kebabCase.d.ts → kebab-case.d.ts} +0 -0
- package/dist/modules/data/types/{snakeCase.d.ts → snake-case.d.ts} +0 -0
- package/dist/modules/database/enums/{databaseErrorKeys.d.ts → database-error-keys.d.ts} +15 -15
- package/dist/modules/database/enums/{mssqlErrorCode.d.ts → mssql-error-code.d.ts} +12 -12
- package/dist/modules/database/types/{mssqlDatabaseOption.d.ts → mssql-database-option.d.ts} +0 -0
- package/dist/modules/database/types/{mssqlEventLog.d.ts → mssql-event-log.d.ts} +0 -0
- package/dist/modules/database/types/{queryContext.d.ts → query-context.d.ts} +0 -0
- package/dist/{errors → modules/elysia/cache}/types/index.js +0 -0
- package/dist/modules/elysia/{crudSchema/types/crudSchemaOperations.d.ts → crud/types/crud-schema-operations.d.ts} +0 -0
- package/dist/modules/elysia/{rateLimit/enums/rateLimitErrorKeys.d.ts → rate-limit/enums/rate-limit-error-keys.d.ts} +0 -0
- package/dist/modules/elysia/{crudSchema → rate-limit}/types/index.js +0 -0
- package/dist/modules/{elysia/dbResolver → kv-store}/types/index.js +0 -0
- package/dist/modules/logger/types/{logLevels.d.ts → log-levels.d.ts} +0 -0
- package/dist/modules/mailer/enums/{mailerErrorKeys.d.ts → mailer-error-keys.d.ts} +1 -1
- package/dist/modules/mailer/types/{smtpCredentials.d.ts → smtp-credentials.d.ts} +0 -0
- package/dist/modules/mailer/types/{smtpPoolOptions.d.ts → smtp-pool-options.d.ts} +0 -0
- package/dist/modules/repository/types/{adaptiveWhereClause.d.ts → adaptive-where-clause.d.ts} +0 -0
- package/dist/modules/repository/types/{orderByItem.d.ts → order-by-item.d.ts} +0 -0
- package/dist/modules/repository/types/{selectedFields.d.ts → selected-fields.d.ts} +0 -0
- package/dist/modules/totp/enums/{totpErrorKeys.d.ts → totp-error-keys.d.ts} +2 -2
- /package/dist/modules/totp/types/{otpAuthUri.d.ts → otp-auth-uri.d.ts} +0 -0
- /package/dist/modules/totp/types/{totpOptions.d.ts → totp-options.d.ts} +0 -0
- /package/dist/modules/totp/utils/{createCounterBuffer.d.ts → create-counter-buffer.d.ts} +0 -0
- /package/dist/modules/totp/utils/{dynamicTruncation.d.ts → dynamic-truncation.d.ts} +0 -0
- /package/dist/modules/totp/utils/{generateHmac.d.ts → generate-hmac.d.ts} +0 -0
- /package/dist/modules/totp/utils/{generateSecretBytes.d.ts → generate-secret-bytes.d.ts} +0 -0
- /package/dist/modules/{typedEventEmitter/types/eventMap.d.ts → typed-event-emitter/types/event-map.d.ts} +0 -0
- /package/dist/modules/{elysia/jwt → typed-event-emitter}/types/index.js +0 -0
- /package/dist/{utils/enums/utilsErrorKeys.d.ts → shared/enums/utils-error-keys.d.ts} +0 -0
- /package/dist/{modules/elysia/rateLimit → shared}/types/index.js +0 -0
- /package/dist/{utils/types/renameKey.d.ts → shared/types/rename-key.d.ts} +0 -0
- /package/dist/{utils/types/streamWithAsyncIterable.d.ts → shared/types/stream-with-async-iterable.d.ts} +0 -0
- /package/dist/{utils → shared/utils}/env.d.ts +0 -0
- /package/dist/{utils/isDateString.d.ts → shared/utils/is-date-string.d.ts} +0 -0
- /package/dist/{utils → shared/utils}/stream.d.ts +0 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
// @bun
|
|
2
|
+
import {
|
|
3
|
+
SINGLETON_MANAGER_ERROR_KEYS
|
|
4
|
+
} from "./chunk-b6f6ez2w.js";
|
|
5
|
+
import {
|
|
6
|
+
BaseError
|
|
7
|
+
} from "./chunk-9cgzhc50.js";
|
|
8
|
+
|
|
9
|
+
// source/modules/singleton-manager/singleton-manager.ts
|
|
10
|
+
class SingletonManager {
|
|
11
|
+
static _registry = new Map;
|
|
12
|
+
static register(name, instance) {
|
|
13
|
+
if (this._registry.has(name))
|
|
14
|
+
throw new BaseError(SINGLETON_MANAGER_ERROR_KEYS.CLASS_INSTANCE_ALREADY_REGISTERED, { name });
|
|
15
|
+
this._registry.set(name, instance);
|
|
16
|
+
}
|
|
17
|
+
static unregister(name) {
|
|
18
|
+
if (!this._registry.has(name))
|
|
19
|
+
throw new BaseError(SINGLETON_MANAGER_ERROR_KEYS.CLASS_INSTANCE_NOT_REGISTERED, { name });
|
|
20
|
+
this._registry.delete(name);
|
|
21
|
+
}
|
|
22
|
+
static get(name) {
|
|
23
|
+
if (!this._registry.has(name))
|
|
24
|
+
throw new BaseError(SINGLETON_MANAGER_ERROR_KEYS.CLASS_INSTANCE_NOT_REGISTERED, { name });
|
|
25
|
+
return this._registry.get(name);
|
|
26
|
+
}
|
|
27
|
+
static has(name) {
|
|
28
|
+
return this._registry.has(name);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export { SingletonManager };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @bun
|
|
2
|
+
// source/modules/jwt/enums/jwt-error-keys.ts
|
|
3
|
+
var JWT_ERROR_KEYS = {
|
|
4
|
+
JWT_EXPIRATION_PASSED: "jwt.error.expiration_passed",
|
|
5
|
+
JWT_SECRET_NOT_FOUND: "jwt.error.secret_not_found",
|
|
6
|
+
JWT_SIGN_ERROR: "jwt.error.sign_error"
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
export { JWT_ERROR_KEYS };
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
//
|
|
1
|
+
// @bun
|
|
2
|
+
// source/modules/totp/enums/totp-error-keys.ts
|
|
2
3
|
var TOTP_ERROR_KEYS = {
|
|
3
|
-
INVALID_BASE32_CHARACTER: "totp.error.invalid_base32_character",
|
|
4
|
-
INVALID_SECRET_LENGTH: "totp.error.invalid_secret_length",
|
|
5
4
|
INVALID_ALGORITHM: "totp.error.invalid_algorithm",
|
|
5
|
+
INVALID_BASE32_CHARACTER: "totp.error.invalid_base32_character",
|
|
6
6
|
INVALID_OTP_AUTH_URI: "totp.error.invalid_otp_auth_uri",
|
|
7
|
+
INVALID_SECRET_LENGTH: "totp.error.invalid_secret_length",
|
|
7
8
|
MISSING_SECRET: "totp.error.missing_secret"
|
|
8
9
|
};
|
|
9
10
|
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
// @bun
|
|
2
|
+
import {
|
|
3
|
+
PARSE_HUMAN_TIME_TO_SECONDS_ERROR_KEYS
|
|
4
|
+
} from "./chunk-0601exyg.js";
|
|
5
|
+
import {
|
|
6
|
+
BaseError
|
|
7
|
+
} from "./chunk-9cgzhc50.js";
|
|
8
|
+
|
|
9
|
+
// source/modules/jwt/utils/parse-human-time-to-seconds.ts
|
|
10
|
+
var TIME_UNITS = {
|
|
11
|
+
SECOND: 1,
|
|
12
|
+
MINUTE: 60,
|
|
13
|
+
HOUR: 60 * 60,
|
|
14
|
+
DAY: 60 * 60 * 24,
|
|
15
|
+
WEEK: 60 * 60 * 24 * 7,
|
|
16
|
+
YEAR: 60 * 60 * 24 * 365.25
|
|
17
|
+
};
|
|
18
|
+
var TIME_EXPRESSION_REGEX = /^(\+|-)? ?(\d+|\d+\.\d+) ?(seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)(?: (ago|from now))?$/i;
|
|
19
|
+
var UNIT_MAPPINGS = {
|
|
20
|
+
s: TIME_UNITS.SECOND,
|
|
21
|
+
sec: TIME_UNITS.SECOND,
|
|
22
|
+
secs: TIME_UNITS.SECOND,
|
|
23
|
+
second: TIME_UNITS.SECOND,
|
|
24
|
+
seconds: TIME_UNITS.SECOND,
|
|
25
|
+
m: TIME_UNITS.MINUTE,
|
|
26
|
+
min: TIME_UNITS.MINUTE,
|
|
27
|
+
mins: TIME_UNITS.MINUTE,
|
|
28
|
+
minute: TIME_UNITS.MINUTE,
|
|
29
|
+
minutes: TIME_UNITS.MINUTE,
|
|
30
|
+
h: TIME_UNITS.HOUR,
|
|
31
|
+
hr: TIME_UNITS.HOUR,
|
|
32
|
+
hrs: TIME_UNITS.HOUR,
|
|
33
|
+
hour: TIME_UNITS.HOUR,
|
|
34
|
+
hours: TIME_UNITS.HOUR,
|
|
35
|
+
d: TIME_UNITS.DAY,
|
|
36
|
+
day: TIME_UNITS.DAY,
|
|
37
|
+
days: TIME_UNITS.DAY,
|
|
38
|
+
w: TIME_UNITS.WEEK,
|
|
39
|
+
week: TIME_UNITS.WEEK,
|
|
40
|
+
weeks: TIME_UNITS.WEEK,
|
|
41
|
+
y: TIME_UNITS.YEAR,
|
|
42
|
+
yr: TIME_UNITS.YEAR,
|
|
43
|
+
yrs: TIME_UNITS.YEAR,
|
|
44
|
+
year: TIME_UNITS.YEAR,
|
|
45
|
+
years: TIME_UNITS.YEAR
|
|
46
|
+
};
|
|
47
|
+
var parseHumanTimeToSeconds = (timeExpression) => {
|
|
48
|
+
const match = TIME_EXPRESSION_REGEX.exec(timeExpression);
|
|
49
|
+
if (!match || match[4] && match[1])
|
|
50
|
+
throw new BaseError(PARSE_HUMAN_TIME_TO_SECONDS_ERROR_KEYS.INVALID_TIME_EXPRESSION);
|
|
51
|
+
const [, sign, valueStr, unitStr, direction] = match;
|
|
52
|
+
const value = parseFloat(valueStr);
|
|
53
|
+
const unit = unitStr.toLowerCase();
|
|
54
|
+
const multiplier = UNIT_MAPPINGS[unit];
|
|
55
|
+
const seconds = Math.round(value * multiplier);
|
|
56
|
+
if (sign === "-" || direction === "ago")
|
|
57
|
+
return -seconds;
|
|
58
|
+
return seconds;
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
export { parseHumanTimeToSeconds };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { HTTP_ERROR_STATUS_CODES } from './
|
|
1
|
+
export { HTTP_ERROR_STATUS_CODES } from './http-status-codes';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { BaseError } from './base-error';
|
|
2
|
+
import { HTTP_ERROR_STATUS_CODES } from './enums/http-status-codes';
|
|
3
|
+
export type HttpStatusKey = keyof typeof HTTP_ERROR_STATUS_CODES;
|
|
4
|
+
export type HttpStatusCode = typeof HTTP_ERROR_STATUS_CODES[HttpStatusKey];
|
|
5
|
+
export declare class HttpError<const TCause = unknown> extends BaseError<TCause> {
|
|
6
|
+
readonly httpStatusCode: number;
|
|
7
|
+
constructor(message: string, cause?: TCause);
|
|
8
|
+
constructor(message: string, httpStatusCode: HttpStatusKey | HttpStatusCode, cause?: TCause);
|
|
9
|
+
get isClientError(): boolean;
|
|
10
|
+
get isServerError(): boolean;
|
|
11
|
+
}
|
package/dist/errors/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { BaseError } from './
|
|
2
|
-
export { HttpError } from './
|
|
1
|
+
export { BaseError } from './base-error';
|
|
2
|
+
export { HttpError } from './http-error';
|
package/dist/errors/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
HttpError
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import"../chunk-
|
|
4
|
+
} from "../chunk-00s6t4tw.js";
|
|
5
|
+
import"../chunk-h9t48r9q.js";
|
|
6
6
|
import {
|
|
7
7
|
BaseError
|
|
8
|
-
} from "../chunk-
|
|
8
|
+
} from "../chunk-9cgzhc50.js";
|
|
9
9
|
export {
|
|
10
10
|
HttpError,
|
|
11
11
|
BaseError
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { isBaseError, isHttpError } from './is-nowarajs-error.ts';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// @bun
|
|
2
|
+
import {
|
|
3
|
+
HttpError
|
|
4
|
+
} from "../../chunk-00s6t4tw.js";
|
|
5
|
+
import"../../chunk-h9t48r9q.js";
|
|
6
|
+
import {
|
|
7
|
+
BaseError
|
|
8
|
+
} from "../../chunk-9cgzhc50.js";
|
|
9
|
+
|
|
10
|
+
// source/errors/utils/is-nowarajs-error.ts.ts
|
|
11
|
+
var isBaseError = (e) => e instanceof BaseError;
|
|
12
|
+
var isHttpError = (e) => e instanceof HttpError;
|
|
13
|
+
export {
|
|
14
|
+
isHttpError,
|
|
15
|
+
isBaseError
|
|
16
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { CaseTransformer } from './types/
|
|
2
|
-
import type { TransformObjectKeys } from './types/
|
|
1
|
+
import type { CaseTransformer } from './types/case-transformer';
|
|
2
|
+
import type { TransformObjectKeys } from './types/transform-object-keys';
|
|
3
3
|
/**
|
|
4
4
|
* Filters the provided data by excluding the specified keys.
|
|
5
5
|
*
|
|
@@ -103,7 +103,7 @@ export declare const filterByValue: <TObject extends Readonly<object>>(data: Rea
|
|
|
103
103
|
* @param data - The object whose keys are to be transformed.
|
|
104
104
|
* @param transformer - The key transformation strategy to use.
|
|
105
105
|
*
|
|
106
|
-
* @throws ({@link
|
|
106
|
+
* @throws ({@link BaseError}) - If the provided data object is null or undefined.
|
|
107
107
|
*
|
|
108
108
|
* @returns A new object with transformed keys.
|
|
109
109
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { DATA_ERROR_KEYS } from './
|
|
1
|
+
export { DATA_ERROR_KEYS } from './data-error-keys';
|
|
@@ -5,9 +5,9 @@ import {
|
|
|
5
5
|
filterByKeyInclusion,
|
|
6
6
|
filterByValue,
|
|
7
7
|
transformKeys
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import"../../chunk-
|
|
10
|
-
import"../../chunk-
|
|
8
|
+
} from "../../chunk-h4dyeeqg.js";
|
|
9
|
+
import"../../chunk-n6d9ncnv.js";
|
|
10
|
+
import"../../chunk-9cgzhc50.js";
|
|
11
11
|
export {
|
|
12
12
|
transformKeys,
|
|
13
13
|
filterByValue,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { CamelCase } from '../../../modules/data/types/
|
|
2
|
-
import type { CaseTransformer } from '../../../modules/data/types/
|
|
1
|
+
import type { CamelCase } from '../../../modules/data/types/camel-case';
|
|
2
|
+
import type { CaseTransformer } from '../../../modules/data/types/case-transformer';
|
|
3
3
|
/**
|
|
4
4
|
* Transforms string into `camelCase` format.
|
|
5
5
|
* Implements ({@link CaseTransformer}).
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { CamelCaseTransformer } from './
|
|
2
|
-
export { KebabCaseTransformer } from './
|
|
3
|
-
export { PascalCaseTransformer } from './
|
|
4
|
-
export { SnakeCaseTransformer } from './
|
|
1
|
+
export { CamelCaseTransformer } from './camel-case.ts';
|
|
2
|
+
export { KebabCaseTransformer } from './kebab-case.ts';
|
|
3
|
+
export { PascalCaseTransformer } from './pascal-case.ts';
|
|
4
|
+
export { SnakeCaseTransformer } from './snake-case.ts';
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
// @bun
|
|
2
|
-
// source/modules/data/transformers/
|
|
2
|
+
// source/modules/data/transformers/camel-case.ts
|
|
3
3
|
class CamelCaseTransformer {
|
|
4
4
|
convertCase(str) {
|
|
5
5
|
return str.replace(/(?:[-_][a-z])/giu, (group) => group[1].toUpperCase()).replace(/^[A-Z]/u, (firstLetter) => firstLetter.toLowerCase());
|
|
6
6
|
}
|
|
7
7
|
}
|
|
8
|
-
// source/modules/data/transformers/
|
|
8
|
+
// source/modules/data/transformers/kebab-case.ts
|
|
9
9
|
class KebabCaseTransformer {
|
|
10
10
|
convertCase(str) {
|
|
11
11
|
return str.replace(/_/gu, "-").replace(/(?<=[a-z])(?=[A-Z])/gu, "-").replace(/(?<=[A-Z]+)(?=[A-Z][a-z])/gu, "-").toLowerCase();
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
|
-
// source/modules/data/transformers/
|
|
14
|
+
// source/modules/data/transformers/pascal-case.ts
|
|
15
15
|
class PascalCaseTransformer {
|
|
16
16
|
convertCase(str) {
|
|
17
17
|
const camelCaseKey = str.replace(/(?:[-_][a-z])/giu, (group) => group[1].toUpperCase());
|
|
18
18
|
return camelCaseKey.charAt(0).toUpperCase() + camelCaseKey.slice(1);
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
// source/modules/data/transformers/
|
|
21
|
+
// source/modules/data/transformers/snake-case.ts
|
|
22
22
|
class SnakeCaseTransformer {
|
|
23
23
|
convertCase(str) {
|
|
24
24
|
return str.replace(/(?<lower>[a-z])(?<upper>[A-Z])/gu, "$<lower>_$<upper>").replace(/[-\s]/gu, "_").toLowerCase();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { CaseTransformer } from '../../../modules/data/types/
|
|
2
|
-
import type { KebabCase } from '../../../modules/data/types/
|
|
1
|
+
import type { CaseTransformer } from '../../../modules/data/types/case-transformer';
|
|
2
|
+
import type { KebabCase } from '../../../modules/data/types/kebab-case';
|
|
3
3
|
/**
|
|
4
4
|
* Transforms string into `kebab-case` format.
|
|
5
5
|
* Implements ({@link CaseTransformer}).
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { CaseTransformer } from '../../../modules/data/types/
|
|
2
|
-
import type { PascalCase } from '../../../modules/data/types/
|
|
1
|
+
import type { CaseTransformer } from '../../../modules/data/types/case-transformer';
|
|
2
|
+
import type { PascalCase } from '../../../modules/data/types/pascal-case';
|
|
3
3
|
/**
|
|
4
4
|
* Transforms string into `PascalCase` format.
|
|
5
5
|
* Implements ({@link CaseTransformer}).
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { CaseTransformer } from '../../../modules/data/types/
|
|
2
|
-
import type { SnakeCase } from '../../../modules/data/types/
|
|
1
|
+
import type { CaseTransformer } from '../../../modules/data/types/case-transformer';
|
|
2
|
+
import type { SnakeCase } from '../../../modules/data/types/snake-case';
|
|
3
3
|
/**
|
|
4
4
|
* Transforms string into `snake_case` format.
|
|
5
5
|
* Implements ({@link CaseTransformer}).
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export type { CamelCase } from './
|
|
2
|
-
export type { CaseTransformer } from './
|
|
3
|
-
export type { KebabCase } from './
|
|
4
|
-
export type { PascalCase } from './
|
|
5
|
-
export type { SnakeCase } from './
|
|
6
|
-
export type { TransformKeysCamelCase } from './
|
|
7
|
-
export type { TransformKeysKebabCase } from './
|
|
8
|
-
export type { TransformKeysPascalCase } from './
|
|
9
|
-
export type { TransformKeysSnakeCase } from './
|
|
10
|
-
export type { TransformObjectKeys } from './
|
|
1
|
+
export type { CamelCase } from './camel-case';
|
|
2
|
+
export type { CaseTransformer } from './case-transformer';
|
|
3
|
+
export type { KebabCase } from './kebab-case';
|
|
4
|
+
export type { PascalCase } from './pascal-case';
|
|
5
|
+
export type { SnakeCase } from './snake-case';
|
|
6
|
+
export type { TransformKeysCamelCase } from './transform-keys-camel-case';
|
|
7
|
+
export type { TransformKeysKebabCase } from './transform-keys-kebab-case';
|
|
8
|
+
export type { TransformKeysPascalCase } from './transform-keys-pascal-case';
|
|
9
|
+
export type { TransformKeysSnakeCase } from './transform-keys-snake-case';
|
|
10
|
+
export type { TransformObjectKeys } from './transform-object-keys';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { CamelCase } from './
|
|
1
|
+
import type { CamelCase } from './camel-case';
|
|
2
2
|
export type PascalCase<S extends string> = S extends `${infer First}${infer Rest}` ? `${Uppercase<First>}${CamelCase<Rest>}` : S;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import type { CamelCaseTransformer } from '../../../modules/data/transformers/
|
|
2
|
-
import type { KebabCaseTransformer } from '../../../modules/data/transformers/
|
|
3
|
-
import type { PascalCaseTransformer } from '../../../modules/data/transformers/
|
|
4
|
-
import type { SnakeCaseTransformer } from '../../../modules/data/transformers/
|
|
5
|
-
import type { TransformKeysCamelCase } from './
|
|
6
|
-
import type { TransformKeysKebabCase } from './
|
|
7
|
-
import type { TransformKeysPascalCase } from './
|
|
8
|
-
import type { TransformKeysSnakeCase } from './
|
|
1
|
+
import type { CamelCaseTransformer } from '../../../modules/data/transformers/camel-case';
|
|
2
|
+
import type { KebabCaseTransformer } from '../../../modules/data/transformers/kebab-case';
|
|
3
|
+
import type { PascalCaseTransformer } from '../../../modules/data/transformers/pascal-case';
|
|
4
|
+
import type { SnakeCaseTransformer } from '../../../modules/data/transformers/snake-case';
|
|
5
|
+
import type { TransformKeysCamelCase } from './transform-keys-camel-case';
|
|
6
|
+
import type { TransformKeysKebabCase } from './transform-keys-kebab-case';
|
|
7
|
+
import type { TransformKeysPascalCase } from './transform-keys-pascal-case';
|
|
8
|
+
import type { TransformKeysSnakeCase } from './transform-keys-snake-case';
|
|
9
9
|
export type TransformObjectKeys<T, TTransformer> = TTransformer extends PascalCaseTransformer ? TransformKeysPascalCase<T> : TTransformer extends KebabCaseTransformer ? TransformKeysKebabCase<T> : TTransformer extends SnakeCaseTransformer ? TransformKeysSnakeCase<T> : TTransformer extends CamelCaseTransformer ? TransformKeysCamelCase<T> : Record<string, T[keyof T]>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { DATABASE_ERROR_KEYS } from './
|
|
2
|
-
export { MSSQL_ERROR_CODE } from './
|
|
1
|
+
export { DATABASE_ERROR_KEYS } from './database-error-keys';
|
|
2
|
+
export { MSSQL_ERROR_CODE } from './mssql-error-code';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export type { MssqlEventMap } from './
|
|
2
|
-
export type { TableEventMap } from './
|
|
1
|
+
export type { MssqlEventMap } from './mssql-event-map';
|
|
2
|
+
export type { TableEventMap } from './table-event-map';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { QueryContext } from '../../../modules/database/types/
|
|
1
|
+
import type { QueryContext } from '../../../modules/database/types/query-context';
|
|
2
2
|
export interface MssqlEventMap {
|
|
3
3
|
readonly query: [QueryContext];
|
|
4
4
|
readonly 'query:response': [unknown[], QueryContext];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { QueryContext } from '../../../modules/database/types/
|
|
1
|
+
import type { QueryContext } from '../../../modules/database/types/query-context';
|
|
2
2
|
export interface TableEventMap {
|
|
3
3
|
readonly selected: [unknown, QueryContext];
|
|
4
4
|
readonly inserted: [unknown, QueryContext];
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
import {
|
|
3
3
|
MSSQL,
|
|
4
4
|
Table
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import"../../chunk-
|
|
7
|
-
import"../../chunk-
|
|
8
|
-
import"../../chunk-
|
|
9
|
-
import"../../chunk-
|
|
10
|
-
import"../../chunk-
|
|
11
|
-
import"../../chunk-
|
|
12
|
-
import"../../chunk-
|
|
5
|
+
} from "../../chunk-75hgws2d.js";
|
|
6
|
+
import"../../chunk-6g29g0tk.js";
|
|
7
|
+
import"../../chunk-grfyngq0.js";
|
|
8
|
+
import"../../chunk-mvrxngm7.js";
|
|
9
|
+
import"../../chunk-c9vjf06h.js";
|
|
10
|
+
import"../../chunk-00s6t4tw.js";
|
|
11
|
+
import"../../chunk-h9t48r9q.js";
|
|
12
|
+
import"../../chunk-9cgzhc50.js";
|
|
13
13
|
export {
|
|
14
14
|
Table,
|
|
15
15
|
MSSQL
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { type Knex } from 'knex';
|
|
2
2
|
import { Repository } from '../../modules/repository/repository';
|
|
3
|
-
import { TypedEventEmitter } from '../../modules/
|
|
4
|
-
import type { MssqlEventMap } from './events/
|
|
3
|
+
import { TypedEventEmitter } from '../../modules/typed-event-emitter/typed-event-emitter';
|
|
4
|
+
import type { MssqlEventMap } from './events/mssql-event-map';
|
|
5
5
|
import { Table } from './table';
|
|
6
|
-
import type { MSSQLDatabaseOptions } from './types/
|
|
6
|
+
import type { MSSQLDatabaseOptions } from './types/mssql-database-option';
|
|
7
7
|
/**
|
|
8
8
|
* Manages the connection with an MSSQL database.
|
|
9
9
|
* The class extends {@link TypedEventEmitter}<{@link MssqlEventMap}>.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { TableEventMap } from '../../modules/database/events/
|
|
2
|
-
import { TypedEventEmitter } from '../../modules/
|
|
1
|
+
import type { TableEventMap } from '../../modules/database/events/table-event-map';
|
|
2
|
+
import { TypedEventEmitter } from '../../modules/typed-event-emitter/typed-event-emitter';
|
|
3
3
|
/**
|
|
4
4
|
* Represents a database table and provides access to its metadata (name, fields, primary key).
|
|
5
5
|
* The class extends `TypedEventEmitter`<{@link TableEventMap}> to allow for event-driven programming.
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export type { MSSQLDatabaseOptions } from './
|
|
2
|
-
export type { MssqlEventLog } from './
|
|
3
|
-
export type { QueryContext } from './
|
|
1
|
+
export type { MSSQLDatabaseOptions } from './mssql-database-option';
|
|
2
|
+
export type { MssqlEventLog } from './mssql-event-log';
|
|
3
|
+
export type { QueryContext } from './query-context';
|