@mrxsys/mrx-core 2.8.0 → 2.9.0
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-sepwfqdh.js → chunk-0601exyg.js} +2 -1
- package/dist/chunk-4mvsje21.js +7 -0
- package/dist/chunk-547mr88s.js +10 -0
- package/dist/chunk-5pwb7peq.js +9 -0
- package/dist/{chunk-syhskygx.js → chunk-6g29g0tk.js} +15 -24
- package/dist/{chunk-z1skzn1j.js → chunk-6tqh339a.js} +4 -3
- package/dist/{chunk-m18th1g5.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-kv9hms2z.js → chunk-b23dvm2d.js} +2 -1
- package/dist/chunk-b6f6ez2w.js +8 -0
- package/dist/{chunk-zaje5tv4.js → chunk-c9vjf06h.js} +31 -30
- package/dist/chunk-d9skk4k9.js +249 -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-7g8k2epn.js → chunk-k9dtqf1p.js} +6 -9
- 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-r1kcf1q6.js → chunk-zwrygafm.js} +5 -6
- 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 +2 -2
- 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 +16 -133
- package/dist/modules/elysia/cache/index.js +8 -6
- package/dist/modules/elysia/cache/types/{cacheOptions.d.ts → cache-options.d.ts} +1 -1
- package/dist/modules/elysia/cache/types/index.d.ts +1 -1
- package/dist/modules/elysia/cache/utils/index.d.ts +1 -1
- package/dist/modules/elysia/cache/utils/index.js +1 -1
- 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 +125 -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/crud/operations/utils/get-db-injection.d.ts +8 -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 +5 -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/{rateLimit → rate-limit}/index.js +12 -16
- package/dist/modules/elysia/{rateLimit/rateLimit.d.ts → rate-limit/rate-limit.d.ts} +5 -2
- 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} +1 -1
- package/dist/modules/jwt/enums/index.d.ts +2 -2
- package/dist/modules/jwt/enums/index.js +2 -2
- package/dist/modules/jwt/index.js +8 -15
- package/dist/modules/jwt/utils/index.d.ts +1 -1
- package/dist/modules/jwt/utils/index.js +3 -3
- package/dist/modules/kv-store/enums/index.d.ts +1 -0
- package/dist/modules/{kvStore → kv-store}/enums/index.js +1 -1
- package/dist/modules/kv-store/ioredis/index.d.ts +1 -0
- package/dist/modules/{kvStore → kv-store}/ioredis/index.js +7 -17
- package/dist/modules/{kvStore/ioredis/ioredisStore.d.ts → kv-store/ioredis/ioredis-store.d.ts} +1 -1
- package/dist/modules/kv-store/memory/index.d.ts +1 -0
- package/dist/modules/kv-store/memory/index.js +9 -0
- package/dist/modules/{kvStore/memory/memoryStore.d.ts → kv-store/memory/memory-store.d.ts} +1 -1
- package/dist/modules/kv-store/types/index.d.ts +1 -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} +4 -4
- 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 +1 -1
- package/dist/modules/totp/index.d.ts +1 -1
- package/dist/modules/totp/index.js +7 -13
- package/dist/modules/totp/{otpAuthUri.d.ts → otp-auth-uri.d.ts} +1 -1
- package/dist/modules/totp/totp.d.ts +2 -2
- 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/index.d.ts +5 -5
- package/dist/modules/totp/utils/index.js +7 -12
- 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 +39 -41
- package/CHANGELOG.md +0 -98
- 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-dwfyt1m6.js +0 -6
- package/dist/chunk-g821m8gq.js +0 -77
- package/dist/chunk-hcc6g1fd.js +0 -7
- package/dist/chunk-ncc0m208.js +0 -8
- package/dist/chunk-vknq69e0.js +0 -23
- package/dist/chunk-y78xrx17.js +0 -54
- 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 -25
- 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/rateLimit/enums/index.d.ts +0 -1
- package/dist/modules/elysia/rateLimit/index.d.ts +0 -1
- package/dist/modules/elysia/rateLimit/types/index.d.ts +0 -1
- package/dist/modules/kvStore/enums/index.d.ts +0 -1
- package/dist/modules/kvStore/ioredis/index.d.ts +0 -1
- package/dist/modules/kvStore/memory/index.d.ts +0 -1
- package/dist/modules/kvStore/memory/index.js +0 -9
- package/dist/modules/kvStore/types/index.d.ts +0 -1
- package/dist/modules/kvStore/types/index.js +0 -1
- 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/modules/elysia/cache/types/{cacheItem.d.ts → cache-item.d.ts} +0 -0
- package/dist/modules/elysia/cache/utils/{generateCacheKey.d.ts → generate-cache-key.d.ts} +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/{errors → modules/elysia/rate-limit}/types/index.js +0 -0
- package/dist/modules/jwt/enums/{jwtErrorKeys.d.ts → jwt-error-keys.d.ts} +2 -2
- package/dist/modules/jwt/enums/{parseHumanTimeToSecondsErrorKeys.d.ts → parse-human-time-to-seconds-error-keys.d.ts} +0 -0
- package/dist/modules/jwt/utils/{parseHumanTimeToSeconds.d.ts → parse-human-time-to-seconds.d.ts} +0 -0
- package/dist/modules/{kvStore/enums/kvStoreErrorKeys.d.ts → kv-store/enums/kv-store-error-keys.d.ts} +2 -2
- package/dist/modules/{kvStore/memory/types/memoryStoreEntry.d.ts → kv-store/memory/types/memory-store-entry.d.ts} +0 -0
- package/dist/modules/{elysia/crudSchema → kv-store}/types/index.js +0 -0
- package/dist/modules/{kvStore/types/kvStore.d.ts → kv-store/types/kv-store.d.ts} +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/totp/utils/{timeRemaining.d.ts → time-remaining.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/dbResolver → 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
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
MemoryStore
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import"../../../chunk-
|
|
4
|
+
} from "../../../chunk-k9dtqf1p.js";
|
|
5
|
+
import"../../../chunk-6tqh339a.js";
|
|
6
6
|
import {
|
|
7
7
|
generateCacheKey
|
|
8
|
-
} from "../../../chunk-
|
|
9
|
-
import"../../../chunk-
|
|
8
|
+
} from "../../../chunk-b23dvm2d.js";
|
|
9
|
+
import"../../../chunk-9cgzhc50.js";
|
|
10
10
|
|
|
11
11
|
// source/modules/elysia/cache/cache.ts
|
|
12
12
|
import { Elysia } from "elysia";
|
|
@@ -30,6 +30,8 @@ var cache = ({
|
|
|
30
30
|
set.headers["etag"] = `"${prefix}${cacheKey}"`;
|
|
31
31
|
set.headers["expires"] = new Date(Date.now() + metadata.ttl * 1000).toUTCString();
|
|
32
32
|
set.headers["last-modified"] = metadata.createdAt;
|
|
33
|
+
if (response instanceof Response)
|
|
34
|
+
return response.clone();
|
|
33
35
|
return response;
|
|
34
36
|
}
|
|
35
37
|
set.headers["x-cache"] = "MISS";
|
|
@@ -39,7 +41,7 @@ var cache = ({
|
|
|
39
41
|
isCached: (enable) => {
|
|
40
42
|
const ttl = typeof enable === "number" ? enable : enable ? defaultTtl : 0;
|
|
41
43
|
return {
|
|
42
|
-
async afterHandle({ set,
|
|
44
|
+
async afterHandle({ set, responseValue, store: store2, request }) {
|
|
43
45
|
const sanitizeUrl = new URL(request.url).pathname;
|
|
44
46
|
if (!store2._cachedRoutes.has(`${request.method}:${sanitizeUrl}`))
|
|
45
47
|
store2._cachedRoutes.add(`${request.method}:${sanitizeUrl}`);
|
|
@@ -52,7 +54,7 @@ var cache = ({
|
|
|
52
54
|
if (!set.headers["x-cache"])
|
|
53
55
|
set.headers["x-cache"] = "MISS";
|
|
54
56
|
const cacheData = {
|
|
55
|
-
response,
|
|
57
|
+
response: responseValue instanceof Response ? responseValue.clone() : responseValue,
|
|
56
58
|
metadata: {
|
|
57
59
|
createdAt: now.toUTCString(),
|
|
58
60
|
ttl
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type { CacheOptions } from './
|
|
1
|
+
export type { CacheOptions } from './cache-options';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { generateCacheKey } from './
|
|
1
|
+
export { generateCacheKey } from './generate-cache-key';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { TObject } from '@sinclair/typebox/type';
|
|
2
2
|
import { Elysia, type SingletonBase } from 'elysia';
|
|
3
|
-
import type {
|
|
4
|
-
import type { CrudSchemaOperations } from './types/
|
|
5
|
-
import type { CrudSchemaOptions } from './types/
|
|
3
|
+
import type { CrudSchemaModelsType } from './types/crud-schema-models-type';
|
|
4
|
+
import type { CrudSchemaOperations } from './types/crud-schema-operations';
|
|
5
|
+
import type { CrudSchemaOptions } from './types/crud-schema-options';
|
|
6
6
|
export declare const crudSchema: <const TSourceSchemaName extends string, const TSourceSchema extends TObject, const TSourceInsertSchema extends TObject = TSourceSchema, const TSourceFindSchema extends TObject = TSourceSchema, const TSourceCountSchema extends TObject = TSourceSchema, const TSourceUpdateSchema extends TObject = TSourceSchema, const TSourceDeleteSchema extends TObject = TSourceSchema, const TSourceResponseSchema extends TObject = TSourceSchema, const TOperations extends CrudSchemaOperations = {
|
|
7
7
|
count: true;
|
|
8
8
|
find: true;
|
|
@@ -13,6 +13,6 @@ export declare const crudSchema: <const TSourceSchemaName extends string, const
|
|
|
13
13
|
delete: true;
|
|
14
14
|
deleteOne: true;
|
|
15
15
|
}>({ sourceSchemaName, sourceSchema, sourceInsertSchema, sourceFindSchema, sourceCountSchema, sourceUpdateSchema, sourceDeleteSchema, sourceResponseSchema, operations }: CrudSchemaOptions<TSourceSchemaName, TSourceSchema, TSourceInsertSchema, TSourceFindSchema, TSourceCountSchema, TSourceUpdateSchema, TSourceDeleteSchema, TSourceResponseSchema, TOperations>) => Elysia<TSourceSchemaName, SingletonBase, {
|
|
16
|
-
typebox:
|
|
16
|
+
typebox: CrudSchemaModelsType<TSourceSchemaName, TOperations, TSourceInsertSchema, TSourceFindSchema, TSourceCountSchema, TSourceUpdateSchema, TSourceDeleteSchema, TSourceResponseSchema>;
|
|
17
17
|
error: {};
|
|
18
18
|
}>;
|
|
@@ -1,46 +1,38 @@
|
|
|
1
1
|
import type { TObject, TString } from '@sinclair/typebox';
|
|
2
2
|
import { Elysia, type SingletonBase } from 'elysia';
|
|
3
|
-
import type {
|
|
4
|
-
import type {
|
|
5
|
-
import type {
|
|
6
|
-
import type {
|
|
7
|
-
import type {
|
|
8
|
-
import type {
|
|
9
|
-
import type {
|
|
10
|
-
import type {
|
|
11
|
-
import type {
|
|
12
|
-
import type {
|
|
13
|
-
import type {
|
|
14
|
-
import type {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
delete: TOperations["delete"] extends true | CrudOperationDeleteOptions ? true : false;
|
|
38
|
-
deleteOne: TOperations["deleteOne"] extends true | CrudOperationDeleteOneOptions ? true : false;
|
|
39
|
-
count: TOperations["count"] extends true | CrudOperationCountOptions ? true : false;
|
|
40
|
-
}, TSourceInsertSchema, TSourceFindSchema, TSourceCountSchema, TSourceUpdateSchema, TSourceDeleteSchema, TSourceResponseSchema> & {
|
|
41
|
-
ResolveDbHeader: TObject<{
|
|
42
|
-
"database-using": TString;
|
|
43
|
-
}>;
|
|
44
|
-
};
|
|
3
|
+
import type { MSSQLDatabaseOptions } from '../../../modules/database/types/mssql-database-option';
|
|
4
|
+
import type { CrudSchemaModelsType } from '../../../modules/elysia/crud/types/crud-schema-models-type';
|
|
5
|
+
import type { CrudOperationCount } from './types/crud-operation-count';
|
|
6
|
+
import type { CrudOperationDelete } from './types/crud-operation-delete';
|
|
7
|
+
import type { CrudOperationDeleteOne } from './types/crud-operation-delete-one';
|
|
8
|
+
import type { CrudOperationFind } from './types/crud-operation-find';
|
|
9
|
+
import type { CrudOperationFindOne } from './types/crud-operation-find-one';
|
|
10
|
+
import type { CrudOperationInsert } from './types/crud-operation-insert';
|
|
11
|
+
import type { CrudOperationUpdate } from './types/crud-operation-update';
|
|
12
|
+
import type { CrudOperationUpdateOne } from './types/crud-operation-update-one';
|
|
13
|
+
import type { CrudOperations } from './types/crud-operations';
|
|
14
|
+
import type { CrudOptions } from './types/crud-options';
|
|
15
|
+
export declare const crud: <const TDatabase extends Omit<MSSQLDatabaseOptions, "databaseName"> | string, const TTableName extends string, const TSourceSchema extends TObject, const TSourceFindSchema extends TObject = TSourceSchema, const TSourceCountSchema extends TObject = TSourceSchema, const TSourceInsertSchema extends TObject = TSourceSchema, const TSourceUpdateSchema extends TObject = TSourceSchema, const TSourceDeleteSchema extends TObject = TSourceSchema, const TSourceResponseSchema extends TObject = TSourceSchema, const THeaderSchema extends TObject = (TDatabase extends string ? TObject<{}> : TObject<{
|
|
16
|
+
"database-using": TString;
|
|
17
|
+
}>), const TOperations extends CrudOperations<THeaderSchema, TSourceSchema, TSourceFindSchema, TSourceCountSchema, TSourceInsertSchema, TSourceUpdateSchema, TSourceDeleteSchema, TSourceResponseSchema> = {
|
|
18
|
+
find: CrudOperationFind<THeaderSchema, TSourceFindSchema, TSourceResponseSchema> | true;
|
|
19
|
+
findOne: CrudOperationFindOne<THeaderSchema, TSourceResponseSchema> | true;
|
|
20
|
+
insert: CrudOperationInsert<THeaderSchema, TSourceInsertSchema, TSourceResponseSchema> | true;
|
|
21
|
+
update: CrudOperationUpdate<THeaderSchema, TSourceUpdateSchema, TSourceResponseSchema> | true;
|
|
22
|
+
updateOne: CrudOperationUpdateOne<THeaderSchema, TSourceUpdateSchema, TSourceResponseSchema> | true;
|
|
23
|
+
delete: CrudOperationDelete<THeaderSchema, TSourceDeleteSchema, TSourceResponseSchema> | true;
|
|
24
|
+
deleteOne: CrudOperationDeleteOne<THeaderSchema, TSourceResponseSchema> | true;
|
|
25
|
+
count: CrudOperationCount<THeaderSchema, TSourceCountSchema> | true;
|
|
26
|
+
}>({ database, tableName, schema, operations, tags, prefix }: CrudOptions<TDatabase, TTableName, TSourceSchema, TSourceFindSchema, TSourceCountSchema, TSourceInsertSchema, TSourceUpdateSchema, TSourceDeleteSchema, TSourceResponseSchema, THeaderSchema, TOperations>) => Elysia<TTableName, SingletonBase, {
|
|
27
|
+
typebox: CrudSchemaModelsType<TTableName, {
|
|
28
|
+
find: TOperations["find"] extends true | CrudOperationFind<THeaderSchema, TSourceFindSchema, TSourceResponseSchema> ? true : false;
|
|
29
|
+
findOne: TOperations["findOne"] extends true | CrudOperationFindOne<THeaderSchema, TSourceResponseSchema> ? true : false;
|
|
30
|
+
insert: TOperations["insert"] extends true | CrudOperationInsert<THeaderSchema, TSourceInsertSchema, TSourceResponseSchema> ? true : false;
|
|
31
|
+
update: TOperations["update"] extends true | CrudOperationUpdate<THeaderSchema, TSourceUpdateSchema, TSourceResponseSchema> ? true : false;
|
|
32
|
+
updateOne: TOperations["updateOne"] extends true | CrudOperationUpdateOne<THeaderSchema, TSourceUpdateSchema, TSourceResponseSchema> ? true : false;
|
|
33
|
+
delete: TOperations["delete"] extends true | CrudOperationDelete<THeaderSchema, TSourceDeleteSchema, TSourceResponseSchema> ? true : false;
|
|
34
|
+
deleteOne: TOperations["deleteOne"] extends true | CrudOperationDeleteOne<THeaderSchema, TSourceResponseSchema> ? true : false;
|
|
35
|
+
count: TOperations["count"] extends true | CrudOperationCount<THeaderSchema, TSourceCountSchema> ? true : false;
|
|
36
|
+
}, TSourceInsertSchema, TSourceFindSchema, TSourceCountSchema, TSourceUpdateSchema, TSourceDeleteSchema, TSourceResponseSchema>;
|
|
45
37
|
error: {};
|
|
46
38
|
}>;
|
|
@@ -1,267 +1,92 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
createCountResponse200Schema,
|
|
4
|
+
createCountSchema,
|
|
5
|
+
createDeleteSchema,
|
|
6
|
+
createFindSchema,
|
|
7
|
+
createIdParamSchema,
|
|
8
|
+
createInsertSchema,
|
|
9
|
+
createResponse200Schema,
|
|
10
|
+
createUpdateOneSchema,
|
|
11
|
+
createUpdateSchema
|
|
12
|
+
} from "../../../chunk-kje1qysg.js";
|
|
13
|
+
import"../../../chunk-9dzsj7f2.js";
|
|
6
14
|
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
import"../../../chunk-
|
|
17
|
-
import"../../../chunk-
|
|
18
|
-
import"../../../chunk-
|
|
19
|
-
import"../../../chunk-
|
|
20
|
-
import"../../../chunk-
|
|
21
|
-
import"../../../chunk-
|
|
15
|
+
batchDelete,
|
|
16
|
+
count,
|
|
17
|
+
deleteOne,
|
|
18
|
+
find,
|
|
19
|
+
findOne,
|
|
20
|
+
insert,
|
|
21
|
+
update,
|
|
22
|
+
updateOne
|
|
23
|
+
} from "../../../chunk-d9skk4k9.js";
|
|
24
|
+
import"../../../chunk-8y9b2m5a.js";
|
|
25
|
+
import"../../../chunk-ngrxhdkb.js";
|
|
26
|
+
import"../../../chunk-b6f6ez2w.js";
|
|
27
|
+
import"../../../chunk-4mvsje21.js";
|
|
28
|
+
import"../../../chunk-h4dyeeqg.js";
|
|
29
|
+
import"../../../chunk-n6d9ncnv.js";
|
|
30
|
+
import"../../../chunk-75hgws2d.js";
|
|
31
|
+
import"../../../chunk-6g29g0tk.js";
|
|
32
|
+
import"../../../chunk-grfyngq0.js";
|
|
33
|
+
import"../../../chunk-mvrxngm7.js";
|
|
34
|
+
import"../../../chunk-c9vjf06h.js";
|
|
35
|
+
import"../../../chunk-00s6t4tw.js";
|
|
36
|
+
import"../../../chunk-h9t48r9q.js";
|
|
37
|
+
import"../../../chunk-9cgzhc50.js";
|
|
22
38
|
|
|
23
39
|
// source/modules/elysia/crud/crud.ts
|
|
24
|
-
import { Elysia
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
content: data
|
|
47
|
-
};
|
|
48
|
-
}
|
|
49
|
-
},
|
|
50
|
-
find: {
|
|
51
|
-
method: "POST",
|
|
52
|
-
path: "/search",
|
|
53
|
-
hook: {
|
|
54
|
-
..._requiredHeaderDatabase,
|
|
55
|
-
body: `${tableName}Find`,
|
|
56
|
-
response: `${tableName}Response200`
|
|
57
|
-
},
|
|
58
|
-
handler: async (ctx) => {
|
|
59
|
-
const db = ctx.dynamicDB || ctx.staticDB;
|
|
60
|
-
const body = ctx.body;
|
|
61
|
-
const data = await db.getRepository(tableName).find({
|
|
62
|
-
...body.queryOptions,
|
|
63
|
-
throwIfNoResult: true
|
|
64
|
-
});
|
|
65
|
-
return {
|
|
66
|
-
message: `Found ${data.length} records for ${tableName}`,
|
|
67
|
-
content: data
|
|
68
|
-
};
|
|
69
|
-
}
|
|
70
|
-
},
|
|
71
|
-
findOne: {
|
|
72
|
-
method: "GET",
|
|
73
|
-
path: "/:id",
|
|
74
|
-
hook: {
|
|
75
|
-
..._requiredHeaderDatabase,
|
|
76
|
-
params: t.Object({
|
|
77
|
-
id: t.Union([
|
|
78
|
-
t.String({
|
|
79
|
-
format: "uuid"
|
|
80
|
-
}),
|
|
81
|
-
t.Number({
|
|
82
|
-
minimum: 1,
|
|
83
|
-
maximum: Number.MAX_SAFE_INTEGER
|
|
84
|
-
})
|
|
85
|
-
])
|
|
86
|
-
}),
|
|
87
|
-
response: `${tableName}Response200`
|
|
88
|
-
},
|
|
89
|
-
handler: async (ctx) => {
|
|
90
|
-
const db = ctx.dynamicDB || ctx.staticDB;
|
|
91
|
-
const { id } = ctx.params;
|
|
92
|
-
const [primaryKey] = db.getTable(tableName).primaryKey;
|
|
93
|
-
const data = await db.getRepository(tableName).find({
|
|
94
|
-
filters: {
|
|
95
|
-
[primaryKey]: id
|
|
96
|
-
},
|
|
97
|
-
throwIfNoResult: true
|
|
98
|
-
});
|
|
99
|
-
return {
|
|
100
|
-
message: `Found record with id ${id} in ${tableName}`,
|
|
101
|
-
content: data
|
|
102
|
-
};
|
|
103
|
-
}
|
|
104
|
-
},
|
|
105
|
-
count: {
|
|
106
|
-
method: "POST",
|
|
107
|
-
path: "/count",
|
|
108
|
-
hook: {
|
|
109
|
-
..._requiredHeaderDatabase,
|
|
110
|
-
body: `${tableName}Count`,
|
|
111
|
-
response: `${tableName}CountResponse200`
|
|
112
|
-
},
|
|
113
|
-
handler: async (ctx) => {
|
|
114
|
-
const db = ctx.dynamicDB || ctx.staticDB;
|
|
115
|
-
const body = ctx.body;
|
|
116
|
-
const data = await db.getRepository(tableName).count({
|
|
117
|
-
...body.queryOptions,
|
|
118
|
-
throwIfNoResult: true
|
|
119
|
-
});
|
|
120
|
-
return {
|
|
121
|
-
message: `Counted records in ${tableName}`,
|
|
122
|
-
content: data
|
|
123
|
-
};
|
|
124
|
-
}
|
|
125
|
-
},
|
|
126
|
-
update: {
|
|
127
|
-
method: "PATCH",
|
|
128
|
-
path: "/",
|
|
129
|
-
hook: {
|
|
130
|
-
..._requiredHeaderDatabase,
|
|
131
|
-
body: `${tableName}Update`,
|
|
132
|
-
response: `${tableName}Response200`
|
|
133
|
-
},
|
|
134
|
-
handler: async (ctx) => {
|
|
135
|
-
const db = ctx.dynamicDB || ctx.staticDB;
|
|
136
|
-
const body = ctx.body;
|
|
137
|
-
const data = await db.getRepository(tableName).update(body.data, {
|
|
138
|
-
filters: body.queryOptions.filters,
|
|
139
|
-
selectedFields: body.queryOptions.selectedFields ?? "*",
|
|
140
|
-
throwIfNoResult: true
|
|
141
|
-
});
|
|
142
|
-
return {
|
|
143
|
-
message: data.length === 0 ? `No records updated in ${tableName}` : `Updated records in ${tableName}`,
|
|
144
|
-
content: data
|
|
145
|
-
};
|
|
146
|
-
}
|
|
147
|
-
},
|
|
148
|
-
updateOne: {
|
|
149
|
-
method: "PATCH",
|
|
150
|
-
path: "/:id",
|
|
151
|
-
hook: {
|
|
152
|
-
..._requiredHeaderDatabase,
|
|
153
|
-
params: t.Object({
|
|
154
|
-
id: t.Union([
|
|
155
|
-
t.String({
|
|
156
|
-
format: "uuid"
|
|
157
|
-
}),
|
|
158
|
-
t.Number({
|
|
159
|
-
minimum: 1,
|
|
160
|
-
maximum: Number.MAX_SAFE_INTEGER
|
|
161
|
-
})
|
|
162
|
-
])
|
|
163
|
-
}),
|
|
164
|
-
body: `${tableName}UpdateOne`,
|
|
165
|
-
response: `${tableName}Response200`
|
|
166
|
-
},
|
|
167
|
-
handler: async (ctx) => {
|
|
168
|
-
const db = ctx.dynamicDB || ctx.staticDB;
|
|
169
|
-
const { id } = ctx.params;
|
|
170
|
-
const body = ctx.body;
|
|
171
|
-
const [primaryKey] = db.getTable(tableName).primaryKey;
|
|
172
|
-
const data = await db.getRepository(tableName).update(body.data, {
|
|
173
|
-
selectedFields: "*",
|
|
174
|
-
filters: {
|
|
175
|
-
[primaryKey]: id
|
|
176
|
-
},
|
|
177
|
-
throwIfNoResult: true
|
|
178
|
-
});
|
|
179
|
-
return {
|
|
180
|
-
message: `Updated record with id ${id} in ${tableName}`,
|
|
181
|
-
content: data
|
|
182
|
-
};
|
|
183
|
-
}
|
|
184
|
-
},
|
|
185
|
-
delete: {
|
|
186
|
-
method: "DELETE",
|
|
187
|
-
path: "/",
|
|
188
|
-
hook: {
|
|
189
|
-
..._requiredHeaderDatabase,
|
|
190
|
-
body: `${tableName}Delete`,
|
|
191
|
-
response: `${tableName}Response200`
|
|
192
|
-
},
|
|
193
|
-
handler: async (ctx) => {
|
|
194
|
-
const db = ctx.dynamicDB || ctx.staticDB;
|
|
195
|
-
const body = ctx.body;
|
|
196
|
-
const selectedFields = body.queryOptions?.selectedFields ?? "*";
|
|
197
|
-
const data = await db.getRepository(tableName).delete({
|
|
198
|
-
filters: body.queryOptions.filters,
|
|
199
|
-
selectedFields,
|
|
200
|
-
throwIfNoResult: true
|
|
201
|
-
});
|
|
202
|
-
return {
|
|
203
|
-
message: `Deleted records from ${tableName}`,
|
|
204
|
-
content: data
|
|
205
|
-
};
|
|
206
|
-
}
|
|
207
|
-
},
|
|
208
|
-
deleteOne: {
|
|
209
|
-
method: "DELETE",
|
|
210
|
-
path: "/:id",
|
|
211
|
-
hook: {
|
|
212
|
-
..._requiredHeaderDatabase,
|
|
213
|
-
params: t.Object({
|
|
214
|
-
id: t.Union([
|
|
215
|
-
t.String({
|
|
216
|
-
format: "uuid"
|
|
217
|
-
}),
|
|
218
|
-
t.Number({
|
|
219
|
-
minimum: 1,
|
|
220
|
-
maximum: Number.MAX_SAFE_INTEGER
|
|
221
|
-
})
|
|
222
|
-
])
|
|
223
|
-
}),
|
|
224
|
-
body: `${tableName}DeleteOne`,
|
|
225
|
-
response: `${tableName}Response200`
|
|
226
|
-
},
|
|
227
|
-
handler: async (ctx) => {
|
|
228
|
-
const db = ctx.dynamicDB || ctx.staticDB;
|
|
229
|
-
const { id } = ctx.params;
|
|
230
|
-
const body = ctx.body;
|
|
231
|
-
const selectedFields = body.queryOptions?.selectedFields ?? "*";
|
|
232
|
-
const data = await db.getRepository(tableName).delete({
|
|
233
|
-
filters: body.queryOptions.filters,
|
|
234
|
-
selectedFields,
|
|
235
|
-
throwIfNoResult: true
|
|
236
|
-
});
|
|
237
|
-
return {
|
|
238
|
-
message: `Deleted record with id ${id} from ${tableName}`,
|
|
239
|
-
content: data
|
|
240
|
-
};
|
|
241
|
-
}
|
|
242
|
-
}
|
|
243
|
-
};
|
|
244
|
-
};
|
|
245
|
-
var _addRoutesByOperations = (tableName, database, operations) => {
|
|
246
|
-
const app = new Elysia;
|
|
247
|
-
const _defaultOperations = _createDefaultOperationsWithHandlers(tableName, database);
|
|
248
|
-
for (const operationKey in operations) {
|
|
249
|
-
const operation = operations[operationKey];
|
|
250
|
-
const defaultOperation = _defaultOperations[operationKey];
|
|
251
|
-
if (!operation || !defaultOperation)
|
|
252
|
-
continue;
|
|
253
|
-
if (typeof operation === "boolean") {
|
|
254
|
-
app.route(defaultOperation.method, defaultOperation.path, (ctx) => defaultOperation.handler(ctx), defaultOperation.hook);
|
|
255
|
-
} else if (typeof operation === "object") {
|
|
256
|
-
const mergedOperation = {
|
|
257
|
-
...defaultOperation,
|
|
258
|
-
...operation
|
|
259
|
-
};
|
|
260
|
-
app.route(mergedOperation.method, mergedOperation.path, (ctx) => defaultOperation.handler(ctx), mergedOperation.hook);
|
|
261
|
-
}
|
|
40
|
+
import { Elysia as Elysia2 } from "elysia";
|
|
41
|
+
|
|
42
|
+
// source/modules/elysia/crud/crud-schema.ts
|
|
43
|
+
import { Elysia } from "elysia";
|
|
44
|
+
var crudSchema = ({
|
|
45
|
+
sourceSchemaName,
|
|
46
|
+
sourceSchema,
|
|
47
|
+
sourceInsertSchema = sourceSchema,
|
|
48
|
+
sourceFindSchema = sourceSchema,
|
|
49
|
+
sourceCountSchema = sourceSchema,
|
|
50
|
+
sourceUpdateSchema = sourceSchema,
|
|
51
|
+
sourceDeleteSchema = sourceSchema,
|
|
52
|
+
sourceResponseSchema = sourceSchema,
|
|
53
|
+
operations = {
|
|
54
|
+
count: true,
|
|
55
|
+
find: true,
|
|
56
|
+
findOne: true,
|
|
57
|
+
insert: true,
|
|
58
|
+
update: true,
|
|
59
|
+
updateOne: true,
|
|
60
|
+
delete: true,
|
|
61
|
+
deleteOne: true
|
|
262
62
|
}
|
|
63
|
+
}) => {
|
|
64
|
+
const models = {};
|
|
65
|
+
if (operations.insert)
|
|
66
|
+
models[`${sourceSchemaName}Insert`] = createInsertSchema(sourceInsertSchema);
|
|
67
|
+
if (operations.find)
|
|
68
|
+
models[`${sourceSchemaName}Find`] = createFindSchema(sourceFindSchema);
|
|
69
|
+
if (operations.count)
|
|
70
|
+
models[`${sourceSchemaName}Count`] = createCountSchema(sourceCountSchema);
|
|
71
|
+
if (operations.update)
|
|
72
|
+
models[`${sourceSchemaName}Update`] = createUpdateSchema(sourceUpdateSchema);
|
|
73
|
+
if (operations.updateOne)
|
|
74
|
+
models[`${sourceSchemaName}UpdateOne`] = createUpdateOneSchema(sourceUpdateSchema);
|
|
75
|
+
if (operations.delete)
|
|
76
|
+
models[`${sourceSchemaName}Delete`] = createDeleteSchema(sourceDeleteSchema);
|
|
77
|
+
if (operations.findOne || operations.updateOne || operations.deleteOne)
|
|
78
|
+
models[`${sourceSchemaName}IdParam`] = createIdParamSchema();
|
|
79
|
+
if (operations.find || operations.findOne || operations.insert || operations.update || operations.updateOne || operations.delete || operations.deleteOne)
|
|
80
|
+
models[`${sourceSchemaName}Response200`] = createResponse200Schema(sourceResponseSchema);
|
|
81
|
+
if (operations.count)
|
|
82
|
+
models[`${sourceSchemaName}CountResponse200`] = createCountResponse200Schema();
|
|
83
|
+
const app = new Elysia({
|
|
84
|
+
name: `crudSchemaPlugin-${sourceSchemaName}`
|
|
85
|
+
}).model(models);
|
|
263
86
|
return app;
|
|
264
87
|
};
|
|
88
|
+
|
|
89
|
+
// source/modules/elysia/crud/crud.ts
|
|
265
90
|
var crud = ({
|
|
266
91
|
database,
|
|
267
92
|
tableName,
|
|
@@ -278,30 +103,50 @@ var crud = ({
|
|
|
278
103
|
},
|
|
279
104
|
tags = [tableName],
|
|
280
105
|
prefix = ""
|
|
281
|
-
}) =>
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
}
|
|
106
|
+
}) => {
|
|
107
|
+
const app = new Elysia2({
|
|
108
|
+
name: `crudPlugin[${tableName}]`,
|
|
109
|
+
tags,
|
|
110
|
+
prefix
|
|
111
|
+
}).use(crudSchema({
|
|
112
|
+
sourceSchemaName: tableName,
|
|
113
|
+
sourceSchema: schema.sourceSchema,
|
|
114
|
+
sourceInsertSchema: schema.sourceInsertSchema || schema.sourceSchema,
|
|
115
|
+
sourceFindSchema: schema.sourceFindSchema || schema.sourceSchema,
|
|
116
|
+
sourceCountSchema: schema.sourceCountSchema || schema.sourceSchema,
|
|
117
|
+
sourceUpdateSchema: schema.sourceUpdateSchema || schema.sourceSchema,
|
|
118
|
+
sourceDeleteSchema: schema.sourceDeleteSchema || schema.sourceSchema,
|
|
119
|
+
sourceResponseSchema: schema.sourceResponseSchema || schema.sourceSchema,
|
|
120
|
+
operations: {
|
|
121
|
+
find: operations.find ? true : false,
|
|
122
|
+
findOne: operations.findOne ? true : false,
|
|
123
|
+
insert: operations.insert ? true : false,
|
|
124
|
+
update: operations.update ? true : false,
|
|
125
|
+
updateOne: operations.updateOne ? true : false,
|
|
126
|
+
delete: operations.delete ? true : false,
|
|
127
|
+
deleteOne: operations.deleteOne ? true : false,
|
|
128
|
+
count: operations.count ? true : false
|
|
129
|
+
}
|
|
130
|
+
}));
|
|
131
|
+
if (operations.insert)
|
|
132
|
+
app.use(insert(database, tableName, operations.insert && typeof operations.insert === "object" ? operations.insert : {}));
|
|
133
|
+
if (operations.find)
|
|
134
|
+
app.use(find(database, tableName, operations.find && typeof operations.find === "object" ? operations.find : {}));
|
|
135
|
+
if (operations.findOne)
|
|
136
|
+
app.use(findOne(database, tableName, operations.findOne && typeof operations.findOne === "object" ? operations.findOne : {}));
|
|
137
|
+
if (operations.update)
|
|
138
|
+
app.use(update(database, tableName, operations.update && typeof operations.update === "object" ? operations.update : {}));
|
|
139
|
+
if (operations.updateOne)
|
|
140
|
+
app.use(updateOne(database, tableName, operations.updateOne && typeof operations.updateOne === "object" ? operations.updateOne : {}));
|
|
141
|
+
if (operations.delete)
|
|
142
|
+
app.use(batchDelete(database, tableName, operations.delete && typeof operations.delete === "object" ? operations.delete : {}));
|
|
143
|
+
if (operations.deleteOne)
|
|
144
|
+
app.use(deleteOne(database, tableName, operations.deleteOne && typeof operations.deleteOne === "object" ? operations.deleteOne : {}));
|
|
145
|
+
if (operations.count)
|
|
146
|
+
app.use(count(database, tableName, operations.count && typeof operations.count === "object" ? operations.count : {}));
|
|
147
|
+
return app;
|
|
148
|
+
};
|
|
305
149
|
export {
|
|
150
|
+
crudSchema,
|
|
306
151
|
crud
|
|
307
152
|
};
|