@cyberskill/shared 1.135.0 → 1.138.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/README.md +14 -12
- package/dist/_tsup-dts-rollup.d.cts +31 -288
- package/dist/_tsup-dts-rollup.d.ts +31 -288
- package/dist/config/config.type.d.cts +3 -0
- package/dist/config/config.type.d.ts +3 -0
- package/dist/config/config.util.cjs +1 -0
- package/dist/config/config.util.d.cts +1 -0
- package/dist/config/config.util.d.ts +1 -0
- package/dist/config/config.util.js +1 -0
- package/dist/config/env/env.constant.d.cts +1 -0
- package/dist/config/env/env.constant.d.ts +1 -0
- package/dist/config/env/env.type.d.cts +1 -0
- package/dist/config/env/env.type.d.ts +1 -0
- package/dist/config/env/env.util.d.cts +2 -0
- package/dist/config/env/env.util.d.ts +2 -0
- package/dist/config/env/index.d.cts +4 -0
- package/dist/config/env/index.d.ts +4 -0
- package/dist/config/graphql-codegen/graphql-codegen.type.d.cts +1 -0
- package/dist/config/graphql-codegen/graphql-codegen.type.d.ts +1 -0
- package/dist/config/graphql-codegen/graphql-codegen.util.d.cts +1 -0
- package/dist/config/graphql-codegen/graphql-codegen.util.d.ts +1 -0
- package/dist/{configs/graphql-codegen/graphql-codegen.util.d.cts → config/graphql-codegen/index.d.cts} +1 -0
- package/dist/{configs/graphql-codegen/graphql-codegen.util.d.ts → config/graphql-codegen/index.d.ts} +1 -0
- package/dist/config/index.cjs +1 -0
- package/dist/config/index.d.cts +13 -0
- package/dist/config/index.d.ts +13 -0
- package/dist/config/index.js +1 -0
- package/dist/constant/common.d.cts +1 -0
- package/dist/constant/common.d.ts +1 -0
- package/dist/{constants/common.d.cts → constant/index.d.cts} +1 -0
- package/dist/{constants/common.d.ts → constant/index.d.ts} +1 -0
- package/dist/{constants/index.d.cts → constant/response-status.d.cts} +0 -1
- package/dist/{constants/index.d.ts → constant/response-status.d.ts} +0 -1
- package/dist/node/apollo-server/apollo-server.type.d.cts +1 -1
- package/dist/node/apollo-server/apollo-server.type.d.ts +1 -1
- package/dist/node/apollo-server/apollo-server.util.d.cts +2 -2
- package/dist/node/apollo-server/apollo-server.util.d.ts +2 -2
- package/dist/node/apollo-server/index.d.cts +3 -3
- package/dist/node/apollo-server/index.d.ts +3 -3
- package/dist/node/cli/cli.util.cjs +1 -1
- package/dist/node/cli/cli.util.js +1 -1
- package/dist/node/cli/index.cjs +1 -1
- package/dist/node/cli/index.js +1 -1
- package/dist/node/command/command.type.d.cts +8 -8
- package/dist/node/command/command.type.d.ts +8 -8
- package/dist/node/command/command.util.cjs +1 -1
- package/dist/node/command/command.util.d.cts +6 -6
- package/dist/node/command/command.util.d.ts +6 -6
- package/dist/node/command/command.util.js +1 -1
- package/dist/node/command/index.cjs +1 -1
- package/dist/node/command/index.d.cts +14 -14
- package/dist/node/command/index.d.ts +14 -14
- package/dist/node/command/index.js +1 -1
- package/dist/node/express/express.type.d.cts +8 -8
- package/dist/node/express/express.type.d.ts +8 -8
- package/dist/node/express/express.util.d.cts +7 -7
- package/dist/node/express/express.util.d.ts +7 -7
- package/dist/node/express/index.d.cts +15 -15
- package/dist/node/express/index.d.ts +15 -15
- package/dist/node/fs/fs.type.d.cts +1 -1
- package/dist/node/fs/fs.type.d.ts +1 -1
- package/dist/node/fs/fs.util.d.cts +13 -13
- package/dist/node/fs/fs.util.d.ts +13 -13
- package/dist/node/fs/index.d.cts +14 -14
- package/dist/node/fs/index.d.ts +14 -14
- package/dist/node/index.cjs +1 -1
- package/dist/node/index.d.cts +176 -176
- package/dist/node/index.d.ts +176 -176
- package/dist/node/index.js +1 -1
- package/dist/node/log/index.cjs +1 -1
- package/dist/node/log/index.d.cts +8 -8
- package/dist/node/log/index.d.ts +8 -8
- package/dist/node/log/index.js +1 -1
- package/dist/node/log/log.type.d.cts +5 -5
- package/dist/node/log/log.type.d.ts +5 -5
- package/dist/node/log/log.util.cjs +1 -1
- package/dist/node/log/log.util.d.cts +3 -3
- package/dist/node/log/log.util.d.ts +3 -3
- package/dist/node/log/log.util.js +1 -1
- package/dist/node/mongo/index.cjs +1 -1
- package/dist/node/mongo/index.d.cts +61 -61
- package/dist/node/mongo/index.d.ts +61 -61
- package/dist/node/mongo/index.js +1 -1
- package/dist/node/mongo/mongo.constant.d.cts +1 -1
- package/dist/node/mongo/mongo.constant.d.ts +1 -1
- package/dist/node/mongo/mongo.type.d.cts +55 -55
- package/dist/node/mongo/mongo.type.d.ts +55 -55
- package/dist/node/mongo/mongo.util.cjs +1 -1
- package/dist/node/mongo/mongo.util.d.cts +5 -5
- package/dist/node/mongo/mongo.util.d.ts +5 -5
- package/dist/node/mongo/mongo.util.js +1 -1
- package/dist/node/package/index.cjs +1 -1
- package/dist/node/package/index.d.cts +9 -9
- package/dist/node/package/index.d.ts +9 -9
- package/dist/node/package/index.js +1 -1
- package/dist/node/package/package.type.d.cts +4 -4
- package/dist/node/package/package.type.d.ts +4 -4
- package/dist/node/package/package.util.cjs +1 -1
- package/dist/node/package/package.util.d.cts +5 -5
- package/dist/node/package/package.util.d.ts +5 -5
- package/dist/node/package/package.util.js +1 -1
- package/dist/node/path/index.cjs +1 -1
- package/dist/node/path/index.d.cts +47 -47
- package/dist/node/path/index.d.ts +47 -47
- package/dist/node/path/index.js +1 -1
- package/dist/node/path/path.constant.cjs +1 -1
- package/dist/node/path/path.constant.d.cts +43 -43
- package/dist/node/path/path.constant.d.ts +43 -43
- package/dist/node/path/path.constant.js +1 -1
- package/dist/node/path/path.util.d.cts +4 -4
- package/dist/node/path/path.util.d.ts +4 -4
- package/dist/node/storage/index.cjs +1 -1
- package/dist/node/storage/index.d.cts +1 -1
- package/dist/node/storage/index.d.ts +1 -1
- package/dist/node/storage/index.js +1 -1
- package/dist/node/storage/storage.util.cjs +1 -1
- package/dist/node/storage/storage.util.d.cts +1 -1
- package/dist/node/storage/storage.util.d.ts +1 -1
- package/dist/node/storage/storage.util.js +1 -1
- package/dist/node/ws/index.d.cts +4 -4
- package/dist/node/ws/index.d.ts +4 -4
- package/dist/node/ws/ts.util.d.cts +2 -2
- package/dist/node/ws/ts.util.d.ts +2 -2
- package/dist/node/ws/ws.type.d.cts +2 -2
- package/dist/node/ws/ws.type.d.ts +2 -2
- package/dist/react/apollo-client/apollo-client.component.d.cts +1 -1
- package/dist/react/apollo-client/apollo-client.component.d.ts +1 -1
- package/dist/react/apollo-client/apollo-client.constant.d.cts +1 -1
- package/dist/react/apollo-client/apollo-client.constant.d.ts +1 -1
- package/dist/react/apollo-client/apollo-client.type.d.cts +5 -5
- package/dist/react/apollo-client/apollo-client.type.d.ts +5 -5
- package/dist/react/apollo-client/index.d.cts +7 -7
- package/dist/react/apollo-client/index.d.ts +7 -7
- package/dist/react/apollo-error/apollo-error.component.d.cts +1 -1
- package/dist/react/apollo-error/apollo-error.component.d.ts +1 -1
- package/dist/react/apollo-error/apollo-error.context.d.cts +1 -1
- package/dist/react/apollo-error/apollo-error.context.d.ts +1 -1
- package/dist/react/apollo-error/apollo-error.hook.d.cts +1 -1
- package/dist/react/apollo-error/apollo-error.hook.d.ts +1 -1
- package/dist/react/apollo-error/apollo-error.provider.d.cts +1 -1
- package/dist/react/apollo-error/apollo-error.provider.d.ts +1 -1
- package/dist/react/apollo-error/apollo-error.type.d.cts +1 -1
- package/dist/react/apollo-error/apollo-error.type.d.ts +1 -1
- package/dist/react/apollo-error/apollo-error.util.d.cts +2 -2
- package/dist/react/apollo-error/apollo-error.util.d.ts +2 -2
- package/dist/react/apollo-error/index.d.cts +7 -7
- package/dist/react/apollo-error/index.d.ts +7 -7
- package/dist/react/apollo-error/index.js +1 -1
- package/dist/react/i18next/i18next.hook.d.cts +1 -1
- package/dist/react/i18next/i18next.hook.d.ts +1 -1
- package/dist/react/i18next/i18next.util.d.cts +1 -1
- package/dist/react/i18next/i18next.util.d.ts +1 -1
- package/dist/react/i18next/index.d.cts +2 -2
- package/dist/react/i18next/index.d.ts +2 -2
- package/dist/react/index.cjs +1 -1
- package/dist/react/index.d.cts +41 -42
- package/dist/react/index.d.ts +41 -42
- package/dist/react/index.js +1 -1
- package/dist/react/loading/index.d.cts +6 -6
- package/dist/react/loading/index.d.ts +6 -6
- package/dist/react/loading/loading.component.d.cts +1 -1
- package/dist/react/loading/loading.component.d.ts +1 -1
- package/dist/react/loading/loading.context.d.cts +1 -1
- package/dist/react/loading/loading.context.d.ts +1 -1
- package/dist/react/loading/loading.hook.d.cts +1 -1
- package/dist/react/loading/loading.hook.d.ts +1 -1
- package/dist/react/loading/loading.provider.d.cts +1 -1
- package/dist/react/loading/loading.provider.d.ts +1 -1
- package/dist/react/loading/loading.type.d.cts +2 -2
- package/dist/react/loading/loading.type.d.ts +2 -2
- package/dist/react/log/index.d.cts +3 -4
- package/dist/react/log/index.d.ts +3 -4
- package/dist/react/log/log.type.d.cts +1 -2
- package/dist/react/log/log.type.d.ts +1 -2
- package/dist/react/log/log.util.d.cts +2 -2
- package/dist/react/log/log.util.d.ts +2 -2
- package/dist/react/next-intl/index.d.cts +10 -10
- package/dist/react/next-intl/index.d.ts +10 -10
- package/dist/react/next-intl/next-intl.constant.d.cts +1 -1
- package/dist/react/next-intl/next-intl.constant.d.ts +1 -1
- package/dist/react/next-intl/next-intl.context.d.cts +1 -1
- package/dist/react/next-intl/next-intl.context.d.ts +1 -1
- package/dist/react/next-intl/next-intl.hoc.d.cts +1 -1
- package/dist/react/next-intl/next-intl.hoc.d.ts +1 -1
- package/dist/react/next-intl/next-intl.hook.d.cts +2 -2
- package/dist/react/next-intl/next-intl.hook.d.ts +2 -2
- package/dist/react/next-intl/next-intl.provider.d.cts +1 -1
- package/dist/react/next-intl/next-intl.provider.d.ts +1 -1
- package/dist/react/next-intl/next-intl.type.d.cts +4 -4
- package/dist/react/next-intl/next-intl.type.d.ts +4 -4
- package/dist/react/storage/index.d.cts +2 -2
- package/dist/react/storage/index.d.ts +2 -2
- package/dist/react/storage/storage.hook.d.cts +1 -1
- package/dist/react/storage/storage.hook.d.ts +1 -1
- package/dist/react/storage/storage.util.d.cts +1 -1
- package/dist/react/storage/storage.util.d.ts +1 -1
- package/dist/react/toast/index.d.cts +2 -2
- package/dist/react/toast/index.d.ts +2 -2
- package/dist/react/vitest/index.cjs +1 -1
- package/dist/react/vitest/index.d.cts +2 -2
- package/dist/react/vitest/index.d.ts +2 -2
- package/dist/react/vitest/index.js +1 -1
- package/dist/react/vitest/vitest.e2e.d.cts +1 -1
- package/dist/react/vitest/vitest.e2e.d.ts +1 -1
- package/dist/react/vitest/vitest.unit.cjs +1 -1
- package/dist/react/vitest/vitest.unit.d.cts +1 -1
- package/dist/react/vitest/vitest.unit.d.ts +1 -1
- package/dist/react/vitest/vitest.unit.js +1 -1
- package/dist/typescript/common.d.cts +5 -4
- package/dist/typescript/common.d.ts +5 -4
- package/dist/typescript/index.d.cts +7 -6
- package/dist/typescript/index.d.ts +7 -6
- package/dist/typescript/react.d.cts +2 -2
- package/dist/typescript/react.d.ts +2 -2
- package/dist/util/common/common.util.d.cts +2 -0
- package/dist/util/common/common.util.d.ts +2 -0
- package/dist/util/index.d.cts +17 -0
- package/dist/util/index.d.ts +17 -0
- package/dist/util/object/index.d.cts +3 -0
- package/dist/util/object/index.d.ts +3 -0
- package/dist/util/serializer/index.d.cts +5 -0
- package/dist/util/serializer/index.d.ts +5 -0
- package/dist/{utils/serializer/index.d.cts → util/serializer/serializer.type.d.cts} +0 -1
- package/dist/{utils/serializer/index.d.ts → util/serializer/serializer.type.d.ts} +0 -1
- package/dist/util/serializer/serializer.util.d.cts +1 -0
- package/dist/util/serializer/serializer.util.d.ts +1 -0
- package/dist/util/string/index.d.cts +6 -0
- package/dist/util/string/index.d.ts +6 -0
- package/dist/util/string/string.type.d.cts +1 -0
- package/dist/util/string/string.type.d.ts +1 -0
- package/dist/{utils/string/index.d.cts → util/string/string.util.d.cts} +0 -1
- package/dist/{utils/string/index.d.ts → util/string/string.util.d.ts} +0 -1
- package/dist/util/validate/index.d.cts +1 -0
- package/dist/util/validate/index.d.ts +1 -0
- package/package.json +66 -48
- package/public/wiki/convention.md +1 -1
- package/dist/configs/config.type.d.cts +0 -3
- package/dist/configs/config.type.d.ts +0 -3
- package/dist/configs/config.util.cjs +0 -1
- package/dist/configs/config.util.d.cts +0 -1
- package/dist/configs/config.util.d.ts +0 -1
- package/dist/configs/config.util.js +0 -1
- package/dist/configs/env/env.constant.d.cts +0 -1
- package/dist/configs/env/env.constant.d.ts +0 -1
- package/dist/configs/env/env.type.d.cts +0 -1
- package/dist/configs/env/env.type.d.ts +0 -1
- package/dist/configs/env/env.util.d.cts +0 -2
- package/dist/configs/env/env.util.d.ts +0 -2
- package/dist/configs/env/index.d.cts +0 -4
- package/dist/configs/env/index.d.ts +0 -4
- package/dist/configs/graphql-codegen/graphql-codegen.type.d.cts +0 -1
- package/dist/configs/graphql-codegen/graphql-codegen.type.d.ts +0 -1
- package/dist/configs/graphql-codegen/index.d.cts +0 -2
- package/dist/configs/graphql-codegen/index.d.ts +0 -2
- package/dist/configs/index.cjs +0 -1
- package/dist/configs/index.d.cts +0 -13
- package/dist/configs/index.d.ts +0 -13
- package/dist/configs/index.js +0 -1
- package/dist/constants/response-status.d.cts +0 -1
- package/dist/constants/response-status.d.ts +0 -1
- package/dist/index.cjs +0 -1
- package/dist/index.d.cts +0 -256
- package/dist/index.d.ts +0 -256
- package/dist/index.js +0 -1
- package/dist/utils/common/index.d.cts +0 -2
- package/dist/utils/common/index.d.ts +0 -2
- package/dist/utils/index.d.cts +0 -17
- package/dist/utils/index.d.ts +0 -17
- package/dist/utils/object/object.util.d.cts +0 -3
- package/dist/utils/object/object.util.d.ts +0 -3
- package/dist/utils/serializer/serializer.type.d.cts +0 -4
- package/dist/utils/serializer/serializer.type.d.ts +0 -4
- package/dist/utils/serializer/serializer.util.d.cts +0 -1
- package/dist/utils/serializer/serializer.util.d.ts +0 -1
- package/dist/utils/string/string.type.d.cts +0 -1
- package/dist/utils/string/string.type.d.ts +0 -1
- package/dist/utils/string/string.util.d.cts +0 -5
- package/dist/utils/string/string.util.d.ts +0 -5
- package/dist/utils/validate/validate.util.d.cts +0 -1
- package/dist/utils/validate/validate.util.d.ts +0 -1
- /package/dist/{configs → config}/commitlint/index.cjs +0 -0
- /package/dist/{configs → config}/commitlint/index.d.cts +0 -0
- /package/dist/{configs → config}/commitlint/index.d.ts +0 -0
- /package/dist/{configs → config}/commitlint/index.js +0 -0
- /package/dist/{configs → config}/config.type.cjs +0 -0
- /package/dist/{configs → config}/config.type.js +0 -0
- /package/dist/{configs → config}/env/env.constant.cjs +0 -0
- /package/dist/{configs → config}/env/env.constant.js +0 -0
- /package/dist/{configs → config}/env/env.type.cjs +0 -0
- /package/dist/{configs → config}/env/env.type.js +0 -0
- /package/dist/{configs → config}/env/env.util.cjs +0 -0
- /package/dist/{configs → config}/env/env.util.js +0 -0
- /package/dist/{configs → config}/env/index.cjs +0 -0
- /package/dist/{configs → config}/env/index.js +0 -0
- /package/dist/{configs → config}/eslint/index.cjs +0 -0
- /package/dist/{configs → config}/eslint/index.d.cts +0 -0
- /package/dist/{configs → config}/eslint/index.d.ts +0 -0
- /package/dist/{configs → config}/eslint/index.js +0 -0
- /package/dist/{configs → config}/graphql-codegen/graphql-codegen.type.cjs +0 -0
- /package/dist/{configs → config}/graphql-codegen/graphql-codegen.type.js +0 -0
- /package/dist/{configs → config}/graphql-codegen/graphql-codegen.util.cjs +0 -0
- /package/dist/{configs → config}/graphql-codegen/graphql-codegen.util.js +0 -0
- /package/dist/{configs → config}/graphql-codegen/index.cjs +0 -0
- /package/dist/{configs → config}/graphql-codegen/index.js +0 -0
- /package/dist/{configs → config}/lint-staged/index.cjs +0 -0
- /package/dist/{configs → config}/lint-staged/index.d.cts +0 -0
- /package/dist/{configs → config}/lint-staged/index.d.ts +0 -0
- /package/dist/{configs → config}/lint-staged/index.js +0 -0
- /package/dist/{constants → constant}/common.cjs +0 -0
- /package/dist/{constants → constant}/common.js +0 -0
- /package/dist/{constants → constant}/index.cjs +0 -0
- /package/dist/{constants → constant}/index.js +0 -0
- /package/dist/{constants → constant}/response-status.cjs +0 -0
- /package/dist/{constants → constant}/response-status.js +0 -0
- /package/dist/{styles → style}/reset.css +0 -0
- /package/dist/{styles → style}/reset.d.cts +0 -0
- /package/dist/{styles → style}/reset.d.ts +0 -0
- /package/dist/{utils → util}/common/common.util.cjs +0 -0
- /package/dist/{utils → util}/common/common.util.js +0 -0
- /package/dist/{utils → util}/common/index.cjs +0 -0
- /package/dist/{utils/common/common.util.d.cts → util/common/index.d.cts} +0 -0
- /package/dist/{utils/common/common.util.d.ts → util/common/index.d.ts} +0 -0
- /package/dist/{utils → util}/common/index.js +0 -0
- /package/dist/{utils → util}/index.cjs +0 -0
- /package/dist/{utils → util}/index.js +0 -0
- /package/dist/{utils → util}/object/index.cjs +0 -0
- /package/dist/{utils → util}/object/index.js +0 -0
- /package/dist/{utils → util}/object/object.util.cjs +0 -0
- /package/dist/{utils/object/index.d.cts → util/object/object.util.d.cts} +0 -0
- /package/dist/{utils/object/index.d.ts → util/object/object.util.d.ts} +0 -0
- /package/dist/{utils → util}/object/object.util.js +0 -0
- /package/dist/{utils → util}/serializer/index.cjs +0 -0
- /package/dist/{utils → util}/serializer/index.js +0 -0
- /package/dist/{utils → util}/serializer/serializer.type.cjs +0 -0
- /package/dist/{utils → util}/serializer/serializer.type.js +0 -0
- /package/dist/{utils → util}/serializer/serializer.util.cjs +0 -0
- /package/dist/{utils → util}/serializer/serializer.util.js +0 -0
- /package/dist/{utils → util}/string/index.cjs +0 -0
- /package/dist/{utils → util}/string/index.js +0 -0
- /package/dist/{utils → util}/string/string.type.cjs +0 -0
- /package/dist/{utils → util}/string/string.type.js +0 -0
- /package/dist/{utils → util}/string/string.util.cjs +0 -0
- /package/dist/{utils → util}/string/string.util.js +0 -0
- /package/dist/{utils → util}/validate/index.cjs +0 -0
- /package/dist/{utils → util}/validate/index.js +0 -0
- /package/dist/{utils → util}/validate/validate.util.cjs +0 -0
- /package/dist/{utils/validate/index.d.cts → util/validate/validate.util.d.cts} +0 -0
- /package/dist/{utils/validate/index.d.ts → util/validate/validate.util.d.ts} +0 -0
- /package/dist/{utils → util}/validate/validate.util.js +0 -0
|
@@ -96,34 +96,28 @@ import type { WithId } from 'mongodb';
|
|
|
96
96
|
export { aggregatePaginate }
|
|
97
97
|
export { aggregatePaginate as aggregatePaginate_alias_1 }
|
|
98
98
|
export { aggregatePaginate as aggregatePaginate_alias_2 }
|
|
99
|
-
export { aggregatePaginate as aggregatePaginate_alias_3 }
|
|
100
99
|
|
|
101
100
|
export { ApolloCache }
|
|
102
101
|
export { ApolloCache as ApolloCache_alias_1 }
|
|
103
102
|
export { ApolloCache as ApolloCache_alias_2 }
|
|
104
|
-
export { ApolloCache as ApolloCache_alias_3 }
|
|
105
103
|
|
|
106
104
|
export { ApolloClient }
|
|
107
105
|
export { ApolloClient as ApolloClient_alias_1 }
|
|
108
106
|
export { ApolloClient as ApolloClient_alias_2 }
|
|
109
|
-
export { ApolloClient as ApolloClient_alias_3 }
|
|
110
107
|
|
|
111
108
|
export { ApolloClientOptions }
|
|
112
109
|
export { ApolloClientOptions as ApolloClientOptions_alias_1 }
|
|
113
110
|
export { ApolloClientOptions as ApolloClientOptions_alias_2 }
|
|
114
|
-
export { ApolloClientOptions as ApolloClientOptions_alias_3 }
|
|
115
111
|
|
|
116
112
|
declare function ApolloError(): React_2.JSX.Element | null;
|
|
117
113
|
export { ApolloError }
|
|
118
114
|
export { ApolloError as ApolloError_alias_1 }
|
|
119
115
|
export { ApolloError as ApolloError_alias_2 }
|
|
120
|
-
export { ApolloError as ApolloError_alias_3 }
|
|
121
116
|
|
|
122
117
|
declare const ApolloErrorContext: Context<I_ApolloErrorContext | undefined>;
|
|
123
118
|
export { ApolloErrorContext }
|
|
124
119
|
export { ApolloErrorContext as ApolloErrorContext_alias_1 }
|
|
125
120
|
export { ApolloErrorContext as ApolloErrorContext_alias_2 }
|
|
126
|
-
export { ApolloErrorContext as ApolloErrorContext_alias_3 }
|
|
127
121
|
|
|
128
122
|
declare function ApolloErrorProvider({ children }: {
|
|
129
123
|
children: ReactNode;
|
|
@@ -131,58 +125,49 @@ declare function ApolloErrorProvider({ children }: {
|
|
|
131
125
|
export { ApolloErrorProvider }
|
|
132
126
|
export { ApolloErrorProvider as ApolloErrorProvider_alias_1 }
|
|
133
127
|
export { ApolloErrorProvider as ApolloErrorProvider_alias_2 }
|
|
134
|
-
export { ApolloErrorProvider as ApolloErrorProvider_alias_3 }
|
|
135
128
|
|
|
136
129
|
declare function ApolloProvider({ isNextJS, options, children, client: CustomClient, provider: CustomProvider, cache: CustomCache, }: I_ApolloProviderProps): React_2.JSX.Element;
|
|
137
130
|
export { ApolloProvider }
|
|
138
131
|
export { ApolloProvider as ApolloProvider_alias_1 }
|
|
139
132
|
export { ApolloProvider as ApolloProvider_alias_2 }
|
|
140
|
-
export { ApolloProvider as ApolloProvider_alias_3 }
|
|
141
133
|
|
|
142
134
|
declare function appendFileSync(path: fsExtra.PathOrFileDescriptor, data: string | Uint8Array, options?: fsExtra.WriteFileOptions): void;
|
|
143
135
|
export { appendFileSync }
|
|
144
136
|
export { appendFileSync as appendFileSync_alias_1 }
|
|
145
137
|
export { appendFileSync as appendFileSync_alias_2 }
|
|
146
|
-
export { appendFileSync as appendFileSync_alias_3 }
|
|
147
138
|
|
|
148
139
|
export { bodyParser }
|
|
149
140
|
export { bodyParser as bodyParser_alias_1 }
|
|
150
141
|
export { bodyParser as bodyParser_alias_2 }
|
|
151
|
-
export { bodyParser as bodyParser_alias_3 }
|
|
152
142
|
|
|
153
143
|
declare const BUILD_DIRECTORY = "dist";
|
|
154
144
|
export { BUILD_DIRECTORY }
|
|
155
145
|
export { BUILD_DIRECTORY as BUILD_DIRECTORY_alias_1 }
|
|
156
146
|
export { BUILD_DIRECTORY as BUILD_DIRECTORY_alias_2 }
|
|
157
|
-
export { BUILD_DIRECTORY as BUILD_DIRECTORY_alias_3 }
|
|
158
147
|
|
|
159
148
|
declare class C_Collection<T extends Partial<C_Document>> extends Collection<T> {
|
|
160
149
|
}
|
|
161
150
|
export { C_Collection }
|
|
162
151
|
export { C_Collection as C_Collection_alias_1 }
|
|
163
152
|
export { C_Collection as C_Collection_alias_2 }
|
|
164
|
-
export { C_Collection as C_Collection_alias_3 }
|
|
165
153
|
|
|
166
154
|
declare class C_Db extends Db {
|
|
167
155
|
}
|
|
168
156
|
export { C_Db }
|
|
169
157
|
export { C_Db as C_Db_alias_1 }
|
|
170
158
|
export { C_Db as C_Db_alias_2 }
|
|
171
|
-
export { C_Db as C_Db_alias_3 }
|
|
172
159
|
|
|
173
160
|
declare class C_Document extends Document_2 {
|
|
174
161
|
}
|
|
175
162
|
export { C_Document }
|
|
176
163
|
export { C_Document as C_Document_alias_1 }
|
|
177
164
|
export { C_Document as C_Document_alias_2 }
|
|
178
|
-
export { C_Document as C_Document_alias_3 }
|
|
179
165
|
|
|
180
166
|
declare class C_Model extends Model {
|
|
181
167
|
}
|
|
182
168
|
export { C_Model }
|
|
183
169
|
export { C_Model as C_Model_alias_1 }
|
|
184
170
|
export { C_Model as C_Model_alias_2 }
|
|
185
|
-
export { C_Model as C_Model_alias_3 }
|
|
186
171
|
|
|
187
172
|
declare function catchError<T = unknown>(errorInput: unknown, options: I_CatchErrorOptions & {
|
|
188
173
|
returnValue: T;
|
|
@@ -192,23 +177,20 @@ declare function catchError<T = unknown>(errorInput: unknown, options?: I_CatchE
|
|
|
192
177
|
export { catchError }
|
|
193
178
|
export { catchError as catchError_alias_1 }
|
|
194
179
|
export { catchError as catchError_alias_2 }
|
|
195
|
-
export { catchError as catchError_alias_3 }
|
|
196
180
|
|
|
197
|
-
declare function
|
|
181
|
+
declare function catchError_2<T = unknown>(errorInput: unknown, options: I_CatchErrorOptions_2 & {
|
|
198
182
|
returnValue: T;
|
|
199
183
|
}): T;
|
|
200
184
|
|
|
201
|
-
declare function
|
|
202
|
-
export {
|
|
203
|
-
export {
|
|
204
|
-
export {
|
|
205
|
-
export { catchErrorNode as catchErrorNode_alias_3 }
|
|
185
|
+
declare function catchError_2<T = unknown>(errorInput: unknown, options?: I_CatchErrorOptions_2): I_Return_2<T>;
|
|
186
|
+
export { catchError_2 as catchError_alias_3 }
|
|
187
|
+
export { catchError_2 as catchError_alias_4 }
|
|
188
|
+
export { catchError_2 as catchError_alias_5 }
|
|
206
189
|
|
|
207
190
|
declare function clearAllErrorLists(): Promise<void>;
|
|
208
191
|
export { clearAllErrorLists }
|
|
209
192
|
export { clearAllErrorLists as clearAllErrorLists_alias_1 }
|
|
210
193
|
export { clearAllErrorLists as clearAllErrorLists_alias_2 }
|
|
211
|
-
export { clearAllErrorLists as clearAllErrorLists_alias_3 }
|
|
212
194
|
|
|
213
195
|
declare const command: {
|
|
214
196
|
simpleGitHooks: () => Promise<string>;
|
|
@@ -234,37 +216,31 @@ declare const command: {
|
|
|
234
216
|
export { command }
|
|
235
217
|
export { command as command_alias_1 }
|
|
236
218
|
export { command as command_alias_2 }
|
|
237
|
-
export { command as command_alias_3 }
|
|
238
219
|
|
|
239
220
|
declare const COMMIT_LINT_CLI = "commitlint";
|
|
240
221
|
export { COMMIT_LINT_CLI }
|
|
241
222
|
export { COMMIT_LINT_CLI as COMMIT_LINT_CLI_alias_1 }
|
|
242
223
|
export { COMMIT_LINT_CLI as COMMIT_LINT_CLI_alias_2 }
|
|
243
|
-
export { COMMIT_LINT_CLI as COMMIT_LINT_CLI_alias_3 }
|
|
244
224
|
|
|
245
225
|
declare const COMMIT_LINT_CONVENTIONAL_CONFIG_PACKAGE_NAME = "@commitlint/config-conventional";
|
|
246
226
|
export { COMMIT_LINT_CONVENTIONAL_CONFIG_PACKAGE_NAME }
|
|
247
227
|
export { COMMIT_LINT_CONVENTIONAL_CONFIG_PACKAGE_NAME as COMMIT_LINT_CONVENTIONAL_CONFIG_PACKAGE_NAME_alias_1 }
|
|
248
228
|
export { COMMIT_LINT_CONVENTIONAL_CONFIG_PACKAGE_NAME as COMMIT_LINT_CONVENTIONAL_CONFIG_PACKAGE_NAME_alias_2 }
|
|
249
|
-
export { COMMIT_LINT_CONVENTIONAL_CONFIG_PACKAGE_NAME as COMMIT_LINT_CONVENTIONAL_CONFIG_PACKAGE_NAME_alias_3 }
|
|
250
229
|
|
|
251
230
|
declare const COMMIT_LINT_PACKAGE_NAME = "@commitlint/cli";
|
|
252
231
|
export { COMMIT_LINT_PACKAGE_NAME }
|
|
253
232
|
export { COMMIT_LINT_PACKAGE_NAME as COMMIT_LINT_PACKAGE_NAME_alias_1 }
|
|
254
233
|
export { COMMIT_LINT_PACKAGE_NAME as COMMIT_LINT_PACKAGE_NAME_alias_2 }
|
|
255
|
-
export { COMMIT_LINT_PACKAGE_NAME as COMMIT_LINT_PACKAGE_NAME_alias_3 }
|
|
256
234
|
|
|
257
235
|
declare function copySync(src: string, dest: string, options?: I_CopySyncOptions): void;
|
|
258
236
|
export { copySync }
|
|
259
237
|
export { copySync as copySync_alias_1 }
|
|
260
238
|
export { copySync as copySync_alias_2 }
|
|
261
|
-
export { copySync as copySync_alias_3 }
|
|
262
239
|
|
|
263
240
|
declare function createApolloServer(options: I_ApolloServerOptions): ApolloServer;
|
|
264
241
|
export { createApolloServer }
|
|
265
242
|
export { createApolloServer as createApolloServer_alias_1 }
|
|
266
243
|
export { createApolloServer as createApolloServer_alias_2 }
|
|
267
|
-
export { createApolloServer as createApolloServer_alias_3 }
|
|
268
244
|
|
|
269
245
|
declare function createCors<T extends T_CorsType>(options: T_CorsOptions<T>): (req: cors.CorsRequest, res: {
|
|
270
246
|
statusCode?: number | undefined;
|
|
@@ -274,7 +250,6 @@ declare function createCors<T extends T_CorsType>(options: T_CorsOptions<T>): (r
|
|
|
274
250
|
export { createCors }
|
|
275
251
|
export { createCors as createCors_alias_1 }
|
|
276
252
|
export { createCors as createCors_alias_2 }
|
|
277
|
-
export { createCors as createCors_alias_3 }
|
|
278
253
|
|
|
279
254
|
declare function createCorsOptions<T extends T_CorsType>({ isDev, whiteList, ...rest }: T_CorsOptions<T>): {
|
|
280
255
|
origin: (origin: string | undefined, callback: (err: Error | null, allow?: boolean) => void) => void;
|
|
@@ -283,13 +258,11 @@ declare function createCorsOptions<T extends T_CorsType>({ isDev, whiteList, ...
|
|
|
283
258
|
export { createCorsOptions }
|
|
284
259
|
export { createCorsOptions as createCorsOptions_alias_1 }
|
|
285
260
|
export { createCorsOptions as createCorsOptions_alias_2 }
|
|
286
|
-
export { createCorsOptions as createCorsOptions_alias_3 }
|
|
287
261
|
|
|
288
262
|
declare function createExpress(options?: I_ExpressOptions): Application;
|
|
289
263
|
export { createExpress }
|
|
290
264
|
export { createExpress as createExpress_alias_1 }
|
|
291
265
|
export { createExpress as createExpress_alias_2 }
|
|
292
|
-
export { createExpress as createExpress_alias_3 }
|
|
293
266
|
|
|
294
267
|
declare function createGitHooksConfig({ isCurrentProject }: Partial<I_CommandContext>): {
|
|
295
268
|
'pre-push'?: {
|
|
@@ -302,61 +275,51 @@ declare function createGitHooksConfig({ isCurrentProject }: Partial<I_CommandCon
|
|
|
302
275
|
export { createGitHooksConfig }
|
|
303
276
|
export { createGitHooksConfig as createGitHooksConfig_alias_1 }
|
|
304
277
|
export { createGitHooksConfig as createGitHooksConfig_alias_2 }
|
|
305
|
-
export { createGitHooksConfig as createGitHooksConfig_alias_3 }
|
|
306
278
|
|
|
307
279
|
declare function createGraphqlCodegenConfig({ uri, from, to, target, }: I_GraphqlCodegenConfig): CodegenConfig;
|
|
308
280
|
export { createGraphqlCodegenConfig }
|
|
309
281
|
export { createGraphqlCodegenConfig as createGraphqlCodegenConfig_alias_1 }
|
|
310
282
|
export { createGraphqlCodegenConfig as createGraphqlCodegenConfig_alias_2 }
|
|
311
|
-
export { createGraphqlCodegenConfig as createGraphqlCodegenConfig_alias_3 }
|
|
312
283
|
|
|
313
284
|
declare function createNest(options: I_NestOptions): Promise<INestApplication>;
|
|
314
285
|
export { createNest }
|
|
315
286
|
export { createNest as createNest_alias_1 }
|
|
316
287
|
export { createNest as createNest_alias_2 }
|
|
317
|
-
export { createNest as createNest_alias_3 }
|
|
318
288
|
|
|
319
289
|
declare function createSession(options: SessionOptions): RequestHandler;
|
|
320
290
|
export { createSession }
|
|
321
291
|
export { createSession as createSession_alias_1 }
|
|
322
292
|
export { createSession as createSession_alias_2 }
|
|
323
|
-
export { createSession as createSession_alias_3 }
|
|
324
293
|
|
|
325
294
|
declare function createWSServer(options: I_WSOptions): WebSocketServer;
|
|
326
295
|
export { createWSServer }
|
|
327
296
|
export { createWSServer as createWSServer_alias_1 }
|
|
328
297
|
export { createWSServer as createWSServer_alias_2 }
|
|
329
|
-
export { createWSServer as createWSServer_alias_3 }
|
|
330
298
|
|
|
331
299
|
declare const CYBERSKILL_CLI = "cyberskill";
|
|
332
300
|
export { CYBERSKILL_CLI }
|
|
333
301
|
export { CYBERSKILL_CLI as CYBERSKILL_CLI_alias_1 }
|
|
334
302
|
export { CYBERSKILL_CLI as CYBERSKILL_CLI_alias_2 }
|
|
335
|
-
export { CYBERSKILL_CLI as CYBERSKILL_CLI_alias_3 }
|
|
336
303
|
|
|
337
304
|
declare const CYBERSKILL_CLI_PATH = "src/node/cli/index.ts";
|
|
338
305
|
export { CYBERSKILL_CLI_PATH }
|
|
339
306
|
export { CYBERSKILL_CLI_PATH as CYBERSKILL_CLI_PATH_alias_1 }
|
|
340
307
|
export { CYBERSKILL_CLI_PATH as CYBERSKILL_CLI_PATH_alias_2 }
|
|
341
|
-
export { CYBERSKILL_CLI_PATH as CYBERSKILL_CLI_PATH_alias_3 }
|
|
342
308
|
|
|
343
309
|
declare const CYBERSKILL_DIRECTORY: string;
|
|
344
310
|
export { CYBERSKILL_DIRECTORY }
|
|
345
311
|
export { CYBERSKILL_DIRECTORY as CYBERSKILL_DIRECTORY_alias_1 }
|
|
346
312
|
export { CYBERSKILL_DIRECTORY as CYBERSKILL_DIRECTORY_alias_2 }
|
|
347
|
-
export { CYBERSKILL_DIRECTORY as CYBERSKILL_DIRECTORY_alias_3 }
|
|
348
313
|
|
|
349
314
|
declare const CYBERSKILL_PACKAGE_NAME = "@cyberskill/shared";
|
|
350
315
|
export { CYBERSKILL_PACKAGE_NAME }
|
|
351
316
|
export { CYBERSKILL_PACKAGE_NAME as CYBERSKILL_PACKAGE_NAME_alias_1 }
|
|
352
317
|
export { CYBERSKILL_PACKAGE_NAME as CYBERSKILL_PACKAGE_NAME_alias_2 }
|
|
353
|
-
export { CYBERSKILL_PACKAGE_NAME as CYBERSKILL_PACKAGE_NAME_alias_3 }
|
|
354
318
|
|
|
355
319
|
declare const CYBERSKILL_STORAGE_DIRECTORY = ".cyberskill-storage";
|
|
356
320
|
export { CYBERSKILL_STORAGE_DIRECTORY }
|
|
357
321
|
export { CYBERSKILL_STORAGE_DIRECTORY as CYBERSKILL_STORAGE_DIRECTORY_alias_1 }
|
|
358
322
|
export { CYBERSKILL_STORAGE_DIRECTORY as CYBERSKILL_STORAGE_DIRECTORY_alias_2 }
|
|
359
|
-
export { CYBERSKILL_STORAGE_DIRECTORY as CYBERSKILL_STORAGE_DIRECTORY_alias_3 }
|
|
360
323
|
|
|
361
324
|
/**
|
|
362
325
|
* Merges multiple objects deeply.
|
|
@@ -370,14 +333,12 @@ declare function deepMerge(...objects: T_Object_2[]): T_Object_2;
|
|
|
370
333
|
export { deepMerge }
|
|
371
334
|
export { deepMerge as deepMerge_alias_1 }
|
|
372
335
|
export { deepMerge as deepMerge_alias_2 }
|
|
373
|
-
export { deepMerge as deepMerge_alias_3 }
|
|
374
336
|
|
|
375
337
|
declare const _default: {
|
|
376
338
|
extends: string[];
|
|
377
339
|
ignores: ((message: string) => boolean)[];
|
|
378
340
|
};
|
|
379
341
|
export { _default as commitlintConfig }
|
|
380
|
-
export { _default as commitlintConfig_alias_1 }
|
|
381
342
|
export { _default as default_alias }
|
|
382
343
|
|
|
383
344
|
declare const _default_2: {
|
|
@@ -1533,14 +1494,12 @@ declare const _default_2: {
|
|
|
1533
1494
|
}[];
|
|
1534
1495
|
export { _default_2 as default_alias_1 }
|
|
1535
1496
|
export { _default_2 as eslintConfig }
|
|
1536
|
-
export { _default_2 as eslintConfig_alias_1 }
|
|
1537
1497
|
|
|
1538
1498
|
declare const _default_3: {
|
|
1539
1499
|
'*': string[];
|
|
1540
1500
|
};
|
|
1541
1501
|
export { _default_3 as default_alias_2 }
|
|
1542
1502
|
export { _default_3 as lintStagedConfig }
|
|
1543
|
-
export { _default_3 as lintStagedConfig_alias_1 }
|
|
1544
1503
|
|
|
1545
1504
|
declare enum E_CommandType {
|
|
1546
1505
|
CLI = "CLI",
|
|
@@ -1550,7 +1509,6 @@ declare enum E_CommandType {
|
|
|
1550
1509
|
export { E_CommandType }
|
|
1551
1510
|
export { E_CommandType as E_CommandType_alias_1 }
|
|
1552
1511
|
export { E_CommandType as E_CommandType_alias_2 }
|
|
1553
|
-
export { E_CommandType as E_CommandType_alias_3 }
|
|
1554
1512
|
|
|
1555
1513
|
declare enum E_ConfigType {
|
|
1556
1514
|
ESLINT = "eslint",
|
|
@@ -1561,7 +1519,6 @@ declare enum E_ConfigType {
|
|
|
1561
1519
|
}
|
|
1562
1520
|
export { E_ConfigType }
|
|
1563
1521
|
export { E_ConfigType as E_ConfigType_alias_1 }
|
|
1564
|
-
export { E_ConfigType as E_ConfigType_alias_2 }
|
|
1565
1522
|
|
|
1566
1523
|
declare enum E_IssueType {
|
|
1567
1524
|
Error = "error",
|
|
@@ -1570,7 +1527,6 @@ declare enum E_IssueType {
|
|
|
1570
1527
|
export { E_IssueType }
|
|
1571
1528
|
export { E_IssueType as E_IssueType_alias_1 }
|
|
1572
1529
|
export { E_IssueType as E_IssueType_alias_2 }
|
|
1573
|
-
export { E_IssueType as E_IssueType_alias_3 }
|
|
1574
1530
|
|
|
1575
1531
|
declare enum E_PackageType {
|
|
1576
1532
|
DEPENDENCY = "dependencies",
|
|
@@ -1582,53 +1538,44 @@ declare enum E_PackageType {
|
|
|
1582
1538
|
export { E_PackageType }
|
|
1583
1539
|
export { E_PackageType as E_PackageType_alias_1 }
|
|
1584
1540
|
export { E_PackageType as E_PackageType_alias_2 }
|
|
1585
|
-
export { E_PackageType as E_PackageType_alias_3 }
|
|
1586
1541
|
|
|
1587
1542
|
declare const ESLINT_CLI = "eslint";
|
|
1588
1543
|
export { ESLINT_CLI }
|
|
1589
1544
|
export { ESLINT_CLI as ESLINT_CLI_alias_1 }
|
|
1590
1545
|
export { ESLINT_CLI as ESLINT_CLI_alias_2 }
|
|
1591
|
-
export { ESLINT_CLI as ESLINT_CLI_alias_3 }
|
|
1592
1546
|
|
|
1593
1547
|
declare const ESLINT_INSPECT_CLI = "eslint-config-inspector";
|
|
1594
1548
|
export { ESLINT_INSPECT_CLI }
|
|
1595
1549
|
export { ESLINT_INSPECT_CLI as ESLINT_INSPECT_CLI_alias_1 }
|
|
1596
1550
|
export { ESLINT_INSPECT_CLI as ESLINT_INSPECT_CLI_alias_2 }
|
|
1597
|
-
export { ESLINT_INSPECT_CLI as ESLINT_INSPECT_CLI_alias_3 }
|
|
1598
1551
|
|
|
1599
1552
|
declare const ESLINT_INSPECT_PACKAGE_NAME = "@eslint/config-inspector";
|
|
1600
1553
|
export { ESLINT_INSPECT_PACKAGE_NAME }
|
|
1601
1554
|
export { ESLINT_INSPECT_PACKAGE_NAME as ESLINT_INSPECT_PACKAGE_NAME_alias_1 }
|
|
1602
1555
|
export { ESLINT_INSPECT_PACKAGE_NAME as ESLINT_INSPECT_PACKAGE_NAME_alias_2 }
|
|
1603
|
-
export { ESLINT_INSPECT_PACKAGE_NAME as ESLINT_INSPECT_PACKAGE_NAME_alias_3 }
|
|
1604
1556
|
|
|
1605
1557
|
declare const ESLINT_PACKAGE_NAME = "eslint";
|
|
1606
1558
|
export { ESLINT_PACKAGE_NAME }
|
|
1607
1559
|
export { ESLINT_PACKAGE_NAME as ESLINT_PACKAGE_NAME_alias_1 }
|
|
1608
1560
|
export { ESLINT_PACKAGE_NAME as ESLINT_PACKAGE_NAME_alias_2 }
|
|
1609
|
-
export { ESLINT_PACKAGE_NAME as ESLINT_PACKAGE_NAME_alias_3 }
|
|
1610
1561
|
|
|
1611
1562
|
export { express }
|
|
1612
1563
|
export { express as express_alias_1 }
|
|
1613
1564
|
export { express as express_alias_2 }
|
|
1614
|
-
export { express as express_alias_3 }
|
|
1615
1565
|
|
|
1616
1566
|
export { expressMiddleware }
|
|
1617
1567
|
export { expressMiddleware as expressMiddleware_alias_1 }
|
|
1618
1568
|
export { expressMiddleware as expressMiddleware_alias_2 }
|
|
1619
|
-
export { expressMiddleware as expressMiddleware_alias_3 }
|
|
1620
1569
|
|
|
1621
1570
|
declare function formatCommand(command: T_Command, context?: I_CommandContext): string | I_Command_2;
|
|
1622
1571
|
export { formatCommand }
|
|
1623
1572
|
export { formatCommand as formatCommand_alias_1 }
|
|
1624
1573
|
export { formatCommand as formatCommand_alias_2 }
|
|
1625
|
-
export { formatCommand as formatCommand_alias_3 }
|
|
1626
1574
|
|
|
1627
1575
|
declare const fs: typeof fsExtra;
|
|
1628
1576
|
export { fs }
|
|
1629
1577
|
export { fs as fs_alias_1 }
|
|
1630
1578
|
export { fs as fs_alias_2 }
|
|
1631
|
-
export { fs as fs_alias_3 }
|
|
1632
1579
|
|
|
1633
1580
|
/**
|
|
1634
1581
|
* Generates a random password of a given length.
|
|
@@ -1640,7 +1587,6 @@ declare function generateRandomPassword(length?: number): string;
|
|
|
1640
1587
|
export { generateRandomPassword }
|
|
1641
1588
|
export { generateRandomPassword as generateRandomPassword_alias_1 }
|
|
1642
1589
|
export { generateRandomPassword as generateRandomPassword_alias_2 }
|
|
1643
|
-
export { generateRandomPassword as generateRandomPassword_alias_3 }
|
|
1644
1590
|
|
|
1645
1591
|
/**
|
|
1646
1592
|
* Generates a short ID from a UUID.
|
|
@@ -1653,7 +1599,6 @@ declare function generateShortId(uuid: string, length?: number): string;
|
|
|
1653
1599
|
export { generateShortId }
|
|
1654
1600
|
export { generateShortId as generateShortId_alias_1 }
|
|
1655
1601
|
export { generateShortId as generateShortId_alias_2 }
|
|
1656
|
-
export { generateShortId as generateShortId_alias_3 }
|
|
1657
1602
|
|
|
1658
1603
|
/**
|
|
1659
1604
|
* Generates a slug from a string or an object containing strings.
|
|
@@ -1666,13 +1611,11 @@ declare function generateSlug<T = string>(input: T, options?: I_SlugifyOptions):
|
|
|
1666
1611
|
export { generateSlug }
|
|
1667
1612
|
export { generateSlug as generateSlug_alias_1 }
|
|
1668
1613
|
export { generateSlug as generateSlug_alias_2 }
|
|
1669
|
-
export { generateSlug as generateSlug_alias_3 }
|
|
1670
1614
|
|
|
1671
1615
|
declare function getEnv(): I_Environment;
|
|
1672
1616
|
export { getEnv }
|
|
1673
1617
|
export { getEnv as getEnv_alias_1 }
|
|
1674
1618
|
export { getEnv as getEnv_alias_2 }
|
|
1675
|
-
export { getEnv as getEnv_alias_3 }
|
|
1676
1619
|
|
|
1677
1620
|
/**
|
|
1678
1621
|
* Get the file name from a URL.
|
|
@@ -1684,55 +1627,46 @@ declare function getFileName(url?: string, getExtension?: boolean): string;
|
|
|
1684
1627
|
export { getFileName }
|
|
1685
1628
|
export { getFileName as getFileName_alias_1 }
|
|
1686
1629
|
export { getFileName as getFileName_alias_2 }
|
|
1687
|
-
export { getFileName as getFileName_alias_3 }
|
|
1688
1630
|
|
|
1689
1631
|
declare function getLatestPackageVersion(packageName: string): Promise<I_Return_2<string>>;
|
|
1690
1632
|
export { getLatestPackageVersion }
|
|
1691
1633
|
export { getLatestPackageVersion as getLatestPackageVersion_alias_1 }
|
|
1692
1634
|
export { getLatestPackageVersion as getLatestPackageVersion_alias_2 }
|
|
1693
|
-
export { getLatestPackageVersion as getLatestPackageVersion_alias_3 }
|
|
1694
1635
|
|
|
1695
1636
|
declare function getPackage(inputPackage: I_PackageInput): Promise<I_Return_2<I_PackageInfo>>;
|
|
1696
1637
|
export { getPackage }
|
|
1697
1638
|
export { getPackage as getPackage_alias_1 }
|
|
1698
1639
|
export { getPackage as getPackage_alias_2 }
|
|
1699
|
-
export { getPackage as getPackage_alias_3 }
|
|
1700
1640
|
|
|
1701
1641
|
declare function getStoredErrorLists(): Promise<I_IssueEntry[]>;
|
|
1702
1642
|
export { getStoredErrorLists }
|
|
1703
1643
|
export { getStoredErrorLists as getStoredErrorLists_alias_1 }
|
|
1704
1644
|
export { getStoredErrorLists as getStoredErrorLists_alias_2 }
|
|
1705
|
-
export { getStoredErrorLists as getStoredErrorLists_alias_3 }
|
|
1706
1645
|
|
|
1707
1646
|
declare const GIT_CLI = "git";
|
|
1708
1647
|
export { GIT_CLI }
|
|
1709
1648
|
export { GIT_CLI as GIT_CLI_alias_1 }
|
|
1710
1649
|
export { GIT_CLI as GIT_CLI_alias_2 }
|
|
1711
|
-
export { GIT_CLI as GIT_CLI_alias_3 }
|
|
1712
1650
|
|
|
1713
1651
|
declare const GIT_COMMIT_EDITMSG = ".git/COMMIT_EDITMSG";
|
|
1714
1652
|
export { GIT_COMMIT_EDITMSG }
|
|
1715
1653
|
export { GIT_COMMIT_EDITMSG as GIT_COMMIT_EDITMSG_alias_1 }
|
|
1716
1654
|
export { GIT_COMMIT_EDITMSG as GIT_COMMIT_EDITMSG_alias_2 }
|
|
1717
|
-
export { GIT_COMMIT_EDITMSG as GIT_COMMIT_EDITMSG_alias_3 }
|
|
1718
1655
|
|
|
1719
1656
|
declare const GIT_HOOK = ".git/hooks/";
|
|
1720
1657
|
export { GIT_HOOK }
|
|
1721
1658
|
export { GIT_HOOK as GIT_HOOK_alias_1 }
|
|
1722
1659
|
export { GIT_HOOK as GIT_HOOK_alias_2 }
|
|
1723
|
-
export { GIT_HOOK as GIT_HOOK_alias_3 }
|
|
1724
1660
|
|
|
1725
1661
|
declare const GIT_IGNORE = ".gitignore";
|
|
1726
1662
|
export { GIT_IGNORE }
|
|
1727
1663
|
export { GIT_IGNORE as GIT_IGNORE_alias_1 }
|
|
1728
1664
|
export { GIT_IGNORE as GIT_IGNORE_alias_2 }
|
|
1729
|
-
export { GIT_IGNORE as GIT_IGNORE_alias_3 }
|
|
1730
1665
|
|
|
1731
1666
|
declare const GRAPHQL_URI_DEFAULT = "/graphql";
|
|
1732
1667
|
export { GRAPHQL_URI_DEFAULT }
|
|
1733
1668
|
export { GRAPHQL_URI_DEFAULT as GRAPHQL_URI_DEFAULT_alias_1 }
|
|
1734
1669
|
export { GRAPHQL_URI_DEFAULT as GRAPHQL_URI_DEFAULT_alias_2 }
|
|
1735
|
-
export { GRAPHQL_URI_DEFAULT as GRAPHQL_URI_DEFAULT_alias_3 }
|
|
1736
1670
|
|
|
1737
1671
|
declare interface I_ApolloErrorContext {
|
|
1738
1672
|
error: ApolloError_2 | null;
|
|
@@ -1742,7 +1676,6 @@ declare interface I_ApolloErrorContext {
|
|
|
1742
1676
|
export { I_ApolloErrorContext }
|
|
1743
1677
|
export { I_ApolloErrorContext as I_ApolloErrorContext_alias_1 }
|
|
1744
1678
|
export { I_ApolloErrorContext as I_ApolloErrorContext_alias_2 }
|
|
1745
|
-
export { I_ApolloErrorContext as I_ApolloErrorContext_alias_3 }
|
|
1746
1679
|
|
|
1747
1680
|
declare interface I_ApolloOptions extends Omit<ApolloClientOptions<NormalizedCacheObject>, 'cache'> {
|
|
1748
1681
|
uri?: string | UriFunction;
|
|
@@ -1754,7 +1687,6 @@ declare interface I_ApolloOptions extends Omit<ApolloClientOptions<NormalizedCac
|
|
|
1754
1687
|
export { I_ApolloOptions }
|
|
1755
1688
|
export { I_ApolloOptions as I_ApolloOptions_alias_1 }
|
|
1756
1689
|
export { I_ApolloOptions as I_ApolloOptions_alias_2 }
|
|
1757
|
-
export { I_ApolloOptions as I_ApolloOptions_alias_3 }
|
|
1758
1690
|
|
|
1759
1691
|
declare interface I_ApolloProviderProps extends I_Children_2 {
|
|
1760
1692
|
isNextJS?: boolean;
|
|
@@ -1767,7 +1699,6 @@ declare interface I_ApolloProviderProps extends I_Children_2 {
|
|
|
1767
1699
|
export { I_ApolloProviderProps }
|
|
1768
1700
|
export { I_ApolloProviderProps as I_ApolloProviderProps_alias_1 }
|
|
1769
1701
|
export { I_ApolloProviderProps as I_ApolloProviderProps_alias_2 }
|
|
1770
|
-
export { I_ApolloProviderProps as I_ApolloProviderProps_alias_3 }
|
|
1771
1702
|
|
|
1772
1703
|
declare interface I_ApolloServerOptions {
|
|
1773
1704
|
server: Server;
|
|
@@ -1778,7 +1709,6 @@ declare interface I_ApolloServerOptions {
|
|
|
1778
1709
|
export { I_ApolloServerOptions }
|
|
1779
1710
|
export { I_ApolloServerOptions as I_ApolloServerOptions_alias_1 }
|
|
1780
1711
|
export { I_ApolloServerOptions as I_ApolloServerOptions_alias_2 }
|
|
1781
|
-
export { I_ApolloServerOptions as I_ApolloServerOptions_alias_3 }
|
|
1782
1712
|
|
|
1783
1713
|
declare interface I_BaseCorsOptions {
|
|
1784
1714
|
isDev?: boolean;
|
|
@@ -1793,24 +1723,21 @@ declare interface I_CatchErrorOptions {
|
|
|
1793
1723
|
export { I_CatchErrorOptions }
|
|
1794
1724
|
export { I_CatchErrorOptions as I_CatchErrorOptions_alias_1 }
|
|
1795
1725
|
export { I_CatchErrorOptions as I_CatchErrorOptions_alias_2 }
|
|
1796
|
-
export { I_CatchErrorOptions as I_CatchErrorOptions_alias_3 }
|
|
1797
1726
|
|
|
1798
|
-
declare interface
|
|
1727
|
+
declare interface I_CatchErrorOptions_2 {
|
|
1799
1728
|
shouldLog?: boolean;
|
|
1800
1729
|
returnValue?: unknown;
|
|
1801
1730
|
callback?: (error: Error) => void;
|
|
1802
1731
|
}
|
|
1803
|
-
export {
|
|
1804
|
-
export {
|
|
1805
|
-
export {
|
|
1806
|
-
export { I_CatchErrorOptionsNode as I_CatchErrorOptionsNode_alias_3 }
|
|
1732
|
+
export { I_CatchErrorOptions_2 as I_CatchErrorOptions_alias_3 }
|
|
1733
|
+
export { I_CatchErrorOptions_2 as I_CatchErrorOptions_alias_4 }
|
|
1734
|
+
export { I_CatchErrorOptions_2 as I_CatchErrorOptions_alias_5 }
|
|
1807
1735
|
|
|
1808
1736
|
declare interface I_Children {
|
|
1809
1737
|
children: T_Children;
|
|
1810
1738
|
}
|
|
1811
1739
|
export { I_Children }
|
|
1812
1740
|
export { I_Children as I_Children_alias_1 }
|
|
1813
|
-
export { I_Children as I_Children_alias_2 }
|
|
1814
1741
|
|
|
1815
1742
|
declare interface I_Children_2 {
|
|
1816
1743
|
children: T_Children_2;
|
|
@@ -1823,7 +1750,6 @@ declare interface I_Command {
|
|
|
1823
1750
|
export { I_Command }
|
|
1824
1751
|
export { I_Command as I_Command_alias_1 }
|
|
1825
1752
|
export { I_Command as I_Command_alias_2 }
|
|
1826
|
-
export { I_Command as I_Command_alias_3 }
|
|
1827
1753
|
|
|
1828
1754
|
declare interface I_CommandContext {
|
|
1829
1755
|
isCurrentProject: boolean;
|
|
@@ -1831,7 +1757,6 @@ declare interface I_CommandContext {
|
|
|
1831
1757
|
export { I_CommandContext }
|
|
1832
1758
|
export { I_CommandContext as I_CommandContext_alias_1 }
|
|
1833
1759
|
export { I_CommandContext as I_CommandContext_alias_2 }
|
|
1834
|
-
export { I_CommandContext as I_CommandContext_alias_3 }
|
|
1835
1760
|
|
|
1836
1761
|
declare interface I_CopySyncOptions extends CopyOptionsSync {
|
|
1837
1762
|
extensions?: string[];
|
|
@@ -1839,7 +1764,6 @@ declare interface I_CopySyncOptions extends CopyOptionsSync {
|
|
|
1839
1764
|
export { I_CopySyncOptions }
|
|
1840
1765
|
export { I_CopySyncOptions as I_CopySyncOptions_alias_1 }
|
|
1841
1766
|
export { I_CopySyncOptions as I_CopySyncOptions_alias_2 }
|
|
1842
|
-
export { I_CopySyncOptions as I_CopySyncOptions_alias_3 }
|
|
1843
1767
|
|
|
1844
1768
|
declare interface I_CorsOptionsNest extends I_BaseCorsOptions, CorsOptions_2 {
|
|
1845
1769
|
}
|
|
@@ -1857,7 +1781,6 @@ declare interface I_CreateModelOptions<T extends Partial<C_Document>> extends I_
|
|
|
1857
1781
|
export { I_CreateModelOptions }
|
|
1858
1782
|
export { I_CreateModelOptions as I_CreateModelOptions_alias_1 }
|
|
1859
1783
|
export { I_CreateModelOptions as I_CreateModelOptions_alias_2 }
|
|
1860
|
-
export { I_CreateModelOptions as I_CreateModelOptions_alias_3 }
|
|
1861
1784
|
|
|
1862
1785
|
declare interface I_CreateSchemaOptions<T extends Partial<C_Document>> extends I_MongooseOptions<T> {
|
|
1863
1786
|
schema: T_Input_MongooseSchema<T>;
|
|
@@ -1866,7 +1789,6 @@ declare interface I_CreateSchemaOptions<T extends Partial<C_Document>> extends I
|
|
|
1866
1789
|
export { I_CreateSchemaOptions }
|
|
1867
1790
|
export { I_CreateSchemaOptions as I_CreateSchemaOptions_alias_1 }
|
|
1868
1791
|
export { I_CreateSchemaOptions as I_CreateSchemaOptions_alias_2 }
|
|
1869
|
-
export { I_CreateSchemaOptions as I_CreateSchemaOptions_alias_3 }
|
|
1870
1792
|
|
|
1871
1793
|
declare interface I_DeleteOptionsExtended extends Omit<QueryOptions, 'session'> {
|
|
1872
1794
|
session?: ClientSession;
|
|
@@ -1874,7 +1796,6 @@ declare interface I_DeleteOptionsExtended extends Omit<QueryOptions, 'session'>
|
|
|
1874
1796
|
export { I_DeleteOptionsExtended }
|
|
1875
1797
|
export { I_DeleteOptionsExtended as I_DeleteOptionsExtended_alias_1 }
|
|
1876
1798
|
export { I_DeleteOptionsExtended as I_DeleteOptionsExtended_alias_2 }
|
|
1877
|
-
export { I_DeleteOptionsExtended as I_DeleteOptionsExtended_alias_3 }
|
|
1878
1799
|
|
|
1879
1800
|
declare interface I_Environment {
|
|
1880
1801
|
CWD: string;
|
|
@@ -1884,7 +1805,6 @@ declare interface I_Environment {
|
|
|
1884
1805
|
export { I_Environment }
|
|
1885
1806
|
export { I_Environment as I_Environment_alias_1 }
|
|
1886
1807
|
export { I_Environment as I_Environment_alias_2 }
|
|
1887
|
-
export { I_Environment as I_Environment_alias_3 }
|
|
1888
1808
|
|
|
1889
1809
|
declare interface I_EslintError {
|
|
1890
1810
|
filePath: string;
|
|
@@ -1899,7 +1819,6 @@ declare interface I_EslintError {
|
|
|
1899
1819
|
export { I_EslintError }
|
|
1900
1820
|
export { I_EslintError as I_EslintError_alias_1 }
|
|
1901
1821
|
export { I_EslintError as I_EslintError_alias_2 }
|
|
1902
|
-
export { I_EslintError as I_EslintError_alias_3 }
|
|
1903
1822
|
|
|
1904
1823
|
declare interface I_ExpressOptions {
|
|
1905
1824
|
staticFolder?: string;
|
|
@@ -1907,14 +1826,12 @@ declare interface I_ExpressOptions {
|
|
|
1907
1826
|
export { I_ExpressOptions }
|
|
1908
1827
|
export { I_ExpressOptions as I_ExpressOptions_alias_1 }
|
|
1909
1828
|
export { I_ExpressOptions as I_ExpressOptions_alias_2 }
|
|
1910
|
-
export { I_ExpressOptions as I_ExpressOptions_alias_3 }
|
|
1911
1829
|
|
|
1912
1830
|
declare interface I_ExtendedModel<T extends Partial<C_Document>> extends Model<T>, PaginateModel<T>, AggregatePaginateModel<T> {
|
|
1913
1831
|
}
|
|
1914
1832
|
export { I_ExtendedModel }
|
|
1915
1833
|
export { I_ExtendedModel as I_ExtendedModel_alias_1 }
|
|
1916
1834
|
export { I_ExtendedModel as I_ExtendedModel_alias_2 }
|
|
1917
|
-
export { I_ExtendedModel as I_ExtendedModel_alias_3 }
|
|
1918
1835
|
|
|
1919
1836
|
declare interface I_GenericDocument extends Partial<C_Document> {
|
|
1920
1837
|
id: string;
|
|
@@ -1925,7 +1842,6 @@ declare interface I_GenericDocument extends Partial<C_Document> {
|
|
|
1925
1842
|
export { I_GenericDocument }
|
|
1926
1843
|
export { I_GenericDocument as I_GenericDocument_alias_1 }
|
|
1927
1844
|
export { I_GenericDocument as I_GenericDocument_alias_2 }
|
|
1928
|
-
export { I_GenericDocument as I_GenericDocument_alias_3 }
|
|
1929
1845
|
|
|
1930
1846
|
declare interface I_GraphqlCodegenConfig {
|
|
1931
1847
|
uri: string;
|
|
@@ -1936,7 +1852,6 @@ declare interface I_GraphqlCodegenConfig {
|
|
|
1936
1852
|
export { I_GraphqlCodegenConfig }
|
|
1937
1853
|
export { I_GraphqlCodegenConfig as I_GraphqlCodegenConfig_alias_1 }
|
|
1938
1854
|
export { I_GraphqlCodegenConfig as I_GraphqlCodegenConfig_alias_2 }
|
|
1939
|
-
export { I_GraphqlCodegenConfig as I_GraphqlCodegenConfig_alias_3 }
|
|
1940
1855
|
|
|
1941
1856
|
declare interface I_GraphqlWSOptions {
|
|
1942
1857
|
schema: GraphQLSchema;
|
|
@@ -1945,7 +1860,6 @@ declare interface I_GraphqlWSOptions {
|
|
|
1945
1860
|
export { I_GraphqlWSOptions }
|
|
1946
1861
|
export { I_GraphqlWSOptions as I_GraphqlWSOptions_alias_1 }
|
|
1947
1862
|
export { I_GraphqlWSOptions as I_GraphqlWSOptions_alias_2 }
|
|
1948
|
-
export { I_GraphqlWSOptions as I_GraphqlWSOptions_alias_3 }
|
|
1949
1863
|
|
|
1950
1864
|
declare interface I_Input_CreateMany<T> {
|
|
1951
1865
|
docs: T[];
|
|
@@ -1953,7 +1867,6 @@ declare interface I_Input_CreateMany<T> {
|
|
|
1953
1867
|
export { I_Input_CreateMany }
|
|
1954
1868
|
export { I_Input_CreateMany as I_Input_CreateMany_alias_1 }
|
|
1955
1869
|
export { I_Input_CreateMany as I_Input_CreateMany_alias_2 }
|
|
1956
|
-
export { I_Input_CreateMany as I_Input_CreateMany_alias_3 }
|
|
1957
1870
|
|
|
1958
1871
|
declare interface I_Input_CreateOne<T> {
|
|
1959
1872
|
doc: T;
|
|
@@ -1961,7 +1874,6 @@ declare interface I_Input_CreateOne<T> {
|
|
|
1961
1874
|
export { I_Input_CreateOne }
|
|
1962
1875
|
export { I_Input_CreateOne as I_Input_CreateOne_alias_1 }
|
|
1963
1876
|
export { I_Input_CreateOne as I_Input_CreateOne_alias_2 }
|
|
1964
|
-
export { I_Input_CreateOne as I_Input_CreateOne_alias_3 }
|
|
1965
1877
|
|
|
1966
1878
|
declare interface I_Input_DeleteMany<T> {
|
|
1967
1879
|
filter: T_FilterQuery<T>;
|
|
@@ -1970,7 +1882,6 @@ declare interface I_Input_DeleteMany<T> {
|
|
|
1970
1882
|
export { I_Input_DeleteMany }
|
|
1971
1883
|
export { I_Input_DeleteMany as I_Input_DeleteMany_alias_1 }
|
|
1972
1884
|
export { I_Input_DeleteMany as I_Input_DeleteMany_alias_2 }
|
|
1973
|
-
export { I_Input_DeleteMany as I_Input_DeleteMany_alias_3 }
|
|
1974
1885
|
|
|
1975
1886
|
declare interface I_Input_DeleteOne<T> {
|
|
1976
1887
|
filter: T_FilterQuery<T>;
|
|
@@ -1979,7 +1890,6 @@ declare interface I_Input_DeleteOne<T> {
|
|
|
1979
1890
|
export { I_Input_DeleteOne }
|
|
1980
1891
|
export { I_Input_DeleteOne as I_Input_DeleteOne_alias_1 }
|
|
1981
1892
|
export { I_Input_DeleteOne as I_Input_DeleteOne_alias_2 }
|
|
1982
|
-
export { I_Input_DeleteOne as I_Input_DeleteOne_alias_3 }
|
|
1983
1893
|
|
|
1984
1894
|
declare interface I_Input_FindAll<T> extends T_PopulateOption {
|
|
1985
1895
|
filter: T_FilterQuery<T>;
|
|
@@ -1989,7 +1899,6 @@ declare interface I_Input_FindAll<T> extends T_PopulateOption {
|
|
|
1989
1899
|
export { I_Input_FindAll }
|
|
1990
1900
|
export { I_Input_FindAll as I_Input_FindAll_alias_1 }
|
|
1991
1901
|
export { I_Input_FindAll as I_Input_FindAll_alias_2 }
|
|
1992
|
-
export { I_Input_FindAll as I_Input_FindAll_alias_3 }
|
|
1993
1902
|
|
|
1994
1903
|
declare interface I_Input_FindOne<T> extends T_PopulateOption {
|
|
1995
1904
|
filter: T_FilterQuery<T>;
|
|
@@ -1999,7 +1908,6 @@ declare interface I_Input_FindOne<T> extends T_PopulateOption {
|
|
|
1999
1908
|
export { I_Input_FindOne }
|
|
2000
1909
|
export { I_Input_FindOne as I_Input_FindOne_alias_1 }
|
|
2001
1910
|
export { I_Input_FindOne as I_Input_FindOne_alias_2 }
|
|
2002
|
-
export { I_Input_FindOne as I_Input_FindOne_alias_3 }
|
|
2003
1911
|
|
|
2004
1912
|
declare interface I_Input_FindPaging<T> {
|
|
2005
1913
|
filter?: T_FilterQuery<T>;
|
|
@@ -2008,7 +1916,6 @@ declare interface I_Input_FindPaging<T> {
|
|
|
2008
1916
|
export { I_Input_FindPaging }
|
|
2009
1917
|
export { I_Input_FindPaging as I_Input_FindPaging_alias_1 }
|
|
2010
1918
|
export { I_Input_FindPaging as I_Input_FindPaging_alias_2 }
|
|
2011
|
-
export { I_Input_FindPaging as I_Input_FindPaging_alias_3 }
|
|
2012
1919
|
|
|
2013
1920
|
declare interface I_Input_FindPagingAggregate {
|
|
2014
1921
|
pipeline: T_PipelineStage[];
|
|
@@ -2017,7 +1924,6 @@ declare interface I_Input_FindPagingAggregate {
|
|
|
2017
1924
|
export { I_Input_FindPagingAggregate }
|
|
2018
1925
|
export { I_Input_FindPagingAggregate as I_Input_FindPagingAggregate_alias_1 }
|
|
2019
1926
|
export { I_Input_FindPagingAggregate as I_Input_FindPagingAggregate_alias_2 }
|
|
2020
|
-
export { I_Input_FindPagingAggregate as I_Input_FindPagingAggregate_alias_3 }
|
|
2021
1927
|
|
|
2022
1928
|
declare interface I_Input_UpdateMany<T> extends T_PopulateOption {
|
|
2023
1929
|
filter: T_FilterQuery<T>;
|
|
@@ -2027,7 +1933,6 @@ declare interface I_Input_UpdateMany<T> extends T_PopulateOption {
|
|
|
2027
1933
|
export { I_Input_UpdateMany }
|
|
2028
1934
|
export { I_Input_UpdateMany as I_Input_UpdateMany_alias_1 }
|
|
2029
1935
|
export { I_Input_UpdateMany as I_Input_UpdateMany_alias_2 }
|
|
2030
|
-
export { I_Input_UpdateMany as I_Input_UpdateMany_alias_3 }
|
|
2031
1936
|
|
|
2032
1937
|
declare interface I_Input_UpdateOne<T> extends T_PopulateOption {
|
|
2033
1938
|
filter: T_FilterQuery<T>;
|
|
@@ -2037,7 +1942,6 @@ declare interface I_Input_UpdateOne<T> extends T_PopulateOption {
|
|
|
2037
1942
|
export { I_Input_UpdateOne }
|
|
2038
1943
|
export { I_Input_UpdateOne as I_Input_UpdateOne_alias_1 }
|
|
2039
1944
|
export { I_Input_UpdateOne as I_Input_UpdateOne_alias_2 }
|
|
2040
|
-
export { I_Input_UpdateOne as I_Input_UpdateOne_alias_3 }
|
|
2041
1945
|
|
|
2042
1946
|
declare interface I_IssueEntry {
|
|
2043
1947
|
type: E_IssueType;
|
|
@@ -2049,7 +1953,6 @@ declare interface I_IssueEntry {
|
|
|
2049
1953
|
export { I_IssueEntry }
|
|
2050
1954
|
export { I_IssueEntry as I_IssueEntry_alias_1 }
|
|
2051
1955
|
export { I_IssueEntry as I_IssueEntry_alias_2 }
|
|
2052
|
-
export { I_IssueEntry as I_IssueEntry_alias_3 }
|
|
2053
1956
|
|
|
2054
1957
|
declare interface I_LoadingContext {
|
|
2055
1958
|
isLoading: boolean;
|
|
@@ -2060,7 +1963,6 @@ declare interface I_LoadingContext {
|
|
|
2060
1963
|
export { I_LoadingContext }
|
|
2061
1964
|
export { I_LoadingContext as I_LoadingContext_alias_1 }
|
|
2062
1965
|
export { I_LoadingContext as I_LoadingContext_alias_2 }
|
|
2063
|
-
export { I_LoadingContext as I_LoadingContext_alias_3 }
|
|
2064
1966
|
|
|
2065
1967
|
declare interface I_LoadingProps {
|
|
2066
1968
|
full?: boolean;
|
|
@@ -2071,9 +1973,15 @@ declare interface I_LoadingProps {
|
|
|
2071
1973
|
export { I_LoadingProps }
|
|
2072
1974
|
export { I_LoadingProps as I_LoadingProps_alias_1 }
|
|
2073
1975
|
export { I_LoadingProps as I_LoadingProps_alias_2 }
|
|
2074
|
-
export { I_LoadingProps as I_LoadingProps_alias_3 }
|
|
2075
1976
|
|
|
2076
|
-
declare interface I_Log {
|
|
1977
|
+
declare interface I_Log extends I_Log_3 {
|
|
1978
|
+
printBoxedLog: (title: string, issues: I_IssueEntry[], color?: string) => void;
|
|
1979
|
+
}
|
|
1980
|
+
export { I_Log }
|
|
1981
|
+
export { I_Log as I_Log_alias_1 }
|
|
1982
|
+
export { I_Log as I_Log_alias_2 }
|
|
1983
|
+
|
|
1984
|
+
declare interface I_Log_2 {
|
|
2077
1985
|
silent: typeof consola['silent'];
|
|
2078
1986
|
level: typeof consola['level'];
|
|
2079
1987
|
fatal: typeof consola['fatal'];
|
|
@@ -2089,12 +1997,10 @@ declare interface I_Log {
|
|
|
2089
1997
|
trace: typeof consola['trace'];
|
|
2090
1998
|
verbose: typeof consola['verbose'];
|
|
2091
1999
|
}
|
|
2092
|
-
export {
|
|
2093
|
-
export {
|
|
2094
|
-
export { I_Log as I_Log_alias_2 }
|
|
2095
|
-
export { I_Log as I_Log_alias_3 }
|
|
2000
|
+
export { I_Log_2 as I_Log_alias_3 }
|
|
2001
|
+
export { I_Log_2 as I_Log_alias_4 }
|
|
2096
2002
|
|
|
2097
|
-
declare interface
|
|
2003
|
+
declare interface I_Log_3 {
|
|
2098
2004
|
silent: typeof consola['silent'];
|
|
2099
2005
|
level: typeof consola['level'];
|
|
2100
2006
|
fatal: typeof consola['fatal'];
|
|
@@ -2111,14 +2017,6 @@ declare interface I_Log_2 {
|
|
|
2111
2017
|
verbose: typeof consola['verbose'];
|
|
2112
2018
|
}
|
|
2113
2019
|
|
|
2114
|
-
declare interface I_LogNode extends I_Log_2 {
|
|
2115
|
-
printBoxedLog: (title: string, issues: I_IssueEntry[], color?: string) => void;
|
|
2116
|
-
}
|
|
2117
|
-
export { I_LogNode }
|
|
2118
|
-
export { I_LogNode as I_LogNode_alias_1 }
|
|
2119
|
-
export { I_LogNode as I_LogNode_alias_2 }
|
|
2120
|
-
export { I_LogNode as I_LogNode_alias_3 }
|
|
2121
|
-
|
|
2122
2020
|
declare interface I_MongooseModelMiddleware<T extends Partial<C_Document>> {
|
|
2123
2021
|
method: T_MongooseMiddlewareMethod;
|
|
2124
2022
|
pre?: T_MongooseMiddlewarePreFunction<T & T_QueryWithHelpers<T>>;
|
|
@@ -2127,7 +2025,6 @@ declare interface I_MongooseModelMiddleware<T extends Partial<C_Document>> {
|
|
|
2127
2025
|
export { I_MongooseModelMiddleware }
|
|
2128
2026
|
export { I_MongooseModelMiddleware as I_MongooseModelMiddleware_alias_1 }
|
|
2129
2027
|
export { I_MongooseModelMiddleware as I_MongooseModelMiddleware_alias_2 }
|
|
2130
|
-
export { I_MongooseModelMiddleware as I_MongooseModelMiddleware_alias_3 }
|
|
2131
2028
|
|
|
2132
2029
|
declare interface I_MongooseOptions<T extends Partial<C_Document>> {
|
|
2133
2030
|
mongoose: typeof mongoose;
|
|
@@ -2140,7 +2037,6 @@ declare interface I_MongooseOptions<T extends Partial<C_Document>> {
|
|
|
2140
2037
|
export { I_MongooseOptions }
|
|
2141
2038
|
export { I_MongooseOptions as I_MongooseOptions_alias_1 }
|
|
2142
2039
|
export { I_MongooseOptions as I_MongooseOptions_alias_2 }
|
|
2143
|
-
export { I_MongooseOptions as I_MongooseOptions_alias_3 }
|
|
2144
2040
|
|
|
2145
2041
|
declare interface I_NestOptions {
|
|
2146
2042
|
module: Type<object>;
|
|
@@ -2151,7 +2047,6 @@ declare interface I_NestOptions {
|
|
|
2151
2047
|
export { I_NestOptions }
|
|
2152
2048
|
export { I_NestOptions as I_NestOptions_alias_1 }
|
|
2153
2049
|
export { I_NestOptions as I_NestOptions_alias_2 }
|
|
2154
|
-
export { I_NestOptions as I_NestOptions_alias_3 }
|
|
2155
2050
|
|
|
2156
2051
|
declare interface I_NextIntlContext {
|
|
2157
2052
|
languages: I_NextIntlLanguage[];
|
|
@@ -2161,7 +2056,6 @@ declare interface I_NextIntlContext {
|
|
|
2161
2056
|
export { I_NextIntlContext }
|
|
2162
2057
|
export { I_NextIntlContext as I_NextIntlContext_alias_1 }
|
|
2163
2058
|
export { I_NextIntlContext as I_NextIntlContext_alias_2 }
|
|
2164
|
-
export { I_NextIntlContext as I_NextIntlContext_alias_3 }
|
|
2165
2059
|
|
|
2166
2060
|
declare interface I_NextIntlLanguage {
|
|
2167
2061
|
label: string;
|
|
@@ -2178,7 +2072,6 @@ declare interface I_NextIntlLanguage {
|
|
|
2178
2072
|
export { I_NextIntlLanguage }
|
|
2179
2073
|
export { I_NextIntlLanguage as I_NextIntlLanguage_alias_1 }
|
|
2180
2074
|
export { I_NextIntlLanguage as I_NextIntlLanguage_alias_2 }
|
|
2181
|
-
export { I_NextIntlLanguage as I_NextIntlLanguage_alias_3 }
|
|
2182
2075
|
|
|
2183
2076
|
declare interface I_NextIntlProviderProps extends I_Children_2 {
|
|
2184
2077
|
languages: I_NextIntlLanguage[];
|
|
@@ -2187,7 +2080,6 @@ declare interface I_NextIntlProviderProps extends I_Children_2 {
|
|
|
2187
2080
|
export { I_NextIntlProviderProps }
|
|
2188
2081
|
export { I_NextIntlProviderProps as I_NextIntlProviderProps_alias_1 }
|
|
2189
2082
|
export { I_NextIntlProviderProps as I_NextIntlProviderProps_alias_2 }
|
|
2190
|
-
export { I_NextIntlProviderProps as I_NextIntlProviderProps_alias_3 }
|
|
2191
2083
|
|
|
2192
2084
|
declare interface I_PackageInfo {
|
|
2193
2085
|
name: string;
|
|
@@ -2204,7 +2096,6 @@ declare interface I_PackageInfo {
|
|
|
2204
2096
|
export { I_PackageInfo }
|
|
2205
2097
|
export { I_PackageInfo as I_PackageInfo_alias_1 }
|
|
2206
2098
|
export { I_PackageInfo as I_PackageInfo_alias_2 }
|
|
2207
|
-
export { I_PackageInfo as I_PackageInfo_alias_3 }
|
|
2208
2099
|
|
|
2209
2100
|
declare interface I_PackageInput {
|
|
2210
2101
|
name: string;
|
|
@@ -2213,12 +2104,10 @@ declare interface I_PackageInput {
|
|
|
2213
2104
|
export { I_PackageInput }
|
|
2214
2105
|
export { I_PackageInput as I_PackageInput_alias_1 }
|
|
2215
2106
|
export { I_PackageInput as I_PackageInput_alias_2 }
|
|
2216
|
-
export { I_PackageInput as I_PackageInput_alias_3 }
|
|
2217
2107
|
|
|
2218
2108
|
declare type I_Return<T = void, E = unknown> = I_ReturnSuccess<T, E> | I_ReturnFailure;
|
|
2219
2109
|
export { I_Return }
|
|
2220
2110
|
export { I_Return as I_Return_alias_1 }
|
|
2221
|
-
export { I_Return as I_Return_alias_2 }
|
|
2222
2111
|
|
|
2223
2112
|
declare type I_Return_2<T = void, E = unknown> = I_ReturnSuccess_2<T, E> | I_ReturnFailure_2;
|
|
2224
2113
|
|
|
@@ -2229,7 +2118,6 @@ declare interface I_ReturnFailure {
|
|
|
2229
2118
|
}
|
|
2230
2119
|
export { I_ReturnFailure }
|
|
2231
2120
|
export { I_ReturnFailure as I_ReturnFailure_alias_1 }
|
|
2232
|
-
export { I_ReturnFailure as I_ReturnFailure_alias_2 }
|
|
2233
2121
|
|
|
2234
2122
|
declare interface I_ReturnFailure_2 {
|
|
2235
2123
|
success: false;
|
|
@@ -2245,7 +2133,6 @@ declare interface I_ReturnSuccess<T, E = unknown> {
|
|
|
2245
2133
|
}
|
|
2246
2134
|
export { I_ReturnSuccess }
|
|
2247
2135
|
export { I_ReturnSuccess as I_ReturnSuccess_alias_1 }
|
|
2248
|
-
export { I_ReturnSuccess as I_ReturnSuccess_alias_2 }
|
|
2249
2136
|
|
|
2250
2137
|
declare interface I_ReturnSuccess_2<T, E = unknown> {
|
|
2251
2138
|
success: true;
|
|
@@ -2261,7 +2148,6 @@ declare interface I_Serializer<T = unknown> {
|
|
|
2261
2148
|
export { I_Serializer }
|
|
2262
2149
|
export { I_Serializer as I_Serializer_alias_1 }
|
|
2263
2150
|
export { I_Serializer as I_Serializer_alias_2 }
|
|
2264
|
-
export { I_Serializer as I_Serializer_alias_3 }
|
|
2265
2151
|
|
|
2266
2152
|
declare interface I_Serializer_2<T = unknown> {
|
|
2267
2153
|
serialize: (value: T) => string;
|
|
@@ -2275,7 +2161,6 @@ declare interface I_SerializerTypeWrapper<T extends T_SerializerKnownTypes = T_S
|
|
|
2275
2161
|
export { I_SerializerTypeWrapper }
|
|
2276
2162
|
export { I_SerializerTypeWrapper as I_SerializerTypeWrapper_alias_1 }
|
|
2277
2163
|
export { I_SerializerTypeWrapper as I_SerializerTypeWrapper_alias_2 }
|
|
2278
|
-
export { I_SerializerTypeWrapper as I_SerializerTypeWrapper_alias_3 }
|
|
2279
2164
|
|
|
2280
2165
|
declare interface I_SlugifyOptions {
|
|
2281
2166
|
replacement?: string;
|
|
@@ -2288,7 +2173,6 @@ declare interface I_SlugifyOptions {
|
|
|
2288
2173
|
export { I_SlugifyOptions }
|
|
2289
2174
|
export { I_SlugifyOptions as I_SlugifyOptions_alias_1 }
|
|
2290
2175
|
export { I_SlugifyOptions as I_SlugifyOptions_alias_2 }
|
|
2291
|
-
export { I_SlugifyOptions as I_SlugifyOptions_alias_3 }
|
|
2292
2176
|
|
|
2293
2177
|
declare interface I_UpdateOptionsExtended extends Omit<QueryOptions, 'session'> {
|
|
2294
2178
|
session?: ClientSession;
|
|
@@ -2296,7 +2180,6 @@ declare interface I_UpdateOptionsExtended extends Omit<QueryOptions, 'session'>
|
|
|
2296
2180
|
export { I_UpdateOptionsExtended }
|
|
2297
2181
|
export { I_UpdateOptionsExtended as I_UpdateOptionsExtended_alias_1 }
|
|
2298
2182
|
export { I_UpdateOptionsExtended as I_UpdateOptionsExtended_alias_2 }
|
|
2299
|
-
export { I_UpdateOptionsExtended as I_UpdateOptionsExtended_alias_3 }
|
|
2300
2183
|
|
|
2301
2184
|
declare interface I_VirtualNestedOptions {
|
|
2302
2185
|
[key: string]: I_VirtualNestedOptions | number | string | boolean;
|
|
@@ -2318,30 +2201,25 @@ declare interface I_WSOptions {
|
|
|
2318
2201
|
export { I_WSOptions }
|
|
2319
2202
|
export { I_WSOptions as I_WSOptions_alias_1 }
|
|
2320
2203
|
export { I_WSOptions as I_WSOptions_alias_2 }
|
|
2321
|
-
export { I_WSOptions as I_WSOptions_alias_3 }
|
|
2322
2204
|
|
|
2323
2205
|
declare function initGraphQLWS(options: I_GraphqlWSOptions): Disposable_2;
|
|
2324
2206
|
export { initGraphQLWS }
|
|
2325
2207
|
export { initGraphQLWS as initGraphQLWS_alias_1 }
|
|
2326
2208
|
export { initGraphQLWS as initGraphQLWS_alias_2 }
|
|
2327
|
-
export { initGraphQLWS as initGraphQLWS_alias_3 }
|
|
2328
2209
|
|
|
2329
2210
|
declare function initI18next(options: InitOptions): Promise<TFunction<"translation", undefined>>;
|
|
2330
2211
|
export { initI18next }
|
|
2331
2212
|
export { initI18next as initI18next_alias_1 }
|
|
2332
2213
|
export { initI18next as initI18next_alias_2 }
|
|
2333
|
-
export { initI18next as initI18next_alias_3 }
|
|
2334
2214
|
|
|
2335
2215
|
declare function installDependencies(): Promise<void>;
|
|
2336
2216
|
export { installDependencies }
|
|
2337
2217
|
export { installDependencies as installDependencies_alias_1 }
|
|
2338
2218
|
export { installDependencies as installDependencies_alias_2 }
|
|
2339
|
-
export { installDependencies as installDependencies_alias_3 }
|
|
2340
2219
|
|
|
2341
2220
|
declare const IS_BROWSER: boolean;
|
|
2342
2221
|
export { IS_BROWSER }
|
|
2343
2222
|
export { IS_BROWSER as IS_BROWSER_alias_1 }
|
|
2344
|
-
export { IS_BROWSER as IS_BROWSER_alias_2 }
|
|
2345
2223
|
|
|
2346
2224
|
/**
|
|
2347
2225
|
* Check if a string is a valid JSON string.
|
|
@@ -2352,7 +2230,6 @@ declare function isJson(str: string): boolean;
|
|
|
2352
2230
|
export { isJson }
|
|
2353
2231
|
export { isJson as isJson_alias_1 }
|
|
2354
2232
|
export { isJson as isJson_alias_2 }
|
|
2355
|
-
export { isJson as isJson_alias_3 }
|
|
2356
2233
|
|
|
2357
2234
|
/**
|
|
2358
2235
|
* Checks if a value is an object.
|
|
@@ -2364,96 +2241,80 @@ declare function isObject(val: unknown): val is T_Object_2;
|
|
|
2364
2241
|
export { isObject }
|
|
2365
2242
|
export { isObject as isObject_alias_1 }
|
|
2366
2243
|
export { isObject as isObject_alias_2 }
|
|
2367
|
-
export { isObject as isObject_alias_3 }
|
|
2368
2244
|
|
|
2369
2245
|
declare function join(...urls: string[]): string;
|
|
2370
2246
|
export { join }
|
|
2371
2247
|
export { join as join_alias_1 }
|
|
2372
2248
|
export { join as join_alias_2 }
|
|
2373
|
-
export { join as join_alias_3 }
|
|
2374
2249
|
|
|
2375
2250
|
declare const LINT_STAGED_CLI = "lint-staged";
|
|
2376
2251
|
export { LINT_STAGED_CLI }
|
|
2377
2252
|
export { LINT_STAGED_CLI as LINT_STAGED_CLI_alias_1 }
|
|
2378
2253
|
export { LINT_STAGED_CLI as LINT_STAGED_CLI_alias_2 }
|
|
2379
|
-
export { LINT_STAGED_CLI as LINT_STAGED_CLI_alias_3 }
|
|
2380
2254
|
|
|
2381
2255
|
declare const LINT_STAGED_PACKAGE_NAME = "lint-staged";
|
|
2382
2256
|
export { LINT_STAGED_PACKAGE_NAME }
|
|
2383
2257
|
export { LINT_STAGED_PACKAGE_NAME as LINT_STAGED_PACKAGE_NAME_alias_1 }
|
|
2384
2258
|
export { LINT_STAGED_PACKAGE_NAME as LINT_STAGED_PACKAGE_NAME_alias_2 }
|
|
2385
|
-
export { LINT_STAGED_PACKAGE_NAME as LINT_STAGED_PACKAGE_NAME_alias_3 }
|
|
2386
2259
|
|
|
2387
2260
|
declare function loadEnvFile(): void;
|
|
2388
2261
|
export { loadEnvFile }
|
|
2389
2262
|
export { loadEnvFile as loadEnvFile_alias_1 }
|
|
2390
2263
|
export { loadEnvFile as loadEnvFile_alias_2 }
|
|
2391
|
-
export { loadEnvFile as loadEnvFile_alias_3 }
|
|
2392
2264
|
|
|
2393
2265
|
declare function Loading({ full, block, className, message, ...rest }: I_LoadingProps): React_2.JSX.Element;
|
|
2394
2266
|
export { Loading }
|
|
2395
2267
|
export { Loading as Loading_alias_1 }
|
|
2396
2268
|
export { Loading as Loading_alias_2 }
|
|
2397
|
-
export { Loading as Loading_alias_3 }
|
|
2398
2269
|
|
|
2399
2270
|
declare const LoadingContext: Context<I_LoadingContext | undefined>;
|
|
2400
2271
|
export { LoadingContext }
|
|
2401
2272
|
export { LoadingContext as LoadingContext_alias_1 }
|
|
2402
2273
|
export { LoadingContext as LoadingContext_alias_2 }
|
|
2403
|
-
export { LoadingContext as LoadingContext_alias_3 }
|
|
2404
2274
|
|
|
2405
2275
|
declare function LoadingProvider({ children }: I_Children_2): React_2.JSX.Element;
|
|
2406
2276
|
export { LoadingProvider }
|
|
2407
2277
|
export { LoadingProvider as LoadingProvider_alias_1 }
|
|
2408
2278
|
export { LoadingProvider as LoadingProvider_alias_2 }
|
|
2409
|
-
export { LoadingProvider as LoadingProvider_alias_3 }
|
|
2410
2279
|
|
|
2411
2280
|
declare const log: I_Log;
|
|
2412
2281
|
export { log }
|
|
2413
2282
|
export { log as log_alias_1 }
|
|
2414
2283
|
export { log as log_alias_2 }
|
|
2415
|
-
export { log as log_alias_3 }
|
|
2416
2284
|
|
|
2417
|
-
declare const
|
|
2418
|
-
export {
|
|
2419
|
-
export {
|
|
2420
|
-
export {
|
|
2421
|
-
export { logNode as logNode_alias_3 }
|
|
2285
|
+
declare const log_2: I_Log_3;
|
|
2286
|
+
export { log_2 as log_alias_3 }
|
|
2287
|
+
export { log_2 as log_alias_4 }
|
|
2288
|
+
export { log_2 as log_alias_5 }
|
|
2422
2289
|
|
|
2423
2290
|
declare const lstatSync: fsExtra.StatSyncFn;
|
|
2424
2291
|
export { lstatSync }
|
|
2425
2292
|
export { lstatSync as lstatSync_alias_1 }
|
|
2426
2293
|
export { lstatSync as lstatSync_alias_2 }
|
|
2427
|
-
export { lstatSync as lstatSync_alias_3 }
|
|
2428
2294
|
|
|
2429
|
-
declare function mergeConfigs(type: T_ConfigType, ...
|
|
2295
|
+
declare function mergeConfigs(type: T_ConfigType, ...config: T_Object_2[]): T_Object_2;
|
|
2430
2296
|
export { mergeConfigs }
|
|
2431
2297
|
export { mergeConfigs as mergeConfigs_alias_1 }
|
|
2432
|
-
export { mergeConfigs as mergeConfigs_alias_2 }
|
|
2433
2298
|
|
|
2434
2299
|
declare const MIGRATE_MONGO_CLI = "./node_modules/migrate-mongo/bin/migrate-mongo";
|
|
2435
2300
|
export { MIGRATE_MONGO_CLI }
|
|
2436
2301
|
export { MIGRATE_MONGO_CLI as MIGRATE_MONGO_CLI_alias_1 }
|
|
2437
2302
|
export { MIGRATE_MONGO_CLI as MIGRATE_MONGO_CLI_alias_2 }
|
|
2438
|
-
export { MIGRATE_MONGO_CLI as MIGRATE_MONGO_CLI_alias_3 }
|
|
2439
2303
|
|
|
2440
2304
|
declare const MIGRATE_MONGO_CONFIG = ".migrate-mongo.config.js";
|
|
2441
2305
|
export { MIGRATE_MONGO_CONFIG }
|
|
2442
2306
|
export { MIGRATE_MONGO_CONFIG as MIGRATE_MONGO_CONFIG_alias_1 }
|
|
2443
2307
|
export { MIGRATE_MONGO_CONFIG as MIGRATE_MONGO_CONFIG_alias_2 }
|
|
2444
|
-
export { MIGRATE_MONGO_CONFIG as MIGRATE_MONGO_CONFIG_alias_3 }
|
|
2445
2308
|
|
|
2446
2309
|
declare const MIGRATE_MONGO_PACKAGE_NAME = "migrate-mongo";
|
|
2447
2310
|
export { MIGRATE_MONGO_PACKAGE_NAME }
|
|
2448
2311
|
export { MIGRATE_MONGO_PACKAGE_NAME as MIGRATE_MONGO_PACKAGE_NAME_alias_1 }
|
|
2449
2312
|
export { MIGRATE_MONGO_PACKAGE_NAME as MIGRATE_MONGO_PACKAGE_NAME_alias_2 }
|
|
2450
|
-
export { MIGRATE_MONGO_PACKAGE_NAME as MIGRATE_MONGO_PACKAGE_NAME_alias_3 }
|
|
2451
2313
|
|
|
2452
2314
|
declare const mkdirSync: typeof fsExtra.mkdirSync;
|
|
2453
2315
|
export { mkdirSync }
|
|
2454
2316
|
export { mkdirSync as mkdirSync_alias_1 }
|
|
2455
2317
|
export { mkdirSync as mkdirSync_alias_2 }
|
|
2456
|
-
export { mkdirSync as mkdirSync_alias_3 }
|
|
2457
2318
|
|
|
2458
2319
|
declare const mongo: {
|
|
2459
2320
|
getDateTime(now?: Date): string;
|
|
@@ -2496,13 +2357,11 @@ declare const mongo: {
|
|
|
2496
2357
|
export { mongo }
|
|
2497
2358
|
export { mongo as mongo_alias_1 }
|
|
2498
2359
|
export { mongo as mongo_alias_2 }
|
|
2499
|
-
export { mongo as mongo_alias_3 }
|
|
2500
2360
|
|
|
2501
2361
|
declare const MONGO_MIGRATE_OPTIONS = "MONGO_MIGRATE_OPTIONS";
|
|
2502
2362
|
export { MONGO_MIGRATE_OPTIONS }
|
|
2503
2363
|
export { MONGO_MIGRATE_OPTIONS as MONGO_MIGRATE_OPTIONS_alias_1 }
|
|
2504
2364
|
export { MONGO_MIGRATE_OPTIONS as MONGO_MIGRATE_OPTIONS_alias_2 }
|
|
2505
|
-
export { MONGO_MIGRATE_OPTIONS as MONGO_MIGRATE_OPTIONS_alias_3 }
|
|
2506
2365
|
|
|
2507
2366
|
declare class MongoController<D extends Partial<C_Document>> {
|
|
2508
2367
|
private collection;
|
|
@@ -2520,7 +2379,6 @@ declare class MongoController<D extends Partial<C_Document>> {
|
|
|
2520
2379
|
export { MongoController }
|
|
2521
2380
|
export { MongoController as MongoController_alias_1 }
|
|
2522
2381
|
export { MongoController as MongoController_alias_2 }
|
|
2523
|
-
export { MongoController as MongoController_alias_3 }
|
|
2524
2382
|
|
|
2525
2383
|
declare class MongooseController<T extends Partial<C_Document>> {
|
|
2526
2384
|
private model;
|
|
@@ -2544,12 +2402,10 @@ declare class MongooseController<T extends Partial<C_Document>> {
|
|
|
2544
2402
|
export { MongooseController }
|
|
2545
2403
|
export { MongooseController as MongooseController_alias_1 }
|
|
2546
2404
|
export { MongooseController as MongooseController_alias_2 }
|
|
2547
|
-
export { MongooseController as MongooseController_alias_3 }
|
|
2548
2405
|
|
|
2549
2406
|
export { mongoosePaginate }
|
|
2550
2407
|
export { mongoosePaginate as mongoosePaginate_alias_1 }
|
|
2551
2408
|
export { mongoosePaginate as mongoosePaginate_alias_2 }
|
|
2552
|
-
export { mongoosePaginate as mongoosePaginate_alias_3 }
|
|
2553
2409
|
|
|
2554
2410
|
declare const NEXT_INTL_DEFAULT_LANGUAGE: {
|
|
2555
2411
|
label: string;
|
|
@@ -2566,54 +2422,45 @@ declare const NEXT_INTL_DEFAULT_LANGUAGE: {
|
|
|
2566
2422
|
export { NEXT_INTL_DEFAULT_LANGUAGE }
|
|
2567
2423
|
export { NEXT_INTL_DEFAULT_LANGUAGE as NEXT_INTL_DEFAULT_LANGUAGE_alias_1 }
|
|
2568
2424
|
export { NEXT_INTL_DEFAULT_LANGUAGE as NEXT_INTL_DEFAULT_LANGUAGE_alias_2 }
|
|
2569
|
-
export { NEXT_INTL_DEFAULT_LANGUAGE as NEXT_INTL_DEFAULT_LANGUAGE_alias_3 }
|
|
2570
2425
|
|
|
2571
2426
|
export { NextFunction }
|
|
2572
2427
|
export { NextFunction as NextFunction_alias_1 }
|
|
2573
2428
|
export { NextFunction as NextFunction_alias_2 }
|
|
2574
|
-
export { NextFunction as NextFunction_alias_3 }
|
|
2575
2429
|
|
|
2576
2430
|
declare const NextIntlContext: Context<I_NextIntlContext | undefined>;
|
|
2577
2431
|
export { NextIntlContext }
|
|
2578
2432
|
export { NextIntlContext as NextIntlContext_alias_1 }
|
|
2579
2433
|
export { NextIntlContext as NextIntlContext_alias_2 }
|
|
2580
|
-
export { NextIntlContext as NextIntlContext_alias_3 }
|
|
2581
2434
|
|
|
2582
2435
|
declare function NextIntlProvider({ children, languages, messages, }: I_NextIntlProviderProps): React_2.JSX.Element;
|
|
2583
2436
|
export { NextIntlProvider }
|
|
2584
2437
|
export { NextIntlProvider as NextIntlProvider_alias_1 }
|
|
2585
2438
|
export { NextIntlProvider as NextIntlProvider_alias_2 }
|
|
2586
|
-
export { NextIntlProvider as NextIntlProvider_alias_3 }
|
|
2587
2439
|
|
|
2588
2440
|
declare const NODE_MODULES = "node_modules";
|
|
2589
2441
|
export { NODE_MODULES }
|
|
2590
2442
|
export { NODE_MODULES as NODE_MODULES_alias_1 }
|
|
2591
2443
|
export { NODE_MODULES as NODE_MODULES_alias_2 }
|
|
2592
|
-
export { NODE_MODULES as NODE_MODULES_alias_3 }
|
|
2593
2444
|
|
|
2594
2445
|
declare const NODE_MODULES_INSPECT_CLI = "node-modules-inspector";
|
|
2595
2446
|
export { NODE_MODULES_INSPECT_CLI }
|
|
2596
2447
|
export { NODE_MODULES_INSPECT_CLI as NODE_MODULES_INSPECT_CLI_alias_1 }
|
|
2597
2448
|
export { NODE_MODULES_INSPECT_CLI as NODE_MODULES_INSPECT_CLI_alias_2 }
|
|
2598
|
-
export { NODE_MODULES_INSPECT_CLI as NODE_MODULES_INSPECT_CLI_alias_3 }
|
|
2599
2449
|
|
|
2600
2450
|
declare const NODE_MODULES_INSPECT_PACKAGE_NAME = "node-modules-inspector";
|
|
2601
2451
|
export { NODE_MODULES_INSPECT_PACKAGE_NAME }
|
|
2602
2452
|
export { NODE_MODULES_INSPECT_PACKAGE_NAME as NODE_MODULES_INSPECT_PACKAGE_NAME_alias_1 }
|
|
2603
2453
|
export { NODE_MODULES_INSPECT_PACKAGE_NAME as NODE_MODULES_INSPECT_PACKAGE_NAME_alias_2 }
|
|
2604
|
-
export { NODE_MODULES_INSPECT_PACKAGE_NAME as NODE_MODULES_INSPECT_PACKAGE_NAME_alias_3 }
|
|
2605
2454
|
|
|
2606
2455
|
declare const PACKAGE_JSON = "package.json";
|
|
2607
2456
|
export { PACKAGE_JSON }
|
|
2608
2457
|
export { PACKAGE_JSON as PACKAGE_JSON_alias_1 }
|
|
2609
2458
|
export { PACKAGE_JSON as PACKAGE_JSON_alias_2 }
|
|
2610
|
-
export { PACKAGE_JSON as PACKAGE_JSON_alias_3 }
|
|
2611
2459
|
|
|
2612
2460
|
declare const PACKAGE_LOCK_JSON = "package-lock.json";
|
|
2613
2461
|
export { PACKAGE_LOCK_JSON }
|
|
2614
2462
|
export { PACKAGE_LOCK_JSON as PACKAGE_LOCK_JSON_alias_1 }
|
|
2615
2463
|
export { PACKAGE_LOCK_JSON as PACKAGE_LOCK_JSON_alias_2 }
|
|
2616
|
-
export { PACKAGE_LOCK_JSON as PACKAGE_LOCK_JSON_alias_3 }
|
|
2617
2464
|
|
|
2618
2465
|
declare const PATH: {
|
|
2619
2466
|
CYBERSKILL_DIRECTORY: string;
|
|
@@ -2637,43 +2484,36 @@ declare const PATH: {
|
|
|
2637
2484
|
export { PATH }
|
|
2638
2485
|
export { PATH as PATH_alias_1 }
|
|
2639
2486
|
export { PATH as PATH_alias_2 }
|
|
2640
|
-
export { PATH as PATH_alias_3 }
|
|
2641
2487
|
|
|
2642
2488
|
declare const path: pathNode.PlatformPath;
|
|
2643
2489
|
export { path }
|
|
2644
2490
|
export { path as path_alias_1 }
|
|
2645
2491
|
export { path as path_alias_2 }
|
|
2646
|
-
export { path as path_alias_3 }
|
|
2647
2492
|
|
|
2648
2493
|
declare function pathExistsSync(...paths: string[]): boolean;
|
|
2649
2494
|
export { pathExistsSync }
|
|
2650
2495
|
export { pathExistsSync as pathExistsSync_alias_1 }
|
|
2651
2496
|
export { pathExistsSync as pathExistsSync_alias_2 }
|
|
2652
|
-
export { pathExistsSync as pathExistsSync_alias_3 }
|
|
2653
2497
|
|
|
2654
2498
|
declare const PLAYWRIGHT_PACKAGE_NAME = "playwright";
|
|
2655
2499
|
export { PLAYWRIGHT_PACKAGE_NAME }
|
|
2656
2500
|
export { PLAYWRIGHT_PACKAGE_NAME as PLAYWRIGHT_PACKAGE_NAME_alias_1 }
|
|
2657
2501
|
export { PLAYWRIGHT_PACKAGE_NAME as PLAYWRIGHT_PACKAGE_NAME_alias_2 }
|
|
2658
|
-
export { PLAYWRIGHT_PACKAGE_NAME as PLAYWRIGHT_PACKAGE_NAME_alias_3 }
|
|
2659
2502
|
|
|
2660
2503
|
declare const PNPM_CLI = "pnpm";
|
|
2661
2504
|
export { PNPM_CLI }
|
|
2662
2505
|
export { PNPM_CLI as PNPM_CLI_alias_1 }
|
|
2663
2506
|
export { PNPM_CLI as PNPM_CLI_alias_2 }
|
|
2664
|
-
export { PNPM_CLI as PNPM_CLI_alias_3 }
|
|
2665
2507
|
|
|
2666
2508
|
declare const PNPM_EXEC_CLI = "pnpm exec";
|
|
2667
2509
|
export { PNPM_EXEC_CLI }
|
|
2668
2510
|
export { PNPM_EXEC_CLI as PNPM_EXEC_CLI_alias_1 }
|
|
2669
2511
|
export { PNPM_EXEC_CLI as PNPM_EXEC_CLI_alias_2 }
|
|
2670
|
-
export { PNPM_EXEC_CLI as PNPM_EXEC_CLI_alias_3 }
|
|
2671
2512
|
|
|
2672
2513
|
declare const PNPM_LOCK_YAML = "pnpm-lock.yaml";
|
|
2673
2514
|
export { PNPM_LOCK_YAML }
|
|
2674
2515
|
export { PNPM_LOCK_YAML as PNPM_LOCK_YAML_alias_1 }
|
|
2675
2516
|
export { PNPM_LOCK_YAML as PNPM_LOCK_YAML_alias_2 }
|
|
2676
|
-
export { PNPM_LOCK_YAML as PNPM_LOCK_YAML_alias_3 }
|
|
2677
2517
|
|
|
2678
2518
|
declare function rawCommand(cmd: string): {
|
|
2679
2519
|
raw: boolean;
|
|
@@ -2682,25 +2522,21 @@ declare function rawCommand(cmd: string): {
|
|
|
2682
2522
|
export { rawCommand }
|
|
2683
2523
|
export { rawCommand as rawCommand_alias_1 }
|
|
2684
2524
|
export { rawCommand as rawCommand_alias_2 }
|
|
2685
|
-
export { rawCommand as rawCommand_alias_3 }
|
|
2686
2525
|
|
|
2687
2526
|
declare const readdirSync: typeof fsExtra.readdirSync;
|
|
2688
2527
|
export { readdirSync }
|
|
2689
2528
|
export { readdirSync as readdirSync_alias_1 }
|
|
2690
2529
|
export { readdirSync as readdirSync_alias_2 }
|
|
2691
|
-
export { readdirSync as readdirSync_alias_3 }
|
|
2692
2530
|
|
|
2693
2531
|
declare const readFileSync: typeof fsExtra.readFileSync;
|
|
2694
2532
|
export { readFileSync }
|
|
2695
2533
|
export { readFileSync as readFileSync_alias_1 }
|
|
2696
2534
|
export { readFileSync as readFileSync_alias_2 }
|
|
2697
|
-
export { readFileSync as readFileSync_alias_3 }
|
|
2698
2535
|
|
|
2699
2536
|
declare const readJsonSync: typeof fsExtra.readJsonSync;
|
|
2700
2537
|
export { readJsonSync }
|
|
2701
2538
|
export { readJsonSync as readJsonSync_alias_1 }
|
|
2702
2539
|
export { readJsonSync as readJsonSync_alias_2 }
|
|
2703
|
-
export { readJsonSync as readJsonSync_alias_3 }
|
|
2704
2540
|
|
|
2705
2541
|
/**
|
|
2706
2542
|
* Convert a string to a regex pattern that matches the string and its accented variations.
|
|
@@ -2711,7 +2547,6 @@ declare function regexSearchMapper(str: string): string;
|
|
|
2711
2547
|
export { regexSearchMapper }
|
|
2712
2548
|
export { regexSearchMapper as regexSearchMapper_alias_1 }
|
|
2713
2549
|
export { regexSearchMapper as regexSearchMapper_alias_2 }
|
|
2714
|
-
export { regexSearchMapper as regexSearchMapper_alias_3 }
|
|
2715
2550
|
|
|
2716
2551
|
/**
|
|
2717
2552
|
* Remove accents from a string.
|
|
@@ -2722,24 +2557,20 @@ declare function removeAccent(str: string): string;
|
|
|
2722
2557
|
export { removeAccent }
|
|
2723
2558
|
export { removeAccent as removeAccent_alias_1 }
|
|
2724
2559
|
export { removeAccent as removeAccent_alias_2 }
|
|
2725
|
-
export { removeAccent as removeAccent_alias_3 }
|
|
2726
2560
|
|
|
2727
2561
|
declare function removeSync(...paths: string[]): void;
|
|
2728
2562
|
export { removeSync }
|
|
2729
2563
|
export { removeSync as removeSync_alias_1 }
|
|
2730
2564
|
export { removeSync as removeSync_alias_2 }
|
|
2731
|
-
export { removeSync as removeSync_alias_3 }
|
|
2732
2565
|
|
|
2733
2566
|
export { Request_2 as Request }
|
|
2734
2567
|
export { Request_2 as Request_alias_1 }
|
|
2735
2568
|
export { Request_2 as Request_alias_2 }
|
|
2736
|
-
export { Request_2 as Request_alias_3 }
|
|
2737
2569
|
|
|
2738
2570
|
declare function resolve(...urls: string[]): string;
|
|
2739
2571
|
export { resolve }
|
|
2740
2572
|
export { resolve as resolve_alias_1 }
|
|
2741
2573
|
export { resolve as resolve_alias_2 }
|
|
2742
|
-
export { resolve as resolve_alias_3 }
|
|
2743
2574
|
|
|
2744
2575
|
declare function resolveCommands(input: T_CommandMapInput): Promise<{
|
|
2745
2576
|
[k: string]: string | I_Command_2;
|
|
@@ -2747,18 +2578,15 @@ declare function resolveCommands(input: T_CommandMapInput): Promise<{
|
|
|
2747
2578
|
export { resolveCommands }
|
|
2748
2579
|
export { resolveCommands as resolveCommands_alias_1 }
|
|
2749
2580
|
export { resolveCommands as resolveCommands_alias_2 }
|
|
2750
|
-
export { resolveCommands as resolveCommands_alias_3 }
|
|
2751
2581
|
|
|
2752
2582
|
declare function resolveWorkingPath(...urls: string[]): string;
|
|
2753
2583
|
export { resolveWorkingPath }
|
|
2754
2584
|
export { resolveWorkingPath as resolveWorkingPath_alias_1 }
|
|
2755
2585
|
export { resolveWorkingPath as resolveWorkingPath_alias_2 }
|
|
2756
|
-
export { resolveWorkingPath as resolveWorkingPath_alias_3 }
|
|
2757
2586
|
|
|
2758
2587
|
export { Response_2 as Response }
|
|
2759
2588
|
export { Response_2 as Response_alias_1 }
|
|
2760
2589
|
export { Response_2 as Response_alias_2 }
|
|
2761
|
-
export { Response_2 as Response_alias_3 }
|
|
2762
2590
|
|
|
2763
2591
|
declare const RESPONSE_STATUS: {
|
|
2764
2592
|
GRAPHQL_PARSE_FAILED: {
|
|
@@ -3012,30 +2840,25 @@ declare const RESPONSE_STATUS: {
|
|
|
3012
2840
|
};
|
|
3013
2841
|
export { RESPONSE_STATUS }
|
|
3014
2842
|
export { RESPONSE_STATUS as RESPONSE_STATUS_alias_1 }
|
|
3015
|
-
export { RESPONSE_STATUS as RESPONSE_STATUS_alias_2 }
|
|
3016
2843
|
|
|
3017
2844
|
export { Router }
|
|
3018
2845
|
export { Router as Router_alias_1 }
|
|
3019
2846
|
export { Router as Router_alias_2 }
|
|
3020
|
-
export { Router as Router_alias_3 }
|
|
3021
2847
|
|
|
3022
2848
|
declare function runCommand(label: string, command: string | void): Promise<void>;
|
|
3023
2849
|
export { runCommand }
|
|
3024
2850
|
export { runCommand as runCommand_alias_1 }
|
|
3025
2851
|
export { runCommand as runCommand_alias_2 }
|
|
3026
|
-
export { runCommand as runCommand_alias_3 }
|
|
3027
2852
|
|
|
3028
2853
|
declare const serializer: I_Serializer<unknown>;
|
|
3029
2854
|
export { serializer }
|
|
3030
2855
|
export { serializer as serializer_alias_1 }
|
|
3031
2856
|
export { serializer as serializer_alias_2 }
|
|
3032
|
-
export { serializer as serializer_alias_3 }
|
|
3033
2857
|
|
|
3034
2858
|
declare function setGlobalApolloErrorCallback(callback: (err: ApolloError_2) => void): void;
|
|
3035
2859
|
export { setGlobalApolloErrorCallback }
|
|
3036
2860
|
export { setGlobalApolloErrorCallback as setGlobalApolloErrorCallback_alias_1 }
|
|
3037
2861
|
export { setGlobalApolloErrorCallback as setGlobalApolloErrorCallback_alias_2 }
|
|
3038
|
-
export { setGlobalApolloErrorCallback as setGlobalApolloErrorCallback_alias_3 }
|
|
3039
2862
|
|
|
3040
2863
|
declare function setupPackages(packages: I_PackageInput[], options?: {
|
|
3041
2864
|
update?: boolean;
|
|
@@ -3044,60 +2867,52 @@ declare function setupPackages(packages: I_PackageInput[], options?: {
|
|
|
3044
2867
|
export { setupPackages }
|
|
3045
2868
|
export { setupPackages as setupPackages_alias_1 }
|
|
3046
2869
|
export { setupPackages as setupPackages_alias_2 }
|
|
3047
|
-
export { setupPackages as setupPackages_alias_3 }
|
|
3048
2870
|
|
|
3049
2871
|
declare function showGlobalApolloError(error: ApolloError_2): void;
|
|
3050
2872
|
export { showGlobalApolloError }
|
|
3051
2873
|
export { showGlobalApolloError as showGlobalApolloError_alias_1 }
|
|
3052
2874
|
export { showGlobalApolloError as showGlobalApolloError_alias_2 }
|
|
3053
|
-
export { showGlobalApolloError as showGlobalApolloError_alias_3 }
|
|
3054
2875
|
|
|
3055
2876
|
declare const SIMPLE_GIT_HOOK_CLI = "simple-git-hooks";
|
|
3056
2877
|
export { SIMPLE_GIT_HOOK_CLI }
|
|
3057
2878
|
export { SIMPLE_GIT_HOOK_CLI as SIMPLE_GIT_HOOK_CLI_alias_1 }
|
|
3058
2879
|
export { SIMPLE_GIT_HOOK_CLI as SIMPLE_GIT_HOOK_CLI_alias_2 }
|
|
3059
|
-
export { SIMPLE_GIT_HOOK_CLI as SIMPLE_GIT_HOOK_CLI_alias_3 }
|
|
3060
2880
|
|
|
3061
2881
|
declare const SIMPLE_GIT_HOOK_JSON = ".simple-git-hooks.json";
|
|
3062
2882
|
export { SIMPLE_GIT_HOOK_JSON }
|
|
3063
2883
|
export { SIMPLE_GIT_HOOK_JSON as SIMPLE_GIT_HOOK_JSON_alias_1 }
|
|
3064
2884
|
export { SIMPLE_GIT_HOOK_JSON as SIMPLE_GIT_HOOK_JSON_alias_2 }
|
|
3065
|
-
export { SIMPLE_GIT_HOOK_JSON as SIMPLE_GIT_HOOK_JSON_alias_3 }
|
|
3066
2885
|
|
|
3067
2886
|
declare const SIMPLE_GIT_HOOKS_PACKAGE_NAME = "simple-git-hooks";
|
|
3068
2887
|
export { SIMPLE_GIT_HOOKS_PACKAGE_NAME }
|
|
3069
2888
|
export { SIMPLE_GIT_HOOKS_PACKAGE_NAME as SIMPLE_GIT_HOOKS_PACKAGE_NAME_alias_1 }
|
|
3070
2889
|
export { SIMPLE_GIT_HOOKS_PACKAGE_NAME as SIMPLE_GIT_HOOKS_PACKAGE_NAME_alias_2 }
|
|
3071
|
-
export { SIMPLE_GIT_HOOKS_PACKAGE_NAME as SIMPLE_GIT_HOOKS_PACKAGE_NAME_alias_3 }
|
|
3072
2890
|
|
|
3073
2891
|
declare const statSync: fsExtra.StatSyncFn;
|
|
3074
2892
|
export { statSync }
|
|
3075
2893
|
export { statSync as statSync_alias_1 }
|
|
3076
2894
|
export { statSync as statSync_alias_2 }
|
|
3077
|
-
export { statSync as statSync_alias_3 }
|
|
3078
2895
|
|
|
3079
2896
|
declare const storage: {
|
|
3080
2897
|
get<T = unknown>(key: string): Promise<T | null>;
|
|
3081
2898
|
set<T = unknown>(key: string, value: T): Promise<void>;
|
|
3082
2899
|
remove(key: string): Promise<void>;
|
|
3083
2900
|
keys(): Promise<string[]>;
|
|
2901
|
+
getLogLink(key: string): Promise<string | null>;
|
|
3084
2902
|
};
|
|
3085
2903
|
export { storage }
|
|
3086
2904
|
export { storage as storage_alias_1 }
|
|
3087
2905
|
export { storage as storage_alias_2 }
|
|
3088
|
-
export { storage as storage_alias_3 }
|
|
3089
2906
|
|
|
3090
|
-
declare const
|
|
2907
|
+
declare const storage_2: {
|
|
3091
2908
|
get<T = unknown>(key: string): Promise<T | null>;
|
|
3092
2909
|
set<T = unknown>(key: string, value: T): Promise<void>;
|
|
3093
2910
|
remove(key: string): Promise<void>;
|
|
3094
2911
|
keys(): Promise<string[]>;
|
|
3095
|
-
getLogLink(key: string): Promise<string | null>;
|
|
3096
2912
|
};
|
|
3097
|
-
export {
|
|
3098
|
-
export {
|
|
3099
|
-
export {
|
|
3100
|
-
export { storageNode as storageNode_alias_3 }
|
|
2913
|
+
export { storage_2 as storage_alias_3 }
|
|
2914
|
+
export { storage_2 as storage_alias_4 }
|
|
2915
|
+
export { storage_2 as storage_alias_5 }
|
|
3101
2916
|
|
|
3102
2917
|
/**
|
|
3103
2918
|
* Extracts a substring between two strings.
|
|
@@ -3110,18 +2925,15 @@ declare function substringBetween(s: string, a: string, b: string): string;
|
|
|
3110
2925
|
export { substringBetween }
|
|
3111
2926
|
export { substringBetween as substringBetween_alias_1 }
|
|
3112
2927
|
export { substringBetween as substringBetween_alias_2 }
|
|
3113
|
-
export { substringBetween as substringBetween_alias_3 }
|
|
3114
2928
|
|
|
3115
2929
|
declare type T_AggregatePaginateResult<T> = AggregatePaginateResult<T>;
|
|
3116
2930
|
export { T_AggregatePaginateResult }
|
|
3117
2931
|
export { T_AggregatePaginateResult as T_AggregatePaginateResult_alias_1 }
|
|
3118
2932
|
export { T_AggregatePaginateResult as T_AggregatePaginateResult_alias_2 }
|
|
3119
|
-
export { T_AggregatePaginateResult as T_AggregatePaginateResult_alias_3 }
|
|
3120
2933
|
|
|
3121
2934
|
declare type T_Children = ReactNode | ReactNode[] | ReactElement | JSX.Element | null;
|
|
3122
2935
|
export { T_Children }
|
|
3123
2936
|
export { T_Children as T_Children_alias_1 }
|
|
3124
|
-
export { T_Children as T_Children_alias_2 }
|
|
3125
2937
|
|
|
3126
2938
|
declare type T_Children_2 = ReactNode | ReactNode[] | ReactElement | JSX.Element | null;
|
|
3127
2939
|
|
|
@@ -3129,154 +2941,128 @@ declare type T_Command = string | I_Command | T_CommandFunction;
|
|
|
3129
2941
|
export { T_Command }
|
|
3130
2942
|
export { T_Command as T_Command_alias_1 }
|
|
3131
2943
|
export { T_Command as T_Command_alias_2 }
|
|
3132
|
-
export { T_Command as T_Command_alias_3 }
|
|
3133
2944
|
|
|
3134
2945
|
declare type T_CommandFunction = (context?: I_CommandContext) => string;
|
|
3135
2946
|
export { T_CommandFunction }
|
|
3136
2947
|
export { T_CommandFunction as T_CommandFunction_alias_1 }
|
|
3137
2948
|
export { T_CommandFunction as T_CommandFunction_alias_2 }
|
|
3138
|
-
export { T_CommandFunction as T_CommandFunction_alias_3 }
|
|
3139
2949
|
|
|
3140
2950
|
declare type T_CommandMap = Record<string, T_Command>;
|
|
3141
2951
|
export { T_CommandMap }
|
|
3142
2952
|
export { T_CommandMap as T_CommandMap_alias_1 }
|
|
3143
2953
|
export { T_CommandMap as T_CommandMap_alias_2 }
|
|
3144
|
-
export { T_CommandMap as T_CommandMap_alias_3 }
|
|
3145
2954
|
|
|
3146
2955
|
declare type T_CommandMapInput = T_CommandMap | ((ctx: I_CommandContext) => T_CommandMap);
|
|
3147
2956
|
export { T_CommandMapInput }
|
|
3148
2957
|
export { T_CommandMapInput as T_CommandMapInput_alias_1 }
|
|
3149
2958
|
export { T_CommandMapInput as T_CommandMapInput_alias_2 }
|
|
3150
|
-
export { T_CommandMapInput as T_CommandMapInput_alias_3 }
|
|
3151
2959
|
|
|
3152
|
-
declare type T_ConfigHandler = (...
|
|
2960
|
+
declare type T_ConfigHandler = (...config: T_Object_2[]) => T_Object_2;
|
|
3153
2961
|
export { T_ConfigHandler }
|
|
3154
2962
|
export { T_ConfigHandler as T_ConfigHandler_alias_1 }
|
|
3155
|
-
export { T_ConfigHandler as T_ConfigHandler_alias_2 }
|
|
3156
2963
|
|
|
3157
2964
|
declare type T_ConfigType = `${E_ConfigType}`;
|
|
3158
2965
|
export { T_ConfigType }
|
|
3159
2966
|
export { T_ConfigType as T_ConfigType_alias_1 }
|
|
3160
|
-
export { T_ConfigType as T_ConfigType_alias_2 }
|
|
3161
2967
|
|
|
3162
2968
|
declare type T_CorsOptions<T extends T_CorsType> = T extends 'node' ? I_CorsOptionsNode : I_CorsOptionsNest;
|
|
3163
2969
|
export { T_CorsOptions }
|
|
3164
2970
|
export { T_CorsOptions as T_CorsOptions_alias_1 }
|
|
3165
2971
|
export { T_CorsOptions as T_CorsOptions_alias_2 }
|
|
3166
|
-
export { T_CorsOptions as T_CorsOptions_alias_3 }
|
|
3167
2972
|
|
|
3168
2973
|
declare type T_CorsType = 'node' | 'nest';
|
|
3169
2974
|
export { T_CorsType }
|
|
3170
2975
|
export { T_CorsType as T_CorsType_alias_1 }
|
|
3171
2976
|
export { T_CorsType as T_CorsType_alias_2 }
|
|
3172
|
-
export { T_CorsType as T_CorsType_alias_3 }
|
|
3173
2977
|
|
|
3174
2978
|
declare type T_DeleteResult = DeleteResult;
|
|
3175
2979
|
export { T_DeleteResult }
|
|
3176
2980
|
export { T_DeleteResult as T_DeleteResult_alias_1 }
|
|
3177
2981
|
export { T_DeleteResult as T_DeleteResult_alias_2 }
|
|
3178
|
-
export { T_DeleteResult as T_DeleteResult_alias_3 }
|
|
3179
2982
|
|
|
3180
2983
|
declare type T_ErrorHandlingMiddlewareFunction<T> = ErrorHandlingMiddlewareFunction<T>;
|
|
3181
2984
|
export { T_ErrorHandlingMiddlewareFunction }
|
|
3182
2985
|
export { T_ErrorHandlingMiddlewareFunction as T_ErrorHandlingMiddlewareFunction_alias_1 }
|
|
3183
2986
|
export { T_ErrorHandlingMiddlewareFunction as T_ErrorHandlingMiddlewareFunction_alias_2 }
|
|
3184
|
-
export { T_ErrorHandlingMiddlewareFunction as T_ErrorHandlingMiddlewareFunction_alias_3 }
|
|
3185
2987
|
|
|
3186
2988
|
declare type T_ErrorHandlingMiddlewareWithOption<T> = ErrorHandlingMiddlewareWithOption<T>;
|
|
3187
2989
|
export { T_ErrorHandlingMiddlewareWithOption }
|
|
3188
2990
|
export { T_ErrorHandlingMiddlewareWithOption as T_ErrorHandlingMiddlewareWithOption_alias_1 }
|
|
3189
2991
|
export { T_ErrorHandlingMiddlewareWithOption as T_ErrorHandlingMiddlewareWithOption_alias_2 }
|
|
3190
|
-
export { T_ErrorHandlingMiddlewareWithOption as T_ErrorHandlingMiddlewareWithOption_alias_3 }
|
|
3191
2992
|
|
|
3192
2993
|
declare type T_Filter<T> = Filter<T>;
|
|
3193
2994
|
export { T_Filter }
|
|
3194
2995
|
export { T_Filter as T_Filter_alias_1 }
|
|
3195
2996
|
export { T_Filter as T_Filter_alias_2 }
|
|
3196
|
-
export { T_Filter as T_Filter_alias_3 }
|
|
3197
2997
|
|
|
3198
2998
|
declare type T_FilterQuery<T> = FilterQuery<T>;
|
|
3199
2999
|
export { T_FilterQuery }
|
|
3200
3000
|
export { T_FilterQuery as T_FilterQuery_alias_1 }
|
|
3201
3001
|
export { T_FilterQuery as T_FilterQuery_alias_2 }
|
|
3202
|
-
export { T_FilterQuery as T_FilterQuery_alias_3 }
|
|
3203
3002
|
|
|
3204
3003
|
declare type T_Input_MongooseSchema<T> = SchemaDefinition<T>;
|
|
3205
3004
|
export { T_Input_MongooseSchema }
|
|
3206
3005
|
export { T_Input_MongooseSchema as T_Input_MongooseSchema_alias_1 }
|
|
3207
3006
|
export { T_Input_MongooseSchema as T_Input_MongooseSchema_alias_2 }
|
|
3208
|
-
export { T_Input_MongooseSchema as T_Input_MongooseSchema_alias_3 }
|
|
3209
3007
|
|
|
3210
3008
|
declare type T_Input_Populate = string | string[] | T_PopulateOptions | T_PopulateOptions[];
|
|
3211
3009
|
export { T_Input_Populate }
|
|
3212
3010
|
export { T_Input_Populate as T_Input_Populate_alias_1 }
|
|
3213
3011
|
export { T_Input_Populate as T_Input_Populate_alias_2 }
|
|
3214
|
-
export { T_Input_Populate as T_Input_Populate_alias_3 }
|
|
3215
3012
|
|
|
3216
3013
|
declare type T_InsertManyOptions = InsertManyOptions;
|
|
3217
3014
|
export { T_InsertManyOptions }
|
|
3218
3015
|
export { T_InsertManyOptions as T_InsertManyOptions_alias_1 }
|
|
3219
3016
|
export { T_InsertManyOptions as T_InsertManyOptions_alias_2 }
|
|
3220
|
-
export { T_InsertManyOptions as T_InsertManyOptions_alias_3 }
|
|
3221
3017
|
|
|
3222
3018
|
declare type T_InsertManyResult<T> = InsertManyResult<T>;
|
|
3223
3019
|
export { T_InsertManyResult }
|
|
3224
3020
|
export { T_InsertManyResult as T_InsertManyResult_alias_1 }
|
|
3225
3021
|
export { T_InsertManyResult as T_InsertManyResult_alias_2 }
|
|
3226
|
-
export { T_InsertManyResult as T_InsertManyResult_alias_3 }
|
|
3227
3022
|
|
|
3228
3023
|
declare type T_InsertOneResult<T> = InsertOneResult<T>;
|
|
3229
3024
|
export { T_InsertOneResult }
|
|
3230
3025
|
export { T_InsertOneResult as T_InsertOneResult_alias_1 }
|
|
3231
3026
|
export { T_InsertOneResult as T_InsertOneResult_alias_2 }
|
|
3232
|
-
export { T_InsertOneResult as T_InsertOneResult_alias_3 }
|
|
3233
3027
|
|
|
3234
3028
|
declare type T_MongooseHookNextFunction = (error?: Error) => void;
|
|
3235
3029
|
export { T_MongooseHookNextFunction }
|
|
3236
3030
|
export { T_MongooseHookNextFunction as T_MongooseHookNextFunction_alias_1 }
|
|
3237
3031
|
export { T_MongooseHookNextFunction as T_MongooseHookNextFunction_alias_2 }
|
|
3238
|
-
export { T_MongooseHookNextFunction as T_MongooseHookNextFunction_alias_3 }
|
|
3239
3032
|
|
|
3240
3033
|
declare type T_MongooseMiddlewareMethod = string | RegExp;
|
|
3241
3034
|
export { T_MongooseMiddlewareMethod }
|
|
3242
3035
|
export { T_MongooseMiddlewareMethod as T_MongooseMiddlewareMethod_alias_1 }
|
|
3243
3036
|
export { T_MongooseMiddlewareMethod as T_MongooseMiddlewareMethod_alias_2 }
|
|
3244
|
-
export { T_MongooseMiddlewareMethod as T_MongooseMiddlewareMethod_alias_3 }
|
|
3245
3037
|
|
|
3246
3038
|
declare type T_MongooseMiddlewarePostFunction<T> = T_PostMiddlewareFunction<T> & T_ErrorHandlingMiddlewareFunction<T> & T_ErrorHandlingMiddlewareWithOption<T>;
|
|
3247
3039
|
export { T_MongooseMiddlewarePostFunction }
|
|
3248
3040
|
export { T_MongooseMiddlewarePostFunction as T_MongooseMiddlewarePostFunction_alias_1 }
|
|
3249
3041
|
export { T_MongooseMiddlewarePostFunction as T_MongooseMiddlewarePostFunction_alias_2 }
|
|
3250
|
-
export { T_MongooseMiddlewarePostFunction as T_MongooseMiddlewarePostFunction_alias_3 }
|
|
3251
3042
|
|
|
3252
3043
|
declare type T_MongooseMiddlewarePreFunction<T> = T_PreMiddlewareFunction<T> & T_PreSaveMiddlewareFunction<T>;
|
|
3253
3044
|
export { T_MongooseMiddlewarePreFunction }
|
|
3254
3045
|
export { T_MongooseMiddlewarePreFunction as T_MongooseMiddlewarePreFunction_alias_1 }
|
|
3255
3046
|
export { T_MongooseMiddlewarePreFunction as T_MongooseMiddlewarePreFunction_alias_2 }
|
|
3256
|
-
export { T_MongooseMiddlewarePreFunction as T_MongooseMiddlewarePreFunction_alias_3 }
|
|
3257
3047
|
|
|
3258
3048
|
declare type T_MongoosePlugin = (schema: Schema, options?: Record<string, unknown>) => void;
|
|
3259
3049
|
export { T_MongoosePlugin }
|
|
3260
3050
|
export { T_MongoosePlugin as T_MongoosePlugin_alias_1 }
|
|
3261
3051
|
export { T_MongoosePlugin as T_MongoosePlugin_alias_2 }
|
|
3262
|
-
export { T_MongoosePlugin as T_MongoosePlugin_alias_3 }
|
|
3263
3052
|
|
|
3264
3053
|
declare type T_MongooseShema<T> = mongoose.Schema<T>;
|
|
3265
3054
|
export { T_MongooseShema }
|
|
3266
3055
|
export { T_MongooseShema as T_MongooseShema_alias_1 }
|
|
3267
3056
|
export { T_MongooseShema as T_MongooseShema_alias_2 }
|
|
3268
|
-
export { T_MongooseShema as T_MongooseShema_alias_3 }
|
|
3269
3057
|
|
|
3270
3058
|
declare type T_NextIntlMessageList = Record<string, AbstractIntlMessages>;
|
|
3271
3059
|
export { T_NextIntlMessageList }
|
|
3272
3060
|
export { T_NextIntlMessageList as T_NextIntlMessageList_alias_1 }
|
|
3273
3061
|
export { T_NextIntlMessageList as T_NextIntlMessageList_alias_2 }
|
|
3274
|
-
export { T_NextIntlMessageList as T_NextIntlMessageList_alias_3 }
|
|
3275
3062
|
|
|
3276
3063
|
declare type T_Object<T = unknown> = Record<string, T>;
|
|
3277
3064
|
export { T_Object }
|
|
3278
3065
|
export { T_Object as T_Object_alias_1 }
|
|
3279
|
-
export { T_Object as T_Object_alias_2 }
|
|
3280
3066
|
|
|
3281
3067
|
declare type T_Object_2<T = unknown> = Record<string, T>;
|
|
3282
3068
|
|
|
@@ -3284,7 +3070,6 @@ declare type T_OptionalUnlessRequiredId<T> = OptionalUnlessRequiredId<T>;
|
|
|
3284
3070
|
export { T_OptionalUnlessRequiredId }
|
|
3285
3071
|
export { T_OptionalUnlessRequiredId as T_OptionalUnlessRequiredId_alias_1 }
|
|
3286
3072
|
export { T_OptionalUnlessRequiredId as T_OptionalUnlessRequiredId_alias_2 }
|
|
3287
|
-
export { T_OptionalUnlessRequiredId as T_OptionalUnlessRequiredId_alias_3 }
|
|
3288
3073
|
|
|
3289
3074
|
declare interface T_PackageJson {
|
|
3290
3075
|
name?: string;
|
|
@@ -3296,13 +3081,11 @@ declare interface T_PackageJson {
|
|
|
3296
3081
|
export { T_PackageJson }
|
|
3297
3082
|
export { T_PackageJson as T_PackageJson_alias_1 }
|
|
3298
3083
|
export { T_PackageJson as T_PackageJson_alias_2 }
|
|
3299
|
-
export { T_PackageJson as T_PackageJson_alias_3 }
|
|
3300
3084
|
|
|
3301
3085
|
declare type T_PaginateOptions = PaginateOptions;
|
|
3302
3086
|
export { T_PaginateOptions }
|
|
3303
3087
|
export { T_PaginateOptions as T_PaginateOptions_alias_1 }
|
|
3304
3088
|
export { T_PaginateOptions as T_PaginateOptions_alias_2 }
|
|
3305
|
-
export { T_PaginateOptions as T_PaginateOptions_alias_3 }
|
|
3306
3089
|
|
|
3307
3090
|
declare interface T_PaginateOptionsWithPopulate extends T_PaginateOptions, Omit<T_PopulateOption, 'populate'> {
|
|
3308
3091
|
populate?: T_Input_Populate;
|
|
@@ -3310,73 +3093,61 @@ declare interface T_PaginateOptionsWithPopulate extends T_PaginateOptions, Omit<
|
|
|
3310
3093
|
export { T_PaginateOptionsWithPopulate }
|
|
3311
3094
|
export { T_PaginateOptionsWithPopulate as T_PaginateOptionsWithPopulate_alias_1 }
|
|
3312
3095
|
export { T_PaginateOptionsWithPopulate as T_PaginateOptionsWithPopulate_alias_2 }
|
|
3313
|
-
export { T_PaginateOptionsWithPopulate as T_PaginateOptionsWithPopulate_alias_3 }
|
|
3314
3096
|
|
|
3315
3097
|
declare type T_PaginateResult<T> = PaginateResult<T>;
|
|
3316
3098
|
export { T_PaginateResult }
|
|
3317
3099
|
export { T_PaginateResult as T_PaginateResult_alias_1 }
|
|
3318
3100
|
export { T_PaginateResult as T_PaginateResult_alias_2 }
|
|
3319
|
-
export { T_PaginateResult as T_PaginateResult_alias_3 }
|
|
3320
3101
|
|
|
3321
3102
|
declare type T_PipelineStage = PipelineStage;
|
|
3322
3103
|
export { T_PipelineStage }
|
|
3323
3104
|
export { T_PipelineStage as T_PipelineStage_alias_1 }
|
|
3324
3105
|
export { T_PipelineStage as T_PipelineStage_alias_2 }
|
|
3325
|
-
export { T_PipelineStage as T_PipelineStage_alias_3 }
|
|
3326
3106
|
|
|
3327
3107
|
declare type T_PopulateOption = PopulateOption;
|
|
3328
3108
|
export { T_PopulateOption }
|
|
3329
3109
|
export { T_PopulateOption as T_PopulateOption_alias_1 }
|
|
3330
3110
|
export { T_PopulateOption as T_PopulateOption_alias_2 }
|
|
3331
|
-
export { T_PopulateOption as T_PopulateOption_alias_3 }
|
|
3332
3111
|
|
|
3333
3112
|
declare type T_PopulateOptions = PopulateOptions;
|
|
3334
3113
|
export { T_PopulateOptions }
|
|
3335
3114
|
export { T_PopulateOptions as T_PopulateOptions_alias_1 }
|
|
3336
3115
|
export { T_PopulateOptions as T_PopulateOptions_alias_2 }
|
|
3337
|
-
export { T_PopulateOptions as T_PopulateOptions_alias_3 }
|
|
3338
3116
|
|
|
3339
3117
|
declare type T_PostMiddlewareFunction<T> = PostMiddlewareFunction<T>;
|
|
3340
3118
|
export { T_PostMiddlewareFunction }
|
|
3341
3119
|
export { T_PostMiddlewareFunction as T_PostMiddlewareFunction_alias_1 }
|
|
3342
3120
|
export { T_PostMiddlewareFunction as T_PostMiddlewareFunction_alias_2 }
|
|
3343
|
-
export { T_PostMiddlewareFunction as T_PostMiddlewareFunction_alias_3 }
|
|
3344
3121
|
|
|
3345
3122
|
declare type T_PreMiddlewareFunction<T> = PreMiddlewareFunction<T>;
|
|
3346
3123
|
export { T_PreMiddlewareFunction }
|
|
3347
3124
|
export { T_PreMiddlewareFunction as T_PreMiddlewareFunction_alias_1 }
|
|
3348
3125
|
export { T_PreMiddlewareFunction as T_PreMiddlewareFunction_alias_2 }
|
|
3349
|
-
export { T_PreMiddlewareFunction as T_PreMiddlewareFunction_alias_3 }
|
|
3350
3126
|
|
|
3351
3127
|
declare type T_PreSaveMiddlewareFunction<T> = PreSaveMiddlewareFunction<T>;
|
|
3352
3128
|
export { T_PreSaveMiddlewareFunction }
|
|
3353
3129
|
export { T_PreSaveMiddlewareFunction as T_PreSaveMiddlewareFunction_alias_1 }
|
|
3354
3130
|
export { T_PreSaveMiddlewareFunction as T_PreSaveMiddlewareFunction_alias_2 }
|
|
3355
|
-
export { T_PreSaveMiddlewareFunction as T_PreSaveMiddlewareFunction_alias_3 }
|
|
3356
3131
|
|
|
3357
3132
|
declare type T_ProjectionType<T> = ProjectionType<T>;
|
|
3358
3133
|
export { T_ProjectionType }
|
|
3359
3134
|
export { T_ProjectionType as T_ProjectionType_alias_1 }
|
|
3360
3135
|
export { T_ProjectionType as T_ProjectionType_alias_2 }
|
|
3361
|
-
export { T_ProjectionType as T_ProjectionType_alias_3 }
|
|
3362
3136
|
|
|
3363
3137
|
declare type T_QueryOptions<T> = QueryOptions<T>;
|
|
3364
3138
|
export { T_QueryOptions }
|
|
3365
3139
|
export { T_QueryOptions as T_QueryOptions_alias_1 }
|
|
3366
3140
|
export { T_QueryOptions as T_QueryOptions_alias_2 }
|
|
3367
|
-
export { T_QueryOptions as T_QueryOptions_alias_3 }
|
|
3368
3141
|
|
|
3369
3142
|
declare type T_QueryWithHelpers<T> = QueryWithHelpers<T, T>;
|
|
3370
3143
|
export { T_QueryWithHelpers }
|
|
3371
3144
|
export { T_QueryWithHelpers as T_QueryWithHelpers_alias_1 }
|
|
3372
3145
|
export { T_QueryWithHelpers as T_QueryWithHelpers_alias_2 }
|
|
3373
|
-
export { T_QueryWithHelpers as T_QueryWithHelpers_alias_3 }
|
|
3374
3146
|
|
|
3375
3147
|
declare type T_SerializerKnownTypes = 'Date' | 'Map' | 'Set' | 'RegExp' | 'BigInt';
|
|
3376
3148
|
export { T_SerializerKnownTypes }
|
|
3377
3149
|
export { T_SerializerKnownTypes as T_SerializerKnownTypes_alias_1 }
|
|
3378
3150
|
export { T_SerializerKnownTypes as T_SerializerKnownTypes_alias_2 }
|
|
3379
|
-
export { T_SerializerKnownTypes as T_SerializerKnownTypes_alias_3 }
|
|
3380
3151
|
|
|
3381
3152
|
declare interface T_SerializerValueMap {
|
|
3382
3153
|
Date: Date;
|
|
@@ -3388,7 +3159,6 @@ declare interface T_SerializerValueMap {
|
|
|
3388
3159
|
export { T_SerializerValueMap }
|
|
3389
3160
|
export { T_SerializerValueMap as T_SerializerValueMap_alias_1 }
|
|
3390
3161
|
export { T_SerializerValueMap as T_SerializerValueMap_alias_2 }
|
|
3391
|
-
export { T_SerializerValueMap as T_SerializerValueMap_alias_3 }
|
|
3392
3162
|
|
|
3393
3163
|
declare interface T_ThrowError {
|
|
3394
3164
|
message?: string;
|
|
@@ -3401,93 +3171,77 @@ declare interface T_ThrowError {
|
|
|
3401
3171
|
export { T_ThrowError }
|
|
3402
3172
|
export { T_ThrowError as T_ThrowError_alias_1 }
|
|
3403
3173
|
export { T_ThrowError as T_ThrowError_alias_2 }
|
|
3404
|
-
export { T_ThrowError as T_ThrowError_alias_3 }
|
|
3405
3174
|
|
|
3406
3175
|
declare type T_UpdateQuery<T> = UpdateQuery<T>;
|
|
3407
3176
|
export { T_UpdateQuery }
|
|
3408
3177
|
export { T_UpdateQuery as T_UpdateQuery_alias_1 }
|
|
3409
3178
|
export { T_UpdateQuery as T_UpdateQuery_alias_2 }
|
|
3410
|
-
export { T_UpdateQuery as T_UpdateQuery_alias_3 }
|
|
3411
3179
|
|
|
3412
3180
|
declare type T_UpdateResult = UpdateResult;
|
|
3413
3181
|
export { T_UpdateResult }
|
|
3414
3182
|
export { T_UpdateResult as T_UpdateResult_alias_1 }
|
|
3415
3183
|
export { T_UpdateResult as T_UpdateResult_alias_2 }
|
|
3416
|
-
export { T_UpdateResult as T_UpdateResult_alias_3 }
|
|
3417
3184
|
|
|
3418
3185
|
declare type T_WithId<T> = WithId<T>;
|
|
3419
3186
|
export { T_WithId }
|
|
3420
3187
|
export { T_WithId as T_WithId_alias_1 }
|
|
3421
3188
|
export { T_WithId as T_WithId_alias_2 }
|
|
3422
|
-
export { T_WithId as T_WithId_alias_3 }
|
|
3423
3189
|
|
|
3424
3190
|
declare function throwError({ message, status, type, }: T_ThrowError): never;
|
|
3425
3191
|
export { throwError }
|
|
3426
3192
|
export { throwError as throwError_alias_1 }
|
|
3427
3193
|
export { throwError as throwError_alias_2 }
|
|
3428
|
-
export { throwError as throwError_alias_3 }
|
|
3429
3194
|
|
|
3430
3195
|
export { toast }
|
|
3431
3196
|
export { toast as toast_alias_1 }
|
|
3432
|
-
export { toast as toast_alias_2 }
|
|
3433
3197
|
|
|
3434
3198
|
export { Toaster }
|
|
3435
3199
|
export { Toaster as Toaster_alias_1 }
|
|
3436
|
-
export { Toaster as Toaster_alias_2 }
|
|
3437
3200
|
|
|
3438
3201
|
declare const TSC_CLI = "tsc";
|
|
3439
3202
|
export { TSC_CLI }
|
|
3440
3203
|
export { TSC_CLI as TSC_CLI_alias_1 }
|
|
3441
3204
|
export { TSC_CLI as TSC_CLI_alias_2 }
|
|
3442
|
-
export { TSC_CLI as TSC_CLI_alias_3 }
|
|
3443
3205
|
|
|
3444
3206
|
declare const TSC_PACKAGE_NAME = "typescript";
|
|
3445
3207
|
export { TSC_PACKAGE_NAME }
|
|
3446
3208
|
export { TSC_PACKAGE_NAME as TSC_PACKAGE_NAME_alias_1 }
|
|
3447
3209
|
export { TSC_PACKAGE_NAME as TSC_PACKAGE_NAME_alias_2 }
|
|
3448
|
-
export { TSC_PACKAGE_NAME as TSC_PACKAGE_NAME_alias_3 }
|
|
3449
3210
|
|
|
3450
3211
|
declare const TSCONFIG_JSON = "tsconfig.json";
|
|
3451
3212
|
export { TSCONFIG_JSON }
|
|
3452
3213
|
export { TSCONFIG_JSON as TSCONFIG_JSON_alias_1 }
|
|
3453
3214
|
export { TSCONFIG_JSON as TSCONFIG_JSON_alias_2 }
|
|
3454
|
-
export { TSCONFIG_JSON as TSCONFIG_JSON_alias_3 }
|
|
3455
3215
|
|
|
3456
3216
|
declare const TSX_CLI = "tsx";
|
|
3457
3217
|
export { TSX_CLI }
|
|
3458
3218
|
export { TSX_CLI as TSX_CLI_alias_1 }
|
|
3459
3219
|
export { TSX_CLI as TSX_CLI_alias_2 }
|
|
3460
|
-
export { TSX_CLI as TSX_CLI_alias_3 }
|
|
3461
3220
|
|
|
3462
3221
|
declare const unlinkSync: typeof fsExtra.unlinkSync;
|
|
3463
3222
|
export { unlinkSync }
|
|
3464
3223
|
export { unlinkSync as unlinkSync_alias_1 }
|
|
3465
3224
|
export { unlinkSync as unlinkSync_alias_2 }
|
|
3466
|
-
export { unlinkSync as unlinkSync_alias_3 }
|
|
3467
3225
|
|
|
3468
3226
|
declare function updatePackage(packageInfo: I_PackageInfo): Promise<void>;
|
|
3469
3227
|
export { updatePackage }
|
|
3470
3228
|
export { updatePackage as updatePackage_alias_1 }
|
|
3471
3229
|
export { updatePackage as updatePackage_alias_2 }
|
|
3472
|
-
export { updatePackage as updatePackage_alias_3 }
|
|
3473
3230
|
|
|
3474
3231
|
declare function useApolloError(): I_ApolloErrorContext_2;
|
|
3475
3232
|
export { useApolloError }
|
|
3476
3233
|
export { useApolloError as useApolloError_alias_1 }
|
|
3477
3234
|
export { useApolloError as useApolloError_alias_2 }
|
|
3478
|
-
export { useApolloError as useApolloError_alias_3 }
|
|
3479
3235
|
|
|
3480
3236
|
declare function useLoading(): I_LoadingContext_2;
|
|
3481
3237
|
export { useLoading }
|
|
3482
3238
|
export { useLoading as useLoading_alias_1 }
|
|
3483
3239
|
export { useLoading as useLoading_alias_2 }
|
|
3484
|
-
export { useLoading as useLoading_alias_3 }
|
|
3485
3240
|
|
|
3486
3241
|
declare function useNextIntl(): I_NextIntlContext;
|
|
3487
3242
|
export { useNextIntl }
|
|
3488
3243
|
export { useNextIntl as useNextIntl_alias_1 }
|
|
3489
3244
|
export { useNextIntl as useNextIntl_alias_2 }
|
|
3490
|
-
export { useNextIntl as useNextIntl_alias_3 }
|
|
3491
3245
|
|
|
3492
3246
|
declare function useStorage<T>(key: string, initialValue?: T, serializer?: I_Serializer_2<T>): {
|
|
3493
3247
|
value: T | undefined;
|
|
@@ -3497,19 +3251,16 @@ declare function useStorage<T>(key: string, initialValue?: T, serializer?: I_Ser
|
|
|
3497
3251
|
export { useStorage }
|
|
3498
3252
|
export { useStorage as useStorage_alias_1 }
|
|
3499
3253
|
export { useStorage as useStorage_alias_2 }
|
|
3500
|
-
export { useStorage as useStorage_alias_3 }
|
|
3501
3254
|
|
|
3502
3255
|
declare const useTranslateI18next: typeof useTranslation;
|
|
3503
3256
|
export { useTranslateI18next }
|
|
3504
3257
|
export { useTranslateI18next as useTranslateI18next_alias_1 }
|
|
3505
3258
|
export { useTranslateI18next as useTranslateI18next_alias_2 }
|
|
3506
|
-
export { useTranslateI18next as useTranslateI18next_alias_3 }
|
|
3507
3259
|
|
|
3508
3260
|
declare const useTranslateNextIntl: typeof useTranslations;
|
|
3509
3261
|
export { useTranslateNextIntl }
|
|
3510
3262
|
export { useTranslateNextIntl as useTranslateNextIntl_alias_1 }
|
|
3511
3263
|
export { useTranslateNextIntl as useTranslateNextIntl_alias_2 }
|
|
3512
|
-
export { useTranslateNextIntl as useTranslateNextIntl_alias_3 }
|
|
3513
3264
|
|
|
3514
3265
|
declare const validate: {
|
|
3515
3266
|
/**
|
|
@@ -3541,31 +3292,26 @@ declare const validate: {
|
|
|
3541
3292
|
export { validate }
|
|
3542
3293
|
export { validate as validate_alias_1 }
|
|
3543
3294
|
export { validate as validate_alias_2 }
|
|
3544
|
-
export { validate as validate_alias_3 }
|
|
3545
3295
|
|
|
3546
3296
|
declare const VITEST_CLI = "vitest";
|
|
3547
3297
|
export { VITEST_CLI }
|
|
3548
3298
|
export { VITEST_CLI as VITEST_CLI_alias_1 }
|
|
3549
3299
|
export { VITEST_CLI as VITEST_CLI_alias_2 }
|
|
3550
|
-
export { VITEST_CLI as VITEST_CLI_alias_3 }
|
|
3551
3300
|
|
|
3552
3301
|
declare const VITEST_PACKAGE_NAME = "vitest";
|
|
3553
3302
|
export { VITEST_PACKAGE_NAME }
|
|
3554
3303
|
export { VITEST_PACKAGE_NAME as VITEST_PACKAGE_NAME_alias_1 }
|
|
3555
3304
|
export { VITEST_PACKAGE_NAME as VITEST_PACKAGE_NAME_alias_2 }
|
|
3556
|
-
export { VITEST_PACKAGE_NAME as VITEST_PACKAGE_NAME_alias_3 }
|
|
3557
3305
|
|
|
3558
3306
|
declare function vitestE2E(options: UserConfig): UserConfig;
|
|
3559
3307
|
export { vitestE2E }
|
|
3560
3308
|
export { vitestE2E as vitestE2E_alias_1 }
|
|
3561
3309
|
export { vitestE2E as vitestE2E_alias_2 }
|
|
3562
|
-
export { vitestE2E as vitestE2E_alias_3 }
|
|
3563
3310
|
|
|
3564
3311
|
declare function vitestUnit(options: UserConfig): UserConfig;
|
|
3565
3312
|
export { vitestUnit }
|
|
3566
3313
|
export { vitestUnit as vitestUnit_alias_1 }
|
|
3567
3314
|
export { vitestUnit as vitestUnit_alias_2 }
|
|
3568
|
-
export { vitestUnit as vitestUnit_alias_3 }
|
|
3569
3315
|
|
|
3570
3316
|
declare function withNextIntl<T extends I_Children_2>(Component: ComponentType<T>): {
|
|
3571
3317
|
(props: T & {
|
|
@@ -3577,18 +3323,15 @@ declare function withNextIntl<T extends I_Children_2>(Component: ComponentType<T
|
|
|
3577
3323
|
export { withNextIntl }
|
|
3578
3324
|
export { withNextIntl as withNextIntl_alias_1 }
|
|
3579
3325
|
export { withNextIntl as withNextIntl_alias_2 }
|
|
3580
|
-
export { withNextIntl as withNextIntl_alias_3 }
|
|
3581
3326
|
|
|
3582
3327
|
declare const WORKING_DIRECTORY: string;
|
|
3583
3328
|
export { WORKING_DIRECTORY }
|
|
3584
3329
|
export { WORKING_DIRECTORY as WORKING_DIRECTORY_alias_1 }
|
|
3585
3330
|
export { WORKING_DIRECTORY as WORKING_DIRECTORY_alias_2 }
|
|
3586
|
-
export { WORKING_DIRECTORY as WORKING_DIRECTORY_alias_3 }
|
|
3587
3331
|
|
|
3588
3332
|
declare function writeFileSync(file: fsExtra.PathOrFileDescriptor, data: string | NodeJS.ArrayBufferView, options?: fsExtra.WriteFileOptions): void;
|
|
3589
3333
|
export { writeFileSync }
|
|
3590
3334
|
export { writeFileSync as writeFileSync_alias_1 }
|
|
3591
3335
|
export { writeFileSync as writeFileSync_alias_2 }
|
|
3592
|
-
export { writeFileSync as writeFileSync_alias_3 }
|
|
3593
3336
|
|
|
3594
3337
|
export { }
|